/* ═══════════════════════════════════════════
       DESIGN SYSTEM — THIARA MENDEZ
    ═══════════════════════════════════════════ */
:root {
  --navy: #010D43;
  --navy-deep: #000822;
  --navy-mid: #051459;
  --pink: #F21A7B;
  --pink-light: #FF6CAB;
  --pink-glow: rgba(242, 26, 123, 0.28);
  --beige: #EBE7DE;
  --primary: #0C35B1;
  --primary-light: #4D4FFF;
  --accent: #6B6DFF;
  --purple: #605BE5;
  --purple-light: #E5E5FF;

  --white: #FFFFFF;
  --g100: #F5F5F5;
  --g200: #E8E8E8;
  --g300: #C9C9C9;
  --g400: #8C919B;
  --g500: #888888;
  --g600: #3F3F3F;
  --black: #020101;

  --font-h: 'Fraunces', serif;
  --font-b: 'Plus Jakarta Sans', sans-serif;

  --r-sm: 4px;
  --r-md: 10px;
  --r-lg: 20px;
  --r-xl: 32px;
  --r-full: 9999px;

  --shadow-card: 0 4px 24px rgba(0, 0, 0, 0.08);
  --shadow-hover: 0 16px 40px rgba(0, 0, 0, 0.14);
  --shadow-pink: 0 12px 40px rgba(242, 26, 123, 0.35);
  --shadow-deep: 12px 12px 50px rgba(0, 0, 0, 0.40);

  --transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  font-family: var(--font-b);
  background: var(--navy-deep);
  color: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

img, iframe, video {
  max-width: 100%;
}

/* ─── SCROLL REVEAL ─── */
.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 {
  transition-delay: 0.1s;
}

.reveal-delay-2 {
  transition-delay: 0.2s;
}

.reveal-delay-3 {
  transition-delay: 0.3s;
}

.reveal-delay-4 {
  transition-delay: 0.4s;
}

.reveal-delay-5 {
  transition-delay: 0.5s;
}

/* ─── HEADER ─── */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6%;
  height: 68px;
  background: rgba(1, 13, 67, 0.75);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  transition: var(--transition);
}

header.scrolled {
  background: rgba(0, 8, 34, 0.95);
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.4);
}

.logo {
  font-family: var(--font-h);
  font-weight: 800;
  font-size: 1.15rem;
  color: var(--white);
  text-decoration: none;
  letter-spacing: -0.02em;
}

.logo em {
  font-style: normal;
  color: var(--pink);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-b);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 14px 32px;
  min-height: 48px;
  border-radius: var(--r-full);
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: var(--transition);
}

.btn:active {
  transform: scale(0.98);
}

.btn-pink {
  background: linear-gradient(135deg, var(--pink), #c4005e);
  color: var(--white);
  box-shadow: 0 6px 24px rgba(242, 26, 123, 0.3);
}

.btn-pink:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: var(--shadow-pink);
}

.btn-outline {
  background: transparent;
  color: var(--white);
  border: 2px solid rgba(255, 255, 255, 0.35);
}

.btn-outline:hover {
  border-color: var(--pink);
  color: var(--pink);
  transform: translateY(-2px);
}

.btn-lg {
  font-size: 17px;
  padding: 20px 52px;
  letter-spacing: 0.06em;
}

/* ─── HERO ─── */
.hero {
  position: relative;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 140px 6% 100px;
  overflow: hidden;
  background: var(--navy-deep);
}

/* Aurora background */
.hero-aurora {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.hero-aurora::before {
  content: '';
  position: absolute;
  top: -20%;
  left: -10%;
  width: 70%;
  height: 80%;
  background: radial-gradient(ellipse at center, rgba(12, 53, 177, 0.5) 0%, transparent 65%);
  border-radius: 50%;
  filter: blur(60px);
}

.hero-aurora::after {
  content: '';
  position: absolute;
  top: 10%;
  right: -15%;
  width: 60%;
  height: 70%;
  background: radial-gradient(ellipse at center, var(--pink-glow) 0%, transparent 60%);
  border-radius: 50%;
  filter: blur(70px);
}

.aurora-accent {
  position: absolute;
  bottom: -10%;
  left: 30%;
  width: 50%;
  height: 50%;
  background: radial-gradient(ellipse at center, rgba(96, 91, 229, 0.3) 0%, transparent 60%);
  filter: blur(60px);
  border-radius: 50%;
}

/* Grid dots overlay */
.hero-grid {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
  mask-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.5) 0%, transparent 70%);
}

.hero-content {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(242, 26, 123, 0.12);
  border: 1px solid rgba(242, 26, 123, 0.3);
  padding: 6px 18px;
  border-radius: var(--r-full);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--pink-light);
  margin-bottom: 28px;
  animation: fadeDown 0.8s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.hero-badge::before {
  content: '';
  width: 6px;
  height: 6px;
  background: var(--pink);
  border-radius: 50%;
  animation: pulse 1.8s ease-in-out infinite;
}

@keyframes pulse {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.5;
    transform: scale(0.7);
  }
}

@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero h1 {
  font-family: var(--font-h);
  font-size: clamp(2.2rem, 5.5vw, 4rem);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 24px;
  animation: heroTitle 1s cubic-bezier(0.16, 1, 0.3, 1) 0.15s both;
}

@keyframes heroTitle {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero h1 .highlight {
  background: linear-gradient(135deg, var(--pink) 0%, var(--pink-light) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-sub {
  font-size: clamp(1.05rem, 2.2vw, 1.3rem);
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 40px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  animation: heroTitle 1s cubic-bezier(0.16, 1, 0.3, 1) 0.3s both;
}

.hero-cta {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  animation: heroTitle 1s cubic-bezier(0.16, 1, 0.3, 1) 0.45s both;
}

/* Mini stats bar */
.hero-stats {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 64px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  animation: heroTitle 1s cubic-bezier(0.16, 1, 0.3, 1) 0.6s both;
}

.stat-item {
  text-align: center;
}

.stat-number {
  font-family: var(--font-h);
  font-size: 2rem;
  font-weight: 800;
  color: var(--white);
  line-height: 1;
}

.stat-number span {
  color: var(--pink);
}

.stat-label {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.45);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 4px;
}

/* ─── PAIN SECTION ─── */
.pain-section {
  background: var(--navy);
  padding: 88px 6%;
  position: relative;
  overflow: hidden;
}

.pain-section::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 50%;
  transform: translateY(-50%);
  width: 500px;
  height: 500px;
  background: radial-gradient(ellipse, rgba(12, 53, 177, 0.15) 0%, transparent 65%);
  pointer-events: none;
}

.section-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--pink);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.section-label::before {
  content: '';
  width: 24px;
  height: 2px;
  background: var(--pink);
  border-radius: 2px;
}

.section-title {
  font-family: var(--font-h);
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

.section-title .accent {
  color: var(--pink);
}

.section-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.pain-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  gap: 20px;
  margin-top: 52px;
}

.pain-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: var(--r-lg);
  padding: 28px 32px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  transition: var(--transition);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.05), 0 8px 32px rgba(0, 0, 0, 0.2);
}

.pain-card:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(242, 26, 123, 0.2);
  transform: translateY(-4px);
}

.pain-icon {
  font-size: 1.8rem;
  flex-shrink: 0;
  line-height: 1;
  margin-top: 2px;
}

.pain-card p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.55;
}

.pain-card p strong {
  color: var(--white);
  font-weight: 600;
}

/* ─── PROMISE SECTION ─── */
.promise-section {
  padding: 96px 6%;
  background: var(--navy-deep);
  position: relative;
  overflow: hidden;
}

.promise-section::before {
  content: '';
  position: absolute;
  left: -5%;
  top: 0;
  width: 60%;
  height: 60%;
  background: radial-gradient(ellipse, rgba(96, 91, 229, 0.12) 0%, transparent 65%);
  pointer-events: none;
}

.promise-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr));
  gap: 64px;
  align-items: center;
  margin-top: 16px;
}

.promise-list {
  display: grid;
  gap: 20px;
  margin-top: 32px;
}

.promise-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 24px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--r-md);
  border-left: 3px solid var(--pink);
  transition: var(--transition);
}

.promise-item:hover {
  background: rgba(255, 255, 255, 0.05);
  transform: translateX(6px);
}

.promise-check {
  width: 28px;
  height: 28px;
  background: linear-gradient(135deg, var(--pink), #c4005e);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  flex-shrink: 0;
  box-shadow: 0 4px 14px rgba(242, 26, 123, 0.3);
}

.promise-item p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.82);
}

.promise-item p strong {
  color: var(--white);
}

/* Right side visual */
.promise-visual {
  position: relative;
}

.visual-card {
  background: linear-gradient(135deg, rgba(12, 53, 177, 0.4), rgba(96, 91, 229, 0.3));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--r-xl);
  padding: 36px 32px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.15), 0 24px 64px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
}

.visual-card::before {
  content: '';
  position: absolute;
  top: -40%;
  right: -20%;
  width: 300px;
  height: 300px;
  background: radial-gradient(ellipse, rgba(242, 26, 123, 0.15) 0%, transparent 60%);
  pointer-events: none;
}

.visual-title {
  font-family: var(--font-h);
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.9);
}

.timeline-item {
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
  position: relative;
}

.timeline-item:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 15px;
  top: 32px;
  width: 2px;
  height: calc(100% - 4px);
  background: linear-gradient(to bottom, rgba(242, 26, 123, 0.3), transparent);
}

.tl-dot {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(242, 26, 123, 0.15);
  border: 2px solid var(--pink);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-h);
  font-size: 11px;
  font-weight: 800;
  color: var(--pink);
  flex-shrink: 0;
}

.tl-content {
  padding-top: 4px;
}

.tl-week {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--pink);
  margin-bottom: 2px;
}

.tl-text {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.75);
}

/* ─── MODULES ─── */
.modules-section {
  padding: 96px 6%;
  background: var(--navy);
  position: relative;
}

.modules-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(242, 26, 123, 0.3), transparent);
}

.modules-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 64px;
}

.modules-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}

.module-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: var(--r-xl);
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  gap: 0;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.1), 0 12px 40px rgba(0, 0, 0, 0.25);
}

.module-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--card-accent, var(--primary));
  border-radius: var(--r-xl) var(--r-xl) 0 0;
}

.module-card::after {
  content: '';
  position: absolute;
  top: -80px;
  right: -80px;
  width: 200px;
  height: 200px;
  background: radial-gradient(ellipse, var(--card-glow, rgba(12, 53, 177, 0.12)) 0%, transparent 65%);
  pointer-events: none;
}

.module-card:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
  transform: translateY(-8px);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.35);
}

.module-card.m-pink {
  --card-accent: var(--pink);
  --card-glow: rgba(242, 26, 123, 0.14);
}

.module-card.m-blue {
  --card-accent: var(--primary-light);
  --card-glow: rgba(77, 79, 255, 0.14);
}

.module-card.m-purple {
  --card-accent: var(--purple);
  --card-glow: rgba(96, 91, 229, 0.14);
}

.module-number-badge {
  width: 48px;
  height: 48px;
  border-radius: var(--r-md);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-h);
  font-size: 1.4rem;
  font-weight: 900;
  color: var(--card-accent, var(--white));
  margin-bottom: 24px;
  flex-shrink: 0;
}

.module-card h4 {
  font-family: var(--font-h);
  font-size: 1.15rem;
  font-weight: 800;
  margin-bottom: 8px;
  color: var(--white);
}

.module-tag {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--card-accent, var(--g400));
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 16px;
  opacity: 0.9;
}

.module-card p {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 20px;
}

.mod-list {
  list-style: none;
  display: grid;
  gap: 10px;
  margin-top: auto;
}

.mod-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.4;
}

.mod-bullet {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--card-accent, rgba(255, 255, 255, 0.15));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  color: var(--card-accent, var(--g400));
  flex-shrink: 0;
  margin-top: 2px;
}

/* ─── PRICING ─── */
.pricing-section {
  padding: 96px 6%;
  background: var(--navy-deep);
  position: relative;
  overflow: hidden;
}

.pricing-section::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  height: 700px;
  background: radial-gradient(ellipse, rgba(242, 26, 123, 0.1) 0%, transparent 60%);
  pointer-events: none;
}

.pricing-inner {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}

.pricing-card {
  background: linear-gradient(135deg, rgba(12, 53, 177, 0.35) 0%, rgba(1, 13, 67, 0.8) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--r-xl);
  padding: 52px 48px;
  position: relative;
  overflow: hidden;
  margin-top: 48px;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.1), 0 24px 64px rgba(0, 0, 0, 0.3);
}

.pricing-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--pink), var(--pink-light), var(--purple));
}

.pricing-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}

.price-tag {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pink-light);
  margin-bottom: 16px;
}

.price-value {
  font-family: var(--font-h);
  font-size: 5rem;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 8px;
}

.price-value small {
  font-size: 1.6rem;
  font-weight: 600;
  vertical-align: super;
  letter-spacing: 0;
}

.price-desc {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 36px;
}

.pricing-features {
  list-style: none;
  text-align: left;
  display: grid;
  gap: 12px;
  margin-bottom: 40px;
}

.pricing-features li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.97rem;
  color: rgba(255, 255, 255, 0.82);
}

.pf-check {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--pink), #c4005e);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  flex-shrink: 0;
  box-shadow: 0 3px 10px rgba(242, 26, 123, 0.3);
}

.guarantee-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 10px 20px;
  border-radius: var(--r-full);
}

/* ─── URGENCY BANNER ─── */
.urgency-bar {
  background: linear-gradient(135deg, var(--pink), #9d0050);
  padding: 18px 6%;
  text-align: center;
}

.urgency-bar p {
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.urgency-bar strong {
  font-weight: 800;
}

/* ─── FAQ ─── */
.faq-section {
  padding: 88px 6%;
  background: var(--navy);
}

.faq-inner {
  max-width: 720px;
  margin: 0 auto;
}

.faq-header {
  text-align: center;
  margin-bottom: 52px;
}

details {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: var(--r-md);
  margin-bottom: 12px;
  overflow: hidden;
  transition: var(--transition);
}

details[open] {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(242, 26, 123, 0.2);
}

summary {
  padding: 20px 24px;
  cursor: pointer;
  font-weight: 600;
  font-size: 1rem;
  color: var(--white);
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: '+';
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: var(--pink);
  flex-shrink: 0;
  transition: transform 0.3s;
}

details[open] summary::after {
  content: '–';
  transform: rotate(180deg);
}

.faq-body {
  padding: 0 24px 20px;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.7;
}

/* ─── FINAL CTA ─── */
.final-cta {
  padding: 100px 6%;
  background: var(--navy-deep);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.final-cta::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 400px;
  background: radial-gradient(ellipse, rgba(12, 53, 177, 0.25) 0%, transparent 65%);
  pointer-events: none;
}

.final-cta .section-inner {
  position: relative;
  z-index: 2;
}

/* ─── FOOTER ─── */
footer {
  background: var(--navy-deep);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 36px 6%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

footer p {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.3);
}

.footer-links {
  display: flex;
  gap: 20px;
}

.footer-links a {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: var(--pink);
}


.pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 48px;
}

.pricing-card.highlight-card {
  border: 2px solid var(--pink);
  box-shadow: 0 0 30px rgba(242, 26, 123, 0.2);
  transform: scale(1.02);
}

@media (max-width: 900px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .pricing-card.highlight-card {
    transform: scale(1);
  }
}

.testimonial-image {
  width: 100%;
  height: auto;
  border-radius: var(--r-md);
  border: 1px solid rgba(255, 255, 255, 0.1);
}


.carousel-track {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: scroll 60s linear infinite;
}

.carousel-track:hover {
  animation-play-state: paused;
}

.carousel-img {
  height: 300px;
  width: auto;
  object-fit: cover;
  border-radius: var(--r-sm);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadow-card);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}


.hero {
  background: linear-gradient(to bottom, rgba(0, 8, 34, 0.75), rgba(0, 8, 34, 0.95)), url('imagens/capa-lp.jpg-2.webp') center/cover no-repeat !important;
  position: relative;
}

/* ─── ABOUT V2 ─── */
.about-header {
  text-align: center;
  margin-bottom: 48px;
}

.about-inner {
  display: flex;
  align-items: flex-start;
  gap: 48px;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
}

.about-photo-wrap {
  position: relative;
  max-width: 380px;
  width: 100%;
  border-radius: var(--r-md);
  overflow: hidden;
  box-shadow: var(--shadow-pink);
  border: 2px solid var(--pink);
}

.about-photo-frame img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.about-photo-badge {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(8px);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  white-space: nowrap;
  color: #fff;
  z-index: 2;
}

.about-photo-card {
  position: absolute;
  top: 20px;
  right: -20px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  padding: 12px 18px;
  border-radius: var(--r-md);
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  z-index: 3;
}

.about-card-num {
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--pink-light);
  font-family: var(--font-h);
}

.about-card-num em {
  font-style: normal;
  font-size: 1.2rem;
}

.about-card-lbl {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  opacity: 0.8;
}

.about-content {
  flex: 1.5;
  min-width: 300px;
}

.about-role {
  text-transform: uppercase;
  color: var(--pink);
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  font-weight: 700;
  margin-bottom: 24px;
}

.about-text-v2 {
  font-size: 1.125rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 24px;
}

.cred-list-v2 {
  list-style: none;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cred-item-v2 {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.75);
}

.cred-dot-v2 {
  color: var(--pink-light);
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.about-btn-v2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--pink);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  border-radius: var(--r-full);
  padding: 16px 28px;
  font-size: 1rem;
  transition: var(--tr);
  box-shadow: var(--shadow-pink);
}

.about-btn-v2:hover {
  filter: brightness(1.1);
  transform: translateY(-2px);
}

.about-btn-v2:active {
  scale: 0.98;
}

/* ─── GUARANTEE V2 ─── */
.guarantee-section {
  background: var(--navy);
}

.guarantee-card {
  background: #060b19;
  border-radius: 24px;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.guarantee-left {
  flex: 1;
  min-width: min(100%, 250px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
  position: relative;
}

.guarantee-number {
  font-family: var(--font-h);
  font-size: 10rem;
  font-weight: 400;
  line-height: 0.8;
  color: var(--pink);
  position: relative;
  margin-bottom: 5px;
  text-shadow: 0 0 40px rgba(242, 26, 123, 0.4);
}

.guarantee-number-line {
  position: absolute;
  bottom: 0px;
  left: -20px;
  right: -20px;
  height: 2px;
  background: var(--pink);
}

.guarantee-badge-text {
  font-family: var(--font-h);
  font-size: 1.4rem;
  font-weight: 900;
  color: #fff;
  text-align: center;
  line-height: 1.1;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}

.guarantee-stars {
  display: flex;
  gap: 6px;
  color: var(--pink);
  font-size: 1.2rem;
}

.guarantee-right {
  flex: 2;
  min-width: min(100%, 300px);
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.guarantee-title {
  font-family: var(--font-h);
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 24px;
  line-height: 1.2;
}

.guarantee-italic {
  font-style: italic;
  color: var(--pink);
  font-weight: 500;
}

.guarantee-desc {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  margin-bottom: 20px;
}

.guarantee-desc:last-child {
  margin-bottom: 0;
}

.guarantee-desc strong {
  color: #fff;
  font-weight: 700;
}


/* ─── BONUS ─── */
.bonus-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  gap: 24px;
  margin-top: 48px;
}

.bonus-card {
  flex-direction: row;
  align-items: flex-start;
  gap: 24px;
  margin: 0;
}

.bonus-icon {
  font-size: 2.5rem;
  color: var(--pink-light);
  background: rgba(242, 26, 123, 0.08);
  padding: 16px;
  border-radius: 16px;
  border: 1px solid rgba(242, 26, 123, 0.2);
}

.bonus-card h4 {
  font-family: var(--font-h);
  font-size: 1.3rem;
  margin-bottom: 0;
  color: var(--white);
  line-height: 1.4;
}

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
  .promise-grid {
    gap: 40px;
  }
}

@media (max-width: 900px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .pricing-card.highlight-card {
    transform: scale(1);
  }
}

@media (max-width: 768px) {
  .promise-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .promise-visual {
    order: 2; /* Ensures image is stacked under the text */
    display: block; /* Shows the image */
  }

  .about-inner {
    gap: 32px;
  }

  .about-photo-wrap {
    max-width: 320px;
  }
}

@media (max-width: 600px) {
  .hero h1 {
    font-size: 2.2rem;
  }

  .btn-lg {
    width: 100%;
    font-size: 15px;
    padding: 18px 24px;
  }

  .hero-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-stats {
    gap: 24px;
  }

  .pricing-card {
    padding: 36px 24px;
  }

  footer {
    flex-direction: column;
    text-align: center;
  }

  .guarantee-left,
  .guarantee-right {
    padding: 30px 20px;
    min-width: 100%;
    text-align: center;
  }

  .guarantee-title {
    font-size: 2.2rem;
  }
}

@media (max-width: 480px) {
  .section-title {
    font-size: 1.8rem;
  }

  .hero h1 {
    font-size: 1.8rem;
  }

  .pain-card {
    padding: 24px 20px;
  }

  .guarantee-number {
    font-size: 8rem;
  }

  .module-card {
    padding: 28px 24px;
  }
}

/* ─── RESPONSIVE REFINEMENT PASS ─── */
:root {
  --page-pad: clamp(1rem, 4vw, 4.5rem);
  --section-y: clamp(4rem, 8vw, 6rem);
  --section-y-tight: clamp(3.25rem, 7vw, 5.5rem);
  --content-max: 1100px;
}

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

@supports not (overflow-x: clip) {
  html,
  body {
    overflow-x: hidden;
  }
}

body {
  overflow-wrap: break-word;
}

img,
picture,
video,
iframe {
  max-width: 100%;
}

img {
  display: block;
  height: auto;
}

iframe {
  display: block;
  border: 0;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible,
.btn:focus-visible,
.about-btn-v2:focus-visible {
  outline: 3px solid rgba(255, 108, 171, 0.85);
  outline-offset: 4px;
}

header,
.hero,
.pain-section,
.promise-section,
.modules-section,
.pricing-section,
.faq-section,
.final-cta,
.guarantee-section,
.about-section,
footer {
  padding-left: var(--page-pad) !important;
  padding-right: var(--page-pad) !important;
}

.hero,
.pain-section,
.promise-section,
.modules-section,
.pricing-section,
.faq-section,
.final-cta,
.guarantee-section,
.about-section,
.carousel-container {
  overflow-x: clip;
}

.section-inner,
.pricing-inner,
.faq-inner,
.wrap {
  width: min(100%, var(--content-max));
  min-width: 0;
  max-width: var(--content-max);
  margin-left: auto;
  margin-right: auto;
}

.pricing-inner {
  max-width: min(100%, 1000px) !important;
}

.faq-inner {
  max-width: min(100%, 720px);
}

.final-cta .section-inner {
  max-width: min(100%, 640px) !important;
}

.section-title {
  font-size: clamp(1.85rem, 4.8vw, 3.2rem);
  overflow-wrap: break-word;
  text-wrap: balance;
}

.btn {
  min-height: 48px;
  min-width: 0;
  max-width: 100%;
  padding: clamp(0.875rem, 2vw, 1rem) clamp(1.25rem, 4vw, 2rem);
  line-height: 1.25;
  overflow-wrap: anywhere;
  text-align: center;
  white-space: normal;
  touch-action: manipulation;
}

.btn-lg {
  font-size: clamp(0.9rem, 2vw, 1.0625rem);
  padding: clamp(1rem, 2.4vw, 1.25rem) clamp(1.35rem, 5vw, 3.25rem);
}

.hero {
  min-height: min(100svh, 880px);
  padding-top: clamp(6rem, 12vw, 8.75rem);
  padding-bottom: clamp(4rem, 10vw, 6.25rem);
}

.hero-content {
  width: min(100%, 860px);
  min-width: 0;
  max-width: 860px;
}

.hero-badge {
  min-width: 0;
  max-width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  overflow-wrap: anywhere;
  text-align: center;
  line-height: 1.35;
}

.hero h1 {
  max-width: 100%;
  font-size: clamp(2.05rem, 7.8vw, 4rem);
  hyphens: auto;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.hero-sub {
  width: min(100%, 640px);
  max-width: 100%;
  font-size: clamp(1rem, 2.5vw, 1.3rem);
  overflow-wrap: break-word;
}

.urgency-bar p,
.pain-card p,
.promise-item p,
.module-card p,
.mod-list li,
.pricing-features li,
.faq-body,
footer p {
  max-width: 100%;
  overflow-wrap: break-word;
}

.hero-cta {
  width: 100%;
  min-width: 0;
}

.hero-cta .btn {
  width: min(100%, 520px);
}

.pain-section,
.promise-section,
.modules-section,
.pricing-section,
.faq-section {
  padding-top: var(--section-y);
  padding-bottom: var(--section-y);
}

.final-cta,
.guarantee-section,
.about-section {
  padding-top: var(--section-y-tight) !important;
  padding-bottom: var(--section-y-tight) !important;
}

.pain-grid,
.modules-grid,
.bonus-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  gap: clamp(1rem, 2.6vw, 1.5rem);
  min-width: 0;
}

.promise-grid {
  grid-template-columns: minmax(0, 1.02fr) minmax(280px, 0.98fr);
  gap: clamp(2rem, 5vw, 4rem);
  min-width: 0;
}

.pain-card,
.module-card,
.pricing-card,
.promise-item,
details {
  min-width: 0;
}

.pain-card {
  padding: clamp(1.25rem, 4vw, 1.75rem) clamp(1.125rem, 4vw, 2rem);
}

.pain-card > div[style*="font-size: 6rem"],
.pain-card > div[style*="font-size: 8rem"] {
  right: clamp(0.75rem, 4vw, 1.25rem) !important;
  font-size: clamp(4.25rem, 14vw, 6rem) !important;
}

.promise-visual img {
  width: 100%;
  border-radius: var(--r-xl);
}

#depoimentos .pain-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)) !important;
  gap: clamp(1rem, 3vw, 2rem) !important;
}

#depoimentos .pain-grid > .reveal {
  width: 100%;
  min-width: 0;
}

#depoimentos iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
}

.carousel-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-top: clamp(2.25rem, 6vw, 4rem);
  padding: clamp(0.875rem, 2.5vw, 1.25rem) 0;
  contain: paint;
}

.carousel-track {
  gap: clamp(0.75rem, 2vw, 1.25rem);
  max-width: none;
  will-change: transform;
}

.carousel-img {
  flex: 0 0 auto;
  height: clamp(180px, 24vw, 300px);
  max-width: min(76vw, 360px);
  object-fit: cover;
}

.pricing-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(1rem, 3vw, 2rem);
}

.pricing-grid .pricing-card {
  margin-top: 0;
  padding: clamp(2rem, 4vw, 2.5rem) clamp(1.25rem, 3vw, 2rem) !important;
}

.pricing-card.highlight-card {
  transform: translateY(-6px);
}

.price-value {
  font-size: clamp(3.1rem, 7vw, 5rem) !important;
}

.pricing-features li {
  align-items: flex-start;
}

.pricing-card .btn {
  width: 100%;
}

.about-inner {
  display: grid;
  grid-template-columns: minmax(260px, 380px) minmax(0, 1fr);
  align-items: center;
}

.about-content {
  min-width: 0;
}

.about-photo-badge {
  max-width: calc(100% - 28px);
  text-align: center;
  white-space: normal;
}

.about-btn-v2 {
  min-height: 48px;
  max-width: 100%;
  text-align: center;
  line-height: 1.25;
  transition: var(--transition);
}

.guarantee-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.4fr);
}

.guarantee-left,
.guarantee-right {
  min-width: 0;
}

.guarantee-number {
  font-size: clamp(6.5rem, 15vw, 10rem);
}

summary {
  min-height: 56px;
  padding: clamp(1rem, 3vw, 1.25rem) clamp(1rem, 3vw, 1.5rem);
}

.faq-body {
  padding-left: clamp(1rem, 3vw, 1.5rem);
  padding-right: clamp(1rem, 3vw, 1.5rem);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .carousel-track {
    animation: none;
  }
}

@media (max-width: 1024px) {
  .pricing-grid {
    grid-template-columns: minmax(0, 1fr);
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-card.highlight-card {
    transform: none;
  }
}

@media (max-width: 900px) {
  .promise-grid {
    grid-template-columns: 1fr;
  }

  .promise-visual {
    display: block;
    width: min(100%, 540px);
    margin-left: auto;
    margin-right: auto;
    order: 2;
  }
}

@media (max-width: 768px) {
  :root {
    --page-pad: clamp(1rem, 5vw, 2rem);
  }

  .promise-grid,
  .about-inner,
  .guarantee-card {
    grid-template-columns: 1fr;
  }

  .promise-visual {
    display: block;
    width: min(100%, 520px);
    margin-left: auto;
    margin-right: auto;
    order: 2;
  }

  .about-inner {
    justify-items: center;
    text-align: left;
  }

  .about-content {
    width: 100%;
  }

  .guarantee-left,
  .guarantee-right {
    padding: clamp(1.5rem, 6vw, 2.5rem);
    text-align: center;
  }

  .footer-links {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  :root {
    --page-pad: clamp(0.875rem, 4.5vw, 1.125rem);
    --section-y: clamp(3.25rem, 14vw, 4.25rem);
    --section-y-tight: clamp(3rem, 12vw, 4rem);
  }

  header {
    height: 64px;
  }

  .hero {
    min-height: min(100svh, 820px);
    padding-top: clamp(5.75rem, 18vw, 6.75rem);
  }

  .hero-badge {
    font-size: 0.68rem;
    letter-spacing: 0.09em;
    padding: 0.45rem 0.9rem;
  }

  .hero h1 {
    font-size: clamp(1.78rem, 7.8vw, 2rem);
    line-height: 1.12;
    letter-spacing: -0.02em;
  }

  .hero-sub {
    font-size: 1rem;
    margin-bottom: 2rem;
  }

  .btn,
  .btn-lg,
  .about-btn-v2 {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.86rem;
  }

  .section-title {
    font-size: clamp(1.72rem, 7.4vw, 2rem);
  }

  .pain-grid,
  .modules-grid,
  .bonus-grid {
    margin-top: 2rem;
  }

  .pain-card,
  .module-card,
  .promise-item {
    border-radius: var(--r-lg);
    padding: 1.25rem;
  }

  .pain-card[style*="grid-column"] {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .pain-card > div[style*="font-size: 6rem"],
  .pain-card > div[style*="font-size: 8rem"] {
    top: -0.35rem !important;
    right: 0.75rem !important;
    font-size: 4.25rem !important;
  }

  .promise-item {
    gap: 0.85rem;
  }

  .module-number-badge {
    width: 42px;
    height: 42px;
    margin-bottom: 1.1rem;
  }

  .carousel-img {
    height: 180px;
    max-width: 78vw;
  }

  .pricing-grid {
    margin-top: 2rem;
  }

  .pricing-grid .pricing-card {
    border-radius: 24px;
    padding: 1.75rem 1.1rem !important;
  }

  .price-value {
    font-size: 3.1rem !important;
  }

  .pricing-features {
    gap: 0.85rem;
  }

  .pricing-features li {
    font-size: 0.92rem;
  }

  .about-photo-wrap {
    max-width: min(100%, 320px);
  }

  .about-text-v2,
  .cred-item-v2,
  .guarantee-desc,
  .faq-body {
    font-size: 0.95rem;
  }

  .guarantee-card {
    border-radius: 20px;
  }

  .guarantee-title {
    font-size: clamp(1.9rem, 8vw, 2.2rem);
  }

  .guarantee-number {
    font-size: clamp(6rem, 30vw, 8rem);
  }

  summary {
    font-size: 0.95rem;
  }
}

@media (max-width: 360px) {
  .btn,
  .btn-lg,
  .about-btn-v2 {
    font-size: 0.8rem;
  }

  .hero h1 {
    font-size: 1.72rem;
  }

  .pricing-grid .pricing-card {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

/* ─── HERO MICROCOPY ─── */
.hero-microcopy {
  margin-top: 16px;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.4);
  letter-spacing: 0.04em;
  animation: heroTitle 1s cubic-bezier(0.16,1,0.3,1) 0.6s both;
}

/* ═══════════════════════════════════════
   NÃO PRECISA COMEÇAR DO ZERO
═══════════════════════════════════════ */
.no-zero-section {
  padding: 96px 6%;
  background: var(--navy);
  position: relative;
  overflow: hidden;
}

.no-zero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}

.no-zero-body {
  color: rgba(255,255,255,0.72);
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 16px;
}

.no-zero-list {
  list-style: none;
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
}

.no-zero-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 1rem;
  color: rgba(255,255,255,0.82);
  line-height: 1.5;
}

.no-zero-card {
  position: relative;
}

.no-zero-card-inner {
  background: rgba(242,26,123,0.06);
  border: 1px solid rgba(242,26,123,0.25);
  border-radius: var(--r-xl);
  padding: 40px 36px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 0 40px rgba(242,26,123,0.08), inset 0 1px 1px rgba(255,255,255,0.06);
}

.no-zero-icon {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, var(--pink), #c4005e);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #fff;
  margin-bottom: 24px;
  box-shadow: 0 8px 24px rgba(242,26,123,0.35);
}

.no-zero-card-title {
  font-family: var(--font-h);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 12px;
  line-height: 1.3;
}

.no-zero-card-desc {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.65;
  margin-bottom: 28px;
}

.no-zero-divider {
  height: 1px;
  background: rgba(255,255,255,0.08);
  margin-bottom: 28px;
}

.no-zero-stat {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.no-zero-stat:last-child { margin-bottom: 0; }

.no-zero-stat-num {
  font-family: var(--font-h);
  font-size: 2.4rem;
  font-weight: 900;
  color: var(--pink);
  line-height: 1;
  min-width: 48px;
}

.no-zero-stat-label {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.4;
}

@media (max-width: 860px) {
  .no-zero-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

/* ═══════════════════════════════════════
   TEMPLATES PREVIEW
═══════════════════════════════════════ */
.templates-section {
  padding: 96px 6%;
  background: var(--navy-deep);
  position: relative;
  overflow: hidden;
}

.templates-section::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 700px;
  height: 500px;
  background: radial-gradient(ellipse, rgba(96,91,229,0.1) 0%, transparent 65%);
  pointer-events: none;
}

.templates-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
}

.template-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: var(--r-lg);
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: var(--transition);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.template-card:hover {
  background: rgba(255,255,255,0.05);
  border-color: rgba(242,26,123,0.2);
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.25);
}

.template-icon {
  width: 52px;
  height: 52px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: var(--t-color, var(--pink));
  flex-shrink: 0;
}

.template-name {
  font-family: var(--font-h);
  font-size: 1rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1.3;
}

.template-desc {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.55;
}

@media (max-width: 860px) {
  .templates-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .template-card[style*="grid-column"] {
    grid-column: auto !important;
    max-width: 100% !important;
  }
}

@media (max-width: 540px) {
  .templates-grid {
    grid-template-columns: 1fr;
  }
}

/* ═══════════════════════════════════════
   ANTES E DEPOIS
═══════════════════════════════════════ */
.before-after-section {
  padding: 96px 6%;
  background: var(--navy);
  position: relative;
  overflow: hidden;
}

.before-after-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: start;
  max-width: 960px;
  margin: 0 auto;
}

.ba-card {
  border-radius: var(--r-xl);
  padding: 36px 28px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.ba-before {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.1);
}

.ba-after {
  background: rgba(242,26,123,0.06);
  border: 1px solid rgba(242,26,123,0.3);
  box-shadow: 0 0 30px rgba(242,26,123,0.08);
}

.ba-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
}

.ba-icon-wrap {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.ba-before-icon {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.4);
}

.ba-after-icon {
  background: linear-gradient(135deg, var(--pink), #c4005e);
  color: #fff;
  box-shadow: 0 4px 14px rgba(242,26,123,0.4);
}

.ba-title {
  font-family: var(--font-h);
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--white);
}

.ba-list {
  list-style: none;
  display: grid;
  gap: 14px;
}

.ba-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.95rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.45;
}

.ba-marker {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}

.ba-x {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.35);
}

.ba-check {
  background: linear-gradient(135deg, var(--pink), #c4005e);
  color: #fff;
  box-shadow: 0 3px 10px rgba(242,26,123,0.3);
}

.ba-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
  font-size: 2rem;
  color: var(--pink);
  opacity: 0.6;
}

.ba-closing-text {
  font-family: var(--font-h);
  font-size: clamp(1.1rem,2.5vw,1.5rem);
  font-weight: 600;
  color: rgba(255,255,255,0.85);
  font-style: italic;
  max-width: 560px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .before-after-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .ba-arrow {
    padding-top: 0;
    transform: rotate(90deg);
    font-size: 1.5rem;
  }
}

/* ═══════════════════════════════════════
   PARA QUEM É
═══════════════════════════════════════ */
.for-who-section {
  padding: 96px 6%;
  background: var(--navy-deep);
  position: relative;
  overflow: hidden;
}

.for-who-section::before {
  content: '';
  position: absolute;
  left: -5%;
  top: 20%;
  width: 50%;
  height: 60%;
  background: radial-gradient(ellipse, rgba(12,53,177,0.12) 0%, transparent 65%);
  pointer-events: none;
}

.for-who-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1000px;
  margin: 48px auto 0;
}

.for-who-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: var(--r-xl);
  padding: 36px 32px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.for-who-card.for-yes {
  border-color: rgba(242,26,123,0.2);
  background: rgba(242,26,123,0.04);
}

.for-who-card-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.for-who-card-label.yes-label { color: var(--pink-light); }
.for-who-card-label.no-label { color: rgba(255,255,255,0.35); }

.for-who-list {
  list-style: none;
  display: grid;
  gap: 12px;
}

.for-who-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.95rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.45;
}

.fw-check {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}

.fw-yes { background: linear-gradient(135deg,var(--pink),#c4005e); color: #fff; box-shadow: 0 3px 10px rgba(242,26,123,0.3); }
.fw-no  { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); color: rgba(255,255,255,0.3); }

@media (max-width: 720px) {
  .for-who-grid { grid-template-columns: 1fr; }
}

/* ═══════════════════════════════════════
   BONUS EXPANDIDO
═══════════════════════════════════════ */
.bonus-card-expanded {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: var(--r-xl);
  padding: 36px 32px;
  transition: var(--transition);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: inset 0 1px 1px rgba(255,255,255,0.05), 0 8px 32px rgba(0,0,0,0.2);
}

.bonus-card-expanded:hover {
  background: rgba(255,255,255,0.05);
  border-color: rgba(242,26,123,0.2);
  transform: translateY(-4px);
}

.bonus-card-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.bonus-card-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--pink), #c4005e);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: #fff;
  flex-shrink: 0;
  box-shadow: 0 6px 20px rgba(242,26,123,0.35);
}

.bonus-card-title {
  font-family: var(--font-h);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1.3;
}

.bonus-card-body {
  font-size: 0.97rem;
  color: rgba(255,255,255,0.7);
  line-height: 1.65;
  margin-bottom: 16px;
}

.bonus-benefit-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(242,26,123,0.1);
  border: 1px solid rgba(242,26,123,0.2);
  border-radius: var(--r-full);
  padding: 6px 16px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--pink-light);
}

.bonus-closing {
  text-align: center;
  margin-top: 48px;
  padding: 28px 32px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: var(--r-lg);
  font-style: italic;
  color: rgba(255,255,255,0.65);
  font-size: 0.97rem;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

/* ═══════════════════════════════════════
   PRICING — BADGE "MELHOR ESCOLHA"
═══════════════════════════════════════ */
.badge-melhor-escolha {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, var(--pink), #c4005e);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: var(--r-full);
  box-shadow: 0 4px 14px rgba(242,26,123,0.4);
  margin-bottom: 16px;
}

.pricing-valorization {
  background: rgba(242,26,123,0.08);
  border: 1px solid rgba(242,26,123,0.2);
  border-radius: var(--r-md);
  padding: 14px 18px;
  font-size: 0.88rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.55;
  margin-bottom: 24px;
}

/* ═══════════════════════════════════════
   BONUS GRID (2 cols)
═══════════════════════════════════════ */
.bonus-grid-expanded {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 700px) {
  .bonus-grid-expanded {
    grid-template-columns: 1fr;
  }
}

