:root {
  --navy: #071a35;
  --navy-2: #0b2c59;
  --blue: #123e78;
  --gold: #d7a52a;
  --gold-light: #f0ce72;
  --ink: #142033;
  --muted: #607086;
  --cream: #f7f5ef;
  --white: #fff;
  --line: #dbe1e8;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--ink); background: var(--white); line-height: 1.6; }
a { color: inherit; }
.skip { position: fixed; left: 1rem; top: -5rem; z-index: 99; background: white; padding: .75rem 1rem; }
.skip:focus { top: 1rem; }
.site-header { min-height: 96px; display: grid; grid-template-columns: 200px 1fr auto; align-items: center; gap: 2rem; padding: .45rem clamp(1.25rem, 5vw, 5.5rem); background: #fff; position: relative; z-index: 10; box-shadow: 0 2px 20px rgb(5 24 50 / .09); }
.brand { display: flex; align-items: center; justify-content: flex-start; height: 86px; overflow: visible; }
.brand img { width: 132px; height: 86px; object-fit: contain; display: block; margin: 0; }
nav { justify-self: center; display: flex; gap: 2.2rem; }
nav a { text-decoration: none; font-weight: 700; font-size: .92rem; color: #26384f; }
nav a:hover, nav a:focus-visible { color: var(--blue); }
.header-call { text-decoration: none; color: var(--navy); font-weight: 800; font-size: .98rem; white-space: nowrap; }
.header-call span { color: var(--muted); font-weight: 500; margin-right: .4rem; }
.hero { min-height: 690px; position: relative; display: flex; align-items: center; overflow: hidden; color: white; padding: 5rem clamp(1.25rem, 7vw, 8rem); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.hero-shade { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(4,18,38,.95) 0%, rgba(4,18,38,.8) 42%, rgba(4,18,38,.12) 74%); }
.hero-content { position: relative; z-index: 2; max-width: 780px; margin-top: -2rem; }
.eyebrow { margin: 0 0 1.1rem; text-transform: uppercase; letter-spacing: .18em; font-weight: 800; font-size: .78rem; color: var(--gold-light); }
.eyebrow.dark { color: #9a6e00; }
h1, h2, h3 { margin-top: 0; font-family: Georgia, 'Times New Roman', serif; line-height: 1.08; }
h1 { font-size: clamp(3.1rem, 6vw, 6.1rem); letter-spacing: -.045em; margin-bottom: 1.45rem; }
h1 em { color: var(--gold-light); font-weight: 400; }
.hero-copy { max-width: 650px; font-size: 1.22rem; color: #e5ebf2; margin: 0 0 2rem; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: .75rem; padding: .85rem 1.45rem; border-radius: 2px; text-decoration: none; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: linear-gradient(135deg, var(--gold-light), var(--gold)); color: #10203a; box-shadow: 0 12px 28px rgba(0,0,0,.22); }
.button-ghost { border: 1px solid rgba(255,255,255,.55); background: rgba(7,26,53,.24); color: white; backdrop-filter: blur(5px); }
.micro { font-size: .8rem; color: #c7d1dc; margin-top: 1rem; }
.hero-card { position: absolute; z-index: 3; right: clamp(1.25rem, 5vw, 5.5rem); bottom: 0; width: 330px; padding: 1.8rem 2rem 2rem; background: var(--cream); color: var(--ink); border-top: 5px solid var(--gold); box-shadow: 0 -15px 40px rgb(4 18 38 / .25); }
.card-kicker { display: block; text-transform: uppercase; font-size: .7rem; letter-spacing: .15em; font-weight: 800; color: #967000; margin-bottom: .5rem; }
.hero-card strong { display: block; font-family: Georgia, serif; font-size: 1.4rem; line-height: 1.2; }
.hero-card p { margin-bottom: 0; color: var(--muted); font-size: .92rem; }
.trust-strip { display: grid; grid-template-columns: repeat(3,1fr); background: var(--navy); color: white; padding: 0 clamp(1.25rem, 7vw, 8rem); }
.trust-strip div { min-height: 96px; display: flex; align-items: center; gap: 1rem; border-right: 1px solid rgba(255,255,255,.14); padding: 1.2rem 2rem; }
.trust-strip div:first-child { border-left: 1px solid rgba(255,255,255,.14); }
.trust-strip span { color: var(--gold-light); font-size: .72rem; font-weight: 800; }
.trust-strip strong { font-size: .95rem; }
.section { max-width: 1260px; margin: auto; padding: 7rem clamp(1.25rem, 5vw, 4rem); }
.section-intro { max-width: 760px; }
h2 { color: var(--navy); font-size: clamp(2.5rem, 4vw, 4.4rem); letter-spacing: -.035em; margin-bottom: 1.25rem; }
.section-intro > p:last-child, .why-copy > p:last-child { color: var(--muted); font-size: 1.08rem; }
.solution-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.4rem; margin-top: 3.5rem; }
.solution-grid article { min-height: 275px; padding: 2rem; border: 1px solid var(--line); background: white; box-shadow: 0 10px 34px rgb(24 45 70 / .06); position: relative; overflow: hidden; }
.solution-grid article::after { content: ''; position: absolute; left: 0; bottom: 0; height: 4px; width: 100%; background: linear-gradient(90deg,var(--gold),transparent); }
.icon { width: 50px; height: 50px; border: 1px solid #d6b356; color: #9a6e00; display: grid; place-items: center; font-size: 1.5rem; margin-bottom: 1.5rem; background: #fffaf0; }
h3 { font-size: 1.55rem; color: var(--navy); margin-bottom: .7rem; }
.solution-grid p { color: var(--muted); margin: 0; }
.option-card { display: flex; flex-direction: column; }
.option-card.featured { border: 2px solid var(--gold); transform: translateY(-14px); box-shadow: 0 22px 50px rgb(24 45 70 / .14); }
.popular { margin: -2rem -2rem 1.4rem; padding: .55rem 1rem; background: var(--gold); color: var(--navy); text-align: center; text-transform: uppercase; letter-spacing: .12em; font-size: .73rem; font-weight: 900; }
.option-number { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 1.3rem; border-radius: 50%; background: var(--navy); color: var(--gold-light); font-family: Georgia, serif; font-size: 1.5rem; font-weight: 700; }
.featured .option-number { background: var(--gold); color: var(--navy); }
.benefits { list-style: none; display: flex; flex-wrap: wrap; gap: .45rem; padding: 0; margin: 1.5rem 0; }
.benefits li { padding: .4rem .65rem; background: #f3f6f9; color: var(--navy); border: 1px solid #dce3ea; font-size: .76rem; font-weight: 800; }
.best-for { margin-top: auto !important; padding-top: 1.2rem; border-top: 1px solid var(--line); font-size: .86rem; }
.best-for strong { color: var(--navy); }
.how-it-works { margin-top: 1.35rem; padding: 1rem; background: #f7f9fb; border-left: 3px solid var(--gold); color: var(--muted); font-size: .84rem; line-height: 1.55; }
.how-it-works strong { display: block; margin-bottom: .2rem; color: var(--navy); }
.options-action { margin-top: 2.8rem; display: flex; align-items: center; justify-content: center; gap: 1.5rem; flex-wrap: wrap; }
.button-navy { background: var(--navy); color: white; box-shadow: 0 12px 28px rgb(7 26 53 / .16); }
.options-phone { color: var(--navy); font-weight: 800; text-decoration: none; }
.process { display: grid; grid-template-columns: 1fr 1fr; background: var(--navy); color: white; }
.process-image { min-height: 640px; background: linear-gradient(rgba(6,26,53,.14), rgba(6,26,53,.14)), url('assets/noni-banner.png') 72% center/cover; }
.process-content { padding: clamp(4rem, 7vw, 7rem); align-self: center; }
.process h2 { color: white; }
.process ol { list-style: none; padding: 0; margin: 2.4rem 0; }
.process li { display: grid; grid-template-columns: 44px 1fr; gap: 1rem; padding: 1.2rem 0; border-top: 1px solid rgba(255,255,255,.15); }
.process li > span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--gold); color: var(--gold-light); border-radius: 50%; font-weight: 800; }
.process li strong { font-family: Georgia, serif; font-size: 1.2rem; }
.process li p { color: #bfcbd8; margin: .25rem 0 0; font-size: .93rem; }
.text-link { color: var(--gold-light); font-weight: 800; text-decoration: none; border-bottom: 1px solid rgba(240,206,114,.45); padding-bottom: .25rem; }
.why { display: grid; grid-template-columns: 1.1fr .9fr; gap: 6rem; align-items: center; }
blockquote { margin: 0; padding: 3rem; background: var(--cream); border-left: 5px solid var(--gold); }
.quote-mark { font-family: Georgia, serif; font-size: 5rem; line-height: .5; color: var(--gold); }
blockquote p { font-family: Georgia, serif; font-size: clamp(1.5rem, 2.4vw, 2.3rem); line-height: 1.3; color: var(--navy); }
blockquote footer { color: var(--muted); font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.cta { background: linear-gradient(115deg,#0a2b57,#071a35); color: white; padding: 5rem clamp(1.25rem, 10vw, 10rem); display: flex; align-items: center; justify-content: space-between; gap: 3rem; }
.cta h2 { color: white; margin-bottom: .6rem; }
.cta p:last-child { color: #c5d0dd; max-width: 650px; margin-bottom: 0; }
.cta-actions { min-width: 280px; display: grid; gap: 1.2rem; text-align: center; }
.phone-link { color: white; font-weight: 800; text-decoration: none; font-size: 1.15rem; }
.footer { padding: 3rem clamp(1.25rem, 6vw, 6rem); display: grid; grid-template-columns: 120px 190px 1fr auto; gap: 1.5rem; align-items: center; background: #f4f6f8; border-top: 1px solid var(--line); color: var(--muted); }
.footer img { width: 120px; }
.footer strong { color: var(--navy); font-family: Georgia, serif; font-size: 1.1rem; }
.footer p { margin: 0; }
.footer div p { font-size: .72rem; text-transform: uppercase; letter-spacing: .09em; }
.disclaimer { font-size: .72rem; line-height: 1.5; }
.copyright { font-size: .74rem; white-space: nowrap; }

@media (max-width: 1000px) {
  .site-header { grid-template-columns: 150px 1fr; min-height: 88px; }
  .brand { height: 76px; }
  .brand img { width: 116px; height: 76px; }
  nav { display: none; }
  .header-call { justify-self: end; }
  .hero { min-height: 690px; align-items: flex-start; padding-top: 5rem; padding-bottom: 12rem; }
  .hero-card { left: clamp(1.25rem, 7vw, 8rem); right: auto; }
  .trust-strip div { padding: 1rem; }
  .process { grid-template-columns: 42% 58%; }
  .process-content { padding: 4rem 2.5rem; }
  .why { gap: 2rem; }
  .footer { grid-template-columns: 100px 1fr; }
  .disclaimer, .copyright { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .site-header { grid-template-columns: 112px 1fr; padding: .35rem 1rem; }
  .brand img { width: 100px; height: 70px; }
  .header-call span { display: none; }
  .header-call { font-size: .85rem; }
  .hero { min-height: 760px; padding: 3.6rem 1.25rem 13rem; }
  .hero-image { object-position: 67% center; }
  .hero-shade { background: linear-gradient(90deg,rgba(4,18,38,.94),rgba(4,18,38,.67)); }
  h1 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .hero-copy { font-size: 1.05rem; }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .hero-card { width: calc(100% - 2.5rem); left: 1.25rem; padding: 1.25rem; }
  .trust-strip { grid-template-columns: 1fr; padding: .5rem 1.25rem; }
  .trust-strip div { min-height: 65px; border-right: none; border-bottom: 1px solid rgba(255,255,255,.14); }
  .trust-strip div:first-child { border-left: none; }
  .section { padding-top: 5rem; padding-bottom: 5rem; }
  .solution-grid { grid-template-columns: 1fr; }
  .solution-grid article { min-height: 0; }
  .option-card.featured { transform: none; }
  .process { grid-template-columns: 1fr; }
  .process-image { min-height: 330px; background-position: 75% center; }
  .process-content { padding: 4rem 1.25rem; }
  .why { grid-template-columns: 1fr; gap: 2rem; }
  blockquote { padding: 2rem; }
  .cta { flex-direction: column; align-items: flex-start; padding: 4rem 1.25rem; }
  .cta-actions { width: 100%; }
  .footer { grid-template-columns: 80px 1fr; }
  .footer img { width: 80px; }
}

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