:root {
  --navy: #062b55;
  --navy-2: #082040;
  --teal: #2fb3a2;
  --teal-dark: #1d988a;
  --mint: #dff6f1;
  --cream: #fbfaf5;
  --paper: #ffffff;
  --ink: #082040;
  --muted: #5c6f7e;
  --line: rgba(6, 43, 85, 0.14);
  --shadow: 0 28px 80px rgba(6, 43, 85, 0.14);
  --radius: 24px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 220px; }
body { margin: 0; color: var(--ink); background: var(--cream); line-height: 1.5; }
[id] { scroll-margin-top: 220px; }
#offers, #compare-packages, #calculator, #system, #inside, #faq, #top, #result-panel { scroll-margin-top: 240px; }
a { color: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 36px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 30; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; padding: 12px clamp(18px, 4vw, 56px); background: rgba(251,250,245,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.brand img { width: 190px; height: auto; }
.nav { display: flex; justify-content: center; gap: 24px; font-size: 14px; font-weight: 800; color: var(--muted); }
.nav a, .button { text-decoration: none; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 12px 18px; border: 1px solid transparent; border-radius: 999px; font: inherit; font-weight: 900; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-1px); }
.button.primary { color: white; background: linear-gradient(135deg, var(--navy), var(--teal-dark)); box-shadow: 0 14px 34px rgba(6,43,85,.22); }
.button.secondary { color: var(--navy); background: white; border-color: var(--line); }
.button.ghost { color: var(--teal-dark); background: rgba(47,179,162,.09); border-color: rgba(47,179,162,.22); }
.button.header-button { color: white; background: var(--navy); padding-inline: 16px; }
.button.full { width: 100%; }
.hero { position: relative; overflow: hidden; padding: clamp(52px, 7vw, 92px) 0 64px; background: radial-gradient(circle at 12% 8%, rgba(47,179,162,.20), transparent 36%), radial-gradient(circle at 88% 20%, rgba(6,43,85,.10), transparent 34%), linear-gradient(135deg, #ffffff 0%, #f6fbf9 48%, #e8f7f4 100%); }
.hero:before { display: none; }
.hero-bg-mark { position: absolute; right: -60px; top: 36px; width: min(520px, 42vw); opacity: .055; pointer-events: none; }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, .95fr) minmax(400px, .72fr); gap: clamp(28px, 5vw, 64px); align-items: start; }
.hero-panel { padding: clamp(28px, 4vw, 48px); border-radius: 34px; background: linear-gradient(145deg, rgba(6,43,85,.98), rgba(8,32,64,.94)); color: white; box-shadow: 0 30px 90px rgba(6,43,85,.22); border: 1px solid rgba(47,179,162,.18); align-self: start; }
.eyebrow { margin: 0 0 12px; color: var(--teal); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; font-weight: 950; }
.hero .eyebrow { color: #78e4d4; }
h1,h2,h3,p { overflow-wrap: anywhere; }
h1 { margin: 0; max-width: 760px; font-size: clamp(42px, 6.3vw, 76px); line-height: .98; letter-spacing: -.055em; }
.lead { margin: 22px 0 0; max-width: 690px; font-size: clamp(18px, 2.1vw, 22px); color: rgba(255,255,255,.9); }
.lead.small { color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero .button.secondary { background: rgba(255,255,255,.10); color: white; border-color: rgba(255,255,255,.34); }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.trust-row span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; color: rgba(255,255,255,.86); background: rgba(255,255,255,.08); font-size: 13px; font-weight: 800; }
.calculator-card,.result-card,.feature-card,.inside-item,.price-card,.guarantee-card,.final-card,details,.quote-card,.detail-card,.deliverable-card { background: rgba(255,255,255,.95); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.hero-calculator { padding: clamp(22px,3vw,34px); align-self: start; }
.calculator-header h2 { margin: 0 0 8px; font-size: clamp(28px,3vw,42px); line-height: 1; letter-spacing: -.04em; }
.calculator-header p { margin: 0 0 20px; color: var(--muted); }
.calculator-form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field-pair { display: grid; gap: 7px; }
.full-field { grid-column: 1 / -1; }
label { font-size: 13px; font-weight: 900; color: var(--navy); }
input,select { width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 14px; background: white; color: var(--ink); font: inherit; }
.microcopy,.fine-print { margin: 0; color: var(--muted); font-size: 12px; }
.result-band { padding: 28px 0; background: white; }
.result-card { display: grid; grid-template-columns: .9fr 1.1fr; gap: 26px; align-items: center; padding: clamp(22px,3vw,34px); }
.result-card h2 { margin: 0; font-size: clamp(28px,4vw,48px); line-height: 1.02; letter-spacing: -.04em; }
.result-card p { margin: 0; color: var(--muted); font-size: 17px; }
.result-metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; grid-column: 1 / -1; }
.result-metric { padding: 16px; border-radius: 18px; background: var(--mint); }
.result-metric span { display: block; color: var(--muted); font-size: 13px; font-weight: 800; }
.result-metric strong { display: block; margin-top: 4px; color: var(--navy); font-size: 24px; }
.risk { display: inline-flex; padding: 4px 10px; border-radius: 999px; color: white !important; background: var(--teal-dark); }
.risk.high,.risk.very-high { background: #b85a3a; }
.risk.moderate { background: #c6933e; }
.result-note,.next-step-card,.upsell-box { grid-column: 1 / -1; padding: 18px; border-radius: 18px; background: #f6fbf9; border: 1px solid var(--line); color: var(--ink); }
.next-step-card h3 { margin: 0 0 8px; font-size: 24px; }
.next-step-card ol { margin: 0 0 18px; padding-left: 20px; color: var(--muted); }
.proof-strip { padding: 22px 0; background: var(--navy); color: white; }
.proof-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.proof-grid div { padding: 16px 0; }
.proof-grid strong { display: block; font-size: 18px; }
.proof-grid span { display: block; color: rgba(255,255,255,.72); }
.section { padding: clamp(64px,8vw,104px) 0; }
.split-grid,.inside-grid,.faq-grid,.guarantee-card { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: clamp(24px,5vw,70px); align-items: start; }
.section h2 { margin: 0; font-size: clamp(34px,5vw,58px); line-height: 1; letter-spacing: -.05em; }
.rich-text p,.inside-grid .lead { color: var(--muted); font-size: 19px; margin: 0 0 18px; }
.centered { text-align: center; }
.max-title { max-width: 820px; margin-inline: auto !important; }
.cards-section { background: #f4fbf8; }
.feature-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-top: 34px; }
.feature-card { padding: 24px; box-shadow: none; }
.feature-card span { color: var(--teal); font-weight: 950; }
.feature-card h3 { margin: 16px 0 8px; font-size: 24px; }
.feature-card p { margin: 0; color: var(--muted); }
.inside-section { background: white; }
.inside-list { display: grid; gap: 12px; }
.inside-item { display: grid; gap: 5px; padding: 18px; box-shadow: none; }
.inside-item strong { font-size: 18px; }
.inside-item span { color: var(--muted); }
.quote-section { padding: 58px 0; background: linear-gradient(135deg,var(--navy),var(--navy-2)); }
.quote-card { display: grid; grid-template-columns: 150px 1fr; gap: 30px; align-items: center; padding: clamp(22px,4vw,42px); background: rgba(255,255,255,.10); border-color: rgba(255,255,255,.18); color: white; box-shadow: none; }
.quote-logo-tile { display: grid; place-items: center; padding: 16px; border-radius: 24px; background: rgba(255,255,255,.96); box-shadow: 0 18px 50px rgba(0,0,0,.20); }
.quote-logo-tile img { width: 118px; }
.quote-card p { margin: 0; font-size: clamp(24px,3vw,40px); line-height: 1.1; letter-spacing: -.04em; }
.offer-section { background: #f6fbf9; padding-top: clamp(92px, 10vw, 132px); }
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 34px; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 26px; box-shadow: 0 18px 48px rgba(6,43,85,.10); }
.price-card.emphasized { border: 2px solid var(--teal); transform: translateY(-8px); }
.badge { align-self: flex-start; margin-bottom: 10px; padding: 7px 10px; border-radius: 999px; color: white; background: var(--teal-dark); font-size: 12px; font-weight: 950; }
.price-card h3 { margin: 0 0 8px; font-size: 26px; }
.price-card p:not(.price) { color: var(--muted); }
.price { margin: 8px 0; font-size: 52px; line-height: 1; font-weight: 950; color: var(--navy); }
.price-card ul { margin: 18px 0 24px; padding-left: 19px; color: var(--muted); }
.card-actions { display: grid; gap: 10px; margin-top: auto; }
.offer-note { text-align: center; color: var(--muted); margin: 20px 0 0; }
.guarantee-section { background: white; }
.guarantee-card { padding: clamp(22px,4vw,40px); }
.guarantee-card p { color: var(--muted); font-size: 17px; }
.faq-list { display: grid; gap: 12px; }
details { padding: 18px 20px; box-shadow: none; }
summary { cursor: pointer; font-weight: 950; color: var(--navy); }
details p { color: var(--muted); }
.final-cta { background: linear-gradient(135deg,#f4fbf8,#ffffff); }
.final-card { text-align: center; padding: clamp(28px,5vw,56px); }
.final-card img { width: 160px; margin: 0 auto 8px; }
.final-card h2 { max-width: 800px; margin-inline: auto; }
.final-card p:not(.eyebrow) { max-width: 640px; margin: 18px auto 26px; color: var(--muted); font-size: 18px; }
.site-footer { padding: 44px 0 28px; color: rgba(255,255,255,.82); background: var(--navy-2); }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: start; }
.footer-logo { width: 220px; background: white; border-radius: 16px; padding: 10px; }
.footer-links { display: flex; gap: 18px; flex-wrap: wrap; font-weight: 800; }
.footer-links a { text-decoration: none; }
.legal { margin-top: 28px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.64); font-size: 12px; }
.detail-hero { padding: 64px 0; background: radial-gradient(circle at 90% 10%, rgba(47,179,162,.18), transparent 36%), linear-gradient(135deg,#ffffff,#f3fbf8); }
.detail-grid { display: grid; grid-template-columns: 1fr .75fr; gap: 34px; align-items: center; }
.detail-card { padding: clamp(26px,4vw,44px); }
.detail-card h1 { color: var(--navy); }
.detail-card .lead { color: var(--muted); }
.detail-logo-card { display: grid; place-items: center; background: white; border-radius: 32px; padding: 36px; box-shadow: var(--shadow); }
.detail-logo-card img { max-width: 280px; }
.deliverables { background: white; }
.deliverable-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; margin-top: 28px; }
.deliverable-card { padding: 22px; box-shadow: none; }
.deliverable-card h3 { margin: 0 0 8px; }
.deliverable-card p { color: var(--muted); margin: 0; }
.package-nav { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
@media (max-width: 980px) { .site-header { grid-template-columns: 1fr auto; } .nav { display: none; } .brand img { width: 160px; } .hero-grid,.result-card,.split-grid,.inside-grid,.faq-grid,.guarantee-card,.footer-grid,.detail-grid { grid-template-columns: 1fr; } .hero-calculator { margin-top: 22px; } .feature-grid,.pricing-grid,.proof-grid,.deliverable-grid { grid-template-columns: 1fr 1fr; } .price-card.emphasized { transform: none; } }
@media (max-width: 620px) { .site-header { gap: 12px; } .brand img { width: 132px; } .header-button { display: none; } .calculator-form,.feature-grid,.pricing-grid,.proof-grid,.result-metrics,.deliverable-grid { grid-template-columns: 1fr; } .quote-card { grid-template-columns: 1fr; text-align: center; } .quote-logo-tile { width: 150px; margin: 0 auto; } h1 { font-size: 42px; } }

/* Commerce + CRM additions */
.compare-wrap { margin-top: 54px; padding: clamp(20px, 3vw, 34px); border: 1px solid var(--line); border-radius: 28px; background: rgba(255,255,255,.82); box-shadow: var(--shadow); }
.compare-heading { text-align: center; margin-bottom: 22px; }
.compare-heading h3 { margin: 0; color: var(--navy); font-size: clamp(28px, 3vw, 42px); letter-spacing: -.04em; }
.compare-table-scroll { overflow-x: auto; border-radius: 22px; border: 1px solid var(--line); background: white; }
.compare-table { width: 100%; min-width: 760px; border-collapse: collapse; color: var(--ink); }
.compare-table th, .compare-table td { padding: 16px 18px; border-bottom: 1px solid var(--line); text-align: center; vertical-align: middle; }
.compare-table th:first-child, .compare-table td:first-child { text-align: left; font-weight: 900; color: var(--navy); }
.compare-table thead th { background: #f4fbf8; color: var(--navy); font-size: 15px; }
.compare-table thead span { color: var(--teal-dark); font-size: 13px; }
.compare-table .yes { color: var(--teal-dark); font-size: 24px; font-weight: 950; }
.compare-table tfoot td { background: #fbfefd; border-bottom: 0; }
.commerce-hero { padding-bottom: 46px; }
.commerce-grid { display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: 24px; align-items: start; }
.cart-panel, .order-summary, .crm-panel { background: rgba(255,255,255,.96); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: clamp(22px, 3vw, 34px); }
.cart-panel h2, .order-summary h3, .crm-panel h2 { margin: 0 0 18px; color: var(--navy); }
.cart-items { display: grid; gap: 14px; }
.cart-item { display: grid; grid-template-columns: 1fr auto auto; gap: 16px; align-items: center; padding: 18px; border: 1px solid var(--line); border-radius: 20px; background: #f8fcfb; }
.cart-item h3 { margin: 0 0 5px; color: var(--navy); }
.cart-item p { margin: 0 0 6px; color: var(--muted); }
.cart-empty { padding: 24px; border-radius: 22px; background: #f4fbf8; border: 1px dashed rgba(47,179,162,.45); }
.cart-empty h3 { margin-top: 0; color: var(--navy); }
.remove-btn { border: 1px solid var(--line); background: white; color: var(--muted); border-radius: 999px; padding: 9px 12px; font-weight: 900; cursor: pointer; }
.remove-btn:hover { color: var(--navy); border-color: var(--teal); }
.order-summary { position: sticky; top: 110px; }
.summary-line { display: flex; justify-content: space-between; gap: 18px; padding: 13px 0; border-bottom: 1px solid var(--line); color: var(--muted); }
.summary-line strong { color: var(--navy); text-align: right; }
.summary-line.total { margin: 8px 0 18px; font-size: 18px; font-weight: 950; }
.processor-box { margin-top: 18px; padding: 16px; border-radius: 18px; background: #f4fbf8; border: 1px solid var(--line); color: var(--muted); }
.processor-box strong { color: var(--navy); }
.processor-box code { font-size: 12px; }
.checkout-intro { max-width: 980px; }
.checkout-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
textarea { width: 100%; padding: 12px; border: 1px solid var(--line); border-radius: 14px; font: inherit; color: var(--ink); }
.checkbox-line { display: flex; gap: 10px; align-items: flex-start; padding: 14px; border: 1px solid var(--line); border-radius: 16px; background: #f8fcfb; color: var(--muted); font-size: 14px; }
.checkbox-line input { width: auto; min-height: auto; margin-top: 3px; }
.checkout-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }
.crm-stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-bottom: 20px; }
.crm-stats div { padding: 22px; border-radius: 22px; background: white; border: 1px solid var(--line); box-shadow: 0 12px 30px rgba(6,43,85,.07); }
.crm-stats strong { display: block; color: var(--navy); font-size: 32px; line-height: 1; }
.crm-stats span { display: block; margin-top: 6px; color: var(--muted); font-weight: 800; }
.crm-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 22px; }
.crm-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.crm-list { display: grid; gap: 12px; max-height: 560px; overflow: auto; }
.crm-record { padding: 15px; border: 1px solid var(--line); border-radius: 16px; background: #f8fcfb; }
.crm-record strong { display: block; color: var(--navy); }
.crm-record span { display: block; color: var(--muted); font-size: 13px; margin: 4px 0; }
.crm-record p { margin: 0; color: var(--muted); font-size: 13px; }
@media (max-width: 980px) { .commerce-grid, .crm-grid { grid-template-columns: 1fr; } .order-summary { position: static; } .crm-stats { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .cart-item { grid-template-columns: 1fr; } .checkout-fields, .crm-stats { grid-template-columns: 1fr; } }


.compare-table .dash { color: rgba(8,32,64,.38); font-size: 22px; font-weight: 900; }
.account-box { display: grid; gap: 16px; padding: 20px; border: 1px solid rgba(47,179,162,.30); border-radius: 22px; background: linear-gradient(135deg, rgba(223,246,241,.70), rgba(255,255,255,.88)); }
.account-box h3 { margin: 0 0 6px; color: var(--navy); font-size: 24px; }
.account-box p { margin: 0; color: var(--muted); }
.compact-fields { margin-top: 2px; }
.security-note { padding: 18px; border: 1px solid var(--line); border-radius: 20px; background: #f4fbf8; color: var(--muted); }
.security-note strong { color: var(--navy); }
.deliverable-grid { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 980px) { .deliverable-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .deliverable-grid { grid-template-columns: 1fr; } }

.detail-compare-section { padding-top: 22px; }
.detail-compare-section .compare-wrap { margin-top: 0; }

.offer-section .centered.max-title { margin-top: 8px !important; }


/* Anchor jump breathing room: every menu/hash jump should land comfortably below the sticky header. */
section[id], .detail-compare-section[id], .result-band[id], .hero[id] {
  scroll-margin-top: 240px;
}
:target {
  scroll-margin-top: 240px;
}


/* Launch stack additions */
.legal-links { padding-top: 0.75rem; }
.legal-links a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
.narrow { max-width: 860px; }
.crm-toolbar { display: flex; flex-wrap: wrap; gap: .75rem; margin-bottom: 1rem; }
.button.danger { background: #fff1f1; color: #8a1f1f; border: 1px solid #f0b8b8; }
#admin-api-result:empty { display: none; }
.download-card { display: grid; gap: .5rem; padding: 1rem; border: 1px solid rgba(20, 61, 74, .16); border-radius: 18px; background: #fff; margin: .75rem 0; }
.status-pill { display: inline-flex; width: fit-content; border-radius: 999px; padding: .25rem .65rem; background: rgba(13, 148, 136, .12); color: #0f766e; font-weight: 700; font-size: .82rem; }
