﻿:root {
  --purple-bg: #f4148f;
  --highlight: #b9ff00;
  --green: #00d823;
  --text: #ffffff;
  --shadow: rgba(31, 0, 44, 0.36);
  --motion: cubic-bezier(0.32, 0.72, 0, 1);
  --ink: #0b0710;
  --card-purple: #d90f80;
  --card-deep: #2f1734;
  --paper: #fff8d7;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: var(--purple-bg);
  color: var(--text);
  font-family: "Trebuchet MS", "Arial Rounded MT Bold", "Aptos", sans-serif;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  position: relative;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

.page {
  min-height: 100vh;
  width: 100%;
  overflow-x: hidden;
  user-select: none;
  -webkit-user-select: none;
}

img,
video {
  max-width: 100%;
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
}

.audience-section,
.quality-section,
.benefits-section,
.social-proof-section,
.categories-section,
.plans-section,
.faq-section {
  content-visibility: auto;
  contain-intrinsic-size: 1px 860px;
}

.hero-pack {
  min-height: auto;
  background: var(--purple-bg);
  display: flex;
  justify-content: center;
  padding: 48px 16px 4px;
}

.hero-pack__inner {
  width: min(100%, 420px);
  text-align: center;
}

.hero-pack__title {
  margin: 0;
  font-size: clamp(36px, 10vw, 48px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.58);
}

mark {
  display: inline;
  background: linear-gradient(
    transparent 12%,
    var(--highlight) 12%,
    var(--highlight) 88%,
    transparent 88%
  );
  color: #050505;
  padding: 0 4px;
  text-shadow: none;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.hero-pack__subtitle {
  margin: 22px auto 0;
  max-width: 360px;
  font-size: clamp(19px, 5.2vw, 23px);
  line-height: 1.15;
  color: rgba(255, 255, 255, 0.88);
}

.hero-pack__subtitle strong {
  color: #ffffff;
  font-weight: 900;
}

.hero-pack__numbers {
  margin: 18px 0 0;
  font-size: clamp(25px, 7.5vw, 34px);
  line-height: 1.15;
  font-weight: 900;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.22);
}

.hero-pack__numbers p {
  margin: 8px 0;
}

.hero-pack__visual {
  position: relative;
  height: clamp(340px, 88vw, 392px);
  margin: 32px auto 0;
  width: min(100%, 390px);
}

.yellow-orb {
  position: absolute;
  left: 50%;
  bottom: 8px;
  width: min(82vw, 324px);
  height: min(72vw, 280px);
  background: var(--highlight);
  border-radius: 52% 48% 45% 55%;
  transform: translateX(-50%) rotate(-7deg);
  box-shadow: 0 12px 24px rgba(74, 0, 92, 0.24);
}

.phone-video {
  position: absolute;
  left: 50%;
  bottom: 12px;
  z-index: 4;
  width: min(52vw, 206px);
  height: min(86vw, 346px);
  padding: 16px 8px 9px;
  border: 4px solid #090910;
  border-radius: 26px;
  background: #06060a;
  box-shadow:
    0 24px 42px rgba(0, 0, 0, 0.32),
    0 0 0 2px rgba(255, 255, 255, 0.08);
  transform: translateX(-50%) rotate(-3deg);
}

.phone-video::before {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 22px;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.phone-video__speaker {
  position: absolute;
  top: 8px;
  left: 50%;
  width: 38px;
  height: 4px;
  border-radius: 999px;
  background: #252533;
  transform: translateX(-50%);
  z-index: 3;
}

.phone-video__media {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 18px;
  background: #000;
  transform: translateZ(0);
}

.phone-video__badge {
  position: absolute;
  right: -10px;
  z-index: 5;
  min-width: 74px;
  border-radius: 999px;
  padding: 5px 8px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.24);
}

.badge-copy {
  top: 54px;
  right: auto;
  left: -10px;
  background: #00d823;
}

.badge-paste {
  bottom: 44px;
  background: #ff7a00;
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100% - 72px, 300px);
  min-height: 44px;
  margin: 22px auto 38px;
  padding: 0 22px;
  border-radius: 999px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  transition: transform 650ms var(--motion), box-shadow 650ms var(--motion), filter 650ms var(--motion);
  animation: cta-pulse 2.8s var(--motion) infinite;
  transform-origin: center;
}

.cta:hover {
  filter: saturate(1.08);
  transform: translateY(-2px) scale(1.015);
}

.cta:active {
  transform: translateY(0) scale(0.985);
}

.cta-green {
  background: var(--green);
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.18);
}

@keyframes cta-pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.035);
  }
}

.audience-section {
  background: var(--highlight);
  color: #0c0c0c;
  padding: 34px 16px 6px;
}

.audience-section__inner {
  width: min(100%, 420px);
  margin: 0 auto;
  text-align: center;
}

.audience-section h2 {
  margin: 0 0 24px;
  font-size: clamp(24px, 7vw, 34px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.audience-section h2 span {
  display: inline-block;
  background: var(--purple-bg);
  color: #ffffff;
  padding: 1px 4px;
}

.audience-card {
  width: min(100%, 310px);
  min-height: 150px;
  margin: 0 auto 16px;
  padding: 20px 22px 22px;
  background: var(--purple-bg);
  color: #ffffff;
  box-shadow: 0 8px 0 rgba(115, 12, 137, 0.24), 0 18px 34px rgba(96, 0, 112, 0.16);
  border: 2px solid #050505;
  border-radius: 18px;
}

.audience-card__icon {
  width: 36px;
  height: 36px;
  margin: 0 auto 8px;
  position: relative;
}

.audience-card h3 {
  margin: 0;
  font-size: 23px;
  line-height: 1.05;
  font-weight: 900;
}

.audience-card p {
  margin: 7px auto 0;
  max-width: 228px;
  font-size: 11px;
  line-height: 1.05;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.82);
}

.clock-icon {
  border: 4px solid #ffffff;
  border-radius: 999px;
}

.clock-icon::before,
.clock-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4px;
  border-radius: 999px;
  background: #ffffff;
  transform-origin: bottom center;
}

.clock-icon::before {
  height: 13px;
  transform: translate(-50%, -100%) rotate(0deg);
}

.clock-icon::after {
  height: 10px;
  transform: translate(-50%, -100%) rotate(120deg);
}

.rocket-icon {
  color: #ffffff;
}

.rocket-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.sparkle-icon {
  color: #ffffff;
}

.sparkle-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.audience-section__cta {
  margin-top: 28px;
}

.quality-section {
  background: var(--purple-bg);
  color: #ffffff;
  padding: 20px 16px 14px;
}

.quality-section__inner {
  width: min(100%, 420px);
  margin: 0 auto;
  text-align: center;
}

.quality-section h2 {
  margin: 0;
  font-size: 29px;
  line-height: 1.08;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.quality-section h2 mark,
.quality-section p mark {
  font-weight: 900;
  background: linear-gradient(
    transparent 18%,
    var(--highlight) 18%,
    var(--highlight) 82%,
    transparent 82%
  );
}

.quality-section p {
  margin: 18px auto 18px;
  font-size: 20px;
  line-height: 1.08;
  font-weight: 400;
}

.story-marquee {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
}

.story-marquee.dragging {
  cursor: grabbing;
}

.story-row {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
}

.story-row::-webkit-scrollbar {
  display: none;
}

.story-row + .story-row {
  margin-top: 4px;
}

.story-row__track {
  display: flex;
  width: max-content;
  gap: 3px;
  padding: 0;
  will-change: transform;
}

.story-row img {
  flex: 0 0 auto;
  width: 204px;
  aspect-ratio: 9 / 16;
  display: block;
  object-fit: cover;
  border-radius: 10px;
  pointer-events: none;
}

.story-row-left .story-row__track {
  animation: marquee-left 36s linear infinite;
}

.story-row-right .story-row__track {
  animation: marquee-right 38s linear infinite;
}

.story-marquee.dragging .story-row__track {
  animation-play-state: paused;
}

.quality-section__cta {
  margin-top: 28px;
}

.benefits-section {
  display: block;
  width: 100%;
  background: var(--highlight) !important;
  color: var(--purple-bg) !important;
  padding: 28px 16px 16px;
}

.benefits-section__inner {
  width: min(100%, 420px);
  margin: 0 auto;
  text-align: center;
}

.benefits-section h2 {
  margin: 0;
  color: var(--purple-bg) !important;
  font-size: 26px;
  line-height: 1.08;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.benefits-section h2 span {
  display: inline-block;
  background: var(--purple-bg);
  color: #ffffff;
  padding: 0 5px 2px;
  font-weight: 900;
}

.benefits-section h2 strong {
  color: #050505;
  font-weight: 900;
}

.benefit-video-card {
  width: min(100%, 310px);
  margin: 24px auto 0;
  background: var(--purple-bg);
  border: 2px solid var(--purple-bg);
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 14px 22px rgba(79, 0, 98, 0.2);
}

.benefit-video-card + .benefit-video-card {
  margin-top: 18px;
}

.benefit-video-card h3 {
  margin: 0;
  color: #ffffff;
  padding: 10px 20px 9px;
  font-size: 16px;
  line-height: 1.12;
  font-weight: 900;
}

.benefit-video-card video {
  width: 100%;
  display: block;
  border: 0;
  border-radius: 0;
  background: #000;
}

.benefits-section__cta {
  margin-top: 26px;
}

.social-proof-section {
  background: var(--purple-bg);
  color: #ffffff;
  padding: 34px 16px 42px;
}

.social-proof-section__inner {
  width: min(100%, 420px);
  margin: 0 auto;
  text-align: center;
}

.social-proof-section h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.03;
  font-weight: 900;
  letter-spacing: -0.04em;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.18);
}

.social-proof-section h2 + h2 {
  margin-top: 30px;
}

.social-proof-section h2 mark {
  font-size: 27px;
  font-weight: 900;
}

.social-proof-section h2 strong {
  display: block;
  font-size: 28px;
  font-weight: 900;
}

.social-proof-section p {
  margin: 26px auto 28px;
  max-width: 330px;
  font-size: 18px;
  line-height: 1.12;
  font-weight: 400;
}

.social-proof-section p mark {
  font-weight: 900;
}

.testimonial-list {
  display: grid;
  gap: 12px;
  width: min(100%, 316px);
  margin: 0 auto;
}

.testimonial-list img {
  width: 100%;
  display: block;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 14px rgba(48, 0, 65, 0.18);
}

.social-proof-section__cta {
  margin-top: 24px;
  margin-bottom: 0;
}

.categories-section {
  background: var(--highlight);
  color: #050505;
  overflow: hidden;
  padding: 26px 0 32px;
}

.categories-section__inner {
  width: min(100%, 420px);
  margin: 0 auto;
  text-align: center;
}

.categories-section h2 {
  margin: 0 12px 24px;
  font-size: 25px;
  line-height: 0.96;
  font-weight: 900;
  letter-spacing: -0.045em;
  white-space: nowrap;
}

.category-marquee {
  display: grid;
  gap: 6px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.category-row {
  overflow: hidden;
  width: 100%;
  cursor: grab;
  touch-action: pan-y;
}

.category-row__track {
  display: flex;
  align-items: center;
  gap: 8px;
  width: max-content;
  animation: category-marquee-left 48s linear infinite;
  will-change: transform;
}

.category-marquee.dragging .category-row__track {
  animation-play-state: paused;
}

.category-row:active {
  cursor: grabbing;
}

.category-row--reverse .category-row__track {
  animation-name: category-marquee-right;
}

.category-row span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 12px;
  border-radius: 10px;
  background: var(--purple-bg);
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  white-space: nowrap;
  box-shadow: 0 3px 0 rgba(70, 0, 92, 0.2);
}

.category-row span::before {
  content: "";
  flex: 0 0 auto;
  width: 5px;
  height: 5px;
  margin-right: 6px;
  border-radius: 50%;
  background: var(--highlight);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.12);
}

.categories-section__cta {
  margin-top: 32px;
  margin-bottom: 0;
}

.plans-section {
  background: var(--purple-bg);
  color: #ffffff;
  padding: 36px 16px 42px;
}

.plans-section__inner {
  width: min(100%, 420px);
  margin: 0 auto;
  text-align: center;
}

.plans-section h2 {
  margin: 0;
  font-size: 31px;
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: -0.045em;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.18);
}

.plans-section h2 mark {
  color: #050505;
  font-weight: 900;
  background: linear-gradient(
    transparent 18%,
    var(--highlight) 18%,
    var(--highlight) 82%,
    transparent 82%
  );
  padding: 0 4px;
  text-shadow: none;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.plans-section__inner > p {
  max-width: 330px;
  margin: 16px auto 24px;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 700;
}

.plan-cards {
  display: grid;
  gap: 14px;
}

.plan-card {
  position: relative;
  overflow: hidden;
  padding: 22px 18px 20px;
  border-radius: 22px;
  border: 2px dashed var(--highlight);
  background: rgba(31, 31, 34, 0.72);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  color: #ffffff;
  text-align: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 18px 28px rgba(0, 0, 0, 0.26);
}

.plan-card--featured {
  border-color: var(--highlight);
}

.plan-card__launch {
  margin: -22px -18px 18px;
  padding: 10px 12px;
  background: var(--highlight);
  color: #050505;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.plan-card__eyebrow {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #ffffff;
  font-size: 23px;
  font-weight: 900;
  text-transform: none;
}

.plan-card h3 {
  margin: 8px 0 4px;
  color: var(--green);
  font-size: 28px;
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.plan-card__text {
  max-width: 220px;
  margin: 10px auto 16px;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.14;
  font-weight: 500;
}

.plan-card__cta {
  width: 100%;
  margin: 16px 0 0;
}

.plan-card__price {
  margin: 16px auto 18px;
  color: var(--green);
  font-size: 27px;
  line-height: 1;
  font-weight: 900;
  text-align: center;
}

.plan-card__price small {
  display: block;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
}

.plan-card__old-price {
  margin: 0 0 6px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  font-weight: 700;
  text-decoration: line-through;
}

.plan-card__old-price--monthly {
  margin: 2px 0 2px;
}

.plan-card__old-price--annual {
  margin: 2px 0 0;
}

.plan-card__annual-price {
  margin: 0;
}

.plan-card__cash--annual {
  margin: 0 0 16px;
}

.plan-card__price--monthly {
  margin: 0 auto 16px;
}

.plan-card__cash {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 700;
}

.plan-card__benefits {
  display: grid;
  gap: 0;
  padding: 12px 14px;
  margin: 0;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.42);
  list-style: none;
  text-align: left;
}

.plan-card__benefits li {
  position: relative;
  padding: 11px 0 11px 24px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.plan-card__benefits li:last-child {
  border-bottom: 0;
}

.plan-card__benefits li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 10px;
  color: #bdff5f;
  font-size: 15px;
  font-weight: 900;
}

.plan-trust-badges {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.34);
}

.plan-trust-badges span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-width: 0;
  font-size: 8px;
  line-height: 0.95;
  font-weight: 700;
}

.plan-trust-badges svg {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.faq-section {
  background: #202024;
  color: #ffffff;
  padding: 44px 18px 32px;
}

.faq-section .section-inner {
  width: min(100%, 420px);
  margin: 0 auto;
}

.faq-section h2 {
  margin: 0 0 20px;
  text-align: center;
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
}

.faq-section details {
  margin-top: 12px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.faq-section summary {
  cursor: pointer;
  font-weight: 900;
}

.faq-section p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.45;
}

.site-footer {
  background: #202024;
  color: rgba(255, 255, 255, 0.68);
  text-align: center;
  padding: 0 18px 24px;
}

.site-footer p {
  margin: 0;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 700;
}

.security-seals {
  background: #202024;
  margin-top: -1px;
  padding: 22px 18px 12px;
  text-align: center;
}

.security-seals p {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.security-seals__row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.security-seal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
}

.security-seal svg {
  display: block;
  height: 100%;
  width: auto;
}

.security-seal--gold svg {
  width: 48px;
}

.security-seal--gold circle:first-child {
  fill: #d08a11;
  stroke: #7a4a00;
  stroke-width: 3;
}

.security-seal--gold circle:nth-child(2) {
  fill: #ffe29b;
  stroke: #5d3b00;
  stroke-width: 2;
}

.security-seal--gold path {
  fill: #f8b51f;
  stroke: #6d4300;
  stroke-width: 1.5;
}

.security-seal--gold text {
  fill: #161616;
  font-size: 10px;
  font-weight: 900;
  text-anchor: middle;
}

.security-seal--gold text:last-child {
  font-size: 7px;
}

.security-seal--google svg {
  width: 108px;
}

.security-seal--google path:first-child {
  fill: none;
  stroke: #67be3f;
  stroke-width: 8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.security-seal--google path:nth-child(2) {
  fill: rgba(103, 190, 63, 0.16);
  stroke: #67be3f;
  stroke-width: 3;
}

.security-seal--google text:first-of-type {
  fill: #7b8794;
  font-size: 9px;
  font-weight: 800;
}

.security-seal--google text:last-of-type {
  fill: #4285f4;
  font-size: 21px;
  font-weight: 900;
}

.security-seal--ssl svg {
  width: 92px;
}

.security-seal--ssl rect {
  fill: #b9ff00;
}

.security-seal--ssl path {
  fill: none;
  stroke: #607d8b;
  stroke-width: 7;
  stroke-linecap: round;
}

.security-seal--ssl circle,
.security-seal--ssl path:last-of-type {
  fill: #050505;
  stroke: #050505;
  stroke-width: 2;
}

.security-seal--ssl text {
  fill: #ffffff;
  font-size: 20px;
  font-weight: 900;
}

/* Refinamento visual e performance */
.quality-section,
.benefits-section,
.social-proof-section,
.categories-section,
.plans-section,
.faq-section {
  padding-top: clamp(42px, 10vw, 68px);
  padding-bottom: clamp(44px, 11vw, 72px);
}

.quality-section__inner,
.benefits-section__inner,
.social-proof-section__inner,
.categories-section__inner,
.plans-section__inner,
.faq-section .section-inner {
  width: min(100%, 430px);
  padding-inline: 18px;
}

.quality-section h2,
.benefits-section h2,
.social-proof-section h2,
.categories-section h2,
.plans-section h2,
.faq-section h2 {
  text-wrap: balance;
}

.quality-section h2,
.benefits-section h2,
.plans-section h2,
.faq-section h2 {
  font-size: clamp(30px, 8.4vw, 42px);
}

.quality-section p,
.social-proof-section p,
.plans-section__inner > p {
  text-wrap: pretty;
}

.story-marquee,
.category-marquee {
  transform: translateZ(0);
}

.story-row,
.category-row {
  scrollbar-width: none;
}

.story-row::-webkit-scrollbar,
.category-row::-webkit-scrollbar {
  display: none;
}

.story-row__track,
.category-row__track {
  backface-visibility: hidden;
  transform: translateZ(0);
}

.story-row img {
  border-radius: 14px;
  box-shadow: 0 14px 28px rgba(45, 0, 58, 0.16);
}

.benefit-video-card {
  border-radius: 20px;
  box-shadow: 0 18px 34px rgba(79, 0, 96, 0.18);
}

.benefit-video-card video {
  aspect-ratio: 9 / 16;
  object-fit: cover;
}

.testimonial-list {
  gap: 10px;
}

.testimonial-list img {
  border-radius: 16px;
  box-shadow: 0 14px 30px rgba(48, 0, 65, 0.16);
}

.category-row__track {
  gap: 10px;
}

.category-row span {
  min-height: 36px;
  padding: 8px 14px;
  border-radius: 999px;
  box-shadow: 0 10px 18px rgba(97, 0, 118, 0.12);
}

.plans-section {
  background:
    radial-gradient(circle at 50% -10%, rgba(185, 255, 0, 0.18), transparent 28%),
    var(--purple-bg);
}

.plan-cards {
  gap: 18px;
}

.plan-card {
  padding: 26px 20px 22px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(31, 31, 34, 0.72);
  box-shadow:
    0 22px 44px rgba(31, 0, 44, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.plan-card__launch {
  margin: -26px -20px 20px;
}

.plan-card h3,
.plan-card__price {
  text-wrap: balance;
}

.plan-card__benefits {
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.34);
}

.plan-card__benefits li {
  font-size: 13px;
  line-height: 1.25;
}

.faq-section details {
  transition: background 650ms var(--motion), transform 650ms var(--motion);
}

.faq-section details[open] {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-1px);
}

/* Direção de arte premium: ritmo, hierarquia e acabamento */
.hero-pack {
  padding-top: clamp(62px, 13vw, 88px);
  padding-bottom: clamp(22px, 6vw, 36px);
}

.hero-pack__inner {
  position: relative;
  isolation: isolate;
}

.hero-pack__title,
.hero-pack__numbers,
.audience-section h2,
.quality-section h2,
.benefits-section h2,
.social-proof-section h2,
.categories-section h2,
.plans-section h2,
.faq-section h2 {
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.hero-pack__title {
  max-width: 430px;
  margin-inline: auto;
  filter: drop-shadow(0 3px 0 rgba(0, 0, 0, 0.5));
}

.hero-pack__subtitle {
  max-width: 390px;
  line-height: 1.22;
}

.hero-pack__numbers {
  margin-top: 22px;
}

.hero-pack__visual {
  margin-top: clamp(26px, 7vw, 42px);
}

.yellow-orb {
  filter: drop-shadow(0 18px 26px rgba(67, 0, 74, 0.22));
}

.phone-video {
  transition: transform 800ms var(--motion), filter 800ms var(--motion);
}

.phone-video:hover {
  filter: saturate(1.08) contrast(1.02);
  transform: translateX(-50%) rotate(-1.5deg) translateY(-4px);
}

.phone-video__badge {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
}

.cta {
  min-height: 46px;
  border: 0;
  letter-spacing: 0.035em;
  text-decoration: none;
  touch-action: manipulation;
  transition:
    transform 650ms var(--motion),
    box-shadow 650ms var(--motion),
    filter 650ms var(--motion);
}

.cta-green {
  box-shadow:
    0 12px 0 rgba(0, 105, 21, 0.18),
    0 20px 32px rgba(0, 0, 0, 0.18);
}

.cta-green:hover {
  box-shadow:
    0 10px 0 rgba(0, 105, 21, 0.2),
    0 24px 38px rgba(0, 0, 0, 0.22);
}

.audience-section,
.quality-section,
.benefits-section,
.social-proof-section,
.categories-section,
.plans-section,
.faq-section {
  position: relative;
  overflow: clip;
}

.audience-section__inner,
.quality-section__inner,
.benefits-section__inner,
.social-proof-section__inner,
.categories-section__inner,
.plans-section__inner,
.faq-section .section-inner {
  position: relative;
}

.audience-card {
  position: relative;
  border: 2px solid #050505;
  border-radius: 18px;
  box-shadow:
    0 12px 0 rgba(91, 0, 111, 0.24),
    0 18px 26px rgba(91, 0, 111, 0.16);
}

.audience-card::after,
.benefit-video-card::after,
.plan-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.audience-card__icon {
  margin-bottom: 8px;
}

.quality-section {
  padding-top: clamp(54px, 12vw, 82px);
}

.story-marquee {
  margin-inline: calc(50% - 50vw);
  width: 100vw;
}

.story-row img {
  transform: translateZ(0);
  transition: transform 700ms var(--motion), filter 700ms var(--motion);
}

.story-row img:hover {
  filter: saturate(1.08);
  transform: translateY(-2px) translateZ(0);
}

.benefits-section h2 {
  margin-bottom: 26px;
}

.benefit-video-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(83, 17, 93, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.72)),
    var(--paper);
}

.benefit-video-card h3 {
  letter-spacing: -0.02em;
  line-height: 1.08;
}

.benefit-video-card video {
  background: #0a0610;
  border: 1px solid rgba(143, 22, 170, 0.18);
}

.social-proof-section h2 {
  line-height: 1.02;
}

.testimonial-list img {
  transition: transform 700ms var(--motion), box-shadow 700ms var(--motion);
}

.testimonial-list img:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(48, 0, 65, 0.22);
}

.categories-section h2 {
  white-space: nowrap;
  font-size: clamp(25px, 6.5vw, 36px);
}

.category-marquee {
  margin-block: 30px;
}

.category-row span {
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.plans-section {
  padding-top: clamp(58px, 13vw, 88px);
}

.plans-section__inner > p {
  line-height: 1.35;
}

.plan-cards {
  align-items: stretch;
}

.plan-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-width: 1.5px;
  border-style: dashed;
  background:
    radial-gradient(circle at 50% 0%, rgba(185, 255, 0, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    rgba(32, 30, 35, 0.9);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.plan-card__price {
  margin-top: 14px;
}

.plan-card__benefits {
  margin-top: auto;
}

.plan-card__benefits li::before {
  content: "✓";
}

/* Teste de paleta neon rosa + verde */
mark,
.plans-section h2 mark {
  color: #050505;
}

.audience-section h2 span,
.benefits-section h2 span,
.category-row span {
  background: #f4148f;
}

.audience-card,
.benefit-video-card {
  box-shadow:
    0 12px 0 rgba(244, 20, 143, 0.22),
    0 18px 26px rgba(10, 10, 10, 0.14);
}

.badge-copy,
.cta-green {
  background: #0bd834;
}

.hero-pack .cta-green,
.quality-section .cta-green,
.social-proof-section .cta-green,
.plans-section .cta-green {
  background: var(--highlight);
  color: #050505;
  border: 2px solid #050505;
  box-shadow:
    0 9px 0 #050505,
    0 18px 26px rgba(0, 0, 0, 0.2);
}

.hero-pack .cta-green:hover,
.quality-section .cta-green:hover,
.social-proof-section .cta-green:hover,
.plans-section .cta-green:hover {
  filter: saturate(1.05) brightness(1.02);
  box-shadow:
    0 7px 0 #050505,
    0 20px 30px rgba(0, 0, 0, 0.24);
}

.hero-pack .cta-green:active,
.quality-section .cta-green:active,
.social-proof-section .cta-green:active,
.plans-section .cta-green:active {
  box-shadow:
    0 4px 0 #050505,
    0 12px 20px rgba(0, 0, 0, 0.2);
}

.audience-section .cta-green,
.benefits-section .cta-green,
.categories-section .cta-green {
  background: var(--purple-bg);
  color: #050505;
  border: 2px solid #050505;
  box-shadow:
    0 9px 0 #050505,
    0 18px 26px rgba(0, 0, 0, 0.2);
}

.audience-section .cta-green:hover,
.benefits-section .cta-green:hover,
.categories-section .cta-green:hover {
  filter: saturate(1.06) brightness(1.03);
  box-shadow:
    0 7px 0 #050505,
    0 20px 30px rgba(0, 0, 0, 0.24);
}

.audience-section .cta-green:active,
.benefits-section .cta-green:active,
.categories-section .cta-green:active {
  box-shadow:
    0 4px 0 #050505,
    0 12px 20px rgba(0, 0, 0, 0.2);
}

/* Ritmo vertical final: botões, componentes e respiro entre dobras */
.hero-pack {
  padding-bottom: clamp(38px, 9vw, 58px);
}

.hero-pack .cta {
  margin-top: clamp(18px, 5vw, 28px);
}

.audience-section,
.quality-section,
.benefits-section,
.social-proof-section,
.categories-section,
.plans-section,
.faq-section {
  padding-top: clamp(46px, 10vw, 76px);
  padding-bottom: clamp(50px, 11vw, 82px);
}

.audience-section h2,
.quality-section h2,
.benefits-section h2,
.social-proof-section h2,
.categories-section h2,
.plans-section h2,
.faq-section h2 {
  margin-bottom: clamp(22px, 5vw, 34px);
}

.audience-card + .audience-card,
.benefit-video-card + .benefit-video-card,
.faq-section details + details {
  margin-top: clamp(16px, 4vw, 24px);
}

.quality-section p,
.social-proof-section p,
.plans-section__inner > p {
  margin-top: clamp(14px, 3.8vw, 22px);
  margin-bottom: clamp(22px, 5.5vw, 34px);
}

.story-marquee,
.category-marquee {
  margin-top: clamp(22px, 5vw, 34px);
  margin-bottom: clamp(24px, 6vw, 38px);
}

.testimonial-list {
  margin-top: clamp(18px, 5vw, 30px);
}

.plan-cards {
  margin-top: clamp(22px, 5vw, 34px);
}

.audience-section__cta,
.quality-section__cta,
.benefits-section__cta,
.social-proof-section__cta,
.categories-section__cta {
  margin-top: clamp(24px, 6vw, 38px);
  margin-bottom: 0;
}

.cta:not(.plan-card__cta) {
  width: min(100% - 60px, 310px);
}

.plan-card__cta {
  margin-top: clamp(18px, 5vw, 26px);
}

.plan-trust-badges {
  margin-top: clamp(14px, 4vw, 20px);
}

.benefit-video-card {
  border: 2px solid #050505;
  background: var(--purple-bg);
  box-shadow:
    0 9px 0 #050505,
    0 20px 28px rgba(0, 0, 0, 0.2);
}

.benefit-video-card h3 {
  background: var(--purple-bg);
  color: #ffffff;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.42);
}

.benefit-video-card video {
  border: 0;
  border-top: 2px solid #050505;
}

.categories-section h2 span {
  display: inline-block;
  background: var(--purple-bg);
  color: #ffffff;
  padding: 0 6px 2px;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.42);
}

.category-row__track {
  animation-duration: 82s;
  gap: 18px;
  padding-bottom: 6px;
}

.category-row span {
  border: 2px solid #050505;
  box-shadow:
    0 5px 0 #050505,
    0 12px 18px rgba(0, 0, 0, 0.14);
}

.testimonial-list {
  gap: 22px;
}

.testimonial-list img {
  border: 2px solid #050505;
  box-shadow:
    0 7px 0 #050505,
    0 16px 24px rgba(0, 0, 0, 0.18);
}

@media (min-width: 760px) {
  .audience-section,
  .quality-section,
  .benefits-section,
  .social-proof-section,
  .categories-section,
  .plans-section,
  .faq-section {
    padding-top: 86px;
    padding-bottom: 92px;
  }

  .hero-pack {
    padding-bottom: 72px;
  }

  .audience-card + .audience-card,
  .benefit-video-card + .benefit-video-card {
    margin-top: 24px;
  }
}

.audience-section__inner,
.quality-section__inner,
.benefits-section__inner,
.social-proof-section__inner,
.categories-section__inner,
.plans-section__inner,
.faq-section .section-inner {
  z-index: 1;
}

.plan-card h3,
.plan-card__price {
  color: #b9ff00;
}

.plan-card__benefits li::before {
  color: #b9ff00;
}

.plan-trust-badges {
  opacity: 0.9;
}

.faq-section details {
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 14px 30px rgba(48, 0, 65, 0.14);
}

.faq-section {
  margin-bottom: 0;
  padding-bottom: 32px;
  background: #202024;
}

.security-seals,
.site-footer {
  margin-top: -1px;
  background: #202024;
}

@media (min-width: 760px) {
  .hero-pack__inner,
  .audience-section__inner,
  .quality-section__inner,
  .benefits-section__inner,
  .social-proof-section__inner,
  .categories-section__inner,
  .plans-section__inner,
  .faq-section .section-inner {
    width: min(100%, 520px);
  }

  .hero-pack__title {
    font-size: clamp(48px, 6vw, 62px);
  }

  .hero-pack__subtitle {
    font-size: 24px;
  }

  .hero-pack__visual {
    height: 460px;
  }

  .yellow-orb {
    width: 390px;
    height: 330px;
  }

  .phone-video {
    width: 245px;
    height: 410px;
  }

  .plan-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 820px;
    margin-inline: auto;
  }

  .plans-section__inner {
    width: min(100%, 860px);
  }
}

@media (max-width: 380px) {
  .hero-pack {
    padding-top: 44px;
  }

  .hero-pack__title {
    font-size: 34px;
  }

  .cta {
    width: min(100% - 44px, 300px);
  }

  .categories-section h2 {
    font-size: 23px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

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

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

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

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

@media (min-width: 560px) {
  .hero-pack {
    padding-top: 24px;
  }

  .hero-pack__inner {
    width: 440px;
  }
}

