/* === SportCV v502 cross-page premium typography ===
   CSS-only polish. Keeps page structure, content, icons, filters, forms, and scripts unchanged.
   Goal: match the quieter premium direction accepted on countries-list and sports-roles.
*/
html, body{
  -webkit-font-smoothing:antialiased !important;
  text-rendering:optimizeLegibility !important;
}

/* Main page headlines: strong but less heavy/cartoonish. */
:where(
  h1,
  .hero h1,
  .hero-card h1,
  .left h1,
  .page-head h1,
  .topline h2,
  .support-form-head h2,
  .final-cta h2
){
  font-weight:760 !important;
  letter-spacing:-.044em !important;
}

/* Section headings and card headings. */
:where(
  h2,
  .section-head h2,
  .section-title h2,
  .compare-head h2,
  .filter-title h2,
  .results-toolbar h2,
  .summary-card h2,
  .details-card h2,
  .flow-card h2,
  .large-card h2,
  .mission-card h2,
  .emotion-card h2,
  .safety-banner h2,
  .future-banner h2,
  .notice-banner h2
){
  font-weight:720 !important;
  letter-spacing:-.030em !important;
}
:where(
  h3,
  .info-card h3,
  .policy-card h3,
  .plan-card h3,
  .faq-item h3,
  .support-option h3,
  .requester-invite-title,
  .featured-name,
  .result-name,
  .athlete-name,
  .preview-card h3,
  .journey-point strong,
  .feature-row strong,
  .safety-item strong,
  .flow-step strong
){
  font-weight:710 !important;
  letter-spacing:-.016em !important;
}

/* Hero/body copy: readable and calm. */
:where(
  .hero-subtitle,
  .hero-card p,
  .lead,
  .section-head p,
  .support-form-head p,
  .info-card p,
  .policy-card p,
  .faq-item p,
  .summary,
  .large-card p,
  .mission-card p,
  .emotion-card p,
  .details-card p,
  .flow-step span,
  .safety-item span,
  .support-option p,
  .requester-invite-text,
  .feature-row span
){
  font-weight:560 !important;
  letter-spacing:0 !important;
}

/* Pills, chips, tags, badges: quieter directory/product feel. */
:where(
  .pill,
  .eyebrow,
  .chip,
  .tag,
  .filter-chip,
  .preview-tag,
  .live-pill,
  .requester-pill,
  .plan-icon,
  .notice-icon,
  .check,
  .mini-check,
  .step-num,
  .icon-box,
  .support-icon,
  .empty-icon,
  .plan-card.featured:before,
  .sports-count-badge,
  .launch-badge-under-banner
){
  font-weight:680 !important;
  letter-spacing:0 !important;
}
:where(.pill,.eyebrow,.chip,.tag,.filter-chip,.preview-tag,.requester-pill){
  box-shadow:none !important;
}
:where(.chip,.tag,.filter-chip,.preview-tag,.requester-pill){
  background:#FFFFFF !important;
  border-color:#E1EAF5 !important;
  color:#344763 !important;
}
:where(.chip:hover,.tag:hover,.filter-chip:hover,.preview-tag:hover,.requester-pill:hover){
  background:#F7FAFE !important;
  border-color:#CFE0F4 !important;
  color:#17345C !important;
}
:where(.tag.green,.live-pill,.btn-green,.requester-pill.green){
  background:#F4FBF7 !important;
  border-color:#D7F0DE !important;
  color:#2B6C42 !important;
}
:where(.tag.amber,.requester-pill.amber,.soon){
  background:#FFF8EF !important;
  border-color:#F8DFBE !important;
  color:#9A5A17 !important;
}
:where(.tag.red,.btn-danger,.danger){
  background:#FFF6F6 !important;
  border-color:#F3D1D1 !important;
  color:#9B2930 !important;
}

/* Buttons and navigation: still clickable, less thick. */




/* Forms and filters: lighter field text, better premium feel. */
:where(label,.field label,.filter-control label,.field-group label,.sort-wrap label){
  font-weight:660 !important;
  letter-spacing:.045em !important;
  color:#60718A !important;
}
:where(input,textarea,.input,.field,.textarea){
  font-weight:590 !important;
  letter-spacing:0 !important;
}
:where(input,textarea,.input,.field,.textarea)::placeholder{
  color:#7B8AA2 !important;
  font-weight:560 !important;
}

/* Card rows / benefits / notices: less blocky. */
:where(
  .benefit,
  .mission-item,
  .notice,
  .summary-list li,
  .feature-list li,
  .rule-list li,
  .support-status,
  .filter-note,
  .helper,
  .fineprint,
  .switch-note,
  .remember,
  .summary-row span:first-child,
  .compare-table td,
  .section p,
  .section li,
  .footer-note p
){
  font-weight:560 !important;
  letter-spacing:0 !important;
}
:where(.summary-row span:last-child,.fact strong,.price strong,.proof-item strong,.metric-number,.stat-number,.hero-stat,.match-score,.mini-stat strong,.value-item strong,.summary-card strong){
  font-weight:760 !important;
  letter-spacing:-.030em !important;
}
:where(.fact span,.mini-stat span,.proof-item span,.value-item span,.price span,.price-note,.plan-sub,.result-meta,.athlete-meta,.featured-meta,.featured-extra){
  font-weight:560 !important;
  letter-spacing:0 !important;
}

/* Search/result cards and small directory tags. */
:where(.result-tag,.result-facts,.fact,.match-top,.media-thumb,.save-check){
  font-weight:580 !important;
}
:where(.result-tag){
  background:#FFFFFF !important;
  border-color:#E1EAF5 !important;
  color:#344763 !important;
  box-shadow:none !important;
}

/* Pricing and legal details. */
:where(.compare-table th,.toc h2,.scv-footer-col h3){
  font-weight:700 !important;
  letter-spacing:.055em !important;
}
:where(.section strong,.rule-list b,.info-card strong){
  font-weight:680 !important;
}

@media (max-width:640px){
  :where(h1,.hero h1,.hero-card h1,.left h1,.page-head h1){
    letter-spacing:-.036em !important;
  }
  :where(.pill,.eyebrow,.chip,.tag,.filter-chip,.preview-tag,.requester-pill){
    font-weight:640 !important;
  }
}

/* === SportCV footer-only premium typography polish v503 ===
   CSS-only: keeps the accepted footer structure/layout, softens footer type,
   chips, hover states, and mobile footer readability across public pages. */
.scv-global-footer, .scv-global-footer.scv-footer-compact-v4{
  -webkit-font-smoothing:antialiased !important;
  text-rendering:optimizeLegibility !important;
}

/* Brand text: professional, readable, not heavy. */
.scv-global-footer .scv-footer-text, .scv-global-footer.scv-footer-compact-v4 .scv-footer-text, .scv-global-footer p{
  color:#B6C9E7 !important;
  font-size:13.35px !important;
  line-height:1.52 !important;
  font-weight:500 !important;
  letter-spacing:0 !important;
}

/* Column headings: still clear, but less loud. */
.scv-global-footer .scv-footer-col h3, .scv-global-footer.scv-footer-compact-v4 .scv-footer-col h3{
  color:#F2F7FF !important;
  font-size:10.35px !important;
  line-height:1 !important;
  font-weight:720 !important;
  letter-spacing:.078em !important;
  text-transform:uppercase !important;
  opacity:.88 !important;
}

/* Footer links: premium quiet navigation instead of bold buttons. */
.scv-global-footer .scv-footer-col a, .scv-global-footer.scv-footer-compact-v4 .scv-footer-col a, .scv-global-footer .scv-footer-links a{
  color:#B9CBE7 !important;
  font-size:12.45px !important;
  line-height:1.25 !important;
  font-weight:480 !important;
  letter-spacing:0 !important;
  text-decoration:none !important;
  text-underline-offset:3px !important;
}
.scv-global-footer .scv-footer-col a:hover, .scv-global-footer.scv-footer-compact-v4 .scv-footer-col a:hover, .scv-global-footer .scv-footer-links a:hover{
  color:#FFFFFF !important;
  background:transparent !important;
  text-decoration:underline !important;
  transform:translateX(1px) !important;
}

/* Trust chips: softer, smaller, less badge-like. */
.scv-global-footer .scv-footer-chips, .scv-global-footer.scv-footer-compact-v4 .scv-footer-chips{
  gap:6px !important;
}
.scv-global-footer .scv-footer-chip, .scv-global-footer.scv-footer-compact-v4 .scv-footer-chip, .scv-global-footer .scv-footer-chip-v2, .scv-global-footer.scv-footer-compact-v4 .scv-footer-chip-v2{
  min-height:24px !important;
  padding:5px 8px !important;
  border-radius:999px !important;
  border-color:rgba(176,203,240,.16) !important;
  background:rgba(255,255,255,.045) !important;
  color:#D8E6FA !important;
  font-size:10.05px !important;
  line-height:1 !important;
  font-weight:540 !important;
  letter-spacing:0 !important;
}
.scv-global-footer .scv-footer-chip:before, .scv-global-footer.scv-footer-compact-v4 .scv-footer-chip:before, .scv-global-footer .scv-footer-chip-v2:before, .scv-global-footer.scv-footer-compact-v4 .scv-footer-chip-v2:before{
  width:5px !important;
  height:5px !important;
  box-shadow:0 0 0 2px rgba(34,197,94,.10) !important;
  opacity:.9 !important;
}

/* Bottom line: quieter legal/copyright line. */
.scv-global-footer .scv-footer-bottom, .scv-global-footer.scv-footer-compact-v4 .scv-footer-bottom, .scv-global-footer .scv-footer-bottom p, .scv-global-footer.scv-footer-compact-v4 .scv-footer-bottom p{
  color:#8DA7CD !important;
  font-size:11.55px !important;
  line-height:1.35 !important;
  font-weight:480 !important;
  letter-spacing:0 !important;
}

/* Small spacing refinement only; no column/layout rebuild. */
.scv-global-footer.scv-footer-compact-v4 .scv-footer-logo, .scv-global-footer .scv-footer-logo{
  margin-bottom:10px !important;
}
.scv-global-footer.scv-footer-compact-v4 .scv-footer-col a, .scv-global-footer .scv-footer-col a{
  margin-bottom:7px !important;
}

@media (max-width:640px){
  .scv-global-footer .scv-footer-text, .scv-global-footer.scv-footer-compact-v4 .scv-footer-text, .scv-global-footer p{
    font-size:12.7px !important;
    line-height:1.48 !important;
    font-weight:480 !important;
  }
  .scv-global-footer .scv-footer-col h3, .scv-global-footer.scv-footer-compact-v4 .scv-footer-col h3{
    font-size:10.1px !important;
    font-weight:700 !important;
    letter-spacing:.075em !important;
  }
  .scv-global-footer .scv-footer-col a, .scv-global-footer.scv-footer-compact-v4 .scv-footer-col a, .scv-global-footer .scv-footer-links a{
    font-size:11.8px !important;
    line-height:1.23 !important;
    font-weight:470 !important;
  }
  .scv-global-footer .scv-footer-chip, .scv-global-footer.scv-footer-compact-v4 .scv-footer-chip, .scv-global-footer .scv-footer-chip-v2, .scv-global-footer.scv-footer-compact-v4 .scv-footer-chip-v2{
    font-size:9.85px !important;
    min-height:23px !important;
    padding:5px 7px !important;
  }
  .scv-global-footer .scv-footer-bottom, .scv-global-footer.scv-footer-compact-v4 .scv-footer-bottom, .scv-global-footer .scv-footer-bottom p, .scv-global-footer.scv-footer-compact-v4 .scv-footer-bottom p{
    font-size:11.35px !important;
    font-weight:470 !important;
  }
}
