:root {
  --ink: #12231f;
  --muted: #5c6d67;
  --brand: #143d36;
  --brand-2: #1f5c50;
  --accent: #f1b86a;
  --accent-soft: #fff2dc;
  --paper: #ffffff;
  --tint: #f4f7f5;
  --line: #dce5e1;
  --positive: #16715d;
  --shadow: 0 24px 70px rgba(18, 35, 31, .11);
  --radius: 20px;
}

* { 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;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; padding: 10px 14px; color: #fff; background: var(--brand); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(220,229,225,.8); background: rgba(255,255,255,.92); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 1.08rem; font-weight: 800; text-decoration: none; letter-spacing: -.02em; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; color: #fff; background: var(--brand); font-size: .76rem; letter-spacing: .06em; box-shadow: inset 0 0 0 1px rgba(255,255,255,.14); }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav > a:not(.button) { color: #334a43; text-decoration: none; font-size: .94rem; font-weight: 650; }
.site-nav > a:not(.button):hover { color: var(--positive); }
.menu-button { display: none; border: 1px solid var(--line); border-radius: 10px; padding: 8px 12px; color: var(--ink); background: #fff; font-weight: 700; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 22px; border: 1px solid var(--brand); border-radius: 12px; color: #fff; background: var(--brand); text-decoration: none; font-weight: 800; line-height: 1.2; cursor: pointer; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.button:hover { background: var(--brand-2); box-shadow: 0 10px 24px rgba(20,61,54,.17); transform: translateY(-1px); }
.button-secondary { color: var(--brand); background: transparent; }
.button-secondary:hover { color: #fff; }
.button-small { min-height: 42px; padding: 9px 16px; border-radius: 10px; font-size: .9rem; }
.button-full { width: 100%; }
.button-light { color: var(--brand); border-color: #fff; background: #fff; }
.button-light:hover { color: #fff; background: transparent; }

.hero { position: relative; overflow: hidden; padding: 96px 0 86px; background: linear-gradient(145deg, #f9fbfa 0%, #f4f8f6 58%, #eef5f1 100%); }
.hero::before { content: ""; position: absolute; width: 560px; height: 560px; top: -330px; left: -190px; border-radius: 50%; background: rgba(241,184,106,.23); filter: blur(2px); }
.hero::after { content: ""; position: absolute; width: 440px; height: 440px; right: -260px; bottom: -260px; border-radius: 50%; border: 90px solid rgba(31,92,80,.06); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 76px; }
.eyebrow { margin: 0 0 16px; color: var(--positive); font-size: .77rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow > span { display: inline-block; width: 24px; height: 2px; margin: 0 8px 3px 0; background: var(--accent); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.12; letter-spacing: -.035em; }
.hero h1 { max-width: 680px; margin-bottom: 24px; font-size: clamp(3rem, 6vw, 5.1rem); }
.hero-lede { max-width: 620px; margin-bottom: 30px; color: var(--muted); font-size: 1.18rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.microcopy { margin: 18px 0 0; color: #4b5f58; font-size: .92rem; font-weight: 650; }

.preview-card { padding: 26px; border: 1px solid rgba(220,229,225,.85); border-radius: 24px; background: rgba(255,255,255,.96); box-shadow: var(--shadow); transform: rotate(1deg); }
.preview-topbar { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.preview-label { margin: 0 0 3px; color: var(--muted); font-size: .74rem; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.preview-title { margin: 0; font-weight: 800; }
.status-pill { white-space: nowrap; padding: 6px 10px; border-radius: 999px; color: var(--positive); background: #e8f5f0; font-size: .75rem; font-weight: 800; }
.summary-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding: 20px 0; }
.summary-row div { padding: 12px; border-radius: 12px; background: var(--tint); }
.summary-row span { display: block; color: var(--muted); font-size: .7rem; }
.summary-row strong { display: block; margin-top: 4px; font-size: 1.15rem; }
.positive { color: var(--positive); }
.table-shell { overflow: hidden; border: 1px solid var(--line); border-radius: 13px; }
.table-row { display: grid; grid-template-columns: .7fr 1.7fr 1fr; gap: 10px; padding: 11px 13px; border-top: 1px solid var(--line); font-size: .78rem; }
.table-row:first-child { border-top: 0; }
.table-row span:last-child { text-align: right; }
.table-head { color: var(--muted); background: var(--tint); font-size: .7rem; font-weight: 800; }
.confidence-note { margin-top: 16px; padding: 11px 13px; border-radius: 11px; color: #125c4d; background: #edf8f4; font-size: .78rem; font-weight: 750; }
.confidence-note span { display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 6px; border-radius: 50%; color: #fff; background: var(--positive); }

.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { display: flex; align-items: center; gap: 12px; min-height: 102px; padding: 20px; border-left: 1px solid var(--line); }
.trust-grid > div:first-child { border-left: 0; }
.trust-grid p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.45; }
.trust-grid strong { color: var(--ink); font-size: .88rem; }
.trust-icon { display: grid; place-items: center; width: 34px; height: 34px; flex: 0 0 34px; border-radius: 10px; color: var(--brand); background: var(--accent-soft); font-weight: 900; }

.section { padding: 100px 0; }
.section-tint { background: var(--tint); }
.section-heading { max-width: 720px; margin-bottom: 48px; }
.section-heading h2, .split-grid h2, .privacy-grid h2, .faq-layout h2, .cta-card h2 { margin-bottom: 18px; font-size: clamp(2.2rem, 4vw, 3.5rem); }
.section-heading > p:last-child, .section-lede, .faq-layout > div > p:last-child { color: var(--muted); font-size: 1.05rem; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.step-card { position: relative; padding: 34px 30px 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.step-number { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 42px; border-radius: 50%; color: #fff; background: var(--brand); font-weight: 850; }
.step-card h3 { margin-bottom: 12px; font-size: 1.35rem; }
.step-card p { margin-bottom: 0; color: var(--muted); }
.split-grid { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 80px; }
.check-list { display: grid; gap: 13px; margin: 28px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 31px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--positive); font-weight: 900; }
.coverage-card { padding: 38px; border-radius: 24px; color: #fff; background: var(--brand); box-shadow: var(--shadow); }
.card-kicker { margin-bottom: 15px; color: var(--accent); font-size: .78rem; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.coverage-card h3 { margin-bottom: 16px; font-size: 2rem; }
.coverage-card p { color: #d9e8e3; }
.text-link { color: var(--positive); font-weight: 800; text-decoration: none; }
.text-link:hover { text-decoration: underline; }

.privacy-section { color: #fff; background: var(--brand); }
.privacy-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.eyebrow-light { color: var(--accent); }
.privacy-grid h2 { max-width: 560px; }
.privacy-points { display: grid; gap: 24px; }
.privacy-points div { padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,.16); }
.privacy-points strong, .privacy-points span { display: block; }
.privacy-points strong { margin-bottom: 6px; }
.privacy-points span { color: #d9e8e3; }
.text-link-light { color: var(--accent); }

.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 30px 24px 24px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.price-card-featured { border: 2px solid var(--brand); box-shadow: 0 18px 48px rgba(20,61,54,.12); }
.popular-tag { position: absolute; top: -13px; left: 22px; padding: 5px 10px; border-radius: 999px; color: var(--brand); background: var(--accent); font-size: .68rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.plan-name { margin-bottom: 10px; font-size: .83rem; font-weight: 850; }
.price { margin: 0; font-size: 2.55rem; font-weight: 900; letter-spacing: -.05em; line-height: 1; }
.price span { vertical-align: top; margin-right: 2px; font-size: 1rem; }
.plan-note { min-height: 44px; margin: 10px 0 22px; color: var(--muted); font-size: .77rem; }
.price-card ul { display: grid; gap: 10px; margin: 0 0 28px; padding: 0; list-style: none; color: #40534d; font-size: .85rem; }
.price-card li { position: relative; padding-left: 22px; }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--positive); font-weight: 900; }
.price-card .button { margin-top: auto; font-size: .82rem; }
.pricing-footnote { max-width: 820px; margin: 24px auto 0; color: var(--muted); text-align: center; font-size: .79rem; }

.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 22px 44px 22px 0; cursor: pointer; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 15px; color: var(--positive); font-size: 1.7rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: -4px 44px 22px 0; color: var(--muted); }

.cta-section { padding: 80px 0; background: #fff; }
.cta-card { display: flex; align-items: center; justify-content: space-between; gap: 60px; padding: 54px; border-radius: 26px; color: #fff; background: linear-gradient(120deg, var(--brand), #255e54); }
.cta-card > div { max-width: 720px; }
.cta-card h2 { margin-bottom: 12px; }
.cta-card p:last-child { margin-bottom: 0; color: #d9e8e3; }

.site-footer { padding: 66px 0 24px; color: #d8e5e1; background: #0e2924; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 70px; }
.brand-footer { color: #fff; }
.brand-footer .brand-mark { background: #fff; color: var(--brand); }
.footer-grid > div:first-child p { max-width: 380px; margin: 18px 0 0; color: #aac0b9; }
.footer-grid .operator { font-size: .78rem; }
.footer-grid h2 { margin-bottom: 16px; color: #fff; font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 9px; }
.footer-grid a:not(.brand) { color: #c1d1cc; text-decoration: none; font-size: .88rem; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: #93aaa3; font-size: .76rem; }
.footer-bottom a { color: #c7d7d2; }

.legal-main { padding: 80px 0 100px; background: var(--tint); }
.legal-document { max-width: 860px; padding: 54px 64px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 20px 50px rgba(18,35,31,.06); }
.legal-document h1 { margin-bottom: 8px; font-size: clamp(2.6rem, 5vw, 4.2rem); }
.legal-document .updated { margin-bottom: 36px; color: var(--muted); font-size: .85rem; }
.legal-document h2 { margin: 38px 0 12px; font-size: 1.45rem; }
.legal-document p, .legal-document li { color: #40534d; }
.legal-document li + li { margin-top: 8px; }
.legal-footer { padding-top: 1px; }
.legal-footer .footer-bottom { margin-top: 0; }

.contact-main { padding: 90px 0 110px; background: var(--tint); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.contact-intro h1 { margin-bottom: 20px; font-size: clamp(2.6rem, 5vw, 4.2rem); }
.contact-intro > p:not(.eyebrow):not(.direct-email) { color: var(--muted); font-size: 1.08rem; }
.notice-card { margin: 34px 0 20px; padding: 20px; border: 1px solid #efcc92; border-radius: 14px; background: var(--accent-soft); }
.notice-card p { margin: 6px 0 0; color: #62533f; font-size: .88rem; }
.direct-email { font-size: .9rem; }
.direct-email a { color: var(--positive); font-weight: 800; }
.contact-form { padding: 34px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 18px 48px rgba(18,35,31,.07); }
.contact-form label { display: block; margin: 0 0 7px; font-size: .84rem; font-weight: 800; }
.contact-form input:not([type="checkbox"]), .contact-form select, .contact-form textarea { width: 100%; margin: 0 0 20px; padding: 13px 14px; border: 1px solid #bfccc7; border-radius: 10px; color: var(--ink); background: #fff; font: inherit; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: 3px solid rgba(22,113,93,.16); border-color: var(--positive); }
.consent-row { display: grid !important; grid-template-columns: 18px 1fr; align-items: start; gap: 10px; margin: 0 0 22px !important; color: #4e625b; font-weight: 500 !important; }
.consent-row input { margin-top: 4px; }
.form-note { margin: 10px 0 0; color: var(--muted); text-align: center; font-size: .75rem; }

.error-page { min-height: 100vh; display: grid; place-items: center; padding: 30px; background: var(--tint); }
.error-card { width: min(620px, 100%); padding: 54px; border: 1px solid var(--line); border-radius: 24px; background: #fff; text-align: center; box-shadow: var(--shadow); }
.error-card .brand { margin-bottom: 44px; }
.error-card h1 { font-size: 3rem; }
.error-card p:not(.eyebrow) { margin-bottom: 28px; color: var(--muted); }

@media (max-width: 980px) {
  .hero-grid, .split-grid, .privacy-grid, .faq-layout, .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero { padding-top: 72px; }
  .hero-copy { max-width: 760px; }
  .preview-card { max-width: 680px; transform: none; }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid > div:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .trust-grid > div:nth-child(4) { border-top: 1px solid var(--line); }
  .cta-card { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 1160px); }
  .menu-button { display: inline-block; }
  .site-nav { position: absolute; top: 75px; right: 14px; left: 14px; display: none; flex-direction: column; align-items: stretch; padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav a { text-align: center; }
  .hero h1 { font-size: clamp(2.75rem, 13vw, 4rem); }
  .hero-grid { gap: 54px; }
  .preview-card { padding: 18px; }
  .preview-topbar { flex-direction: column; }
  .summary-row { grid-template-columns: 1fr; }
  .steps-grid, .pricing-grid { grid-template-columns: 1fr; }
  .section { padding: 76px 0; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div, .trust-grid > div:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .trust-grid > div:first-child { border-top: 0; }
  .cta-card { padding: 34px 26px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 42px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .legal-document { padding: 38px 25px; }
  .contact-form { padding: 25px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
