:root {
  --black: #020202;
  --carbon: #080704;
  --panel: #121008;
  --panel-2: #090806;
  --gold: #ffd400;
  --gold-2: #f4b400;
  --gold-dark: #8a6500;
  --white: #ffffff;
  --muted: #bdb8aa;
  --muted-2: #efe9d6;
  --green: #19d760;
  --green-2: #0fb64a;
  --edge: rgba(255, 212, 0, 0.28);
  --shadow-deep: 0 28px 64px rgba(0, 0, 0, 0.78);
}

* {
  box-sizing: border-box;
}

html {
  background: #000;
  color: var(--white);
}

body {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 50% -8%, rgba(255, 212, 0, 0.24), transparent 34rem),
    radial-gradient(circle at 0 18%, rgba(244, 180, 0, 0.12), transparent 20rem),
    radial-gradient(circle at 100% 72%, rgba(255, 212, 0, 0.1), transparent 18rem),
    #000;
  color: var(--white);
  font-family: "Montserrat", Arial, sans-serif;
}

img,
svg {
  display: block;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.landing-shell {
  position: relative;
  width: min(100%, 480px);
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 18px 34px;
  background:
    radial-gradient(circle at 50% 5%, rgba(255, 212, 0, 0.18), transparent 260px),
    radial-gradient(circle at 20% 41%, rgba(244, 180, 0, 0.13), transparent 220px),
    radial-gradient(circle at 85% 64%, rgba(255, 212, 0, 0.09), transparent 210px),
    linear-gradient(180deg, rgba(19, 16, 5, 0.9), var(--black) 32%, #000 100%);
  box-shadow:
    0 0 80px rgba(0, 0, 0, 0.9),
    inset 0 0 70px rgba(255, 212, 0, 0.025);
}

.landing-shell::before,
.landing-shell::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  pointer-events: none;
}

.landing-shell::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 212, 0, 0.018) 1px, transparent 1px),
    repeating-linear-gradient(135deg, rgba(255, 212, 0, 0.025) 0 1px, transparent 1px 13px);
  background-size: 24px 24px, 20px 20px, 34px 34px;
  opacity: 0.42;
  mix-blend-mode: screen;
}

.landing-shell::after {
  background:
    radial-gradient(circle at center top, transparent 0 38%, rgba(0, 0, 0, 0.38) 73%, rgba(0, 0, 0, 0.88) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.84), transparent 16%, transparent 84%, rgba(0, 0, 0, 0.84));
}

.top-hero-art-section,
.hero-action-section,
.official-pill,
.phone-showcase,
.benefits-art-section,
.impact-art-section,
.stores-section,
.final-banner,
.final-cta {
  position: relative;
  z-index: 1;
}

.top-hero-art-section {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

.top-hero-art-img:not(.sr-only) {
  width: 100%;
  height: auto;
  display: block;
  border: 0;
  outline: 0;
  object-fit: contain;
  filter: none;
  transform: none;
  image-rendering: auto;
}

.top-hero-slices {
  width: 100%;
}

.top-hero-slice {
  position: relative;
  width: var(--slice-width, 100%);
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  aspect-ratio: 1001 / var(--slice-height);
}

.top-hero-slice img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: auto;
  border: 0;
  outline: 0;
  object-fit: contain;
  filter: none;
  transform: translateY(calc(var(--slice-shift, 0) * -1%));
  image-rendering: auto;
}

.top-hero-slice-header {
  --slice-height: 456;
  --slice-shift: 0;
  --slice-width: 100%;
}

.top-hero-slice-cards {
  --slice-height: 220;
  --slice-shift: 28.66;
  --slice-width: 92%;
  margin-top: -3px;
}

.top-hero-slice-headline {
  --slice-height: 488;
  --slice-shift: 42.17;
  --slice-width: 94%;
  margin-top: 10px;
}

.top-hero-slice-support {
  --slice-height: 426;
  --slice-shift: 72.99;
  --slice-width: 97%;
  margin-top: 5px;
}

.official-pill {
  display: flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  max-width: 100%;
  margin: 12px auto 0;
  padding: 7px 13px;
  border: 1px solid rgba(255, 212, 0, 0.24);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 212, 0, 0.1), rgba(0, 0, 0, 0.2)),
    rgba(9, 9, 5, 0.86);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 10px 22px rgba(0, 0, 0, 0.52);
  color: #fff4b7;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.official-pill span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 12px rgba(25, 215, 96, 0.9);
}

.hero-action-section {
  padding: 0 0 2px;
  margin-top: 14px;
}

.hero-action-section .whatsapp-cta {
  margin-top: 0;
}

.whatsapp-cta {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 78px;
  margin-top: 24px;
  padding: 13px 16px;
  border: 0;
  border-radius: 20px;
  background:
    linear-gradient(180deg, #25ef6f 0%, var(--green) 44%, var(--green-2) 100%);
  box-shadow:
    0 22px 38px rgba(9, 184, 74, 0.33),
    0 0 0 1px rgba(255, 255, 255, 0.12) inset,
    0 -3px 0 rgba(0, 0, 0, 0.16) inset,
    0 0 34px rgba(25, 215, 96, 0.12);
  color: var(--white);
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.whatsapp-cta:hover,
.whatsapp-cta:focus-visible {
  transform: translateY(-1px);
  filter: saturate(1.08) contrast(1.03);
  outline: none;
}

.whatsapp-cta[aria-disabled="true"] {
  cursor: not-allowed;
  filter: grayscale(0.1) brightness(0.82);
}

.cta-icon {
  display: grid;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-right: 13px;
}

.cta-icon svg {
  width: 44px;
  height: 44px;
  fill: #fff;
}

.cta-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
  line-height: 1.05;
}

.cta-copy strong {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.08;
}

.cta-copy small {
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.18;
}

.cta-arrow {
  display: grid;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  place-items: center;
  margin-left: auto;
}

.cta-arrow svg {
  width: 26px;
  height: 26px;
  fill: #fff;
}

.phone-showcase {
  width: auto;
  margin: 5px -10px 0;
  padding: 0;
}

.phone-premium-img {
  width: 100%;
  height: auto;
  display: block;
  border: 0;
  object-fit: contain;
  filter: none;
  transform: none;
  image-rendering: auto;
}

.benefits-art-section {
  width: auto;
  margin: -14px -5px 0;
  padding: 0;
  position: relative;
}

.benefits-art-section::before {
  content: "";
  position: absolute;
  z-index: 2;
  right: 7.2%;
  left: 7.2%;
  top: 0;
  bottom: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(255, 212, 0, 0.24) 18%, rgba(255, 244, 179, 0.92) 50%, rgba(255, 212, 0, 0.24) 82%, transparent) center 30.1% / 100% 1px no-repeat,
    linear-gradient(90deg, transparent, rgba(255, 212, 0, 0.24) 18%, rgba(255, 244, 179, 0.92) 50%, rgba(255, 212, 0, 0.24) 82%, transparent) center 51.9% / 100% 1px no-repeat,
    linear-gradient(90deg, transparent, rgba(255, 212, 0, 0.24) 18%, rgba(255, 244, 179, 0.92) 50%, rgba(255, 212, 0, 0.24) 82%, transparent) center 73.8% / 100% 1px no-repeat;
  filter: drop-shadow(0 0 8px rgba(255, 212, 0, 0.46));
  opacity: 0.72;
}

.benefits-premium-img {
  width: 100%;
  height: auto;
  display: block;
  border: 0;
  outline: 0;
  object-fit: contain;
  filter: none;
  transform: none;
  image-rendering: auto;
}

.impact-art-section {
  width: auto;
  margin: 4px -3px 0;
  padding: 0;
  position: relative;
}

.impact-premium-img {
  width: 100%;
  height: auto;
  display: block;
  border: 0;
  outline: 0;
  object-fit: contain;
  filter: none;
  transform: none;
  image-rendering: auto;
}

.stores-art-section {
  width: auto;
  margin: 6px -18px 8px;
  padding: 0;
}

.stores-art-frame {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.stores-art-img {
  width: 100%;
  height: auto;
  display: block;
  border: 0;
  outline: 0;
  object-fit: contain;
  filter: none;
  transform: none;
  image-rendering: auto;
}

.stores-logo-window {
  --store-safe-x: clamp(10px, 2.8vw, 12px);
  position: absolute;
  top: 42.8%;
  left: 0;
  width: 100%;
  height: 23.2%;
  overflow: hidden;
  background: #030303;
}

.stores-logo-window::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg, #030303 0%, rgba(3, 3, 3, 0.16) 0.7%, rgba(3, 3, 3, 0) 2%, rgba(3, 3, 3, 0) 93.5%, #030303 95.5%, #030303 100%);
}

.stores-logo-track {
  --store-logo-max-width: min(74px, calc(100% - 4px));
  --store-logo-max-height: 28px;
  display: flex;
  align-items: center;
  gap: 0;
  width: calc(200% - (var(--store-safe-x) * 4));
  height: 100%;
  margin-left: var(--store-safe-x);
  animation: lojas-strip-marquee 30s linear infinite;
  animation-delay: 1.4s;
  animation-fill-mode: backwards;
  padding-left: 0;
  will-change: transform;
}

.store-item {
  display: flex;
  flex: 0 0 10%;
  width: 10%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.store-item img {
  display: block;
  max-width: var(--store-logo-max-width);
  max-height: var(--store-logo-max-height);
  width: auto;
  height: auto;
  border: 0;
  outline: 0;
  object-fit: contain;
  filter: none;
  transform: none;
  image-rendering: auto;
}

.final-banner {
  margin: 10px -14px 10px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.final-banner img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.final-cta {
  padding-bottom: 12px;
}

.final-cta .whatsapp-cta {
  margin-top: 0;
}

.security-note {
  max-width: 350px;
  margin: 10px auto 0;
  color: rgba(239, 233, 214, 0.82);
  font-size: 12.5px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
}

@keyframes lojas-strip-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 430px) {
  .landing-shell {
    padding-right: 17px;
    padding-left: 17px;
  }

  .phone-showcase {
    margin-right: -9px;
    margin-left: -9px;
  }

  .stores-art-section {
    margin-right: -17px;
    margin-left: -17px;
  }
}

@media (max-width: 380px) {
  .landing-shell {
    padding-right: 15px;
    padding-left: 15px;
  }

  .cta-copy strong {
    font-size: 17px;
  }

  .cta-copy small {
    font-size: 11px;
  }

  .phone-showcase {
    margin-right: -8px;
    margin-left: -8px;
  }

  .stores-art-section {
    margin-right: -15px;
    margin-left: -15px;
  }

}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }
}
