/* BEGIN pricing-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{font:inherit;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;}.btn-green{background:#ECFDF5;border-color:#BBF7D0;color:#166534;}.btn-disabled{background:#F8FBFF;border-color:#E5EEF9;color:#8A97AA;cursor:not-allowed;pointer-events:none;box-shadow:none;}.btn-disabled:hover{transform:none;}

    main{overflow:hidden;}
    .hero{padding:54px 0 26px;}
    .hero-card{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:34px;padding:36px;background:linear-gradient(135deg,#071833,#123D91 58%,#1765D8);color:#fff;box-shadow:var(--shadow);}
    .hero-card:after{content:"";position:absolute;right:-120px;bottom:-145px;width:390px;height:390px;border-radius:50%;background:rgba(255,255,255,.11);}
    .hero-content{position:relative;z-index:1;max-width:860px;}
    .pill{width:fit-content;display:inline-flex;align-items:center;gap:9px;padding:8px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.12);color:#EAF3FF;font-size:12.5px;font-weight:950;}.pill:before{content:"";width:9px;height:9px;border-radius:50%;background:#22C55E;}
    h1{margin:18px 0 14px;color:#fff;font-size:clamp(40px,5vw,66px);line-height:.95;letter-spacing:-.065em;font-weight:850;}
    .hero-card p{margin:0;color:#D6E5FF;font-size:17px;line-height:1.65;font-weight:650;max-width:790px;}.hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px;}.note{display:block;margin-top:10px;color:#BFD4FF;font-size:12.5px;font-weight:850;}

    .section-pad{padding:34px 0;}.section-head{text-align:center;margin-bottom:20px;}.section-head h2{margin:0 0 8px;color:var(--navy);font-size:34px;line-height:1.05;letter-spacing:-.06em;}.section-head p{margin:0 auto;max-width:760px;color:var(--muted);font-size:15px;font-weight:650;}

    .pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;align-items:stretch;}
    .plan-card{position:relative;display:flex;flex-direction:column;min-height:100%;background:var(--card);border:1px solid var(--line);border-radius:28px;padding:22px;box-shadow:var(--softShadow);overflow:hidden;}
    .plan-card.featured{border-color:#9CC3FF;box-shadow:0 22px 52px rgba(37,99,235,.16);}
    .plan-card.featured:before{content:"Recommended";position:absolute;right:18px;top:18px;height:50px;padding:0 14px;border-radius:999px;background:linear-gradient(135deg,var(--blue),var(--sky));color:#fff;font-size:11px;font-weight:950;display:inline-flex;align-items:center;justify-content:center;line-height:1;white-space:nowrap;}
    .plan-icon{width:fit-content;min-width:60px;height:48px;padding:0 14px;border-radius:17px;display:inline-flex;align-items:center;justify-content:center;background:var(--soft);border:1px solid #DCEBFF;color:var(--blue);font-weight:950;font-size:20px;line-height:1;white-space:nowrap;margin-bottom:15px;}
    .plan-icon.long{min-width:auto;height:48px;padding:0 16px;font-size:18px;letter-spacing:-.025em;}
    .plan-card h3{margin:0;color:var(--navy);font-size:22px;line-height:1.05;letter-spacing:-.04em;}.plan-sub{margin:7px 0 16px;color:var(--muted);font-size:13.5px;font-weight:700;min-height:42px;}
    .price{display:flex;align-items:flex-end;gap:6px;margin-bottom:5px;color:var(--navy);}.price strong{font-size:36px;line-height:1;font-weight:950;letter-spacing:-.06em;}.price span{color:#6B7B91;font-size:13px;font-weight:850;margin-bottom:4px;}
    .price-note{margin:0 0 18px;color:#71819A;font-size:12.5px;font-weight:750;}
    .feature-list{display:grid;gap:10px;margin:0 0 20px;padding:0;list-style:none;flex:1;}.feature-list li{display:flex;align-items:flex-start;gap:9px;color:#24344F;font-size:13.5px;font-weight:750;line-height:1.42;}.check{width:19px;height:19px;border-radius:999px;background:#ECFDF5;border:1px solid #BBF7D0;color:#166534;display:grid;place-items:center;flex:0 0 19px;font-size:12px;font-weight:950;}.muted-check{background:#F8FBFF;border-color:#E5EEF9;color:#60718A;}
    .plan-card .btn{width:100%;margin-top:auto;}

    .compare-card{background:var(--card);border:1px solid var(--line);border-radius:30px;padding:24px;box-shadow:var(--shadow);overflow:hidden;}.compare-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:16px;}.compare-head h2{margin:0;color:var(--navy);font-size:30px;line-height:1.05;letter-spacing:-.055em;}.compare-head p{margin:6px 0 0;color:var(--muted);font-size:14px;font-weight:650;max-width:640px;}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:22px;}.compare-table{width:100%;border-collapse:collapse;min-width:780px;background:#fff;}.compare-table th, .compare-table td{padding:14px 16px;border-bottom:1px solid #E5EEF9;text-align:left;font-size:13.5px;}.compare-table th{background:#F8FBFF;color:#52627A;font-size:12px;font-weight:950;letter-spacing:.06em;text-transform:uppercase;}.compare-table td{color:#263650;font-weight:750;}.compare-table tr:last-child td{border-bottom:0;}.yes{color:#166534;font-weight:950;}.soon{color:#C2410C;font-weight:950;}.dash{color:#8A97AA;font-weight:950;}

    .info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}.info-card{background:var(--card);border:1px solid var(--line);border-radius:24px;padding:24px;}.info-card h3{margin:0 0 8px;color:var(--navy);font-size:19px;letter-spacing:-.025em;}.info-card p{margin:0;color:var(--muted);font-size:14px;font-weight:650;line-height:1.65;}.info-card strong{color:var(--text);}

    .future-banner{display:grid;grid-template-columns:1fr auto;align-items:center;gap:24px;padding:30px;border-radius:30px;color:#fff;background:linear-gradient(135deg,#071833,#123D91 58%,#1765D8);border:1px solid rgba(255,255,255,.16);}.future-banner h2{margin:0 0 9px;font-size:32px;line-height:1.05;letter-spacing:-.055em;}.future-banner p{margin:0;max-width:820px;color:#D6E5FF;}.future-mark{width:104px;height:104px;border-radius:32px;display:grid;place-items:center;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);font-size:42px;font-weight:950;}

    .faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;}.faq-item{background:#fff;border:1px solid var(--line);border-radius:22px;padding:20px;}.faq-item h3{margin:0 0 7px;color:var(--navy);font-size:17px;letter-spacing:-.025em;}.faq-item p{margin:0;color:var(--muted);font-size:14px;font-weight:650;line-height:1.65;}

    

    @media (max-width:1080px){.pricing-grid{grid-template-columns:repeat(2,1fr);}}
    @media (max-width:980px){.container{width:min(760px,calc(100% - 36px));}.info-grid, .faq-grid{grid-template-columns:1fr;}.future-banner, .future-mark{display:none;}.compare-head{display:block;}}
    @media (max-width:640px){.plan-icon.long{font-size:17px;padding:0 14px;}.container{width:min(100% - 24px,760px);}.btn{min-height:40px;padding:10px 13px;font-size:13px;}.hero{padding:30px 0 16px;}.hero-card{border-radius:26px;padding:24px;}h1{font-size:clamp(38px,12vw,52px);}.hero-card p{font-size:15px;}.hero-actions .btn{width:100%;}.section-pad{padding:28px 0;}.section-head h2, .compare-head h2{font-size:27px;}.pricing-grid{grid-template-columns:1fr;}.plan-card{border-radius:24px;padding:20px;}.plan-card.featured:before{position:absolute;right:20px;top:20px;width:fit-content;margin:0;}.compare-card, .future-banner{padding:20px;border-radius:24px;}}


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

/* BEGIN pricing-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 pricing-inline-002.css */

/* BEGIN pricing-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 pricing-inline-003.css */

/* BEGIN pricing-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 pricing-inline-004.css */

/* BEGIN pricing-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 pricing-inline-005.css */

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

/* SportCV pricing page: slim premium hero banner without text collision */
.pricing-hero-compact-spacer{display:none!important;}
.hero{
  padding:28px 0 10px !important;
}
.hero-card{
  min-height:174px !important;
  padding:28px 34px !important;
  border-radius:28px !important;
  display:flex !important;
  align-items:center !important;
  background:linear-gradient(135deg,#071833 0%,#123D91 58%,#1765D8 100%) !important;
  box-shadow:0 18px 44px rgba(16,42,91,.11) !important;
}
.hero-card:after{
  right:-76px !important;
  bottom:-120px !important;
  width:300px !important;
  height:300px !important;
  opacity:.72 !important;
}
.hero-content{
  width:100% !important;
  max-width:1040px !important;
}
.hero .pill{
  padding:7px 12px !important;
  font-size:12px !important;
  line-height:1 !important;
  margin-bottom:12px !important;
}
.hero h1{
  margin:0 !important;
  max-width:980px !important;
  font-size:clamp(32px,3.15vw,44px) !important;
  line-height:1.02 !important;
  letter-spacing:-.055em !important;
  font-weight:950 !important;
}
.hero-card p, .hero .note{
  display:none !important;
}
.hero-actions{
  margin-top:14px !important;
  gap:10px !important;
}
.hero-actions .btn{
  min-height:42px !important;
  padding:10px 18px !important;
  font-size:13px !important;
}
#plans.section-pad{
  padding-top:18px !important;
}
#plans .section-head{
  margin-bottom:18px !important;
}
#plans .section-head h2{
  font-size:clamp(28px,2.8vw,36px) !important;
}
#plans .section-head p{
  max-width:760px !important;
  font-size:14px !important;
  line-height:1.55 !important;
}
@media (max-width:980px){
  .hero{padding:22px 0 10px !important;}
  .hero-card{min-height:0 !important;padding:24px !important;border-radius:24px !important;}
  .hero h1{font-size:clamp(30px,6vw,40px) !important;}
}
@media (max-width:640px){
  .hero{padding:18px 0 8px !important;}
  .hero-card{padding:20px !important;border-radius:22px !important;}
  .hero-card:after{right:-96px !important;bottom:-132px !important;width:260px !important;height:260px !important;}
  .hero .pill{font-size:10.8px !important;line-height:1.15 !important;white-space:normal !important;}
  .hero h1{font-size:clamp(28px,8.6vw,36px) !important;line-height:1.03 !important;}
  .hero-actions{display:grid !important;grid-template-columns:1fr !important;margin-top:14px !important;}
  .hero-actions .btn{width:100% !important;}
  #plans.section-pad{padding-top:16px !important;}
}


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

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

/* Compact vertical spacing between pricing cards and comparison section. */
#plans.section-pad{
  padding-bottom:14px !important;
}
#plans + .section-pad{
  padding-top:14px !important;
}
.pricing-grid{
  margin-bottom:0 !important;
}
.compare-card{
  margin-top:0 !important;
}
@media (max-width:640px){
  #plans.section-pad{padding-bottom:10px !important;}
  #plans + .section-pad{padding-top:10px !important;}
}


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

/* BEGIN pricing-inline-008.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, .pill, .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 pricing-inline-008.css */

/* BEGIN pricing-inline-009.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 pricing-inline-009.css */

/* BEGIN pricing-inline-010.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.
*/
main > section.container.section-pad:last-of-type{
  padding-bottom:14px !important;
}
.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){
  main > section.container.section-pad:last-of-type{
    padding-top:20px !important;
    padding-bottom:10px !important;
  }
  .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){
  main > section.container.section-pad:last-of-type{
    padding-top:18px !important;
    padding-bottom:8px !important;
  }
  main > section.container.section-pad:last-of-type .final-cta{
    padding:18px 16px !important;
    border-radius:22px !important;
  }
  main > section.container.section-pad:last-of-type .final-cta h2{
    margin-bottom:8px !important;
    font-size:clamp(24px,7vw,30px) !important;
  }
  main > section.container.section-pad:last-of-type .final-cta p{
    margin-bottom:14px !important;
    font-size:13.2px !important;
    line-height:1.45 !important;
  }
  main > section.container.section-pad:last-of-type .final-cta .hero-actions{
    margin-top:0 !important;
    gap:8px !important;
  }

  .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 pricing-inline-010.css */

/* BEGIN pricing-inline-011.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 pricing-inline-011.css */

/* BEGIN pricing-inline-012.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(
  .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,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(.pill,.eyebrow,.chip,.tag,.filter-chip,.preview-tag,.requester-pill){
    font-weight:640 !important;
  }
}


/* END pricing-inline-012.css */

/* BEGIN pricing-inline-013.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 pricing-inline-013.css */
