/* ───────────────── HERO (B2B) ───────────────── */
.hero-img {
  object-position: center 40%;
  filter: saturate(1.05) contrast(1.05) brightness(.85);
}
.hero-grad {
  position: absolute; inset: 0;
  background:
    linear-gradient(105deg, rgba(5,13,11,.9) 0%, rgba(5,13,11,.5) 40%, rgba(5,13,11,.2) 70%),
    linear-gradient(180deg, rgba(5,13,11,.45) 0%, transparent 30%, transparent 60%, rgba(5,13,11,.92) 100%);
  z-index: 1;
}

.zero-risk {
  background: rgba(8,24,20,.55); backdrop-filter: blur(20px);
  border: 1px solid var(--line-hi); border-radius: 20px; padding: 22px 24px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 14px;
}
.risk-item { display: flex; align-items: flex-start; gap: 12px; }
.risk-item .ico {
  width: 34px; height: 34px; border-radius: 10px;
  background: var(--surface); display: grid; place-items: center; flex-shrink: 0; color: var(--green);
}
.risk-item .ico svg { width: 16px; height: 16px; }
.risk-item b { display: block; font-size: 14px; font-weight: 700; line-height: 1.2; }
.risk-item span { display: block; font-size: 11px; color: var(--txt-mid); margin-top: 2px; }

.scroll-ind {
  position: absolute; left: 50%; bottom: 22px;
  transform: translateX(-50%); z-index: 3;
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  font-family: var(--font-m); font-size: 10px;
  letter-spacing: .2em; text-transform: uppercase; color: var(--txt-mid); cursor: pointer;
}
.scroll-ind .arr {
  width: 28px; height: 28px; display: grid; place-items: center;
  border: 1px solid rgba(255,255,255,.18); border-radius: 50%;
  animation: arrowBounce 2s ease-in-out infinite;
}
.scroll-ind .arr svg { width: 14px; height: 14px; color: var(--green); }

/* Match player hero button size */
.hero .btn-primary { padding: 14px 28px; font-size: 15px; }
.hero .btn-primary svg { width: 15px; height: 15px; }

/* Projection bars on market chart */
.gb.proj {
  background: rgba(56,255,124,.07);
  border: 1px dashed rgba(56,255,124,.35);
  border-radius: 5px 5px 2px 2px;
}

/* Tighter spacing for 8-bar chart */
.market-hero .growth-bars { gap: 8px; }
.market-hero .growth-labels { gap: 8px; }
.market-hero .growth-labels span { font-size: 8.5px; }

@media (max-width: 820px) {
  .hero-bottom { grid-template-columns: 1fr; gap: 24px; }
  h1.hero-headline { font-size: clamp(56px, 14vw, 120px); }
}

/* ───────────────── INSTALLATION (01) ───────────────── */
.install { background: var(--bg-2); padding: 100px 24px 60px; overflow: hidden; }
.court-wrap {
  position: relative; display: flex; align-items: center; justify-content: center; height: 100%;
}
.court-diagram { width: 100%; max-width: 580px; filter: drop-shadow(0 30px 60px rgba(0,0,0,.5)); }
.steps { display: flex; flex-direction: column; gap: 0; margin-top: 4px; }
.step {
  display: flex; align-items: flex-start; gap: 18px;
  padding: 20px 0; border-bottom: 1px solid var(--line); position: relative;
}
.step:last-child { border-bottom: none; }
.step-num {
  flex-shrink: 0; width: 40px; height: 40px; border-radius: 50%;
  border: 1.5px solid var(--green); display: grid; place-items: center;
  font-family: var(--font-m); font-size: 13px; font-weight: 600; color: var(--green);
  position: relative; z-index: 1;
}
.step-num::after {
  content: ""; position: absolute; top: 40px; left: 50%; transform: translateX(-50%);
  width: 1.5px; height: calc(100% + 1px);
  background: linear-gradient(to bottom, var(--green-dim), transparent);
}
.step:last-child .step-num::after { display: none; }
.step-body b { font-size: 15px; font-weight: 700; display: block; margin-bottom: 4px; }
.step-body span { font-size: 13.5px; color: var(--txt-mid); line-height: 1.45; }

/* ───────────────── DIFFÉRENCIATION (02) ───────────────── */
.diff { background: var(--bg); padding: 100px 24px 60px; overflow: hidden; }
.market-viz {
  position: relative; height: 100%;
  display: flex; flex-direction: column; gap: 16px; justify-content: center;
}
.market-hero {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: 22px; padding: 28px; position: relative; overflow: hidden;
}
.market-hero::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 80% 20%, rgba(56,255,124,.08), transparent 60%);
  pointer-events: none;
}
.market-label {
  font-family: var(--font-m); font-size: 10px; letter-spacing: .15em; text-transform: uppercase;
  color: var(--txt-mid); margin-bottom: 16px; display: flex; align-items: center; gap: 10px;
}
.market-label::before { content: ""; width: 5px; height: 5px; background: var(--green); border-radius: 50%; }
.market-big { font-family: var(--font-d); font-weight: 800; font-size: 80px; line-height: 1; letter-spacing: -.04em; color: var(--green); }
.market-big small { font-size: 28px; color: var(--txt-mid); font-weight: 600; margin-left: 4px; }
.market-sub { font-size: 15px; color: var(--txt-mid); margin-top: 8px; }
.market-sub b { color: var(--txt); font-weight: 600; }
.growth-bars { display: flex; align-items: flex-end; gap: 12px; height: 80px; margin-top: 22px; }
.gb { flex: 1; background: rgba(56,255,124,.14); border: 1px solid rgba(56,255,124,.25); border-radius: 5px 5px 2px 2px; position: relative; }
.gb.hi { background: var(--green); border-color: var(--green); box-shadow: 0 0 20px var(--green-glow); }
.gb span { position: absolute; top: -20px; left: 50%; transform: translateX(-50%); font-family: var(--font-m); font-size: 9.5px; color: var(--txt-mid); white-space: nowrap; }
.gb.hi span { color: var(--green); font-weight: 600; }
.growth-labels { display: flex; gap: 12px; margin-top: 8px; }
.growth-labels span { flex: 1; text-align: center; font-family: var(--font-m); font-size: 9px; color: var(--txt-mute); }
.diff-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.diff-card { background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: 18px; }
.diff-card .ic {
  width: 38px; height: 38px; border-radius: 11px;
  background: rgba(56,255,124,.12); border: 1px solid rgba(56,255,124,.2);
  display: grid; place-items: center; margin-bottom: 12px;
}
.diff-card .ic svg { width: 18px; height: 18px; color: var(--green); }
.diff-card b { display: block; font-size: 13px; font-weight: 700; margin-bottom: 4px; }
.diff-card span { font-size: 12px; color: var(--txt-mid); line-height: 1.4; }

/* ───────────────── RÉTENTION (03) ───────────────── */
.retention { background: var(--bg-2); padding: 100px 24px 60px; overflow: hidden; }
.club-dash {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: 24px; padding: 0; overflow: hidden;
  box-shadow: 0 40px 80px rgba(0,0,0,.45);
}
.dash-topbar {
  background: rgba(0,0,0,.25); padding: 16px 22px;
  display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line);
}
.dash-topbar .dbt-l { display: flex; align-items: center; gap: 10px; }
.dbt-dot { width: 11px; height: 11px; border-radius: 50%; }
.dash-topbar .ttl { font-family: var(--font-m); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--txt-mid); margin-left: 6px; }
.dash-period { display: flex; gap: 4px; }
.dash-period span { padding: 4px 12px; border-radius: 999px; font-family: var(--font-m); font-size: 10.5px; color: var(--txt-mid); cursor: pointer; }
.dash-period span.act { background: var(--green); color: var(--bg); font-weight: 600; }
.dash-kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-bottom: 1px solid var(--line); }
.kpi { padding: 18px 20px; border-right: 1px solid var(--line); }
.kpi:last-child { border-right: none; }
.kpi .kl { font-family: var(--font-m); font-size: 9.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--txt-mid); margin-bottom: 8px; }
.kpi .kv { font-family: var(--font-d); font-weight: 800; font-size: 28px; letter-spacing: -.03em; line-height: 1; }
.kpi .kd { font-family: var(--font-m); font-size: 10px; margin-top: 4px; display: flex; align-items: center; gap: 4px; }
.kpi .kd.up { color: var(--green); }
.kpi .kd.down { color: #ff6b6b; }
.dash-chart { padding: 18px 22px; border-bottom: 1px solid var(--line); }
.chart-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.chart-head .ch-ttl { font-family: var(--font-m); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--txt-mid); }
.chart-head .ch-val { font-family: var(--font-d); font-weight: 700; font-size: 18px; letter-spacing: -.02em; color: var(--green); }
.chart-bars { display: flex; align-items: flex-end; gap: 6px; height: 72px; }
.cb { flex: 1; border-radius: 4px 4px 2px 2px; background: rgba(56,255,124,.15); border: 1px solid rgba(56,255,124,.2); }
.cb.hi { background: var(--green); border-color: var(--green); box-shadow: 0 0 16px var(--green-glow); }
.cb.mid { background: rgba(56,255,124,.35); border-color: rgba(56,255,124,.4); }
.dash-players { padding: 14px 22px; }
.dp-head { font-family: var(--font-m); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--txt-mid); margin-bottom: 12px; }
.dp-row { display: flex; align-items: center; gap: 12px; padding: 8px 0; border-bottom: 1px solid var(--line); }
.dp-row:last-child { border-bottom: none; }
.dp-av { width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; font-family: var(--font-d); font-weight: 700; font-size: 11px; color: var(--bg); flex-shrink: 0; }
.dp-name { flex: 1; font-size: 13px; font-weight: 500; }
.dp-stat { font-family: var(--font-m); font-size: 11px; color: var(--green); }
.dp-bar-wrap { width: 60px; height: 4px; background: var(--line); border-radius: 2px; overflow: hidden; }
.dp-bar { height: 100%; background: var(--green); border-radius: 2px; }

/* ───────────────── VISIBILITÉ (04) ───────────────── */
.visibility { position: relative; padding: 0; overflow: hidden; background: var(--bg); }
.vis-img { position: absolute; inset: 0; z-index: 0; }
.vis-img img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: 55% center;
  filter: saturate(1.1) brightness(.6);
}
.vis-img::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(90deg, rgba(5,13,11,.15) 0%, rgba(5,13,11,.05) 30%, rgba(5,13,11,.75) 55%, rgba(5,13,11,.97) 100%);
}
.vis-inner {
  position: relative; z-index: 2; max-width: 1380px; margin: 0 auto;
  padding: 100px 24px 60px; min-height: 100vh;
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center;
}
.social-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; max-width: 380px; }
.sg-post { border-radius: 8px; overflow: hidden; position: relative; aspect-ratio: 1; background: #111; }
.sg-post img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.sg-post .sg-ov { position: absolute; inset: 0; background: rgba(0,0,0,.3); }
.sg-post.sg-big { grid-column: span 2; grid-row: span 2; border-radius: 12px; }
.sg-post .sg-play {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 38px; height: 38px; border-radius: 50%;
  background: rgba(255,255,255,.2); backdrop-filter: blur(8px);
  border: 1.5px solid rgba(255,255,255,.35); display: grid; place-items: center;
}
.sg-post .sg-play svg { width: 12px; height: 12px; fill: #fff; margin-left: 2px; }
.sg-post .sg-like { position: absolute; bottom: 8px; left: 8px; display: flex; align-items: center; gap: 4px; font-size: 11px; color: #fff; font-family: var(--font-m); font-weight: 500; }
.sg-post .sg-like svg { width: 10px; height: 10px; fill: var(--green); }
.sg-post.featured .sg-tag {
  position: absolute; top: 10px; left: 10px;
  background: var(--green); color: var(--bg); padding: 4px 10px; border-radius: 999px;
  font-family: var(--font-m); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
}
.sg-source { margin-top: 14px; display: flex; align-items: center; gap: 10px; font-size: 13px; }
.sg-source .av { width: 30px; height: 30px; border-radius: 50%; background: var(--green); display: grid; place-items: center; color: var(--bg); font-weight: 800; font-size: 11px; }
.sg-source b { font-weight: 600; }
.sg-source span { color: var(--txt-mid); font-size: 12px; }
.sg-source .followers { margin-left: auto; font-family: var(--font-m); font-size: 11px; color: var(--green); }

/* ───────────────── PLAYER VALUE CARDS (03) ───────────────── */
.player-value-cards { display: flex; flex-direction: column; gap: 14px; }
.pv-card {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: 18px; padding: 20px 22px;
  display: flex; align-items: flex-start; gap: 16px;
}
.pv-ic {
  width: 40px; height: 40px; border-radius: 12px; flex-shrink: 0;
  background: rgba(56,255,124,.1); border: 1px solid rgba(56,255,124,.2);
  display: grid; place-items: center; color: var(--green);
}
.pv-ic svg { width: 18px; height: 18px; }
.pv-card b { display: block; font-size: 14px; font-weight: 700; margin-bottom: 4px; }
.pv-card span { font-size: 13px; color: var(--txt-mid); line-height: 1.4; }

/* ───────────────── PRICING B2B (05) ───────────────── */
.pricing-b2b { background: var(--bg-2); padding: 100px 24px 60px; }
.pricing-b2b-inner {
  max-width: 1380px; margin: 0 auto; min-height: calc(100vh - 160px);
  display: flex; flex-direction: column; justify-content: center;
}
.pricing-b2b-head {
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 60px; align-items: end; margin-bottom: 56px;
}
.pricing-b2b-head h2 {
  font-family: var(--font-d); font-weight: 700;
  font-size: clamp(48px, 6vw, 90px); line-height: 0.92; letter-spacing: -0.04em; margin-top: 18px;
}
.pricing-b2b-head h2 em { font-family: var(--font-s); font-style: italic; font-weight: 400; color: var(--green); }
.pricing-b2b-head p { font-size: 16px; color: var(--txt-mid); line-height: 1.55; }
.b2b-pricing-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 20px; }
.b2b-main {
  background: linear-gradient(145deg, #0f2e26, #0a1f1c);
  border: 1px solid var(--green); border-radius: 28px; padding: 36px;
  position: relative; overflow: hidden;
  box-shadow: 0 0 0 1px var(--green), 0 30px 60px var(--green-glow);
}
.b2b-main::before {
  content: ""; position: absolute; top: -60px; right: -60px;
  width: 260px; height: 260px; border-radius: 50%;
  background: radial-gradient(circle, var(--green-glow), transparent 70%);
  filter: blur(30px); pointer-events: none;
}
.b2b-tag {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--green); color: var(--bg); padding: 5px 14px; border-radius: 999px;
  font-family: var(--font-m); font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase;
  margin-bottom: 22px; position: relative; z-index: 1;
}
.b2b-tag::before { content: "★"; font-size: 10px; }
.b2b-price-row { display: flex; align-items: baseline; gap: 4px; margin-bottom: 6px; position: relative; z-index: 1; }
.b2b-price-row .amt { font-family: var(--font-d); font-weight: 800; font-size: 72px; letter-spacing: -.04em; line-height: 1; color: var(--green); }
.b2b-price-row .cur { font-family: var(--font-d); font-weight: 700; font-size: 30px; color: var(--txt-mid); }
.b2b-price-row .per { font-size: 15px; color: var(--txt-mid); margin-left: 6px; align-self: flex-end; margin-bottom: 8px; }
.b2b-qualifier { font-size: 14px; color: var(--txt-mid); margin-bottom: 30px; position: relative; z-index: 1; }
.b2b-qualifier b { color: var(--txt); font-weight: 600; }
.b2b-includes {
  list-style: none; display: flex; flex-direction: column; gap: 12px;
  margin-bottom: 28px; padding-top: 22px; border-top: 1px solid rgba(56,255,124,.2);
  position: relative; z-index: 1;
}
.b2b-includes li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; }
.b2b-includes li svg { flex-shrink: 0; width: 17px; height: 17px; color: var(--green); margin-top: 2px; }
.b2b-includes li b { font-weight: 600; }
.roi-panel {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: 24px; padding: 28px; display: flex; flex-direction: column; gap: 20px;
}
.roi-head { font-family: var(--font-m); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; color: var(--txt-mid); }
.roi-calc { display: flex; flex-direction: column; gap: 16px; }
.roi-row { display: flex; align-items: center; justify-content: space-between; padding: 14px 18px; background: rgba(0,0,0,.2); border-radius: 12px; }
.roi-row .rl { font-size: 13px; color: var(--txt-mid); }
.roi-row .rv { font-family: var(--font-d); font-weight: 700; font-size: 18px; letter-spacing: -.02em; }
.roi-row .rv.pos { color: var(--green); }
.roi-row .rv.neg { color: #ff6b6b; }
.roi-divider { height: 1px; background: var(--line); }
.roi-total {
  background: var(--green); border-radius: 14px; padding: 18px 20px;
  display: flex; align-items: center; justify-content: space-between;
}
.roi-total .tl { font-weight: 700; font-size: 14px; color: var(--bg); }
.roi-total .tv { font-family: var(--font-d); font-weight: 800; font-size: 26px; letter-spacing: -.03em; color: var(--bg); }
.roi-note { font-size: 12px; color: var(--txt-mid); line-height: 1.45; text-align: center; padding-top: 8px; }
.roi-note b { color: var(--green); font-weight: 600; }
/* Simple pricing list */
.b2b-simple-list {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  border: 1px solid var(--line); border-radius: 20px; overflow: hidden;
  max-width: 780px;
}
.b2b-item {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 18px 24px; border-bottom: 1px solid var(--line); border-right: 1px solid var(--line);
  font-size: 14px;
}
.b2b-item:nth-child(even) { border-right: none; }
.b2b-item:nth-last-child(-n+2) { border-bottom: none; }
.b2b-item svg { width: 16px; height: 16px; color: var(--green); flex-shrink: 0; margin-top: 2px; }
.b2b-item b { font-weight: 600; }
.b2b-cta-note { font-size: 15px; color: var(--txt-mid); margin-top: 32px; }
.b2b-cta-note a { color: var(--green); text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 980px) {
  .pricing-b2b-head { grid-template-columns: 1fr; gap: 20px; }
  .b2b-simple-list { grid-template-columns: 1fr; }
  .b2b-item:nth-child(even) { border-right: none; }
  .b2b-item:nth-last-child(1) { border-bottom: none; }
  .b2b-item:nth-last-child(2) { border-bottom: 1px solid var(--line); }
}

/* ───────────────── CLOSER (CLUBS) ───────────────── */
.closer > .closer-inner > p {
  font-size: 18px; color: var(--txt); max-width: 560px; margin: 0 auto 44px; line-height: 1.5;
}
.club-form {
  max-width: 600px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px;
}
.club-form input, .club-form textarea, .club-form select {
  background: rgba(8,24,20,.7); backdrop-filter: blur(20px);
  border: 1px solid var(--line-hi); border-radius: 14px;
  padding: 14px 18px; color: var(--txt); font-family: inherit; font-size: 14px;
  outline: none; transition: border-color .2s ease;
}
.club-form input:focus, .club-form textarea:focus, .club-form select:focus { border-color: var(--green); }
.club-form input::placeholder, .club-form textarea::placeholder { color: var(--txt-mute); }
.club-form textarea { resize: vertical; min-height: 90px; }
.club-form .full { grid-column: span 2; }
.club-form button {
  grid-column: span 2; padding: 16px; background: var(--green); color: var(--bg);
  border-radius: 999px; font-weight: 700; font-size: 15px; cursor: pointer;
  transition: all .2s ease; box-shadow: 0 10px 28px var(--green-glow);
}
.club-form button:hover { transform: translateY(-2px); box-shadow: 0 16px 40px var(--green-glow); }
.trust-logos {
  display: flex; justify-content: center; align-items: center;
  gap: 30px; margin-top: 40px; flex-wrap: wrap;
}
.trust-logos span {
  font-family: var(--font-m); font-size: 11px; letter-spacing: .15em; text-transform: uppercase;
  color: var(--txt-mid); padding: 8px 16px; border: 1px solid var(--line); border-radius: 999px;
}
.trust-logos .lab { border: none; font-size: 10px; color: var(--txt-mute); }

@media (max-width: 720px) {
  .club-form { grid-template-columns: 1fr; }
  .club-form .full, .club-form button { grid-column: span 1; }
  /* Stack closer vertically so footer flows below form content */
  .closer { flex-direction: column; align-items: center; justify-content: flex-start; padding-bottom: 32px; }
  .closer-inner { padding-top: 80px; padding-bottom: 28px; }
  .closer-foot {
    position: relative;
    display: flex; flex-direction: column; align-items: center;
    gap: 14px; margin-top: 0; padding: 0 24px 8px; text-align: center;
  }
  .foot-contacts { order: 1; flex-direction: column; gap: 5px; align-items: center; }
  .foot-socials { order: 2; justify-self: auto; margin-top: 4px; }
  .closer-foot > div:nth-child(2) { order: 3; text-align: center; margin-top: 4px; }
  .vis-inner { grid-template-columns: 1fr; }
  .sec-grid { grid-template-columns: 1fr !important; gap: 40px; height: auto; padding-top: 60px; padding-bottom: 60px; }
}
