/* ============================================================
   BetStop — betpinnacle-betstop-redesign (1440) / betstop-mobile (390)
   ============================================================ */

/* page sections use 20px gutters on mobile (spec: content 350 on 390) */
.pgwrap { width: min(1200px, 100% - 40px); margin-inline: auto; }
@media (min-width: 992px) { .pgwrap { width: min(1200px, 100% - 48px); } }

/* ---------- editorial hero ---------- */
.bs-hero { background: var(--paper); overflow: hidden; }
.bs-hero-wrap { position: relative; padding: 20px 0; }
.bs-bgword {
  position: absolute; left: -4px; top: 20px;
  font-family: var(--font-display); font-weight: 700; font-size: 100px;
  line-height: 0.85; letter-spacing: -4px; color: var(--ink); opacity: 0.05;
  pointer-events: none; user-select: none;
}
.bs-hero-inner { position: relative; display: flex; flex-direction: column; gap: 24px; }
.bs-hero-left { display: flex; flex-direction: column; gap: 16px; }
.bs-title {
  font-family: var(--font-display); font-weight: 700; font-size: 56px;
  line-height: 1; letter-spacing: -1.5px; color: var(--ink);
}
.bs-tagline { font-family: var(--font-archivo); font-weight: 700; font-size: 18px; line-height: 1.3; color: var(--ink); }
.bs-p { font-family: var(--font-archivo); font-size: 14px; line-height: 1.5; color: var(--ink); }
.bs-cta { background: var(--accent); padding: 20px; display: flex; flex-direction: column; gap: 16px; }
.bs-cta-kicker {
  font-family: var(--font-display); font-weight: 700; font-size: 12px;
  letter-spacing: 1.2px; text-transform: uppercase; color: var(--ink);
}
.bs-cta-title {
  font-family: var(--font-display); font-weight: 700; font-size: 24px;
  line-height: 1.1; color: var(--ink); text-transform: uppercase;
}
.bs-cta-text { font-family: var(--font-archivo); font-size: 13px; line-height: 1.4; color: var(--ink); }
.bs-cta-btn {
  display: flex; align-items: center; justify-content: center;
  width: 100%; height: 42px; padding: 12px 16px;
  background: var(--ink); color: #ffffff;
  font-family: var(--font-display); font-weight: 700; font-size: 13px;
  letter-spacing: 0.5px; text-transform: uppercase;
}
.bs-cta-note { font-family: var(--font-archivo); font-weight: 700; font-size: 11px; line-height: 1.4; color: var(--ink); }
@media (min-width: 992px) {
  .bs-hero-wrap { padding: 96px 0; }
  .bs-bgword { left: 0; top: 120px; font-size: 220px; letter-spacing: -8px; opacity: 0.06; }
  .bs-hero-inner { flex-direction: row; gap: 48px; align-items: stretch; }
  .bs-hero-left { width: 760px; max-width: 100%; flex: 1 1 auto; }
  .bs-title { font-size: 96px; letter-spacing: -2px; }
  .bs-tagline { font-size: 20px; line-height: 1.1; }
  .bs-p { font-size: 15px; line-height: 1.6; }
  .bs-cta { flex: 0 0 420px; padding: 32px; }
  .bs-cta-kicker { font-size: 14px; }
  .bs-cta-title { font-size: 28px; }
  .bs-cta-text { font-size: 14px; line-height: 1.5; }
  .bs-cta-btn { height: 47px; padding: 14px 24px; font-size: 14px; }
  .bs-cta-note { font-size: 12px; line-height: 1; }
}

/* ---------- key concept band ---------- */
.kc-band { background: var(--ink-2); padding: 24px 0; }
.kc-inner { width: min(1200px, 100% - 48px); display: flex; flex-direction: column; gap: 24px; }
.kc-left { display: flex; flex-direction: column; gap: 8px; }
.kc-kicker {
  font-family: var(--font-display); font-weight: 700; font-size: 12px;
  letter-spacing: 1px; text-transform: uppercase; color: var(--accent);
}
.kc-title {
  font-family: var(--font-display); font-weight: 700; font-size: 32px;
  line-height: 1.1; letter-spacing: -0.5px; color: #ffffff; text-transform: uppercase;
}
.kc-right { display: flex; flex-direction: column; gap: 16px; }
.kc-text { font-family: var(--font-archivo); font-size: 13px; line-height: 1.4; color: var(--slate); }
.kc-badge {
  width: 56px; height: 56px; flex: none; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--accent);
  font-family: var(--font-display); font-weight: 700; font-size: 24px; color: var(--ink);
}
@media (min-width: 992px) {
  .kc-band { padding: 56px 0; }
  .kc-inner { flex-direction: row; justify-content: space-between; align-items: center; gap: 24px; }
  .kc-left { width: 760px; max-width: 63%; gap: 12px; }
  .kc-kicker { font-size: 14px; }
  .kc-title { font-size: 56px; line-height: 1; letter-spacing: -1px; }
  .kc-right { width: 320px; flex: none; align-items: flex-end; gap: 12px; }
  .kc-text { font-size: 14px; line-height: 1.5; text-align: right; }
  .kc-badge { width: 72px; height: 72px; font-size: 28px; }
}

/* ---------- responsible wagering ---------- */
.rw-section { background: var(--card); padding: 20px 0; }
.rw-title {
  font-family: var(--font-display); font-weight: 700; font-size: 32px;
  line-height: 1.1; color: var(--ink); text-transform: uppercase;
}
.rw-lede { margin-top: 24px; font-family: var(--font-archivo); font-size: 14px; line-height: 1.5; color: var(--ink); }
.rw-rule { height: 1px; background: var(--line); margin-top: 24px; }
.rw-tools { margin-top: 24px; display: flex; flex-direction: column; gap: 20px; }
.rw-tool { display: flex; flex-direction: column; gap: 8px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.rw-tool:last-child { border-bottom: 0; padding-bottom: 0; }
.rt-num { font-family: var(--font-display); font-weight: 700; font-size: 12px; color: var(--muted); }
.rt-title { font-family: var(--font-display); font-weight: 700; font-size: 18px; line-height: 1; color: var(--ink); }
.rt-text { font-family: var(--font-ui); font-size: 13px; line-height: 1.4; color: var(--ink); }
.rt-link { font-family: var(--font-ui); font-weight: 800; font-size: 13px; color: var(--ink); }
@media (min-width: 992px) {
  .rw-section { padding: 96px 0; }
  .rw-title { font-size: 72px; line-height: 1; letter-spacing: -2px; }
  .rw-lede { margin-top: 40px; font-family: var(--font-ui); font-size: 16px; max-width: 760px; }
  .rw-rule { margin-top: 40px; }
  .rw-tools { margin-top: 40px; gap: 24px; }
  .rw-tool { gap: 12px; padding-bottom: 24px; }
  .rt-num { font-size: 14px; letter-spacing: 1px; color: var(--ink); text-transform: uppercase; }
  .rt-title { font-size: 24px; }
  .rt-text { font-size: 14px; line-height: 1.5; }
}

/* ---------- loss warning ---------- */
.loss-warning { background: var(--accent); padding: 20px 0; }
.lw-wrap { display: flex; flex-direction: column; gap: 24px; }
.lw-kicker { font-family: var(--font-display); font-weight: 700; font-size: 14px; color: var(--ink); }
.lw-title {
  font-family: var(--font-display); font-weight: 700; font-size: 36px;
  line-height: 1.05; color: var(--ink); margin-top: 16px; text-transform: uppercase;
}
.lw-line1 { font-family: var(--font-ui); font-size: 13px; line-height: 1.4; color: var(--ink); margin-top: 16px; }
.lw-line2 { font-family: var(--font-ui); font-weight: 700; font-size: 13px; line-height: 1; color: var(--ink); margin-top: 16px; }
.betstop-module {
  background: var(--ink); border-radius: 16px; padding: 20px;
  display: flex; flex-direction: column; gap: 12px;
}
.bm-title { font-family: var(--font-display); font-weight: 700; font-size: 28px; letter-spacing: -0.5px; color: #ffffff; }
.bm-text { font-family: var(--font-ui); font-size: 13px; line-height: 1.4; color: #ffffff; }
.bm-link { font-family: var(--font-ui); font-weight: 800; font-size: 13px; color: var(--accent); }
@media (min-width: 992px) {
  .loss-warning { padding: 96px 0; }
  .lw-wrap { flex-direction: row; gap: 24px; }
  .lw-left { flex: 1; }
  .lw-title { font-size: 64px; }
  .lw-line1 { font-size: 14px; line-height: 1; }
  .lw-line2 { font-size: 14px; }
  .betstop-module { width: 360px; flex: none; border-radius: 24px; padding: 24px; gap: 12px; }
  .bm-title { font-size: 44px; letter-spacing: -1px; }
  .bm-text { font-size: 14px; line-height: 1.2; }
  .bm-link { font-size: 13px; color: #ffffff; }
}

/* --- interaction polish --- */
.bs-cta-btn:hover { background: #2a2a2a; }
.bs-cta-btn:active { transform: translateY(1px); }
@media (prefers-reduced-motion: no-preference) {
  .bs-cta-btn { transition: background-color 0.15s cubic-bezier(0.2, 0, 0, 1), transform 0.12s cubic-bezier(0.2, 0, 0, 1); }
}
