/* ═══════════════════════════════════════════ ESTIA — design system ═══════════════════════════════════════════
   Police : Poppins · Palette : navy #012340 (base) + bleu #007ac2 (touches d'accent) + jaune #FFBF35 (CTA & chiffres)
   Jaune solide, pas de dégradé promo. Moderne, propre, premium, orienté conversion.
   ═══════════════════════════════════════════════════════════════════════════════════════════════════════════ */
:root {
    --navy: #012340;
    --navy-90: rgba(1,35,64,.9);
    --gold: #ffbf35;
    --gold-600: #e6a81f;          /* jaune un peu plus profond (hover, texte sur clair) */
    --blue: #007ac2;              /* bleu Baijot — touches d'accent */
    --blue-soft: #e8f3fb;
    --ink: #0c1f30;               /* texte principal (navy très foncé) */
    --muted: #5d6b78;             /* texte secondaire */
    --muted-2: #8a96a2;
    --line: #e9ecef;
    --white: #ffffff;
    --bg-warm: #f7f4ef;           /* off-white chaud (sections claires alternées) */
    --bg-warm-2: #efe9e0;
    --green: #16a34a;
    --r: 14px; --r-lg: 20px; --r-xl: 26px;
    --sh-sm: 0 2px 8px rgba(1,35,64,.06);
    --sh: 0 4px 12px rgba(1,35,64,.05), 0 18px 40px rgba(1,35,64,.10);
    --sh-lg: 0 24px 60px rgba(1,35,64,.16);
    --pad: clamp(64px, 9vw, 110px);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 70px; }
html, body { overflow-x: hidden; overflow-x: clip; }
body { font-family: 'Poppins', system-ui, -apple-system, sans-serif; color: var(--ink); background: var(--white); line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }
button { cursor: pointer; border: none; font-family: inherit; }
input { font-family: inherit; }
em { font-style: normal; }
::selection { background: var(--gold); color: var(--navy); }
.container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }

/* ── Section heading ── */
.kicker { display: inline-block; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .8px; color: var(--blue); margin-bottom: 16px; padding: 6px 13px; background: rgba(0,122,194,.10); border-radius: 99px; }
.kicker-light { color: var(--gold); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); }
.section-head { max-width: 660px; margin: 0 auto 52px; text-align: center; }
.section-head .kicker { justify-content: center; }
.section-head h2 { font-size: clamp(1.9rem, 5vw, 2.9rem); font-weight: 800; line-height: 1.12; letter-spacing: -1px; color: var(--ink); }
.section-head p { margin-top: 18px; font-size: 1.05rem; color: var(--muted); line-height: 1.7; }

/* ── Buttons (jaune solide, moderne) ── */
.btn-primary { display: inline-flex; align-items: center; gap: 10px; padding: 16px 30px; background: var(--gold); color: var(--navy); font-size: 1rem; font-weight: 700; border-radius: var(--r); transition: transform .2s, box-shadow .2s, background .2s; box-shadow: 0 8px 22px rgba(255,191,53,.35); }
.btn-primary:hover { transform: translateY(-2px); background: #ffc94f; box-shadow: 0 14px 30px rgba(255,191,53,.45); }

/* ═══════════════════════════════════════════ COOKIE ═══════════════════════════════════════════ */
.cookie-overlay { position: fixed; inset: 0; background: rgba(1,35,64,.6); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); z-index: 99999; display: flex; align-items: center; justify-content: center; padding: 20px; transition: opacity .3s, visibility .3s; }
.cookie-overlay.hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.cookie-popup { background: #fff; border-radius: var(--r-xl); max-width: 430px; width: 100%; padding: 38px 30px 28px; text-align: center; box-shadow: var(--sh-lg); }
.cookie-icon { margin: 0 auto 16px; width: 52px; height: 52px; background: var(--bg-warm); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--navy); }
.cookie-title { font-size: 1.15rem; font-weight: 700; margin-bottom: 8px; }
.cookie-text { font-size: .85rem; color: var(--muted); margin-bottom: 20px; }
.cookie-text a { color: var(--gold-600); text-decoration: underline; }
.cookie-buttons { display: flex; flex-direction: column; gap: 10px; }
.cookie-accept { padding: 14px; background: var(--navy); color: #fff; font-weight: 600; border-radius: 12px; transition: background .2s; }
.cookie-accept:hover { background: #062f54; }
.cookie-refuse { padding: 11px; background: transparent; color: var(--muted-2); font-weight: 500; font-size: .85rem; border-radius: 12px; border: 1px solid var(--line); }
.cookie-refuse:hover { color: var(--muted); }

/* ═══════════════════════════════════════════ HERO (navy, photo cadrée) ═══════════════════════════════════════════ */
.hero { position: relative; overflow: hidden; background: var(--navy); color: #fff; padding: 38px 0 84px; }
.hero-bg { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.hero-bg::before { content: ''; position: absolute; inset: 0; background:
    radial-gradient(120% 95% at 80% 10%, #07304f, transparent 55%),
    radial-gradient(100% 85% at 50% -12%, rgba(255,255,255,.06), transparent 62%),
    radial-gradient(55% 50% at 6% 110%, rgba(255,191,53,.12), transparent 60%); }
.hero-bg::after { content: ''; position: absolute; inset: 0; opacity: .55;
    background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
    background-size: 48px 48px;
    -webkit-mask-image: radial-gradient(120% 80% at 72% 0%, #000 25%, transparent 72%);
    mask-image: radial-gradient(120% 80% at 72% 0%, #000 25%, transparent 72%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(90px); }
.hero-glow-blue { width: 540px; height: 540px; background: #ffffff; top: -210px; right: -150px; opacity: .055; }
.hero-glow-gold { width: 340px; height: 340px; background: var(--gold); bottom: -200px; left: -150px; opacity: .12; }
.hero .container { position: relative; z-index: 2; }
.hero-logo { display: inline-block; margin-bottom: 34px; opacity: .95; }
.hero-grid { display: grid; grid-template-columns: 1fr; gap: 50px; align-items: center; }
.hero-kicker { display: inline-block; font-size: .76rem; font-weight: 600; letter-spacing: .8px; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; padding: 6px 14px; background: rgba(255,191,53,.12); border: 1px solid rgba(255,191,53,.25); border-radius: 99px; }
.hero-title { font-size: clamp(2.4rem, 7vw, 4.3rem); font-weight: 800; line-height: 1.04; letter-spacing: -1.5px; }
.hero-title em { color: var(--gold); }
.hero-sub { margin: 22px 0 0; font-size: clamp(1rem, 2.3vw, 1.16rem); line-height: 1.62; color: rgba(255,255,255,.82); max-width: 480px; font-weight: 400; }
.hero-sub strong { color: #fff; font-weight: 600; }
.hero-pricebox { display: flex; align-items: baseline; gap: 10px; margin-top: 28px; }
.hp-label { font-size: .92rem; color: rgba(255,255,255,.7); }
.hp-value strong { font-size: clamp(1.9rem, 5.5vw, 2.5rem); font-weight: 800; color: #fff; letter-spacing: -1px; }
.hp-value small { margin-left: 7px; font-size: .95rem; font-weight: 600; color: var(--gold); }
.hero-cta-row { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; margin-top: 24px; }
.hero-feats { list-style: none; display: flex; flex-wrap: wrap; gap: 9px 22px; margin: 26px 0 0; padding: 0; }
.hero-feats li { display: inline-flex; align-items: center; gap: 8px; font-size: .86rem; font-weight: 500; color: rgba(255,255,255,.85); }
.hero-feats svg { color: var(--gold); flex-shrink: 0; }
.hero-visual { position: relative; }
.hero-photo { position: relative; border-radius: var(--r-lg); overflow: hidden; border: 1px solid rgba(255,255,255,.12); box-shadow: 0 40px 80px rgba(0,0,0,.5); }
.hero-photo img { width: 100%; height: clamp(320px, 56vw, 400px); object-fit: cover; object-position: 50% 50%; display: block; }
@media (min-width: 920px) {
    .hero { padding: 46px 0 100px; }
    .hero-grid { grid-template-columns: 0.92fr 1.18fr; gap: 56px; }
    .hero-photo img { height: clamp(440px, 44vw, 560px); }
}
@media (max-width: 919px) {
    .hero { padding-bottom: 60px; }
    .hero-logo { display: flex; justify-content: center; }
    .hero-text { text-align: center; }
    .hero-sub { margin-left: auto; margin-right: auto; }
    .hero-pricebox { justify-content: center; }
    .hero-cta-row { justify-content: center; }
    .hero-feats { justify-content: center; }
}

/* ═══════════════════════════════════════════ STORY ═══════════════════════════════════════════ */
.story { position: relative; overflow: hidden; background: linear-gradient(180deg, #fff, var(--bg-warm)); padding: var(--pad) 0; text-align: center; }
.story-icon { display: flex; align-items: center; justify-content: center; width: 58px; height: 58px; margin: 0 auto 22px; border-radius: 50%; background: rgba(255,191,53,.18); color: var(--gold-600); }
.story .kicker { justify-content: center; }
.story-title { font-size: clamp(1.9rem, 5vw, 2.9rem); font-weight: 800; line-height: 1.14; letter-spacing: -1px; color: var(--ink); max-width: 720px; margin: 0 auto; }
.story-text { margin: 24px auto 0; max-width: 640px; font-size: 1.1rem; line-height: 1.85; color: var(--muted); }
.story-punch { position: relative; margin: 40px auto 0; padding-top: 30px; max-width: 640px; font-size: clamp(1.3rem, 3.6vw, 1.75rem); font-weight: 700; letter-spacing: -.4px; color: var(--ink); }
.story-punch::before { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 46px; height: 3px; background: var(--gold); border-radius: 3px; }
.story-punch strong { color: var(--gold-600); }

/* ═══════════════════════════════════════════ LA VISITE EN VIDÉO ═══════════════════════════════════════════ */
.film { position: relative; overflow: hidden; padding: var(--pad) 0; background: var(--navy); }
.film::before { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(60% 50% at 50% 0%, rgba(0,122,194,.18), transparent 65%); }
.film .container { position: relative; z-index: 1; }
.film .section-head h2 { color: #fff; }
.film .section-head p { color: rgba(255,255,255,.72); }
.film-frame { position: relative; max-width: 920px; margin: 0 auto; border-radius: var(--r-xl); overflow: hidden; border: 1px solid rgba(255,255,255,.14); box-shadow: 0 34px 80px rgba(0,0,0,.5); }
.film-frame video { width: 100%; display: block; background: #000; }
.film-length { position: absolute; top: 14px; right: 16px; z-index: 3; padding: 5px 12px; background: rgba(1,35,64,.65); border: 1px solid rgba(255,255,255,.22); border-radius: 99px; font-size: .78rem; font-weight: 600; color: #fff; backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); pointer-events: none; }
.film-play { position: absolute; inset: 0; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; width: 100%; background: linear-gradient(180deg, rgba(1,35,64,.10), rgba(1,35,64,.45)); cursor: pointer; transition: opacity .3s, visibility .3s; }
.film-play.hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.fp-btn { position: relative; display: flex; align-items: center; justify-content: center; width: 86px; height: 86px; border-radius: 50%; background: var(--gold); color: var(--navy); box-shadow: 0 18px 44px rgba(0,0,0,.45); transition: transform .25s; }
.fp-btn svg { margin-left: 5px; }
.fp-btn::after { content: ''; position: absolute; inset: 0; border-radius: 50%; border: 2px solid rgba(255,191,53,.6); animation: fp-pulse 2.2s ease-out infinite; }
.film-play:hover .fp-btn { transform: scale(1.08); }
@keyframes fp-pulse { 0% { transform: scale(1); opacity: 1; } 100% { transform: scale(1.85); opacity: 0; } }
.fp-hint { font-size: .95rem; font-weight: 600; color: #fff; text-shadow: 0 2px 14px rgba(0,0,0,.5); }
.film-end { position: absolute; inset: 0; z-index: 4; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; padding: 24px; text-align: center; background: rgba(1,35,64,.9); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); opacity: 0; visibility: hidden; transition: opacity .35s, visibility .35s; }
.film-end.show { opacity: 1; visibility: visible; }
.film-end p { font-size: clamp(1.15rem, 3vw, 1.5rem); font-weight: 700; color: #fff; }
.film-replay { background: none; font-size: .85rem; font-weight: 600; color: rgba(255,255,255,.6); text-decoration: underline; transition: color .2s; }
.film-replay:hover { color: #fff; }
@media (prefers-reduced-motion: reduce) { .fp-btn::after { animation: none; } }

/* ═══════════════════════════════════════════ PILIERS (pourquoi nous, centrés) ═══════════════════════════════════════════ */
.pillars { padding: var(--pad) 0; background: var(--white); }
.pillars-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
.pillar { text-align: center; background: var(--bg-warm); border-radius: var(--r-lg); padding: 34px 26px; transition: transform .25s, box-shadow .25s, background .25s; }
.pillar:hover { transform: translateY(-4px); background: #fff; box-shadow: var(--sh); }
.pillar-ic { display: inline-flex; align-items: center; justify-content: center; width: 56px; height: 56px; border-radius: 16px; background: rgba(0,122,194,.10); color: var(--blue); margin: 0 auto 18px; }
.pillar:nth-child(3n+2) .pillar-ic { background: rgba(255,191,53,.18); color: var(--gold-600); }
.pillar:nth-child(3n) .pillar-ic { background: rgba(1,35,64,.08); color: var(--navy); }
.pillar h3 { font-size: 1.14rem; font-weight: 700; color: var(--ink); letter-spacing: -.3px; line-height: 1.3; margin-bottom: 8px; }
.pillar p { font-size: .93rem; color: var(--muted); line-height: 1.7; }
@media (min-width: 700px) { .pillars-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1000px) { .pillars-grid { grid-template-columns: repeat(3, 1fr); gap: 18px; } }

/* ═══════════════════════════════════════════ PROOF — 3 CHAMBRES (climax navy) ═══════════════════════════════════════════ */
.proof { position: relative; overflow: hidden; padding: var(--pad) 0; background: var(--navy); color: #fff; }
.proof::before { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(60% 50% at 50% -8%, rgba(0,122,194,.30), transparent 65%); }
.proof .container { position: relative; z-index: 1; }
.proof .section-head h2 { color: #fff; }
.proof .section-head p { color: rgba(255,255,255,.7); }
.proof .kicker { color: var(--gold); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); }
.proof-split { display: grid; grid-template-columns: 1fr; gap: 34px; align-items: center; }
.proof-photo { margin: 0; border-radius: var(--r-lg); overflow: hidden; box-shadow: 0 24px 55px rgba(0,0,0,.42); }
.proof-photo img, .proof-photo video { width: 100%; height: 300px; object-fit: cover; display: block; }
.proof-rooms { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); border-radius: var(--r-lg); padding: 6px 26px 20px; }
.room-line { display: flex; align-items: center; gap: 20px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.room-line:last-of-type { border-bottom: none; }
.room-size { flex-shrink: 0; width: 122px; text-align: right; font-weight: 800; font-size: clamp(1.9rem, 5.5vw, 2.4rem); letter-spacing: -1px; color: var(--gold); line-height: 1; }
.room-size small { font-size: .85rem; font-weight: 600; color: rgba(255,255,255,.55); letter-spacing: 0; margin-left: 4px; }
.room-info { font-size: .93rem; color: rgba(255,255,255,.7); line-height: 1.5; }
.room-info strong { display: block; color: #fff; font-weight: 700; font-size: 1.02rem; margin-bottom: 2px; }
.proof-line { margin: 2px 0 0; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); text-align: center; font-size: 1.02rem; font-weight: 600; color: rgba(255,255,255,.9); }
.proof-line strong { color: var(--gold); font-weight: 800; }
@media (min-width: 820px) {
    .proof-split { grid-template-columns: 1fr 1fr; gap: 54px; }
    .proof-photo img, .proof-photo video { height: 440px; }
}
@media (max-width: 480px) {
    .proof-rooms { padding: 2px 18px 16px; }
    .room-line { gap: 14px; }
    .room-size { width: 100px; }
}

/* ═══════════════════════════════════════════ LIVING (split éditorial) ═══════════════════════════════════════════ */
.living { padding: var(--pad) 0; background: linear-gradient(180deg, var(--bg-warm), #fff); }
.living-split { display: grid; grid-template-columns: 1fr; gap: 40px; align-items: center; }
.living-text .kicker { justify-content: flex-start; }
.living-text h2 { font-size: clamp(1.9rem, 5vw, 2.8rem); font-weight: 800; line-height: 1.13; letter-spacing: -1px; color: var(--ink); }
.living-text > p { margin-top: 16px; font-size: 1.05rem; color: var(--muted); line-height: 1.7; max-width: 460px; }
.living-feats { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 20px; margin-top: 34px; }
.living-feats .feat { position: relative; padding-left: 15px; }
.living-feats .feat::before { content: ''; position: absolute; left: 0; top: 5px; bottom: 5px; width: 3px; border-radius: 3px; background: var(--blue); }
.living-feats .feat strong { display: block; font-size: 1.6rem; font-weight: 800; color: var(--navy); letter-spacing: -.5px; line-height: 1.15; }
.living-feats .feat span { font-size: .85rem; color: var(--muted); }
.living-media { position: relative; isolation: isolate; display: grid; gap: 16px; }
.living-media::before { content: ''; position: absolute; z-index: 0; inset: auto -22px -22px 26px; height: 60%; border-radius: var(--r-lg); background: linear-gradient(135deg, var(--blue), #014e7d); opacity: .14; }
.living-media figure { position: relative; z-index: 1; margin: 0; overflow: hidden; border-radius: var(--r-lg); box-shadow: var(--sh); }
.living-media img, .living-media video { width: 100%; height: 240px; object-fit: cover; display: block; transition: transform .6s ease; }
.lm-main img, .lm-main video { height: 320px; }
.living-media figure:hover img, .living-media figure:hover video { transform: scale(1.04); }
@media (min-width: 880px) {
    .living-split { grid-template-columns: 1fr 1.05fr; gap: 58px; }
    .living-media img, .living-media video { height: 210px; }
    .lm-main img, .lm-main video { height: 290px; }
}

/* ═══════════════════════════════════════════ GALERIE ═══════════════════════════════════════════ */
.gallery { padding: var(--pad) 0; background: var(--white); }
.gallery-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
.gal-slot { position: relative; margin: 0; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh); cursor: zoom-in; }
.gal-slot img, .gal-slot video { width: 100%; height: 280px; object-fit: cover; display: block; transition: transform .6s ease; }
.gal-slot:hover img, .gal-slot:hover video { transform: scale(1.04); }
.gal-slot.gal-video { cursor: default; }
.gal-cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 32px 18px 15px; background: linear-gradient(transparent, rgba(1,35,64,.82)); color: #fff; font-size: .92rem; font-weight: 600; }
@media (min-width: 760px) {
    .gallery-grid { grid-template-columns: 1fr 1fr; }
    .gal-wide { grid-column: 1 / -1; }
    .gal-slot img, .gal-slot video { height: 320px; }
    .gal-wide img { height: 440px; }
}

/* ═══════════════════════════════════════════ LIGHTBOX (zoom) ═══════════════════════════════════════════ */
.lightbox { position: fixed; inset: 0; z-index: 9998; display: flex; align-items: center; justify-content: center; padding: 24px; background: rgba(1,35,64,.93); opacity: 0; visibility: hidden; transition: opacity .25s, visibility .25s; }
.lightbox.show { opacity: 1; visibility: visible; }
.lightbox img { max-width: 94vw; max-height: 90vh; border-radius: 8px; box-shadow: 0 30px 80px rgba(0,0,0,.5); }
.lightbox-close { position: absolute; top: 14px; right: 22px; background: transparent; color: #fff; font-size: 2.6rem; line-height: 1; cursor: pointer; }

/* ═══════════════════════════════════════════ PLANS (3D, sélecteur d'ambiance) ═══════════════════════════════════════════ */
.plans { padding: var(--pad) 0; background: var(--bg-warm); }
.plan-tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 30px; }
.plan-tab { padding: 10px 22px; border: 1.5px solid var(--line); background: #fff; border-radius: 99px; font-family: inherit; font-size: .9rem; font-weight: 600; color: var(--muted); transition: background .2s, border-color .2s, color .2s; }
.plan-tab:hover { border-color: var(--navy); color: var(--navy); }
.plan-tab.active { background: var(--navy); border-color: var(--navy); color: #fff; }
.plans-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
.plan-fig { margin: 0; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh-sm); transition: box-shadow .25s; }
.plan-fig:hover { box-shadow: var(--sh); }
.plan-img { position: relative; cursor: zoom-in; }
.plan-img img { width: 100%; display: block; }
.plan-zoom { position: absolute; right: 12px; bottom: 12px; display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 10px; background: rgba(1,35,64,.55); color: #fff; backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); pointer-events: none; }
.plan-detail { padding: 18px 22px 20px; border-top: 1px solid var(--line); }
.plan-detail h3 { font-size: 1.02rem; font-weight: 700; color: var(--ink); margin-bottom: 8px; }
.plan-rooms { list-style: none; margin: 0; padding: 0; }
.plan-rooms li { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding: 7px 0; border-bottom: 1px dashed var(--line); font-size: .9rem; color: var(--muted); }
.plan-rooms li:last-child { border-bottom: none; padding-bottom: 0; }
.plan-rooms b { color: var(--navy); font-weight: 700; white-space: nowrap; }
.plan-note { text-align: center; max-width: 600px; margin: 30px auto 0; font-size: 1.05rem; line-height: 1.7; color: var(--muted); }
.plan-note strong { color: var(--gold-600); }
.plans-cta { text-align: center; margin-top: 32px; }
@media (min-width: 760px) { .plans-grid { grid-template-columns: 1fr 1fr; } }

/* ═══════════════════════════════════════════ INCLUDED (bandeau navy + coches or) ═══════════════════════════════════════════ */
.included { padding: var(--pad) 0; background: var(--bg-warm); }
.inc-band { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr; gap: 34px; background: var(--navy); color: #fff; border-radius: var(--r-xl); padding: clamp(34px, 5vw, 60px); }
.inc-band::before { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(65% 60% at 100% 0%, rgba(0,122,194,.16), transparent 60%); }
.inc-intro { position: relative; z-index: 1; }
.inc-intro h2 { font-size: clamp(1.7rem, 4vw, 2.5rem); font-weight: 800; line-height: 1.15; letter-spacing: -.8px; }
.inc-intro p { margin-top: 14px; color: rgba(255,255,255,.75); font-size: 1rem; line-height: 1.7; max-width: 420px; }
.inc-checks { position: relative; z-index: 1; list-style: none; display: grid; grid-template-columns: 1fr; gap: 20px; }
.inc-checks li { display: flex; align-items: flex-start; gap: 14px; }
.inc-ic { flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: 13px; background: rgba(255,191,53,.13); border: 1px solid rgba(255,191,53,.28); color: var(--gold); }
.inc-peb-logo { display: block; width: auto; height: 54px; margin-top: 24px; filter: drop-shadow(0 4px 12px rgba(0,0,0,.28)); }
.inc-checks strong { display: block; font-size: 1rem; font-weight: 700; color: #fff; margin-bottom: 2px; }
.inc-checks .ic-desc { font-size: .86rem; color: rgba(255,255,255,.6); line-height: 1.5; }
@media (min-width: 860px) {
    .inc-band { grid-template-columns: .85fr 1.15fr; gap: 56px; align-items: center; }
    .inc-checks { grid-template-columns: 1fr 1fr; gap: 26px 40px; }
}

/* ═══════════════════════════════════════════ TRUST ═══════════════════════════════════════════ */
.trust { background: var(--white); padding: 72px 0; }
.trust-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 34px 18px; max-width: 920px; margin: 0 auto; }
.trust-item { text-align: center; position: relative; }
.trust-item strong { display: block; font-size: clamp(2.2rem, 5vw, 2.9rem); font-weight: 800; color: var(--navy); letter-spacing: -1px; }
.trust-item strong::after { content: ''; display: block; width: 24px; height: 3px; background: var(--gold); border-radius: 2px; margin: 8px auto 8px; }
.trust-item:nth-child(2n) strong::after { background: var(--blue); }
.trust-item span { font-size: .85rem; color: var(--muted); }
@media (min-width: 760px) { .trust-grid { grid-template-columns: repeat(4, 1fr); } }

/* ═══════════════════════════════════════════ AVIS ═══════════════════════════════════════════ */
.reviews { padding: var(--pad) 0; background: var(--bg-warm); }
.reviews-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
.review-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh-sm); transition: transform .25s, box-shadow .25s; }
.review-card:hover { transform: translateY(-3px); box-shadow: var(--sh); }
.review-photo { width: 100%; height: 190px; object-fit: cover; }
.review-body { display: flex; flex-direction: column; gap: 13px; padding: 22px 24px 24px; flex: 1; }
.review-stars { display: flex; gap: 3px; color: var(--gold); }
.review-text { flex: 1; font-size: .95rem; color: var(--ink); line-height: 1.7; }
.review-author { font-size: .85rem; color: var(--muted); }
.review-author strong { color: var(--navy); font-weight: 700; }
@media (min-width: 800px) { .reviews-grid { grid-template-columns: repeat(3, 1fr); } }

/* ═══════════════════════════════════════════ PRICE ═══════════════════════════════════════════ */
.price-sec { padding: var(--pad) 0; background: var(--white); }
.price-card { text-align: center; max-width: 700px; margin: 0 auto; background: var(--navy); color: #fff; border-radius: var(--r-xl); padding: 60px 32px; position: relative; overflow: hidden; }
.price-card::after { content: ''; position: absolute; inset: 0; border-radius: var(--r-xl); border: 1px solid rgba(255,191,53,.25); pointer-events: none; }
.price-card h2 { font-size: clamp(1.5rem, 4vw, 2rem); font-weight: 700; }
.price-card .kicker { justify-content: center; }
.price-big { margin: 20px 0 8px; font-size: 1.05rem; color: rgba(255,255,255,.75); }
.price-big strong { display: block; font-size: clamp(2.8rem, 9vw, 3.8rem); font-weight: 800; letter-spacing: -2px; color: var(--gold); line-height: 1.05; }
.price-note { font-size: .92rem; color: rgba(255,255,255,.6); margin-bottom: 30px; }

/* ═══════════════════════════════════════════ FORM ═══════════════════════════════════════════ */
.form-sec { padding: var(--pad) 0; background: var(--bg-warm); }
.form-perks-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 26px; margin: -24px 0 38px; }
.form-perks-row span { display: inline-flex; align-items: center; gap: 8px; font-size: .9rem; font-weight: 500; color: var(--ink); }
.form-perks-row svg { color: var(--green); flex-shrink: 0; }
.form-card { position: relative; overflow: hidden; max-width: 680px; margin: 0 auto; background: #fff; border-radius: var(--r-xl); padding: 40px 26px; box-shadow: var(--sh-lg); border: 1px solid var(--line); }
.form-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--gold); }

.form-progress { display: flex; align-items: center; gap: 14px; margin-bottom: 28px; }
.fp-track { flex: 1; height: 6px; background: var(--line); border-radius: 99px; overflow: hidden; }
.fp-bar { height: 100%; width: 33%; background: var(--gold); border-radius: 99px; transition: width .45s cubic-bezier(.22,1,.36,1); }
.fp-label { flex-shrink: 0; font-size: .78rem; font-weight: 600; color: var(--muted-2); white-space: nowrap; }

.es-step { display: none; }
.es-step.active { display: block; animation: step-in .35s ease; }
@keyframes step-in { from { opacity: 0; transform: translateX(26px); } to { opacity: 1; transform: translateX(0); } }
.es-step h3 { font-size: clamp(1.25rem, 3.2vw, 1.5rem); font-weight: 800; letter-spacing: -.3px; text-align: center; margin-bottom: 24px; }

.opt-cards { display: grid; grid-template-columns: 1fr; gap: 12px; }
.opt-card { display: flex; flex-direction: column; align-items: center; gap: 5px; padding: 22px 14px 20px; background: var(--bg-warm); border: 2px solid transparent; border-radius: var(--r-lg); text-align: center; transition: transform .2s, border-color .2s, background .2s, box-shadow .2s; }
.opt-card:hover { transform: translateY(-3px); background: #fff; border-color: rgba(0,122,194,.35); box-shadow: var(--sh-sm); }
.opt-card.selected { border-color: var(--gold); background: #fffdf5; box-shadow: 0 10px 24px rgba(255,191,53,.25); }
.oc-ic { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: 13px; background: rgba(0,122,194,.10); color: var(--blue); margin-bottom: 5px; transition: background .2s, color .2s; }
.opt-card.selected .oc-ic { background: var(--gold); color: var(--navy); }
.oc-title { font-size: .95rem; font-weight: 700; color: var(--ink); }
.oc-sub { font-size: .78rem; color: var(--muted); }
@media (min-width: 520px) { .opt-cards { grid-template-columns: repeat(3, 1fr); } }

.field { margin-bottom: 16px; }
.field-row { display: grid; grid-template-columns: 1fr; gap: 0 14px; }
.field label { display: block; font-size: .82rem; font-weight: 600; margin-bottom: 6px; }
.field input { width: 100%; padding: 14px 16px; border: 1.5px solid var(--line); border-radius: 12px; font-size: .95rem; transition: border-color .2s; }
.field input:focus { outline: none; border-color: var(--navy); }
.field input.touched:invalid { border-color: #dc2626; }
@media (min-width: 520px) { .field-row { grid-template-columns: 1fr 1fr; } }

.field-hp { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }

.btn-next, .btn-submit { display: inline-flex; align-items: center; justify-content: center; gap: 10px; width: 100%; padding: 16px 28px; background: var(--gold); color: var(--navy); font-size: 1rem; font-weight: 700; border-radius: var(--r); box-shadow: 0 8px 22px rgba(255,191,53,.32); transition: background .2s, transform .15s, opacity .2s; margin-top: 8px; }
.btn-next:hover, .btn-submit:hover { background: #ffc94f; transform: translateY(-1px); }
.btn-next:disabled { opacity: .4; cursor: not-allowed; transform: none; box-shadow: none; }
.step-back { display: block; margin: 14px auto 0; background: none; font-size: .84rem; font-weight: 600; color: var(--muted-2); transition: color .2s; }
.step-back:hover { color: var(--navy); }
.btn-submit { position: relative; }
.btn-submit-loader { display: none; width: 18px; height: 18px; border: 2.5px solid rgba(1,35,64,.25); border-top-color: var(--navy); border-radius: 50%; animation: spin .7s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.btn-submit.loading .btn-submit-loader { display: inline-block; }
.btn-submit.loading svg { display: none; }
.form-reassure { display: flex; align-items: center; justify-content: center; gap: 7px; margin-top: 16px; font-size: .84rem; font-weight: 600; color: var(--ink); }
.form-reassure svg { color: var(--green); flex-shrink: 0; }
.form-privacy { margin-top: 6px; font-size: .75rem; color: var(--muted-2); text-align: center; }

.form-success { display: none; text-align: center; padding: 20px 0; }
.form-success.show { display: block; animation: step-in .4s ease; }
.success-icon { width: 78px; height: 78px; margin: 0 auto 18px; background: #dcfce7; color: var(--green); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.form-success h3 { font-size: 1.4rem; font-weight: 700; margin-bottom: 10px; }
.form-success p { font-size: .95rem; color: var(--muted); max-width: 380px; margin: 0 auto; line-height: 1.7; }
@media (min-width: 900px) { .form-card { padding: 48px 56px; } }

/* ═══════════════════════════════════════════ FAQ ═══════════════════════════════════════════ */
.faq-sec { padding: var(--pad) 0; background: var(--white); }
.faq-list { max-width: 740px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: var(--bg-warm); border: 1px solid transparent; border-radius: var(--r-lg); overflow: hidden; transition: border-color .2s, background .2s; }
.faq-item[open] { border-color: var(--line); background: #fff; }
.faq-item summary { padding: 22px 52px 22px 24px; font-size: 1rem; font-weight: 600; cursor: pointer; list-style: none; position: relative; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: ''; position: absolute; right: 24px; top: 50%; width: 10px; height: 10px; border-right: 2.5px solid var(--muted-2); border-bottom: 2.5px solid var(--muted-2); transform: translateY(-70%) rotate(45deg); transition: transform .25s; }
.faq-item[open] summary::after { transform: translateY(-30%) rotate(225deg); border-color: var(--gold-600); }
.faq-item p { padding: 0 24px 24px; font-size: .92rem; color: var(--muted); line-height: 1.8; }
.faq-item p strong { color: var(--ink); }

/* ═══════════════════════════════════════════ FOOTER ═══════════════════════════════════════════ */
.es-footer { background: var(--navy); color: #fff; padding: 50px 0 32px; }
.footer-top { display: flex; flex-direction: column; align-items: center; gap: 22px; padding-bottom: 26px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-links { display: flex; flex-wrap: wrap; gap: 22px; justify-content: center; }
.footer-links a { font-size: .82rem; color: rgba(255,255,255,.6); transition: color .2s; }
.footer-links a:hover { color: var(--gold); }
.footer-bottom { padding-top: 24px; text-align: center; }
.footer-bottom p { font-size: .78rem; color: rgba(255,255,255,.45); margin-bottom: 4px; }
@media (min-width: 768px) { .footer-top { flex-direction: row; justify-content: space-between; } }

/* ═══════════════════════════════════════════ EXIT-INTENT ═══════════════════════════════════════════ */
.exit-overlay { position: fixed; inset: 0; background: rgba(1,35,64,.72); backdrop-filter: blur(6px); z-index: 9999; display: flex; align-items: center; justify-content: center; padding: 20px; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .3s, visibility .3s; }
.exit-overlay.show { opacity: 1; visibility: visible; pointer-events: auto; }
.exit-popup { position: relative; background: #fff; border-radius: var(--r-xl); max-width: 440px; width: 100%; padding: 46px 34px 32px; text-align: center; box-shadow: var(--sh-lg); transform: translateY(12px); transition: transform .3s; }
.exit-overlay.show .exit-popup { transform: translateY(0); }
.exit-close { position: absolute; top: 14px; right: 18px; background: transparent; font-size: 1.8rem; color: var(--muted-2); line-height: 1; }
.exit-icon { width: 68px; height: 68px; margin: 0 auto 18px; background: var(--navy); color: var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.exit-title { font-size: 1.35rem; font-weight: 700; line-height: 1.3; margin-bottom: 10px; }
.exit-text { font-size: .9rem; color: var(--muted); line-height: 1.65; margin-bottom: 22px; }
.exit-cta { display: block; padding: 16px; background: var(--gold); color: var(--navy); font-weight: 700; border-radius: var(--r); margin-bottom: 12px; }
.exit-cta:hover { background: #ffc94f; }
.exit-sub { font-size: .75rem; color: var(--muted-2); }

/* ═══════════════════════════════════════════ STICKY CTA ═══════════════════════════════════════════ */
.sticky-cta { position: fixed; bottom: 0; left: 0; right: 0; z-index: 800; display: flex; align-items: center; gap: 12px; padding: 11px 16px calc(11px + env(safe-area-inset-bottom)); background: rgba(255,255,255,.96); backdrop-filter: blur(10px); box-shadow: 0 -6px 24px rgba(1,35,64,.12); transform: translateY(120%); transition: transform .35s; }
.sticky-cta.show { transform: translateY(0); }
.sticky-price { flex: 1; font-size: .8rem; font-weight: 500; color: var(--muted); line-height: 1.3; }
.sticky-price strong { display: block; color: var(--navy); font-weight: 700; font-size: .92rem; }
.sticky-btn { display: inline-flex; align-items: center; gap: 7px; padding: 13px 20px; background: var(--gold); color: var(--navy); font-weight: 700; font-size: .9rem; border-radius: 12px; white-space: nowrap; }
@media (min-width: 900px) { .sticky-cta { left: auto; right: 24px; bottom: 24px; border-radius: var(--r); max-width: 380px; padding: 12px 14px; box-shadow: var(--sh-lg); } }

/* ═══════════════════════════════════════════ ANIMATIONS ═══════════════════════════════════════════ */
.anim { opacity: 0; transform: translateY(26px); transition: opacity .65s ease, transform .65s ease; }
.anim.seen { opacity: 1; transform: translateY(0); }
.anim-fade { opacity: 0; animation: fadein .8s ease forwards; animation-delay: var(--d, 0s); }
.anim-slide { opacity: 0; animation: slideup .75s cubic-bezier(.22,1,.36,1) forwards; animation-delay: var(--d, 0s); }
.anim-scale { opacity: 0; animation: scalein .7s cubic-bezier(.22,1,.36,1) forwards; animation-delay: var(--d, 0s); }
.anim-up { opacity: 0; animation: slideup .7s ease forwards; animation-delay: var(--d, 0s); }
@keyframes fadein { to { opacity: 1; } }
@keyframes slideup { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
@keyframes scalein { from { opacity: 0; transform: scale(.92); } to { opacity: 1; transform: scale(1); } }

/* ═══════════════════════════════════════════ MOBILE ═══════════════════════════════════════════ */
@media (max-width: 680px) {
    .field input { font-size: 16px; }
    body { padding-bottom: 64px; }
    .section-head { margin-bottom: 36px; }
}

@media (prefers-reduced-motion: reduce) {
    .anim, .anim-fade, .anim-slide, .anim-scale, .anim-up { opacity: 1 !important; transform: none !important; animation: none !important; transition: none !important; }
    html { scroll-behavior: auto; }
}
