:root {
  color-scheme: dark;
  --bg: #151515;
  --panel: #0d0d0d;
  --panel-soft: #111111;
  --text: #ffffff;
  --muted: #c9cbd4;
  --green: #86be39;
  --green-bright: #57e36c;
  --blue: #1f73f2;
  --purple: #7920d6;
  --brand-purple: #2a1059;
  --brand-purple-dark: #180b34;
  --border: #2b2b2b;
  font-family: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background:
    radial-gradient(circle at 18% 6%, rgba(121, 32, 214, 0.18), transparent 26%),
    radial-gradient(circle at 84% 16%, rgba(31, 115, 242, 0.12), transparent 28%),
    var(--bg);
  color: var(--text);
  overflow-x: hidden;
}

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

body:not(.home-page) {
  background:
    linear-gradient(90deg, rgba(8, 10, 13, 0.94), rgba(12, 14, 18, 0.78) 50%, rgba(8, 10, 13, 0.94)),
    radial-gradient(circle at 50% 18%, rgba(121, 32, 214, 0.2), transparent 38%),
    url("abonnement-atlas-pro-bg-1440.webp") center / cover fixed no-repeat;
}

a {
  color: inherit;
}

.site-header {
  border-bottom: 1px solid rgba(143, 88, 226, 0.3);
  background:
    linear-gradient(90deg, var(--brand-purple-dark), var(--brand-purple) 34%, #35106b 70%, var(--brand-purple-dark));
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(12px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.32);
}

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

.wide-nav {
  width: min(1780px, calc(100% - 96px));
}

.brand,
.logo-mark {
  text-decoration: none;
  font-weight: 900;
}

.logo-link {
  width: 154px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 2px;
  background: transparent;
  box-shadow: none;
}

.logo-link img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.logo-mark {
  width: 154px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 2px;
  background: transparent;
  color: #fff;
  line-height: 1;
  box-shadow: none;
  overflow: hidden;
}

.logo-mark img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.menu {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-end;
  min-width: 0;
}

.menu a {
  padding: 10px 10px;
  border-radius: 999px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: color 0.2s ease, background 0.2s ease;
  white-space: nowrap;
}

.menu a:hover,
.menu a[aria-current="page"] {
  background: rgba(255, 255, 255, 0.12);
  color: #d7ff44;
}

.home-hero {
  padding: 40px 14px 0;
}

.hero-overlay {
  min-height: 574px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 470px);
  gap: clamp(32px, 5vw, 70px);
  align-items: center;
  padding: clamp(42px, 7vw, 86px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 2px;
  background:
    linear-gradient(90deg, rgba(8, 10, 13, 0.92), rgba(14, 16, 20, 0.62) 48%, rgba(8, 10, 13, 0.9)),
    radial-gradient(circle at 54% 44%, rgba(121, 32, 214, 0.18), transparent 38%),
    url("abonnement-atlas-pro-bg-1440.webp") center / cover no-repeat;
  box-shadow: inset 0 0 120px rgba(0, 0, 0, 0.52), 0 28px 80px rgba(0, 0, 0, 0.28);
  overflow: hidden;
  position: relative;
}

.hero-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 28%, rgba(0, 0, 0, 0.32));
  pointer-events: none;
}

.hero-copy {
  max-width: 760px;
  justify-self: end;
  text-align: center;
  position: relative;
  z-index: 1;
}

.kicker,
.intro-section > p,
.pricing-section > p,
.faq-side > p {
  margin: 0 0 12px;
  color: #cbd5e1;
  font-size: 18px;
}

.kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 15px;
  border: 1px solid rgba(87, 227, 108, 0.36);
  border-radius: 999px;
  background: rgba(87, 227, 108, 0.08);
  color: #dcffe3;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

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

h1 {
  margin: 0 0 18px;
  font-size: clamp(38px, 5.1vw, 62px);
  line-height: 1.22;
  text-shadow: 0 12px 38px rgba(0, 0, 0, 0.64);
}

.hero-subtitle {
  margin: -6px 0 18px;
  color: #fff;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.22;
  text-shadow: 0 12px 38px rgba(0, 0, 0, 0.64);
}

h2 {
  margin: 0 0 16px;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.2;
}

h3 {
  margin: 0 0 12px;
  font-size: 20px;
}

p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.hero-copy p:not(.kicker) {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  max-width: 720px;
}

.button,
.green-button,
.outline-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 28px;
  border-radius: 4px;
  font-weight: 900;
  text-decoration: none;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.button,
.green-button {
  background: var(--green);
  color: #fff;
}

.button:hover,
.green-button:hover {
  background: #73a92f;
  transform: translateY(-2px);
}

.button.secondary {
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: transparent;
  color: #dfffe5;
}

.button.secondary:hover {
  border-color: var(--green-bright);
  background: rgba(87, 227, 108, 0.14);
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.ghost-button {
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.ghost-button:hover {
  border-color: var(--green-bright);
  background: rgba(87, 227, 108, 0.16);
  transform: translateY(-2px);
}

.hero-stats {
  width: min(100%, 620px);
  margin: 28px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.hero-stats span {
  min-height: 76px;
  display: grid;
  place-items: center;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(5, 5, 5, 0.36);
  color: #d9dde7;
  font-size: 13px;
  font-weight: 800;
}

.hero-stats strong {
  display: block;
  color: #fff;
  font-size: 22px;
}

.outline-button {
  border: 1px solid var(--green);
  color: #95d348;
}

.outline-button:hover {
  background: var(--green);
  color: #fff;
}

.hero-tv {
  width: min(100%, 470px);
  justify-self: start;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 28px 38px rgba(0, 0, 0, 0.48));
}

.header-tv-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.intro-section,
.pricing-section {
  padding: 28px 18px 42px;
  text-align: center;
}

.intro-section h2,
.pricing-section h2,
.faq-side h2 {
  color: var(--green-bright);
}

.pricing-section h1 {
  margin: 0 0 10px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.12;
}

.feature-section {
  width: min(1230px, calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0 48px;
  content-visibility: auto;
  contain-intrinsic-size: 920px;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(340px, 584px) minmax(320px, 1fr);
  gap: clamp(42px, 6vw, 110px);
  align-items: center;
}

.product-poster {
  min-height: 580px;
  padding: 0;
  border: 4px solid #d8dbe6;
  background: #081334;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
}

.image-poster img {
  width: 100%;
  height: 100%;
  min-height: 580px;
  display: block;
  object-fit: cover;
}

.product-copy {
  text-align: center;
}

.app-icon {
  width: 164px;
  height: 164px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 22px;
  background: #7b18dc;
  box-shadow: 0 20px 54px rgba(113, 31, 211, 0.34);
  overflow: hidden;
}

.app-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.product-copy .lead {
  font-size: 18px;
}

.trust-row {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0 0 22px;
}

.trust-row span {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(87, 227, 108, 0.28);
  border-radius: 999px;
  background: rgba(87, 227, 108, 0.08);
  color: #dfffe5;
  font-size: 13px;
  font-weight: 800;
}

.product-copy h2 {
  color: var(--green-bright);
}

.product-copy p {
  color: #fff;
  font-weight: 600;
}

.benefits-grid {
  width: min(1128px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.benefits-grid article {
  min-height: 274px;
  padding: 28px 30px;
  border-radius: 8px;
  background: linear-gradient(160deg, #8c21e7, #6818c5);
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.28);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  overflow-wrap: anywhere;
}

.benefits-grid article::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), transparent 42%);
  pointer-events: none;
}

.benefits-grid article:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 58px rgba(0, 0, 0, 0.38);
}

.benefit-icon {
  width: 54px;
  height: 54px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.13);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.benefits-grid .blue-card {
  background: linear-gradient(160deg, #1f7bf7, #1d62ec);
}

.benefits-grid h3,
.benefits-grid p {
  color: #fff;
}

.benefits-grid p {
  font-size: 15px;
  font-weight: 600;
}

.benefits-grid a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  padding: 0 18px;
  border: 2px solid rgba(255, 255, 255, 0.55);
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.seo-section {
  width: min(1128px, calc(100% - 32px));
  margin: 46px auto 0;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015));
  text-align: center;
  content-visibility: auto;
  contain-intrinsic-size: 460px;
}

.seo-section h2 {
  color: #fff;
}

.seo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 26px;
  text-align: left;
}

.seo-grid article {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(8, 8, 8, 0.32);
}

.seo-grid h3 {
  color: var(--green-bright);
}

.pricing-section {
  margin-top: 46px;
  padding-top: 46px;
  padding-bottom: 68px;
  background:
    linear-gradient(90deg, rgba(8, 10, 13, 0.94), rgba(12, 14, 18, 0.76) 50%, rgba(8, 10, 13, 0.94)),
    radial-gradient(circle at 50% 36%, rgba(121, 32, 214, 0.18), transparent 42%),
    url("abonnement-atlas-pro-bg-1440.webp") center / cover no-repeat;
  background-attachment: fixed;
  content-visibility: auto;
  contain-intrinsic-size: 820px;
}

.subscriptions-pricing {
  margin-top: 0;
  min-height: calc(100vh - 72px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pricing-grid {
  width: min(1140px, calc(100% - 32px));
  margin: 28px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.price-card {
  border: 2px solid var(--green);
  background: #0b0b0b;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.38);
}

.price-card h3 {
  margin: 0;
  padding: 18px 12px;
  color: #fff;
  font-size: 22px;
}

.popular-label {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, #8c21e7, #5f19bf);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.price-head {
  padding: 26px 18px 20px;
  border-bottom: 1px solid #2b2b2b;
}

.highlighted .price-head {
  background: var(--green);
}

.price-head strong {
  display: block;
  color: var(--green);
  font-size: 44px;
}

.highlighted .price-head strong,
.highlighted .price-head span {
  color: #fff;
}

.price-head span {
  color: #8d8d8d;
  font-weight: 900;
}

.price-card ul {
  margin: 0;
  padding: 14px 26px 0;
  list-style: none;
  flex: 1;
}

.price-card li {
  padding: 16px 0;
  border-bottom: 1px solid #2b2b2b;
  color: #e7e7e7;
  font-weight: 700;
}

.price-card .green-button {
  margin: 20px 0;
}

.faq-preview {
  width: min(1120px, calc(100% - 32px));
  margin: 54px auto 56px;
  display: grid;
  grid-template-columns: 0.85fr 1.35fr;
  gap: clamp(38px, 6vw, 90px);
  content-visibility: auto;
  contain-intrinsic-size: 760px;
}

.faq-side {
  text-align: center;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
}

.small-icon {
  width: 136px;
  height: 136px;
}

.faq-side ol {
  margin: 16px 0 20px;
  padding-left: 0;
  list-style-position: inside;
  color: #fff;
  font-weight: 900;
  line-height: 1.7;
}

.accordion-list {
  display: grid;
  gap: 10px;
}

details {
  background: #101010;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 6px;
}

summary {
  min-height: 58px;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #fff;
  font-weight: 900;
}

summary::marker {
  color: var(--green);
}

details[open] summary {
  color: var(--green);
}

details p {
  color: #fff;
  font-size: 14px;
}

.footer-large {
  border-top: 1px solid #1c913a;
  background: #0b0b0b;
}

.footer-columns {
  padding: 38px min(5vw, 106px) 34px;
  display: grid;
  grid-template-columns: 1.1fr 0.8fr 1.4fr;
  gap: 54px;
  align-items: start;
}

.footer-logo {
  width: 96px;
  height: 40px;
  margin-bottom: 18px;
  padding: 0;
}

.footer-large h2 {
  color: #fff;
  font-size: 18px;
}

.footer-large a {
  display: block;
  margin-bottom: 7px;
  color: #fff;
  text-decoration: none;
}

.newsletter-row {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) 150px;
  gap: 18px;
}

input {
  width: 100%;
  min-height: 42px;
  border: 0;
  padding: 0 14px;
  background: #deddf4;
  color: #111;
}

button {
  width: 100%;
  min-height: 42px;
  border: 1px solid #18d263;
  border-radius: 999px;
  background: transparent;
  color: #22f071;
  font-weight: 900;
  cursor: pointer;
}

.copyright {
  margin: 0;
  padding: 18px;
  background: #fff;
  color: #111;
  text-align: center;
  font-size: 14px;
}

.whatsapp-button {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  text-decoration: none;
  z-index: 30;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.34), 0 0 0 7px rgba(37, 211, 102, 0.18);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.whatsapp-button:hover,
.whatsapp-button:focus-visible {
  background: #1ebe5d;
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.42), 0 0 0 8px rgba(37, 211, 102, 0.24);
  outline: none;
}

.whatsapp-button svg {
  width: 38px;
  height: 38px;
  display: block;
  fill: currentColor;
}

.page {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(40px, 7vw, 72px) 0;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--green-bright);
  font-weight: 800;
}

.panel,
.card {
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--panel-soft);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

.panel,
.card {
  padding: 22px;
}

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

.contact-box {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.list {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.8;
}

.steps {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.step {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 20px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--panel-soft);
}

.number {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #203b25;
  color: var(--green-bright);
  font-weight: 800;
}

.site-footer {
  border-top: 1px solid var(--border);
  padding: 26px 0;
  color: var(--muted);
  background: #101010;
}

.site-footer p {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  font-size: 14px;
}

@media (max-width: 1180px) {
  .wide-nav {
    width: min(100% - 32px, 1120px);
  }

  .hero-overlay {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
    padding: clamp(36px, 5vw, 64px);
  }

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

@media (max-width: 980px) {
  .wide-nav,
  .nav {
    width: min(100% - 28px, 1120px);
    align-items: flex-start;
    padding: 14px 0;
  }

  .hero-overlay,
  .split-section,
  .faq-preview,
  .footer-columns {
    grid-template-columns: 1fr;
  }

  .hero-copy,
  .hero-tv {
    justify-self: center;
  }

  .pricing-grid,
  .contact-box {
    grid-template-columns: 1fr;
  }

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

  .newsletter-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .footer-columns {
    gap: 28px;
  }
}

@media (max-width: 820px) {
  body:not(.home-page),
  .pricing-section {
    background-attachment: scroll;
  }

  body:not(.home-page) {
    background:
      linear-gradient(90deg, rgba(8, 10, 13, 0.94), rgba(12, 14, 18, 0.78) 50%, rgba(8, 10, 13, 0.94)),
      radial-gradient(circle at 50% 18%, rgba(121, 32, 214, 0.2), transparent 38%),
      url("abonnement-atlas-pro-bg-960.webp") center / cover no-repeat;
  }

  .hero-overlay,
  .pricing-section {
    background-image:
      linear-gradient(90deg, rgba(8, 10, 13, 0.92), rgba(14, 16, 20, 0.62) 48%, rgba(8, 10, 13, 0.9)),
      radial-gradient(circle at 54% 44%, rgba(121, 32, 214, 0.18), transparent 38%),
      url("abonnement-atlas-pro-bg-960.webp");
  }

  .nav {
    justify-content: center;
  }

  .logo-link,
  .logo-mark {
    width: 138px;
    height: 52px;
  }

  .menu {
    width: 100%;
    justify-content: center;
    gap: 6px;
  }

  .menu a {
    padding: 8px 10px;
    font-size: 13px;
  }

  .split-section {
    gap: 30px;
  }

  .product-poster,
  .image-poster img {
    min-height: 0;
  }

  .image-poster img {
    height: auto;
    aspect-ratio: 1024 / 591;
  }
}

@media (max-width: 680px) {
  body {
    background:
      radial-gradient(circle at 18% 6%, rgba(121, 32, 214, 0.16), transparent 30%),
      var(--bg);
  }

  .nav {
    flex-direction: column;
    min-height: 0;
    gap: 12px;
  }

  .menu {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
    gap: 8px;
  }

  .menu a {
    display: flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 12px;
    text-align: center;
    white-space: normal;
  }

  .home-hero {
    padding: 18px 0 0;
  }

  .hero-overlay {
    min-height: auto;
    padding: 34px 18px 38px;
  }

  h1 {
    font-size: clamp(32px, 10vw, 42px);
  }

  .hero-subtitle {
    font-size: clamp(25px, 8vw, 36px);
  }

  .hero-copy p:not(.kicker) {
    font-size: 16px;
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }

  .hero-tv {
    display: none;
  }

  .hero-actions,
  .trust-row {
    align-items: stretch;
  }

  .button,
  .green-button,
  .outline-button,
  .ghost-button {
    width: 100%;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 18px;
  }

  .feature-section,
  .benefits-grid,
  .seo-section,
  .pricing-grid,
  .faq-preview,
  .page {
    width: min(100% - 24px, 1120px);
  }

  .intro-section,
  .pricing-section {
    padding-left: 12px;
    padding-right: 12px;
  }

  .product-poster {
    border-width: 2px;
  }

  .app-icon {
    width: 132px;
    height: 132px;
  }

  .benefits-grid,
  .pricing-grid,
  .seo-grid,
  .grid,
  .contact-box {
    grid-template-columns: 1fr;
  }

  .benefits-grid article,
  .seo-section,
  .panel,
  .card {
    padding: 20px;
  }

  .price-card h3 {
    margin-top: 0;
    padding-top: 18px;
  }

  .price-head strong {
    font-size: 42px;
  }

  .faq-preview {
    gap: 26px;
  }

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

  .number {
    margin-bottom: 2px;
  }

  .footer-columns {
    padding: 30px 18px;
    text-align: center;
  }

  .footer-logo {
    margin-left: auto;
    margin-right: auto;
  }

  .newsletter-row {
    gap: 10px;
  }

  .copyright {
    padding: 16px 56px 16px 16px;
  }

  .whatsapp-button {
    right: 10px;
    bottom: 10px;
    width: 48px;
    height: 48px;
    border-width: 3px;
  }

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

@media (max-width: 380px) {
  .menu {
    grid-template-columns: 1fr;
  }

  .logo-link,
  .logo-mark {
    width: 126px;
    height: 48px;
  }

  .hero-overlay {
    padding-left: 14px;
    padding-right: 14px;
  }
}
