* {
  box-sizing: border-box;
}

:root {
  --navy: #061936;
  --navy-2: #0b2853;
  --blue: #00b8f5;
  --blue-dark: #0077b6;
  --gold: #ffd66b;
  --gold-2: #c99622;
  --white: #ffffff;
  --muted: #d8e5f4;
  --green: #18b45b;
  --green-dark: #10914a;
  --shadow: 0 24px 80px rgba(4, 18, 43, .22);
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--white);
  background:
    radial-gradient(circle at 50% 12%, rgba(0, 184, 245, .22), transparent 28%),
    radial-gradient(circle at 16% 20%, rgba(255, 214, 107, .16), transparent 22%),
    linear-gradient(145deg, #010713 0%, #071c3d 46%, #020815 100%);
}

.topbar {
  width: 100%;
  overflow: hidden;
  background: linear-gradient(90deg, #091f42, #0d3a71, #091f42);
  border-bottom: 1px solid rgba(255, 214, 107, .45);
  color: #fff2c2;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
  white-space: nowrap;
}

.ticker {
  display: flex;
  width: max-content;
  animation: scroll 28s linear infinite;
}

.ticker span {
  padding: 13px 22px;
}

@keyframes scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.page {
  padding: 42px 16px;
  display: flex;
  justify-content: center;
}

.hero-card {
  position: relative;
  width: min(100%, 560px);
  padding: 34px 22px 26px;
  overflow: hidden;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.04)),
    linear-gradient(160deg, rgba(6, 25, 54, .98), rgba(8, 35, 72, .98));
  border: 1px solid rgba(255, 214, 107, .42);
  border-radius: 34px;
  box-shadow: var(--shadow);
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255, 214, 107, .32);
  border-radius: 26px;
  pointer-events: none;
}

.shine {
  position: absolute;
  width: 180px;
  height: 180px;
  filter: blur(20px);
  opacity: .22;
  pointer-events: none;
}

.shine-one {
  top: -60px;
  right: -40px;
  background: var(--blue);
}

.shine-two {
  bottom: 240px;
  left: -70px;
  background: var(--gold);
}

.badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  padding: 9px 15px;
  color: #fff3c9;
  background: rgba(255, 214, 107, .11);
  border: 1px solid rgba(255, 214, 107, .56);
  border-radius: 999px;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.logo {
  position: relative;
  display: block;
  width: 154px;
  height: 154px;
  object-fit: contain;
  margin: 0 auto 22px;
  border-radius: 50%;
  filter: drop-shadow(0 10px 24px rgba(0, 184, 245, .22));
}

h1 {
  position: relative;
  margin: 0;
  color: var(--white);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.25rem, 8vw, 4rem);
  line-height: 1.03;
  letter-spacing: -.04em;
}

h1 span {
  color: var(--gold);
  text-shadow: 0 0 28px rgba(255, 214, 107, .25);
}

.subtitle {
  position: relative;
  width: min(100%, 430px);
  margin: 18px auto 18px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}

.chips {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 22px;
}

.chips span {
  padding: 8px 12px;
  color: #f8e9b3;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 214, 107, .25);
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 700;
}

.cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: min(100%, 430px);
  min-height: 58px;
  margin: 0 auto;
  padding: 16px 18px;
  border-radius: 18px;
  text-decoration: none;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .02em;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.cta:hover {
  transform: translateY(-2px) scale(1.01);
}

.cta-primary {
  color: white;
  background: linear-gradient(180deg, #20c96b, var(--green-dark));
  box-shadow: 0 18px 32px rgba(24, 180, 91, .28);
}

.cta-secondary {
  color: #061936;
  background: linear-gradient(180deg, #ffdf7a, #d9a92f);
  box-shadow: 0 18px 32px rgba(255, 214, 107, .18);
}

.whatsapp {
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  color: white;
  background: rgba(255,255,255,.18);
  border-radius: 50%;
}

.secure-note {
  margin: 12px 0 22px;
  color: #dceaff;
  font-size: .84rem;
  font-weight: 700;
}

.urgency-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  width: min(100%, 430px);
  margin: 0 auto 28px;
  padding: 18px;
  text-align: left;
  background: rgba(255, 255, 255, .065);
  border: 1px solid rgba(255, 214, 107, .34);
  border-radius: 22px;
}

.urgency-card strong {
  color: var(--gold);
  font-size: .95rem;
}

.urgency-card p {
  margin: 6px 0 0;
  color: #d8e5f4;
  font-size: .82rem;
  line-height: 1.45;
}

.spots {
  align-self: start;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  color: #051733;
  background: linear-gradient(180deg, #ffe38b, #dca72d);
  border-radius: 18px;
  font-size: 1.75rem;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.35);
}

.progress {
  grid-column: 1 / -1;
  height: 9px;
  overflow: hidden;
  background: rgba(255,255,255,.1);
  border-radius: 999px;
}

.progress span {
  display: block;
  width: 76%;
  height: 100%;
  background: linear-gradient(90deg, var(--blue), var(--gold));
  border-radius: inherit;
  animation: pulseWidth 2.4s ease-in-out infinite;
}

@keyframes pulseWidth {
  0%, 100% { width: 72%; }
  50% { width: 82%; }
}

.section-kicker {
  margin: 0 0 8px;
  color: var(--gold);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.benefits {
  position: relative;
  margin-top: 4px;
}

.benefits h2,
.proof h2,
.final-cta h2 {
  margin: 0 auto 18px;
  width: min(100%, 440px);
  color: white;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.7rem, 5vw, 2.35rem);
  line-height: 1.12;
  letter-spacing: -.03em;
}

.grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 20px 0 24px;
}

.grid article {
  padding: 18px 14px;
  text-align: left;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 22px;
}

.icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  background: rgba(255, 214, 107, .12);
  border: 1px solid rgba(255, 214, 107, .25);
  border-radius: 14px;
  font-size: 1.25rem;
}

.grid h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: .98rem;
}

.grid p {
  margin: 0;
  color: #d6e2f3;
  font-size: .84rem;
  line-height: 1.48;
}

.proof {
  position: relative;
  margin: 24px 0;
  padding: 26px 18px;
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 214, 107, .30), transparent 25%),
    linear-gradient(135deg, #006fab, #08224d 46%, #c79025);
  border-radius: 26px;
  border: 1px solid rgba(255, 214, 107, .38);
}

.proof-icon {
  font-size: 2rem;
  margin-bottom: 8px;
}

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

.stats span {
  padding: 12px 8px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
}

.stats strong,
.stats small {
  display: block;
}

.stats strong {
  font-size: 1.1rem;
}

.stats small {
  margin-top: 3px;
  color: #fff3c9;
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.stores {
  position: relative;
  margin: 0 0 24px;
  padding: 18px;
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 22px;
}

.stores p {
  margin: 0 0 14px;
  color: #e5edf8;
  font-weight: 700;
}

.stores div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.stores span {
  padding: 8px 12px;
  color: #fff3c9;
  background: rgba(255, 214, 107, .09);
  border: 1px solid rgba(255, 214, 107, .24);
  border-radius: 999px;
  font-size: .8rem;
  font-weight: 800;
}

.testimonial {
  position: relative;
  margin: 26px 0;
}

.testimonial-card {
  padding: 20px;
  text-align: left;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 24px;
}

.stars {
  color: var(--gold);
  letter-spacing: .08em;
  margin-bottom: 10px;
}

.testimonial-card p {
  margin: 0 0 14px;
  color: #e2ebf8;
  line-height: 1.6;
}

.testimonial-card strong {
  color: var(--gold);
}

.final-cta {
  position: relative;
  margin: 30px 0 22px;
  padding: 26px 14px;
  border-top: 1px solid rgba(255,255,255,.12);
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.final-cta p {
  margin: -6px auto 18px;
  color: var(--muted);
  line-height: 1.55;
}

footer {
  position: relative;
  color: #c7d5e6;
  font-size: .82rem;
}

footer a {
  color: #fff1bc;
  text-decoration: none;
  font-weight: 700;
}

footer p {
  margin: 14px 0 8px;
  color: white;
  font-weight: 800;
}

footer small {
  display: block;
  width: min(100%, 430px);
  margin: 0 auto;
  color: #aebdd1;
  line-height: 1.55;
}

@media (max-width: 520px) {
  .page {
    padding: 22px 12px;
  }

  .hero-card {
    padding: 28px 16px 22px;
    border-radius: 28px;
  }

  .logo {
    width: 130px;
    height: 130px;
  }

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

  .urgency-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .spots {
    margin: 0 auto;
  }

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

  .cta {
    font-size: .88rem;
  }
}


.logo {
  animation: logoFloat 3s ease-in-out infinite;
  transform-origin: center;
}

.cta-primary,
.cta-secondary {
  animation: buttonPulse 1.8s ease-in-out infinite;
}

.progress span {
  transition: width .3s ease;
  animation: none;
}

@keyframes logoFloat {
  0% {
    transform: translateY(0) scale(1) rotate(0deg);
  }
  25% {
    transform: translateY(-8px) scale(1.015) rotate(-1deg);
  }
  50% {
    transform: translateY(0) scale(1.03) rotate(0deg);
  }
  75% {
    transform: translateY(8px) scale(1.015) rotate(1deg);
  }
  100% {
    transform: translateY(0) scale(1) rotate(0deg);
  }
}

@keyframes buttonPulse {
  0% {
    transform: translateY(0) scale(1);
    box-shadow: 0 18px 32px rgba(24, 180, 91, .28);
  }
  50% {
    transform: translateY(-3px) scale(1.025);
    box-shadow: 0 24px 40px rgba(24, 180, 91, .36);
  }
  100% {
    transform: translateY(0) scale(1);
    box-shadow: 0 18px 32px rgba(24, 180, 91, .28);
  }
}

.cta-secondary {
  animation-name: buttonPulseSecondary;
}

@keyframes buttonPulseSecondary {
  0% {
    transform: translateY(0) scale(1);
    box-shadow: 0 18px 32px rgba(255, 214, 107, .18);
  }
  50% {
    transform: translateY(-3px) scale(1.025);
    box-shadow: 0 24px 40px rgba(255, 214, 107, .28);
  }
  100% {
    transform: translateY(0) scale(1);
    box-shadow: 0 18px 32px rgba(255, 214, 107, .18);
  }
}
