/* ============================================
   MON VEHICULE ELECTRIQUE — Premium V3
   Mobile-first · Clean layout · Pro spacing
   ============================================ */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --n950:#070b14;--n900:#0c1222;--n850:#111827;--n800:#1e293b;--n700:#334155;--n600:#475569;--n500:#64748b;--n400:#94a3b8;--n300:#cbd5e1;--n200:#e2e8f0;--n100:#f1f5f9;--n50:#f8fafc;--w:#fff;
  --a700:#047857;--a600:#059669;--a500:#10b981;--a400:#34d399;--a300:#6ee7b7;--a200:#a7f3d0;--a100:#d1fae5;--a50:#ecfdf5;
  --err:#ef4444;--r:12px;--rs:8px;
  --px:1rem;
}
html{font-size:16px;-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{font-family:'Inter',system-ui,-apple-system,sans-serif;color:var(--n700);background:var(--w);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}

/* ======== HERO ======== */
.hero{
  background:var(--n900);
  background-image:url('https://images.unsplash.com/photo-1593941707882-a5bba14938c7?w=1200&q=60');
  background-size:cover;background-position:center;
  position:relative;overflow:hidden;
  padding:1.75rem var(--px) 1.5rem;
  text-align:center;color:var(--w);
}
.hero::after{
  content:'';position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(7,11,20,0.88) 0%,rgba(12,18,34,0.92) 50%,rgba(7,11,20,0.95) 100%);
  pointer-events:none;z-index:0;
}
.hero-bg,.hero-inner{position:relative;z-index:1}
.hero-bg{position:absolute;inset:0;pointer-events:none;overflow:hidden}

/* Animated orbs */
.hero-orb{position:absolute;border-radius:50%;filter:blur(80px);animation:orbFloat 8s ease-in-out infinite}
.hero-orb-1{width:200px;height:200px;background:radial-gradient(circle,rgba(5,150,105,0.25),transparent 70%);top:-60px;right:-40px;animation-delay:0s}
.hero-orb-2{width:180px;height:180px;background:radial-gradient(circle,rgba(52,211,153,0.15),transparent 70%);bottom:-40px;left:-30px;animation-delay:-3s}
.hero-orb-3{width:120px;height:120px;background:radial-gradient(circle,rgba(16,185,129,0.12),transparent 70%);top:40%;left:50%;animation-delay:-5s}
@keyframes orbFloat{0%,100%{transform:translate(0,0) scale(1)}50%{transform:translate(20px,-20px) scale(1.1)}}

/* Grid overlay */
.hero-grid-overlay{
  position:absolute;inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,0.02) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,0.02) 1px,transparent 1px);
  background-size:40px 40px;
  mask-image:radial-gradient(ellipse 60% 60% at 50% 50%,black 0%,transparent 100%);
  -webkit-mask-image:radial-gradient(ellipse 60% 60% at 50% 50%,black 0%,transparent 100%);
}

.hero-inner{position:relative;z-index:1;max-width:540px;margin:0 auto}

/* Logo */
.hero-logo{display:flex;align-items:center;justify-content:center;gap:0.5rem;margin-bottom:0.875rem}
.logo-icon{
  width:34px;height:34px;
  background:linear-gradient(135deg,rgba(5,150,105,0.2),rgba(52,211,153,0.1));
  border:1px solid rgba(52,211,153,0.25);border-radius:10px;
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 0 20px rgba(16,185,129,0.15);
}
.hero-logo span{font-size:0.8rem;font-weight:600;color:var(--n300);letter-spacing:-0.01em}

/* Badge */
.hero-badge{
  display:inline-flex;align-items:center;gap:0.4rem;
  font-size:0.6rem;font-weight:600;text-transform:uppercase;letter-spacing:0.08em;
  color:var(--a400);
  background:rgba(16,185,129,0.08);border:1px solid rgba(52,211,153,0.15);
  padding:0.3rem 0.75rem;border-radius:100px;margin-bottom:0.875rem;
}
.badge-dot{width:6px;height:6px;background:var(--a400);border-radius:50%;flex-shrink:0;animation:pulse 2s ease-in-out infinite}
@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:0.5;transform:scale(0.8)}}

/* Title */
.hero-title{
  font-size:1.5rem;font-weight:900;line-height:1.18;letter-spacing:-0.03em;
  margin-bottom:0.5rem;
}
.glow-text{
  background:linear-gradient(135deg,var(--a300),var(--a500),var(--a400));
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;
  text-shadow:none;position:relative;
}
.glow-text::after{
  content:attr(data-text);position:absolute;left:0;top:0;
  background:linear-gradient(135deg,var(--a300),var(--a500));
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;
  filter:blur(20px);opacity:0.5;z-index:-1;
}
.hero-sub{font-size:0.8rem;color:var(--n400);line-height:1.55;max-width:440px;margin:0 auto 0.625rem}

/* Metrics glass card */
.hero-metrics{
  display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;
  padding:0.625rem 0.75rem;
  background:rgba(255,255,255,0.04);
  border:1px solid rgba(255,255,255,0.08);
  border-radius:var(--rs);
  backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);
  box-shadow:0 4px 30px rgba(0,0,0,0.2);
  margin-bottom:0.75rem;
}
.hm{text-align:center}
.hm-v{display:block;font-size:0.95rem;font-weight:800;letter-spacing:-0.03em;color:var(--w);line-height:1.1}
.hm-l{display:block;font-size:0.48rem;font-weight:500;text-transform:uppercase;letter-spacing:0.05em;color:var(--n500);margin-top:0.1rem}
.hm-sep{width:1px;height:22px;background:rgba(255,255,255,0.08);justify-self:center}

/* CTA in hero */
.cta-hero{
  background:linear-gradient(135deg,var(--a700),var(--a600));
  border:1px solid var(--a500);
  box-shadow:0 4px 20px rgba(5,150,105,0.35),0 0 40px rgba(16,185,129,0.12);
  margin:0 auto 0.75rem;max-width:400px;
}
.cta-hero:hover{
  background:linear-gradient(135deg,var(--a600),var(--a500));
  border-color:var(--a400);
  box-shadow:0 6px 28px rgba(5,150,105,0.5),0 0 60px rgba(16,185,129,0.2);
}

/* Trust row */
.trust-row{display:flex;flex-wrap:wrap;justify-content:center;gap:0.625rem;margin-top:0.75rem}
.trust-row span{display:flex;align-items:center;gap:0.25rem;font-size:0.65rem;color:var(--n500);font-weight:500}
.trust-hero span{color:rgba(255,255,255,0.55)}
.trust-form{margin-top:0.75rem}

/* Social proof — avatar stack */
.hero-social{
  display:flex;align-items:center;justify-content:center;gap:0.5rem;
  margin-top:1rem;
}
.avatar-stack{display:flex;align-items:center}
.av-circle{
  width:28px;height:28px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  font-size:0.5rem;font-weight:700;color:var(--w);
  border:2px solid var(--n900);
  margin-left:-6px;position:relative;
  overflow:hidden;
}
.av-circle:first-child{margin-left:0}
.av-photo img,.av-photo svg{width:100%;height:100%;display:block;object-fit:cover}
.hero-social-text{font-size:0.7rem;color:var(--n400);line-height:1.4}
.hero-social-text strong{color:var(--w);font-weight:700}

/* Hero illustration */
.hero-illus{margin:0.5rem auto 0;max-width:220px;opacity:0.7}
.illus-svg{width:100%;height:auto}

/* Pulse circles */
.pulse-circle,.pulse-circle-2{animation:pCircle 2.5s ease-in-out infinite}
.pulse-circle-2{animation-delay:-1.2s}
@keyframes pCircle{0%,100%{opacity:0.4;r:6}50%{opacity:0.8;r:8}}

/* Particles */
.particle{animation:particleUp 3s ease-in-out infinite}
.p1{animation-delay:0s}.p2{animation-delay:-1s}.p3{animation-delay:-2s}
@keyframes particleUp{0%{transform:translateY(0);opacity:0.6}50%{transform:translateY(-12px);opacity:0.2}100%{transform:translateY(0);opacity:0.6}}

/* ======== FUNNEL ======== */
.funnel{max-width:540px;margin:0 auto;padding:0 var(--px)}

/* Progress */
.progress-wrap{padding:1rem 0 0;display:none}
.progress-wrap.visible{display:block}
.progress-track{height:4px;background:var(--n200);border-radius:2px;overflow:hidden}
.progress-fill{width:0%;height:100%;background:linear-gradient(90deg,var(--a600),var(--a400));border-radius:2px;transition:width 0.5s cubic-bezier(0.4,0,0.2,1);box-shadow:0 0 8px rgba(16,185,129,0.4)}
.progress-label{display:block;font-size:0.7rem;color:var(--n500);text-align:center;margin-top:0.5rem;font-weight:500}

/* Steps */
.step{display:none;opacity:0;transform:translateY(12px);transition:opacity 0.4s ease,transform 0.4s cubic-bezier(0.4,0,0.2,1)}
.step.active{display:block;opacity:1;transform:translateY(0)}
.step.slide-out{opacity:0;transform:translateY(-12px)}
.step-inner{padding:1.75rem 0 2.5rem;min-height:65vh;margin-bottom:30vh;display:flex;flex-direction:column;justify-content:center}

/* ======== CTA MAIN ======== */
.cta-main{
  display:flex;align-items:center;justify-content:center;gap:0.5rem;
  width:100%;padding:0.875rem 1.25rem;min-height:52px;
  background:linear-gradient(135deg,var(--n900),var(--n850));
  color:var(--w);border:1px solid var(--n700);border-radius:var(--r);
  font-family:inherit;font-size:0.925rem;font-weight:700;letter-spacing:-0.01em;
  cursor:pointer;transition:all 0.3s ease;
  position:relative;overflow:hidden;
  -webkit-tap-highlight-color:transparent;
  box-shadow:0 4px 15px rgba(0,0,0,0.2),inset 0 1px 0 rgba(255,255,255,0.05);
}
.cta-main:hover{
  background:linear-gradient(135deg,var(--a700),var(--a600));
  border-color:var(--a500);
  box-shadow:0 4px 20px rgba(5,150,105,0.4),0 0 40px rgba(16,185,129,0.15);
  transform:translateY(-1px);
}
.cta-main:active{transform:translateY(0) scale(0.985)}

/* Shine effect */
.cta-shine{
  position:absolute;top:0;left:-100%;width:100%;height:100%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,0.08),transparent);
  transition:none;animation:shine 3s ease-in-out infinite;
}
@keyframes shine{0%{left:-100%}50%{left:100%}100%{left:100%}}

.cta-text,.cta-main svg{position:relative;z-index:1}
.cta-submit.loading .btn-text{opacity:0}.cta-submit.loading .btn-arrow{opacity:0}.cta-submit.loading .btn-loader{display:block}
.btn-loader{display:none;position:absolute;z-index:2;width:22px;height:22px;border:2.5px solid rgba(255,255,255,0.25);border-top-color:white;border-radius:50%;animation:spin 0.6s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}

/* ======== QUIZ Q ======== */
.q-icon-wrap{text-align:center;margin-bottom:0.875rem}
.q-icon{
  display:inline-flex;align-items:center;justify-content:center;
  width:48px;height:48px;
  background:linear-gradient(135deg,var(--a50),var(--a100));
  border:1px solid var(--a200);border-radius:14px;
  box-shadow:0 4px 15px rgba(5,150,105,0.1);
}
.q-title{font-size:1.15rem;font-weight:800;color:var(--n900);letter-spacing:-0.025em;line-height:1.25;text-align:center;margin-bottom:0.25rem}
.q-sub{font-size:0.8rem;color:var(--n500);text-align:center;margin-bottom:1.5rem}

/* Options */
.options{display:flex;flex-direction:column;gap:0.5rem}
.opt{
  display:flex;align-items:center;gap:0.75rem;width:100%;
  padding:0.75rem 0.875rem;
  background:var(--w);border:1.5px solid var(--n200);border-radius:var(--r);
  cursor:pointer;font-family:inherit;text-align:left;
  transition:all 0.25s ease;min-height:56px;
  -webkit-tap-highlight-color:transparent;
  position:relative;overflow:hidden;
}
.opt::before{
  content:'';position:absolute;left:0;top:0;width:3px;height:100%;
  background:linear-gradient(to bottom,var(--a400),var(--a600));
  opacity:0;transition:opacity 0.25s;
}
.opt:active{transform:scale(0.985)}
.opt.selected{border-color:var(--a500);background:var(--a50);box-shadow:0 0 0 3px rgba(5,150,105,0.08)}
.opt.selected::before{opacity:1}

.opt-ico{
  width:40px;height:40px;flex-shrink:0;
  background:var(--n50);border:1px solid var(--n200);border-radius:10px;
  display:flex;align-items:center;justify-content:center;
  transition:all 0.25s;
}
.opt.selected .opt-ico{background:var(--a100);border-color:var(--a200)}
.opt-content{flex:1;min-width:0}
.opt-label{display:block;font-size:0.875rem;font-weight:600;color:var(--n800);letter-spacing:-0.01em}
.opt-desc{display:block;font-size:0.65rem;color:var(--n500);margin-top:0.1rem}
.opt-arrow{color:var(--n300);flex-shrink:0;transition:color 0.25s,transform 0.25s}
.opt.selected .opt-arrow{color:var(--a600);transform:translateX(2px)}

/* ======== CAPTURE ======== */
.capture-head{text-align:center;margin-bottom:1.25rem}
.capture-ico{
  width:48px;height:48px;margin:0 auto 0.625rem;
  background:linear-gradient(135deg,var(--a50),var(--a100));
  border:1px solid var(--a200);border-radius:14px;
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 4px 15px rgba(5,150,105,0.1);
}
.form{display:flex;flex-direction:column;gap:0.75rem}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:0.625rem}
.field{display:flex;flex-direction:column;gap:0.2rem}
.field label{font-size:0.7rem;font-weight:600;color:var(--n700)}
.field input{
  padding:0.75rem 0.75rem;min-height:44px;
  border:1.5px solid var(--n200);border-radius:var(--rs);
  font-family:inherit;font-size:0.9rem;color:var(--n900);background:var(--w);
  transition:border-color 0.2s,box-shadow 0.2s;-webkit-appearance:none;
}
.field input::placeholder{color:var(--n400)}
.field input:focus{outline:none;border-color:var(--a600);box-shadow:0 0 0 3px rgba(5,150,105,0.08)}
.field input.valid{border-color:var(--a600)}
.field input.error{border-color:var(--err)}
.field-error{font-size:0.65rem;color:var(--err);min-height:0.75rem;font-weight:500}

/* Consent */
.consent{display:flex;gap:0.5rem;align-items:flex-start;cursor:pointer;margin-top:0.25rem;-webkit-tap-highlight-color:transparent}
.consent input{position:absolute;opacity:0;width:0;height:0}
.check{flex-shrink:0;width:18px;height:18px;border:1.5px solid var(--n300);border-radius:4px;margin-top:1px;transition:all 0.2s;position:relative}
.consent input:checked+.check{background:var(--n900);border-color:var(--n900)}
.consent input:checked+.check::after{content:'';position:absolute;left:4.5px;top:1px;width:5px;height:9px;border:solid white;border-width:0 1.5px 1.5px 0;transform:rotate(45deg)}
.consent-txt{font-size:0.65rem;color:var(--n500);line-height:1.5}

/* ======== OTP VERIFICATION ======== */

/* OTP hero section */
.otp-hero{text-align:center;margin-bottom:1.5rem}

/* Shield icon with pulse */
.otp-shield-wrap{
  position:relative;width:80px;height:80px;margin:0 auto 1.25rem;
  display:flex;align-items:center;justify-content:center;
}
.otp-shield-pulse{
  position:absolute;inset:0;border-radius:50%;
  background:rgba(5,150,105,0.08);
  animation:shieldPulse 2s ease-in-out infinite;
}
@keyframes shieldPulse{
  0%,100%{transform:scale(1);opacity:1}
  50%{transform:scale(1.25);opacity:0}
}
.otp-shield-icon{
  position:relative;z-index:1;
  width:64px;height:64px;border-radius:50%;
  background:linear-gradient(135deg,rgba(5,150,105,0.08),rgba(52,211,153,0.12));
  border:1.5px solid rgba(5,150,105,0.2);
  display:flex;align-items:center;justify-content:center;
}

.otp-hero .q-title{
  font-size:1.15rem;font-weight:800;color:var(--n900);
  margin-bottom:0.5rem;line-height:1.3;
}

.otp-explanation{
  font-size:0.8rem;color:var(--n600);line-height:1.6;
  max-width:380px;margin:0 auto 1rem;
}

/* Security notice box */
.otp-notice{
  display:flex;align-items:flex-start;gap:0.625rem;
  background:rgba(245,158,11,0.06);
  border:1px solid rgba(245,158,11,0.2);
  border-radius:var(--rm);
  padding:0.75rem 1rem;
  text-align:left;
  max-width:420px;margin:0 auto;
}
.otp-notice-icon{flex-shrink:0;margin-top:0.1rem}
.otp-notice p{
  font-size:0.75rem;color:var(--n700);line-height:1.55;margin:0;
}
.otp-notice strong{color:var(--n900);font-weight:700}

/* OTP label */
.otp-label{
  display:block;text-align:center;
  font-size:0.7rem;font-weight:600;color:var(--n500);
  text-transform:uppercase;letter-spacing:0.08em;
  margin-bottom:0.5rem;
}

.otp-wrap{max-width:320px;margin:0 auto}
.otp-inputs{display:flex;align-items:center;justify-content:center;gap:0.5rem;margin-bottom:0.625rem}
.otp-sep{width:10px;height:2px;background:var(--n300);border-radius:1px;flex-shrink:0}
.otp-digit{
  width:48px;height:56px;text-align:center;
  font-family:inherit;font-size:1.5rem;font-weight:700;color:var(--n900);
  border:2px solid var(--n200);border-radius:var(--rm);background:var(--w);
  transition:border-color 0.2s,box-shadow 0.2s,transform 0.15s;
  -webkit-appearance:none;outline:none;
  caret-color:var(--a600);
}
.otp-digit:focus{
  border-color:var(--a600);
  box-shadow:0 0 0 3px rgba(5,150,105,0.1),0 4px 12px rgba(5,150,105,0.08);
  transform:translateY(-1px);
}
.otp-digit.filled{border-color:var(--a500);background:var(--a50)}
.otp-digit.otp-err{border-color:var(--err);animation:shake 0.4s ease}
@keyframes shake{0%,100%{transform:translateX(0)}25%{transform:translateX(-4px)}50%{transform:translateX(4px)}75%{transform:translateX(-4px)}}
.otp-error{display:block;text-align:center;margin-bottom:0.625rem}
.otp-resend{text-align:center;margin-top:0.75rem;font-size:0.7rem;color:var(--n500)}
.otp-resend strong{color:var(--a600);font-weight:700}
.otp-resend-btn{
  background:none;border:none;cursor:pointer;font-family:inherit;
  font-size:0.75rem;font-weight:600;color:var(--a600);
  text-decoration:underline;padding:0.25rem 0;transition:color 0.2s;
}
.otp-resend-btn:hover{color:var(--a700)}

/* Why verify section */
.otp-why{
  margin-top:1.75rem;
  background:var(--n50);
  border:1px solid var(--n100);
  border-radius:var(--rm);
  padding:1rem 1.125rem;
  max-width:420px;
  margin-left:auto;margin-right:auto;
}
.otp-why-title{
  font-size:0.75rem;font-weight:700;color:var(--n800);
  margin:0 0 0.75rem;
}
.otp-why-items{display:flex;flex-direction:column;gap:0.625rem}
.otp-why-item{
  display:flex;align-items:flex-start;gap:0.5rem;
  font-size:0.72rem;color:var(--n600);line-height:1.5;
}
.otp-why-item svg{flex-shrink:0;margin-top:0.1rem}

/* Footer trust line */
.otp-footer-trust{
  display:flex;align-items:center;justify-content:center;gap:0.375rem;
  margin-top:1.25rem;
  font-size:0.65rem;color:var(--n400);
}
.otp-footer-trust svg{flex-shrink:0}

/* ======== CONFIRMATION ======== */
.confirmation{text-align:center;padding-top:2.5rem}
.confirm-anim{margin-bottom:1rem}
.confirm-circle{stroke-dasharray:214;stroke-dashoffset:214;animation:drawCircle 0.8s ease forwards}
.confirm-check-mark{stroke-dasharray:60;stroke-dashoffset:60;animation:drawCheck 0.5s ease 0.6s forwards}
@keyframes drawCircle{to{stroke-dashoffset:0}}
@keyframes drawCheck{to{stroke-dashoffset:0}}
.confirm-title{font-size:1.25rem;font-weight:800;color:var(--n900);letter-spacing:-0.02em;margin-bottom:0.375rem}
.confirm-text{font-size:0.825rem;color:var(--n500);line-height:1.65;margin-bottom:1.75rem}
.confirm-steps{text-align:left;background:var(--n50);border:1px solid var(--n200);border-radius:var(--r);padding:1.125rem}
.confirm-steps h3{font-size:0.7rem;font-weight:700;color:var(--n900);margin-bottom:0.75rem;text-transform:uppercase;letter-spacing:0.06em}
.cs{display:flex;align-items:center;gap:0.625rem;padding:0.4rem 0}
.cs+.cs{border-top:1px solid var(--n200)}
.cs-n{width:26px;height:26px;background:var(--n900);color:var(--w);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:0.65rem;font-weight:700;flex-shrink:0}
.cs span:last-child{font-size:0.775rem;color:var(--n700);font-weight:500}

/* ======== SECTIONS ======== */
.sections{border-top:1px solid var(--n200)}
.sec{padding:3rem var(--px)}
.sec:first-child{padding-top:3.5rem}
.wrap{max-width:720px;margin:0 auto}
.wrap-sm{max-width:540px}
.sec-head{text-align:center;margin-bottom:2rem}
.sec-tag{display:inline-block;font-size:0.6rem;font-weight:700;text-transform:uppercase;letter-spacing:0.12em;color:var(--a600);margin-bottom:0.375rem}
.sec-title{font-size:1.3rem;font-weight:900;color:var(--n900);letter-spacing:-0.03em;line-height:1.2;margin-bottom:0.375rem}
.sec-sub{font-size:0.8rem;color:var(--n500);line-height:1.65;margin-bottom:0}

/* Reveal animation */
.reveal{opacity:0;transform:translateY(30px);transition:opacity 0.7s ease,transform 0.7s ease}
.reveal.visible{opacity:1;transform:translateY(0)}
.reveal-child{opacity:0;transform:translateY(20px);transition:opacity 0.5s ease,transform 0.5s ease}
.reveal.visible .reveal-child{opacity:1;transform:translateY(0)}
.reveal.visible .reveal-child:nth-child(1){transition-delay:0.1s}
.reveal.visible .reveal-child:nth-child(2){transition-delay:0.15s}
.reveal.visible .reveal-child:nth-child(3){transition-delay:0.2s}
.reveal.visible .reveal-child:nth-child(4){transition-delay:0.25s}
.reveal.visible .reveal-child:nth-child(5){transition-delay:0.3s}
.reveal.visible .reveal-child:nth-child(6){transition-delay:0.35s}
.reveal.visible .reveal-child:nth-child(7){transition-delay:0.4s}
.reveal.visible .reveal-child:nth-child(8){transition-delay:0.45s}
.reveal.visible .reveal-child:nth-child(9){transition-delay:0.5s}
.reveal.visible .reveal-child:nth-child(10){transition-delay:0.55s}
.reveal.visible .reveal-child:nth-child(11){transition-delay:0.6s}
.reveal.visible .reveal-child:nth-child(12){transition-delay:0.65s}

/* ======== BENEFITS ======== */
.sec-benefits{background:var(--n50)}
.grid-b{display:grid;grid-template-columns:1fr 1fr;gap:0.625rem}
.bcard{
  background:var(--w);border:1px solid var(--n200);border-radius:var(--r);
  padding:1.125rem;position:relative;overflow:hidden;
  transition:transform 0.3s,box-shadow 0.3s;
}
.bcard:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(0,0,0,0.06)}
.bcard-glow{position:absolute;top:-40px;right:-40px;width:80px;height:80px;background:radial-gradient(circle,rgba(5,150,105,0.06),transparent 70%);pointer-events:none}
.bcard-icon{
  width:40px;height:40px;margin-bottom:0.625rem;
  background:linear-gradient(135deg,var(--a50),rgba(5,150,105,0.06));
  border:1px solid var(--a200);border-radius:10px;
  display:flex;align-items:center;justify-content:center;
}
.bcard-icon svg{width:22px;height:22px}
.bcard h3{font-size:0.8rem;font-weight:700;color:var(--n900);letter-spacing:-0.01em;margin-bottom:0.2rem}
.bcard p{font-size:0.7rem;color:var(--n500);line-height:1.55}

/* ======== HOW IT WORKS ======== */
.sec-how{
  background-image:url('https://images.unsplash.com/photo-1558618666-fcd25c85f82e?w=1200&q=60');
  background-size:cover;background-position:center;
  position:relative;
}
.sec-how::after{
  content:'';position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(255,255,255,0.94),rgba(248,250,252,0.96));
  pointer-events:none;
}
.sec-how .wrap{position:relative;z-index:1}
.how-timeline{display:flex;flex-direction:column;align-items:center;gap:0}
.how-card{
  position:relative;width:100%;
  background:var(--w);border:1px solid var(--n200);border-radius:var(--r);
  padding:1.5rem 1rem 1.25rem;text-align:center;
  transition:transform 0.3s,box-shadow 0.3s;
}
.how-card:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(0,0,0,0.06)}
.how-num-wrap{
  position:absolute;top:-12px;left:50%;transform:translateX(-50%);
  width:24px;height:24px;
  background:linear-gradient(135deg,var(--a600),var(--a400));
  border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 2px 10px rgba(5,150,105,0.3);
}
.how-num{font-size:0.6rem;font-weight:800;color:var(--w);line-height:1}
.how-icon{
  width:44px;height:44px;margin:0.125rem auto 0.625rem;
  background:linear-gradient(135deg,var(--a50),rgba(5,150,105,0.06));
  border:1px solid var(--a200);border-radius:12px;
  display:flex;align-items:center;justify-content:center;
}
.how-icon svg{width:24px;height:24px}
.how-card h3{font-size:0.875rem;font-weight:700;color:var(--n900);margin-bottom:0.25rem}
.how-card p{font-size:0.75rem;color:var(--n500);line-height:1.6;max-width:260px;margin:0 auto}
.how-connector{padding:0.375rem 0;color:var(--a400);opacity:0.5;display:flex;align-items:center;justify-content:center}
.how-connector svg{width:20px;height:20px}

/* ======== SOCIAL PROOF ======== */
.sec-social{background:var(--n50)}

/* Rating banner */
.rating-banner{
  display:flex;flex-direction:column;align-items:center;gap:0.125rem;
  background:var(--w);border:1px solid var(--n200);border-radius:var(--r);
  padding:1rem;margin-bottom:1.25rem;text-align:center;
}
.rating-stars-big{font-size:1.25rem;color:#f59e0b;letter-spacing:3px}
.rating-score{font-size:1.75rem;font-weight:900;color:var(--n900);letter-spacing:-0.04em;line-height:1.2}
.rating-max{font-size:0.875rem;font-weight:600;color:var(--n400)}
.rating-meta{font-size:0.7rem;color:var(--n500)}
.rating-meta strong{color:var(--n700)}

/* Testimonials */
.testi-grid{display:grid;grid-template-columns:1fr;gap:0.75rem;margin-bottom:1.25rem}
.testi{
  background:var(--w);border:1px solid var(--n200);border-radius:var(--r);
  padding:1rem;position:relative;
  transition:transform 0.3s,box-shadow 0.3s;
}
.testi:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(0,0,0,0.06)}
.testi-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:0.5rem}
.testi-stars{font-size:0.75rem;color:#f59e0b;letter-spacing:2px}
.testi-date{font-size:0.6rem;color:var(--n400);font-weight:500}
.testi-body{font-size:0.8rem;color:var(--n700);line-height:1.65;font-style:italic;margin-bottom:0.75rem}
.testi-foot{display:flex;align-items:center;gap:0.5rem;margin-bottom:0.5rem}
.testi-av{
  width:36px;height:36px;border-radius:50%;flex-shrink:0;
  color:var(--w);display:flex;align-items:center;justify-content:center;
  font-size:0.6rem;font-weight:700;overflow:hidden;
}
.testi-av-photo{background:none;padding:0}
.testi-av-photo svg{width:100%;height:100%;display:block}
.testi-foot strong{display:block;font-size:0.75rem;color:var(--n900);font-weight:600}
.testi-foot div:last-child span{font-size:0.65rem;color:var(--n500);display:block}
.testi-badge{
  display:inline-flex;align-items:center;gap:0.3rem;
  font-size:0.6rem;font-weight:600;color:var(--a600);
  background:var(--a50);border:1px solid var(--a200);
  padding:0.175rem 0.5rem;border-radius:100px;
}

/* Activity feed */
.activity-feed{
  background:var(--w);border:1px solid var(--n200);border-radius:var(--r);
  padding:0.875rem 1rem;margin-bottom:1.25rem;overflow:hidden;
}
.feed-title{
  display:flex;align-items:center;gap:0.4rem;
  font-size:0.625rem;font-weight:700;text-transform:uppercase;letter-spacing:0.08em;
  color:var(--n700);margin-bottom:0.625rem;
}
.feed-live-dot{width:6px;height:6px;background:#ef4444;border-radius:50%;flex-shrink:0;animation:pulse 1.5s ease-in-out infinite}
.feed-list{display:flex;flex-direction:column;gap:0}
.feed-item{display:flex;align-items:center;gap:0.5rem;padding:0.5rem 0;border-top:1px solid var(--n100)}
.feed-item:first-child{border-top:none;padding-top:0}
.feed-av{width:28px;height:28px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:0.5rem;font-weight:700;color:var(--w)}
.feed-text{flex:1;font-size:0.725rem;color:var(--n600);line-height:1.4}
.feed-text strong{color:var(--n800);font-weight:600}
.feed-time{font-size:0.6rem;color:var(--n400);white-space:nowrap;flex-shrink:0}

/* KPI bar */
.kpi-bar{
  display:grid;grid-template-columns:1fr 1fr;gap:0;position:relative;
  background:var(--n900);border-radius:var(--r);overflow:hidden;
}
.kpi-bg{
  position:absolute;inset:0;
  background:radial-gradient(ellipse at 30% 50%,rgba(5,150,105,0.15),transparent 60%),
             radial-gradient(ellipse at 70% 50%,rgba(52,211,153,0.1),transparent 60%);
  pointer-events:none;
}
.kpi{text-align:center;position:relative;z-index:1;padding:1.125rem 0.5rem}
.kpi:nth-child(2){border-left:1px solid rgba(255,255,255,0.06)}
.kpi:nth-child(n+4){border-top:1px solid rgba(255,255,255,0.06)}
.kpi:nth-child(4){border-left:1px solid rgba(255,255,255,0.06)}
.kpi-v{display:block;font-size:1.5rem;font-weight:900;color:var(--w);letter-spacing:-0.04em;line-height:1.1}
.kpi-l{display:block;font-size:0.55rem;font-weight:500;text-transform:uppercase;letter-spacing:0.06em;color:var(--n500);margin-top:0.2rem}

/* Trust badges */
.trust-badges{
  display:grid;grid-template-columns:1fr;gap:0.5rem;
  margin-top:1.25rem;
}
.trust-badge-item{
  display:flex;align-items:center;gap:0.5rem;
  background:var(--w);border:1px solid var(--n200);border-radius:var(--rs);
  padding:0.625rem 0.75rem;
  font-size:0.7rem;font-weight:500;color:var(--n600);line-height:1.4;
}
.trust-badge-item svg{flex-shrink:0}

/* ======== FINAL CTA ======== */
.sec-final{
  text-align:center;background:var(--n900);position:relative;overflow:hidden;
  background-image:url('https://images.unsplash.com/photo-1647166545674-ce28ce93bdca?w=1200&q=60');
  background-size:cover;background-position:center;
}
.sec-final::after{
  content:'';position:absolute;inset:0;
  background:rgba(7,11,20,0.88);
  pointer-events:none;
}
.sec-final::before{
  content:'';position:absolute;inset:0;z-index:1;
  background:radial-gradient(ellipse at 50% 0%,rgba(5,150,105,0.15),transparent 60%),
             radial-gradient(ellipse at 50% 100%,rgba(52,211,153,0.08),transparent 50%);
  pointer-events:none;
}
.final-card{position:relative;z-index:2}
.final-icon{
  width:52px;height:52px;margin:0 auto 1.25rem;
  background:linear-gradient(135deg,rgba(5,150,105,0.15),rgba(52,211,153,0.08));
  border:1px solid rgba(52,211,153,0.2);border-radius:14px;
  display:flex;align-items:center;justify-content:center;
}
.sec-final .sec-title{color:var(--w);margin-bottom:0.625rem}
.sec-final .sec-sub{color:var(--n400);margin-bottom:1.5rem}
.cta-final{
  max-width:400px;margin:0 auto;
  background:linear-gradient(135deg,var(--a700),var(--a600));
  border:1px solid var(--a500);
  box-shadow:0 4px 20px rgba(5,150,105,0.35),0 0 40px rgba(16,185,129,0.12);
}
.cta-final:hover{
  background:linear-gradient(135deg,var(--a600),var(--a500));
  border-color:var(--a400);
  box-shadow:0 6px 28px rgba(5,150,105,0.5),0 0 60px rgba(16,185,129,0.2);
}
.trust-final{margin-top:1rem}
.trust-final span{color:rgba(255,255,255,0.55)}

/* ======== DISCLAIMER ======== */

/* ======== FOOTER ======== */
.footer{text-align:center;padding:1.5rem var(--px);color:var(--n400);font-size:0.7rem;line-height:1.5;border-top:1px solid var(--n200)}
.footer-links{margin:0.375rem 0 0.875rem;display:flex;justify-content:center;gap:1.25rem}
.footer-links a{color:var(--n500);text-decoration:underline}
.footer-disclaimer{max-width:600px;margin:0 auto;font-size:0.6rem;color:var(--n400);line-height:1.6}
.footer-disclaimer p{margin-bottom:0.375rem}

/* ======== MODALS ======== */
.modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(10,15,26,0.7);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:10000;justify-content:center;align-items:center;padding:0.75rem}
.modal.active{display:flex}
.modal-content{background:white;border-radius:16px;padding:1.5rem;max-width:600px;width:100%;max-height:85vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px rgba(0,0,0,0.3)}
.modal-close{position:absolute;top:0.75rem;right:0.75rem;background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--n400);width:32px;height:32px;display:flex;align-items:center;justify-content:center}
.modal-content h2{font-size:1.1rem;margin-bottom:0.375rem;color:var(--n800)}
.modal-content h3{font-size:0.9rem;margin-top:1rem;margin-bottom:0.375rem;color:var(--n700)}
.modal-content p,.modal-content li{font-size:0.8rem;color:var(--n600);line-height:1.6}
.modal-date{font-style:italic;color:var(--n400) !important;font-size:0.75rem !important}

/* ============================================
   RESPONSIVE — TABLET (640px+)
   ============================================ */
@media(min-width:640px){
  :root{--px:1.5rem}
  .hero{padding:2rem var(--px) 1.5rem}
  .hero-title{font-size:1.875rem}
  .hero-sub{font-size:0.9rem;max-width:460px}
  .hero-metrics{padding:0.75rem 1rem}
  .hm-v{font-size:1.1rem}
  .hm-l{font-size:0.52rem}
  .hm-sep{height:26px}
  .hero-illus{max-width:320px}
  .av-circle{width:32px;height:32px;font-size:0.55rem}
  .hero-social-text{font-size:0.75rem}

  .funnel{max-width:560px}
  .q-title{font-size:1.3rem}
  .otp-wrap{max-width:380px}
  .otp-hero .q-title{font-size:1.25rem}
  .otp-explanation{font-size:0.85rem;max-width:440px}
  .otp-notice{max-width:460px}
  .otp-why{max-width:460px}

  .sec{padding:4rem var(--px)}
  .sec:first-child{padding-top:4.5rem}
  .sec-head{margin-bottom:2.5rem}
  .sec-title{font-size:1.5rem}
  .sec-sub{font-size:0.85rem}

  .grid-b{gap:0.75rem}
  .bcard{padding:1.25rem}
  .bcard h3{font-size:0.85rem}
  .bcard p{font-size:0.75rem}

  .testi-grid{grid-template-columns:1fr 1fr;gap:0.75rem}
  .rating-banner{flex-direction:row;gap:1rem;padding:1rem 1.5rem}
  .trust-badges{grid-template-columns:1fr 1fr;gap:0.5rem}

  .modal-content{padding:2rem}
}

/* ============================================
   RESPONSIVE — DESKTOP (1024px+)
   ============================================ */
@media(min-width:1024px){
  :root{--px:2rem}

  /* Hero */
  .hero{padding:2.5rem 3rem 1.5rem}
  .hero-inner{max-width:720px}
  .hero-title{font-size:2.35rem;letter-spacing:-0.04em;margin-bottom:0.75rem}
  .hero-sub{font-size:0.95rem;max-width:520px;line-height:1.7;margin-bottom:1rem}
  .hero-badge{font-size:0.7rem;padding:0.35rem 1.1rem}
  .hero-metrics{padding:0.75rem 1.5rem}
  .hm-v{font-size:1.25rem}
  .hm-l{font-size:0.55rem;letter-spacing:0.07em}
  .hm-sep{height:28px}
  .hero-illus{max-width:380px;margin-top:0.75rem}
  .hero-orb-1{width:500px;height:500px;top:-150px;right:-100px}
  .hero-orb-2{width:400px;height:400px;bottom:-120px;left:-80px}
  .hero-orb-3{width:300px;height:300px}

  .cta-hero{max-width:420px;min-height:56px;font-size:1rem}
  .hero-social{margin-top:0.75rem;gap:0.75rem}
  .av-circle{width:34px;height:34px;font-size:0.6rem}
  .hero-social-text{font-size:0.8rem}
  .trust-hero{gap:1.25rem;margin-top:0.625rem}
  .trust-hero span{font-size:0.7rem}

  /* Funnel */
  .funnel{max-width:620px}
  .step-inner{padding:2.25rem 0 3rem}
  .q-title{font-size:1.4rem}
  .q-sub{font-size:0.85rem}
  .options{display:grid;grid-template-columns:1fr 1fr;gap:0.625rem}
  .opt{padding:0.875rem 1rem;min-height:64px}
  .opt:hover{border-color:var(--a400);background:var(--a50);box-shadow:0 2px 12px rgba(5,150,105,0.08)}
  .form{max-width:480px;margin:0 auto}
  .field input{min-height:48px;padding:0.8rem 0.875rem;font-size:0.95rem}
  .otp-digit{width:56px;height:64px;font-size:1.75rem;border-radius:10px}
  .otp-inputs{gap:0.625rem}
  .otp-hero .q-title{font-size:1.35rem}
  .otp-explanation{font-size:0.875rem;max-width:480px}
  .otp-notice{max-width:500px;padding:0.875rem 1.25rem}
  .otp-why{max-width:500px;padding:1.125rem 1.25rem}
  .otp-shield-wrap{width:88px;height:88px}
  .otp-shield-icon{width:72px;height:72px}
  .otp-shield-icon svg{width:48px;height:48px}

  /* Sections */

  .wrap{max-width:960px}
  .wrap-sm{max-width:560px}
  .sec{padding:5rem 3rem}
  .sec:first-child{padding-top:5.5rem}
  .sec-head{margin-bottom:3rem}
  .sec-tag{font-size:0.65rem;margin-bottom:0.5rem}
  .sec-title{font-size:2rem;letter-spacing:-0.035em}
  .sec-sub{font-size:0.9rem}

  /* Benefits — 3 columns */
  .grid-b{grid-template-columns:repeat(3,1fr);gap:1rem}
  .bcard{padding:1.5rem}
  .bcard-icon{width:48px;height:48px;margin-bottom:0.75rem;border-radius:12px}
  .bcard-icon svg{width:26px;height:26px}
  .bcard h3{font-size:0.95rem;margin-bottom:0.3rem}
  .bcard p{font-size:0.8rem}

  /* How — horizontal */
  .how-timeline{flex-direction:row;align-items:stretch;gap:1.25rem}
  .how-card{flex:1;padding:1.75rem 1.25rem 1.5rem}
  .how-card p{max-width:none}
  .how-card h3{font-size:1rem}
  .how-card p{font-size:0.825rem}
  .how-connector{display:none}

  /* Social proof */
  .rating-banner{gap:1.5rem;padding:1.25rem 2rem}
  .rating-stars-big{font-size:1.5rem}
  .rating-score{font-size:2.25rem}
  .rating-meta{font-size:0.75rem}

  .testi-grid{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem}
  .testi{padding:1.25rem}
  .testi-body{font-size:0.85rem}

  .feed-list{flex-direction:row;gap:0}
  .feed-item{flex:1;flex-direction:column;text-align:center;gap:0.3rem;border-top:none;border-left:1px solid var(--n100);padding:0.375rem 0.75rem}
  .feed-item:first-child{border-left:none}
  .feed-av{margin:0 auto}

  .kpi-bar{grid-template-columns:repeat(4,1fr)}
  .kpi{padding:1.5rem 0.75rem}
  .kpi:nth-child(n+4){border-top:none}
  .kpi:nth-child(n+3){border-left:1px solid rgba(255,255,255,0.06)}
  .kpi-v{font-size:2.25rem}
  .kpi-l{font-size:0.625rem;margin-top:0.3rem}

  .trust-badges{grid-template-columns:repeat(4,1fr);gap:0.75rem;margin-top:1.5rem}
  .trust-badge-item{padding:0.875rem;font-size:0.725rem}

  /* Final CTA */
  .sec-final .sec-title{font-size:2rem}

  /* CTA sizing */
  .cta-main{max-width:400px;margin-left:auto;margin-right:auto;min-height:56px;font-size:1rem}
  .cta-final{max-width:420px}

  /* Confirmation */
  .confirm-title{font-size:1.5rem}
  .confirm-text{font-size:0.9rem;max-width:440px;margin-left:auto;margin-right:auto;margin-bottom:2rem}
  .confirm-steps{max-width:400px;margin:0 auto;padding:1.25rem}

  /* Footer */
  .footer{padding:2rem}
  .footer-disclaimer{max-width:720px}
}

/* ============================================
   RESPONSIVE — LARGE DESKTOP (1280px+)
   ============================================ */
@media(min-width:1280px){
  .hero{padding:3rem 4rem 2rem}
  .hero-inner{max-width:800px}
  .hero-title{font-size:2.625rem;margin-bottom:0.75rem}
  .hero-sub{font-size:1rem;max-width:560px}
  .hero-metrics{gap:0;padding:0.875rem 2rem}
  .hm-v{font-size:1.375rem}
  .hero-illus{max-width:420px}
  .cta-hero{max-width:440px;min-height:58px;font-size:1.05rem}
  .av-circle{width:36px;height:36px;font-size:0.6rem}

  .funnel{max-width:660px}
  .wrap{max-width:1060px}
  .sec{padding:6rem 4rem}
  .sec-title{font-size:2.25rem}
  .grid-b{gap:1.25rem}
  .bcard{padding:1.75rem}
  .kpi-v{font-size:2.75rem}
  .kpi{padding:2rem 1rem}
}

/* ============================================
   REDUCED MOTION
   ============================================ */
@media(prefers-reduced-motion:reduce){
  .step,.progress-fill,.cta-main,.hero-orb,.pulse-circle,.particle,.badge-dot,.confirm-circle,.confirm-check-mark,.reveal,.reveal-child,.cta-shine,.feed-live-dot{
    transition:none!important;animation:none!important;
  }
  .reveal{opacity:1;transform:none}
  .reveal-child{opacity:1;transform:none}
}
