/* BEGIN about-inline-001.css */

    :root{
      --bg:#F5F8FD;
      --card:#FFFFFF;
      --navy:#071833;
      --text:#12213A;
      --muted:#65748B;
      --blue:#2563EB;
      --sky:#0EA5E9;
      --soft:#EEF6FF;
      --line:#D9E5F3;
      --line2:#C9D9EA;
      --green:#16A34A;
      --amber:#D97706;
      --red:#DC2626;
      --radius:26px;
      --max:1180px;
      --shadow:0 18px 44px rgba(16,42,91,.10);
      --softShadow:0 12px 28px rgba(16,42,91,.07);
    }
    *{box-sizing:border-box;}
    html{scroll-behavior:smooth;}
    body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;}
    a{color:inherit;text-decoration:none;}
    button, input, select{font:inherit;}
    button{cursor:pointer;}
    .container{width:min(var(--max),calc(100% - 72px));margin:0 auto;}
    
    
    .brand{display:inline-flex;align-items:center;gap:10px;flex:0 0 auto;}
    
    
    
    
    
    
    
    .btn{min-height:42px;border-radius:999px;border:1px solid transparent;padding:11px 17px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:13.5px;font-weight:900;white-space:nowrap;transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease;}
    .btn:hover{transform:translateY(-1px);}
    .btn-primary{background:linear-gradient(135deg,var(--blue),var(--sky));color:#fff;box-shadow:0 12px 26px rgba(37,99,235,.16);}
    .btn-outline{background:#fff;border-color:var(--line);color:#22324D;}
    .btn-soft{background:#EEF5FF;border-color:#D6E6FF;color:#1D4ED8;}
    
    
    
    
    

    main{overflow:hidden;}
    .hero{padding:36px 0 22px;}
    .hero-grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(320px,.98fr);gap:24px;align-items:stretch;}
    .hero-copy{background:var(--card);border:1px solid var(--line);border-radius:30px;padding:28px 30px;box-shadow:var(--shadow);position:relative;overflow:hidden;}
    .hero-copy:after{content:"";position:absolute;right:-110px;bottom:-130px;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(37,99,235,.12),transparent 66%);pointer-events:none;}
    h1{position:relative;z-index:1;margin:0 0 12px;color:var(--navy);font-size:clamp(40px,4.2vw,56px);line-height:.98;letter-spacing:-.06em;font-weight:850;}
    .gradient-text{background:linear-gradient(135deg,var(--blue),var(--sky));-webkit-background-clip:text;background-clip:text;color:transparent;}
    .hero-subtitle{position:relative;z-index:1;max-width:760px;margin:0;color:var(--muted);font-size:16px;line-height:1.55;font-weight:650;}
    .hero-operator{margin-top:9px;font-size:13px;line-height:1.5;}
    .hero-operator strong{color:#071833;}
    .hero-actions{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:10px;margin-top:18px;}
    .hero-card{border-radius:30px;padding:20px;background:linear-gradient(135deg,#071833,#123D91 58%,#1765D8);color:#fff;box-shadow:var(--shadow);position:relative;overflow:hidden;min-height:100%;}
    .hero-card:after{content:"";position:absolute;right:-120px;bottom:-150px;width:380px;height:380px;border-radius:50%;background:rgba(255,255,255,.12);}
    .mission-card{position:relative;z-index:1;background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.16);border-radius:23px;padding:18px 20px;backdrop-filter:blur(10px);}
    .mission-card h2{margin:0 0 8px;font-size:25px;line-height:1.08;letter-spacing:-.04em;color:#fff;}
    .mission-card p{margin:0;color:#D6E5FF;font-size:15px;font-weight:650;line-height:1.52;}
    .mission-list{position:relative;z-index:1;display:grid;gap:9px;margin-top:12px;}
    .mission-item{display:flex;gap:10px;align-items:flex-start;padding:10px 12px;border-radius:15px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.13);color:#EEF5FF;font-size:14px;line-height:1.45;font-weight:800;}
    .check{width:21px;height:21px;border-radius:999px;background:rgba(34,197,94,.22);display:grid;place-items:center;flex:0 0 auto;color:#fff;font-weight:950;font-size:12px;}

    .section-pad{padding:22px 0;}
    .section-head{text-align:center;margin-bottom:14px;}
    .section-head h2{margin:0 0 6px;color:var(--navy);font-size:31px;line-height:1.08;letter-spacing:-.05em;}
    .section-head p{margin:0 auto;max-width:720px;color:var(--muted);font-size:14.5px;line-height:1.5;font-weight:650;}
    .cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;}
    .info-card{background:var(--card);border:1px solid var(--line);border-radius:20px;padding:18px;box-shadow:var(--softShadow);}
    .icon-box{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;margin-bottom:10px;background:var(--soft);color:var(--blue);border:1px solid #E1ECFA;font-size:20px;font-weight:950;}
    .icon-box .sport-about-icon{width:100%;height:100%;display:block;border-radius:inherit;object-fit:cover;}
    .info-card h3{margin:0 0 6px;color:var(--navy);font-size:19px;letter-spacing:-.025em;line-height:1.15;}
    .info-card p{margin:0;color:var(--muted);font-size:13.5px;font-weight:650;line-height:1.52;}

    .emotion-card{max-width:900px;margin:0 auto;background:linear-gradient(135deg,#fff 0%,#F7FBFF 100%);border:1px solid var(--line);border-radius:24px;padding:22px 26px;box-shadow:var(--shadow);text-align:center;position:relative;overflow:hidden;}
    .emotion-card:after{content:"";position:absolute;right:-110px;bottom:-130px;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(37,99,235,.09),transparent 66%);pointer-events:none;}
    .emotion-card h2{position:relative;z-index:1;margin:0 0 6px;color:var(--navy);font-size:30px;line-height:1.08;letter-spacing:-.05em;}
    .emotion-card p{position:relative;z-index:1;margin:0 auto;max-width:760px;color:var(--muted);font-size:15px;font-weight:650;line-height:1.55;}
    .split-section{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:stretch;}
    .large-card{background:var(--card);border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:var(--shadow);}
    .large-card h2{margin:0 0 7px;color:var(--navy);font-size:29px;line-height:1.08;letter-spacing:-.05em;}
    .large-card p{margin:0;color:var(--muted);font-size:15px;font-weight:650;line-height:1.55;}
    .feature-list{display:grid;gap:8px;margin-top:14px;}
    .feature-row{display:grid;grid-template-columns:24px 1fr;gap:10px;align-items:start;padding:10px 12px;border-radius:14px;background:#F8FBFF;border:1px solid #E5EEF9;}
    .feature-row strong{display:block;color:var(--navy);font-size:13.5px;font-weight:950;margin-bottom:1px;}
    .feature-row span{display:block;color:#60718A;font-size:12.5px;font-weight:650;line-height:1.4;}
    .mini-check{width:24px;height:24px;border-radius:999px;background:#ECFDF5;border:1px solid #BBF7D0;color:#166534;display:grid;place-items:center;font-weight:950;}
    .values-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;}
    .value-item{background:var(--card);border:1px solid var(--line);border-radius:18px;padding:16px;text-align:center;box-shadow:var(--softShadow);}
    .value-item strong{display:block;color:var(--navy);font-size:18px;line-height:1.1;font-weight:950;letter-spacing:-.03em;}
    .value-item span{display:block;margin-top:5px;color:var(--muted);font-size:12.5px;font-weight:750;line-height:1.4;}
    .safety-banner{display:grid;grid-template-columns:1fr auto;align-items:center;gap:18px;padding:22px 24px;border-radius:24px;color:#fff;background:linear-gradient(135deg,#071833,#123D91 58%,#1765D8);border:1px solid rgba(255,255,255,.16);box-shadow:var(--shadow);}
    .safety-banner h2{margin:0 0 7px;font-size:28px;line-height:1.08;letter-spacing:-.05em;}
    .safety-banner p{margin:0;max-width:850px;color:#D6E5FF;font-size:15px;font-weight:650;line-height:1.5;}
    .shield{width:78px;height:78px;border-radius:24px;display:grid;place-items:center;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);font-size:34px;font-weight:950;}
    .final-cta{border-radius:26px;padding:24px;background:var(--card);border:1px solid var(--line);text-align:center;box-shadow:var(--shadow);}
    .final-cta h2{margin:0 0 7px;color:var(--navy);font-size:31px;line-height:1.08;letter-spacing:-.05em;}
    .final-cta p{margin:0 auto 14px;max-width:720px;color:var(--muted);font-size:15px;font-weight:650;line-height:1.5;}
    .final-cta .hero-actions{justify-content:center;margin-top:0;}
    .final-cta-section{padding-bottom:14px;}
    
    
    
    
    
    
    
    

    @media (max-width:980px){
      .container{width:min(760px,calc(100% - 36px));}
      
      
      .hero{padding:28px 0 16px;}
      .hero-grid{grid-template-columns:1fr;gap:18px;}
      .split-section{grid-template-columns:1fr;gap:14px;}
      .cards-grid{grid-template-columns:1fr;gap:14px;}
      .values-strip{grid-template-columns:repeat(2,1fr);}
      .safety-banner{grid-template-columns:1fr;}
      .shield{display:none;}
      .final-cta-section{padding-top:20px;padding-bottom:10px;}
      
    }
    @media (max-width:640px){
      .container{width:min(100% - 24px,760px);}
      
      
      
      .btn{min-height:40px;padding:10px 13px;font-size:13px;}
      .hero{padding:20px 0 12px;}
      .hero-copy, .hero-card{padding:18px;border-radius:22px;}
      .info-card{padding:16px;border-radius:18px;}
      .emotion-card, .large-card{padding:18px;border-radius:22px;}
      .final-cta{padding:18px 16px;border-radius:22px;}
      h1{margin:0 0 10px;font-size:clamp(34px,10.5vw,44px);}
      .hero-subtitle{font-size:15px;line-height:1.52;}
      .hero-operator{margin-top:8px;font-size:12.5px;}
      .hero-actions{margin-top:16px;}
      .mission-card{padding:16px;border-radius:20px;}
      .mission-card h2{font-size:23px;}
      .hero-actions .btn{width:100%;}
      .section-pad{padding:18px 0;}
      .section-head{margin-bottom:12px;}
      .section-head h2{font-size:26px;}
      .emotion-card h2, .large-card h2, .safety-banner h2, .final-cta h2{font-size:25px;}
      .feature-list{gap:7px;margin-top:12px;}
      .feature-row{padding:9px 10px;}
      .values-strip{grid-template-columns:1fr;gap:10px;}
      .value-item{padding:14px;}
      .safety-banner{padding:18px;border-radius:22px;}
      .final-cta-section{padding-top:18px;padding-bottom:8px;}
      .final-cta h2{margin-bottom:8px;font-size:clamp(24px,7vw,30px);}
      .final-cta p{margin-bottom:14px;font-size:13.2px;line-height:1.45;}
      .final-cta .hero-actions{gap:8px;}
      
    }


/* END about-inline-001.css */

/* BEGIN about-inline-002.css */

/* === SportCV global header + universal footer (clean final) === */
:root{
  
  --scv-header-bg:rgba(255,255,255,.92);
  --scv-border:#D9E5F3;
  --scv-navy:#071833;
  --scv-text:#44546E;
  --scv-blue:#2563EB;
  --scv-sky:#0EA5E9;
  --scv-soft:#EEF6FF;
}
html{
  overflow-y:scroll !important;
  scrollbar-gutter:stable !important;
  min-height:100% !important;
  
}
body{
  min-height:101vh !important;
  overflow-x:hidden !important;
  
}














.scv-global-footer{
  position:static !important;
  margin-top:44px !important;
  background:#06142B !important;
  color:#DCE8FF !important;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important;
}
.scv-global-footer-inner{
  width:min(1180px,calc(100% - 72px)) !important;
  margin:0 auto !important;
  padding:34px 0 !important;
  display:grid !important;
  grid-template-columns:1.1fr .9fr !important;
  align-items:start !important;
  gap:24px !important;
}
.scv-footer-logo{
  display:inline-flex !important;
  align-items:center !important;
  gap:0 !important;
  line-height:0 !important;
  text-decoration:none !important;
}
.scv-footer-logo-img{
  display:block !important;
  width:auto !important;
  height:34px !important;
  max-width:156px !important;
  object-fit:contain !important;
}
.scv-global-footer p{
  margin:10px 0 0 !important;
  max-width:560px !important;
  color:#9FB4D8 !important;
  font-size:15px !important;
  line-height:1.55 !important;
  font-weight:650 !important;
}
.scv-footer-links{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:10px !important;
  justify-content:flex-end !important;
}
.scv-footer-links a{
  color:#C9D9F5 !important;
  font-size:14px !important;
  font-weight:800 !important;
  padding:8px 10px !important;
  border-radius:999px !important;
  text-decoration:none !important;
}
.scv-footer-links a:hover{background:rgba(255,255,255,.08) !important;}

@media (max-width:700px){
  
  
  
  
  
  
  .scv-global-footer-inner{width:min(100% - 24px,760px) !important;grid-template-columns:1fr !important;padding:28px 0 !important;}
  .scv-footer-links{justify-content:flex-start !important;}
}
@media (max-width:520px){
  
  
  
  
  .scv-footer-logo-img{height:31px !important;max-width:146px !important;}
}



/* END about-inline-002.css */

/* BEGIN about-inline-003.css */

/* === SportCV soft navigation: keeps the fixed global header/footer from visually rebuilding === */
.scv-page-content{
  opacity:1;
  transform:none;
  transition:opacity .14s ease, transform .14s ease;
}
html.scv-soft-loading .scv-page-content{
  opacity:.18;
  transform:translateY(2px);
  pointer-events:none;
}
html.scv-soft-loading .scv-global-footer{
  opacity:1 !important;
  transform:none !important;
}

.scv-global-footer{contain:layout paint style;}
@media (prefers-reduced-motion: reduce){
  .scv-page-content{transition:none !important;}
}


/* END about-inline-003.css */

/* BEGIN about-inline-004.css */

/* === SportCV mobile footer polish: match the cleaner profile-page footer spacing === */
@media (max-width:640px){
  .scv-global-footer{
    margin-top:28px !important;
  }
  .scv-global-footer-inner{
    width:min(100% - 24px,760px) !important;
    padding:26px 0 !important;
    gap:18px !important;
  }
  .scv-global-footer p{
    margin-top:9px !important;
    font-size:13.5px !important;
    line-height:1.55 !important;
  }
  .scv-footer-links{
    justify-content:flex-start !important;
    gap:6px 14px !important;
  }
  .scv-footer-links a{
    padding:5px 0 !important;
    font-size:13px !important;
    border-radius:0 !important;
  }
}


/* END about-inline-004.css */

/* BEGIN about-inline-005.css */

/* === SportCV v21 mobile polish / small frontend cleanup === */
html, body{max-width:100%;overflow-x:hidden;}
img, video, iframe, canvas, svg{max-width:100%;}
input, select, textarea, button{max-width:100%;}
@media (max-width:700px){
  .container, .wrap, .nf-container, .page-wrap, .page-shell, .shell-wrap{
    width:min(100%,calc(100% - 24px)) !important;
  }
  main, .page, .section{overflow-x:hidden;}
  .page-head, .hero-grid, .results-shell, .dashboard-grid, .content-grid, .profile-grid, .cards-grid, .plan-grid, .plans-grid, .stats-grid, .media-grid, .grid{
    grid-template-columns:1fr !important;
  }
  .quick-search, .search-row, .filter-row, .results-toolbar, .toolbar-actions, .actions, .top-actions, .button-row, .cta-row, .form-actions, .profile-actions, .slug-link-row{
    flex-direction:column !important;
    align-items:stretch !important;
  }
  .quick-search{
    grid-template-columns:1fr !important;
    padding:12px !important;
    gap:10px !important;
  }
  .results-shell{gap:14px !important;}
  .filter-panel{position:static !important;padding:16px !important;border-radius:20px !important;}
  .results-card, .card, .panel, .profile-card, .pricing-card, .request-card, .message-card{
    border-radius:20px !important;
  }
  .results-toolbar{gap:10px !important;margin-bottom:12px !important;}
  .toolbar-actions{width:100% !important;gap:8px !important;}
  .sort-select, .toolbar-actions .btn, .quick-search .btn, .quick-search input{
    width:100% !important;
  }
  .athlete-card{
    grid-template-columns:64px minmax(0,1fr) !important;
    gap:12px !important;
    padding:12px !important;
    border-radius:20px !important;
  }
  .athlete-card .card-side, .card-side{
    grid-column:1 / -1 !important;
  }
  .avatar{
    width:64px !important;
    height:64px !important;
    border-radius:20px !important;
  }
  .fact-grid, .summary-grid, .detail-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:8px !important;
  }
  h1{font-size:clamp(30px,9vw,40px) !important;line-height:1.02 !important;}
  h2{line-height:1.12 !important;}
  .btn, .primary, .google, .profile-control-btn, .action-grid .btn{
    min-height:44px !important;
  }
  .btn-row .btn, .actions .btn, .button-row .btn, .form-actions .btn{
    width:100% !important;
  }
  .modal, .dialog, .popup, .sheet{
    width:min(100%,calc(100vw - 20px)) !important;
    max-width:calc(100vw - 20px) !important;
  }
  .mobile-tight-hidden{display:none !important;}
}
@media (max-width:430px){
  .container, .wrap, .nf-container, .page-wrap, .page-shell, .shell-wrap{
    width:min(100%,calc(100% - 18px)) !important;
  }
  .fact-grid, .summary-grid, .detail-grid{
    grid-template-columns:1fr !important;
  }
  .athlete-card{grid-template-columns:58px minmax(0,1fr) !important;padding:11px !important;}
  .avatar{width:58px !important;height:58px !important;border-radius:18px !important;}
  .tag-row, .chip-row, .active-filters{gap:6px !important;}
  .tag, .chip{font-size:11px !important;padding:5px 8px !important;}
}


/* END about-inline-005.css */

/* BEGIN about-inline-006.css */

/* === SportCV global typography polish v2 ===
   CSS-only update. Text/content is unchanged.
   Goal: softer, cleaner SportCV typography across all pages.
*/
:root{
  --scv-type-title:760;
  --scv-type-title-accent:800;
  --scv-type-ui:760;
  --scv-type-label:730;
  --scv-type-card-title:780;
  --scv-type-heading-spacing:-.032em;
  --scv-type-card-spacing:-.018em;
}

html, body{
  -webkit-font-smoothing:antialiased !important;
  text-rendering:optimizeLegibility !important;
}

/* Main headings: softer and less compressed than v1. */
h1, h2, .hero h1, #hero-title, .section-head h2, .search-head h2, .results-toolbar h2, .activity-copy h2, .journey-copy h2, .safety-banner h2, .final-cta h2, .page-title, .section-title, .auth-title, .dashboard-title, .profile-title, .owner-title, .public-title, .create-title, .edit-title, .card-title{
  font-weight:var(--scv-type-title) !important;
  letter-spacing:var(--scv-type-heading-spacing) !important;
}

/* Accent / numeric headline pieces stay confident, but no longer ultra-bold. */
.gradient-text, .hero-one-line, .stat-number, .proof-item strong, .metric-number, .kpi-number{
  font-weight:var(--scv-type-title-accent) !important;
  letter-spacing:-.034em !important;
}

/* Card and section subheadings. */
h3, h4, .step-card h3, .info-card h3, .path-card h3, .audience-card h3, .how-card h3, .journey-point strong, .featured-name, .result-name, .sports-feature-copy strong, .trust-copy strong, .profile-card h3, .stat-card h3, .settings-card h3, .media-card h3, .timeline-card h3, .achievement-card h3, .message-card h3{
  font-weight:var(--scv-type-card-title) !important;
  letter-spacing:var(--scv-type-card-spacing) !important;
}

/* Buttons and action links: clickable, but less thick. */
button, .btn, a.btn, [class~="btn"], .scv-footer-btn-v2, .hero-side-search-btn, .advanced-toggle, button[type="button"], button[type="submit"], input[type="button"], input[type="submit"]{
  font-weight:var(--scv-type-ui) !important;
  letter-spacing:0 !important;
}

/* Header/footer navigation. */
nav a, .scv-footer-links a, .scv-footer-col a, .scv-footer-col-v2 a, .footer-links a, .nav-links a, .mobile-menu a{
  font-weight:740 !important;
  letter-spacing:0 !important;
}

/* Labels, pills, chips, badges, tags, small UI text. */
label, .form-label, .field-label, .filter-control label, .sort-wrap label, .mini-pill, .badge, .chip, .tag, .status, .kicker, .path-kicker, .audience-kicker, .how-step, .preview-tag, .result-tag, .filter-chip, .live-pill, .sports-count-badge, .sports-feature-status, .launch-badge-under-banner, .scv-footer-chip, .scv-footer-chip-v2, [class*="badge"], [class*="chip"], [class*="pill"], [class*="tag"], [class*="kicker"]{
  font-weight:var(--scv-type-label) !important;
  letter-spacing:.003em !important;
}

/* Form controls and dropdowns: readable, not heavy. */
input, select, textarea, .field, .sort-select, .sport-selector-button, .sport-selector-option, .form-control, .input, .select{
  font-weight:650 !important;
  letter-spacing:0 !important;
}

/* Keep normal reading text natural; no copy/paragraph wording or weight change. */
p, li, small, .help-text, .helper-text, .description, .card-copy, .section-copy{
  letter-spacing:normal !important;
}


/* END about-inline-006.css */

/* BEGIN about-inline-007.css */

/* === SportCV balanced premium footer v6 === */
.scv-global-footer.scv-footer-compact-v4{
  position:static !important;
  margin-top:32px !important;
  padding:0 !important;
  background:
    radial-gradient(circle at 16% 0%, rgba(37,99,235,.16), transparent 30%),
    radial-gradient(circle at 88% 8%, rgba(14,165,233,.12), transparent 26%),
    linear-gradient(135deg,#06142B 0%,#071A36 56%,#062640 100%) !important;
  color:#DCE8FF !important;
  border-top:1px solid rgba(148,178,220,.16) !important;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important;
}
.scv-footer-compact-v4 .scv-footer-shell{
  width:min(1180px,calc(100% - 72px)) !important;
  margin:0 auto !important;
  padding:34px 0 18px !important;
}
.scv-footer-compact-v4 .scv-footer-main{
  display:grid !important;
  grid-template-columns:minmax(340px,.95fr) minmax(430px,1.05fr) !important;
  gap:56px !important;
  align-items:start !important;
}
.scv-footer-compact-v4 .scv-footer-brand-block{
  min-width:0 !important;
  max-width:620px !important;
}
.scv-footer-compact-v4 .scv-footer-logo{
  display:block !important;
  width:fit-content !important;
  line-height:0 !important;
  text-decoration:none !important;
  margin:0 0 12px !important;
}
.scv-footer-compact-v4 .scv-footer-logo-img{
  display:block !important;
  width:auto !important;
  height:38px !important;
  max-width:176px !important;
  object-fit:contain !important;
}
.scv-footer-compact-v4 .scv-footer-text{
  display:block !important;
  margin:0 !important;
  max-width:560px !important;
  color:#B8CBEA !important;
  font-size:13.8px !important;
  line-height:1.55 !important;
  font-weight:740 !important;
}
.scv-footer-compact-v4 .scv-footer-chips{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:7px !important;
  margin-top:14px !important;
}
.scv-footer-compact-v4 .scv-footer-chip{
  display:inline-flex !important;
  align-items:center !important;
  gap:6px !important;
  min-height:27px !important;
  padding:6px 10px !important;
  border-radius:999px !important;
  border:1px solid rgba(170,199,236,.20) !important;
  background:rgba(255,255,255,.055) !important;
  color:#E0ECFF !important;
  font-size:10.7px !important;
  line-height:1 !important;
  font-weight:900 !important;
  white-space:nowrap !important;
}
.scv-footer-compact-v4 .scv-footer-chip:before{
  content:"" !important;
  width:6px !important;
  height:6px !important;
  border-radius:999px !important;
  background:#22C55E !important;
  box-shadow:0 0 0 3px rgba(34,197,94,.11) !important;
}
.scv-footer-compact-v4 .scv-footer-nav{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:36px !important;
  align-items:start !important;
  padding-top:4px !important;
}
.scv-footer-compact-v4 .scv-footer-col{
  min-width:0 !important;
}
.scv-footer-compact-v4 .scv-footer-col h3{
  margin:0 0 11px !important;
  color:#FFFFFF !important;
  font-size:10.7px !important;
  line-height:1 !important;
  font-weight:950 !important;
  letter-spacing:.095em !important;
  text-transform:uppercase !important;
  opacity:.94 !important;
}
.scv-footer-compact-v4 .scv-footer-col a{
  display:block !important;
  width:fit-content !important;
  max-width:100% !important;
  margin:0 0 8px !important;
  padding:0 !important;
  border-radius:0 !important;
  color:#BFD2F1 !important;
  text-decoration:none !important;
  font-size:13.2px !important;
  line-height:1.2 !important;
  font-weight:850 !important;
  transition:color .16s ease, transform .16s ease !important;
}
.scv-footer-compact-v4 .scv-footer-col a:hover{
  color:#FFFFFF !important;
  transform:translateX(2px) !important;
}
.scv-footer-compact-v4 .scv-footer-bottom{
  margin-top:26px !important;
  padding-top:15px !important;
  border-top:1px solid rgba(170,199,236,.14) !important;
  color:#8FA8CE !important;
  font-size:12px !important;
  line-height:1.35 !important;
  font-weight:800 !important;
}
.scv-footer-compact-v4 .scv-footer-bottom p{
  margin:0 !important;
  color:#8FA8CE !important;
  font-size:12px !important;
  font-weight:800 !important;
}
@media (max-width:900px){
  .scv-footer-compact-v4 .scv-footer-shell{
    width:min(100% - 28px,760px) !important;
    padding:28px 0 16px !important;
  }
  .scv-footer-compact-v4 .scv-footer-main{
    grid-template-columns:1fr !important;
    gap:24px !important;
  }
  .scv-footer-compact-v4 .scv-footer-nav{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:20px !important;
    padding-top:2px !important;
  }
  .scv-footer-compact-v4 .scv-footer-bottom{
    margin-top:22px !important;
  }
}
@media (max-width:640px){
  .scv-global-footer.scv-footer-compact-v4{margin-top:26px !important;}
  .scv-footer-compact-v4 .scv-footer-shell{
    width:min(100% - 24px,760px) !important;
    padding:24px 0 15px !important;
  }
  .scv-footer-compact-v4 .scv-footer-logo-img{
    height:34px !important;
    max-width:160px !important;
  }
  .scv-footer-compact-v4 .scv-footer-text{
    font-size:13px !important;
    line-height:1.48 !important;
  }
  .scv-footer-compact-v4 .scv-footer-chips{
    gap:6px !important;
    margin-top:12px !important;
  }
  .scv-footer-compact-v4 .scv-footer-chip{
    font-size:10.3px !important;
    min-height:24px !important;
    padding:5px 8px !important;
  }
  .scv-footer-compact-v4 .scv-footer-nav{
    grid-template-columns:1fr 1fr !important;
    gap:18px 24px !important;
  }
  .scv-footer-compact-v4 .scv-footer-col h3{
    margin-bottom:9px !important;
  }
  .scv-footer-compact-v4 .scv-footer-col a{
    font-size:12.8px !important;
    margin-bottom:8px !important;
  }
  .scv-footer-compact-v4 .scv-footer-bottom{
    margin-top:20px !important;
    padding-top:13px !important;
    font-size:11.8px !important;
  }
}


/* END about-inline-007.css */

/* BEGIN about-inline-008.css */

/* === SportCV homepage bottom/footer polish v41 ===
   Keeps the accepted dark SportCV footer, reduces the empty gap above it,
   and makes the phone footer cleaner with the same Platform / Safety / Legal structure.
*/
.scv-global-footer.scv-footer-compact-v4{
  margin-top:10px !important;
}
.scv-footer-compact-v4 .scv-footer-main{
  gap:44px !important;
}
.scv-footer-compact-v4 .scv-footer-nav{
  gap:0 !important;
}
.scv-footer-compact-v4 .scv-footer-col{
  min-width:0 !important;
}
.scv-footer-compact-v4 .scv-footer-col + .scv-footer-col{
  border-left:1px solid rgba(170,199,236,.15) !important;
  padding-left:30px !important;
}
.scv-footer-compact-v4 .scv-footer-bottom{
  margin-top:22px !important;
  padding-top:14px !important;
}

@media (max-width:900px){
  .scv-global-footer.scv-footer-compact-v4{
    margin-top:8px !important;
  }
  .scv-footer-compact-v4 .scv-footer-shell{
    padding:24px 0 14px !important;
  }
  .scv-footer-compact-v4 .scv-footer-main{
    gap:18px !important;
  }
  .scv-footer-compact-v4 .scv-footer-nav{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:0 !important;
    padding-top:16px !important;
    border-top:1px solid rgba(170,199,236,.10) !important;
  }
  .scv-footer-compact-v4 .scv-footer-col{
    padding-left:0 !important;
  }
  .scv-footer-compact-v4 .scv-footer-col + .scv-footer-col{
    border-left:1px solid rgba(170,199,236,.16) !important;
    padding-left:22px !important;
  }
  .scv-footer-compact-v4 .scv-footer-bottom{
    margin-top:18px !important;
    padding-top:13px !important;
  }
}

@media (max-width:640px){
  .scv-global-footer.scv-footer-compact-v4{
    margin-top:8px !important;
  }
  .scv-footer-compact-v4 .scv-footer-shell{
    width:min(100% - 24px,760px) !important;
    padding:22px 0 13px !important;
  }
  .scv-footer-compact-v4 .scv-footer-main{
    gap:16px !important;
  }
  .scv-footer-compact-v4 .scv-footer-logo{
    margin-bottom:10px !important;
  }
  .scv-footer-compact-v4 .scv-footer-logo-img{
    height:34px !important;
    max-width:160px !important;
  }
  .scv-footer-compact-v4 .scv-footer-text{
    max-width:none !important;
    font-size:13.2px !important;
    line-height:1.50 !important;
    font-weight:680 !important;
  }
  .scv-footer-compact-v4 .scv-footer-chips{
    display:none !important;
  }
  .scv-footer-compact-v4 .scv-footer-nav{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:0 !important;
    padding-top:16px !important;
    border-top:1px solid rgba(170,199,236,.09) !important;
  }
  .scv-footer-compact-v4 .scv-footer-col{
    padding-left:0 !important;
  }
  .scv-footer-compact-v4 .scv-footer-col + .scv-footer-col{
    border-left:1px solid rgba(170,199,236,.16) !important;
    padding-left:18px !important;
  }
  .scv-footer-compact-v4 .scv-footer-col h3{
    margin-bottom:10px !important;
    font-size:10.8px !important;
    letter-spacing:.105em !important;
  }
  .scv-footer-compact-v4 .scv-footer-col a{
    margin-bottom:8px !important;
    font-size:12.8px !important;
    line-height:1.25 !important;
    font-weight:760 !important;
  }
  .scv-footer-compact-v4 .scv-footer-bottom{
    margin-top:17px !important;
    padding-top:13px !important;
    font-size:11.8px !important;
  }
  .scv-footer-compact-v4 .scv-footer-bottom p{
    font-size:11.8px !important;
    line-height:1.35 !important;
    font-weight:720 !important;
  }
}

@media (max-width:390px){
  .scv-footer-compact-v4 .scv-footer-shell{
    width:min(100% - 20px,760px) !important;
  }
  .scv-footer-compact-v4 .scv-footer-col + .scv-footer-col{
    padding-left:13px !important;
  }
  .scv-footer-compact-v4 .scv-footer-col a{
    font-size:12.2px !important;
  }
  .scv-footer-compact-v4 .scv-footer-col h3{
    font-size:10.3px !important;
  }
}


/* END about-inline-008.css */

/* BEGIN about-inline-009.css */

/* === SportCV footer typography softening v3: smaller, quieter footer navigation === */
.scv-global-footer.scv-footer-compact-v4 .scv-footer-col h3, .scv-global-footer .scv-footer-col h3{
  font-size:10.6px !important;
  line-height:1 !important;
  font-weight:800 !important;
  letter-spacing:.09em !important;
}
.scv-global-footer.scv-footer-compact-v4 .scv-footer-col a, .scv-global-footer .scv-footer-col a, .scv-global-footer .scv-footer-links a{
  font-size:12.55px !important;
  line-height:1.23 !important;
  font-weight:520 !important;
  letter-spacing:0 !important;
}
.scv-global-footer.scv-footer-compact-v4 .scv-footer-text, .scv-global-footer p{
  font-weight:540 !important;
}
.scv-global-footer.scv-footer-compact-v4 .scv-footer-chip{
  font-size:10.4px !important;
  font-weight:620 !important;
}
.scv-global-footer.scv-footer-compact-v4 .scv-footer-bottom, .scv-global-footer.scv-footer-compact-v4 .scv-footer-bottom p{
  font-weight:540 !important;
}
@media (max-width:640px){
  .scv-global-footer.scv-footer-compact-v4 .scv-footer-col h3, .scv-global-footer .scv-footer-col h3{
    font-size:10.3px !important;
    font-weight:780 !important;
  }
  .scv-global-footer.scv-footer-compact-v4 .scv-footer-col a, .scv-global-footer .scv-footer-col a, .scv-global-footer .scv-footer-links a{
    font-size:11.95px !important;
    line-height:1.21 !important;
    font-weight:500 !important;
  }
  .scv-global-footer.scv-footer-compact-v4 .scv-footer-text, .scv-global-footer p{
    font-weight:520 !important;
  }
  .scv-global-footer.scv-footer-compact-v4 .scv-footer-chip{
    font-size:10px !important;
    font-weight:600 !important;
  }
  .scv-global-footer.scv-footer-compact-v4 .scv-footer-bottom, .scv-global-footer.scv-footer-compact-v4 .scv-footer-bottom p{
    font-weight:520 !important;
  }
}


/* END about-inline-009.css */

/* BEGIN about-inline-010.css */

/* === 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(
  .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(.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,select,textarea,.input,.field,.select,.textarea,.sort-select,.sport-selector-button,.sport-selector-option){
  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(.eyebrow,.chip,.tag,.filter-chip,.preview-tag,.requester-pill){
    font-weight:640 !important;
  }
}


/* END about-inline-010.css */

/* BEGIN about-inline-011.css */

/* === 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;
  }
}


/* END about-inline-011.css */
