/* BetStop — frame 2:1940 (1440) / 45:1058 (390). */

/* ── hero (2:1967 / 45:1073) ──────────────────────────────────────────── */
.bs-hero { position: relative; overflow: hidden; height: 569px; padding: 80px; background: var(--color-bg); color: var(--color-cream-2); font-family: var(--font-display); }
.bs-hero__inner { position: relative; height: 409px; }
.bs-hero__left { display: flex; flex-direction: column; align-items: flex-start; gap: 32px; }
.bs-hero__group { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; align-self: stretch; }
.bs-hero__title { margin-top: 0; font-weight: 800; font-size: 96px; line-height: 86px; letter-spacing: -2px; }
.bs-hero__panel { margin-top: 60px; padding: 4px 16px 4px 0; box-shadow: var(--shadow-card); font-weight: 800; font-size: 72px; line-height: 86px; letter-spacing: -1.5px; white-space: nowrap; transform: rotate(-2deg); transform-origin: 0 0; }   /* 2:1975: drawn at 96px it runs 1723px — past the frame; 72px keeps the line inside the 1320 column, tilt as drawn */
.bs-hero__sub { font-family: var(--font-body); font-size: 16px; line-height: 26px; color: var(--color-muted); }
.bs-hero__cta { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; align-self: stretch; }
.bs-hero__note { font-weight: 600; font-size: 13px; line-height: 16px; letter-spacing: .5px; color: var(--color-muted); }
.bs-hero__note a { color: var(--color-lime); text-decoration: none; }
.bs-hero__bar { position: absolute; left: 1080px; top: 286px; width: 120px; height: 3px; background: var(--color-lime); }
.bs-hero__star { position: absolute; left: 1055px; top: 56px; color: var(--color-lime); opacity: .06; font-weight: 800; font-size: 120px; line-height: 144px; pointer-events: none; }
.bs-hero__deco { position: absolute; left: 1118px; top: 352px; }

/* ── three clear outcomes (18:448 / 45:1090 + 45:1099) ────────────────── */
.bs-out { display: flex; flex-direction: column; gap: 40px; padding: 80px; background: var(--color-bg); color: var(--color-cream-2); font-family: var(--font-display); }
.bs-out__eyebrow { color: var(--color-cream-2); }
.bs-out__eyebrow .star { color: var(--color-lime); }
.bs-out__eyebrow .eyebrow__box { box-shadow: inset 0 0 0 1px var(--color-text-dark); }
.bs-out__title { color: var(--color-cream-2); }
.bs-out__hint { color: var(--color-muted); }
.bs-steps { display: flex; gap: 24px; align-items: flex-start; }
.bs-step { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; padding: 32px; border-radius: 3px; }
.bs-step--lime { width: 420px; background: var(--color-lime); color: var(--color-text-dark); box-shadow: inset 0 0 0 1px var(--color-text-dark); }
.bs-step--cream { width: 392px; background: var(--color-cream-2); color: var(--color-text-dark); box-shadow: inset 0 0 0 1px var(--color-text-dark); }
.bs-step--dark { width: 420px; background: var(--color-bg); color: var(--color-cream-2); box-shadow: inset 0 0 0 1px var(--color-lime); }
.bs-step__head { display: flex; justify-content: space-between; align-items: center; align-self: stretch; }
.bs-step__n { font-weight: 800; font-size: 40px; line-height: 48px; }
.bs-step--dark .bs-step__n { color: var(--color-lime); }
.bs-step__arrow { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: 14px; line-height: 17px; }
.bs-step__arrow i { display: block; width: 40px; height: 2px; background: currentColor; }
.bs-step--dark .bs-step__arrow { color: var(--color-lime); }
.bs-step__t { font-weight: 800; font-size: 22px; line-height: 26.4px; letter-spacing: -.3px; }
.bs-step__p { font-family: var(--font-body); font-size: 14px; line-height: 22px; }
.bs-step--cream .bs-step__p { color: var(--color-muted-cool); }
.bs-step--dark .bs-step__p { color: var(--color-muted); }
.bs-step__link { font-weight: 700; font-size: 14px; line-height: 17px; color: inherit; text-decoration: none; }
.bs-step__link:hover { text-decoration: underline; }

/* ── typographic transition (2:2024 / 45:1125) ────────────────────────── */
.bs-trans { padding: 80px 60px; background: var(--color-bg); color: var(--color-cream-2); font-family: var(--font-display); }
.bs-trans__content { display: flex; gap: 0; align-items: flex-start; }   /* drawn: text 1179 + cta 141 = 1320, the 24 gap of the auto layout is absorbed */
.bs-trans__text { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; width: 1179px; flex: none; }
.bs-trans__title { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; font-weight: 800; font-size: 72px; line-height: 64px; letter-spacing: -1.5px; }
.bs-trans__hl { padding: 2px 8px; }
.bs-trans__p { font-weight: 600; font-size: 14px; line-height: 17px; letter-spacing: 1px; color: var(--color-muted-4); }
.bs-trans__btn { height: 44px; margin-top: 60.5px; padding: 0 24px; font-size: 14px; line-height: 17px; letter-spacing: 0; }

@media (max-width: 1199px) {
  .bs-hero { height: auto; padding: 40px 16px; }
  .bs-hero__inner { height: auto; }
  .bs-hero__left { gap: 24px; }
  .bs-hero__group { gap: 12px; }
  .bs-hero__group .eyebrow { gap: 6px; letter-spacing: 1.5px; }
  .bs-hero__group .eyebrow .star { font-size: 10px; line-height: 12px; letter-spacing: 0; }
  .bs-hero__title { font-size: 56px; line-height: 50px; letter-spacing: -1px; }
  .bs-hero__panel { margin-top: 0; align-self: stretch; padding: 8px 12px; box-shadow: none; font-size: 32px; line-height: 32px; letter-spacing: -.5px; white-space: normal; transform: none; }
  .bs-hero__sub { font-size: 14px; line-height: 20px; }
  .bs-hero__cta { align-self: stretch; }
  .bs-hero__cta .btn { width: 100%; padding: 14px 24px; font-size: 14px; line-height: 17px; letter-spacing: 2px; }
  .bs-hero__note { font-size: 12px; line-height: 14.4px; color: var(--color-muted-4); }
  .bs-hero__deco { position: static; margin-top: 24px; font-size: 14px; line-height: 17px; }
  .bs-hero__deco i { width: 40px; height: 2px; }

  .bs-out { gap: 12px; padding: 40px 16px; }
  .bs-out__head { gap: 12px; }
  .bs-out__left { gap: 12px; }
  .bs-out__eyebrow { color: var(--color-muted); }
  .bs-out__eyebrow .eyebrow__box { padding: 0; box-shadow: none; font-size: 11px; line-height: 13.2px; letter-spacing: 1.5px; color: var(--color-muted); }
  .bs-out__eyebrow .star { font-size: 10px; line-height: 12px; letter-spacing: 0; }
  .bs-out__title { gap: 2px; font-size: 40px; line-height: 36px; letter-spacing: -.5px; color: var(--color-cream-2); }
  .bs-out__bar { margin-top: 2px; padding: 0; background: none; }
  .bs-out__hint { margin-top: 0; font-weight: 400; font-size: 13px; line-height: 18px; letter-spacing: 0; color: var(--color-muted); }
  .bs-steps { flex-direction: column; gap: 16px; margin: 12px -16px 0; padding: 0 16px 40px; }
  .bs-step, .bs-step--lime, .bs-step--cream, .bs-step--dark { width: auto; align-self: stretch; gap: 12px; padding: 24px; }
  .bs-step--lime, .bs-step--cream { box-shadow: none; }
  .bs-step--dark { background: var(--color-surface); box-shadow: inset 0 0 0 1px var(--color-lime); }
  .bs-step__n { font-size: 28px; line-height: 34px; }
  .bs-step__arrow { gap: 4px; font-size: 12px; line-height: 14.4px; }
  .bs-step__arrow i { width: 32px; }
  .bs-step__t { font-size: 18px; line-height: 22px; letter-spacing: -.2px; }
  .bs-step__p { font-size: 13px; line-height: 18px; }
  .bs-step--cream .bs-step__p { color: var(--color-muted-4); }
  .bs-step__link { font-size: 13px; line-height: 16px; }

  .bs-trans { padding: 40px 16px; box-shadow: inset 0 1px 0 var(--color-border), inset 0 -2px 0 var(--color-border); }
  .bs-trans__content { flex-direction: column; gap: 20px; }
  .bs-trans__text { gap: 20px; width: auto; }
  .bs-trans__title { gap: 2px; font-size: 32px; line-height: 30px; letter-spacing: 0; }
  .bs-trans__hl { padding: 2px 6px; line-height: 32px; }
  .bs-trans__p { font-weight: 400; font-size: 13px; line-height: 18px; letter-spacing: 0; color: var(--color-muted); }
  .bs-trans__btn { width: 100%; height: auto; margin: 0; padding: 14px 24px; letter-spacing: 2px; }
}
