:root {
  color-scheme: light;
  --bg: #fbf6ea;
  --soft: #f8f0df;
  --surface: #ffffff;
  --ink: #07101d;
  --muted: #66728a;
  --line: #dfe5ef;
  --red: #8b5cf6;
  --red-dark: #6d28d9;
  --blue: #0f3bbd;
  --shadow: 0 18px 45px rgba(12, 22, 40, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  max-width: 100%;
  overflow-x: hidden;
}

body::before {
  content: none;
}

a {
  color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;
}

img,
svg,
video {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

.alert-strip {
  overflow: hidden;
  width: 100%;
  background: linear-gradient(90deg, #4c1d95, #8b5cf6, #6d28d9);
  border-bottom: 1px solid rgba(139, 92, 246, 0.35);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 8px 22px rgba(76, 29, 149, 0.18);
}

.alert-inner {
  width: 100%;
  max-width: none;
  min-height: 42px;
  margin: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
}

.alert-track {
  flex: 0 0 auto;
  display: inline-flex;
  min-width: max-content;
  align-items: center;
  animation: alert-marquee 18s linear infinite;
  will-change: transform;
}

.alert-track span {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 54px;
  letter-spacing: 0;
}

.alert-track strong {
  color: #fff;
  font-weight: 900;
}

@keyframes alert-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.alert-proof {
  color: #111;
}

.alert-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 6px 14px;
  border-radius: 4px;
  background: var(--red);
  color: #fff;
  font-weight: 900;
  transform: rotate(14deg);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(223, 229, 239, 0.85);
  backdrop-filter: blur(12px);
}

.nav {
  width: min(1290px, calc(100% - 32px));
  min-height: 96px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.brand,
.logo-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
}

.logo-brand img {
  width: 190px;
  height: auto;
  display: block;
  filter: hue-rotate(250deg) saturate(1.35);
}

.brand-mark {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border-radius: 8px;
  background: var(--red);
  color: #fff;
}

.mountain-mark {
  width: 70px;
  height: 42px;
  display: inline-block;
  background:
    linear-gradient(135deg, transparent 49%, var(--red) 50% 62%, transparent 63%) 0 18px / 36px 24px no-repeat,
    linear-gradient(135deg, transparent 44%, var(--red) 45% 63%, transparent 64%) 22px 6px / 48px 36px no-repeat,
    linear-gradient(45deg, transparent 44%, var(--red) 45% 64%, transparent 65%) 5px 6px / 48px 36px no-repeat;
}

.logo-text {
  letter-spacing: 8px;
  font-size: 28px;
  line-height: 1;
  color: #050505;
}

.light-logo {
  color: #fff;
}

.nav-links {
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  margin-left: auto;
}

.nav-links a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  color: #07101d;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--red);
}

.nav-cta {
  min-height: 54px;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 2px solid var(--blue);
  border-radius: 28px;
  padding: 12px 26px;
  color: var(--blue);
  font-weight: 900;
  text-transform: uppercase;
}

.cart-link {
  position: relative;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  border-bottom: 4px solid #3d4554;
}

.cart-link::before {
  content: "";
  width: 20px;
  height: 14px;
  border: 2px solid #3d4554;
  border-top: 0;
  transform: skewX(-10deg);
}

.cart-link span {
  position: absolute;
  right: -5px;
  top: -4px;
  min-width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}

.home-hero {
  min-height: 735px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.93) 56%, rgba(246, 247, 251, 0.98) 100%),
    #fff;
}

.home-hero-inner,
.pricing-section,
.product-section,
.benefits-section,
.devices-section,
.faq-section,
.page-hero,
.section,
.footer-inner,
.footer-columns,
.footer-bottom {
  width: min(1290px, calc(100% - 32px));
  margin: 0 auto;
}

.home-hero-inner {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 52px;
  align-items: center;
  padding: 82px 0 98px;
}

.home-hero-copy h1 {
  max-width: 650px;
  margin-bottom: 22px;
  font-size: clamp(42px, 4.2vw, 58px);
  line-height: 1.15;
  font-weight: 900;
}

.home-hero-copy p {
  max-width: 570px;
  margin-bottom: 7px;
  color: #111;
  font-size: 18px;
  font-style: italic;
}

.breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 900;
}

.breadcrumb span::before {
  content: "/";
  margin-right: 10px;
  color: #b5bdca;
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.hero-trust span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 12px;
  border: 1px solid #ffd4d7;
  border-radius: 18px;
  background: #fff;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
}

.hero-price,
.plan-price,
.product-meta strong,
.stats strong {
  color: var(--red);
  font-weight: 900;
}

.hero-price {
  margin: 36px 0 26px;
  font-size: clamp(46px, 5vw, 64px);
  line-height: 1;
}

.button,
.red-button,
.plan-button,
.button.light {
  min-height: 58px;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 32px;
  padding: 14px 34px;
  border: 2px solid var(--red);
  background: var(--red);
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  white-space: normal;
}

.button:hover,
.red-button:hover {
  background: var(--red-dark);
  border-color: var(--red-dark);
}

.button.secondary,
.button.light {
  background: #fff;
  color: var(--red);
}

.hero-device {
  position: relative;
  min-height: 470px;
  display: grid;
  place-items: center;
}

.header-product-image {
  width: min(860px, 100%);
  height: auto;
  display: block;
  border-radius: 0;
  filter: drop-shadow(0 32px 40px rgba(0, 0, 0, 0.16));
}

.tv-frame {
  width: min(820px, 100%);
  aspect-ratio: 16 / 9;
  position: relative;
  padding: 42px;
  border: 12px solid #242631;
  border-radius: 8px;
  background:
    radial-gradient(circle at 86% 18%, #7e315f, transparent 30%),
    linear-gradient(135deg, #0e142b, #171a31 54%, #2c1832);
  box-shadow: 0 26px 55px rgba(0, 0, 0, 0.23);
  color: #fff;
}

.tv-frame::after {
  content: "";
  position: absolute;
  left: 33%;
  right: 33%;
  bottom: -42px;
  height: 26px;
  background: #20222a;
  border-radius: 0 0 8px 8px;
}

.tv-topbar {
  display: flex;
  justify-content: space-between;
  color: #d8d9e8;
  font-size: 14px;
}

.app-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 58px;
}

.app-row span,
.app-tile,
.media-grid span,
.mini-screen span {
  display: grid;
  place-items: center;
  min-height: 52px;
  border-radius: 7px;
  background: #f5f6fb;
  color: #172034;
  font-weight: 900;
  font-size: 13px;
}

.media-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 42px;
}

.media-grid span {
  min-height: 86px;
  background: linear-gradient(135deg, #1d69f2, #52d0a5);
  color: #fff;
}

.viewer-card {
  position: absolute;
  left: 4%;
  bottom: 8%;
  width: 160px;
  height: 160px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 900;
  box-shadow: var(--shadow);
}

.viewer-card span,
.viewer-card strong {
  display: block;
}

.trust-strip {
  width: min(1180px, calc(100% - 32px));
  margin: -46px auto 0;
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--line);
  box-shadow: var(--shadow);
}

.trust-strip div {
  min-height: 118px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 4px;
  background: #fff;
  text-align: center;
}

.trust-strip strong {
  color: var(--red);
  font-size: 34px;
  line-height: 1;
}

.trust-strip span {
  color: #07101d;
  font-weight: 900;
}

.promo-band {
  width: min(1290px, calc(100% - 32px));
  min-height: 112px;
  margin: 42px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 34px;
  border-radius: 8px;
  background: #111;
  color: #fff;
}

.promo-band div {
  display: grid;
  gap: 4px;
}

.promo-band strong {
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.1;
}

.promo-band span {
  color: #d8d8d8;
}

.promo-band a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  padding: 10px 22px;
  background: var(--red);
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.seo-intro {
  width: min(1290px, calc(100% - 32px));
  margin: 52px auto 0;
  padding: 38px;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 42px;
  border: 1px solid rgba(139, 92, 246, 0.18);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.08), rgba(255, 255, 255, 0.96));
  box-shadow: 0 18px 42px rgba(40, 24, 86, 0.07);
}

.seo-intro .section-kicker {
  text-align: left;
  font-size: 18px;
  color: var(--red-dark);
}

.seo-intro h2 {
  margin-bottom: 0;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.16;
}

.seo-copy p,
.seo-panel p {
  color: var(--muted);
}

.seo-copy p:last-child,
.seo-panel p:last-child {
  margin-bottom: 0;
}

.section-heading {
  text-align: center;
  margin-bottom: 28px;
}

.section-heading h2,
.faq-section h2,
.section-kicker {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.section-heading h2,
.faq-section h2 {
  margin-bottom: 12px;
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.2;
}

.section-heading p {
  color: var(--muted);
  font-size: 17px;
}

.pricing-section {
  padding: 92px 0 50px;
}

.pricing-section,
.seo-intro,
.trial-section,
.process-section,
.payment-section,
.certified-section,
.product-section,
.benefits-section,
.apps-section,
.devices-section,
.guarantee-section,
.reviews-section,
.faq-section,
.final-cta,
.download-apps,
.download-help,
.seo-panel {
  content-visibility: auto;
  contain-intrinsic-size: 1px 780px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.pricing-card {
  min-width: 0;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(139, 92, 246, 0.18);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(40, 24, 86, 0.09);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.pricing-card:hover {
  transform: translateY(-6px);
  border-color: rgba(139, 92, 246, 0.5);
  box-shadow: 0 26px 58px rgba(40, 24, 86, 0.16);
}

.pricing-card:nth-child(2) {
  border-color: rgba(139, 92, 246, 0.55);
  box-shadow: 0 28px 70px rgba(40, 24, 86, 0.17);
}

.pricing-card:nth-child(2)::before {
  content: "Populaire";
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 4;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  border-radius: 18px;
  padding: 5px 12px;
  background: #fff;
  color: var(--red-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.plan-head {
  min-height: 158px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  align-content: end;
  gap: 18px;
  overflow: hidden;
  padding: 30px;
  background:
    linear-gradient(135deg, rgba(139, 92, 246, 0.96), rgba(109, 40, 217, 0.96)),
    #8b5cf6;
  color: #fff;
}

.plan-head img {
  display: none;
}

.plan-head span {
  position: relative;
  z-index: 1;
  padding: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.15;
  text-decoration: none;
}

.plan-head strong {
  position: relative;
  z-index: 2;
  width: max-content;
  min-width: 112px;
  display: inline-grid;
  place-items: center;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 1.15;
  backdrop-filter: blur(8px);
}

.plan-head small {
  font-size: 14px;
}

.pricing-card ul {
  flex: 1;
  margin: 0;
  padding: 30px 34px 14px;
  list-style: none;
}

.pricing-card li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 30px;
  color: #30384a;
  font-size: 15px;
  line-height: 1.35;
}

.pricing-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: rgba(139, 92, 246, 0.12);
}

.pricing-card li::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 5px;
  width: 5px;
  height: 8px;
  border-right: 2px solid var(--red);
  border-bottom: 2px solid var(--red);
  transform: rotate(42deg);
}

.screen-count {
  margin: 12px 34px 4px;
  color: #07101d;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.plan-price {
  margin: 0 34px 24px;
  font-size: 46px;
  line-height: 1;
}

.plan-price span {
  color: #07101d;
  font-size: 14px;
  text-transform: uppercase;
}

.plan-button {
  width: calc(100% - 68px);
  max-width: 100%;
  margin: 0 34px 34px;
  background: var(--red);
  color: #fff;
  box-shadow: 0 14px 28px rgba(139, 92, 246, 0.22);
}

.plan-button:hover {
  background: var(--red-dark);
  color: #fff;
}

.simple-pricing-grid .card {
  position: relative;
  overflow: hidden;
  border-color: rgba(139, 92, 246, 0.22);
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 18px 42px rgba(40, 24, 86, 0.09);
}

.simple-pricing-grid .card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 8px;
  background: linear-gradient(90deg, var(--red), var(--red-dark));
}

.simple-pricing-grid .card h2 {
  font-size: 26px;
}

.simple-pricing-grid .price {
  margin: 24px 0;
  color: var(--red);
}

.simple-pricing-grid .price strong {
  font-size: 42px;
}

.simple-pricing-grid .button.light {
  width: 100%;
  background: var(--red);
  color: #fff;
}

.trial-section {
  width: min(1290px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 46px;
  align-items: center;
  padding: 74px 0 42px;
}

.trial-copy h2 {
  margin-bottom: 20px;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.16;
}

.trial-copy p {
  color: var(--muted);
  font-size: 17px;
}

.trial-card {
  min-height: 280px;
  display: grid;
  align-content: center;
  gap: 14px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(139, 92, 246, 0.1), rgba(15, 59, 189, 0.08)),
    #fff;
  box-shadow: var(--shadow);
}

.trial-card strong {
  color: var(--red);
  font-size: 42px;
  line-height: 1;
}

.trial-card span {
  color: #07101d;
  font-weight: 900;
}

.process-section {
  width: min(1290px, calc(100% - 32px));
  margin: 0 auto;
  padding: 70px 0 42px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.process-grid article {
  min-height: 250px;
  padding: 28px;
  border: 1px solid var(--line);
  background: #fff;
}

.process-grid span {
  display: inline-flex;
  margin-bottom: 30px;
  color: var(--red);
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
}

.process-grid h3 {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.2;
}

.process-grid p {
  color: var(--muted);
  font-size: 16px;
}

.payment-section,
.reviews-section {
  width: min(1290px, calc(100% - 32px));
  margin: 0 auto;
  padding: 64px 0;
}

.payment-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.payment-grid div {
  min-height: 96px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: #07101d;
  font-weight: 900;
  text-align: center;
  box-shadow: 0 10px 24px rgba(12, 22, 40, 0.05);
}

.certified-section {
  width: min(1290px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 50px;
  align-items: center;
  padding: 70px 0;
}

.certified-copy h2 {
  margin-bottom: 20px;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.16;
}

.certified-copy p {
  color: var(--muted);
  font-size: 17px;
}

.certified-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.certified-grid article {
  min-height: 168px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(12, 22, 40, 0.06);
}

.certified-grid strong {
  display: block;
  margin-bottom: 10px;
  color: #07101d;
  font-size: 20px;
}

.certified-grid span {
  color: var(--muted);
}

.product-section,
.devices-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  padding: 80px 0;
}

.product-screen {
  position: relative;
  min-height: 400px;
  display: grid;
  place-items: center;
}

.product-tv-image {
  width: min(630px, 100%);
  display: block;
  filter: drop-shadow(0 22px 30px rgba(0, 0, 0, 0.16));
}

.product-screen::before {
  content: "Atlas Pro\A N#1 En France";
  white-space: pre;
  position: absolute;
  left: 2%;
  top: 24%;
  z-index: 2;
  width: 142px;
  height: 142px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 1.15;
  font-weight: 900;
}

.product-screen::after {
  content: "Support 24/7";
  position: absolute;
  left: 18%;
  top: 5%;
  width: 98px;
  height: 98px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #111;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 900;
}

.section-kicker {
  color: #07101d;
  font-size: 26px;
  font-weight: 900;
  text-align: center;
}

.product-copy h2,
.devices-copy h2 {
  margin-bottom: 28px;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.18;
}

.product-copy p,
.devices-copy p,
.benefit-card p,
details p {
  color: var(--muted);
  font-size: 17px;
}

.product-meta,
.stats {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin: 28px 0 30px;
}

.product-meta strong {
  font-size: 58px;
  line-height: 1;
}

.quality-pill {
  border-bottom: 2px solid currentColor;
  color: #07101d;
  font-weight: 900;
}

.compact {
  width: min(620px, 100%);
  margin: 0 auto;
  padding: 54px 36px 36px;
}

.compact .app-tile {
  min-height: 105px;
  margin-bottom: 14px;
  color: #fff;
}

.live {
  background: linear-gradient(135deg, #18c98b, #205af4);
}

.movies {
  background: linear-gradient(135deg, #f36d28, #ffbd47);
}

.series {
  background: linear-gradient(135deg, #8e38ee, #4ca9ff);
}

.epg,
.multi {
  background: #4fb987;
}

.benefits-section {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  padding: 48px 0 80px;
}

.benefit-card {
  min-height: 360px;
  padding: 36px 24px;
  border: 1px solid var(--line);
  background: #fff;
}

.benefit-icon {
  margin-bottom: 28px;
  color: var(--red);
  font-size: 48px;
  line-height: 1;
}

.play-icon {
  width: 46px;
  height: 50px;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 46px solid var(--red);
}

.server-icon {
  width: 50px;
  height: 44px;
  background:
    linear-gradient(var(--red), var(--red)) 0 0 / 50px 12px no-repeat,
    linear-gradient(var(--red), var(--red)) 0 16px / 50px 12px no-repeat,
    linear-gradient(var(--red), var(--red)) 0 32px / 50px 12px no-repeat;
  border-radius: 4px;
}

.headset-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 4px solid var(--red);
  border-radius: 50%;
  color: var(--red);
  font-size: 14px;
  font-weight: 900;
}

.devices-icon {
  width: 58px;
  height: 44px;
  position: relative;
  border: 4px solid var(--red);
}

.devices-icon::before {
  content: "";
  position: absolute;
  left: -12px;
  bottom: -8px;
  width: 18px;
  height: 28px;
  border: 4px solid var(--red);
  background: #fff;
}

.devices-icon::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 8px;
  width: 14px;
  height: 14px;
  border-top: 4px solid var(--red);
  border-right: 4px solid var(--red);
}

.benefit-card h3 {
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
}

.benefit-card a {
  display: inline-flex;
  margin-top: 12px;
  color: var(--red);
  font-weight: 900;
  text-transform: uppercase;
}

.apps-section {
  width: min(1290px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: center;
  padding: 74px 0;
}

.apps-copy h2 {
  margin-bottom: 24px;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.15;
}

.apps-copy p {
  color: var(--muted);
  font-size: 17px;
}

.app-device-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.app-device-grid div {
  min-height: 112px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(139, 92, 246, 0.1), rgba(15, 59, 189, 0.08)),
    #fff;
  color: #07101d;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
}

.device-visual {
  min-height: 360px;
  display: grid;
  place-items: center;
}

.devices-image {
  width: min(560px, 100%);
  height: auto;
  display: block;
  filter: drop-shadow(0 16px 20px rgba(75, 89, 180, 0.24));
}

.device-panel {
  width: min(530px, 100%);
  min-height: 320px;
  display: grid;
  align-content: center;
  gap: 32px;
  padding: 42px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 88% 0%, #ffe1a1, transparent 27%),
    linear-gradient(135deg, #6c50dd, #8a30af 58%, #375de6);
  box-shadow: var(--shadow);
}

.mini-screen {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 22px;
  border-radius: 18px;
  background: #111a38;
}

.stats {
  justify-content: space-between;
}

.stats div {
  display: grid;
  gap: 2px;
}

.stats strong {
  font-size: 34px;
}

.stats span {
  font-weight: 900;
}

.guarantee-section {
  width: min(1290px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 56px;
  align-items: center;
  padding: 70px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.guarantee-section h2 {
  margin-bottom: 18px;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.16;
}

.guarantee-section p {
  color: var(--muted);
  font-size: 17px;
}

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

.guarantee-list span {
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 14px 20px 14px 54px;
  position: relative;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  font-weight: 900;
}

.guarantee-list span::before {
  content: "";
  position: absolute;
  left: 20px;
  width: 16px;
  height: 16px;
  border: 2px solid var(--red);
  border-radius: 50%;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.reviews-grid article {
  min-height: 210px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(12, 22, 40, 0.06);
}

.reviews-grid strong {
  display: block;
  margin-bottom: 12px;
  color: var(--red);
  font-size: 22px;
}

.reviews-grid p {
  color: var(--muted);
}

.faq-section {
  padding: 64px 0 90px;
}

.faq-section h2 {
  text-align: center;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 30px;
  margin-top: 22px;
}

details {
  border: 1px solid var(--line);
  background: #fff;
}

summary {
  min-height: 60px;
  display: flex;
  align-items: center;
  gap: 26px;
  padding: 18px 24px;
  font-size: 18px;
  font-weight: 900;
  text-decoration: underline;
  cursor: pointer;
}

summary::before {
  content: "+";
  font-size: 25px;
  font-weight: 400;
  text-decoration: none;
}

summary::marker {
  content: "";
}

details[open] summary::before {
  content: "-";
}

details p {
  margin: 0;
  padding: 0 24px 22px 72px;
}

.final-cta {
  width: min(1290px, calc(100% - 32px));
  margin: 0 auto 74px;
  min-height: 300px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 32px;
  padding: 46px;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.98), rgba(35, 35, 35, 0.94)),
    #111;
  color: #fff;
}

.final-cta h2 {
  max-width: 720px;
  margin-bottom: 16px;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.08;
}

.final-cta p:not(.section-kicker) {
  max-width: 620px;
  color: #e4e4e4;
}

.final-cta .section-kicker {
  color: #fff;
  text-align: left;
}

.home-footer,
.site-footer {
  background: #fffdf8;
}

.footer-columns {
  display: grid;
  grid-template-columns: 1fr 1fr 1.25fr;
  gap: 72px;
  padding: 86px 0 78px;
}

.footer-contact h3 {
  margin-top: 26px;
}

.footer-support {
  display: flex;
  align-items: center;
  gap: 18px;
}

.footer-headset {
  width: 48px;
  height: 48px;
  position: relative;
  display: inline-block;
  color: var(--red);
}

.footer-headset::before {
  content: "";
  position: absolute;
  inset: 5px 7px 15px;
  border: 4px solid currentColor;
  border-bottom: 0;
  border-radius: 28px 28px 0 0;
}

.footer-headset::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 10px;
  height: 20px;
  border-left: 8px solid currentColor;
  border-right: 8px solid currentColor;
  border-radius: 7px;
  box-shadow: 22px 10px 0 -7px currentColor;
}

.dmca-badge {
  width: 160px;
  height: auto;
  margin-top: 18px;
}

.footer-columns h3 {
  text-transform: uppercase;
}

.footer-columns p,
.footer-columns a {
  display: block;
  color: #566175;
  font-size: 17px;
}

.footer-support strong a {
  color: #07101d;
  font-size: 22px;
  font-weight: 900;
}

.footer-columns a {
  margin-bottom: 14px;
}

.footer-call {
  margin-bottom: 0;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0 4px;
}

.footer-social a {
  width: 30px;
  height: 30px;
  margin: 0;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #eef1f7;
  color: #8b95aa;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

.footer-line span {
  color: var(--red);
  font-weight: 900;
}

.footer-line strong {
  color: #07101d;
}

.footer-line a {
  display: inline;
}

.footer-bottom {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  color: #fff;
}

.home-footer::after {
  content: "";
  display: block;
  height: 0;
}

.footer-bottom {
  width: 100%;
  padding: 0 max(16px, calc((100% - 1290px) / 2));
  background: #111;
}

.footer-bottom .logo-text {
  font-size: 24px;
}

.footer-logo {
  width: 184px;
  height: auto;
  display: block;
  filter: hue-rotate(250deg) saturate(1.35);
}

.back-top {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 30;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  font-size: 26px;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(139, 92, 246, 0.28);
}

.whatsapp-float {
  position: fixed;
  left: 28px;
  bottom: 28px;
  z-index: 30;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #24d366;
  box-shadow: 0 14px 28px rgba(36, 211, 102, 0.28);
}

.whatsapp-float img {
  width: 54px;
  height: 54px;
  display: block;
  border-radius: 50%;
}

.whatsapp-float span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.download-hero {
  width: min(1428px, calc(100% - 32px));
  margin: 0 auto;
  padding: 46px 0 34px;
}

.download-hero h1 {
  margin-bottom: 18px;
  color: #273142;
  font-size: clamp(34px, 4vw, 40px);
  line-height: 1.1;
  text-decoration: underline;
  text-transform: uppercase;
}

.download-hero p:not(.eyebrow) {
  max-width: 780px;
  color: var(--muted);
  font-size: 18px;
}

.download-apps {
  width: min(1400px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 50px 24px;
  padding: 4px 0 70px;
}

.download-card {
  min-height: 307px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 18px;
  padding: 12px 28px 18px;
  border-radius: 8px;
  background: #3e7b98;
  text-align: center;
}

.download-card h2 {
  margin: 8px 0 0;
  color: #020202;
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
}

.download-card p {
  margin: 0;
  color: #ff9d00;
  font-size: 20px;
  font-weight: 900;
}

.download-card strong {
  color: inherit;
}

.download-logo {
  width: 170px;
  height: 170px;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 8px 9px rgba(0, 0, 0, 0.18));
}

.prime-logo {
  border-radius: 10px;
}

.smarters-logo {
  width: 158px;
  height: 158px;
}

.download-help {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 70px;
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 24px;
}

.download-help article,
.download-help aside {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(12, 22, 40, 0.06);
}

.download-help h2 {
  font-size: 26px;
}

.download-help li,
.download-help p {
  color: var(--muted);
  font-size: 16px;
}

.hero,
.page-hero,
.section,
.footer-inner {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  min-height: 520px;
  display: grid;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(9, 19, 17, 0.92), rgba(9, 19, 17, 0.78));
}

.hero-inner {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.hero-copy {
  width: min(590px, 100%);
  padding: 72px 0 96px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--red);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

h1 {
  margin-bottom: 18px;
  font-size: clamp(38px, 6vw, 64px);
  line-height: 1.02;
}

.page-title {
  font-size: clamp(34px, 5vw, 58px);
}

.lead {
  max-width: 720px;
  color: var(--muted);
  font-size: 20px;
}

.hero .lead {
  color: rgba(255, 255, 255, 0.86);
}

.page-hero {
  padding: 64px 0 36px;
}

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

.section {
  padding: 44px 0;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.card {
  min-width: 0;
  min-height: 100%;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 8px 28px rgba(19, 33, 29, 0.06);
}

.card h2,
.card h3 {
  margin-bottom: 10px;
  line-height: 1.2;
}

.card p,
.list li {
  color: var(--muted);
}

.seo-panel {
  border: 1px solid rgba(139, 92, 246, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 34px rgba(40, 24, 86, 0.07);
}

.seo-panel h2 {
  margin-bottom: 14px;
  font-size: clamp(24px, 2.5vw, 32px);
  line-height: 1.2;
}

.legal-content {
  margin-bottom: 18px;
}

.legal-content ul {
  margin: 12px 0 0;
  padding-left: 22px;
  color: var(--muted);
}

.legal-content li + li {
  margin-top: 8px;
}

.legal-content a {
  color: var(--red-dark);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin: 18px 0;
  color: var(--red);
}

.price strong {
  font-size: 38px;
  line-height: 1;
}

.list {
  margin: 18px 0 0;
  padding-left: 18px;
}

.split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: start;
}

.panel {
  padding: 28px;
  border-left: 5px solid var(--red);
  background: #fff7f7;
}

.contact-box {
  display: grid;
  gap: 12px;
}

.contact-row {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.not-found {
  min-height: calc(100vh - 72px);
  display: grid;
  align-items: center;
  padding: 64px 0;
}

.not-found-box {
  width: min(760px, calc(100% - 32px));
  margin: 0 auto;
}

.error-code {
  margin-bottom: 4px;
  color: var(--red);
  font-size: clamp(68px, 14vw, 132px);
  line-height: 0.9;
  font-weight: 900;
}

.site-footer {
  margin-top: 48px;
  border-top: 1px solid var(--line);
  background: #fff;
}

.footer-inner {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
  font-size: 14px;
}

@media (max-width: 1000px) {
  .home-hero-inner,
  .product-section,
  .devices-section,
  .certified-section,
  .seo-intro {
    grid-template-columns: 1fr;
  }

  .pricing-grid,
  .benefits-section,
  .process-grid,
  .app-device-grid,
  .certified-grid,
  .payment-grid,
  .reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-strip,
  .apps-section,
  .trial-section,
  .guarantee-section {
    grid-template-columns: 1fr 1fr;
  }

  .hero-device {
    min-height: 360px;
  }

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

@media (max-width: 760px) {
  .nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .alert-inner {
    width: 100%;
    max-width: none;
    min-height: 40px;
    padding: 0;
    align-items: center;
    flex-direction: row;
    text-align: initial;
  }

  .alert-track {
    animation-duration: 14s;
  }

  .alert-track span {
    padding: 8px 36px;
  }

  .nav {
    width: min(100% - 24px, 1290px);
    min-height: auto;
    gap: 14px;
    padding: 14px 0;
  }

  .logo-brand img {
    width: min(170px, 62vw);
  }

  .logo-text {
    font-size: 21px;
    letter-spacing: 5px;
  }

  .nav-links {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: flex-start;
    gap: 8px 12px;
    margin-left: 0;
  }

  .nav-links a {
    min-height: 36px;
    align-items: center;
    font-size: 12px;
    line-height: 1.2;
  }

  .nav-cta {
    width: 100%;
    min-height: 46px;
    justify-content: center;
    padding: 10px 18px;
  }

  .cart-link {
    display: none;
  }

  .home-hero {
    min-height: auto;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 247, 251, 0.98)),
      #fff;
  }

  .home-hero-inner {
    padding: 42px 0 56px;
  }

  .home-hero-copy h1 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .hero-trust {
    gap: 8px;
  }

  .hero-price,
  .plan-price {
    font-size: clamp(38px, 11vw, 48px);
  }

  .home-hero-copy p,
  .product-copy p,
  .devices-copy p,
  .benefit-card p,
  details p {
    font-size: 16px;
  }

  .tv-frame {
    padding: 22px;
    border-width: 8px;
  }

  .app-row {
    margin-top: 24px;
    grid-template-columns: repeat(2, 1fr);
  }

  .media-grid,
  .pricing-grid,
  .benefits-section,
  .process-grid,
  .certified-grid,
  .payment-grid,
  .reviews-grid,
  .trust-strip,
  .apps-section,
  .trial-section,
  .app-device-grid,
  .certified-section,
  .guarantee-section,
  .faq-grid,
  .grid,
  .split,
  .footer-columns {
    grid-template-columns: 1fr;
  }

  .download-apps,
  .download-help {
    grid-template-columns: 1fr;
  }

  .download-card {
    min-height: 285px;
    padding: 26px 18px;
  }

  .viewer-card {
    width: 120px;
    height: 120px;
    left: 0;
  }

  .plan-head {
    grid-template-columns: 1fr;
    padding: 26px 24px;
  }

  .plan-head span {
    padding-left: 0;
  }

  .pricing-card ul {
    padding-left: 24px;
  }

  .screen-count,
  .plan-price {
    margin-left: 24px;
    margin-right: 24px;
  }

  .plan-button {
    width: calc(100% - 48px);
    margin-left: 24px;
    margin-right: 24px;
  }

  .product-section,
  .devices-section,
  .apps-section,
  .trial-section,
  .guarantee-section {
    gap: 34px;
    padding: 56px 0;
  }

  .benefit-card {
    min-height: auto;
  }

  summary {
    align-items: flex-start;
    font-size: 16px;
  }

  details p {
    padding-left: 24px;
  }

  .footer-bottom,
  .footer-inner {
    padding: 22px 16px;
    align-items: flex-start;
    flex-direction: column;
  }

  .back-top {
    bottom: 28px;
  }

  .whatsapp-float {
    left: 20px;
    bottom: 28px;
  }

  .promo-band,
  .final-cta {
    grid-template-columns: 1fr;
    display: grid;
    padding: 28px;
  }

  .seo-intro {
    padding: 28px;
    gap: 20px;
  }

  .promo-band {
    align-items: start;
  }

  .product-screen::before {
    width: 104px;
    height: 104px;
    font-size: 12px;
  }

  .product-screen::after {
    width: 78px;
    height: 78px;
    font-size: 11px;
  }
}

@media (max-width: 520px) {
  .alert-inner,
  .home-hero-inner,
  .pricing-section,
  .product-section,
  .benefits-section,
  .devices-section,
  .faq-section,
  .page-hero,
  .section,
  .footer-columns,
  .footer-bottom,
  .download-hero,
  .download-apps,
  .download-help,
  .seo-intro,
  .promo-band,
  .final-cta,
  .trust-strip {
    width: min(100% - 24px, 1290px);
  }

  .alert-strip {
    font-size: 12px;
  }

  .alert-strip .alert-inner {
    width: 100%;
    max-width: none;
  }

  .nav-links {
    grid-template-columns: 1fr;
  }

  .home-hero-copy h1,
  .page-title {
    font-size: clamp(30px, 11vw, 38px);
    line-height: 1.12;
  }

  .section-heading h2,
  .faq-section h2,
  .seo-intro h2,
  .final-cta h2 {
    font-size: clamp(24px, 8vw, 32px);
  }

  .lead,
  .download-hero p,
  .section-heading p {
    font-size: 16px;
  }

  .hero-device {
    min-height: auto;
  }

  .trust-strip {
    margin-top: 0;
  }

  .promo-band,
  .seo-intro,
  .final-cta,
  .seo-panel,
  .card,
  .panel,
  .contact-box,
  .download-help article,
  .download-help aside {
    padding: 22px;
  }

  .pricing-card ul {
    padding-right: 22px;
  }

  .plan-head {
    min-height: 185px;
  }

  .download-logo {
    width: 132px;
    height: 132px;
  }

  .prime-logo,
  .smarters-logo {
    width: 124px;
    height: 124px;
  }

  .download-card h2 {
    font-size: 25px;
  }

  .download-card p {
    font-size: 17px;
  }

  .footer-bottom {
    gap: 14px;
  }

  .back-top,
  .whatsapp-float {
    width: 46px;
    height: 46px;
  }

  .whatsapp-float img {
    width: 46px;
    height: 46px;
  }
}

@media (max-width: 360px) {
  .alert-inner,
  .nav,
  .home-hero-inner,
  .pricing-section,
  .product-section,
  .benefits-section,
  .devices-section,
  .faq-section,
  .page-hero,
  .section,
  .footer-columns,
  .footer-bottom,
  .download-hero,
  .download-apps,
  .download-help,
  .seo-intro,
  .promo-band,
  .final-cta,
  .trust-strip {
    width: min(100% - 18px, 1290px);
  }

  .button,
  .red-button,
  .button.light,
  .nav-cta {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .home-hero-copy h1,
  .page-title {
    font-size: 29px;
  }

  .hero-price,
  .plan-price,
  .price strong {
    font-size: 36px;
  }

  .plan-head,
  .promo-band,
  .seo-intro,
  .final-cta,
  .seo-panel,
  .card,
  .panel,
  .contact-box,
  .download-help article,
  .download-help aside {
    padding: 18px;
  }

  .download-logo {
    width: 112px;
    height: 112px;
  }

  .prime-logo,
  .smarters-logo {
    width: 108px;
    height: 108px;
  }

  .back-top {
    right: 12px;
    bottom: 18px;
  }

  .whatsapp-float {
    left: 12px;
    bottom: 18px;
  }

  .alert-strip .alert-inner {
    width: 100%;
    max-width: none;
  }

  .alert-track span {
    padding: 8px 30px;
  }
}
