:root{
  --wzt-bg:#fffaf3;
  --wzt-surface:#ffffff;
  --wzt-cream:#fef3e6;
  --wzt-ink:#1c1917;
  --wzt-muted:#57534e;
  --wzt-line:#e7d9c6;
  --wzt-accent:#c2410c;
  --wzt-accent-dark:#9a3412;
  --wzt-glow:#fdba74;
  --wzt-star:#b45309;
  --wzt-ok:#166534;
  --wzt-radius:14px;
  --wzt-font-body:"Atkinson Hyperlegible",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  --wzt-font-display:"Merriweather Sans",system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--wzt-bg);
  color:var(--wzt-ink);
  font-family:var(--wzt-font-body);
  font-size:1.0625rem;
  line-height:1.65;
}
img{max-width:100%;height:auto;display:block}
h1,h2,h3{font-family:var(--wzt-font-display);line-height:1.2;color:var(--wzt-ink);text-wrap:balance}
h1{font-size:2rem;margin:0 0 .75rem}
h2{font-size:1.5rem;margin:0 0 .75rem}
h3{font-size:1.125rem;margin:0 0 .5rem}
p{margin:0 0 1rem}
a{color:var(--wzt-accent)}
a:hover{color:var(--wzt-accent-dark)}
:focus-visible{outline:3px solid var(--wzt-accent);outline-offset:3px;border-radius:4px}
.wzt-skip{position:absolute;left:-9999px;top:0;background:var(--wzt-accent);color:#fff;padding:.6rem 1rem;z-index:200;border-radius:0 0 8px 0}
.wzt-skip:focus{left:0;color:#fff}
.wzt-shell{width:100%;max-width:72rem;margin:0 auto;padding-left:1.125rem;padding-right:1.125rem}
.wzt-section{padding:2.75rem 0}
.wzt-kicker{display:inline-block;font-size:.8125rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--wzt-accent-dark);background:var(--wzt-cream);border:1px solid var(--wzt-line);border-radius:999px;padding:.3rem .8rem;margin-bottom:.9rem}
.wzt-lead{font-size:1.125rem;color:var(--wzt-muted);max-width:44rem}
.wzt-center{text-align:center}
.wzt-center .wzt-lead{margin-left:auto;margin-right:auto}

/* header */
.wzt-header{position:sticky;top:0;z-index:100;background:rgba(255,250,243,.97);border-bottom:1px solid var(--wzt-line)}
.wzt-header-row{display:flex;align-items:center;gap:.75rem;min-height:4.25rem}
.wzt-wordmark{font-family:var(--wzt-font-display);font-weight:800;font-size:1.375rem;text-decoration:none;color:var(--wzt-ink);display:inline-flex;align-items:center;gap:.5rem;margin-right:auto}
.wzt-wordmark-mark{width:1.75rem;height:1.75rem;flex:none}
.wzt-wordmark-accent{color:var(--wzt-accent)}
.wzt-nav{display:none}
.wzt-nav a{text-decoration:none;color:var(--wzt-ink);font-weight:700;font-size:.95rem;padding:.4rem .1rem}
.wzt-nav a:hover{color:var(--wzt-accent)}
.wzt-menu-btn{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border:1px solid var(--wzt-line);border-radius:10px;background:var(--wzt-surface);color:var(--wzt-ink);cursor:pointer}
.wzt-menu-btn svg{width:1.4rem;height:1.4rem}
.wzt-header-cta{display:none}
.wzt-lang{position:relative}
.wzt-lang-btn{display:inline-flex;align-items:center;gap:.35rem;border:1px solid var(--wzt-line);background:var(--wzt-surface);border-radius:999px;padding:.45rem .8rem;font:inherit;font-size:.9rem;font-weight:700;color:var(--wzt-ink);cursor:pointer}
.wzt-lang-list{position:absolute;right:0;top:calc(100% + .5rem);background:var(--wzt-surface);border:1px solid var(--wzt-line);border-radius:12px;box-shadow:0 12px 32px rgba(28,25,23,.14);list-style:none;margin:0;padding:.4rem;min-width:11rem;display:none}
.wzt-lang.open .wzt-lang-list{display:block}
.wzt-lang-list a{display:block;padding:.5rem .7rem;border-radius:8px;text-decoration:none;color:var(--wzt-ink);font-size:.95rem}
.wzt-lang-list a:hover{background:var(--wzt-cream)}
.wzt-mobile-nav{display:none;border-top:1px solid var(--wzt-line);background:var(--wzt-bg)}
.wzt-mobile-nav.open{display:block}
.wzt-mobile-nav a{display:block;padding:.8rem 1.125rem;text-decoration:none;color:var(--wzt-ink);font-weight:700;border-bottom:1px solid var(--wzt-line)}

/* buttons */
.wzt-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--wzt-font-display);font-weight:800;text-decoration:none;border-radius:12px;padding:.9rem 1.6rem;font-size:1rem;border:2px solid transparent;cursor:pointer;line-height:1.3}
.wzt-btn-solid{background:var(--wzt-accent);color:#fff}
.wzt-btn-solid:hover{background:var(--wzt-accent-dark);color:#fff}
.wzt-btn-ghost{background:var(--wzt-surface);color:var(--wzt-ink);border-color:var(--wzt-ink)}
.wzt-btn-ghost:hover{border-color:var(--wzt-accent);color:var(--wzt-accent)}
.wzt-btn-row{display:flex;flex-wrap:wrap;gap:.8rem;margin:1.4rem 0}
.wzt-center .wzt-btn-row{justify-content:center}

/* hero */
.wzt-hero{padding:3rem 0 2.5rem;text-align:center}
.wzt-hero-badge{display:inline-flex;align-items:center;gap:.45rem;background:var(--wzt-ink);color:#fff;border-radius:999px;padding:.35rem 1rem;font-size:.85rem;font-weight:700;margin-bottom:1.1rem}
.wzt-hero-badge-dot{width:.55rem;height:.55rem;border-radius:50%;background:var(--wzt-glow)}
.wzt-hero-sub{font-size:1.15rem;color:var(--wzt-muted);max-width:46rem;margin:0 auto 1rem}
.wzt-chip-row{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center;margin:1.3rem 0 1.8rem;list-style:none;padding:0}
.wzt-chip{display:inline-flex;align-items:center;gap:.45rem;background:var(--wzt-surface);border:1px solid var(--wzt-line);border-radius:999px;padding:.45rem .95rem;font-size:.9rem;font-weight:700}
.wzt-chip svg{width:1.05rem;height:1.05rem;color:var(--wzt-accent)}
.wzt-hero-shot{margin:1.5rem auto 0;max-width:56rem;border-radius:var(--wzt-radius);overflow:hidden;border:1px solid var(--wzt-line);box-shadow:0 24px 60px rgba(154,52,18,.16)}
.wzt-hero-shot img{width:100%}

/* trust bar */
.wzt-trust{background:var(--wzt-ink);color:#fff;border-radius:var(--wzt-radius);padding:1.5rem 1.25rem}
.wzt-trust-list{display:grid;gap:1.1rem;list-style:none;margin:0;padding:0}
.wzt-trust-item{display:flex;gap:.8rem;align-items:flex-start}
.wzt-trust-item svg{width:1.75rem;height:1.75rem;flex:none;color:var(--wzt-glow)}
.wzt-trust-item strong{display:block;font-family:var(--wzt-font-display);font-size:1.15rem}
.wzt-trust-item span{font-size:.95rem;color:#e7e5e4}

/* cards + grids */
.wzt-grid-3,.wzt-grid-4,.wzt-grid-2{display:grid;gap:1rem}
.wzt-card{background:var(--wzt-surface);border:1px solid var(--wzt-line);border-radius:var(--wzt-radius);padding:1.4rem}
.wzt-card svg.wzt-icon{width:2rem;height:2rem;color:var(--wzt-accent);margin-bottom:.6rem}
.wzt-card h3{margin-bottom:.4rem}
.wzt-card p{margin:0;color:var(--wzt-muted);font-size:.98rem}

/* channels */
.wzt-country-row{display:flex;flex-wrap:wrap;gap:.55rem;list-style:none;padding:0;margin:1.2rem 0}
.wzt-country{display:inline-flex;align-items:center;gap:.45rem;background:var(--wzt-surface);border:1px solid var(--wzt-line);border-radius:999px;padding:.4rem .9rem;font-weight:700;font-size:.92rem}
.wzt-country svg{width:1.1rem;height:1.1rem;color:var(--wzt-accent)}
.wzt-marquee{overflow:hidden;border:1px solid var(--wzt-line);border-radius:var(--wzt-radius);background:var(--wzt-surface);padding:1rem 0;margin:1.4rem 0}
.wzt-marquee-track{display:flex;gap:2.2rem;width:max-content;animation:wzt-slide 30s linear infinite;padding:0 1.1rem}
.wzt-marquee-track img{height:2.4rem;width:auto;flex:none}
@keyframes wzt-slide{to{transform:translateX(-50%)}}
.wzt-tick-list{list-style:none;padding:0;margin:1rem 0;display:grid;gap:.6rem}
.wzt-tick-list li{display:flex;gap:.6rem;align-items:flex-start}
.wzt-tick-list svg{width:1.25rem;height:1.25rem;flex:none;color:var(--wzt-ok);margin-top:.2rem}

/* pricing */
.wzt-plans{display:grid;gap:1rem;margin-top:1.6rem}
.wzt-plan{background:var(--wzt-surface);border:2px solid var(--wzt-line);border-radius:var(--wzt-radius);padding:1.6rem 1.4rem;display:flex;flex-direction:column;position:relative}
.wzt-plan-featured{border-color:var(--wzt-accent);box-shadow:0 18px 44px rgba(194,65,12,.18)}
.wzt-plan-flag{position:absolute;top:-.9rem;left:50%;transform:translateX(-50%);background:var(--wzt-accent);color:#fff;font-size:.8rem;font-weight:800;letter-spacing:.04em;border-radius:999px;padding:.25rem .9rem;white-space:nowrap}
.wzt-plan-name{font-family:var(--wzt-font-display);font-weight:800;font-size:1.15rem}
.wzt-plan-price{font-family:var(--wzt-font-display);font-size:2.1rem;font-weight:800;margin:.4rem 0 0}
.wzt-plan-per{color:var(--wzt-muted);font-size:.95rem;margin-bottom:1rem}
.wzt-plan ul{list-style:none;padding:0;margin:0 0 1.4rem;display:grid;gap:.55rem;font-size:.96rem}
.wzt-plan li{display:flex;gap:.55rem;align-items:flex-start}
.wzt-plan li svg{width:1.15rem;height:1.15rem;flex:none;color:var(--wzt-ok);margin-top:.2rem}
.wzt-plan .wzt-btn{margin-top:auto;width:100%}

/* devices */
.wzt-device-media{display:grid;gap:1rem;margin:1.4rem 0}
.wzt-device-media figure{margin:0;border:1px solid var(--wzt-line);border-radius:var(--wzt-radius);overflow:hidden;background:var(--wzt-surface)}
.wzt-device-media figcaption{padding:.7rem 1rem;font-size:.9rem;color:var(--wzt-muted)}
.wzt-device-grid{display:grid;gap:1rem}
.wzt-device-card{background:var(--wzt-surface);border:1px solid var(--wzt-line);border-radius:var(--wzt-radius);padding:1.2rem;display:flex;gap:.9rem;align-items:flex-start}
.wzt-device-card svg{width:2rem;height:2rem;flex:none;color:var(--wzt-accent)}
.wzt-device-card strong{display:block;font-family:var(--wzt-font-display)}
.wzt-device-card p{margin:.25rem 0 0;font-size:.94rem;color:var(--wzt-muted)}

/* football + posters */
.wzt-logo-strip{display:flex;flex-wrap:wrap;gap:.8rem;align-items:center;background:var(--wzt-surface);border:1px solid var(--wzt-line);border-radius:var(--wzt-radius);padding:1.2rem;margin:1.3rem 0}
.wzt-logo-strip img{height:2.6rem;width:auto;flex:none}
.wzt-poster-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.9rem;margin-top:1.3rem}
.wzt-poster{border-radius:12px;overflow:hidden;border:1px solid var(--wzt-line);background:var(--wzt-ink)}
.wzt-poster img{width:100%;aspect-ratio:2/3;object-fit:cover}
.wzt-poster-landscape img{aspect-ratio:3/4}
.wzt-sport-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.9rem;margin-top:1.3rem}
.wzt-sport{position:relative;border-radius:12px;overflow:hidden;border:1px solid var(--wzt-line);background:var(--wzt-ink)}
.wzt-sport img{width:100%;aspect-ratio:1/1;object-fit:cover}
.wzt-sport span{position:absolute;left:.7rem;bottom:.7rem;background:rgba(28,25,23,.82);color:#fff;font-weight:700;font-size:.88rem;border-radius:8px;padding:.3rem .7rem}
.wzt-app-grid{display:grid;gap:1rem;margin-top:1.3rem}
.wzt-app-card{display:flex;gap:1rem;align-items:center;background:var(--wzt-surface);border:1px solid var(--wzt-line);border-radius:var(--wzt-radius);padding:.9rem}
.wzt-app-card img{width:4.2rem;height:5.6rem;object-fit:cover;border-radius:8px;flex:none}
.wzt-app-card strong{display:block;font-family:var(--wzt-font-display)}
.wzt-app-card p{margin:.2rem 0 0;font-size:.92rem;color:var(--wzt-muted)}

/* steps */
.wzt-steps{display:grid;gap:1rem;margin-top:1.4rem;list-style:none;padding:0;counter-reset:wzt-step}
.wzt-step{background:var(--wzt-surface);border:1px solid var(--wzt-line);border-radius:var(--wzt-radius);padding:1.5rem 1.4rem 1.4rem 4.4rem;position:relative}
.wzt-step::before{counter-increment:wzt-step;content:counter(wzt-step);position:absolute;left:1.2rem;top:1.2rem;width:2.2rem;height:2.2rem;border-radius:50%;background:var(--wzt-accent);color:#fff;font-family:var(--wzt-font-display);font-weight:800;display:flex;align-items:center;justify-content:center;font-size:1.1rem}
.wzt-step strong{font-family:var(--wzt-font-display);font-size:1.1rem}
.wzt-step p{margin:.4rem 0 0;color:var(--wzt-muted)}

/* reviews */
.wzt-review-grid{display:grid;gap:1rem;margin-top:1.4rem}
.wzt-review{background:var(--wzt-surface);border:1px solid var(--wzt-line);border-radius:var(--wzt-radius);padding:1.5rem 1.4rem}
.wzt-stars{display:flex;gap:.2rem;margin-bottom:.7rem}
.wzt-stars svg{width:1.15rem;height:1.15rem;color:var(--wzt-star)}
.wzt-review p{font-size:1rem}
.wzt-reviewer{display:flex;gap:.8rem;align-items:center;margin-top:1rem}
.wzt-avatar{width:2.75rem;height:2.75rem;border-radius:50%;background:var(--wzt-accent);color:#fff;font-family:var(--wzt-font-display);font-weight:800;display:flex;align-items:center;justify-content:center;flex:none}
.wzt-reviewer strong{display:block}
.wzt-reviewer span{font-size:.88rem;color:var(--wzt-muted)}

/* faq */
.wzt-faq-list{display:grid;gap:.8rem;margin-top:1.4rem}
.wzt-faq{background:var(--wzt-surface);border:1px solid var(--wzt-line);border-radius:12px;padding:0 1.2rem}
.wzt-faq summary{cursor:pointer;font-family:var(--wzt-font-display);font-weight:700;font-size:1.02rem;padding:1.05rem 0;list-style:none;display:flex;justify-content:space-between;gap:1rem;align-items:center}
.wzt-faq summary::-webkit-details-marker{display:none}
.wzt-faq summary::after{content:"+";font-size:1.5rem;color:var(--wzt-accent);flex:none;line-height:1}
.wzt-faq[open] summary::after{content:"–"}
.wzt-faq div{padding:0 0 1.2rem;color:var(--wzt-muted)}
.wzt-faq div p:last-child{margin-bottom:0}

/* final cta */
.wzt-final{background:var(--wzt-ink);color:#fff;border-radius:20px;padding:2.5rem 1.5rem;text-align:center}
.wzt-final h2{color:#fff}
.wzt-final p{color:#e7e5e4;max-width:40rem;margin:0 auto 1rem}
.wzt-final .wzt-btn-row{justify-content:center}
.wzt-final-note{font-size:.9rem;color:var(--wzt-glow);font-weight:700}

/* seo text */
.wzt-seo{color:var(--wzt-muted)}
.wzt-seo h2{color:var(--wzt-ink)}

/* footer */
.wzt-footer{border-top:1px solid var(--wzt-line);background:var(--wzt-cream);margin-top:2rem;padding:2.5rem 0 1.5rem}
.wzt-footer-grid{display:grid;gap:1.6rem}
.wzt-footer-blurb{color:var(--wzt-muted);font-size:.95rem;max-width:24rem}
.wzt-footer h3{font-size:.95rem;text-transform:uppercase;letter-spacing:.05em}
.wzt-footer ul{list-style:none;padding:0;margin:0;display:grid;gap:.45rem}
.wzt-footer a{color:var(--wzt-ink);text-decoration:none;font-size:.95rem}
.wzt-footer a:hover{color:var(--wzt-accent);text-decoration:underline}
.wzt-footer-bottom{border-top:1px solid var(--wzt-line);margin-top:1.8rem;padding-top:1.2rem;font-size:.88rem;color:var(--wzt-muted);display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;justify-content:space-between}

/* breakpoints */
@media(min-width:768px){
  h1{font-size:2.75rem}
  h2{font-size:1.9rem}
  .wzt-section{padding:3.75rem 0}
  .wzt-nav{display:flex;gap:1.2rem;align-items:center}
  .wzt-menu-btn,.wzt-mobile-nav{display:none}
  .wzt-header-cta{display:inline-flex;padding:.65rem 1.2rem;font-size:.92rem}
  .wzt-trust-list{grid-template-columns:repeat(4,1fr)}
  .wzt-trust-item{flex-direction:column}
  .wzt-grid-3{grid-template-columns:repeat(3,1fr)}
  .wzt-grid-2{grid-template-columns:repeat(2,1fr)}
  .wzt-plans{grid-template-columns:repeat(2,1fr)}
  .wzt-poster-grid{grid-template-columns:repeat(4,1fr)}
  .wzt-sport-grid{grid-template-columns:repeat(3,1fr)}
  .wzt-device-grid{grid-template-columns:repeat(2,1fr)}
  .wzt-device-media{grid-template-columns:1.4fr 1fr}
  .wzt-steps{grid-template-columns:repeat(3,1fr)}
  .wzt-step{padding-top:4.4rem;padding-left:1.4rem}
  .wzt-step::before{left:1.4rem}
  .wzt-review-grid{grid-template-columns:repeat(3,1fr)}
  .wzt-app-grid{grid-template-columns:repeat(3,1fr)}
  .wzt-footer-grid{grid-template-columns:1.4fr 1fr 1fr 1fr}
}
@media(min-width:1280px){
  h1{font-size:3.25rem}
  .wzt-plans{grid-template-columns:repeat(4,1fr)}
  .wzt-poster-grid{grid-template-columns:repeat(6,1fr)}
  .wzt-sport-grid{grid-template-columns:repeat(6,1fr)}
  .wzt-grid-4{grid-template-columns:repeat(4,1fr)}
  .wzt-final{padding:3.5rem 3rem}
}

/* print */
@media print{
  .wzt-header-row .wzt-nav,.wzt-menu-btn,.wzt-header-cta,.wzt-lang,.wzt-mobile-nav,.wzt-btn-row,.wzt-marquee{display:none}
  body{background:#fff;color:#000;font-size:11pt}
  .wzt-section{padding:1rem 0}
  .wzt-card,.wzt-plan,.wzt-review,.wzt-faq,.wzt-device-card{break-inside:avoid;border-color:#999}
  a{color:#000;text-decoration:underline}
  .wzt-final{background:#fff;color:#000;border:2px solid #000}
  .wzt-final h2,.wzt-final p{color:#000}
}
@media (max-width:1023px){.wzt-header-cta{display:none}}
