:root {
  --black: #050505;
  --black-soft: #111111;
  --pink: #ff2f92;
  --pink-light: #ff78bb;
  --white: #ffffff;
  --gray: #b9b9b9;
  --line: rgba(255, 255, 255, 0.14);
  --panel: rgba(10, 10, 10, 0.72);
  --panel-strong: rgba(17, 17, 17, 0.92);
  --shadow-pink: 0 18px 48px rgba(255, 47, 146, 0.32);
  --shadow-dark: 0 24px 80px rgba(0, 0, 0, 0.56);
  --radius: 8px;
  --max-width: 680px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--black);
  color: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

:focus-visible {
  outline: 3px solid var(--pink-light);
  outline-offset: 4px;
}

::selection {
  background: var(--pink);
  color: var(--white);
}

[hidden] {
  display: none !important;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1200;
  transform: translateY(-140%);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--black);
  padding: 10px 14px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.hero {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 100svh;
  overflow: hidden;
  padding: 44px 18px 18px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: -14px;
  z-index: -2;
  background-image: url("assets/capa-bia.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  filter: blur(3px) brightness(0.88);
  transform: scale(1.035);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 50% 12%, rgba(255, 47, 146, 0.2), transparent 32%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.42) 0%, rgba(5, 5, 5, 0.58) 42%, rgba(5, 5, 5, 0.94) 82%, var(--black) 100%);
  box-shadow: inset 0 -80px 120px rgba(0, 0, 0, 0.9);
}

.hero__content {
  width: min(100%, var(--max-width));
  margin: 0 auto;
  padding: 0 0 calc(18px + env(safe-area-inset-bottom));
}

.age-note,
.offer-card__label,
.promo-badge,
.microcopy,
.offer-card__note {
  letter-spacing: 0;
}

.age-note {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.84rem;
}

.promo-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  margin: 0 0 16px;
  border: 1px solid rgba(255, 120, 187, 0.54);
  border-radius: 999px;
  padding: 7px 12px;
  background: rgba(255, 47, 146, 0.12);
  color: var(--pink-light);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 0 32px rgba(255, 47, 146, 0.16);
}

.promo-badge--soft {
  background: rgba(255, 255, 255, 0.06);
}

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

h1 {
  max-width: 16ch;
  margin-bottom: 8px;
  font-size: 2.02rem;
  line-height: 0.96;
  letter-spacing: 0;
  -webkit-text-stroke: 0.7px rgba(255, 47, 146, 0.62);
  paint-order: stroke fill;
  text-shadow:
    0 0 1px rgba(255, 47, 146, 0.92),
    0 10px 32px rgba(255, 47, 146, 0.3),
    0 18px 44px rgba(0, 0, 0, 0.62);
}

.hero__lead {
  max-width: 34rem;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
}

.offer-card,
.countdown-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.78), rgba(5, 5, 5, 0.62));
  box-shadow: var(--shadow-dark);
  backdrop-filter: blur(16px);
}

.offer-card {
  margin-bottom: 8px;
  padding: 10px;
}

.offer-card__label {
  margin-bottom: 6px;
  color: var(--pink-light);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.offer-card__old {
  margin-bottom: 0;
  color: var(--gray);
  font-size: 0.95rem;
}

.offer-card__price {
  margin-bottom: 2px;
  color: var(--white);
  font-size: 2.55rem;
  font-weight: 950;
  line-height: 1;
  text-shadow: 0 12px 38px rgba(255, 47, 146, 0.48);
}

.offer-card__note {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.9rem;
}

.support-copy {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.83);
  font-size: 0.9rem;
}

.urgency-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  margin-bottom: 12px;
}

.countdown-card {
  padding: 12px;
}

.countdown-card h2 {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.95rem;
  font-weight: 800;
}

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

.countdown__unit {
  min-height: 66px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  display: grid;
  place-items: center;
  padding: 8px 6px;
  background: rgba(255, 255, 255, 0.07);
}

.countdown__unit strong {
  display: block;
  min-width: 2ch;
  font-size: 1.72rem;
  line-height: 1;
}

.countdown__unit span {
  color: var(--gray);
  font-size: 0.72rem;
}

.spots-summary {
  margin: 13px 0 10px;
  font-size: 1.05rem;
  color: var(--white);
  font-weight: 950;
  line-height: 1.24;
}

.spots-progress {
  height: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.spots-progress span {
  display: block;
  width: var(--spots-percent, 76%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--pink), var(--pink-light));
  box-shadow: 0 0 24px rgba(255, 47, 146, 0.58);
  transition: width 320ms ease;
}

.cta-button {
  border: 0;
  cursor: pointer;
  text-decoration: none;
}

.cta-button {
  display: flex;
  width: 100%;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2px;
  border-radius: 999px;
  padding: 10px 18px;
  background: linear-gradient(135deg, var(--pink), var(--pink-light));
  color: var(--white);
  box-shadow: var(--shadow-pink);
  font-weight: 950;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.cta-button span {
  font-size: 0.98rem;
}

.cta-button small {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.76rem;
  font-weight: 700;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 60px rgba(255, 47, 146, 0.42);
  filter: saturate(1.08);
}

.cta-button:active {
  transform: translateY(1px) scale(0.99);
}

.cta-button--pulse {
  animation: ctaPulse 2.8s ease-in-out infinite;
}

.microcopy {
  margin: 3px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.7rem;
  text-align: center;
}

.section {
  padding: 62px 18px;
  background: var(--black);
}

.section__inner {
  width: min(100%, var(--max-width));
  margin: 0 auto;
}

.section h2 {
  margin-bottom: 18px;
  font-size: 2rem;
  line-height: 1.05;
  letter-spacing: 0;
}

.benefits-section {
  background:
    linear-gradient(180deg, var(--black), #0b0b0b 48%, var(--black));
}

.benefit-grid {
  display: grid;
  gap: 12px;
}

.benefit-card {
  position: relative;
  overflow: hidden;
  min-height: 142px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035));
}

.benefit-card::after {
  content: "";
  position: absolute;
  inset: auto 16px 0 16px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 47, 146, 0.75), transparent);
}

.benefit-card__icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-bottom: 12px;
  border-radius: 50%;
  background:
    linear-gradient(135deg, var(--pink), var(--pink-light));
  box-shadow: 0 0 28px rgba(255, 47, 146, 0.28);
}

.benefit-card__icon::before {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  margin: 9px auto 0;
  border-left: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  transform: rotate(-45deg);
}

.benefit-card h3 {
  margin-bottom: 6px;
  font-size: 1.08rem;
}

.benefit-card p {
  margin-bottom: 0;
  color: var(--gray);
}

.desire-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 47, 146, 0.18), rgba(255, 120, 187, 0.06) 40%, rgba(5, 5, 5, 0.98)),
    var(--black);
}

.desire-section__inner {
  text-align: left;
}

.desire-section p:not(.promo-badge) {
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.82);
}

.faq-section {
  background: #080808;
}

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

.faq-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
}

.faq-item h3 {
  margin: 0;
}

.faq-trigger {
  display: grid;
  width: 100%;
  min-height: 58px;
  grid-template-columns: minmax(0, 1fr) 28px;
  align-items: center;
  gap: 14px;
  border: 0;
  border-radius: var(--radius);
  padding: 16px;
  background: transparent;
  color: var(--white);
  font-weight: 850;
  text-align: left;
}

.faq-trigger__icon {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 47, 146, 0.14);
}

.faq-trigger__icon::before,
.faq-trigger__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  border-radius: 2px;
  background: var(--pink-light);
  transform: translate(-50%, -50%);
  transition: transform 180ms ease;
}

.faq-trigger__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-trigger[aria-expanded="true"] .faq-trigger__icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq-panel {
  padding: 0 16px 18px;
}

.faq-panel p {
  margin-bottom: 0;
  color: var(--gray);
}

.site-footer {
  padding: 34px 18px calc(34px + env(safe-area-inset-bottom));
  border-top: 1px solid var(--line);
  background: var(--black);
  color: var(--gray);
  text-align: center;
}

.site-footer p {
  margin-bottom: 10px;
  font-size: 0.86rem;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-bottom: 10px;
}

.footer-links a {
  color: var(--white);
  font-weight: 800;
  text-decoration-color: rgba(255, 120, 187, 0.7);
  text-underline-offset: 4px;
}

.sticky-cta {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 80;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(5, 5, 5, 0.84), rgba(5, 5, 5, 0.98));
  backdrop-filter: blur(16px);
}

.sticky-cta .cta-button {
  width: min(100%, 520px);
  min-height: 58px;
  margin: 0 auto;
}

.purchase-toast {
  position: fixed;
  right: 14px;
  bottom: calc(96px + env(safe-area-inset-bottom));
  z-index: 90;
  display: flex;
  max-width: min(330px, calc(100vw - 28px));
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  padding: 12px 14px;
  background: rgba(12, 12, 12, 0.94);
  color: var(--white);
  box-shadow: var(--shadow-dark);
  pointer-events: none;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 240ms ease, transform 240ms ease;
}

.purchase-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.purchase-toast__icon {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--pink);
  box-shadow: 0 0 18px rgba(255, 47, 146, 0.34);
}

.purchase-toast__icon::before {
  content: "";
  display: block;
  width: 9px;
  height: 5px;
  margin: 7px auto 0;
  border-left: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  transform: rotate(-45deg);
}

@keyframes ctaPulse {
  0%,
  100% {
    box-shadow: 0 18px 48px rgba(255, 47, 146, 0.3);
  }
  50% {
    box-shadow: 0 20px 66px rgba(255, 47, 146, 0.54);
  }
}

@media (min-width: 700px) {
  .hero {
    align-items: center;
    padding: 34px 26px 30px;
  }

  .hero__content {
    padding-bottom: 0;
  }

  h1 {
    max-width: 17ch;
    font-size: 2.7rem;
  }

  .hero__lead {
    font-size: 0.98rem;
  }

  .offer-card__price {
    font-size: 3rem;
  }

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

  .section {
    padding: 78px 26px;
  }

  .sticky-cta {
    display: none !important;
  }
}

@media (min-width: 1040px) {
  :root {
    --max-width: 720px;
  }

  .hero::before {
    background-position: center 18%;
  }

  h1 {
    font-size: 2.86rem;
  }
}

@media (max-width: 380px) {
  h1 {
    font-size: 2.3rem;
  }

  .offer-card__price {
    font-size: 2.75rem;
  }

  .cta-button span {
    font-size: 0.9rem;
  }
}

@media (max-width: 699px) {
  .site-footer {
    padding-bottom: calc(122px + env(safe-area-inset-bottom));
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .cta-button--pulse {
    animation: none !important;
  }
}
