/*
Theme Name: KING365TV
Theme URI: http://localhost:2020
Author: Mohamed
Description: Thème ultra-léger optimisé SEO pour KING365TV - Abonnement TV France 8K.
Version: 2.0.4
Requires at least: 6.0
Requires PHP: 7.4
License: GPL v2 or later
Text Domain: iptv-pro
*/

/* ---------- RESET ---------- */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;line-height:1.6;color:#1a2238;background:#fff;font-size:16px;overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
button{font:inherit;cursor:pointer;border:0;background:none;color:inherit}
ul{list-style:none}

/* ---------- TOKENS ---------- */
:root{
  --navy:#0a1530;
  --navy-2:#142042;
  --navy-3:#1a2950;
  --primary:#0093e9;
  --primary-2:#00b4ff;
  --primary-dark:#0066b3;
  --light-blue:#eef4fb;
  --sky:#dbeafe;
  --text:#1a2238;
  --text-light:#5a6478;
  --muted:#8b95a8;
  --border:#e5e9f2;
  --red-bg:#fee2e2;
  --red:#ef4444;
  --green:#22c55e;
  --gold:#facc15;
  --white:#fff;
  --radius:14px;
  --max:1200px;
  --shadow:0 10px 30px -10px rgba(0,147,233,.25);
  --shadow-card:0 2px 12px rgba(10,21,48,.06);
}

.container{max-width:var(--max);margin:0 auto;padding:0 20px}

/* ---------- TOP STRIP (announcement) ---------- */
.top-strip{background:linear-gradient(90deg,#f97316,#fb923c,#f59e0b);color:#fff;text-align:center;padding:9px 14px;font-size:13px;font-weight:600;letter-spacing:.2px;line-height:1.3}
.top-strip span{display:inline-flex;align-items:center;gap:6px;flex-wrap:wrap;justify-content:center}
.top-strip .cd{background:rgba(0,0,0,.18);padding:2px 8px;border-radius:6px;font-weight:800;font-variant-numeric:tabular-nums;font-size:12px}
.top-strip .ts-short{display:none}
@media (max-width:560px){
  .top-strip{padding:6px 10px;font-size:11.5px}
  .top-strip .cd{font-size:11px;padding:1px 6px}
  .top-strip .ts-full{display:none}
  .top-strip .ts-short{display:inline}
}

/* ---------- HEADER ---------- */
.site-header{position:sticky;top:0;z-index:50;background:var(--navy);border-bottom:1px solid rgba(255,255,255,.05);transition:box-shadow .2s}
.site-header.is-scrolled{box-shadow:0 6px 24px rgba(0,0,0,.3)}
.site-header .wrap{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:14px 20px;max-width:var(--max);margin:0 auto;gap:20px}
.site-header .logo{justify-self:start}
.site-header .nav-main{justify-self:center}
.site-header > .wrap > .header-cta{justify-self:end}
.logo{display:flex;align-items:center;gap:8px;font-weight:900;font-size:24px;color:#fff;white-space:nowrap}
.logo-main{color:var(--primary-2);font-weight:900;letter-spacing:-.5px;font-size:26px}
.logo-sub{font-size:9px;color:#fff;letter-spacing:2px;font-weight:600;line-height:1;margin-top:2px;text-transform:uppercase;opacity:.7}
.logo-wrap{display:flex;flex-direction:column;line-height:1}
.nav-main{display:flex;gap:24px;align-items:center}
.nav-main a{font-size:14.5px;font-weight:500;color:#cfd5e3;transition:color .2s}
.nav-main a:hover{color:var(--primary-2)}
.header-cta{background:linear-gradient(135deg,#0093e9,#00b4ff);color:#fff;padding:9px 18px;border-radius:99px;font-weight:700;font-size:13.5px;box-shadow:0 6px 18px -6px rgba(0,147,233,.55);transition:transform .15s}
.header-cta:hover{transform:translateY(-1px);color:#fff}

/* ---------- HEADER WhatsApp pill ---------- */
.header-wa{position:relative;display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#1ebd5f,#25d366);color:#fff;padding:7px 18px 7px 12px;border-radius:99px;text-decoration:none;font-weight:600;line-height:1.1;transition:transform .15s,box-shadow .2s;box-shadow:0 6px 18px -6px rgba(37,211,102,.5)}
.header-wa:hover{transform:translateY(-1px);color:#fff;box-shadow:0 10px 24px -8px rgba(37,211,102,.7)}
.header-wa .wa-icon{display:flex;width:30px;height:30px;background:rgba(255,255,255,.15);border-radius:50%;align-items:center;justify-content:center;flex:0 0 30px}
.header-wa .wa-text{display:flex;flex-direction:column;line-height:1.1}
.header-wa .wa-label{font-size:11px;font-weight:500;opacity:.9;letter-spacing:.2px}
.header-wa .wa-number{font-size:14px;font-weight:800;letter-spacing:.3px}
.header-wa .wa-pulse{position:absolute;top:8px;left:8px;width:8px;height:8px;background:#86efac;border-radius:50%;box-shadow:0 0 0 0 rgba(134,239,172,.7);animation:wapulse 1.8s ease-out infinite}
@keyframes wapulse{
  0%{box-shadow:0 0 0 0 rgba(134,239,172,.7)}
  70%{box-shadow:0 0 0 8px rgba(134,239,172,0)}
  100%{box-shadow:0 0 0 0 rgba(134,239,172,0)}
}
.menu-toggle{display:none;font-size:22px;color:#fff;background:rgba(255,255,255,.06);width:38px;height:38px;border-radius:8px;align-items:center;justify-content:center}
.nav-close{display:none}
.nav-backdrop{display:none}

/* ---------- TRUST LINE (under hero buttons) ---------- */
.trust-line{display:flex;gap:18px;justify-content:center;flex-wrap:wrap;margin-top:18px;font-size:13px;color:#cfd5e3}
.trust-line .ti{display:inline-flex;align-items:center;gap:6px}
.trust-line .ti::before{content:"";width:16px;height:16px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2322c55e'%3E%3Cpath d='M12 2a10 10 0 100 20 10 10 0 000-20zm-1 14.5l-4-4 1.5-1.5L11 13.5l5.5-5.5L18 9.5l-7 7z'/%3E%3C/svg%3E") center/contain no-repeat;display:inline-block}

/* ---------- LIVE ACTIVITY ---------- */
.live-activity{display:inline-flex;align-items:center;gap:10px;background:rgba(34,197,94,.1);border:1px solid rgba(34,197,94,.3);padding:6px 14px;border-radius:99px;font-size:12.5px;color:#86efac;margin-top:18px}
.live-activity .live-dot{width:7px;height:7px;background:#22c55e;border-radius:50%;box-shadow:0 0 8px #22c55e;animation:pulse 1.4s ease-in-out infinite}

/* ---------- HERO ---------- */
.hero{position:relative;background:linear-gradient(180deg,#0a1530,#0a1a3d);color:#fff;padding:60px 0 80px;overflow:hidden;text-align:center}
.hero::before{content:"";position:absolute;inset:0;background:radial-gradient(900px circle at 50% 0%,rgba(0,147,233,.15),transparent 60%);pointer-events:none}
.hero::after{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cpath d='M30 30L0 0M30 30L60 0M30 30L60 60M30 30L0 60' stroke='%23ffffff' stroke-opacity='.02' fill='none'/%3E%3C/svg%3E");opacity:.4;pointer-events:none}
.hero .container{position:relative;z-index:2}
.rating-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);padding:8px 18px;border-radius:99px;font-size:13.5px;margin-bottom:28px;color:#e2e8f0}
.rating-badge .stars{color:var(--gold);letter-spacing:1px}
.hero h1{font-size:clamp(34px,5.5vw,58px);font-weight:800;line-height:1.1;letter-spacing:-1px;margin-bottom:20px}
.hero h1 span.accent{color:var(--primary-2)}
.hero-tagline{font-size:clamp(18px,2.4vw,24px);color:var(--primary-2);font-weight:600;margin-bottom:20px}
.hero-desc{font-size:16.5px;color:#cfd5e3;max-width:720px;margin:0 auto 28px;line-height:1.65}
.hero-pills{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:32px}
.pill{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);padding:8px 18px;border-radius:99px;font-size:14px;color:#e2e8f0}
.pill::before{content:"✓ ";color:var(--green);font-weight:700}
.hero-cta{display:flex;flex-direction:column;gap:14px;justify-content:center;align-items:center;margin-bottom:24px;max-width:340px;margin-left:auto;margin-right:auto}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:16px 36px;border-radius:99px;font-weight:700;font-size:15px;transition:all .2s;white-space:nowrap;width:100%}
.btn-primary{background:linear-gradient(135deg,#0093e9,#00b4ff);color:#fff;box-shadow:var(--shadow)}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 14px 40px -10px rgba(0,147,233,.55)}
.btn-light{background:#3b82f6;color:#fff}
.btn-light:hover{background:#2563eb}
.btn-white{background:#fff;color:var(--navy)}
.btn-white:hover{transform:translateY(-2px)}
.offer-banner{display:inline-flex;align-items:center;gap:8px;background:rgba(250,204,21,.1);border:1px solid rgba(250,204,21,.3);color:#fde68a;padding:10px 20px;border-radius:99px;font-size:14px;font-weight:500;margin-bottom:40px}

/* ---------- HERO STATS ---------- */
.hero-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;max-width:900px;margin:0 auto}
.hero-stat{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);padding:18px 12px;border-radius:14px;text-align:center}
.hero-stat .num{font-size:clamp(20px,2.6vw,28px);font-weight:900;color:#fff;line-height:1}
.hero-stat .lbl{font-size:12.5px;color:#9aa3b8;margin-top:6px;text-transform:uppercase;letter-spacing:.5px}

/* ---------- SECTIONS ---------- */
section.block{padding:90px 0}
.section-label{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:99px;font-size:13px;font-weight:600;margin-bottom:18px}
.label-red{background:var(--red-bg);color:#dc2626}
.label-green{background:#dcfce7;color:#16a34a}
.label-blue{background:#dbeafe;color:#1d4ed8}
.label-orange{background:#fed7aa;color:#c2410c}
.label-purple{background:#f3e8ff;color:#7e22ce}
.section-title{text-align:center;margin-bottom:50px}
.section-title h2{font-size:clamp(28px,4vw,42px);font-weight:800;letter-spacing:-1px;color:var(--navy);margin-bottom:14px;line-height:1.2}
.section-title h2 .accent{color:var(--primary)}
.section-title p{color:var(--text-light);font-size:16.5px;max-width:680px;margin:0 auto;line-height:1.65}

/* ---------- PROBLEM CARDS ---------- */
.problem-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:48px}
.problem-card{background:#fff5f5;border:1px solid #fecaca;border-radius:var(--radius);padding:26px 20px;text-align:center}
.problem-card .icon{width:50px;height:50px;background:var(--red-bg);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;font-size:20px;color:var(--red)}
.problem-card h3{font-size:16px;font-weight:700;color:#991b1b;margin-bottom:10px}
.problem-card p{font-size:13.5px;color:#7c2222;line-height:1.6}
.solution-link{text-align:center;margin-bottom:40px}
.solution-link a{color:var(--primary);font-weight:600;font-size:15px}
.solution-link a:hover{text-decoration:underline}

/* ---------- COMPARISON TABLE ---------- */
.compare-wrap{max-width:780px;margin:0 auto;background:#fff;border-radius:16px;box-shadow:var(--shadow-card);overflow:hidden;border:1px solid var(--border)}
.compare-wrap table{width:100%;border-collapse:collapse}
.compare-wrap th,.compare-wrap td{padding:16px 20px;text-align:center;font-size:14.5px;border-bottom:1px solid var(--border)}
.compare-wrap thead th{background:#f8fafc;color:var(--navy);font-weight:700;font-size:14px;text-transform:uppercase;letter-spacing:.5px}
.compare-wrap thead th:nth-child(2){color:var(--red)}
.compare-wrap thead th:nth-child(3){color:var(--primary)}
.compare-wrap td:first-child{text-align:left;font-weight:600;color:var(--navy)}
.compare-wrap .bad{color:var(--red);font-weight:500}
.compare-wrap .good{color:var(--green);font-weight:600}
.compare-wrap .bad::before{content:"✕ "}
.compare-wrap .good::before{content:"✓ "}
.compare-wrap tbody tr:last-child td{border-bottom:0}
.compare-cta{text-align:center;margin-top:32px}
.compare-cta p{color:var(--text-light);margin-bottom:18px}

/* ---------- FEATURES GRID ---------- */
.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-bottom:48px}
.feature-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:28px;box-shadow:var(--shadow-card);transition:all .25s}
.feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px -10px rgba(0,147,233,.25);border-color:rgba(0,147,233,.3)}
.feature-card .icon-box{width:50px;height:50px;background:linear-gradient(135deg,#0093e9,#00b4ff);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:22px;color:#fff;margin-bottom:18px}
.feature-card h3{font-size:18px;font-weight:700;color:var(--navy);margin-bottom:10px}
.feature-card p{font-size:14.5px;color:var(--text-light);line-height:1.6;margin-bottom:14px}
.feature-card .extra{font-size:13px;color:var(--primary);font-weight:600}

/* ---------- WHY US ---------- */
.why-us{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;margin-top:60px}
.why-img{background:linear-gradient(135deg,#0093e9,#00b4ff);border-radius:16px;padding:30px;color:#fff;min-height:280px;display:flex;flex-direction:column;justify-content:center;text-align:center;box-shadow:var(--shadow)}
.why-img h3{font-size:22px;font-weight:800;margin-bottom:10px}
.why-img p{opacity:.95;font-size:14.5px;line-height:1.6}
.why-img .small-pills{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;margin-top:14px;font-size:12px;color:#fff;opacity:.85}
.why-img .small-pills span:not(:last-child)::after{content:"•";margin-left:8px}
.why-list h3{font-size:24px;font-weight:800;color:var(--navy);margin-bottom:26px;letter-spacing:-.5px;line-height:1.3}
.why-list .item{display:flex;gap:14px;margin-bottom:20px}
.why-list .check{flex:0 0 26px;width:26px;height:26px;border-radius:50%;background:#dcfce7;color:var(--green);display:flex;align-items:center;justify-content:center;font-weight:900;font-size:14px}
.why-list .item h4{font-size:16px;font-weight:700;color:var(--navy);margin-bottom:4px}
.why-list .item p{font-size:14px;color:var(--text-light);line-height:1.55}

/* ---------- TESTIMONIALS ---------- */
.testimonials-section{background:var(--light-blue)}
.test-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;max-width:980px;margin:0 auto 44px}
.test-stat{background:#fff;padding:24px 16px;border-radius:14px;text-align:center;box-shadow:var(--shadow-card)}
.test-stat .icon-mini{color:var(--primary);font-size:22px;margin-bottom:6px}
.test-stat .num{font-size:clamp(22px,3vw,32px);font-weight:900;color:var(--primary);line-height:1}
.test-stat .lbl{font-size:13px;color:var(--text-light);margin-top:6px}
.test-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;max-width:980px;margin:0 auto 40px}
.test-card{background:#fff;padding:22px 24px;border-radius:14px;box-shadow:var(--shadow-card);position:relative}
.test-card .quote-icon{color:#cbd5e1;font-size:22px;margin-bottom:6px;line-height:1}
.test-card .stars{color:var(--gold);font-size:14px;letter-spacing:1px;margin-bottom:12px}
.test-card .text{font-size:14.5px;color:var(--text);line-height:1.6;margin-bottom:18px;font-style:italic}
.test-card .author{display:flex;justify-content:space-between;align-items:center;padding-top:14px;border-top:1px solid var(--border);font-size:13px}
.test-card .who{display:flex;align-items:center;gap:10px}
.test-card .avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#0093e9,#00b4ff);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px}
.test-card .name{font-weight:600;color:var(--navy)}
.test-card .city{font-size:12px;color:var(--text-light);margin-top:1px}
.test-card .verified{color:var(--green);font-size:12px;font-weight:600;text-align:right}
.test-card .verified small{display:block;color:var(--primary);font-weight:500;font-size:11px;margin-top:2px}

/* ---------- CHANNELS PILLS ---------- */
.channels-pills{text-align:center;max-width:880px;margin:0 auto}
.channels-pills .label{color:var(--text-light);font-size:14.5px;margin-bottom:18px}
.channels-pills .chips{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:24px}
.chip{background:#fff;padding:10px 22px;border-radius:99px;font-size:14px;font-weight:500;color:var(--navy);border:1px solid var(--border);box-shadow:var(--shadow-card)}
.chip-cta{background:linear-gradient(135deg,#0093e9,#00b4ff);color:#fff;border:0;font-weight:600}

/* ---------- PRICING (NAVY) ---------- */
.pricing-section{background:var(--navy);color:#fff}
.pricing-section .section-title h2{color:#fff}
.pricing-section .section-title p{color:#cfd5e3}
.offer-ribbon{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#f97316,#fb923c);color:#fff;padding:10px 22px;border-radius:99px;font-weight:600;font-size:14px;margin-bottom:36px}
.pricing-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;max-width:1100px;margin:0 auto;align-items:stretch}
.price-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:30px 22px;text-align:center;transition:all .25s;position:relative;display:flex;flex-direction:column}
.price-card:hover{transform:translateY(-4px);border-color:rgba(0,147,233,.4)}
.price-card.popular{background:linear-gradient(180deg,rgba(0,147,233,.15),rgba(0,147,233,.05));border-color:rgba(0,180,255,.55);transform:translateY(-6px);box-shadow:0 20px 50px -15px rgba(0,147,233,.4)}
.price-card.popular:hover{transform:translateY(-10px)}
.popular-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:linear-gradient(135deg,#f59e0b,#f97316);color:#fff;padding:5px 16px;border-radius:99px;font-size:11.5px;font-weight:800;letter-spacing:1px;text-transform:uppercase;white-space:nowrap;box-shadow:0 6px 18px -4px rgba(249,115,22,.5)}
.price-anchor{color:#9aa3b8;text-decoration:line-through;font-size:14px;margin-bottom:2px;display:block;height:18px}
.price-save{display:inline-block;background:rgba(34,197,94,.15);color:#86efac;padding:3px 10px;border-radius:99px;font-size:11.5px;font-weight:700;margin-bottom:14px;letter-spacing:.3px}
.price-card ul{margin-bottom:auto;padding-bottom:24px}
.price-card h3{font-size:18px;font-weight:700;margin-bottom:14px;color:#fff}
.price-card .amount{font-size:46px;font-weight:900;color:#fff;line-height:1;margin-bottom:4px}
.price-card .amount .currency{font-size:24px;vertical-align:top;margin-left:2px}
.price-card .per{color:var(--primary-2);font-size:13px;margin-bottom:24px;font-weight:500}
.price-card ul{text-align:left;margin-bottom:28px;display:flex;flex-direction:column;gap:10px}
.price-card li{font-size:13.5px;color:#cfd5e3;padding-left:22px;position:relative}
.price-card li::before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:700}
.price-card .btn{width:100%;padding:13px 20px;font-size:14px;border-radius:10px}
.price-card.tier-3 .btn{background:#1e3a5f;color:#fff}
.price-card.tier-6 .btn{background:#0f766e;color:#fff}
.price-card.tier-12 .btn{background:linear-gradient(135deg,#0093e9,#00b4ff);color:#fff}
.price-card.tier-24 .btn{background:linear-gradient(135deg,#f97316,#fb923c);color:#fff}
.price-card .btn:hover{transform:translateY(-2px);opacity:.95}
.pricing-perks{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;max-width:900px;margin:50px auto 0}
.perk{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:22px;text-align:center}
.perk .icon{font-size:24px;margin-bottom:10px}
.perk h4{font-size:15px;font-weight:700;color:#fff;margin-bottom:4px}
.perk p{font-size:13px;color:#9aa3b8}

/* ---------- HOW IT WORKS (steps) ---------- */
.steps-list{max-width:780px;margin:0 auto;position:relative}
.steps-list::before{content:"";position:absolute;left:24px;top:30px;bottom:30px;width:2px;background:linear-gradient(180deg,var(--primary),transparent);opacity:.3}
.step-row{display:flex;gap:18px;align-items:flex-start;margin-bottom:18px;position:relative}
.step-num{flex:0 0 50px;width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#0093e9,#00b4ff);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:20px;box-shadow:var(--shadow);position:relative;z-index:1}
.step-box{flex:1;background:#fff;border:1px solid var(--border);border-radius:14px;padding:20px 22px;display:flex;justify-content:space-between;align-items:center;gap:14px;box-shadow:var(--shadow-card)}
.step-box .left{display:flex;gap:12px;align-items:flex-start;flex:1}
.step-box .step-icon{flex:0 0 36px;width:36px;height:36px;border-radius:8px;background:var(--light-blue);color:var(--primary);display:flex;align-items:center;justify-content:center;font-size:16px}
.step-box h4{font-size:16px;font-weight:700;color:var(--navy);margin-bottom:3px}
.step-box p{font-size:13.5px;color:var(--text-light)}
.step-time{flex:0 0 auto;background:#dcfce7;color:#16a34a;padding:6px 12px;border-radius:99px;font-size:12px;font-weight:600}

/* ---------- WHAT YOU GET BOX ---------- */
.get-box{background:linear-gradient(135deg,#0093e9,#00b4ff);color:#fff;border-radius:18px;padding:32px;max-width:920px;margin:50px auto 0;box-shadow:var(--shadow)}
.get-box h3{text-align:center;font-size:20px;font-weight:700;margin-bottom:22px}
.get-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.get-item{background:rgba(255,255,255,.12);padding:12px 14px;border-radius:10px;font-size:13.5px;display:flex;align-items:center;gap:8px}
.get-item::before{content:"✓";color:#fff;font-weight:800}

/* ---------- FAQ ---------- */
.faq{max-width:780px;margin:0 auto}
.faq-item{background:#fff;border:1px solid var(--border);border-radius:14px;margin-bottom:12px;box-shadow:var(--shadow-card)}
.faq-item summary{padding:18px 22px;cursor:pointer;font-weight:600;color:var(--navy);display:flex;align-items:flex-start;gap:14px;list-style:none;font-size:15px}
.faq-item summary::-webkit-details-marker{display:none}
.faq-q-icon{flex:0 0 32px;width:32px;height:32px;border-radius:8px;background:var(--light-blue);color:var(--primary);display:flex;align-items:center;justify-content:center;font-size:14px}
.faq-q-text{flex:1}
.faq-item .answer{padding:0 22px 20px 70px;color:var(--text-light);font-size:14.5px;line-height:1.7}

/* ---------- FINAL CTA ---------- */
.final-cta{background:linear-gradient(135deg,#0066b3,#0093e9 60%,#00d4ff);color:#fff;border-radius:18px;padding:50px;text-align:center;max-width:980px;margin:0 auto;box-shadow:var(--shadow)}
.final-cta .ribbon{display:inline-flex;align-items:center;gap:8px;background:rgba(239,68,68,.9);color:#fff;padding:8px 18px;border-radius:99px;font-weight:600;font-size:13px;margin-bottom:18px}
.final-cta h2{font-size:clamp(26px,4vw,38px);font-weight:800;margin-bottom:26px;letter-spacing:-.5px;line-height:1.2}
.final-cta .nums{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;max-width:600px;margin:0 auto 28px}
.final-cta .num-box{background:rgba(255,255,255,.15);padding:18px;border-radius:12px}
.final-cta .num-box .v{font-size:clamp(22px,3vw,30px);font-weight:900}
.final-cta .num-box .l{font-size:12.5px;opacity:.9;margin-top:4px}
.final-cta .btn{max-width:280px;margin:0 auto;display:flex}
.final-cta .trust-mini{margin-top:18px;display:flex;gap:18px;justify-content:center;flex-wrap:wrap;font-size:13px;opacity:.95}
.final-cta .trust-mini span::before{content:"✓ "}

/* ---------- RENEW CTA ---------- */
.renew-box{background:linear-gradient(135deg,#3b82f6,#0093e9);color:#fff;border-radius:14px;padding:24px 30px;max-width:520px;margin:30px auto 0;text-align:center}
.renew-box h3{font-size:18px;font-weight:700;margin-bottom:6px}
.renew-box p{opacity:.92;font-size:14px;margin-bottom:14px}
.renew-box .btn{background:#fff;color:var(--primary-dark);max-width:260px;margin:0 auto;display:flex}

/* ---------- HELP BOX ---------- */
.help-box{background:linear-gradient(135deg,#0093e9,#00d4ff);color:#fff;border-radius:14px;padding:26px;max-width:780px;margin:40px auto 0;text-align:center}
.help-box h3{font-size:18px;font-weight:700;margin-bottom:14px}
.help-box .addr,.help-box .email{font-size:14px;margin:6px 0;opacity:.95}

/* ---------- NEWSLETTER STRIP ---------- */
.news-strip{background:linear-gradient(135deg,#0093e9 0%,#00b4ff 50%,#00d4ff 100%);padding:40px 0;color:#fff;position:relative;overflow:hidden}
.news-strip::after{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cpath d='M0 20h40M20 0v40' stroke='%23ffffff' stroke-opacity='.05' fill='none'/%3E%3C/svg%3E");opacity:.6;pointer-events:none}
.news-inner{display:grid;grid-template-columns:1.4fr 1fr;gap:40px;align-items:center;position:relative;z-index:1}
.news-eyebrow{display:inline-block;background:rgba(255,255,255,.18);padding:4px 12px;border-radius:99px;font-size:11.5px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:10px}
.news-title{font-size:clamp(18px,2.4vw,24px);font-weight:700;line-height:1.35;margin-bottom:8px;letter-spacing:-.3px}
.news-sub{font-size:14px;opacity:.95}
.news-form{position:relative;display:flex;gap:10px;background:#fff;padding:6px;border-radius:99px;box-shadow:0 10px 30px -8px rgba(10,21,48,.3)}
.news-form input{flex:1;border:0;background:transparent;padding:12px 18px;font-size:15px;outline:none;color:var(--navy);min-width:0}
.btn-news{background:linear-gradient(135deg,#0a1530,#1a2950);color:#fff;border-radius:99px;padding:12px 22px;font-weight:700;font-size:14px;cursor:pointer;white-space:nowrap;transition:transform .15s}
.btn-news:hover{transform:translateY(-1px)}
.news-ok{display:none;position:absolute;bottom:-32px;left:0;right:0;text-align:center;font-size:13px;font-weight:600;color:#fff}
.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}

/* ---------- FOOTER (multi-cols) ---------- */
.site-footer--cols{background:linear-gradient(180deg,#0a1530,#070c20);color:#a8b0c4;padding:60px 0 24px}
.foot-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:50px;margin-bottom:36px}
.foot-col{}
.foot-brand .foot-logo{margin-bottom:16px}
.foot-brand .logo-main{color:var(--primary-2);font-weight:900;font-size:30px;display:inline-block;line-height:1}
.foot-brand .logo-sub{display:block;font-size:9px;color:#fff;opacity:.55;letter-spacing:2px;text-transform:uppercase;margin-top:3px}
.foot-tagline{font-size:14px;line-height:1.65;color:#a8b0c4;margin-bottom:18px;max-width:340px}
.foot-badges{display:flex;gap:10px;flex-wrap:wrap}
.foot-badge{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);padding:6px 12px;border-radius:99px;font-size:12.5px;color:#cfd5e3;display:inline-flex;align-items:center;gap:6px}
.foot-badge .dot{width:7px;height:7px;background:var(--green);border-radius:50%;box-shadow:0 0 8px var(--green);animation:pulse 1.8s ease-in-out infinite}
.foot-h{color:#fff;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:18px;position:relative;padding-bottom:10px}
.foot-h::after{content:"";position:absolute;bottom:0;left:0;width:24px;height:2px;background:var(--primary-2);border-radius:2px}
.foot-list{display:flex;flex-direction:column;gap:10px}
.foot-list a{color:#a8b0c4;font-size:14px;transition:color .2s,padding .2s;display:inline-block}
.foot-list a:hover{color:var(--primary-2);padding-left:4px}
.foot-contact-list{display:flex;flex-direction:column;gap:14px;margin-bottom:22px}
.foot-contact-list li{display:flex;gap:12px;align-items:flex-start;font-size:13.5px;color:#cfd5e3;line-height:1.6}
.foot-contact-list .ci{flex:0 0 26px;width:26px;height:26px;border-radius:8px;background:rgba(0,147,233,.15);color:var(--primary-2);display:flex;align-items:center;justify-content:center;font-size:13px}
.foot-contact-list a{color:#cfd5e3}
.foot-contact-list a:hover{color:var(--primary-2)}
.foot-social{display:flex;gap:10px}
.foot-social a{width:36px;height:36px;border-radius:10px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;color:#cfd5e3;transition:all .2s}
.foot-social a:hover{background:var(--primary);color:#fff;border-color:transparent;transform:translateY(-2px)}

.foot-divider{height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);margin:0 0 28px}

.foot-pay{display:flex;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap;margin-bottom:26px;padding-bottom:24px;border-bottom:1px solid rgba(255,255,255,.05)}
.pay-label{font-size:12.5px;color:#7a8298;text-transform:uppercase;letter-spacing:1.5px;font-weight:600}
.footer-payments{display:flex;gap:8px;flex-wrap:wrap}
.pay{background:#fff;padding:6px 12px;border-radius:6px;font-weight:800;font-size:11.5px;color:#1a2238;min-width:60px;text-align:center;letter-spacing:.5px;line-height:1.4}
.pay-visa{color:#1a1f71}
.pay-mc{color:#eb001b}
.pay-mae{color:#0099df}
.pay-pp{color:#003087}
.pay-disc{color:#ff6600}
.pay-secure{font-size:12.5px;color:#7a8298;display:flex;align-items:center;gap:6px}

.foot-bottom{display:flex;justify-content:space-between;align-items:center;gap:18px;flex-wrap:wrap;font-size:12.5px;color:#7a8298}
.foot-bottom-left{}
.foot-mini{display:flex;gap:18px;flex-wrap:wrap}
.foot-mini a{color:#7a8298;transition:color .2s;font-size:12.5px}
.foot-mini a:hover{color:var(--primary-2)}

@media (max-width:920px){
  .news-inner{grid-template-columns:1fr;gap:24px}
  .news-form{flex-direction:column;border-radius:14px;padding:14px}
  .btn-news{width:100%;padding:14px 22px}
  .foot-grid{grid-template-columns:1fr 1fr;gap:36px}
  .foot-pay{flex-direction:column;gap:14px}
  .foot-bottom{flex-direction:column;text-align:center;gap:14px}
  .foot-mini{justify-content:center}
}
@media (max-width:560px){
  .foot-grid{grid-template-columns:1fr;gap:32px}
}

/* ---------- FLOATING WHATSAPP (desktop only) ---------- */
.float-wa{
  position:fixed;bottom:24px;right:24px;
  width:58px;height:58px;border-radius:50%;
  background:#25d366;color:#fff;
  display:flex;align-items:center;justify-content:center;
  font-size:28px;text-decoration:none;
  box-shadow:0 8px 24px rgba(37,211,102,.45);
  z-index:99;
  transition:transform .15s
}
.float-wa:hover{transform:scale(1.08);color:#fff}

/* ---------- MOBILE STICKY BAR ---------- */
.mobile-bar{display:none;position:fixed;left:0;right:0;bottom:0;background:#fff;border-top:1px solid var(--border);padding:10px 12px;z-index:98;box-shadow:0 -8px 24px rgba(10,21,48,.12);gap:8px}
.mobile-bar .mb-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:12px 10px;border-radius:10px;font-weight:700;font-size:14px}
.mobile-bar .mb-order{background:linear-gradient(135deg,#0093e9,#00b4ff);color:#fff;box-shadow:0 6px 18px -6px rgba(0,147,233,.6)}
.mobile-bar .mb-wa{background:#25d366;color:#fff}
.mobile-bar .mb-call{background:#fff;border:1px solid var(--border);color:var(--navy)}

/* ---------- GUARANTEE BOX (risk reversal) ---------- */
.guarantee-box{background:#fff;border:2px dashed #22c55e;border-radius:16px;padding:24px;max-width:780px;margin:36px auto 0;display:flex;gap:18px;align-items:center}
.guarantee-box .gb-icon{flex:0 0 56px;width:56px;height:56px;background:#dcfce7;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:26px}
.guarantee-box h4{font-size:17px;font-weight:800;color:#15803d;margin-bottom:4px}
.guarantee-box p{font-size:13.5px;color:#166534;line-height:1.55}

/* ---------- CTA INLINE ---------- */
.cta-inline{background:linear-gradient(135deg,#0a1530,#1a2950);color:#fff;border-radius:16px;padding:28px;text-align:center;max-width:680px;margin:36px auto 0}
.cta-inline h3{font-size:20px;font-weight:700;margin-bottom:10px}
.cta-inline p{color:#cfd5e3;margin-bottom:16px;font-size:14.5px}
.cta-inline .btn{max-width:260px;margin:0 auto;display:flex}

/* ---------- MOBILE ---------- */
@media (max-width:920px){
  .site-header{position:sticky}
  .site-header .wrap{display:flex;justify-content:space-between;align-items:center;position:relative}
  .nav-main{display:none}
  .nav-main.open{
    display:flex;flex-direction:column;gap:0;
    position:fixed;top:0;right:0;bottom:0;left:auto;
    width:84%;max-width:340px;
    background:linear-gradient(180deg,#0e1a3d,#0a1530);
    padding:80px 0 30px;
    border-top:0;border-left:1px solid rgba(255,255,255,.08);
    box-shadow:-20px 0 50px rgba(0,0,0,.4);
    z-index:60;
    overflow-y:auto;
    animation:drawerIn .22s ease-out;
  }
  .nav-main.open a{
    padding:16px 24px;
    border-bottom:1px solid rgba(255,255,255,.05);
    color:#e2e8f0;font-size:16px;font-weight:500;
    display:flex;align-items:center;gap:10px;
    transition:background .15s,padding .15s
  }
  .nav-main.open a:hover{background:rgba(0,147,233,.08);padding-left:30px;color:var(--primary-2)}
  .nav-main.open a::before{content:"›";color:var(--primary-2);margin-right:6px;font-weight:700}
  .nav-main.open a.header-cta{
    margin:18px 24px 0;border:0;border-radius:99px;
    justify-content:center;text-align:center;
    background:linear-gradient(135deg,#0093e9,#00b4ff);
    color:#fff;font-weight:700;padding:14px 22px
  }
  .nav-main.open a.header-cta::before{content:""}
  /* Close button (✕) inside drawer */
  .nav-main.open .nav-close{
    position:absolute;top:14px;right:14px;
    width:42px;height:42px;border-radius:50%;
    background:rgba(255,255,255,.08);
    color:#fff;border:0;cursor:pointer;
    font-size:18px;line-height:1;
    display:flex;align-items:center;justify-content:center;
    transition:background .15s,transform .15s;
    z-index:2
  }
  .nav-close:hover{background:rgba(255,255,255,.15);transform:rotate(90deg)}
  /* Backdrop (real element, clickable) */
  .nav-backdrop{
    display:none;
    position:fixed;inset:0;
    background:rgba(0,0,0,.55);
    z-index:55;
    animation:fadeIn .22s ease-out;
    cursor:pointer;
  }
  .nav-backdrop.open{display:block}
  @keyframes drawerIn{from{transform:translateX(100%)}to{transform:translateX(0)}}
  @keyframes fadeIn{from{opacity:0}to{opacity:1}}
  .menu-toggle{display:flex;order:99}
  .menu-toggle[aria-expanded="true"]{background:rgba(0,147,233,.2);color:var(--primary-2)}
  /* Cacher le Commander du header sur mobile : le bar du bas en a déjà un */
  .site-header > .wrap > .header-cta{display:none}
  body.menu-open{overflow:hidden}
  /* Cacher le bouton flottant WhatsApp sur mobile (le bar du bas a déjà WhatsApp) */
  .float-wa{display:none}
  /* Réduire le logo sur mobile pour libérer de l'espace */
  .logo-main{font-size:22px}
  .logo-sub{font-size:8px;letter-spacing:1.4px}
  .site-header .wrap{padding:10px 14px;gap:10px}
  .mobile-bar{display:flex}
  body{padding-bottom:72px}
  .price-card.popular{transform:none}
  .guarantee-box{flex-direction:column;text-align:center;gap:12px}
  .hero-stats{grid-template-columns:repeat(2,1fr)}
  .problem-grid{grid-template-columns:repeat(2,1fr)}
  .features-grid{grid-template-columns:1fr}
  .pricing-grid{grid-template-columns:repeat(2,1fr)}
  .pricing-perks{grid-template-columns:1fr}
  .why-us{grid-template-columns:1fr;gap:30px}
  .test-stats{grid-template-columns:repeat(2,1fr)}
  .test-grid{grid-template-columns:1fr}
  .get-grid{grid-template-columns:repeat(2,1fr)}
  .step-box{flex-direction:column;align-items:flex-start}
  .hero{padding:40px 0 60px}
  section.block{padding:60px 0}
  .final-cta{padding:36px 24px}
  .final-cta .nums{grid-template-columns:1fr}
}
@media (max-width:520px){
  .pricing-grid{grid-template-columns:1fr}
  .problem-grid{grid-template-columns:1fr}
  .compare-wrap th,.compare-wrap td{padding:12px 8px;font-size:13px}
}
