:root {
    --ink: #10261f;
    --ink-2: #1d3730;
    --paper: #f5f1e8;
    --paper-2: #ebe5d9;
    --white: #fffdf8;
    --lime: #c9f45b;
    --lime-dark: #9ecb30;
    --blue: #5b8cff;
    --coral: #ff785f;
    --violet: #9c7bff;
    --green: #5fca9f;
    --muted: #66756f;
    --line: rgba(16, 38, 31, .17);
    --shadow: 0 28px 70px rgba(16, 38, 31, .12);
    --radius: 22px;
    --shell: 1180px;
    --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
button, input, select, textarea { color: inherit; font: inherit; }
button, select { cursor: pointer; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .16em; }
p, h1, h2, h3 { margin-top: 0; }
h1, h2, h3 { line-height: 1.04; letter-spacing: -.045em; }
h1 { font-size: clamp(3.2rem, 7.6vw, 7.2rem); }
h2 { font-size: clamp(2.35rem, 4.8vw, 4.7rem); }
h3 { font-size: 1.5rem; }
::selection { color: var(--ink); background: var(--lime); }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
[hidden] { display: none !important; }

.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.narrow-shell { width: min(calc(100% - 40px), 920px); }
.section { padding: 112px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 1000; padding: 10px 16px; color: var(--white); background: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.eyebrow { display: inline-flex; gap: 9px; align-items: center; margin-bottom: 22px; font-size: .72rem; font-weight: 800; letter-spacing: .145em; line-height: 1.2; text-transform: uppercase; }
.eyebrow > i { width: 7px; height: 7px; background: var(--lime-dark); border-radius: 50%; box-shadow: 0 0 0 5px rgba(158,203,48,.15); }
.eyebrow-light { color: var(--lime); }
.button { display: inline-flex; min-height: 52px; gap: 18px; align-items: center; justify-content: center; padding: 13px 22px; border: 1px solid transparent; border-radius: 4px; font-size: .83rem; font-weight: 800; letter-spacing: .02em; line-height: 1; text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { color: var(--white); background: var(--ink); box-shadow: 0 9px 0 rgba(16,38,31,.12); }
.button-dark:hover { background: #1a3b31; }
.button-lime { color: var(--ink); background: var(--lime); box-shadow: 0 9px 0 rgba(0,0,0,.14); }
.button-lime:hover { background: #d8ff77; }
.button-outline { color: var(--white); border-color: rgba(255,255,255,.45); }
.button-outline:hover { color: var(--ink); background: var(--white); }
.button-outline-dark { color: var(--ink); border-color: var(--ink); }
.button-outline-dark:hover { color: var(--white); background: var(--ink); }
.button-ghost { color: var(--ink); background: transparent; border-color: var(--line); }
.button-small { min-height: 42px; padding: 10px 14px; font-size: .75rem; box-shadow: none; }
.button-block { display: flex; width: 100%; }
.text-link { display: inline-flex; gap: 12px; align-items: center; font-size: .82rem; font-weight: 800; text-decoration: none; border-bottom: 1px solid currentColor; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(3px); }

.site-header { position: sticky; top: 0; z-index: 100; height: 78px; border-bottom: 1px solid transparent; background: rgba(245,241,232,.92); backdrop-filter: blur(15px); transition: border-color .2s ease, box-shadow .2s ease; }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 5px 25px rgba(16,38,31,.06); }
.header-inner { display: flex; height: 100%; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; gap: 11px; align-items: center; font-size: 1.22rem; font-weight: 900; letter-spacing: -.045em; text-decoration: none; }
.brand > span:last-child > span { color: #789b25; }
.brand-mark { position: relative; display: inline-block; width: 31px; height: 27px; }
.brand-mark i { position: absolute; right: 0; bottom: 4px; border: 3px solid currentColor; border-bottom: 0; border-left-color: transparent; border-right-color: transparent; border-radius: 50% 50% 0 0; transform: rotate(-45deg); transform-origin: center; }
.brand-mark i:nth-child(1) { width: 29px; height: 29px; right: 1px; bottom: -3px; }
.brand-mark i:nth-child(2) { width: 20px; height: 20px; right: 5px; bottom: 1px; }
.brand-mark i:nth-child(3) { width: 11px; height: 11px; right: 10px; bottom: 5px; }
.brand-mark b { position: absolute; bottom: 0; left: 14px; width: 5px; height: 5px; background: var(--lime-dark); border-radius: 50%; }
.site-nav { display: flex; gap: 30px; align-items: center; }
.site-nav > a { position: relative; font-size: .82rem; font-weight: 700; text-decoration: none; }
.site-nav > a:not(.nav-cta)::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; content: ""; background: var(--ink); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.site-nav > a:hover::after, .site-nav > a[aria-current="page"]::after { transform: scaleX(1); }
.site-nav .nav-cta { display: inline-flex; gap: 14px; align-items: center; padding: 11px 16px; color: var(--white); background: var(--ink); border-radius: 3px; }
.menu-button { display: none; width: 44px; height: 44px; padding: 12px; border: 0; background: transparent; }
.menu-button i { display: block; height: 2px; margin: 5px 0; background: var(--ink); transition: transform .2s ease; }

.flash-stack { position: fixed; z-index: 150; top: 92px; right: 0; left: 0; pointer-events: none; }
.flash { display: flex; max-width: 620px; gap: 20px; align-items: center; justify-content: space-between; margin-left: auto; padding: 16px 18px; color: var(--white); background: var(--ink); border-left: 5px solid var(--lime); box-shadow: var(--shadow); pointer-events: auto; }
.flash-error { border-color: var(--coral); }
.flash button { padding: 0 5px; color: inherit; font-size: 1.5rem; line-height: 1; background: none; border: 0; }

.hero { position: relative; min-height: 690px; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero::after { position: absolute; right: -120px; bottom: -200px; width: 550px; height: 550px; content: ""; border: 1px solid rgba(16,38,31,.09); border-radius: 50%; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; align-items: center; min-height: 690px; padding-top: 36px; padding-bottom: 36px; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { max-width: 770px; margin-bottom: 26px; font-weight: 850; }
.hero h1 em { color: #779d22; font-family: var(--serif); font-weight: 500; }
.hero-lead { max-width: 600px; margin-bottom: 34px; color: #40534d; font-size: clamp(1.08rem, 1.8vw, 1.35rem); line-height: 1.55; }
.hero-finder { display: flex; max-width: 585px; gap: 10px; padding: 8px; background: var(--white); border: 1px solid rgba(16,38,31,.2); box-shadow: 0 13px 32px rgba(16,38,31,.08); }
.finder-field { flex: 1; padding: 3px 12px; }
.finder-field label { display: block; margin-bottom: -2px; color: var(--muted); font-size: .64rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.finder-field select { width: 100%; padding: 5px 28px 5px 0; font-weight: 750; background: transparent; border: 0; appearance: none; }
.finder-field select:focus { outline: 0; }
.select-wrap { position: relative; }
.select-wrap::after { position: absolute; top: 7px; right: 5px; content: "↓"; pointer-events: none; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 21px; margin-top: 24px; color: var(--muted); font-size: .7rem; font-weight: 700; }
.hero-proof span { display: inline-flex; gap: 6px; align-items: center; }
.hero-proof i { display: grid; width: 17px; height: 17px; place-items: center; color: var(--ink); font-size: .64rem; font-style: normal; background: var(--lime); border-radius: 50%; }

.hero-visual { position: relative; min-height: 520px; }
.signal-orbit { position: absolute; border: 1px solid rgba(16,38,31,.13); border-radius: 50%; }
.orbit-one { top: 13px; right: -40px; width: 480px; height: 480px; }
.orbit-two { top: 65px; right: 12px; width: 375px; height: 375px; }
.travel-card { position: absolute; z-index: 2; top: 72px; right: 24px; width: 390px; padding: 26px; color: var(--white); background: var(--ink); box-shadow: 16px 18px 0 var(--lime), var(--shadow); transform: rotate(2.2deg); }
.travel-card::before { position: absolute; inset: 11px; content: ""; border: 1px solid rgba(255,255,255,.13); pointer-events: none; }
.travel-card-top, .travel-card-bottom { display: flex; align-items: center; justify-content: space-between; font-size: .62rem; letter-spacing: .11em; }
.live-pill { display: inline-flex; gap: 7px; align-items: center; }
.live-pill i { width: 6px; height: 6px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 0 5px rgba(201,244,91,.12); }
.destination-line { display: grid; grid-template-columns: auto 1fr auto; gap: 15px; align-items: center; margin: 38px 0 30px; font-family: var(--serif); font-size: 1.2rem; font-style: italic; }
.destination-line i { height: 1px; background: rgba(255,255,255,.3); }
.connection-route { position: relative; display: flex; justify-content: space-between; padding: 18px 0 39px; }
.connection-route::before { position: absolute; top: 29px; right: 23px; left: 23px; height: 1px; content: ""; background: rgba(255,255,255,.22); }
.route-stop { position: relative; z-index: 1; width: 31%; text-align: center; }
.route-stop b { display: grid; width: 25px; height: 25px; place-items: center; margin: 0 auto 13px; color: var(--ink); font-size: .58rem; background: var(--paper); border-radius: 50%; }
.route-stop.is-active b { background: var(--lime); box-shadow: 0 0 0 7px rgba(201,244,91,.13); }
.route-stop span { font-size: .79rem; font-weight: 800; line-height: 1.25; }
.route-stop small { color: #a9b7b1; font-size: .58rem; font-weight: 500; }
.travel-card-bottom { padding-top: 20px; border-top: 1px solid rgba(255,255,255,.18); }
.travel-card-bottom small { display: block; color: #9eaca7; }
.travel-card-bottom strong { font-size: .82rem; letter-spacing: 0; }
.mini-signal { display: flex; gap: 4px; align-items: flex-end; height: 26px; }
.mini-signal i { display: block; width: 4px; background: var(--lime); }
.mini-signal i:nth-child(1) { height: 8px; }.mini-signal i:nth-child(2) { height: 15px; }.mini-signal i:nth-child(3) { height: 24px; }
.floating-note { position: absolute; z-index: 4; display: flex; align-items: center; padding: 13px 15px; background: var(--white); border: 1px solid var(--line); box-shadow: 0 13px 30px rgba(16,38,31,.12); }
.floating-note span { font-size: .66rem; line-height: 1.25; }
.note-data { top: 44px; left: 5px; gap: 10px; transform: rotate(-5deg); }
.note-data b { font-family: var(--serif); font-size: 1.5rem; font-style: italic; }
.note-roaming { right: -3px; bottom: 65px; gap: 9px; transform: rotate(4deg); }
.note-roaming i { display: grid; width: 28px; height: 28px; place-items: center; font-style: normal; background: var(--lime); border-radius: 50%; }

.trust-line { color: var(--white); background: var(--ink); }
.trust-line .shell { display: flex; min-height: 54px; gap: 30px; align-items: center; justify-content: center; font-size: .63rem; font-weight: 800; letter-spacing: .16em; }
.trust-line i { width: 5px; height: 5px; background: var(--lime); border-radius: 50%; }

.section-heading { margin-bottom: 52px; }
.section-heading h2 { margin-bottom: 0; }
.split-heading { display: grid; grid-template-columns: 1.4fr .6fr; gap: 70px; align-items: end; }
.heading-aside, .split-heading > p { max-width: 410px; padding-bottom: 7px; color: var(--muted); }
.heading-aside p { margin-bottom: 16px; }
.heading-row { display: flex; align-items: end; justify-content: space-between; }
.section-comparison { background: var(--white); }
.provider-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.provider-mini { position: relative; min-height: 405px; padding: 28px 25px 25px; overflow: hidden; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.provider-mini::after { position: absolute; right: -36px; bottom: -55px; width: 130px; height: 130px; content: ""; border: 25px solid var(--tone); border-radius: 50%; opacity: .14; }
.tone-violet { --tone: var(--violet); }.tone-coral { --tone: var(--coral); }.tone-blue { --tone: var(--blue); }.tone-green { --tone: var(--green); }
.provider-mini-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 41px; }
.provider-logo { display: grid; width: 48px; height: 48px; place-items: center; color: var(--ink); font-family: var(--serif); font-size: 1.05rem; font-style: italic; font-weight: 700; background: var(--tone); border-radius: 50%; }
.provider-rank { color: #9ca7a2; font-family: var(--serif); font-size: .9rem; font-style: italic; }
.mini-label { display: block; margin-bottom: 8px; color: var(--muted); font-size: .65rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.provider-mini h3 { margin-bottom: 17px; font-size: 2rem; }
.provider-mini p { color: var(--muted); font-size: .86rem; line-height: 1.62; }
.provider-mini > a { position: absolute; z-index: 2; bottom: 25px; left: 25px; display: inline-flex; gap: 9px; font-size: .74rem; font-weight: 800; text-decoration: none; border-bottom: 1px solid; }
.center-action { display: flex; flex-direction: column; gap: 17px; align-items: center; margin-top: 42px; }
.center-action small { color: var(--muted); font-size: .64rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.decision-section { color: var(--white); background: var(--ink); }
.decision-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 100px; align-items: center; }
.decision-visual { position: relative; min-height: 500px; }
.world-disc { position: absolute; top: 20px; left: 25px; width: 430px; height: 430px; overflow: hidden; background: #19382f; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: inset 0 0 0 25px rgba(255,255,255,.025); }
.world-disc::before, .world-disc::after { position: absolute; content: ""; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; }
.world-disc::before { inset: 70px -50px; }.world-disc::after { inset: -50px 100px; }
.continent { position: absolute; display: block; background: rgba(201,244,91,.24); border-radius: 50% 45% 60% 35%; transform: rotate(-15deg); }
.c-one { top: 110px; left: 68px; width: 110px; height: 80px; }.c-two { top: 160px; right: 55px; width: 145px; height: 100px; transform: rotate(15deg); }.c-three { bottom: 85px; left: 160px; width: 100px; height: 65px; }
.map-pin { position: absolute; width: 12px; height: 12px; background: var(--lime); border: 3px solid var(--ink); border-radius: 50%; box-shadow: 0 0 0 5px rgba(201,244,91,.18); }
.pin-one { top: 125px; left: 135px; }.pin-two { top: 195px; right: 105px; }.pin-three { bottom: 130px; left: 210px; }
.disc-label { position: absolute; right: 0; bottom: 40px; left: 0; text-align: center; }
.disc-label b { display: block; color: var(--lime); font-family: var(--serif); font-size: 3.3rem; font-style: italic; line-height: 1; }.disc-label span { font-size: .64rem; letter-spacing: .12em; text-transform: uppercase; }
.passport-stamp { position: absolute; right: 0; bottom: 22px; display: grid; width: 125px; height: 125px; place-items: center; color: var(--lime); font-family: var(--serif); font-size: 1.15rem; font-style: italic; line-height: 1.05; text-align: center; border: 2px solid var(--lime); border-radius: 50%; transform: rotate(11deg); }
.passport-stamp::after { position: absolute; inset: 6px; content: ""; border: 1px dashed var(--lime); border-radius: 50%; }.passport-stamp span { display: block; font-family: var(--sans); font-size: .42rem; font-style: normal; letter-spacing: .1em; }
.decision-copy h2 { margin-bottom: 25px; }
.decision-copy > p { max-width: 570px; margin-bottom: 36px; color: #bac7c2; font-size: 1.08rem; }
.numbered-points { margin: 0 0 35px; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.15); }
.numbered-points li { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.numbered-points li > b { color: var(--lime); font-family: var(--serif); font-size: .9rem; font-style: italic; }.numbered-points strong, .numbered-points span { display: block; }.numbered-points strong { margin-bottom: 3px; }.numbered-points span { color: #aab9b3; font-size: .83rem; }

.guides-preview { background: var(--paper); }
.guide-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 18px; }
.guide-card { position: relative; min-height: 440px; overflow: hidden; background: var(--white); border: 1px solid var(--line); }
.guide-card > a { position: absolute; z-index: 3; inset: 0; }
.guide-art { position: relative; height: 185px; overflow: hidden; background: var(--tone); }
.guide-card-lime { --tone: var(--lime); }.guide-card-blue { --tone: var(--blue); }.guide-card-coral { --tone: var(--coral); }.guide-card-violet { --tone: var(--violet); }.guide-card-green { --tone: var(--green); }
.art-number { position: absolute; top: -30px; right: 8px; color: rgba(16,38,31,.15); font-family: var(--serif); font-size: 11rem; font-style: italic; line-height: 1; }
.art-signal { position: absolute; bottom: 36px; left: 35px; width: 110px; height: 85px; }
.art-signal i { position: absolute; bottom: 0; left: 0; border: 4px solid var(--ink); border-bottom: 0; border-left-color: transparent; border-right-color: transparent; border-radius: 50% 50% 0 0; transform: rotate(-45deg); }
.art-signal i:nth-child(1) { width: 90px; height: 90px; }.art-signal i:nth-child(2) { bottom: 8px; left: 17px; width: 60px; height: 60px; }.art-signal i:nth-child(3) { bottom: 16px; left: 34px; width: 30px; height: 30px; }.art-signal b { position: absolute; bottom: 4px; left: 46px; width: 9px; height: 9px; background: var(--ink); border-radius: 50%; }
.guide-card-body { position: relative; min-height: 255px; padding: 28px; }
.guide-meta { display: flex; align-items: center; justify-content: space-between; margin-bottom: 19px; color: var(--muted); font-size: .61rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.guide-meta span:first-child { color: var(--ink); }
.guide-card h3 { max-width: 330px; margin-bottom: 12px; font-size: 1.85rem; }
.guide-card p { margin-bottom: 0; color: var(--muted); font-size: .83rem; line-height: 1.55; }
.round-arrow { position: absolute; right: 25px; bottom: 23px; display: grid; width: 38px; height: 38px; place-items: center; background: var(--paper); border: 1px solid var(--line); border-radius: 50%; transition: transform .2s ease, background .2s ease; }
.guide-card:hover .round-arrow { background: var(--lime); transform: rotate(10deg); }

.business-teaser { padding: 48px 0; color: var(--white); background: #244c40; }
.business-teaser-inner { display: grid; grid-template-columns: 100px 1.1fr 1fr auto; gap: 35px; align-items: center; }
.business-teaser h2 { margin: 0; font-size: 2.25rem; }.business-teaser .eyebrow { margin-bottom: 9px; }.business-teaser p { margin: 0; color: #c0d0ca; font-size: .9rem; }
.business-icon { position: relative; width: 78px; height: 78px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; }
.business-icon span { position: absolute; bottom: 20px; left: 25px; width: 28px; height: 28px; border: 4px solid var(--lime); border-top: 0; border-radius: 0 0 5px 5px; }.business-icon i { position: absolute; top: 20px; left: 22px; width: 34px; height: 18px; border: 3px solid var(--lime); border-bottom: 0; border-left-color: transparent; border-right-color: transparent; border-radius: 50% 50% 0 0; }.business-icon i:nth-of-type(2) { top: 26px; left: 30px; width: 18px; height: 10px; }.business-icon b { position: absolute; top: 34px; left: 37px; width: 5px; height: 5px; background: var(--lime); border-radius: 50%; }

.faq-section { background: var(--white); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.faq-heading { position: sticky; top: 130px; align-self: start; }.faq-heading h2 { margin-bottom: 22px; }.faq-heading p { color: var(--muted); }.faq-heading a { font-weight: 800; }
.accordion { border-top: 1px solid var(--line); }
.accordion-item { border-bottom: 1px solid var(--line); }
.accordion-item h3 { margin: 0; letter-spacing: -.02em; }
.accordion-item button { display: flex; width: 100%; gap: 30px; align-items: center; justify-content: space-between; padding: 26px 0; text-align: left; background: transparent; border: 0; }
.accordion-item button span { font-size: 1.08rem; font-weight: 800; }
.accordion-item button i { position: relative; flex: 0 0 28px; width: 28px; height: 28px; border: 1px solid var(--line); border-radius: 50%; }.accordion-item button i::before, .accordion-item button i::after { position: absolute; top: 13px; left: 7px; width: 12px; height: 1px; content: ""; background: var(--ink); }.accordion-item button i::after { transform: rotate(90deg); transition: transform .2s ease; }.accordion-item button[aria-expanded="true"] i::after { transform: rotate(0); }
.accordion-panel { padding: 0 50px 25px 0; color: var(--muted); }.accordion-panel p { margin: 0; }

.newsletter-band { padding: 75px 0; color: var(--white); background: var(--ink); border-top: 1px solid rgba(255,255,255,.1); }
.newsletter-inner { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.newsletter-inner h2 { margin-bottom: 13px; font-size: 3rem; }.newsletter-inner > div > p { margin: 0; color: #aebdb7; }
.newsletter-form { position: relative; }
.newsletter-form > label:first-of-type { display: block; margin-bottom: 7px; color: #c7d1cd; font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.input-button-row { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.input-button-row input { width: 100%; min-height: 54px; padding: 12px 15px; color: var(--white); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.28); border-radius: 3px; }.input-button-row input::placeholder { color: #94a69f; }
.check-row { display: flex; gap: 9px; align-items: flex-start; margin-top: 13px; color: #aebdb7; font-size: .7rem; cursor: pointer; }.check-row input { margin-top: 3px; accent-color: var(--lime); }.check-row a { color: inherit; }
.newsletter-form > small { display: block; margin-top: 9px; color: #7f928b; font-size: .63rem; }
.field-error { display: block; margin-top: 6px; color: #ff9986; font-size: .72rem; font-weight: 700; }

.site-footer { padding: 75px 0 22px; color: #aebdb7; background: #0a1915; }
.footer-grid { display: grid; grid-template-columns: 1.8fr .7fr .7fr; gap: 70px; padding-bottom: 55px; }
.brand-light { color: var(--white); }.brand-light > span:last-child > span { color: var(--lime); }
.footer-brand p { max-width: 350px; margin: 19px 0; }.footer-status { display: inline-flex; gap: 8px; align-items: center; font-size: .67rem; }.footer-status i { width: 7px; height: 7px; background: var(--lime); border-radius: 50%; }
.footer-grid h2 { margin-bottom: 20px; color: var(--white); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }.footer-grid > div:not(:first-child) a { display: block; margin: 10px 0; font-size: .82rem; text-decoration: none; }.footer-grid > div:not(:first-child) a:hover { color: var(--white); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 22px; font-size: .62rem; border-top: 1px solid rgba(255,255,255,.1); }.footer-bottom p { margin: 0; }.footer-bottom a { text-decoration: none; }

.cookie-panel { position: fixed; z-index: 200; right: 20px; bottom: 20px; left: 20px; display: flex; max-width: 920px; gap: 30px; align-items: center; justify-content: space-between; margin: auto; padding: 20px 22px; background: var(--white); border: 1px solid var(--ink); box-shadow: var(--shadow); }.cookie-panel strong { display: block; margin-bottom: 3px; }.cookie-panel p { margin: 0; color: var(--muted); font-size: .78rem; }.cookie-actions { display: flex; flex: 0 0 auto; gap: 8px; }

/* Shared inner pages */
.page-hero { padding: 92px 0 78px; border-bottom: 1px solid var(--line); }
.page-hero h1 { margin-bottom: 26px; font-size: clamp(3.2rem, 6.5vw, 6.2rem); }
.page-hero p { max-width: 780px; margin-bottom: 0; color: var(--muted); font-size: 1.18rem; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; margin-bottom: 47px; color: var(--muted); font-size: .67rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }.breadcrumbs a { text-decoration: none; }.breadcrumbs a:hover { color: var(--ink); }.breadcrumbs-light { color: #aebdb7; }
.affiliate-notice { display: flex; gap: 12px; align-items: flex-start; max-width: 720px; margin-top: 30px; padding: 14px 17px; color: #53645e; font-size: .75rem; background: rgba(255,255,255,.52); border: 1px solid var(--line); }.affiliate-notice i { display: grid; flex: 0 0 20px; width: 20px; height: 20px; place-items: center; color: var(--white); font-size: .68rem; font-style: normal; background: var(--ink); border-radius: 50%; }.affiliate-notice a { font-weight: 800; }

/* Comparator */
.comparator-hero { background: var(--paper-2); }
.comparator-section { padding: 55px 0 110px; background: var(--white); }
.filter-panel { display: grid; grid-template-columns: .42fr 1fr; gap: 45px; padding: 28px; background: var(--paper); border: 1px solid var(--line); }
.filter-group { min-width: 0; padding: 0; border: 0; }.filter-group label, .filter-group legend { display: flex; gap: 8px; align-items: center; margin-bottom: 10px; font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.filter-group label > span:first-child, .filter-group legend > span { color: #789b25; font-family: var(--serif); font-style: italic; }
.filter-group > select { width: 100%; min-height: 49px; padding: 10px 13px; background: var(--white); border: 1px solid var(--line); border-radius: 2px; }
.segmented-control { display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; }.segmented-control label { margin: 0; cursor: pointer; }.segmented-control input { position: absolute; opacity: 0; }.segmented-control label span { display: grid; min-height: 49px; place-items: center; padding: 8px; color: var(--muted); font-size: .69rem; font-weight: 800; letter-spacing: 0; text-align: center; text-transform: none; background: var(--white); border: 1px solid var(--line); transition: background .2s ease, color .2s ease; }.segmented-control input:checked + span { color: var(--white); background: var(--ink); border-color: var(--ink); }.segmented-control input:focus-visible + span { outline: 3px solid var(--blue); outline-offset: 2px; }
.destination-advice { display: flex; gap: 14px; align-items: center; margin: 18px 0 65px; padding: 14px 19px; background: #eef6d8; border-left: 4px solid var(--lime-dark); }.destination-advice > span { display: grid; flex: 0 0 35px; height: 26px; place-items: center; font-size: .58rem; font-weight: 900; letter-spacing: .06em; background: var(--white); border: 1px solid var(--line); }.destination-advice p { margin: 0; font-size: .76rem; }
.results-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 25px; }.results-heading .eyebrow { margin-bottom: 9px; }.results-heading h2 { margin: 0; font-size: 2.5rem; }.review-date { padding-bottom: 5px; color: var(--muted); font-size: .62rem; font-weight: 800; letter-spacing: .08em; }
.provider-results { display: grid; gap: 12px; }
.provider-result { display: grid; grid-template-columns: 55px 1.25fr 1fr 200px; min-height: 245px; border: 1px solid var(--line); background: var(--white); transition: transform .2s ease, box-shadow .2s ease; }.provider-result:hover { z-index: 2; box-shadow: 0 16px 42px rgba(16,38,31,.09); transform: translateY(-2px); }
.result-rank { display: flex; align-items: center; justify-content: center; color: var(--muted); font-family: var(--serif); font-size: .82rem; font-style: italic; border-right: 1px solid var(--line); writing-mode: vertical-rl; }
.result-main, .result-features, .result-action { padding: 27px; }
.result-main { border-right: 1px solid var(--line); }.result-features { border-right: 1px solid var(--line); }
.result-title-row { display: grid; grid-template-columns: 56px 1fr auto; gap: 14px; align-items: center; margin-bottom: 18px; }.provider-logo-large { width: 56px; height: 56px; }.result-title-row .mini-label { margin: 0 0 3px; }.result-title-row h3 { margin: 0; font-size: 1.8rem; }.match-pill { padding: 6px 8px; color: var(--muted); font-size: .58rem; font-weight: 800; background: var(--paper); border-radius: 2px; }.match-pill b { color: var(--ink); font-size: .72rem; }
.result-summary { margin-bottom: 12px; color: var(--muted); font-size: .82rem; }.best-for { margin: 0; font-size: .75rem; }.best-for strong { display: block; }
.result-features ul { margin: 0 0 22px; padding: 0; list-style: none; }.result-features li { display: flex; gap: 8px; margin: 8px 0; font-size: .75rem; }.result-features li i { color: #688c19; font-style: normal; font-weight: 900; }
.watch-note { padding: 11px 12px; background: var(--paper); border-left: 3px solid var(--tone); }.watch-note strong, .watch-note span { display: block; }.watch-note strong { margin-bottom: 2px; font-size: .63rem; text-transform: uppercase; }.watch-note span { color: var(--muted); font-size: .65rem; line-height: 1.45; }
.result-action { display: flex; flex-direction: column; justify-content: center; }.result-action > span { color: var(--muted); font-size: .62rem; }.result-action > strong { margin-bottom: 17px; font-family: var(--serif); font-size: 1.15rem; font-style: italic; }.source-link { margin-top: 10px; color: var(--muted); font-size: .61rem; text-align: center; }
.provider-result.is-hidden { display: none; }
.method-note { display: flex; gap: 40px; align-items: center; justify-content: space-between; margin-top: 25px; padding: 22px 24px; background: var(--paper); border: 1px solid var(--line); }.method-note > div { display: flex; gap: 15px; align-items: center; }.method-icon { display: grid; flex: 0 0 40px; width: 40px; height: 40px; place-items: center; font-family: var(--serif); font-size: 1.4rem; background: var(--lime); border-radius: 50%; }.method-note strong { font-size: .79rem; }.method-note p { margin: 2px 0 0; color: var(--muted); font-size: .72rem; }
.compact-guide-cta { padding: 75px 0; color: var(--white); background: #244c40; }.compact-cta-grid { display: grid; grid-template-columns: 1.1fr .8fr auto; gap: 60px; align-items: center; }.compact-cta-grid h2 { margin: 0; font-size: 2.6rem; }.compact-cta-grid .eyebrow { margin-bottom: 8px; }.compact-cta-grid p { margin: 0; color: #c2d1cc; }

/* Guide index and articles */
.guides-hero { background: var(--lime); }.page-hero-grid { display: grid; grid-template-columns: 1.2fr .65fr; gap: 90px; align-items: end; }.page-hero-grid h1 { margin: 0; }.page-hero-grid p { padding-bottom: 12px; color: var(--ink); }
.guide-index { background: var(--white); }.guide-index-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }.index-guide-card { position: relative; display: grid; grid-template-columns: 190px 1fr; min-height: 310px; overflow: hidden; border: 1px solid var(--line); }.card-cover-link { position: absolute; z-index: 3; inset: 0; }.index-guide-art { position: relative; overflow: hidden; background: var(--tone); }.index-guide-art > span { position: absolute; top: 15px; left: 17px; font-family: var(--serif); font-size: 1rem; font-style: italic; }.index-guide-art > i { position: absolute; right: -45px; bottom: -45px; width: 145px; height: 145px; border: 26px solid rgba(16,38,31,.28); border-radius: 50%; }.art-grid { position: absolute; inset: 0; opacity: .16; background-size: 22px 22px; background-image: linear-gradient(to right, var(--ink) 1px, transparent 1px), linear-gradient(to bottom, var(--ink) 1px, transparent 1px); }.index-guide-content { display: flex; flex-direction: column; padding: 27px; }.index-guide-content h2 { margin-bottom: 14px; font-size: 2rem; }.index-guide-content p { color: var(--muted); font-size: .82rem; }.index-guide-content .text-link { align-self: flex-start; margin-top: auto; }.index-guide-card:hover .text-link span { transform: translateX(3px); }
.editorial-promise { padding: 100px 0; color: var(--white); background: var(--ink); }.editorial-promise-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; align-items: center; }.editorial-promise h2 { margin: 0; }.promise-list { border-top: 1px solid rgba(255,255,255,.17); }.promise-list > span { display: flex; gap: 22px; padding: 20px 0; color: #c0cdc8; border-bottom: 1px solid rgba(255,255,255,.17); }.promise-list b { color: var(--lime); font-family: var(--serif); font-style: italic; }

.article-header { position: relative; overflow: hidden; background: var(--tone); border-bottom: 1px solid var(--line); }.article-header-grid { display: grid; grid-template-columns: 1.25fr .75fr; min-height: 570px; gap: 80px; align-items: center; }.article-title { padding: 65px 0; }.article-title .breadcrumbs { margin-bottom: 38px; }.article-title h1 { margin-bottom: 24px; font-size: clamp(3rem, 5.5vw, 5.6rem); }.article-title > p { max-width: 750px; font-size: 1.15rem; }.article-meta { display: flex; gap: 13px; align-items: center; margin-top: 30px; font-size: .65rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }.article-meta i { width: 4px; height: 4px; background: var(--ink); border-radius: 50%; }
.article-art { position: relative; align-self: stretch; border-left: 1px solid rgba(16,38,31,.15); }.article-art::before { position: absolute; inset: 0; content: ""; opacity: .13; background-size: 35px 35px; background-image: linear-gradient(to right, var(--ink) 1px, transparent 1px), linear-gradient(to bottom, var(--ink) 1px, transparent 1px); }.article-art-code { position: absolute; top: 25px; right: 25px; font-size: .58rem; font-weight: 800; letter-spacing: .13em; }.article-phone { position: absolute; top: 95px; left: 50%; width: 185px; height: 350px; border: 7px solid var(--ink); border-radius: 30px; transform: translateX(-50%) rotate(5deg); box-shadow: 13px 15px 0 rgba(16,38,31,.17); }.article-phone > i { position: absolute; top: 10px; left: 50%; width: 55px; height: 6px; background: var(--ink); border-radius: 10px; transform: translateX(-50%); }.phone-signal { position: absolute; top: 105px; right: 0; left: 0; height: 100px; }.phone-signal b { position: absolute; bottom: 0; left: 40px; border: 5px solid var(--ink); border-bottom: 0; border-left-color: transparent; border-right-color: transparent; border-radius: 50% 50% 0 0; transform: rotate(-45deg); }.phone-signal b:nth-child(1) { width: 100px; height: 100px; }.phone-signal b:nth-child(2) { bottom: 10px; left: 60px; width: 65px; height: 65px; }.phone-signal b:nth-child(3) { bottom: 21px; left: 80px; width: 30px; height: 30px; }.phone-signal span { position: absolute; bottom: 15px; left: 90px; width: 9px; height: 9px; background: var(--ink); border-radius: 50%; }.article-stamp { position: absolute; right: 13px; bottom: 38px; display: grid; width: 110px; height: 110px; place-items: center; font-family: var(--serif); font-size: 1rem; font-style: italic; line-height: 1.05; text-align: center; border: 2px solid var(--ink); border-radius: 50%; transform: rotate(-11deg); }
.article-layout { display: grid; grid-template-columns: 260px minmax(0, 720px); gap: 90px; justify-content: center; padding-top: 95px; padding-bottom: 110px; }.article-aside { align-self: start; }.toc-card { position: sticky; top: 110px; padding: 22px; background: var(--white); border: 1px solid var(--line); }.toc-card > strong { display: block; margin-bottom: 15px; font-size: .7rem; letter-spacing: .09em; text-transform: uppercase; }.toc-card ol { margin: 0; padding: 0; list-style: none; counter-reset: toc; }.toc-card li { counter-increment: toc; }.toc-card a { display: grid; grid-template-columns: 23px 1fr; gap: 5px; padding: 7px 0; color: var(--muted); font-size: .72rem; line-height: 1.35; text-decoration: none; }.toc-card a::before { content: "0" counter(toc); color: #7a9d2a; font-family: var(--serif); font-style: italic; }.toc-card a:hover { color: var(--ink); }.aside-disclosure { display: flex; gap: 9px; margin-top: 15px; padding: 15px; color: var(--muted); font-size: .65rem; background: var(--paper-2); }.aside-disclosure i { display: grid; flex: 0 0 19px; width: 19px; height: 19px; place-items: center; color: var(--white); font-style: normal; background: var(--ink); border-radius: 50%; }.aside-disclosure p { margin: 0; }
.article-content { font-family: var(--serif); font-size: 1.14rem; line-height: 1.78; }.article-lead { margin-bottom: 55px; font-size: 1.55rem; line-height: 1.55; }.article-content h2 { margin: 65px 0 23px; font-family: var(--sans); font-size: 2.35rem; }.article-content p { margin-bottom: 25px; }.article-list { margin: 25px 0 35px; padding: 0; list-style: none; }.article-list li { position: relative; margin: 14px 0; padding-left: 27px; }.article-list li::before { position: absolute; top: .72em; left: 0; width: 8px; height: 8px; content: ""; background: var(--lime-dark); border-radius: 50%; }.article-steps { margin: 32px 0 45px; padding: 0; font-family: var(--sans); list-style: none; border-top: 1px solid var(--line); }.article-steps li { display: grid; grid-template-columns: 48px 1fr; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--line); }.article-steps b { color: #739520; font-family: var(--serif); font-size: .85rem; font-style: italic; }.article-steps span { font-size: .88rem; line-height: 1.55; }.article-callout { display: flex; gap: 18px; margin: 40px -25px; padding: 24px 27px; font-family: var(--sans); background: #edf5d8; border: 1px solid #c9dc95; }.article-callout > span { display: grid; flex: 0 0 36px; width: 36px; height: 36px; place-items: center; font-family: var(--serif); font-style: italic; background: var(--lime); border-radius: 50%; }.article-callout strong { font-size: .85rem; }.article-callout p { margin: 4px 0 0; color: var(--muted); font-size: .78rem; line-height: 1.55; }.article-update { margin-top: 70px; padding: 25px; font-family: var(--sans); background: var(--white); border: 1px solid var(--line); }.article-update span { display: block; color: var(--muted); font-size: .62rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.article-update strong { font-size: 1.15rem; }.article-update p { margin: 9px 0 0; color: var(--muted); font-size: .74rem; line-height: 1.5; }
.related-guides { background: var(--white); }.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }.related-card { position: relative; min-height: 160px; padding: 24px; text-decoration: none; border: 1px solid var(--line); }.related-card span, .related-card strong { display: block; }.related-card span { margin-bottom: 15px; color: var(--muted); font-size: .62rem; font-weight: 800; text-transform: uppercase; }.related-card strong { max-width: 260px; font-size: 1.05rem; line-height: 1.3; }.related-card i { position: absolute; right: 20px; bottom: 17px; font-style: normal; }.related-card:hover { background: var(--lime); }

