/* ============================================================
   Enfermagem Simplificada — LP premium (alto contraste, neon)
   ============================================================ */
:root {
  --navy-deep: #050a14;
  --navy: #0a1628;
  --navy-mid: #0f2744;
  --blue-hospital: #1b6cff;
  --blue-glow: #3d8bff;
  --turquoise-neon: #2ef2d0;
  --aqua: #14b8a6;
  --white: #f8fafc;
  --pink-soft: #fda4af;
  --pink-glow: rgba(253, 164, 175, 0.45);
  --cta-orange: #ff6b0a;
  --cta-orange-dark: #e45800;
  --neon-green: #39ff14;
  --yellow-urgent: #fcd34d;
  --red-soft: #f87171;
  --red-hot: #ef4444;
  --muted: #94a3b8;
  --card: rgba(15, 39, 68, 0.65);
  --glass: rgba(10, 22, 40, 0.72);
  --radius: 16px;
  --radius-lg: 28px;
  --font: "Outfit", system-ui, sans-serif;
  --font-alt: "Sora", system-ui, sans-serif;
  --wrap: min(1160px, 100% - 2.5rem);
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --surface-light: #f1f5f9;
  --surface-light-warm: #f8fafc;
  --text-on-light: #0f172a;
  --text-muted-on-light: #475569;
  --border-on-light: #e2e8f0;
}

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

html {
  scroll-behavior: smooth;
}

body.lp {
  margin: 0;
  font-family: var(--font);
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--white);
  background: var(--navy-deep);
  overflow-x: hidden;
}

body.lp em {
  color: var(--turquoise-neon);
  font-style: normal;
  font-weight: 600;
}

.brand-inline {
  color: #fff;
  font-weight: 800;
}

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

/* Capas de ebook: nitidez, sem distorção */
img.ebook-cover {
  object-fit: contain;
  object-position: center;
  width: auto;
  max-width: 100%;
  height: auto;
}

.ebook-cover--float {
  max-height: min(42vw, 220px);
  width: 100%;
  margin: 0 auto;
}

.ebook-cover--solution {
  max-height: min(78vh, 760px);
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.ebook-cover--bonus {
  max-height: min(52vh, 420px);
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.ebook-cover--extra {
  max-height: min(58vh, 520px);
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

a {
  color: var(--turquoise-neon);
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 9999;
  padding: 0.75rem 1.25rem;
  background: var(--cta-orange);
  color: #000;
  font-weight: 800;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
  outline: 3px solid #0f172a;
  outline-offset: 3px;
}

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

a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid rgba(45, 212, 191, 0.85);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .offer-pricing__now {
    animation: none !important;
    filter: none;
  }
}

.noise {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 9000;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.wrap {
  width: var(--wrap);
  margin-inline: auto;
}

.wrap--narrow {
  width: min(720px, 100% - 2.5rem);
}

/* ---------- Navbar ---------- */
.topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: linear-gradient(180deg, rgba(5, 10, 20, 0.94) 0%, rgba(5, 10, 20, 0.72) 100%);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(46, 242, 208, 0.12);
}

.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.65rem 0;
}

.topbar__logo {
  font-family: var(--font-alt);
  font-weight: 700;
  font-size: clamp(0.68rem, 1.85vw, 0.82rem);
  letter-spacing: 0.02em;
  color: var(--white);
  text-decoration: none;
  text-shadow: 0 0 24px rgba(46, 242, 208, 0.35);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem 0.35rem;
  max-width: min(100%, 320px);
}

@media (min-width: 480px) {
  .topbar__logo {
    max-width: none;
  }
}

.topbar__logo-strong {
  font-weight: 900;
  background: linear-gradient(120deg, var(--turquoise-neon), var(--blue-glow));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.topbar__dot {
  color: var(--turquoise-neon);
  font-size: 0.6rem;
  vertical-align: middle;
}

.topbar__nav {
  display: none;
  gap: 1.75rem;
  align-items: center;
}

.topbar__nav a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 600;
  transition: color 0.2s, text-shadow 0.2s;
}

.topbar__nav a:hover {
  color: var(--white);
  text-shadow: 0 0 20px rgba(27, 108, 255, 0.5);
}

.topbar__burger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgba(46, 242, 208, 0.25);
  border-radius: 12px;
  background: rgba(15, 39, 68, 0.5);
  cursor: pointer;
}

.topbar__burger span {
  display: block;
  width: 1.1rem;
  height: 2px;
  margin: 0 auto;
  background: var(--turquoise-neon);
  border-radius: 2px;
}

.topbar.topbar--sticky {
  z-index: 200;
  background: linear-gradient(180deg, rgba(3, 7, 18, 0.97) 0%, rgba(10, 22, 40, 0.94) 100%);
  border-bottom: 1px solid rgba(59, 130, 246, 0.2);
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.45), 0 0 48px rgba(37, 99, 235, 0.1);
}

.topbar__actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.topbar__brand {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  text-decoration: none;
  color: #f1f5f9;
  font-family: var(--font-alt);
  font-weight: 600;
  font-size: clamp(0.68rem, 2.2vw, 0.82rem);
  letter-spacing: 0.02em;
  max-width: min(calc(100vw - 8.5rem), 200px);
}

@media (min-width: 900px) {
  .topbar__brand {
    max-width: none;
  }
}

.topbar__brand strong {
  font-weight: 800;
  color: #fff;
}

.topbar__medicon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(59, 130, 246, 0.35), rgba(15, 23, 42, 0.9));
  border: 1px solid rgba(45, 212, 191, 0.35);
  color: #5eead4;
  box-shadow: 0 0 20px rgba(37, 99, 235, 0.25);
}

.topbar__medicon svg {
  display: block;
}

.btn--access {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.42rem 0.85rem;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  color: #0a0a0a;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  background: linear-gradient(180deg, #ff8c33, #ff5a00);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 4px 18px rgba(255, 90, 0, 0.45);
  transition: filter 0.15s, transform 0.1s;
}

.btn--access:hover {
  filter: brightness(1.08);
}

.btn--access:active {
  transform: scale(0.97);
}

.btn--access.btn--block {
  width: 100%;
  margin-top: 0.5rem;
}

.topbar.topbar--sticky .topbar__burger {
  border-color: rgba(45, 212, 191, 0.55);
  box-shadow: 0 0 16px rgba(45, 212, 191, 0.12);
}

.drawer {
  display: none;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.75rem 1.5rem 1.25rem;
  background: var(--navy);
  border-bottom: 1px solid rgba(46, 242, 208, 0.15);
}

.drawer:not([hidden]) {
  display: flex;
}

.drawer a {
  padding: 0.75rem 0;
  color: var(--white);
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}

@media (min-width: 900px) {
  .topbar__nav {
    display: flex;
  }

  .topbar__burger {
    display: none;
  }

  .drawer {
    display: none !important;
  }
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-family: inherit;
  font-weight: 800;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: transform 0.15s var(--ease-out), box-shadow 0.2s, filter 0.2s;
}

.btn:active {
  transform: scale(0.97);
}

.btn--mini {
  padding: 0.45rem 1rem;
  font-size: 0.7rem;
}

.btn--lg {
  padding: 1rem 1.75rem;
  font-size: 0.85rem;
}

.btn--mega {
  padding: 1.15rem 2rem;
  font-size: clamp(0.95rem, 2.8vw, 1.15rem);
  width: 100%;
  max-width: 420px;
  border-radius: 14px;
  line-height: 1.2;
}

.btn--block {
  width: 100%;
  max-width: none;
}

.btn--glow {
  background: linear-gradient(135deg, var(--cta-orange) 0%, #ff8533 50%, var(--cta-orange-dark) 100%);
  color: #0a0a0a;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.12) inset,
    0 4px 24px rgba(255, 107, 10, 0.45),
    0 0 48px rgba(255, 107, 10, 0.25);
}

.btn--glow:hover {
  filter: brightness(1.08);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.2) inset,
    0 8px 36px rgba(255, 107, 10, 0.55),
    0 0 64px rgba(57, 255, 20, 0.2);
}

.btn--pulse {
  animation: btn-pulse 2.4s ease-in-out infinite;
}

@keyframes btn-pulse {
  0%,
  100% {
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.12) inset,
      0 4px 24px rgba(255, 107, 10, 0.45),
      0 0 48px rgba(255, 107, 10, 0.25);
  }
  50% {
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.18) inset,
      0 8px 40px rgba(255, 107, 10, 0.65),
      0 0 72px rgba(46, 242, 208, 0.25);
  }
}

/* ---------- Typography utilities ---------- */
.text-gradient {
  background: linear-gradient(120deg, var(--turquoise-neon) 0%, var(--blue-hospital) 45%, var(--pink-soft) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.text-glow {
  text-shadow: 0 0 40px rgba(46, 242, 208, 0.35), 0 0 80px rgba(27, 108, 255, 0.25);
}

.text-neon {
  color: var(--turquoise-neon);
  text-shadow: 0 0 24px rgba(46, 242, 208, 0.6);
}

.kicker {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--blue-glow);
  margin-bottom: 0.6rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(27, 108, 255, 0.12);
  border: 1px solid rgba(27, 108, 255, 0.35);
}

.kicker--rose {
  color: var(--pink-soft);
  border-color: rgba(253, 164, 175, 0.4);
  background: rgba(253, 164, 175, 0.08);
}

.kicker--cyan {
  color: var(--turquoise-neon);
  border-color: rgba(46, 242, 208, 0.35);
  background: rgba(46, 242, 208, 0.08);
}

.kicker--yellow {
  color: var(--yellow-urgent);
  border-color: rgba(252, 211, 77, 0.45);
  background: rgba(252, 211, 77, 0.1);
}

.kicker--fire {
  color: #fff;
  background: linear-gradient(90deg, rgba(239, 68, 68, 0.35), rgba(255, 107, 10, 0.35));
  border-color: rgba(255, 107, 10, 0.5);
}

.sec-head {
  margin-bottom: clamp(2rem, 5vw, 3rem);
}

.sec-head--center {
  text-align: center;
  max-width: 800px;
  margin-inline: auto;
  margin-bottom: clamp(2rem, 5vw, 3rem);
}

.sec-title {
  font-family: var(--font-alt);
  font-weight: 800;
  font-size: clamp(1.75rem, 4.5vw, 2.75rem);
  line-height: 1.12;
  margin: 0;
  letter-spacing: -0.03em;
}

.sec-title--left {
  text-align: left;
}

.sec-sub {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.lead-text {
  font-size: 1.1rem;
  color: #cbd5e1;
  margin: 0 0 1.5rem;
}

/* ---------- Hero (premium — leve, mockup-first) ---------- */
.hero.hero--premium {
  position: relative;
  padding: calc(4rem + env(safe-area-inset-top, 0px)) 0 1.75rem;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .hero.hero--premium {
    padding: calc(4.75rem + 1vw) 0 2.5rem;
  }
}

.hero__bg--premium {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 100% 70% at 50% -15%, rgba(59, 130, 246, 0.28), transparent 52%),
    radial-gradient(ellipse 55% 45% at 85% 55%, rgba(37, 99, 235, 0.12), transparent 55%),
    linear-gradient(180deg, #030712 0%, #0a1628 42%, #060d18 100%);
}

.hero__orb--premium {
  position: absolute;
  border-radius: 50%;
  filter: blur(88px);
  opacity: 0.42;
  animation: orb-float 20s ease-in-out infinite;
  width: min(520px, 95vw);
  height: min(520px, 95vw);
  background: #2563eb;
  top: -12%;
  left: -18%;
}

.hero__orb--glow-blue {
  position: absolute;
  width: min(420px, 80vw);
  height: min(420px, 80vw);
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.35;
  background: #1d4ed8;
  bottom: -5%;
  right: -15%;
  pointer-events: none;
}

.hero__grid--soft {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(59, 130, 246, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(59, 130, 246, 0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 75% 65% at 50% 35%, black, transparent);
}

.hero__canvas--soft {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}

.hero__layout--premium {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.35rem;
}

@media (min-width: 1024px) {
  .hero__layout--premium {
    display: grid;
    grid-template-columns: minmax(0, 1.14fr) minmax(280px, 0.86fr);
    gap: clamp(1.25rem, 3vw, 2.5rem);
    align-items: center;
  }
}

.hero__visual--premium {
  order: -1;
  width: 100%;
}

@media (min-width: 1024px) {
  .hero__visual--premium {
    order: 0;
  }
}

.hero__copy--premium {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 26rem;
  margin: 0 auto;
  padding: 0 0.25rem;
}

@media (min-width: 1024px) {
  .hero__copy--premium {
    align-items: flex-start;
    text-align: left;
    margin: 0;
    max-width: 22rem;
    padding: 0;
  }
}

.hero__pill {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.32rem 0.65rem;
  border-radius: 999px;
  color: #fecdd3;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.hero__title--premium {
  font-family: var(--font-alt);
  font-weight: 800;
  font-size: clamp(1.42rem, 5.2vw, 2.45rem);
  line-height: 1.06;
  letter-spacing: -0.045em;
  margin: 0.45rem 0 0.55rem;
  color: #f8fafc;
}

.hero__title-accent {
  color: #93c5fd;
  font-weight: 800;
}

.hero__sub--premium {
  margin: 0 0 0.85rem;
  font-size: clamp(0.8rem, 2.7vw, 0.95rem);
  line-height: 1.45;
  color: #94a3b8;
  max-width: 22rem;
}

.hero__micro {
  list-style: none;
  margin: 0 0 1.1rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 0.85rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: #64748b;
}

@media (min-width: 1024px) {
  .hero__micro {
    justify-content: flex-start;
  }
}

.hero__micro li {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
}

.hero__micro li::before {
  content: "✔";
  font-size: 0.62rem;
  color: #5eead4;
  opacity: 0.9;
}

.hero__cta {
  width: 100%;
  max-width: 20rem;
}

@media (min-width: 1024px) {
  .hero__cta {
    max-width: 18rem;
  }
}

.mock-hero--premium {
  position: relative;
  max-width: min(100%, 92vw);
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .mock-hero--premium {
    max-width: 100%;
    margin: 0;
  }
}

.mock-hero__glow--blue {
  position: absolute;
  inset: -18% -8% -10% -8%;
  background: radial-gradient(circle at 50% 45%, rgba(59, 130, 246, 0.45), rgba(37, 99, 235, 0.15) 45%, transparent 68%);
  filter: blur(28px);
  z-index: 0;
  animation: glow-breathe 5s ease-in-out infinite;
}

.ebook-cover--hero-premium {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  max-height: min(64vh, 580px);
  width: auto;
  max-width: 100%;
  border-radius: 14px;
  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.58),
    0 0 0 1px rgba(147, 197, 253, 0.18),
    0 0 80px rgba(37, 99, 235, 0.22);
  transform: perspective(1000px) rotateY(-4deg) rotateX(2deg);
  transition: transform 0.45s var(--ease-out), box-shadow 0.45s;
}

@media (min-width: 1024px) {
  .ebook-cover--hero-premium {
    max-height: min(78vh, 700px);
  }
}

.mock-hero--premium:hover .ebook-cover--hero-premium {
  transform: perspective(1000px) rotateY(0) rotateX(0) scale(1.015);
  box-shadow:
    0 32px 100px rgba(0, 0, 0, 0.6),
    0 0 0 1px rgba(147, 197, 253, 0.28),
    0 0 100px rgba(37, 99, 235, 0.28);
}

.mock-float--quiet {
  width: clamp(88px, 20vw, 118px);
  border-radius: 10px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.42);
  animation: float-y 6s ease-in-out infinite;
}

.mock-float--quiet.mock-float--a {
  top: 6%;
  left: -2%;
}

.mock-float--quiet.mock-float--b {
  bottom: 10%;
  right: -4%;
}

.ebook-cover--float-premium {
  max-height: min(36vw, 200px);
  width: 100%;
  margin: 0 auto;
}

.mock-float__tag--quiet {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(15, 23, 42, 0.75);
  color: #e2e8f0;
  backdrop-filter: blur(6px);
}

.bar-highlight--tight {
  margin-top: 1.35rem;
}

.bar-highlight--tight .bar-highlight__inner {
  padding: 0.65rem 0;
  font-size: clamp(0.72rem, 2.2vw, 0.88rem);
  line-height: 1.35;
}

/* ---------- Hero: utilitários (floats + faixa + keyframes) ---------- */
@keyframes orb-float {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(24px, 16px) scale(1.06);
  }
}

@keyframes glow-breathe {
  0%,
  100% {
    opacity: 0.82;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.04);
  }
}

.mock-float {
  position: absolute;
  z-index: 3;
  overflow: hidden;
  animation: float-y 6s ease-in-out infinite;
}

.mock-float img {
  width: 100%;
  object-fit: contain;
}

.mock-float--a {
  animation-delay: -1s;
}

.mock-float--b {
  animation-delay: -2.5s;
}

@keyframes float-y {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.bar-highlight {
  position: relative;
  z-index: 2;
  background: linear-gradient(90deg, rgba(252, 211, 77, 0.12), rgba(239, 68, 68, 0.12), rgba(252, 211, 77, 0.12));
  border-block: 1px solid rgba(252, 211, 77, 0.25);
}

.bar-highlight__inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.85rem 0;
  font-size: 0.9rem;
  color: #fde68a;
}

.bar-highlight__inner strong {
  color: #fff;
}

.bar-highlight__pulse {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--red-hot);
  box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.6);
  animation: ping 1.5s ease-out infinite;
}

@keyframes ping {
  0% {
    box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.55);
  }
  100% {
    box-shadow: 0 0 0 14px transparent;
  }
}

/* ---------- Sections generic ---------- */
.section {
  position: relative;
  padding: clamp(4.25rem, 10vw, 6.75rem) 0;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(36px);
  transition:
    opacity 0.7s var(--ease-out),
    transform 0.7s var(--ease-out);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

[data-reveal-delay="1"] {
  transition-delay: 0.12s;
}

[data-reveal-delay="2"] {
  transition-delay: 0.22s;
}

/* Pain */
.section--pain {
  background: linear-gradient(180deg, var(--navy) 0%, #0d1829 100%);
}

.pain-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .pain-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .pain-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.pain-card {
  position: relative;
  padding: 1.35rem 1.25rem;
  border-radius: var(--radius);
  background: var(--card);
  border: 1px solid rgba(248, 113, 113, 0.15);
  overflow: hidden;
  transition: transform 0.25s var(--ease-out), border-color 0.25s, box-shadow 0.25s;
}

.pain-card:hover {
  transform: translateY(-6px);
  border-color: rgba(253, 164, 175, 0.45);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35), 0 0 40px rgba(248, 113, 113, 0.12);
}

.pain-card__glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 0%, rgba(248, 113, 113, 0.12), transparent 55%);
  pointer-events: none;
}

.pain-card__ico {
  font-size: 1.5rem;
  display: block;
  margin-bottom: 0.5rem;
}

.pain-card h3 {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  font-family: var(--font-alt);
}

.pain-card p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--muted);
}

.pain-quote {
  text-align: center;
  font-family: var(--font-alt);
  font-weight: 800;
  font-size: clamp(1.35rem, 3.5vw, 2.1rem);
  line-height: 1.25;
  margin: clamp(2.5rem, 5vw, 3.5rem) auto 0;
  max-width: 900px;
  padding: 1.5rem;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.12), rgba(27, 108, 255, 0.1));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 60px rgba(27, 108, 255, 0.08);
}

.pain-quote strong {
  color: var(--yellow-urgent);
  text-shadow: 0 0 30px rgba(252, 211, 77, 0.25);
}

/* Solution */
.section--solution {
  background: radial-gradient(ellipse 80% 50% at 50% 0%, rgba(27, 108, 255, 0.12), transparent),
    linear-gradient(180deg, #0d1829 0%, var(--navy-deep) 100%);
}

.solution-grid {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

@media (min-width: 960px) {
  .solution-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.mock-tilt {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
  border-radius: 16px;
  transform: rotate(2deg);
  transition: transform 0.4s var(--ease-out);
}

.mock-tilt:hover {
  transform: rotate(0deg) scale(1.03);
}

.mock-tilt img {
  border-radius: 16px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(46, 242, 208, 0.2);
  position: relative;
  z-index: 1;
  object-fit: contain;
  max-height: min(78vh, 760px);
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.mock-tilt__shine {
  position: absolute;
  inset: -1px;
  border-radius: 17px;
  background: linear-gradient(125deg, transparent 40%, rgba(255, 255, 255, 0.08) 50%, transparent 60%);
  z-index: 2;
  pointer-events: none;
  animation: shine 6s linear infinite;
}

@keyframes shine {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

/* Learn */
.section--learn {
  background: var(--navy);
}

.learn-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .learn-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .learn-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.learn-card {
  position: relative;
  padding: 1.25rem 1.15rem;
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(15, 39, 68, 0.9), rgba(10, 22, 40, 0.95));
  border: 1px solid rgba(46, 242, 208, 0.12);
  transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
}

.learn-card:hover {
  transform: translateY(-4px);
  border-color: rgba(46, 242, 208, 0.45);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35), 0 0 32px rgba(46, 242, 208, 0.12);
}

.learn-card__n {
  font-family: var(--font-alt);
  font-weight: 800;
  font-size: 0.75rem;
  color: var(--cta-orange);
  letter-spacing: 0.06em;
  margin-bottom: 0.5rem;
  display: block;
}

.learn-card h3 {
  margin: 0 0 0.35rem;
  font-size: 0.98rem;
  font-family: var(--font-alt);
}

.learn-card p {
  margin: 0;
  font-size: 0.82rem;
  color: var(--muted);
}

/* Bonus */
.section--bonus {
  position: relative;
  overflow: hidden;
}

.bonus-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 20%, rgba(255, 107, 10, 0.15), transparent 45%),
    radial-gradient(circle at 80% 80%, rgba(46, 242, 208, 0.1), transparent 40%), var(--navy-deep);
}

.section--bonus .wrap {
  position: relative;
  z-index: 1;
}

.bonus-row {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 800px) {
  .bonus-row {
    grid-template-columns: 1fr 1fr;
  }
}

.bonus-card {
  position: relative;
  padding: 2rem 1.5rem 1.75rem;
  border-radius: var(--radius-lg);
  background: linear-gradient(160deg, rgba(15, 39, 68, 0.95), rgba(5, 10, 20, 0.98));
  border: 1px solid rgba(252, 211, 77, 0.25);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  text-align: center;
  transition: transform 0.3s var(--ease-out), box-shadow 0.3s;
}

.bonus-card:hover {
  transform: scale(1.02);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.5), 0 0 50px rgba(255, 107, 10, 0.12);
}

.bonus-card__ribbon {
  position: absolute;
  top: 14px;
  right: -32px;
  transform: rotate(45deg);
  background: var(--neon-green);
  color: #000;
  font-weight: 900;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  padding: 0.35rem 2.5rem;
  box-shadow: 0 0 20px rgba(57, 255, 20, 0.4);
}

.bonus-card__mock {
  max-width: min(100%, 240px);
  min-height: 200px;
  margin: 0 auto 1rem;
  padding: 0.5rem;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(5, 10, 20, 0.45);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.bonus-card__mock img {
  object-fit: contain;
  max-height: min(48vh, 400px);
  width: auto;
  max-width: 100%;
}

.bonus-card h3 {
  font-family: var(--font-alt);
  font-size: 1.1rem;
  margin: 0 0 0.5rem;
}

.bonus-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.bonus-card__price {
  margin-top: 1rem;
  font-weight: 800;
}

.bonus-card__price del {
  color: var(--red-soft);
  opacity: 0.85;
  margin-right: 0.5rem;
}

.bonus-card__price span {
  color: var(--neon-green);
  text-shadow: 0 0 20px rgba(57, 255, 20, 0.35);
}

.cta-mid {
  text-align: center;
  margin-top: 2.5rem;
}

/* ---------- Ofertas duplas ---------- */
.section--offer {
  position: relative;
  overflow: hidden;
}

.offer-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 100% 60% at 50% 100%, rgba(27, 108, 255, 0.25), transparent 55%),
    linear-gradient(180deg, var(--navy) 0%, #060d18 100%);
}

.offer-wrap {
  position: relative;
  z-index: 1;
}

.offer-dual {
  display: grid;
  gap: 1.75rem;
  align-items: stretch;
}

@media (min-width: 1080px) {
  .offer-dual {
    grid-template-columns: 1fr 1.08fr;
    align-items: start;
  }
}

.offer-card {
  position: relative;
  border-radius: var(--radius-lg);
}

.offer-card__inner {
  position: relative;
  height: 100%;
  padding: clamp(1.35rem, 3vw, 1.85rem);
  border-radius: var(--radius-lg);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.offer-card--essential .offer-card__inner {
  background: linear-gradient(155deg, rgba(27, 108, 255, 0.22), rgba(15, 39, 68, 0.92) 45%, rgba(5, 10, 20, 0.98));
  border: 1px solid rgba(46, 242, 208, 0.28);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.05) inset,
    0 20px 60px rgba(0, 0, 0, 0.45),
    0 0 50px rgba(27, 108, 255, 0.12);
  padding-top: 2.25rem;
}

.offer-card--complete .offer-card__inner {
  background: linear-gradient(160deg, rgba(46, 242, 208, 0.12), rgba(15, 39, 68, 0.95) 40%, rgba(5, 10, 20, 1));
  border: 2px solid rgba(46, 242, 208, 0.55);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08) inset,
    0 24px 80px rgba(0, 0, 0, 0.55),
    0 0 60px rgba(46, 242, 208, 0.18),
    0 0 100px rgba(27, 108, 255, 0.12);
  padding-top: 2.75rem;
}

@media (min-width: 1080px) {
  .offer-card--complete {
    transform: scale(1.02);
    z-index: 2;
  }
}

.offer-pct-badge {
  position: absolute;
  top: -6px;
  right: 14px;
  z-index: 5;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: var(--font-alt);
  font-weight: 900;
  font-size: 1.15rem;
  line-height: 1;
  color: #fff;
  background: linear-gradient(145deg, var(--red-hot), #f97316);
  border: 3px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 0 28px rgba(239, 68, 68, 0.55);
}

.offer-pct-badge small {
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  opacity: 0.95;
}

.offer-best-ribbon {
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%) rotate(-2deg);
  z-index: 6;
  padding: 0.45rem 1.35rem;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  border-radius: 10px;
  color: #0a0a0a;
  background: linear-gradient(90deg, var(--turquoise-neon), #7fffd4);
  box-shadow: 0 0 32px rgba(46, 242, 208, 0.55), 0 8px 24px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.offer-card__head {
  text-align: center;
  padding-top: 0.5rem;
}

.offer-card--complete .offer-card__head {
  padding-top: 2rem;
}

.offer-card__title {
  margin: 0;
  font-family: var(--font-alt);
  font-weight: 800;
  font-size: clamp(1.05rem, 2.4vw, 1.35rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.offer-card__hook {
  margin: 0.5rem 0 0;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--muted);
}

.offer-card__hook--gold {
  color: #fde68a;
  text-shadow: 0 0 24px rgba(252, 211, 77, 0.2);
}

.offer-visual {
  margin: 0.25rem 0 0.5rem;
}

.offer-visual--essential {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 520px) {
  .offer-visual--essential {
    flex-direction: row;
    align-items: stretch;
    gap: 1rem;
  }
}

.offer-visual__main {
  flex: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  padding: 0.5rem;
  border-radius: 14px;
  background: rgba(5, 10, 20, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.offer-visual__bonuses {
  flex: 0.85;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.offer-mini {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem;
  border-radius: 12px;
  background: rgba(5, 10, 20, 0.45);
  border: 1px solid rgba(46, 242, 208, 0.2);
  min-height: 120px;
}

.offer-mini__lbl {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0.55rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  padding: 0.2rem;
  background: linear-gradient(90deg, var(--cta-orange), #ffb347);
  color: #000;
  border-radius: 0 0 10px 10px;
}

.offer-cover {
  filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.45));
}

.offer-cover--primary {
  max-height: min(52vh, 480px);
  width: auto;
  max-width: 100%;
}

.offer-cover--mini {
  max-height: min(28vh, 260px);
  width: auto;
  max-width: 100%;
}

.offer-visual--complete {
  padding: 0.35rem;
}

.offer-mosaic {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  padding: 0.35rem;
  border-radius: 14px;
  background: rgba(5, 10, 20, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.offer-cover--tile {
  width: 100%;
  max-height: min(22vh, 200px);
  margin: 0 auto;
  border-radius: 8px;
}

@media (min-width: 640px) {
  .offer-cover--tile {
    max-height: min(26vh, 240px);
  }
}

.offer-pricing {
  text-align: center;
  padding: 0.65rem 0 0.25rem;
}

.offer-pricing__was {
  margin: 0;
  font-size: 1rem;
  color: var(--muted);
}

.offer-pricing__was del {
  color: var(--red-soft);
}

.offer-pricing__por {
  margin: 0.35rem 0 0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted-on-light, #64748b);
}

.offer-pricing__now {
  margin: 0.15rem 0 0;
  font-family: var(--font-alt);
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(120deg, var(--turquoise-neon), #fff, var(--turquoise-neon));
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: price-shine 4s linear infinite;
  filter: drop-shadow(0 0 20px rgba(46, 242, 208, 0.4));
}

.offer-pricing__now--md {
  font-size: clamp(2.6rem, 8vw, 3.6rem);
}

.offer-pricing__now--lg {
  font-size: clamp(3rem, 10vw, 4.4rem);
}

.offer-pricing__rs {
  font-size: 0.45em;
  vertical-align: super;
}

.offer-card .btn {
  margin-top: 0.25rem;
}

.offer-card__foot {
  margin: 0;
  text-align: center;
  font-size: 0.78rem;
  color: var(--muted);
  line-height: 1.4;
}

.offer-trust-line {
  margin: 0.35rem 0 0;
  text-align: center;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--muted);
}

.btn--neon-ring {
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.12) inset,
    0 4px 24px rgba(255, 107, 10, 0.45),
    0 0 0 3px rgba(46, 242, 208, 0.22),
    0 0 48px rgba(46, 242, 208, 0.2);
}

.btn--neon-ring:hover {
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.2) inset,
    0 8px 36px rgba(255, 107, 10, 0.55),
    0 0 0 4px rgba(46, 242, 208, 0.35),
    0 0 72px rgba(46, 242, 208, 0.35);
}

.offer-compare {
  margin-top: clamp(2.5rem, 5vw, 3.5rem);
  padding: clamp(1.5rem, 3vw, 2rem);
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(15, 39, 68, 0.55), rgba(5, 10, 20, 0.9));
  border: 1px solid rgba(148, 163, 184, 0.15);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.offer-compare__title {
  margin: 0 0 1.25rem;
  text-align: center;
  font-family: var(--font-alt);
  font-weight: 800;
  font-size: clamp(1.2rem, 3vw, 1.5rem);
}

.offer-compare__grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 720px) {
  .offer-compare__grid {
    grid-template-columns: 1fr 1fr;
  }
}

.compare-box {
  padding: 1.25rem 1.15rem;
  border-radius: var(--radius);
  background: rgba(5, 10, 20, 0.55);
  border: 1px solid rgba(148, 163, 184, 0.12);
}

.compare-box--featured {
  border-color: rgba(46, 242, 208, 0.45);
  box-shadow: 0 0 40px rgba(46, 242, 208, 0.1);
  position: relative;
  padding-top: 1.5rem;
}

.compare-box__tag {
  position: absolute;
  top: -10px;
  right: 12px;
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--turquoise-neon), var(--blue-hospital));
  color: #0a0a0a;
}

.compare-box__name {
  margin: 0 0 0.75rem;
  font-family: var(--font-alt);
  font-weight: 800;
  font-size: 1.05rem;
}

.compare-box__list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.92rem;
  font-weight: 600;
}

.compare-box__list li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0.4rem 0;
  border-bottom: 1px solid rgba(148, 163, 184, 0.08);
  color: #e2e8f0;
}

.offer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.05rem;
  font-weight: 600;
}

.offer-list li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.65rem 0;
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}

.offer-list em {
  color: var(--muted);
  font-weight: 500;
  font-size: 0.9rem;
}

.check {
  color: var(--neon-green);
  font-weight: 900;
}

@keyframes price-shine {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 200% center;
  }
}

.dot-red {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red-hot);
  box-shadow: 0 0 12px var(--red-hot);
  animation: ping 1.4s ease-out infinite;
}

/* Provas sociais (capturas reais) — seção após O kit */
.section--social-proof {
  background: linear-gradient(180deg, #060d18 0%, #0b1424 55%, var(--navy) 100%);
  padding: 2rem 0 2.5rem;
  overflow-x: clip;
}

.social-proof-bleed {
  width: 100vw;
  max-width: 100%;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0.35rem 0 0;
  box-sizing: border-box;
}

@supports (width: 100dvw) {
  .social-proof-bleed {
    width: 100dvw;
    margin-left: calc(50% - 50dvw);
    margin-right: calc(50% - 50dvw);
  }
}

.social-proof {
  padding: 0 0.75rem;
  max-width: 1280px;
  margin: 0 auto;
}

@media (min-width: 1100px) {
  .social-proof {
    padding: 0 1.5rem;
  }
}

.section--social-proof .sec-head {
  margin-bottom: 1rem;
}

.sec-title--social-proof {
  font-size: clamp(1rem, 3.6vw, 1.35rem);
  max-width: 38rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.25;
}

.social-proof__controls {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0 0.35rem;
}

.social-proof__arrow {
  flex-shrink: 0;
  width: 32px;
  height: 42px;
  border-radius: 10px;
  border: 1px solid rgba(45, 212, 191, 0.35);
  background: rgba(15, 23, 42, 0.65);
  color: #5eead4;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s;
}

.social-proof__arrow:hover {
  background: rgba(37, 99, 235, 0.35);
  box-shadow: 0 0 20px rgba(45, 212, 191, 0.15);
}

.social-proof__viewport {
  flex: 1;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.social-proof__viewport::-webkit-scrollbar {
  display: none;
}

.social-proof__track {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.2rem 0 0.35rem;
}

.social-proof__slide {
  flex: 0 0 auto;
  scroll-snap-align: center;
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(59, 130, 246, 0.3);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45), 0 0 32px rgba(37, 99, 235, 0.12);
  line-height: 0;
  background: rgba(15, 23, 42, 0.35);
}

.social-proof__img {
  display: block;
  width: auto;
  max-width: min(78vw, 320px);
  height: auto;
}

@media (min-width: 640px) {
  .social-proof__img {
    max-width: min(42vw, 360px);
  }
}

@media (min-width: 1100px) {
  .social-proof__img {
    max-width: min(28vw, 380px);
  }
}

.social-proof__dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  margin-top: 0.65rem;
  padding: 0 1rem;
}

.social-proof__dot {
  width: 7px;
  height: 7px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(148, 163, 184, 0.45);
  cursor: pointer;
  transition: transform 0.15s, background 0.15s, box-shadow 0.15s;
}

.social-proof__dot.is-active {
  background: #22d3ee;
  box-shadow: 0 0 14px rgba(34, 211, 238, 0.65);
  transform: scale(1.15);
}

/* For who */
.section--forwho {
  background: radial-gradient(circle at 50% 0%, rgba(253, 164, 175, 0.08), transparent 50%), var(--navy-deep);
}

.forwho-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 720px;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.forwho-list li {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  border-radius: var(--radius);
  background: rgba(15, 39, 68, 0.5);
  border: 1px solid rgba(253, 164, 175, 0.15);
  font-weight: 600;
  transition: border-color 0.2s, transform 0.2s;
}

.forwho-list li:hover {
  border-color: rgba(46, 242, 208, 0.35);
  transform: translateX(6px);
}

.forwho-ico {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(46, 242, 208, 0.12);
  color: var(--turquoise-neon);
  font-weight: 900;
}

/* Extras */
.section--extras {
  background: linear-gradient(180deg, var(--navy) 0%, #0a1525 100%);
}

.extras-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}

@media (min-width: 720px) {
  .extras-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.extra-card {
  text-align: center;
  padding: 1.25rem;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(27, 108, 255, 0.08), rgba(5, 10, 20, 0.9));
  border: 1px solid rgba(27, 108, 255, 0.2);
  transition: transform 0.3s, box-shadow 0.3s;
}

.extra-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45), 0 0 40px rgba(27, 108, 255, 0.15);
}

.extra-card__frame {
  border-radius: 14px;
  margin-bottom: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  padding: 0.65rem;
  background: rgba(5, 10, 20, 0.35);
}

.extra-card__frame img {
  object-fit: contain;
  max-height: min(52vh, 480px);
  width: auto;
  max-width: 100%;
}

.extra-card h3 {
  margin: 0;
  font-size: 1rem;
  font-family: var(--font-alt);
}

.extra-tag {
  display: inline-block;
  margin-top: 0.65rem;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  background: rgba(27, 108, 255, 0.2);
  color: var(--blue-glow);
}

.extras-note {
  text-align: center;
  margin-top: 2rem;
  color: var(--muted);
  max-width: 640px;
  margin-inline: auto;
}

/* Guarantee */
.section--guarantee {
  background: var(--navy-deep);
}

.guarantee-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  text-align: center;
  padding: clamp(2rem, 5vw, 3rem);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(46, 242, 208, 0.2);
  background: linear-gradient(135deg, rgba(15, 39, 68, 0.6), rgba(5, 10, 20, 0.95));
}

@media (min-width: 700px) {
  .guarantee-box {
    flex-direction: row;
    text-align: left;
  }
}

.guarantee-seal {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 4px dashed rgba(46, 242, 208, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle, rgba(46, 242, 208, 0.15), transparent 70%);
  box-shadow: 0 0 40px rgba(46, 242, 208, 0.15);
}

.guarantee-seal span {
  font-family: var(--font-alt);
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 1;
  color: var(--turquoise-neon);
}

.guarantee-seal small {
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* Finale */
.section--finale {
  position: relative;
  padding: clamp(4rem, 10vw, 6rem) 0;
  overflow: hidden;
}

.finale-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 80% at 50% 100%, rgba(255, 107, 10, 0.2), transparent 50%),
    radial-gradient(ellipse 60% 40% at 20% 20%, rgba(27, 108, 255, 0.2), transparent), #050a14;
}

.finale-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
}

.finale-title {
  font-family: var(--font-alt);
  font-weight: 800;
  font-size: clamp(1.85rem, 4.5vw, 2.75rem);
  line-height: 1.15;
  margin: 0 0 1.25rem;
}

.finale-text {
  font-size: 1.1rem;
  color: #cbd5e1;
  margin: 0 0 2rem;
}

/* FAQ */
.section--faq {
  background: var(--navy);
  padding-bottom: 4rem;
}

.faq-item {
  border-radius: var(--radius);
  border: 1px solid rgba(148, 163, 184, 0.15);
  background: rgba(15, 39, 68, 0.35);
  margin-bottom: 0.65rem;
  overflow: hidden;
}

.faq-item summary {
  padding: 1rem 1.15rem;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  font-size: 1.25rem;
  color: var(--turquoise-neon);
  transition: transform 0.2s;
}

.faq-item[open] summary::after {
  transform: rotate(45deg);
}

.faq-item p {
  margin: 0;
  padding: 0 1.15rem 1.1rem;
  color: var(--muted);
  font-size: 0.95rem;
}

/* Footer */
.footer {
  padding: 1.5rem 0 2rem;
  border-top: 1px solid rgba(148, 163, 184, 0.1);
  background: #040810;
}

.footer__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  color: var(--muted);
}

.footer__brand-block {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.footer__brand {
  margin: 0;
  font-weight: 600;
  color: #e2e8f0;
}

.footer__domain {
  font-weight: 800;
  font-size: 0.95rem;
  color: var(--turquoise-neon);
  text-decoration: none;
  text-shadow: 0 0 20px rgba(46, 242, 208, 0.35);
}

.footer__domain:hover {
  color: #fff;
}

.footer__links {
  display: flex;
  gap: 1.25rem;
}

.footer__links a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.85rem;
}

.footer__links a:hover {
  color: var(--turquoise-neon);
}

/* ========== Hero referência (mobile-first) ========== */
.hero.hero--ref {
  position: relative;
  padding: calc(1.15rem + 54px + env(safe-area-inset-top, 0px)) 0 2.25rem;
  overflow-x: clip;
}

.lp--no-topbar .hero.hero--ref {
  padding-top: calc(1rem + env(safe-area-inset-top, 0px));
}

@media (min-width: 1024px) {
  .hero.hero--ref {
    padding-bottom: 3rem;
  }
}

.hero__bg--ref {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 100% 65% at 50% -10%, rgba(37, 99, 235, 0.32), transparent 52%),
    radial-gradient(ellipse 50% 40% at 90% 60%, rgba(6, 182, 212, 0.1), transparent 50%),
    linear-gradient(180deg, #020617 0%, #0f172a 38%, #020617 100%);
}

.hero__orb--ref {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
}

.hero__orb--ref-main {
  width: min(520px, 100vw);
  height: min(520px, 100vw);
  background: #2563eb;
  opacity: 0.38;
  top: -18%;
  left: -25%;
  animation: orb-float 22s ease-in-out infinite;
}

.hero__orb--ref-side {
  width: min(380px, 90vw);
  height: min(380px, 90vw);
  background: #06b6d4;
  opacity: 0.22;
  bottom: -5%;
  right: -20%;
  animation: orb-float 18s ease-in-out infinite reverse;
}

.hero__grid--ref {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(59, 130, 246, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(59, 130, 246, 0.028) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 25%, black, transparent);
}

.hero__canvas--ref {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.18;
}

.hero__spot--desk {
  position: absolute;
  width: min(110vw, 880px);
  height: min(110vw, 880px);
  right: max(-35vw, -18rem);
  top: 48%;
  transform: translateY(-50%);
  background: radial-gradient(circle at 42% 50%, rgba(147, 197, 253, 0.5), rgba(37, 99, 235, 0.12) 40%, transparent 68%);
  filter: blur(52px);
  pointer-events: none;
  z-index: 0;
  opacity: 0.35;
}

@media (min-width: 1024px) {
  .hero__spot--desk {
    right: max(-28vw, -14rem);
    width: min(92vw, 960px);
    height: min(92vw, 960px);
    opacity: 0.72;
  }
}

.hero__shell {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.85rem;
  max-width: 28rem;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .hero__shell {
    max-width: 36rem;
    gap: 1rem;
  }
}

/* Badge oferta */
.hero__badge {
  display: inline-block;
  margin-top: 0.35rem;
  padding: 0.32rem 0.75rem;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fde047;
  background: rgba(15, 23, 42, 0.75);
  border: 1px solid rgba(250, 204, 21, 0.25);
  border-radius: 999px;
  box-shadow: 0 0 20px rgba(250, 204, 21, 0.08);
}

/* Headline */
.hero__headline {
  margin: 0;
  font-family: var(--font-alt);
  font-weight: 900;
  font-size: clamp(1.15rem, 4.8vw, 1.65rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: #fff;
  text-transform: uppercase;
  max-width: 22rem;
  padding: 0 0.25rem;
}

.hero__headline-accent {
  display: inline;
  color: #22d3ee;
  text-shadow: 0 0 28px rgba(34, 211, 238, 0.35);
}

.hero__lead {
  margin: 0;
  font-size: clamp(0.82rem, 2.6vw, 0.95rem);
  line-height: 1.45;
  color: #cbd5e1;
  max-width: 22rem;
  padding: 0 0.35rem;
}

/* Benefícios 3 colunas */
.hero-benefits {
  list-style: none;
  margin: 0.15rem 0 0.25rem;
  padding: 0.35rem 0.25rem 0.5rem;
  width: 100%;
  max-width: 22rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.35rem;
}

.hero-benefits__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.28rem;
  text-align: center;
}

.hero-benefits__ico {
  display: grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  color: #22d3ee;
  filter: drop-shadow(0 0 8px rgba(34, 211, 238, 0.35));
}

.hero-benefits__txt {
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.2;
  color: #f8fafc;
}

/* Mockup principal */
.hero-mock {
  position: relative;
  width: 100%;
  max-width: min(94vw, 22rem);
  margin: 0.35rem auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-mock__glow {
  position: absolute;
  inset: -8% -5% -5% -5%;
  background: radial-gradient(circle at 50% 45%, rgba(59, 130, 246, 0.45), rgba(37, 99, 235, 0.15) 50%, transparent 72%);
  filter: blur(22px);
  z-index: 0;
  animation: glow-breathe 5s ease-in-out infinite;
}

.hero-mock__img {
  position: relative;
  z-index: 1;
  width: auto;
  max-width: 100%;
  max-height: min(58vh, 520px);
  height: auto;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(147, 197, 253, 0.15), 0 0 60px rgba(37, 99, 235, 0.2);
}

@media (min-width: 1024px) {
  .hero-mock {
    max-width: 24rem;
  }

  .hero-mock__img {
    max-height: min(62vh, 560px);
  }
}

/* Faixa bônus */
.hero-bonus-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  width: 100%;
  max-width: 22rem;
  margin: 0.35rem auto 0;
  padding: 0.65rem 0.85rem;
  border-radius: 12px;
  border: 1px solid rgba(45, 212, 191, 0.45);
  background: rgba(15, 23, 42, 0.75);
  box-shadow: 0 0 28px rgba(45, 212, 191, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.hero-bonus-strip__gift {
  font-size: 1.1rem;
  flex-shrink: 0;
}

.hero-bonus-strip__text {
  margin: 0;
  flex: 1;
  text-align: center;
  font-size: clamp(0.68rem, 2.4vw, 0.78rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.25;
  color: #f8fafc;
}

.hero-bonus-strip__arrow {
  flex-shrink: 0;
  font-size: 1rem;
  color: #94a3b8;
  opacity: 0.85;
}

/* CTA principal */
.btn--hero-main {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  width: 100%;
  max-width: 22rem;
  margin-top: 0.35rem;
  padding: 1rem 1.15rem;
  border-radius: 999px;
  font-family: var(--font);
  font-size: clamp(0.78rem, 2.6vw, 0.88rem);
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  border: none;
  cursor: pointer;
  background: linear-gradient(180deg, #ff8533, #ff5a00);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.12) inset,
    0 6px 28px rgba(255, 90, 0, 0.5),
    0 0 48px rgba(255, 100, 0, 0.25);
  transition: filter 0.15s, transform 0.1s;
}

.btn--hero-main:hover {
  filter: brightness(1.06);
}

.btn--hero-main:active {
  transform: scale(0.99);
}

.btn--hero-main__chev {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  font-size: 1.15rem;
  line-height: 1;
  background: rgba(255, 255, 255, 0.22);
}

/* Segurança */
.hero-secure {
  margin: 0.35rem 0 0;
  font-size: 0.68rem;
  color: #94a3b8;
  font-weight: 500;
}

.hero-secure__sep {
  margin: 0 0.35rem;
  opacity: 0.6;
}

/* Garantia compacta */
.hero-guarantee {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  max-width: 22rem;
  margin-top: 0.45rem;
  padding: 0.75rem 0.85rem;
  border-radius: 14px;
  border: 1px solid rgba(45, 212, 191, 0.4);
  background: rgba(15, 23, 42, 0.85);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35), 0 0 24px rgba(45, 212, 191, 0.08);
  text-align: left;
}

.hero-guarantee__main {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  min-width: 0;
}

.hero-guarantee__shield {
  flex-shrink: 0;
  color: #22d3ee;
  filter: drop-shadow(0 0 10px rgba(34, 211, 238, 0.35));
}

.hero-guarantee__title {
  display: block;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  color: #f8fafc;
}

.hero-guarantee__sub {
  margin: 0.2rem 0 0;
  font-size: 0.65rem;
  line-height: 1.35;
  color: #94a3b8;
}

.hero-guarantee__seal {
  flex-shrink: 0;
  width: 3.35rem;
  height: 3.35rem;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.55rem;
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
  color: #0f172a;
  background: conic-gradient(from 180deg at 50% 50%, #22d3ee, #06b6d4, #22d3ee);
  border: 2px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 0 20px rgba(34, 211, 238, 0.35);
}

.hero-guarantee__seal span {
  display: block;
  font-size: 0.5rem;
}

.hero-guarantee__seal small {
  font-size: 0.58rem;
  font-weight: 900;
}

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

/* ========== Páginas institucionais (Termos, Privacidade, Suporte) ========== */
body.page-inst {
  margin: 0;
  font-family: var(--font);
  font-size: 1rem;
  line-height: 1.6;
  color: var(--white);
  background: var(--navy-deep);
  overflow-x: clip;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.inst-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 80% 50% at 50% -20%, rgba(37, 99, 235, 0.22), transparent 55%),
    radial-gradient(ellipse 40% 35% at 100% 40%, rgba(6, 182, 212, 0.08), transparent 50%),
    linear-gradient(180deg, #020617 0%, var(--navy-deep) 45%, #0a1628 100%);
}

.inst-bg__grid {
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image: linear-gradient(rgba(59, 130, 246, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(59, 130, 246, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 15%, black, transparent);
}

.inst-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(59, 130, 246, 0.15);
  background: rgba(5, 10, 20, 0.88);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 rgba(46, 242, 208, 0.06);
}

.inst-header__inner {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0.65rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.inst-header__brand {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: #f8fafc;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: -0.02em;
  transition: color 0.2s, filter 0.2s;
}

.inst-header__brand:hover {
  color: var(--turquoise-neon);
  filter: drop-shadow(0 0 12px rgba(46, 242, 208, 0.25));
}

.inst-header__brand strong {
  font-weight: 800;
}

.inst-header__ico {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  border: 1px solid rgba(46, 242, 208, 0.35);
  color: var(--turquoise-neon);
  background: rgba(15, 39, 68, 0.5);
  box-shadow: 0 0 20px rgba(46, 242, 208, 0.12);
}

.inst-header__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 1rem;
}

.inst-header__nav a {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--muted);
  text-decoration: none;
  transition: color 0.2s;
}

.inst-header__nav a:hover {
  color: var(--turquoise-neon);
}

.inst-header__nav a.is-active {
  color: #e2e8f0;
}

.inst-main {
  position: relative;
  z-index: 1;
  flex: 1;
  padding: 2rem 0 3.5rem;
}

.inst-wrap {
  width: var(--wrap);
  max-width: 42rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.inst-wrap--wide {
  max-width: 56rem;
}

.inst-hero {
  text-align: center;
  padding: 1.5rem 0 2.5rem;
  margin-bottom: 0.5rem;
}

.inst-hero__title {
  margin: 0 0 0.75rem;
  font-family: var(--font-alt);
  font-weight: 800;
  font-size: clamp(1.65rem, 5vw, 2.35rem);
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: #fff;
}

.inst-hero__lead {
  margin: 0 auto;
  max-width: 28rem;
  font-size: 1.05rem;
  color: #cbd5e1;
}

.inst-page-title {
  margin: 0 0 0.35rem;
  font-family: var(--font-alt);
  font-weight: 800;
  font-size: clamp(1.5rem, 4vw, 2rem);
  color: #fff;
  letter-spacing: -0.03em;
}

.inst-kicker {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--turquoise-neon);
}

.inst-divider {
  height: 1px;
  margin: 2rem 0;
  border: none;
  background: linear-gradient(90deg, transparent, rgba(46, 242, 208, 0.35), transparent);
  box-shadow: 0 0 16px rgba(46, 242, 208, 0.15);
}

.inst-prose {
  font-size: 0.98rem;
  color: #e2e8f0;
}

.inst-prose h2 {
  margin: 2.25rem 0 0.85rem;
  font-family: var(--font-alt);
  font-weight: 800;
  font-size: 1.1rem;
  color: #fff;
  letter-spacing: -0.02em;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid rgba(59, 130, 246, 0.2);
}

.inst-prose h2:first-child {
  margin-top: 0;
}

.inst-prose h3 {
  margin: 1.35rem 0 0.5rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: #cbd5e1;
}

.inst-prose p {
  margin: 0 0 1rem;
}

.inst-prose ul,
.inst-prose ol {
  margin: 0 0 1rem;
  padding-left: 1.35rem;
}

.inst-prose li {
  margin-bottom: 0.4rem;
}

.inst-prose li::marker {
  color: var(--turquoise-neon);
}

.inst-prose a {
  font-weight: 600;
}

.inst-prose strong {
  color: #fff;
  font-weight: 700;
}

.inst-meta {
  font-size: 0.85rem;
  color: var(--muted);
  margin-bottom: 2rem;
}

.inst-contact-box {
  margin-top: 2.5rem;
  padding: 1.25rem 1.35rem;
  border-radius: var(--radius);
  border: 1px solid rgba(46, 242, 208, 0.35);
  background: rgba(15, 39, 68, 0.45);
  box-shadow: 0 0 32px rgba(37, 99, 235, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.inst-contact-box h2 {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  font-family: var(--font-alt);
  color: #fff;
  border: none;
  padding: 0;
}

.inst-contact-box p {
  margin: 0;
  font-size: 0.92rem;
  color: #cbd5e1;
}

/* Suporte — cards */
.inst-cards {
  display: grid;
  gap: 1rem;
  margin: 2rem 0;
}

@media (min-width: 640px) {
  .inst-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .inst-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

.inst-card {
  padding: 1.2rem 1.25rem;
  border-radius: var(--radius);
  border: 1px solid rgba(148, 163, 184, 0.15);
  background: rgba(15, 39, 68, 0.4);
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.inst-card:hover {
  border-color: rgba(46, 242, 208, 0.35);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35), 0 0 28px rgba(46, 242, 208, 0.08);
  transform: translateY(-2px);
}

.inst-card__ico {
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 0.75rem;
  display: grid;
  place-items: center;
  border-radius: 12px;
  font-size: 1.25rem;
  background: rgba(46, 242, 208, 0.1);
  color: var(--turquoise-neon);
  border: 1px solid rgba(46, 242, 208, 0.25);
}

.inst-card h3 {
  margin: 0 0 0.45rem;
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
}

.inst-card p {
  margin: 0;
  font-size: 0.88rem;
  color: #94a3b8;
  line-height: 1.5;
}

.inst-cta-row {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1rem;
  margin: 2.5rem 0 1rem;
}

@media (min-width: 560px) {
  .inst-cta-row {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.inst-btn-mail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.95rem 1.5rem;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.88rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  color: #0f172a;
  background: linear-gradient(180deg, #2ef2d0, #14b8a6);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 24px rgba(46, 242, 208, 0.35);
  transition: filter 0.2s, transform 0.15s;
}

.inst-btn-mail:hover {
  filter: brightness(1.08);
  transform: scale(1.02);
}

.inst-wa-visual {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.95rem 1.35rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.88rem;
  text-decoration: none;
  color: #ecfdf5;
  background: linear-gradient(180deg, #25d366, #128c7e);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 8px 28px rgba(37, 211, 102, 0.35);
  cursor: default;
  opacity: 0.92;
  pointer-events: none;
}

.inst-wa-visual svg {
  flex-shrink: 0;
}

.inst-wa-note {
  margin: 0.35rem 0 0;
  font-size: 0.75rem;
  color: var(--muted);
  text-align: center;
}

.inst-faq-block {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(59, 130, 246, 0.15);
}

.inst-faq-block h2 {
  margin: 0 0 1rem;
  font-family: var(--font-alt);
  font-size: 1.25rem;
  color: #fff;
}

.inst-section-title {
  margin: 2rem 0 0.75rem;
  font-family: var(--font-alt);
  font-weight: 800;
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: -0.02em;
}

.page-inst .footer {
  position: relative;
  z-index: 1;
  margin-top: auto;
}

/* ========== LP refinada: ritmo, superfícies claras, menos ruído visual ========== */

.section--surface-light {
  background: linear-gradient(180deg, var(--surface-light-warm) 0%, var(--surface-light) 55%, #e2e8f0 100%);
  color: var(--text-on-light);
}

.section--surface-light .sec-title,
.section--surface-light .sec-title--left {
  color: var(--text-on-light);
}

.section--surface-light .sec-sub,
.section--surface-light .lead-text {
  color: var(--text-muted-on-light);
}

.section--surface-light .kicker {
  color: #0d9488;
  background: rgba(13, 148, 136, 0.12);
  border-color: rgba(13, 148, 136, 0.2);
}

.section--surface-light .kicker--rose,
.section--surface-light .kicker--cyan,
.section--surface-light .kicker--yellow,
.section--surface-light .kicker--fire {
  color: #0f766e;
  background: rgba(15, 118, 110, 0.1);
  border: 1px solid rgba(15, 118, 110, 0.15);
}

.section--surface-light .text-gradient {
  background: linear-gradient(90deg, #0d9488, #2563eb);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.section--surface-light .text-neon {
  color: #0d9488;
  text-shadow: none;
}

.section--surface-light .pain-card {
  background: #fff;
  border: 1px solid var(--border-on-light);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.section--surface-light .pain-card:hover {
  border-color: rgba(13, 148, 136, 0.35);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.section--surface-light .pain-card p {
  color: var(--text-muted-on-light);
}

.section--surface-light .pain-quote {
  background: #fff;
  border: 1px solid var(--border-on-light);
  color: var(--text-on-light);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
}

.section--surface-light .pain-quote strong {
  color: #0d9488;
  text-shadow: none;
}

.section--surface-light .learn-card {
  background: #fff;
  border: 1px solid var(--border-on-light);
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.05);
}

.section--surface-light .learn-card p {
  color: var(--text-muted-on-light);
}

.section--surface-light .learn-card__n {
  color: rgba(13, 148, 136, 0.45);
}

.section--surface-light .faq-item {
  background: #fff;
  border: 1px solid var(--border-on-light);
}

.section--surface-light .faq-item summary {
  color: var(--text-on-light);
}

.section--surface-light .faq-item p {
  color: var(--text-muted-on-light);
}

.section--offer-light .offer-bg {
  background: linear-gradient(180deg, rgba(241, 245, 249, 0.98) 0%, #e2e8f0 100%);
  opacity: 1;
}

.section--offer-light .sec-title,
.section--offer-light .sec-sub {
  color: var(--text-on-light);
}

.section--offer-light .sec-sub {
  color: var(--text-muted-on-light);
}

.section--offer-light .kicker--fire {
  color: #c2410c;
  background: rgba(251, 146, 60, 0.15);
  border: 1px solid rgba(251, 146, 60, 0.25);
}

.section--offer-light .text-neon {
  color: #0d9488;
  text-shadow: none;
}

.hero.hero--ref .hero__bg--ref {
  background:
    radial-gradient(ellipse 90% 55% at 50% -5%, rgba(37, 99, 235, 0.18), transparent 50%),
    radial-gradient(ellipse 45% 35% at 95% 55%, rgba(6, 182, 212, 0.06), transparent 45%),
    linear-gradient(180deg, #020617 0%, #0f172a 42%, #020617 100%);
}

.hero__orb--ref-main {
  opacity: 0.22 !important;
}

.hero__orb--ref-side {
  opacity: 0.12 !important;
}

.hero__canvas--ref {
  opacity: 0.07 !important;
}

.hero__headline-accent {
  text-shadow: none;
  color: #5eead4;
}

.hero__shell {
  gap: 1rem;
}

.hero-mock__glow {
  opacity: 0.75;
  filter: blur(18px);
}

.hero-mock__img {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(148, 163, 184, 0.12);
}

.hero-bonus-strip {
  border-color: rgba(45, 212, 191, 0.28);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.hero-guarantee {
  border-color: rgba(45, 212, 191, 0.28);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.25);
}

.hero-guarantee__seal {
  box-shadow: 0 0 14px rgba(34, 211, 238, 0.2);
}

.trust-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem 0.65rem;
  margin: 0.5rem 0 0;
  padding: 0 0.25rem;
  max-width: 24rem;
}

.trust-pills__item {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.6rem;
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #cbd5e1;
  background: rgba(15, 23, 42, 0.45);
  border: 1px solid rgba(148, 163, 184, 0.2);
}

.trust-pills__item svg {
  flex-shrink: 0;
  opacity: 0.85;
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem 1.25rem;
  margin-top: 0.85rem;
  padding: 0.65rem 1rem;
  border-radius: 12px;
  background: rgba(15, 23, 42, 0.35);
  border: 1px solid rgba(148, 163, 184, 0.12);
  max-width: 26rem;
}

.trust-strip__item {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: #94a3b8;
}

.offer-card--essential .offer-card__inner {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(15, 23, 42, 0.06) inset;
  border: 1px solid rgba(148, 163, 184, 0.35);
  background: linear-gradient(165deg, #fff 0%, #f8fafc 100%);
}

.section--offer-light .offer-card--essential .offer-card__inner {
  background: linear-gradient(165deg, #fff 0%, #f1f5f9 100%);
}

.offer-card--complete .offer-card__inner {
  border: 1px solid rgba(13, 148, 136, 0.45);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
  background: linear-gradient(165deg, #ecfdf5 0%, #fff 55%, #f8fafc 100%);
}

.offer-card--complete .offer-card__inner .offer-card__title,
.offer-card--essential .offer-card__inner .offer-card__title {
  color: var(--text-on-light);
}

.section--offer-light .offer-card__hook,
.section--offer-light .offer-list li {
  color: var(--text-muted-on-light);
}

.section--offer-light .offer-list li em {
  color: #0d9488;
}

.offer-pct-badge {
  box-shadow: 0 8px 20px rgba(239, 68, 68, 0.25);
}

.offer-best-ribbon {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.btn--neon-ring {
  box-shadow: none !important;
}

.offer-pricing__now {
  text-shadow: 0 2px 24px rgba(255, 107, 10, 0.35);
}

.section--offer-light .offer-pricing__now {
  color: #ea580c;
}

.bonus-card {
  border: 1px solid rgba(148, 163, 184, 0.2);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.25);
}

.bonus-card:hover {
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.3);
}

.bonus-card__ribbon {
  box-shadow: none;
}

.bonus-card__price span {
  text-shadow: none;
}

.section--social-proof {
  background: linear-gradient(180deg, #0a1628 0%, #050a14 100%);
  padding-top: clamp(4.5rem, 10vw, 6rem);
  padding-bottom: clamp(4.5rem, 10vw, 6rem);
}

.sec-title--social-proof {
  font-size: clamp(1.2rem, 4vw, 1.65rem);
  line-height: 1.25;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

#hero-proof-sub {
  margin: 0.5rem auto 0;
  max-width: 26rem;
  font-size: 0.95rem;
  line-height: 1.45;
  color: #94a3b8;
}

.sec-sub--tight {
  margin-top: 0.35rem !important;
}

.section--social-proof .sec-sub {
  color: #94a3b8;
}

.social-proof__arrow {
  border-color: rgba(148, 163, 184, 0.25);
  background: rgba(15, 23, 42, 0.5);
}

.social-proof__slide {
  border-color: rgba(148, 163, 184, 0.2);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}

.catalog-footnote {
  text-align: center;
  margin-top: 2rem !important;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
}

.section--catalog {
  padding-top: clamp(3rem, 7vw, 4.5rem);
  border-top: 1px solid var(--border-on-light);
}

.catalog-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .catalog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .catalog-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.catalog-card {
  display: flex;
  flex-direction: column;
  padding: 1.15rem;
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid var(--border-on-light);
  box-shadow: 0 6px 22px rgba(15, 23, 42, 0.06);
  transition: box-shadow 0.2s, border-color 0.2s, transform 0.2s;
}

.catalog-card:hover {
  border-color: rgba(13, 148, 136, 0.35);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.1);
  transform: translateY(-2px);
}

.catalog-card__cover {
  margin: 0 auto 0.85rem;
  max-height: 200px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  border-radius: 8px;
}

.catalog-card__badge {
  align-self: flex-start;
  margin-bottom: 0.45rem;
  padding: 0.2rem 0.5rem;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 6px;
  color: #0f766e;
  background: rgba(13, 148, 136, 0.12);
  border: 1px solid rgba(13, 148, 136, 0.2);
}

.catalog-card h3 {
  margin: 0 0 0.4rem;
  font-family: var(--font-alt);
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--text-on-light);
  line-height: 1.25;
}

.catalog-card p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.45;
  color: var(--text-muted-on-light);
}

.catalog-card__desc {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.45;
  color: var(--text-muted-on-light);
}

.catalog-card__seal {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin: 0 0 0.35rem;
  padding: 0.22rem 0.5rem;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #64748b;
  background: rgba(241, 245, 249, 0.95);
  border: 1px solid rgba(148, 163, 184, 0.35);
  border-radius: 6px;
}

.catalog-card__badge--destaque {
  color: #b45309;
  background: rgba(251, 191, 36, 0.18);
  border-color: rgba(245, 158, 11, 0.35);
}

.catalog-card__badge--bonus {
  color: #0f766e;
  background: rgba(13, 148, 136, 0.12);
  border-color: rgba(13, 148, 136, 0.22);
}

.catalog-card__badge--completo {
  color: #1d4ed8;
  background: rgba(59, 130, 246, 0.12);
  border-color: rgba(59, 130, 246, 0.28);
}

.catalog-card__topics {
  list-style: none;
  margin: 0.5rem 0 0.65rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
}

.catalog-card__topics li {
  position: relative;
  padding-left: 0.95rem;
  font-size: 0.75rem;
  line-height: 1.35;
  font-weight: 600;
  color: #475569;
}

.catalog-card__topics li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2dd4bf, #0d9488);
  box-shadow: 0 0 8px rgba(45, 212, 191, 0.45);
}

.catalog-card__actions {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  margin-top: auto;
  padding-top: 0.35rem;
  width: 100%;
}

@media (min-width: 640px) {
  .catalog-card__actions {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
  }

  .catalog-card__actions .btn--catalog-sample {
    flex: 1 1 42%;
    min-width: 0;
  }

  .catalog-card__actions .btn--catalog-cta {
    flex: 1 1 52%;
    min-width: 0;
  }
}

.btn--catalog-sample {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 2.75rem;
  padding: 0.55rem 0.85rem;
  font-family: var(--font);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  color: #0f766e;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(13, 148, 136, 0.45);
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5) inset, 0 0 22px rgba(45, 212, 191, 0.12);
  transition: border-color 0.2s, box-shadow 0.2s, color 0.2s, background 0.2s;
}

.btn--catalog-sample:hover {
  border-color: rgba(13, 148, 136, 0.75);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6) inset, 0 0 28px rgba(45, 212, 191, 0.22);
  color: #0d9488;
}

.btn--catalog-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 2.75rem;
  padding: 0.6rem 0.95rem;
  font-family: var(--font);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  background: linear-gradient(180deg, #14b8a6, #0d9488);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.12) inset,
    0 6px 22px rgba(13, 148, 136, 0.45),
    0 0 32px rgba(45, 212, 191, 0.2);
  transition: filter 0.15s, transform 0.1s;
}

.btn--catalog-cta:hover {
  filter: brightness(1.05);
}

.btn--catalog-cta:active {
  transform: scale(0.99);
}

.ebook-card.catalog-card {
  height: 100%;
}

/* Modal de amostra + carrossel */
.preview-modal {
  max-width: min(920px, calc(100vw - 1.25rem));
  width: 100%;
  margin: auto;
  padding: 0;
  border: none;
  background: transparent;
  color: #e2e8f0;
}

.preview-modal::backdrop {
  background: rgba(2, 6, 23, 0.78);
  backdrop-filter: blur(10px);
}

.preview-modal__panel {
  position: relative;
  max-height: min(92vh, 880px);
  overflow-y: auto;
  padding: clamp(1.1rem, 3vw, 1.65rem);
  border-radius: 18px;
  background:
    radial-gradient(ellipse 90% 80% at 50% -20%, rgba(45, 212, 191, 0.18), transparent 55%),
    linear-gradient(165deg, #0f172a 0%, #020617 100%);
  border: 1px solid rgba(94, 234, 212, 0.22);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 28px 80px rgba(0, 0, 0, 0.55),
    0 0 60px rgba(37, 99, 235, 0.12);
}

.preview-modal__close {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  z-index: 4;
  width: 2.35rem;
  height: 2.35rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(148, 163, 184, 0.25);
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.65);
  color: #e2e8f0;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.preview-modal__close:hover {
  background: rgba(30, 41, 59, 0.9);
  border-color: rgba(45, 212, 191, 0.35);
  color: #fff;
}

.preview-modal__title {
  margin: 0 2.5rem 0.75rem 0;
  font-family: var(--font-alt);
  font-size: clamp(1rem, 3.5vw, 1.2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #f8fafc;
  line-height: 1.25;
}

.preview-modal__empty {
  margin: 0 0 1rem;
  font-size: 0.88rem;
  line-height: 1.5;
  color: #94a3b8;
}

.preview-modal__carousel-wrap {
  margin-bottom: 1rem;
}

.preview-carousel {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.35rem;
  align-items: center;
}

.preview-carousel__arrow {
  display: none;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 12px;
  border: 1px solid rgba(94, 234, 212, 0.25);
  background: rgba(15, 23, 42, 0.75);
  color: #5eead4;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, opacity 0.2s;
}

.preview-carousel__arrow:hover:not(:disabled) {
  background: rgba(30, 41, 59, 0.95);
  border-color: rgba(45, 212, 191, 0.45);
}

.preview-carousel__arrow:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

@media (min-width: 768px) {
  .preview-carousel__arrow {
    display: grid;
    place-items: center;
  }
}

.preview-carousel__viewport {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 14px;
  background: rgba(2, 6, 23, 0.55);
  border: 1px solid rgba(51, 65, 85, 0.65);
  min-height: min(52vh, 420px);
  touch-action: manipulation;
}

.preview-carousel__track {
  display: flex;
  flex-direction: row;
  height: 100%;
  will-change: transform;
}

.preview-carousel__slide {
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 0.5rem 0.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preview-carousel__frame {
  width: 100%;
  max-height: min(62vh, 520px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.preview-carousel__img {
  max-width: 100%;
  max-height: min(62vh, 520px);
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45);
}

.preview-modal__counter {
  margin: 0.65rem 0 0;
  text-align: center;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #94a3b8;
}

.preview-modal__cta {
  width: 100%;
  margin: 0;
  min-height: 3rem;
  padding: 0.75rem 1rem;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(180deg, #ff8533, #ff5a00);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.12) inset,
    0 8px 28px rgba(255, 90, 0, 0.45),
    0 0 40px rgba(251, 146, 60, 0.15);
  transition: filter 0.15s, transform 0.1s;
}

.preview-modal__cta:hover {
  filter: brightness(1.06);
}

.preview-modal__cta:active {
  transform: scale(0.99);
}

@media (prefers-reduced-motion: reduce) {
  .preview-carousel__track {
    transition: none !important;
  }
}

.about-block {
  display: grid;
  gap: 1.75rem;
  align-items: start;
}

@media (min-width: 800px) {
  .about-block {
    grid-template-columns: 1fr 1.15fr;
    align-items: center;
  }
}

.about-icons {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.about-icons span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  font-size: 1.35rem;
  background: #fff;
  border: 1px solid var(--border-on-light);
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
}

.about-copy .lead-text {
  margin-bottom: 0.75rem;
}

.finale-title .text-glow {
  text-shadow: none;
}

.mock-tilt img {
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.cta-mid .btn--mega,
.section--offer-light .btn--mega:not(.btn--hero-main) {
  box-shadow: 0 8px 28px rgba(255, 107, 10, 0.28);
}

.cta-mid .btn--pulse {
  animation: none;
}

.compare-box {
  background: #fff;
  border: 1px solid var(--border-on-light);
}

.compare-box--featured {
  border-color: rgba(13, 148, 136, 0.4);
  box-shadow: 0 8px 28px rgba(13, 148, 136, 0.12);
}

.section--faq.section--surface-light {
  padding-bottom: 5rem;
}

.section--offer-light .offer-compare {
  background: #fff;
  border: 1px solid var(--border-on-light);
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.08);
}

.section--offer-light .offer-compare__title {
  color: var(--text-on-light);
}

.section--offer-light .offer-trust-line {
  color: var(--text-muted-on-light);
}

.section--offer-light .offer-card__foot {
  color: var(--text-muted-on-light);
}

.section--offer-light .offer-card__foot strong {
  color: var(--text-on-light);
}

.section--offer-light .compare-box__name {
  color: var(--text-on-light);
}

.section--offer-light .compare-box__list li {
  color: var(--text-muted-on-light);
  border-bottom-color: rgba(15, 23, 42, 0.08);
}

.section--offer-light .offer-pricing__was {
  color: var(--text-muted-on-light);
}

.section--offer-light .btn--neon-ring:hover {
  filter: brightness(1.03);
}

.section--surface-light .learn-card h3 {
  color: var(--text-on-light);
}

.mock-tilt__shine {
  opacity: 0.35;
  animation: none;
}

.section--surface-light .pain-card h3 {
  color: var(--text-on-light);
}

.section--about {
  border-top: 1px solid var(--border-on-light);
  padding-top: clamp(3rem, 7vw, 4.5rem);
}

.section--offer-light .offer-visual__main,
.section--offer-light .offer-mini {
  background: #f8fafc;
  border-color: rgba(15, 23, 42, 0.08);
}

.section--offer-light .offer-mosaic {
  background: #f1f5f9;
  border-color: rgba(15, 23, 42, 0.06);
}

.section--surface-light .lead-text em {
  color: #0d9488;
  font-style: normal;
  font-weight: 700;
}

.section--surface-light .pain-card__glow {
  opacity: 0.22;
}

/* ========== Seção: o que há dentro de cada material (acordeão premium) ========== */
.section--ebook-inside {
  background: linear-gradient(180deg, #050a14 0%, #0a1628 45%, #0d1829 100%);
  border-top: 1px solid rgba(59, 130, 246, 0.12);
  border-bottom: 1px solid rgba(59, 130, 246, 0.12);
}

.ebook-accordion-stack {
  max-width: 44rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.ebook-accordion {
  border-radius: var(--radius);
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(15, 23, 42, 0.55);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  transition: border-color 0.25s var(--ease-out), box-shadow 0.25s var(--ease-out);
}

.ebook-accordion:hover {
  border-color: rgba(45, 212, 191, 0.28);
}

.ebook-accordion--featured {
  border-color: rgba(45, 212, 191, 0.4);
  box-shadow: 0 12px 44px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(45, 212, 191, 0.12);
}

.ebook-accordion[open] {
  border-color: rgba(45, 212, 191, 0.35);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
}

.ebook-accordion__summary {
  list-style: none;
  display: grid;
  grid-template-columns: 5.25rem 1fr 1.75rem;
  gap: 0.85rem 0.75rem;
  align-items: center;
  padding: 0.85rem 1rem;
  cursor: pointer;
}

.ebook-accordion--featured .ebook-accordion__summary {
  grid-template-columns: 5.75rem 1fr 1.75rem;
  padding: 1rem 1.1rem;
}

.ebook-accordion__summary::-webkit-details-marker {
  display: none;
}

.ebook-accordion__cover {
  border-radius: 10px;
  overflow: hidden;
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
  line-height: 0;
}

.ebook-accordion__cover .ebook-cover {
  width: 100%;
  max-height: 118px;
  object-fit: contain;
  margin: 0 auto;
}

.ebook-accordion--featured .ebook-accordion__cover .ebook-cover {
  max-height: 132px;
}

.ebook-accordion__head {
  min-width: 0;
  text-align: left;
}

.ebook-accordion__badge {
  display: inline-block;
  margin-bottom: 0.35rem;
  padding: 0.2rem 0.5rem;
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 6px;
  color: #e2e8f0;
  background: rgba(51, 65, 85, 0.85);
  border: 1px solid rgba(148, 163, 184, 0.25);
}

.ebook-accordion__badge--fire {
  color: #fff7ed;
  background: linear-gradient(135deg, rgba(234, 88, 12, 0.95), rgba(220, 38, 38, 0.9));
  border-color: rgba(255, 255, 255, 0.2);
}

.ebook-accordion__badge--blue {
  color: #dbeafe;
  background: rgba(37, 99, 235, 0.45);
  border-color: rgba(96, 165, 250, 0.35);
}

.ebook-accordion__badge--mint {
  color: #042f2e;
  background: linear-gradient(135deg, #5eead4, #2dd4bf);
  border-color: rgba(255, 255, 255, 0.25);
}

.ebook-accordion__badge--gift {
  color: #022c22;
  background: linear-gradient(135deg, #86efac, #4ade80);
  border-color: rgba(255, 255, 255, 0.2);
}

.ebook-accordion__badge--purple {
  color: #fae8ff;
  background: rgba(126, 34, 206, 0.55);
  border-color: rgba(216, 180, 254, 0.35);
}

.ebook-accordion__title {
  margin: 0;
  font-family: var(--font-alt);
  font-weight: 800;
  font-size: clamp(0.92rem, 3.2vw, 1.05rem);
  line-height: 1.2;
  color: #f8fafc;
  letter-spacing: -0.02em;
}

.ebook-accordion__teaser {
  margin: 0.35rem 0 0;
  font-size: 0.78rem;
  line-height: 1.35;
  color: #94a3b8;
}

.ebook-accordion__chev {
  display: grid;
  place-items: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 10px;
  border: 1px solid rgba(148, 163, 184, 0.25);
  color: var(--turquoise-neon);
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1;
  transition: transform 0.25s var(--ease-out), background 0.2s;
}

.ebook-accordion__chev::after {
  content: "+";
  display: block;
}

.ebook-accordion[open] .ebook-accordion__chev::after {
  content: "×";
  font-size: 1.15rem;
  transform: rotate(0deg);
}

.ebook-accordion__panel {
  padding: 0 1rem 1.15rem 1rem;
  border-top: 1px solid rgba(148, 163, 184, 0.12);
  animation: ebook-panel-in 0.35s var(--ease-out);
}

@keyframes ebook-panel-in {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ebook-accordion__desc {
  margin: 0.85rem 0 0.65rem;
  font-size: 0.88rem;
  line-height: 1.5;
  color: #cbd5e1;
}

.ebook-accordion__topics-label {
  margin: 0 0 0.45rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #94a3b8;
}

.topic-pills {
  list-style: none;
  margin: 0 0 0.85rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.4rem;
}

@media (min-width: 520px) {
  .topic-pills {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 720px) {
  .topic-pills {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  }
}

.topic-pills li {
  margin: 0;
  padding: 0.4rem 0.5rem;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.25;
  color: #e2e8f0;
  text-align: center;
  border-radius: 8px;
  background: rgba(30, 41, 59, 0.85);
  border: 1px solid rgba(71, 85, 105, 0.45);
}

.ebook-accordion__emotion {
  margin: 0 0 0.65rem;
  padding: 0.65rem 0.75rem;
  border-radius: 10px;
  font-size: 0.88rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.45;
  color: #5eead4;
  background: rgba(13, 148, 136, 0.12);
  border: 1px solid rgba(45, 212, 191, 0.22);
}

.ebook-accordion__wins {
  list-style: none;
  margin: 0 0 0.85rem;
  padding: 0;
  display: grid;
  gap: 0.4rem;
}

.ebook-accordion__wins li {
  position: relative;
  padding-left: 1.35rem;
  font-size: 0.82rem;
  line-height: 1.4;
  color: #e2e8f0;
  font-weight: 600;
}

.ebook-accordion__wins li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0.05rem;
  font-size: 0.75rem;
  color: var(--turquoise-neon);
}

.ebook-accordion__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  color: #fde68a;
  padding: 0.45rem 0;
  border-bottom: 1px solid rgba(250, 204, 21, 0.35);
  transition: color 0.2s, border-color 0.2s;
}

.ebook-accordion__cta:hover {
  color: #fff;
  border-bottom-color: rgba(45, 212, 191, 0.6);
}

@media (min-width: 640px) {
  .ebook-accordion__summary {
    grid-template-columns: 6.25rem 1fr 2rem;
    padding: 1rem 1.15rem;
  }

  .ebook-accordion--featured .ebook-accordion__summary {
    grid-template-columns: 7rem 1fr 2rem;
  }

  .ebook-accordion__cover .ebook-cover {
    max-height: 128px;
  }

  .ebook-accordion--featured .ebook-accordion__cover .ebook-cover {
    max-height: 148px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ebook-accordion__panel {
    animation: none;
  }
}

/* ========== Hero split (2 colunas · desktop premium) ========== */
.hero.hero--ref.hero--split {
  padding-bottom: 2.5rem;
}

@media (min-width: 1024px) {
  .hero.hero--ref.hero--split {
    padding-top: clamp(2rem, 4.5vh, 3.25rem);
    padding-bottom: clamp(3rem, 6.5vh, 5.25rem);
    min-height: min(92vh, 960px);
    display: flex;
    align-items: center;
  }
}

.hero.hero--split .hero__bg--ref {
  background:
    radial-gradient(circle at 72% 42%, rgba(59, 130, 246, 0.28), transparent 55%),
    radial-gradient(ellipse 95% 60% at 18% -5%, rgba(37, 99, 235, 0.42), transparent 58%),
    radial-gradient(ellipse 50% 42% at 92% 78%, rgba(6, 182, 212, 0.16), transparent 52%),
    linear-gradient(168deg, #020617 0%, #0b1224 38%, #020617 100%);
}

.hero.hero--split .hero__bg--ref::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.45;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}

.hero.hero--split .hero__grid--ref {
  opacity: 0.9;
  mask-image: radial-gradient(ellipse 120% 90% at 58% 40%, black 22%, transparent 72%);
}

.hero.hero--split .hero__orb--ref-main {
  opacity: 0.34 !important;
}

.hero.hero--split .hero__orb--ref-side {
  opacity: 0.2 !important;
}

.hero.hero--split .hero__canvas--ref {
  opacity: 0.11 !important;
}

.hero__split-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: min(1220px, calc(100% - 1.75rem));
  margin-inline: auto;
}

.hero__split {
  display: flex;
  flex-direction: column;
  gap: 1.65rem;
}

@media (min-width: 1024px) {
  .hero__split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
    gap: clamp(1.5rem, 4vw, 3.75rem);
    align-items: center;
  }
}

.hero__col--copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

@media (min-width: 1024px) {
  .hero__col--copy {
    align-items: flex-start;
    text-align: left;
    max-width: 38rem;
  }
}

.hero__headline--split {
  text-transform: none;
  max-width: none;
  padding: 0;
  font-size: clamp(1.5rem, 4.5vw, 2.85rem);
  line-height: 1.07;
  letter-spacing: -0.035em;
}

.hero__lead--split {
  max-width: 38rem;
  padding: 0;
  font-size: clamp(0.88rem, 1.45vw, 1.06rem);
  line-height: 1.52;
  color: #cbd5e1;
}

.hero-mini-benefits {
  list-style: none;
  margin: 0.4rem 0 0.35rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.42rem;
  width: 100%;
  max-width: 22rem;
  text-align: left;
}

@media (max-width: 1023px) {
  .hero-mini-benefits {
    margin-left: auto;
    margin-right: auto;
  }
}

.hero-mini-benefits li {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.86rem;
  font-weight: 700;
  color: #e2e8f0;
  letter-spacing: 0.01em;
}

.hero-mini-benefits li::before {
  content: "✔";
  flex-shrink: 0;
  font-size: 0.72rem;
  font-weight: 900;
  color: var(--turquoise-neon);
}

.hero-price-block {
  margin: 0.75rem 0 0.35rem;
  width: 100%;
  max-width: 22rem;
}

.hero-price-block__was {
  margin: 0 0 0.12rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: #94a3b8;
}

.hero-price-block__was del {
  text-decoration-thickness: 1px;
  opacity: 0.88;
}

.hero-price-block__now {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 800;
  color: #f1f5f9;
  letter-spacing: 0.02em;
}

.hero-price-block__value {
  display: block;
  margin-top: 0.2rem;
  font-size: clamp(2.55rem, 5.2vw, 3.95rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
  color: #fff;
  text-shadow:
    0 0 48px rgba(251, 146, 60, 0.5),
    0 6px 28px rgba(0, 0, 0, 0.5);
}

.hero__col--copy .btn--hero-main--xl {
  max-width: 22rem;
  width: 100%;
  margin-top: 0.65rem;
  padding: 1.12rem 1.2rem;
  font-size: clamp(0.86rem, 1.65vw, 1.02rem);
}

@media (min-width: 1024px) {
  .hero__col--copy .btn--hero-main--xl {
    max-width: min(100%, 22rem);
  }
}

.hero-social-mini {
  margin: 0.85rem 0 0;
  font-size: 0.82rem;
  font-weight: 600;
  color: #cbd5e1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  max-width: 22rem;
}

@media (min-width: 1024px) {
  .hero-social-mini {
    justify-content: flex-start;
  }
}

.hero-social-mini__stars {
  color: #fcd34d;
  letter-spacing: 0.12em;
  text-shadow: 0 0 12px rgba(252, 211, 77, 0.35);
}

.hero-secure--split {
  margin-top: 0.5rem;
  font-size: 0.72rem;
  color: #94a3b8;
}

.hero-composition {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
  padding: 0.15rem 0 0.35rem;
}

.hero-mock.hero-mock--split {
  position: relative;
  z-index: 2;
  max-width: min(88vw, 20.5rem);
  margin: 0 auto;
}

.hero-float-cards {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem 0.5rem;
  width: 100%;
  max-width: 26rem;
  margin: 0 auto;
}

.hero-float-card {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  padding: 0.4rem 0.68rem;
  border-radius: 11px;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #f8fafc;
  background: linear-gradient(150deg, rgba(51, 65, 85, 0.96), rgba(15, 23, 42, 0.92));
  border: 1px solid rgba(125, 211, 252, 0.22);
  box-shadow:
    0 16px 42px rgba(0, 0, 0, 0.48),
    0 0 0 1px rgba(255, 255, 255, 0.05) inset;
  backdrop-filter: blur(10px);
}

.hero-float-card__ic {
  font-size: 0.72rem;
  line-height: 1;
  opacity: 0.92;
}

@media (min-width: 1024px) {
  .hero-composition {
    min-height: min(72vh, 580px);
    justify-content: center;
    padding: 2rem 0 2.5rem;
    gap: 0;
  }

  .hero-float-cards {
    position: absolute;
    inset: 0;
    max-width: none;
    margin: 0;
    display: block;
    pointer-events: none;
  }

  .hero-float-card {
    position: absolute;
    white-space: nowrap;
  }

  .hero-float-card--tl {
    top: 5%;
    left: clamp(0%, 2vw, 8%);
  }

  .hero-float-card--tr {
    top: 9%;
    right: clamp(0%, 1vw, 6%);
  }

  .hero-float-card--ml {
    top: 40%;
    left: 0;
    transform: translateX(-6%);
  }

  .hero-float-card--mr {
    top: 34%;
    right: 0;
    transform: translateX(10%);
  }

  .hero-float-card--bc {
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
  }

  .hero-mock.hero-mock--split {
    position: relative;
    left: clamp(0%, 2vw, 5%);
    max-width: min(500px, 38vw);
    transform: rotate(-2.75deg);
  }

  .hero--split .hero-mock.hero-mock--split .hero-mock__img {
    max-height: min(70vh, 620px);
    border-radius: 14px;
    box-shadow:
      0 44px 100px rgba(0, 0, 0, 0.68),
      0 16px 40px rgba(37, 99, 235, 0.38),
      0 0 0 1px rgba(147, 197, 253, 0.25),
      0 0 90px rgba(59, 130, 246, 0.32);
  }

  .hero-mock__glow--split {
    inset: -14% -10% -12% -10%;
    background: radial-gradient(circle at 50% 48%, rgba(147, 197, 253, 0.58), rgba(37, 99, 235, 0.2) 46%, transparent 72%);
    filter: blur(32px);
    opacity: 1;
  }
}

@media (max-width: 1023px) {
  .hero-mock__glow--split {
    inset: -10% -6% -8% -6%;
    background: radial-gradient(circle at 50% 48%, rgba(96, 165, 250, 0.5), rgba(37, 99, 235, 0.15) 48%, transparent 70%);
    filter: blur(26px);
    opacity: 0.9;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-mock.hero-mock--split {
    transform: none;
  }
}

@media (max-width: 1023px) {
  .hero.hero--split .hero-mock .hero-mock__img {
    box-shadow:
      0 26px 68px rgba(0, 0, 0, 0.58),
      0 0 0 1px rgba(147, 197, 253, 0.16),
      0 0 52px rgba(37, 99, 235, 0.22);
  }
}

