.sport-pricing { --sp-ink: var(--color-text); --sp-accent: var(--color-primary); --sp-muted: var(--color-text-subtle); color: var(--sp-ink); max-width: 1120px; margin: 0 auto; padding: 54px 24px 72px; color-scheme: dark; }
.sp-hero { text-align: center; max-width: 820px; margin: 0 auto 42px; }
.sp-eyebrow { color: var(--sp-accent); font-size: 12px; font-weight: 800; letter-spacing: .16em; margin: 0 0 18px; }
.sp-hero h1 { font-size: clamp(34px, 4.6vw, 58px); font-weight: 750; letter-spacing: -.045em; line-height: 1.08; margin: 0 0 22px; }
.sp-intro { max-width: 680px; margin: 0 auto; color: var(--sp-muted); font-size: 17px; line-height: 1.65; }
.sp-trust { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 26px; margin-top: 25px; font-size: 13px; color: var(--sp-muted); }
.sp-trust i { margin-right: 6px; color: var(--sp-accent); }
.sp-member-notice { background: var(--color-surface-elevated); border: 1px solid var(--color-border-subtle); border-left: 3px solid var(--sp-accent); border-radius: 12px; padding: 20px 24px; margin-bottom: 26px; }
.sp-member-notice strong { font-size: 16px; }
.sp-member-notice p { color: var(--sp-muted); font-size: 14px; line-height: 1.6; margin: 6px 0 0; }
.sp-member-notice a { display: inline-block; margin-top: 12px; color: var(--sp-accent); font-size: 14px; font-weight: 650; }
.sp-options { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin: 0; padding: 0; border: 0; }
.sp-option { background: var(--color-surface); border: 2px solid var(--color-border-subtle); border-radius: var(--radius-xl); padding: 28px; transition: border-color .15s, box-shadow .15s; min-width: 0; display: flex; flex-direction: column; }
.sp-option.is-selected { border-color: var(--sp-accent); box-shadow: 0 0 0 3px var(--color-primary-soft), var(--shadow-soft); }
.sp-all { background: var(--color-surface-elevated); }
.sp-option-label { display: flex; flex-direction: column; cursor: pointer; }
.sp-option-top { display: flex; align-items: center; justify-content: space-between; min-height: 26px; margin-bottom: 20px; }
.sp-badge { background: var(--color-primary-soft); color: var(--sp-accent); border: 1px solid var(--sp-accent); font-size: 12px; font-weight: 700; padding: 5px 11px; border-radius: 7px; }
.sp-overline { font-size: 10px; font-weight: 750; color: var(--sp-muted); letter-spacing: .08em; }
.sp-option input[type=radio] { width: 21px; height: 21px; margin: 0; accent-color: var(--sp-accent); flex-shrink: 0; cursor: pointer; }
.sp-option-title { font-size: 29px; font-weight: 750; letter-spacing: -.03em; }
.sp-option-description { color: var(--sp-muted); font-size: 14px; margin: 7px 0 24px; }
.sp-price { font-size: 45px; font-weight: 750; line-height: 1.1; letter-spacing: -.05em; }
.sp-price > span { font-size: 16px; color: var(--sp-muted); font-weight: 400; letter-spacing: 0; }
.sp-price-note { color: var(--sp-muted); margin-top: 9px; font-size: 13px; }
.sp-benefits { list-style: none; padding: 0; margin: 26px 0 20px; }
.sp-benefits li { position: relative; padding-left: 24px; margin: 12px 0; line-height: 1.5; font-size: 14px; }
.sp-benefits li::before { content: '✓'; position: absolute; left: 0; color: var(--sp-accent); font-weight: bold; }
.sp-sport-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 21px; }
.sp-sport-tags span { border: 1px solid var(--color-border-subtle); border-radius: 6px; background: var(--color-surface); padding: 5px 9px; font-size: 11px; color: var(--sp-muted); }
.sp-select-label { font-size: 13px; font-weight: 700; margin: 24px 0 8px; }
#membership-sport { width: 100%; min-height: 50px; padding: 10px 32px 10px 12px; background: var(--color-surface-elevated); color: var(--sp-ink); border: 1px solid var(--color-text-muted); border-radius: 8px; font: inherit; font-size: 14px; }
.sp-card-foot { font-size: 12px; color: var(--sp-muted); line-height: 1.6; margin: auto 0 0; padding-top: 18px; border-top: 1px solid var(--color-border-subtle); }
.sp-checkout { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; margin-top: 25px; padding: 25px 28px; background: var(--color-surface-elevated); color: var(--sp-ink); border: 1px solid var(--color-border-subtle); border-radius: var(--radius-lg); }
.sp-order { display: flex; flex-direction: column; gap: 4px; }
.sp-order-label { font-size: 11px; color: var(--sp-muted); text-transform: uppercase; letter-spacing: .1em; }
.sp-order strong { font-size: 20px; font-weight: 650; }
#selected-total { font-size: 13px; color: var(--sp-muted); }
.sp-action { text-align: center; max-width: 400px; }
.sp-primary-action { display: inline-flex; justify-content: center; align-items: center; border: 0; border-radius: 9px; background: var(--sp-accent); color: #0b0b0f; text-decoration: none; font: inherit; font-size: 14px; font-weight: 750; padding: 15px 23px; min-height: 50px; width: 100%; cursor: pointer; }
.sp-primary-action:hover { background: color-mix(in srgb, var(--sp-accent) 85%, white); color: #0b0b0f; }
.sp-primary-action i { margin-left: 16px; }
#membership-continue:disabled { opacity: .65; cursor: wait; }
.sp-action p { font-size: 12px; color: var(--sp-muted); margin: 10px 0 0; line-height: 1.6; }
.sp-action .sp-browse-note { font-size: 14px; margin: 0; }
#membership-error { flex-basis: 100%; background: var(--color-surface); border: 1px solid #ff9090; border-radius: 6px; color: #ffb4b4; padding: 12px; margin: 0; font-size: 14px; }
.sp-signin { text-align: center; margin: 18px 0 0; font-size: 13px; color: var(--sp-muted); }
.sp-signin a { color: var(--sp-accent); font-weight: 650; }
.sp-faq { max-width: 800px; margin: 57px auto 0; }
.sp-faq h2 { font-size: 24px; font-weight: 700; letter-spacing: -.02em; text-align: center; margin-bottom: 23px; }
.sp-faq details { border-bottom: 1px solid var(--color-border-subtle); padding: 18px 4px; }
.sp-faq summary { font-size: 15px; font-weight: 600; cursor: pointer; }
.sp-faq p { margin: 13px 0 0; padding-right: 12px; font-size: 14px; color: var(--sp-muted); line-height: 1.65; }
.sport-pricing :focus-visible { outline: 3px solid var(--sp-accent); outline-offset: 4px; }
.sp-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
@media (max-width: 700px) { .sport-pricing { padding: 34px 16px 48px; } .sp-hero { margin-bottom: 28px; } .sp-intro { font-size: 15px; } .sp-trust { gap: 10px 15px; font-size: 11px; } .sp-options { grid-template-columns: 1fr; gap: 16px; } .sp-option { padding: 23px; } .sp-checkout { padding: 23px; } .sp-action { max-width: none; width: 100%; } .sp-faq { margin-top: 38px; } }
@media (prefers-reduced-motion: reduce) { .sp-option { transition: none; } }
