/* design-system.css é carregado via <link> direto em cada HTML (antes deste arquivo) */

html,
body {
  overflow-x: hidden;
  max-width: 100%;
}

/* =====================================================
   OVERLAYS — noise + dot pattern (ref: lp_lançamento_franqueados)
   ===================================================== */
.noise {
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  opacity: 0.15;
  top: 0;
  left: 0;
  overflow: hidden;
  background-image: url("assets/noise.png");
  background-repeat: repeat;
  mix-blend-mode: screen;
  z-index: 9999;
}

.padrao-pontos {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='4' height='4' viewBox='0 0 10 10' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='1' cy='1' r='0.5' fill='%2391898a' fill-opacity='0.1'/%3E%3C/svg%3E");
  background-repeat: repeat;
  pointer-events: none;
  z-index: 9999;
}

/* =====================================================
   Helpers (grad, section-divider) — adaptados do ref
   ===================================================== */
.grad {
  background: linear-gradient(91deg, #C2DAF7 -9.12%, #FF57C0 42.96%, #2F46E4 107.35%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-divider {
  position: relative;
  width: 100%;
  pointer-events: none;
  z-index: 10;
}

.section-divider::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 250px);
  width: 500px;
  height: 40px;
  border-bottom: 1px solid;
  border-image-source: linear-gradient(90deg, transparent 0%, rgba(218, 27, 146, 0.55) 50%, transparent 100%);
  border-image-slice: 1;
  background: radial-gradient(50% 100% at 50% 100%, rgba(218, 27, 146, 0.12) 0%, transparent 100%);
}

.section-divider::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 500px);
  width: 1000px;
  height: 80px;
  border-top: 1px solid;
  border-image-source: linear-gradient(90deg, transparent 0%, rgba(218, 27, 146, 0.55) 50%, transparent 100%);
  border-image-slice: 1;
  background: radial-gradient(43.9% 100% at 50% 0%, rgba(218, 27, 146, 0.18) 0%, transparent 100%);
}

/* =====================================================
   HERO (ref: lp_lançamento_franqueados)
   ===================================================== */
.hero {
  position: relative;
  background-color: #040817;
  background-image: url("assets/hero-bg.webp");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 96px;
  padding-bottom: 0;
  z-index: 1;
}

/* Nav fixo — no topo do hero: full-width transparente; scroll: pill island */
.site-nav {
  position: fixed;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 48px);
  max-width: 1280px;
  z-index: 1100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 8px 8px 22px;
  background: transparent;
  border: 1px solid transparent;
  border-radius: var(--radius-pill);
  box-shadow: none;
  transition:
    max-width 160ms var(--ease-std),
    width 160ms var(--ease-std),
    background-color 140ms var(--ease-std),
    border-color 140ms var(--ease-std),
    box-shadow 140ms var(--ease-std),
    backdrop-filter 140ms var(--ease-std);
}

.site-nav--scrolled {
  width: calc(100% - 32px);
  max-width: 850px;
  background: rgba(4, 8, 23, 0.72);
  border-color: rgba(255, 255, 255, 0.06);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
}

.site-nav__brand {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.site-nav__logo {
  height: 42px;
  width: auto;
}

.hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 48px;
  padding: 0 var(--container-pad);
  gap: 28px;
}

.hero__logo {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.hero__logo img {
  height: 42px;
  width: auto;
}

.hero__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  margin: 0;
}

.hero__title-main {
  display: block;
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  font-weight: var(--fw-semibold);
  color: #F9FAFB;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.hero__title-question {
  display: block;
  font-size: clamp(1.4rem, 2.8vw, 2.2rem);
  font-weight: var(--fw-regular);
  color: #F9FAFB;
  line-height: 1.15;
  text-wrap: balance;
}

.hero__title-question strong {
  font-weight: var(--fw-semibold);
  color: #fff;
}

.hero__subtitle {
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  font-weight: var(--fw-regular);
  color: #ffffffe5;
  line-height: 1.5;
  max-width: 720px;
  text-wrap: balance;
  margin: 0;
}

/* VSL */
.hero__vsl {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 920px;
  margin: 0 auto -80px;
  padding: 0 var(--container-pad);
}

@keyframes vsl-pulse {
  0%, 100% {
    box-shadow: 0 0 40px 0 rgba(218, 27, 146, 0.10), 0 0 80px 0 rgba(244, 142, 255, 0.04);
  }
  50% {
    box-shadow: 0 0 60px 0 rgba(218, 27, 146, 0.20), 0 0 120px 0 rgba(244, 142, 255, 0.08);
  }
}

.hero__vsl-wrapper {
  position: relative;
  z-index: 2;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  padding: 7px;
  background-color: rgba(26, 29, 36, 0.125);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  animation: vsl-pulse 5s ease-in-out infinite;
  overflow: hidden;
}

.hero__vsl-wrapper > div { border-radius: 14px; overflow: hidden; }
.hero__vsl-wrapper iframe { border-radius: 14px; }

/* =====================================================
   HERO TRUST (social proof + CTA)
   ===================================================== */
.hero-trust {
  position: relative;
  background-color: #0b0f1d;
  padding: calc(30px + 72px) 0 var(--space-20);
}

.hero-trust__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.hero-trust__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
}

/* AI logos marquee (no hero, acima da VSL) */
.hero__marquee {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 32px;
  padding: 0 var(--container-pad);
}

/* Label de oferta exclusiva, abaixo do CTA */
.hero-trust__cta-label {
  text-align: center;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-secondary);
  margin: 4px 0 0;
  font-weight: var(--fw-regular);
}

.hero-trust__cta-label strong {
  font-weight: var(--fw-semibold);
  color: #F9FAFB;
}

.marquee-outer {
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
  pointer-events: none;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 24s linear infinite;
  align-items: center;
  will-change: transform;
}

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

.ai-chip {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--bg-surface);
  border: 1px solid var(--border-subtle);
  border-radius: 999px;
  padding: 6px 15px 6px 8px;
  margin-right: 14px;
  flex-shrink: 0;
  white-space: nowrap;
}

.ai-chip img { height: 26px; width: auto; }
.ai-chip span { font-size: 0.82rem; color: var(--text-secondary); }

.hero-trust__seals {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0;
  width: 100%;
  max-width: 860px;
}

.trust-seal {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 0 24px;
}

.trust-seal__icon { display: none; }

.trust-seal__text {
  font-size: var(--fs-body);
  font-weight: var(--fw-regular);
  color: var(--text-secondary);
  text-align: center;
  max-width: 200px;
  line-height: 1.4;
}

.trust-seal__text strong {
  font-weight: var(--fw-semibold);
  color: #F9FAFB;
}

.trust-seal__sep {
  width: 1px;
  align-self: center;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.08);
  flex-shrink: 0;
}

/* Mobile */
@media (max-width: 767px) {
  .site-nav {
    top: 10px;
    width: calc(100% - 20px);
    padding: 6px 6px 6px 16px;
  }
  .site-nav__logo { height: 26px; }
  .hero__logo img { height: 32px; }

  .hero { padding-top: 72px; }
  .hero__content { gap: 20px; margin-bottom: 32px; }
  .hero__vsl { margin-bottom: -48px; }
  .hero-trust { padding-top: calc(30px + 48px); padding-bottom: var(--space-16); }

  .hero-trust__seals {
    max-width: 420px;
    gap: 0;
  }
  .trust-seal { padding: 0 8px; }
  .trust-seal__text { font-size: 0.78rem; max-width: 110px; }
}

/* =====================================================
   ② A JANELA — parte 1 (título + citação Jensen)
   ===================================================== */
.window {
  position: relative;
  padding: var(--space-30) 0;
}

.window__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
}

.window__header { text-align: center; max-width: 920px; }

.window__title {
  display: flex;
  flex-direction: column;
  gap: 0;
  font-size: clamp(28px, 4.2vw, 48px);
  font-weight: var(--fw-semibold);
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: #fff;
  margin: 0;
}

.window__title-line { display: block; }

/* Citação sutil — editorial, flat, row com logo à esquerda */
.window__quote {
  width: 100%;
  max-width: 620px;
  margin: 0;
  padding: 20px 24px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.window__quote-logo {
  width: 50px;
  height: 50px;
  border-radius: 999px;
  object-fit: contain;
  flex-shrink: 0;
  opacity: 0.9;
  margin-top: 2px;
}

.window__quote-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  min-width: 0;
}

.window__quote-text {
  font-size: clamp(15px, 1.2vw, 17px);
  font-weight: 600;
  font-style: italic;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
  quotes: "\201C" "\201D";
}

.window__quote-text::before { content: open-quote; }
.window__quote-text::after  { content: close-quote; }

.window__quote-source {
  font-size: 0.72rem;
  font-weight: var(--fw-semibold);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-secondary);
}

/* ---------- parte 2: dados + outro ---------- */
.window__divider {
  width: 100%;
  height: 1px;
  border: 0;
  margin: 0;
  background: rgba(255, 255, 255, 0.05);
}

.window__data {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
}

.window__data-left {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.window__data-title {
  font-size: 2rem;
  font-weight: var(--fw-semibold);
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #fff;
  text-align: center;
  margin: 0 0 40px;
}

.window__bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.window__bullet {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.window__bullet-icon {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}

.window__bullet-icon svg { display: none; }

.window__bullet-icon::before {
  content: "";
  width: 18px;
  height: 18px;
  background: linear-gradient(91deg, #C2DAF7 -9.12%, #FF57C0 42.96%, #2F46E4 107.35%);
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M16.172 11l-5.364-5.364 1.414-1.414L20 12l-7.778 7.778-1.414-1.414L16.172 13H4v-2z'/></svg>") center / contain no-repeat;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M16.172 11l-5.364-5.364 1.414-1.414L20 12l-7.778 7.778-1.414-1.414L16.172 13H4v-2z'/></svg>") center / contain no-repeat;
}

.window__bullet-text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.78);
}

.window__bullet-text strong {
  color: #fff;
  font-weight: 600;
}

.window__bullet-src {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.78rem;
  color: var(--text-secondary);
  white-space: nowrap;
}

.window__bullet-src img {
  height: 12px;
  width: auto;
  opacity: 0.85;
}

.window__data-graph {
  position: relative;
  width: 100%;
  height: 50vh;
  min-height: 360px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.04);
  background: rgba(255, 255, 255, 0.006);
  overflow: hidden;
}

/* =====================================================
   GRAPH CAROUSEL — 3 slides com barra de progresso + click-to-advance
   ===================================================== */
.graph-carousel {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 360px;
  cursor: pointer;
  outline: none;
}

.graph-carousel:focus-visible {
  box-shadow: 0 0 0 2px rgba(255, 87, 192, 0.45) inset;
  border-radius: 14px;
}

.graph-carousel__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 420ms ease;
}

.graph-carousel__slide.is-current {
  opacity: 1;
  pointer-events: auto;
}

.graph-carousel__progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: rgba(255, 255, 255, 0.06);
  z-index: 5;
  pointer-events: none;
}

.graph-carousel__progress-bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(91deg, #C2DAF7 -9.12%, #FF57C0 42.96%, #2F46E4 107.35%);
}

.graph-carousel__toggle-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 88px;
  height: 88px;
  border-radius: 9999px;
  background: rgba(10, 11, 14, 0.65);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transform: translate(-50%, -50%) scale(0.6);
}

.graph-carousel__toggle-icon svg {
  width: 36px;
  height: 36px;
  display: none;
}

.graph-carousel__toggle-icon[data-state="pause"] svg[data-icon="pause"] { display: block; }
.graph-carousel__toggle-icon[data-state="play"]  svg[data-icon="play"]  { display: block; }

.graph-carousel__toggle-icon.is-showing {
  animation: graphToggleFlash 900ms ease forwards;
}

@keyframes graphToggleFlash {
  0%   { opacity: 0; transform: translate(-50%, -50%) scale(0.6); }
  22%  { opacity: 1; transform: translate(-50%, -50%) scale(1); }
  65%  { opacity: 1; transform: translate(-50%, -50%) scale(1); }
  100% { opacity: 0; transform: translate(-50%, -50%) scale(1.18); }
}

/* =====================================================
   CHART — base, chart1, chart2, chart3
   ===================================================== */
.chart, .chart2, .chart3 {
  --chart-pad: 28px;
  --bar-h: 44px;
  --bar-gap: 28px;
  --grid-size: 24px;
  --grid-color: rgba(255, 255, 255, 0.02);
  --axis-color: rgba(255, 255, 255, 0.07);
  --label-color: #A3A0AE;
  --value-color: #F9FAFB;

  position: relative;
  width: 100%;
  height: 100%;
  min-height: 360px;
  padding: var(--chart-pad);
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 14px;
  font-family: inherit;
  background:
    linear-gradient(135deg, rgba(47, 70, 228, 0.02) 0%, rgba(255, 87, 192, 0.012) 100%),
    repeating-linear-gradient(0deg, transparent 0, transparent calc(var(--grid-size) - 1px), var(--grid-color) calc(var(--grid-size) - 1px), var(--grid-color) var(--grid-size)),
    repeating-linear-gradient(90deg, transparent 0, transparent calc(var(--grid-size) - 1px), var(--grid-color) calc(var(--grid-size) - 1px), var(--grid-color) var(--grid-size));
}

.chart3 { gap: 18px; }

/* Header compartilhado (chart1/2/3) */
.chart__header,
.chart2__header,
.chart3__header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  padding-right: 4px;
}

.chart__title,
.chart2__title,
.chart3__title {
  font-size: 0.72rem;
  font-weight: var(--fw-semibold);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--label-color);
  margin: 0;
}

.chart__source,
.chart2__source,
.chart3__source {
  font-size: 0.7rem;
  color: var(--label-color);
  opacity: 0.7;
}

/* ----- Chart 1 ----- */
.chart__bars {
  display: flex;
  flex-direction: column;
  gap: var(--bar-gap);
  flex: 1;
  justify-content: center;
  padding: 8px 0;
}

.chart__row { display: flex; flex-direction: column; gap: 8px; }

.chart__row-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.chart__label {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--value-color);
}

.chart__value {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--value-color);
  font-variant-numeric: tabular-nums;
}

.chart__track {
  position: relative;
  height: var(--bar-h);
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  overflow: hidden;
}

.chart__bar {
  position: absolute;
  top: 0; left: 0; bottom: 0;
  width: 0;
  border-radius: 9px;
  transition: width 1.6s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: width;
}

.chart__bar--base {
  background: linear-gradient(90deg, #3F4449 0%, #5D6368 100%);
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.chart__bar--highlight {
  background: linear-gradient(91deg, #C2DAF7 -9.12%, #FF57C0 42.96%, #2F46E4 107.35%);
  box-shadow: 0 0 22px 2px rgba(255, 87, 192, 0.25), 0 0 42px 4px rgba(47, 70, 228, 0.18);
}

.chart__bar--highlight::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.18) 50%, transparent 100%);
  transform: translateX(-100%);
  animation: chartShine 2.8s ease-in-out 1.8s infinite;
}

@keyframes chartShine {
  0% { transform: translateX(-100%); }
  60%, 100% { transform: translateX(200%); }
}

.chart__badge {
  position: absolute;
  top: 50%; right: 10px;
  transform: translateY(-50%) scale(0.6);
  background: rgba(10, 11, 14, 0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #F9FAFB;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 4px 9px;
  border-radius: 9999px;
  opacity: 0;
  transition: opacity 0.4s ease 1.4s, transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 1.4s;
  white-space: nowrap;
}

.chart.is-active .chart__badge {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.chart__axis {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  border-top: 1px solid var(--axis-color);
  font-size: 0.68rem;
  color: var(--label-color);
  letter-spacing: 0.05em;
  font-variant-numeric: tabular-nums;
}

.chart__axis span { position: relative; }

.chart__axis span::before {
  content: "";
  position: absolute;
  top: -11px;
  left: 50%;
  width: 1px;
  height: 5px;
  background: var(--axis-color);
}

.chart__axis span:first-child::before { left: 0; }
.chart__axis span:last-child::before { left: auto; right: 0; }

/* ----- Chart 2 ----- */
.chart2__bars {
  display: flex;
  flex-direction: column;
  gap: var(--bar-gap);
  flex: 1;
  justify-content: center;
  padding: 8px 0;
}

.chart2__row { display: flex; flex-direction: column; gap: 8px; }

.chart2__row-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.chart2__label {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--value-color);
}

.chart2__value {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--value-color);
  font-variant-numeric: tabular-nums;
}

.chart2__track {
  position: relative;
  height: var(--bar-h);
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  overflow: hidden;
}

.chart2__bar {
  position: absolute;
  top: 0; bottom: 0;
  border-radius: 9px;
  will-change: width, left;
}

.chart2__bar--base {
  left: 0;
  width: 0;
  background: linear-gradient(90deg, #3F4449 0%, #5D6368 100%);
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  transition: width 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.chart2__bar--range {
  left: 30%;
  width: 0;
  background: linear-gradient(91deg, #C2DAF7 -9.12%, #FF57C0 42.96%, #2F46E4 107.35%);
  box-shadow: 0 0 22px 2px rgba(255, 87, 192, 0.25), 0 0 42px 4px rgba(47, 70, 228, 0.18);
  opacity: 0;
  transition: width 1.4s cubic-bezier(0.16, 1, 0.3, 1) 0.6s, opacity 0.4s ease 0.6s;
}

.chart2.is-active .chart2__bar--base { width: 10%; }
.chart2.is-active .chart2__bar--range { width: 70%; opacity: 1; }

.chart2__bar--range::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.18) 50%, transparent 100%);
  transform: translateX(-100%);
  animation: chart2Shine 3s ease-in-out 2.4s infinite;
}

@keyframes chart2Shine {
  0% { transform: translateX(-100%); }
  60%, 100% { transform: translateX(200%); }
}

.chart2__range-label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.72rem;
  font-weight: 700;
  color: #F9FAFB;
  background: rgba(10, 11, 14, 0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 3px 8px;
  border-radius: 9999px;
  opacity: 0;
  transition: opacity 0.4s ease 1.8s;
  white-space: nowrap;
}

.chart2__range-label--start { left: 8px; }
.chart2__range-label--end { right: 8px; }
.chart2.is-active .chart2__range-label { opacity: 1; }

.chart2__axis {
  position: relative;
  padding-top: 10px;
  border-top: 1px solid var(--axis-color);
  font-size: 0.68rem;
  color: var(--label-color);
  letter-spacing: 0.05em;
  font-variant-numeric: tabular-nums;
  height: 22px;
}

.chart2__tick {
  position: absolute;
  top: 10px;
  transform: translateX(-50%);
}

.chart2__tick::before {
  content: "";
  position: absolute;
  top: -11px;
  left: 50%;
  width: 1px;
  height: 5px;
  background: var(--axis-color);
}

.chart2__tick--highlight {
  color: #FF57C0;
  font-weight: 700;
}

.chart2__tick--highlight::before {
  background: #FF57C0;
  height: 7px;
  top: -13px;
}

/* ----- Chart 3 ----- */
.chart3__hero {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding-top: 4px;
}

.chart3__hero-number {
  font-size: clamp(2.4rem, 1.8rem + 2vw, 3.2rem);
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(91deg, #C2DAF7 -9.12%, #FF57C0 42.96%, #2F46E4 107.35%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
}

.chart3__hero-text {
  color: var(--value-color);
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.3;
  max-width: 220px;
}

.chart3__bar-wrap {
  position: relative;
  padding-top: 46px;
  margin-top: 8px;
}

.chart3__bracket {
  position: absolute;
  top: 0;
  left: 0;
  width: 88%;
  height: 34px;
  opacity: 0;
  transition: opacity 0.5s ease 1.8s;
}

.chart3.is-active .chart3__bracket { opacity: 1; }

.chart3__bracket::before {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 14px;
  border-left: 2px solid #ae50ce;
  border-right: 2px solid #ae50ce;
  border-top: 2px solid #ae50ce;
  border-radius: 10px 10px 0 0;
}

.chart3__bracket-label {
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(10, 11, 14, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #F9FAFB;
  font-size: 0.95rem;
  font-weight: 700;
  padding: 7px 16px;
  border-radius: 9999px;
  white-space: nowrap;
}

.chart3__track {
  position: relative;
  height: 52px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  overflow: hidden;
  display: flex;
}

.chart3__seg {
  position: relative;
  height: 100%;
  width: 0;
  transition: width 1.4s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: width;
}

.chart3__seg:not(:last-child) {
  border-right: 1px solid rgba(10, 11, 14, 0.4);
}

.chart3__seg--high {
  background: linear-gradient(180deg, #c265dd 0%, #ae50ce 100%);
  box-shadow: 0 0 28px 2px rgba(174, 80, 206, 0.35) inset;
  transition-delay: 0s;
}

.chart3__seg--mid {
  background: linear-gradient(180deg, #8e5ee0 0%, #7c4cd7 100%);
  transition-delay: 0.15s;
}

.chart3__seg--low {
  background: linear-gradient(180deg, #7e5ce0 0%, #6e4ad9 100%);
  transition-delay: 0.3s;
}

.chart3__seg--none {
  background: linear-gradient(180deg, #2a3141 0%, #1d2330 100%);
  transition-delay: 0.45s;
}

.chart3__seg-value {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.7rem;
  font-weight: 600;
  color: rgba(249, 250, 251, 0.7);
  font-variant-numeric: tabular-nums;
  opacity: 0;
  transition: opacity 0.4s ease 1.2s;
}

.chart3.is-active .chart3__seg-value { opacity: 1; }

.chart3__legend {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 6px;
}

.chart3__legend-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-left: 18px;
  position: relative;
  min-width: 0;
}

.chart3__legend-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: currentColor;
}

.chart3__legend-item--high { color: #ae50ce; }
.chart3__legend-item--mid { color: #7c4cd7; }
.chart3__legend-item--low { color: #6e4ad9; }
.chart3__legend-item--none { color: #3a476a; }

.chart3__legend-label {
  font-size: 0.68rem;
  color: var(--label-color);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-weight: var(--fw-semibold);
}

.chart3__legend-desc {
  font-size: 0.72rem;
  color: #F9FAFB;
  font-weight: 500;
  line-height: 1.25;
}

/* Mobile — carrossel + charts */
@media (max-width: 767px) {
  .chart, .chart2, .chart3 {
    --chart-pad: 20px;
    --bar-gap: 22px;
    min-height: 340px;
  }
  .chart__header, .chart2__header, .chart3__header { flex-wrap: wrap; gap: 4px 12px; }
  .chart__title, .chart2__title, .chart3__title { font-size: 0.68rem; }
  .chart3__legend { grid-template-columns: repeat(2, 1fr); }
  .chart3__hero-text { font-size: 0.82rem; }
}

.window__outro {
  width: 100%;
  max-width: 820px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.window__outro-text {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.75;
  color: var(--text-secondary);
}

.window__outro-lead {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
}

@media (max-width: 900px) {
  .window__bullets { grid-template-columns: repeat(2, 1fr); gap: 28px 22px; }
  .window__data { gap: 44px; }
}

@media (max-width: 767px) {
  .window { padding: var(--space-16) 0 var(--space-12); }
  .window__container { gap: 36px; }
  .window__quote { padding: 24px 22px; gap: 20px; }
  .window__bullets { grid-template-columns: 1fr; gap: 18px; }
  .window__data-graph { min-height: 340px; }

  .window__outro { text-align: left; }
  .window__outro-text { font-size: 1rem; line-height: 1.5; }
  .window__outro-lead { font-size: 1.4rem; line-height: 1.5; }
}

/* =====================================================
   ③ O INIMIGO — POR QUE VOCÊ TRAVA (parte 1)
   Layout: imagem sticky à esquerda, título + boxes à direita.
   ===================================================== */
.enemy {
  position: relative;
  padding: var(--space-10) 0;
  background: #040817;
  color: #fff;
}

.enemy__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.enemy__media {
  position: sticky;
  top: 120px;
  width: 100%;
}

.enemy__media-inner {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
}

.enemy__placeholder {
  width: 100%;
  height: 100%;
  background:
    radial-gradient(60% 50% at 30% 20%, rgba(218, 27, 146, 0.35) 0%, transparent 60%),
    radial-gradient(70% 60% at 80% 70%, rgba(47, 70, 228, 0.3) 0%, transparent 65%),
    radial-gradient(50% 40% at 50% 90%, rgba(255, 87, 192, 0.2) 0%, transparent 70%),
    linear-gradient(180deg, #0B1226 0%, #040817 100%);
}

.enemy__placeholder::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(70% 70% at 50% 50%, #000 0%, transparent 100%);
  -webkit-mask-image: radial-gradient(70% 70% at 50% 50%, #000 0%, transparent 100%);
}

.enemy__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.enemy__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.enemy__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.enemy__title {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: var(--fw-semibold);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #F9FAFB;
  margin: 0;
  text-wrap: balance;
}

.enemy__title-line {
  display: block;
}

.enemy__boxes {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.enemy-box {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.enemy-box:first-child { padding-top: 0; }
.enemy-box:last-child { border-bottom: none; padding-bottom: 0; }

.enemy-box__icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 4px;
  background: url("assets/x.svg") center / contain no-repeat;
}

.enemy-box__body {
  flex: 1;
  min-width: 0;
}

.enemy-box__title {
  font-size: clamp(18px, 1.8vw, 22px);
  font-weight: var(--fw-semibold);
  color: #fff;
  line-height: 1.25;
  margin: 0 0 8px;
  letter-spacing: -0.01em;
}

.enemy-box__text {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
  margin: 0;
}

.enemy-box__text strong {
  font-weight: var(--fw-semibold);
  color: #fff;
}

@media (max-width: 1024px) {
  .enemy__container { grid-template-columns: 1fr; gap: 40px; }
  .enemy__media { position: relative; top: 0; max-width: 520px; margin: 0 auto; }
}

@media (max-width: 640px) {
  .enemy { padding: 0 }
  .enemy__content { gap: 28px; }
  .enemy-box { padding: 18px 0; }
}

/* =====================================================
   ③ → HOOK DA SOLUÇÃO — "E se existisse um lugar..."
   Box centralizado com borda wrap (padrão .btn-cta-wrap), ícones
   de IA orbitando ao redor com flutuação sutil, mockup placeholder.
   ===================================================== */
.hook {
  position: relative;
  padding: var(--space-30) 0;
  background: #040817;
  z-index:10;
}

.hook__container {
  position: relative;
}

/* Camada de ícones cobre a seção inteira (não o container) — permite
   ícones acima/abaixo do box, dentro do padding da seção. */
.hook__orbit {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

/* Orbit usa data-reveal só como TRIGGER — ela mesma não fade.
   Quem anima são os filhos (via .is-revealed herdada). */
.hook__orbit[data-reveal] {
  opacity: 1;
  transform: none;
  transition: none;
}

.hook__ai {
  position: absolute;
  width: 72px;
  height: 72px;
  object-fit: contain;
  filter: var(--ai-blur, none);
  /* Estado inicial: longe da posição final + encolhido + invisível */
  opacity: 0;
  transform: translate3d(var(--from-x, 0), var(--from-y, 0), 0) scale(0.55);
  transition:
    transform 1100ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 700ms ease-out;
  transition-delay: var(--converge-delay, 0ms);
  will-change: transform, opacity;
}

/* Quando a orbit é revelada, ícones convergem pra posição final */
.hook__orbit.is-revealed .hook__ai {
  opacity: var(--ai-opacity, 1);
  transform: translate3d(0, 0, 0) scale(1);
  /* Float começa DEPOIS da convergência (delay = converge + duração) */
  animation: hookFloat 6s ease-in-out infinite;
  animation-delay: calc(var(--converge-delay, 0ms) + 1200ms);
}

@keyframes hookFloat {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50%      { transform: translate3d(0, -9px, 0); }
}

/* ------- Posições finais (ao redor do box) + vetor de entrada -------
   Cada ícone é ancorado na BORDA DO BOX via calc(50% - 640px - W - gap).
   480px = metade da largura do box (960/2). Gap define distância até o box.
   Com isso os ícones ficam próximos do box, não das bordas da viewport. */
.hook__ai--1 { /* topo-esquerda — grande, sharp, foreground */
  top: 8%;
  left: calc(50% - 640px - 96px - 30px);
  width: 96px; height: 96px;
  --ai-opacity: 1;
  --from-x: -220px; --from-y: -140px;
  --converge-delay: 0ms;
}
.hook__ai--2 { /* topo-direita — médio, blur sutil, fundo médio */
  top: 14%;
  right: calc(50% - 640px - 64px - 40px);
  width: 64px; height: 64px;
  --ai-blur: blur(2px);
  --ai-opacity: 0.6;
  --from-x: 220px; --from-y: -160px;
  --converge-delay: 90ms;
}
.hook__ai--3 { /* meio-esquerda — grande, sharp, foreground */
  top: 44%;
  left: calc(50% - 640px - 88px - 24px);
  width: 88px; height: 88px;
  --ai-opacity: 0.95;
  --from-x: -240px; --from-y: 0;
  --converge-delay: 180ms;
}
.hook__ai--4 { /* meio-direita — pequeno, blur forte, longe */
  top: 40%;
  right: calc(50% - 640px - 52px - 50px);
  width: 52px; height: 52px;
  --ai-blur: blur(4px);
  --ai-opacity: 0.45;
  --from-x: 240px; --from-y: 20px;
  --converge-delay: 270ms;
}
.hook__ai--5 { /* base-esquerda — médio-pequeno, opacidade baixa */
  bottom: 22%;
  left: calc(50% - 640px - 56px - 40px);
  width: 56px; height: 56px;
  --ai-opacity: 0.55;
  --from-x: -180px; --from-y: 160px;
  --converge-delay: 360ms;
}
.hook__ai--6 { /* base-direita — grande, sharp, foreground */
  bottom: 10%;
  right: calc(50% - 640px - 92px - 28px);
  width: 92px; height: 92px;
  --ai-opacity: 1;
  --from-x: 200px; --from-y: 150px;
  --converge-delay: 450ms;
}
.hook__ai--7 { /* base-centro (abaixo do box) — muito pequeno, blur forte */
  bottom: 3%;
  left: calc(50% - 20px);
  width: 40px; height: 40px;
  --ai-blur: blur(5px);
  --ai-opacity: 0.35;
  --from-x: 0; --from-y: 220px;
  --converge-delay: 540ms;
}

/* Wrap externo — padrão .btn-cta-wrap adaptado pra dark */
.hook__wrap {
  position: relative;
  z-index: 20;
  display: block;
  max-width: 1280px;
  margin: 0 auto;
  padding: 6px;
  border-radius: 28px;
  background: linear-gradient(180deg, #050918 0%, #070c1d 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.5),
    0 0 80px rgba(0, 0, 0, 0.12);
}

.hook__box {
  position: relative;
  border-radius: 22px;
  background: #0b0f1d;
  padding: clamp(32px, 5vw, 64px);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: clamp(32px, 4vw, 56px);
  overflow: hidden;
}

.hook__box::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(60% 60% at 50% 0%, rgba(255, 87, 192, 0.08) 0%, transparent 60%),
    radial-gradient(60% 60% at 50% 100%, rgba(47, 70, 228, 0.08) 0%, transparent 60%);
}

.hook__content {
  position: relative;
  z-index: 1;
  flex: 1 1 0;
  min-width: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.hook__title {
  font-size: clamp(26px, 3.4vw, 40px);
  font-weight: var(--fw-semibold);
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #F9FAFB;
  margin: 0;
  text-wrap: balance;
}

.hook__text {
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
  text-wrap: balance;
}

.hook__text strong {
  color: #fff;
  font-weight: var(--fw-semibold);
}

.hook__mockup {
  margin: -100px 0 -100px 0;
  position: relative;
  z-index: 1;
  flex: 1 1 0;
  min-width: 0;
  border-radius: 14px;
  overflow: hidden;
  line-height: 0;
}

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

@media (max-width: 1024px) {
  .hook__box { flex-direction: column; align-items: stretch; gap: 40px; }
  .hook__content { text-align: center; align-items: center; max-width: 720px; margin: 0 auto; }
  .hook__mockup { margin: 0; }
}

@media (max-width: 900px) {
  .hook__ai--1 { width: 72px; height: 72px; }
  .hook__ai--2 { width: 48px; height: 48px; }
  .hook__ai--3 { width: 68px; height: 68px; }
  .hook__ai--4 { width: 40px; height: 40px; }
  .hook__ai--5 { width: 44px; height: 44px; }
  .hook__ai--6 { width: 70px; height: 70px; }
  .hook__ai--7 { display: none; }
}

@media (max-width: 640px) {
  .hook { padding: var(--space-20) 0; }
  .hook__ai--1 { top: 2%;  left: 3%;  width: 54px; height: 54px; --from-x: -120px; --from-y: -80px; }
  .hook__ai--2 { top: 2%;  right: 3%; width: 40px; height: 40px; --from-x: 120px; --from-y: -80px; }
  .hook__ai--3 { top: auto; bottom: 10%; left: 3%; width: 52px; height: 52px; --from-x: -120px; --from-y: 120px; }
  .hook__ai--4 { top: auto; bottom: 10%; right: 3%; width: 40px; height: 40px; --from-x: 120px; --from-y: 120px; }
  .hook__ai--5, .hook__ai--6 { display: none; }
  .hook__box { gap: 32px; }
}

/* =====================================================
   ④ SOLUÇÃO — grid 3x2 (último card ocupa 2 colunas)
   Seção light. Alterna cards light/dark. Hover: borda rosa + scale.
   ===================================================== */
.solution {
  position: relative;
  z-index: 1;
  padding: var(--space-30) 0 var(--space-30);
  background: #EDEEF1;
  color: #0B0F1A;
  border-radius:30px 30px 0 0;
}

.solution__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
}

.solution__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.solution__logo {
  height: 64px;
  width: auto;
  display: block;
}

.solution__tagline {
  font-size: 3rem;
  font-weight: var(--fw-bold, 700);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #0B0F1A;
  margin: 0;
  min-height: 1.2em;
}

.solution__rotator {
  position: relative;
  display: inline-block;
  text-align: center;
}

/* Reserva de espaço pra tagline não pulsar */
.solution__rotator::before {
  content: "Prospere.";
  visibility: hidden;
  display: inline-block;
}

.solution__rotator-word {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%) translateY(12px);
  opacity: 0;
  white-space: nowrap;
  color: #0B0F1A;
  animation: solutionRotate 6s infinite;
}

.solution__rotator-word:nth-child(1) { animation-delay: 0s; }
.solution__rotator-word:nth-child(2) { animation-delay: 2s; }

/* Última palavra (Prospere.) com gradiente da marca */
.solution__rotator-word:nth-child(3) {
  animation-delay: 4s;
  background: linear-gradient(91deg, #C2DAF7 -9.12%, #FF57C0 42.96%, #2F46E4 107.35%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

@keyframes solutionRotate {
  0%   { opacity: 0; transform: translateX(-50%) translateY(12px); }
  5%   { opacity: 1; transform: translateX(-50%) translateY(0); }
  28%  { opacity: 1; transform: translateX(-50%) translateY(0); }
  33%  { opacity: 0; transform: translateX(-50%) translateY(-12px); }
  100% { opacity: 0; transform: translateX(-50%) translateY(-12px); }
}

.solution__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
  max-width: 1280px;
}

.solution-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  border-radius: 20px;
  border: 1px solid transparent;
  box-shadow: 0 8px 24px rgba(11, 15, 26, 0.06);
  transition:
    transform 280ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 220ms ease,
    box-shadow 220ms ease;
  overflow: hidden;
}

.solution-card:hover {
  transform: scale(1.01);
  border-color: var(--c-magenta);
  box-shadow:
    0 14px 36px rgba(11, 15, 26, 0.1),
    0 0 0 1px rgba(255, 87, 192, 0.15);
}

.solution-card--light {
  background: #F7F8FA;
  color: #0B0F1A;
}

.solution-card--dark {
  background: #0B0F1D;
  color: #fff;
}

.solution-card__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 28px;
}

.solution-card__title {
  font-size: clamp(18px, 1.6vw, 22px);
  font-weight: var(--fw-semibold);
  line-height: 1.25;
  margin: 0;
  letter-spacing: -0.01em;
}

.solution-card--light .solution-card__title { color: #0B0F1A; }
.solution-card--dark  .solution-card__title { color: #fff; }

.solution-card__text {
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}

.solution-card--light .solution-card__text { color: rgba(11, 15, 26, 0.7); }
.solution-card--dark  .solution-card__text { color: rgba(255, 255, 255, 0.72); }

/* Imagem/placeholder — sem padding, sem borda, sem margin extra */
.solution-card__media {
  line-height: 0;
  flex: 1;
  min-height: 180px;
  display: flex;
}

.solution-card__placeholder {
  width: 100%;
  min-height: 180px;
  background:
    radial-gradient(60% 70% at 30% 30%, rgba(255, 87, 192, 0.14) 0%, transparent 60%),
    radial-gradient(60% 70% at 80% 70%, rgba(47, 70, 228, 0.14) 0%, transparent 60%),
    linear-gradient(180deg, rgba(11, 15, 26, 0.06) 0%, rgba(11, 15, 26, 0.02) 100%);
}

.solution-card--dark .solution-card__placeholder {
  background:
    radial-gradient(60% 70% at 30% 30%, rgba(255, 87, 192, 0.22) 0%, transparent 60%),
    radial-gradient(60% 70% at 80% 70%, rgba(47, 70, 228, 0.22) 0%, transparent 60%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.01) 100%);
}

.solution-card__img {
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.solution-card--wide .solution-card__img {
  object-fit: contain;
  object-position: right bottom;
}

/* Card 5 — wide (ocupa 2 colunas, texto+imagem lado a lado) */
.solution-card--wide {
  grid-column: span 2;
  flex-direction: row;
  align-items: stretch;
  gap: 32px;
}

.solution-card--wide .solution-card__body {
  flex: 0 1 40%;
  min-width: 0;
  justify-content: center;
  padding: 28px;
}

.solution-card--wide .solution-card__media {
  flex: 1 1 60%;
  min-width: 0;
  min-height: 220px;
}

.solution-card--wide .solution-card__placeholder {
  min-height: 220px;
  height: 100%;
}

@media (max-width: 900px) {
  .solution__grid { grid-template-columns: 1fr; }
  .solution-card--wide { grid-column: span 1; flex-direction: column; gap: 20px; }
  .solution-card--wide .solution-card__media { min-height: 180px; }
  .solution-card--wide .solution-card__placeholder { min-height: 180px; }
}

@media (max-width: 640px) {
  .solution { padding: var(--space-20) 0; }
  .solution__tagline { font-size: 2rem; }
  .solution-card__body { padding: 22px; }
  .solution-card--wide .solution-card__body { padding: 22px 22px 0; }
  .solution-card--wide .solution-card__img { margin-bottom: -30px; }
}

/* =====================================================
   SOLUTION CARD #1 — widget animado "Pergunte pra todas as IAs"
   ===================================================== */
.oa-wrap {

  padding: 10px 28px 28px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.oa-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.oa-logo-item {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #F2F2F2;
  border: 1.5px solid rgba(47, 70, 228, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  flex-shrink: 0;
}

.oa-logo-item.active {
  transform: scale(1.18);
  background: #fff;
  box-shadow:
    0 0 0 3px rgba(255, 87, 192, 0.25),
    0 4px 16px rgba(47, 70, 228, 0.15);
}

.oa-logo-item img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.oa-connector {
  flex: 1;
  height: 1px;
  background: linear-gradient(91deg, #C2DAF7, #FF57C0, #2F46E4);
  opacity: 0.3;
  max-width: 18px;
}

.oa-input-box {
  background: #F8F8FC;
  border: 1.5px solid rgba(47, 70, 228, 0.15);
  border-radius: 16px;
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  overflow: hidden;
}

.oa-input-box::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(194, 218, 247, 0.12) 0%, rgba(255, 87, 192, 0.06) 100%);
  pointer-events: none;
}

.oa-prompt-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: rgba(47, 70, 228, 0.5);
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.oa-typed {
  font-size: 15px;
  font-weight: 400;
  color: #171A24;
  min-height: 22px;
  display: flex;
  align-items: center;
  gap: 2px;
  position: relative;
  z-index: 1;
  line-height: 1.3;
}

.oa-cursor {
  display: inline-block;
  width: 2px;
  height: 16px;
  background: #2F46E4;
  border-radius: 1px;
  animation: oa-blink 0.9s ease-in-out infinite;
  flex-shrink: 0;
}

@keyframes oa-blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

.oa-bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  position: relative;
  z-index: 1;
}

.oa-chips {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.oa-chip {
  font-size: 11px;
  font-weight: 600;
  color: #2F46E4;
  background: rgba(47, 70, 228, 0.07);
  border: 1px solid rgba(47, 70, 228, 0.12);
  border-radius: 999px;
  padding: 4px 10px;
  white-space: nowrap;
}

.oa-send {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2F46E4, #FF57C0);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.oa-send svg {
  width: 13px;
  height: 13px;
  fill: #fff;
}

.oa-response-preview {
  background: linear-gradient(105deg, rgba(194, 218, 247, 0.18) 0%, rgba(255, 87, 192, 0.08) 100%);
  border: 1px solid rgba(47, 70, 228, 0.1);
  border-radius: 12px;
  padding: 12px 14px;
  height: 88px;
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.oa-response-preview.visible {
  opacity: 1;
  transform: translateY(0);
}

.oa-response-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2F46E4, #FF57C0);
  flex-shrink: 0;
  margin-top: 5px;
}

.oa-response-text {
  font-size: 13px;
  color: #5D6368;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
  min-width: 0;
}

.oa-badge-row {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  margin-top: auto;
}

.oa-badge {
  font-size: 11px;
  font-weight: 600;
  color: #A3A0AE;
  text-align: center;
}

.oa-badge span {
  background: linear-gradient(91deg, #C2DAF7, #FF57C0, #2F46E4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* =====================================================
   ⑤ ANCORAGEM DUPLA (seção light — emenda com .solution)
   ===================================================== */
.anchoring {
  position: relative;
  background: #EDEEF1;
  color: #0B0F1A;
  padding: 0 0 var(--space-30);
  border-radius: 0 0 30px 30px;
}

.anchoring__container {
  display: flex;
  flex-direction: column;
  gap: var(--space-20);
  align-items: center;
}

.anchoring__cards {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  max-width: 826px;
}

.anchoring-card {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  padding: var(--space-4);
  border-radius: 13px;
  width: 100%;
}

.anchoring-card--before {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
}

.anchoring-card--after {
  background: #fff;
  border: 1px solid #33A471;
}

.anchoring-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-5);
  min-width: 0;
  padding: 0 var(--space-2);
}

.anchoring-card__logos {
  display: block;
  height: 30px;
  width: auto;
  object-fit: contain;
  flex-shrink: 0;
}

.anchoring-card--before .anchoring-card__logos { aspect-ratio: 161 / 30; }
.anchoring-card--after  .anchoring-card__logos { aspect-ratio: 230 / 30; }

.anchoring-card--before .anchoring-card__logos {
  opacity: 0.5;
  filter: grayscale(1);
}

.anchoring-card__label {
  font-weight: 600;
  font-size: 36px;
  letter-spacing: -0.24px;
  line-height: 20px;
  margin: 0;
}

.anchoring-card--before .anchoring-card__label { color: #8F8F8F; }
.anchoring-card--after  .anchoring-card__label { color: #202020; }

.anchoring-card__copy {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #3C3C43;
  margin: 0;
  max-width: 373px;
}

.anchoring-card__copy s {
  color: #878787;
  text-decoration: line-through;
}

.anchoring-card__price {
  font-weight: 600;
  font-size: 20px;
  color: #136D45;
  letter-spacing: -0.078px;
  line-height: 18px;
  margin: 0;
}

.anchoring-card__price-big {
  font-size: 31px;
}

.anchoring-card__mockup {
  width: 316px;
  height: 190px;
  aspect-ratio: 316 / 190;
  flex-shrink: 0;
  border-radius: 20px;
  object-fit: contain;
  display: block;
}

.anchoring__existential {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-10);
  width: 100%;
  padding-top: 50px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.anchoring__existential-title {
  font-weight: 600;
  font-size: 48px;
  line-height: 0.96;
  letter-spacing: -0.48px;
  margin: 0;
  flex: 0 0 443px;
  color: #0B0F1A;
}

.anchoring__existential-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.2px;
  margin: 0;
  flex: 1 1 auto;
  max-width: 717px;
  color: #0B0F1A;
}

@media (max-width: 1024px) {
  .anchoring-card {
    flex-direction: column;
    align-items: stretch;
    gap: var(--space-6);
  }
  .anchoring-card__mockup {
    width: 100%;
    max-width: 316px;
    align-self: center;
  }
  .anchoring__existential {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-6);
  }
  .anchoring__existential-title,
  .anchoring__existential-text {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
  .anchoring__existential-title { font-size: 36px; }
}

@media (max-width: 640px) {
  .anchoring { padding-bottom: var(--space-20); }
  .anchoring__cards { padding-top: 20px; }
  .anchoring-card__label { font-size: 28px; }
  .anchoring__existential-title { font-size: 28px; }
}

/* =====================================================
   ⑤½ COMPARAÇÃO — SEPARADO vs ORAYON (seção dark)
   ===================================================== */
.compare {
  position: relative;
  padding: var(--space-30) 0;
  background: var(--c-bg-deep);
  color: var(--text-primary);
}

.compare__container {
  display: flex;
  flex-direction: column;
  gap: var(--space-16);
  align-items: center;
}

.compare__header {
  max-width: 820px;
  text-align: center;
}

.compare__title {
  font-size: clamp(2rem, 3.4vw, 3rem);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0;
  color: var(--text-primary);
}

.compare__title .grad { display: block; }

.compare__table {
  position: relative;
  width: 100%;
  max-width: 960px;
  background: transparent;
  border: 1px solid var(--c-border-dark);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 22px 0 rgba(33, 44, 62, 0.4) inset;
}

.compare__head,
.compare__row {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1.2fr;
  align-items: center;
  padding: 16px 28px;
  border-bottom: 1px solid rgba(40, 53, 75, 0.35);
  position: relative;
  z-index: 1;
}

.compare__head {
  background: #0b0f1d;
  padding-top: 18px;
  padding-bottom: 18px;
}

.compare__h {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.compare__h--name   { color: var(--c-muted); }
.compare__h--market { color: var(--c-danger); text-align: center; }
.compare__h--orayon { color: var(--c-cta-green); text-align: center; }

.compare__row:last-child { border-bottom: none; }

.compare__name {
  font-size: 0.95rem;
  color: var(--text-primary);
}

.compare__market {
  font-size: 0.95rem;
  color: var(--c-danger);
  text-decoration: line-through;
  text-align: center;
}

.compare__market--none {
  text-decoration: none;
  color: var(--c-muted);
  font-style: italic;
}

.compare__orayon {
  font-size: 0.95rem;
  color: var(--c-cta-green);
  font-weight: 600;
  text-align: center;
}

.compare__row--total {
  background: #0b0f1d;
  border-top: 1px solid var(--c-border-dark);
  border-bottom: none;
  padding-top: 22px;
  padding-bottom: 22px;
}

.compare__row--total .compare__name {
  font-weight: 700;
  font-size: 1rem;
}

.compare__row--total .compare__market {
  font-size: 1.05rem;
  font-weight: 600;
}

.compare__row--total .compare__orayon {
  font-size: 1rem;
  line-height: 1.35;
}

.compare__row--total .compare__orayon strong {
  font-size: 1.25rem;
  font-weight: 700;
  display: block;
}

/* Retângulo verde CTA destacando a coluna "Na Orayon" (3ª col: 1.2fr de 3.8fr) */
.compare__highlight {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: calc(100% * (1.2 / 3.8) + 8px);
  border: 2px solid var(--c-cta-green);
  border-radius: 20px;
  background: rgba(35, 215, 86, 0.04);
  box-shadow: 0 0 0 6px rgba(35, 215, 86, 0.06), 0 0 30px rgba(35, 215, 86, 0.18);
  pointer-events: none;
  z-index: 2;
}

@media (max-width: 720px) {
  .compare { padding: var(--space-20) 0; }

  .compare__head,
  .compare__row {
    grid-template-columns: 1.3fr 1fr 1.2fr;
    padding: 14px 16px;
    gap: 8px;
  }

  .compare__h,
  .compare__name,
  .compare__market,
  .compare__orayon { font-size: 0.82rem; }

  .compare__row--total .compare__orayon strong { font-size: 1.05rem; }
  .compare__row--total .compare__market { font-size: 0.9rem; }

  .compare__highlight {
    width: calc(100% * (1.2 / 3.5) + 6px);
    border-radius: 16px;
  }
}

@media (max-width: 480px) {
  .compare__head,
  .compare__row {
    grid-template-columns: 1.1fr 0.9fr 1.2fr;
    padding: 12px 12px;
  }

  .compare__h,
  .compare__name,
  .compare__market,
  .compare__orayon { font-size: 0.75rem; }
}

/* =====================================================
   ⑦ PERFIS — IDENTIFICAÇÃO (seção light)
   ===================================================== */
.profiles {
  position: relative;
  padding: var(--space-30) 0;
  background: #EDEEF1;
  color: #0B0F1A;
  border-radius:30px;
}

.profiles__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}

.profiles__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
  max-width: 860px;
}

.profiles__title {
  font-size: clamp(26px, 3.6vw, 40px);
  font-weight: var(--fw-bold, 700);
  line-height: 1.2;
  color: #0B0F1A;
  margin: 0;
  letter-spacing: -0.01em;
}

.profiles__title-line {
  display: block;
}

.profiles__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  width: 100%;
  max-width: 1200px;
}

.profile-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(180deg, #0E1421 0%, #060A14 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 12px 32px rgba(4, 8, 23, 0.12);
  min-height: 360px;
}

.profile-card__media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  margin-bottom: -64px; /* fade sobrepõe o corpo */
}

.profile-card__placeholder {
  width: 100%;
  height: 100%;
  background:
    radial-gradient(120% 80% at 20% 20%, rgba(20, 160, 150, 0.35) 0%, transparent 55%),
    radial-gradient(120% 80% at 80% 30%, rgba(10, 90, 90, 0.45) 0%, transparent 60%),
    linear-gradient(180deg, #0F2A2E 0%, #081418 100%);
}

.profile-card__placeholder[data-profile="analista"]    { filter: hue-rotate(-10deg) brightness(0.95); }
.profile-card__placeholder[data-profile="advogada"]    { filter: hue-rotate(15deg) brightness(0.9); }
.profile-card__placeholder[data-profile="consultor"]   { filter: hue-rotate(-20deg) brightness(1); }
.profile-card__placeholder[data-profile="mae"]         { filter: hue-rotate(25deg) brightness(0.95); }
.profile-card__placeholder[data-profile="professor"]   { filter: hue-rotate(-5deg) brightness(0.92); }

.profile-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  -webkit-mask-image: linear-gradient(to top, transparent 0%, #000 35%);
  mask-image: linear-gradient(to top, transparent 0%, #000 35%);
}

.profile-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(6, 10, 20, 0) 0%,
    rgba(6, 10, 20, 0) 45%,
    rgba(6, 10, 20, 0.65) 75%,
    #060A14 100%
  );
  pointer-events: none;
}

.profile-card__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 28px 28px;
}

.profile-card__name {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: var(--fw-bold, 700);
  color: #fff;
  line-height: 1.15;
  margin: 0;
  letter-spacing: -0.01em;
}

.profile-card__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--c-magenta);
  box-shadow: 0 0 12px rgba(255, 87, 192, 0.6);
  flex-shrink: 0;
}

.profile-card__text {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
  margin: 0;
}

.profiles__outro {
  text-align: center;
  max-width: 760px;
  font-size: clamp(16px, 1.6vw, 18px);
  line-height: 1.55;
  color: rgba(11, 15, 26, 0.7);
  margin: 0;
}

.profiles__outro strong {
  color: #0B0F1A;
  font-weight: var(--fw-semibold, 600);
}

@media (max-width: 1024px) {
  .profiles__grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
}

@media (max-width: 640px) {
  .profiles { padding: var(--space-20) 0; }
  .profiles__container { gap: 40px; }
  .profiles__grid { grid-template-columns: 1fr; gap: 18px; }
  .profile-card { min-height: 320px; }
  .profile-card__body { padding: 0 22px 22px; }
}

/* =====================================================
   ⑥ OFERTA — PLANOS (seção dark)
   ===================================================== */
.plans {
  position: relative;
  padding: var(--space-30) 0;
  background-color: var(--c-bg-deep);
  background-image: url("assets/hero-bg.webp");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  color: var(--text-primary);
}

.plans__container {
  display: flex;
  flex-direction: column;
  gap: var(--space-16);
  align-items: center;
}

.plans__header {
  max-width: 820px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.plans__title {
  font-size: clamp(2rem, 3.6vw, 3rem);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0;
}

.plans__title .grad { display: block; }

.plans__subtitle {
  font-size: 1.05rem;
  color: var(--text-secondary);
  margin: 0;
  line-height: 1.5;
}

/* Grid */
.plans__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  align-items: stretch;
  width: 100%;
  max-width: 960px;
}

/* Card base */
.plan-card {
  position: relative;
  border: 1px solid var(--c-border-dark);
  border-radius: 24px;
  background: #182231;
  overflow: visible;
  display: flex;
  flex-direction: column;
}

.plan-card__inner {
  padding: clamp(24px, 3vw, 36px);
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* Card PRO — borda gradient wrap */
.plan-card--pro {
  border: none;
  padding: 2px;
  background: linear-gradient(135deg, var(--c-magenta) 0%, var(--c-accent) 100%);
  box-shadow: 0 25px 60px -30px rgba(255, 87, 192, 0.35);
}

.plan-card--pro .plan-card__inner {
  background: var(--c-bg-dark);
  border-radius: 22px;
}

/* Badge "Recomendado" — absolute no topo do card PRO */
.plan-card__recommended {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #FFFCDE;
  color: #9A7027;
  font-size: 13px;
  font-weight: 600;
  padding: 5px 14px;
  border-radius: 999px;
  white-space: nowrap;
  letter-spacing: 0;
  text-transform: uppercase;
}

.plan-card__recommended-icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  display: block;
}

/* Header do card */
.plan-card__eyebrow {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--c-muted);
  margin: 0 0 6px;
}

.plan-card__name {
  font-size: clamp(1.6rem, 2.4vw, 2.1rem);
  font-weight: 700;
  line-height: 1.05;
  margin: 0 0 6px;
  color: var(--text-primary);
  letter-spacing: -0.01em;
}

.plan-card__name--grad {
  background: linear-gradient(90deg, var(--c-magenta) 0%, var(--c-accent) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.plan-card__tagline {
  font-size: 0.95rem;
  color: var(--text-secondary);
  margin: 0 0 20px;
  line-height: 1.5;
}

/* Preço */
.plan-card__price-row {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 4px;
}

.plan-card__price {
  font-size: clamp(2.4rem, 3.4vw, 3.2rem);
  font-weight: 700;
  line-height: 1;
  color: var(--text-primary);
}

.plan-card__freq {
  font-size: 1rem;
  color: var(--c-muted);
}

.plan-card__compare {
  font-size: 0.82rem;
  color: var(--c-muted);
  margin: 0 0 16px;
}

.plan-card__compare s { color: rgba(255, 255, 255, 0.45); }
.plan-card__compare strong { color: var(--c-cta-green); font-weight: 600; }

/* Pill "Uso ilimitado" */
.plan-card__unlimited {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(35, 215, 86, 0.12);
  border: 1px solid rgba(35, 215, 86, 0.3);
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--c-cta-green);
  margin-bottom: 18px;
  width: fit-content;
}

.plan-card__divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  margin: 18px 0;
}

.plan-card__logos {
  height: 26px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
  aspect-ratio: 230 / 30;
  opacity: 0.9;
  display: block;
  align-self: flex-start;
  margin-bottom: 22px;
}

/* Feature list */
.plan-card__feats {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.plan-card__feats li {
  position: relative;
  padding-left: 22px;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.5;
}

.plan-card__feats strong {
  color: var(--text-primary);
  font-weight: 600;
}

.plan-card__check {
  position: absolute;
  left: 0;
  top: 0;
  color: var(--c-cta-green);
  font-weight: 700;
  line-height: 1.5;
}

/* Identidade */
.plan-card__identity {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 14px 16px;
  margin: 0 0 22px;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.55;
  font-style: italic;
}

/* CTA — full-width dentro do card */
.plan-card__cta {
  width: 100%;
  justify-content: center;
  text-align: center;
  margin-bottom: 10px;
}

/* CTA outline (Discover) */
.btn-cta--outline {
  background: transparent;
  color: var(--c-cta-green);
  border: 1.5px solid var(--c-cta-green);
  box-shadow: none;
  animation: none;
}

.btn-cta--outline::after { content: none; }

.btn-cta--outline:hover,
.btn-cta--outline:focus-visible {
  background: var(--c-cta-green);
  color: #0B0F1A;
}

.plan-card__fine {
  text-align: center;
  font-size: 0.75rem;
  color: var(--c-muted);
  margin: 10px 0 0;
}

/* Urgency — dentro do card, abaixo do CTA */
.plan-card__urgency {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(245, 165, 36, 0.08);
  border: 1px solid rgba(245, 165, 36, 0.25);
  border-radius: 12px;
  padding: 12px 16px;
  margin-top: 20px;
}

.plan-card__urgency-icon {
  font-size: 18px;
  flex-shrink: 0;
}

.plan-card__urgency p {
  margin: 0;
  font-size: 0.82rem;
  color: #F5A524;
  line-height: 1.45;
}

.plan-card__urgency strong { color: #F5A524; font-weight: 700; }

@media (max-width: 900px) {
  .plans__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

@media (max-width: 640px) {
  .plans { padding: var(--space-20) 0; }
  .plan-card__inner { padding: 24px; }
  .plan-card__name { font-size: 1.6rem; }
  .plan-card__price { font-size: 2.2rem; }
}

/* =====================================================
   BEYOND — "quando você quiser ir além" (seção light)
   Texto à esquerda, imagem à direita colada no fundo
   com margin-bottom negativo. overflow: hidden.
   ===================================================== */
.beyond {
  border-radius: 30px 30px 0 0;
  position: relative;
  background: #EDEEF1;
  color: #0B0F1A;
  padding: var(--space-20) 0 0;
  overflow: hidden;
}

.beyond__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: clamp(32px, 5vw, 80px);
}

.beyond__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: var(--space-20);
}

.beyond__title {
  font-size: clamp(1.5rem, 2.4vw, 2.1rem);
  font-weight: 600;
  line-height: 1.15;
  margin: 0;
  color: #0B0F1A;
  letter-spacing: -0.01em;
}

.beyond__text {
  font-size: 1rem;
  color: rgba(11, 15, 26, 0.7);
  line-height: 1.6;
  margin: 0;
  max-width: 520px;
}

.beyond__text strong {
  color: #0B0F1A;
  font-weight: 600;
}

.beyond__media {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.beyond__img {
  width: 100%;
  max-width: 560px;
  height: auto;
  display: block;
  margin-bottom: -60px;
}

@media (max-width: 900px) {
  .beyond__container {
    grid-template-columns: 1fr;
    gap: 24px;
    text-align: center;
  }
  .beyond__content {
    padding-bottom: 0;
    align-items: center;
  }
  .beyond__text { max-width: 100%; }
  .beyond__media { justify-content: center; }
  .beyond__img { margin-bottom: -40px; }
}

/* =====================================================
   ⑧ GARANTIA — marquee + box flutuante
   Estrutura adaptada de lp_money_ai. Cores rosa/magenta
   como placeholder — o usuário vai ajustar depois.
   ===================================================== */
.marquee-bonus {
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    92deg,
    rgba(4, 8, 23, 0.3) 4.49%,
    rgba(255, 87, 192, 0.3) 23.78%,
    rgba(4, 8, 23, 0.3) 47.17%,
    rgba(4, 8, 23, 0.3) 63.25%,
    rgba(255, 87, 192, 0.3) 81.21%,
    rgba(4, 8, 23, 0.3) 95.35%
  ), var(--c-bg-deep);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 14px 0;
  white-space: nowrap;
  z-index: 11;
}

.marquee-bonus__track {
  position: relative;
  z-index: 2;
  display: flex;
  width: max-content;
  animation: marquee-scroll-bonus 40s linear infinite;
}

.marquee-bonus__content {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-primary);
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-right: 12px;
}

.marquee-bonus__rosa {
  color: var(--c-magenta);
}

@keyframes marquee-scroll-bonus {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.guarantee {
  position: relative;
  z-index: 10;
  background: linear-gradient(
    120deg,
    #2F46E4,
    #FF57C0,
    #DA1B92,
    #FF57C0,
    #2F46E4
  );
  background-size: 300% 100%;
  animation: guarantee-shimmer 8s ease-in-out infinite;
  padding: 0;
}

@keyframes guarantee-shimmer {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.guarantee__container {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}

.guarantee__box {
  z-index: 4;
  position: relative;
  width: 100%;
  max-width: 1080px;
  background: linear-gradient(180deg, #191a1f 0%, #0e1118 100%);
  box-shadow: 0 0 32px 0 rgba(10, 12, 18, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 60px 60px;

  margin: 80px 0 80px 0;
}

.guarantee__img {
  width: 200px;
  object-fit: contain;
  margin-top: -60px;
  
  flex-shrink: 0;
  position: relative;
  z-index: 5;
}

.guarantee__title {
  font-size: clamp(1.7rem, 2.6vw, 2.3rem);
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.2;
  margin: 0 0 20px;
  text-wrap: balance;

}

.guarantee__text {
  font-size: 1rem;
  font-weight: 400;
  color: var(--text-secondary);
  line-height: 1.6;
  max-width: 620px;
  margin: 0;
}

.guarantee__text strong {
  color: var(--text-primary);
  font-weight: 700;
}

.guarantee__text--bold {
  font-weight: 700;
  color: #fff;
  margin-top: 16px;
}

@media (max-width: 767px) {
  .guarantee__box {
    padding: 0 24px 32px;
  
    margin: 60px 0 40px 0;
  }
  .guarantee__img {
    width: 60%;
    margin-top: -48px;
  
  }
  .guarantee__title {
    font-size: 1.5rem;
    padding-top: 30px;
  }
}

/* =====================================================
   CENÁRIOS (pré-FAQ — CTA final)
   Estrutura adaptada de lp_money_ai (team cta-final),
   sem o background dourado e sem bloco de citações.
   ===================================================== */
.scenarios {
  position: relative;
  padding: var(--space-30) 0;
  background: #040817;
}

.scenarios__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.scenarios__header {
  text-align: center;
  max-width: 720px;
}

.scenarios__title {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: var(--fw-semibold);
  line-height: 1.15;
  color: #fff;
  margin: 0;
}

.scenarios__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  width: 100%;
  max-width: 860px;
}

.scenario-card {
  border-radius: 20px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.scenario-card--bad {
  background: linear-gradient(180deg, rgba(60, 20, 20, 0.55) 0%, rgba(14, 17, 24, 0.9) 100%);
  border-color: rgba(200, 50, 50, 0.18);
  box-shadow: 0 0 32px rgba(200, 30, 30, 0.05) inset;
}

.scenario-card--good {
  background: linear-gradient(180deg, rgba(20, 55, 30, 0.55) 0%, rgba(14, 17, 24, 0.9) 100%);
  border-color: rgba(45, 160, 80, 0.25);
  box-shadow: 0 0 32px rgba(45, 160, 80, 0.06) inset;
}

.scenario-card__title {
  font-size: clamp(18px, 2vw, 22px);
  font-weight: var(--fw-semibold);
  color: #fff;
  line-height: 1.25;
  margin: 0;
}

.scenario-card__img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}

.scenario-card__text {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.65;
  margin: 0;
}

.scenario-card__text em {
  font-style: italic;
  color: rgba(255, 255, 255, 0.9);
}

.scenarios__hook {
  width: 100%;
  max-width: 720px;
  text-align: center;
  padding: 28px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.scenarios__hook-diff {
  font-size: clamp(18px, 2.2vw, 22px);
  font-weight: var(--fw-regular);
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.4;
  margin: 0;
}

.scenarios__hook-diff strong {
  font-weight: var(--fw-semibold);
  color: #fff;
}

.scenarios__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  width: 100%;
  max-width: 640px;
}

.scenarios__cta .btn-cta-wrap { width: 100%; display: block; }

.scenarios__cta-sub {
  font-size: 0.85rem;
  color: var(--text-secondary);
  text-align: center;
  margin: 0;
}

@media (max-width: 767px) {
  .scenarios { padding: var(--space-16) 0; }
  .scenarios__container { gap: 32px; }
  .scenarios__grid { grid-template-columns: 1fr; }
  .scenario-card { padding: 22px; }
  .scenarios__hook { padding: 22px 0; }
}

/* =====================================================
   FAQ (ref: lp_money_ai)
   ===================================================== */
.faq {
  padding: var(--space-10) 0 var(--space-30) 0;
  position: relative;
  background: #040817;
}

.faq__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-14, 56px);
}

.faq__header {
  text-align: center;
  max-width: 680px;
}

.faq__header .tag { margin-bottom: 18px; }

.faq__title {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: var(--fw-semibold);
  line-height: 1.15;
  color: #fff;
  margin: 0 0 14px;
}

.faq__subtitle {
  font-size: clamp(15px, 1.6vw, 17px);
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.6;
  margin: 0;
}

.faq__list {
  width: 100%;
  max-width: 760px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq__item {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  overflow: hidden;
  transition: border-color var(--dur-base) var(--ease-std),
              background var(--dur-base) var(--ease-std);
}

.faq__item[open] {
  background: rgba(47, 70, 228, 0.06);
  border-color: rgba(47, 70, 228, 0.3);
}

.faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  font-size: clamp(15px, 1.5vw, 1.1rem);
  font-weight: var(--fw-semibold);
  color: #fff;
  cursor: pointer;
  list-style: none;
  user-select: none;
  transition: color 0.2s ease;
}

.faq__question::-webkit-details-marker { display: none; }

.faq__item[open] .faq__question {
  background: linear-gradient(91deg, #C2DAF7 -9.12%, #FF57C0 42.96%, #2F46E4 107.35%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.faq__question::after {
  content: "";
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%23C2DAF7' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.3s var(--ease-std);
}

.faq__item[open] .faq__question::after { transform: rotate(180deg); }

.faq__answer {
  padding: 0 24px 20px;
  font-size: clamp(14px, 1.4vw, 15px);
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.7;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.faq__answer p { margin: 14px 0 0; }

@media (max-width: 767px) {
  .faq { padding: var(--space-16) 0; }
  .faq__question { padding: 18px; }
  .faq__answer { padding: 0 18px 18px; }
}

/* =====================================================
   FOOTER
   ===================================================== */
.footer {
  position: relative;
  z-index: 1000;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0 20px var(--space-10);
  background: rgba(4, 8, 23, 0.3);
}

/* ===== BOTTOM BLUR (overlay fixo, ref lp_lançamento_franqueados) ===== */
.bottom-blur {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 999;
  pointer-events: none;
}

.bottom-blur__selector {
  position: relative;
  width: 100%;
  height: 100%;
}

.blur {
  position: absolute;
  inset: 0;
}

.blur-1 {
  backdrop-filter: blur(0.5px);
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 12.5%,
    rgba(0, 0, 0, 1) 25%,
    rgba(0, 0, 0, 0) 37.5%
  );
}

.blur-2 {
  backdrop-filter: blur(1px);
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 12.5%,
    rgba(0, 0, 0, 1) 25%,
    rgba(0, 0, 0, 1) 37.5%,
    rgba(0, 0, 0, 0) 50%
  );
}

.blur-3 {
  backdrop-filter: blur(2px);
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 25%,
    rgba(0, 0, 0, 1) 37.5%,
    rgba(0, 0, 0, 1) 50%,
    rgba(0, 0, 0, 0) 62.5%
  );
}

.blur-4 {
  backdrop-filter: blur(4px);
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 37.5%,
    rgba(0, 0, 0, 1) 50%,
    rgba(0, 0, 0, 1) 62.5%,
    rgba(0, 0, 0, 0) 75%
  );
}

.blur-5 {
  backdrop-filter: blur(8px);
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 1) 62.5%,
    rgba(0, 0, 0, 1) 75%,
    rgba(0, 0, 0, 0) 87.5%
  );
}

.blur-6 {
  backdrop-filter: blur(16px);
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 62.5%,
    rgba(0, 0, 0, 1) 75%,
    rgba(0, 0, 0, 1) 87.5%,
    rgba(0, 0, 0, 0) 100%
  );
}

.blur-7 {
  backdrop-filter: blur(32px);
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 75%,
    rgba(0, 0, 0, 1) 87.5%,
    rgba(0, 0, 0, 1) 100%
  );
}

.blur-8 {
  backdrop-filter: blur(64px);
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 87.5%,
    rgba(0, 0, 0, 1) 100%
  );
}

.footer__container {
  width: 100%;
  max-width: 1880px;
  background: radial-gradient(150% 100% at 50% 0%, #FF9BD9 0%, #ED5AB6 22.41%, #a158bb 49%, #2B54C1 69.27%);
  border-radius: 44px;
  padding: var(--space-16) var(--space-20) var(--space-4);
  position: relative;
  overflow: hidden;
}

.footer__content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto var(--space-10);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: var(--space-6);
  align-items: start;
}

.footer__contact {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

.footer__contact-item {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  text-decoration: none;
  color: #fff;
  transition: opacity var(--dur-base) var(--ease-std);
}

.footer__contact-item:hover { opacity: 0.85; }

.footer__contact-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  display: inline-flex;
}

.footer__contact-icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.footer__contact-text {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #fff;
}

.footer__center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-3);
  max-width: 420px;
  margin: 0 auto;
  text-align: center;
}

.footer__logo {
  width: 132px;
  height: auto;
}

.footer__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.footer__company-name {
  margin: 0;
  font-size: 1rem;
  font-weight: var(--fw-semibold);
  line-height: 1.2;
  color: #fff;
}

.footer__cnpj {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: var(--space-1);
}

.footer__cnpj-text {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.5;
  color: #F2F2F2;
  text-align: right;
}

.footer__bottom {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: var(--space-3) var(--space-4);
  padding-top: var(--space-4);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.footer__bottom-link {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}

a.footer__bottom-link:hover { text-decoration: underline; }

/* Tablet */
@media (max-width: 1024px) {
  .footer__container {
    padding: var(--space-12) var(--space-10) var(--space-4);
  }
}

/* Mobile */
@media (max-width: 767px) {
  .footer { padding: 0 16px var(--space-8); }

  .footer__container {
    padding: var(--space-10) var(--space-6) var(--space-4);
    border-radius: 32px;
  }

  .footer__content {
    grid-template-columns: 1fr;
    gap: var(--space-8);
    text-align: center;
    margin-bottom: var(--space-8);
  }

  .footer__contact { order: 2; align-items: center; }
  .footer__center { order: 1; }
  .footer__cnpj { order: 3; align-items: center; }
  .footer__cnpj-text { text-align: center; }

  .footer__bottom {
    flex-direction: column;
    gap: var(--space-2);
  }

  .footer__bottom-link { white-space: normal; text-align: center; }
}

@media (max-width: 480px) {
  .footer__container {
    padding: var(--space-8) var(--space-4) var(--space-4);
    border-radius: 24px;
  }
  .footer__logo { width: 108px; }
}

/* =====================================================
   SOLUTION CARD — LYRA (6º card, full-width, dark, borda gradiente animada)
   Usado nas variantes LP-J, LP-P, LP-6C.
   ===================================================== */
@property --lyra-angle {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}

.solution-card--lyra {
  grid-column: 1 / -1;
  flex-direction: row;
  align-items: stretch;
  gap: 32px;
  background: #0B0F1D;
  color: #fff;
  position: relative;
  border: 2px solid transparent;
  isolation: isolate;
}

.solution-card--lyra::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: conic-gradient(
    from var(--lyra-angle),
    var(--c-magenta) 0deg,
    var(--c-accent) 120deg,
    var(--c-magenta) 240deg,
    var(--c-accent) 360deg
  );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
          mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
  animation: lyra-rotate 5s linear infinite;
  z-index: 2;
}

@keyframes lyra-rotate {
  to { --lyra-angle: 360deg; }
}

/* Fallback pra browsers sem @property: borda gradiente fixa (sem animar) */
@supports not (background: conic-gradient(from var(--lyra-angle), red, blue)) {
  .solution-card--lyra::before {
    background: linear-gradient(135deg, var(--c-magenta), var(--c-accent));
    animation: none;
  }
}

.solution-card--lyra .solution-card__title { color: #fff; }
.solution-card--lyra .solution-card__text  { color: rgba(255, 255, 255, 0.72); }

.solution-card--lyra .solution-card__body {
  flex: 0 1 44%;
  min-width: 0;
  justify-content: center;
  padding: 36px;
}

.solution-card--lyra .solution-card__media {
  flex: 1 1 56%;
  min-width: 0;
  min-height: 240px;
}

.solution-card--lyra .solution-card__img {
  object-fit: contain;
  object-position: right center;
}

.solution-card--lyra .solution-card__tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--c-magenta), var(--c-accent));
  color: #fff;
  width: fit-content;
  margin-bottom: 6px;
}

@media (max-width: 900px) {
  .solution-card--lyra { flex-direction: column; gap: 20px; }
  .solution-card--lyra .solution-card__media { min-height: 200px; }
}

@media (max-width: 640px) {
  .solution-card--lyra .solution-card__body { padding: 22px 22px 0; }
  .solution-card--lyra .solution-card__img { margin-bottom: -20px; }
}

/* =====================================================
   PLAN CARD — SOLO (LP-P, vende só Pro centralizado, 575px)
   ===================================================== */
.plans__grid--solo {
  grid-template-columns: minmax(0, 575px);
  justify-content: center;
  max-width: 100%;
}

.plan-card--solo {
  width: 100%;
  max-width: 575px;
  margin: 0 auto;
}

.plan-card__recommended--complete {
  background: linear-gradient(135deg, var(--c-magenta), var(--c-accent));
  color: #fff;
}

@media (max-width: 640px) {
  .plans__grid--solo { grid-template-columns: 1fr; }
}

/* =====================================================
   ORAYON ACADEMY — bloco da versão minimal
   Reaproveita .solution-card--wide com título maior.
   ===================================================== */
.academy {
  position: relative;
  padding: var(--space-30) 0;
  background: var(--c-bg-deep);
  color: var(--text-primary);
}

.academy__container {
  display: flex;
  flex-direction: column;
  gap: var(--space-12);
  align-items: center;
}

.academy__header {
  max-width: 820px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.academy__title {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0;
}

.academy__subtitle {
  font-size: 1.1rem;
  color: var(--text-secondary);
  margin: 0;
  line-height: 1.5;
}

.academy__card-wrap {
  width: 100%;
  max-width: 910px;
}

/* Variante do solution-card pra Academy: título maior */
.solution-card--academy .solution-card__title {
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 600;
  line-height: 1.15;
}

@media (max-width: 640px) {
  .academy { padding: var(--space-20) 0; }
}
