:root {
  --ink: #102d2b;
  --deep: #082d2b;
  --deep-2: #0b3a37;
  --cream: #f4f0e7;
  --paper: #fffdf7;
  --sand: #e8dfcf;
  --mint: #d9eee7;
  --aqua: #68d9c0;
  --coral: #ff795d;
  --muted: #677875;
  --line: rgba(16, 45, 43, .15);
  --shadow: 0 24px 70px rgba(3, 35, 33, .13);
  --radius: 28px;
  --display: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); line-height: 1.55; }
a { color: inherit; }
button, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: white; padding: .8rem 1rem; border-radius: .5rem; }
.skip-link:focus { top: 1rem; }

.site-header { min-height: 84px; padding: 0 clamp(1.25rem, 5vw, 5.5rem); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); background: rgba(244, 240, 231, .92); backdrop-filter: blur(16px); position: sticky; top: 0; z-index: 40; }
.brand { display: inline-flex; align-items: center; gap: .7rem; width: max-content; text-decoration: none; font-weight: 800; font-size: 1.22rem; letter-spacing: -.04em; }
.brand-mark { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50% 50% 50% 12%; color: var(--cream); background: var(--deep); font-family: var(--display); font-style: italic; }
nav { display: flex; align-items: center; gap: 2.2rem; }
nav a { font-size: .83rem; font-weight: 700; text-decoration: none; }
nav a:hover { color: #147d6b; }
.site-header > .button { justify-self: end; }

.button { min-height: 52px; padding: .9rem 1.3rem; border: 0; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: .6rem; font-weight: 800; font-size: .91rem; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, summary:focus-visible, select:focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; }
.button-primary { color: white; background: var(--deep); box-shadow: 0 12px 26px rgba(8, 45, 43, .18); }
.button-primary:hover { background: #0e4642; }
.button-accent { color: var(--deep); background: var(--aqua); }
.button-ghost { color: var(--deep); border: 1px solid var(--line); background: transparent; }
.button-small { min-height: 42px; padding: .65rem 1.05rem; font-size: .8rem; }
.button-back { color: white; background: transparent; border: 1px solid rgba(255,255,255,.25); }
.button-link { border: 0; background: transparent; cursor: pointer; }
.text-link { font-weight: 800; font-size: .86rem; text-underline-offset: 4px; }

.hero { max-width: 1500px; min-height: 680px; margin: auto; padding: clamp(3rem, 6vw, 6rem) clamp(1.25rem, 5.5vw, 6rem); display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 4vw; overflow: hidden; }
.eyebrow { display: flex; align-items: center; gap: .65rem; margin: 0 0 1.5rem; color: #39736b; font-size: .72rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 1px; background: currentColor; }
.eyebrow-light { color: var(--aqua); }
h1, h2 { margin: 0; font-family: var(--display); font-weight: 400; letter-spacing: -.055em; line-height: .96; }
h1 { font-size: clamp(3.7rem, 6.8vw, 7.5rem); }
.hero h1 { font-size: clamp(3.25rem, 5vw, 6.2rem); }
h1 em { color: #168a74; font-weight: 400; }
.hero-lede { max-width: 610px; margin: 2rem 0 2.1rem; color: #4f6662; font-size: clamp(1.05rem, 1.5vw, 1.3rem); }
.hero-actions { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.hero-assurance { width: max-content; max-width: 100%; margin: 1.15rem 0 0; color: #526864; font-size: .72rem; font-weight: 700; }
.hero-assurance span { margin-right: .35rem; color: #168a74; font-weight: 900; }
.trust-list { display: flex; flex-wrap: wrap; gap: .8rem 1.5rem; padding: 0; margin: 1.1rem 0 0; list-style: none; color: var(--muted); font-size: .76rem; font-weight: 700; }
.trust-list li::before { content: "✓"; color: #168a74; font-weight: 900; margin-right: .4rem; }

.hero-visual { min-height: 535px; position: relative; display: grid; place-items: center; }
.hero-visual::before { content: ""; position: absolute; inset: 7% 5%; border-radius: 50%; background: radial-gradient(circle at 65% 25%, #bee7db 0, #d7dfcf 45%, #e8dfcf 70%); transform: rotate(-10deg); }
.orbit { position: absolute; border: 1px solid rgba(8,45,43,.14); border-radius: 50%; }
.orbit-one { width: 530px; height: 280px; transform: rotate(28deg); }
.orbit-two { width: 480px; height: 390px; transform: rotate(-38deg); }
.comparison-preview { width: min(500px, 84vw); padding: 1.3rem; border: 1px solid rgba(255,255,255,.12); border-radius: 26px; position: relative; z-index: 3; color: white; background: linear-gradient(145deg, #123f3b 0%, #062724 82%); box-shadow: 0 35px 70px rgba(8, 45, 43, .28); transform: rotate(-2deg); }
.preview-header { padding-bottom: 1rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-bottom: 1px solid rgba(255,255,255,.13); }
.preview-header div { display: flex; flex-direction: column; }
.preview-header small, .preview-recommendation small { color: #9bb4b0; font-size: .5rem; font-weight: 900; letter-spacing: .14em; }
.preview-header strong { font-family: var(--display); font-size: 1.4rem; }
.preview-header > span { padding: .35rem .55rem; border-radius: 999px; color: var(--deep); background: var(--aqua); font-size: .55rem; font-weight: 900; }
.preview-recommendation { margin: .9rem 0; padding: .75rem; display: flex; align-items: center; gap: .75rem; border-radius: 14px; background: rgba(104,217,192,.09); }
.preview-recommendation div { display: flex; flex-direction: column; }
.preview-recommendation strong { font-size: .74rem; }
.check { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; color: var(--deep); background: var(--aqua); font-size: .7rem; font-weight: 900; }
.preview-providers { display: grid; grid-template-columns: 1fr 1fr; gap: .55rem; }
.preview-providers > div { min-width: 0; padding: .7rem; display: grid; grid-template-columns: 30px 1fr; gap: 0 .55rem; align-items: center; border: 1px solid rgba(255,255,255,.1); border-radius: 12px; background: rgba(255,255,255,.055); }
.preview-provider-mark { width: 30px; height: 30px; grid-row: 1 / span 2; display: grid; place-items: center; border-radius: 9px; color: white; background: #235b55; font-family: var(--display); font-weight: 800; }
.preview-provider-mark.provider-saily { color: var(--deep); background: #f5e77d; }
.preview-provider-mark.provider-nomad { background: #5c4ea6; }
.preview-provider-mark.provider-holafly { background: #7e54c4; }
.preview-providers strong { font-size: .7rem; }
.preview-providers small { overflow: hidden; color: #9fb5b1; font-size: .5rem; text-overflow: ellipsis; white-space: nowrap; }
.preview-footnote { margin: .9rem 0 0; color: #b8cac6; font-size: .58rem; text-align: center; }
.preview-footnote span { color: var(--aqua); }
.float-note { position: absolute; z-index: 4; padding: .85rem 1rem; border: 1px solid rgba(8,45,43,.08); border-radius: 15px; background: rgba(255,253,247,.94); box-shadow: var(--shadow); font-size: .67rem; font-weight: 800; transform: rotate(2deg); }
.float-note span { margin-right: .5rem; color: #168a74; }
.note-one { left: 3%; top: 4%; }
.note-two { right: 2%; bottom: 2%; }

.proof-strip { padding: 2rem clamp(1.25rem, 7vw, 7.5rem); display: grid; grid-template-columns: .7fr repeat(3, 1fr); gap: 2rem; color: #d1e3df; background: var(--deep); }
.proof-strip p { font-family: var(--display); font-style: italic; color: var(--aqua); }
.proof-strip div { padding-left: 1.2rem; border-left: 1px solid rgba(255,255,255,.15); display: flex; flex-direction: column; }
.proof-strip strong { font-size: .8rem; }
.proof-strip span { margin-top: .25rem; color: #9fb5b1; font-size: .67rem; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 3rem; margin-bottom: 4rem; }
.section-heading h2 { font-size: clamp(3rem, 5vw, 5.8rem); }
.section-heading > p { max-width: 400px; margin: 0; color: var(--muted); }

.quiz-section { padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 8vw, 9rem); color: white; background: #0b3431; }
.quiz-heading h2 { color: white; }
.quiz-heading > p { color: #abc0bc; }
.quiz-shell { max-width: 1060px; min-height: 520px; margin: auto; padding: clamp(1.4rem, 4vw, 3.5rem); border: 1px solid rgba(255,255,255,.13); border-radius: 32px; background: #0e3d39; box-shadow: 0 26px 70px rgba(0,0,0,.18); }
.quiz-progress { display: flex; align-items: center; gap: 1rem; color: #a9bfbb; font-size: .71rem; }
.progress-track { height: 4px; flex: 1; overflow: hidden; border-radius: 4px; background: rgba(255,255,255,.12); }
.progress-track span { width: 25%; height: 100%; display: block; background: var(--aqua); transition: width .35s ease; }
.quiz-form { margin-top: 3.2rem; }
.quiz-step { margin: 0; padding: 0; border: 0; display: none; }
.quiz-step.is-active { display: block; animation: rise .35s ease both; }
.quiz-step legend, .quiz-result h3 { padding: 0; font-family: var(--display); font-size: clamp(2.3rem, 4.5vw, 4rem); line-height: 1; letter-spacing: -.04em; }
.field-help { margin: .8rem 0 2rem; color: #9fb6b2; }
.select-label { display: flex; flex-direction: column; gap: .5rem; color: #b6c9c5; font-size: .72rem; font-weight: 800; }
select { width: 100%; min-height: 64px; padding: 0 1.1rem; appearance: none; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; color: white; background: #0b302d url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill='none' stroke='%2368d9c0' stroke-width='2' d='m3 6 5 5 5-5'/%3E%3C/svg%3E") no-repeat right 1.2rem center; }
select option, select optgroup { color: #102d2b; background: white; }
.choice-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .8rem; }
.choice-grid-three { grid-template-columns: repeat(3, 1fr); }
.choice input { position: absolute; opacity: 0; pointer-events: none; }
.choice span { min-height: 108px; padding: 1.15rem; display: flex; flex-direction: column; justify-content: center; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; background: rgba(255,255,255,.035); cursor: pointer; transition: .2s ease; }
.choice span:hover { border-color: rgba(104,217,192,.55); transform: translateY(-2px); }
.choice input:checked + span { border-color: var(--aqua); color: var(--deep); background: var(--aqua); }
.choice input:focus-visible + span { outline: 3px solid var(--coral); outline-offset: 3px; }
.choice small { margin-top: .2rem; color: #9fb6b2; font-size: .68rem; }
.choice input:checked + span small { color: #2d6058; }
.field-error { min-height: 1.3rem; margin: .7rem 0 0; color: #ffb7a7; font-size: .75rem; font-weight: 700; }
.quiz-controls { margin-top: 2rem; display: flex; justify-content: space-between; }
.quiz-controls [data-next] { margin-left: auto; }
.quiz-result { max-width: 760px; margin: 1rem auto; text-align: center; animation: rise .4s ease both; }
.result-icon { width: 58px; height: 58px; margin: 0 auto 1.4rem; display: grid; place-items: center; border-radius: 50%; color: var(--deep); background: var(--aqua); font-weight: 900; font-size: 1.3rem; }
.quiz-result .eyebrow { justify-content: center; }
.quiz-result h3 { margin: 0; }
.result-copy { color: #bfd0cd; font-size: 1.05rem; }
.result-summary { margin: 1.5rem 0; padding: 1rem; display: flex; justify-content: center; gap: .6rem 1.5rem; flex-wrap: wrap; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; color: #b4c6c3; font-size: .75rem; }
.result-summary strong { color: white; }
.result-actions { display: flex; justify-content: center; align-items: center; gap: 1.4rem; flex-wrap: wrap; }
.affiliate-note { max-width: 600px; margin: 1.4rem auto 0; color: #85a19c; font-size: .68rem; }

.steps-section, .destinations-section, .guide-section, .faq-section { padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 7vw, 7.5rem); }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.steps-grid article { padding: 2rem 3rem 2rem 0; position: relative; }
.steps-grid article + article { padding-left: 3rem; border-left: 1px solid var(--line); }
.steps-grid article > span { color: #7a8e8a; font-size: .68rem; font-weight: 800; }
.step-icon { width: 70px; height: 70px; margin: 2.5rem 0 3rem; display: grid; place-items: center; border-radius: 24px 24px 24px 7px; color: var(--deep); background: var(--mint); font-family: var(--display); font-size: 1.8rem; }
.steps-grid article:nth-child(2) .step-icon { background: #f2d7c6; }
.steps-grid article:nth-child(3) .step-icon { background: #dcd7ed; }
.steps-grid h3 { margin: 0 0 .5rem; font-family: var(--display); font-size: 1.55rem; }
.steps-grid p { max-width: 280px; color: var(--muted); }

.destinations-section { background: var(--paper); }
.destination-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.destination-card { min-height: 280px; padding: 1.8rem; position: relative; overflow: hidden; border-radius: 24px; text-decoration: none; transition: transform .25s ease, box-shadow .25s ease; }
.destination-card::after { content: ""; width: 180px; height: 180px; position: absolute; right: -30px; bottom: -70px; border: 1px solid rgba(8,45,43,.12); border-radius: 50%; box-shadow: 0 0 0 30px rgba(255,255,255,.08), 0 0 0 60px rgba(255,255,255,.06); }
.destination-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.destination-card small { display: block; margin-top: 4.8rem; font-weight: 900; font-size: .61rem; letter-spacing: .13em; }
.destination-card h3 { margin: .35rem 0 0; font-family: var(--display); font-size: 2rem; }
.destination-card p { margin: .2rem 0; color: rgba(16,45,43,.68); font-size: .78rem; }
.flag { font-size: 1.7rem; }
.card-arrow { position: absolute; right: 1.5rem; top: 1.5rem; font-weight: 900; }
.card-morocco { background: #e8c9b4; }
.card-turkey { background: #cde6dc; }
.card-usa { background: #cfd9e8; }
.card-brazil { background: #dde5b7; }
.card-capeverde { background: #e5d9b9; }
.card-japan { background: #ead1d0; }
.card-switzerland { background: #ead6d3; }
.card-thailand { background: #d7d7ea; }
.guide-section { background: #eee8dc; }
.guide-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.guide-grid .destination-card { min-height: 320px; }
.guide-grid .destination-card h3 { max-width: 460px; font-size: clamp(2rem, 3.3vw, 3rem); }
.guide-symbol { width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid rgba(8,45,43,.18); border-radius: 18px 18px 18px 6px; font-family: var(--display); font-size: 1.65rem; }
.card-compatibility { background: #cde6dc; }
.card-data { background: #f0d0bf; }

.provider-intro { max-width: 850px; }
.provider-status { margin: 2rem 0 0; padding: 1rem 1.2rem; display: flex; gap: .8rem; align-items: flex-start; border: 1px solid rgba(104,217,192,.32); border-radius: 14px; color: #c4d6d2; background: rgba(104,217,192,.07); }
.provider-status strong { color: var(--aqua); }
.provider-status-compact { width: max-content; max-width: 100%; padding: .75rem 1rem; align-items: center; font-size: .76rem; }
.provider-status-compact > span { width: 23px; height: 23px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: var(--deep); background: var(--aqua); font-size: .66rem; font-weight: 900; }
.external-flow { margin: 1rem 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: .7rem; list-style: none; }
.external-flow li { padding: .85rem 1rem; display: flex; align-items: center; gap: .65rem; border: 1px solid rgba(255,255,255,.13); border-radius: 12px; color: #d4e2df; background: rgba(255,255,255,.04); font-size: .72rem; }
.external-flow span { width: 24px; height: 24px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: var(--deep); background: var(--aqua); font-weight: 900; }
.plan-comparison-section { padding: clamp(5rem, 8vw, 8rem) clamp(1.25rem, 7vw, 7.5rem); background: #f0eadf; }
.snapshot-shell { max-width: 1500px; margin: auto; }
.snapshot-toolbar { margin-bottom: 1.2rem; padding: 1rem 1.2rem; display: flex; align-items: end; justify-content: space-between; gap: 1.5rem; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); }
.snapshot-destination-label { min-width: min(340px, 100%); display: flex; flex-direction: column; gap: .4rem; color: var(--muted); font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.snapshot-destination-select { min-height: 52px; padding: 0 2.8rem 0 1rem; border-color: rgba(16,45,43,.24); color: var(--ink); background-color: white; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill='none' stroke='%23102d2b' stroke-width='2' d='m3 6 5 5 5-5'/%3E%3C/svg%3E"); }
.snapshot-timestamp { padding-bottom: .8rem; display: flex; align-items: center; gap: .55rem; color: #53706b; font-size: .72rem; font-weight: 800; }
.snapshot-live-dot { width: 9px; height: 9px; display: inline-block; border-radius: 50%; background: #23a97f; box-shadow: 0 0 0 4px rgba(35,169,127,.13); }
.snapshot-timestamp.is-stale { color: #875a43; }
.snapshot-timestamp.is-stale .snapshot-live-dot { background: var(--coral); box-shadow: 0 0 0 4px rgba(255,121,93,.14); }
.snapshot-destination-note { margin: 0 0 1.2rem; padding: 1rem 1.2rem; border-left: 4px solid var(--coral); border-radius: 0 14px 14px 0; color: #654f42; background: #f8e4d8; font-size: .8rem; }
.snapshot-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.snapshot-card { padding: clamp(1.3rem, 2.5vw, 2rem); border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: 0 12px 38px rgba(8,45,43,.06); }
.snapshot-card-header, .snapshot-identity { display: flex; align-items: center; }
.snapshot-card-header { justify-content: space-between; gap: 1rem; }
.snapshot-identity { gap: .75rem; }
.snapshot-identity h3 { margin: 0; font-family: var(--display); font-size: 1.75rem; }
.snapshot-provider-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; color: white; background: var(--deep); font-family: var(--display); font-weight: 800; }
.snapshot-saily .snapshot-provider-mark { color: var(--deep); background: #f5e77d; }
.snapshot-nomad .snapshot-provider-mark { background: #5c4ea6; }
.snapshot-holafly .snapshot-provider-mark { background: #7e54c4; }
.snapshot-data-badge { padding: .35rem .55rem; border-radius: 999px; color: #49645f; background: var(--mint); font-size: .58rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.snapshot-plan-list { margin: 1.35rem 0; border-top: 1px solid var(--line); }
.snapshot-plan { padding: .9rem 0; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: .3rem 1rem; border-bottom: 1px solid var(--line); }
.snapshot-plan.is-unlimited { margin-inline: -.65rem; padding-inline: .65rem; background: linear-gradient(90deg, rgba(104,217,192,.14), transparent); }
.snapshot-plan-description { display: flex; flex-direction: column; }
.snapshot-plan-description strong { font-size: .88rem; }
.snapshot-plan-description span { color: var(--muted); font-size: .66rem; }
.snapshot-plan-price { text-align: right; font-size: .82rem; }
.snapshot-fair-use { grid-column: 1 / -1; color: #7d6659; font-size: .62rem; }
.snapshot-facts { margin: 0; }
.snapshot-facts div { padding: .55rem 0; display: grid; grid-template-columns: 85px 1fr; gap: 1rem; border-bottom: 1px solid rgba(16,45,43,.08); }
.snapshot-facts dt { color: var(--muted); font-size: .66rem; font-weight: 800; }
.snapshot-facts dd { margin: 0; color: #435d58; font-size: .7rem; }
.snapshot-provider-note { margin: .9rem 0 0; color: #805e46; font-size: .66rem; }
.snapshot-affiliate-link, .snapshot-pending { width: 100%; margin-top: 1.2rem; }
.button-provider { width: 100%; margin-top: 1.2rem; color: white; background: var(--deep); }
.button-provider:hover { background: #0e4642; }
.external-link-note { margin-top: .65rem; display: block; color: #687c78; font-size: .64rem; line-height: 1.45; }
.snapshot-source { margin-top: .8rem; }
.snapshot-disclaimer { max-width: 1080px; margin: 1.5rem auto 0; color: #667a76; font-size: .68rem; text-align: center; }
.provider-section { padding: clamp(5rem, 8vw, 8rem) clamp(1.25rem, 7vw, 7.5rem); background: var(--paper); }
.provider-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.provider-card { padding: clamp(1.4rem, 3vw, 2.2rem); border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: 0 10px 34px rgba(8,45,43,.05); }
.provider-card-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; }
.provider-logo { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 16px; color: white; background: var(--deep); font-family: var(--display); font-size: 1.3rem; }
.provider-card:nth-child(2) .provider-logo { color: var(--deep); background: #f5e77d; }
.provider-card:nth-child(3) .provider-logo { background: #5c4ea6; }
.provider-card:nth-child(4) .provider-logo { background: #7e54c4; }
.provider-card h2 { margin: 1.5rem 0 .6rem; font-size: 2.4rem; }
.provider-card > p { color: var(--muted); }
.provider-facts { padding: 1rem 0; margin: 1.3rem 0; list-style: none; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.provider-facts li { display: flex; justify-content: space-between; gap: 1.5rem; font-size: .76rem; }
.provider-facts li + li { margin-top: .65rem; }
.provider-facts span { color: var(--muted); }
.provider-facts strong { text-align: right; }
.provider-check { min-height: 72px; margin-bottom: 1.2rem; color: #526864; font-size: .78rem; }
.provider-pending { width: 100%; min-height: 48px; display: grid; place-items: center; border: 1px dashed #b5a98f; border-radius: 999px; color: #776c58; background: #f7f2e8; font-size: .75rem; font-weight: 800; }
.provider-affiliate-link { width: 100%; }
.inline-affiliate-disclosure { margin-top: .65rem; display: block; color: #687c78; font-size: .64rem; line-height: 1.45; }
.source-link { display: inline-block; margin-top: .9rem; color: #39736b; font-size: .68rem; font-weight: 800; text-underline-offset: 3px; }
.decision-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.decision-card { padding: 1.5rem; border-top: 3px solid var(--aqua); background: var(--paper); }
.decision-card h3 { font-family: var(--display); font-size: 1.45rem; }
.decision-card p { color: var(--muted); font-size: .8rem; }
.method-note { max-width: 1050px; margin: 4rem auto 0; padding: 1.5rem; border-radius: 18px; background: var(--mint); }
.method-note h3 { margin-top: 0; font-family: var(--display); font-size: 1.5rem; }
.method-note p { margin-bottom: 0; color: #44605b; }

.comparison-section { padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 8vw, 9rem); display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; color: white; background: var(--deep); }
.comparison-copy h2 { font-size: clamp(3rem, 5vw, 5.6rem); }
.comparison-copy > p:last-child { max-width: 480px; margin-top: 2rem; color: #a9beba; }
.check-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.16); }
.check-list li { padding: 1.1rem 0; display: grid; grid-template-columns: 50px 1fr; border-bottom: 1px solid rgba(255,255,255,.16); }
.check-list li > span { color: var(--aqua); font-size: .66rem; font-weight: 900; }
.check-list div { display: flex; flex-direction: column; }
.check-list strong { font-size: .9rem; }
.check-list small { margin-top: .2rem; color: #98b0ac; }

.faq-list { max-width: 1000px; margin-left: auto; }
details { border-top: 1px solid var(--line); }
details:last-child { border-bottom: 1px solid var(--line); }
summary { padding: 1.4rem 0; display: flex; justify-content: space-between; align-items: center; list-style: none; cursor: pointer; font-family: var(--display); font-size: 1.3rem; }
summary::-webkit-details-marker { display: none; }
summary span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--mint); font-family: var(--sans); transition: transform .2s; }
details[open] summary span { transform: rotate(45deg); }
details p { max-width: 800px; margin: -.4rem 0 1.6rem; color: var(--muted); }

.final-cta { min-height: 520px; padding: 6rem 1.25rem; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: white; background: linear-gradient(rgba(8,45,43,.88), rgba(8,45,43,.94)), radial-gradient(circle at 20% 30%, #4b8e80, transparent 35%), radial-gradient(circle at 80% 60%, #8e6f4b, transparent 35%), #0a3431; }
.final-cta h2 { max-width: 1000px; font-size: clamp(3.1rem, 6vw, 6.5rem); }
.final-cta .button { margin-top: 2.2rem; }

footer { padding: 4rem clamp(1.25rem, 7vw, 7.5rem) 2rem; color: #afc0bd; background: #061f1d; }
.footer-top { padding-bottom: 2.5rem; display: flex; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.12); }
.brand-footer { color: white; }
.brand-footer .brand-mark { color: var(--deep); background: var(--aqua); }
.footer-grid { padding: 3rem 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; }
.footer-grid div { display: flex; flex-direction: column; gap: .55rem; }
.footer-grid strong { margin-bottom: .5rem; color: white; font-size: .75rem; }
.footer-grid a, .footer-grid span { width: max-content; max-width: 100%; color: #91a8a4; font-size: .73rem; text-decoration: none; }
.footer-grid a:hover { color: var(--aqua); }
.launch-placeholder { padding: .35rem .55rem; border: 1px dashed #8e7659; color: #d9b47b !important; }
.footer-bottom { padding-top: 1.5rem; display: flex; justify-content: space-between; gap: 1rem; border-top: 1px solid rgba(255,255,255,.12); color: #67817c; font-size: .65rem; }

/* destination and legal pages */
.inner-header { position: relative; }
.page-hero { padding: clamp(4rem, 8vw, 8rem) clamp(1.25rem, 9vw, 10rem); color: white; background: var(--deep); }
.page-hero .breadcrumbs { margin-bottom: 2rem; color: #92aaa6; font-size: .72rem; }
.page-hero .breadcrumbs a { text-underline-offset: 3px; }
.page-hero h1 { max-width: 1050px; font-size: clamp(3.2rem, 6vw, 6.5rem); }
.page-hero .hero-lede { color: #b8cbc7; }
.page-hero .page-meta { display: flex; gap: 1rem; flex-wrap: wrap; color: #92aaa6; font-size: .7rem; }
.page-content { max-width: 1160px; margin: auto; padding: clamp(4rem, 8vw, 8rem) 1.25rem; display: grid; grid-template-columns: minmax(0, 1fr) 290px; gap: 7vw; }
.article h2 { margin: 3.5rem 0 1rem; font-size: clamp(2.2rem, 4vw, 3.5rem); }
.article h2:first-child { margin-top: 0; }
.article h3 { margin-top: 2rem; font-family: var(--display); font-size: 1.45rem; }
.article p, .article li { color: #526864; }
.article li + li { margin-top: .7rem; }
.article a { text-underline-offset: 3px; }
.callout { margin: 2rem 0; padding: 1.5rem; border-left: 4px solid var(--aqua); border-radius: 0 16px 16px 0; background: var(--mint); }
.callout strong { display: block; color: var(--deep); }
.sidebar-card { padding: 1.5rem; position: sticky; top: 110px; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); }
.sidebar-card h3 { margin-top: 0; font-family: var(--display); font-size: 1.5rem; }
.sidebar-card ul { padding-left: 1.2rem; color: var(--muted); font-size: .78rem; }
.sidebar-card .button { width: 100%; margin-top: 1rem; }
.legal-page { max-width: 900px; margin: auto; padding: clamp(4rem, 8vw, 8rem) 1.25rem; }
.legal-page h1 { font-size: clamp(3rem, 6vw, 5.5rem); }
.legal-page h2 { margin: 3rem 0 1rem; font-size: 2.1rem; }
.legal-page p, .legal-page li { color: #526864; }
.legal-status { margin: 2rem 0; padding: 1rem 1.2rem; border: 1px dashed #a66c43; border-radius: 12px; color: #764520; background: #f7e7d6; }

@keyframes rise { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 4rem; }
  .hero-copy { position: relative; z-index: 2; }
  .hero-visual { min-height: 470px; }
  .proof-strip { grid-template-columns: 1fr; }
  .proof-strip p { margin: 0; }
  .section-heading { align-items: start; flex-direction: column; }
  .destination-grid { grid-template-columns: repeat(2, 1fr); }
  .decision-grid { grid-template-columns: repeat(2, 1fr); }
  .snapshot-grid { grid-template-columns: 1fr; }
  .comparison-section { grid-template-columns: 1fr; }
  .page-content { grid-template-columns: 1fr; }
  .sidebar-card { position: static; }
}

@media (max-width: 700px) {
  .site-header { min-height: 70px; padding: 0 1rem; }
  .site-header > .button { display: none; }
  h1 { font-size: clamp(3.2rem, 15vw, 5rem); }
  .hero { min-height: auto; padding: 3.5rem 1.2rem 4rem; }
  .hero-lede { font-size: 1rem; }
  .hero-visual { min-height: 390px; margin-inline: -1rem; }
  .comparison-preview { width: min(500px, 92vw); padding: 1rem; transform: none; }
  .preview-header strong { font-size: 1.2rem; }
  .preview-providers > div { padding: .6rem; grid-template-columns: 27px 1fr; }
  .preview-provider-mark { width: 27px; height: 27px; }
  .orbit-one { width: 360px; height: 210px; }
  .orbit-two { width: 350px; height: 280px; }
  .note-one { left: 2%; top: 2%; }
  .note-two { right: 1%; bottom: 1%; }
  .proof-strip { padding: 2rem 1.2rem; }
  .proof-strip div { padding-left: 0; padding-top: 1rem; border-left: 0; border-top: 1px solid rgba(255,255,255,.15); }
  .section-heading { margin-bottom: 2.8rem; }
  .section-heading h2 { font-size: 3.1rem; }
  .quiz-section, .steps-section, .destinations-section, .guide-section, .faq-section, .comparison-section { padding: 5rem 1.2rem; }
  .quiz-shell { min-height: 560px; padding: 1.2rem; border-radius: 22px; }
  .quiz-form { margin-top: 2.5rem; }
  .quiz-step legend, .quiz-result h3 { font-size: 2.55rem; }
  .choice-grid, .choice-grid-three { grid-template-columns: 1fr 1fr; }
  .choice-grid-three .choice:last-child { grid-column: 1 / -1; }
  .choice span { min-height: 92px; }
  .quiz-controls { gap: .7rem; }
  .quiz-controls .button { flex: 1; }
  .steps-grid { grid-template-columns: 1fr; }
  .steps-grid article, .steps-grid article + article { padding: 2rem 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .step-icon { margin: 1.5rem 0; }
  .destination-grid { grid-template-columns: 1fr; }
  .guide-grid { grid-template-columns: 1fr; }
  .provider-grid, .decision-grid { grid-template-columns: 1fr; }
  .external-flow { grid-template-columns: 1fr; }
  .plan-comparison-section, .provider-section { padding: 5rem 1.2rem; }
  .snapshot-toolbar { align-items: stretch; flex-direction: column; }
  .snapshot-timestamp { padding-bottom: 0; }
  .snapshot-card-header { align-items: flex-start; }
  .snapshot-facts div { grid-template-columns: 70px 1fr; }
  .destination-card { min-height: 230px; }
  .destination-card small { margin-top: 3.2rem; }
  .footer-top, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

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