/* ============================================================
   Showdown — betpinnacle-showdown-desktop (1440) / -mobile (390)
   ============================================================ */

/* ---------- shared kicker ---------- */
.sd-kicker {
  font-family: var(--font-display); font-weight: 700; font-size: 12px;
  line-height: 1.33; letter-spacing: 1.2px; text-transform: uppercase;
  color: var(--ink-2);
}
@media (min-width: 992px) {
  .sd-kicker { font-weight: 600; }
}

/* ---------- manifesto (hero) ---------- */
.sd-manifesto { background: var(--paper); padding: 40px 0; }
.sd-title { display: flex; flex-direction: column; gap: 4px; margin-top: 16px; }
.sd-title span {
  font-family: var(--font-display); font-weight: 700; font-size: 44px;
  line-height: 0.95; letter-spacing: -1px; color: var(--ink);
}
.sd-title .sd-title-accent { color: var(--brown); }
.sd-subhead {
  font-family: var(--font-display); font-weight: 700; font-size: 14px;
  line-height: 1.4; text-transform: uppercase; color: var(--ink); margin-top: 16px;
}
.sd-body { font-family: var(--font-ui); font-size: 13px; line-height: 1.5; color: var(--muted); margin-top: 16px; }
.sd-hero-m { width: 100%; height: 320px; object-fit: cover; border-radius: 8px; margin-top: 24px; }
@media (min-width: 992px) {
  .sd-manifesto { padding: 96px 0; }
  .sd-masthead { display: flex; gap: 48px; }
  .sd-mast-left { flex: 1 1 0; }
  .sd-title { gap: 6px; margin-top: 24px; }
  .sd-title span { font-size: 96px; letter-spacing: -2px; }
  .sd-subhead { font-weight: 600; line-height: 1.5; margin-top: 24px; }
  .sd-body { font-family: var(--font-display); font-weight: 400; font-size: 15px; line-height: 1.6; color: #4a5568; margin-top: 24px; }
  .sd-mast-right {
    flex: 1 1 0; min-height: 520px; position: relative;
    background: url('../../img/cricket-batsman.webp') center / cover no-repeat;
    display: flex; align-items: center; justify-content: center;
  }
  .sd-hero-num {
    font-family: var(--font-display); font-weight: 700; font-size: 220px;
    line-height: 1; letter-spacing: -8px; color: var(--paper); opacity: 0.08;
    pointer-events: none; user-select: none;
  }
}

/* ---------- how showdown is separate ---------- */
.sd-separate { background: var(--card); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 40px 0; }
.sd-sec-title {
  font-family: var(--font-display); font-weight: 700; font-size: 32px;
  line-height: 1.1; letter-spacing: -1px; color: var(--ink); margin-top: 8px;
}
.sd-steps { display: flex; flex-direction: column; gap: 16px; margin-top: 28px; }
.sd-step { display: flex; flex-direction: column; gap: 8px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.sd-step:last-child { border-bottom: 0; padding-bottom: 0; }
.sd-step-num { font-family: var(--font-display); font-weight: 700; font-size: 32px; line-height: 1.35; color: var(--ink-2); }
.sd-step-title {
  font-family: var(--font-display); font-weight: 700; font-size: 18px;
  line-height: 1.33; text-transform: uppercase; color: var(--ink);
}
.sd-step-text { font-family: var(--font-display); font-weight: 400; font-size: 13px; line-height: 1.4; color: var(--muted); }
@media (min-width: 992px) {
  .sd-separate { padding: 96px 0; }
  .sd-sec-title { font-size: 72px; letter-spacing: -2px; margin-top: 12px; }
  .sd-sec-title span { display: block; }
  .sd-sec-title span + span { margin-top: 6px; }
  .sd-steps { gap: 0; margin-top: 40px; }
  .sd-step { gap: 12px; padding-bottom: 0; border-bottom: 0; }
  .sd-step-2 { padding-left: 240px; }
  .sd-step-3 { padding-left: 480px; }
  .sd-step-num { font-size: 48px; }
  .sd-step-title { font-size: 24px; }
  .sd-step-text { font-size: 14px; line-height: 1.5; color: #4a5568; }
  .sd-connector { padding: 8px 0; }
  .sd-connector span { display: block; height: 1px; background: var(--ink); opacity: 0.15; }
  .sd-connector-2 { padding-left: 240px; }
}

/* ---------- create showdown account CTA ---------- */
.sd-cta { background: var(--paper); border: 1px solid var(--accent); padding: 32px 0; }
.sd-cta-title {
  font-family: var(--font-display); font-weight: 700; font-size: 28px;
  line-height: 1.1; text-transform: uppercase; color: var(--ink);
}
.sd-cta-text { font-family: var(--font-ui); font-size: 13px; line-height: 1.4; color: var(--muted); margin-top: 20px; }
.sd-cta-btn {
  display: flex; align-items: center; justify-content: center;
  background: var(--accent); padding: 12px 20px; margin-top: 20px;
  font-family: var(--font-display); font-weight: 700; font-size: 14px;
  line-height: 1.35; text-transform: uppercase; color: var(--ink); text-align: center;
}
@media (min-width: 992px) {
  .sd-cta { padding: 96px 0; }
  .sd-cta-row { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
  .sd-cta-left { flex: 1 1 0; }
  .sd-cta-title { font-size: 40px; line-height: 1.35; }
  .sd-cta-text { font-family: var(--font-display); font-size: 14px; line-height: 1.5; color: #4a5568; margin-top: 8px; }
  .sd-cta-btn { display: inline-flex; flex: none; padding: 14px 28px; margin-top: 0; font-size: 15px; line-height: 1.33; }
}

/* ---------- visual separation device ---------- */
.sd-divider {
  height: 180px;
  background: url('../../img/racing-night.webp') center / cover no-repeat;
}
@media (min-width: 992px) {
  .sd-divider { height: 420px; position: relative; overflow: hidden; }
  .sd-div-word {
    position: absolute;
    font-family: var(--font-display); font-weight: 700; font-size: 180px;
    line-height: 1.35; letter-spacing: -8px; color: var(--ink); opacity: 0.08;
    pointer-events: none; user-select: none;
  }
  .sd-div-word-1 { left: max(24px, calc((100% - 1200px) / 2)); top: 49px; }
  .sd-div-word-2 { right: max(24px, calc((100% - 1200px) / 2)); top: 149px; }
}

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

/* ---------- loss warning ---------- */
.loss-warning { background: var(--accent); padding: 40px 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: 12px; text-transform: uppercase;
}
.lw-line1 { font-size: 13px; line-height: 1.4; color: var(--ink); margin-top: 12px; }
.lw-line2 { font-weight: 700; font-size: 13px; color: var(--ink); margin-top: 12px; }
.betstop-module {
  background: var(--ink); border-radius: 12px; padding: 18px;
  display: flex; flex-direction: column; gap: 10px;
}
.bm-title { font-family: var(--font-display); font-weight: 700; font-size: 24px; color: #ffffff; }
.bm-text { font-size: 13px; line-height: 1.4; color: #ffffff; opacity: 0.9; }
.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; margin-top: 16px; }
  .lw-line1 { font-size: 14px; line-height: 1; margin-top: 16px; }
  .lw-line2 { font-size: 14px; margin-top: 16px; }
  .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; opacity: 1; }
  .bm-link { font-size: 13px; color: #ffffff; }
}

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