:root {
    --navy: #071f26;
    --navy-2: #0d3038;
    --ink: #102d33;
    --muted: #536a6e;
    --cream: #f6f1e7;
    --paper: #fffdf8;
    --mint: #bac4c7;
    --teal: #4f91a9;
    --teal-dark: #386f83;
    --sun: #ffa700;
    --coral: #ee745c;
    --white: #fff;
    --line: #ccddd8;
    --danger: #a92e25;
    --radius: 24px;
    --radius-small: 12px;
    --shadow: 0 24px 70px rgba(232,249,255 .13);
    --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: "Segoe UI", ui-sans-serif, system-ui, sans-serif;
    line-height: 1.65;
    overflow-x: hidden;
}
body.nav-open { overflow: hidden; }
img, video { display: block; max-width: 100%; }
a { color: inherit; overflow-wrap: anywhere; }
p { margin: 0 0 1rem; }
h1, h2, h3 {
    margin: 0;
    color: var(--navy);
    font-family: "Segoe UI", ui-sans-serif, system-ui, sans-serif;
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: -.025em;
    overflow-wrap: anywhere;
}
h1 { max-width: 900px; font-size: clamp(3rem, 7vw, 6.5rem); }
h2 { font-size: clamp(2.1rem, 4vw, 4rem); }
h3 { font-size: 1.45rem; }
.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: absolute; top: -100px; left: 20px; z-index: 100; padding: 12px 18px; background: var(--sun); color: var(--navy); }
.skip-link:focus { top: 16px; }
.sr-only, .trap { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header { position: sticky; top: 0; z-index: 50; color: var(--navy); background: rgb(255 253 248); border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(18px); }
.header-inner { min-height: 88px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; text-decoration: none; }
.brand-mark { width: 54px; height: 54px; display: grid; place-items: center; overflow: hidden; }
.brand-mark img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: multiply; }
.brand strong, .brand small { display: block; }
.brand strong { color: var(--navy); font-family: sans-serif;; font-size: 1.08rem; }
.brand small { color: rgba(133, 133, 133, 0.774); font-size: .72rem; }
.site-nav { display: flex; justify-content: flex-end; align-items: center; gap: 1px; }
.site-nav a { min-height: 42px; display: inline-flex; align-items: center; padding: 0 10px; border-radius: 999px; color: rgba(85, 84, 84, 0.979); font-size: .88rem; font-weight: 650; text-decoration: none; }
.site-nav a:hover, .site-nav a.is-active { color: var(--navy); background: var(--mint); }
.nav-toggle { display: none; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: var(--navy); background: transparent; }

.btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 20px; border: 1px solid transparent; border-radius: 999px; font: inherit; font-weight: 750; text-decoration: none; cursor: pointer; white-space: nowrap; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn svg { width: 18px; height: 18px; flex: 0 0 auto; }
.btn-small { min-height: 43px; padding: 0 16px; }
.btn-primary { color: var(--navy); background: var(--sun); box-shadow: 0 10px 24px rgba(255,203,105,.18); }
.btn-primary:hover { background: #ffda93; box-shadow: 0 14px 32px rgba(255,203,105,.25); }
.btn-secondary { color: var(--navy); background: var(--teal); }
.btn-ghost { color: var(--navy); border-color: rgba(255,255,255,.36); background: rgba(255,255,255,.06); }

.hero { position: relative; min-height: 790px; display: grid; align-items: center; overflow: hidden; color: var(--navy); background: var(--navy); }
.hero-media, .hero-media img, .hero-media video { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media img, .hero-media video { object-fit: cover; opacity: .5; filter: saturate(.75) contrast(1.08); }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(130deg, #fffdf8, #fff8f840); }
.hero-content { position: relative; z-index: 1; padding: 50px 0; }
.hero h1 { color: var(--navy); }
.hero p { max-width: 720px; color: rgba(32, 32, 32, 0.84); font-size: clamp(1.08rem, 2vw, 1.3rem); }
.eyebrow { margin-bottom: .8rem; color: var(--teal-dark); font-size: .76rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.hero .eyebrow { color: var(--sun); }
.hero-actions, .cta-actions, .button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-proof { max-width: 940px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 56px; }
.proof-item { padding: 20px; border-left: 3px solid var(--sun); background: rgba(255,255,255,.08); backdrop-filter: blur(10px); }
.proof-item strong { display: block; color: var(--sun); font-family: sans-serif;; font-size: 1.8rem; }
.proof-item span { display: block; color: rgb(42 42 42); font-size: 1rem; }

.quick-strip { color: var(--navy); background: var(--teal); }
.quick-strip .container { min-height: 110px; display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; }
.quick-strip p { margin: 0; font-size: 1.06rem; }
.quick-strip strong { color: var(--sun); }
.section { padding: 100px 0; }
.section-soft { background: var(--cream); }
.section-tight { padding-block: 58px; }
.section-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .55fr); gap: 64px; align-items: end; margin-bottom: 42px; }
.section-head p { color: var(--muted); }
.section-head .eyebrow { color: var(--teal-dark); }
.split { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, .72fr); gap: 70px; align-items: center; }
.split.align-start { align-items: start; }
.rich-text > * + * { margin-top: 1.05rem; }
.rich-text h2, .rich-text h3 { margin-top: 2rem; }
.rich-text ul, .rich-text ol { padding-left: 1.3rem; }
.rich-text li { padding-left: .35rem; }
.lead { color: var(--navy); font-size: 1.15rem; font-weight: 650; }

.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.card { min-width: 0; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); overflow: hidden; box-shadow: 0 10px 10px 0 rgba(11, 138, 123, .07); }
.card.pad { display: grid; align-content: start; padding: 18px; }
.card-photo { width: 100%; aspect-ratio: 16/10; object-fit: cover; margin-bottom: 20px; border-radius: calc(var(--radius) - 8px); }
.card.pad > :not(.card-photo) { margin-inline: 8px; }
.card.pad > :last-child:not(.card-photo) { margin-bottom: 10px; }
.card h3 { margin-bottom: 12px; }
.card p { color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--teal-dark); font-weight: 800; text-decoration: none; }
.text-link svg { width: 17px; }

.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); border-radius: var(--radius); overflow: hidden; background: var(--navy); }
.stat { padding: 28px; border-right: 1px solid rgba(255,255,255,.1); }
.stat:last-child { border: 0; }
.stat strong { display: block; color: var(--sun); font-family: sans-serif;; font-size: 2.2rem; }
.stat span { color: rgba(255,255,255,.7); font-size: .88rem; }
.split .stats-row { grid-template-columns: 1fr 1fr; }
.media-frame { position: relative; min-height: 480px; overflow: hidden; border-radius: 48px 8px 48px 8px; box-shadow: var(--shadow); }
.media-frame img, .media-frame video { width: 100%; height: 100%; min-height: 480px; object-fit: cover; }
.media-caption { position: absolute; right: 16px; bottom: 16px; left: 16px; padding: 16px; color: var(--navy); border-radius: var(--radius-small); background: rgba(232,249,255.88); }

.steps { display: grid; gap: 14px; counter-reset: steps; }
.step { display: grid; grid-template-columns: auto 1fr; gap: 18px; padding: 24px; border-bottom: 1px solid var(--line); }
.step::before { counter-increment: steps; content: "0" counter(steps); color: var(--coral); font-family: sans-serif;; font-size: 1.5rem; font-weight: 700; }
.step p { margin: 8px 0 0; color: var(--muted); }
.calculator, .lead-form { padding: 30px; color: var(--navy); border-radius: 8px 42px 8px 42px; background: #d5dddf; box-shadow: var(--shadow); }
.calculator h3, .lead-form h2, .lead-form h3 { color: var(--navy); }
.calculator p { color: rgb(114, 114, 114); }
.calculator label, .lead-form label { display: grid; gap: 7px; margin-top: 13px; color: rgb(42 42 42); font-size: .88rem; font-weight: 700; }
input, select, textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid rgb(149 149 149); border-radius: var(--radius-small); color: var(--navy); background: #d5dddf; font: inherit; }
textarea { min-height: 120px; resize: vertical; }
.calculator input { margin-bottom: 5px; }
.result-box { margin-top: 22px; padding: 20px; border-radius: var(--radius-small); color: var(--navy); background: var(--mint); }
.result-box strong { display: block; color: var(--teal-dark); font-size: 2rem; }
.result-box p { color: var(--muted); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px 16px; }
.check { display: grid !important; grid-template-columns: auto 1fr; align-items: start; gap: 10px !important; }
.check input { width: 18px; height: 18px; min-height: 18px; margin-top: 4px; }
.alert { margin-bottom: 18px; padding: 14px 16px; border-radius: var(--radius-small); background: var(--mint); }
.alert.error, .error-list { color: var(--danger); background: #fff0ed; }

.faq-list { display: grid; gap: 10px; }
.faq-list details { border-bottom: 1px solid var(--line); background: transparent; }
.faq-list summary { padding: 18px 4px; color: var(--navy); font-family: sans-serif;; font-size: 1.18rem; font-weight: 700; cursor: pointer; }
.faq-list details p { padding: 0 4px 18px; color: var(--muted); }
.article-card img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.article-card div { padding: 24px; }
.article-card h3 a { text-decoration: none; }
.meta { color: var(--coral) !important; font-size: .78rem; font-weight: 800; text-transform: uppercase; }

.page-hero { position: relative; padding: 10px 0 10px; color: var(--navy); background: #fffdf8; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; width: 420px; height: 420px; right: -120px; top: -220px; border: 80px solid rgba(255,203,105,.12); border-radius: 50%; }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { max-width: 950px; color: var(--navy); }
.page-hero p { max-width: 800px; color: rgba(68, 68, 68, 0.76); font-size: 1.2rem; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; padding-block: 16px; color: var(--muted); font-size: .83rem; }
.breadcrumbs a { color: var(--teal-dark); }
.cta-band { color: var(--navy); background: var(--teal); }
.cta-inner { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; padding: 72px 0; }
.cta-band h2 { color: var(--navy); }
.cta-band p { max-width: 720px; color: rgba(255,255,255,.8); }
.cta-band .eyebrow { color: var(--sun); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.price-card { padding: 18px; }
.price-card .card-photo { border-radius: calc(var(--radius) - 8px); }
.price-card > :not(.card-photo) { margin-inline: 8px; }
.price-card > :last-child:not(.card-photo) { margin-bottom: 10px; }
.price-card .price { color: var(--teal-dark); font-family: sans-serif;; font-size: 2rem; font-weight: 700; }
.area-cloud { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.area-cloud a, .tag { display: inline-flex; align-items: center; min-height: 38px; padding: 0 14px; border-radius: 999px; color: var(--teal-dark); background: var(--mint); font-size: .88rem; font-weight: 700; text-decoration: none; }
.source-list { display: grid; gap: 12px; }
.source-item { padding: 22px; border-left: 4px solid var(--coral); background: var(--cream); }
.source-item p { color: var(--muted); }

.site-footer { color: rgba(255,255,255,.68); background: var(--navy); }
.footer-grid { display: grid; grid-template-columns: 1.25fr repeat(3, 1fr); gap: 44px; padding: 70px 0; }
.site-footer h2 { margin-bottom: 18px; color: var(--sun); font-family: inherit; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; }
.site-footer a, .site-footer span { display: block; margin-bottom: 9px; text-decoration: none; }
.site-footer a:hover { color: var(--sun); }
.site-footer p, .site-footer small { color: rgba(255,255,255,.62); }
.footer-brand { margin-bottom: 20px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.1); font-size: .82rem; }

@media (max-width: 1080px) {
    .header-inner { grid-template-columns: auto auto 1fr auto; }
    .nav-toggle { display: grid; place-items: center; order: 3; }
    .site-nav { position: fixed; inset: 88px 0 auto; display: none; flex-direction: column; align-items: stretch; max-height: calc(100vh - 88px); overflow-y: auto; padding: 18px 24px 28px; background: var(--navy); }
    .site-nav.is-open { display: flex; }
    .site-nav a { justify-content: center; min-height: 48px; }
    .header-cta { order: 2; }
    .hero { min-height: 720px; }
    .card-grid { grid-template-columns: repeat(2, 1fr); }
    .stats-row { grid-template-columns: 1fr 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
    .container { width: min(var(--container), calc(100% - 28px)); }
    .header-inner { min-height: 74px; grid-template-columns: 1fr auto; }
    .brand-mark { width: 44px; height: 44px; }
    .brand small, .header-cta { display: none; }
    .nav-toggle { order: initial; }
    .site-nav { inset: 74px 0 auto; }
    h1 { font-size: clamp(2.7rem, 14vw, 4.3rem); }
    h2 { font-size: clamp(2rem, 10vw, 3rem); }
    .hero { min-height: 760px; align-items: end; }
    .hero-content { padding: 92px 0 42px; }
    .hero-proof, .card-grid, .pricing-grid, .stats-row, .split .stats-row, .form-grid, .footer-grid { grid-template-columns: 1fr; }
    .hero-proof { margin-top: 34px; }
    .proof-item { padding: 14px 16px; }
    .quick-strip .container, .section-head, .split, .cta-inner { grid-template-columns: 1fr; gap: 24px; }
    .quick-strip .container { padding-block: 28px; }
    .section { padding: 72px 0; }
    .section-head { margin-bottom: 28px; }
    .media-frame, .media-frame img, .media-frame video { min-height: 350px; }
    .calculator, .lead-form { padding: 22px; border-radius: var(--radius); }
    .cta-actions, .hero-actions, .button-row { align-items: stretch; }
    .cta-actions .btn, .hero-actions .btn, .button-row .btn { width: 100%; white-space: normal; text-align: center; }
    .footer-bottom { flex-direction: column; }
}
