/* =====================================================================
   ORIZON JM — Système de design partagé (Coachs financiers)
   Palette : vert pin profond + crème + or bronze
   Typo    : Newsreader (serif confiance) + Inter (UI/corps)
   Design épuré, professionnel, orienté conversion.
   ===================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,6..72,400;0,6..72,500;0,6..72,600;1,6..72,400;1,6..72,500&family=Inter:wght@400;500;600;700&display=swap');

:root{
  --pine:#0f2620;
  --pine-2:#143028;
  --green:#1c4034;
  --green-mid:#2f5347;
  --green-soft:#3d6153;
  --cream:#f5f2e8;
  --cream-2:#efebdd;
  --cream-3:#e4dfcd;
  --gold:#bd8f4f;
  --gold-soft:#cba86e;
  --gold-glow:rgba(189,143,79,.14);
  --ink:#182420;
  --ink-soft:#54615a;
  --white:#fcfbf6;

  --serif:'Newsreader',Georgia,serif;
  --sans:'Inter',system-ui,-apple-system,sans-serif;

  --shadow-sm:0 1px 3px rgba(15,38,32,.05),0 6px 20px -12px rgba(15,38,32,.14);
  --shadow:0 14px 40px -20px rgba(15,38,32,.22);
  --shadow-lg:0 40px 90px -44px rgba(15,38,32,.4);
  --radius:18px;
  --radius-sm:12px;
  --maxw:1180px;
  --ease:cubic-bezier(.22,.61,.36,1);
}

*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  font-family:var(--sans);color:var(--ink);background:var(--cream);
  line-height:1.65;overflow-x:hidden;-webkit-font-smoothing:antialiased;
  font-size:16.5px;letter-spacing:-.005em;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font-family:inherit;cursor:pointer;border:none;background:none}
::selection{background:var(--gold);color:var(--pine)}

.wrap{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 24px}
section{position:relative}
.eyebrow{
  font-size:.74rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;
  color:var(--gold);display:inline-flex;align-items:center;gap:.6rem;
}
.eyebrow::before{content:"";width:24px;height:1px;background:var(--gold);opacity:.65}
.eyebrow.center{justify-content:center}
.eyebrow.center::after{content:"";width:24px;height:1px;background:var(--gold);opacity:.65}

h1,h2,h3{font-family:var(--serif);font-weight:500;line-height:1.08;letter-spacing:-.02em}
h1{font-size:clamp(2.5rem,5.4vw,4rem);font-weight:400}
h2{font-size:clamp(1.9rem,3.8vw,2.9rem);font-weight:400}
h3{font-size:clamp(1.2rem,1.8vw,1.55rem)}
.em{font-style:italic;color:var(--gold-soft);font-weight:400}
.lead{font-size:clamp(1.02rem,1.35vw,1.18rem);color:var(--ink-soft);max-width:56ch;line-height:1.7}

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex;align-items:center;gap:.6rem;
  padding:.95rem 1.6rem;border-radius:100px;font-weight:600;font-size:.98rem;letter-spacing:0;
  transition:transform .3s var(--ease),box-shadow .3s var(--ease),background .3s;will-change:transform;
}
.btn svg{width:18px;height:18px;transition:transform .3s var(--ease)}
.btn-primary{background:var(--gold);color:var(--pine);box-shadow:0 10px 26px -12px rgba(189,143,79,.8)}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 18px 38px -14px rgba(189,143,79,.9)}
.btn-primary:hover svg{transform:translateX(4px)}
.btn-dark{background:var(--green);color:var(--cream)}
.btn-dark:hover{transform:translateY(-2px);background:var(--pine);box-shadow:var(--shadow)}
.btn-ghost{border:1.5px solid rgba(245,242,232,.3);color:var(--cream)}
.btn-ghost:hover{border-color:var(--cream);background:rgba(245,242,232,.08)}
.btn-lg{padding:1.08rem 2rem;font-size:1.02rem}

/* ---------- Header / Nav ---------- */
.nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:1.1rem 0;transition:all .4s var(--ease)}
.nav-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem}
.nav.scrolled{background:rgba(15,38,32,.9);backdrop-filter:blur(14px) saturate(1.2);
  box-shadow:0 1px 0 rgba(0,0,0,.2);padding:.65rem 0}
.brand{display:flex;align-items:center;gap:.7rem}
.brand-logo{display:block;background-color:var(--cream);
  -webkit-mask:url(orizon-logo.png) left center/contain no-repeat;
          mask:url(orizon-logo.png) left center/contain no-repeat}
.nav .brand-logo{width:152px;height:33px}
.footer .brand-logo{width:184px;height:40px}
.brand .mark{width:40px;height:40px;flex-shrink:0}
.brand-txt{display:flex;flex-direction:column;line-height:1}
.brand-name{font-family:var(--serif);font-size:1.3rem;letter-spacing:.05em;color:var(--cream)}
.brand-sub{font-size:.54rem;letter-spacing:.32em;text-transform:uppercase;color:var(--gold-soft);margin-top:3px}
.nav-links{display:flex;align-items:center;gap:2rem}
.nav-links a{font-size:.9rem;font-weight:500;color:rgba(245,242,232,.82);transition:color .25s}
.nav-links a:hover{color:var(--cream)}
.nav.scrolled .nav-links a{color:rgba(245,242,232,.82)}
.nav.scrolled .nav-links a:hover{color:var(--cream)}
.nav-cta{padding:.65rem 1.25rem;font-size:.88rem}
.nav-toggle{display:none;flex-direction:column;gap:5px}
.nav-toggle span{width:26px;height:2px;background:var(--cream);border-radius:2px;transition:.3s}

.horizon-mark{display:block}
.horizon-mark .ring{fill:none;stroke:currentColor;stroke-width:8}
.horizon-mark .line{fill:currentColor}

/* ---------- HERO (photo + overlay vert + formulaire) ---------- */
.hero{position:relative;isolation:isolate;background:var(--green);color:var(--cream);
  padding:9rem 0 5rem;overflow:hidden}
.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}
.hero::after{content:"";position:absolute;inset:0;z-index:-1;
  background:linear-gradient(112deg,rgba(11,32,26,.96) 0%,rgba(20,48,40,.9) 42%,rgba(32,64,52,.74) 100%)}
.hero-grid{display:grid;grid-template-columns:1.04fr .96fr;gap:3.5rem;align-items:center}
.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.45rem .95rem;
  border:1px solid rgba(203,168,110,.4);border-radius:100px;background:rgba(11,32,26,.35);
  font-size:.78rem;letter-spacing:.02em;color:var(--gold-soft);margin-bottom:1.5rem}
.hero-badge b{color:var(--cream);font-weight:600}
.hero h1{color:var(--cream);margin-bottom:1.3rem}
.hero .lead{color:rgba(245,242,232,.85);margin-bottom:2rem}
.hero-cta{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2rem}
.hero-trust{display:flex;gap:1.5rem;flex-wrap:wrap;align-items:center;
  padding-top:1.5rem;border-top:1px solid rgba(245,242,232,.15)}
.hero-trust .t{display:flex;align-items:center;gap:.5rem;font-size:.84rem;color:rgba(245,242,232,.78)}
.hero-trust svg{width:16px;height:16px;color:var(--gold-soft)}

/* Formulaire dans le hero */
.hero-form{position:relative}
.hero-form .form-card{box-shadow:var(--shadow-lg)}

/* Ancienne visuelle (repli) */
.hero-visual{position:relative}
.hero-photo{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-lg);aspect-ratio:4/5;background:var(--green-soft);position:relative}
.hero-photo img{width:100%;height:100%;object-fit:cover}
.float-card{position:absolute;background:var(--cream);color:var(--ink);border-radius:var(--radius-sm);
  padding:1rem 1.2rem;box-shadow:var(--shadow);display:flex;align-items:center;gap:.9rem}
.float-card .ic{width:40px;height:40px;border-radius:11px;background:var(--gold-glow);display:grid;place-items:center;color:var(--gold);flex-shrink:0}
.float-card .ic svg{width:20px;height:20px}
.float-card .big{font-family:var(--serif);font-size:1.4rem;line-height:1;color:var(--green)}
.float-card .sm{font-size:.72rem;color:var(--ink-soft)}
.fc-1{bottom:20px;left:-24px}.fc-2{top:26px;right:-20px}

/* ---------- Trust strip ---------- */
.strip{background:var(--pine);color:var(--cream);padding:1.25rem 0}
.strip-inner{display:flex;justify-content:center;gap:2.6rem;flex-wrap:wrap;align-items:center}
.strip-item{display:flex;align-items:center;gap:.55rem;font-size:.88rem;color:rgba(245,242,232,.78)}
.strip-item svg{width:19px;height:19px;color:var(--gold-soft)}
.strip-item b{color:var(--cream);font-weight:600}

/* ---------- Section générique ---------- */
.sec{padding:6.5rem 0}
.sec-head{max-width:58ch;margin-bottom:3.2rem}
.sec-head.center{margin-inline:auto;text-align:center}
.sec-head h2{margin:1rem 0 1.1rem}

/* ---------- Empathy ---------- */
.empathy{background:var(--cream)}
.empathy-grid{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:center}
.empathy-photo{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);aspect-ratio:5/4;background:var(--green-mid)}
.empathy-photo img{width:100%;height:100%;object-fit:cover}
.qlist{list-style:none;margin-top:1.4rem;display:flex;flex-direction:column;gap:.9rem}
.qlist li{display:flex;gap:.9rem;align-items:flex-start;font-size:1rem}
.qlist .dot{width:26px;height:26px;border-radius:50%;background:var(--green);color:var(--cream);display:grid;place-items:center;flex-shrink:0;margin-top:2px}
.qlist .dot svg{width:14px;height:14px}

/* ---------- Outil interactif ---------- */
.tool{background:var(--green);color:var(--cream);padding:6.5rem 0;overflow:hidden}
.tool .sec-head h2{color:var(--cream)}
.tool .sec-head .lead{color:rgba(245,242,232,.82)}
.tool-card{background:var(--cream);color:var(--ink);border-radius:24px;padding:2.6rem;
  box-shadow:var(--shadow-lg);display:grid;grid-template-columns:1fr .85fr;gap:2.6rem;align-items:center}
.tool-inputs{display:flex;flex-direction:column;gap:1.7rem}
.field label{display:flex;justify-content:space-between;font-weight:600;font-size:.92rem;margin-bottom:.6rem}
.field label .val{color:var(--green);font-family:var(--serif);font-size:1.1rem;font-style:italic}
input[type=range]{-webkit-appearance:none;width:100%;height:6px;border-radius:6px;background:var(--cream-3);outline:none}
input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:24px;height:24px;border-radius:50%;
  background:var(--gold);border:4px solid var(--cream);box-shadow:0 3px 10px rgba(189,143,79,.5);cursor:pointer;transition:transform .2s}
input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.15)}
input[type=range]::-moz-range-thumb{width:24px;height:24px;border-radius:50%;background:var(--gold);border:4px solid var(--cream);cursor:pointer}
.seg{display:flex;gap:.5rem;flex-wrap:wrap}
.seg button{padding:.55rem 1rem;border-radius:100px;border:1.5px solid var(--cream-3);font-weight:600;font-size:.88rem;color:var(--ink-soft);transition:.2s;background:var(--white)}
.seg button.active{background:var(--green);color:var(--cream);border-color:var(--green)}
.tool-result{background:linear-gradient(160deg,var(--pine),var(--green));color:var(--cream);
  border-radius:18px;padding:2.2rem;text-align:center;position:relative;overflow:hidden}
.tool-result::before{content:"";position:absolute;top:-40%;right:-30%;width:70%;height:120%;background:radial-gradient(circle,var(--gold-glow),transparent 70%)}
.tool-result .rlabel{font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;color:var(--gold-soft)}
.tool-result .rnum{font-family:var(--serif);font-size:clamp(2.4rem,5.5vw,3.4rem);line-height:1;margin:.5rem 0}
.tool-result .rsub{font-size:.88rem;color:rgba(245,242,232,.78);margin-bottom:1.5rem}
.tool-result .btn{width:100%;justify-content:center}
.tool-note{font-size:.8rem;color:rgba(245,242,232,.62);margin-top:1.4rem;text-align:center}

/* ---------- Steps ---------- */
.steps{background:var(--cream-2)}
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem;counter-reset:s}
.step{background:var(--cream);border-radius:var(--radius);padding:2.1rem;position:relative;
  border:1px solid var(--cream-3);transition:transform .4s var(--ease),box-shadow .4s}
.step:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
.step .num{counter-increment:s;font-family:var(--serif);font-size:2.6rem;color:var(--gold);opacity:.4;line-height:1;font-style:italic}
.step .num::before{content:"0" counter(s)}
.step h3{margin:.4rem 0 .6rem;color:var(--green)}
.step p{color:var(--ink-soft);font-size:.96rem}
.step.has-photo{padding:0;overflow:hidden}
.step-photo{height:180px;overflow:hidden;position:relative;background:var(--green-mid)}
.step-photo img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ease)}
.step:hover .step-photo img{transform:scale(1.06)}
.step-photo::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(15,38,32,.4))}
.step-photo .num{position:absolute;bottom:8px;left:18px;color:var(--cream);opacity:.95;z-index:1;text-shadow:0 2px 16px rgba(15,38,32,.7)}
.step-body{padding:1.5rem 1.8rem 1.9rem}
.step-body h3{margin:0 0 .55rem;color:var(--green)}
.step-body p{color:var(--ink-soft);font-size:.96rem}

/* ---------- Why / features ---------- */
.why{background:var(--cream)}
.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}
.feat{background:var(--white);border-radius:var(--radius);padding:2rem;border:1px solid var(--cream-3);
  transition:transform .4s var(--ease),box-shadow .4s,border-color .4s}
.feat:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:var(--gold)}
.feat .ic{width:50px;height:50px;border-radius:13px;background:var(--green);color:var(--gold-soft);display:grid;place-items:center;margin-bottom:1.2rem}
.feat .ic svg{width:25px;height:25px}
.feat h3{color:var(--green);margin-bottom:.5rem;font-size:1.2rem}
.feat p{color:var(--ink-soft);font-size:.95rem}

/* ---------- Covers ---------- */
.covers{background:var(--green-mid);color:var(--cream)}
.covers .sec-head h2{color:var(--cream)}
.covers-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.1rem}
.cover{background:rgba(245,242,232,.06);border:1px solid rgba(245,242,232,.14);border-radius:var(--radius-sm);
  padding:1.6rem;transition:background .3s,transform .3s}
.cover:hover{background:rgba(245,242,232,.11);transform:translateY(-4px)}
.cover .ic{width:44px;height:44px;border-radius:12px;background:var(--gold);color:var(--pine);display:grid;place-items:center;margin-bottom:1rem}
.cover .ic svg{width:22px;height:22px}
.cover h4{font-size:1.02rem;margin-bottom:.35rem;font-weight:600}
.cover p{font-size:.86rem;color:rgba(245,242,232,.74)}

/* ---------- Coaches ---------- */
.coaches{background:var(--cream)}
.coaches-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:3.5rem;align-items:center}
.coaches-photo{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-lg);aspect-ratio:16/11;background:var(--green-mid)}
.coaches-photo img{width:100%;height:100%;object-fit:cover;object-position:center top}
.coach-names{display:flex;gap:1.5rem;margin:1.3rem 0;flex-wrap:wrap}
.coach-names .c b{font-family:var(--serif);font-size:1.15rem;color:var(--green);display:block;font-weight:600}
.coach-names .c span{font-size:.8rem;color:var(--gold);letter-spacing:.04em}
.coach-quote{font-family:var(--serif);font-style:italic;font-size:1.3rem;line-height:1.45;color:var(--green);border-left:2px solid var(--gold);padding-left:1.3rem;margin-top:1.5rem}

/* ---------- Testimonials ---------- */
.testi{background:var(--pine);color:var(--cream);overflow:hidden}
.testi .sec-head h2{color:var(--cream)}
.testi-track{display:flex;gap:1.4rem;transition:transform .6s var(--ease)}
.testi-card{background:rgba(245,242,232,.05);border:1px solid rgba(245,242,232,.12);border-radius:var(--radius);
  padding:2.1rem;min-width:calc(33.333% - .95rem);flex-shrink:0}
.testi-stars{color:var(--gold);letter-spacing:.14em;margin-bottom:1rem}
.testi-card p{color:rgba(245,242,232,.9);font-size:1rem;margin-bottom:1.3rem;line-height:1.6}
.testi-who{display:flex;align-items:center;gap:.8rem}
.testi-who .av{width:42px;height:42px;border-radius:50%;background:var(--gold);color:var(--pine);display:grid;place-items:center;font-weight:700}
.testi-who b{display:block;font-size:.92rem}
.testi-who span{font-size:.78rem;color:rgba(245,242,232,.6)}
.testi-nav{display:flex;gap:.6rem;justify-content:center;margin-top:2rem}
.testi-nav button{width:44px;height:44px;border-radius:50%;border:1.5px solid rgba(245,242,232,.3);color:var(--cream);display:grid;place-items:center;transition:.25s}
.testi-nav button:hover{background:var(--gold);border-color:var(--gold);color:var(--pine)}

/* ---------- FAQ ---------- */
.faq{background:var(--cream)}
.faq-list{max-width:800px;margin:0 auto}
.faq-item{border-bottom:1px solid var(--cream-3)}
.faq-q{width:100%;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.4rem 0;text-align:left;font-family:var(--serif);font-size:1.15rem;color:var(--green)}
.faq-q .pm{width:30px;height:30px;border-radius:50%;background:var(--cream-2);flex-shrink:0;display:grid;place-items:center;transition:.3s;color:var(--green)}
.faq-item.open .faq-q .pm{background:var(--green);color:var(--cream);transform:rotate(45deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .4s var(--ease)}
.faq-a p{padding:0 0 1.4rem;color:var(--ink-soft);max-width:70ch}

/* ---------- CTA / Form ---------- */
.cta{background:var(--pine);color:var(--cream);padding:6rem 0;position:relative;isolation:isolate;overflow:hidden}
.cta::after{content:"";position:absolute;inset:0;z-index:-1;background:radial-gradient(120% 120% at 15% 0%,var(--green-mid),var(--pine) 60%)}
.cta-grid{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:center}
.cta h2{color:var(--cream);margin:1rem 0 1.1rem}
.cta .lead{color:rgba(245,242,232,.85)}
.cta-list{list-style:none;margin-top:1.7rem;display:flex;flex-direction:column;gap:.85rem}
.cta-list li{display:flex;gap:.7rem;align-items:center;color:rgba(245,242,232,.9)}
.cta-list svg{width:20px;height:20px;color:var(--gold-soft);flex-shrink:0}
.form-card{background:var(--cream);color:var(--ink);border-radius:22px;padding:2.3rem;box-shadow:var(--shadow-lg)}
.form-card h3{color:var(--green);margin-bottom:.35rem}
.form-card .fsub{font-size:.9rem;color:var(--ink-soft);margin-bottom:1.5rem}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.inp{margin-bottom:1rem}
.inp label{display:block;font-size:.8rem;font-weight:600;margin-bottom:.4rem;color:var(--ink)}
.inp input,.inp select{width:100%;padding:.85rem 1rem;border-radius:11px;border:1.5px solid var(--cream-3);
  background:var(--white);font-family:inherit;font-size:.96rem;color:var(--ink);transition:border .25s,box-shadow .25s}
.inp input:focus,.inp select:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px var(--gold-glow)}
.inp.err input,.inp.err select{border-color:#c0483b}
.inp .msg{font-size:.74rem;color:#c0483b;margin-top:.3rem;display:none}
.inp.err .msg{display:block}
.form-card .btn{width:100%;justify-content:center;margin-top:.5rem}
.form-legal{font-size:.72rem;color:var(--ink-soft);text-align:center;margin-top:1rem;line-height:1.5}
.form-success{display:none;text-align:center;padding:2rem 0}
.form-success.show{display:block}
.form-success .ok{width:62px;height:62px;border-radius:50%;background:var(--green);color:var(--cream);display:grid;place-items:center;margin:0 auto 1.1rem}
.form-success .ok svg{width:30px;height:30px}
.form-success h3{margin-bottom:.4rem}

/* ---------- WIZARD ---------- */
.wiz-head{margin-bottom:1.5rem}
.wiz-count{font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:.5rem}
.wiz-bar{height:6px;border-radius:6px;background:var(--cream-3);overflow:hidden}
.wiz-bar span{display:block;height:100%;width:20%;border-radius:6px;background:linear-gradient(90deg,var(--gold),var(--gold-soft));transition:width .5s var(--ease)}
.wiz-body{position:relative}
.fstep{display:none}
.fstep.active{display:block;animation:stepIn .45s var(--ease)}
@keyframes stepIn{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}
.fstep .fq{font-family:var(--serif);font-size:clamp(1.3rem,2.2vw,1.6rem);line-height:1.2;color:var(--green);margin-bottom:.4rem;font-weight:500}
.fstep .fhint{font-size:.88rem;color:var(--ink-soft);margin-bottom:1.2rem}
.opts{display:flex;flex-direction:column;gap:.65rem}
.opt{display:flex;align-items:center;gap:1rem;width:100%;text-align:left;padding:.9rem 1.05rem;border-radius:13px;
  border:1.5px solid var(--cream-3);background:var(--white);transition:transform .2s var(--ease),border-color .2s,background .2s,box-shadow .2s}
.opt:hover{border-color:var(--gold);transform:translateX(4px);box-shadow:var(--shadow-sm)}
.opt.sel{border-color:var(--green);background:var(--green);color:var(--cream)}
.opt .oic{width:42px;height:42px;border-radius:11px;background:var(--gold-glow);color:var(--green);display:grid;place-items:center;flex-shrink:0;transition:.2s}
.opt.sel .oic{background:var(--gold);color:var(--pine)}
.opt .oic svg{width:21px;height:21px}
.opt .otxt b{display:block;font-size:.98rem;font-weight:600;line-height:1.2}
.opt .otxt span{font-size:.8rem;color:var(--ink-soft)}
.opt.sel .otxt span{color:rgba(245,242,232,.78)}
.opt .okey{margin-left:auto;font-size:.68rem;font-weight:700;color:var(--ink-soft);border:1px solid var(--cream-3);border-radius:7px;padding:2px 8px;flex-shrink:0;transition:.2s}
.opt:hover .okey{border-color:var(--gold);color:var(--gold)}
.opt.sel .okey{opacity:0}
.wiz-nav{display:flex;align-items:center;gap:1rem;margin-top:1.6rem}
.wiz-back{display:inline-flex;align-items:center;gap:.4rem;color:var(--ink-soft);font-weight:600;font-size:.9rem;padding:.5rem .2rem}
.wiz-back:hover{color:var(--green)}
.wiz-back svg{width:16px;height:16px}
.wiz-next{margin-left:auto}
.wiz-next svg{width:18px;height:18px}

/* ---------- Bandeau photo ---------- */
.photoband{position:relative;display:grid;place-items:center;text-align:center;color:var(--cream);overflow:hidden;isolation:isolate}
.photoband img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}
.photoband::after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(15,38,32,.7),rgba(15,38,32,.84))}
.photoband .pb-inner{max-width:800px;padding:5rem 24px}
.photoband .eyebrow{color:var(--gold-soft)}
.photoband .pb-q{font-family:var(--serif);font-size:clamp(1.6rem,3.4vw,2.5rem);line-height:1.3;color:var(--cream);margin-top:1rem;font-weight:400}
.photoband .pb-sub{margin-top:1rem;color:rgba(245,242,232,.84);font-size:1.02rem;max-width:60ch;margin-inline:auto}
.photoband.closing{min-height:520px}
.photoband.closing::after{background:linear-gradient(180deg,rgba(15,38,32,.66),rgba(15,38,32,.8))}

/* ---------- Galerie ---------- */
.gallery-sec{background:var(--cream)}
.gallery{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:150px;gap:12px}
.gallery figure{position:relative;overflow:hidden;border-radius:14px;margin:0;background:var(--green-mid)}
.gallery img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ease)}
.gallery figure:hover img{transform:scale(1.07)}
.gallery .g-tall{grid-row:span 2}
.gallery .g-wide{grid-column:span 2}

/* ---------- Footer ---------- */
.footer{background:var(--pine);color:rgba(245,242,232,.7);padding:3.5rem 0 2rem}
.footer-top{display:flex;justify-content:space-between;gap:2rem;flex-wrap:wrap;padding-bottom:2rem;border-bottom:1px solid rgba(245,242,232,.12)}
.footer .brand-name{color:var(--cream)}
.footer-links{display:flex;gap:2.4rem;flex-wrap:wrap}
.footer-col h5{color:var(--cream);font-size:.82rem;letter-spacing:.06em;text-transform:uppercase;margin-bottom:.85rem}
.footer-col a{display:block;font-size:.88rem;margin-bottom:.5rem;transition:color .2s}
.footer-col a:hover{color:var(--gold-soft)}
.footer-bottom{display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem;padding-top:1.5rem;font-size:.79rem;color:rgba(245,242,232,.5)}

/* ---------- Reveal ---------- */
[data-reveal]{opacity:0;transform:translateY(26px);transition:opacity .8s var(--ease),transform .8s var(--ease)}
[data-reveal].in{opacity:1;transform:none}
[data-reveal-delay="1"]{transition-delay:.1s}
[data-reveal-delay="2"]{transition-delay:.2s}
[data-reveal-delay="3"]{transition-delay:.3s}

/* ---------- Responsive ---------- */
@media(max-width:960px){
  .hero-grid,.empathy-grid,.tool-card,.coaches-grid,.cta-grid{grid-template-columns:1fr}
  .hero-form{order:-1;max-width:520px;margin:0 auto;width:100%}
  .hero-visual{order:-1;max-width:440px;margin:0 auto}
  .steps-grid,.why-grid{grid-template-columns:1fr}
  .covers-grid{grid-template-columns:1fr 1fr}
  .testi-card{min-width:100%}
  .nav-links{position:fixed;inset:0 0 0 auto;width:min(80vw,320px);background:var(--pine);flex-direction:column;justify-content:center;padding:2rem;gap:1.4rem;transform:translateX(100%);transition:transform .4s var(--ease);z-index:99}
  .nav-links.open{transform:none}
  .nav-links a{color:var(--cream);font-size:1.1rem}
  .nav-toggle{display:flex;z-index:100}
  .gallery{grid-template-columns:1fr 1fr;grid-auto-rows:130px}
}
@media(max-width:560px){
  .wrap{padding:0 18px}
  .sec,.tool,.cta{padding:4rem 0}
  .covers-grid{grid-template-columns:1fr}
  .form-row{grid-template-columns:1fr}
  .hero{padding:7rem 0 3.5rem}
  .strip-inner{gap:1.1rem}
  .form-card{padding:1.8rem}
}
