:root {
  --navy: #0a213b;
  --navy-2: #102d4b;
  --teal: #1e6670;
  --teal-dark: #124850;
  --gold: #c89542;
  --gold-light: #e5c88d;
  --ivory: #f7f3ea;
  --paper: #fffdf8;
  --white: #ffffff;
  --ink: #172534;
  --muted: #5d6873;
  --line: #dcd6c9;
  --shadow: 0 24px 60px rgba(10, 33, 59, 0.12);
  --radius: 24px;
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--navy);
  line-height: 1.12;
  letter-spacing: -0.025em;
}

h1 {
  margin-bottom: 24px;
  font-size: clamp(2.75rem, 6vw, 5.25rem);
  max-width: 830px;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(2rem, 4vw, 3.45rem);
}

h3 {
  margin-bottom: 12px;
  font-size: 1.35rem;
}

.container {
  width: min(calc(100% - 40px), var(--max-width));
  margin-inline: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 10px 16px;
  color: var(--white);
  background: var(--navy);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.announcement {
  color: var(--white);
  background: var(--navy);
  font-size: 0.84rem;
  letter-spacing: 0.02em;
}

.announcement__inner {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: center;
}

.announcement__dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--gold);
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(10, 33, 59, 0.1);
  background: rgba(255, 253, 248, 0.94);
  backdrop-filter: blur(18px);
}

.site-header__inner {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.brand__name {
  color: var(--navy);
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  line-height: 1;
}

.brand__name span {
  color: var(--gold);
}

.brand__descriptor {
  padding-left: 14px;
  border-left: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.primary-nav > a:not(.button) {
  color: var(--navy);
  font-size: 0.93rem;
  font-weight: 650;
  text-decoration: none;
}

.primary-nav > a:not(.button):hover,
.primary-nav > a:not(.button):focus-visible {
  color: var(--teal);
}

.menu-button {
  display: none;
  width: 46px;
  height: 42px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: transparent;
}

.menu-button span:not(.sr-only) {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  background: var(--navy);
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 13px 26px;
  border: 1px solid var(--gold);
  border-radius: 999px;
  color: var(--white);
  background: var(--navy);
  box-shadow: 0 10px 24px rgba(10, 33, 59, 0.16);
  font-weight: 750;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover,
.button:focus-visible {
  background: var(--teal-dark);
  box-shadow: 0 14px 32px rgba(10, 33, 59, 0.22);
  transform: translateY(-2px);
}

.button--small {
  min-height: 44px;
  padding: 10px 20px;
  font-size: 0.9rem;
}

.button--full {
  width: 100%;
}

.button--light {
  border-color: var(--white);
  color: var(--navy);
  background: var(--white);
}

.button--light:hover,
.button--light:focus-visible {
  color: var(--white);
  background: var(--teal-dark);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--navy);
  font-weight: 750;
  text-decoration-color: var(--gold);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.eyebrow {
  margin-bottom: 15px;
  color: var(--teal);
  font-size: 0.79rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 88px 0 100px;
  background:
    radial-gradient(circle at 88% 10%, rgba(30, 102, 112, 0.13), transparent 30%),
    linear-gradient(180deg, var(--paper), var(--ivory));
}

.hero::before {
  position: absolute;
  top: -140px;
  right: -120px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(200, 149, 66, 0.28);
  border-radius: 50%;
  content: "";
}

.hero__grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1.02fr) minmax(390px, 0.8fr);
  gap: 68px;
}

.hero__lead {
  max-width: 690px;
  margin-bottom: 32px;
  color: var(--muted);
  font-size: 1.16rem;
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 42px;
}

.hero__trust {
  display: grid;
  max-width: 630px;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}

.hero__trust div {
  display: flex;
  flex-direction: column;
  padding: 20px 18px 0 0;
}

.hero__trust strong {
  color: var(--navy);
  font-size: 1.8rem;
  line-height: 1;
}

.hero__trust span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.81rem;
  line-height: 1.35;
}

.hero__visual {
  position: relative;
}

.image-frame {
  overflow: hidden;
  border: 1px solid rgba(200, 149, 66, 0.45);
  border-radius: 32px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.image-frame img {
  width: 100%;
}

.hero__badge {
  position: absolute;
  right: -28px;
  bottom: -32px;
  display: flex;
  width: 170px;
  min-height: 170px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border: 5px solid var(--paper);
  border-radius: 50%;
  color: var(--white);
  background: var(--teal-dark);
  box-shadow: 0 18px 40px rgba(10, 33, 59, 0.24);
  text-align: center;
}

.hero__badge span {
  color: var(--gold-light);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero__badge strong {
  margin: 2px 0;
  font-size: 2.5rem;
  line-height: 1;
}

.hero__badge small {
  font-size: 0.75rem;
}

.proof-strip {
  border-block: 1px solid rgba(10, 33, 59, 0.1);
  background: var(--white);
}

.proof-strip__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.proof-strip__grid > div {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 112px;
  padding: 20px 32px;
  border-right: 1px solid var(--line);
}

.proof-strip__grid > div:first-child {
  padding-left: 0;
}

.proof-strip__grid > div:last-child {
  padding-right: 0;
  border-right: 0;
}

.proof-strip__grid span:not(.proof-strip__icon) {
  display: flex;
  flex-direction: column;
}

.proof-strip__grid small {
  margin-top: 2px;
  color: var(--muted);
  line-height: 1.35;
}

.proof-strip__icon {
  display: inline-flex;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--teal);
  font-size: 1.3rem;
  font-weight: 800;
}

.section {
  padding: 108px 0;
}

.section--soft {
  background: var(--ivory);
}

.section--navy {
  color: rgba(255, 255, 255, 0.78);
  background: var(--navy);
}

.section--teal {
  padding: 76px 0;
  color: var(--white);
  background: var(--teal-dark);
}

.section--pricing {
  background:
    linear-gradient(90deg, rgba(247, 243, 234, 0.98), rgba(255, 253, 248, 0.92)),
    var(--ivory);
}

.section-heading {
  max-width: 790px;
  margin-bottom: 58px;
}

.section-heading--center {
  margin-inline: auto;
  text-align: center;
}

.section-heading > p:last-child {
  color: var(--muted);
  font-size: 1.08rem;
}

.section-heading--light h2,
.section-heading--light .eyebrow {
  color: var(--white);
}

.section-heading--light > p:last-child {
  color: rgba(255, 255, 255, 0.72);
}

.pain-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.pain-card {
  position: relative;
  min-height: 310px;
  padding: 32px 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
}

.pain-card::after {
  position: absolute;
  right: -44px;
  bottom: -44px;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(200, 149, 66, 0.35);
  border-radius: 50%;
  content: "";
}

.pain-card__number {
  display: inline-block;
  margin-bottom: 34px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.pain-card p {
  color: var(--muted);
  font-size: 0.94rem;
}

.split-grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  gap: 82px;
}

.split-grid--reverse .split-grid__content {
  order: 1;
}

.split-grid--reverse .split-grid__visual {
  order: 2;
}

.split-grid__content > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.05rem;
}

.gallery-image {
  width: 100%;
  border: 1px solid rgba(200, 149, 66, 0.45);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.check-list {
  display: grid;
  gap: 13px;
  margin: 28px 0 34px;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 34px;
}

.check-list li::before {
  position: absolute;
  top: 1px;
  left: 0;
  display: inline-flex;
  width: 23px;
  height: 23px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--teal);
  content: "✓";
  font-size: 0.72rem;
  font-weight: 900;
}

.check-list--light li::before {
  color: var(--navy);
  background: var(--gold-light);
}

.check-list--compact {
  gap: 10px;
  margin: 24px 0 30px;
  font-size: 0.94rem;
}

.preview-grid {
  display: grid;
  align-items: start;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 26px;
}

.preview-card {
  margin: 0;
  padding: 10px;
  border: 1px solid rgba(200, 149, 66, 0.42);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.07);
}

.preview-card img {
  width: 100%;
  border-radius: 15px;
}

.preview-card figcaption {
  padding: 14px 12px 6px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  text-align: center;
}

.coverage-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.coverage-list span {
  padding: 8px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--navy);
  background: var(--ivory);
  font-size: 0.82rem;
  font-weight: 700;
}

.steps {
  display: grid;
  margin: 0;
  padding: 0;
  counter-reset: none;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  list-style: none;
}

.step {
  padding: 28px 24px;
  border-top: 3px solid var(--gold);
  background: var(--white);
}

.step__number {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  margin-bottom: 36px;
  border-radius: 50%;
  color: var(--white);
  background: var(--navy);
  font-weight: 800;
}

.step p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.93rem;
}

.audience-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.audience-card {
  min-height: 520px;
  padding: 52px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.audience-card--primary {
  color: rgba(255, 255, 255, 0.82);
  border-color: var(--navy);
  background: var(--navy);
}

.audience-card--primary h2,
.audience-card--primary .eyebrow {
  color: var(--white);
}

.audience-card > p:not(.eyebrow) {
  color: var(--muted);
}

.note-box {
  margin-top: 36px;
  padding: 24px;
  border-left: 4px solid var(--gold);
  background: var(--ivory);
}

.note-box p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.credibility {
  display: grid;
  align-items: center;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 80px;
}

.credibility h2,
.credibility .eyebrow {
  margin-bottom: 0;
  color: var(--white);
}

.credibility > p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.05rem;
}

.pricing-grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 0.85fr) minmax(430px, 0.75fr);
  gap: 74px;
}

.pricing-card {
  padding: 52px;
  border: 1px solid var(--gold);
  border-radius: 28px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.pricing-card h2 {
  font-size: clamp(2rem, 3.3vw, 3.1rem);
}

.pricing-card__description {
  color: var(--muted);
}

.price {
  display: grid;
  margin: 28px 0;
  padding: 25px 0;
  border-block: 1px solid var(--line);
  grid-template-columns: auto 1fr;
  align-items: end;
  column-gap: 16px;
}

.price__regular {
  grid-column: 1 / -1;
  color: var(--muted);
  font-size: 0.88rem;
}

.price strong {
  color: var(--navy);
  font-size: 4.4rem;
  line-height: 1;
}

.price__label {
  padding-bottom: 8px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pricing-card__fine-print {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: center;
}

.faq-layout {
  display: grid;
  align-items: start;
  grid-template-columns: 0.68fr 1fr;
  gap: 86px;
}

.faq-layout__heading {
  position: sticky;
  top: 130px;
}

.faq-layout__heading > p:not(.eyebrow) {
  color: var(--muted);
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 24px 50px 24px 0;
  color: var(--navy);
  cursor: pointer;
  font-weight: 750;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 22px;
  right: 6px;
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  content: "+";
  font-size: 1.2rem;
  font-weight: 400;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 700px;
  padding: 0 50px 22px 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.final-cta {
  padding: 96px 0;
  color: var(--white);
  background:
    linear-gradient(110deg, rgba(10, 33, 59, 0.98), rgba(18, 72, 80, 0.96)),
    var(--navy);
}

.final-cta__inner {
  max-width: 850px;
  text-align: center;
}

.final-cta h2,
.final-cta .eyebrow {
  color: var(--white);
}

.final-cta p:not(.eyebrow) {
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.08rem;
}

.site-footer {
  padding: 58px 0 95px;
  color: rgba(255, 255, 255, 0.66);
  background: #061526;
  font-size: 0.82rem;
}

.site-footer__inner {
  display: grid;
  align-items: end;
  grid-template-columns: 1fr auto;
  gap: 30px;
}

.brand__name--footer {
  display: block;
  margin-bottom: 12px;
  color: var(--white);
}

.site-footer p {
  margin-bottom: 0;
}

.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
}

.site-footer__links a:hover,
.site-footer__links a:focus-visible {
  color: var(--white);
}

.site-footer__copyright {
  grid-column: 1 / -1;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.mobile-purchase-bar {
  display: none;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.reveal--delay {
  transition-delay: 100ms;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1050px) {
  .hero__grid,
  .split-grid,
  .pricing-grid {
    gap: 44px;
  }

  .pain-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pain-card {
    min-height: 250px;
  }

  .steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 860px) {
  body {
    padding-bottom: 72px;
  }

  .announcement__inner span:nth-of-type(n + 2),
  .announcement__dot {
    display: none;
  }

  .brand__descriptor {
    display: none;
  }

  .menu-button {
    display: block;
  }

  .primary-nav {
    position: fixed;
    top: 120px;
    right: 0;
    left: 0;
    display: none;
    padding: 30px 20px 40px;
    border-bottom: 1px solid var(--line);
    background: var(--paper);
    box-shadow: 0 30px 50px rgba(10, 33, 59, 0.18);
  }

  .primary-nav.is-open {
    display: grid;
    gap: 18px;
  }

  .hero {
    padding-top: 62px;
  }

  .hero__grid,
  .split-grid,
  .audience-grid,
  .credibility,
  .pricing-grid,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .hero__visual {
    max-width: 620px;
    margin: 20px auto 0;
  }

  .split-grid--reverse .split-grid__content,
  .split-grid--reverse .split-grid__visual {
    order: initial;
  }

  .proof-strip__grid {
    grid-template-columns: 1fr;
  }

  .proof-strip__grid > div,
  .proof-strip__grid > div:first-child,
  .proof-strip__grid > div:last-child {
    min-height: 94px;
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .proof-strip__grid > div:last-child {
    border-bottom: 0;
  }

  .preview-grid {
    grid-template-columns: 1fr;
  }

  .preview-card:not(.preview-card--wide) {
    max-width: 620px;
    margin-inline: auto;
  }

  .credibility {
    gap: 24px;
  }

  .faq-layout {
    gap: 45px;
  }

  .faq-layout__heading {
    position: static;
  }

  .mobile-purchase-bar {
    position: fixed;
    z-index: 200;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    min-height: 72px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 16px;
    border-top: 1px solid rgba(200, 149, 66, 0.5);
    background: rgba(255, 253, 248, 0.97);
    box-shadow: 0 -10px 30px rgba(10, 33, 59, 0.12);
    backdrop-filter: blur(16px);
  }

  .mobile-purchase-bar > div {
    display: flex;
    flex-direction: column;
    color: var(--muted);
    font-size: 0.68rem;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .mobile-purchase-bar strong {
    margin-top: 4px;
    color: var(--navy);
    font-size: 1.35rem;
  }
}

@media (max-width: 620px) {
  body {
    font-size: 16px;
  }

  .container {
    width: min(calc(100% - 28px), var(--max-width));
  }

  .site-header__inner {
    min-height: 68px;
  }

  .primary-nav {
    top: 110px;
  }

  .hero,
  .section {
    padding-block: 74px;
  }

  .hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero__actions .text-link {
    align-self: center;
  }

  .hero__trust {
    grid-template-columns: 1fr;
  }

  .hero__trust div {
    display: grid;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
    grid-template-columns: 48px 1fr;
  }

  .hero__trust div:last-child {
    border-bottom: 0;
  }

  .hero__trust span {
    margin-top: 0;
  }

  .hero__badge {
    right: -4px;
    bottom: -24px;
    width: 138px;
    min-height: 138px;
  }

  .hero__badge strong {
    font-size: 2rem;
  }

  .pain-grid,
  .steps {
    grid-template-columns: 1fr;
  }

  .pain-card {
    min-height: auto;
  }

  .split-grid {
    gap: 42px;
  }

  .audience-card,
  .pricing-card {
    min-height: auto;
    padding: 34px 25px;
  }

  .price strong {
    font-size: 3.7rem;
  }

  .faq-list summary {
    padding-right: 46px;
  }

  .site-footer__inner {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .site-footer__links {
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
