html { outline: 8px solid red !important; }
/* assets/css/style.css */
/* Style: Sport premium — fond clair fumé, glass cards, CTA bleu/rouge, gros hero visuel */

:root{
  --bg:#0b0f14;
  --ice:#e8eef7;
  --text:#0c1220;
  --muted:rgba(12,18,32,.70);

  --white:rgba(255,255,255,.92);
  --glass:rgba(255,255,255,.10);
  --glass2:rgba(255,255,255,.14);
  --stroke:rgba(255,255,255,.18);
  --stroke2:rgba(12,18,32,.10);

  --blue:#2563eb;
  --blue2:#38bdf8;
  --red:#ef4444;
  --red2:#fb7185;

  --shadow:0 18px 60px rgba(0,0,0,.25);
  --shadow2:0 12px 34px rgba(0,0,0,.18);
  --r:18px;
  --r2:26px;

  --max:1180px;
}

/* Base */
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial;
  color:var(--ice);
  background:
    radial-gradient(900px 500px at 18% 10%, rgba(56,189,248,.14), transparent 60%),
    radial-gradient(900px 500px at 85% 12%, rgba(239,68,68,.12), transparent 60%),
    radial-gradient(900px 500px at 50% 110%, rgba(37,99,235,.10), transparent 55%),
    #070a10;
}
a{color:inherit; text-decoration:none}
img{max-width:100%; height:auto; display:block}
.container{width:min(var(--max), 92vw); margin:0 auto}

/* Top nav */
.nav{
  position:sticky; top:0; z-index:80;
  background: rgba(7,10,16,.72);
  border-bottom:1px solid rgba(255,255,255,.10);
  backdrop-filter: blur(10px);
}
.nav-inner{
  display:flex; align-items:center; justify-content:space-between;
  gap:14px; padding:12px 0;
}
.brand{display:flex; align-items:center; gap:10px; min-width:200px}
.brand img{width:40px; height:40px}
.brand .b1{font-weight:950; letter-spacing:.2px}
.brand .b2{font-size:12px; color:rgba(232,238,247,.72); margin-top:2px}

.links{display:flex; gap:12px; flex-wrap:wrap; align-items:center}
.links a{
  font-size:13px;
  padding:8px 10px;
  border-radius:999px;
  color:rgba(232,238,247,.78);
  border:1px solid transparent;
}
.links a:hover{
  color:var(--ice);
  border-color:rgba(56,189,248,.26);
  background:rgba(56,189,248,.08);
}
.links a.active{
  color:var(--ice);
  border-color:rgba(56,189,248,.40);
  background:rgba(56,189,248,.10);
}

.cta{display:flex; gap:10px; align-items:center}
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  gap:10px;
  padding:12px 14px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
  color:var(--ice);
  font-weight:900;
  font-size:13px;
  cursor:pointer;
  transition: transform .15s ease, background .15s ease, border-color .15s ease;
}
.btn:hover{transform:translateY(-1px); border-color:rgba(56,189,248,.35); background:rgba(56,189,248,.10)}
.btn.blue{
  border-color: rgba(37,99,235,.55);
  background: linear-gradient(135deg, rgba(37,99,235,.26), rgba(56,189,248,.14));
  box-shadow: 0 12px 30px rgba(37,99,235,.18);
}
.btn.red{
  border-color: rgba(239,68,68,.60);
  background: linear-gradient(135deg, rgba(239,68,68,.26), rgba(251,113,133,.14));
  box-shadow: 0 12px 30px rgba(239,68,68,.16);
}
.btn.ghost{background:transparent}
.btn.small{padding:10px 12px; font-size:12px}

/* Mobile menu */
.burger{display:none}
@media (max-width: 920px){
  .links{display:none}
  .burger{display:inline-flex}
}
.mobile{
  display:none;
  border-top:1px solid rgba(255,255,255,.10);
}
.mobile.open{display:block}
.mobile a{
  display:block;
  padding:12px 0;
  border-bottom:1px solid rgba(255,255,255,.08);
  color:rgba(232,238,247,.88);
}

/* Sections */
.section{padding:56px 0}
.section.sm{padding:36px 0}
.kicker{color:rgba(232,238,247,.74); font-size:14px; line-height:1.6}
.badge{
  display:inline-flex; align-items:center; gap:8px;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.06);
  font-size:12px;
  font-weight:950;
  color:rgba(232,238,247,.92);
}
.badge.blue{border-color:rgba(56,189,248,.30); background:rgba(56,189,248,.10)}
.badge.red{border-color:rgba(251,113,133,.30); background:rgba(251,113,133,.10)}

/* Hero with image */
.hero{
  padding:44px 0 18px;
}
.hero-wrap{
  border-radius: var(--r2);
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  box-shadow: var(--shadow);
  background:#0b0f14;
}
.hero-bg{
  position:relative;
  min-height: 420px;
  display:grid;
  grid-template-columns: 1.1fr .9fr;
}
.hero-bg::before{
  content:"";
  position:absolute; inset:0;
  background:
    linear-gradient(90deg, rgba(7,10,16,.92) 0%, rgba(7,10,16,.72) 50%, rgba(7,10,16,.44) 100%),
    radial-gradient(600px 400px at 15% 20%, rgba(56,189,248,.20), transparent 65%),
    radial-gradient(600px 400px at 80% 20%, rgba(239,68,68,.18), transparent 65%);
  z-index:1;
}
.hero-img{
  position:absolute; inset:0;
  width:100%; height:100%;
  object-fit:cover;
  filter: contrast(1.05) saturate(1.05);
  transform: scale(1.02);
}
.hero-left, .hero-right{position:relative; z-index:2; padding:26px}
.hero-title{
  font-size: clamp(30px, 3.6vw, 52px);
  line-height:1.05;
  margin:10px 0 10px;
  letter-spacing:-.6px;
  font-weight: 1000;
}
.hero-sub{margin:0; color:rgba(232,238,247,.78); font-size:15px; line-height:1.7}
.hero-actions{display:flex; gap:10px; flex-wrap:wrap; margin-top:14px}

.hero-right{
  display:flex;
  align-items:flex-end;
  justify-content:flex-end;
}
.hero-card{
  width:min(420px, 100%);
  background: rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.14);
  border-radius: var(--r2);
  padding:16px;
  box-shadow: var(--shadow2);
  backdrop-filter: blur(10px);
}
.hero-card h3{margin:8px 0 6px; font-size:16px}
.hero-card p{margin:0; color:rgba(232,238,247,.74); line-height:1.6; font-size:13px}
.hr{border:0; border-top:1px solid rgba(255,255,255,.10); margin:14px 0}

/* Cards, grids */
.grid3{display:grid; grid-template-columns:repeat(3,1fr); gap:14px}
.grid2{display:grid; grid-template-columns:repeat(2,1fr); gap:14px}
@media (max-width: 980px){
  .hero-bg{grid-template-columns:1fr}
  .hero-right{justify-content:flex-start}
}
@media (max-width: 860px){
  .grid3,.grid2{grid-template-columns:1fr}
}

.card{
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  border-radius: var(--r2);
  box-shadow: var(--shadow2);
  backdrop-filter: blur(10px);
}
.card.p{padding:16px}
.card img.cover{
  width:100%;
  aspect-ratio: 16/9;
  object-fit:cover;
  border-bottom:1px solid rgba(255,255,255,.10);
}

.feature{
  border-radius: var(--r2);
  overflow:hidden;
}
.feature .body{padding:14px}
.feature h3{margin:6px 0 6px; font-size:16px}
.feature p{margin:0; color:rgba(232,238,247,.76); line-height:1.6; font-size:13.5px}
.pills{display:flex; flex-wrap:wrap; gap:8px; margin-top:10px}
.pill{
  font-size:12px;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.05);
  color:rgba(232,238,247,.84);
}

/* Stats row */
.stats{display:grid; grid-template-columns:repeat(4,1fr); gap:12px; margin-top:14px}
.stat{
  padding:14px;
  border-radius: var(--r2);
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
}
.stat strong{display:block; font-size:18px}
.stat span{display:block; margin-top:6px; color:rgba(232,238,247,.72); font-size:12.5px; line-height:1.4}
@media (max-width: 860px){ .stats{grid-template-columns:1fr} }

/* Tables */
.table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  overflow:hidden;
  border-radius: var(--r2);
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
}
.table th,.table td{
  padding:12px 12px;
  border-bottom:1px solid rgba(255,255,255,.10);
  vertical-align:top;
}
.table th{
  text-align:left;
  font-size:12px;
  letter-spacing:.4px;
  text-transform:uppercase;
  color:rgba(232,238,247,.82);
  background: rgba(255,255,255,.05);
}
.table tr:last-child td{border-bottom:0}

/* Forms */
.form{display:grid; gap:10px}
.input, select, textarea{
  width:100%;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.22);
  color:var(--ice);
  outline:none;
}
textarea{min-height:120px; resize:vertical}
.input:focus, select:focus, textarea:focus{
  border-color: rgba(56,189,248,.55);
  box-shadow: 0 0 0 4px rgba(56,189,248,.16);
}
.help{font-size:12px; color:rgba(232,238,247,.72); line-height:1.5}

/* Video */
.video{
  border-radius: var(--r2);
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
}
.video iframe{width:100%; height:300px; border:0; display:block}
@media(max-width:720px){ .video iframe{height:220px} }

/* FAQ */
.faq details{
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
  border-radius: var(--r2);
  padding:12px 12px;
}
.faq details + details{margin-top:10px}
.faq summary{cursor:pointer; font-weight:950}
.faq p{margin:8px 0 0; color:rgba(232,238,247,.74); line-height:1.65; font-size:13.5px}

/* Footer */
.footer{
  border-top:1px solid rgba(255,255,255,.10);
  padding:22px 0 28px;
  color:rgba(232,238,247,.70);
  font-size:13px;
}
.footer-grid{display:grid; grid-template-columns:2fr 1fr 1fr; gap:12px}
.footer a{color:rgba(232,238,247,.86)}
.footer a:hover{color:var(--ice)}
@media (max-width: 820px){ .footer-grid{grid-template-columns:1fr} }

/* Toast */
.toast{
  position:fixed; left:50%; bottom:18px; transform:translateX(-50%);
  background:rgba(7,10,16,.92);
  border:1px solid rgba(255,255,255,.14);
  padding:10px 12px;
  border-radius:999px;
  box-shadow:var(--shadow2);
  display:none;
  color:var(--ice);
  font-size:13px;
}
.toast.show{display:block}

/* Utility */
.mt12{margin-top:12px}
.mt14{margin-top:14px}
.small{font-size:12px; color:rgba(232,238,247,.72); line-height:1.5}
.h2{margin:10px 0 8px; font-size:24px}
