:root {
  --guide-bg: var(--al-page);
  --guide-surface: var(--al-surface);
  --guide-surface-soft: var(--al-surface-soft);
  --guide-border: var(--al-border);
  --guide-border-strong: var(--al-border-strong);
  --guide-text: var(--al-text);
  --guide-muted: var(--al-muted);
  --guide-muted-soft: #94a3b8;
  --guide-link: var(--al-primary);
  --guide-link-strong: var(--al-primary-strong);
  --guide-shadow: var(--al-shadow-lg);
  --guide-hero-bg: #0c0a08;
  --guide-hero-text: #f8fafc;
  --guide-hero-muted: #cbd5e1;
  --guide-hero-muted-soft: #94a3b8;
  --guide-hero-accent: #60a5fa;
  --guide-hero-accent-soft: rgba(96, 165, 250, 0.14);
  --guide-hero-panel: rgba(15, 23, 42, 0.72);
  --guide-hero-panel-border: rgba(148, 163, 184, 0.26);
  --guide-accent: var(--al-secondary);
  --guide-accent-strong: var(--al-secondary-strong);
  --guide-accent-soft: rgba(22, 101, 52, 0.08);
  --guide-content-max: min(var(--al-content-max), 100%);
}

.site-main.betting-guide-page {
  padding-top: 0;
  background: var(--guide-bg);
  color: var(--guide-text);
}

.betting-guide-page a {
  color: var(--guide-link);
  text-decoration: none;
}

.betting-guide-page a:hover,
.betting-guide-page a:focus-visible {
  color: var(--guide-link-strong);
}

.guide-hero-band {
  background: var(--guide-hero-bg);
  overflow: hidden;
  overflow: clip;
}

.guide-hero-inner,
.betting-guide-shell {
  width: min(var(--al-shell-max), calc(100vw - (var(--al-gutter-x) * 2)));
  margin: 0 auto;
}

.guide-hero {
  display: grid;
  grid-template-columns: 1.05fr minmax(360px, 1fr);
  gap: 40px;
  align-items: center;
  padding: 48px 0 54px;
}

.guide-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 620px;
}

.guide-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  padding: 8px 14px;
  border: 1px solid rgba(96, 165, 250, 0.22);
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.36);
  color: var(--guide-hero-accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.guide-eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}

.guide-hero h1 {
  margin: 0 0 18px;
  color: var(--guide-hero-text);
  font-family: var(--al-font-display, "Cabinet Grotesk", sans-serif);
  font-size: clamp(40px, 5.1vw, 76px);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.guide-hero h1 .line {
  display: block;
}

.guide-hero h1 .line.accent {
  color: var(--guide-hero-accent);
}

.guide-hero h1 .line.small {
  margin-top: 10px;
  color: var(--guide-hero-muted);
  font-size: 0.56em;
  letter-spacing: 0.01em;
}

.guide-hero-lede {
  max-width: 540px;
  margin: 0;
  color: var(--guide-hero-muted);
  font-size: 17px;
  line-height: 1.7;
}

.guide-hero-points {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  max-width: 560px;
  margin: 36px 0 24px;
  padding: 0;
  list-style: none;
}

.guide-hero-points li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}

.guide-hero-points .ic {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(96, 165, 250, 0.28);
  border-radius: 12px;
  background: radial-gradient(circle at 50% 30%, rgba(96, 165, 250, 0.16), transparent 70%);
  color: var(--guide-hero-accent);
}

.guide-hero-points .lbl {
  color: var(--guide-hero-text);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.guide-hero-compliance {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 560px;
  margin: 0;
  padding: 14px 18px;
  border: 1px solid var(--guide-hero-panel-border);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.64), rgba(2, 6, 23, 0.7));
  color: var(--guide-hero-muted);
  font-size: 13px;
  line-height: 1.6;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(8px);
}

.guide-hero-compliance .shield {
  width: 34px;
  height: 34px;
  flex: none;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(96, 165, 250, 0.14);
  color: var(--guide-hero-accent);
}

.guide-hero-compliance strong {
  color: var(--guide-hero-accent);
}

.guide-hero-visual {
  position: relative;
  width: 100%;
  max-height: 90vh;
  margin-left: auto;
  aspect-ratio: 846 / 1024;
  perspective: 2400px;
  perspective-origin: 50% 40%;
  overflow: visible;
}

.guide-hero-person {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: contain;
  object-position: center bottom;
  pointer-events: none;
  user-select: none;
}

.guide-hero-laptop {
  position: absolute;
  left: 0%;
  bottom: 11%;
  width: 65%;
  height: auto;
  z-index: 3;
  pointer-events: none;
  user-select: none;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.45));
}

.card-wrap {
  position: absolute;
  z-index: 2;
  transform: rotateY(-25deg);
  transform-origin: center center;
  will-change: transform;
}

.card {
  position: relative;
  color: var(--guide-hero-text);
  background: linear-gradient(160deg, rgba(15, 23, 42, 0.92) 0%, rgba(2, 6, 23, 0.94) 100%);
  border: 1px solid var(--guide-hero-panel-border);
  border-radius: 14px;
  padding: 11px 14px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.04) inset,
    0 24px 50px rgba(0, 0, 0, 0.55),
    0 6px 18px rgba(0, 0, 0, 0.45),
    0 0 36px rgba(96, 165, 250, 0.07);
  backface-visibility: hidden;
  backdrop-filter: blur(12px);
}

.card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 35%);
  mix-blend-mode: screen;
  opacity: 0.6;
}

.w-license {
  top: 5%;
  left: 18%;
  width: 30%;
}

.c-license {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
}

.c-license .ic {
  width: 34px;
  height: 34px;
  flex: none;
  display: grid;
  place-items: center;
  border: 1px solid rgba(96, 165, 250, 0.26);
  border-radius: 8px;
  background: rgba(96, 165, 250, 0.12);
  color: var(--guide-hero-accent);
}

.c-license .t,
.c-pix .t {
  color: var(--guide-hero-muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
}

.c-license .h {
  margin-top: 3px;
  font-family: var(--al-font-display, "Cabinet Grotesk", sans-serif);
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
}

.c-license .pill {
  display: inline-block;
  margin-top: 6px;
  padding: 3px 7px;
  border: 1px solid rgba(96, 165, 250, 0.38);
  border-radius: 5px;
  background: rgba(96, 165, 250, 0.1);
  color: var(--guide-hero-accent);
  font-size: 7.5px;
  font-weight: 800;
  letter-spacing: 0.2em;
}

.w-pix {
  top: 20%;
  left: 6%;
  width: 30%;
}

.c-pix {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 14px;
}

.c-pix .ic {
  width: 34px;
  height: 34px;
  flex: none;
  display: grid;
  place-items: center;
}

.c-pix .ic img {
  display: block;
  width: 34px;
  height: 34px;
  object-fit: contain;
  border-radius: 8px;
}

.c-pix .h {
  margin-top: 3px;
  font-family: var(--al-font-display, "Cabinet Grotesk", sans-serif);
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.04em;
}

.c-pix .s {
  margin-top: 5px;
  color: var(--guide-hero-accent);
  font-size: 9px;
  font-weight: 700;
}

.w-score {
  top: 36%;
  left: -4%;
  width: 47%;
  z-index: 2;
}

.c-score {
  padding: 12px 14px;
}

.c-score .row1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.c-score .title {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.c-score .title svg {
  color: var(--guide-hero-accent);
}

.c-score .live {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 7px;
  border: 1px solid rgba(96, 165, 250, 0.25);
  border-radius: 999px;
  background: rgba(96, 165, 250, 0.1);
  color: var(--guide-hero-accent);
  font-size: 8.5px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.c-score .live::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--guide-hero-accent);
  box-shadow: 0 0 8px var(--guide-hero-accent);
}

.c-score .match {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 10px;
  padding: 6px 2px;
}

.c-score .team {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.c-score .team.right {
  justify-content: flex-end;
}

.c-score .score-block {
  text-align: center;
}

.c-score .score {
  display: block;
  white-space: nowrap;
  font-family: var(--al-font-display, "Cabinet Grotesk", sans-serif);
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.c-score .minute {
  display: block;
  margin-top: 3px;
  color: var(--guide-hero-muted-soft);
  font-size: 9px;
  text-align: center;
}

.c-score .label {
  margin: 10px 0 6px;
  color: var(--guide-hero-muted);
  font-size: 10px;
  font-weight: 600;
}

.c-score .odds {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}

.c-score .odd {
  display: flex;
  justify-content: space-between;
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.035);
  font-size: 11px;
  font-weight: 800;
}

.c-score .odd .k {
  color: var(--guide-hero-muted-soft);
}

.c-score .odd.win {
  border-color: rgba(96, 165, 250, 0.45);
  background: rgba(96, 165, 250, 0.18);
}

.c-score .odd.win .k {
  color: #ffffff;
}

.c-score .extra {
  display: flex;
  justify-content: space-between;
  margin-top: 9px;
  padding-top: 7px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 11px;
}

.c-score .extra .v {
  color: var(--guide-hero-accent);
  font-weight: 800;
}

.w-odd {
  top: 50%;
  left: 54%;
  width: 30%;
  z-index: 4;
}

.c-odd {
  padding: 13px 15px;
}

.c-odd .head {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--guide-hero-accent);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.c-odd .head .d {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--guide-hero-accent);
  box-shadow: 0 0 8px var(--guide-hero-accent);
}

.c-odd .big {
  margin-top: 6px;
  font-family: var(--al-font-display, "Cabinet Grotesk", sans-serif);
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
}

.c-odd .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 10px;
}

.c-odd .k {
  color: var(--guide-hero-muted);
  font-size: 9px;
}

.c-odd .v {
  margin-top: 3px;
  color: var(--guide-hero-accent);
  font-family: var(--al-font-display, "Cabinet Grotesk", sans-serif);
  font-size: 12px;
  letter-spacing: 0.02em;
}

.w-bank {
  top: 74%;
  left: 14%;
  width: 32%;
  z-index: 4;
}

.c-bank {
  padding: 12px 15px;
}

.c-bank .head {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.c-bank .head .ic {
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  color: var(--guide-hero-accent);
}

.c-bank .txt {
  margin: 8px 0;
  color: var(--guide-hero-muted);
  font-size: 10.5px;
  line-height: 1.45;
}

.c-bank .cta {
  color: var(--guide-hero-accent);
  font-size: 11.5px;
  font-weight: 800;
}

.float-a {
  animation: floatA 9s ease-in-out infinite;
}

.float-b {
  animation: floatB 11s ease-in-out infinite -2s;
}

.float-c {
  animation: floatC 10s ease-in-out infinite -4s;
}

@keyframes floatA {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-9px);
  }
}

@keyframes floatB {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

@keyframes floatC {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-7px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .float-a,
  .float-b,
  .float-c {
    animation: none;
  }
}

.betting-guide-shell {
  padding: var(--al-space-5) 0 var(--al-space-10);
}

.betting-guide-body {
  background: var(--guide-surface);
}

.guide-mobile-subnav,
.betting-guide-page .page-mobile-subnav {
  display: none;
}

.guide-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: var(--al-space-8);
}

.guide-subnav,
.betting-guide-page .page-subnav {
  display: block;
}

.guide-subnav-inner,
.betting-guide-page .page-subnav-inner {
  position: sticky;
  top: 105px;
  display: grid;
  gap: 8px;
  padding: var(--al-space-4);
  border: 1px solid var(--guide-border);
  border-radius: var(--al-radius-lg);
  background: var(--guide-surface);
  box-shadow: var(--al-shadow-md);
}

.guide-subnav-inner a,
.betting-guide-page .page-subnav-inner a {
  padding: 9px 10px;
  border-radius: 10px;
  color: var(--guide-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.guide-subnav-inner a.is-active,
.guide-subnav-inner a:hover,
.guide-subnav-inner a:focus-visible,
.betting-guide-page .page-subnav-inner a.is-active,
.betting-guide-page .page-subnav-inner a:hover,
.betting-guide-page .page-subnav-inner a:focus-visible {
  background: rgba(37, 99, 235, 0.08);
  color: var(--guide-link-strong);
}

.guide-content {
  display: grid;
  gap: 0;
  min-width: 0;
  max-width: 100%;
}

.guide-section {
  max-width: var(--guide-content-max);
  padding: var(--al-space-7) 0;
  border-top: 1px solid var(--guide-border);
}

.guide-section:first-child {
  padding-top: 0;
  border-top: 0;
}

.guide-section h2 {
  margin: 0 0 14px;
  color: var(--guide-text);
  font-family: var(--al-font-display, "Cabinet Grotesk", sans-serif);
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  line-height: 1.06;
}

.guide-section h3 {
  margin: 24px 0 10px;
  color: var(--guide-text);
  font-size: 1.25rem;
  font-weight: 800;
}

.guide-section p {
  margin: 0 0 14px;
  color: var(--guide-muted);
  font-size: 1rem;
  line-height: 1.75;
}

.guide-section ul,
.guide-section ol {
  margin: 0 0 18px;
  padding-left: 20px;
  color: var(--guide-muted);
  font-size: 1rem;
  line-height: 1.75;
}

.guide-section ul {
  list-style: disc;
}

.guide-section ol {
  list-style: decimal;
}

.guide-section li + li {
  margin-top: 6px;
}

.guide-block {
  margin: var(--al-space-5) 0;
  padding: var(--al-space-5);
  border: 1px solid var(--guide-border);
  border-radius: var(--al-radius-lg);
  background: var(--guide-surface-soft);
}

.guide-block h3 {
  margin: 0 0 10px;
  font-size: 20px;
}

.guide-block-intro {
  margin-bottom: 14px;
}

.guide-future-placeholder,
.guide-image-placeholder {
  display: grid;
  place-items: center;
  min-height: 120px;
  margin: 14px 0 18px;
  padding: 14px;
  border: 1px dashed rgba(15, 23, 42, 0.18);
  border-radius: 14px;
  color: var(--guide-muted-soft);
  font-size: 13px;
  text-align: center;
  background: #ffffff;
}

.guide-flow-block {
  margin: 18px 0 10px;
  padding: clamp(14px, 2.2vw, 24px);
  border: 1px solid rgba(37, 99, 235, 0.14);
  border-radius: var(--al-radius-lg);
  background:
    radial-gradient(980px 300px at 50% -15%, rgba(22, 101, 52, 0.08), transparent 62%),
    radial-gradient(660px 260px at 12% 88%, rgba(37, 99, 235, 0.08), transparent 70%),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 72%);
  box-shadow: var(--al-shadow-md);
}

.guide-flow-header {
  text-align: center;
}

.guide-flow-header h3 {
  margin: 0;
  color: var(--guide-text);
  font-family: var(--al-font-display, "Cabinet Grotesk", sans-serif);
  font-size: clamp(1.4rem, 2.5vw, 2.1rem);
  font-weight: 900;
  line-height: 1.14;
}

.guide-flow-header h3 span {
  color: var(--guide-accent);
}

.guide-flow-header p {
  margin: 8px auto 0;
  max-width: 680px;
  color: var(--guide-muted);
  font-size: 1rem;
  line-height: 1.6;
}

.guide-flow-header p strong {
  color: var(--guide-accent);
  font-weight: 800;
}

.guide-section .guide-flow-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.guide-flow-step {
  position: relative;
  padding: 10px 10px 12px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: var(--al-radius-md);
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  text-align: center;
  box-shadow: var(--al-shadow-sm);
}

.guide-flow-step:not(:last-child)::after {
  content: "\2192";
  position: absolute;
  right: -17px;
  top: 47%;
  transform: translateY(-50%);
  color: var(--guide-accent);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  z-index: 2;
}

.guide-flow-number {
  width: 32px;
  height: 32px;
  margin: 0 auto 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid rgba(22, 101, 52, 0.25);
  border-radius: 999px;
  color: var(--guide-accent);
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1;
}

.guide-flow-icon {
  height: 56px;
  margin: 0 auto 8px;
  display: grid;
  place-items: center;
  color: var(--guide-accent);
}

.guide-flow-icon img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.guide-flow-icon svg {
  width: 36px;
  height: 36px;
}

.guide-flow-step h4 {
  margin: 0;
  color: var(--guide-text);
  font-family: var(--al-font-display, "Cabinet Grotesk", sans-serif);
  font-size: 1.02rem;
  line-height: 1.3;
}

.guide-flow-step p {
  margin: 6px 0 0;
  color: #64748b;
  font-size: 0.92rem;
  line-height: 1.5;
}

.guide-flow-step p em {
  color: var(--guide-accent);
  font-style: italic;
}

.guide-flow-tip {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 16px auto 0;
  width: min(100%, 980px);
  padding: 10px 14px;
  border: 1px solid rgba(22, 101, 52, 0.18);
  border-radius: var(--al-radius-md);
  background: linear-gradient(90deg, rgba(22, 101, 52, 0.08), rgba(37, 99, 235, 0.06));
}

.guide-flow-tip-icon {
  width: 34px;
  height: 34px;
  flex: none;
  display: grid;
  place-items: center;
  border: 1px solid rgba(22, 101, 52, 0.25);
  border-radius: 999px;
  color: var(--guide-accent);
}

.guide-flow-tip p {
  margin: 0;
  color: #334155;
  font-size: 1rem;
  line-height: 1.5;
}

.guide-flow-tip strong {
  color: var(--guide-accent);
  font-weight: 800;
}

.guide-quickstart {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.guide-quickstart h3 {
  margin-bottom: 12px;
  font-size: 1.15rem;
}

.quickstart-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.guide-section .quickstart-list {
  margin-left: 0;
  padding-left: 0;
}

.quickstart-list li {
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.quickstart-list li a {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: start;
  gap: 18px;
  padding: 16px 0;
  background: transparent;
}

.quickstart-list li a:hover,
.quickstart-list li a:focus-visible {
  color: inherit;
}

.quickstart-step {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #d5ead6;
  border-radius: 999px;
  background: #f0fdf4;
  color: var(--guide-accent);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

.quickstart-copy {
  min-width: 0;
}

.quickstart-copy strong {
  display: block;
  color: var(--guide-text);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.35;
}

.quickstart-copy span {
  display: block;
  margin-top: 4px;
  color: var(--guide-muted);
  font-size: 12px;
  line-height: 1.55;
}

.quickstart-cta-row,
.odds-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.guide-quickstart .al-cta {
  width: min(100%, 320px);
  justify-content: space-between;
}

.odds-tab-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.odds-tab-list button {
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid var(--guide-border-strong);
  border-radius: 999px;
  background: #ffffff;
  color: var(--guide-muted);
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.odds-tab-list button.is-active {
  border-color: rgba(37, 99, 235, 0.26);
  background: rgba(37, 99, 235, 0.08);
  color: var(--guide-link-strong);
}

.odds-panels {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.odds-tabs.is-tabs-ready .odds-panel {
  display: none;
}

.odds-tabs.is-tabs-ready .odds-panel.is-active {
  display: block;
}

.odds-panel {
  padding: 16px;
  border: 1px solid var(--guide-border);
  border-radius: 14px;
  background: #ffffff;
}

.odds-panel h4 {
  margin: 0 0 8px;
  color: var(--guide-text);
  font-size: 18px;
  font-weight: 800;
}

.odds-panel > p {
  margin-bottom: 10px;
}

.odds-panel dl {
  display: grid;
  gap: 8px;
  margin: 0;
}

.odds-panel dl div {
  display: grid;
  gap: 3px;
  padding: 10px 12px;
  border: 1px solid var(--guide-border);
  border-radius: 12px;
  background: var(--guide-surface-soft);
}

.odds-panel dt {
  color: var(--guide-text);
  font-size: 12px;
  font-weight: 800;
}

.odds-panel dd {
  margin: 0;
  color: var(--guide-muted);
  font-size: 12px;
  line-height: 1.6;
}

.guide-betslip .betslip-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.betslip-card {
  padding: 16px;
  border: 1px solid var(--guide-border);
  border-radius: 16px;
  background: #ffffff;
}

.betslip-event {
  margin: 0 0 10px;
  color: var(--guide-text);
  font-size: 18px;
  font-weight: 800;
}

.betslip-markets {
  margin: 0;
  padding: 0;
  border: 0;
}

.betslip-markets legend,
.betslip-stake,
.betslip-output dt {
  color: var(--guide-muted);
  font-size: 12px;
  font-weight: 700;
}

.betslip-markets legend {
  margin-bottom: 8px;
}

.betslip-markets label {
  display: block;
  position: relative;
  cursor: pointer;
}

.betslip-markets label + label {
  margin-top: 8px;
}

.betslip-markets label span {
  display: flex;
  justify-content: space-between;
  padding: 10px 12px;
  border: 1px solid var(--guide-border-strong);
  border-radius: 12px;
  background: var(--guide-surface-soft);
  color: var(--guide-text);
  font-size: 13px;
  font-weight: 700;
}

.betslip-markets label span em {
  font-style: normal;
  color: var(--guide-link);
}

.betslip-markets input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
}

.betslip-markets input[type="radio"]:checked + span {
  border-color: rgba(37, 99, 235, 0.28);
  background: rgba(37, 99, 235, 0.08);
}

.betslip-stake {
  display: block;
  margin-top: 12px;
}

.betslip-stake input {
  width: 100%;
  margin-top: 6px;
  min-height: 42px;
  padding: 9px 12px;
  border: 1px solid var(--guide-border-strong);
  border-radius: 12px;
  background: #ffffff;
  color: var(--guide-text);
  font-size: 14px;
  font-weight: 700;
}

.betslip-output h4 {
  margin: 0 0 10px;
  color: var(--guide-text);
  font-size: 16px;
}

.betslip-output dl {
  display: grid;
  gap: 8px;
  margin: 0;
}

.betslip-output dl div {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid var(--guide-border);
  border-radius: 12px;
  background: var(--guide-surface-soft);
}

.betslip-output dd {
  margin: 0;
  color: var(--guide-text);
  font-family: var(--al-font-display, "Cabinet Grotesk", sans-serif);
  font-size: 15px;
  font-weight: 800;
}

.betslip-output p {
  margin-top: 12px;
  font-size: 12px;
}

.guide-checklist ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.guide-checklist li label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px;
  border: 1px solid var(--guide-border);
  border-radius: 12px;
  background: #ffffff;
  color: var(--guide-text);
  font-size: 13px;
  font-weight: 600;
}

.guide-checklist input[type="checkbox"] {
  margin-top: 2px;
}

.guide-checklist .al-cta {
  margin-top: 14px;
}

@media (max-width: 1080px) {
  .guide-hero {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 28px;
  }

  .guide-hero-copy {
    max-width: none;
  }

  .guide-hero-visual {
    max-width: 560px;
    margin: 0 auto;
  }

  .w-score {
    width: 46%;
  }

  .w-bank {
    width: 42%;
  }

  .w-license,
  .w-pix,
  .w-odd {
    width: 38%;
  }

  .guide-hero-laptop {
    left: -4%;
    width: 61%;
  }

  .guide-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .guide-subnav,
  .betting-guide-page .page-subnav {
    display: none;
  }

  .guide-mobile-subnav,
  .betting-guide-page .page-mobile-subnav {
    display: block;
    margin-bottom: 20px;
    border: 1px solid var(--guide-border);
    border-radius: var(--al-radius-md);
    background: var(--guide-surface);
    box-shadow: var(--al-shadow-sm);
  }

  .guide-mobile-subnav summary,
  .betting-guide-page .page-mobile-subnav summary {
    padding: 12px 14px;
    cursor: pointer;
    color: var(--guide-text);
    font-size: 13px;
    font-weight: 800;
  }

  .guide-mobile-subnav nav,
  .betting-guide-page .page-mobile-subnav nav {
    display: grid;
    gap: 6px;
    padding: 0 14px 14px;
  }

  .guide-mobile-subnav nav a,
  .betting-guide-page .page-mobile-subnav nav a {
    padding: 8px 10px;
    border-radius: 10px;
    background: var(--guide-surface-soft);
    color: var(--guide-muted);
    font-size: 12px;
  }

  .guide-mobile-subnav nav a:hover,
  .guide-mobile-subnav nav a:focus-visible,
  .guide-mobile-subnav nav a[aria-current="page"],
  .betting-guide-page .page-mobile-subnav nav a:hover,
  .betting-guide-page .page-mobile-subnav nav a:focus-visible,
  .betting-guide-page .page-mobile-subnav nav a[aria-current="page"] {
    background: rgba(37, 99, 235, 0.08);
    color: var(--guide-link-strong);
  }

  .guide-section .guide-flow-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  .guide-flow-step:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 760px) {
  .guide-hero-inner,
  .betting-guide-shell {
    width: min(var(--al-shell-max), calc(100vw - (var(--al-gutter-x) * 2)));
  }

  .guide-hero {
    gap: 20px;
    padding-bottom: 28px;
  }

  .guide-hero h1 {
    font-size: clamp(34px, 14vw, 52px);
  }

  .guide-hero-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .guide-hero-visual {
    display: none;
  }

  .guide-layout {
    gap: 0;
  }

  .guide-section {
    padding: var(--al-space-6) 0;
  }

  .guide-section h2 {
    font-size: clamp(1.625rem, 8vw, 1.875rem);
  }

  .guide-block {
    padding: var(--al-space-4);
  }

  .guide-quickstart {
    padding: 0;
  }

  .quickstart-list li a {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 14px;
    padding: 18px 0;
  }

  .quickstart-step {
    width: 32px;
    height: 32px;
    font-size: 0.95rem;
  }

  .quickstart-copy strong {
    font-size: 1rem;
  }

  .quickstart-copy span {
    font-size: 12px;
    line-height: 1.55;
  }

  .guide-betslip .betslip-grid {
    grid-template-columns: 1fr;
  }

  .guide-flow-block {
    margin-top: 18px;
    padding: 14px 12px;
    border-radius: var(--al-radius-md);
  }

  .guide-flow-header p {
    margin-top: 8px;
    font-size: 0.95rem;
  }

  .guide-section .guide-flow-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 16px;
  }

  .guide-flow-step {
    padding: 10px 9px 12px;
    border-radius: 12px;
  }

  .guide-flow-number {
    width: 30px;
    height: 30px;
    margin-bottom: 8px;
    font-size: 1rem;
  }

  .guide-flow-icon {
    height: 48px;
    margin-bottom: 8px;
  }

  .guide-flow-icon svg {
    width: 32px;
    height: 32px;
  }

  .guide-flow-icon img {
    width: 32px;
    height: 32px;
  }

  .guide-flow-step h4 {
    font-size: 0.95rem;
  }

  .guide-flow-step p {
    font-size: 0.84rem;
  }

  .guide-flow-tip {
    margin-top: 16px;
    padding: 11px 12px;
    border-radius: 12px;
    gap: 10px;
  }

  .guide-flow-tip-icon {
    width: 38px;
    height: 38px;
  }

  .guide-flow-tip p {
    font-size: 0.85rem;
    line-height: 1.4;
  }
}

@media (max-width: 560px) {
  .guide-hero {
    padding-top: 24px;
  }

  .guide-hero-points {
    gap: 18px;
  }

  .guide-hero-compliance {
    padding: 12px 14px;
  }

  .guide-hero-laptop {
    left: -8%;
    bottom: 2%;
    width: 70%;
  }

  .guide-section .guide-flow-steps {
    grid-template-columns: 1fr;
  }
}
