body.page-id-3844 #masthead,
body.page-id-3844 .site-footer,
body.page-id-3844 .ast-footer-overlay,
body.page-id-3844 .entry-header {
  display: none;
}

body.page-id-3844 .site-content,
body.page-id-3844 .entry-content,
body.page-id-3844 .site-main {
  margin: 0;
  padding: 0;
}

.nsd-guide-page {
  background: #f2f5fa;
  color: #13315c;
  min-height: 100vh;
}

.nsd-guide-wrap {
  margin: 0 auto;
  max-width: 1300px;
  width: min(1300px, calc(100% - 60px));
}

.nsd-guide-topbar-shell {
  background: #ffffff;
  border-bottom: 1px solid #e4ebf3;
  box-shadow: 0 1px 0 rgba(19, 43, 77, 0.03);
}

.nsd-guide-topbar {
  align-items: center;
  display: grid;
  gap: 20px;
  grid-template-columns: auto 1fr auto;
  min-height: 72px;
  padding: 0 18px;
}

.nsd-guide-brand {
  align-items: center;
  display: inline-flex;
}

.nsd-guide-brand-logo,
.nsd-guide-footer-logo {
  display: block;
  height: auto;
  width: 82px;
}

.nsd-guide-topnav {
  align-items: center;
  display: flex;
  gap: 26px;
  justify-content: center;
}

.nsd-guide-topnav a,
.nsd-guide-breadcrumbs a {
  color: #132b4d;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.nsd-guide-topnav a:hover,
.nsd-guide-topnav a:focus,
.nsd-guide-breadcrumbs a:hover,
.nsd-guide-breadcrumbs a:focus,
.nsd-guide-card a:hover,
.nsd-guide-card a:focus {
  color: #1557c0;
}

.nsd-guide-button {
  align-items: center;
  border-radius: 14px;
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  text-align: center;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.nsd-guide-button:hover,
.nsd-guide-button:focus {
  transform: translateY(-1px);
}

.nsd-guide-button-primary {
  background: linear-gradient(180deg, #ff8a2d 0%, #ff6b00 100%);
  box-shadow: 0 12px 24px rgba(255, 107, 0, 0.22);
  color: #ffffff !important;
}

.nsd-guide-button-secondary {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(19, 43, 77, 0.12);
  color: #132b4d !important;
}

.nsd-guide-breadcrumbs {
  align-items: center;
  color: #6b7b91;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 700;
  gap: 8px;
  padding: 10px 20px 0;
}

.nsd-guide-section {
  padding: 12px 0;
}

.nsd-guide-section-tight {
  padding-top: 4px;
  padding-bottom: 4px;
}

.nsd-guide-section-hero {
  padding-top: 0;
}

.nsd-guide-eyebrow {
  align-items: center;
  background: rgba(21, 87, 192, 0.08);
  border: 1px solid rgba(21, 87, 192, 0.15);
  border-radius: 999px;
  color: #1557c0;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.04em;
  min-height: 26px;
  padding: 5px 12px;
  text-transform: uppercase;
}

.nsd-guide-mini-label {
  color: #5e78a1;
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.nsd-guide-hero-card {
  background:
    linear-gradient(102deg, rgba(12, 42, 82, 0.98) 0%, rgba(12, 42, 82, 0.98) 46%, rgba(12, 42, 82, 0.32) 46.5%, rgba(12, 42, 82, 0.08) 51%, rgba(12, 42, 82, 0.03) 57%, rgba(12, 42, 82, 0) 63%),
    linear-gradient(180deg, rgba(255, 190, 155, 0.28), rgba(18, 55, 104, 0.06)),
    url("https://images.unsplash.com/photo-1518005068251-37900150dfca?auto=format&fit=crop&w=1800&q=80") center/cover no-repeat;
  border: 1px solid #d9e4f3;
  border-radius: 26px;
  box-shadow: 0 18px 40px rgba(18, 41, 74, 0.08);
  overflow: hidden;
}

.nsd-guide-hero-grid,
.nsd-guide-grid,
.nsd-guide-two-col,
.nsd-guide-split-grid,
.nsd-guide-highlight-grid,
.nsd-guide-end-grid {
  display: grid;
  gap: 18px;
}

.nsd-guide-hero-grid {
  align-items: center;
  grid-template-columns: 1.08fr 0.82fr;
  min-height: 400px;
  padding: 28px 32px;
}

.nsd-guide-hero-copy {
  color: #ffffff;
  max-width: 590px;
}

.nsd-guide-hero-copy h1 {
  color: #ffffff;
  font-size: clamp(42px, 5vw, 66px);
  line-height: 0.96;
  margin: 10px 0 14px;
}

.nsd-guide-intro {
  color: rgba(255, 255, 255, 0.95);
  font-size: 17px;
  line-height: 1.7;
  margin: 0 0 16px;
}

.nsd-guide-summary-list {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
}

.nsd-guide-summary-list li {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 24px;
  position: relative;
}

.nsd-guide-summary-list li::before {
  background: #6bd53d;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 8px;
}

.nsd-guide-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.nsd-guide-proof {
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(19, 43, 77, 0.1);
  border-radius: 22px;
  box-shadow: 0 12px 30px rgba(10, 31, 61, 0.08);
  display: grid;
  gap: 12px;
  justify-self: end;
  max-width: 420px;
  padding: 16px;
}

.nsd-guide-proof-card,
.nsd-guide-card,
.nsd-guide-side-card,
.nsd-guide-cta-card,
.nsd-guide-highlight-card {
  background: #ffffff;
  border: 1px solid #dce5f0;
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(18, 41, 74, 0.06);
}

.nsd-guide-proof-card {
  padding: 18px;
}

.nsd-guide-proof-card strong {
  color: #0f2950;
  display: block;
  font-size: 19px;
  margin-bottom: 5px;
}

.nsd-guide-proof-card span {
  color: #516278;
  font-size: 15px;
  line-height: 1.58;
}

.nsd-guide-highlight-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nsd-guide-highlight-card {
  padding: 18px 20px;
}

.nsd-guide-highlight-card strong {
  color: #0f2950;
  display: block;
  font-size: 18px;
  margin-bottom: 6px;
}

.nsd-guide-highlight-card p {
  color: #516278;
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
}

.nsd-guide-two-col {
  align-items: start;
  grid-template-columns: minmax(0, 1.7fr) minmax(260px, 0.85fr);
}

.nsd-guide-split-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nsd-guide-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 14px;
}

.nsd-guide-card {
  padding: 28px;
}

.nsd-guide-card-accent {
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.nsd-guide-card h2,
.nsd-guide-cta-card h3 {
  color: #0f2950;
  line-height: 1.04;
  margin: 10px 0 12px;
}

.nsd-guide-card h2 {
  font-size: clamp(30px, 3vw, 44px);
}

.nsd-guide-card h3 {
  color: #0f2950;
  font-size: 27px;
  line-height: 1.06;
  margin: 0 0 10px;
}

.nsd-guide-card p,
.nsd-guide-subcard p,
.nsd-guide-side-card p,
.nsd-guide-cta-card p,
.nsd-guide-end-item p {
  color: #516278;
  font-size: 16px;
  line-height: 1.68;
}

.nsd-guide-card p {
  margin: 0 0 12px;
  max-width: 900px;
}

.nsd-guide-card a:not(.nsd-guide-button) {
  color: #1557c0;
  font-weight: 700;
  text-decoration: none;
}

.nsd-guide-bullet-list,
.nsd-guide-checklist,
.nsd-guide-compact-list,
.nsd-guide-plain-list {
  margin: 8px 0 0;
  padding-left: 20px;
}

.nsd-guide-card li,
.nsd-guide-subcard li,
.nsd-guide-side-card li {
  color: #26486f;
  line-height: 1.62;
  margin-bottom: 8px;
}

.nsd-guide-card strong,
.nsd-guide-subcard strong {
  color: #0f2950;
}

.nsd-guide-subcard {
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  padding: 22px;
}

.nsd-guide-side-card,
.nsd-guide-cta-card {
  padding: 22px;
}

.nsd-guide-side-card-warm {
  background: linear-gradient(180deg, #fffaf3 0%, #ffffff 100%);
  border-color: #f0d4a6;
}

.nsd-guide-checklist-box {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid #d8e4f5;
  border-radius: 18px;
  margin: 12px 0 14px;
  padding: 20px;
}

.nsd-guide-cta-card {
  background: linear-gradient(180deg, #102b52 0%, #0e2547 100%);
  border-color: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.nsd-guide-cta-card h3,
.nsd-guide-cta-card p,
.nsd-guide-cta-card .nsd-guide-mini-label {
  color: #ffffff;
}

.nsd-guide-end-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 16px;
}

.nsd-guide-end-item {
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  border: 1px solid #dce5f0;
  border-radius: 18px;
  padding: 18px;
}

.nsd-guide-end-item strong {
  color: #0f2950;
  display: block;
  font-size: 18px;
  margin-bottom: 6px;
}

.nsd-guide-end-item p {
  margin: 0;
}

.nsd-guide-footer {
  background: #4b0a83;
  color: #ffffff;
  margin-top: 8px;
  padding: 34px 0 40px;
}

.nsd-guide-footer-inner {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: auto 1fr;
}

.nsd-guide-footer-inner p {
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.7;
  margin: 0;
  max-width: 760px;
}

@media (max-width: 1100px) {
  .nsd-guide-hero-grid,
  .nsd-guide-two-col,
  .nsd-guide-grid,
  .nsd-guide-split-grid,
  .nsd-guide-highlight-grid,
  .nsd-guide-end-grid {
    grid-template-columns: 1fr;
  }

  .nsd-guide-proof {
    justify-self: stretch;
    max-width: none;
  }
}

@media (max-width: 921px) {
  .nsd-guide-wrap {
    width: min(1400px, calc(100% - 48px));
  }

  .nsd-guide-topbar {
    grid-template-columns: 1fr;
    justify-items: center;
    min-height: auto;
    padding: 16px 12px 18px;
  }

  .nsd-guide-topnav {
    flex-wrap: wrap;
    gap: 14px 18px;
  }

  .nsd-guide-hero-grid {
    min-height: auto;
    padding: 24px 26px;
  }

  .nsd-guide-card,
  .nsd-guide-side-card,
  .nsd-guide-cta-card {
    padding: 24px;
  }

  .nsd-guide-footer-inner {
    grid-template-columns: 1fr;
    justify-items: start;
  }
}

@media (max-width: 544px) {
  .nsd-guide-wrap {
    width: min(100%, calc(100% - 28px));
  }

  .nsd-guide-topnav {
    display: none;
  }

  .nsd-guide-brand-logo,
  .nsd-guide-footer-logo {
    width: 64px;
  }

  .nsd-guide-breadcrumbs {
    font-size: 12px;
    gap: 7px;
    padding: 10px 14px 0;
  }

  .nsd-guide-hero-card {
    background:
      linear-gradient(180deg, rgba(9, 35, 73, 0.96) 0%, rgba(9, 35, 73, 0.92) 42%, rgba(9, 35, 73, 0.72) 62%, rgba(9, 35, 73, 0.28) 100%),
      url("https://images.unsplash.com/photo-1518005068251-37900150dfca?auto=format&fit=crop&w=1200&q=80") center/cover no-repeat;
  }

  .nsd-guide-hero-grid,
  .nsd-guide-card,
  .nsd-guide-side-card,
  .nsd-guide-cta-card,
  .nsd-guide-subcard,
  .nsd-guide-proof-card,
  .nsd-guide-highlight-card,
  .nsd-guide-end-item,
  .nsd-guide-checklist-box {
    padding: 18px;
  }

  .nsd-guide-proof {
    display: none;
  }

  .nsd-guide-hero-copy h1 {
    font-size: 40px;
  }

  .nsd-guide-intro,
  .nsd-guide-card p,
  .nsd-guide-card li,
  .nsd-guide-subcard p,
  .nsd-guide-subcard li {
    font-size: 15px;
    line-height: 1.62;
  }

  .nsd-guide-actions {
    display: grid;
  }

  .nsd-guide-button {
    width: 100%;
  }
}
