/* BetStop — frames betstop-page (16:4) and mobile-betstop (43:207). Numbers from fig-spec. */

/* ── 03 hero ──────────────────────────────────────────────────────────── */
.bhero { min-height: 540px; padding: 80px var(--container-pad); background: var(--color-purple); }
.bhero__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.bhero__left { display: flex; flex-direction: column; gap: 12px; width: 760px; max-width: 100%; }
.bhero__eyebrow { font-weight: 800; font-size: 14px; line-height: 18px; letter-spacing: .11em; text-transform: uppercase; color: var(--color-brand); }
.bhero__text { display: contents; }
.bhero__title { font-family: var(--font-display); font-size: 90px; line-height: 84px; text-transform: uppercase; color: var(--color-text); }
.bhero__sub { font-family: var(--font-display); font-size: 28px; line-height: 34px; text-transform: uppercase; color: var(--color-brand); }
.bhero__lead { margin-top: 12px; font-size: 18px; line-height: 28px; color: var(--color-text); }
.bhero__label { margin-top: 12px; font-weight: 800; font-size: 12px; line-height: 16px; letter-spacing: .08em; text-transform: uppercase; color: var(--color-text); opacity: .6; }
.bhero__cta-row { display: flex; align-items: center; gap: 16px; margin-top: 4px; }
.bhero__note { font-size: 12px; line-height: 16px; color: var(--color-text); opacity: .8; }
.bcard {
  display: flex; flex-direction: column; gap: 20px; flex: none; width: 380px; padding: 40px;
  background: var(--color-surface); box-shadow: inset 0 0 0 2px var(--color-brand); border-radius: var(--radius-md);
}
.bcard__row { display: flex; align-items: center; justify-content: space-between; min-height: 44px; }
.bcard__age { font-family: var(--font-display); font-size: 40px; line-height: 44px; color: var(--color-brand); }
.bcard__tag { display: inline-flex; padding: 4px 8px; background: var(--color-red); color: var(--color-text); font-weight: 800; font-size: 11px; line-height: 14px; text-transform: uppercase; white-space: nowrap; }
.bcard__line { height: 1px; margin: 0 0 -1px; border: 0; background: var(--color-border); }   /* Figma LINE: 1px paint, 0 in flow */
.bcard__text { font-size: 13px; line-height: 20px; color: var(--color-muted); }

/* ── section shell (04, 05, 07) ───────────────────────────────────────── */
.bsec { display: flex; flex-direction: column; gap: 48px; padding: 80px var(--container-pad); background: var(--color-bg); }
.bsec--light { background: var(--color-card-2); }
.bsec__head { display: flex; flex-direction: column; gap: 12px; }
.bsec__eyebrow { font-weight: 800; font-size: 14px; line-height: 18px; letter-spacing: .11em; text-transform: uppercase; color: var(--color-brand); }
.bsec__eyebrow--purple { color: var(--color-purple-light); }
.bsec__title { font-family: var(--font-display); font-size: 40px; line-height: 44px; text-transform: uppercase; color: var(--color-text); }
.bsec__title--works, .bsec__title--ink { color: var(--color-ink); }
.bsec__lead { font-size: 16px; line-height: 21px; color: var(--color-muted); }
.bsec__lead--dark { color: var(--color-black); }
.bsec__lead--works { font-size: 18px; line-height: 23px; }

/* ── 04 how BetStop works ─────────────────────────────────────────────── */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; align-items: start; }
.step {
  display: flex; flex-direction: column; gap: 20px; padding: 32px;
  background: var(--color-card); box-shadow: inset 0 0 0 1px var(--color-border); border-radius: var(--radius-sm);
}
.step__head { display: contents; }
.step__num { font-family: var(--font-display); font-size: 48px; line-height: 52px; color: var(--color-purple-light); }
.step__title { font-family: var(--font-display); font-size: 16px; line-height: 17px; text-transform: uppercase; color: var(--color-ink); }
.step__text { margin-top: -12px; font-size: 14px; line-height: 22px; color: var(--color-ink); opacity: .8; }   /* title→text is 8 inside the 20 gap */
.step__link { align-self: flex-start; font-weight: 700; font-size: 13px; line-height: 17px; text-transform: uppercase; color: var(--color-purple-light); text-decoration: none; }
.step__link:hover { text-decoration: underline; }

/* ── 05 account impact ────────────────────────────────────────────────── */
.impacts { display: flex; flex-direction: column; background: var(--color-surface); box-shadow: inset 0 0 0 1px var(--color-border); }
.impact { display: flex; align-items: center; gap: 32px; min-height: 86px; padding: 24px; box-shadow: inset 0 -1px 0 var(--color-border); }
.impact:last-child { box-shadow: none; }
.impact__num { flex: none; width: 50px; font-family: var(--font-mono); font-weight: 700; font-size: 18px; line-height: 23px; color: var(--color-brand); }
.impact__info { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; flex: none; width: 280px; }
.impact__title { font-family: var(--font-display); font-size: 16px; line-height: 17px; text-transform: uppercase; color: var(--color-text); }
.impact__badge { display: inline-flex; padding: 2px 6px; border-radius: var(--radius-xs); background: var(--color-border); color: var(--color-muted); font-family: var(--font-mono); font-weight: 800; font-size: 10px; line-height: 13px; text-transform: uppercase; }
.impact__badge--hot { background: var(--color-brand); color: var(--color-ink); }
.impact__text { flex: 1; min-width: 0; font-size: 14px; line-height: 22px; color: var(--color-muted); }

/* ── 06 critical notice ───────────────────────────────────────────────── */
.notice { padding: 48px var(--container-pad); background: var(--color-purple); }
.notice__row { display: flex; align-items: center; gap: 16px; }
.notice__icon { flex: none; width: 32px; height: 32px; color: var(--color-brand); }
.notice__copy { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.notice__title { font-family: var(--font-display); font-size: 20px; line-height: 22px; text-transform: uppercase; color: var(--color-brand); }
.notice__text { font-size: 14px; line-height: 22px; color: var(--color-text); }

/* ── 07 support routing ───────────────────────────────────────────────── */
.routes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: start; }
.route {
  display: flex; flex-direction: column; gap: 24px; padding: 32px;
  background: var(--color-card); box-shadow: inset 0 0 0 1px var(--color-border); border-radius: var(--radius-sm);
}
.route--dark { background: var(--color-surface); }
.route__head { display: flex; align-items: center; justify-content: space-between; min-height: 18px; }
.route__label { font-family: var(--font-mono); font-weight: 800; font-size: 14px; line-height: 18px; text-transform: uppercase; color: var(--color-purple-light); }
.route--dark .route__label { color: var(--color-brand); }
.route__num { font-family: var(--font-mono); font-size: 12px; line-height: 16px; color: var(--color-ink); opacity: .5; }
.route--dark .route__num { color: var(--color-muted); }
.route__body { display: flex; flex-direction: column; gap: 8px; }
.route__title { font-family: var(--font-display); font-size: 20px; line-height: 22px; color: var(--color-ink); }
.route--dark .route__title { color: var(--color-text); }
.route__text { font-size: 14px; line-height: 22px; color: var(--color-ink); opacity: .8; }
.route--dark .route__text { color: var(--color-muted); }
.route__btn { padding: 12px 20px; border-radius: var(--radius-xs); background: var(--color-surface); color: var(--color-text); font-size: 13px; line-height: 17px; }
.route__btn:hover { background: var(--color-surface-2); }
.route--dark .route__btn { background: var(--color-brand); color: var(--color-ink); }
.route--dark .route__btn:hover { background: var(--color-brand-hover); }

/* ── mobile (390 frame) ───────────────────────────────────────────────── */
@media (max-width: 1199px) {
  .bhero { min-height: 0; padding: 0; }
  .bhero__inner { flex-direction: column; align-items: stretch; gap: 0; }
  .bhero__left { width: auto; gap: 12px; padding: 32px var(--container-pad); background: var(--color-purple); }
  .bhero__eyebrow { margin-bottom: 8px; font-size: 11px; line-height: 14px; letter-spacing: .09em; }
  .bhero__eyebrow-b { color: var(--color-text); }
  .bhero__text { display: flex; flex-direction: column; gap: 12px; }
  .bhero__title { font-size: 48px; line-height: 48px; }
  .bhero__sub { font-size: 22px; line-height: 26px; }
  .bhero__lead { margin: 0; font-size: 14px; line-height: 22px; }
  .bhero__label { margin: 0; font-size: 11px; line-height: 14px; letter-spacing: .09em; }
  .bhero__cta-row { display: contents; }
  .bhero__cta { min-height: 41px; padding: 12px 16px; border-radius: var(--radius-sm); font-weight: 900; font-size: 13px; line-height: 17px; }
  .bcard { width: auto; gap: 12px; padding: 16px var(--container-pad); border-radius: 0; box-shadow: inset 0 -2px 0 var(--color-brand); }
  .bcard__row { min-height: 35px; }
  .bcard__age { font-size: 32px; line-height: 35px; }
  .bcard__tag { padding: 2px 6px; border-radius: var(--radius-xs); font-family: var(--font-display); font-weight: 400; font-size: 11px; line-height: 12px; }

  .bsec { gap: 24px; padding: 40px var(--container-pad); }
  .bsec--works { gap: 32px; }
  .bsec__head { gap: 8px; }
  .bsec__eyebrow { font-size: 13px; line-height: 17px; letter-spacing: .12em; }
  .bsec__title { font-size: 26px; line-height: 32px; }
  .bsec__title--works { font-size: 30px; line-height: 33px; color: var(--color-muted); }   /* as drawn in the mobile frame */
  .bsec__title--ink { color: var(--color-surface); }
  .bsec__lead, .bsec__lead--works { font-size: 14px; line-height: 20px; }
  .bsec__lead--dark { color: var(--color-dim); }

  .steps { display: flex; flex-direction: column; gap: 24px; }
  .step { gap: 12px; padding: 20px; box-shadow: inset 0 0 0 1px var(--color-border-light); }
  .step__head { display: flex; align-items: center; gap: 12px; }
  .step__num { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 14px; background: var(--color-purple-btn); font-family: var(--font-mono); font-weight: 800; font-size: 14px; line-height: 18px; color: var(--color-text); }
  .step__title { font-size: 14px; line-height: 15px; }
  .step__text { margin: 0; font-size: 13px; line-height: 20px; color: var(--color-dim); opacity: 1; }
  .step__link { align-self: stretch; display: flex; align-items: center; justify-content: center; min-height: 41px; padding: 12px 16px; border-radius: var(--radius-sm); background: var(--color-brand); font-weight: 900; color: var(--color-ink); }
  .step__link:hover { background: var(--color-brand-hover); text-decoration: none; }

  .impact { flex-direction: column; align-items: stretch; gap: 8px; min-height: 0; padding: 16px; }
  .impact__info { flex-direction: row; align-items: center; justify-content: space-between; gap: 8px; width: auto; }
  .impact__title { font-size: 14px; line-height: 15px; }
  .impact__badge, .impact__badge--hot { background: var(--color-red); color: var(--color-text); font-family: var(--font-display); font-weight: 400; font-size: 11px; line-height: 12px; }
  .impact__text { font-size: 13px; line-height: 18px; }

  .notice { padding: 20px; }
  .notice__row { flex-wrap: wrap; gap: 12px 10px; }
  .notice__icon { width: 24px; height: 24px; }
  .notice__label { font-family: var(--font-display); font-size: 14px; line-height: 15px; text-transform: uppercase; color: var(--color-brand); }
  .notice__copy { flex-basis: 100%; gap: 12px; }
  .notice__title { font-size: 16px; line-height: 22px; }
  .notice__text { font-size: 13px; line-height: 18px; }

  .routes { display: flex; flex-direction: column; gap: 16px; }
  .route { gap: 16px; padding: 20px; box-shadow: inset 0 0 0 1px var(--color-border-light); }
  .route--dark { box-shadow: inset 0 0 0 1px var(--color-border); }
  .route__head { min-height: 16px; }
  .route__label { font-family: var(--font-display); font-weight: 400; font-size: 12px; line-height: 13px; }
  .route__num { color: var(--color-muted); opacity: 1; }
  .route--dark .route__num { color: var(--color-muted-2); }
  .route__body { gap: 6px; }
  .route__title { font-size: 16px; line-height: 17px; color: var(--color-surface); }
  .route__text { font-size: 13px; line-height: 18px; color: var(--color-dim); opacity: 1; }
  .route__btn, .route--dark .route__btn { min-height: 41px; padding: 12px 16px; border-radius: var(--radius-sm); background: var(--color-brand); color: var(--color-ink); font-weight: 900; }
  .route__btn:hover, .route--dark .route__btn:hover { background: var(--color-brand-hover); }
}
