/* ==========================================================================
   STREAMERS PAGE — JamboLive
   Stand-alone styles layered over styles.css
   ========================================================================== */

/* ============================================================
   DARK NAV — over the dark hero stage
   ============================================================ */
body.dark-nav .nav:not(.scrolled) .nav-logo .logo-light { display: none; }
body.dark-nav .nav:not(.scrolled) .nav-logo .logo-dark { display: block; }
body.dark-nav .nav:not(.scrolled) .nav-links { color: rgba(255,255,255,0.85); }
body.dark-nav .nav:not(.scrolled) .nav-links a { color: rgba(255,255,255,0.85); }
body.dark-nav .nav:not(.scrolled) .nav-links a:hover { color: #fff; }
body.dark-nav .nav:not(.scrolled) .nav-links a.active { color: #fff; }
body.dark-nav .nav:not(.scrolled) .nav-lang {
  color: rgba(255,255,255,0.85);
  border-color: rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.04);
}
body.dark-nav .nav:not(.scrolled) .nav-lang:hover {
  color: #fff;
  border-color: rgba(255,255,255,0.4);
  background: rgba(255,255,255,0.08);
}
body.dark-nav .nav:not(.scrolled) .nav-lang-wrap.open .nav-lang {
  color: #fff;
  border-color: rgba(255,255,255,0.4);
  background: rgba(255,255,255,0.08);
}
body.dark-nav .nav:not(.scrolled) .btn-ghost-light {
  background: rgba(255,255,255,0.08);
  color: #fff;
  border-color: rgba(255,255,255,0.18);
}
body.dark-nav .nav:not(.scrolled) .btn-ghost-light:hover {
  background: rgba(255,255,255,0.14);
  border-color: rgba(255,255,255,0.32);
}

/* ============================================================
   HERO — dramatic dark stage with phone + floating cards
   ============================================================ */
.s-hero {
  position: relative;
  padding: 150px 0 130px;
  background: #0E0A1A;
  background-image:
    radial-gradient(ellipse 80% 60% at 70% 40%, rgba(138, 43, 226, 0.25) 0%, transparent 50%),
    radial-gradient(ellipse 60% 50% at 20% 70%, rgba(224, 23, 143, 0.18) 0%, transparent 55%),
    radial-gradient(ellipse 50% 50% at 90% 90%, rgba(255, 159, 28, 0.12) 0%, transparent 50%),
    linear-gradient(180deg, #14111C 0%, #0E0A1A 100%);
  color: #fff;
  overflow: hidden;
}
.s-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 70% 70% at 50% 50%, #000 0%, transparent 80%);
  pointer-events: none;
}
.s-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: center;
  min-height: 640px;
  z-index: 2;
}

.s-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-en);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  margin-bottom: 30px;
  padding: 8px 16px 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  backdrop-filter: blur(10px);
}
.live-pulse {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #FF2D87;
  position: relative;
  box-shadow: 0 0 10px rgba(255, 45, 135, 0.8);
}
.live-pulse::after {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  border: 2px solid #FF2D87;
  animation: livePulse 1.6s ease-out infinite;
}
@keyframes livePulse {
  0% { transform: scale(0.8); opacity: 1; }
  100% { transform: scale(2.2); opacity: 0; }
}

.s-hero-title {
  font-size: clamp(56px, 6.4vw, 100px);
  font-weight: 900;
  line-height: 1.0;
  letter-spacing: -0.045em;
  color: #fff;
  margin-bottom: 28px;
}
.s-hero-title .row { display: block; }
.s-hero-title .accent {
  background: linear-gradient(110deg, #8A2BE2 0%, #EC0677 45%, #FF9F1C 100%);
  background-size: 200% 200%;
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradShift 8s ease-in-out infinite;
}
.s-hero-title .underline {
  color: #FF2D87;
}

.s-hero-sub {
  font-size: 18px;
  line-height: 1.75;
  color: rgba(255,255,255,0.72);
  max-width: 520px;
  margin-bottom: 38px;
}

.s-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 56px;
}

.s-hero-trust {
  display: flex;
  gap: 48px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.s-trust-item .s-trust-num {
  font-family: var(--font-en);
  font-size: 30px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.02em;
}
.s-trust-item .s-trust-lbl {
  margin-top: 6px;
  font-size: 13px;
  color: rgba(255,255,255,0.55);
}

/* ============================================================
   HERO VISUAL — phone mock + floating cards + coins
   ============================================================ */
.s-hero-visual {
  position: relative;
  height: 580px;
  width: 100%;
}
.s-stage-halo {
  position: absolute;
  inset: 10% 0 0 10%;
  background: radial-gradient(ellipse at center, rgba(224,23,143,0.35) 0%, transparent 60%);
  filter: blur(40px);
  animation: haloPulse 6s ease-in-out infinite;
  pointer-events: none;
}
@keyframes haloPulse {
  0%, 100% { opacity: 0.7; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.08); }
}

/* phone */
.s-phone {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 280px;
  height: 540px;
  background: linear-gradient(180deg, #1A1428 0%, #0F0B18 100%);
  border-radius: 38px;
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow:
    0 40px 80px -20px rgba(138, 43, 226, 0.45),
    0 0 0 8px rgba(255,255,255,0.04),
    inset 0 1px 0 rgba(255,255,255,0.08);
  padding: 14px;
  z-index: 5;
  animation: phoneFloat 6s ease-in-out infinite;
}
@keyframes phoneFloat {
  0%, 100% { transform: translate(-50%, -50%); }
  50% { transform: translate(-50%, calc(-50% - 12px)); }
}
.s-phone-screen {
  position: relative;
  height: 200px;
  border-radius: 26px;
  background:
    radial-gradient(ellipse at top, rgba(224,23,143,0.4) 0%, transparent 60%),
    linear-gradient(135deg, #2a1a3d 0%, #1a0f2a 100%);
  overflow: hidden;
  padding: 14px;
}
.s-phone-screen::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 30%, rgba(255,255,255,0.15), transparent 50%),
    linear-gradient(180deg, transparent 60%, rgba(0,0,0,0.4) 100%);
}
.s-phone-top {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-en);
  font-size: 11px;
  font-weight: 700;
}
.s-phone-live {
  background: #FF2D87;
  color: #fff;
  padding: 3px 9px;
  border-radius: 4px;
  letter-spacing: 0.1em;
  box-shadow: 0 0 12px rgba(255,45,135,0.5);
}
.s-phone-viewers {
  color: rgba(255,255,255,0.85);
  background: rgba(0,0,0,0.4);
  padding: 3px 9px;
  border-radius: 4px;
  backdrop-filter: blur(6px);
}
.s-phone-host {
  position: absolute;
  bottom: 14px; left: 14px; right: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.s-phone-host-av {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FF9F1C, #EC0677);
  border: 2px solid #fff;
  flex-shrink: 0;
}
.s-phone-host-info { color: #fff; }
.s-phone-host-name { font-size: 12px; font-weight: 700; }
.s-phone-host-tag { font-size: 10px; color: rgba(255,255,255,0.65); margin-top: 1px; }

.s-phone-chat {
  margin-top: 12px;
  padding: 10px 4px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  height: 150px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 30%, #000 70%, transparent);
}
.s-phone-chat-msg {
  font-size: 11px;
  color: rgba(255,255,255,0.7);
  padding: 5px 9px;
  background: rgba(255,255,255,0.05);
  border-radius: 999px;
  white-space: nowrap;
  align-self: flex-start;
  animation: chatRise 8s linear infinite;
  border: 1px solid rgba(255,255,255,0.05);
}
.s-phone-chat-msg b { color: #FF9F1C; font-weight: 600; margin-right: 4px; }
.s-phone-chat-msg:nth-child(1) { animation-delay: 0s; }
.s-phone-chat-msg:nth-child(2) { animation-delay: 2s; }
.s-phone-chat-msg:nth-child(3) { animation-delay: 4s; }
.s-phone-chat-msg:nth-child(4) { animation-delay: 6s; }
@keyframes chatRise {
  0% { opacity: 0; transform: translateY(20px); }
  10%, 80% { opacity: 1; transform: translateY(0); }
  100% { opacity: 0; transform: translateY(-20px); }
}

.s-phone-buy {
  position: absolute;
  bottom: 18px; left: 18px; right: 18px;
  display: grid;
  grid-template-columns: 40px 1fr auto auto;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  backdrop-filter: blur(20px);
}
.s-phone-buy-thumb {
  width: 40px; height: 40px;
  border-radius: 8px;
  background: linear-gradient(135deg, #FF9F1C, #FF2D87);
}
.s-phone-buy-name {
  font-size: 11px; color: #fff; font-weight: 600;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.s-phone-buy-price {
  font-size: 13px;
  color: #FF9F1C;
  font-weight: 700;
  font-family: var(--font-en);
}
.s-phone-buy-cta {
  background: var(--brand-gradient);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 999px;
  font-family: var(--font-en);
  box-shadow: 0 4px 12px rgba(224,23,143,0.4);
}

/* coins */
.s-coin {
  position: absolute;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FFD56B 0%, #FF9F1C 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-en);
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  box-shadow:
    0 8px 20px rgba(255,159,28,0.5),
    inset 0 1px 0 rgba(255,255,255,0.4),
    inset 0 -2px 0 rgba(0,0,0,0.15);
  z-index: 4;
}
.s-coin-1 { top: 18%; left: 12%; animation: coinFloat 4.5s ease-in-out infinite; }
.s-coin-2 { top: 42%; right: 5%; animation: coinFloat 5s ease-in-out infinite -1.5s; }
.s-coin-3 { bottom: 14%; left: 8%; animation: coinFloat 4s ease-in-out infinite -3s; }
@keyframes coinFloat {
  0%, 100% { transform: translateY(0) rotate(-12deg); }
  50% { transform: translateY(-16px) rotate(12deg); }
}

/* side cards */
.s-side-card {
  position: absolute;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  backdrop-filter: blur(20px);
  border-radius: 16px;
  padding: 14px 16px;
  z-index: 6;
  box-shadow: 0 20px 40px -10px rgba(0,0,0,0.3);
}
.s-side-earnings {
  top: 8%;
  right: -2%;
  width: 180px;
  animation: cardFloat1 5s ease-in-out infinite;
}
.s-side-earnings .lbl {
  font-size: 11px;
  color: rgba(255,255,255,0.6);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-family: var(--font-en);
  font-weight: 600;
}
.s-side-earnings .num {
  font-family: var(--font-en);
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  margin: 4px 0 6px;
}
.s-side-earnings .delta {
  font-size: 11px;
  color: #6BFFB5;
  font-weight: 600;
  margin-bottom: 8px;
}
.s-side-earnings .spark {
  display: flex;
  align-items: flex-end;
  gap: 3px;
  height: 26px;
}
.s-side-earnings .spark span {
  flex: 1;
  background: linear-gradient(180deg, #FF9F1C 0%, #EC0677 100%);
  border-radius: 1px;
  animation: sparkPulse 2s ease-in-out infinite;
}
.s-side-earnings .spark span:nth-child(1) { animation-delay: 0s; }
.s-side-earnings .spark span:nth-child(2) { animation-delay: 0.15s; }
.s-side-earnings .spark span:nth-child(3) { animation-delay: 0.3s; }
.s-side-earnings .spark span:nth-child(4) { animation-delay: 0.45s; }
.s-side-earnings .spark span:nth-child(5) { animation-delay: 0.6s; }
.s-side-earnings .spark span:nth-child(6) { animation-delay: 0.75s; }
.s-side-earnings .spark span:nth-child(7) { animation-delay: 0.9s; }
.s-side-earnings .spark span:nth-child(8) { animation-delay: 1.05s; }
@keyframes sparkPulse {
  0%, 100% { opacity: 0.6; }
  50% { opacity: 1; }
}

.s-side-orders {
  bottom: 12%;
  right: 0%;
  width: 220px;
  animation: cardFloat2 6s ease-in-out infinite -2s;
}
.s-side-orders .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.s-side-orders .lbl {
  font-size: 11px;
  color: rgba(255,255,255,0.6);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-family: var(--font-en);
  font-weight: 600;
}
.pulse-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #6BFFB5;
  box-shadow: 0 0 10px rgba(107,255,181,0.7);
  animation: dotPulse 1.4s ease-in-out infinite;
}
@keyframes dotPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}
.s-side-orders ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.s-side-orders li {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: rgba(255,255,255,0.85);
}
.s-side-orders .od-amt {
  color: #FF9F1C;
  font-family: var(--font-en);
  font-weight: 700;
}

.s-side-platforms {
  bottom: 14%;
  left: 4%;
  display: flex;
  gap: 8px;
  padding: 10px 14px;
  animation: cardFloat1 7s ease-in-out infinite -3s;
}
.s-platform-pill {
  width: 32px; height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  font-family: var(--font-en);
}
.s-platform-pill.fb { background: #1877F2; }
.s-platform-pill.ig { background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); font-size: 10px; }
.s-platform-pill.tt { background: #000; font-size: 10px; }
.s-platform-pill.line { background: #06C755; }

@keyframes cardFloat1 {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
@keyframes cardFloat2 {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(8px); }
}

/* ============================================================
   PAIN POINTS
   ============================================================ */
.s-pain {
  padding: 130px 0;
  background: #FBF7FE;
  position: relative;
  overflow: hidden;
}
.s-pain::before {
  content: '';
  position: absolute;
  top: -200px; left: -200px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(224,23,143,0.06) 0%, transparent 70%);
  border-radius: 50%;
}
.s-pain-head {
  text-align: center;
  margin-bottom: 64px;
  position: relative;
}
.s-pain-eyebrow {
  font-family: var(--font-en);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #EC0677;
  margin-bottom: 16px;
}
.s-pain-title {
  font-size: clamp(38px, 4.5vw, 64px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.035em;
  color: #14111C;
}
.s-pain-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  position: relative;
}
.s-pain-card {
  position: relative;
  padding: 32px 24px 28px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #ECE0F5;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
  overflow: hidden;
}
.s-pain-card::before {
  content: attr(data-num);
  position: absolute;
  top: 18px;
  right: 22px;
  font-family: var(--font-en);
  font-size: 56px;
  font-weight: 900;
  color: #F4ECFA;
  line-height: 1;
  letter-spacing: -0.04em;
  transition: color .3s var(--ease);
}
.s-pain-card:hover {
  transform: translateY(-6px);
  border-color: #FF2D87;
  box-shadow: 0 20px 40px -16px rgba(224,23,143,0.25);
}
.s-pain-card:hover::before {
  color: #FFE5F1;
}
.s-pain-icon {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, #FF2D87 0%, #FF9F1C 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  position: relative;
  z-index: 1;
}
.s-pain-q {
  font-size: 19px;
  font-weight: 800;
  line-height: 1.35;
  color: #14111C;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
  position: relative;
  z-index: 1;
}
.s-pain-d {
  font-size: 13.5px;
  line-height: 1.7;
  color: #6B6377;
  position: relative;
  z-index: 1;
}
.s-pain-foot {
  margin-top: 56px;
  text-align: center;
  font-size: 16px;
  color: #6B6377;
}
.s-pain-foot strong {
  color: #FF2D87;
  font-weight: 700;
}

/* ============================================================
   DAY-IN-LIFE — timeline
   ============================================================ */
.s-day {
  padding: 130px 0;
  background: #14111C;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.s-day::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 60%; height: 100%;
  background: radial-gradient(ellipse at right, rgba(138,43,226,0.18) 0%, transparent 60%);
}
.s-day-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 80px;
  align-items: start;
  position: relative;
  z-index: 1;
}
.s-day-copy { position: sticky; top: 100px; }
.s-day-copy h2 {
  font-size: clamp(40px, 4.6vw, 68px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.04em;
  margin-bottom: 22px;
}
.s-day-copy p {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255,255,255,0.7);
  margin-bottom: 36px;
  max-width: 420px;
}
.s-day-stats {
  display: flex;
  gap: 36px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.s-day-stat .v {
  font-family: var(--font-en);
  font-size: 32px;
  font-weight: 800;
  background: linear-gradient(110deg, #8A2BE2, #EC0677, #FF9F1C);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.02em;
  line-height: 1;
}
.s-day-stat .l {
  margin-top: 6px;
  font-size: 13px;
  color: rgba(255,255,255,0.55);
}

.s-timeline {
  position: relative;
  padding-left: 32px;
}
.s-timeline::before {
  content: '';
  position: absolute;
  left: 7px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: linear-gradient(180deg, #8A2BE2 0%, #EC0677 50%, #FF9F1C 100%);
  border-radius: 1px;
}
.s-tl-item {
  position: relative;
  padding: 0 0 40px 0;
}
.s-tl-item::before {
  content: '';
  position: absolute;
  left: -32px;
  top: 6px;
  width: 16px; height: 16px;
  background: #14111C;
  border: 2px solid #EC0677;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(224,23,143,0.15);
}
.s-tl-item:last-child { padding-bottom: 0; }
.s-tl-time {
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #FF9F1C;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.s-tl-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: #fff;
  margin-bottom: 8px;
}
.s-tl-desc {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255,255,255,0.65);
  max-width: 520px;
}
.s-tl-tag {
  display: inline-block;
  margin-top: 10px;
  padding: 4px 10px;
  font-family: var(--font-en);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #FFD56B;
  background: rgba(255,159,28,0.12);
  border: 1px solid rgba(255,159,28,0.3);
  border-radius: 4px;
}

/* ============================================================
   GROWTH CHART
   ============================================================ */
.s-growth {
  padding: 130px 0;
  background: #FBF7FE;
  position: relative;
  overflow: hidden;
}
.s-growth-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: center;
}
.s-growth-eyebrow {
  font-family: var(--font-en);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #EC0677;
  margin-bottom: 16px;
}
.s-growth h2 {
  font-size: clamp(38px, 4.6vw, 64px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.035em;
  color: #14111C;
  margin-bottom: 20px;
}
.s-growth p {
  font-size: 16px;
  line-height: 1.8;
  color: #5A5360;
  margin-bottom: 28px;
  max-width: 480px;
}
.grad-text {
  background: linear-gradient(110deg, #8A2BE2 0%, #EC0677 50%, #FF9F1C 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.s-growth-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.s-growth-bullets li {
  position: relative;
  padding-left: 28px;
  font-size: 15px;
  color: #14111C;
  line-height: 1.6;
}
.s-growth-bullets li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 16px;
  height: 2px;
  background: linear-gradient(90deg, #EC0677, #FF9F1C);
  border-radius: 2px;
}

.s-chart-card {
  position: relative;
  background: #fff;
  border: 1px solid #ECE0F5;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 30px 60px -20px rgba(138,43,226,0.18);
}
.s-chart-floats {
  position: absolute;
  top: -20px;
  right: 24px;
  background: linear-gradient(110deg, #8A2BE2 0%, #EC0677 50%, #FF9F1C 100%);
  color: #fff;
  font-family: var(--font-en);
  font-weight: 800;
  font-size: 22px;
  padding: 10px 18px;
  border-radius: 999px;
  box-shadow: 0 12px 28px -8px rgba(224,23,143,0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}
.s-chart-floats small {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-top: 3px;
  opacity: 0.85;
}
.s-chart-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 24px;
}
.s-chart-title {
  font-size: 13px;
  color: #6B6377;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-family: var(--font-en);
  font-weight: 600;
  margin-bottom: 6px;
}
.s-chart-num {
  font-family: var(--font-en);
  font-size: 38px;
  font-weight: 800;
  color: #14111C;
  letter-spacing: -0.025em;
  line-height: 1;
}
.s-chart-num small {
  font-size: 22px;
  color: #6B6377;
  font-weight: 600;
  margin-left: 2px;
}
.s-chart-delta {
  font-family: var(--font-en);
  font-size: 16px;
  font-weight: 700;
  color: #FF2D87;
}
.s-chart-svg {
  width: 100%;
  height: 200px;
  display: block;
}
.s-chart-svg .grid-line {
  stroke: #ECE0F5;
  stroke-width: 1;
  stroke-dasharray: 3 6;
}
.s-chart-svg .area-before { fill: url(#areaBefore); }
.s-chart-svg .line-before { fill: none; stroke: #B5ADC2; stroke-width: 2; stroke-dasharray: 4 4; }
.s-chart-svg .area-after {
  fill: url(#areaAfter);
  animation: fillGrow 1.6s var(--ease) forwards;
  transform-origin: center bottom;
}
.s-chart-svg .line-after {
  fill: none;
  stroke: url(#strokeAfter);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
  animation: dashDraw 2s var(--ease) 0.3s forwards;
}
.s-chart-svg .pt {
  fill: #fff;
  stroke: #EC0677;
  stroke-width: 2.5;
  opacity: 0;
  animation: ptShow 0.4s var(--ease) forwards;
}
.s-chart-svg .pt:nth-child(7) { animation-delay: 0.5s; }
.s-chart-svg .pt:nth-child(8) { animation-delay: 0.8s; }
.s-chart-svg .pt:nth-child(9) { animation-delay: 1.1s; }
.s-chart-svg .pt:nth-child(10) { animation-delay: 1.4s; }
.s-chart-svg .pt:nth-child(11) { animation-delay: 1.7s; }
.s-chart-svg .pt:nth-child(12) { animation-delay: 2s; }
.s-chart-svg .pt:nth-child(13) {
  animation-delay: 2.3s;
  fill: #FF9F1C;
  r: 6;
}
@keyframes dashDraw {
  to { stroke-dashoffset: 0; }
}
@keyframes ptShow {
  to { opacity: 1; }
}
@keyframes fillGrow {
  from { opacity: 0; }
  to { opacity: 1; }
}
.s-chart-legend {
  display: flex;
  gap: 24px;
  margin-top: 14px;
  font-size: 12px;
  color: #6B6377;
}
.s-chart-legend .dot {
  display: inline-block;
  width: 10px; height: 10px;
  border-radius: 50%;
  margin-right: 6px;
  vertical-align: middle;
}
.s-chart-legend .dot.before { background: #B5ADC2; }
.s-chart-legend .dot.after { background: linear-gradient(135deg, #EC0677, #FF9F1C); }

/* ============================================================
   BENEFITS — bento grid
   ============================================================ */
.s-benefits {
  padding: 130px 0;
  background: #fff;
  position: relative;
}
.s-bf-head {
  text-align: center;
  margin-bottom: 64px;
}
.s-bf-eyebrow {
  font-family: var(--font-en);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #EC0677;
  margin-bottom: 16px;
}
.s-bf-title {
  font-size: clamp(40px, 4.6vw, 64px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.035em;
  color: #14111C;
  margin-bottom: 20px;
}
.s-bf-sub {
  max-width: 620px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.75;
  color: #5A5360;
}
.s-bf-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 280px;
  gap: 20px;
}
.s-bf-card {
  position: relative;
  padding: 32px;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.s-bf-card:hover { transform: translateY(-4px); }
.bf-eyebrow {
  font-family: var(--font-en);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
}
.s-bf-card h3 {
  font-size: 26px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
  position: relative;
  z-index: 2;
}
.s-bf-card p {
  font-size: 14px;
  line-height: 1.7;
  position: relative;
  z-index: 2;
  max-width: 320px;
}

/* bf-1 — solo, mic, dark */
.bf-1 {
  grid-column: span 3;
  grid-row: span 2;
  background: linear-gradient(135deg, #14111C 0%, #2A1A3D 100%);
  color: #fff;
}
.bf-1 .bf-eyebrow { color: #FF9F1C; }
.bf-1 p { color: rgba(255,255,255,0.7); }
.bf-mic {
  position: absolute;
  right: 8%;
  bottom: 0;
  width: 220px;
  height: 280px;
  pointer-events: none;
}
.bf-mic-body {
  position: absolute;
  left: 50%;
  bottom: 100px;
  transform: translateX(-50%);
  width: 80px;
  height: 130px;
  border-radius: 40px 40px 36px 36px;
  background: linear-gradient(180deg, #FF2D87 0%, #8A2BE2 100%);
  box-shadow:
    0 30px 50px -10px rgba(224,23,143,0.5),
    inset 0 -4px 8px rgba(0,0,0,0.3),
    inset 0 4px 0 rgba(255,255,255,0.2);
}
.bf-mic-body::before {
  content: '';
  position: absolute;
  inset: 14px 18px;
  border-radius: 26px;
  background:
    repeating-linear-gradient(0deg, rgba(0,0,0,0.15) 0 2px, transparent 2px 5px);
  opacity: 0.6;
}
.bf-mic-stand {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  width: 6px;
  height: 80px;
  background: linear-gradient(180deg, #4A4255 0%, #2A2235 100%);
  border-radius: 3px;
}
.bf-mic-base {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  width: 90px;
  height: 18px;
  background: linear-gradient(180deg, #4A4255 0%, #14111C 100%);
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(0,0,0,0.5);
}
.bf-mic-wave {
  position: absolute;
  top: 60px;
  width: 3px;
  border-radius: 2px;
  background: linear-gradient(180deg, #FF9F1C, transparent);
  animation: micWave 1.2s ease-in-out infinite;
}
.bf-mic-wave-1 { left: 30%; height: 40px; animation-delay: 0s; }
.bf-mic-wave-2 { left: 22%; height: 60px; animation-delay: 0.15s; }
.bf-mic-wave-3 { left: 14%; height: 30px; animation-delay: 0.3s; }
.bf-mic-wave-r1 { right: 30%; height: 40px; animation-delay: 0.1s; }
.bf-mic-wave-r2 { right: 22%; height: 60px; animation-delay: 0.25s; }
.bf-mic-wave-r3 { right: 14%; height: 30px; animation-delay: 0.4s; }
@keyframes micWave {
  0%, 100% { transform: scaleY(0.3); opacity: 0.4; }
  50% { transform: scaleY(1); opacity: 1; }
}

/* bf-2 — multi-platform orbit */
.bf-2 {
  grid-column: span 3;
  grid-row: span 2;
  background: linear-gradient(135deg, #FFF8EE 0%, #FFE5F1 100%);
  color: #14111C;
}
.bf-2 .bf-eyebrow { color: #EC0677; }
.bf-2 p { color: #5A5360; }
.bf-2-orbit {
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 320px;
  height: 320px;
}
.bf-2-orbit-ring,
.bf-2-orbit-ring-2 {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1.5px dashed rgba(138,43,226,0.25);
  animation: orbitSpin 30s linear infinite;
}
.bf-2-orbit-ring-2 {
  inset: 50px;
  border-color: rgba(224,23,143,0.3);
  animation: orbitSpin 20s linear infinite reverse;
}
@keyframes orbitSpin { to { transform: rotate(360deg); } }
.bf-2-orbit-center {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 70px; height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, #8A2BE2, #EC0677);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-en);
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.04em;
  box-shadow: 0 12px 30px -8px rgba(224,23,143,0.5);
}
.bf-2-pf {
  position: absolute;
  width: 44px; height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-en);
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  box-shadow: 0 8px 20px -4px rgba(0,0,0,0.18);
}
.bf-2-pf.fb { background: #1877F2; top: -4px; left: 50%; transform: translateX(-50%); animation: orbBob 3s ease-in-out infinite; }
.bf-2-pf.ig { background: linear-gradient(135deg, #f09433, #dc2743, #bc1888); right: -4px; top: 50%; transform: translateY(-50%); font-size: 11px; animation: orbBob 3s ease-in-out infinite -0.75s; }
.bf-2-pf.tt { background: #000; bottom: -4px; left: 50%; transform: translateX(-50%); font-size: 12px; animation: orbBob 3s ease-in-out infinite -1.5s; }
.bf-2-pf.line { background: #06C755; left: -4px; top: 50%; transform: translateY(-50%); animation: orbBob 3s ease-in-out infinite -2.25s; }
@keyframes orbBob {
  0%, 100% { box-shadow: 0 8px 20px -4px rgba(0,0,0,0.18); }
  50% { box-shadow: 0 14px 28px -4px rgba(0,0,0,0.25); }
}

/* bf-3 — automation cogs */
.bf-3 {
  grid-column: span 2;
  background: linear-gradient(135deg, #2A1A3D 0%, #14111C 100%);
  color: #fff;
}
.bf-3 .bf-eyebrow { color: #FF9F1C; }
.bf-3 p { color: rgba(255,255,255,0.65); }
.bf-3-cogs {
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  pointer-events: none;
}
.bf-cog {
  position: absolute;
  border-radius: 50%;
  background:
    conic-gradient(from 0deg,
      #EC0677 0deg, #EC0677 30deg,
      transparent 30deg, transparent 60deg,
      #EC0677 60deg, #EC0677 90deg,
      transparent 90deg, transparent 120deg,
      #EC0677 120deg, #EC0677 150deg,
      transparent 150deg, transparent 180deg,
      #EC0677 180deg, #EC0677 210deg,
      transparent 210deg, transparent 240deg,
      #EC0677 240deg, #EC0677 270deg,
      transparent 270deg, transparent 300deg,
      #EC0677 300deg, #EC0677 330deg,
      transparent 330deg, transparent 360deg);
  -webkit-mask-image: radial-gradient(circle, transparent 30%, #000 32%, #000 100%);
          mask-image: radial-gradient(circle, transparent 30%, #000 32%, #000 100%);
}
.bf-cog::after {
  content: '';
  position: absolute;
  inset: 28%;
  background: rgba(255,255,255,0.05);
  border: 2px solid rgba(255,255,255,0.15);
  border-radius: 50%;
}
.bf-cog-1 {
  width: 130px; height: 130px;
  top: 20px; left: 20px;
  animation: cogSpin 12s linear infinite;
}
.bf-cog-2 {
  width: 90px; height: 90px;
  bottom: 20px; right: 30px;
  background:
    conic-gradient(from 0deg,
      #FF9F1C 0deg, #FF9F1C 30deg,
      transparent 30deg, transparent 60deg,
      #FF9F1C 60deg, #FF9F1C 90deg,
      transparent 90deg, transparent 120deg,
      #FF9F1C 120deg, #FF9F1C 150deg,
      transparent 150deg, transparent 180deg,
      #FF9F1C 180deg, #FF9F1C 210deg,
      transparent 210deg, transparent 240deg,
      #FF9F1C 240deg, #FF9F1C 270deg,
      transparent 270deg, transparent 300deg,
      #FF9F1C 300deg, #FF9F1C 330deg,
      transparent 330deg, transparent 360deg);
  animation: cogSpin 9s linear infinite reverse;
}
@keyframes cogSpin { to { transform: rotate(360deg); } }

/* bf-4 — fans hearts */
.bf-4 {
  grid-column: span 2;
  background: linear-gradient(135deg, #FFE5F1 0%, #FFF8EE 100%);
  color: #14111C;
}
.bf-4 .bf-eyebrow { color: #EC0677; }
.bf-4 p { color: #5A5360; }
.bf-4-hearts {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.bf-heart {
  position: absolute;
  font-size: 32px;
  color: #FF2D87;
  animation: heartFloat 4s ease-in-out infinite;
  text-shadow: 0 4px 12px rgba(255,45,135,0.4);
}
.bf-heart-1 { right: 20%; bottom: 0; animation-delay: 0s; }
.bf-heart-2 { right: 40%; bottom: 0; animation-delay: 0.6s; font-size: 22px; color: #FF9F1C; }
.bf-heart-3 { right: 8%; bottom: 0; animation-delay: 1.2s; font-size: 28px; color: #8A2BE2; }
.bf-heart-4 { right: 28%; bottom: 0; animation-delay: 1.8s; font-size: 18px; color: #EC0677; }
.bf-heart-5 { right: 50%; bottom: 0; animation-delay: 2.4s; font-size: 24px; color: #FF2D87; }
@keyframes heartFloat {
  0% { transform: translateY(0) scale(0.5); opacity: 0; }
  20% { opacity: 1; transform: translateY(-30px) scale(1); }
  80% { opacity: 1; }
  100% { transform: translateY(-200px) scale(0.7); opacity: 0; }
}

/* bf-5 — earnings stack */
.bf-5 {
  grid-column: span 2;
  background: linear-gradient(135deg, #FFF8EE 0%, #FFD56B 100%);
  color: #14111C;
}
.bf-5 .bf-eyebrow { color: #C16B00; }
.bf-5 p { color: #5A5360; }
.bf-5-stack {
  position: absolute;
  bottom: 24px;
  right: 24px;
  width: 130px;
  height: 90px;
}
.bf-bill {
  position: absolute;
  width: 130px;
  height: 65px;
  border-radius: 8px;
  background: linear-gradient(135deg, #6BFFB5 0%, #2DA86F 100%);
  border: 2px solid #1F8855;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-en);
  font-size: 18px;
  font-weight: 800;
  color: #14111C;
  box-shadow: 0 8px 20px -4px rgba(0,0,0,0.2);
}
.bf-bill-1 { bottom: 0; transform: rotate(-4deg); animation: billBob 4s ease-in-out infinite; }
.bf-bill-2 { bottom: 8px; transform: rotate(2deg); animation: billBob 4s ease-in-out infinite -1.3s; }
.bf-bill-3 { bottom: 16px; transform: rotate(-1deg); animation: billBob 4s ease-in-out infinite -2.6s; }
@keyframes billBob {
  0%, 100% { transform: translateY(0) rotate(var(--r, -2deg)); }
  50% { transform: translateY(-6px) rotate(var(--r, 2deg)); }
}

/* bf-6 — mobile mockup */
.bf-6 {
  grid-column: span 2;
  background: linear-gradient(135deg, #14111C 0%, #2A1A3D 100%);
  color: #fff;
}
.bf-6 .bf-eyebrow { color: #FF9F1C; }
.bf-6 p { color: rgba(255,255,255,0.65); }
.bf-6-mockup {
  position: absolute;
  right: 24px;
  bottom: 20px;
  width: 130px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  backdrop-filter: blur(6px);
}
.bf-6-mockup .row {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  font-family: var(--font-en);
  font-weight: 600;
  color: rgba(255,255,255,0.75);
  padding: 4px 8px;
  background: rgba(255,255,255,0.04);
  border-radius: 6px;
  animation: rowFlash 4s ease-in-out infinite;
}
.bf-6-mockup .row:nth-child(1) { animation-delay: 0s; }
.bf-6-mockup .row:nth-child(2) { animation-delay: 0.4s; }
.bf-6-mockup .row:nth-child(3) { animation-delay: 0.8s; }
.bf-6-mockup .row:nth-child(4) { animation-delay: 1.2s; }
.bf-6-mockup .row:nth-child(5) { animation-delay: 1.6s; }
.bf-6-mockup .row span:last-child { color: #FF9F1C; }
@keyframes rowFlash {
  0%, 90%, 100% { background: rgba(255,255,255,0.04); }
  10%, 30% { background: rgba(255,159,28,0.15); }
}

/* ============================================================
   TOOLS — phone preview
   ============================================================ */
.s-tools {
  padding: 130px 0;
  background: #FBF7FE;
  position: relative;
  overflow: hidden;
}
.s-tools-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.s-tools-eyebrow {
  font-family: var(--font-en);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #EC0677;
  margin-bottom: 16px;
}
.s-tools h2 {
  font-size: clamp(38px, 4.4vw, 60px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.035em;
  color: #14111C;
  margin-bottom: 22px;
}
.s-tools p {
  font-size: 16px;
  line-height: 1.8;
  color: #5A5360;
  margin-bottom: 32px;
  max-width: 460px;
}
.s-tools-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 24px;
}
.s-tools-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14.5px;
  color: #14111C;
  font-weight: 500;
}
.s-tools-list li svg {
  width: 18px; height: 18px;
  color: #fff;
  background: linear-gradient(135deg, #EC0677, #FF9F1C);
  border-radius: 50%;
  padding: 3px;
  flex-shrink: 0;
}

.s-tools-glow-1, .s-tools-glow-2 {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
}
.s-tools-glow-1 {
  width: 260px; height: 260px;
  background: rgba(138,43,226,0.25);
  top: 0; right: 20%;
}
.s-tools-glow-2 {
  width: 200px; height: 200px;
  background: rgba(255,159,28,0.2);
  bottom: 10%; right: 0;
}
.s-tools-phone {
  position: relative;
  width: 360px;
  margin: 0 auto;
  background: linear-gradient(180deg, #1A1428 0%, #0F0B18 100%);
  border-radius: 38px;
  padding: 16px;
  box-shadow:
    0 50px 100px -20px rgba(138,43,226,0.4),
    0 0 0 1px rgba(255,255,255,0.06),
    inset 0 1px 0 rgba(255,255,255,0.08);
  z-index: 2;
}
.s-tools-phone-screen {
  background: #14111C;
  border-radius: 26px;
  padding: 20px;
  color: #fff;
  min-height: 540px;
}
.s-tools-phone-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.s-tools-phone-title {
  font-size: 14px;
  font-weight: 700;
}
.s-tools-phone-live {
  background: #FF2D87;
  color: #fff;
  font-family: var(--font-en);
  font-size: 10px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 4px;
  letter-spacing: 0.1em;
  box-shadow: 0 0 12px rgba(255,45,135,0.5);
}
.s-tools-stat-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 18px;
}
.s-tools-stat {
  background: linear-gradient(135deg, rgba(138,43,226,0.18) 0%, rgba(224,23,143,0.1) 100%);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: 12px;
}
.s-tools-stat .l {
  font-size: 10px;
  color: rgba(255,255,255,0.55);
  font-family: var(--font-en);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.s-tools-stat .v {
  font-family: var(--font-en);
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1;
}
.s-tools-stat .d {
  font-size: 11px;
  color: #6BFFB5;
  font-weight: 600;
  margin-top: 4px;
}
.s-tools-feed-head {
  font-size: 11px;
  color: rgba(255,255,255,0.55);
  font-family: var(--font-en);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.s-tools-feed-head::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(255,255,255,0.08);
}
.s-tools-feed {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.s-tools-order {
  display: grid;
  grid-template-columns: 32px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 10px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 10px;
  transition: background .3s;
}
.s-tools-order.flash {
  animation: orderFlash 3s ease-in-out infinite;
}
@keyframes orderFlash {
  0%, 100% { background: rgba(255,255,255,0.03); border-color: rgba(255,255,255,0.05); }
  10%, 25% { background: rgba(255,45,135,0.12); border-color: rgba(255,45,135,0.3); }
}
.s-tools-order .av {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FF9F1C, #EC0677);
  flex-shrink: 0;
}
.s-tools-order .av-2 { background: linear-gradient(135deg, #6BFFB5, #2DA86F); }
.s-tools-order .av-3 { background: linear-gradient(135deg, #8A2BE2, #FF2D87); }
.s-tools-order .av-4 { background: linear-gradient(135deg, #4A90E2, #8A2BE2); }
.s-tools-order .name strong {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}
.s-tools-order .name em {
  font-style: normal;
  font-size: 10px;
  color: rgba(255,255,255,0.5);
  margin-top: 2px;
  display: block;
}
.s-tools-order .amt {
  font-family: var(--font-en);
  font-size: 14px;
  font-weight: 700;
  color: #FF9F1C;
}

/* ============================================================
   CALCULATOR
   ============================================================ */
.s-calc {
  padding: 130px 0;
  background: linear-gradient(180deg, #FBF7FE 0%, #fff 100%);
  position: relative;
}
.s-calc-card {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  background: #fff;
  border-radius: 32px;
  padding: 56px;
  box-shadow: 0 40px 80px -20px rgba(138,43,226,0.18);
  border: 1px solid #ECE0F5;
  align-items: stretch;
}
.s-calc-eyebrow {
  font-family: var(--font-en);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #EC0677;
  margin-bottom: 16px;
}
.s-calc h2 {
  font-size: clamp(34px, 3.8vw, 52px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #14111C;
  margin-bottom: 14px;
}
.s-calc-sub {
  font-size: 14px;
  color: #6B6377;
  margin-bottom: 36px;
  line-height: 1.7;
}
.s-calc-row { margin-bottom: 24px; }
.s-calc-row label {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 600;
  color: #14111C;
  margin-bottom: 10px;
}
.s-calc-row label span {
  color: #EC0677;
  font-family: var(--font-en);
  font-weight: 800;
}
.s-calc-slider {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  height: 6px;
  background: linear-gradient(90deg, #ECE0F5 0%, #ECE0F5 100%);
  border-radius: 3px;
  outline: none;
}
.s-calc-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #EC0677;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(224,23,143,0.4);
  transition: transform .15s var(--ease);
}
.s-calc-slider::-webkit-slider-thumb:hover { transform: scale(1.15); }
.s-calc-slider::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #EC0677;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(224,23,143,0.4);
}

.s-calc-result {
  position: relative;
  background: linear-gradient(135deg, #14111C 0%, #2A1A3D 100%);
  border-radius: 24px;
  padding: 36px;
  color: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.s-calc-result::before {
  content: '';
  position: absolute;
  top: -50px; right: -50px;
  width: 200px; height: 200px;
  background: radial-gradient(circle, rgba(224,23,143,0.4) 0%, transparent 70%);
  filter: blur(40px);
}
.s-calc-result-content {
  position: relative;
  z-index: 1;
  width: 100%;
}
.s-calc-result-lbl {
  font-family: var(--font-en);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  margin-bottom: 8px;
}
.s-calc-result-num {
  font-family: var(--font-en);
  font-size: 44px;
  font-weight: 900;
  background: linear-gradient(110deg, #FF9F1C 0%, #FF2D87 50%, #8A2BE2 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 8px;
}
.s-calc-result-period {
  font-size: 12.5px;
  color: rgba(255,255,255,0.55);
  margin-bottom: 24px;
}
.s-calc-breakdown {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.s-calc-bd-row {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: rgba(255,255,255,0.7);
}
.s-calc-bd-row strong {
  font-family: var(--font-en);
  font-weight: 700;
  color: #fff;
}
.s-calc-bd-row.highlight {
  margin-top: 8px;
  padding: 12px 14px;
  border-radius: 10px;
  background: rgba(255,159,28,0.12);
  border: 1px solid rgba(255,159,28,0.3);
}
.s-calc-bd-row.highlight strong { color: #FF9F1C; font-size: 16px; }

/* ============================================================
   VOICES
   ============================================================ */
.s-voices {
  padding: 130px 0 0;
  background: #fff;
}
.s-voices-head {
  text-align: center;
  margin-bottom: 0;
}
/* When the voices section is followed by the streamer logo marquee, drop the
   marquee's top border + padding so title → label → logos read as one block. */
.s-voices + .marquee-section.streamer-marquee {
  border-top: 0;
  padding-top: 72px;
  padding-bottom: 130px;
}
.s-voices + .marquee-section.streamer-marquee .marquee-label {
  margin-bottom: 40px;
}
.s-voices-eyebrow {
  font-family: var(--font-en);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #EC0677;
  margin-bottom: 16px;
}
.s-voices-title {
  font-size: clamp(38px, 4.4vw, 60px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.035em;
  color: #14111C;
}
.s-voices-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.s-voice-card {
  position: relative;
  background: #FBF7FE;
  border: 1px solid #ECE0F5;
  border-radius: 20px;
  padding: 36px 32px 28px;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.s-voice-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px -16px rgba(138,43,226,0.18);
}
.s-voice-quote-mark {
  position: absolute;
  top: 18px;
  right: 28px;
  font-family: serif;
  font-size: 80px;
  font-weight: 900;
  color: #ECE0F5;
  line-height: 1;
}
.s-voice-stars {
  font-size: 14px;
  color: #FF9F1C;
  letter-spacing: 0.15em;
  margin-bottom: 16px;
}
.s-voice-text {
  font-size: 15.5px;
  line-height: 1.75;
  color: #14111C;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}
.s-voice-result {
  margin: 0 -8px 24px;
  padding: 14px 18px;
  background: #fff;
  border: 1px solid #ECE0F5;
  border-radius: 12px;
}
.s-voice-result .v {
  font-family: var(--font-en);
  font-size: 22px;
  font-weight: 800;
  background: linear-gradient(110deg, #8A2BE2, #EC0677, #FF9F1C);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.02em;
  line-height: 1;
}
.s-voice-result .l {
  font-size: 12px;
  color: #6B6377;
  margin-top: 4px;
}
.s-voice-author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 20px;
  border-top: 1px solid #ECE0F5;
}
.s-voice-av {
  width: 44px; height: 44px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background: linear-gradient(135deg, #FF9F1C, #EC0677);
}
.s-voice-av img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.s-voice-name {
  font-size: 14.5px;
  font-weight: 700;
  color: #14111C;
}
.s-voice-role {
  font-size: 12px;
  color: #6B6377;
  margin-top: 2px;
}

/* ============================================================
   FAST-START
   ============================================================ */
.s-fast {
  padding: 130px 0;
  background: linear-gradient(180deg, #fff 0%, #FBF7FE 100%);
  position: relative;
}
.s-fast-head {
  text-align: center;
  margin-bottom: 64px;
}
.s-fast-eyebrow {
  font-family: var(--font-en);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #EC0677;
  margin-bottom: 16px;
}
.s-fast-title {
  font-size: clamp(40px, 4.6vw, 64px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.035em;
  color: #14111C;
}
.s-fast-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  position: relative;
}
.s-fast-steps::before {
  content: '';
  position: absolute;
  top: 28px;
  left: 8%;
  right: 8%;
  height: 2px;
  background: linear-gradient(90deg, #8A2BE2, #EC0677, #FF9F1C);
  z-index: 0;
  border-radius: 1px;
}
.s-fast-step {
  position: relative;
  text-align: center;
  padding: 0 16px;
  z-index: 1;
}
.s-fast-num {
  width: 56px; height: 56px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, #8A2BE2 0%, #EC0677 50%, #FF9F1C 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-en);
  font-size: 22px;
  font-weight: 800;
  box-shadow: 0 12px 24px -6px rgba(224,23,143,0.4),
              0 0 0 6px #FBF7FE;
}
.s-fast-step h4 {
  font-size: 18px;
  font-weight: 800;
  color: #14111C;
  margin-bottom: 10px;
  letter-spacing: -0.015em;
}
.s-fast-step p {
  font-size: 13.5px;
  line-height: 1.7;
  color: #6B6377;
}
.s-fast-foot {
  margin-top: 56px;
  text-align: center;
}
.s-fast-foot .badge {
  display: inline-block;
  padding: 12px 24px;
  background: #fff;
  border: 1px solid #ECE0F5;
  border-radius: 999px;
  font-size: 13.5px;
  color: #14111C;
  font-weight: 600;
  box-shadow: 0 8px 20px -8px rgba(138,43,226,0.15);
}

/* ============================================================
   FINAL CTA
   ============================================================ */
.s-cta {
  padding: 80px 0 120px;
  background: #FBF7FE;
}
.s-cta-box {
  position: relative;
  background: #14111C;
  background-image:
    radial-gradient(ellipse 60% 80% at 80% 50%, rgba(224,23,143,0.4) 0%, transparent 60%),
    radial-gradient(ellipse 50% 70% at 20% 30%, rgba(138,43,226,0.4) 0%, transparent 60%),
    radial-gradient(ellipse 40% 60% at 50% 90%, rgba(255,159,28,0.2) 0%, transparent 60%);
  border-radius: 32px;
  padding: 80px 60px;
  overflow: hidden;
  text-align: center;
  color: #fff;
}
.s-cta-box::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 60% 60% at 50% 50%, #000, transparent);
}
.s-cta-box-content {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto;
}
.s-cta-title {
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.04em;
  margin-bottom: 22px;
}
.s-cta-title .accent {
  background: linear-gradient(110deg, #8A2BE2 0%, #EC0677 50%, #FF9F1C 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.s-cta-sub {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255,255,255,0.7);
  margin-bottom: 36px;
}
.s-cta-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.s-cta-perks {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 13px;
  color: rgba(255,255,255,0.55);
}
.s-cta-perks span {
  position: relative;
  padding-left: 22px;
}
.s-cta-perks span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #6BFFB5;
}

/* ============================================================
   REVEAL
   ============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .8s var(--ease), transform .8s var(--ease);
}
.reveal.in { opacity: 1; transform: translateY(0); }
.reveal.delay-1 { transition-delay: 0.1s; }
.reveal.delay-2 { transition-delay: 0.2s; }
.reveal.delay-3 { transition-delay: 0.3s; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
  .s-hero { padding: 110px 0 80px; }
  .s-hero-grid,
  .s-day-grid,
  .s-growth-grid,
  .s-tools-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .s-hero-visual { height: 500px; }
  .s-day-copy { position: static; }
  .s-pain-grid { grid-template-columns: repeat(2, 1fr); }
  .s-bf-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 260px;
  }
  .bf-1, .bf-2 { grid-column: span 4; }
  .bf-3, .bf-4, .bf-5, .bf-6 { grid-column: span 2; }
  .s-voices-grid { grid-template-columns: 1fr; }
  .s-fast-steps { grid-template-columns: repeat(2, 1fr); }
  .s-fast-steps::before { display: none; }
  .s-calc-card {
    grid-template-columns: 1fr;
    padding: 40px 32px;
    gap: 40px;
  }
}

@media (max-width: 640px) {
  .s-hero { padding: 110px 0 80px; }
  .s-voices { padding: 80px 0 0; }
  .s-voices + .marquee-section.streamer-marquee { padding-top: 48px; }
  .s-voices + .marquee-section.streamer-marquee .marquee-label { margin-bottom: 28px; }
  .s-hero-trust { gap: 24px; flex-wrap: wrap; }
  .s-hero-visual { height: 440px; }
  .s-phone {
    width: 220px;
    height: 420px;
    /* Anchor the phone toward the top of the hero-visual on mobile so the
       bottom social bar doesn't crash into the chat content. */
    top: 42%;
  }
  .s-phone-screen { height: 160px; }
  .s-phone-host { padding-top: 6px; }
  .s-side-earnings, .s-side-orders { display: none; }
  .s-pain-grid { grid-template-columns: 1fr; }
  .s-bf-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
  .bf-1, .bf-2, .bf-3, .bf-4, .bf-5, .bf-6 {
    grid-column: span 1;
    min-height: 280px;
  }
  .s-fast-steps { grid-template-columns: 1fr; }
  .s-cta-box { padding: 56px 28px; }

  /* Earnings calculator result number — was 44px and overflowed the card.
     Force single line with clamp() so very large numbers (e.g. THB 448,000,000)
     auto-scale down on narrow phones instead of wrapping mid-digit. */
  .s-calc-result-num {
    font-size: clamp(18px, 6.5vw, 30px);
    letter-spacing: -0.04em;
    white-space: nowrap;
  }
}

@media (max-width: 380px) {
  .s-calc-result-num {
    font-size: clamp(16px, 6vw, 22px);
  }
}

/* ============================================================
   STREAMERS — extra mobile spacing fixes (≤ 640px)
   ============================================================ */
@media (max-width: 640px) {
  /* Voices section heading → marquee gap was excessive */
  .s-voices {
    padding: 40px 0 24px !important;
    background: #fff !important;
  }
  .s-voices-head { margin-bottom: 16px !important; }
  .s-voices + .marquee-section.streamer-marquee {
    padding-top: 16px !important;
    background: #fff !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
  }
  .s-voices + .marquee-section.streamer-marquee .marquee-label { margin-bottom: 16px !important; }
}

/* ============================================================
   STREAMERS — Mobile: phone UP, social bar BELOW phone
   ============================================================ */
@media (max-width: 640px) {
  .s-hero-visual { height: 520px !important; }
  .s-phone {
    top: 38% !important;
    width: 220px !important;
    height: 380px !important;
  }
  .s-side-platforms {
    bottom: 2% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    animation: none !important;
    background: rgba(255,255,255,0.06) !important;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 999px;
    backdrop-filter: blur(8px);
  }
}
