/* ============ BNSOFT — Thème noir & doré ============ */
:root{
  --bg:#0b0b0d;
  --bg-2:#0f0f13;
  --card:#16161c;
  --card-2:#1c1c24;
  --border:#26262f;
  --gold:#f5c518;
  --gold-2:#ffd24a;
  --gold-soft:rgba(245,197,24,.12);
  --text:#f4f4f7;
  --muted:#9a9aa6;
  --white:#ffffff;
  --danger:#ff5470;
  --ok:#39d98a;
  --radius:14px;
  --maxw:1180px;
  --font:'Poppins',system-ui,Segoe UI,Roboto,Arial,sans-serif;
  --font-ar:'Cairo',system-ui,Segoe UI,Tahoma,Arial,sans-serif;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;overflow-x:hidden}
body{
  background:var(--bg);
  color:var(--text);
  font-family:var(--font);
  line-height:1.6;
  overflow-x:hidden;
  max-width:100%;
  position:relative;
}
/* Empeche tout debordement horizontal des grilles (mobile) */
.checkout-grid>*,.hero-inner>*,.product-detail>*{min-width:0}
body.rtl{font-family:var(--font-ar)}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{max-width:var(--maxw);margin:0 auto;padding:0 20px}
.muted{color:var(--muted)}
.small{font-size:.86rem}
.center{text-align:center;justify-content:center}
.mono{font-family:ui-monospace,Menlo,Consolas,monospace}

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
  padding:.8rem 1.4rem;border-radius:10px;font-weight:600;font-size:.98rem;
  border:1px solid transparent;cursor:pointer;transition:.2s;font-family:inherit;
  white-space:nowrap;
}
.btn-sm{padding:.5rem .9rem;font-size:.85rem}
.btn-lg{padding:1rem 1.8rem;font-size:1.05rem}
.btn-block{display:flex;width:100%}
.btn-gold{background:linear-gradient(135deg,var(--gold),var(--gold-2));color:#161200;box-shadow:0 6px 22px rgba(245,197,24,.25)}
.btn-gold:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(245,197,24,.4)}
.btn-ghost{background:transparent;color:var(--text);border-color:var(--border)}
.btn-ghost:hover{border-color:var(--gold);color:var(--gold)}
.btn-danger{background:rgba(255,84,112,.12);color:var(--danger);border-color:rgba(255,84,112,.3)}
.btn-danger:hover{background:var(--danger);color:#fff}

/* ---------- Header ---------- */
.site-header{
  position:sticky;top:0;z-index:100;
  background:rgba(11,11,13,.85);backdrop-filter:blur(12px);
  border-bottom:1px solid var(--border);
}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:68px;gap:1rem}
.brand{display:flex;align-items:center;gap:.6rem;font-weight:800;font-size:1.25rem}
.brand-logo{width:38px;height:38px;object-fit:contain}
.brand-name .bn{color:var(--gold)}
.main-nav{display:flex;align-items:center;gap:1.4rem}
.main-nav>a{color:var(--muted);font-weight:500;font-size:.97rem;transition:.2s}
.main-nav>a:hover,.main-nav>a.active{color:var(--text)}
.nav-actions{display:flex;align-items:center;gap:1rem}
.lang-switch{display:inline-flex;align-items:center;background:var(--card-2);border:1px solid var(--border);border-radius:999px;padding:3px;gap:2px}
.lang-opt{display:inline-flex;align-items:center;justify-content:center;min-width:42px;padding:.32rem .7rem;border-radius:999px;font-weight:700;font-size:.82rem;color:var(--muted);transition:.2s;line-height:1}
.lang-opt.on{background:linear-gradient(135deg,var(--gold),var(--gold-2));color:#161200;box-shadow:0 2px 10px rgba(245,197,24,.3)}
.lang-opt:not(.on):hover{color:var(--text)}
/* Champ anti-bot (honeypot) : invisible ET sans deborder la page (mobile) */
.hp{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0;opacity:0;pointer-events:none}
.nav-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:6px}
.nav-toggle span{width:24px;height:2px;background:var(--text);border-radius:2px;transition:.3s}

/* ---------- Hero ---------- */
.hero{position:relative;padding:70px 0 60px;overflow:hidden}
.hero-glow{
  position:absolute;top:-180px;inset-inline-end:-120px;width:520px;height:520px;
  background:radial-gradient(circle,var(--gold-soft),transparent 65%);filter:blur(20px);z-index:0;
}
.hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1.05fr;gap:3rem;align-items:center}
.pill{
  display:inline-flex;align-items:center;gap:.5rem;padding:.45rem .9rem;border-radius:999px;
  background:var(--gold-soft);border:1px solid rgba(245,197,24,.25);color:var(--gold-2);
  font-size:.82rem;font-weight:600;margin-bottom:1.2rem;
}
.pill .dot{width:8px;height:8px;background:var(--gold);border-radius:50%;box-shadow:0 0 10px var(--gold)}
.hero-title{font-size:clamp(2rem,5vw,3.3rem);font-weight:800;line-height:1.1;letter-spacing:0}
.hero-sub{color:var(--muted);font-size:1.12rem;margin-top:1rem;max-width:520px}
.hero-price{margin:1.8rem 0;padding:1.2rem 1.4rem;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);display:inline-block}
.price-label{color:var(--muted);font-size:.85rem}
.price-row{display:flex;align-items:baseline;gap:.8rem;margin:.2rem 0}
.price-amount{font-size:2.2rem;font-weight:800;color:var(--gold)}
.price-old{color:var(--muted);text-decoration:line-through;font-size:1.1rem}
.price-note{color:var(--ok);font-size:.85rem;font-weight:500}
.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:.5rem}
.hero-actions.center{justify-content:center}
.hero-trust{display:flex;gap:.8rem;margin-top:2.2rem;flex-wrap:wrap}
.trust-item{
  min-width:118px;display:flex;flex-direction:column;gap:.1rem;padding:.72rem .9rem;
  background:rgba(22,22,28,.72);border:1px solid var(--border);border-radius:14px;
}
.trust-item strong{font-size:1.28rem;color:var(--gold);line-height:1}
.trust-item span{color:var(--muted);font-size:.78rem;font-weight:600;line-height:1.35}
.hero-visual{display:flex;justify-content:center;width:100%}
.hero-card{
  position:relative;background:linear-gradient(160deg,var(--card-2),var(--card));
  border:1px solid rgba(245,197,24,.28);border-radius:22px;padding:14px;
  box-shadow:0 36px 90px rgba(0,0,0,.55), 0 0 0 1px rgba(245,197,24,.06);
  max-width:560px;width:100%;transition:transform .3s ease;
}
.hero-card:hover{transform:translateY(-6px)}
.hero-card img{
  width:100%;height:auto;border-radius:14px;display:block;
  box-shadow:0 14px 40px rgba(0,0,0,.45);
}
.hero-card-badge{
  position:absolute;top:-12px;inset-inline-end:18px;z-index:2;background:var(--gold);color:#161200;
  font-weight:800;font-size:.82rem;padding:.45rem .95rem;border-radius:10px;transform:rotate(2deg);
  box-shadow:0 8px 22px rgba(245,197,24,.45);
}

/* ---------- Trustbar ---------- */
.trustbar{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--bg-2)}
.trustbar-inner{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;padding:1.1rem 20px;color:var(--muted);font-weight:500;font-size:.95rem}

/* ---------- Algerian sales flow ---------- */
.sell-flow{background:linear-gradient(180deg,var(--bg),#101014);border-top:1px solid rgba(255,255,255,.04)}
.sell-flow-shell{display:grid;grid-template-columns:.9fr 1.1fr;gap:2rem;align-items:center}
.sell-flow-copy{max-width:470px}
.flow-kicker{
  display:inline-flex;align-items:center;width:max-content;margin-bottom:.9rem;padding:.42rem .8rem;
  border-radius:999px;background:var(--gold-soft);border:1px solid rgba(245,197,24,.28);
  color:var(--gold-2);font-size:.78rem;font-weight:800;
}
.sell-flow-copy h2{font-size:clamp(1.8rem,4vw,2.7rem);font-weight:900;line-height:1.12;margin-bottom:.8rem}
.sell-flow-copy .muted{font-size:1.04rem;max-width:44rem}
.sell-flow-actions{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:1.4rem}
.flow-panel{position:relative;display:grid;gap:.85rem}
.flow-panel::before{
  content:'';position:absolute;inset-block:26px;inset-inline-start:24px;width:2px;
  background:linear-gradient(180deg,var(--gold),rgba(245,197,24,.12));
}
body.rtl .flow-panel::before{inset-inline-start:auto;inset-inline-end:24px}
.flow-card{
  position:relative;display:grid;grid-template-columns:auto 1fr;gap:1rem;align-items:start;
  background:linear-gradient(180deg,var(--card-2),var(--card));
  border:1px solid var(--border);border-radius:18px;padding:1.25rem 1.35rem;overflow:hidden;
  box-shadow:0 18px 46px rgba(0,0,0,.24);
}
.flow-card::before{
  content:'';position:absolute;inset:0 0 auto;height:1px;
  background:linear-gradient(90deg,transparent,rgba(245,197,24,.75),transparent);opacity:.65;
}
.flow-step{
  position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;
  width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,var(--gold),var(--gold-2));
  color:#171100;font-weight:900;box-shadow:0 10px 24px rgba(245,197,24,.22);
}
.flow-card h3{font-size:1.12rem;margin:.1rem 0 .35rem}
.flow-card p{line-height:1.7}
.dz-proof-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1.3rem}
.proof-card{
  background:rgba(22,22,28,.72);border:1px solid var(--border);border-radius:16px;padding:1.05rem 1.15rem;
  display:grid;gap:.2rem;min-height:116px;
}
.proof-card strong{color:var(--gold);font-size:clamp(1.15rem,2.1vw,1.6rem);line-height:1.15;font-weight:900}
.proof-card span{color:var(--text);font-weight:800}
.proof-card small{color:var(--muted);font-size:.82rem;line-height:1.55}

/* ---------- Sections ---------- */
.section{padding:72px 0}
.section-alt{background:var(--bg-2)}
.page-top{padding-top:48px}
.section-head{text-align:center;margin-bottom:3rem}
.section-head.left{text-align:start;margin-bottom:1.5rem}
.section-head h2{font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:800}
.section-head .muted{margin-top:.6rem;font-size:1.05rem}
.narrow{max-width:760px}

/* ---------- Features ---------- */
.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}
.feature-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.8rem;transition:.25s}
.feature-card:hover{border-color:rgba(245,197,24,.4);transform:translateY(-4px)}
.feature-icon{font-size:1.8rem;width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:var(--gold-soft);border-radius:12px;margin-bottom:1rem}
.feature-card h3{font-size:1.15rem;margin-bottom:.4rem}

/* ---------- Pricing ---------- */
.pricing-wrap{display:flex;justify-content:center}
.pricing-card{
  position:relative;background:linear-gradient(180deg,var(--card-2),var(--card));
  border:1px solid rgba(245,197,24,.35);border-radius:22px;padding:2.5rem;max-width:440px;width:100%;
  box-shadow:0 30px 70px rgba(0,0,0,.45);text-align:center;
}
.pricing-ribbon{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:var(--gold);color:#161200;font-weight:700;font-size:.8rem;padding:.4rem 1.1rem;border-radius:999px}
.pricing-card h3{font-size:1.35rem;margin-bottom:1rem}
.pricing-price{display:flex;align-items:baseline;justify-content:center;gap:.7rem}
.pricing-price .big{font-size:2.6rem;font-weight:800;color:var(--gold)}
.pricing-sub{color:var(--ok);font-size:.9rem;font-weight:500}
.pricing-list{list-style:none;text-align:start;margin:1.6rem 0;display:grid;gap:.7rem}
.pricing-list li{color:var(--text);padding-bottom:.7rem;border-bottom:1px solid var(--border)}
.pricing-card .btn{margin-top:.6rem}

/* ---------- Trial CTA ---------- */
.trial-inner{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.check-list{list-style:none;display:grid;gap:.7rem;margin:1.4rem 0}
.check-list li{color:var(--text)}
.key-window{background:#070708;border:1px solid var(--border);border-radius:14px;padding:1.4rem;box-shadow:0 20px 50px rgba(0,0,0,.5)}
.key-window.small{padding:1rem;margin-top:1rem}
.key-dots{display:flex;gap:.4rem;margin-bottom:1rem}
.key-dots span{width:11px;height:11px;border-radius:50%;background:#333}
.key-dots span:first-child{background:#ff5f57}.key-dots span:nth-child(2){background:#febc2e}.key-dots span:nth-child(3){background:#28c840}
.key-line{color:var(--muted);font-size:.85rem;margin-bottom:.4rem}
.key-value{font-family:ui-monospace,monospace;color:var(--gold);font-size:1.15rem;font-weight:700;letter-spacing:1px;word-break:break-all}

/* ---------- Products grid ---------- */
.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.6rem}
.product-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:.25s;display:flex;flex-direction:column}
.product-card:hover{border-color:rgba(245,197,24,.4);transform:translateY(-4px)}
.product-thumb{background:var(--bg-2);padding:2rem;display:flex;align-items:center;justify-content:center;height:180px}
.product-thumb img{max-height:130px;width:auto}
.product-body{padding:1.4rem;display:flex;flex-direction:column;gap:.5rem;flex:1}
.product-foot{margin-top:auto;display:flex;align-items:center;justify-content:space-between;padding-top:.8rem}
.product-price{font-weight:800;color:var(--gold);font-size:1.2rem}

/* ---------- Final CTA ---------- */
.final-cta{text-align:center;background:radial-gradient(circle at 50% 0,var(--gold-soft),transparent 60%)}
.final-inner h2{font-size:clamp(1.8rem,4vw,2.6rem);font-weight:800}

/* ---------- Product detail ---------- */
.product-detail{display:grid;grid-template-columns:.9fr 1.1fr;gap:3rem;align-items:start}
.product-detail-media{background:var(--card);border:1px solid var(--border);border-radius:20px;padding:3rem;display:flex;justify-content:center}
.product-detail-info h1{font-size:2rem;font-weight:800}
.product-detail-info .lead{color:var(--muted);font-size:1.1rem;margin:.6rem 0 1.2rem}
.product-detail-info .desc{margin:1.4rem 0;color:var(--text)}

/* ---------- Product gallery ---------- */
.product-gallery{display:flex;flex-direction:column;gap:.8rem}
.gallery-main{background:var(--card);border:1px solid var(--border);border-radius:20px;padding:2rem;display:flex;justify-content:center;min-height:240px;align-items:center}
.gallery-main img{max-height:320px;width:auto;max-width:100%;border-radius:10px;object-fit:contain}
.gallery-thumbs{display:flex;gap:.6rem;flex-wrap:wrap}
.gallery-thumb{width:68px;height:68px;border-radius:10px;border:2px solid var(--border);overflow:hidden;cursor:pointer;transition:.2s;background:var(--bg-2);flex-shrink:0}
.gallery-thumb img{width:100%;height:100%;object-fit:contain;padding:4px}
.gallery-thumb.active,.gallery-thumb:hover{border-color:var(--gold)}

/* ---------- YouTube embed ---------- */
.yt-embed{position:relative;padding-bottom:56.25%;height:0;border-radius:16px;overflow:hidden;background:#000;border:1px solid var(--border)}
.yt-embed iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}
.yt-section{padding:1.8rem;background:var(--card);border:1px solid var(--border);border-radius:20px}
.yt-section h3{margin-bottom:1rem;font-size:1.2rem}

/* ---------- Product selling UI ---------- */
.hero-delivery-strip{
  margin-top:1rem;max-width:540px;display:grid;gap:.25rem;
  padding:.9rem 1rem;border-radius:14px;background:rgba(245,197,24,.08);
  border:1px solid rgba(245,197,24,.25);color:var(--text);
}
.hero-delivery-strip strong{color:var(--gold);font-size:.92rem}
.hero-delivery-strip span{color:var(--muted);font-size:.86rem;line-height:1.55}

.solution-showcase-section{background:linear-gradient(180deg,#0b0b0d,#101014);border-top:1px solid rgba(255,255,255,.04)}
.solution-showcase-grid{display:grid;grid-template-columns:1fr .95fr;gap:2rem;align-items:center}
.solution-copy h2{font-size:clamp(1.7rem,3.5vw,2.55rem);line-height:1.15;margin-bottom:.85rem}
.solution-copy>.muted{font-size:1.03rem;max-width:660px}
.solution-checks{display:grid;grid-template-columns:1fr 1fr;gap:.65rem;margin:1.4rem 0}
.solution-checks span{
  background:rgba(22,22,28,.82);border:1px solid var(--border);border-radius:12px;
  padding:.75rem .85rem;color:var(--text);font-weight:650;font-size:.9rem;line-height:1.45;
}
.solution-media-stack{display:grid;gap:.9rem}
.solution-media-card{
  display:grid;grid-template-columns:128px 1fr;align-items:center;gap:1rem;
  background:linear-gradient(180deg,var(--card-2),var(--card));border:1px solid var(--border);
  border-radius:18px;padding:1rem;min-height:136px;transition:.22s;
}
.solution-media-card:hover{transform:translateY(-3px);border-color:rgba(245,197,24,.42)}
.solution-media-card.main{border-color:rgba(245,197,24,.45);box-shadow:0 18px 44px rgba(0,0,0,.28)}
.solution-media-card img{width:128px;height:100px;object-fit:contain;border-radius:10px;background:#0b0b0d;padding:.35rem}
.solution-media-card strong{display:block;font-size:1rem;line-height:1.35}
.solution-media-card span{display:inline-block;margin-top:.35rem;color:var(--gold);font-weight:900;font-size:1.15rem}
.solution-stat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}
.solution-stat-grid div{
  background:rgba(22,22,28,.72);border:1px solid var(--border);border-radius:14px;
  padding:.85rem 1rem;display:grid;gap:.1rem;
}
.solution-stat-grid strong{color:var(--gold);font-size:1.2rem;line-height:1.1}
.solution-stat-grid span{color:var(--muted);font-size:.8rem;font-weight:700;line-height:1.4}

.catalog-hero{padding-bottom:28px;background:radial-gradient(circle at 50% 0,rgba(245,197,24,.08),transparent 52%)}
.catalog-hero-copy{max-width:760px;margin:0 auto;text-align:center}
.catalog-hero-copy h1{font-size:clamp(2rem,4vw,3rem);line-height:1.12;margin-bottom:.8rem}
.catalog-hero-copy .muted{font-size:1.05rem}
.catalog-proof-row{
  display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap;margin-top:1.3rem;
}
.catalog-proof-row span{
  display:inline-flex;align-items:center;justify-content:center;min-height:38px;
  border:1px solid var(--border);border-radius:999px;background:rgba(22,22,28,.72);
  padding:.45rem .9rem;color:var(--text);font-weight:750;font-size:.88rem;
}
.catalog-section{padding-top:28px}
.offer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.35rem}
.offer-card{
  position:relative;display:flex;flex-direction:column;background:linear-gradient(180deg,var(--card-2),var(--card));
  border:1px solid var(--border);border-radius:20px;overflow:hidden;min-height:100%;
  box-shadow:0 22px 58px rgba(0,0,0,.28);transition:.22s;
}
.offer-card.primary,.offer-card:hover{border-color:rgba(245,197,24,.42)}
.offer-card:hover{transform:translateY(-4px)}
.offer-media{height:260px;background:#0a0a0c;display:flex;align-items:center;justify-content:center;padding:1.3rem;border-bottom:1px solid rgba(255,255,255,.04)}
.offer-media img{width:100%;height:100%;object-fit:contain;border-radius:10px}
.offer-content{padding:1.25rem;display:grid;gap:.8rem;flex:1}
.offer-kicker{
  width:max-content;max-width:100%;display:inline-flex;align-items:center;border-radius:999px;
  background:var(--gold-soft);border:1px solid rgba(245,197,24,.26);
  color:var(--gold-2);padding:.34rem .75rem;font-weight:850;font-size:.78rem;
}
.offer-content h2,.offer-content h3{font-size:1.28rem;line-height:1.3}
.offer-content .muted{line-height:1.7}
.offer-meta{display:flex;align-items:baseline;gap:.65rem;flex-wrap:wrap;margin-top:.2rem}
.offer-meta strong{color:var(--gold);font-size:1.55rem;line-height:1;font-weight:950}
.offer-meta span{color:var(--muted);text-decoration:line-through;font-weight:700}
.offer-delivery{
  display:flex;justify-content:space-between;gap:.8rem;align-items:center;background:rgba(245,197,24,.07);
  border:1px solid rgba(245,197,24,.18);border-radius:12px;padding:.7rem .85rem;
}
.offer-delivery strong{font-size:.85rem}
.offer-delivery span{color:var(--gold);font-weight:900}
.tight-checks{list-style:none;display:grid;gap:.46rem;margin:.15rem 0;color:var(--text)}
.tight-checks li{color:var(--text);font-size:.9rem;line-height:1.45}
.offer-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:auto}
.offer-actions .btn{flex:1;min-width:138px}
.choose-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:2rem;align-items:center}
.choose-grid h2{font-size:clamp(1.45rem,3vw,2.15rem);line-height:1.18}
.choose-list{display:grid;gap:.8rem}
.choose-line{
  display:grid;grid-template-columns:180px 1fr;gap:1rem;align-items:start;
  background:var(--card);border:1px solid var(--border);border-radius:16px;padding:1rem 1.1rem;
}
.choose-line strong{color:var(--gold)}
.choose-line span{color:var(--muted);line-height:1.65}

.product-page-hero{background:radial-gradient(circle at 70% 0,rgba(245,197,24,.08),transparent 48%)}
.product-hero-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:2rem;align-items:start}
.product-media-panel,.product-sales-panel{
  background:linear-gradient(180deg,var(--card-2),var(--card));
  border:1px solid var(--border);border-radius:22px;padding:1.35rem;
  box-shadow:0 24px 70px rgba(0,0,0,.32);
}
.product-media-panel{position:sticky;top:92px}
.product-gallery-main{min-height:430px;padding:1.25rem;background:#0a0a0c}
.product-gallery-main img{max-height:410px;width:100%;object-fit:contain}
button.gallery-thumb{appearance:none;padding:0}
.media-note{
  margin-top:.85rem;display:flex;justify-content:space-between;gap:1rem;align-items:center;
  color:var(--muted);font-size:.86rem;border-top:1px solid var(--border);padding-top:.85rem;
}
.media-note strong{color:var(--text)}
.product-sales-panel h1{font-size:clamp(2rem,4vw,3.05rem);line-height:1.08;font-weight:900;margin-bottom:.7rem}
.product-sales-panel .lead{color:var(--muted);font-size:1.08rem;line-height:1.8}
.product-price-strip{
  margin:1.3rem 0;padding:1rem 1.05rem;border:1px solid rgba(245,197,24,.24);
  border-radius:16px;background:rgba(245,197,24,.06);
}
.product-offer-note{color:var(--text);line-height:1.8;margin-bottom:1rem}
.product-benefit-list{display:grid;grid-template-columns:1fr 1fr;gap:.65rem;margin:1rem 0}
.product-benefit-list span{
  background:rgba(11,11,13,.72);border:1px solid var(--border);border-radius:12px;
  padding:.7rem .8rem;font-size:.88rem;line-height:1.45;color:var(--text);
}
.product-action-row{margin-top:1.1rem}
.product-action-row .btn{min-width:170px}
.product-quick-proof{display:grid;grid-template-columns:repeat(2,1fr);gap:.7rem;margin-top:1rem}
.quick-proof-item{
  display:grid;gap:.1rem;background:rgba(11,11,13,.72);border:1px solid var(--border);
  border-radius:14px;padding:.8rem .9rem;min-height:76px;
}
.quick-proof-item strong{color:var(--gold);font-size:1.2rem;line-height:1.1;font-weight:950}
.quick-proof-item span{color:var(--muted);font-size:.8rem;font-weight:700;line-height:1.35}
.product-delivery-card{
  margin-top:.8rem;border:1px solid rgba(57,217,138,.24);background:rgba(57,217,138,.07);
  border-radius:14px;padding:.9rem 1rem;
}
.product-delivery-card strong{color:#68f0a6}
.product-delivery-card p{color:var(--muted);font-size:.9rem;margin-top:.2rem;line-height:1.55}
.product-story-section{padding-top:34px}
.product-story-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:2rem;align-items:start}
.product-story-grid h2{font-size:clamp(1.7rem,3vw,2.45rem);line-height:1.15;margin-bottom:.8rem}
.story-points{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}
.story-point{
  display:grid;grid-template-columns:auto 1fr;gap:.65rem;background:var(--card);
  border:1px solid var(--border);border-radius:14px;padding:.9rem 1rem;align-items:start;
}
.story-point span{color:var(--gold);font-weight:900}
.story-point p{line-height:1.55}
.product-info-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}
.product-info-card{
  background:var(--card);border:1px solid var(--border);border-radius:16px;
  padding:1.1rem;display:grid;gap:.55rem;min-height:172px;
}
.info-card-mark{
  width:34px;height:34px;border-radius:10px;background:var(--gold-soft);border:1px solid rgba(245,197,24,.2);
  color:var(--gold);display:inline-flex;align-items:center;justify-content:center;font-weight:900;
}
.product-info-card h3{font-size:1rem;line-height:1.35}
.product-info-card p{font-size:.9rem;line-height:1.65}
.ideal-strip{
  margin-top:1rem;background:rgba(22,22,28,.78);border:1px solid var(--border);
  border-radius:16px;padding:1rem 1.1rem;display:flex;gap:1rem;align-items:center;flex-wrap:wrap;
}
.ideal-strip strong{color:var(--gold);font-size:1rem}
.ideal-strip div{display:flex;gap:.55rem;flex-wrap:wrap}
.ideal-strip span{
  display:inline-flex;border:1px solid var(--border);border-radius:999px;
  padding:.38rem .75rem;color:var(--text);background:#101014;font-weight:700;font-size:.86rem;
}
.product-video-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:2rem;align-items:center}
.product-video-grid h2{font-size:clamp(1.7rem,3vw,2.35rem);line-height:1.15;margin-bottom:.75rem}
.product-video-grid .hero-actions{margin-top:1.2rem}
.faq-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.faq-card{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:1.15rem}
.faq-card h3{font-size:1rem;line-height:1.45;margin-bottom:.5rem}
.faq-card p{line-height:1.65;font-size:.9rem}

/* ---------- Formation page ---------- */
.formation-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.8rem}
.formation-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:.25s}
.formation-card:hover{border-color:rgba(245,197,24,.4)}
.formation-card-body{padding:1.3rem}
.formation-card-body h3{font-size:1.05rem;margin-bottom:.5rem}
.formation-card-body p{color:var(--muted);font-size:.9rem}

/* ---------- Admin image gallery ---------- */
.img-gallery-grid{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:.6rem}
.img-gallery-item{position:relative;display:inline-block}
.img-gallery-item img{width:80px;height:80px;object-fit:contain;background:var(--bg);border-radius:10px;padding:6px;border:1px solid var(--border);display:block}
.img-first-badge{position:absolute;bottom:2px;inset-inline-start:2px;font-size:.7rem;color:var(--gold);font-weight:700;line-height:1}
.del-img{position:absolute;top:-6px;inset-inline-end:-6px;width:20px;height:20px;border-radius:50%;background:var(--danger);color:#fff;border:none;cursor:pointer;font-size:.72rem;display:flex;align-items:center;justify-content:center;line-height:1}

/* ---------- About ---------- */
.about-box{background:var(--card);border:1px solid var(--border);border-radius:20px;padding:2.5rem;text-align:center}
.about-logo{width:90px;margin:0 auto 1.5rem}
.about-box p{margin-bottom:1rem;color:var(--muted);text-align:start}
.about-box .check-list{text-align:start;max-width:420px;margin:1.5rem auto}
.about-box .hero-actions{justify-content:center;margin-top:2rem}

/* ---------- Forms / Checkout ---------- */
.checkout-grid{display:grid;grid-template-columns:1.4fr .8fr;gap:2.4rem;align-items:start}
.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.8rem}
.form label{display:block;font-weight:600;font-size:.9rem;margin:1rem 0 .4rem}
.form input,.form select,.form textarea{
  width:100%;padding:.85rem 1rem;background:var(--bg-2);border:1px solid var(--border);
  border-radius:10px;color:var(--text);font-family:inherit;font-size:1rem;transition:.2s;
}
.form input:focus,.form select:focus,.form textarea:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px var(--gold-soft)}
.form .btn{margin-top:1.5rem}
.delivery-hint{margin:.8rem 0 .2rem;color:var(--muted);font-size:.9rem;background:var(--bg-2);border:1px solid var(--border);border-radius:10px;padding:.75rem .9rem}
.delivery-promise{margin-top:1rem;color:var(--muted);font-size:.9rem;line-height:1.5}
.delivery-promise.inline{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:.85rem 1rem;display:inline-flex}
.delivery-free{color:var(--ok);font-weight:800}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.grid-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem}
.summary-card h3{margin-bottom:1.2rem}
.summary-product{display:flex;gap:1rem;align-items:center;padding-bottom:1.2rem;border-bottom:1px solid var(--border);margin-bottom:1.2rem}
.summary-product img{width:54px;height:54px;object-fit:contain;background:var(--bg-2);border-radius:10px;padding:6px}
.summary-product>div{display:flex;flex-direction:column}
.summary-line{display:flex;justify-content:space-between;padding:.6rem 0;color:var(--muted)}
.summary-line.total{border-top:1px solid var(--border);margin-top:.6rem;padding-top:1rem;color:var(--text);font-weight:800;font-size:1.2rem}
.summary-line.total span:last-child{color:var(--gold)}

/* ---------- Alerts ---------- */
.alert{padding:.9rem 1.2rem;border-radius:10px;margin-bottom:1.2rem;font-weight:500}
.alert-error{background:rgba(255,84,112,.12);border:1px solid rgba(255,84,112,.3);color:#ff8aa0}
.alert-ok{background:rgba(57,217,138,.12);border:1px solid rgba(57,217,138,.3);color:#6ee7a8}
.alert-warn{background:rgba(245,197,24,.12);border:1px solid rgba(245,197,24,.3);color:var(--gold-2)}

/* ---------- Success ---------- */
.success-card{text-align:center}
.success-icon{width:74px;height:74px;border-radius:50%;background:var(--gold-soft);color:var(--gold);display:flex;align-items:center;justify-content:center;font-size:2.2rem;margin:0 auto 1.2rem;border:2px solid rgba(245,197,24,.4)}
.success-card h2{margin-bottom:.6rem}
.ref-box{background:var(--bg-2);border:1px dashed var(--border);border-radius:12px;padding:1rem;margin:1.5rem 0;display:flex;flex-direction:column;gap:.2rem}
.success-card .btn{margin-top:1.5rem}
.key-result{margin:1.6rem 0}
.key-copy{display:flex;gap:.6rem;align-items:center;margin-top:.5rem;background:var(--bg-2);border:1px dashed var(--gold);border-radius:12px;padding:.9rem 1rem;flex-wrap:wrap}
.key-copy code{font-size:1.15rem;font-weight:700;color:var(--gold);letter-spacing:1px;flex:1;word-break:break-all;text-align:start}
.license-link-box{margin:1.4rem 0;text-align:start;background:var(--bg-2);border:1px solid var(--border);border-radius:12px;padding:1.1rem 1.2rem}
.license-link-box .key-copy{border-style:solid;border-color:var(--border)}
.license-link-box code{font-size:.92rem;color:var(--text);font-weight:600}
body.rtl .license-link-box code{direction:ltr;text-align:start}
.activate-steps{text-align:start;margin:1.6rem 0;background:var(--bg-2);border-radius:12px;padding:1.2rem 1.4rem}
.steps{margin:.6rem 0 0;padding-inline-start:1.2rem;display:grid;gap:.4rem;color:var(--muted)}

/* ---------- Footer ---------- */
.site-footer{background:var(--bg-2);border-top:1px solid var(--border);padding-top:3rem;margin-top:2rem}
.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:2rem;padding-bottom:2.5rem}
.footer-brand .brand{margin-bottom:1rem}
.footer-col h4{margin-bottom:1rem;font-size:1rem}
.footer-col a{display:block;color:var(--muted);padding:.3rem 0;transition:.2s}
.footer-col a:hover{color:var(--gold)}
.socials{display:flex;gap:1rem;margin-top:.5rem}
.footer-bottom{border-top:1px solid var(--border);padding:1.2rem 0;text-align:center;color:var(--muted);font-size:.88rem}

/* ---------- WhatsApp float ---------- */
.wa-float{position:fixed;bottom:22px;inset-inline-end:22px;width:56px;height:56px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px rgba(37,211,102,.5);z-index:200;transition:.2s}
.wa-float:hover{transform:scale(1.08)}

/* ---------- 404/500 ---------- */
.center-page{text-align:center}
.big-404{font-size:6rem;font-weight:800;color:var(--gold)}
.err-pre{background:var(--bg-2);border:1px solid var(--border);border-radius:10px;padding:1rem;text-align:start;overflow:auto;margin:1rem 0;color:var(--danger)}

/* ---------- RTL ---------- */
body.rtl .price-old{direction:ltr}
body.rtl .key-value,body.rtl .key-copy code{direction:ltr;text-align:start}

/* ---------- Responsive ---------- */
@media(max-width:900px){
  .hero{padding:40px 0 50px}
  .hero-inner{grid-template-columns:1fr;text-align:center;gap:2rem}
  .hero-sub{margin-inline:auto}
  .hero-price{display:block}
  .hero-actions,.hero-trust{justify-content:center}
  .hero-trust{flex-wrap:wrap}
  .hero-visual{order:-1}
  .hero-card{max-width:440px}
  .trial-inner,.product-detail,.checkout-grid{grid-template-columns:1fr}
  .features-grid,.products-grid,.formation-grid{grid-template-columns:1fr 1fr}
  .solution-showcase-grid,.product-hero-grid,.product-story-grid,.product-video-grid,.choose-grid{grid-template-columns:1fr}
  .product-media-panel{position:static}
  .offer-grid,.faq-grid{grid-template-columns:1fr}
  .product-info-grid{grid-template-columns:1fr 1fr}
  .sell-flow-shell{grid-template-columns:1fr}
  .sell-flow-copy{max-width:none;text-align:center;margin:0 auto}
  .flow-kicker{margin-inline:auto}
  .sell-flow-actions{justify-content:center}
}
@media(max-width:900px){
  /* Le formulaire d'abord, le recapitulatif ensuite */
  .checkout-grid{gap:1.6rem}
  .checkout-form-col{order:-1}
  .page-top{padding-top:24px}
}
@media(max-width:760px){
  .nav-toggle{display:flex}
  .container{padding:0 16px}
  .checkout-grid{gap:1.2rem}
  .card{padding:1.3rem}
  .grid-2{grid-template-columns:1fr;gap:.6rem}
  .form input,.form select,.form textarea{font-size:16px}
  .main-nav{
    position:absolute;top:68px;inset-inline-end:0;left:0;flex-direction:column;align-items:stretch;
    background:var(--bg-2);border-bottom:1px solid var(--border);padding:1rem 20px;gap:.2rem;
    transform:translateY(-150%);opacity:0;pointer-events:none;transition:.3s;
    box-shadow:0 20px 40px rgba(0,0,0,.4);
  }
  .main-nav.open{transform:translateY(0);opacity:1;pointer-events:auto}
  .main-nav>a{padding:.8rem .4rem;border-bottom:1px solid var(--border)}
  .nav-actions{flex-direction:row;align-items:center;justify-content:space-between;gap:.8rem;margin-top:.9rem;flex-wrap:wrap}
  .nav-actions .btn{flex:1}
  .hero-title{font-size:2rem}
  .hero-actions .btn{flex:1}
  .features-grid,.products-grid,.formation-grid,.grid-2,.grid-3,.dz-proof-grid{grid-template-columns:1fr}
  .solution-checks,.solution-stat-grid,.story-points,.product-benefit-list,.product-quick-proof,.product-info-grid,.faq-grid{grid-template-columns:1fr}
  .solution-media-card{grid-template-columns:92px 1fr}
  .solution-media-card img{width:92px;height:76px}
  .offer-media{height:220px}
  .offer-actions .btn{min-width:0}
  .product-gallery-main{min-height:280px}
  .product-gallery-main img{max-height:260px}
  .media-note{align-items:flex-start;flex-direction:column;gap:.25rem}
  .choose-line{grid-template-columns:1fr;gap:.35rem}
  .ideal-strip{align-items:flex-start;flex-direction:column}
  .sell-flow-copy{text-align:start}
  .flow-kicker{margin-inline:0}
  .sell-flow-actions{justify-content:stretch}
  .sell-flow-actions .btn{flex:1}
  .flow-panel::before{display:none}
  .flow-card{padding:1.15rem;grid-template-columns:auto 1fr}
  .proof-card{min-height:auto}
  .footer-grid{grid-template-columns:1fr 1fr}
  .section{padding:48px 0}
}
@media(max-width:460px){
  .footer-grid{grid-template-columns:1fr}
  .hero-trust{gap:1.2rem}
  .hero-delivery-strip{text-align:start}
  .solution-media-card{grid-template-columns:1fr;text-align:center}
  .solution-media-card img{width:100%;height:120px}
  .product-sales-panel,.product-media-panel{padding:1rem}
  .product-action-row .btn{width:100%;min-width:0}
  .offer-actions{display:grid;grid-template-columns:1fr}
  .offer-actions .btn{width:100%}
}
