@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --navy:#1e3a5f;--blue:#2563eb;--blue2:#3b82f6;
  --green:#16a34a;--green2:#22c55e;
  --amber:#d97706;--grey:#f8fafc;--border:#e2e8f0;
  --text:#0f172a;--muted:#64748b;
  --shadow:0 4px 24px rgba(0,0,0,.07);
  --shadow-lg:0 8px 40px rgba(0,0,0,.12);
}
body{font-family:'Inter',system-ui,sans-serif;color:var(--text);background:#fff;-webkit-font-smoothing:antialiased}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}

/* TOP BAR */
.topbar{background:var(--navy);color:#fff;text-align:center;padding:10px 24px;font-size:13px;font-weight:500}
.topbar a{color:#fbbf24;font-weight:700}

/* HEADER */
.header{background:#fff;border-bottom:1px solid var(--border);padding:14px 24px;position:sticky;top:0;z-index:100;box-shadow:0 2px 12px rgba(0,0,0,.06)}
.header-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px}
.header-logo{height:50px;object-fit:contain}
.header-right{display:flex;align-items:center;gap:20px}
.phone-link{display:flex;align-items:center;gap:8px}
.phone-icon{font-size:18px}
.phone-info{line-height:1.3}
.phone-label{font-size:11px;color:var(--muted);font-weight:500}
.phone-number{font-size:17px;font-weight:800;color:var(--navy);white-space:nowrap}
.header-cta{background:var(--green);color:#fff;font-size:14px;font-weight:700;padding:10px 22px;border-radius:100px;white-space:nowrap;transition:background .15s}
.header-cta:hover{background:#15803d;color:#fff}
@media(max-width:600px){.phone-info{display:none}.header-cta{padding:9px 16px;font-size:13px}}
@media(max-width:400px){.header-cta{display:none}}

/* HERO */
.hero{position:relative;overflow:hidden;padding:90px 24px 110px;text-align:center;background:linear-gradient(135deg,#0c1a2e 0%,var(--navy) 100%)}
.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;opacity:.15;transition:opacity .3s}
.hero-inner{position:relative;max-width:760px;margin:0 auto}
.badge-urgency{display:inline-flex;align-items:center;gap:8px;background:var(--amber);color:#fff;font-size:12px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;padding:7px 18px;border-radius:100px;margin-bottom:28px}
.hero h1{font-size:clamp(28px,5vw,54px);font-weight:900;color:#fff;line-height:1.08;margin-bottom:20px;letter-spacing:-1.5px}
.hero h1 .hl{color:#4ade80}
.hero-sub{font-size:17px;color:rgba(255,255,255,.72);margin-bottom:14px;line-height:1.65;max-width:620px;margin-left:auto;margin-right:auto;margin-bottom:18px}
.hero-spots{font-size:13px;color:rgba(255,255,255,.5);margin-bottom:40px}
.hero-spots strong{color:#fbbf24}
.hero-btn{display:inline-block;background:linear-gradient(135deg,var(--green),var(--green2));color:#fff;font-size:17px;font-weight:700;padding:18px 52px;border-radius:100px;box-shadow:0 8px 32px rgba(22,163,74,.45);transition:transform .2s,box-shadow .2s}
.hero-btn:hover{transform:translateY(-2px);box-shadow:0 14px 40px rgba(22,163,74,.55);color:#fff}
.hero-note{margin-top:14px;font-size:13px;color:rgba(255,255,255,.4)}

/* TRUST BAR */
.trust{background:#fff;border-bottom:2px solid var(--border);display:flex;flex-wrap:wrap;justify-content:center}
.trust-item{display:flex;align-items:center;gap:10px;padding:16px 24px;border-right:1px solid var(--border);font-size:14px;font-weight:600;color:var(--text)}
.trust-item:last-child{border-right:none}
.trust-icon{width:34px;height:34px;background:var(--grey);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}
@media(max-width:640px){.trust-item{flex:1 1 48%;border-right:none;border-bottom:1px solid var(--border)}
.trust-item:nth-child(2n){border-right:none}.trust-item:nth-last-child(-n+2){border-bottom:none}}

/* LAYOUT */
.section{padding:80px 24px}
.section.bg-grey{background:var(--grey)}
.container{max-width:1100px;margin:0 auto}
.section-label{text-align:center;font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--blue2);margin-bottom:10px}
.section-title{text-align:center;font-size:clamp(22px,3.5vw,38px);font-weight:800;color:var(--navy);margin-bottom:12px;letter-spacing:-.5px}
.section-sub{text-align:center;color:var(--muted);font-size:16px;margin-bottom:52px;max-width:560px;margin-left:auto;margin-right:auto}

/* BENEFITS */
.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;max-width:960px;margin:0 auto}
.benefit-card{background:#fff;border:1px solid var(--border);border-radius:20px;padding:32px;box-shadow:var(--shadow);transition:transform .2s,box-shadow .2s}
.benefit-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}
.benefit-icon{width:52px;height:52px;background:linear-gradient(135deg,#eff6ff,#dbeafe);border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:26px;margin-bottom:18px}
.benefit-card h3{font-size:17px;font-weight:700;color:var(--navy);margin-bottom:10px}
.benefit-card p{font-size:14px;color:var(--muted);line-height:1.7}

/* PRODUCT SPLIT */
.product-split{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;max-width:1000px;margin:0 auto}
@media(max-width:700px){.product-split{grid-template-columns:1fr}.product-img{order:-1}}
.product-img{border-radius:20px;overflow:hidden;box-shadow:var(--shadow-lg)}
.product-img img{width:100%;height:340px;object-fit:cover}
.product-fiche{display:inline-block;background:#eff6ff;color:var(--blue);font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase;padding:4px 12px;border-radius:100px;margin-bottom:16px}
.product-text h3{font-size:24px;font-weight:800;color:var(--navy);margin-bottom:16px;line-height:1.2}
.check-list{list-style:none;margin-bottom:24px}
.check-list li{display:flex;gap:12px;align-items:flex-start;padding:9px 0;border-bottom:1px solid var(--border);font-size:14px;color:var(--text);line-height:1.5}
.check-list li:last-child{border:none}
.check-list li::before{content:'✓';color:var(--green);font-weight:800;font-size:15px;flex-shrink:0;margin-top:1px}
.price-tag{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:2px solid var(--green2);border-radius:16px;padding:20px 24px;text-align:center}
.price-tag .price-label{font-size:12px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}
.price-tag .price-amount{font-size:60px;font-weight:900;color:var(--green);line-height:1}
.price-tag .price-note{font-size:13px;color:var(--green);font-weight:600;margin-top:8px}

/* CIBLES */
.cible-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;max-width:820px;margin:0 auto}
.cible{background:#fff;border:1.5px solid var(--border);border-radius:12px;padding:14px 20px;display:flex;align-items:center;gap:10px;font-size:14px;font-weight:600;transition:border-color .15s,box-shadow .15s;cursor:default}
.cible:hover{border-color:var(--blue2);box-shadow:0 2px 14px rgba(59,130,246,.1)}
.cible-icon{font-size:20px;flex-shrink:0}

/* CERTIFICATIONS */
.certif-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;max-width:760px;margin:0 auto}
.certif-card{background:#fff;border:1.5px solid var(--border);border-radius:14px;padding:20px 28px;text-align:center;min-width:150px;box-shadow:var(--shadow)}
.certif-card .certif-emoji{font-size:28px;margin-bottom:8px}
.certif-card .certif-name{font-size:13px;font-weight:700;color:var(--navy)}
.certif-card .certif-sub{font-size:11px;color:var(--muted);margin-top:3px}

/* TESTIMONIALS */
.testi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:24px;max-width:960px;margin:0 auto}
.testi-card{background:#fff;border:1px solid var(--border);border-radius:20px;padding:28px;box-shadow:var(--shadow)}
.stars{color:#f59e0b;font-size:17px;letter-spacing:3px;margin-bottom:14px}
.testi-text{font-size:14px;color:var(--text);line-height:1.75;margin-bottom:20px;font-style:italic}
.testi-author{display:flex;align-items:center;gap:12px}
.testi-avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,var(--navy),var(--blue2));display:flex;align-items:center;justify-content:center;color:#fff;font-size:15px;font-weight:700;flex-shrink:0}
.testi-name{font-size:13px;font-weight:700;color:var(--navy)}
.testi-role{font-size:12px;color:var(--muted);margin-top:2px}

/* STEPS */
.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:28px;max-width:900px;margin:0 auto}
.step{text-align:center;padding:20px 12px}
.step-num{width:54px;height:54px;border-radius:50%;background:linear-gradient(135deg,var(--navy),var(--blue));color:#fff;font-size:22px;font-weight:900;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}
.step h4{font-size:15px;font-weight:700;color:var(--navy);margin-bottom:8px}
.step p{font-size:13px;color:var(--muted);line-height:1.6}

/* FORM */
.form-section{background:var(--grey);padding:80px 24px}
.form-wrap{max-width:560px;margin:0 auto}
.form-header{text-align:center;margin-bottom:28px}
.form-header h2{font-size:clamp(22px,3.5vw,32px);font-weight:800;color:var(--navy);margin-bottom:10px;letter-spacing:-.5px}
.form-header p{color:var(--muted);font-size:15px}
.urgency-bar{background:linear-gradient(90deg,#92400e,var(--amber));color:#fff;border-radius:12px;padding:12px 20px;text-align:center;font-size:14px;font-weight:600;margin-bottom:24px}
.form-box{background:#fff;border:1px solid var(--border);border-radius:24px;padding:36px;box-shadow:var(--shadow-lg)}
.row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
@media(max-width:480px){.row{grid-template-columns:1fr}}
.field{margin-bottom:16px}
label{display:block;font-size:13px;font-weight:600;color:var(--text);margin-bottom:6px}
.req{color:var(--amber)}
input,select,textarea{width:100%;border:1.5px solid var(--border);border-radius:10px;padding:13px 14px;font-size:15px;font-family:inherit;color:var(--text);background:#fff;transition:border-color .15s,box-shadow .15s}
input:focus,select:focus,textarea:focus{outline:none;border-color:var(--blue2);box-shadow:0 0 0 3px rgba(59,130,246,.1)}
select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:40px}
.rgpd{font-size:12px;color:var(--muted);margin-bottom:20px;line-height:1.6}
.btn-submit{width:100%;background:linear-gradient(135deg,var(--green),var(--green2));color:#fff;border:none;border-radius:100px;padding:17px;font-size:17px;font-weight:700;font-family:inherit;cursor:pointer;box-shadow:0 4px 20px rgba(22,163,74,.4);transition:transform .15s,box-shadow .15s;letter-spacing:.2px}
.btn-submit:hover{transform:translateY(-1px);box-shadow:0 8px 30px rgba(22,163,74,.5)}
.form-reassurance{display:flex;justify-content:center;gap:20px;margin-top:14px;flex-wrap:wrap}
.re-item{font-size:12px;color:var(--muted);display:flex;align-items:center;gap:5px}
.re-item::before{content:'✓';color:var(--green);font-weight:800}
.success-msg{display:none;text-align:center;padding:40px 20px}
.success-icon{font-size:52px;margin-bottom:16px}
.success-msg h3{font-size:24px;font-weight:800;color:var(--navy);margin-bottom:10px}
.success-msg p{color:var(--muted);font-size:15px;line-height:1.6}

/* FOOTER */
footer{background:var(--navy);color:rgba(255,255,255,.5);font-size:13px;line-height:1.8;padding:52px 24px 28px}
.footer-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px;padding-bottom:36px;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:24px}
.footer-col h4{color:#fff;font-size:14px;font-weight:700;margin-bottom:14px}
.footer-col p,.footer-col a{color:rgba(255,255,255,.5);display:block;margin-bottom:5px;font-size:13px;transition:color .15s}
.footer-col a:hover{color:rgba(255,255,255,.9)}
.footer-bottom{max-width:1100px;margin:0 auto;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;font-size:12px;color:rgba(255,255,255,.35)}
.footer-bottom a{color:rgba(255,255,255,.35)}
.footer-bottom a:hover{color:rgba(255,255,255,.7)}
