﻿:root {
  --bg: #1a1a1a;
  --bg-deep: #0f0f0f;
  --bg-panel: #121212;
  --panel: #171717;
  --panel-soft: #1f1f1f;
  --border: #2d2d2d;
  --text: #f4f4f4;
  --muted: #b4b4b4;
  --muted-2: #8d8d8d;
  --green: #7b1fd8;
  --green-2: #b66bff;
  --purple: #7613d2;
  --blue: #0466ff;
  --yellow: #f2c61d;
  --red: #e04a39;
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.42);
  --shell: min(1236px, calc(100% - 32px));
  --wide-shell: min(1468px, calc(100% - 32px));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Roboto", "Segoe UI", Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.shell {
  width: var(--shell);
  margin: 0 auto;
}

.wide-shell {
  width: var(--wide-shell);
  margin: 0 auto;
}

.section {
  position: relative;
  overflow: hidden;
}

.top-strip {
  position: relative;
  z-index: 5;
  background: var(--green);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.3);
}

.top-strip__inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-align: center;
}

.top-strip__inner p {
  margin: 0;
}

.social-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-icon {
  width: 14px;
  height: 14px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  opacity: 0.98;
  text-transform: uppercase;
}

.site-header {
  background: #222;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.site-header__inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.brand-badge {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}

.brand-badge img {
  width: 128px;
  height: auto;
}

.site-header .brand-badge img {
  width: 100px;
}

.brand-badge--footer {
  background: var(--purple);
  padding: 8px 12px 7px;
  border-radius: 2px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.22);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: auto;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: none;
}

.main-nav a {
  opacity: 0.95;
  transition: color 0.2s ease, opacity 0.2s ease;
  white-space: nowrap;
}

.main-nav a:hover {
  color: var(--green);
  opacity: 1;
}

.main-nav a[aria-current="page"] {
  color: var(--green-2);
  opacity: 1;
}

.btn:active,
.faq-trigger:active,
.newsletter__form button:active {
  transform: translateY(1px) scale(0.99);
}

.hero {
  background: #1c1c1c;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.hero__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0) 24%),
    radial-gradient(circle at 14% 70%, rgba(30, 30, 30, 0.3), rgba(0, 0, 0, 0) 42%),
    radial-gradient(circle at 82% 30%, rgba(10, 10, 10, 0.25), rgba(0, 0, 0, 0) 36%),
    linear-gradient(180deg, rgba(18, 18, 18, 0.12), rgba(18, 18, 18, 0.72)),
    url("Assets/images/abonnement-atlas-pro-ontv.webp") center/cover no-repeat;
  filter: blur(2px) brightness(0.33) saturate(0.65);
  transform: scale(1.06);
  opacity: 0.88;
}

.hero__inner {
  position: relative;
  z-index: 1;
  min-height: 600px;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  align-items: center;
  gap: 36px;
  padding: 38px 0 42px;
}

.hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 30px;
}

.eyebrow {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
}

.eyebrow--center {
  text-align: center;
}

.eyebrow--light {
  color: rgba(255, 255, 255, 0.92);
  font-size: 22px;
  margin-bottom: 10px;
}

.hero h1 {
  margin: 0;
  max-width: 840px;
  font-size: clamp(2rem, 2.85vw, 3rem);
  line-height: 1.06;
  font-weight: 900;
  letter-spacing: -0.04em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.55);
}

.hero__copy {
  margin: 18px 0 0;
  max-width: 820px;
  font-size: clamp(1.03rem, 1.45vw, 1.22rem);
  line-height: 1.62;
  color: rgba(255, 255, 255, 0.93);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 49px;
  padding: 0 24px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  cursor: pointer;
  user-select: none;
  transition: transform 0.15s ease, background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.btn--primary {
  margin-top: 22px;
  min-width: 198px;
  background: linear-gradient(180deg, #b46dff 0%, var(--green) 100%);
  color: #fff;
  border: 0;
  box-shadow: 0 2px 0 #52139a, 0 10px 20px rgba(0, 0, 0, 0.35);
}

.btn--primary:hover {
  filter: brightness(1.05);
}

.btn--outline {
  min-width: 150px;
  background: rgba(0, 0, 0, 0.2);
  color: var(--green);
  border: 2px solid var(--green);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12) inset;
}

.btn--ghost {
  min-height: 37px;
  padding: 0 16px;
  background: transparent;
  color: rgba(255, 255, 255, 0.96);
  border: 1.5px solid rgba(255, 255, 255, 0.38);
  border-radius: 4px;
  font-size: 13px;
}

.btn--ghost:hover {
  border-color: rgba(255, 255, 255, 0.78);
}

.btn--pricing {
  min-height: 42px;
  min-width: 122px;
  margin: 24px auto 0;
  background: linear-gradient(180deg, #b46dff 0%, var(--green) 100%);
  color: #fff;
  border: 0;
}

.hero-tags {
  width: min(100%, 720px);
  margin: 16px auto 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.hero-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 6px 12px;
  border: 1px solid rgba(182, 107, 255, 0.34);
  border-radius: 999px;
  background: rgba(123, 31, 216, 0.18);
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(8px);
}

.hero__visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 8px;
}

.hero-tv {
  width: min(100%, 760px);
  height: auto;
  display: block;
  margin-top: 4px;
  filter: drop-shadow(0 18px 32px rgba(0, 0, 0, 0.42));
}

.device-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.device-marquee {
  width: 100%;
  margin-top: 8px;
  overflow: hidden;
}

.device-marquee__track {
  display: flex;
  width: max-content;
  align-items: center;
  animation: deviceMarquee 24s linear infinite;
  will-change: transform;
}

.device-marquee__group {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-right: 18px;
  flex: 0 0 auto;
}

.device-logo {
  flex: 0 0 auto;
  height: 42px;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 0.96;
}

.device-logo--informir {
  height: 72px;
}

.device-logo--lg {
  height: 30px;
}

.device-logo--windows {
  height: 34px;
}

.device-logo--iphone,
.device-logo--samsung {
  height: 42px;
}

.device-marquee--poster {
  margin-top: 18px;
}

.device-marquee--poster .device-marquee__track {
  animation-duration: 22s;
}

.device-marquee--poster .device-marquee__group {
  gap: 14px;
  padding-right: 14px;
}

.device-logo--poster {
  height: 32px;
}

.device-marquee--poster .device-logo--informir {
  height: 72px;
}

.device-marquee--poster .device-logo--smarttv {
  height: 42px;
}

.device-marquee--poster .device-logo--lg {
  height: 24px;
}

.device-marquee--poster .device-logo--windows {
  height: 28px;
}

.device-marquee--poster .device-logo--iphone,
.device-marquee--poster .device-logo--samsung {
  height: 40px;
}

@keyframes deviceMarquee {
  from {
    transform: translate3d(0, 0, 0);
  }

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

@media (prefers-reduced-motion: reduce) {
  .device-marquee__track {
    animation: none;
    transform: none;
  }
}

.section--intro {
  background: var(--bg);
  padding: 28px 0 36px;
}

.section-heading {
  margin: 6px 0 0;
  font-size: clamp(2rem, 2.5vw, 2.8rem);
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.section-heading--green {
  color: var(--green-2);
}

.section-heading--center {
  text-align: center;
}

.section-subtitle {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  line-height: 1.5;
}

.section-subtitle--center {
  text-align: center;
}

.promo-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(330px, 0.9fr);
  gap: 46px;
  align-items: center;
  margin-top: 28px;
}

.promo-poster {
  justify-self: start;
  width: 100%;
  max-width: 600px;
  padding: 0 0 0 0;
}

.promo-poster__inner {
  position: relative;
  width: 100%;
  padding: 36px 28px 20px;
  border: 4px solid rgba(224, 224, 224, 0.96);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
  background:
    radial-gradient(circle at 20% 80%, rgba(176, 41, 255, 0.48), transparent 28%),
    radial-gradient(circle at 82% 30%, rgba(7, 158, 255, 0.5), transparent 32%),
    linear-gradient(180deg, #180e52 0%, #2a107f 55%, #0e1f72 100%);
}

.poster-kicker {
  margin: 0;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.96);
}

.promo-poster h3 {
  margin: 10px 0 0;
  text-align: center;
  font-size: clamp(2.4rem, 3.4vw, 3.7rem);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.promo-screen {
  margin: 26px auto 0;
  width: min(80%, 410px);
  position: relative;
  z-index: 1;
}

.promo-screen img {
  width: 100%;
  display: block;
  filter: saturate(1.02) contrast(1.02);
}

.promo-screen::before {
  content: "";
  position: absolute;
  inset: -14px -10px -18px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(7, 12, 53, 0.18), rgba(0, 0, 0, 0.16));
  filter: blur(12px);
  z-index: -1;
}

.device-row--poster {
  margin-top: 10px;
  gap: 12px;
}

.promo-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
}

.brand-square {
  width: 150px;
  height: 150px;
  border-radius: 26px;
  background: linear-gradient(180deg, #7c17da 0%, #7413d1 100%);
  display: grid;
  place-items: center;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
}

.brand-square img {
  width: 76%;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.24));
}

.promo-copy__lead {
  margin: 22px 0 0;
  max-width: 560px;
  font-size: 18px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.95);
}

.promo-price {
  margin: 8px 0 0;
  font-size: clamp(1.9rem, 2.8vw, 2.45rem);
  line-height: 1.1;
  font-weight: 800;
  color: #efd75b;
  letter-spacing: -0.03em;
}

.promo-copy p {
  margin: 12px 0 0;
  max-width: 560px;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.52);
}

.promo-copy__muted {
  color: rgba(255, 255, 255, 0.48) !important;
  margin-top: 20px !important;
  font-size: 15px !important;
}

.promo-copy .btn--outline {
  margin-top: 20px;
}

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

.feature-card {
  min-height: 274px;
  padding: 26px 22px 22px;
  border-radius: 12px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.feature-card--purple {
  background: linear-gradient(180deg, #7b18d6 0%, #6f12ca 100%);
}

.feature-card--blue {
  background: linear-gradient(180deg, #086dff 0%, #0760ea 100%);
}

.feature-card h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.feature-card p {
  margin: 14px 0 0;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
}

.feature-card .btn--ghost {
  margin-top: auto;
}

.section--tarifs {
  position: relative;
  padding: 42px 0 44px;
  background: #151515;
}

.tarifs__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0) 38%),
    linear-gradient(180deg, #171717 0%, #121212 100%);
  transform: none;
  filter: none;
  opacity: 1;
}

.section--tarifs .shell {
  position: relative;
  z-index: 1;
}

.pricing-labels {
  display: none;
}

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

.pricing-card {
  position: relative;
  min-height: 560px;
  padding: 28px 22px 22px;
  background: linear-gradient(180deg, #181818 0%, #121212 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  color: #fff;
  display: flex;
  flex-direction: column;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.pricing-card:hover {
  transform: translateY(-4px);
}

.pricing-card__ribbon {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.pricing-card__ribbon::before {
  display: none;
}

.pricing-card__ribbon::after {
  position: static;
  transform: none;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.pricing-card__ribbon--green::after {
  content: "1 CODE";
  color: #c07cff;
}

.pricing-card__ribbon--yellow::after {
  content: "2 CODES";
  color: #9a35f0;
}

.pricing-card__ribbon--red::after {
  content: "3 CODES";
  color: #5ea8ff;
}

.pricing-card__header {
  min-height: 0;
  padding: 0;
  text-align: center;
  background: transparent;
  border-bottom: 0;
}

.pricing-card__header--highlight {
  background: transparent;
}

.pricing-card__price {
  font-size: clamp(2.55rem, 3.3vw, 3.65rem);
  line-height: 1;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.05em;
}

.pricing-card__price--light {
  color: #fff;
}

.pricing-card__plan {
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.46);
  font-weight: 500;
  letter-spacing: 0.01em;
}

.pricing-card__plan--light {
  color: rgba(255, 255, 255, 0.58);
}

.pricing-card__list {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pricing-card__list li {
  min-height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  text-align: left;
  font-size: 15px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.74);
  border-bottom: 0;
}

.pricing-card__list li::before {
  content: "\2713";
  flex: 0 0 16px;
  width: 16px;
  margin-top: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.pricing-card__list li:last-child {
  border-bottom: 0;
}

.pricing-card .btn--pricing {
  margin-top: auto;
  min-width: 166px;
  min-height: 46px;
  align-self: center;
  border-radius: 999px;
  background: transparent;
  border: 1.5px solid rgba(123, 31, 216, 0.75);
  color: #fff;
  box-shadow: none;
}

.pricing-grid > .pricing-card:nth-child(2) {
  transform: translateY(-18px);
  min-height: 596px;
  border-color: rgba(255, 255, 255, 0.84);
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.48);
  background: linear-gradient(180deg, #161616 0%, #111111 100%);
  z-index: 2;
}

.pricing-grid > .pricing-card:nth-child(2):hover {
  transform: translateY(-22px);
}

.pricing-grid > .pricing-card:nth-child(2) .btn--pricing {
  background: linear-gradient(180deg, #c07cff 0%, #9a35f0 100%);
  border-color: transparent;
  color: #08140e;
  box-shadow: 0 8px 18px rgba(154, 53, 240, 0.26);
}

.pricing-card--highlight {
  transform: none;
  min-height: 560px;
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  background: linear-gradient(180deg, #181818 0%, #121212 100%);
}

.pricing-card--highlight .btn--pricing {
  background: transparent;
  border: 1.5px solid rgba(123, 31, 216, 0.75);
  color: #fff;
  box-shadow: none;
}

.section--reviews {
  padding: 22px 0 38px;
  background: var(--bg);
}

.reviews-marquee {
  margin-top: 26px;
  overflow: hidden;
}

.reviews-marquee__track {
  display: flex;
  width: max-content;
  align-items: stretch;
  animation: reviewsMarquee 34s linear infinite;
  will-change: transform;
}

.reviews-marquee__group {
  display: flex;
  align-items: stretch;
  gap: 14px;
  padding-right: 14px;
  flex: 0 0 auto;
}

.review-card {
  flex: 0 0 auto;
  width: 226px;
  height: 414px;
  border-radius: 18px;
  background: #ddd;
  overflow: hidden;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
}

.review-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

@keyframes reviewsMarquee {
  from {
    transform: translate3d(-50%, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .reviews-marquee__track {
    animation: none;
    transform: none;
  }
}

.section--faq {
  padding: 18px 0 0;
  background: var(--bg);
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 48px;
  align-items: start;
}

.faq-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.brand-square--large {
  width: 150px;
  height: 150px;
}

.faq-left__title {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  line-height: 1.2;
}

.steps {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.95);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.btn--outline {
  margin-top: 18px;
}

.faq-photo {
  width: 100%;
  margin: 24px 0 0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.faq-photo img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.35) hue-rotate(175deg) brightness(1.08) contrast(0.96);
}

.faq-right {
  padding-top: 6px;
}

.eyebrow--faq {
  margin-top: 4px;
}

.section-heading--faq {
  margin-top: 8px;
}

.faq-list {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.faq-item {
  background: #151515;
  border: 1px solid rgba(255, 255, 255, 0.02);
}

.faq-trigger {
  width: 100%;
  border: 0;
  background: transparent;
  color: #fff;
  padding: 16px 16px 16px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
  cursor: pointer;
}

.faq-trigger__icon {
  flex: 0 0 auto;
  width: 16px;
  color: var(--muted-2);
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
}

.faq-trigger__title {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 800;
}

.faq-item.is-open .faq-trigger__title {
  color: var(--green);
}

.faq-panel {
  padding: 0 16px 18px 44px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  line-height: 1.65;
}

.faq-panel p {
  margin: 0 0 6px;
}

.faq-item:not(.is-open) .faq-panel {
  display: none;
}

.page-hero {
  position: relative;
  overflow: hidden;
  min-height: 340px;
  padding: 78px 0 54px;
  background:
    radial-gradient(circle at 12% 20%, rgba(123, 31, 216, 0.16), transparent 34%),
    radial-gradient(circle at 88% 0%, rgba(255, 255, 255, 0.05), transparent 28%),
    linear-gradient(180deg, rgba(18, 18, 18, 0.72), rgba(26, 26, 26, 0));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16, 16, 16, 0.92) 0%, rgba(16, 16, 16, 0.74) 47%, rgba(16, 16, 16, 0.42) 100%),
    linear-gradient(180deg, rgba(16, 16, 16, 0.15) 0%, rgba(16, 16, 16, 0.7) 100%);
  z-index: 0;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(182, 107, 255, 0.8), transparent);
  z-index: 1;
}

.page-hero--about {
  background-image: url("Assets/images/abonnement-atlas-pro-ontv.webp");
  background-position: center 42%;
}

.page-hero--pricing {
  background-image: url("Assets/images/atlas-pro-ontv.webp");
  background-position: center 36%;
}

.page-hero--blog {
  background-image: url("Assets/images/atlas-pro-ontv-tv-1200.webp");
  background-position: right 42% center;
  background-size: min(860px, 72vw) auto;
}

.page-hero--contact {
  background-image: url("Assets/images/atlas-pro-ontv-512.webp");
  background-position: right 44% center;
  background-size: min(760px, 64vw) auto;
}

.page-hero--refund {
  background-image: url("Assets/images/payments.webp");
  background-position: right 9% center;
  background-size: min(560px, 48vw) auto;
}

.page-hero--privacy {
  background-image: url("Assets/images/atlas-pro-ontv-tv-1200.webp");
  background-position: right 12% center;
  background-size: min(720px, 58vw) auto;
}

.page-hero--terms {
  background-image: url("Assets/images/abonnement-atlas-pro-ontv.webp");
  background-position: center 58%;
}

.page-hero--blog::before,
.page-hero--contact::before,
.page-hero--refund::before,
.page-hero--privacy::before {
  background:
    radial-gradient(circle at 78% 48%, rgba(123, 31, 216, 0.22), transparent 34%),
    linear-gradient(90deg, rgba(16, 16, 16, 0.94) 0%, rgba(16, 16, 16, 0.76) 52%, rgba(16, 16, 16, 0.54) 100%),
    linear-gradient(180deg, rgba(16, 16, 16, 0.1) 0%, rgba(16, 16, 16, 0.72) 100%);
}

.page-hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.page-hero__copy {
  max-width: 840px;
}

.page-hero__eyebrow {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
  line-height: 1.2;
  font-weight: 500;
}

.page-hero__title {
  margin: 8px 0 0;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.page-hero__text {
  margin: 14px 0 0;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  line-height: 1.7;
}

.page-hero__badge {
  flex: 0 0 auto;
  align-self: flex-start;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(123, 31, 216, 0.14);
  color: #dcb9ff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.page-section {
  padding: 10px 0 42px;
}

.page-spacing {
  margin-top: 18px;
}

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

.page-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.page-card {
  padding: 24px;
  background: linear-gradient(180deg, #181818 0%, #121212 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.page-card h2,
.page-card h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.page-card p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  line-height: 1.65;
}

.page-card ul {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.page-card li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.55;
}

.page-card li + li {
  margin-top: 10px;
}

.page-card li::before {
  content: "\2022";
  color: var(--green-2);
  font-size: 18px;
  line-height: 1;
}

.page-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.page-chip {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(123, 31, 216, 0.14);
  color: #dcb9ff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.page-card .btn {
  margin-top: 18px;
}

.page-card img {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 16px;
  border-radius: 12px;
}

.page-article {
  max-width: 900px;
  margin: 0 auto;
}

.page-article h2 {
  margin-top: 24px;
  font-size: 22px;
}

.page-article p + p,
.page-article ul + p {
  margin-top: 12px;
}

.page-article ul {
  margin-top: 12px;
  padding-left: 18px;
  list-style: disc;
}

.page-article li {
  display: list-item;
}

.page-article li::before {
  content: none;
}

.footer {
  margin-top: 26px;
}

.footer-top {
  display: grid;
  grid-template-columns: minmax(280px, 1.08fr) repeat(3, minmax(160px, 0.64fr));
  gap: 48px;
  align-items: start;
  padding: 50px 0 26px;
  border-top: 2px solid rgba(123, 31, 216, 0.82);
  background: #141414;
  position: relative;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 300px;
  position: relative;
  z-index: 2;
}

.footer-brand__logo {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.footer-brand__logo img {
  width: 238px;
  height: auto;
  display: block;
}

.footer-brand p {
  margin: 0;
  max-width: 290px;
  font-size: 14px;
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.56);
}

.footer-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.footer-links h3,
.footer-contact h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 900;
  color: #fff;
}

.footer-links h3 {
  margin-bottom: 16px;
}

.footer-links a,
.footer-contact a,
.footer-contact p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.42);
}

.footer-links a {
  color: rgba(255, 255, 255, 0.56);
  margin-bottom: 7px;
}

.footer-contact {
  gap: 10px;
}

.footer-contact a {
  color: rgba(255, 255, 255, 0.56);
  font-size: 14px;
}

.footer-contact__secure {
  margin-top: 12px !important;
}

.footer-contact img {
  width: min(216px, 100%);
  height: auto;
  object-fit: contain;
  display: block;
  margin-top: 4px;
}

.footer-bottom {
  padding: 15px 0 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  text-align: center;
}

.footer-bottom p {
  margin: 0;
  font-size: 12px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.46);
}

.whatsapp-fab {
  position: fixed;
  right: 14px;
  bottom: 15px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: linear-gradient(180deg, #54ef5f 0%, #1ec246 100%);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.3);
  color: #fff;
  display: grid;
  place-items: center;
  z-index: 30;
}

.back-to-top {
  position: fixed;
  left: 14px;
  bottom: 15px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(180deg, #b66bff 0%, #7b1fd8 100%);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.3);
  color: #fff;
  display: grid;
  place-items: center;
  z-index: 30;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.back-to-top:hover {
  transform: translateY(-2px);
  box-shadow: 0 11px 22px rgba(0, 0, 0, 0.36);
}

.back-to-top:active {
  transform: translateY(1px) scale(0.98);
}

.back-to-top svg {
  width: 29px;
  height: 29px;
  display: block;
}

.whatsapp-fab svg {
  width: 34px;
  height: 34px;
  display: block;
}

@media (max-width: 1180px) {
  .footer-top,
  .faq-layout,
  .promo-grid,
  .hero__inner {
    grid-template-columns: 1fr;
  }

  .main-nav {
    gap: 18px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .hero__inner {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 22px;
    padding-top: 30px;
  }

  .hero__visual {
    order: 2;
    width: min(760px, 100%);
    margin: 0 auto;
  }

  .hero__content {
    padding-top: 14px;
  }

  .promo-grid {
    gap: 28px;
  }

  .feature-grid,
  .pricing-grid,
  .pricing-labels {
    grid-template-columns: 1fr 1fr;
  }

  .pricing-grid {
    grid-auto-rows: 1fr;
  }

  .pricing-grid > .pricing-card:nth-child(2) {
    transform: none;
  }

  .reviews-marquee__group {
    gap: 12px;
    padding-right: 12px;
  }

  .review-card {
    width: 210px;
    height: 386px;
  }

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

  .footer-brand {
    max-width: none;
  }

  .footer-contact {
    align-items: flex-start;
    text-align: left;
  }

  .footer-contact img {
    width: min(228px, 100%);
  }

  .page-hero__inner,
  .page-grid,
  .page-grid--2 {
    grid-template-columns: 1fr;
  }

  .page-hero__inner {
    display: grid;
  }

  .page-hero__badge {
    justify-self: start;
  }

  .newsletter__form {
    flex-wrap: wrap;
  }
}

@media (max-width: 960px) {
  .site-header__inner {
    justify-content: center;
    gap: 12px 22px;
    padding: 12px 0;
  }

  .brand-badge {
    width: 100%;
  }

  .site-header .brand-badge img {
    width: 96px;
  }

  .main-nav {
    width: 100%;
    justify-content: center;
    gap: 12px 18px;
  }

  .hero__inner {
    padding-bottom: 30px;
  }

  .hero__copy {
    max-width: 680px;
  }

  .promo-poster {
    justify-self: center;
  }

  .promo-copy {
    max-width: 680px;
    margin: 0 auto;
  }

  .faq-layout {
    gap: 30px;
  }

  .faq-left {
    max-width: 620px;
    margin: 0 auto;
  }

  .page-hero {
    min-height: 300px;
    background-size: cover;
  }
}

@media (max-width: 780px) {
  .shell,
  .wide-shell {
    width: min(100% - 24px, 100%);
  }

  .top-strip__inner {
    font-size: 11px;
  }

  .site-header__inner {
    min-height: 70px;
    align-items: center;
    justify-content: center;
    padding: 10px 0 12px;
  }

  .brand-badge img {
    width: 96px;
  }

  .main-nav {
    gap: 12px;
    font-size: 12px;
    justify-content: center;
    line-height: 1.2;
    text-align: center;
  }

  .main-nav a {
    padding: 4px 0;
  }

  .hero__inner {
    padding: 22px 0 28px;
  }

  .hero__content {
    padding-top: 0;
  }

  .hero h1 {
    font-size: clamp(2.05rem, 8vw, 3rem);
  }

  .hero__copy,
  .section-subtitle,
  .promo-copy p,
  .footer-brand p,
  .footer-links a,
  .footer-contact a,
  .footer-contact p,
  .newsletter p {
    font-size: 15px;
  }

  .eyebrow--light {
    font-size: 18px;
  }

  .section-heading {
    font-size: clamp(1.7rem, 7vw, 2.1rem);
  }

  .section--intro,
  .section--tarifs,
  .section--reviews {
    padding-left: 0;
    padding-right: 0;
  }

  .promo-poster__inner {
    padding: 30px 18px 18px;
  }

  .promo-poster h3 {
    font-size: 2.4rem;
  }

  .promo-screen {
    width: 86%;
  }

  .brand-square,
  .brand-square--large {
    width: 128px;
    height: 128px;
    border-radius: 22px;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 34px 0 20px;
  }

  .footer-brand__logo img {
    width: 212px;
  }

  .device-marquee--poster {
    margin-top: 14px;
  }

  .device-marquee--poster .device-marquee__group {
    gap: 12px;
    padding-right: 12px;
  }

  .device-logo--poster {
    height: 28px;
  }

  .device-marquee--poster .device-logo--informir {
    height: 62px;
  }

  .device-marquee--poster .device-logo--smarttv {
    height: 36px;
  }

  .device-marquee--poster .device-logo--lg {
    height: 22px;
  }

  .device-marquee--poster .device-logo--windows {
    height: 24px;
  }

  .device-marquee--poster .device-logo--iphone,
  .device-marquee--poster .device-logo--samsung {
    height: 34px;
  }

  .promo-grid,
  .feature-grid,
  .pricing-grid,
  .faq-layout,
  .footer-top {
    grid-template-columns: 1fr;
  }

  .feature-grid,
  .pricing-grid,
  .pricing-labels {
    grid-template-columns: 1fr;
  }

  .promo-copy {
    order: 2;
  }

  .feature-card,
  .pricing-card {
    min-height: auto;
  }

  .pricing-labels {
    display: none;
  }

  .pricing-card__header {
    min-height: 0;
  }

  .pricing-grid > .pricing-card:nth-child(2) {
    transform: none;
    min-height: auto;
  }

  .reviews-marquee__group {
    gap: 10px;
    padding-right: 10px;
  }

  .review-card {
    width: 184px;
    height: 336px;
  }

  .footer-brand p,
  .footer-links a,
  .footer-contact a,
  .footer-contact p {
    font-size: 14px;
  }

  .footer-contact img {
    width: min(220px, 100%);
  }

  .page-hero {
    padding: 32px 0 18px;
    min-height: 250px;
    background-size: cover;
    background-position: center;
  }

  .page-hero__title {
    font-size: clamp(2rem, 8vw, 3rem);
  }

  .page-hero__text,
  .page-card p,
  .page-card li,
  .page-article p,
  .page-article li {
    font-size: 15px;
    line-height: 1.65;
  }

  .page-card {
    padding: 20px;
  }

  .faq-photo img {
    height: 320px;
  }

  .whatsapp-fab {
    right: 12px;
    bottom: 12px;
  }

  .back-to-top {
    left: 12px;
    bottom: 12px;
  }
}

@media (max-width: 560px) {
  .shell,
  .wide-shell {
    width: min(100% - 20px, 100%);
  }

  .top-strip__inner {
    min-height: 34px;
    padding: 6px 0;
    line-height: 1.35;
  }

  .site-header__inner {
    gap: 8px;
  }

  .site-header .brand-badge img {
    width: 86px;
  }

  .main-nav {
    gap: 6px 11px;
    font-size: 11px;
  }

  .hero h1 br {
    display: none;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(1.85rem, 9vw, 2.35rem);
    line-height: 1.08;
  }

  .hero__copy {
    font-size: 15px;
    line-height: 1.55;
  }

  .hero-tv {
    width: min(100%, 520px);
    max-width: 100%;
  }

  .device-logo {
    height: 34px;
  }

  .device-logo--informir {
    height: 56px;
  }

  .device-logo--windows,
  .device-logo--iphone,
  .device-logo--samsung {
    height: 32px;
  }

  .device-logo--lg {
    height: 24px;
  }

  .promo-poster__inner {
    border-width: 3px;
    padding: 24px 14px 16px;
  }

  .promo-poster h3 {
    font-size: clamp(2rem, 12vw, 2.8rem);
  }

  .feature-card {
    min-height: 0;
    padding: 22px 18px;
  }

  .pricing-card {
    padding: 24px 18px 20px;
    border-radius: 18px;
  }

  .pricing-card__price {
    font-size: clamp(2.25rem, 13vw, 3rem);
  }

  .review-card {
    width: 162px;
    height: 296px;
    border-radius: 14px;
  }

  .faq-trigger {
    padding: 14px 12px;
    gap: 10px;
  }

  .faq-trigger__title {
    font-size: 16px;
  }

  .faq-panel {
    padding: 0 14px 16px 38px;
    font-size: 14px;
  }

  .faq-photo img {
    height: 260px;
  }

  .footer-top {
    text-align: center;
  }

  .footer-brand,
  .footer-col,
  .footer-contact {
    align-items: center;
    text-align: center;
  }

  .footer-brand {
    margin: 0 auto;
  }

  .footer-brand p {
    margin: 0 auto;
  }

  .footer-brand__logo {
    justify-content: center;
  }

  .footer-brand__logo img {
    width: 188px;
  }

  .page-hero__badge {
    display: none;
  }

  .page-card {
    border-radius: 16px;
  }

  .whatsapp-fab,
  .back-to-top {
    width: 56px;
    height: 56px;
  }

  .whatsapp-fab svg {
    width: 30px;
    height: 30px;
  }

  .back-to-top svg {
    width: 26px;
    height: 26px;
  }

  .section {
    overflow: visible;
  }

  .hero,
  .page-hero,
  .device-marquee,
  .reviews-marquee,
  .review-card,
  .promo-poster__inner,
  .faq-photo {
    overflow: hidden;
  }

  .section--intro,
  .section--tarifs,
  .section--reviews,
  .section--faq,
  .page-section,
  .footer {
    content-visibility: visible;
    contain-intrinsic-size: auto;
  }
}

@media (max-width: 380px) {
  .shell,
  .wide-shell,
  .hero__inner {
    width: calc(100% - 24px);
    max-width: calc(100% - 24px);
  }

  .main-nav {
    gap: 7px 10px;
    font-size: 11px;
  }

  .btn {
    width: min(100%, 270px);
    padding: 0 16px;
    font-size: 13px;
  }

  .hero h1 {
    font-size: 1.68rem;
  }

  .section-heading {
    font-size: 1.55rem;
  }

  .promo-poster__inner {
    padding-left: 10px;
    padding-right: 10px;
  }

  .brand-square,
  .brand-square--large {
    width: 112px;
    height: 112px;
    border-radius: 18px;
  }

  .review-card {
    width: 146px;
    height: 266px;
  }
}




@supports (content-visibility: auto) {
  .section--intro,
  .section--tarifs,
  .section--reviews,
  .section--faq,
  .page-section,
  .footer {
    content-visibility: auto;
    contain-intrinsic-size: 1px 900px;
  }
}

@media (max-width: 780px) {
  @supports (content-visibility: auto) {
    .section--intro,
    .section--tarifs,
    .section--reviews,
    .section--faq,
    .page-section,
    .footer {
      content-visibility: visible;
      contain-intrinsic-size: auto;
    }
  }
}

@media (max-width: 640px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  body {
    min-width: 0;
  }

  .top-strip,
  .site-header,
  main,
  .hero,
  .section,
  .footer {
    width: 100vw;
    max-width: 100vw;
  }

  .shell,
  .wide-shell {
    width: min(100% - 32px, 430px);
    max-width: min(100% - 32px, 430px);
    margin-left: auto;
    margin-right: auto;
  }

  .top-strip__inner {
    width: 100%;
    max-width: 100%;
    min-height: 32px;
    padding: 6px 8px;
    font-size: 10px;
  }

  .top-strip__inner p {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .site-header__inner {
    width: 100%;
    max-width: 100%;
    min-height: 0;
    padding: 14px 0 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .brand-badge {
    width: auto;
    max-width: 100%;
  }

  .site-header .brand-badge img {
    width: 92px;
    max-width: 92px;
  }

  .main-nav {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px 13px;
    font-size: 12px;
    line-height: 1.2;
  }

  .main-nav a {
    white-space: normal;
  }

  .hero {
    min-height: auto;
  }

  .hero__bg {
    inset: 0;
    width: 100%;
    max-width: 100%;
    transform: none;
    filter: brightness(0.34) saturate(0.7);
    background-position: center top;
  }

  .hero__inner {
    width: min(100% - 32px, 430px);
    max-width: min(100% - 32px, 430px);
    min-height: 0;
    padding: 34px 0 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
  }

  .hero__content,
  .hero__visual {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .hero__content {
    order: 1;
    padding-top: 0;
    align-items: center;
    text-align: center;
  }

  .hero__visual {
    order: 2;
    margin: 0 auto;
    overflow: hidden;
  }

  .eyebrow--light {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .hero h1 {
    width: 100%;
    max-width: 100%;
    margin: 0;
    font-size: clamp(1.78rem, 7.4vw, 2rem);
    line-height: 1.14;
    letter-spacing: -0.02em;
    overflow-wrap: anywhere;
  }

  .hero__copy {
    width: 100%;
    max-width: 100%;
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.6;
    overflow-wrap: anywhere;
  }

  .hero .btn {
    margin-top: 18px;
  }

  .hero-tags {
    width: 100%;
    margin-top: 14px;
    gap: 7px;
  }

  .hero-tags span {
    min-height: 26px;
    padding: 5px 9px;
    font-size: 10px;
    letter-spacing: 0;
  }

  .hero-tv {
    width: 100%;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }

  .device-marquee,
  .reviews-marquee {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .device-marquee__track,
  .reviews-marquee__track {
    max-width: none;
  }

  .promo-grid,
  .feature-grid,
  .pricing-grid,
  .faq-layout,
  .footer-top,
  .page-grid,
  .page-grid--2 {
    width: 100%;
    max-width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .promo-poster,
  .promo-copy,
  .feature-card,
  .pricing-card,
  .faq-left,
  .faq-right,
  .page-card,
  .footer-brand,
  .footer-col {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .promo-poster__inner {
    overflow: hidden;
  }

  .btn {
    min-height: 46px;
    max-width: 100%;
    padding-left: 18px;
    padding-right: 18px;
    white-space: normal;
    text-align: center;
    font-size: 13px;
  }
}
