/* ───────────────── HERO (PLAYERS) ───────────────── */
.hero { padding: 0; }
.hero-img { filter: saturate(1.05) contrast(1.05); }
.hero-grad {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 20% 30%, rgba(5,13,11,.35) 0%, transparent 50%),
    linear-gradient(180deg, rgba(5,13,11,.55) 0%, rgba(5,13,11,.25) 40%, rgba(5,13,11,.85) 95%);
  z-index: 1;
}

.hero-cta {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 18px 28px;
  background: var(--green); color: var(--bg);
  border-radius: 999px; font-weight: 700; font-size: 15px;
  margin-top: 28px;
  transition: transform .2s ease, box-shadow .25s ease;
  box-shadow: 0 12px 36px var(--green-glow);
}
.hero-cta:hover { transform: translateY(-2px); box-shadow: 0 18px 48px var(--green-glow); }
.hero-cta svg { width: 16px; height: 16px; }

/* Hero stat card (bottom-right) — horizontal 3-col grid, smoked glass */
.hero-stats {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 0;
  border: 1px solid rgba(255,255,255,.1); border-radius: 18px;
  background: rgba(5,13,11,.28); backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px); overflow: hidden;
}
.hero-stats .s {
  padding: 12px 20px; border-right: 1px solid rgba(255,255,255,.07);
  display: flex; flex-direction: column;
}
.hero-stats .s:last-child { border-right: none; }
.hero-stats .s b {
  display: block;
  font-family: var(--font-d); font-weight: 800;
  font-size: clamp(22px, 2.8vw, 32px);
  line-height: 1; letter-spacing: -0.03em;
  color: var(--green);
}
.hero-stats .s span {
  display: block;
  font-family: var(--font-m);
  font-size: 9px; letter-spacing: .15em;
  text-transform: uppercase; color: var(--txt-mid);
  margin-top: 8px;
}

/* Hero stats — vertical + no subtitles on mobile */
@media (max-width: 720px) {
  .hero-stats { grid-template-columns: 1fr; width: max-content; }
  .hero-stats .s {
    border-right: none; border-bottom: 1px solid rgba(255,255,255,.07);
    padding: 6px 14px; flex-direction: column;
  }
  .hero-stats .s:last-child { border-bottom: none; }
  .hero-stats .s b { font-size: 16px; }
  .hero-stats .s span { display: none; }
  .scroll-ind { display: none; }
}

/* Hero CTA group — horizontal row */
.hero-cta-group { display: flex; flex-direction: row; flex-wrap: wrap; gap: 10px; margin-top: 28px; align-items: flex-start; }

/* Primary CTA */
.hero-cta-primary {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 28px;
  background: var(--green); color: var(--bg);
  border-radius: 999px; width: fit-content;
  font-weight: 700; font-size: 15px;
  transition: transform .2s ease, box-shadow .25s ease;
  box-shadow: 0 12px 36px var(--green-glow);
}
.hero-cta-primary:hover { transform: translateY(-2px); box-shadow: 0 18px 48px var(--green-glow); }
.hero-cta-primary svg { width: 15px; height: 15px; }

/* Secondary CTAs */
.hero-cta-secondary {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 22px; border: 1px solid rgba(255,255,255,.2);
  color: var(--txt); background: rgba(255,255,255,.04);
  border-radius: 999px; font-weight: 500; font-size: 14px; width: fit-content;
  transition: background .2s ease, border-color .2s ease;
  align-self: center;
}
.hero-cta-secondary:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.35); }
.hero-cta-secondary svg { width: 14px; height: 14px; color: var(--green); }

.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); }

/* ───────────────── COACH IA — blur lock ───────────────── */
.coach-blur-overlay {
  position: absolute; inset: 0; z-index: 10;
  backdrop-filter: blur(28px) saturate(50%) brightness(.7);
  -webkit-backdrop-filter: blur(28px) saturate(50%) brightness(.7);
  background: rgba(5,13,11,.62);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 18px;
}
.coach-blur-eyebrow {
  font-family: var(--font-m); font-size: 12px;
  letter-spacing: .3em; text-transform: uppercase;
  color: var(--green); font-weight: 700;
}
.coach-blur-main {
  font-family: var(--font-d); font-weight: 800;
  font-size: clamp(64px, 9vw, 130px);
  line-height: .88; letter-spacing: -.04em;
  text-align: center; color: var(--txt);
}
.coach-blur-main em {
  font-family: var(--font-s); font-style: italic;
  font-weight: 400; color: var(--green); display: block;
}
.coach-blur-badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 22px; background: rgba(56,255,124,.1);
  border: 1px solid rgba(56,255,124,.35); border-radius: 999px;
  font-family: var(--font-m); font-size: 12px;
  font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--green);
}
.coach-blur-badge::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%;
  background: var(--green); box-shadow: 0 0 10px var(--green);
  animation: blink 1.4s infinite;
}

/* ───────────────── COACH NOTIFY FORM ───────────────── */
.coach-notify-form {
  display: flex; max-width: 380px;
  background: rgba(8,24,20,.7); backdrop-filter: blur(20px);
  border: 1px solid rgba(56,255,124,.25); border-radius: 999px;
  padding: 5px 5px 5px 20px;
}
.coach-notify-form input {
  flex: 1; background: transparent; border: none; outline: none;
  color: var(--txt); font-family: inherit; font-size: 13px; padding: 10px 0;
}
.coach-notify-form input::placeholder { color: rgba(255,255,255,.3); }
.coach-notify-form button {
  padding: 10px 18px; background: var(--green); color: var(--bg);
  border-radius: 999px; font-weight: 600; font-size: 12px; white-space: nowrap; transition: all .2s ease;
}
.coach-notify-form button:hover { transform: translateY(-1px); box-shadow: 0 8px 20px var(--green-glow); }

/* ───────────────── DOWNLOAD / CLOSER (PLAYERS) ───────────────── */
.download-hero { margin: 0 auto 28px; max-width: 460px; }
.download-btn-big {
  display: flex; align-items: center; justify-content: center; gap: 16px;
  width: 100%; padding: 22px 36px;
  background: var(--green); color: var(--bg); border-radius: 24px;
  font-weight: 800; font-size: 18px; letter-spacing: -.01em; cursor: pointer;
  border: none;
  transition: transform .2s ease, box-shadow .25s ease;
  box-shadow: 0 18px 52px var(--green-glow), 0 0 0 1px rgba(56,255,124,.25) inset;
}
.download-btn-big:hover { transform: translateY(-3px); box-shadow: 0 28px 68px var(--green-glow); }
.download-btn-big svg { width: 24px; height: 24px; flex-shrink: 0; }
.download-hint {
  text-align: center; margin-top: 10px;
  font-size: 12px; color: var(--txt-mute); letter-spacing: .04em;
}
.newsletter-sep {
  display: flex; align-items: center; gap: 14px;
  font-family: var(--font-m); font-size: 10px;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--txt-mute); margin-bottom: 12px; margin-top: 8px;
}
.newsletter-sep::before, .newsletter-sep::after {
  content: ""; flex: 1; height: 1px; background: var(--line-hi);
}
.closer-form {
  display: flex; max-width: 480px; margin: 0 auto;
  background: rgba(8,24,20,.7); backdrop-filter: blur(20px);
  border: 1px solid var(--line-hi); border-radius: 999px;
  padding: 6px 6px 6px 22px;
}
.closer-form input {
  flex: 1; background: transparent; border: none; outline: none;
  color: var(--txt); font-family: inherit; font-size: 14px; padding: 12px 0;
}
.closer-form input::placeholder { color: var(--txt-mute); }
.closer-form button {
  padding: 12px 24px; background: var(--green); color: var(--bg);
  border-radius: 999px; font-weight: 600; font-size: 13px; transition: all .2s ease;
}
.closer-form button:hover { transform: translateY(-1px); box-shadow: 0 10px 24px var(--green-glow); }
.closer-contacts { display: flex; gap: 28px; flex-wrap: wrap; justify-content: center; margin-top: 32px; }
.closer-social { display: flex; flex-direction: column; align-items: center; gap: 16px; margin-top: 36px; }
.closer-social-label {
  font-family: var(--font-m); font-size: 10px; letter-spacing: .2em;
  text-transform: uppercase; color: var(--txt-mute);
}
.closer-social-links { display: flex; gap: 12px; }
.closer-social-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 20px; border: 1px solid rgba(255,255,255,.15);
  border-radius: 999px; font-size: 13px; font-weight: 500; color: var(--txt-mid);
  background: rgba(255,255,255,.04); text-decoration: none;
  transition: background .2s, border-color .2s, color .2s;
}
.closer-social-btn:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.3); color: var(--txt); }
.closer-social-btn svg { width: 16px; height: 16px; flex-shrink: 0; }
.closer-contact-item {
  display: flex; align-items: center; gap: 10px;
  color: var(--txt-mid); text-decoration: none; font-size: 15px;
  font-family: var(--font-m); letter-spacing: .02em;
  transition: color .2s;
}
.closer-contact-item svg { width: 18px; height: 18px; color: var(--green); flex-shrink: 0; }
.closer-contact-item:hover { color: var(--txt); }
.store {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(8,24,20,.7); backdrop-filter: blur(20px);
  border: 1px solid var(--line-hi); padding: 11px 18px;
  border-radius: 14px; font-size: 12.5px; transition: background .2s ease;
}
.store:hover { background: rgba(8,24,20,.9); }
.store small { display: block; color: var(--txt-mid); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.store b { font-weight: 600; }

.foot-clubs { display: flex; gap: 24px; }
.foot-clubs span { letter-spacing: .12em; text-transform: uppercase; }

@media (max-width: 720px) {
  .closer-foot {
    position: relative;
    display: flex; flex-direction: column; align-items: center;
    gap: 14px;
    margin-top: 40px;
    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;
  }
}

/* ───────────────── REPLAY ───────────────── */
.replay { background: var(--bg-2); padding: 100px 24px 60px; overflow: hidden; }
.replay-grid {
  max-width: 1380px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1.1fr;
  gap: 80px; align-items: center;
  height: calc(100vh - 160px); min-height: 600px;
}
.replay-text { display: flex; flex-direction: column; gap: 26px; }
.replay-text h2 {
  font-family: var(--font-d); font-weight: 700;
  font-size: clamp(48px, 6vw, 88px);
  line-height: 0.95; letter-spacing: -0.035em;
}
.replay-text h2 em { font-family: var(--font-s); font-style: italic; font-weight: 400; color: var(--green); }
.replay-text p { font-size: 17px; color: var(--txt-mid); line-height: 1.55; max-width: 480px; }
.replay-pills { display: flex; gap: 10px; flex-wrap: wrap; }
.replay-visual {
  position: relative; height: 100%;
  display: flex; align-items: center; justify-content: center;
}
.tv {
  position: relative; width: 100%; aspect-ratio: 16 / 10;
  border-radius: 26px; overflow: hidden;
  box-shadow: 0 0 0 1px rgba(255,255,255,.1), 0 60px 100px -30px rgba(0,0,0,.6), 0 0 80px rgba(56,255,124,.08);
  background: #000;
  transform: perspective(1800px) rotateY(-3deg) rotateX(1deg);
  transform-origin: right center;
  transition: transform .8s cubic-bezier(.2,.7,.2,1);
}
.tv:hover { transform: perspective(1800px) rotateY(-1deg) rotateX(0deg); }
.tv img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.tv-grad {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(0,0,0,.7) 95%);
  pointer-events: none;
}
.tv-top {
  position: absolute; top: 18px; left: 18px; right: 18px;
  display: flex; align-items: center; justify-content: space-between; z-index: 2;
}
.tv-live {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 14px; background: rgba(0,0,0,.55); backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,.12); border-radius: 999px;
  font-family: var(--font-m); font-size: 10.5px; letter-spacing: .15em; text-transform: uppercase;
}
.tv-live::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%;
  background: #ff4949; box-shadow: 0 0 10px #ff4949; animation: blink 1.4s infinite;
}
.tv-meta { display: flex; gap: 6px; }
.tv-meta span {
  padding: 6px 11px; background: rgba(0,0,0,.55); backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,.1); border-radius: 6px;
  font-family: var(--font-m); font-size: 10.5px; letter-spacing: .05em;
}
.tv-meta span.hot { background: var(--green); color: var(--bg); border-color: var(--green); font-weight: 600; }
.tv-play {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 96px; height: 96px; border-radius: 50%; background: var(--green);
  display: grid; place-items: center; z-index: 2; cursor: pointer;
  box-shadow: 0 0 0 14px rgba(56,255,124,.18), 0 0 60px var(--green-glow);
  transition: transform .25s ease; animation: pulseRing 2.5s ease-in-out infinite;
}
.tv-play:hover { transform: translate(-50%,-50%) scale(1.06); }
.tv-play svg { width: 30px; height: 30px; fill: var(--bg); margin-left: 4px; }
.tv-bottom { position: absolute; bottom: 18px; left: 18px; right: 18px; z-index: 2; }
.tv-tag-row {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 12px; font-size: 13px;
}
.tv-tag-row .info { display: flex; flex-direction: column; }
.tv-tag-row .info b { font-weight: 600; }
.tv-tag-row .info small { color: var(--txt-mid); font-size: 11.5px; margin-top: 2px; }
.tv-tag-row .time { font-family: var(--font-m); font-size: 12px; color: var(--txt-mid); }
.tv-tag-row .time b { color: var(--txt); font-weight: 500; }
.tv-bar { position: relative; height: 4px; background: rgba(255,255,255,.15); border-radius: 4px; }
.tv-bar-fill {
  position: absolute; left: 0; top: 0; bottom: 0; width: 42%;
  background: var(--green); border-radius: 4px;
}
.tv-bar-fill::after {
  content: ""; position: absolute; right: -6px; top: 50%; transform: translateY(-50%);
  width: 13px; height: 13px; border-radius: 50%; background: var(--green);
  box-shadow: 0 0 0 4px rgba(56,255,124,.25);
}
.tv-callout {
  position: absolute; top: 24px; left: -36px;
  background: var(--surface); border: 1px solid var(--line-hi); border-radius: 16px;
  padding: 16px 20px; display: flex; align-items: center; gap: 14px;
  box-shadow: 0 20px 50px rgba(0,0,0,.5); z-index: 3;
}
.tv-callout .ic {
  width: 42px; height: 42px; border-radius: 12px; background: var(--green);
  color: var(--bg); display: grid; place-items: center;
}
.tv-callout .ic svg { width: 20px; height: 20px; }
.tv-callout b { display: block; font-weight: 600; font-size: 14px; }
.tv-callout small { display: block; color: var(--txt-mid); font-size: 12px; margin-top: 1px; }
@media (max-width: 980px) {
  .replay-grid { grid-template-columns: 1fr; gap: 40px; height: auto; padding-top: 80px; padding-bottom: 80px; }
  .tv { transform: none; }
}

/* ───────────────── PLAYZ ───────────────── */
.playz { background: var(--bg); padding: 100px 24px 60px; overflow: hidden; }
.playz-grid {
  max-width: 1380px; margin: 0 auto;
  display: grid; grid-template-columns: 1.1fr 1fr;
  gap: 80px; align-items: center;
  height: calc(100vh - 160px); min-height: 640px;
}
.playz-stage {
  position: relative; height: 100%;
  display: flex; align-items: center; justify-content: center;
}
.phone {
  position: relative; width: 290px; aspect-ratio: 9 / 19.5;
  border-radius: 42px; padding: 6px;
  background: linear-gradient(145deg, #2a2e2c, #1a1d1c);
  box-shadow: 0 0 0 1px rgba(255,255,255,.05) inset, 0 0 0 2px #0a0c0b,
    0 50px 80px -20px rgba(0,0,0,.7), 0 0 0 1px rgba(255,255,255,.05);
}
.phone-screen {
  position: relative; width: 100%; height: 100%;
  border-radius: 36px; overflow: hidden; background: #000;
}
.phone-screen::before {
  content: ""; position: absolute; top: 12px; left: 50%; transform: translateX(-50%);
  width: 88px; height: 26px; background: #000; border-radius: 999px; z-index: 10;
}
.phone-screen::after {
  content: "9:41"; position: absolute; top: 16px; left: 28px;
  font-family: var(--font-d); font-weight: 700; font-size: 14px; color: #fff; z-index: 11;
}
.phone-story { position: absolute; inset: 0; }
.phone-story img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.phone-story .grad {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.35) 0%, transparent 30%, transparent 60%, rgba(0,0,0,.85) 100%);
}
.phone-story-top { position: absolute; top: 48px; left: 16px; right: 16px; z-index: 5; }
.story-bars { display: flex; gap: 4px; margin-bottom: 14px; }
.story-bars span {
  flex: 1; height: 2.5px; background: rgba(255,255,255,.3);
  border-radius: 2px; overflow: hidden; position: relative;
}
.story-bars span.done { background: #fff; }
.story-bars span.active::after {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 60%; background: #fff;
}
.story-user { display: flex; align-items: center; gap: 8px; }
.story-avatar {
  width: 28px; height: 28px; border-radius: 50%;
  background: linear-gradient(135deg, var(--green), #1a7a3f);
  border: 2px solid #fff; display: grid; place-items: center;
  font-family: var(--font-d); font-weight: 700; font-size: 10px; color: var(--bg);
}
.story-user b { font-size: 13px; color: #fff; font-weight: 600; }
.story-user span { font-size: 11px; color: rgba(255,255,255,.6); margin-left: 2px; }
.phone-story-mid {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 5;
}
.story-stat {
  background: rgba(0,0,0,.5); backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,.18);
  padding: 14px 22px; border-radius: 16px; text-align: center; white-space: nowrap;
}
.story-stat b {
  display: block; font-family: var(--font-d); font-weight: 800;
  font-size: 44px; line-height: 1; letter-spacing: -.03em; color: var(--green);
}
.story-stat b small { font-size: 18px; font-weight: 600; color: rgba(255,255,255,.7); margin-left: 4px; }
.story-stat span {
  display: block; font-family: var(--font-m); font-size: 10px;
  letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.85); margin-top: 6px;
}
.phone-story-bot { position: absolute; bottom: 24px; left: 16px; right: 16px; z-index: 5; }
.story-cap {
  font-family: var(--font-d); font-weight: 700; font-size: 20px;
  letter-spacing: -.02em; line-height: 1.15; margin-bottom: 12px; color: #fff;
}
.story-cap em { font-family: var(--font-s); font-style: italic; font-weight: 400; color: var(--green); }
.story-tag {
  display: inline-flex; align-items: center; gap: 6px; padding: 5px 10px;
  background: var(--green); color: var(--bg); border-radius: 999px;
  font-family: var(--font-m); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; font-weight: 700;
}
.story-actions { display: flex; gap: 8px; margin-top: 12px; }
.story-action {
  display: inline-flex; align-items: center; gap: 6px; padding: 7px 12px;
  background: rgba(0,0,0,.5); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.2); border-radius: 999px; font-size: 11px; color: #fff;
}
.story-action svg { width: 11px; height: 11px; }
.phones-stack {
  position: relative; width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
}
.phones-stack .phone { position: absolute; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.phones-stack .phone.p1 { transform: translateX(-160px) rotate(-14deg) scale(.85); z-index: 1; filter: brightness(.75); }
.phones-stack .phone.p2 { z-index: 3; transform: scale(1); }
.phones-stack .phone.p3 { transform: translateX(160px) rotate(14deg) scale(.85); z-index: 2; filter: brightness(.75); }
.phones-stack:hover .phone.p1 { transform: translateX(-190px) rotate(-18deg) scale(.85); }
.phones-stack:hover .phone.p3 { transform: translateX(190px) rotate(18deg) scale(.85); }
.float-badge {
  position: absolute; z-index: 10; padding: 10px 16px;
  background: rgba(8,24,20,.85); backdrop-filter: blur(20px);
  border: 1px solid var(--line-hi); border-radius: 14px;
  display: flex; align-items: center; gap: 10px;
  font-size: 12.5px; color: var(--txt); box-shadow: 0 16px 40px rgba(0,0,0,.4);
}
.float-badge svg { width: 16px; height: 16px; color: var(--green); }
.float-badge.b-top { top: 10%; right: 8%; }
.float-badge.b-bot { bottom: 10%; left: 8%; }
.playz-text { display: flex; flex-direction: column; gap: 24px; }
.playz-text h2 {
  font-family: var(--font-d); font-weight: 700;
  font-size: clamp(48px, 6vw, 88px); line-height: 0.95; letter-spacing: -0.035em;
}
.playz-text h2 em { font-family: var(--font-s); font-style: italic; font-weight: 400; color: var(--green); }
.playz-text p { font-size: 17px; color: var(--txt-mid); line-height: 1.55; max-width: 480px; }
.social-icons { display: flex; align-items: center; gap: 14px; margin-top: 6px; }
.social-icons .lab { font-family: var(--font-m); font-size: 10.5px; letter-spacing: .15em; text-transform: uppercase; color: var(--txt-mid); }
.social-icons .ic-row { display: flex; gap: 8px; }
.social-icons .ic-row span { width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; }
.social-icons .insta { background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366); }
.social-icons .tiktok { background: #000; border: 1px solid var(--line); }
.social-icons .wa { background: #25D366; }
.social-icons .yt { background: #ff0000; }
@media (max-width: 980px) {
  .playz-grid { grid-template-columns: 1fr; gap: 40px; height: auto; padding-top: 60px; padding-bottom: 60px; }
  .phones-stack { height: 600px; transform: scale(.85); }
}

/* ───────────────── STATS ───────────────── */
.stats { background: var(--bg-2); padding: 100px 24px 60px; overflow: hidden; }
.stats-grid {
  max-width: 1380px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1.3fr;
  gap: 80px; align-items: center;
  height: calc(100vh - 160px); min-height: 640px;
}
.stats-text { display: flex; flex-direction: column; gap: 26px; }
.stats-text h2 {
  font-family: var(--font-d); font-weight: 700;
  font-size: clamp(48px, 6vw, 88px); line-height: 0.95; letter-spacing: -0.035em;
}
.stats-text h2 em { font-family: var(--font-s); font-style: italic; font-weight: 400; color: var(--green); }
.stats-text p { font-size: 17px; color: var(--txt-mid); line-height: 1.55; max-width: 480px; }
.dash {
  position: relative; height: 100%;
  display: grid; grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto; gap: 14px;
}
.dash-hero {
  grid-column: span 2; position: relative; border-radius: 22px; overflow: hidden;
  aspect-ratio: 16/7; background: #061614; border: 1px solid var(--line);
}
.dash-hero img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; filter: saturate(1.1) brightness(.7);
}
.dash-hero .ov {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(8,24,20,.85) 0%, rgba(8,24,20,.4) 60%, transparent 100%);
}
.heat {
  position: absolute; border-radius: 50%; filter: blur(20px); mix-blend-mode: screen;
}
.heat.h1 { left: 28%; top: 30%; width: 100px; height: 100px; background: radial-gradient(circle, rgba(56,255,124,.95), transparent 70%); }
.heat.h2 { left: 36%; top: 55%; width: 120px; height: 120px; background: radial-gradient(circle, rgba(255,180,0,.9), transparent 70%); }
.heat.h3 { left: 22%; top: 72%; width: 80px; height: 80px; background: radial-gradient(circle, rgba(255,80,40,.85), transparent 70%); }
.heat.h4 { left: 50%; top: 40%; width: 60px; height: 60px; background: radial-gradient(circle, rgba(56,255,124,.7), transparent 70%); }
.dash-hero-info { position: absolute; top: 20px; left: 20px; z-index: 2; }
.dash-hero-info .lbl {
  font-family: var(--font-m); font-size: 10px; letter-spacing: .15em; text-transform: uppercase;
  color: var(--green); margin-bottom: 8px;
}
.dash-hero-info b {
  font-family: var(--font-d); font-weight: 800; font-size: 36px; line-height: 1; letter-spacing: -.03em;
}
.dash-hero-info span { display: block; font-size: 13px; color: var(--txt-mid); margin-top: 6px; }
.dash-hero-side { position: absolute; bottom: 20px; right: 20px; z-index: 2; display: flex; gap: 14px; }
.dash-mini {
  background: rgba(8,24,20,.6); backdrop-filter: blur(12px);
  border: 1px solid var(--line-hi); border-radius: 12px; padding: 10px 14px; text-align: center;
}
.dash-mini b {
  display: block; font-family: var(--font-d); font-weight: 700;
  font-size: 20px; line-height: 1; color: var(--green);
}
.dash-mini span {
  display: block; font-family: var(--font-m); font-size: 9px;
  letter-spacing: .12em; text-transform: uppercase; color: var(--txt-mid); margin-top: 5px;
}
.dash-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: 18px; padding: 20px;
  display: flex; flex-direction: column; position: relative; overflow: hidden;
}
.dash-card .hd {
  font-family: var(--font-m); font-size: 10px; letter-spacing: .15em; text-transform: uppercase;
  color: var(--txt-mid); margin-bottom: 12px; display: flex; align-items: center; justify-content: space-between;
}
.dash-card .hd .delta { color: var(--green); font-weight: 600; }
.dash-card .big {
  font-family: var(--font-d); font-weight: 800; font-size: 44px;
  letter-spacing: -.03em; line-height: 1; color: var(--green);
}
.dash-card .big small { font-size: 18px; color: var(--txt-mid); font-weight: 600; margin-left: 2px; }
.dash-card .sub { font-size: 12.5px; color: var(--txt-mid); margin-top: 8px; }
.spark { margin-top: auto; display: flex; align-items: flex-end; gap: 6px; height: 44px; }
.spark span {
  flex: 1; background: rgba(56,255,124,.18); border: 1px solid rgba(56,255,124,.3);
  border-radius: 3px 3px 1px 1px; position: relative; min-height: 6px;
}
.spark span.hi { background: var(--green); border-color: var(--green); box-shadow: 0 0 14px var(--green-glow); }
@media (max-width: 980px) {
  .stats-grid { grid-template-columns: 1fr; gap: 40px; height: auto; padding-top: 60px; padding-bottom: 60px; }
  .dash-hero { aspect-ratio: 16/9; }
}

/* ───────────────── COACH IA ───────────────── */
.coach { position: relative; padding: 0; overflow: hidden; background: var(--bg); }
.coach-img { position: absolute; inset: 0; z-index: 0; }
.coach-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(1.05); }
.coach-img::before {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(5,13,11,.95) 0%, rgba(5,13,11,.6) 40%, rgba(5,13,11,.2) 70%, rgba(5,13,11,.85) 100%),
    linear-gradient(180deg, rgba(5,13,11,.5) 0%, transparent 20%, transparent 70%, rgba(5,13,11,.9) 100%);
  z-index: 1;
}
.coach-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;
}
.coach-text { display: flex; flex-direction: column; gap: 26px; }
.coach-text h2 {
  font-family: var(--font-d); font-weight: 700;
  font-size: clamp(48px, 6vw, 88px); line-height: 0.95; letter-spacing: -0.035em;
}
.coach-text h2 em { font-family: var(--font-s); font-style: italic; font-weight: 400; color: var(--green); }
.coach-text p { font-size: 17px; color: var(--txt); line-height: 1.55; max-width: 480px; }
.coach-text p strong { color: var(--green); font-weight: 600; }
.soon-tag {
  display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px;
  background: rgba(56,255,124,.12); border: 1px solid rgba(56,255,124,.35); border-radius: 999px;
  font-family: var(--font-m); font-size: 10.5px; font-weight: 600;
  letter-spacing: .15em; text-transform: uppercase; color: var(--green); width: fit-content;
}
.soon-tag::before {
  content: ""; width: 6px; height: 6px; background: var(--green);
  border-radius: 50%; box-shadow: 0 0 8px var(--green);
}
.coach-stage { display: flex; justify-content: center; position: relative; }
.phone-chat .phone-screen { background: linear-gradient(180deg, #0a1614 0%, #050d0b 100%); }
.chat-head {
  position: absolute; top: 48px; left: 0; right: 0;
  padding: 8px 16px 14px; display: flex; align-items: center; gap: 10px;
  border-bottom: 1px solid rgba(255,255,255,.08); z-index: 5;
}
.chat-head .av {
  width: 36px; height: 36px; border-radius: 12px;
  background: linear-gradient(135deg, var(--green), #1a7a3f);
  display: grid; place-items: center; font-family: var(--font-d);
  font-weight: 800; color: var(--bg); font-size: 13px; position: relative;
}
.chat-head .av::after {
  content: ""; position: absolute; bottom: -2px; right: -2px;
  width: 11px; height: 11px; border-radius: 50%; background: var(--green); border: 2px solid #0a1614;
}
.chat-head .nm { font-size: 13px; font-weight: 600; }
.chat-head .st { font-size: 10px; color: var(--green); display: flex; align-items: center; gap: 4px; margin-top: 1px; }
.chat-head .st::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--green); }
.chat-body {
  position: absolute; top: 110px; bottom: 90px; left: 0; right: 0;
  padding: 14px; overflow: hidden; display: flex; flex-direction: column; gap: 10px;
}
.msg { max-width: 75%; padding: 10px 14px; border-radius: 18px; font-size: 12.5px; line-height: 1.45; }
.msg.u { align-self: flex-end; background: var(--green); color: var(--bg); border-bottom-right-radius: 4px; font-weight: 500; }
.msg.b { align-self: flex-start; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); border-bottom-left-radius: 4px; color: var(--txt); }
.msg.b b { color: var(--green); font-weight: 600; }
.msg-stat {
  margin-top: 8px; padding: 8px 10px; background: rgba(0,0,0,.3); border-radius: 8px;
  display: flex; align-items: center; gap: 8px; font-family: var(--font-m); font-size: 10.5px;
}
.msg-stat svg { width: 12px; height: 12px; color: var(--green); flex-shrink: 0; }
.chat-input {
  position: absolute; bottom: 28px; left: 14px; right: 14px;
  display: flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1);
  border-radius: 999px; padding: 4px 4px 4px 14px; z-index: 5;
}
.chat-input span { flex: 1; font-size: 12px; color: var(--txt-mute); }
.chat-input button {
  width: 30px; height: 30px; border-radius: 50%; background: var(--green); color: var(--bg);
  display: grid; place-items: center;
}
.chat-input button svg { width: 12px; height: 12px; }
.insight {
  position: absolute; background: rgba(8,24,20,.9); backdrop-filter: blur(20px);
  border: 1px solid var(--line-hi); border-radius: 16px; padding: 14px 18px;
  display: flex; align-items: center; gap: 12px; box-shadow: 0 20px 50px rgba(0,0,0,.5); z-index: 5;
}
.insight .ic { width: 38px; height: 38px; border-radius: 12px; background: var(--green); color: var(--bg); display: grid; place-items: center; flex-shrink: 0; }
.insight .ic svg { width: 18px; height: 18px; }
.insight b { display: block; font-size: 13px; font-weight: 600; }
.insight span { display: block; font-size: 11px; color: var(--txt-mid); margin-top: 1px; }
.insight.i1 { top: 12%; right: -8%; }
.insight.i2 { bottom: 12%; left: -10%; }
@media (max-width: 980px) {
  .coach-inner { grid-template-columns: 1fr; gap: 40px; padding-top: 80px; padding-bottom: 60px; min-height: auto; }
  .insight { display: none; }
}

/* ───────────────── PRICING (B2C) ───────────────── */
.pricing { background: var(--bg); padding: 100px 24px 80px; position: relative; overflow: hidden; }
.pricing-inner {
  max-width: 1380px; margin: 0 auto; height: 100%;
  min-height: calc(100vh - 160px);
  display: flex; flex-direction: column; justify-content: center;
}
.pricing-head {
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 60px; align-items: end; margin-bottom: 56px;
}
.pricing-head h2 {
  font-family: var(--font-d); font-weight: 700;
  font-size: clamp(56px, 7vw, 110px); line-height: 0.9; letter-spacing: -0.04em; margin-top: 18px;
}
.pricing-head h2 em { font-family: var(--font-s); font-style: italic; font-weight: 400; color: var(--green); }
.pricing-head p { font-size: 16px; color: var(--txt-mid); line-height: 1.55; max-width: 380px; }
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.plan {
  background: var(--surface); border: 1px solid var(--line); border-radius: 24px;
  padding: 28px 26px 26px; position: relative; display: flex; flex-direction: column; overflow: hidden;
}
.plan::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 80px;
  background: radial-gradient(ellipse at top, rgba(56,255,124,.06), transparent 70%); pointer-events: none;
}
.plan.hot {
  background: linear-gradient(180deg, #0f3225 0%, #0a1f1c 100%);
  border-color: var(--green);
  box-shadow: 0 0 0 1px var(--green), 0 30px 60px var(--green-glow);
  transform: scale(1.04);
}
.plan.hot::before { background: radial-gradient(ellipse at top, rgba(56,255,124,.2), transparent 70%); height: 140px; }
.plan-tag {
  display: inline-flex; align-items: center; gap: 6px; width: fit-content;
  padding: 5px 11px; background: rgba(255,255,255,.06); border: 1px solid var(--line);
  border-radius: 999px; font-family: var(--font-m); font-size: 9.5px; letter-spacing: .15em;
  text-transform: uppercase; color: var(--txt-mid); margin-bottom: 18px; position: relative; z-index: 1;
}
.plan.hot .plan-tag { background: var(--green); color: var(--bg); border-color: var(--green); font-weight: 700; }
.plan-tag::before { content: ""; width: 5px; height: 5px; background: currentColor; border-radius: 50%; }
.plan-name { font-family: var(--font-d); font-weight: 800; font-size: 32px; letter-spacing: -.03em; line-height: 1; margin-bottom: 2px; position: relative; z-index: 1; }
.plan-mood { font-size: 13.5px; color: var(--txt-mid); margin-bottom: 22px; position: relative; z-index: 1; }
.plan-price { display: flex; align-items: baseline; gap: 2px; margin-bottom: 22px; position: relative; z-index: 1; }
.plan-price .amt { font-family: var(--font-d); font-weight: 800; font-size: 56px; letter-spacing: -.04em; line-height: 1; }
.plan.hot .plan-price .amt { color: var(--green); }
.plan-price .cur { font-family: var(--font-d); font-weight: 700; font-size: 26px; color: var(--txt-mid); margin-left: -2px; }
.plan-price .per { font-size: 13px; color: var(--txt-mid); margin-left: 6px; align-self: flex-end; margin-bottom: 4px; }
.plan-list {
  list-style: none; display: flex; flex-direction: column; gap: 11px;
  margin-bottom: 26px; flex: 1;
  padding-top: 18px; border-top: 1px solid var(--line); position: relative; z-index: 1;
}
.plan-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 13.5px; line-height: 1.4; }
.plan-list li svg { flex-shrink: 0; width: 16px; height: 16px; margin-top: 2px; color: var(--green); }
.plan-list li.off { color: var(--txt-mute); }
.plan-list li.off svg { color: var(--txt-mute); }
.plan-list li b { font-weight: 600; }
.plan-cta {
  display: block; text-align: center; padding: 14px; border-radius: 999px;
  font-weight: 600; font-size: 13.5px; transition: all .2s ease; position: relative; z-index: 1;
}
.plan-cta.solid { background: var(--green); color: var(--bg); }
.plan-cta.solid:hover { transform: translateY(-2px); box-shadow: 0 12px 30px var(--green-glow); }
.plan-cta.line { background: rgba(255,255,255,.04); border: 1px solid var(--line-hi); color: var(--txt); }
.plan-cta.line:hover { background: rgba(255,255,255,.08); border-color: var(--txt); }
@media (max-width: 980px) {
  .pricing-head { grid-template-columns: 1fr; gap: 20px; margin-bottom: 40px; }
  .plans { grid-template-columns: 1fr; }
  .plan.hot { transform: none; }
}

/* ───────────────── CLOSER (PLAYERS) ───────────────── */
.closer p { font-size: 18px; color: var(--txt); max-width: 540px; margin: 0 auto 40px; line-height: 1.5; }
