
.leveller-page {
  position: relative;
  z-index: 2;
  padding-top: clamp(1.5rem, 4vw, 3rem);
  padding-bottom: clamp(3rem, 6vw, 5rem);
}

.leveller-page {
  position: relative;
  isolation: isolate;
  overflow: visible;
}

.leveller-page::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: url("../images/topology-background.svg") center/850px auto repeat;
  opacity: 0.60;
  pointer-events: none;
  z-index: 0;
}

.leveller-page > * {
  position: relative;
  z-index: 1;
}

.leveller-page-head {
  display: grid;
  gap: 1rem;
  margin-bottom: clamp(1.5rem, 3vw, 2.4rem);
}

.leveller-page-head .label {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.leveller-page-head h1 {
  margin: 0;
  max-width: 13ch;
  color: var(--black);
  font-size: clamp(2.8rem, 6vw, 5rem);
  line-height: 0.92;
  letter-spacing: -0.04em;
  font-weight: 600;
  text-wrap: balance;
}

.leveller-page-head h1::after {
  content: "";
  display: block;
  width: 72px;
  height: 6px;
  margin-top: 1rem;
  border-radius: 999px;
  background: var(--forest);
}

.leveller-page-head p {
  margin: 0;
  max-width: 62ch;
  color: var(--black);
  font-size: 1.25rem;
  line-height: 1.6;
  text-wrap: pretty;
}

.leveller-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 450px);
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: stretch;
}

.leveller-main {
  display: grid;
  gap: 1.25rem;
  min-width: 0;
}

.level-stage {
  position: relative;
  min-height: 570px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 45%, rgba(255,255,255,.12), transparent 24%),
    radial-gradient(circle at 50% 50%, rgba(80,222,255,.08), transparent 36%),
    linear-gradient(180deg, #141d23 0%, #1a252c 45%, #10181d 100%);
  box-shadow: var(--shadow);
}

.level-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: 82;
  z-index: 0;
}

.level-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, transparent 0 28%, rgba(0,0,0,.05) 48%, rgba(0,0,0,.22) 100%);
  pointer-events: none;
  z-index: 1;
}

.crosshair,
.ring,
.arc-line,
.corner-label,
.van-wrap,
.hole,
.ball {
  position: absolute;
}

.crosshair.h,
.crosshair.v {
  z-index: 2;
  background: rgba(255,255,255,.36);
}

.crosshair.h {
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
}

.crosshair.v {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
}

.ring {
  left: 50%;
  top: 50%;
  border: 2px solid rgba(255,255,255,.34);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.ring.outer {
  width: min(68vw, 520px);
  height: min(68vw, 520px);
  max-width: 78%;
  max-height: 78%;
}

.ring.middle {
  width: min(52vw, 390px);
  height: min(52vw, 390px);
  max-width: 58%;
  max-height: 58%;
  border-style: dashed;
  opacity: .8;
}

.ring.inner {
  width: min(36vw, 270px);
  height: min(36vw, 270px);
  max-width: 40%;
  max-height: 40%;
  border-style: dashed;
  opacity: .48;
}

.arc-line {
  left: 50%;
  top: 50%;
  width: 66%;
  height: 1px;
  background: repeating-linear-gradient(90deg, rgba(255,255,255,.26) 0 12px, transparent 12px 22px);
  transform-origin: center;
  z-index: 2;
}

.arc-line.a {
  transform: translate(-50%, -50%) rotate(45deg);
}

.arc-line.b {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.corner-label {
  width: 66px;
  height: 46px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 850;
  background: rgba(17,25,31,.72);
  border: 1px solid rgba(255,255,255,.2);
  z-index: 3;
}

.corner-label.fl { left: 16.5%; top: 9.5%; }
.corner-label.fr { right: 16.5%; top: 9.5%; }
.corner-label.rl { left: 16.5%; bottom: 10.5%; }
.corner-label.rr { right: 16.5%; bottom: 10.5%; }

.van-wrap {
  left: 50%;
  top: 50%;
  width: min(31%, 250px);
  height: min(82%, 500px);
  transform: translate(-50%, -50%);
  z-index: 4;
  transform-origin: center;
  transition: transform 320ms cubic-bezier(.22,1,.36,1);
}

.van-shadow {
  position: absolute;
  left: 50%;
  bottom: 1.5%;
  width: 92%;
  height: 94%;
  transform: translateX(-50%);
  box-shadow: 0 24px 34px rgba(0,0,0,.34);
  opacity: .55;
}

.van-body {
  position: absolute;
  inset: 0;
  border-radius: 52px 52px 38px 38px;
  background:
    linear-gradient(90deg, rgba(0,0,0,.08), transparent 12%, transparent 88%, rgba(0,0,0,.08)),
    linear-gradient(180deg, #fdfdfc 0%, #eff1f0 44%, #d5dbdb 73%, #f8f9f6 100%);
  border: 2px solid rgba(10,12,12,.54);
  box-shadow: inset 0 0 0 3px rgba(255,255,255,.8), inset 0 -15px 25px rgba(0,0,0,.10);
}

.front-window {
  position: absolute;
  left: 13%;
  right: 13%;
  top: 8%;
  height: 16%;
  border-radius: 30px 30px 14px 14px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.35), transparent 34%),
    linear-gradient(180deg, #20282f 0%, #53606a 100%);
  border: 2px solid rgba(0,0,0,.52);
}

.rear-window {
  position: absolute;
  left: 35%;
  right: 35%;
  bottom: 5.5%;
  height: 7%;
  border-radius: 12px;
  background: linear-gradient(180deg, #333d45, #6c767e);
  border: 2px solid rgba(0,0,0,.42);
}

.bonnet-lines {
  position: absolute;
  left: 18%;
  right: 18%;
  top: 27%;
  height: 16%;
  border-left: 2px solid rgba(0,0,0,.10);
  border-right: 2px solid rgba(0,0,0,.10);
  border-radius: 16px;
}

.roof-lines {
  position: absolute;
  left: 16%;
  right: 16%;
  top: 44%;
  bottom: 16%;
  background: repeating-linear-gradient(90deg, transparent 0 13%, rgba(0,0,0,.12) 13.5% 14.5%, transparent 15% 28%);
  opacity: .75;
}

.central-van-cutout {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 110px;
  height: 110px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(0,0,0,.10);
  border: 1px solid rgba(0,0,0,.18);
  z-index: 1;
}

.side-mirror {
  position: absolute;
  width: 28px;
  height: 14px;
  top: 22%;
  border-radius: 50%;
  background: #1d252b;
  border: 1px solid rgba(255,255,255,.18);
  z-index: -1;
}

.side-mirror.left {
  left: -16px;
  transform: rotate(-22deg);
}

.side-mirror.right {
  right: -16px;
  transform: rotate(22deg);
}

.tyre {
  position: absolute;
  width: 34px;
  height: 86px;
  border-radius: 18px;
  background:
    repeating-linear-gradient(0deg, rgba(255,255,255,.13) 0 3px, transparent 3px 8px),
    linear-gradient(90deg, #050607 0%, #20262a 48%, #050607 100%);
  border: 2px solid #030405;
  box-shadow: inset 0 0 0 3px rgba(255,255,255,.04), 0 5px 12px rgba(0,0,0,.45);
  z-index: 5;
}

.tyre.fl { left: -13px; top: 27%; }
.tyre.fr { right: -13px; top: 27%; }
.tyre.rl { left: -13px; bottom: 12%; }
.tyre.rr { right: -13px; bottom: 12%; }

.tyre::before {
  content: "";
  position: absolute;
  inset: 6px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
}

.hole {
  left: 50%;
  top: 50%;
  width: 126px;
  height: 126px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle at 50% 48%, #000 0 39%, #12171c 40% 54%, #e9f0ef 55% 66%, #5ce1e6 67% 73%, rgba(255,255,255,.28) 74% 78%, transparent 79%);
  box-shadow: inset 0 14px 22px rgba(0,0,0,.78), 0 18px 28px rgba(0,0,0,.34), 0 0 0 6px rgba(255,255,255,.12);
  z-index: 6;
}

.hole::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70px;
  height: 70px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  box-shadow: inset 0 10px 18px rgba(0,0,0,.82);
  background: radial-gradient(circle at 50% 42%, #050505 0 52%, #000 100%);
}

.ball {
  left: 60%;
  top: 39%;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 8;
  transition: left 900ms cubic-bezier(.22,1,.36,1), top 900ms cubic-bezier(.22,1,.36,1), transform 900ms cubic-bezier(.22,1,.36,1), filter 400ms ease;
  filter: drop-shadow(0 14px 16px rgba(0,0,0,.45));
  will-change: left, top, transform;
}

.ball svg {
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: 50% 50%;
  transition: transform 900ms cubic-bezier(.22,1,.36,1);
}

.ball.is-level {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(.78);
  filter: drop-shadow(0 8px 8px rgba(0,0,0,.35));
}

.status-strip {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 1rem;
  align-items: center;
  min-height: 94px;
  padding: 1.2rem 1.55rem;
  color: #fff;
  background: linear-gradient(180deg, #11191f 0%, #1b272f 100%);
  box-shadow: var(--shadow);
}

.level-badge {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 0;
}

.tick {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: var(--forest);
  border: 4px solid currentColor;
  flex: 0 0 auto;
}

.tick svg {
  width: 32px;
  height: 32px;
}

.status-title {
  margin: 0;
  color: #fff;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  font-weight: 850;
}

.status-pill {
  min-width: 148px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: .65rem;
  border: 1px solid rgba(255,255,255,.20);
  padding: .9rem 1rem;
  color: #fff;
  font-weight: 850;
}

.status-pill span {
  color: #5ce1e6;
}

.side-panel {
  overflow: hidden;
  background: #f8f8f8;
  color: var(--text);
  border: 1px solid rgba(47, 74, 61, 0.10);
  box-shadow: var(--shadow);
}

.side-section {
  padding: 1.5rem;
  border-bottom: 1px solid rgba(47, 74, 61, .10);
}

.side-section:last-child {
  border-bottom: 0;
}

.side-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: .85rem;
}

.side-head h2,
.side-section h3 {
  margin: 0;
  color: var(--black);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 700;
}

.side-head h2 {
  font-size: clamp(1.45rem, 2vw, 1.8rem);
}

.side-section h3 {
  font-size: clamp(1.28rem, 2vw, 1.72rem);
}

.enabled-dot {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  color: #353c44;
  font-weight: 750;
  line-height: 1;
  white-space: nowrap;
}

.enabled-dot::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  min-width: 10px;
  max-width: 10px;
  min-height: 10px;
  max-height: 10px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  flex: 0 0 10px;
  background: #5ce1e6;
}

.side-section p {
  margin: 0 0 1.2rem;
  color: var(--black);
  text-wrap: pretty;
}

.action-stack {
  display: grid;
  gap: 1rem;
}

.btn {
  appearance: none;
  min-height: 56px;
  width: 100%;
  border-radius: 0;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  padding: .75rem 1rem;
  background: #353c44;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 850;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.14);
  transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
  background: #2b3138;
  outline: none;
}

.btn.secondary {
  background: #fff;
  color: var(--text);
  border: 1px solid rgba(47, 74, 61, 0.12);
}

.level-row {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  gap: .85rem;
  align-items: center;
  margin-top: 1.1rem;
}

.level-icon {
  width: 40px;
  height: 40px;
  color: var(--forest);
}

.level-copy strong {
  display: block;
  color: #11191f;
  font-size: 1.12rem;
}

.level-copy span {
  color: var(--muted);
  font-weight: 500;
}

.level-value {
  color: #0c6980;
  font-size: 1.9rem;
  font-weight: 900;
}

.slider-line {
  grid-column: 2 / -1;
  position: relative;
  height: 20px;
  margin-top: -.35rem;
}

.slider-line input {
  width: 100%;
  accent-color: #0c6980;
}

.low-high {
  grid-column: 2 / -1;
  display: flex;
  justify-content: space-between;
  margin-top: -.45rem;
  color: var(--muted);
  font-size: .9rem;
}

.tips {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 1rem;
  align-items: start;
}

.tip-icon {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #0c6980;
  background: rgba(92, 225, 230, .16);
}

.tips h3 {
  margin-bottom: .5rem;
}

.tips p {
  margin: 0;
}

.phone-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(10, 16, 24, .72);
  backdrop-filter: blur(10px);
}

.phone-overlay.is-visible {
  display: flex;
}

.phone-card {
  width: min(100%, 420px);
  background: #fff;
  padding: 1.5rem;
  box-shadow: 0 28px 70px rgba(0,0,0,.28);
  text-align: center;
}

.phone-icon {
  width: 86px;
  height: 138px;
  margin: 0 auto 1rem;
  border-radius: 22px;
  border: 5px solid #11191f;
  background: linear-gradient(180deg, #f8f9fa, #dde3e7);
  position: relative;
  box-shadow: 0 16px 28px rgba(0,0,0,.18);
}

.phone-icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 9px;
  width: 28px;
  height: 4px;
  border-radius: 999px;
  background: #11191f;
  transform: translateX(-50%);
}

.phone-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, #111 0 34%, #fff 35% 46%, #5ce1e6 47% 55%, transparent 56%);
  transform: translate(-50%, -50%);
}

.phone-card h2 {
  margin: 0;
  color: var(--black);
  font-size: 1.55rem;
  letter-spacing: -.04em;
}

.phone-card p {
  margin: .75rem 0 1.2rem;
  color: var(--muted);
}

@media (max-width: 1080px) {
  .leveller-shell {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  .leveller-page {
    padding-top: 1rem;
  }

  .leveller-page-head h1 {
    max-width: 11ch;
  }

  .level-stage {
    min-height: 500px;
  }

  .status-strip {
    grid-template-columns: 1fr;
  }

  .status-pill {
    justify-content: space-between;
  }

  .corner-label.fl { left: 8%; }
  .corner-label.fr { right: 8%; }
  .corner-label.rl { left: 8%; }
  .corner-label.rr { right: 8%; }

  .van-wrap {
    width: min(39%, 230px);
  }
}

@media (max-width: 520px) {
  .level-stage {
    min-height: 440px;
  }

  .van-wrap {
    width: 42%;
    height: 78%;
  }

  .hole {
    width: 104px;
    height: 104px;
  }

  .ball {
    width: 50px;
    height: 50px;
  }

  .corner-label {
    width: 54px;
    height: 40px;
    font-size: 1rem;
  }

  .level-row {
    grid-template-columns: 36px 1fr auto;
    gap: .65rem;
  }

  .level-value {
    font-size: 1.55rem;
  }
}



/* ==========================================================
   APP HERO COMPONENT
   Copy from motorhome-app-uk.html so the Leveller page can
   reuse the same hero without modifying global style.css.
========================================================== */

.hero{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  scroll-margin-top:88px;
  background:
    radial-gradient(circle at 9% 6%, rgba(111,127,143,.10), transparent 24%),
    radial-gradient(circle at 92% 8%, rgba(111,127,143,.08), transparent 22%),
    linear-gradient(180deg,#2b3138 0%,#353c44 38%,#48515a 68%,#66717b 86%,#8e98a2 100%);
  color:#f7f8fa;
  padding-bottom:.5rem;
}
.hero::before,.hero::after{
 content:"";
 position:absolute;
 border-radius:50%;
 pointer-events:none;
 z-index:0;
 filter:blur(36px);
 opacity:.95;
 mix-blend-mode:screen;
 will-change:transform,opacity;
}
.hero::before{
 width:520px;height:520px;top:-120px;left:-80px;
 background:radial-gradient(circle,rgba(111,127,143,.42) 0%,rgba(111,127,143,.14) 38%,transparent 72%);
 animation:heroGlowOne 12s ease-in-out infinite alternate;
}
.hero::after{
 width:460px;height:460px;top:-40px;right:-120px;
 background:radial-gradient(circle,rgba(111,127,143,.30) 0%,rgba(111,127,143,.10) 36%,transparent 72%);
 animation:heroGlowTwo 14s ease-in-out infinite alternate;
}
.hero-topology{
 position:absolute;
 top:0;bottom:0;left:50%;
 width:100vw;height:100%;
 transform:translateX(-50%);
 object-fit:cover;
 object-position:center;
 opacity:.28;
 mix-blend-mode:screen;
 pointer-events:none;
 z-index:0;
}
.hero .container,.hero-wrap,.hero-grid{position:relative;z-index:1;}
.hero-wrap{position:relative;overflow:visible;background:transparent;}
.hero-wrap::before{
 content:"";
 position:absolute;
 width:640px;height:640px;
 left:50%;top:-260px;
 transform:translateX(-50%);
 border-radius:50%;
 background:radial-gradient(circle,rgba(111,127,143,.22) 0%,rgba(111,127,143,.10) 40%,transparent 70%);
 filter:blur(6px);
 animation:heroGlowTop 16s ease-in-out infinite alternate;
}
.hero-grid{
 display:grid;
 grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
 gap:clamp(1.5rem,3vw,3rem);
 align-items:center;
 padding:clamp(1.5rem,1.6vw,1.2rem) 0 clamp(.6rem,1.2vw,1.5rem);
}
.hero-copy{display:flex;flex-direction:column;justify-content:center;gap:24px;padding:clamp(1rem,2vw,1.5rem) 0;}
.hero-text{display:flex;flex-direction:column;gap:6px;}
.hero h1{color:#fff;}
.hero-copy p{color:#fff;max-width:48ch;font-size:1.25rem;line-height:1.6;margin:0;}
.hero-intro{font-weight:600;padding-top:1.2rem;}
.button-row{display:flex;flex-wrap:wrap;gap:.85rem;}
.hero-side{display:flex;justify-content:flex-end;align-items:center;}

.hero-tools-cta{display:inline-flex;align-items:center;gap:.75rem;color:#fff;font-weight:700;}
.hero-tools-label{position:relative;padding-bottom:.35rem;}
.hero-tools-label::before,.hero-tools-label::after{content:"";position:absolute;left:0;bottom:0;height:2px;width:100%;}
.hero-tools-label::before{background:rgba(255,255,255,.9);}
.hero-tools-label::after{background:#000;transform:scaleX(0);transform-origin:left;transition:transform .28s ease;}
.hero-tools-cta:hover .hero-tools-label::after{transform:scaleX(1);}
.hero-tools-badge{
 display:inline-flex;align-items:center;justify-content:center;
 width:54px;height:34px;border-radius:999px;
 background:rgba(255,255,255,.12);
 border:1px solid rgba(255,255,255,.18);
 backdrop-filter:blur(8px);
}
.hero-tools-badge svg{width:24px;height:24px;color:#fff;}

@media (max-width:1100px){
 .hero-grid{grid-template-columns:1fr 1fr;}
}
@media (max-width:780px){
 .hero-grid{grid-template-columns:1fr;}
 .hero-copy p{font-size:1.1rem;}
 .hero-side{justify-content:center;margin-top:.5rem;}
}

@keyframes heroGlowTop{
 from{transform:translateX(-50%) scale(1);}
 to{transform:translateX(-50%) scale(1.08);}
}
@keyframes heroGlowOne{
 from{transform:translate3d(0,0,0) scale(1);}
 to{transform:translate3d(70px,30px,0) scale(1.08);}
}
@keyframes heroGlowTwo{
 from{transform:translate3d(0,0,0) scale(1);}
 to{transform:translate3d(-60px,35px,0) scale(1.06);}
}

h1 {
    margin: 0;
    text-wrap: balance;
    letter-spacing: -0.04em;
    font-weight: 600;
    font-size: clamp(2.8rem, 6vw, 5rem);
    line-height: 0.92;
    max-width: 9ch;
  }

  .hero h1 {
    color: #fff;
  }

/* Hero football cursor for leveller page */
.hero-video-shell--click-reveal {
  position: relative;
}

.hero-football-cursor-link {
  position: relative;
  display: block;
  overflow: hidden;
  cursor: none;
  border: 0;
  background: transparent !important;
  box-shadow: none !important;
  appearance: none;
  -webkit-appearance: none;
}

.hero-football-cursor-link img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-football-cursor-link::before,
.hero-football-cursor-link::after {
  content: none !important;
  display: none !important;
}

.hero-cursor-football {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 26px;
  height: 26px;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 5;
  transition: opacity 160ms ease;
  will-change: left, top;
}

.hero-cursor-football svg {
  display: block;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 3px 6px rgba(0,0,0,.28));
}

.hero-football-cursor-link:focus-visible {
  outline: 3px solid rgba(255,255,255,.88);
  outline-offset: 6px;
}

@media (hover: none), (pointer: coarse) {
  .hero-football-cursor-link {
    cursor: pointer;
  }

  .hero-cursor-football {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-cursor-football {
    transition: none;
  }
}

.hero-video-poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: none !important;
}