/* MineRaid : site vitrine (statique, aucune ressource externe) */
@font-face { font-family: 'Barlow'; font-weight: 400; font-display: swap; src: url(fonts/barlow-400.woff2) format('woff2'); }
@font-face { font-family: 'Barlow'; font-weight: 500; font-display: swap; src: url(fonts/barlow-500.woff2) format('woff2'); }
@font-face { font-family: 'Barlow'; font-weight: 600; font-display: swap; src: url(fonts/barlow-600.woff2) format('woff2'); }
@font-face { font-family: 'Barlow Condensed'; font-weight: 600; font-display: swap; src: url(fonts/barlow-condensed-600.woff2) format('woff2'); }
@font-face { font-family: 'Barlow Condensed'; font-weight: 700; font-display: swap; src: url(fonts/barlow-condensed-700.woff2) format('woff2'); }

:root {
  --bg: #0a0a0b;
  --panel: #131316;
  --panel-2: #1a1a1e;
  --line: #26262c;
  --text: #f2f0ea;
  --text-2: #a9a69e;
  --muted: #75726b;
  --accent: #f7931a;
  --accent-soft: rgba(247, 147, 26, 0.12);
  --ok: #5bbf6e;
  --radius: 10px;
  --display: 'Barlow Condensed', 'Arial Narrow', sans-serif;
  --body: 'Barlow', system-ui, -apple-system, 'Segoe UI', sans-serif;
  color-scheme: dark;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font: 400 17px/1.6 var(--body); }
a { color: var(--accent); text-underline-offset: 3px; }
h1, h2, h3 { font-family: var(--display); font-weight: 700; line-height: 1.02; margin: 0; }
p { margin: 0 0 14px; }
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

.top { position: sticky; top: 0; z-index: 5; background: rgba(10, 10, 11, 0.92); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); }
.top .wrap { display: flex; align-items: center; gap: 24px; height: 60px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--text); text-decoration: none; font: 700 22px/1 var(--display); letter-spacing: 0.06em; text-transform: uppercase; }
.brand i { width: 14px; height: 14px; background: var(--accent); display: inline-block; }
.nav { display: flex; gap: 20px; margin-left: auto; }
.nav a { color: var(--text-2); text-decoration: none; font: 600 15px/1 var(--display); letter-spacing: 0.08em; text-transform: uppercase; }
.nav a:hover { color: var(--text); }

.hero { padding: 88px 0 64px; border-bottom: 1px solid var(--line); }
.hero h1 { font-size: clamp(44px, 7vw, 84px); text-transform: uppercase; max-width: 900px; }
.hero h1 em { font-style: normal; color: var(--accent); }
.lead { font-size: 20px; color: var(--text-2); max-width: 720px; margin: 22px 0 28px; }
.notice { display: flex; gap: 12px; align-items: flex-start; max-width: 720px; padding: 14px 16px; border: 1px solid var(--accent); border-radius: var(--radius); background: var(--accent-soft); }
.notice b { color: var(--accent); }
.cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.btn { display: inline-flex; align-items: center; height: 48px; padding: 0 22px; border-radius: var(--radius); border: 1px solid var(--line); color: var(--text); text-decoration: none; font: 700 16px/1 var(--display); letter-spacing: 0.08em; text-transform: uppercase; }
.btn--primary { background: var(--accent); border-color: var(--accent); color: #140c02; }
.status { color: var(--muted); font-size: 15px; margin-top: 16px; }

section.block { padding: 64px 0; border-bottom: 1px solid var(--line); }
.block h2 { font-size: clamp(32px, 4.5vw, 48px); text-transform: uppercase; margin-bottom: 26px; }
.kicker { font: 600 14px/1 var(--display); letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); margin-bottom: 12px; }
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 14px; counter-reset: s; }
.card { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; }
.steps .card::before { counter-increment: s; content: counter(s); display: block; font: 700 40px/1 var(--display); color: var(--accent); margin-bottom: 10px; }
.card h3 { font-size: 22px; margin-bottom: 8px; }
.card p { color: var(--text-2); margin: 0; font-size: 16px; }
.two { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 14px; }
.list { margin: 0; padding: 0; list-style: none; }
.list li { position: relative; padding: 8px 0 8px 26px; border-bottom: 1px solid var(--line); color: var(--text-2); }
.list li::before { content: ''; position: absolute; left: 0; top: 17px; width: 10px; height: 10px; background: var(--ok); }
.list--no li::before { background: #d9534f; }
.price { width: 100%; border-collapse: collapse; font-variant-numeric: tabular-nums; }
.price td { padding: 10px 0; border-bottom: 1px solid var(--line); }
.price td:last-child { text-align: right; }
.price tr.total td { font-weight: 600; color: var(--text); border-bottom: 0; font-size: 19px; }
.price td.sub { padding-left: 18px; color: var(--muted); }
.small { font-size: 14px; color: var(--muted); }
.faq details { border-bottom: 1px solid var(--line); padding: 14px 0; }
.faq summary { cursor: pointer; font: 700 22px/1.2 var(--display); }
.faq details p { color: var(--text-2); margin: 10px 0 0; }

.foot { padding: 40px 0 60px; color: var(--muted); font-size: 15px; }
.foot .wrap { display: flex; flex-wrap: wrap; gap: 14px 28px; align-items: center; }
.foot a { color: var(--text-2); }

/* pages légales */
.legal { padding: 48px 20px 72px; max-width: 860px; }
.legal h1 { font-size: clamp(38px, 6vw, 60px); text-transform: uppercase; margin-bottom: 8px; }
.legal h2 { font-size: 28px; margin: 36px 0 12px; }
.legal h3 { font-size: 21px; margin: 22px 0 8px; }
.legal p, .legal li { color: var(--text-2); }
.legal ul { padding-left: 20px; }
.legal dl { display: grid; grid-template-columns: minmax(150px, 220px) 1fr; gap: 8px 18px; margin: 0; }
.legal dt { color: var(--muted); }
.legal dd { margin: 0; color: var(--text); }
.updated { color: var(--muted); font-size: 15px; }
/* informations à fournir avant publication : très visibles */
.todo { background: #5a1d1d; color: #ffd7d7; padding: 1px 6px; border-radius: 4px; font-weight: 600; }

@media (max-width: 640px) {
  .nav { display: none; }
  .hero { padding: 56px 0 44px; }
  .legal dl { grid-template-columns: 1fr; gap: 2px; }
  .legal dd { margin-bottom: 10px; }
}
.list--gap { margin-top: 12px; }
/* sélecteur de langue EN / FR */
.lang { display: flex; gap: 2px; margin-left: 8px; border: 1px solid var(--line); border-radius: 8px; padding: 2px; }
.lang a { padding: 6px 9px; border-radius: 6px; color: var(--muted); text-decoration: none; font: 700 13px/1 var(--display); letter-spacing: 0.1em; }
.lang a[aria-current='page'] { background: var(--panel-2); color: var(--text); }
.lang a:hover { color: var(--text); }
@media (max-width: 640px) { .lang { margin-left: auto; } }

/* accueil : aperçu de l'interface à côté du texte */
.hero__grid { display: grid; gap: 40px; align-items: center; }
.shot { margin: 0; }
.shot > img { display: block; width: 100%; height: auto; border: 1px solid var(--line); border-top: 0; border-radius: 0 0 var(--radius) var(--radius); }
.shot__bar { display: flex; align-items: center; gap: 6px; height: 30px; padding: 0 12px; background: var(--panel-2); border: 1px solid var(--line); border-radius: var(--radius) var(--radius) 0 0; }
.shot__bar i { width: 9px; height: 9px; border-radius: 50%; background: var(--line); }
.shot__url { margin-left: 10px; color: var(--muted); font-size: 12px; }
.shot__live { margin-left: auto; display: inline-flex; align-items: center; gap: 6px; color: #ff6b6b; font: 700 11px/1 var(--display); letter-spacing: 0.12em; }
.shot__live::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: #ff4d4d; animation: live 1.6s ease-in-out infinite; }
@keyframes live { 50% { opacity: 0.25; } }
.shot { filter: drop-shadow(0 24px 60px rgba(247, 147, 26, 0.14)); }
@media (min-width: 1040px) {

  .hero__grid { grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 48px; }
  .hero h1 { font-size: clamp(44px, 4.6vw, 68px); }
  .hero .lead { font-size: 18px; }
}
@media (prefers-reduced-motion: reduce) { .shot__live::before { animation: none; } }
