:root {
  --ink: #132f33;
  --green: #0d615c;
  --mint: #64c7ba;
  --mist: #f4faf9;
  --pale: #d8f1ed;
  --white: #ffffff;
  --line: rgba(19, 47, 51, .13);
  --shadow: 0 22px 70px rgba(13, 73, 69, .11);
  --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--mint); outline-offset: 4px; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 1000; transform: translateY(-160%); background: var(--ink); color: #fff; padding: 10px 14px; border-radius: 10px; text-decoration: none; }
.skip-link:focus { transform: translateY(0); }
.market-bar { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 22px; padding: 7px 18px; background: var(--ink); color: #dff7f3; font-size: .77rem; letter-spacing: .02em; text-align: center; }
.market-bar span + span { position: relative; }
.market-bar span + span::before { content: ''; position: absolute; left: -12px; top: 50%; width: 3px; height: 3px; border-radius: 50%; background: var(--mint); }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.92); border-bottom: 1px solid transparent; backdrop-filter: blur(18px); transition: box-shadow .25s ease, border-color .25s ease; }
.site-header.is-scrolled { box-shadow: 0 12px 35px rgba(16,55,54,.08); border-color: var(--line); }
.header-inner { min-height: 76px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 30px; }
.brand { width: min(282px, 100%); }
.brand img { width: 100%; height: auto; }
nav { display: flex; align-items: center; gap: 24px; }
nav a { font-size: .91rem; font-weight: 650; text-decoration: none; }
nav a:hover { color: var(--green); }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 12px; padding: 0 24px; border: 1px solid var(--green); border-radius: 999px; background: var(--green); color: #fff; font-weight: 780; text-decoration: none; box-shadow: 0 12px 30px rgba(13,97,92,.19); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 18px 34px rgba(13,97,92,.24); background: #0a534f; }
.button-small { min-height: 44px; padding-inline: 18px; font-size: .88rem; box-shadow: none; }
.hero { position: relative; overflow: hidden; padding: clamp(62px, 8vw, 112px) 0 82px; background: radial-gradient(circle at 10% 10%, #e4f7f3 0, transparent 33%), linear-gradient(180deg, #fff 0%, var(--mist) 100%); }
.hero::after { content: ''; position: absolute; right: -180px; top: -210px; width: 560px; height: 560px; border: 1px solid rgba(100,199,186,.30); border-radius: 50%; box-shadow: inset 0 0 0 48px rgba(100,199,186,.04), inset 0 0 0 96px rgba(100,199,186,.035); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: 1.01fr .99fr; align-items: center; gap: clamp(38px, 6vw, 78px); }
.eyebrow { margin: 0 0 14px; color: var(--green); font-size: .76rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { color: var(--mint); margin-right: 7px; }
h1, h2, h3 { margin-top: 0; line-height: 1.09; letter-spacing: -.035em; }
h1 { max-width: 720px; margin-bottom: 24px; font-size: clamp(2.65rem, 6.2vw, 5.25rem); }
h2 { margin-bottom: 18px; font-size: clamp(2rem, 4vw, 3.55rem); }
h3 { margin-bottom: 10px; font-size: 1.18rem; letter-spacing: -.015em; }
p { margin-top: 0; }
.lead { max-width: 670px; margin-bottom: 25px; color: #385258; font-size: clamp(1.03rem, 1.8vw, 1.2rem); }
.answer-card { max-width: 660px; padding: 18px 20px; border: 1px solid rgba(13,97,92,.17); border-left: 4px solid var(--mint); border-radius: 16px; background: rgba(255,255,255,.72); }
.answer-card span { display: block; margin-bottom: 5px; color: var(--green); font-size: .72rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.answer-card p { margin: 0; font-size: .95rem; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; margin-top: 28px; }
.text-link { font-weight: 750; text-underline-offset: 5px; text-decoration-thickness: 1px; }
.micro-disclosure { margin: 18px 0 0; color: #66797c; font-size: .78rem; }
.hero-visual { position: relative; }
.hero-picture { display: block; overflow: hidden; border: 1px solid rgba(255,255,255,.9); border-radius: 38px; box-shadow: var(--shadow); transform: rotate(1.2deg); }
.hero-picture img { width: 100%; aspect-ratio: 1.385 / 1; object-fit: cover; }
.visual-note { position: absolute; display: flex; align-items: center; gap: 10px; min-width: 184px; padding: 12px 15px; border: 1px solid rgba(13,97,92,.13); border-radius: 16px; background: rgba(255,255,255,.91); box-shadow: 0 16px 36px rgba(19,47,51,.14); backdrop-filter: blur(12px); }
.visual-note strong { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; background: var(--pale); color: var(--green); font-size: .76rem; }
.visual-note span { max-width: 110px; font-size: .78rem; font-weight: 750; line-height: 1.25; }
.note-one { left: -24px; bottom: 18%; }
.note-two { right: -20px; top: 15%; }
.proof-strip { border-block: 1px solid var(--line); background: #fff; }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-grid > div { display: flex; align-items: center; gap: 14px; padding: 24px 26px; }
.proof-grid > div + div { border-left: 1px solid var(--line); }
.proof-grid p { margin: 0; color: #617378; font-size: .83rem; line-height: 1.45; }
.proof-grid strong { color: var(--ink); font-size: .91rem; }
.proof-icon { display: grid; flex: 0 0 42px; height: 42px; place-items: center; border-radius: 50%; background: var(--pale); color: var(--green); font-size: .8rem; font-weight: 900; }
.section { padding: clamp(74px, 9vw, 124px) 0; }
.section-soft { background: var(--mist); }
.section-heading { margin-bottom: 42px; }
.section-heading.narrow { max-width: 760px; }
.section-heading p:last-child { max-width: 680px; color: #5d7275; }
.checklist-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.check-card { grid-column: span 4; min-height: 240px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 12px 34px rgba(15,72,68,.045); }
.check-card:nth-child(4), .check-card:nth-child(5) { grid-column: span 6; min-height: 210px; }
.check-card > span { display: grid; width: 38px; height: 38px; margin-bottom: 28px; place-items: center; border-radius: 12px; background: var(--pale); color: var(--green); font-size: .84rem; font-weight: 900; }
.check-card p { margin-bottom: 0; color: #5b7073; font-size: .92rem; }
.split-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.split-grid > div > p:not(.eyebrow) { max-width: 700px; color: #526a6f; font-size: 1.02rem; }
.scope-card { padding: 34px; border: 1px solid var(--line); border-radius: 30px; background: linear-gradient(145deg,#f8fffd,#e8f5f2); box-shadow: var(--shadow); }
.scope-card h3 { font-size: 1.45rem; }
.icon-list { display: grid; gap: 14px; margin: 24px 0 0; padding: 0; list-style: none; }
.icon-list li { display: grid; grid-template-columns: 30px 1fr; align-items: start; gap: 10px; font-size: .92rem; }
.icon-list span { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 8px; background: #fff; color: var(--green); font-weight: 900; }
.section-dark { background: var(--ink); color: #fff; }
.section-heading.light .eyebrow { color: #8ee0d5; }
.section-heading.light h2 { max-width: 710px; }
.table-wrap { overflow-x: auto; border: 1px solid rgba(255,255,255,.13); border-radius: 24px; background: rgba(255,255,255,.035); }
table { width: 100%; min-width: 760px; border-collapse: collapse; }
th, td { padding: 20px 22px; border-bottom: 1px solid rgba(255,255,255,.1); text-align: left; vertical-align: top; }
thead th { color: #a8e8df; font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }
tbody th { width: 18%; color: #fff; font-size: .9rem; }
tbody td { color: #d6e4e5; font-size: .9rem; }
tbody tr:last-child th, tbody tr:last-child td { border-bottom: 0; }
.feature-section { overflow: hidden; background: #fff; }
.feature-grid { display: grid; grid-template-columns: 1fr .88fr; gap: 70px; align-items: center; }
.feature-copy > p:not(.eyebrow) { max-width: 680px; color: #526b70; }
.facts-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 30px 0; }
.facts-grid div { padding: 16px; border: 1px solid var(--line); border-radius: 15px; background: var(--mist); }
.facts-grid span { display: block; margin-bottom: 3px; color: #6d7d80; font-size: .71rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.facts-grid strong { font-size: .88rem; }
.route-card { position: relative; padding: 30px; border-radius: 30px; background: var(--ink); color: #fff; box-shadow: 0 30px 80px rgba(19,47,51,.22); }
.route-card::before { content: ''; position: absolute; inset: -1px; border-radius: inherit; background: linear-gradient(135deg, rgba(100,199,186,.6), transparent 40%); z-index: -1; }
.route-top { display: grid; grid-template-columns: 1fr auto 1fr; gap: 12px; align-items: center; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.12); color: #b5d9d6; font-size: .73rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.route-top span:last-child { text-align: right; }
.route-card ol { display: grid; gap: 0; margin: 24px 0 0; padding: 0; list-style: none; }
.route-card li { display: grid; grid-template-columns: 45px 1fr; gap: 16px; padding: 18px 0; }
.route-card li + li { border-top: 1px solid rgba(255,255,255,.10); }
.route-card li > span { display: grid; width: 39px; height: 39px; place-items: center; border-radius: 50%; background: rgba(100,199,186,.14); color: #8ee0d5; font-size: .72rem; font-weight: 900; }
.route-card strong { display: block; margin-bottom: 4px; }
.route-card p { margin: 0; color: #bed0d2; font-size: .86rem; }
.care-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.care-grid article { padding: 26px 28px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.care-grid p { margin: 0; color: #5e7376; font-size: .91rem; }
.faq-section { background: #fff; }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 72px; align-items: start; }
.faq-intro { position: sticky; top: 120px; }
.faq-intro p:last-child { color: #627578; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: center; padding: 23px 0; cursor: pointer; font-weight: 780; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary span { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; background: var(--pale); color: var(--green); transition: transform .2s ease; }
details[open] summary span { transform: rotate(45deg); }
details p { max-width: 760px; margin: -6px 0 24px; color: #5d7175; }
.final-cta { padding-top: 20px; }
.final-card { display: grid; grid-template-columns: 1fr auto; gap: 46px; align-items: center; padding: clamp(34px, 6vw, 66px); border-radius: 34px; background: linear-gradient(135deg, var(--green), #123d3d); color: #fff; overflow: hidden; position: relative; }
.final-card::after { content: ''; position: absolute; right: -110px; top: -150px; width: 360px; height: 360px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; box-shadow: inset 0 0 0 40px rgba(255,255,255,.025), inset 0 0 0 80px rgba(255,255,255,.02); }
.final-card > * { position: relative; z-index: 1; }
.final-card h2 { max-width: 680px; font-size: clamp(1.8rem, 3.5vw, 3.1rem); }
.final-card p:not(.eyebrow) { max-width: 690px; margin-bottom: 0; color: #d7efec; }
.final-card .eyebrow { color: #9ce2d9; }
.button-light { border-color: #fff; background: #fff; color: var(--green); white-space: nowrap; box-shadow: none; }
.button-light:hover { background: #effbf9; }
.legal-section { padding: 82px 0; border-top: 1px solid var(--line); background: var(--mist); }
.legal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; }
.legal-grid h2 { margin-bottom: 12px; font-size: 1rem; letter-spacing: 0; }
.legal-grid p { margin: 0; color: #607578; font-size: .81rem; }
footer { padding: 38px 0 44px; background: #fff; }
.footer-grid { display: grid; grid-template-columns: .8fr 1.1fr auto; align-items: center; gap: 32px; }
.footer-brand { width: min(250px, 100%); }
.footer-grid p { margin: 0; color: #65777a; font-size: .77rem; }
.footer-grid nav { flex-wrap: wrap; justify-content: flex-end; gap: 16px; }
.footer-grid nav a { font-size: .78rem; }
.mobile-cta { display: none; }
[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.7,.2,1); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
@media (max-width: 980px) {
  .header-inner { grid-template-columns: 1fr auto; }
  .header-inner nav { display: none; }
  .hero-grid, .split-grid, .feature-grid, .faq-layout { grid-template-columns: 1fr; }
  .hero-copy { max-width: 780px; }
  .hero-visual { width: min(760px, 100%); margin-inline: auto; }
  .faq-intro { position: static; }
  .check-card { grid-column: span 6; }
  .check-card:nth-child(5) { grid-column: span 12; }
  .footer-grid { grid-template-columns: 1fr 1.4fr; }
  .footer-grid nav { grid-column: 1 / -1; justify-content: flex-start; }
}
@media (max-width: 720px) {
  body { padding-bottom: 74px; }
  .shell { width: min(1160px, calc(100% - 28px)); }
  .market-bar { justify-content: center; min-height: 31px; font-size: .68rem; }
  .market-bar span:not(:first-child) { display: none; }
  .header-inner { min-height: 68px; gap: 14px; }
  .brand { width: min(220px, 55vw); }
  .header-inner > .button { display: none; }
  .hero { padding-top: 50px; }
  h1 { font-size: clamp(2.55rem, 13vw, 4.2rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .text-link { text-align: center; }
  .visual-note { min-width: 150px; padding: 9px 11px; }
  .visual-note strong { width: 31px; height: 31px; }
  .visual-note span { font-size: .69rem; }
  .note-one { left: -5px; bottom: 6%; }
  .note-two { right: -5px; top: 8%; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid > div { padding: 16px 8px; }
  .proof-grid > div + div { border-left: 0; border-top: 1px solid var(--line); }
  .checklist-grid, .facts-grid, .care-grid, .legal-grid { grid-template-columns: 1fr; }
  .check-card, .check-card:nth-child(4), .check-card:nth-child(5) { grid-column: span 12; min-height: auto; }
  .check-card { padding: 24px; }
  .section { padding-block: 78px; }
  .section-dark .shell { width: min(1160px, calc(100% - 20px)); }
  .table-wrap { overflow: visible; border: 0; border-radius: 0; background: transparent; }
  table { display: block; min-width: 0; }
  thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
  tbody, tr, th, td { display: block; width: 100%; }
  tbody { display: grid; gap: 14px; }
  tbody tr { overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: rgba(255,255,255,.045); }
  tbody th { width: auto; padding: 16px 18px; border-bottom: 1px solid rgba(255,255,255,.12); background: rgba(100,199,186,.10); color: #a8e8df; font-size: .72rem; letter-spacing: .10em; text-transform: uppercase; }
  tbody td { position: relative; padding: 41px 18px 17px; border-bottom: 1px solid rgba(255,255,255,.10); color: #e2eeee; }
  tbody td:last-child { border-bottom: 0; }
  tbody td::before { position: absolute; top: 14px; left: 18px; color: #8ee0d5; font-size: .64rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
  tbody td:nth-child(2)::before { content: "Stronger signal"; }
  tbody td:nth-child(3)::before { content: "Reason to pause"; }
  .final-card { grid-template-columns: 1fr; gap: 24px; padding: 30px 24px; }
  .final-card .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid nav { grid-column: auto; justify-content: flex-start; }
  .mobile-cta { position: fixed; right: 10px; bottom: 10px; left: 10px; z-index: 90; display: flex; min-height: 54px; align-items: center; justify-content: center; gap: 10px; border-radius: 16px; background: var(--green); color: #fff; font-weight: 820; text-decoration: none; box-shadow: 0 16px 40px rgba(13,97,92,.34); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
