:root {
  color-scheme: dark;
  --ink: #f7f3ea;
  --muted: #c9c2b5;
  --soft: rgba(247, 243, 234, 0.72);
  --line: rgba(247, 243, 234, 0.16);
  --coal: #08080a;
  --charcoal: #111114;
  --panel: #171719;
  --panel-2: #202018;
  --teal: #00f3ff;
  --amber: #8e4dff;
  --coral: #2f8cff;
  --purple: #8e4dff;
  --blue: #2f8cff;
  --green: #24d366;
  --white: #ffffff;
  --shadow: 0 26px 70px rgba(0, 0, 0, 0.34);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  background: var(--coal);
  color: var(--ink);
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 200;
  padding: 10px 14px;
  background: var(--ink);
  color: var(--coal);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.topbar {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  padding: 16px 28px;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.topbar.is-scrolled,
.topbar.is-open {
  background: rgba(4, 6, 20, 0.84);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.nav-shell {
  width: min(1210px, 100%);
  margin: 0 auto;
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 22px;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  min-width: 128px;
}

.brand-mark img,
.footer-brand img {
  width: 128px;
  height: auto;
}

.nav-links {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 0.88rem;
  font-weight: 700;
}

.nav-links a {
  text-decoration: none;
  color: rgba(247, 243, 234, 0.78);
}

.nav-links a:hover {
  color: var(--white);
}

.nav-whatsapp,
.nav-order,
.primary-action,
.secondary-action,
.order-button,
.lifetime-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 800;
  line-height: 1.1;
  white-space: nowrap;
}

.nav-whatsapp {
  min-height: 54px;
  padding: 8px 16px;
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  color: var(--ink);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.nav-whatsapp i {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: var(--green);
  color: #06140c;
  font-size: 1.1rem;
}

.nav-whatsapp span {
  display: grid;
  gap: 2px;
}

.nav-whatsapp small {
  color: rgba(247, 243, 234, 0.62);
  font-size: 0.7rem;
}

.nav-order {
  min-height: 54px;
  padding: 0 22px;
  background: linear-gradient(135deg, var(--teal), var(--purple));
  color: var(--white);
  box-shadow: 0 16px 34px rgba(0, 243, 255, 0.22);
}

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--ink);
  font: inherit;
  font-weight: 800;
}

.hero-panel {
  position: relative;
  min-height: 94vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background-image:
    radial-gradient(circle at 72% 36%, rgba(142, 77, 255, 0.36), transparent 28%),
    radial-gradient(circle at 18% 64%, rgba(0, 243, 255, 0.18), transparent 26%),
    linear-gradient(90deg, rgba(3, 5, 18, 0.94) 0%, rgba(3, 5, 18, 0.76) 42%, rgba(3, 5, 18, 0.46) 100%),
    linear-gradient(0deg, rgba(3, 5, 18, 0.98) 0%, rgba(3, 5, 18, 0.18) 48%),
    url("../images/background.webp");
  background-size: cover;
  background-position: center;
}

.hero-backdrop {
  position: absolute;
  inset: auto 0 0;
  height: 32%;
  background: linear-gradient(0deg, var(--coal), transparent);
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: min(1210px, 100%);
  margin: 0 auto;
  padding: 136px 20px 28px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(390px, 0.8fr);
  gap: 54px;
  align-items: center;
}

.hero-content {
  min-width: 0;
}

.trust-pill {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 26px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--soft);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.trust-pill .stars {
  color: var(--teal);
  letter-spacing: 1px;
}

.trust-pill strong {
  color: var(--white);
}

.hero-kicker,
.section-heading p,
.cinema-copy > p:first-child,
.device-copy > p:first-child,
.lifetime-band p {
  margin: 0 0 14px;
  color: var(--amber);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

h1,
h2,
h3,
p {
  letter-spacing: 0;
}

h1 {
  width: min(720px, 100%);
  margin: 0;
  font-size: 4.05rem;
  line-height: 0.96;
  font-weight: 900;
}

h1 span {
  color: var(--teal);
  text-shadow: 0 0 34px rgba(0, 243, 255, 0.34);
}

.hero-copy {
  width: min(650px, 100%);
  margin: 24px 0 0;
  color: var(--soft);
  font-size: 1.15rem;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.primary-action,
.secondary-action {
  min-height: 58px;
  padding: 0 26px;
}

.primary-action {
  background: linear-gradient(135deg, var(--teal), var(--purple));
  color: var(--white);
  box-shadow: 0 18px 40px rgba(0, 243, 255, 0.24);
}

.secondary-action {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--line);
  color: var(--ink);
}

.hero-showcase {
  position: relative;
  min-height: 390px;
}

.stream-card {
  position: relative;
  overflow: hidden;
  min-height: 310px;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(0deg, rgba(4, 6, 20, 0.88), rgba(4, 6, 20, 0.08) 45%, rgba(4, 6, 20, 0.58)),
    url("../images/images5/clasico.webp");
  background-size: cover;
  background-position: center;
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.46),
    0 0 0 8px rgba(255, 255, 255, 0.04),
    0 0 80px rgba(142, 77, 255, 0.28);
}

.stream-toolbar,
.stream-info {
  position: absolute;
  left: 24px;
  right: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.stream-toolbar {
  top: 22px;
}

.stream-toolbar span,
.stream-toolbar strong {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(4, 6, 20, 0.7);
  font-size: 0.78rem;
  font-weight: 900;
}

.stream-toolbar i {
  color: #ff3657;
  font-size: 0.55rem;
}

.stream-play {
  position: absolute;
  left: 50%;
  top: 44%;
  width: 84px;
  height: 84px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--teal), var(--purple));
  color: var(--white);
  transform: translate(-50%, -50%);
  box-shadow: 0 24px 50px rgba(0, 243, 255, 0.32);
}

.stream-play i {
  margin-left: 4px;
  font-size: 1.65rem;
}

.stream-info {
  bottom: 22px;
  align-items: flex-end;
}

.stream-info > strong {
  color: var(--white);
  font-size: 0.95rem;
}

.stream-thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(64px, 1fr));
  gap: 8px;
}

.stream-thumbs span {
  display: grid;
  place-items: center;
  min-height: 48px;
  padding: 0 10px;
  border-radius: 12px;
  background: rgba(4, 6, 20, 0.72);
  color: var(--white);
  font-size: 0.8rem;
  font-weight: 800;
}

.viewer-badge,
.support-bubble {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: rgba(15, 18, 38, 0.86);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
}

.viewer-badge {
  left: -24px;
  bottom: 38px;
  padding: 14px 18px;
}

.viewer-badge span {
  display: block;
  color: var(--muted);
  font-size: 0.85rem;
}

.viewer-badge strong {
  display: block;
  color: var(--teal);
  margin-top: 3px;
}

.support-bubble {
  right: -18px;
  bottom: -44px;
  max-width: 250px;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 16px;
  color: var(--soft);
  line-height: 1.35;
}

.support-bubble i {
  color: var(--teal);
}

.support-bubble strong {
  color: var(--green);
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 48px;
}

.hero-proof div {
  min-height: 86px;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 14px;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hero-proof i {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  color: var(--teal);
  background: rgba(0, 243, 255, 0.1);
}

.hero-proof strong {
  display: block;
  color: var(--white);
  font-size: 1rem;
}

.hero-proof span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.85rem;
}

.trust-strip {
  padding: 18px 20px;
  background: #10100e;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}

.logo-rail,
.sport-logo-grid {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(8, minmax(80px, 1fr));
  gap: 14px;
  align-items: center;
}

.logo-rail img,
.sport-logo-grid img {
  width: 100%;
  height: 50px;
  object-fit: contain;
  padding: 9px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
}

.section-block,
.cinema-band,
.device-band,
.lifetime-band,
.authority-band,
.spain-seo-section,
.install-section,
.comparison-section,
.reviews-section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.section-block {
  padding: 96px 0;
}

.section-heading {
  width: min(780px, 100%);
  margin-bottom: 36px;
}

.section-heading h2,
.cinema-copy h2,
.device-copy h2,
.lifetime-band h2,
.authority-copy h2,
.spain-copy h2 {
  margin: 0;
  font-size: 2.8rem;
  line-height: 1.05;
}

.authority-band {
  display: grid;
  grid-template-columns: 0.78fr 1fr;
  gap: 26px;
  align-items: start;
  padding: 72px 0;
  border-bottom: 1px solid var(--line);
}

.authority-copy > p:first-child,
.spain-copy > p:first-child {
  margin: 0 0 14px;
  color: var(--amber);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.authority-copy p:last-child,
.spain-copy p {
  margin: 18px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.domain-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.domain-grid a,
.coverage-grid span {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  text-decoration: none;
  font-weight: 900;
  color: var(--ink);
}

.domain-grid a:first-child {
  grid-column: 1 / -1;
  background: linear-gradient(135deg, rgba(36, 211, 102, 0.24), rgba(25, 199, 183, 0.14));
  border-color: rgba(36, 211, 102, 0.44);
}

.notice-card {
  grid-column: 1 / -1;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px;
  border: 1px solid rgba(242, 184, 75, 0.32);
  border-radius: 8px;
  background: rgba(242, 184, 75, 0.08);
}

.notice-card i {
  color: var(--amber);
  margin-top: 3px;
}

.notice-card p {
  margin: 0;
  color: var(--soft);
  line-height: 1.7;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.benefit-card,
.price-card,
.sport-feature,
.faq-list details,
.seo-feature-grid article,
.install-grid article,
.comparison-grid article,
.review-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.benefit-card {
  padding: 24px;
}

.benefit-card i {
  color: var(--teal);
  font-size: 1.5rem;
}

.benefit-card h3,
.sport-feature h3,
.price-card h3 {
  margin: 18px 0 10px;
  font-size: 1.2rem;
}

.benefit-card p,
.sport-feature p,
.seo-feature-grid p,
.install-grid p,
.comparison-grid p,
.review-grid p,
.device-copy p,
.cinema-copy p,
.faq-list p,
.footer-main p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.spain-seo-section {
  padding: 86px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.spain-copy {
  width: min(900px, 100%);
}

.coverage-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  margin-top: 30px;
}

.coverage-grid span {
  min-height: 48px;
  color: var(--muted);
}

.coverage-grid span:last-child {
  color: var(--coal);
  background: var(--amber);
}

.seo-feature-grid,
.install-grid,
.comparison-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 26px;
}

.seo-feature-grid article,
.install-grid article,
.comparison-grid article {
  padding: 24px;
}

.seo-feature-grid i,
.comparison-grid i {
  color: var(--teal);
  font-size: 1.45rem;
}

.seo-feature-grid h3,
.install-grid h3,
.comparison-grid h3 {
  margin: 18px 0 10px;
}

.cinema-band {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 34px;
  align-items: center;
  padding: 86px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.cinema-copy p:last-child,
.device-copy p:last-child {
  margin-top: 18px;
}

.poster-wall {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  align-items: end;
}

.poster-wall img {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.poster-wall img:nth-child(2),
.poster-wall img:nth-child(4) {
  transform: translateY(24px);
}

.sports-section {
  padding-bottom: 66px;
}

.sports-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.sport-feature {
  overflow: hidden;
}

.sport-feature img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}

.sport-feature h3,
.sport-feature p {
  padding-left: 22px;
  padding-right: 22px;
}

.sport-feature p {
  padding-bottom: 24px;
}

.sport-logo-grid {
  grid-template-columns: repeat(6, 1fr);
  margin-top: 22px;
}

.install-section,
.comparison-section {
  padding: 86px 0;
  border-top: 1px solid var(--line);
}

.install-grid {
  grid-template-columns: repeat(4, 1fr);
}

.install-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 8px;
  background: rgba(255, 107, 74, 0.14);
  color: var(--coral);
  font-weight: 900;
}

.install-note {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-top: 18px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #121617;
}

.install-note i {
  color: var(--green);
  margin-top: 4px;
}

.install-note p {
  margin: 0;
  color: var(--soft);
  line-height: 1.7;
}

.device-band {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 34px;
  align-items: center;
  padding: 76px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.device-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.device-list div {
  min-height: 112px;
  display: grid;
  place-items: center;
  gap: 10px;
  padding: 18px;
  border-radius: 8px;
  background: var(--panel-2);
  border: 1px solid var(--line);
  text-align: center;
  font-weight: 800;
}

.device-list i {
  color: var(--coral);
  font-size: 1.55rem;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.price-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 26px;
}

.featured-plan {
  border-color: rgba(242, 184, 75, 0.65);
  background: #1e1a10;
}

.plan-label {
  width: fit-content;
  padding: 7px 10px;
  border-radius: 8px;
  background: rgba(25, 199, 183, 0.14);
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.plan-duration {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.plan-price {
  margin: 24px 0;
  font-size: 3.2rem;
  font-weight: 900;
}

.plan-price span {
  font-size: 1.2rem;
  vertical-align: super;
}

.price-card ul {
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
  color: var(--muted);
}

.price-card li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--green);
  margin-right: 10px;
}

.order-button {
  margin-top: auto;
  min-height: 50px;
  padding: 0 18px;
  background: var(--green);
  color: #06140c;
}

.multi-pricing {
  margin-top: 16px;
}

.compact-plan {
  min-height: auto;
}

.compact-plan h3 {
  margin-top: 0;
}

.lifetime-band {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  padding: 36px;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(8, 8, 10, 0.62), rgba(8, 8, 10, 0.18)),
    url("../images/images5/f1poster.webp");
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(242, 184, 75, 0.42);
}

.plan-advisor {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-top: 18px;
  padding: 24px;
  border: 1px solid rgba(36, 211, 102, 0.28);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(36, 211, 102, 0.12), rgba(25, 199, 183, 0.06));
}

.plan-advisor p {
  margin: 0 0 8px;
  color: var(--green);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.82rem;
}

.plan-advisor h3 {
  margin: 0;
  font-size: 1.25rem;
}

.plan-advisor a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 8px;
  background: var(--green);
  color: #06140c;
  text-decoration: none;
  font-weight: 900;
  white-space: nowrap;
}

.lifetime-band div {
  max-width: 720px;
}

.lifetime-band span {
  display: block;
  margin-top: 12px;
  color: var(--soft);
  line-height: 1.7;
}

.lifetime-action {
  padding: 0 22px;
  background: linear-gradient(135deg, var(--teal), var(--purple));
  color: var(--white);
}

.reviews-section {
  padding: 94px 0 44px;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.review-grid article {
  padding: 24px;
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(142, 77, 255, 0.18), transparent 38%),
    rgba(255, 255, 255, 0.055);
}

.review-head {
  display: flex;
  align-items: center;
  gap: 14px;
}

.review-head img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(0, 243, 255, 0.45);
}

.review-head strong,
.review-head span {
  display: block;
}

.review-head span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.86rem;
}

.review-stars {
  margin: 18px 0 12px;
  color: var(--teal);
  letter-spacing: 2px;
}

.faq-section {
  padding-top: 96px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  padding: 20px 22px;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 900;
}

.faq-list p {
  margin-top: 14px;
}

.site-footer {
  position: relative;
  margin-top: 20px;
  padding: 44px 20px 34px;
  border-top: 1px solid var(--line);
  background: #0d0d0f;
}

.footer-main {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 180px 1fr auto;
  gap: 30px;
  align-items: center;
}

.footer-main nav {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-main nav a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 700;
}

.footer-domain-note {
  margin-top: 8px !important;
  font-size: 0.9rem;
  color: var(--soft) !important;
}

.floating-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 90;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: #06140c;
  font-size: 1.55rem;
  box-shadow: var(--shadow);
  text-decoration: none;
}

.legal-page {
  background: var(--coal);
}

.legal-layout {
  width: min(860px, calc(100% - 40px));
  margin: 0 auto;
  padding: 130px 0 80px;
}

.legal-layout h1 {
  font-size: 3rem;
  line-height: 1.05;
  margin-bottom: 20px;
}

.legal-layout section {
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}

.legal-layout h2 {
  font-size: 1.35rem;
}

.legal-layout p,
.legal-layout li {
  color: var(--muted);
  line-height: 1.8;
}

@media (max-width: 980px) {
  .menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .nav-whatsapp,
  .nav-order {
    display: none;
  }

  .nav-links {
    position: fixed;
    left: 20px;
    right: 20px;
    top: 84px;
    display: none;
    margin: 0;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(8, 8, 10, 0.96);
    box-shadow: var(--shadow);
  }

  .nav-links.is-open {
    display: grid;
    gap: 4px;
  }

  .nav-links a {
    padding: 14px 10px;
  }

  h1 {
    font-size: 3.4rem;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .hero-showcase {
    min-height: 340px;
  }

  .stream-card {
    min-height: 300px;
  }

  .support-bubble {
    right: 14px;
  }

  .viewer-badge {
    left: 14px;
  }

  .section-heading h2,
  .cinema-copy h2,
  .device-copy h2,
  .lifetime-band h2,
  .authority-copy h2,
  .spain-copy h2 {
    font-size: 2.2rem;
  }

  .benefit-grid,
  .pricing-grid,
  .seo-feature-grid,
  .comparison-grid,
  .install-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cinema-band,
  .device-band,
  .authority-band,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .poster-wall {
    grid-template-columns: repeat(5, minmax(100px, 1fr));
    overflow-x: auto;
    padding-bottom: 28px;
  }

  .sports-grid {
    grid-template-columns: 1fr;
  }

  .logo-rail,
  .sport-logo-grid,
  .coverage-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .lifetime-band,
  .reviews-section,
  .plan-advisor {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-proof {
    grid-template-columns: repeat(2, 1fr);
  }

  .review-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .topbar {
    padding: 10px 14px;
  }

  .brand-mark img {
    width: 112px;
  }

  .hero-panel {
    min-height: 100vh;
  }

  .hero-inner {
    padding: 112px 20px 36px;
  }

  h1 {
    font-size: 2.18rem;
    line-height: 1.04;
    overflow-wrap: anywhere;
  }

  .hero-copy {
    font-size: 1rem;
  }

  .hero-proof {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .trust-pill {
    margin-bottom: 18px;
    font-size: 0.82rem;
  }

  .hero-showcase {
    min-height: 310px;
  }

  .stream-card {
    min-height: 270px;
    border-radius: 24px;
  }

  .stream-toolbar,
  .stream-info {
    left: 16px;
    right: 16px;
  }

  .stream-info {
    display: grid;
    gap: 12px;
  }

  .stream-thumbs {
    grid-template-columns: repeat(2, 1fr);
  }

  .stream-play {
    width: 68px;
    height: 68px;
  }

  .viewer-badge,
  .support-bubble {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 12px;
    max-width: none;
  }

  .primary-action,
  .secondary-action,
  .order-button,
  .lifetime-action {
    width: 100%;
  }

  .section-block {
    padding: 72px 0;
  }

  .section-heading h2,
  .cinema-copy h2,
  .device-copy h2,
  .lifetime-band h2,
  .authority-copy h2,
  .spain-copy h2 {
    font-size: 1.9rem;
  }

  .benefit-grid,
  .pricing-grid,
  .device-list,
  .domain-grid,
  .seo-feature-grid,
  .install-grid,
  .comparison-grid {
    grid-template-columns: 1fr;
  }

  .logo-rail,
  .sport-logo-grid,
  .coverage-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cinema-band,
  .device-band {
    padding: 66px 0;
  }

  .lifetime-band {
    width: min(100% - 28px, 1180px);
    padding: 26px;
  }

  .authority-band,
  .spain-seo-section,
  .install-section,
  .comparison-section,
  .reviews-section {
    width: min(100% - 28px, 1180px);
    padding: 66px 0;
  }

  .plan-advisor a {
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  .floating-whatsapp {
    right: 14px;
    bottom: 14px;
  }
}
