/* ── RESET & BASE ── */
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:hidden}
html::-webkit-scrollbar{width:6px}
html::-webkit-scrollbar-track{background:#f1f1f1}
html::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}
body{font-family:'Manrope',sans-serif;color:#0F2660;background:#fff;overflow-x:hidden}
h1,h2,h3,h4,h5{font-family:'Urbanist',sans-serif}
img{max-width:100%;height:auto;display:block}
button{cursor:pointer;font-family:'Manrope',sans-serif}
a{text-decoration:none}

/* ── VARIABLES ── */
:root{
  --blue:#2557C7;--blue-dk:#1A3E99;--blue-dp:#0F2660;
  --green:#4DB848;--green-dk:#369132;--green-lt:#EBF7EA;
  --slate:#F5F8FC;--border:rgba(37,87,199,.12);--muted:#4A5568;
  --amber:#C8973A;--amber-lt:#FBF3E4;--blue-lt:#EBF1FC;
}

/* ── TOPBAR ── */
.topbar{background:var(--blue-dp);padding:8px 2rem;display:flex;align-items:center;justify-content:space-between;font-size:13px;color:rgba(255,255,255,.9)}
.tb-links{display:flex;gap:1.5rem;align-items:center}
.tb-links a{color:rgba(255,255,255,.9);font-size:13px}
.tb-cta{background:var(--green);color:#fff;padding:5px 14px;border-radius:6px;font-size:12px;font-weight:700}

/* ── PROMO BAR ── */
.promo-bar{background:linear-gradient(90deg,#1A8C3A,#22A847);padding:10px 1rem;display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;position:relative}
.promo-tag{background:#fff;color:#1A8C3A;font-size:11px;font-weight:900;padding:2px 10px;border-radius:20px;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}
.promo-text{color:#fff;font-size:14px;font-weight:600}
.promo-text strong{font-size:17px}
.promo-cta{background:#fff;color:#1A8C3A;font-size:13px;font-weight:800;padding:7px 18px;border-radius:20px;border:none;white-space:nowrap}
.promo-close{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;color:rgba(255,255,255,.8);font-size:18px;line-height:1}

/* ── NAV ── */
.nav{background:#fff;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:999;}
.nav-top{display:flex;justify-content:center;padding:12px 2rem 8px;position:relative}
.nav-top img{height:130px;width:auto}
.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;padding:8px;position:absolute;right:1rem;top:50%;transform:translateY(-50%)}
.hamburger span{display:block;width:26px;height:2.5px;background:var(--blue-dp);border-radius:3px;transition:all .3s}
.nav-bot{display:flex;align-items:center;justify-content:center;gap:4px;padding:2px 2rem 10px;border-top:1px solid var(--border)}
.nl a,.nl-svc{font-size:14px;font-weight:500;color:var(--blue-dp);padding:7px 12px;border-radius:8px;transition:all .15s;white-space:nowrap;display:inline-block}
.nl a:hover,.nl-svc:hover{background:var(--blue-lt);color:var(--blue)}
.nl{display:flex;align-items:center;gap:2px}
.nav-cta{background:var(--blue);color:#fff;border:none;padding:9px 20px;border-radius:9px;font-size:14px;font-weight:700;font-family:'Urbanist',sans-serif;margin-left:8px}
.nav-cta:hover{background:var(--blue-dk)}
.nl-svc{position:relative;cursor:pointer}
.mega{position:absolute;top:100%;left:0;background:#fff;border:1px solid var(--border);border-radius:14px;padding:.75rem;display:none;grid-template-columns:1fr 1fr;gap:6px;min-width:420px;box-shadow:0 8px 32px rgba(0,0,0,.1);z-index:100}
.nl-svc:hover .mega{display:grid}
.mega-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;transition:background .15s}
.mega-item:hover{background:var(--slate)}
.mi-icon{width:36px;height:36px;border-radius:9px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}
.mi-title{font-size:14px;font-weight:700;color:var(--blue-dp)}
.mi-desc{font-size:12px;color:var(--muted)}

/* ── HERO ── */
.hero{background:linear-gradient(135deg,var(--blue-dp) 0%,var(--blue-dk) 60%,#1E56D4 100%);padding:64px 2rem;position:relative;overflow:hidden}
.hero::before{content:'';position:absolute;top:-100px;right:-100px;width:400px;height:400px;border-radius:50%;background:rgba(77,184,72,.07);pointer-events:none}
.hero-inner{max-width:980px;margin:0 auto;display:grid;grid-template-columns:1fr 420px;gap:3rem;align-items:center}
.hero-badge{display:inline-flex;align-items:center;gap:6px;background:rgba(77,184,72,.15);border:1px solid rgba(77,184,72,.3);color:#7EE87A;font-size:12px;font-weight:700;padding:5px 14px;border-radius:20px;margin-bottom:1.5rem;font-family:'Urbanist',sans-serif}
.hero h1{font-size:clamp(28px,4.5vw,52px);font-weight:900;color:#fff;line-height:1.1;letter-spacing:-1.5px;margin-bottom:1.25rem}
.hero h1 em{color:#7EE87A;font-style:normal}
.hero-sub{font-size:17px;color:rgba(255,255,255,.85);line-height:1.7;margin-bottom:2rem}
.hero-btns{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}
.btn-g{background:var(--green);color:#fff;border:none;padding:15px 28px;border-radius:12px;font-size:16px;font-weight:800;font-family:'Urbanist',sans-serif}
.btn-g:hover{background:var(--green-dk)}
.btn-ghost{background:rgba(255,255,255,.12);color:#fff;border:2px solid rgba(255,255,255,.3);padding:14px 28px;border-radius:12px;font-size:16px;font-weight:700;font-family:'Urbanist',sans-serif}
.btn-ghost:hover{background:rgba(255,255,255,.2)}
.trust{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap;margin-top:1.5rem}
.tp-pill{background:rgba(255,255,255,.1);color:rgba(255,255,255,.9);font-size:12px;padding:5px 12px;border-radius:20px;display:flex;align-items:center;gap:5px}
.tp-dot{width:6px;height:6px;border-radius:50%;background:var(--green);flex-shrink:0}

/* ── SECTIONS ── */
.sec{padding:72px 2rem}
.sec-alt{background:var(--slate);padding:72px 2rem}
.con{max-width:980px;margin:0 auto}
.sec-lbl{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1.8px;color:var(--blue);display:block;margin-bottom:10px}
.sec-lbl.g{color:var(--green-dk)}
.sec-lbl.w{color:rgba(255,255,255,.7)}
.sh{font-size:clamp(22px,3vw,36px);font-weight:900;color:var(--blue-dp);line-height:1.2;margin-bottom:.75rem}
.sl{font-size:16px;color:var(--muted);max-width:600px;margin:0 auto;line-height:1.7}
.shc{text-align:center;margin-bottom:2.5rem}
.green{color:var(--green-dk)}

/* ── GRIDS ── */
.g2{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}
.g3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}
.g4{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}
.g2-1{display:grid;grid-template-columns:1.3fr 1fr;gap:3rem;align-items:center}

/* ── CARDS ── */
.card{background:#fff;border:1px solid var(--border);border-radius:18px;padding:1.75rem;transition:all .2s}
.card:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(37,87,199,.1)}
.card-icon{width:52px;height:52px;border-radius:14px;background:var(--blue-lt);display:flex;align-items:center;justify-content:center;font-size:24px;margin-bottom:1rem}
.card-icon.g{background:var(--green-lt)}
.card-icon.a{background:var(--amber-lt)}
.card h3{font-size:17px;font-weight:700;margin-bottom:.5rem}
.card p{font-size:14px;color:var(--muted);line-height:1.65}
.card-top{height:4px;background:var(--blue);border-radius:3px 3px 0 0;margin:-1.75rem -1.75rem 1.5rem;}
.card-top.g{background:var(--green)}

/* ── BEFORE/AFTER ── */
.ba-sec{background:var(--blue-dp);padding:72px 2rem}
.bs{display:none}.bs.active{display:block}
.bw{position:relative;border-radius:18px;overflow:hidden;aspect-ratio:16/7;cursor:col-resize;user-select:none;max-width:900px;margin:0 auto}
.ba-after,.ba-before{position:absolute;inset:0;background-size:cover;background-position:center}
.ba-after{z-index:1}.ba-before{z-index:2;clip-path:inset(0 50% 0 0)}
.ba-line{position:absolute;top:0;bottom:0;left:50%;width:3px;background:#fff;z-index:3;transform:translateX(-50%)}
.ba-handle{position:absolute;top:50%;left:50%;z-index:4;transform:translate(-50%,-50%);width:42px;height:42px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:900;color:var(--blue);box-shadow:0 2px 12px rgba(0,0,0,.2)}
.bal{position:absolute;bottom:12px;z-index:5;background:rgba(0,0,0,.6);color:#fff;font-size:12px;font-weight:700;padding:4px 10px;border-radius:6px}
.bal.l{left:12px}.bal.r{right:12px}
.bs-lbl{text-align:center;color:rgba(255,255,255,.85);font-size:14px;font-weight:700;margin-top:1rem;font-family:'Urbanist',sans-serif}
.ba-nav{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.5rem}
.ba-btn{width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.2);color:#fff;font-size:18px;display:flex;align-items:center;justify-content:center;transition:all .15s}
.ba-btn:hover{background:rgba(255,255,255,.25)}
.ba-dots{display:flex;gap:7px}
.bd{width:9px;height:9px;border-radius:50%;background:rgba(255,255,255,.3);cursor:pointer;transition:background .15s}
.bda{background:#fff}

/* ── COUNTER ── */
.counter-sec{background:var(--blue-dp);padding:48px 2rem;text-align:center}
.count-n{font-size:clamp(56px,10vw,96px);font-weight:900;color:#fff;line-height:1;font-family:'Urbanist',sans-serif}
.count-n span{color:var(--green)}
.count-lbl{font-size:16px;color:rgba(255,255,255,.75);margin-top:.75rem}

/* ── TESTIMONIALS ── */
.tg{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.tc{background:#fff;border:1px solid var(--border);border-radius:16px;padding:1.5rem}
.tc-top{display:flex;align-items:center;gap:12px;margin-bottom:.75rem}
.tc-av{width:46px;height:46px;border-radius:50%;background:var(--blue-lt);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:15px;color:var(--blue);border:2px solid var(--blue);flex-shrink:0}
.stars{color:#F59E0B;font-size:14px;margin-bottom:2px}
.tc-name{font-size:15px;font-weight:700;color:var(--blue-dp)}
.tc-city{font-size:12px;color:var(--muted)}
.tc-text{font-size:14px;color:var(--muted);line-height:1.7;font-style:italic}
.testi-h{font-size:clamp(22px,3vw,34px);font-weight:900;text-align:center;margin-bottom:2rem;color:var(--blue-dp)}
.testi-h .green{display:block;color:var(--green-dk)}
.testi-nav{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.5rem}
.testi-btn{width:42px;height:42px;border-radius:50%;background:#fff;border:1px solid var(--border);color:var(--blue);font-size:18px;display:flex;align-items:center;justify-content:center}
.td{width:9px;height:9px;border-radius:50%;background:var(--border);cursor:pointer;transition:background .15s}
.tda{background:var(--blue)}
.testi-dots{display:flex;gap:7px}

/* ── CALCULATOR ── */
.calc-wrap{background:#fff;border:1px solid var(--border);border-radius:20px;padding:2rem;max-width:720px;margin:0 auto}
.calc-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.25rem}
.calc-lbl{font-size:13px;font-weight:700;color:var(--muted);margin-bottom:6px;display:block}
.calc-sel{width:100%;border:2px solid var(--border);border-radius:10px;padding:10px 14px;font-size:14px;font-family:'Manrope',sans-serif;color:var(--blue-dp);outline:none}
.calc-sel:focus{border-color:var(--blue)}
.calc-result{background:var(--blue-dp);border-radius:14px;padding:1.5rem;text-align:center;margin-bottom:1rem}
.calc-from{font-size:12px;color:rgba(255,255,255,.7);margin-bottom:4px}
.calc-price{font-size:32px;font-weight:900;color:#fff;font-family:'Urbanist',sans-serif}
.calc-note{font-size:12px;color:rgba(255,255,255,.6);margin-top:6px}
.calc-cta{width:100%;background:var(--green);color:#fff;border:none;padding:14px;border-radius:12px;font-size:16px;font-weight:800;font-family:'Urbanist',sans-serif;margin-top:.75rem}

/* ── ZONES ── */
.zone-pills{display:flex;flex-wrap:wrap;gap:8px}
.zp{background:rgba(255,255,255,.12);color:#fff;font-size:13px;font-weight:600;padding:7px 16px;border-radius:20px;border:1px solid rgba(255,255,255,.2)}
.zp.main{background:var(--green);border-color:var(--green)}

/* ── CONTACT/FEAR ── */
.fear{background:var(--blue);padding:72px 2rem;text-align:center}
.fear h2{font-size:clamp(24px,4vw,44px);font-weight:900;color:#fff;line-height:1.15;max-width:780px;margin:0 auto 1rem}
.fear h2 em{color:#7EE87A;font-style:normal}
.fear-sub{font-size:17px;color:rgba(255,255,255,.85);max-width:560px;margin:0 auto 1.5rem;line-height:1.7}
.fear-hl{font-size:17px;color:#7EE87A;font-weight:700;margin-bottom:2rem}
.fear-phone{display:inline-flex;align-items:center;background:var(--green);color:#fff;padding:14px 32px;border-radius:50px;font-size:22px;font-weight:900;font-family:'Urbanist',sans-serif;margin-bottom:1rem}
.fear-or{color:rgba(255,255,255,.6);font-size:14px;margin:.75rem 0}
.fear-form{max-width:580px;margin:0 auto;text-align:left}
.ff{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:10px}
.fi{width:100%;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);color:#fff;border-radius:10px;padding:11px 14px;font-size:14px;font-family:'Manrope',sans-serif}
.fi::placeholder{color:rgba(255,255,255,.5)}
.fear-submit{width:100%;background:var(--green);color:#fff;border:none;padding:14px;border-radius:12px;font-size:16px;font-weight:800;font-family:'Urbanist',sans-serif;margin-top:.5rem}
.fbadges{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin:.75rem 0}
.fbadge{background:rgba(255,255,255,.1);color:rgba(255,255,255,.85);font-size:12px;padding:5px 12px;border-radius:20px}

/* ── ABOUT ── */
.about-hero{background:linear-gradient(135deg,var(--blue-dp),#1A3E99);padding:72px 2rem;text-align:center}
.about-hero h1{font-size:clamp(26px,4vw,44px);font-weight:900;color:#fff;margin-bottom:1rem}
.about-hero p{font-size:17px;color:rgba(255,255,255,.85);max-width:580px;margin:0 auto}
.stats-box{background:var(--blue-dp);border-radius:20px;padding:2rem;display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}
.stat-n{font-size:36px;font-weight:900;color:#fff;line-height:1;font-family:'Urbanist',sans-serif;text-align:center}
.stat-n span{font-size:18px;color:#7EE87A}
.stat-l{font-size:13px;color:rgba(255,255,255,.65);margin-top:5px;text-align:center}
.val-card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:1.5rem;text-align:center}
.val-icon{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin:0 auto .75rem;font-size:24px}
.val-card h4{font-size:16px;font-weight:800;color:var(--blue-dp);margin-bottom:.5rem}
.val-card p{font-size:13px;color:var(--muted);line-height:1.6}




.zones-box{background:var(--blue-dp);border-radius:20px;padding:2rem;display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}
.zones-box h3{font-size:22px;font-weight:800;color:#fff;margin-bottom:.75rem}
.zones-box p{font-size:15px;color:rgba(255,255,255,.8);line-height:1.7;margin-bottom:1rem}
.free-box{background:rgba(255,255,255,.1);border-radius:16px;padding:1.5rem;text-align:center;border:1px solid rgba(255,255,255,.15)}
.free-box .fn{font-size:28px;font-weight:900;color:#fff;font-family:'Urbanist',sans-serif}
.free-box .fv{font-size:38px;font-weight:900;color:#7EE87A;font-family:'Urbanist',sans-serif}
.eco-box{background:var(--green-lt);border-left:4px solid var(--green);border-radius:12px;padding:1rem 1.25rem;margin-top:1.25rem}
.intro-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:3.5rem;align-items:center}
.intro-text h2{font-size:clamp(20px,2.5vw,30px);font-weight:900;color:var(--blue-dp);margin-bottom:1rem;line-height:1.2}
.intro-text p{font-size:15px;color:var(--muted);line-height:1.85;margin-bottom:.85rem}

/* ── FOOTER ── */
.footer{background:#07153A;padding:54px 2rem 24px;margin:0}
.fg{max-width:980px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}
.f-logo{display:inline-block;background:rgba(255,255,255,.1);border-radius:12px;padding:8px 14px;margin-bottom:12px}
.f-logo img{height:65px;width:auto;border-radius:8px}
.f-tag{font-size:14px;color:rgba(255,255,255,.65);line-height:1.65}
.fc h5{color:#fff;font-size:14px;font-weight:700;margin-bottom:.75rem}
.fc a{display:block;color:rgba(255,255,255,.6);font-size:13px;margin-bottom:.4rem;transition:color .15s}
.fc a:hover{color:#fff}
.f-bot{max-width:980px;margin:1.5rem auto 0;display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#fff;flex-wrap:wrap;gap:.5rem}
.f-bot a{color:rgba(255,255,255,.5)}

/* ── POPUP DEVIS ── */
.dv-ov{position:fixed;inset:0;background:rgba(10,20,60,.7);z-index:99999;display:none;align-items:center;justify-content:center;padding:1rem}
.dv-ov.open{display:flex}
.dv-modal{background:#fff;border-radius:22px;width:100%;max-width:500px;overflow:hidden;animation:dvPop .25s ease}
@keyframes dvPop{from{opacity:0;transform:scale(.93) translateY(16px)}to{opacity:1;transform:none}}
.dv-head{background:linear-gradient(135deg,var(--blue-dp),var(--blue));padding:1.25rem 1.5rem;position:relative}
.dv-head h3{color:#fff;font-size:19px;font-weight:800;margin-bottom:3px}
.dv-head p{color:rgba(255,255,255,.75);font-size:13px}
.dv-x{position:absolute;right:14px;top:14px;background:rgba(255,255,255,.15);border:none;color:#fff;width:30px;height:30px;border-radius:50%;font-size:16px;display:flex;align-items:center;justify-content:center}
.dv-tabs{display:flex;border-bottom:2px solid var(--border)}
.dv-tab{flex:1;padding:9px;text-align:center;font-size:11px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.5px;position:relative}
.dv-tab.on{color:var(--blue)}
.dv-tab.on::after{content:'';position:absolute;bottom:-2px;left:0;right:0;height:2px;background:var(--blue)}
.dv-tab.ok{color:var(--green)}
.dv-body{padding:1.25rem 1.5rem}
.dv-s{display:none}.dv-s.on{display:block}
.dv-q{font-size:15px;font-weight:700;color:var(--blue-dp);margin-bottom:.9rem}
.dv-cards{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:1rem}
.dvc{border:2px solid var(--border);border-radius:11px;padding:10px 12px;cursor:pointer;display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--text);transition:all .15s}
.dvc:hover{border-color:var(--blue);background:var(--blue-lt)}
.dvc.sel{border-color:var(--blue);background:var(--blue-lt);color:var(--blue)}
.dv-pills{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1rem}
.dvp{border:2px solid var(--border);border-radius:20px;padding:6px 14px;cursor:pointer;font-size:13px;font-weight:600;color:var(--muted);transition:all .15s}
.dvp:hover{border-color:var(--blue);color:var(--blue)}
.dvp.sel{border-color:var(--blue);background:var(--blue);color:#fff}
.dv-row{display:grid;grid-template-columns:1fr 1fr;gap:.6rem;margin-bottom:.6rem}
.dv-in{width:100%;border:2px solid var(--border);border-radius:10px;padding:10px 14px;font-size:14px;font-family:'Manrope',sans-serif;color:var(--blue-dp);outline:none;box-sizing:border-box}
.dv-in:focus{border-color:var(--blue)}
.dv-sum{background:var(--slate);border-radius:10px;padding:.9rem 1.1rem;font-size:13px;color:var(--muted);line-height:1.8;margin-bottom:.75rem}
.dv-sum strong{color:var(--blue-dp)}
.dv-foot{display:flex;gap:.6rem;margin-top:1rem;align-items:center}
.dv-back{background:none;border:2px solid var(--border);color:var(--muted);padding:9px 18px;border-radius:9px;font-size:13px;font-weight:600}
.dv-next{background:var(--blue);color:#fff;border:none;padding:10px 22px;border-radius:9px;font-size:14px;font-weight:700;flex:1}
.dv-mail{background:var(--blue);color:#fff;border:none;padding:13px;border-radius:12px;font-size:15px;font-weight:800;width:100%;display:flex;align-items:center;justify-content:center;gap:9px;margin-top:.5rem}
.dv-mail span{font-size:20px;line-height:1}

/* ── MOBILE ── */
@media(max-width:768px){
  .mform{display:none}
  .hero-inner{grid-template-columns:1fr !important;text-align:center}

  .topbar{display:none}
  .nav-top img{height:90px}
  .hamburger{display:flex}
  .nav-bot{display:none}
  .nav.open .nav-bot{
    display:flex;flex-direction:column;align-items:stretch;
    position:fixed;top:0;left:0;right:0;bottom:0;
    background:#fff;z-index:9998;padding:100px 1.5rem 2rem;
    overflow-y:auto;gap:0
  }
  .nav.open .nl{flex-direction:column;width:100%;gap:0}
  .nav.open .nl a,.nav.open .nl-svc{font-size:17px;padding:13px 0;border-bottom:1px solid var(--border);border-radius:0;display:block;width:100%}
  .nav.open .nav-cta{margin:1.5rem 0 0;width:100%;padding:15px;text-align:center;font-size:16px}
  .mega{display:none !important}
  .sec,.sec-alt{padding:48px 1.25rem}
  .g2,.g3,.g4,.g2-1,.intro-grid,.zones-box{grid-template-columns:1fr !important;gap:1.25rem}
  .tg,.stats-box,.ff{grid-template-columns:1fr !important;gap:.75rem}
  .hero{padding:36px 1.25rem 48px}
  .hero-btns{flex-direction:column}
  .hero-btns button{width:100%;padding:14px}
  .fear h2{font-size:clamp(22px,6vw,30px)}
  .ff{grid-template-columns:1fr}
  .bw{aspect-ratio:4/3 !important}
  .fg{grid-template-columns:1fr}
  .f-bot{flex-direction:column;text-align:center}
  .dv-ov{align-items:flex-end;padding:0}
  .dv-modal{border-radius:20px 20px 0 0;max-width:100%;max-height:90vh;overflow-y:auto}
  .dv-cards,.dv-row{grid-template-columns:1fr 1fr}
  .calc-row{grid-template-columns:1fr}
}
@media(max-width:400px){
  .tg,.dv-cards,.dv-row{grid-template-columns:1fr !important}
  .stats-box{grid-template-columns:1fr 1fr}
}

.mform{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.15);border-radius:22px;padding:1.75rem}
.mf-title{font-size:13px;color:#fff;font-weight:700;text-transform:uppercase;letter-spacing:1.3px;margin-bottom:1.25rem;font-family:'Urbanist',sans-serif}
.mf-steps{display:flex;margin-bottom:1.5rem}
.mf-step-dot{flex:1;height:3px;background:rgba(255,255,255,.15);transition:background .3s}
.mf-step-dot.done{background:var(--green)}
.mf-step-dot.active{background:rgba(255,255,255,.5)}
.mf-step{display:none}
.mf-step.active{display:block}
.mf-choices{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:1.25rem}
.mf-choice{background:rgba(255,255,255,.12);border:2px solid rgba(255,255,255,.25);border-radius:12px;padding:16px 12px;cursor:pointer;transition:all .15s;text-align:center}
.mf-choice:hover,.mf-choice.selected{border-color:var(--green);background:rgba(77,184,72,.25);transform:scale(1.02)}
.mf-choice-icon{font-size:22px;margin-bottom:4px}
.mf-choice-label{font-size:13px;font-weight:600;color:#fff;font-family:'Urbanist',sans-serif}
.mf-choice-sub{font-size:11px;color:rgba(255,255,255,.8)}
.mf-input{width:100%;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:10px;padding:12px 15px;font-size:15px;color:#fff;outline:none;margin-bottom:10px;font-family:'Manrope',sans-serif}
.mf-input::placeholder{color:rgba(255,255,255,.35)}
.mf-input:focus{border-color:var(--green)}
.mf-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.mf-nav{display:flex;gap:10px;margin-top:10px}
.mf-btn-next{flex:1;background:var(--green)!important;color:#fff!important;border:none!important;padding:13px;border-radius:9px;font-size:15px;font-weight:700;cursor:pointer;font-family:'Urbanist',sans-serif}
.mf-btn-prev{background:rgba(255,255,255,.1)!important;color:#fff!important;border:none!important;padding:13px 16px;border-radius:9px;font-size:15px;cursor:pointer;font-family:'Manrope',sans-serif}
.mf-est{background:rgba(77,184,72,.15);border:1px solid rgba(77,184,72,.3);border-radius:12px;padding:1rem;text-align:center;margin-bottom:1rem}
.mf-est-lbl{font-size:12px;color:rgba(255,255,255,.6);margin-bottom:4px}
.mf-est-price{font-size:32px;font-weight:900;color:#7EE87A;line-height:1;font-family:'Urbanist',sans-serif}
.mf-est-note{font-size:11px;color:#fff;margin-top:3px}


.step-lbl{color:#fff}
.mf-note{color:#fff}

/* mform text all white */
.step-lbl, .mf-step-lbl, .fnote, .mf-note{color:#fff !important;opacity:1}
.mf-footer, .mf-sub{color:rgba(255,255,255,.9) !important}
.ba-sec + .counter-sec{margin-top:0}.counter-sec{margin-top:0}
footer,footer *{margin-bottom:0}
body{margin:0;padding:0}
.footer{margin-top:0}
#about{margin-bottom:0;padding-bottom:0}

/* === MASQUER HEADER DIVI === */
#main-header, #top-header, .et_header_style_left,
.et_header_style_centered, .et-fixed-header,
#et-top-navigation, .et_pb_section_0,
header#main-header { display:none !important; height:0 !important; }


/* ── UTILITAIRES GÉNÉRÉS POUR REMPLACER LES STYLES INLINE ── */
.u-style-01{background:var(--blue-lt)}
.u-style-02{background:var(--green-lt)}
.u-style-03{background:var(--amber-lt)}
.u-style-04{grid-template-columns:repeat(3,1fr)}
.u-style-05{grid-column:1 / -1}
.u-style-06{display:none}
.u-style-07{grid-template-columns:1fr 1fr 1fr}
.u-style-08{margin-top:10px}
.u-style-09{color:#fff}
.u-style-10{color:rgba(255,255,255,.75)}
.u-style-11{background-image:url('../img/asset-02.jpg')}
.u-style-12{background-image:url('../img/asset-03.jpg')}
.u-style-13{background-image:url('../img/asset-04.jpg')}
.u-style-14{background-image:url('../img/asset-05.jpg')}
.u-style-15{background-image:url('../img/asset-06.jpg')}
.u-style-16{background-image:url('../img/asset-07.jpg')}
.u-style-17{background-image:url('../img/asset-08.jpg')}
.u-style-18{background-image:url('../img/asset-09.jpg')}
.u-style-19{border-color:#2557C7}
.u-style-20{border-color:#4DB848}
.u-style-21{max-width:700px;margin:0 auto}
.u-style-22{border:1px solid var(--border);border-radius:12px;padding:1.1rem 1.25rem;margin-bottom:.6rem;cursor:pointer}
.u-style-23{display:flex;justify-content:space-between;align-items:center;font-weight:700;color:var(--blue-dp)}
.u-style-24{display:none;margin-top:.75rem;font-size:14px;color:var(--muted);line-height:1.7}
.u-style-25{background:var(--blue-dp)}
.u-style-26{justify-content:center;margin-top:1.5rem}
.u-style-27{font-size:16px;color:#fff;font-weight:600;margin-bottom:.75rem}
.u-style-28{font-size:15px;color:var(--green-dk);font-weight:700;margin-bottom:4px}
.u-style-29{font-size:13px;color:var(--muted);margin:0}
.u-style-30{font-size:40px;margin-bottom:.5rem}
.u-style-31{font-size:13px;color:rgba(255,255,255,.7);margin-top:.5rem}
.u-style-32{margin-top:1rem;width:100%}
.u-style-33{margin-bottom:1rem}
.u-style-34{width:100%;margin-bottom:.75rem}
.u-style-35{margin-top:.5rem}
.u-style-36{font-size:12px;color:var(--muted)}

/* ── ÉTATS / COMPOSANTS AJOUTÉS LORS DE LA SÉPARATION ── */
.is-hidden{display:none !important}
.success-card{text-align:center;padding:1.5rem 0}
.success-card--large{padding:2rem}
.success-card__icon{font-size:48px;margin-bottom:1rem}
.success-card__icon--large{font-size:52px}
.success-card__title{font-size:18px;font-weight:700;color:#fff;font-family:'Urbanist',sans-serif}
.success-card__title--dark{font-size:20px;color:var(--blue-dp);margin-top:1rem}
.success-card__text{font-size:14px;color:rgba(255,255,255,.7)}
.success-card__text--dark{font-size:15px;color:var(--muted)}
.exit-box--success{text-align:center}
.exit-title--success{margin-top:1rem;text-align:center}
.exit-sub--success{text-align:center}

/* === Liste des prix dans la FAQ === */
.faq-prix-list{list-style:none;padding:0;margin:0 0 1rem}
.faq-prix-list li{display:flex;justify-content:space-between;align-items:center;padding:.7rem 0;border-bottom:1px solid var(--border);font-size:15px;line-height:1.4}
.faq-prix-list li:last-child{border-bottom:none}
.faq-prix-list li span{color:#475569;font-weight:500}
.faq-prix-list li strong{color:var(--blue-dp);font-weight:700;font-family:'Urbanist',sans-serif;white-space:nowrap}
.faq-prix-note{font-size:13px;color:var(--muted);margin:.5rem 0 0;font-style:italic;text-align:center}
@media (max-width:480px){.faq-prix-list li{font-size:14px;padding:.6rem 0}}
