:root{
  --bv-bg:#0b0b10;
  --bv-bg2:#121218;
  --bv-card:#17171f;
  --bv-card2:#1e1e28;
  --bv-text:#f5f5f7;
  --bv-muted:#c9c9d1;
  --bv-faint:#9a9aa5;
  --bv-accent:#e11d48;
  --bv-accent-dark:#9f1239;
  --bv-hi:#fda4af;
  --bv-border:rgba(245,245,247,.12);
  --bv-radius:14px;
  --bv-font-body:'Lato',system-ui,-apple-system,'Segoe UI',Roboto,sans-serif;
  --bv-font-display:'Bebas Neue',Impact,'Arial Narrow',sans-serif;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:var(--bv-font-body);
  background:var(--bv-bg);
  color:var(--bv-text);
  line-height:1.7;
  font-size:1rem;
  overflow-x:hidden;
}
img{max-width:100%;height:auto;display:block}
a{color:inherit}
h1,h2,h3{font-family:var(--bv-font-display);line-height:1.12;letter-spacing:.02em;font-weight:400}
h1{font-size:clamp(2.6rem,7vw,4.4rem)}
h2.bv-h2{font-size:clamp(1.9rem,4.6vw,2.9rem);margin-bottom:.6rem}
h3{font-size:1.25rem;letter-spacing:.04em}
p{margin-bottom:1rem}
:focus-visible{outline:3px solid var(--bv-hi);outline-offset:3px;border-radius:4px}
.bv-skip{position:absolute;left:-9999px;top:0;background:var(--bv-accent);color:#fff;padding:.6rem 1rem;z-index:2000;border-radius:0 0 8px 0}
.bv-skip:focus{left:0}
.bv-wrap{width:100%;max-width:1180px;margin:0 auto;padding:0 20px}
/* ---------- header ---------- */
.bv-header{position:sticky;top:0;z-index:1000;background:rgba(11,11,16,.92);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--bv-border)}
.bv-header-in{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.8rem 0}
.bv-brand{display:inline-flex;align-items:center;gap:.55rem;text-decoration:none;font-family:var(--bv-font-display);font-size:1.7rem;letter-spacing:.05em;line-height:1}
.bv-brand svg{width:30px;height:30px;flex:none}
.bv-brand .w1{color:var(--bv-text)}
.bv-brand .w2{color:var(--bv-accent)}
.bv-nav{display:none}
.bv-nav ul{display:flex;gap:1.4rem;list-style:none}
.bv-nav a{text-decoration:none;color:var(--bv-muted);font-weight:700;font-size:.92rem}
.bv-nav a:hover{color:var(--bv-hi)}
.bv-header-cta{display:none}
.bv-burger{display:inline-flex;flex-direction:column;gap:5px;padding:.6rem;background:transparent;border:1px solid var(--bv-border);border-radius:8px;cursor:pointer}
.bv-burger span{width:22px;height:2px;background:var(--bv-text);display:block}
.bv-mobile-nav{display:none;border-top:1px solid var(--bv-border);padding:.6rem 0 1rem;background:var(--bv-bg2)}
.bv-mobile-nav.open{display:block}
.bv-mobile-nav ul{list-style:none;display:flex;flex-direction:column}
.bv-mobile-nav a{display:block;padding:.7rem .2rem;text-decoration:none;color:var(--bv-text);font-weight:700;border-bottom:1px solid var(--bv-border)}
.bv-mobile-nav a:hover{color:var(--bv-hi)}
/* ---------- buttons ---------- */
.bv-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.7rem;border-radius:10px;font-weight:900;font-size:1rem;text-decoration:none;border:2px solid transparent;cursor:pointer;line-height:1.3}
.bv-btn-primary{background:var(--bv-accent);color:#fff}
.bv-btn-primary:hover{background:var(--bv-accent-dark)}
.bv-btn-ghost{background:transparent;color:var(--bv-hi);border-color:var(--bv-accent)}
.bv-btn-ghost:hover{background:rgba(225,29,72,.14)}
.bv-btn-sm{padding:.55rem 1.1rem;font-size:.88rem}
/* ---------- hero ---------- */
.bv-hero{position:relative;overflow:hidden;background:var(--bv-bg)}
.bv-wall{position:absolute;inset:0;display:grid;grid-template-columns:repeat(4,1fr);gap:6px;opacity:.5}
.bv-wall img{width:100%;height:100%;object-fit:cover}
.bv-wall-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(11,11,16,.82) 0%,rgba(11,11,16,.68) 45%,var(--bv-bg) 100%)}
.bv-hero-inner{position:relative;text-align:center;padding:4.2rem 0 3.4rem;max-width:860px;margin:0 auto}
.bv-eyebrow{display:inline-block;font-size:.78rem;font-weight:900;letter-spacing:.18em;text-transform:uppercase;color:var(--bv-hi);border:1px solid var(--bv-accent);border-radius:100px;padding:.35rem 1rem;margin-bottom:1.1rem;background:rgba(225,29,72,.12)}
.bv-hero h1{margin-bottom:1rem}
.bv-hero h1 .w2{color:var(--bv-accent)}
.bv-hero-sub{font-size:1.12rem;color:var(--bv-muted);max-width:640px;margin:0 auto 1.6rem}
.bv-hero-cta{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center;margin-bottom:1.6rem}
.bv-chips{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center;list-style:none}
.bv-chips li{font-size:.85rem;font-weight:700;color:var(--bv-text);background:rgba(245,245,247,.07);border:1px solid var(--bv-border);border-radius:100px;padding:.4rem .95rem}
/* ---------- sections ---------- */
.bv-section{padding:3.6rem 0}
.bv-section-alt{background:var(--bv-bg2)}
.bv-kicker{display:inline-block;font-size:.75rem;font-weight:900;letter-spacing:.2em;text-transform:uppercase;color:var(--bv-hi);margin-bottom:.5rem}
.bv-lead{color:var(--bv-muted);font-size:1.08rem;max-width:720px}
.bv-head{max-width:760px;margin-bottom:2rem}
/* ---------- stats bar ---------- */
.bv-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:.9rem;list-style:none;padding:0}
.bv-stat{background:var(--bv-card);border:1px solid var(--bv-border);border-radius:var(--bv-radius);padding:1.2rem;text-align:center}
.bv-stat svg{width:28px;height:28px;stroke:var(--bv-accent);fill:none;stroke-width:2;margin:0 auto .5rem}
.bv-stat b{display:block;font-family:var(--bv-font-display);font-size:1.7rem;letter-spacing:.03em;color:var(--bv-text)}
.bv-stat span{font-size:.82rem;color:var(--bv-faint)}
/* ---------- poster grids ---------- */
.bv-vod-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem}
.bv-poster{background:var(--bv-card);border:1px solid var(--bv-border);border-radius:12px;overflow:hidden}
.bv-poster img{width:100%;aspect-ratio:2/3;object-fit:cover}
.bv-poster figcaption{font-size:.78rem;color:var(--bv-muted);padding:.5rem .6rem}
/* ---------- app cards ---------- */
.bv-app-grid{display:grid;grid-template-columns:1fr;gap:1rem}
.bv-app{display:flex;gap:1rem;align-items:center;background:var(--bv-card);border:1px solid var(--bv-border);border-radius:var(--bv-radius);padding:1rem}
.bv-app img{width:84px;height:120px;object-fit:cover;border-radius:8px;flex:none}
.bv-app h3{margin-bottom:.3rem}
.bv-app p{font-size:.92rem;color:var(--bv-muted);margin:0}
/* ---------- pricing ---------- */
.bv-plans{display:grid;grid-template-columns:1fr;gap:1.2rem}
.bv-plan{position:relative;background:var(--bv-card);border:1px solid var(--bv-border);border-radius:18px;padding:1.8rem 1.5rem;display:flex;flex-direction:column}
.bv-plan-hot{border:2px solid var(--bv-accent);background:var(--bv-card2)}
.bv-flag{position:absolute;top:-14px;right:14px;background:var(--bv-accent);color:#fff;font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em;border-radius:100px;padding:.3rem .9rem}
.bv-plan h3{font-size:1.6rem;margin-bottom:.2rem}
.bv-plan .bv-term{font-size:.85rem;color:var(--bv-faint);margin-bottom:.8rem}
.bv-price{font-family:var(--bv-font-display);font-size:2.6rem;letter-spacing:.02em}
.bv-permonth{color:var(--bv-hi);font-weight:700;margin-bottom:1rem}
.bv-feats{list-style:none;margin-bottom:1.4rem;flex:1}
.bv-feats li{display:flex;gap:.6rem;align-items:flex-start;padding:.4rem 0;font-size:.93rem;color:var(--bv-muted)}
.bv-feats svg{width:18px;height:18px;flex:none;stroke:#4ade80;fill:none;stroke-width:2.4;margin-top:.25rem}
.bv-plan .bv-btn{width:100%}
/* ---------- logo strips ---------- */
.bv-marquee{overflow:hidden;position:relative;padding:1rem 0}
.bv-marquee-track{display:flex;gap:1rem;width:max-content;animation:bvslide 32s linear infinite}
.bv-marquee:hover .bv-marquee-track{animation-play-state:paused}
@keyframes bvslide{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.bv-logo-chip{background:#fff;border-radius:10px;padding:.7rem 1.1rem;display:flex;align-items:center;justify-content:center;min-width:150px;height:64px}
.bv-logo-chip img{max-height:38px;max-width:130px;object-fit:contain}
.bv-league-chip{background:var(--bv-card);border:1px solid var(--bv-border);border-radius:10px;padding:.6rem 1rem;display:flex;align-items:center;min-width:150px;height:64px;justify-content:center}
.bv-league-chip img{max-height:40px;max-width:130px;object-fit:contain}
.bv-pills{display:flex;flex-wrap:wrap;gap:.55rem;list-style:none;padding:0;margin-top:1.2rem}
.bv-pills li{font-size:.86rem;font-weight:700;background:var(--bv-card);border:1px solid var(--bv-border);border-radius:100px;padding:.4rem .95rem;color:var(--bv-muted)}
/* ---------- football covers / sport tiles ---------- */
.bv-cover-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.9rem}
.bv-cover{background:var(--bv-card);border:1px solid var(--bv-border);border-radius:12px;overflow:hidden}
.bv-cover img{width:100%;aspect-ratio:3/4;object-fit:cover}
.bv-tiles{display:grid;grid-template-columns:repeat(2,1fr);gap:.9rem}
.bv-tile{position:relative;border-radius:12px;overflow:hidden;border:1px solid var(--bv-border);min-height:170px;display:flex;align-items:flex-end}
.bv-tile img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.bv-tile span{position:relative;background:linear-gradient(transparent,rgba(11,11,16,.92));width:100%;padding:2.2rem .8rem .8rem;font-weight:900}
/* ---------- devices ---------- */
.bv-device-hero{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:1.6rem}
.bv-device-hero img{border-radius:var(--bv-radius);border:1px solid var(--bv-border);width:100%}
.bv-device-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.9rem}
.bv-device{background:var(--bv-card);border:1px solid var(--bv-border);border-radius:var(--bv-radius);padding:1.1rem;text-align:center}
.bv-device svg{width:30px;height:30px;stroke:var(--bv-accent);fill:none;stroke-width:1.8;margin:0 auto .5rem}
.bv-device h3{font-size:1.05rem;margin-bottom:.25rem}
.bv-device p{font-size:.85rem;color:var(--bv-muted);margin:0}
.bv-center{margin-top:1.6rem;text-align:center}
/* ---------- steps ---------- */
.bv-steps{display:grid;grid-template-columns:1fr;gap:1rem;counter-reset:step;list-style:none;padding:0}
.bv-steps li{background:var(--bv-card);border:1px solid var(--bv-border);border-radius:var(--bv-radius);padding:1.4rem;position:relative}
.bv-steps b.bv-num{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:var(--bv-accent);color:#fff;font-family:var(--bv-font-display);font-size:1.3rem;margin-bottom:.6rem}
.bv-steps h3{margin-bottom:.3rem}
.bv-steps p{color:var(--bv-muted);margin:0;font-size:.95rem}
/* ---------- reviews ---------- */
.bv-reviews{display:grid;grid-template-columns:1fr;gap:1rem}
.bv-review{background:var(--bv-card);border:1px solid var(--bv-border);border-left:4px solid var(--bv-accent);border-radius:12px;padding:1.4rem}
.bv-stars{display:flex;gap:3px;margin-bottom:.7rem}
.bv-stars svg{width:18px;height:18px;fill:var(--bv-accent);stroke:none}
.bv-review p{font-style:italic;color:var(--bv-muted);font-size:.95rem}
.bv-who{font-style:normal;font-weight:900;color:var(--bv-text)}
.bv-who small{display:block;font-weight:400;color:var(--bv-faint)}
/* ---------- features ---------- */
.bv-feat-grid{display:grid;grid-template-columns:1fr;gap:1rem}
.bv-feat{background:var(--bv-card);border:1px solid var(--bv-border);border-radius:var(--bv-radius);padding:1.4rem}
.bv-feat svg{width:30px;height:30px;stroke:var(--bv-accent);fill:none;stroke-width:1.8;margin-bottom:.6rem}
.bv-feat h3{margin-bottom:.3rem}
.bv-feat p{color:var(--bv-muted);font-size:.93rem;margin:0}
/* ---------- faq ---------- */
.bv-faq{max-width:820px}
.bv-faq details{background:var(--bv-card);border:1px solid var(--bv-border);border-radius:12px;margin-bottom:.7rem;overflow:hidden}
.bv-faq details[open]{border-color:var(--bv-accent)}
.bv-faq summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 1.2rem;font-weight:900}
.bv-faq summary::-webkit-details-marker{display:none}
.bv-faq summary::after{content:"+";color:var(--bv-accent);font-size:1.5rem;font-weight:900;flex:none}
.bv-faq details[open] summary::after{content:"–"}
.bv-faq .bv-a{padding:0 1.2rem 1.2rem;color:var(--bv-muted)}
.bv-faq .bv-a p{margin-bottom:.6rem}
.bv-faq .bv-a p:last-child{margin-bottom:0}
/* ---------- final cta / seo ---------- */
.bv-final{background:linear-gradient(135deg,rgba(225,29,72,.22),rgba(225,29,72,.05));border:1px solid var(--bv-accent);border-radius:22px;text-align:center;padding:2.6rem 1.6rem;max-width:760px;margin:0 auto}
.bv-final p{color:var(--bv-muted)}
.bv-seo{color:var(--bv-muted)}
.bv-seo p{margin-bottom:1rem}
/* ---------- footer ---------- */
.bv-footer{border-top:1px solid var(--bv-border);background:#08080c;padding:3rem 0 1.6rem;margin-top:1rem}
.bv-foot-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}
.bv-foot-blurb{color:var(--bv-faint);font-size:.92rem;max-width:320px}
.bv-footer h2{font-size:1rem;font-family:var(--bv-font-body);font-weight:900;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.8rem;color:var(--bv-text)}
.bv-footer ul{list-style:none}
.bv-footer li{margin-bottom:.45rem}
.bv-footer a{color:var(--bv-muted);text-decoration:none;font-size:.92rem}
.bv-footer a:hover{color:var(--bv-hi)}
.bv-lang{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;padding:0}
.bv-mail{color:var(--bv-hi);font-weight:700}
.bv-copy{border-top:1px solid var(--bv-border);padding-top:1.2rem;text-align:center;color:var(--bv-faint);font-size:.85rem}
/* ---------- lang switcher ---------- */
.bv-switch{display:flex;flex-wrap:wrap;gap:.45rem;list-style:none;padding:0;margin-top:1rem}
.bv-switch a{font-size:.8rem;font-weight:700;text-decoration:none;border:1px solid var(--bv-border);border-radius:100px;padding:.25rem .7rem;color:var(--bv-muted)}
.bv-switch a[aria-current="page"]{background:var(--bv-accent);border-color:var(--bv-accent);color:#fff}
.bv-switch a:hover{color:var(--bv-hi);border-color:var(--bv-accent)}
/* ---------- responsive ---------- */
@media(min-width:768px){
  .bv-nav{display:block}
  .bv-burger{display:none}
  .bv-mobile-nav{display:none}
  .bv-header-cta{display:inline-flex}
  .bv-vod-grid{grid-template-columns:repeat(4,1fr)}
  .bv-app-grid{grid-template-columns:repeat(2,1fr)}
  .bv-plans{grid-template-columns:repeat(2,1fr)}
  .bv-cover-grid{grid-template-columns:repeat(3,1fr)}
  .bv-tiles{grid-template-columns:repeat(3,1fr)}
  .bv-device-grid{grid-template-columns:repeat(4,1fr)}
  .bv-steps{grid-template-columns:repeat(3,1fr)}
  .bv-reviews{grid-template-columns:repeat(3,1fr)}
  .bv-feat-grid{grid-template-columns:repeat(2,1fr)}
  .bv-stats{grid-template-columns:repeat(4,1fr)}
  .bv-device-hero{grid-template-columns:repeat(2,1fr)}
  .bv-foot-grid{grid-template-columns:2fr 1fr 1fr}
  .bv-section{padding:4.5rem 0}
}
@media(min-width:1280px){
  .bv-plans{grid-template-columns:repeat(4,1fr)}
  .bv-vod-grid{grid-template-columns:repeat(6,1fr)}
  .bv-app-grid{grid-template-columns:repeat(3,1fr)}
  .bv-feat-grid{grid-template-columns:repeat(3,1fr)}
  .bv-cover-grid{grid-template-columns:repeat(6,1fr)}
  .bv-tiles{grid-template-columns:repeat(6,1fr)}
  .bv-wall{grid-template-columns:repeat(8,1fr)}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .bv-marquee-track{animation:none;flex-wrap:wrap;width:auto}
}
/* ---------- print ---------- */
@media print{
  .bv-header,.bv-hero-cta,.bv-final,.bv-marquee,.bv-wall,.bv-burger,.bv-mobile-nav,.bv-switch{display:none}
  body{background:#fff;color:#000;font-size:11pt}
  .bv-section{padding:1rem 0}
  .bv-plan,.bv-feat,.bv-review,.bv-app,.bv-device,.bv-stat{border:1px solid #999;background:#fff;break-inside:avoid}
  h1,h2,h3{color:#000}
  a{color:#000;text-decoration:underline}
  .bv-hero-inner{padding:1rem 0}
}
