:root{
  --brand-yellow:#F2C400;
  --brand-yellow-2:#FFD84A;
  --brand-black:#0B0B0B;
  --brand-dark:#141414;
  --brand-gray:#BDBDBD;
  --brand-white:#FFFFFF;
  --surface-light:#EDEDED;

  --ff-heading:"Russo One", "Oswald", sans-serif;
  --ff-body:"Inter", "Montserrat", sans-serif;

}

body.theme-football{
  font-family:var(--ff-body);
  color:var(--brand-white);
  background-color:var(--brand-black) !important;
  background-image:none !important;

  --page-block-max-lg: 960px;
  --page-block-max-xl: 1140px;
  --page-block-max-xxl: 1320px;

  --page-decor-width: clamp(140px, 14vw, 240px);
  --page-decor-gap: clamp(6px, 1.2vw, 16px);
  --page-decor-edge-offset: clamp(8px, 1.2vw, 24px);

  --index-decor-base-size: 260px;
  --index-decor-base-inset: 18px;
  --index-decor-base-gap: 14px;

  --hero-links-strip-max-width: 1320px;
  --hero-links-strip-gap-x: 1rem;
  --hero-links-strip-gap-y: 1rem;
  --hero-links-strip-card-min-height: 0px;
  --hero-links-strip-card-padding: 32px;
  --hero-links-strip-title-size: 1rem;
  --hero-links-strip-text-size: .875rem;
  --hero-links-strip-link-size: .875rem;
  --hero-links-strip-icon-width: 144px;
  --hero-links-strip-location-icon-width: 170px;
}

body.theme-football .hero-kpi-card{
  background: linear-gradient(180deg, #ffffff, #f0f0f0) !important;
  border: 2px solid #111 !important;
  box-shadow: 0 4px 12px rgba(0,0,0,.15) !important;
}

body.theme-football .hero-kpi-num{
  color: #111 !important;
}

body.theme-football .hero-kpi-label{
  color: #444 !important;
}

body.theme-football .hero-kpi-card:hover{
  box-shadow: 0 4px 12px rgba(0,0,0,.15) !important;
}

body.theme-football::after{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:-1;
  background:
    radial-gradient(1100px 600px at 20% 10%, rgba(255,255,255,.06), transparent 60%),
    radial-gradient(900px 500px at 85% 25%, rgba(255,255,255,.04), transparent 60%),
    repeating-linear-gradient(115deg, rgba(255,255,255,.018) 0 1px, transparent 1px 4px),
    linear-gradient(180deg, rgba(0,0,0,.28), rgba(0,0,0,.40));
  mix-blend-mode:normal;
}

body.theme-football h1,
body.theme-football h2,
body.theme-football h3,
body.theme-football h4,
body.theme-football h5,
body.theme-football h6,
body.theme-football .fw-black,
body.theme-football .display-5,
body.theme-football .display-6{
  font-family:var(--ff-heading);
  text-transform:uppercase;
  letter-spacing:.055em;
}

body.theme-football a{
  color:var(--brand-white);
  transition:color .14s ease;
}
body.theme-football a:hover{ color:var(--brand-yellow-2); }

body.theme-football .hero,
body.theme-football .bg-hero,
body.theme-football .bg-hero::before,
body.theme-football .bg-hero::after{

}
body.theme-football .bg-hero::before{
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

body.theme-football .bg-hero::after,
body.theme-football .hero::after{
  content: none !important;
  background: none !important;
  display: none !important;
}

body.theme-football .hero h1,
body.theme-football #heroTitle,
body.theme-football #heroSubhead{
  color:var(--brand-white) !important;
  text-shadow:0 2px 12px rgba(0,0,0,.7);
}
body.theme-football #heroHighlight{
  color:var(--brand-yellow) !important;
  text-shadow:
    0 1px 0 rgba(255,255,255,.08),
    0 2px 0 rgba(0,0,0,.5),
    0 4px 6px rgba(0,0,0,.45),
    0 10px 18px rgba(0,0,0,.35) !important;
  filter: contrast(1.03) saturate(.92);
}

body.theme-football .hero.hero--index{
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

body.theme-football .hero.hero--index > .container{
  position: relative;
  z-index: 1;
}

body.theme-football .hero-links-strip{
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 34px 0 32px;
  background: var(--surface-light);
  border-top: none !important;
  border-bottom: none !important;
}

body.theme-football .hero-links-strip > .container{
  max-width: var(--hero-links-strip-max-width);
}

body.theme-football .hero-links-strip .kpi-grid{
  --bs-gutter-x: var(--hero-links-strip-gap-x);
  --bs-gutter-y: var(--hero-links-strip-gap-y);
}

body.theme-football .hero-links-strip .card-dark{
  min-height: var(--hero-links-strip-card-min-height);
}

body.theme-football .hero-links-strip .card-dark.p-3{
  padding: var(--hero-links-strip-card-padding) !important;
}

body.theme-football .hero-links-strip .fw-bold{
  font-size: var(--hero-links-strip-title-size);
}

body.theme-football .hero-links-strip .muted.small{
  font-size: var(--hero-links-strip-text-size) !important;
  line-height: 1.45;
}

body.theme-football .hero-links-strip .link-accent.small{
  font-size: var(--hero-links-strip-link-size) !important;
}

body.theme-football .hero-links-strip .feature-icon-img{
  width: var(--hero-links-strip-icon-width) !important;
}

body.theme-football .hero-links-strip .feature-icon-img[src*="location.webp"]{
  width: var(--hero-links-strip-location-icon-width) !important;
}

body.theme-football .hero-links-strip + section{
  border-top: none !important;
}

body.theme-football .nav-glass{
  background:
    linear-gradient(180deg, rgba(5,5,5,.88), rgba(15,15,15,.86)),
    repeating-linear-gradient(135deg, rgba(255,255,255,.035) 0 1px, transparent 1px 6px);
  border-bottom:1px solid rgba(242,196,0,.35);
  box-shadow:0 8px 18px rgba(0,0,0,.45);
  backdrop-filter:blur(7px);
}

body.theme-football .navbar .container{
  display:flex;
  align-items:center;
  gap:.5rem;
  flex-wrap:nowrap;
}
body.theme-football .navbar-brand{
  flex:0 0 auto !important;
  max-width:260px !important;
  margin-right:.5rem;
}
body.theme-football .navbar .brand-logo{
  max-width:220px !important;
  height:54px !important;
}
body.theme-football .navbar-collapse{
  flex:1 1 auto;
}
body.theme-football .navbar-nav{
  margin-left:auto !important;
  flex-wrap:nowrap;
  gap:.1rem;
}

body.theme-football .navbar .nav-link{
  font-family:var(--ff-heading);
  text-transform:uppercase;
  letter-spacing:.055em;
  color:rgba(255,255,255,.92) !important;
  font-size:.9rem;
  position:relative;
  padding-left:.62rem;
  padding-right:.62rem;
}
body.theme-football .navbar .nav-link:hover{
  color:var(--brand-yellow-2) !important;
}
body.theme-football .navbar .nav-link::after{
  background:linear-gradient(90deg, rgba(242,196,0,0), rgba(242,196,0,.98), rgba(242,196,0,0)) !important;
}
body.theme-football .navbar .nav-link.active{
  color:var(--brand-yellow) !important;
}
body.theme-football .navbar .nav-link.active::after{
  content:"";
  position:absolute;
  left:.7rem;
  right:.7rem;
  bottom:.2rem;
  height:3px;
  background:var(--brand-yellow);
}

body.theme-football .navbar-toggler{
  border:1px solid rgba(242,196,0,.62);
  border-radius:2px;
  background:rgba(7,7,7,.6);
}
body.theme-football .navbar-dark .navbar-toggler-icon{
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28242,196,0,0.98%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  filter:none;
}

body.theme-football .hero{
  padding-top:126px !important;
}
@media (max-width: 991.98px){
  body.theme-football .hero{
    padding-top: 102px !important;
  }
}

@media (max-width: 767.98px){
  body.theme-football{
    --hero-links-strip-max-width: 100%;
    --hero-links-strip-gap-x: .75rem;
    --hero-links-strip-gap-y: .75rem;
    --hero-links-strip-card-min-height: 0px;
    --hero-links-strip-card-padding: 18px;
    --hero-links-strip-title-size: 1rem;
    --hero-links-strip-text-size: .82rem;
    --hero-links-strip-link-size: .82rem;
    --hero-links-strip-icon-width: 92px;
    --hero-links-strip-location-icon-width: 108px;
    --hero-mobile-cta-safe-gap: 12px;
    --hero-mobile-cta-max-width: 100%;
    --hero-mobile-cta-gap: .5rem;
    --hero-mobile-actions-margin-bottom: 10px;
    --hero-mobile-cta-btn-min-height: 42px;
    --hero-mobile-cta-btn-padding-y: .56rem;
    --hero-mobile-cta-btn-padding-x: .72rem;
    --hero-mobile-cta-btn-font-size: .95rem;
    --hero-mobile-cta-btn-line-height: 1.14;
    --hero-mobile-call-size: 56px;
    --hero-mobile-call-icon-size: 21px;
    --hero-mobile-call-right: 16px;
    --hero-mobile-call-bottom: 16px;
  }

  body.theme-football .hero.hero--index{
    margin-top: 30px;
    min-height: 100svh;
    padding-top: 96px !important;
    padding-bottom: 28px !important;
  }

  body.theme-football .hero.hero--index.bg-hero::after{
    content: "" !important;
    display: block !important;
    position: absolute;
    inset: 0;
    background:
      linear-gradient(90deg, rgba(8,10,10,.72) 0%, rgba(8,10,10,.44) 36%, rgba(8,10,10,.08) 68%, transparent 100%),
      linear-gradient(180deg, rgba(0,0,0,.22) 0%, rgba(0,0,0,0) 28%, rgba(0,0,0,.16) 100%);
    pointer-events: none;
    z-index: -1 !important;
  }

  body.theme-football .hero.hero--index .container{
    display: flex;
    flex-direction: column;
    min-height: calc(100svh - 124px);
    padding-left: 14px;
    padding-right: 14px;
  }

  body.theme-football .hero.hero--index.bg-hero::before{
    background-size: 100% auto !important;
    background-position: 58% top !important;
  }

  body.theme-football .hero.hero--index .hero-intro-row{
    flex: 0 0 auto;
    align-items: flex-start !important;
    margin-bottom: 0;
  }

  body.theme-football .hero.hero--index .hero-copy{
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    margin: 0 !important;
    padding-left: 0;
    padding-right: 0;
  }

  body.theme-football .hero.hero--index h1.display-5{
    max-width: 18ch;
    margin-bottom: 0;
    font-size: clamp(1.6rem, 3.5vw, 3.05rem);
    line-height: .9;
    letter-spacing: .02em;
  }

  body.theme-football .hero.hero--index #heroTitle{
    display: block;
    max-width: 18ch;
  }

  body.theme-football .hero.hero--index #heroHighlight{
    display: block;
    white-space: nowrap;
  }

  body.theme-football .hero.hero--index #heroSubhead{
    display: none !important;
  }

  body.theme-football .hero.hero--index .neon-rule{
    width: 116px;
    margin-top: 12px !important;
    margin-bottom: 0 !important;
  }

  body.theme-football .hero.hero--index .hero-desktop-actions{
    display: none !important;
  }

  body.theme-football .hero.hero--index .hero-mobile-actions{
    display: block !important;
    width: 100%;
    margin-top: auto !important;
    margin-bottom: var(--hero-mobile-actions-margin-bottom) !important;
  }

  body.theme-football .hero.hero--index .hero-mobile-actions .d-grid{
    width: 100% !important;
    max-width: 100% !important;
    gap: var(--hero-mobile-cta-gap) !important;
    margin-left: 0;
    margin-right: 0;
  }

  body.theme-football .hero.hero--index .hero-mobile-actions .btn{
    min-height: var(--hero-mobile-cta-btn-min-height);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--hero-mobile-cta-btn-padding-y) var(--hero-mobile-cta-btn-padding-x) !important;
    font-size: var(--hero-mobile-cta-btn-font-size);
    line-height: var(--hero-mobile-cta-btn-line-height);
    white-space: normal;
    text-wrap: balance;
    overflow-wrap: anywhere;
    letter-spacing: .02em;
    text-align: center;
  }

  body.theme-football .hero.hero--index #heroKpis{
    margin-top: 6px !important;
    --bs-gutter-x: 8px;
  }

  body.theme-football .hero.hero--index #heroKpis > .hero-kpis-grid{
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.theme-football .hero.hero--index .hero-kpi-card{
    width: 100%;
  }

  body.theme-football .hero.hero--index .hero-kpi-card{
    min-height: 72px;
    padding: 12px 11px !important;
  }

  body.theme-football .hero.hero--index .hero-kpi-num{
    font-size: 1.1rem;
    line-height: .95;
  }

  body.theme-football .hero.hero--index .hero-kpi-label{
    font-size: .43rem;
    line-height: 1.15;
  }

  body.theme-football .hero.hero--index .kpi-grid{
    margin-top: 26px !important;
  }

  body.theme-football .profile-media{
    background: transparent !important;
  }

  body.theme-football .profile-media img{
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    object-position: center top;
    background: transparent !important;
  }

  body.theme-football .fab-call{
    width: var(--hero-mobile-call-size);
    height: var(--hero-mobile-call-size);
    right: var(--hero-mobile-call-right);
    bottom: var(--hero-mobile-call-bottom);
  }

  body.theme-football .fab-call i{
    font-size: var(--hero-mobile-call-icon-size);
  }
}

@media (min-width: 2000px){
  body.theme-football:not([data-page="index"]){
    --nav-2k-clearance: 180px;
  }

  body.theme-football:not([data-page="index"]) .nav-glass{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
  }

  body.theme-football:not([data-page="index"]) #siteNav + header,
  body.theme-football:not([data-page="index"]) #siteNav + main{
    padding-top: var(--nav-2k-clearance) !important;
  }
}

@media (max-width: 390px){
  body.theme-football{
    --hero-mobile-cta-safe-gap: 10px;
    --hero-mobile-cta-max-width: 100%;
    --hero-mobile-cta-gap: .44rem;
    --hero-mobile-actions-margin-bottom: 8px;
    --hero-mobile-cta-btn-min-height: 40px;
    --hero-mobile-cta-btn-padding-y: .48rem;
    --hero-mobile-cta-btn-padding-x: .66rem;
    --hero-mobile-cta-btn-font-size: .88rem;
    --hero-mobile-cta-btn-line-height: 1.12;
    --hero-mobile-call-size: 52px;
    --hero-mobile-call-icon-size: 19px;
    --hero-mobile-call-right: 12px;
    --hero-mobile-call-bottom: 12px;
  }

  body.theme-football .hero.hero--index.bg-hero::before{
    background-position: 60% top !important;
  }

  body.theme-football .hero.hero--index h1.display-5{
    max-width: 26.8ch;
    font-size: clamp(1.42rem, 7.1vw, 1.92rem);
    line-height: .95;
  }

  body.theme-football .hero.hero--index #heroTitle{
    max-width: 25.8ch;
  }

  body.theme-football .hero.hero--index .neon-rule{
    width: 104px;
    margin-top: 10px !important;
  }

  body.theme-football .hero.hero--index .hero-mobile-actions{
    margin-bottom: var(--hero-mobile-actions-margin-bottom) !important;
    width: 100%;
  }

  body.theme-football .hero.hero--index .hero-mobile-actions .d-grid{
    width: 100% !important;
    max-width: 100% !important;
  }

  body.theme-football .hero.hero--index .hero-mobile-actions .btn{
    min-height: var(--hero-mobile-cta-btn-min-height) !important;
    padding: var(--hero-mobile-cta-btn-padding-y) var(--hero-mobile-cta-btn-padding-x) !important;
    font-size: var(--hero-mobile-cta-btn-font-size) !important;
    line-height: var(--hero-mobile-cta-btn-line-height) !important;
  }

  body.theme-football .fab-call{
    width: var(--hero-mobile-call-size) !important;
    height: var(--hero-mobile-call-size) !important;
    right: var(--hero-mobile-call-right) !important;
    bottom: var(--hero-mobile-call-bottom) !important;
  }

  body.theme-football .fab-call i{
    font-size: var(--hero-mobile-call-icon-size) !important;
  }

  body.theme-football .hero.hero--index #heroKpis{
    margin-top: 2px !important;
    --bs-gutter-x: 6px;
  }

  body.theme-football .hero.hero--index .hero-kpi-card{
    min-height: 68px;
    padding: 10px 10px !important;
  }

  body.theme-football .hero.hero--index .hero-kpi-num{
    font-size: 1rem;
  }

  body.theme-football .hero.hero--index .hero-kpi-label{
    font-size: .5rem;
  }
}

@media (max-width: 390px) and (max-height: 760px){
  body.theme-football{
    --hero-mobile-cta-safe-gap: 8px;
    --hero-mobile-cta-max-width: 100%;
    --hero-mobile-actions-margin-bottom: 6px;
    --hero-mobile-cta-btn-min-height: 38px;
    --hero-mobile-cta-btn-padding-y: .44rem;
    --hero-mobile-cta-btn-padding-x: .62rem;
    --hero-mobile-cta-btn-font-size: .82rem;
    --hero-mobile-cta-btn-line-height: 1.12;
    --hero-mobile-call-size: 48px;
    --hero-mobile-call-icon-size: 18px;
    --hero-mobile-call-right: 10px;
    --hero-mobile-call-bottom: 10px;
  }

  body.theme-football .hero.hero--index.bg-hero::before{
    background-position: 61% top !important;
  }

  body.theme-football .hero.hero--index .hero-mobile-actions .d-grid{
    width: 100% !important;
    max-width: 100% !important;
  }

  body.theme-football .hero.hero--index .hero-mobile-actions .btn{
    min-height: var(--hero-mobile-cta-btn-min-height) !important;
    padding: var(--hero-mobile-cta-btn-padding-y) var(--hero-mobile-cta-btn-padding-x) !important;
    font-size: var(--hero-mobile-cta-btn-font-size) !important;
    line-height: var(--hero-mobile-cta-btn-line-height) !important;
  }

  body.theme-football .fab-call{
    width: var(--hero-mobile-call-size) !important;
    height: var(--hero-mobile-call-size) !important;
    right: var(--hero-mobile-call-right) !important;
    bottom: var(--hero-mobile-call-bottom) !important;
  }

  body.theme-football .fab-call i{
    font-size: var(--hero-mobile-call-icon-size) !important;
  }

  body.theme-football .hero.hero--index .hero-kpi-card{
    min-height: 64px;
    padding: 9px 9px !important;
  }
}

@media (max-width: 767.98px) and (max-height: 860px){
  body.theme-football{
    --hero-mobile-actions-margin-bottom: 8px;
    --hero-mobile-cta-gap: .42rem;
    --hero-mobile-cta-btn-min-height: 40px;
    --hero-mobile-cta-btn-padding-y: .46rem;
    --hero-mobile-cta-btn-padding-x: .64rem;
    --hero-mobile-cta-btn-font-size: .86rem;
    --hero-mobile-cta-btn-line-height: 1.1;
  }

  body.theme-football .hero.hero--index #heroKpis{
    margin-top: 3px !important;
    --bs-gutter-x: 6px;
  }

  body.theme-football .hero.hero--index .hero-kpi-card{
    min-height: 66px;
    padding: 9px 9px !important;
  }

  body.theme-football .hero.hero--index .hero-kpi-num{
    font-size: 1rem;
  }

  body.theme-football .hero.hero--index .hero-kpi-label{
    font-size: .5rem;
    line-height: 1.12;
  }
}

/* Fix double-tap on touch devices for hero CTAs:
   first tap should trigger action, not sticky :hover state */
@media (hover: none), (pointer: coarse){
  body.theme-football .hero.hero--index .hero-mobile-actions .btn,
  body.theme-football .hero.hero--index .hero-desktop-actions .btn{
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }

  body.theme-football .hero.hero--index .hero-mobile-actions .btn:hover,
  body.theme-football .hero.hero--index .hero-mobile-actions .btn:focus:hover,
  body.theme-football .hero.hero--index .hero-desktop-actions .btn:hover,
  body.theme-football .hero.hero--index .hero-desktop-actions .btn:focus:hover{
    transform: none !important;
    filter: none !important;
    box-shadow: inherit !important;
  }
}

@media (max-width: 767.98px) and (max-height: 760px){
  body.theme-football{
    --hero-mobile-actions-margin-bottom: 6px;
    --hero-mobile-cta-gap: .36rem;
    --hero-mobile-cta-btn-min-height: 38px;
    --hero-mobile-cta-btn-padding-y: .42rem;
    --hero-mobile-cta-btn-padding-x: .58rem;
    --hero-mobile-cta-btn-font-size: .8rem;
    --hero-mobile-cta-btn-line-height: 1.08;
  }

  body.theme-football .hero.hero--index .hero-mobile-actions .btn{
    letter-spacing: .015em;
  }

  body.theme-football .hero.hero--index #heroKpis{
    margin-top: 1px !important;
    --bs-gutter-x: 5px;
  }

  body.theme-football .hero.hero--index .hero-kpi-card{
    min-height: 62px;
    padding: 8px 8px !important;
  }

  body.theme-football .hero.hero--index .hero-kpi-num{
    font-size: .95rem;
  }

  body.theme-football .hero.hero--index .hero-kpi-label{
    font-size: .47rem;
    line-height: 1.08;
  }
}

@media (max-width: 340px) and (max-height: 780px){
  body.theme-football{
    --hero-mobile-actions-margin-bottom: 4px;
    --hero-mobile-cta-gap: .28rem;
    --hero-mobile-cta-btn-min-height: 34px;
    --hero-mobile-cta-btn-padding-y: .32rem;
    --hero-mobile-cta-btn-padding-x: .48rem;
    --hero-mobile-cta-btn-font-size: .72rem;
    --hero-mobile-cta-btn-line-height: 1.04;
  }

  body.theme-football .hero.hero--index h1.display-5{
    font-size: clamp(1.28rem, 6.5vw, 1.56rem);
    line-height: .92;
  }

  body.theme-football .hero.hero--index .neon-rule{
    width: 92px;
    margin-top: 8px !important;
  }

  body.theme-football .hero.hero--index .hero-mobile-actions .btn{
    letter-spacing: .01em;
  }

  body.theme-football .hero.hero--index #heroKpis{
    margin-top: 0 !important;
    --bs-gutter-x: 4px;
  }

  body.theme-football .hero.hero--index .hero-kpi-card{
    min-height: 56px;
    padding: 7px 7px !important;
  }

  body.theme-football .hero.hero--index .hero-kpi-num{
    font-size: .84rem;
    line-height: .95;
  }

  body.theme-football .hero.hero--index .hero-kpi-label{
    font-size: .43rem;
    line-height: 1.05;
  }
}

@media (min-width: 341px) and (max-width: 380px) and (max-height: 780px){
  body.theme-football{
    --hero-mobile-actions-margin-bottom: 5px;
    --hero-mobile-cta-gap: .32rem;
    --hero-mobile-cta-btn-min-height: 36px;
    --hero-mobile-cta-btn-padding-y: .36rem;
    --hero-mobile-cta-btn-padding-x: .52rem;
    --hero-mobile-cta-btn-font-size: .76rem;
    --hero-mobile-cta-btn-line-height: 1.06;
  }

  body.theme-football .hero.hero--index #heroKpis{
    margin-top: 0 !important;
    --bs-gutter-x: 4px;
  }

  body.theme-football .hero.hero--index .hero-kpi-card{
    min-height: 58px;
    padding: 8px 8px !important;
  }

  body.theme-football .hero.hero--index .hero-kpi-num{
    font-size: .88rem;
  }

  body.theme-football .hero.hero--index .hero-kpi-label{
    font-size: .44rem;
    line-height: 1.06;
  }
}

@media (min-width: 381px) and (max-width: 430px) and (max-height: 780px){
  body.theme-football{
    --hero-mobile-actions-margin-bottom: 6px;
    --hero-mobile-cta-gap: .34rem;
    --hero-mobile-cta-btn-min-height: 37px;
    --hero-mobile-cta-btn-padding-y: .38rem;
    --hero-mobile-cta-btn-padding-x: .56rem;
    --hero-mobile-cta-btn-font-size: .78rem;
    --hero-mobile-cta-btn-line-height: 1.07;
  }

  body.theme-football .hero.hero--index #heroKpis{
    margin-top: 1px !important;
    --bs-gutter-x: 5px;
  }

  body.theme-football .hero.hero--index .hero-kpi-card{
    min-height: 60px;
    padding: 8px 8px !important;
  }
}

@media (min-width: 341px) and (max-width: 390px) and (max-height: 700px){
  body.theme-football{
    --hero-mobile-actions-margin-bottom: 4px;
    --hero-mobile-cta-gap: .28rem;
    --hero-mobile-cta-btn-min-height: 34px;
    --hero-mobile-cta-btn-padding-y: .32rem;
    --hero-mobile-cta-btn-padding-x: .48rem;
    --hero-mobile-cta-btn-font-size: .72rem;
    --hero-mobile-cta-btn-line-height: 1.04;
  }

  body.theme-football .hero.hero--index.bg-hero::before{
    background-position: 60% -10px !important;
  }

  body.theme-football .hero.hero--index h1.display-5{
    font-size: clamp(1.2rem, 6.2vw, 1.48rem);
    line-height: .9;
  }

  body.theme-football .hero.hero--index .neon-rule{
    width: 90px;
    margin-top: 7px !important;
  }

  body.theme-football .hero.hero--index .hero-mobile-actions .btn{
    letter-spacing: .01em;
  }

  body.theme-football .hero.hero--index #heroKpis{
    margin-top: 0 !important;
    --bs-gutter-x: 4px;
  }

  body.theme-football .hero.hero--index .hero-kpi-card{
    min-height: 56px;
    padding: 7px 7px !important;
  }

  body.theme-football .hero.hero--index .hero-kpi-num{
    font-size: .86rem;
  }

  body.theme-football .hero.hero--index .hero-kpi-label{
    font-size: .43rem;
    line-height: 1.05;
  }
}

@media (max-width: 430px) and (max-height: 520px){
  body.theme-football{
    --hero-mobile-actions-margin-bottom: 3px;
    --hero-mobile-cta-gap: .24rem;
    --hero-mobile-cta-btn-min-height: 32px;
    --hero-mobile-cta-btn-padding-y: .26rem;
    --hero-mobile-cta-btn-padding-x: .42rem;
    --hero-mobile-cta-btn-font-size: .68rem;
    --hero-mobile-cta-btn-line-height: 1.02;
  }

  body.theme-football .hero.hero--index h1.display-5{
    font-size: clamp(1.16rem, 6vw, 1.42rem);
    line-height: .9;
  }

  body.theme-football .hero.hero--index .neon-rule{
    width: 84px;
    margin-top: 6px !important;
  }

  body.theme-football .hero.hero--index .hero-mobile-actions .btn{
    letter-spacing: .008em;
  }

  body.theme-football .hero.hero--index #heroKpis{
    display: none !important;
  }

  body.theme-football .fab-call{
    display: none !important;
  }
}

@media (max-width: 767.98px) and (min-width: 520px) and (max-height: 420px){
  body.theme-football{
    --hero-mobile-call-size: 40px;
    --hero-mobile-call-icon-size: 16px;
    --hero-mobile-call-right: 8px;
    --hero-mobile-call-bottom: 4px;
  }
}

/* Tablet fallback: keep call FAB always visible */
@media (min-width: 577px) and (max-width: 991.98px){
  body.theme-football .fab-call{
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
  }
}

/* iPhone 15 Pro profile (CSS viewport ~393px) */
@media (min-width: 392px) and (max-width: 395px) and (orientation: portrait){
  body.theme-football{
    --hero-mobile-actions-margin-bottom: 8px;
    --hero-mobile-cta-gap: .42rem;
    --hero-mobile-cta-btn-min-height: 40px;
    --hero-mobile-cta-btn-padding-y: .46rem;
    --hero-mobile-cta-btn-padding-x: .64rem;
    --hero-mobile-cta-btn-font-size: .86rem;
    --hero-mobile-cta-btn-line-height: 1.1;
    --hero-mobile-call-size: 50px;
    --hero-mobile-call-icon-size: 18px;
    --hero-mobile-call-right: 10px;
    --hero-mobile-call-bottom: 10px;
  }

  body.theme-football .hero.hero--index{
    padding-top: 94px !important;
    padding-bottom: 24px !important;
  }

  body.theme-football .hero.hero--index .container{
    min-height: calc(100svh - 118px);
  }

  body.theme-football .hero.hero--index.bg-hero::before{
    background-position: 58.5% top !important;
  }

  body.theme-football .hero.hero--index h1.display-5{
    font-size: clamp(1.42rem, 6.4vw, 1.86rem);
    line-height: .92;
  }

  body.theme-football .hero.hero--index .neon-rule{
    width: 102px;
    margin-top: 9px !important;
  }

  body.theme-football .hero.hero--index #heroKpis{
    margin-top: 2px !important;
    --bs-gutter-x: 6px;
  }

  body.theme-football .hero.hero--index .hero-kpi-card{
    min-height: 64px;
    padding: 9px 9px !important;
  }

  body.theme-football .hero.hero--index .hero-kpi-num{
    font-size: .98rem;
  }

  body.theme-football .hero.hero--index .hero-kpi-label{
    font-size: .49rem;
    line-height: 1.1;
  }
}

/* iPhone 15 Pro with browser chrome visible (short viewport on first load) */
@media (min-width: 392px) and (max-width: 395px) and (orientation: portrait) and (max-height: 760px){
  body.theme-football{
    --hero-iphone15-short-cta-min-height: 38px;
    --hero-iphone15-short-cta-font-size: .8rem;
    --hero-iphone15-short-title-size: clamp(1.34rem, 6vw, 1.74rem);
    --hero-iphone15-short-kpi-num-size: .92rem;
    --hero-iphone15-short-kpi-label-size: .56rem;

    --hero-mobile-actions-margin-bottom: 6px;
    --hero-mobile-cta-gap: .36rem;
    --hero-mobile-cta-btn-min-height: var(--hero-iphone15-short-cta-min-height);
    --hero-mobile-cta-btn-padding-y: .42rem;
    --hero-mobile-cta-btn-padding-x: .58rem;
    --hero-mobile-cta-btn-font-size: var(--hero-iphone15-short-cta-font-size);
    --hero-mobile-cta-btn-line-height: 1.08;
    --hero-mobile-call-size: 46px;
    --hero-mobile-call-icon-size: 17px;
    --hero-mobile-call-right: 8px;
    --hero-mobile-call-bottom: 8px;
  }

  body.theme-football .hero.hero--index{
    padding-top: 92px !important;
    padding-bottom: 20px !important;
  }

  body.theme-football .hero.hero--index .container{
    min-height: calc(100svh - 112px);
  }

  body.theme-football .hero.hero--index.bg-hero::before{
    background-position: 59% top !important;
  }

  body.theme-football .hero.hero--index h1.display-5{
    font-size: var(--hero-iphone15-short-title-size);
    line-height: .91;
  }

  body.theme-football .hero.hero--index .neon-rule{
    width: 96px;
    margin-top: 8px !important;
  }

  body.theme-football .hero.hero--index #heroKpis{
    margin-top: 1px !important;
    --bs-gutter-x: 5px;
  }

  body.theme-football .hero.hero--index .hero-mobile-actions .btn{
    min-height: var(--hero-mobile-cta-btn-min-height) !important;
    font-size: var(--hero-mobile-cta-btn-font-size) !important;
    letter-spacing: .012em;
  }

  body.theme-football .hero.hero--index .hero-kpi-card{
    min-height: 60px;
    padding: 8px 8px !important;
  }

  body.theme-football .hero.hero--index .hero-kpi-num{
    font-size: var(--hero-iphone15-short-kpi-num-size);
  }

  body.theme-football .hero.hero--index .hero-kpi-label{
    font-size: var(--hero-iphone15-short-kpi-label-size);
    line-height: 1.08;
  }
}

/* iPhone 17 Pro profile (CSS viewport ~402px) */
@media (min-width: 400px) and (max-width: 404px) and (orientation: portrait){
  body.theme-football{
    --hero-mobile-actions-margin-bottom: 9px;
    --hero-mobile-cta-gap: .46rem;
    --hero-mobile-cta-btn-min-height: 41px;
    --hero-mobile-cta-btn-padding-y: .5rem;
    --hero-mobile-cta-btn-padding-x: .68rem;
    --hero-mobile-cta-btn-font-size: .88rem;
    --hero-mobile-cta-btn-line-height: 1.12;
    --hero-mobile-call-size: 52px;
    --hero-mobile-call-icon-size: 19px;
    --hero-mobile-call-right: 12px;
    --hero-mobile-call-bottom: 12px;
  }

  body.theme-football .hero.hero--index{
    padding-top: 96px !important;
    padding-bottom: 26px !important;
  }

  body.theme-football .hero.hero--index .container{
    min-height: calc(100svh - 122px);
  }

  body.theme-football .hero.hero--index.bg-hero::before{
    background-position: 58% top !important;
  }

  body.theme-football .hero.hero--index h1.display-5{
    font-size: clamp(1.5rem, 6.6vw, 1.98rem);
    line-height: .92;
  }

  body.theme-football .hero.hero--index .neon-rule{
    width: 108px;
    margin-top: 10px !important;
  }

  body.theme-football .hero.hero--index #heroKpis{
    margin-top: 3px !important;
    --bs-gutter-x: 6px;
  }

  body.theme-football .hero.hero--index .hero-kpi-card{
    min-height: 66px;
    padding: 10px 9px !important;
  }

  body.theme-football .hero.hero--index .hero-kpi-num{
    font-size: 1rem;
  }

  body.theme-football .hero.hero--index .hero-kpi-label{
    font-size: .5rem;
    line-height: 1.12;
  }
}

/* iPhone 17 Pro with browser chrome visible (short viewport, e.g. 402x700) */
@media (min-width: 400px) and (max-width: 404px) and (orientation: portrait) and (max-height: 700px){
  body.theme-football{
    --hero-iphone17-short-cta-min-height: 36px;
    --hero-iphone17-short-cta-font-size: .77rem;
    --hero-iphone17-short-title-size: clamp(1.36rem, 6.1vw, 1.78rem);
    --hero-iphone17-short-kpi-num-size: .96rem;
    --hero-iphone17-short-kpi-label-size: .57rem;

    --hero-mobile-actions-margin-bottom: 6px;
    --hero-mobile-cta-gap: .36rem;
    --hero-mobile-cta-btn-min-height: var(--hero-iphone17-short-cta-min-height);
    --hero-mobile-cta-btn-padding-y: .42rem;
    --hero-mobile-cta-btn-padding-x: .58rem;
    --hero-mobile-cta-btn-font-size: var(--hero-iphone17-short-cta-font-size);
    --hero-mobile-cta-btn-line-height: 1.08;
    --hero-mobile-call-size: 46px;
    --hero-mobile-call-icon-size: 17px;
    --hero-mobile-call-right: 8px;
    --hero-mobile-call-bottom: 60px;
  }

  body.theme-football .hero.hero--index{
    padding-top: 92px !important;
    padding-bottom: 20px !important;
  }

  body.theme-football .hero.hero--index .container{
    min-height: calc(100svh - 112px);
  }

  body.theme-football .hero.hero--index.bg-hero::before{
    background-position: 59% top !important;
  }

  body.theme-football .hero.hero--index h1.display-5{
    font-size: var(--hero-iphone17-short-title-size);
    line-height: .91;
  }

  body.theme-football .hero.hero--index .neon-rule{
    width: 98px;
    margin-top: 8px !important;
  }

  body.theme-football .hero.hero--index #heroKpis{
    margin-top: 1px !important;
    --bs-gutter-x: 5px;
  }

  body.theme-football .hero.hero--index .hero-mobile-actions .btn{
    min-height: var(--hero-mobile-cta-btn-min-height) !important;
    font-size: var(--hero-mobile-cta-btn-font-size) !important;
    letter-spacing: .012em;
  }

  body.theme-football .hero.hero--index .hero-kpi-card{
    min-height: 61px;
    padding: 8px 8px !important;
  }

  body.theme-football .hero.hero--index .hero-kpi-num{
    font-size: var(--hero-iphone17-short-kpi-num-size);
  }

  body.theme-football .hero.hero--index .hero-kpi-label{
    font-size: var(--hero-iphone17-short-kpi-label-size);
    line-height: 1.08;
  }
}

@media (min-width: 768px){
  body.theme-football .hero.hero--index{
    --hero-desktop-height: 100svh;
    --hero-desktop-pad-top: 104px;
    --hero-desktop-pad-bottom: 34px;
    --hero-copy-top: clamp(10px, 1.4vw, 24px);
    --hero-copy-left: clamp(56px, 21.5vw, 420px);
    --hero-copy-width: clamp(360px, 30vw, 560px);
    --hero-kpis-bottom: clamp(-10px, 1.6vw, -20px);
    background:
      url("../img/heroBACKS/backgrFHD.webp") center 42% / cover no-repeat;
    display: block;
    box-sizing: border-box;
    min-height: var(--hero-desktop-height);
    padding-top: var(--hero-desktop-pad-top) !important;
    padding-bottom: var(--hero-desktop-pad-bottom) !important;
  }

  body.theme-football .hero.hero--index.bg-hero::before,
  body.theme-football .hero.hero--index.bg-hero::after{
    content: none !important;
    display: none !important;
  }

  body.theme-football .hero.hero--index .container{
    position: relative;
    display: block;
    min-height: calc(var(--hero-desktop-height) - var(--hero-desktop-pad-top) - var(--hero-desktop-pad-bottom));
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  body.theme-football .hero.hero--index > .container{
    width: 100%;
    left: auto;
    transform: none;
  }

  body.theme-football .hero.hero--index .hero-copy{
    position: absolute;
    top: var(--hero-copy-top);
    left: var(--hero-copy-left);
    width: var(--hero-copy-width);
    max-width: none;
    flex: none;
    margin: 0 !important;
    padding-left: 0;
    padding-right: 0;
  }

  body.theme-football .hero.hero--index .hero-intro-row{
    position: static !important;
    display: block;
    margin: 0 !important;
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    min-height: 0;
    align-items: flex-start !important;
    margin-bottom: 0;
  }

  body.theme-football .hero.hero--index h1.display-5{
    max-width: none;
    margin-bottom: 0;
    font-size: clamp(2.55rem, 1.35vw, 4.85rem);
    line-height: .88;
    letter-spacing: .012em;
    font-weight: 400;
  }

  body.theme-football .hero.hero--index #heroTitle{
    display: block;
    max-width: 12.6ch;
    text-wrap: balance;
  }

  body.theme-football .hero.hero--index #heroHighlight{
    display: block;
    white-space: nowrap;
    font-size: 1.02em;
  }

  body.theme-football .hero.hero--index .neon-rule{
    width: 112px;
    margin-top: 10px !important;
    margin-bottom: 16px !important;
  }

  body.theme-football .hero.hero--index #heroSubhead{
    max-width: 26rem;
    font-size: .95rem;
    line-height: 1.38;
  }

  body.theme-football .hero.hero--index .hero-desktop-actions{
    flex-direction: column;
    align-items: flex-start;
    gap: .55rem !important;
    margin-bottom: 0 !important;
  }

  body.theme-football .hero.hero--index .hero-desktop-actions .btn{
    min-height: 46px;
    padding: .62rem 1rem !important;
    line-height: 1.08;
    white-space: normal;
    text-align: left;
    justify-content: flex-start;
    width: auto;
    max-width: 27rem;
  }

  body.theme-football .hero.hero--index .hero-desktop-actions .btn:first-child{
    max-width: 30rem;
  }

  body.theme-football .hero.hero--index #heroKpis{
    position: absolute;
    left: 50%;
    bottom: var(--hero-kpis-bottom);
    transform: translateX(-50%);
    max-width: 970px;
    width: min(970px, calc(100% - 64px));
    align-self: auto;
    margin: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-top: 0;
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
  }

  body.theme-football .hero.hero--index .hero-kpi-card{
    min-height: 86px;
    padding: 14px 16px !important;
  }

  body.theme-football .hero.hero--index .hero-kpi-num{
    font-size: 1.55rem;
    line-height: .92;
    margin-bottom: 6px;
  }

  body.theme-football .hero.hero--index .hero-kpi-label{
    font-size: .78rem;
    line-height: 1.18;
  }

  body.theme-football .hero.hero--index .kpi-grid{
    margin-top: 22px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  body.theme-football .hero.hero--index{
    background-image: url("../img/heroBACKS/backgrTablet.webp");
    --hero-copy-left: clamp(18px, 3vw, 36px);
  }

  body.theme-football .hero.hero--index h1.display-5{
    font-size: 2.1rem;
  }
}

@media (min-width: 992px) and (max-width: 1179px){
  body.theme-football .hero.hero--index{
    background-image: url("../img/heroBACKS/backgrTabletWide.webp");
    --hero-copy-left: clamp(18px, 3vw, 36px);
  }

  body.theme-football .hero.hero--index h1.display-5{
    font-size: 2.1rem;
  }
}

@media (min-width: 1180px) and (max-width: 1366px){
  body.theme-football .hero.hero--index{
    background-image: url("../img/heroBACKS/backgrHD.webp");
    --hero-copy-top: clamp(20px, 2vw, 30px);
    --hero-copy-left: clamp(258px, 22vw, 308px);
    --hero-copy-width: clamp(380px, 31vw, 450px);
    --hero-kpis-bottom: -10px;
    background-position: center 43%;
  }

  body.theme-football{

    --hero-links-strip-max-width: 980px;
    --hero-links-strip-gap-x: 1.25rem;
    --hero-links-strip-card-min-height: 120px;
    --hero-links-strip-card-padding: 10px;
    --hero-links-strip-title-size: 1.22rem;
    --hero-links-strip-text-size: .8rem;
    --hero-links-strip-link-size: .7rem;
    --hero-links-strip-icon-width: 90px;
    --hero-links-strip-location-icon-width: 90px;
  }

  body.theme-football .hero.hero--index h1.display-5{
    font-size: 1.75rem;
  }

  body.theme-football .hero.hero--index #heroTitle{
    max-width: 43ch;
  }

  body.theme-football .hero.hero--index #heroHighlight{
    font-size: 1em;
  }

  body.theme-football .hero.hero--index .neon-rule{
    width: 104px;
    margin-top: 8px !important;
    margin-bottom: 14px !important;
  }

  body.theme-football .hero.hero--index #heroSubhead{
    max-width: 23rem;
    font-size: .88rem;
    line-height: 1.34;
  }

  body.theme-football .hero.hero--index .hero-desktop-actions{
    gap: .5rem !important;
  }

  body.theme-football .hero.hero--index .hero-desktop-actions .btn{
    min-height: 42px;
    max-width: 24rem;
    padding: .54rem .92rem !important;
    font-size: .78rem;
  }

  body.theme-football .hero.hero--index .hero-desktop-actions .btn:first-child{
    max-width: 26rem;
  }

  body.theme-football .hero.hero--index #heroKpis{
    max-width: 900px;
    width: min(900px, calc(100% - 56px));
  }

  body.theme-football .hero.hero--index .hero-kpi-card{
    min-height: 76px;
    padding: 12px 14px !important;
  }

  body.theme-football .hero.hero--index .hero-kpi-num{
    font-size: 1.4rem;
    margin-bottom: 5px;
  }

  body.theme-football .hero.hero--index .hero-kpi-label{
    font-size: .72rem;
    line-height: 1.15;
  }

  body.theme-football .navbar .container{
    gap: .05rem;
  }

  body.theme-football .navbar-brand{
    max-width: 120px !important;
  }

  body.theme-football .navbar .brand-logo{
    max-width: 155px !important;
    height: 46px !important;
  }

  body.theme-football .navbar .nav-link{
    font-size: .68rem;
    padding-left: .42rem;
    padding-right: .42rem;
  }

  body.theme-football .nav-icon-link{
    width: 38px;
    height: 38px;
  }

  body.theme-football .nav-icon-link i{
    font-size: 0.88rem;
  }

  body.theme-football .fab-call{
    width: 58px;
    height: 58px;
  }

  body.theme-football .fab-call i{
    font-size: 22px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){
  body.theme-football .hero.hero--index{
    background-image: url("../img/heroBACKS/hero-bg-mobile.webp");
    background-position: center top;
    background-size: cover;
    --hero-copy-top: clamp(20px, 3vh, 40px);
    --hero-copy-left: clamp(22px, 3.2vw, 34px);
    --hero-copy-width: min(78vw, 560px);
    --hero-kpis-bottom: -12px;
  }

  body.theme-football .hero.hero--index h1.display-5{
    font-size: clamp(2rem, 5.4vw, 2.8rem);
    line-height: .9;
  }

  body.theme-football .hero.hero--index #heroTitle{
    max-width: 10.4ch;
  }

  body.theme-football .hero.hero--index #heroSubhead{
    max-width: min(34rem, 72vw);
    font-size: 1.02rem;
    line-height: 1.34;
  }

  body.theme-football .hero.hero--index .hero-desktop-actions .btn{
    min-height: 44px;
    max-width: min(100%, 34rem);
    font-size: .92rem;
    padding: .58rem .96rem !important;
  }

  body.theme-football .hero.hero--index #heroKpis{
    width: min(980px, calc(100% - 44px));
  }

  body.theme-football .hero.hero--index .hero-kpi-card{
    min-height: 80px;
    padding: 12px 14px !important;
  }

  body.theme-football .hero.hero--index .hero-kpi-num{
    font-size: 1.42rem;
  }

  body.theme-football .hero.hero--index .hero-kpi-label{
    font-size: .72rem;
    line-height: 1.14;
  }
}

@media (min-width: 900px) and (max-width: 1024px) and (orientation: portrait){
  body.theme-football .hero.hero--index{
    --hero-copy-top: clamp(24px, 3.2vh, 46px);
    --hero-copy-width: min(74vw, 600px);
  }

  body.theme-football .hero.hero--index h1.display-5{
    font-size: clamp(2.2rem, 5vw, 3rem);
  }

  body.theme-football .hero.hero--index .hero-desktop-actions .btn{
    min-height: 46px;
    font-size: .95rem;
  }
}

@media (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) and (max-aspect-ratio: 17/10){
  body.theme-football .hero.hero--index{
    --hero-copy-top: clamp(12px, 2vh, 24px);
    --hero-copy-left: clamp(28px, 3.5vw, 72px);
    --hero-copy-width: clamp(400px, 44vw, 620px);
    --hero-kpis-bottom: -10px;
    background-position: center 43%;
  }

  body.theme-football .hero.hero--index h1.display-5{
    font-size: clamp(2rem, 3vw, 2.5rem);
    line-height: .9;
  }

  body.theme-football .hero.hero--index #heroTitle{
    max-width: 12.8ch;
  }

  body.theme-football .hero.hero--index #heroSubhead{
    max-width: 25rem;
    font-size: .94rem;
    line-height: 1.34;
  }

  body.theme-football .hero.hero--index .hero-desktop-actions .btn{
    min-height: 42px;
    max-width: 26rem;
    font-size: .8rem;
    padding: .54rem .9rem !important;
  }

  body.theme-football .hero.hero--index #heroKpis{
    width: min(980px, calc(100% - 56px));
  }

  body.theme-football .hero.hero--index .hero-kpi-card{
    min-height: 76px;
    padding: 11px 13px !important;
  }

  body.theme-football .hero.hero--index .hero-kpi-num{
    font-size: 1.36rem;
  }

  body.theme-football .hero.hero--index .hero-kpi-label{
    font-size: .7rem;
    line-height: 1.12;
  }
}

/* Tablet hero control kit (non-mobile, non-desktop): 768..1366 */
@media (min-width: 768px) and (max-width: 1366px){
  body.theme-football .hero.hero--index{
    --hero-kit-height: 100svh;
    --hero-kit-pad-top: 104px;
    --hero-kit-pad-bottom: 34px;
    --hero-kit-bg-image: url("../img/heroBACKS/backgrTabletWide.webp");
    --hero-kit-bg-position: center 42%;
    --hero-kit-bg-size: cover;

    --hero-kit-copy-top: clamp(14px, 2vh, 28px);
    --hero-kit-copy-left: clamp(24px, 3vw, 64px);
    --hero-kit-copy-width: min(78vw, 620px);

    --hero-kit-h1-size: clamp(2rem, 3.8vw, 2.9rem);
    --hero-kit-h1-line-height: 1;
    --hero-kit-h1-letter-spacing: .012em;
    --hero-kit-title-max-width: 25.8ch;
    --hero-kit-highlight-size: 1em;
    --hero-kit-rule-width: 108px;
    --hero-kit-rule-mt: 8px;
    --hero-kit-rule-mb: 14px;
    --hero-kit-subhead-max-width: min(34rem, 70vw);
    --hero-kit-subhead-size: .96rem;
    --hero-kit-subhead-line-height: 1.34;

    --hero-kit-actions-direction: column;
    --hero-kit-actions-align: flex-start;
    --hero-kit-actions-gap: .5rem;
    --hero-kit-btn-min-height: 43px;
    --hero-kit-btn-pad-y: .56rem;
    --hero-kit-btn-pad-x: .92rem;
    --hero-kit-btn-size: .86rem;
    --hero-kit-btn-line-height: 1.08;
    --hero-kit-btn-width: auto;
    --hero-kit-btn-max-width: min(100%, 28rem);
    --hero-kit-btn-first-max-width: min(100%, 30rem);
    --hero-kit-btn-text-align: left;
    --hero-kit-btn-justify: flex-start;

    --hero-kit-kpis-bottom: -10px;
    --hero-kit-kpis-max-width: 980px;
    --hero-kit-kpis-side-gap: 28px;
    --hero-kit-kpi-grid-mt: 20px;
    --hero-kit-kpi-card-min-height: 78px;
    --hero-kit-kpi-card-pad-y: 12px;
    --hero-kit-kpi-card-pad-x: 14px;
    --hero-kit-kpi-num-size: 1.38rem;
    --hero-kit-kpi-num-line-height: .92;
    --hero-kit-kpi-num-mb: 5px;
    --hero-kit-kpi-label-size: .72rem;
    --hero-kit-kpi-label-line-height: 1.14;

    --hero-kit-fab-size: 58px;
    --hero-kit-fab-icon-size: 22px;
    --hero-kit-fab-right: 20px;
    --hero-kit-fab-bottom: 18px;

    background-image: var(--hero-kit-bg-image) !important;
    background-position: var(--hero-kit-bg-position) !important;
    background-size: var(--hero-kit-bg-size) !important;
    min-height: var(--hero-kit-height);
    padding-top: var(--hero-kit-pad-top) !important;
    padding-bottom: var(--hero-kit-pad-bottom) !important;
  }

  body.theme-football .hero.hero--index .container{
    min-height: calc(var(--hero-kit-height) - var(--hero-kit-pad-top) - var(--hero-kit-pad-bottom));
  }

  body.theme-football .hero.hero--index .hero-copy{
    top: var(--hero-kit-copy-top);
    left: var(--hero-kit-copy-left);
    width: var(--hero-kit-copy-width);
  }

  body.theme-football .hero.hero--index h1.display-5{
    font-size: var(--hero-kit-h1-size);
    line-height: var(--hero-kit-h1-line-height);
    letter-spacing: var(--hero-kit-h1-letter-spacing);
  }

  body.theme-football .hero.hero--index #heroTitle{
    max-width: var(--hero-kit-title-max-width);
  }

  body.theme-football .hero.hero--index #heroHighlight{
    font-size: var(--hero-kit-highlight-size);
  }

  body.theme-football .hero.hero--index .neon-rule{
    width: var(--hero-kit-rule-width);
    margin-top: var(--hero-kit-rule-mt) !important;
    margin-bottom: var(--hero-kit-rule-mb) !important;
  }

  body.theme-football .hero.hero--index #heroSubhead{
    max-width: var(--hero-kit-subhead-max-width);
    font-size: var(--hero-kit-subhead-size);
    line-height: var(--hero-kit-subhead-line-height);
  }

  body.theme-football .hero.hero--index .hero-desktop-actions{
    flex-direction: var(--hero-kit-actions-direction);
    align-items: var(--hero-kit-actions-align);
    gap: var(--hero-kit-actions-gap) !important;
  }

  body.theme-football .hero.hero--index .hero-desktop-actions .btn{
    min-height: var(--hero-kit-btn-min-height);
    padding: var(--hero-kit-btn-pad-y) var(--hero-kit-btn-pad-x) !important;
    font-size: var(--hero-kit-btn-size);
    line-height: var(--hero-kit-btn-line-height);
    width: var(--hero-kit-btn-width);
    max-width: var(--hero-kit-btn-max-width);
    text-align: var(--hero-kit-btn-text-align);
    justify-content: var(--hero-kit-btn-justify);
  }

  body.theme-football .hero.hero--index .hero-desktop-actions .btn:first-child{
    max-width: var(--hero-kit-btn-first-max-width);
  }

  body.theme-football .hero.hero--index #heroKpis{
    bottom: var(--hero-kit-kpis-bottom);
    max-width: var(--hero-kit-kpis-max-width);
    width: min(var(--hero-kit-kpis-max-width), calc(100% - (var(--hero-kit-kpis-side-gap) * 2)));
  }

  body.theme-football .hero.hero--index .kpi-grid{
    margin-top: var(--hero-kit-kpi-grid-mt) !important;
  }

  body.theme-football .hero.hero--index .hero-kpi-card{
    min-height: var(--hero-kit-kpi-card-min-height);
    padding: var(--hero-kit-kpi-card-pad-y) var(--hero-kit-kpi-card-pad-x) !important;
  }

  body.theme-football .hero.hero--index .hero-kpi-num{
    font-size: var(--hero-kit-kpi-num-size);
    line-height: var(--hero-kit-kpi-num-line-height);
    margin-bottom: var(--hero-kit-kpi-num-mb);
  }

  body.theme-football .hero.hero--index .hero-kpi-label{
    font-size: var(--hero-kit-kpi-label-size);
    line-height: var(--hero-kit-kpi-label-line-height);
  }

  body.theme-football .fab-call{
    width: var(--hero-kit-fab-size);
    height: var(--hero-kit-fab-size);
    right: var(--hero-kit-fab-right);
    bottom: var(--hero-kit-fab-bottom);
  }

  body.theme-football .fab-call i{
    font-size: var(--hero-kit-fab-icon-size);
  }
}

/* Tablet portrait compact */
@media (min-width: 768px) and (max-width: 899px) and (orientation: portrait){
  body.theme-football .hero.hero--index{
    --hero-kit-bg-image: url("../img/heroBACKS/hero-bg-mobile.webp");
    --hero-kit-bg-position: center top;
    --hero-kit-copy-top: clamp(20px, 3vh, 40px);
    --hero-kit-copy-left: clamp(20px, 3.5vw, 34px);
    --hero-kit-copy-width: min(82vw, 540px);
    --hero-kit-h1-size: clamp(1.95rem, 5.6vw, 2.55rem);
    --hero-kit-title-max-width: 10.6ch;
    --hero-kit-subhead-max-width: min(32rem, 78vw);
    --hero-kit-subhead-size: .98rem;
    --hero-kit-btn-min-height: 44px;
    --hero-kit-btn-size: .9rem;
    --hero-kit-btn-max-width: min(100%, 32rem);
    --hero-kit-kpis-max-width: 930px;
    --hero-kit-kpis-side-gap: 22px;
    --hero-kit-fab-size: 56px;
    --hero-kit-fab-icon-size: 21px;
  }
}

/* Tablet portrait tall (includes 1080x1920 layout profile) */
@media (min-width: 900px) and (max-width: 1080px) and (orientation: portrait){
  body.theme-football .hero.hero--index{
    --hero-kit-bg-image: url("../img/heroBACKS/hero-bg-mobile.webp");
    --hero-kit-bg-position: center top;
    --hero-kit-copy-top: clamp(24px, 3.2vh, 52px);
    --hero-kit-copy-left: clamp(28px, 3.4vw, 42px);
    --hero-kit-copy-width: min(76vw, 640px);
    --hero-kit-h1-size: clamp(2.25rem, 4.8vw, 3.2rem);
    --hero-kit-title-max-width: 12ch;
    --hero-kit-subhead-max-width: min(38rem, 68vw);
    --hero-kit-subhead-size: 2.04rem;
    --hero-kit-btn-min-height: 46px;
    --hero-kit-btn-size: .96rem;
    --hero-kit-btn-max-width: min(100%, 36rem);
    --hero-kit-btn-first-max-width: min(100%, 38rem);
    --hero-kit-kpis-bottom: -12px;
    --hero-kit-kpis-max-width: 1020px;
    --hero-kit-kpis-side-gap: 26px;
    --hero-kit-kpi-card-min-height: 82px;
    --hero-kit-kpi-num-size: 1.46rem;
    --hero-kit-fab-size: 60px;
    --hero-kit-fab-icon-size: 23px;
  }
}

/* Tablet landscape compact */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape){
  body.theme-football .hero.hero--index{
    --hero-kit-pad-top: 94px;
    --hero-kit-pad-bottom: 28px;
    --hero-kit-copy-top: clamp(10px, 2vh, 22px);
    --hero-kit-copy-left: clamp(16px, 2.8vw, 36px);
    --hero-kit-copy-width: clamp(420px, 47vw, 620px);
    --hero-kit-h1-size: clamp(1.9rem, 3.4vw, 2.45rem);
    --hero-kit-subhead-max-width: 23rem;
    --hero-kit-subhead-size: .9rem;
    --hero-kit-btn-min-height: 42px;
    --hero-kit-btn-size: .8rem;
    --hero-kit-btn-max-width: min(100%, 24rem);
    --hero-kit-btn-first-max-width: min(100%, 26rem);
    --hero-kit-kpis-bottom: -8px;
    --hero-kit-kpis-max-width: 930px;
    --hero-kit-kpis-side-gap: 24px;
    --hero-kit-kpi-grid-mt: 16px;
    --hero-kit-kpi-card-min-height: 74px;
    --hero-kit-kpi-num-size: 1.32rem;
    --hero-kit-kpi-label-size: .69rem;
    --hero-kit-fab-size: 54px;
    --hero-kit-fab-icon-size: 20px;
    --hero-kit-fab-right: 14px;
    --hero-kit-fab-bottom: 10px;
  }
}

/* Tablet landscape wide */
@media (min-width: 1024px) and (max-width: 1179px) and (orientation: landscape){
  body.theme-football .hero.hero--index{
    --hero-kit-bg-image: url("../img/heroBACKS/backgrTabletWide.webp");
    --hero-kit-copy-left: clamp(20px, 3vw, 48px);
    --hero-kit-copy-width: clamp(420px, 44vw, 620px);
  }
}

@media (min-width: 1180px) and (max-width: 1366px) and (orientation: landscape) and (max-aspect-ratio: 17/10){
  body.theme-football .hero.hero--index{
    --hero-kit-bg-image: url("../img/heroBACKS/backgrHD.webp");
    --hero-kit-bg-position: center 43%;
    --hero-kit-copy-top: clamp(14px, 2vh, 26px);
    --hero-kit-copy-left: clamp(240px, 21vw, 320px);
    --hero-kit-copy-width: clamp(380px, 31vw, 460px);
    --hero-kit-h1-size: clamp(1.78rem, 2.4vw, 2.2rem);
    --hero-kit-subhead-max-width: 24rem;
    --hero-kit-subhead-size: .89rem;
    --hero-kit-btn-min-height: 42px;
    --hero-kit-btn-size: .79rem;
    --hero-kit-btn-max-width: 24rem;
    --hero-kit-btn-first-max-width: 26rem;
    --hero-kit-kpis-max-width: 900px;
    --hero-kit-kpis-side-gap: 28px;
    --hero-kit-kpi-card-min-height: 76px;
    --hero-kit-kpi-num-size: 1.4rem;
    --hero-kit-kpi-label-size: .72rem;
  }
}

@media (min-width: 768px) and (max-width: 1366px) and (orientation: portrait){
  body.theme-football .hero.hero--index{
    --hero-kit-bg-image: url("../img/heroBACKS/hero-bg-mobile.webp");
    --hero-kit-bg-position: center top;
  }
}

/* Tablet short-height safety profile */
@media (min-width: 768px) and (max-width: 1366px) and (orientation: landscape) and (max-height: 820px){
  body.theme-football .hero.hero--index{
    --hero-kit-pad-bottom: 24px;
    --hero-kit-subhead-size: .88rem;
    --hero-kit-actions-gap: .42rem;
    --hero-kit-btn-min-height: 40px;
    --hero-kit-btn-pad-y: .48rem;
    --hero-kit-btn-size: .78rem;
    --hero-kit-kpis-bottom: -4px;
    --hero-kit-kpi-grid-mt: 14px;
    --hero-kit-kpi-card-min-height: 70px;
    --hero-kit-kpi-num-size: 1.24rem;
    --hero-kit-kpi-label-size: .66rem;
    --hero-kit-fab-size: 50px;
    --hero-kit-fab-icon-size: 18px;
    --hero-kit-fab-right: 10px;
    --hero-kit-fab-bottom: 8px;
  }
}

@media (min-width: 768px) and (max-width: 1366px) and (orientation: landscape) and (max-height: 700px){
  body.theme-football .hero.hero--index{
    --hero-kit-pad-bottom: 18px;
    --hero-kit-subhead-size: .82rem;
    --hero-kit-btn-min-height: 38px;
    --hero-kit-btn-pad-y: .42rem;
    --hero-kit-btn-size: .74rem;
    --hero-kit-kpis-bottom: 0px;
    --hero-kit-kpi-card-min-height: 66px;
    --hero-kit-kpi-num-size: 1.16rem;
    --hero-kit-kpi-label-size: .62rem;
    --hero-kit-fab-size: 44px;
    --hero-kit-fab-icon-size: 16px;
  }
}

@media (min-width: 1367px) and (max-width: 1769px){
  body.theme-football .hero.hero--index{
    background-image: url("../img/heroBACKS/backgr1600x900.webp");
    --hero-kpis-bottom: -20px;
  }
}

@media (min-width: 1500px) and (max-width: 1699px) and (max-height: 980px){
  body.theme-football .hero.hero--index{
    --hero-copy-top: 18px;
    --hero-copy-left: 336px;
    --hero-copy-width: 470px;
    --hero-kpis-bottom: -12px;
    background-position: center 42.5%;
  }

  body.theme-football{
    --hero-links-strip-max-width: 1140px;
    --hero-links-strip-gap-x: 1rem;
    --hero-links-strip-card-min-height: 126px;
    --hero-links-strip-card-padding: 14px;
    --hero-links-strip-title-size: 1.12rem;
    --hero-links-strip-text-size: .9rem;
    --hero-links-strip-link-size: .92rem;
    --hero-links-strip-icon-width: 102px;
    --hero-links-strip-location-icon-width: 120px;
    --page-block-max-xl: 1180px;
    --page-block-max-xxl: 1380px;
    --page-decor-width: 232px;
    --page-decor-gap: 12px;
    --page-decor-edge-offset: 14px;
  }

  body.theme-football .hero.hero--index h1.display-5{
    font-size: 2.28rem;
  }

  body.theme-football .hero.hero--index #heroTitle{
    max-width: 13.2ch;
  }

  body.theme-football .hero.hero--index #heroHighlight{
    font-size: .98em;
  }

  body.theme-football .hero.hero--index .neon-rule{
    width: 114px;
    margin-top: 10px !important;
    margin-bottom: 14px !important;
  }

  body.theme-football .hero.hero--index #heroSubhead{
    max-width: 24rem;
    font-size: .96rem;
    line-height: 1.38;
  }

  body.theme-football .hero.hero--index .hero-desktop-actions{
    gap: .52rem !important;
  }

  body.theme-football .hero.hero--index .hero-desktop-actions .btn{
    min-height: 46px;
    max-width: 26rem;
    padding: .58rem .98rem !important;
    font-size: .84rem;
  }

  body.theme-football .hero.hero--index .hero-desktop-actions .btn:first-child{
    max-width: 28rem;
  }

  body.theme-football .hero.hero--index #heroKpis{
    max-width: 980px;
    width: min(980px, calc(100% - 64px));
  }

  body.theme-football .hero.hero--index .hero-kpi-card{
    min-height: 84px;
    padding: 12px 14px !important;
  }

  body.theme-football .hero.hero--index .hero-kpi-num{
    font-size: 1.5rem;
    margin-bottom: 5px;
  }

  body.theme-football .hero.hero--index .hero-kpi-label{
    font-size: .74rem;
    line-height: 1.16;
  }

  body.theme-football .navbar .container{
    gap: .48rem;
  }

  body.theme-football .navbar-brand{
    max-width: 36px !important;
  }

  body.theme-football .navbar .brand-logo{
    max-width: 196px !important;
    height: 49px !important;
  }

  body.theme-football .navbar .nav-link{
    font-size: .84rem;
    padding-left: .48rem;
    padding-right: .48rem;
  }

  body.theme-football .nav-icon-link{
    width: 40px;
    height: 40px;
  }

  body.theme-football .nav-icon-link i{
    font-size: 1.12rem;
  }

  body.theme-football .fab-call{
    width: 60px;
    height: 60px;
  }

  body.theme-football .fab-call i{
    font-size: 22px;
  }
}

@media (min-width: 1400px) and (max-width: 1499px) and (max-height: 980px){
  body.theme-football .hero.hero--index{
    --hero-copy-top: 18px;
    --hero-copy-left: 300px;
    --hero-copy-width: 440px;
    --hero-kpis-bottom: -14px;
    background-position: center 43%;
  }

  body.theme-football{
    --hero-links-strip-max-width: 1060px;
    --hero-links-strip-gap-x: 1rem;
    --hero-links-strip-card-min-height: 120px;
    --hero-links-strip-card-padding: 12px;
    --hero-links-strip-title-size: 1.1rem;
    --hero-links-strip-text-size: .88rem;
    --hero-links-strip-link-size: .92rem;
    --hero-links-strip-icon-width: 96px;
    --hero-links-strip-location-icon-width: 112px;
    --page-block-max-xl: 1180px;
    --page-block-max-xxl: 1360px;
    --page-decor-width: 220px;
    --page-decor-gap: 12px;
    --page-decor-edge-offset: 14px;
  }

  body.theme-football .hero.hero--index h1.display-5{
    font-size: 2.85rem;
  }

  body.theme-football .hero.hero--index #heroTitle{
    max-width: 12.8ch;
  }

  body.theme-football .hero.hero--index #heroHighlight{
    font-size: 0.76em;
  }

  body.theme-football .hero.hero--index .neon-rule{
    width: 110px;
    margin-top: 10px !important;
    margin-bottom: 14px !important;
  }

  body.theme-football .hero.hero--index #heroSubhead{
    max-width: 24rem;
    font-size: .94rem;
    line-height: 1.36;
  }

  body.theme-football .hero.hero--index .hero-desktop-actions{
    gap: .5rem !important;
  }

  body.theme-football .hero.hero--index .hero-desktop-actions .btn{
    min-height: 44px;
    max-width: 25rem;
    padding: .56rem .96rem !important;
    font-size: .82rem;
  }

  body.theme-football .hero.hero--index .hero-desktop-actions .btn:first-child{
    max-width: 27rem;
  }

  body.theme-football .hero.hero--index #heroKpis{
    max-width: 960px;
    width: min(960px, calc(100% - 60px));
  }

  body.theme-football .hero.hero--index .hero-kpi-card{
    min-height: 82px;
    padding: 12px 14px !important;
  }

  body.theme-football .hero.hero--index .hero-kpi-num{
    font-size: 1.46rem;
    margin-bottom: 5px;
  }

  body.theme-football .hero.hero--index .hero-kpi-label{
    font-size: .74rem;
    line-height: 1.16;
  }

  body.theme-football .navbar .container{
    gap: .45rem;
  }

  body.theme-football .navbar-brand{
    max-width: 228px !important;
  }

  body.theme-football .navbar .brand-logo{
    max-width: 192px !important;
    height: 48px !important;
  }

  body.theme-football .navbar .nav-link{
    font-size: .82rem;
    padding-left: .46rem;
    padding-right: .46rem;
  }

  body.theme-football .nav-icon-link{
    width: 40px;
    height: 40px;
  }

  body.theme-football .nav-icon-link i{
    font-size: 1.12rem;
  }

  body.theme-football .fab-call{
    width: 60px;
    height: 60px;
  }

  body.theme-football .fab-call i{
    font-size: 22px;
  }
}

@media (min-width: 1770px) and (max-width: 2559px){
  body.theme-football .hero.hero--index{
    --hero-copy-top: 20px;
    --hero-copy-left: 392px;
    --hero-copy-width: 520px;
    --hero-kpis-bottom: -20px;
    background-position: center 42%;
  }

  body.theme-football{
    --hero-links-strip-max-width: 1260px;
    --hero-links-strip-gap-x: 1.25rem;
    --hero-links-strip-card-min-height: 120px;
    --hero-links-strip-card-padding: 16px;
    --hero-links-strip-title-size: 1rem;
    --hero-links-strip-text-size: 1rem;
    --hero-links-strip-link-size: 1rem;
    --hero-links-strip-icon-width: 110px;
    --hero-links-strip-location-icon-width: 128px;
    --page-block-max-xl: 1240px;
    --page-block-max-xxl: 1440px;
    --page-decor-width: 248px;
    --page-decor-gap: 14px;
    --page-decor-edge-offset: 16px;
  }

  body.theme-football .hero.hero--index h1.display-5{
    font-size: 3rem;
  }

  body.theme-football .hero.hero--index #heroTitle{
    max-width: 13.6ch;
  }

  body.theme-football .hero.hero--index #heroHighlight{
    font-size: .98em;
  }

  body.theme-football .hero.hero--index .neon-rule{
    width: 118px;
    margin-top: 12px !important;
    margin-bottom: 16px !important;
  }

  body.theme-football .hero.hero--index #heroSubhead{
    max-width: 26rem;
    font-size: 1rem;
    line-height: 1.4;
  }

  body.theme-football .hero.hero--index .hero-desktop-actions{
    gap: .56rem !important;
  }

  body.theme-football .hero.hero--index .hero-desktop-actions .btn{
    min-height: 48px;
    max-width: 27rem;
    padding: .62rem 1rem !important;
    font-size: .88rem;
  }

  body.theme-football .hero.hero--index .hero-desktop-actions .btn:first-child{
    max-width: 29rem;
  }

  body.theme-football .hero.hero--index #heroKpis{
    max-width: 1080px;
    width: min(1080px, calc(100% - 72px));
  }

  body.theme-football .hero.hero--index .hero-kpi-card{
    min-height: 92px;
    padding: 13px 16px !important;
  }

  body.theme-football .hero.hero--index .hero-kpi-num{
    font-size: 1.62rem;
    margin-bottom: 5px;
  }

  body.theme-football .hero.hero--index .hero-kpi-label{
    font-size: .8rem;
    line-height: 1.16;
  }

  body.theme-football .navbar .container{
    gap: .56rem;
  }

  body.theme-football .navbar-brand{
    max-width: 248px !important;
  }

  body.theme-football .navbar .brand-logo{
    max-width: 205px !important;
    height: 52px !important;
  }

  body.theme-football .navbar .nav-link{
    font-size: .88rem;
    padding-left: .52rem;
    padding-right: .52rem;
  }

  body.theme-football .nav-icon-link{
    width: 42px;
    height: 42px;
  }

  body.theme-football .nav-icon-link i{
    font-size: 1.16rem;
  }

  body.theme-football .fab-call{
    width: 64px;
    height: 64px;
  }

  body.theme-football .fab-call i{
    font-size: 23px;
  }
}

@media (min-width: 2560px){
  body.theme-football .hero.hero--index{
    background-image: url("../img/heroBACKS/backgr2K.webp");
    --hero-copy-top: clamp(24px, 1.8vw, 40px);
    --hero-copy-left: clamp(120px, 18vw, 420px);
    --hero-copy-width: clamp(480px, 28vw, 680px);
    --hero-kpis-bottom: -28px;
    background-position: center 42%;
  }

  body.theme-football{
    --page-2k-content-max-width: 1600px;
    --page-2k-content-margin-x: 10px;
    --page-decor-width: 380px;
    --page-decor-gap: 20px;
    --page-decor-edge-offset: 24px;
  }

  body.theme-football .hero.hero--index h1.display-5{
    font-size: 3.4rem;
    padding-top: 50px;
  }

  body.theme-football .hero.hero--index #heroTitle{
    max-width: 13.2ch;
  }

  body.theme-football .hero.hero--index #heroHighlight{
    font-size: .85em;
  }

  body.theme-football .hero.hero--index .neon-rule{
    width: 132px;
    margin-top: 14px !important;
    margin-bottom: 18px !important;
  }

  body.theme-football .hero.hero--index #heroSubhead{
    max-width: 78rem;
    font-size: 1.54rem;
    line-height: 1.42;
  }

  body.theme-football .hero.hero--index .hero-desktop-actions{
    gap: .72rem !important;
  }

  body.theme-football .hero.hero--index .hero-desktop-actions .btn{
    min-height: 80px;
    max-width: 34rem;
    padding: .78rem 1.18rem !important;
    font-size: 1.32rem;
  }

  body.theme-football .hero.hero--index .hero-desktop-actions .btn:first-child{
    max-width: 36rem;
  }

  body.theme-football .hero.hero--index #heroKpis{
    max-width: 1320px;
    width: min(1320px, calc(100% - 96px));
  }

  body.theme-football .hero.hero--index .hero-kpi-card{
    min-height: 144px;
    padding: 16px 20px !important;
  }

  body.theme-football .hero.hero--index .hero-kpi-num{
    font-size: 2.65rem;
    margin-bottom: 7px;
  }

  body.theme-football .hero.hero--index .hero-kpi-label{
    font-size: 1.1rem;
    line-height: 1.2;
  }

  body.theme-football .navbar .container{
    gap: .9rem;
  }

  body.theme-football .navbar-brand{
    max-width: 320px !important;
  }

  body.theme-football .navbar .brand-logo{
    max-width: 220px !important;
    height: 105px !important;
  }

  body.theme-football .navbar .nav-link{
    font-size: 1.42rem;
    padding-left: .82rem;
    padding-right: .82rem;
  }

  body.theme-football .nav-icon-link{
    width: 72px;
    height: 72px;
  }

  body.theme-football .nav-icon-link i{
    font-size: 1.5rem;
  }

  body.theme-football .fab-call{
    width: 92px;
    height: 92px;
  }

  body.theme-football .fab-call i{
    font-size: 28px;
  }

  body.theme-football .container{
    max-width: 2200px !important;
  }

  body.theme-football[data-page="index"] .section-with-decor > .container{
    max-width: none;
    width: min(
      var(--page-2k-content-max-width),
      calc(100% - (var(--page-2k-content-margin-x) * 2))
    );
    margin-left: auto;
    margin-right: auto;
  }

  body.theme-football[data-page="index"] .section-with-decor .section-layout > .container{
    width: min(
      var(--page-2k-content-max-width),
      calc(100% - (var(--page-2k-content-margin-x) * 2))
    );
  }

}

@media (max-width: 1199.98px){
  body.theme-football .navbar .brand-logo{
    max-width:190px !important;
    height:48px !important;
  }
  body.theme-football .navbar .nav-link{
    font-size:.82rem;
    letter-spacing:.04em;
    padding-left:.48rem;
    padding-right:.48rem;
  }
}

body.theme-football section{
  position:relative;
  background:var(--surface-light);
  color:#141414;
  border-top:3px solid #111;
}

body.theme-football[data-page="index"] .section-decor{
  display:none;
}

@media (min-width: 992px){
  body.theme-football[data-page="index"] .section-with-decor{
    display:block;
  }

  body.theme-football[data-page="index"] .section-with-decor > .container{
    display:block;
    width:100%;
    max-width:var(--page-block-max-lg);
    margin-left:auto;
    margin-right:auto;
    position:relative;
    z-index:1;
  }
}

@media (min-width: 1200px){
  body.theme-football[data-page="index"] .section-with-decor{
    display: block;
  }

  body.theme-football[data-page="index"] .section-with-decor > .container{
    max-width:var(--page-block-max-xl);
  }
}

@media (min-width: 1400px){
  body.theme-football[data-page="index"] .section-with-decor > .container{
    max-width:var(--page-block-max-xxl);
  }
}

@media (max-width: 767.98px){

  body.theme-football .card-dark,
  body.theme-football .glass{
    padding: 12px !important;
  }

  body.theme-football .section-title{
    font-size: 1.35rem !important;
  }

  body.theme-football .section-with-decor--pricing .row{
    row-gap: 12px !important;
  }

  body.theme-football .section-with-decor--coaches .row{
    row-gap: 12px !important;
  }

  body.theme-football .section-with-decor--media .row{
    row-gap: 16px !important;
  }

  body.theme-football .testing-grid{
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  body.theme-football .btn{
    min-height: 48px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px){

  body.theme-football .section-title{
    font-size: 1.5rem !important;
  }

  body.theme-football .snap-carousel{
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (min-width: 992px) and (max-width: 1279.98px){

  body.theme-football .section-title{
    font-size: 1.6rem !important;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px){

}

@media (min-width: 1600px){

  body.theme-football .section-title{
    font-size: 2rem !important;
  }

  body.theme-football .card-dark{
    padding: 28px !important;
  }
}

@media (min-width: 2560px){
  body.theme-football .container{
    max-width: 2200px !important;
  }

  body.theme-football .section-title{
    font-size: 2.4rem !important;
  }

  body.theme-football .card-dark{
    padding: 32px !important;
  }
}
body.theme-football section:nth-of-type(even){
  background:
    linear-gradient(180deg, #f1f1f1, #e6e6e6),
    repeating-linear-gradient(120deg, rgba(0,0,0,.02) 0 2px, transparent 2px 7px);
}
body.theme-football section .muted,
body.theme-football section .section-sub,
body.theme-football section .small{ color:#454545 !important; }

body.theme-football .card-dark{
  border-radius: 8px !important;
  border: 1px solid #E5E7EB !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  background: #ffffff !important;
}

body.theme-football .card-dark.p-3{
  padding: 32px !important;
}

body.theme-football .card-dark.p-4{
  padding: 32px !important;
}

body.theme-football .card-dark.p-3.p-lg-4{
  padding: 32px !important;
}

body.theme-football .section-with-decor--steps .card-dark{
  padding: 28px 24px !important;
}

body.theme-football .section-with-decor--coaches .card-dark{
  border: 2px solid #111 !important;
  border-radius: 2px !important;
  box-shadow: 0 4px 12px rgba(0,0,0,.15) !important;
}

@media (min-width: 992px){
  body.theme-football .profile-media{
    aspect-ratio: 2 / 3;
  }

  body.theme-football .profile-media img{
    object-position: center top !important;
  }
}

body.theme-football .coach-important-card{
  position: relative;
  padding-right: clamp(150px, 13vw, 220px) !important;
}

body.theme-football .coach-important-card .coach-whistle{
  position: absolute;
  top: 14px;
  right: 16px;
  width: clamp(92px, 8vw, 140px);
  height: auto;
  pointer-events: none;
  user-select: none;
  z-index: 1;
}

body.theme-football .coach-important-card .list-check,
body.theme-football .coach-important-card .soft-line,
body.theme-football .coach-important-card .muted.small{
  position: relative;
  z-index: 2;
}

body.theme-football .section-with-decor--coaches .card-dark .glass{
  border-radius: 0 !important;
  border: 2px solid #111 !important;
  background: #e8e8ea !important;
  box-shadow: none !important;
}

body.theme-football .glass,
body.theme-football .media-card,
body.theme-football .testing-card{
  border-radius: 8px !important;
  border: 1px solid #E5E7EB !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1) !important;
}

body.theme-football .section-with-decor--steps .card-dark{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

body.theme-football .section-with-decor--steps .card-dark .d-flex.align-items-center{
  align-items: center !important;
}

body.theme-football .section-with-decor--steps .brand-badge{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

body.theme-football .card-dark h3.fw-black{
  margin-bottom: 20px !important;
  font-size: 1.35rem !important;
}

body.theme-football .card-dark .list-check > div{
  margin-bottom: 12px !important;
}

body.theme-football .card-dark .list-check .bi-check2-circle{
  margin-top: 4px !important;
}

body.theme-football .card-dark .glass{
  border-radius: 8px !important;
  border: 1px solid #E5E7EB !important;
  background: #F9FAFB !important;
  padding: 16px !important;
}

body.theme-football .section-title-wrapper{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(12px, 2.2vw, 28px);
  margin-bottom: 20px;
  min-height: 60px;
}

body.theme-football .section-title-box{
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  max-width: 980px;
  position: relative;
  z-index: 1;
}

body.theme-football .section-decor-img{
  display: none;
  position: static;
  flex: 0 0 auto;
  width: auto;
  max-width: var(--page-decor-width);
  height: auto;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

body.theme-football .section-decor-img--left{
  margin-right: var(--page-decor-gap);
}

body.theme-football .section-decor-img--right{
  margin-left: var(--page-decor-gap);
}

body.theme-football .section-layout{
  display: flex;
  align-items: flex-end;
  position: relative;
}

body.theme-football .section-layout .container{
  flex: 1 1 auto;
  min-width: 0;
}

body.theme-football .section-layout:has(.section-decor-img--left){
  justify-content: flex-start;
}

body.theme-football .section-layout:has(.section-decor-img--left) .container{
  margin-left: 0;
  margin-right: auto;
}

body.theme-football .section-layout:has(.section-decor-img--right){
  justify-content: flex-end;
}

body.theme-football .section-layout:has(.section-decor-img--right) .container{
  margin-left: auto;
  margin-right: 0;
}

body.theme-football .section-layout .section-decor-img--left{
  flex: 0 0 auto;
  width: var(--page-decor-width);
  height: auto;
  margin-right: var(--page-decor-gap);
  align-self: flex-end;
  margin-bottom: 0;
}

body.theme-football .section-layout .section-decor-img--right{
  flex: 0 0 auto;
  width: var(--page-decor-width);
  height: auto;
  margin-left: var(--page-decor-gap);
  align-self: flex-end;
  margin-bottom: 0;
}

body.theme-football .section-layout .section-decor-img--right{
  flex: 0 0 auto;
  width: var(--page-decor-width);
  height: auto;
  margin-left: var(--page-decor-gap);
  align-self: flex-end;
  margin-bottom: 0;
  max-width: none !important;
}

body.theme-football .section-layout .section-decor-img--left{
  max-width: none !important;
}

@media (max-width: 991.98px){
  body.theme-football .section-decor-img{
    display: none;
  }
  body.theme-football .section-layout{
    display: block;
  }
  body.theme-football .section-layout .section-decor-img--left,
  body.theme-football .section-layout .section-decor-img--right{
    display: none;
  }
}

@media (min-width: 992px){
  body.theme-football .section-decor-img{
    display: block;
  }

  
  body.theme-football .section-layout .section-decor-img--left,
  body.theme-football .section-layout .section-decor-img--right{
    display: block;
  }

  body.theme-football .section-with-decor--steps .section-title-box,
  body.theme-football .section-with-decor--result .section-title-box,
  body.theme-football .section-with-decor--media .section-title-box,
  body.theme-football .section-with-decor--chess .section-title-box{
    max-width: min(100%, 860px);
  }

  body.theme-football .section-with-decor--pricing .section-title-box,
  body.theme-football .section-with-decor--coaches .section-title-box,
  body.theme-football .section-with-decor--philosophy .section-title-box,
  body.theme-football .section-with-decor--testing .section-title-box{
    max-width: min(100%, 800px);
  }

  body.theme-football .section-with-decor--steps .section-title-box{
    max-width: min(100%, 760px);
  }

  body.theme-football .section-with-decor--pricing .section-title-box{
    max-width: min(100%, 720px);
  }

  body.theme-football .section-with-decor--coaches .section-title-box{
    max-width: min(100%, 740px);
  }

  body.theme-football .section-with-decor--testing .section-title-box{
    max-width: min(100%, 760px);
  }

  

  

  

  

}

@media (min-width: 992px) and (max-width: 1199.98px){
  body.theme-football .section-title-wrapper{
    gap: 14px;
  }

  body.theme-football .section-title-box{
    max-width: 100%;
  }

  body.theme-football .section-with-decor--steps .section-title-box,
  body.theme-football .section-with-decor--result .section-title-box,
  body.theme-football .section-with-decor--media .section-title-box,
  body.theme-football .section-with-decor--chess .section-title-box,
  body.theme-football .section-with-decor--philosophy .section-title-box,
  body.theme-football .section-with-decor--testing .section-title-box{
    max-width: 100%;
  }

  body.theme-football .section-with-decor--steps .section-title-box,
  body.theme-football .section-with-decor--pricing .section-title-box,
  body.theme-football .section-with-decor--coaches .section-title-box,
  body.theme-football .section-with-decor--testing .section-title-box{
    max-width: min(100%, 720px);
  }
}

@media (min-width: 1200px){
  body.theme-football .section-title-wrapper{
    gap: clamp(16px, 2.4vw, 30px);
  }

  body.theme-football .section-title-box{
    max-width: 960px;
  }

  body.theme-football .section-with-decor--pricing .section-title-box,
  body.theme-football .section-with-decor--coaches .section-title-box,
  body.theme-football .section-with-decor--testing .section-title-box{
    max-width: 760px;
  }

  body.theme-football .section-with-decor--steps .section-title-box{
    max-width: 780px;
  }

  body.theme-football .section-with-decor--pricing .section-title-box{
    max-width: 700px;
  }

  body.theme-football .section-with-decor--coaches .section-title-box{
    max-width: 720px;
  }

  body.theme-football .section-with-decor--testing .section-title-box{
    max-width: 740px;
  }

}

@media (min-width: 1600px){
  body.theme-football .section-title-box{
    max-width: 1020px;
  }

  body.theme-football .section-with-decor--pricing .section-title-box,
  body.theme-football .section-with-decor--coaches .section-title-box,
  body.theme-football .section-with-decor--testing .section-title-box{
    max-width: 820px;
  }

  body.theme-football .section-with-decor--steps .section-title-box{
    max-width: 820px;
  }

  body.theme-football .section-with-decor--pricing .section-title-box{
    max-width: 760px;
  }

  body.theme-football .section-with-decor--coaches .section-title-box{
    max-width: 780px;
  }

  body.theme-football .section-with-decor--testing .section-title-box{
    max-width: 780px;
  }

}

@media (min-width: 992px){
  body.theme-football .section-with-decor--steps > .container{
    position: relative;
  }

  body.theme-football .section-with-decor--steps .section-title-wrapper{
    margin-bottom: 20px;
  }

  body.theme-football .section-with-decor--steps > .container .section-decor-img{
    display: none;
  }

  body.theme-football .section-with-decor--steps .section-title-box{
    max-width: min(100%, 760px);
  }
}

@media (min-width: 1200px){
  body.theme-football .section-with-decor--steps .section-title-box{
    max-width: min(100%, 800px);
  }
}

@media (max-width: 767.98px){
  body.theme-football .card-dark.p-3,
  body.theme-football .card-dark.p-4,
  body.theme-football .card-dark.p-3.p-lg-4{
    padding: 20px !important;
  }

  body.theme-football .section-with-decor--steps .card-dark{
    padding: 20px 16px !important;
  }

  body.theme-football .section-with-decor--coaches .card-dark,
  body.theme-football .section-with-decor--philosophy .card-dark,
  body.theme-football .section-with-decor--chess .card-dark{
    padding: 24px !important;
    border: 2px solid #111 !important;
    border-radius: 2px !important;
  }

  body.theme-football .card-dark h3.fw-black{
    font-size: 1.15rem !important;
  }

  body.theme-football .section-with-decor--steps .brand-badge{
    width: 40px !important;
    height: 40px !important;
  }

  body.theme-football .section-with-decor--steps .brand-badge b{
    font-size: 1.1rem !important;
  }

  body.theme-football .coach-important-card{
    padding-right: 24px !important;
  }

  body.theme-football .coach-important-card .coach-whistle{
    width: 84px;
    top: 10px;
    right: 10px;
    opacity: .92;
  }
}

body.theme-football[data-page="schedule"] main.schedule-top{
  position: relative;
  background:
    linear-gradient(180deg, #f1f1f1, #e6e6e6),
    repeating-linear-gradient(120deg, rgba(0,0,0,.02) 0 2px, transparent 2px 7px);
  color:#141414;
  border-top:3px solid #111;
}
body.theme-football[data-page="camps"] main.camps-top{
  position: relative;
  background:
    linear-gradient(180deg, #f1f1f1, #e6e6e6),
    repeating-linear-gradient(120deg, rgba(0,0,0,.02) 0 2px, transparent 2px 7px);
  color:#141414;
  border-top:3px solid #111;
}
body.theme-football[data-page="camps"] main.camps-top .muted,
body.theme-football[data-page="camps"] main.camps-top .small{
  color:#454545 !important;
}
body.theme-football[data-page="camps"] .camps-panel{
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(17,17,17,.30);
  border-radius: 2px;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
body.theme-football[data-page="camps"] .camps-panel .form-select{
  background-color: rgba(255,255,255,.95) !important;
  border: 1px solid #111 !important;
  border-radius: 2px !important;
  color: #111 !important;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}
body.theme-football[data-page="camps"] .camps-panel .form-select:focus,
body.theme-football[data-page="camps"] .camps-panel .form-select:focus-visible{
  border-color: #111 !important;
  outline: none !important;
  box-shadow: 0 0 0 1px #111, 0 0 0 .2rem rgba(242,196,0,.22) !important;
}
body.theme-football[data-page="camps"] .camps-panel .form-select:hover,
body.theme-football[data-page="camps"] .camps-panel .form-select:active{
  border-color: #111 !important;
  outline: none !important;
  box-shadow: 0 0 0 1px #111, 0 0 0 .2rem rgba(242,196,0,.16) !important;
}
body.theme-football[data-page="camps"] .camps-panel .form-select option{
  background: #fff !important;
  color: #111 !important;
}
body.theme-football[data-page="camps"] .camps-panel .form-select option:checked{
  background: var(--brand-yellow) !important;
  color: #111 !important;
}
body.theme-football[data-page="camps"] .chip{
  background: rgba(255,255,255,.70);
  border: 1px solid rgba(17,17,17,.26);
  color: #202020;
}
body.theme-football[data-page="camps"] .chip button{
  color: #333;
}
body.theme-football[data-page="camps"] .camp-card{
  background: rgba(255,255,255,.74);
  border: 1px solid rgba(17,17,17,.28);
  border-radius: 2px;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
body.theme-football[data-page="camps"] .camp-card .count-badge{
  background: var(--brand-yellow);
  border: 1px solid #111;
  color: #111;
}
body.theme-football[data-page="camps"] .camp-card .lesson{
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(17,17,17,.20);
  border-radius: 2px;
}
body.theme-football[data-page="camps"] .camp-card .lesson:hover{
  border-color: rgba(17,17,17,.45);
}
body.theme-football[data-page="camps"] .camp-card .pill-mini{
  background: var(--brand-yellow) !important;
  border: 1px solid #111 !important;
  color: #111 !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: .45px !important;
}
body.theme-football[data-page="camps"] .camp-card .lesson-time,
body.theme-football[data-page="camps"] .camp-card .lesson-note,
body.theme-football[data-page="camps"] .camp-card .branch-title{
  color:#1f1f1f !important;
}
body.theme-football[data-page="camps"] #campFoundCount{
  color:#111 !important;
}
@media (min-width: 992px){
  body.theme-football[data-page="camps"] .camp-card .lesson-time{
    font-size: 15px !important;
    font-weight: 900 !important;
    letter-spacing: .2px;
  }
  body.theme-football[data-page="camps"] .camp-card .pill-mini{
    font-size: 13px !important;
    font-weight: 800 !important;
    padding: 4px 10px !important;
  }
}
body.theme-football[data-page="camps"] .camp-video-btn{
  border: 1px solid #111 !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 700;
  letter-spacing: .7px;
  box-shadow: 0 4px 0 #111;
  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
}
body.theme-football[data-page="camps"] .camp-video-btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 6px 0 #111;
  filter: brightness(1.04);
}
body.theme-football[data-page="camps"] .camp-video-btn:active{
  transform: translateY(1px);
  box-shadow: 0 2px 0 #111;
}
body.theme-football[data-page="schedule"] main.schedule-top .muted,
body.theme-football[data-page="schedule"] main.schedule-top .small{
  color:#454545 !important;
}
body.theme-football[data-page="schedule"] .schedule-panel{
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(17,17,17,.30);
  border-radius: 2px;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
body.theme-football[data-page="schedule"] .schedule-panel .form-select{
  background-color: rgba(255,255,255,.95) !important;
  border: 1px solid #111 !important;
  border-radius: 2px !important;
  color: #111 !important;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}
body.theme-football[data-page="schedule"] .schedule-panel .form-select:focus,
body.theme-football[data-page="schedule"] .schedule-panel .form-select:focus-visible{
  border-color: #111 !important;
  outline: none !important;
  box-shadow: 0 0 0 1px #111, 0 0 0 .2rem rgba(242,196,0,.22) !important;
}
body.theme-football[data-page="schedule"] .schedule-panel .form-select:hover,
body.theme-football[data-page="schedule"] .schedule-panel .form-select:active{
  border-color: #111 !important;
  outline: none !important;
  box-shadow: 0 0 0 1px #111, 0 0 0 .2rem rgba(242,196,0,.16) !important;
}
body.theme-football[data-page="schedule"] .schedule-panel .form-select option{
  background: #fff !important;
  color: #111 !important;
}
body.theme-football[data-page="schedule"] .schedule-panel .form-select option:checked{
  background: var(--brand-yellow) !important;
  color: #111 !important;
}
body.theme-football[data-page="schedule"] .chip{
  background: rgba(255,255,255,.70);
  border: 1px solid rgba(17,17,17,.26);
  color: #202020;
}
body.theme-football[data-page="schedule"] .chip button{
  color: #333;
}
body.theme-football[data-page="schedule"] .day-col{
  background: rgba(255,255,255,.74);
  border: 1px solid rgba(17,17,17,.28);
  border-radius: 2px;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
body.theme-football[data-page="schedule"] .count-badge{
  background: var(--brand-yellow);
  border: 1px solid #111;
  color: #111;
}
body.theme-football[data-page="schedule"] .branch{
  border-top: 1px solid rgba(17,17,17,.22);
}
body.theme-football[data-page="schedule"] .lesson{
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(17,17,17,.20);
  border-radius: 2px;
}
body.theme-football[data-page="schedule"] .lesson:hover{
  border-color: rgba(17,17,17,.45);
}
body.theme-football[data-page="schedule"] .lesson-time,
body.theme-football[data-page="schedule"] .lesson-note,
body.theme-football[data-page="schedule"] .branch-title,
body.theme-football[data-page="schedule"] .day-name{
  color:#1f1f1f !important;
}
body.theme-football[data-page="schedule"] .empty-day{
  background: rgba(255,255,255,.72);
  border: 1px dashed rgba(17,17,17,.28);
  border-radius: 2px;
}
body.theme-football[data-page="schedule"] .pill-mini{
  background: var(--brand-yellow) !important;
  border: 1px solid #111 !important;
  color: #111 !important;
}
body.theme-football[data-page="schedule"] #foundCount{
  color:#111 !important;
}

body.theme-football[data-page="schedule"] .schedule-acc-item{
  background: transparent !important;
  border: 1px solid rgba(17,17,17,.28) !important;
  border-radius: 2px !important;
  overflow: hidden;
  margin-bottom: 10px;
}
body.theme-football[data-page="schedule"] .schedule-acc-item .accordion-button{
  background: rgba(255,255,255,.82) !important;
  color: #1f1f1f !important;
  border: 0 !important;
  box-shadow: none !important;
}
body.theme-football[data-page="schedule"] .schedule-acc-item .accordion-button:not(.collapsed){
  background: rgba(255,255,255,.92) !important;
  color: #111 !important;
}
body.theme-football[data-page="schedule"] .schedule-acc-item .accordion-button:focus{
  box-shadow: 0 0 0 1px #111 !important;
}
body.theme-football[data-page="schedule"] .schedule-acc-item .accordion-body{
  background: rgba(255,255,255,.76) !important;
}

body.theme-football .section-title,
body.theme-football .tape-title{
  position:relative;
  display:inline-block;
  color:#0e0e0e !important;
  padding:.35rem .95rem .32rem;
  z-index:1;
  isolation:isolate;
}

body.theme-football .tape{
  display:inline-block;
  padding:.28rem .8rem;
  background:var(--brand-yellow);
  color:#101010;
  border:2px solid #111;
  border-radius:2px;
  font-family:var(--ff-heading);
  text-transform:uppercase;
  letter-spacing:.05em;
  transform:skewX(-10deg);
}
body.theme-football .tape > *{ transform:skewX(10deg); display:inline-block; }

body.theme-football .surface-concrete{
  background:
    linear-gradient(180deg, #efefef, #e7e7e7),
    repeating-linear-gradient(110deg, rgba(0,0,0,.02) 0 2px, transparent 2px 7px) !important;
  color:#121212 !important;
}
body.theme-football .soft-line{
  border-top:1px solid rgba(242,196,0,.9) !important;
}
body.theme-football .section-title::before,
body.theme-football .tape-title::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, var(--brand-yellow-2), var(--brand-yellow));
  transform:skewX(-10deg);
  box-shadow:0 2px 0 rgba(0,0,0,.45), 0 8px 16px rgba(0,0,0,.15);
  z-index:-1;
}
body.theme-football .section-title::after,
body.theme-football .tape-title::after{
  content:none;
  position:absolute;
  left:calc(100% + .45rem);
  top:50%;
  transform:translateY(-52%);
  font-size:.58em;
  letter-spacing:.13em;
  color:var(--brand-yellow);
  opacity:.9;
}

body.theme-football .neon-rule{
  background: linear-gradient(90deg, rgba(242,196,0,0), rgba(242,196,0,.9), rgba(242,196,0,0));
  filter: drop-shadow(0 0 10px rgba(242,196,0,.35));
}

body.theme-football .card,
body.theme-football .card-dark,
body.theme-football .glass,
body.theme-football .quiz-modal,
body.theme-football .loc-item,
body.theme-football .map-gate-inner{
  border-radius:2px !important;
  border:2px solid #181818 !important;
  background:linear-gradient(180deg, #f7f7f7, #ececec) !important;
  color:#151515 !important;
  box-shadow:0 2px 0 rgba(0,0,0,.45), 0 10px 22px rgba(0,0,0,.12) !important;
  transition: none !important;
}

body.theme-football .card-dark:hover,
body.theme-football .card:hover{
  box-shadow:0 2px 0 rgba(0,0,0,.45), 0 10px 22px rgba(0,0,0,.12) !important;
  border-color:#181818 !important;
  transform: none !important;
}

body.theme-football .section-with-decor--steps .card-dark:hover{
  box-shadow:0 2px 0 rgba(0,0,0,.45), 0 10px 22px rgba(0,0,0,.12) !important;
  border-color:#181818 !important;
  transform: none !important;
}

body.theme-football .card-popular{
  border:2px solid #f0c400 !important;
  box-shadow:0 2px 0 rgba(0,0,0,.45), 0 16px 40px rgba(240,196,0,.35), 0 2px 0 rgba(255,255,255,.45) inset !important;
}
body.theme-football .card-popular:hover{
  box-shadow:0 2px 0 rgba(0,0,0,.45), 0 16px 40px rgba(240,196,0,.35), 0 2px 0 rgba(255,255,255,.45) inset !important;
  transform: none !important;
}

body.theme-football .card-image img,
body.theme-football .profile-media img,
body.theme-football .philo-photo img{
  transition: none !important;
}

body.theme-football .card-image:hover img,
body.theme-football .profile-card:hover .profile-media img,
body.theme-football .philo-photo:hover img{
  transform: none !important;
  filter: none !important;
}

body.theme-football .card .fw-bold,
body.theme-football .card-dark .fw-bold,
body.theme-football .card-dark .section-title,
body.theme-football .glass .fw-bold{
  color:#111 !important;
}
body.theme-football .card .link-accent,
body.theme-football .card-dark .link-accent,
body.theme-football .link-accent{
  color:#1b1b1b !important;
  font-weight:700;
  text-decoration:none;
}
body.theme-football .card .link-accent:hover,
body.theme-football .card-dark .link-accent:hover,
body.theme-football .link-accent:hover{ color:#000 !important; text-decoration:underline; }

body.theme-football .feature-icon,
body.theme-football .brand-badge,
body.theme-football .icon-pill{
  background:var(--brand-yellow) !important;
  border:2px solid #131313 !important;
  color:#111 !important;
  border-radius:8px !important;
  box-shadow:0 2px 0 rgba(0,0,0,.45) !important;
}

body.theme-football .section-with-decor--steps .brand-badge{
  width: 48px !important;
  height: 48px !important;
  border-radius: 8px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

body.theme-football .section-with-decor--steps .brand-badge b{
  font-size: 1.25rem !important;
  line-height: 1;
}

body.theme-football .section-with-decor--steps .card-dark .d-flex.gap-3{
  gap: 16px !important;
  align-items: center !important;
}

body.theme-football .section-with-decor--steps .fw-bold.fs-5{
  font-size: 1.15rem !important;
  line-height: 1.3;
  margin: 0;
}

body.theme-football .kpi-grid .feature-icon{
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
}
body.theme-football .kpi-grid .feature-icon-img{
  width: 144px !important;
  height: auto !important;
  object-fit: contain !important;
  filter: none !important;
  display: block;
}
body.theme-football .kpi-grid .feature-icon-img[src*="location.webp"]{
  width: 170px !important;
}
body.theme-football .hero-links-strip .kpi-grid .feature-icon-img{
  width: var(--hero-links-strip-icon-width) !important;
}
body.theme-football .hero-links-strip .kpi-grid .feature-icon-img[src*="location.webp"]{
  width: var(--hero-links-strip-location-icon-width) !important;
}

body.theme-football .hero-kpi-card{
  border-radius:2px !important;
  border:4px solid #0f0f0f !important;
  background:
    linear-gradient(180deg, #ffffff, #f2f2f2) !important;
  box-shadow:0 3px 0 rgba(0,0,0,.62), 0 10px 22px rgba(0,0,0,.18) !important;
  color:#151515 !important;
  padding:14px 12px !important;
}
body.theme-football .hero-kpi-num{
  color:#0f0f0f !important;
  font-family:var(--ff-heading);
  letter-spacing:.03em;
}
body.theme-football .hero-kpi-label{
  color:#252525 !important;
  font-family:var(--ff-heading);
  text-transform:uppercase;
  letter-spacing:.045em;
  font-size:.8rem;
}

body.theme-football .btn,
body.theme-football .btn-accent,
body.theme-football .btn-primary{
  border-radius:2px !important;
  text-transform:uppercase;
  font-family:var(--ff-heading);
  letter-spacing:.045em;
  font-weight:400;
  transition:all .16s ease;
}

body.theme-football .btn-accent,
body.theme-football .btn-primary,
body.theme-football .btn-tape{
  color:#0f0f0f !important;
  border:2px solid #0f0f0f !important;
  background:var(--brand-yellow) !important;
  box-shadow:0 2px 0 rgba(0,0,0,.6), 0 8px 16px rgba(0,0,0,.18) !important;
}
body.theme-football .btn-accent:hover,
body.theme-football .btn-primary:hover,
body.theme-football .btn-tape:hover{
  background:var(--brand-yellow-2) !important;
  transform:translateY(-1px);
}
body.theme-football .btn-outline-accent,
body.theme-football .btn-outline-light,
body.theme-football .btn-outline-warning{
  color:var(--brand-yellow) !important;
  border:2px solid var(--brand-yellow) !important;
  background:#121212 !important;
}
body.theme-football .btn-outline-accent:hover,
body.theme-football .btn-outline-light:hover,
body.theme-football .btn-outline-warning:hover{
  color:#111 !important;
  background:var(--brand-yellow) !important;
  border-color:#111 !important;
  box-shadow: 0 0 0 1px #111, 0 2px 0 rgba(0,0,0,.6), 0 8px 16px rgba(0,0,0,.18) !important;
}

body.theme-football .btn-outline-accent:focus,
body.theme-football .btn-outline-accent:focus-visible,
body.theme-football .btn-outline-light:focus,
body.theme-football .btn-outline-light:focus-visible,
body.theme-football .btn-outline-warning:focus,
body.theme-football .btn-outline-warning:focus-visible{
  outline: none !important;
  border-color:#111 !important;
  box-shadow: 0 0 0 2px #111, 0 2px 0 rgba(0,0,0,.6) !important;
}

body.theme-football .btn-tape{
  transform:skewX(-9deg);
}
body.theme-football .btn-tape > *{ transform:skewX(9deg); }

body.theme-football .hero-quiz-cta{
  position: relative;
  overflow: hidden;
  box-shadow:
    0 2px 0 rgba(0,0,0,.72),
    0 10px 22px rgba(184,137,0,.26),
    0 0 0 1px rgba(255,221,77,.35) inset !important;
  animation: heroQuizPulse 2.1s ease-in-out infinite;
}

body.theme-football .hero-quiz-cta::after{
  content: "";
  position: absolute;
  inset: -30% -140%;
  transform: translateX(-62%) skewX(-18deg);
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,.14) 42%,
    rgba(255,255,255,.42) 50%,
    rgba(255,255,255,.14) 58%,
    rgba(255,255,255,0) 100%
  );
  pointer-events: none;
  animation: heroQuizShine 2.1s linear infinite;
}

@media (max-width: 991.98px){
  body.theme-football .hero-mobile-actions .hero-quiz-cta-mobile{
    border-radius: 2px !important;
  }
}

@keyframes heroQuizShine{
  0%{ transform: translateX(-62%) skewX(-18deg); }
  100%{ transform: translateX(62%) skewX(-18deg); }
}

@keyframes heroQuizPulse{
  0%,100%{
    filter: saturate(1);
  }
  50%{
    filter: saturate(1.08);
  }
}

@media (prefers-reduced-motion: reduce){
  body.theme-football .hero-mobile-actions .hero-quiz-cta-mobile{
    animation: none !important;
  }
  body.theme-football .hero-mobile-actions .hero-quiz-cta-mobile::after{
    animation: none !important;
  }
}

body.theme-football .badge,
body.theme-football .pill,
body.theme-football .pill-mini{
  border-radius:2px !important;
  border:1px solid #111 !important;
  background:var(--brand-yellow) !important;
  color:#101010 !important;
  text-transform:uppercase;
  font-family:var(--ff-heading);
  letter-spacing:.04em;
}

body.theme-football .form-control,
body.theme-football .form-select,
body.theme-football input,
body.theme-football textarea,
body.theme-football select{
  background:#121212 !important;
  color:#fff !important;
  border:2px solid #323232 !important;
  border-radius:2px !important;
}
body.theme-football .form-control::placeholder,
body.theme-football input::placeholder,
body.theme-football textarea::placeholder{ color:#9b9b9b !important; }
body.theme-football .form-control:focus,
body.theme-football .form-select:focus,
body.theme-football input:focus,
body.theme-football textarea:focus,
body.theme-football select:focus{
  border-color:var(--brand-yellow) !important;
  box-shadow:0 0 0 .2rem rgba(242,196,0,.24) !important;
}
body.theme-football .form-check-input:checked{
  background-color:var(--brand-yellow);
  border-color:#111;
}

body.theme-football .cs-trigger{
  border-radius: 2px !important;
  border: 2px solid #111 !important;
  background: #fff !important;
  color: #111 !important;
  font-family: var(--ff-heading);
  letter-spacing: .03em;
  text-transform: uppercase;
}
body.theme-football .cs.is-open .cs-trigger,
body.theme-football .cs-trigger:hover{
  box-shadow: 0 0 0 2px rgba(242,196,0,.2) !important;
}
body.theme-football .cs-caret{
  color:#111;
}
body.theme-football .cs-menu{
  border-radius: 2px !important;
  border: 2px solid #111 !important;
  background: #fff !important;
  box-shadow: 0 20px 38px rgba(0,0,0,.22);
}
body.theme-football .cs-option{
  border-radius: 2px !important;
  color: #111 !important;
  font-family: var(--ff-body);
  text-transform: none;
}
body.theme-football .cs-option:hover{
  background: rgba(242,196,0,.2) !important;
  border-color: rgba(17,17,17,.35) !important;
}
body.theme-football .cs-option.is-selected{
  background: var(--brand-yellow) !important;
  border-color: #111 !important;
  color: #111 !important;
}

body.theme-football .accordion-button{
  background:#171717;
  color:#fff;
  border:1px solid #2c2c2c;
  border-radius:2px !important;
}
body.theme-football .accordion-button:not(.collapsed){
  background:#1e1e1e;
  color:var(--brand-yellow-2);
}
body.theme-football .accordion-item{
  border:2px solid #111;
  border-radius:2px !important;
}

body.theme-football .footer-strong{
  background:
    linear-gradient(180deg, rgba(8,8,8,.94), rgba(18,18,18,.96)),
    repeating-linear-gradient(135deg, rgba(255,255,255,.025) 0 1px, transparent 1px 7px);
  border-top:2px solid rgba(242,196,0,.5);
}
body.theme-football .footer-strong .fw-bold,
body.theme-football .footer-strong a.link-accent{
  color:#fff !important;
}
body.theme-football .footer-strong a.link-accent:hover{
  color:var(--brand-yellow-2) !important;
}
body.theme-football .footer-strong .muted,
body.theme-football .footer-strong .small{ color:#cfcfcf !important; }

body.theme-football .social-btn,
body.theme-football .to-top,
body.theme-football .fab-call,
body.theme-football .sticky-cta{
  border-radius:2px !important;
  border:2px solid #141414 !important;
}

body.theme-football .hazard-line{
  height:10px;
  background:repeating-linear-gradient(45deg, #0f0f0f 0 12px, var(--brand-yellow) 12px 24px);
}

@media (max-width: 991.98px){
  body.theme-football .nav-glass .navbar-collapse{
    background:linear-gradient(180deg, #0b0b0b 0%, #151515 100%) !important;
    border:1px solid rgba(242,196,0,.34) !important;
    border-radius:2px !important;
  }
  body.theme-football .nav-glass .navbar-nav{
    align-items:flex-start;
  }
  body.theme-football .nav-glass .navbar-nav .nav-link{
    display:inline-flex !important;
    align-items:center;
    width:auto !important;
    max-width:100%;
    margin:0 0 2px 0;
    padding:10px 0 8px !important;
    border:0 !important;
    border-radius:0 !important;
    background:transparent !important;
    box-shadow:none !important;
    color:rgba(255,255,255,.94) !important;
    line-height:1.18;
    -webkit-tap-highlight-color: transparent;
  }
  body.theme-football .nav-glass .navbar-nav .nav-link::after{
    content:"";
    position:absolute;
    left:0;
    right:auto;
    bottom:2px;
    width:100%;
    height:2px;
    background:var(--brand-yellow) !important;
    transform:scaleX(0);
    transform-origin:left center;
    transition:transform .16s ease-out;
  }
  body.theme-football .nav-glass .navbar-nav .nav-link:hover,
  body.theme-football .nav-glass .navbar-nav .nav-link:focus,
  body.theme-football .nav-glass .navbar-nav .nav-link:focus-visible,
  body.theme-football .nav-glass .navbar-nav .nav-link.active{
    color:var(--brand-yellow) !important;
    background:transparent !important;
    border:0 !important;
    outline:none !important;
    box-shadow:none !important;
  }
  body.theme-football .nav-glass .navbar-nav .nav-link:hover::after,
  body.theme-football .nav-glass .navbar-nav .nav-link:focus::after,
  body.theme-football .nav-glass .navbar-nav .nav-link:focus-visible::after,
  body.theme-football .nav-glass .navbar-nav .nav-link.active::after{
    transform:scaleX(1);
  }

  body.theme-football #nav .nav-item.d-xl-none.mt-2.pt-2.border-top{
    border-top-color: rgba(242,196,0,.36) !important;
  }

  body.theme-football #nav .mini-contact{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 8px 10px;
    border: 1px solid rgba(242,196,0,.68) !important;
    border-radius: 2px !important;
    background: rgba(16,16,16,.9) !important;
    color: #f3f3f3 !important;
    box-shadow: none !important;
    text-decoration: none !important;
  }

  body.theme-football #nav .mini-contact:hover,
  body.theme-football #nav .mini-contact:focus,
  body.theme-football #nav .mini-contact:focus-visible{
    background: rgba(242,196,0,.12) !important;
    border-color: rgba(242,196,0,.9) !important;
    color: #fff !important;
    outline: none !important;
    box-shadow: none !important;
    transform: none !important;
  }

  body.theme-football #nav .mini-contact i{
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 24px;
    font-size: 15px;
    line-height: 1;
    color: var(--brand-yellow) !important;
  }

  body.theme-football #nav .mini-contact .brand-badge{
    width: 30px;
    min-width: 30px;
    height: 24px;
    padding: 0 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 30px;
    border-radius: 2px !important;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .2px;
    line-height: 1;
    overflow: hidden;
  }

  body.theme-football #nav .mini-contact span{
    line-height: 1.05;
  }

  body.theme-football .pricing-signup-mobile-hide{
    display:none !important;
  }
  body.theme-football .section-title::after,
  body.theme-football .tape-title::after{ display:none; }
}

.testing-lightbox{
  position: fixed;
  inset: 0;
  z-index: 4000;
  background: rgba(0,0,0,.78);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
}
.testing-lightbox img{
  max-width: min(96vw, 980px);
  max-height: 90vh;
  width: auto;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 20px 50px rgba(0,0,0,.45);
}
.testing-lightbox-close{
  position: absolute;
  top: 12px;
  right: 14px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.15);
  color: #fff;
  font-size: 28px;
  line-height: 1;
}

body.theme-football .testing-info{
  background:
    linear-gradient(180deg, #121212 0%, #1a1a1a 100%),
    repeating-linear-gradient(135deg, rgba(255,255,255,.025) 0 1px, transparent 1px 7px);
  border: 2px solid #111 !important;
  border-radius: 2px !important;
  box-shadow: 0 14px 30px rgba(0,0,0,.35), 0 1px 0 rgba(255,255,255,.08) inset;
}
body.theme-football .testing-info-title{
  display: inline-block;
  padding: 6px 10px;
  background: var(--brand-yellow);
  color: #0f0f0f !important;
  border: 1px solid #111;
  border-radius: 2px;
  font-family: var(--ff-heading);
  text-transform: uppercase;
  letter-spacing: .05em;
}
body.theme-football .testing-info .muted{
  color: #e7e7e7 !important;
}
body.theme-football .testing-info-box{
  background: rgba(0,0,0,.35) !important;
  border: 1px solid rgba(242,196,0,.45) !important;
  border-radius: 2px !important;
}
body.theme-football .testing-info-list li{
  color: #f3f3f3;
}
body.theme-football .testing-info-list .dot{
  background: var(--brand-yellow);
  box-shadow: 0 0 0 2px rgba(242,196,0,.22);
}

body.theme-football .quiz-modal{
  background:
    linear-gradient(180deg, rgba(10,10,10,.97), rgba(20,20,20,.97)),
    repeating-linear-gradient(135deg, rgba(255,255,255,.02) 0 1px, transparent 1px 7px) !important;
  border: 2px solid rgba(242,196,0,.48) !important;
  border-radius: 2px !important;
  box-shadow: 0 24px 60px rgba(0,0,0,.55) !important;
}
body.theme-football .quiz-modal .modal-header,
body.theme-football .quiz-modal .modal-footer{
  border-color: rgba(242,196,0,.28) !important;
}
body.theme-football .quiz-modal h3,
body.theme-football .quiz-modal .fw-bold{
  color: #fff !important;
}
body.theme-football .quiz-modal .muted{
  color: #c9c9c9 !important;
}
body.theme-football .quiz-modal .progress{
  background: rgba(255,255,255,.08) !important;
  border: 1px solid rgba(242,196,0,.32) !important;
}
body.theme-football .quiz-modal .progress-bar{
  background: linear-gradient(180deg, #ffd84a, #f2c400) !important;
}
body.theme-football .quiz-option{
  background: rgba(16,16,16,.88) !important;
  border: 1px solid rgba(242,196,0,.24) !important;
  border-radius: 2px !important;
}
body.theme-football .quiz-option:hover{
  border-color: rgba(242,196,0,.58) !important;
  box-shadow: 0 12px 32px rgba(0,0,0,.35) !important;
}
body.theme-football .quiz-option .form-check-input{
  border-color: rgba(242,196,0,.52) !important;
  background-color: #111 !important;
}
body.theme-football .quiz-option .form-check-input:checked{
  background-color: var(--brand-yellow) !important;
  border-color: #111 !important;
}
body.theme-football .quiz-option-text{
  color: #f6f6f6 !important;
}
body.theme-football .quiz-picker,
body.theme-football .quiz-input{
  background: #101010 !important;
  border: 2px solid #2f2f2f !important;
  border-radius: 2px !important;
}
body.theme-football .quiz-picker:hover{
  border-color: rgba(242,196,0,.6) !important;
  transform: translateY(-1px);
}
body.theme-football .quiz-picker-option{
  background: rgba(16,16,16,.95) !important;
  border: 1px solid rgba(242,196,0,.24) !important;
  border-radius: 2px !important;
  color: #f4f4f4 !important;
}
body.theme-football .quiz-picker-option:hover,
body.theme-football .quiz-picker-option.is-active{
  border-color: rgba(242,196,0,.58) !important;
  background: rgba(242,196,0,.12) !important;
}
body.theme-football .quiz-result-card{
  border: 1px solid rgba(242,196,0,.24) !important;
  border-radius: 2px !important;
}
body.theme-football .quiz-title-gradient{
  background: none !important;
  color: #fff !important;
  text-shadow: none !important;
}
body.theme-football .quiz-error-inline::before{
  color: var(--brand-yellow) !important;
}

/* Signup modal: remove blue accents, keep brand black+gold style */
body.theme-football #signupModal .modal-content{
  background: linear-gradient(180deg, rgba(14,23,20,.95), rgba(7,11,9,.92)) !important;
  border: 1px solid rgba(190,255,220,.12) !important;
  border-radius: 2px !important;
  box-shadow: 0 24px 60px rgba(0,0,0,.55) !important;
}
body.theme-football #signupModal .modal-header,
body.theme-football #signupModal .modal-footer{
  border-color: rgba(242,196,0,.28) !important;
}
body.theme-football #signupModal .fw-bold{
  color: #fff !important;
}
body.theme-football #signupModal .muted{
  color: #c9c9c9 !important;
}
body.theme-football #signupModal .glass{
  border: 1px solid rgba(242,196,0,.24) !important;
  background: rgba(16,16,16,.9) !important;
  border-radius: 2px !important;
}
body.theme-football #signupModal .card-dark{
  background: linear-gradient(180deg, rgba(14,23,20,.92), rgba(7,11,9,.9)) !important;
  border: 1px solid rgba(190,255,220,.12) !important;
  color: #f3f3f3 !important;
  box-shadow: none !important;
}
body.theme-football #signupModal .card-dark .muted{
  color: #c9c9c9 !important;
}
body.theme-football #signupModal .form-control,
body.theme-football #signupModal .form-select{
  background: #101010 !important;
  border: 2px solid #2f2f2f !important;
  color: #f6f6f6 !important;
  border-radius: 2px !important;
}
body.theme-football #signupModal .form-control::placeholder{
  color: #a9a9a9 !important;
}
body.theme-football #signupModal .form-control:focus,
body.theme-football #signupModal .form-select:focus{
  border-color: var(--brand-yellow) !important;
  box-shadow: 0 0 0 .2rem rgba(242,196,0,.22) !important;
}
body.theme-football #signupModal .link-accent{
  color: var(--brand-yellow) !important;
}
body.theme-football #signupModal .link-accent:hover{
  color: var(--brand-yellow-2) !important;
}
body.theme-football #signupModal .soft-line{
  border-top: 1px solid rgba(242,196,0,.48) !important;
}
body.theme-football #signupModal .icon-pill,
body.theme-football #signupModal .brand-badge{
  background: var(--brand-yellow) !important;
  border: 1px solid #111 !important;
  color: #111 !important;
}
body.theme-football #signupModal .mini-contact{
  background: rgba(16,16,16,.88) !important;
  border: 1px solid rgba(242,196,0,.28) !important;
  color: #f1f1f1 !important;
}
body.theme-football #signupModal .mini-contact:hover{
  border-color: rgba(242,196,0,.62) !important;
  background: rgba(242,196,0,.12) !important;
}
body.theme-football #signupModal .mini-contact i{
  color: var(--brand-yellow) !important;
}
body.theme-football #signupModal .signup-mini-contacts .brand-badge{
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  padding: 0 6px;
  border-radius: 999px !important;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .5px;
  line-height: 1;
  white-space: nowrap;
}

/* Parents modal (mobile "Родителям"): brand style */
body.theme-football #parentsModal .modal-content.parents-modal{
  background: linear-gradient(180deg, rgba(14,23,20,.95), rgba(7,11,9,.92)) !important;
  border: 1px solid rgba(242,196,0,.34) !important;
  border-radius: 2px !important;
  box-shadow: 0 24px 60px rgba(0,0,0,.55) !important;
}
body.theme-football #parentsModal .modal-header{
  border-bottom: 1px solid rgba(242,196,0,.28) !important;
}
body.theme-football #parentsModal .modal-title{
  color: #fff !important;
}
body.theme-football #parentsModal .parents-modal-link{
  background: rgba(16,16,16,.92) !important;
  border: 1px solid rgba(242,196,0,.34) !important;
  border-radius: 2px !important;
  color: #f3f3f3 !important;
  box-shadow: none !important;
}
body.theme-football #parentsModal .parents-modal-link:hover,
body.theme-football #parentsModal .parents-modal-link:focus,
body.theme-football #parentsModal .parents-modal-link:focus-visible{
  background: rgba(242,196,0,.12) !important;
  border-color: rgba(242,196,0,.75) !important;
  color: #fff !important;
  outline: none !important;
  box-shadow: none !important;
}
body.theme-football #parentsModal .parents-modal-link i{
  color: var(--brand-yellow) !important;
  opacity: 1 !important;
}

@media (max-width: 420px){
  body.theme-football #signupModal .modal-dialog{
    margin: 0 !important;
    width: 100vw;
    max-width: 100vw !important;
    height: 100dvh;
  }

  body.theme-football #signupModal .modal-content{
    height: 100dvh;
    min-height: 100dvh;
    border-radius: 0 !important;
  }

  body.theme-football #signupModal .modal-body{
    padding: 10px 10px 8px !important;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  body.theme-football #signupModal .modal-footer{
    padding: 4px 10px 6px !important;
    min-height: 0;
  }

  body.theme-football #signupModal .modal-footer .btn{
    min-height: 30px;
    padding: .3rem .62rem !important;
    font-size: .75rem;
  }

  body.theme-football #signupModal .signup-mini-contacts{
    margin-top: 8px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  body.theme-football #signupModal .mini-contact{
    min-width: 0;
    justify-content: center;
    gap: 4px;
    padding: 8px 6px !important;
    border-radius: 12px !important;
    font-size: 11px;
  }

  body.theme-football #signupModal .mini-contact span{
    font-size: 11px;
    line-height: 1.05;
    white-space: nowrap;
  }

  body.theme-football #signupModal .mini-contact i{
    font-size: 14px;
  }

  body.theme-football #signupModal .signup-mini-contacts .brand-badge{
    min-width: 24px;
    height: 24px;
    padding: 0 5px;
    font-size: 9px;
    letter-spacing: .35px;
  }
}

@media (max-width: 380px){
  body.theme-football #signupModal .modal-header{
    padding: 8px 10px !important;
  }

  body.theme-football #signupModal .modal-title{
    font-size: .9rem !important;
    line-height: 1.15;
  }

  body.theme-football #signupModal .modal-dialog{
    height: 100svh;
  }

  body.theme-football #signupModal .modal-content{
    height: 100svh;
    min-height: 100svh;
    font-size: .94rem;
  }

  body.theme-football #signupModal .modal-body{
    padding: 8px 8px 6px !important;
    padding-bottom: 74px !important;
  }

  body.theme-football #signupModal .row.g-2{
    --bs-gutter-x: .4rem;
    --bs-gutter-y: .4rem;
  }

  body.theme-football #signupModal .form-label{
    margin-bottom: .2rem !important;
    font-size: .78rem !important;
    line-height: 1.12;
  }

  body.theme-football #signupModal .form-control,
  body.theme-football #signupModal .form-select,
  body.theme-football #signupModal .cs-trigger{
    min-height: 36px;
    padding: .34rem .55rem !important;
    font-size: .9rem !important;
  }

  body.theme-football #signupModal textarea.form-control{
    min-height: 60px;
    max-height: 82px;
  }

  body.theme-football #signupModal .muted.small{
    font-size: .72rem !important;
    line-height: 1.2;
  }

  body.theme-football #signupModal .muted.small.mt-2{
    font-size: .78rem !important;
    line-height: 1.22;
  }

  body.theme-football #signupModal .modal-footer{
    display: none !important;
  }

  body.theme-football #signupModal #signupForm button[type="submit"]{
    position: fixed;
    left: 8px;
    right: 8px;
    bottom: max(8px, env(safe-area-inset-bottom));
    z-index: 1065;
    width: calc(100% - 16px);
    min-height: 38px;
    padding: .5rem .75rem !important;
    font-size: .84rem !important;
    box-shadow: 0 10px 24px rgba(0,0,0,.35);
  }

  body.theme-football #signupModal .signup-mini-contacts{
    margin-top: 5px;
    gap: 5px;
  }

  body.theme-football #signupModal .mini-contact{
    padding: 8px 5px !important;
    gap: 4px;
    font-size: 11px;
  }

  body.theme-football #signupModal .mini-contact i{
    font-size: 13px;
  }

  body.theme-football #signupModal .mini-contact span:not(.brand-badge){
    font-size: 10.5px;
    line-height: 1.05;
  }

  body.theme-football #signupModal .signup-mini-contacts .brand-badge{
    min-width: 23px;
    height: 23px;
    font-size: 8.5px;
    letter-spacing: .28px;
  }
}

body.theme-football .bi-check2-circle{
  color: #b88900 !important;
}

body.theme-football .hero .bi-check2-circle{
  color: #b88900 !important;
}

body.theme-football .mobile-inline-decor{
  display: none;
}

@media (min-width: 992px){
  body.theme-football[data-page="index"] .section-with-decor .section-layout{
    display: block;
    position: relative;
    width: 100%;
  }

  body.theme-football[data-page="index"] .section-with-decor .section-layout > .container{
    position: relative;
    z-index: 1;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.theme-football[data-page="index"] .section-with-decor .section-layout > .section-decor-img--left,
  body.theme-football[data-page="index"] .section-with-decor .section-layout > .section-decor-img--right{
    position: absolute;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
  }

  body.theme-football[data-page="index"] .section-with-decor .section-layout > .section-decor-img--left{
    left: var(--page-decor-edge-offset);
  }

  body.theme-football[data-page="index"] .section-with-decor .section-layout > .section-decor-img--right{
    right: var(--page-decor-edge-offset);
  }
}

@media (max-width: 767.98px){
  body.theme-football .section-title-box{
    position: relative;
  }

  body.theme-football .mobile-inline-decor{
    display: block;
    position: absolute;
    right: 6px;
    bottom: 2px;
    width: 56px;
    height: auto;
    opacity: .18;
    pointer-events: none;
    user-select: none;
    z-index: 0;
    filter: saturate(1.05);
  }

  body.theme-football .mobile-inline-decor--steps{
    width: 64px;
    opacity: .2;
    transform: rotate(-8deg);
  }

  body.theme-football .mobile-inline-decor--testing{
    display: none;
  }

  body.theme-football .mobile-inline-decor--coaches{
    width: 62px;
    right: 4px;
    bottom: 6px;
    opacity: .16;
  }

  body.theme-football .mobile-inline-decor--media{
    width: 58px;
    right: 4px;
    bottom: 4px;
    opacity: 1;
  }

  body.theme-football .testing-mobile-cta-wrap{
    position: relative;
    padding-right: 62px;
  }

  body.theme-football .mobile-inline-decor--testing-cta{
    display: block;
    position: absolute;
    right: 8px;
    top: 50%;
    width: 46px;
    height: auto;
    transform: translateY(-50%) rotate(-4deg);
    opacity: 1;
    pointer-events: none;
    user-select: none;
    z-index: 0;
  }

  body.theme-football .section-title-box .section-title,
  body.theme-football .section-title-box .section-sub{
    position: relative;
    z-index: 1;
  }

  body.theme-football .coach-important-card{
    padding-right: 128px !important;
  }

  body.theme-football .coach-important-card .coach-whistle{
    top: 8px;
    right: 8px;
    width: 82px;
    opacity: .95;
  }
}

@media (min-width: 992px) and (max-width: 1919.98px){
  body.theme-football[data-page="index"] .section-with-decor{
    --index-decor-scale: clamp(0.72, calc((100vw - 48px) / 1920px), 1);
    --index-decor-size: calc(var(--index-decor-base-size) * var(--index-decor-scale));
    --index-decor-inset: clamp(14px, calc(var(--index-decor-base-inset) * var(--index-decor-scale)), 24px);
    --index-decor-lane: calc(
      var(--index-decor-size) + (var(--index-decor-inset) * 2) + clamp(8px, 1vw, var(--index-decor-base-gap))
    );
  }

  body.theme-football[data-page="index"] .section-with-decor .section-layout{
    display: block !important;
    position: relative;
    width: 100%;
    padding-left: var(--index-decor-lane);
    padding-right: var(--index-decor-lane);
  }

  body.theme-football[data-page="index"] .section-with-decor .section-layout > .container{
    position: relative;
    z-index: 1;
    width: min(var(--page-block-max-xxl), 100%);
    max-width: none;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.theme-football[data-page="index"] .section-with-decor .section-layout > .section-decor-img--left,
  body.theme-football[data-page="index"] .section-with-decor .section-layout > .section-decor-img--right{
    position: absolute !important;
    bottom: 0;
    z-index: 0;
    display: block;
    width: var(--index-decor-size) !important;
    max-width: none !important;
    height: auto;
    pointer-events: none;
  }

  body.theme-football[data-page="index"] .section-with-decor .section-layout > .section-decor-img--left{
    left: calc(
      var(--index-decor-inset) +
      ((var(--index-decor-lane) - (var(--index-decor-inset) * 2) - var(--index-decor-size)) * .5)
    );
    margin-right: 0;
  }

  body.theme-football[data-page="index"] .section-with-decor .section-layout > .section-decor-img--right{
    right: calc(
      var(--index-decor-inset) +
      ((var(--index-decor-lane) - (var(--index-decor-inset) * 2) - var(--index-decor-size)) * .5)
    );
    margin-left: 0;
  }
}

@media (min-width: 1770px) and (max-width: 2559px){
  body.theme-football .hero-links-strip > .container{
    max-width: var(--hero-links-strip-max-width) !important;
  }

  body.theme-football .hero-links-strip .kpi-grid{
    --bs-gutter-x: var(--hero-links-strip-gap-x) !important;
    --bs-gutter-y: var(--hero-links-strip-gap-y) !important;
  }

  body.theme-football .hero-links-strip .card-dark{
    min-height: var(--hero-links-strip-card-min-height) !important;
  }

  body.theme-football .hero-links-strip .card-dark.p-3{
    padding: var(--hero-links-strip-card-padding) !important;
  }

  body.theme-football .hero-links-strip .fw-bold{
    font-size: var(--hero-links-strip-title-size) !important;
  }

  body.theme-football .hero-links-strip .muted.small{
    font-size: var(--hero-links-strip-text-size) !important;
    line-height: 1.45 !important;
  }

  body.theme-football .hero-links-strip .link-accent.small{
    font-size: var(--hero-links-strip-link-size) !important;
  }

  body.theme-football .hero-links-strip .kpi-grid .feature-icon-img{
    width: var(--hero-links-strip-icon-width) !important;
  }

  body.theme-football .hero-links-strip .kpi-grid .feature-icon-img[src*="location.webp"]{
    width: var(--hero-links-strip-location-icon-width) !important;
  }
}

/* --- Page style alignment: parents-bullying / program / camps --- */
body.theme-football[data-page="parents-bullying"] #siteNav + header.hero,
body.theme-football[data-page="program"] #siteNav + header.hero,
body.theme-football[data-page="camps"] #siteNav + header.hero{
  background: linear-gradient(180deg, #f5f5f5, #ececec) !important;
  border-bottom: 1px solid #d8d8d8;
}

body.theme-football[data-page="parents-bullying"] #siteNav + header.hero h1,
body.theme-football[data-page="program"] #siteNav + header.hero h1,
body.theme-football[data-page="camps"] #siteNav + header.hero h1{
  color: #111 !important;
  text-shadow: none !important;
}

body.theme-football[data-page="parents-bullying"] #siteNav + header.hero .lead,
body.theme-football[data-page="parents-bullying"] #siteNav + header.hero .muted,
body.theme-football[data-page="program"] #siteNav + header.hero .lead,
body.theme-football[data-page="program"] #siteNav + header.hero .muted,
body.theme-football[data-page="camps"] #siteNav + header.hero .lead,
body.theme-football[data-page="camps"] #siteNav + header.hero .muted{
  color: #333 !important;
}

body.theme-football[data-page="parents-bullying"] #siteNav + header.hero .neon-rule,
body.theme-football[data-page="program"] #siteNav + header.hero .neon-rule,
body.theme-football[data-page="camps"] #siteNav + header.hero .neon-rule{
  background: linear-gradient(90deg, rgba(184,137,0,0), rgba(184,137,0,.92), rgba(184,137,0,0)) !important;
  filter: none !important;
}

body.theme-football[data-page="parents-bullying"] .card-dark,
body.theme-football[data-page="parents-bullying"] .glass,
body.theme-football[data-page="parents-bullying"] .card-image,
body.theme-football[data-page="program"] .card-dark,
body.theme-football[data-page="program"] .glass,
body.theme-football[data-page="program"] .card-image,
body.theme-football[data-page="camps"] .card-dark,
body.theme-football[data-page="camps"] .glass,
body.theme-football[data-page="camps"] .card-image{
  border-radius: 2px !important;
}

body.theme-football[data-page="parents-bullying"] .card-image{
  border: 2px solid #111 !important;
  background: rgba(255,255,255,.96) !important;
  box-shadow: none !important;
}

body.theme-football[data-page="program"] .program-tabs .nav-link{
  border-radius: 2px !important;
  border-color: #111 !important;
  color: #111 !important;
  background: #fff !important;
}

body.theme-football[data-page="program"] .program-tabs .nav-link.active,
body.theme-football[data-page="program"] .program-tabs .nav-link:hover{
  background: #f2c400 !important;
  color: #111 !important;
}

body.theme-football[data-page="program"] #home h1 span{
  color: #111 !important;
  text-shadow: none !important;
  letter-spacing: .45px;
  font-weight: 800;
}

/* --- Page style alignment: locations / reviews --- */
body.theme-football[data-page="locations"] #siteNav + header.hero,
body.theme-football[data-page="reviews"] #siteNav + header.hero{
  background: linear-gradient(180deg, #f5f5f5, #ececec) !important;
  border-bottom: 1px solid #d8d8d8;
}

body.theme-football[data-page="locations"] #siteNav + header.hero h1,
body.theme-football[data-page="reviews"] #siteNav + header.hero h1{
  color: #111 !important;
  text-shadow: none !important;
}

body.theme-football[data-page="locations"] #siteNav + header.hero .lead,
body.theme-football[data-page="locations"] #siteNav + header.hero .muted,
body.theme-football[data-page="reviews"] #siteNav + header.hero .lead,
body.theme-football[data-page="reviews"] #siteNav + header.hero .muted{
  color: #333 !important;
}

body.theme-football[data-page="locations"] #siteNav + header.hero .neon-rule,
body.theme-football[data-page="reviews"] #siteNav + header.hero .neon-rule{
  background: linear-gradient(90deg, rgba(184,137,0,0), rgba(184,137,0,.92), rgba(184,137,0,0)) !important;
  filter: none !important;
}

body.theme-football[data-page="locations"] .card-dark,
body.theme-football[data-page="locations"] .glass,
body.theme-football[data-page="locations"] .card-image,
body.theme-football[data-page="locations"] .map-wrap,
body.theme-football[data-page="locations"] #map,
body.theme-football[data-page="locations"] .map-gate-inner,
body.theme-football[data-page="reviews"] .card-dark,
body.theme-football[data-page="reviews"] .glass,
body.theme-football[data-page="reviews"] .card-image,
body.theme-football[data-page="reviews"] .accordion-item{
  border-radius: 2px !important;
}

body.theme-football[data-page="reviews"] .accordion-item{
  background: #fff !important;
  border: 1px solid #111 !important;
  overflow: hidden;
}

body.theme-football[data-page="reviews"] .accordion-button{
  background: #fff !important;
  color: #111 !important;
}

body.theme-football[data-page="reviews"] .accordion-button:not(.collapsed){
  background: #f2c400 !important;
  color: #111 !important;
}

body.theme-football[data-page="reviews"] .accordion-body{
  color: #333 !important;
  background: #fff !important;
}

@media (min-width: 992px){
  body.theme-football[data-page="reviews"] #trajDesktopScroller{
    padding-left: 6px;
    padding-right: 6px;
    gap: 14px;
  }

  body.theme-football[data-page="reviews"] #trajDesktopScroller .snap-item{
    flex: 1 1 0;
    min-width: 0;
  }
}

/* --- Page style alignment: cabinet --- */
body.theme-football[data-page="cabinet"] #siteNav + header.hero{
  background: linear-gradient(180deg, #f5f5f5, #ececec) !important;
  border-bottom: 1px solid #d8d8d8;
}

body.theme-football[data-page="cabinet"] #siteNav + header.hero h1{
  color: #111 !important;
  text-shadow: none !important;
}

body.theme-football[data-page="cabinet"] #siteNav + header.hero .muted{
  color: #333 !important;
}

body.theme-football[data-page="cabinet"] .card-dark,
body.theme-football[data-page="cabinet"] .glass,
body.theme-football[data-page="cabinet"] .card-image{
  border-radius: 2px !important;
}

body.theme-football[data-page="cabinet"] .badge-soft{
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .38rem .62rem;
  border: 1px solid #111;
  border-radius: 2px;
  background: #f2c400;
  color: #111;
  font-weight: 800;
}

/* Hero headline styling: only main city pages (Novosibirsk/Tolyatti hero block) */
body.theme-football .hero.hero--index #heroTitle,
body.theme-football .hero.hero--index #heroHighlight{
  letter-spacing: .07em !important;
  -webkit-text-stroke: 0.35px rgba(0,0,0,.88);
  paint-order: stroke fill;
  text-shadow:
    0 1px 0 rgba(0,0,0,.55),
    0 2px 8px rgba(0,0,0,.35) !important;
}

body.theme-football .hero.hero--index #heroTitle{
  text-shadow:
    0 1px 0 rgba(0,0,0,.62),
    0 4px 12px rgba(0,0,0,.46) !important;
}

/* Top page headings (locations/schedule/reviews/etc): increase letter spacing */
body.theme-football .hero.hero--plain h1.display-6,
body.theme-football .schedule-top h1.display-6,
body.theme-football .schedule-top #schedulePageHeading,
body.theme-football #locationsPageHeading{
  letter-spacing: .045em !important;
}

/* Hero headline spacing tuning (prevent overlap title/highlight) */
body.theme-football .hero.hero--index #heroTitle{
  display: block;
  line-height: 1.03;
  margin-bottom: .08em;
}

body.theme-football .hero.hero--index #heroHighlight{
  display: block;
  margin-top: .14em;
  font-size: .92em;
  line-height: 1.06;
}

@media (max-width: 767.98px){
  body.theme-football .hero.hero--index h1.display-5{
    margin-top: -6px !important;
    line-height: .98 !important;
  }

  body.theme-football .hero.hero--index #heroTitle{
    line-height: 1.08 !important;
    margin-bottom: .12em;
  }

  body.theme-football .hero.hero--index #heroHighlight{
    margin-top: .16em;
    font-size: .88em;
    line-height: 1.1;
  }
}

/* 2K+ desktops: tone down hero headline size */
@media (min-width: 1920px) and (max-width: 2559px){
  body.theme-football .hero.hero--index h1.display-5{
    font-size: 2.72rem !important;
    line-height: .92 !important;
  }

  body.theme-football .hero.hero--index #heroHighlight{
    font-size: .9em !important;
  }
}

@media (min-width: 2560px){
  body.theme-football .hero.hero--index h1.display-5{
    font-size: 2.9rem !important;
    line-height: .92 !important;
    padding-top: 32px !important;
  }

  body.theme-football .hero.hero--index #heroHighlight{
    font-size: .8em !important;
  }
}

/* content-visibility disabled for index sections to prevent mobile repaint flicker on scroll */
