:root {
  --navy: #062653;
  --navy-2: #0b3768;
  --aqua: #83e9ef;
  --aqua-soft: #e9fbff;
  --blue: #16bfd2;
  --sun: #ffd563;
  --white: #fff;
  --ink: #102846;
  --muted: #5e7088;
  --line: rgba(6, 38, 83, .13);
  --shadow: 0 24px 70px rgba(6, 38, 83, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font: 16px/1.6 "DM Sans", sans-serif; }
a { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { color: var(--navy); letter-spacing: -.035em; line-height: 1.05; }
h1 { margin-bottom: 26px; font: 600 clamp(3.1rem, 6.1vw, 6.6rem)/.94 "Playfair Display", serif; }
h1 em { color: var(--blue); font-weight: 500; }
h2 { margin-bottom: 22px; font: 600 clamp(2.25rem, 4.5vw, 4.4rem)/1.04 "Playfair Display", serif; }
h3 { color: var(--navy); line-height: 1.2; }

.site-header { position: sticky; top: 0; z-index: 20; height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 12px clamp(22px, 5vw, 76px); background: rgba(255,255,255,.9); border-bottom: 1px solid rgba(6,38,83,.08); backdrop-filter: blur(18px); }
.brand img { width: 142px; height: 62px; object-fit: contain; }
nav { display: flex; gap: 34px; }
nav a { color: var(--navy); font-size: .92rem; font-weight: 600; text-decoration: none; }
nav a:hover { color: var(--blue); }
.header-actions { display: flex; align-items: center; gap: 11px; }
.language-toggle { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; color: var(--navy); background: #fff; font-weight: 700; cursor: pointer; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 54px; padding: 0 26px; border-radius: 999px; font-weight: 700; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 44px; padding: 0 20px; color: #fff; background: var(--navy); }
.button-primary { color: #fff; background: var(--navy); box-shadow: 0 12px 30px rgba(6,38,83,.18); }
.button-primary:hover, .button-small:hover { background: var(--navy-2); }
.button-sun { color: var(--navy); background: var(--sun); box-shadow: 0 16px 40px rgba(255,213,99,.18); }

.hero { position: relative; min-height: calc(100vh - 86px); display: grid; grid-template-columns: minmax(0, .92fr) minmax(380px, .86fr); align-items: center; gap: clamp(40px, 7vw, 112px); padding: clamp(64px, 8vw, 118px) clamp(24px, 7vw, 112px); overflow: hidden; background: radial-gradient(circle at 70% 18%, #fff 0, rgba(255,255,255,.5) 18%, transparent 38%), linear-gradient(135deg, var(--aqua-soft), #d7f8fb 58%, #fff); }
.hero::after { content: ""; position: absolute; left: -7%; right: -7%; bottom: -73px; height: 128px; border-radius: 50%; background: #fff; }
.hero-copy { position: relative; z-index: 2; max-width: 720px; padding-bottom: 28px; }
.eyebrow { margin-bottom: 18px; color: var(--blue); font-size: .76rem; font-weight: 700; letter-spacing: .2em; }
.hero-lead { max-width: 600px; margin-bottom: 32px; color: #36536f; font-size: clamp(1.08rem, 1.6vw, 1.35rem); line-height: 1.6; }
.hero-actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.text-link { color: var(--navy); font-weight: 700; text-underline-offset: 5px; }
.microcopy { margin: 14px 0 0; color: var(--muted); font-size: .82rem; }
.hero-visual { position: relative; z-index: 2; width: min(100%, 660px); justify-self: end; }
.hero-visual > img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 48% 48% 18px 18px; box-shadow: var(--shadow); }
.price-card { position: absolute; left: -36px; bottom: 34px; min-width: 170px; padding: 18px 22px; color: var(--navy); background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.7); border-radius: 18px; box-shadow: 0 16px 45px rgba(6,38,83,.18); backdrop-filter: blur(12px); }
.price-card span, .price-card small { display: block; color: var(--muted); font-size: .76rem; }
.price-card strong { display: inline-block; margin: 2px 4px 0 0; font: 600 2.25rem/1 "Playfair Display", serif; }

.proof-strip { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(3,1fr); width: min(1160px, calc(100% - 48px)); margin: -8px auto 0; padding: 34px 0; border-bottom: 1px solid var(--line); }
.proof-strip div { padding: 0 34px; border-right: 1px solid var(--line); }
.proof-strip div:last-child { border: 0; }
.proof-strip strong, .proof-strip span { display: block; }
.proof-strip strong { color: var(--navy); }
.proof-strip span { color: var(--muted); font-size: .86rem; }

.section { width: min(1160px, calc(100% - 48px)); margin: auto; padding: 126px 0; }
#how { width: 100%; max-width: none; padding-left: max(24px, calc((100vw - 1160px)/2)); padding-right: max(24px, calc((100vw - 1160px)/2)); background: linear-gradient(135deg, #f0fcff 0%, #e4f8fb 55%, #f8fdff 100%); border-top: 1px solid rgba(22,191,210,.12); border-bottom: 1px solid rgba(22,191,210,.12); }
.section-heading { max-width: 760px; margin-bottom: 54px; }
.section-heading > p:last-child { max-width: 650px; color: var(--muted); font-size: 1.08rem; }
.section-heading.centered { margin-left: auto; margin-right: auto; text-align: center; }
.benefit-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.benefit-card { min-height: 280px; padding: 34px; border: 1px solid var(--line); border-radius: 22px; background: #fff; }
.benefit-card.featured { color: #fff; background: var(--navy); border-color: var(--navy); }
.benefit-card.featured h3, .benefit-card.featured p, .benefit-card.featured .card-index { color: #fff; }
.benefit-card .card-index { color: var(--blue); font-size: .72rem; font-weight: 700; letter-spacing: .16em; }
.benefit-card h3 { margin: 62px 0 14px; font: 600 1.7rem "Playfair Display", serif; }
.benefit-card p { color: var(--muted); }

.saving-section { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(50px, 9vw, 140px); padding: 112px max(24px, calc((100vw - 1160px)/2)); background: var(--aqua-soft); }
.saving-copy small { display: block; max-width: 600px; color: var(--muted); }
.saving-visual { padding: 30px; background: #fff; border-radius: 22px; box-shadow: 0 22px 60px rgba(6,38,83,.1); }
.saving-row, .saving-total { display: flex; justify-content: space-between; gap: 16px; padding: 20px 8px; border-bottom: 1px solid var(--line); }
.saving-row span, .saving-total span { color: var(--muted); }
.saving-row strong, .saving-total strong { color: var(--navy); font-size: 1.25rem; }
.saving-row.member strong { color: #05a6b9; }
.saving-row.net { margin-top: 6px; padding: 22px 14px; border: 1px solid rgba(18, 164, 91, .24); border-radius: 14px; background: #ecfbf2; }
.saving-row.net span, .saving-row.net strong { color: #12844d; }
.saving-row.net strong { font-size: 1.55rem; }
.saving-total { border: 0; padding-top: 28px; }
.saving-total strong { font: 600 2.15rem "Playfair Display", serif; }

.proof-section { padding: 112px max(24px, calc((100vw - 1160px)/2)); background: #fff; }
.proof-section .section-heading { max-width: 760px; margin-bottom: 42px; }
.proof-figure { max-width: 920px; margin: 0 auto; }
.proof-figure img { width: 100%; height: auto; border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 22px 60px rgba(6,38,83,.1); }
.proof-figure figcaption { margin-top: 16px; color: var(--muted); font-size: .82rem; text-align: center; }

.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; padding: 0; list-style: none; counter-reset: steps; }
.steps li { position: relative; min-height: 270px; padding: 28px; background: #f7fbfd; border-radius: 18px; }
.steps li > span { display: grid; place-items: center; width: 42px; height: 42px; color: var(--navy); background: var(--sun); border-radius: 50%; font-weight: 700; }
.steps h3 { margin: 66px 0 12px; font-size: 1.15rem; }
.steps p { color: var(--muted); font-size: .91rem; }

.destinations { padding: 112px max(24px, calc((100vw - 1160px)/2)); color: #fff; background: var(--navy); }
.section-heading.light h2 { color: #fff; }
.destination-list { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 58px; border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.destination-list div { min-height: 390px; display: flex; flex-direction: column; justify-content: flex-end; padding: 28px 32px; border-right: 1px solid rgba(255,255,255,.18); }
.destination-list div:last-child { border: 0; }
.destination-image { width: calc(100% + 64px); height: 210px; margin: -28px -32px 24px; object-fit: cover; opacity: .9; }
.destination-list span { color: var(--aqua); font-size: .7rem; letter-spacing: .18em; }
.destination-list strong { margin: 18px 0 8px; font: 500 clamp(2.2rem,4vw,4.1rem) "Playfair Display",serif; }
.destination-list small { color: rgba(255,255,255,.65); }
.destination-link { margin-top: 22px; color: var(--sun); font-size: .8rem; font-weight: 700; text-decoration: none; }
.destination-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.availability-note { max-width: 680px; margin: 30px auto 0; color: rgba(255,255,255,.58); font-size: .83rem; text-align: center; }

.partner-properties { background: #f7fbfd; }
.partner-properties .section-heading { max-width: 780px; }
.partner-properties .section-heading > p:last-child { max-width: 720px; }
.partner-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.partner-card { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 18px 48px rgba(6,38,83,.08); }
.partner-card > img { width: 100%; height: 190px; object-fit: cover; }
.partner-card-body { display: flex; min-height: 280px; flex-direction: column; padding: 26px; }
.partner-destination { color: var(--blue); font-size: .7rem; font-weight: 700; letter-spacing: .18em; }
.partner-card h3 { margin: 16px 0 10px; color: var(--navy); font: 600 1.7rem/1.08 "Playfair Display", serif; }
.partner-card p { margin: 0; color: var(--muted); font-size: .92rem; }
.partner-book { min-height: 45px; margin-top: auto; padding: 0 18px; font-size: .82rem; }
.partner-note { max-width: 850px; margin: 58px auto 0; padding: 28px 32px; border: 1px solid rgba(20,118,201,.18); border-radius: 18px; background: #fff; text-align: center; }
.partner-note strong { color: var(--navy); font-size: 1.1rem; }
.partner-note p { margin: 10px auto 12px; color: var(--muted); }
.partner-note small { display: block; color: var(--muted); font-size: .82rem; }
.partner-help { display: flex; justify-content: center; align-items: center; gap: 12px; margin-top: 28px; color: var(--muted); font-size: .9rem; }
.partner-help a { color: var(--navy); font-weight: 700; text-underline-offset: 4px; }

.faq { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 24px 42px 24px 0; color: var(--navy); font-weight: 700; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 4px; top: 20px; color: var(--blue); font-size: 1.6rem; font-weight: 400; }
details[open] summary::after { content: "−"; }
details p { max-width: 650px; padding: 0 40px 22px 0; color: var(--muted); }

.final-cta { padding: 105px 24px; color: #fff; background: linear-gradient(125deg, #087e9d, #0bbfce 55%, #71e1e7); text-align: center; }
.final-cta .eyebrow { color: var(--sun); }
.final-cta h2 { color: #fff; }
.final-cta p:not(.eyebrow) { margin-bottom: 30px; font-size: 1.1rem; }
.final-cta small { display: block; margin-top: 16px; color: rgba(255,255,255,.76); }

footer { display: grid; grid-template-columns: 1fr 1.5fr 1fr; gap: 42px; padding: 58px clamp(24px,6vw,90px); color: #647286; font-size: .78rem; }
.footer-brand img { width: 140px; margin-bottom: 12px; }
.footer-company { display: flex; flex-direction: column; }
.footer-company strong { color: var(--navy); }
.footer-links { display: flex; flex-direction: column; text-align: right; }
.mobile-join { display: none; }

.consent-dialog { width: min(620px, calc(100% - 32px)); max-height: calc(100vh - 32px); padding: 0; color: var(--ink); background: transparent; border: 0; border-radius: 24px; box-shadow: 0 30px 90px rgba(6,38,83,.35); overflow: auto; }
.consent-dialog::backdrop { background: rgba(6,38,83,.66); backdrop-filter: blur(7px); }
.consent-panel { position: relative; padding: 42px; background: #fff; border-radius: 24px; }
.consent-panel h2 { margin-bottom: 18px; font-size: clamp(2.1rem, 5vw, 3.25rem); }
.consent-close { position: absolute; top: 18px; right: 20px; display: grid; place-items: center; width: 40px; height: 40px; padding: 0; color: var(--navy); background: var(--aqua-soft); border: 0; border-radius: 50%; font-size: 1.7rem; line-height: 1; cursor: pointer; }
.consent-intro { margin-bottom: 24px; color: var(--muted); }
.consent-choice { display: grid; grid-template-columns: 24px 1fr; gap: 14px; padding: 20px; background: var(--aqua-soft); border: 1px solid rgba(22,191,210,.18); border-radius: 16px; }
.consent-choice input { width: 21px; height: 21px; margin: 3px 0 0; accent-color: var(--navy); cursor: pointer; }
.consent-choice p { margin: 0; font-size: .94rem; line-height: 1.65; }
.consent-choice a { color: var(--navy); font-weight: 700; text-underline-offset: 3px; }
.consent-actions { display: flex; justify-content: flex-end; gap: 12px; margin-top: 26px; }
.consent-back { color: var(--navy); background: #fff; border: 1px solid var(--line); cursor: pointer; }
.consent-proceed[aria-disabled="true"] { opacity: .42; pointer-events: none; box-shadow: none; }
.consent-note { display: block; margin-top: 13px; color: var(--muted); text-align: right; }

@media (max-width: 940px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 70px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { width: min(720px, 92%); justify-self: center; }
  .proof-strip, .benefit-grid, .steps { grid-template-columns: 1fr 1fr; }
  .proof-strip div:nth-child(2) { border-right: 0; }
  .proof-strip div:last-child { grid-column: 1/-1; padding-top: 26px; margin-top: 26px; border-top: 1px solid var(--line); }
  .saving-section, .faq { grid-template-columns: 1fr; gap: 40px; }
  .destination-list { grid-template-columns: 1fr; }
  .destination-list div { min-height: 330px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .partner-grid { grid-template-columns: repeat(2, 1fr); }
  footer { grid-template-columns: 1fr 1fr; }
  .footer-links { grid-column: 1/-1; text-align: left; }
}

@media (max-width: 620px) {
  body { padding-bottom: 76px; }
  .site-header { height: 72px; padding: 8px 18px; }
  .brand img { width: 112px; height: 50px; }
  .header-actions .button { display: none; }
  .language-toggle { width: 40px; height: 40px; }
  .hero { min-height: auto; padding: 54px 20px 96px; }
  h1 { font-size: clamp(3rem, 15vw, 4.7rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-visual { width: 100%; margin-top: 10px; }
  .hero-visual > img { border-radius: 42% 42% 16px 16px; }
  .price-card { left: 12px; bottom: 12px; min-width: 138px; padding: 12px 16px; }
  .price-card strong { font-size: 1.75rem; }
  .proof-strip, .benefit-grid, .steps { grid-template-columns: 1fr; }
  .proof-strip { width: calc(100% - 40px); }
  .proof-strip div { padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-strip div:last-child { grid-column: auto; margin: 0; padding: 18px 0; border-top: 0; border-bottom: 0; }
  .section { width: calc(100% - 40px); padding: 86px 0; }
  #how { width: 100%; padding-left: 20px; padding-right: 20px; }
  .section-heading { margin-bottom: 36px; }
  .benefit-card { min-height: 235px; }
  .saving-section, .destinations { padding: 82px 20px; }
  .proof-section { padding: 82px 20px; }
  .saving-visual { padding: 20px; }
  .saving-row { align-items: flex-start; flex-direction: column; gap: 5px; }
  .steps li { min-height: 230px; }
  .destination-list div { padding: 28px 20px; }
  .partner-grid { grid-template-columns: 1fr; }
  .partner-help { flex-direction: column; text-align: center; }
  .faq { gap: 15px; }
  footer { grid-template-columns: 1fr; padding: 44px 20px; }
  .footer-links { grid-column: auto; }
  .mobile-join { position: fixed; z-index: 30; left: 0; right: 0; bottom: 0; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 10px 16px; background: rgba(255,255,255,.94); border-top: 1px solid var(--line); backdrop-filter: blur(16px); }
  .mobile-join div { display: flex; flex-direction: column; line-height: 1.1; }
  .mobile-join strong { color: var(--navy); font-size: 1.2rem; }
  .mobile-join span { color: var(--muted); font-size: .7rem; }
  .mobile-join .button { min-height: 48px; padding: 0 22px; }
  .consent-panel { padding: 34px 22px 24px; }
  .consent-panel h2 { padding-right: 34px; }
  .consent-choice { padding: 17px; }
  .consent-actions { flex-direction: column-reverse; }
  .consent-actions .button { width: 100%; }
  .consent-note { text-align: center; }
}

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