
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --slate:    #2E3E50;
  --slate-mid:#3D5166;
  --slate-lt: #4A6280;
  --orange:   #E8732A;
  --orange-lt:#F0935A;
  --orange-pl:#FBE9DC;
  --blue:     #7BA7C9;
  --green:    #5A7A2E;
  --green-lt: #6B8C3E;
  --white:    #FFFFFF;
  --off:      #F4F6F8;
  --text:     #1E2B38;
  --text-mid: #3D5166;
  --text-muted:#6B85A0;
  --border:   rgba(46,62,80,0.13);
  --r:        10px;
  --r-lg:     18px;
  --max:      1120px;
  --ff-h:     'Playfair Display',Georgia,serif;
  --ff-b:     'DM Sans',system-ui,sans-serif;
}
html{scroll-behavior:smooth}
body.landing-page-body{font-family:var(--ff-b);color:var(--text);background:var(--white);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased;margin:0;padding:0}
body.landing-page-body a{color:inherit;text-decoration:none}
body.landing-page-body svg{fill:none}
.wrap{max-width:var(--max);margin:0 auto;padding:0 28px}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}

/* BTN */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;font-family:var(--ff-b);font-weight:700;border:none;cursor:pointer;border-radius:var(--r);transition:transform .18s,box-shadow .18s,background .18s;text-decoration:none;white-space:nowrap}
.btn:hover{transform:translateY(-3px)}
.btn-lg{font-size:17px;padding:18px 36px}
.btn-md{font-size:15px;padding:14px 28px}
.btn-sm{font-size:13px;padding:10px 20px}
.btn-orange{background:var(--orange);color:#fff;box-shadow:0 8px 28px rgba(232,115,42,.4)}
.btn-orange:hover{background:var(--orange-lt);box-shadow:0 14px 36px rgba(232,115,42,.55)}
.btn-slate{background:var(--slate);color:#fff;box-shadow:0 6px 22px rgba(46,62,80,.3)}
.btn-slate:hover{background:var(--slate-mid)}
.btn-outline-white{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.8);font-weight:700}
.btn-outline-white:hover{background:rgba(255,255,255,.15);border-color:#fff;color:#fff}
.btn-outline-orange{background:transparent;color:var(--orange);border:2px solid var(--orange)}
.btn-outline-orange:hover{background:var(--orange-pl)}

/* TOPBAR */
.topbar{background:var(--slate);padding:11px 0;text-align:center;font-size:13px;color:rgba(255,255,255,.75)}
.topbar strong{color:#fff}
.topbar a{color:var(--orange-lt);font-weight:700;text-decoration:underline;text-underline-offset:2px}

/* URGENCY */
.urgency-bar{background:#1A1A1A;padding:12px 0;border-bottom:2px solid var(--orange)}
.urgency-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}
.urgency-left{display:flex;align-items:center;gap:12px;flex-shrink:0}
.urgency-fire{font-size:22px;animation:flamePulse 1.2s ease-in-out infinite}
@keyframes flamePulse{0%,100%{transform:scale(1)}50%{transform:scale(1.2)}}
.urgency-text strong{display:block;font-size:15px;font-weight:700;color:#fff}
.urgency-text span{font-size:12px;color:rgba(255,255,255,.55)}
.urgency-gauge-wrap{display:flex;flex-direction:column;gap:5px;min-width:160px;flex:1;max-width:240px}
.urgency-gauge-track{height:8px;background:rgba(255,255,255,.15);border-radius:100px;overflow:hidden}
.urgency-gauge-fill{height:100%;border-radius:100px;background:linear-gradient(90deg,var(--orange),var(--orange-lt))}
.urgency-gauge-label{font-size:11px;color:rgba(255,255,255,.5);font-weight:600;letter-spacing:.05em}
.urgency-cta{background:var(--orange);color:#fff;font-size:13px;font-weight:800;padding:9px 18px;border-radius:var(--r);text-decoration:none;white-space:nowrap;transition:background .15s,transform .15s;flex-shrink:0}
.urgency-cta:hover{background:var(--orange-lt);transform:translateY(-1px)}
@media(max-width:700px){.urgency-gauge-wrap{display:none}}
@media(max-width:500px){.urgency-inner{justify-content:center;text-align:center}.urgency-left{flex-direction:column;gap:6px}.urgency-cta{width:100%;text-align:center}}

/* SESSIONS BAR */
.sessions-bar{background:var(--green);padding:11px 0}
.sessions-bar-inner{display:flex;align-items:center;justify-content:center;gap:20px;flex-wrap:wrap}
.sessions-bar span{font-size:13px;color:#fff;font-weight:500}
.sessions-bar a{background:#fff;color:var(--green);font-size:13px;font-weight:800;padding:7px 18px;border-radius:100px;text-decoration:none;transition:opacity .15s}
.sessions-bar a:hover{opacity:.9}

/* HEADER */
header{background:#fff;border-bottom:2px solid var(--border);position:sticky;top:0;z-index:100;padding:12px 0}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:20px}
.header-right{display:flex;align-items:center;gap:20px}
.header-phones{display:flex;flex-direction:column;align-items:flex-end;gap:2px}
.header-phones a{font-size:13px;color:var(--text-mid);font-weight:600;transition:color .15s}
.header-phones a:hover{color:var(--orange)}
.header-phones span{font-size:11px;color:var(--text-muted)}

/* HERO */
.hero{background:var(--slate);position:relative;overflow:hidden;padding:72px 0 64px}
.hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 55% 70% at 85% 45%,rgba(232,115,42,.12) 0,transparent 60%),radial-gradient(ellipse 40% 50% at 10% 80%,rgba(123,167,201,.07) 0,transparent 55%);pointer-events:none}
.hero-grid{display:grid;grid-template-columns:1fr 400px;gap:56px;align-items:center;position:relative;z-index:1}
.hero-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:22px}
.hero-tag{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;padding:6px 14px;border-radius:100px}
.tag-white{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);color:rgba(255,255,255,.8)}
.tag-orange{background:rgba(232,115,42,.2);border:1px solid rgba(232,115,42,.45);color:var(--orange-lt)}
.hero-title{font-family:var(--ff-h);font-size:clamp(40px,5.5vw,64px);font-weight:900;line-height:1.04;color:#fff;margin-bottom:20px}
.hero-title em{color:var(--orange);font-style:italic;display:block}
.hero-sub{font-size:18px;line-height:1.7;color:rgba(255,255,255,.7);max-width:500px;margin-bottom:28px}
.hero-promo-strip{display:flex;align-items:stretch;background:rgba(0,0,0,.25);border:1px solid rgba(232,115,42,.35);border-radius:var(--r-lg);overflow:hidden;margin-bottom:32px}
.promo-col{flex:1;padding:16px 20px;text-align:center}
.promo-col+.promo-col{border-left:1px solid rgba(255,255,255,.1)}
.promo-col-label{font-size:10px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.45);margin-bottom:6px}
.promo-col-val{font-family:var(--ff-h);font-size:30px;font-weight:900;line-height:1}
.promo-col-val.strike{font-size:24px;color:rgba(255,255,255,.35);text-decoration:line-through}
.promo-col-val.big{color:var(--orange-lt)}
.promo-col-val.pct{color:#8BBD54;font-size:26px}
.promo-col-sub{font-size:12px;color:rgba(255,255,255,.45);margin-top:4px}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px;align-items:center;margin-bottom:36px}
.hero-trust{display:flex;flex-wrap:wrap;gap:28px;padding-top:28px;border-top:1px solid rgba(255,255,255,.12)}
.trust-item{display:flex;align-items:center;gap:10px}
.trust-dot{width:32px;height:32px;border-radius:8px;background:rgba(232,115,42,.18);border:1px solid rgba(232,115,42,.3);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.trust-dot svg{width:16px;height:16px;stroke:var(--orange-lt);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.trust-txt{font-size:13px;color:rgba(255,255,255,.55);line-height:1.3}
.trust-txt strong{display:block;font-size:14px;color:rgba(255,255,255,.9);font-weight:600}

/* HERO CARD */
.hero-card{background:#fff;border-radius:var(--r-lg);box-shadow:0 28px 64px rgba(0,0,0,.35);overflow:hidden}
.hcard-header{background:var(--slate);padding:20px 24px}
.hcard-header-title{font-family:var(--ff-h);font-size:17px;font-weight:700;color:#fff;margin-bottom:3px}
.hcard-header-sub{font-size:12px;color:rgba(255,255,255,.5)}
.hcard-promo{background:var(--orange);padding:14px 24px;display:flex;align-items:center;justify-content:space-between;gap:12px}
.hcard-promo-left{display:flex;align-items:baseline;gap:10px}
.hcard-old{font-size:16px;color:rgba(255,255,255,.55);text-decoration:line-through;font-weight:500}
.hcard-new{font-family:var(--ff-h);font-size:40px;font-weight:900;color:#fff;line-height:1}
.hcard-new sup{font-size:20px;vertical-align:top;margin-top:6px}
.hcard-new small{font-size:16px;font-weight:500}
.hcard-badge{background:#fff;color:var(--orange);font-size:13px;font-weight:800;padding:6px 14px;border-radius:100px;white-space:nowrap}
.hcard-save{background:rgba(0,0,0,.15);padding:8px 24px;font-size:13px;font-weight:600;color:rgba(255,255,255,.9);text-align:center;border-bottom:1px solid rgba(255,255,255,.1)}
.hcard-body{padding:22px 24px}
.hcard-features{list-style:none;display:flex;flex-direction:column;gap:11px;margin-bottom:22px}
.hcard-features li{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:var(--text-mid)}
.feat-ok{width:22px;height:22px;border-radius:50%;background:rgba(90,122,46,.12);border:1px solid rgba(90,122,46,.3);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}
.feat-ok svg{width:11px;height:11px;stroke:var(--green);fill:none;stroke-width:3;stroke-linecap:round}
.hcard-cta{display:block;width:100%;padding:16px;background:var(--orange);color:#fff;text-align:center;font-family:var(--ff-b);font-size:16px;font-weight:800;border-radius:var(--r);text-decoration:none;box-shadow:0 6px 24px rgba(232,115,42,.4);transition:transform .18s,box-shadow .18s,background .18s}
.hcard-cta:hover{background:var(--orange-lt);transform:translateY(-2px);box-shadow:0 10px 32px rgba(232,115,42,.55)}
.hcard-guarantee{text-align:center;font-size:12px;color:var(--text-muted);margin-top:12px;display:flex;align-items:center;justify-content:center;gap:5px}
.hcard-guarantee svg{width:13px;height:13px;stroke:var(--green);fill:none;stroke-width:2.5;stroke-linecap:round}

/* SECTION HEADER */
.section-head{margin-bottom:48px}
.section-kicker{font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--orange);margin-bottom:10px;display:block}
.section-h2{font-family:var(--ff-h);font-size:clamp(28px,3.5vw,42px);font-weight:700;line-height:1.15;color:var(--slate)}
.section-h2 em{color:var(--orange);font-style:italic}
.section-desc{font-size:17px;line-height:1.75;color:var(--text-mid);max-width:620px;margin-top:14px}
.divider{width:56px;height:4px;background:var(--orange);border-radius:2px;margin:16px 0}

/* CTA BAND */
.cta-band{padding:32px 0}
.cta-band-a{background:var(--orange)}
.cta-band-b{background:var(--slate)}
.cta-band-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}
.cta-band-txt strong{display:block;font-family:var(--ff-h);font-size:22px;font-weight:700;color:#fff;margin-bottom:4px}
.cta-band-txt span{font-size:14px;color:rgba(255,255,255,.7)}
.cta-band-btns{display:flex;gap:12px;flex-wrap:wrap;align-items:center}

/* TESTIMONIALS */
.section-testi{padding:88px 0;background:var(--slate)}
.section-testi .section-h2{color:#fff}
.section-testi .section-kicker{color:var(--orange-lt)}
.section-testi .section-desc{color:rgba(255,255,255,.65)}
.testi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;margin-top:48px}
.testi-card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:var(--r-lg);padding:28px 26px;transition:border-color .2s,background .2s}
.testi-card:hover{border-color:var(--orange);background:rgba(255,255,255,.09)}
.testi-stars{display:flex;gap:3px;margin-bottom:14px}
.testi-stars span{color:var(--orange);font-size:18px}
.testi-quote{font-size:15px;color:rgba(255,255,255,.8);line-height:1.7;font-style:italic;margin-bottom:18px}
.testi-author{display:flex;align-items:center;gap:12px}
.testi-avatar{width:44px;height:44px;border-radius:50%;background:var(--orange);display:flex;align-items:center;justify-content:center;font-family:var(--ff-h);font-size:16px;font-weight:700;color:#fff;flex-shrink:0}
.testi-info strong{display:block;font-size:14px;color:#fff;font-weight:600}
.testi-info span{font-size:12px;color:rgba(255,255,255,.45)}

/* FAQ */
.section-faq{padding:88px 0;background:var(--off)}
.faq-list{display:flex;flex-direction:column;gap:12px;margin-top:48px;max-width:800px}
.faq-item{background:#fff;border-radius:var(--r-lg);border:2px solid var(--border);overflow:hidden}
.faq-question{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;cursor:pointer;user-select:none;transition:background .15s}
.faq-question:hover{background:var(--off)}
.faq-question h3{font-size:16px;font-weight:600;color:var(--slate);flex:1}
.faq-icon{width:28px;height:28px;border-radius:50%;background:var(--orange-pl);border:1.5px solid rgba(232,115,42,.35);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .25s,background .2s}
.faq-icon svg{width:14px;height:14px;stroke:var(--orange);fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;transition:transform .25s}
.faq-item.open .faq-icon{background:var(--orange)}
.faq-item.open .faq-icon svg{stroke:#fff;transform:rotate(45deg)}
.faq-answer{font-size:15px;color:var(--text-mid);line-height:1.75;padding:0 24px;max-height:0;overflow:hidden;transition:max-height .35s ease,padding .25s ease}
.faq-item.open .faq-answer{max-height:300px;padding:0 24px 20px}

/* COUNTDOWN */
.countdown-wrap{background:rgba(232,115,42,.1);border:1.5px solid rgba(232,115,42,.35);border-radius:var(--r-lg);padding:18px 24px;display:flex;align-items:center;gap:20px;margin-bottom:28px;flex-wrap:wrap}
.countdown-label{font-size:13px;color:rgba(255,255,255,.6);font-weight:600;flex-shrink:0}
.countdown-timer{display:flex;gap:12px;align-items:center}
.cd-unit{text-align:center}
.cd-num{font-family:var(--ff-h);font-size:28px;font-weight:900;color:#fff;line-height:1;display:block}
.cd-lbl{font-size:10px;color:rgba(255,255,255,.4);text-transform:uppercase;letter-spacing:.08em}
.cd-sep{font-size:24px;color:rgba(255,255,255,.3);font-weight:700;margin-top:-6px}

/* LEAD MAGNET */
.lead-magnet{background:var(--orange-pl);border:2px solid rgba(232,115,42,.35);border-radius:var(--r-lg);padding:28px 32px;margin-top:48px;display:flex;align-items:center;gap:28px;flex-wrap:wrap}
.lm-icon{font-size:48px;flex-shrink:0}
.lm-text{flex:1;min-width:220px}
.lm-text strong{display:block;font-family:var(--ff-h);font-size:20px;font-weight:700;color:var(--slate);margin-bottom:6px}
.lm-text p{font-size:14px;color:var(--text-mid);line-height:1.6;margin-bottom:16px}
.lm-form{display:flex;gap:10px;flex-wrap:wrap}
.lm-input{flex:1;min-width:200px;padding:12px 16px;border-radius:var(--r);border:1.5px solid rgba(232,115,42,.4);font-family:var(--ff-b);font-size:15px;color:var(--text);background:#fff;outline:none;transition:border-color .15s}
.lm-input:focus{border-color:var(--orange)}
.lm-btn{background:var(--orange);color:#fff;font-family:var(--ff-b);font-size:14px;font-weight:700;padding:12px 22px;border-radius:var(--r);border:none;cursor:pointer;transition:background .15s,transform .15s;white-space:nowrap}
.lm-btn:hover{background:var(--orange-lt);transform:translateY(-1px)}
.lm-success{display:none;font-size:14px;color:var(--green);font-weight:600}

/* WHO */
.section-who{padding:88px 0;background:var(--off)}
.who-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:22px;margin-top:48px}
.who-card{background:#fff;border-radius:var(--r-lg);padding:30px 26px;border:2px solid var(--border);transition:border-color .2s,box-shadow .2s,transform .2s}
.who-card:hover{border-color:var(--orange);box-shadow:0 8px 32px rgba(232,115,42,.12);transform:translateY(-4px)}
.who-icon{width:56px;height:56px;border-radius:14px;background:var(--slate);display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.who-icon svg{width:28px;height:28px;stroke:var(--orange-lt);fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.who-card h3{font-family:var(--ff-h);font-size:18px;font-weight:700;color:var(--slate);margin-bottom:10px}
.who-card p{font-size:14px;color:var(--text-mid);line-height:1.65}

/* OBJECTIONS */
.section-obj{padding:88px 0;background:#fff}
.obj-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:24px;margin-top:48px}
.obj-card{border-radius:var(--r-lg);padding:28px 26px;background:var(--off);border:2px solid var(--border);transition:border-color .2s}
.obj-card:hover{border-color:var(--orange)}
.obj-false{font-size:12px;font-weight:700;color:#C0392B;text-transform:uppercase;letter-spacing:.1em;margin-bottom:10px}
.obj-claim{font-size:18px;font-weight:700;color:var(--slate);margin-bottom:14px;font-family:var(--ff-h);font-style:italic;line-height:1.3}
.obj-bar{width:40px;height:3px;background:var(--orange);border-radius:2px;margin-bottom:14px}
.obj-truth-lbl{font-size:12px;font-weight:700;color:var(--orange);text-transform:uppercase;letter-spacing:.1em;margin-bottom:6px}
.obj-truth{font-size:14px;color:var(--text-mid);line-height:1.68}

/* DATES */
.section-dates{padding:88px 0;background:var(--slate)}
.section-dates .section-h2{color:#fff}
.section-dates .section-desc{color:rgba(255,255,255,.65)}
.section-dates .section-kicker{color:var(--orange-lt)}
.dates-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:22px;margin-top:48px}
.date-card{border-radius:var(--r-lg);padding:28px 24px;border:2px solid rgba(255,255,255,.1);background:rgba(255,255,255,.05);position:relative;overflow:hidden;transition:border-color .2s,background .2s;display:flex;flex-direction:column}
.date-card.featured{border-color:var(--orange);background:rgba(232,115,42,.08)}
.date-card.complet{opacity:.6;pointer-events:none}
.date-ribbon{position:absolute;top:0;right:0;font-size:11px;font-weight:800;padding:6px 16px;border-radius:0 0 0 12px;letter-spacing:.07em;text-transform:uppercase;color:#fff}
.date-ribbon.orange{background:var(--orange)}
.date-ribbon.grey{background:#6B7A9A}
.date-ribbon.blue{background:var(--blue)}
.date-card-day{font-size:12px;font-weight:700;color:var(--orange-lt);text-transform:uppercase;letter-spacing:.12em;margin-bottom:8px}
.date-card-date{font-family:var(--ff-h);font-size:28px;font-weight:900;color:#fff;line-height:1;margin-bottom:6px}
.date-card-time{font-size:13px;color:rgba(255,255,255,.5);margin-bottom:18px}
.date-price-row{display:flex;align-items:baseline;gap:10px;margin-bottom:6px}
.date-old{font-size:16px;color:rgba(255,255,255,.3);text-decoration:line-through}
.date-new{font-family:var(--ff-h);font-size:40px;font-weight:900;color:var(--orange-lt);line-height:1}
.date-new sup{font-size:20px;vertical-align:top;margin-top:8px}
.date-new small{font-size:14px;font-weight:500;color:rgba(255,255,255,.55)}
.date-saving{font-size:12px;font-weight:700;color:#8BBD54;margin-bottom:18px}
.date-gauge{margin-bottom:16px}
.date-gauge-track{height:6px;background:rgba(255,255,255,.1);border-radius:100px;overflow:hidden;margin-bottom:5px}
.date-gauge-fill{height:100%;border-radius:100px}
.date-gauge-lbl{font-size:11px;color:rgba(255,255,255,.45)}
.date-cta-wrap{margin-top:auto;display:flex;flex-direction:column;gap:8px}
.date-cta{display:flex;align-items:center;justify-content:center;gap:8px;background:var(--orange);color:#fff;font-family:var(--ff-b);font-size:14px;font-weight:800;padding:13px;border-radius:var(--r);text-decoration:none;box-shadow:0 6px 24px rgba(232,115,42,.4);transition:transform .18s,box-shadow .18s,background .18s}
.date-cta:hover{background:var(--orange-lt);transform:translateY(-2px)}
.date-cta-ghost{display:flex;align-items:center;justify-content:center;gap:8px;background:rgba(255,255,255,.07);border:1.5px solid rgba(255,255,255,.18);color:rgba(255,255,255,.7);font-size:13px;font-weight:600;padding:11px;border-radius:var(--r);text-decoration:none;transition:background .15s}
.date-cta-ghost:hover{background:rgba(255,255,255,.12)}
.date-cta-disabled{display:flex;align-items:center;justify-content:center;gap:8px;background:rgba(255,255,255,.04);border:1.5px solid rgba(255,255,255,.1);color:rgba(255,255,255,.3);font-size:13px;font-weight:600;padding:13px;border-radius:var(--r);cursor:not-allowed}
.complet-overlay{position:absolute;inset:0;background:rgba(0,0,0,.4);border-radius:var(--r-lg);display:flex;align-items:center;justify-content:center;z-index:2}
.complet-box{background:rgba(0,0,0,.75);border:2px solid rgba(255,255,255,.15);border-radius:10px;padding:14px 22px;text-align:center}
.complet-box div{font-size:24px;margin-bottom:4px}
.complet-box strong{display:block;font-family:var(--ff-h);font-size:16px;color:#fff}
.complet-box span{font-size:12px;color:rgba(255,255,255,.5)}

/* PROGRAMME */
.section-prog{padding:88px 0;background:var(--off)}
.prog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(310px,1fr));gap:22px;margin-top:48px}
.prog-card{background:#fff;border-radius:var(--r-lg);padding:28px 26px;border:2px solid var(--border);transition:border-color .2s,box-shadow .2s}
.prog-card:hover{border-color:var(--orange);box-shadow:0 8px 28px rgba(232,115,42,.1)}
.prog-head{display:flex;align-items:flex-start;gap:14px;margin-bottom:16px}
.prog-num{width:44px;height:44px;border-radius:12px;background:var(--slate);color:var(--orange-lt);font-family:var(--ff-h);font-weight:700;font-size:18px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.prog-meta .prog-time{font-size:12px;font-weight:600;color:var(--orange);margin-bottom:4px}
.prog-meta .prog-name{font-size:16px;font-weight:700;color:var(--slate)}
.prog-desc{font-size:14px;color:var(--text-mid);line-height:1.65}
.prog-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:14px}
.prog-tag{font-size:11px;font-weight:500;padding:4px 10px;border-radius:100px;background:var(--off);color:var(--text-muted);border:1px solid var(--border)}

/* KIT */
.section-kit{padding:88px 0;background:var(--slate)}
.section-kit .section-h2{color:#fff}
.section-kit .section-kicker{color:var(--orange-lt)}
.section-kit p{color:rgba(255,255,255,.65)}
.kit-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:48px}
.kit-card{background:rgba(255,255,255,.06);border:2px solid rgba(255,255,255,.1);border-radius:var(--r-lg);padding:28px 26px;transition:border-color .2s,background .2s;position:relative}
.kit-card:hover{border-color:var(--orange);background:rgba(255,255,255,.1)}
.kit-card.featured{border-color:var(--orange);background:rgba(232,115,42,.08)}
.kit-card-num{position:absolute;top:20px;right:20px;font-family:var(--ff-h);font-size:52px;font-weight:900;color:rgba(255,255,255,.05);line-height:1}
.kit-icon{width:52px;height:52px;border-radius:12px;background:rgba(232,115,42,.18);border:1px solid rgba(232,115,42,.35);display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.kit-icon svg{width:26px;height:26px;stroke:var(--orange-lt);fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.kit-badge{display:inline-block;background:var(--orange);color:#fff;font-size:11px;font-weight:700;padding:3px 12px;border-radius:100px;text-transform:uppercase;letter-spacing:.07em;margin-bottom:10px}
.kit-card h3{font-size:17px;font-weight:700;color:#fff;margin-bottom:10px}
.kit-card p{font-size:13px;color:rgba(255,255,255,.55);line-height:1.65}

/* OUTCOMES */
.section-outcomes{padding:88px 0;background:#fff}
.outcomes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:22px;margin-top:48px}
.outcome-card{background:var(--off);border-radius:var(--r-lg);padding:28px 26px;border:2px solid var(--border);transition:border-color .2s,transform .2s}
.outcome-card:hover{border-color:var(--orange);transform:translateY(-3px)}
.outcome-num{font-family:var(--ff-h);font-size:52px;font-weight:900;color:var(--orange);line-height:1;opacity:.25;margin-bottom:8px}
.outcome-card h3{font-size:16px;font-weight:700;color:var(--slate);margin-bottom:8px}
.outcome-card p{font-size:14px;color:var(--text-mid);line-height:1.65}

/* ABOUT */
.section-about{padding:88px 0;background:var(--off)}
.about-grid{display:grid;grid-template-columns:360px 1fr;gap:64px;align-items:center}
.about-logo-wrap{display:flex;flex-direction:column;align-items:center;gap:24px}
.about-stats{display:grid;grid-template-columns:1fr 1fr;gap:14px;width:100%}
.about-stat{background:#fff;border-radius:var(--r);padding:18px 16px;text-align:center;border:2px solid var(--border)}
.about-stat-n{font-family:var(--ff-h);font-size:32px;font-weight:900;color:var(--orange);line-height:1}
.about-stat-l{font-size:12px;color:var(--text-muted);margin-top:4px;line-height:1.3}
.about-content p{font-size:16px;color:var(--text-mid);line-height:1.8;margin-bottom:16px}
.about-contacts{display:flex;flex-direction:column;gap:12px;margin-top:28px}
.about-cr{display:flex;align-items:center;gap:12px}
.about-cr svg{width:18px;height:18px;stroke:var(--orange);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
.about-cr a{font-size:15px;color:var(--text-mid);font-weight:500;transition:color .15s}
.about-cr a:hover{color:var(--slate)}

/* GARANTIE */
.section-garantie{padding:64px 0;background:var(--orange)}
.garantie-inner{display:flex;align-items:center;gap:40px;flex-wrap:wrap}
.garantie-icon{font-size:64px;flex-shrink:0}
.garantie-text h2{font-family:var(--ff-h);font-size:30px;font-weight:700;color:#fff;margin-bottom:8px}
.garantie-text p{font-size:16px;color:rgba(255,255,255,.85);line-height:1.7;max-width:640px}

/* UPSELL */
.section-upsell{padding:88px 0;background:#fff}
.upsell-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:24px;margin-top:48px}
.upsell-card{background:var(--off);border-radius:var(--r-lg);padding:32px 28px;border:2px solid var(--border);position:relative;transition:border-color .2s,box-shadow .2s,transform .2s}
.upsell-card:hover{border-color:var(--orange);box-shadow:0 10px 36px rgba(232,115,42,.12);transform:translateY(-4px)}
.upsell-card.featured{border-color:var(--orange);background:#fff;box-shadow:0 6px 28px rgba(232,115,42,.18)}
.upsell-ribbon{position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:var(--orange);color:#fff;font-size:11px;font-weight:800;padding:5px 18px;border-radius:100px;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap}
.upsell-icon{width:52px;height:52px;border-radius:12px;background:var(--slate);display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.upsell-icon svg{width:26px;height:26px;stroke:var(--orange-lt);fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.upsell-kicker{font-size:11px;font-weight:700;color:var(--orange);text-transform:uppercase;letter-spacing:.1em;margin-bottom:8px}
.upsell-card h3{font-family:var(--ff-h);font-size:20px;font-weight:700;color:var(--slate);margin-bottom:8px}
.upsell-card .dur{font-size:13px;color:var(--text-muted);margin-bottom:12px}
.upsell-card p{font-size:14px;color:var(--text-mid);line-height:1.65}

/* CONTACT */
.section-contact{padding:88px 0;background:var(--off)}
.contact-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:64px;align-items:start}
.contact-desc{font-size:16px;color:var(--text-mid);line-height:1.8;margin-bottom:28px}
.contact-promises{display:flex;flex-direction:column;gap:12px;margin-bottom:28px}
.contact-promise{display:flex;align-items:center;gap:12px;font-size:15px;color:var(--text-mid);font-weight:500}
.cp-icon{width:28px;height:28px;border-radius:50%;background:rgba(90,122,46,.12);border:1.5px solid rgba(90,122,46,.3);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.cp-icon svg{width:13px;height:13px;stroke:var(--green);fill:none;stroke-width:3;stroke-linecap:round}
.contact-direct{display:flex;flex-direction:column;gap:10px}
.contact-direct-link{display:flex;align-items:center;gap:10px;font-size:15px;color:var(--text-mid);font-weight:600;transition:color .15s}
.contact-direct-link:hover{color:var(--orange)}
.contact-direct-link svg{width:18px;height:18px;stroke:var(--orange);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
.contact-form-card{background:var(--white);border-radius:var(--r-lg);padding:36px 32px;border:2px solid var(--border);box-shadow:0 4px 32px rgba(46,62,80,.08)}
.form-card-title{font-family:var(--ff-h);font-size:22px;font-weight:700;color:var(--slate);margin-bottom:4px}
.form-card-sub{font-size:13px;color:var(--text-muted);margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid var(--border)}
.cf-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.cf-group{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}
.cf-group label{font-size:13px;font-weight:600;color:var(--slate)}
.cf-group input,.cf-group select,.cf-group textarea{padding:11px 14px;border-radius:var(--r);border:1.5px solid var(--border);font-family:var(--ff-b);font-size:15px;color:var(--text);background:var(--white);transition:border-color .15s;outline:none;resize:vertical}
.cf-group input:focus,.cf-group select:focus,.cf-group textarea:focus{border-color:var(--orange)}
.cf-submit{width:100%;padding:16px;border-radius:var(--r);background:var(--orange);color:#fff;font-family:var(--ff-b);font-size:16px;font-weight:700;border:none;cursor:pointer;box-shadow:0 6px 24px rgba(232,115,42,.35);transition:transform .18s,box-shadow .18s,background .18s;display:flex;align-items:center;justify-content:center;gap:10px;overflow:hidden}
.cf-submit:hover{background:var(--orange-lt);transform:translateY(-2px)}
.cf-submit svg{width:18px!important;height:18px!important;max-width:18px;max-height:18px;flex-shrink:0}
.cf-spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite;display:none}
@keyframes spin{to{transform:rotate(360deg)}}
.cf-rgpd{font-size:11px;color:var(--text-muted);text-align:center;margin-top:12px;line-height:1.5}
.form-success-msg{text-align:center;padding:20px 0;display:none}
.form-success-icon{width:72px;height:72px;border-radius:50%;background:#f0fdf4;border:3px solid #bbf7d0;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}
.form-success-icon svg{width:34px;height:34px;stroke:#16a34a;fill:none;stroke-width:2.5;stroke-linecap:round}
.form-success-msg h3{font-family:var(--ff-h);font-size:24px;font-weight:700;color:var(--slate);margin-bottom:8px}
.form-success-msg p{font-size:15px;color:var(--text-mid)}

/* FINAL CTA */
.section-final{padding:100px 0;background:var(--slate);text-align:center;position:relative;overflow:hidden}
.section-final::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 60% 55% at 50% 0%,rgba(232,115,42,.14) 0,transparent 65%);pointer-events:none}
.final-content{position:relative;z-index:1}
.final-title{font-family:var(--ff-h);font-size:clamp(34px,5vw,56px);font-weight:900;color:#fff;line-height:1.08;margin-bottom:14px}
.final-title em{color:var(--orange);font-style:italic}
.final-sub{font-size:18px;color:rgba(255,255,255,.6);max-width:540px;margin:0 auto 20px}
.final-price-row{display:inline-flex;align-items:center;gap:14px;background:rgba(232,115,42,.15);border:1.5px solid rgba(232,115,42,.4);border-radius:var(--r-lg);padding:14px 28px;margin-bottom:36px;flex-wrap:wrap;justify-content:center}
.fp-old{font-size:18px;color:rgba(255,255,255,.35);text-decoration:line-through;font-weight:600}
.fp-new{font-family:var(--ff-h);font-size:40px;font-weight:900;color:var(--orange-lt);line-height:1}
.fp-ttc{font-size:14px;color:rgba(255,255,255,.45);font-weight:500}
.fp-save{background:var(--green);color:#fff;font-size:12px;font-weight:800;padding:4px 12px;border-radius:100px;text-transform:uppercase;letter-spacing:.07em}
.final-actions{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-bottom:24px}
.final-phones{display:flex;gap:24px;justify-content:center;flex-wrap:wrap;margin-bottom:16px}
.final-phones a{color:rgba(255,255,255,.65);font-size:15px;font-weight:500;display:flex;align-items:center;gap:7px;transition:color .15s}
.final-phones a:hover{color:var(--orange-lt)}
.final-phones svg{width:16px;height:16px;stroke:var(--orange);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.final-note{font-size:13px;color:rgba(255,255,255,.35);display:flex;align-items:center;justify-content:center;gap:8px}
.final-note svg{width:14px;height:14px;stroke:var(--green);fill:none;stroke-width:2.5;stroke-linecap:round}

/* FOOTER */
footer{background:#141E28;padding:52px 0 28px}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:48px;margin-bottom:40px}
.footer-desc{font-size:13px;color:rgba(255,255,255,.4);line-height:1.7;margin-top:14px}
.footer-col h4{font-size:12px;font-weight:700;color:rgba(255,255,255,.6);letter-spacing:.1em;text-transform:uppercase;margin-bottom:14px}
.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:8px}
.footer-col li a{color:rgba(255,255,255,.4);font-size:13px;transition:color .15s}
.footer-col li a:hover{color:var(--orange-lt)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:22px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px}
.footer-bottom span{font-size:12px;color:rgba(255,255,255,.3)}

/* STICKY MOBILE */
.sticky-bar{display:none;position:fixed;bottom:0;left:0;right:0;z-index:200;background:#fff;border-top:2px solid var(--border);padding:12px 16px;gap:10px;box-shadow:0 -6px 24px rgba(46,62,80,.15)}

/* LIVE DOT */
.live-dot{width:8px;height:8px;border-radius:50%;background:#4ade80;box-shadow:0 0 0 2px rgba(74,222,128,.3);animation:pulse 2s infinite;flex-shrink:0}
@keyframes pulse{0%,100%{box-shadow:0 0 0 2px rgba(74,222,128,.3)}50%{box-shadow:0 0 0 5px rgba(74,222,128,.1)}}
@keyframes fadeUp{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}
.a0{animation:fadeUp .55s ease both}.a1{animation:fadeUp .55s ease .1s both}.a2{animation:fadeUp .55s ease .2s both}.a3{animation:fadeUp .55s ease .35s both}.a4{animation:fadeUp .55s ease .5s both}

/* RESPONSIVE */
@media(max-width:920px){
  .hero-grid{grid-template-columns:1fr}.hero-card{max-width:480px}
  .kit-grid{grid-template-columns:1fr}.about-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr}.contact-grid{grid-template-columns:1fr}
  .cf-row{grid-template-columns:1fr}
}
@media(max-width:600px){
  .header-phones{display:none}.footer-grid{grid-template-columns:1fr}
  .sticky-bar{display:flex}.section-final{padding-bottom:110px}
  .hero{padding-bottom:80px}.final-price-row{flex-wrap:wrap;justify-content:center}
  .btn-outline-white{display:none}.garantie-inner{flex-direction:column;text-align:center}
  .lead-magnet{flex-direction:column}.lm-form{flex-direction:column}
}
