/* ── FONT: @import remoto de Barlow Condensed removido — a CSP do app (style-src 'self')
   bloqueia stylesheet/fonte externa, então o @import nunca carregava. Os títulos usam o
   fallback da stack. Para habilitar a fonte de verdade, self-hospede o .woff2 e referencie
   via @font-face local (servido por 'self', compatível com a CSP). ── */

/* ── SCROLL REVEAL ─────────────────────────────────────────────────────────── */
[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity .72s cubic-bezier(.16,1,.3,1),
    transform .72s cubic-bezier(.16,1,.3,1);
}
[data-reveal].is-revealed            { opacity: 1; transform: none; }
[data-reveal][data-reveal-delay="1"] { transition-delay: .10s; }
[data-reveal][data-reveal-delay="2"] { transition-delay: .20s; }
[data-reveal][data-reveal-delay="3"] { transition-delay: .32s; }
[data-reveal][data-reveal-delay="4"] { transition-delay: .46s; }

@media (prefers-reduced-motion: reduce) {
  [data-reveal] { opacity: 1; transform: none; transition: none; }
}

/* ── HERO ─────────────────────────────────────────────────────────────────── */
.pp-hero {
  display: grid;
  grid-template-columns: 1fr minmax(0, 480px);
  align-items: center;
  gap: 24px;
  padding: clamp(56px, 8vw, 112px) 0 clamp(40px, 5vw, 72px);
  position: relative;
}

/* ── LEFT COPY ─────────────────────────────────────────────────────────────── */
.pp-hero-copy {
  display: flex;
  flex-direction: column;
  gap: 28px;
  position: relative;
  z-index: 1;
}


.pp-hero-h1 {
  font-family: 'Barlow Condensed', system-ui, -apple-system, sans-serif;
  font-size: clamp(54px, 7.8vw, 100px);
  font-weight: 800;
  line-height: .97;
  letter-spacing: -.01em;
  color: #f2ece2;
  margin: 0;
}

.pp-h1-line { display: block; }
.pp-h1-gold { color: var(--gold, #f8bd24); }

.pp-hero-sub {
  color: #756e67;
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.65;
  max-width: 42ch;
  margin: 0;
}

/* ── CTA BUTTONS ───────────────────────────────────────────────────────────── */
.pp-hero-ctas {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.pp-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  background: var(--gold, #f8bd24);
  color: #0a0907;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .01em;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 8px 28px rgba(248,189,36,.30);
  transition: filter .15s ease, transform .15s ease, box-shadow .15s ease;
}
.pp-btn-primary:hover {
  filter: brightness(1.09);
  transform: translateY(-2px);
  box-shadow: 0 14px 40px rgba(248,189,36,.42);
}
.pp-btn-primary:active { transform: translateY(0); filter: brightness(.96); }

.pp-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  background: transparent;
  color: #a09890;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 8px;
  cursor: pointer;
  white-space: nowrap;
  transition: border-color .15s ease, color .15s ease, background .15s ease;
}
.pp-btn-ghost:hover {
  border-color: rgba(255,255,255,.32);
  color: #ede6da;
  background: rgba(255,255,255,.05);
}

.pp-btn-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  background: transparent;
  color: #5a5450;
  font-size: 14px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: color .15s ease;
  text-decoration: none;
}
.pp-btn-link:hover { color: #a09890; }

/* ── TRUST LINE ─────────────────────────────────────────────────────────────── */
.pp-hero-trust {
  margin: 0;
  color: #3a3632;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .02em;
}

/* ── VISUAL COLUMN ─────────────────────────────────────────────────────────── */
.pp-hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}

.landing-hero-visual,
.landing-hero-wordmark {
  display: block;
}

.pp-hero-aura {
  position: absolute;
  inset: -15% -20%;
  background: radial-gradient(ellipse 58% 52% at 50% 56%,
    rgba(248,189,36,.24) 0%,
    rgba(248,189,36,.08) 38%,
    transparent 68%);
  filter: blur(36px);
  pointer-events: none;
}

.pp-hero-ghost {
  position: relative;
  z-index: 1;
  width: min(420px, 92%);
  height: auto;
  filter: drop-shadow(0 80px 160px rgba(0,0,0,.92));
  animation: ppGhostFloat 6.4s ease-in-out infinite;
}

@keyframes ppGhostFloat {
  0%, 100% { transform: translateY(0) rotate(-.4deg); }
  50%       { transform: translateY(-15px) rotate(.4deg); }
}

/* ── TRUST STRIP ───────────────────────────────────────────────────────────── */
.pp-trust-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 20px 0 28px;
  border-bottom: 1px solid rgba(255,255,255,.06);
  flex-wrap: wrap;
}
.pp-trust-strip > span {
  color: #5a5350;
  font-size: 13px;
  font-weight: 500;
}
.pp-trust-sep {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255,255,255,.16);
  flex: 0 0 auto;
}

/* ── RESPONSIVE ────────────────────────────────────────────────────────────── */
@media (max-width: 900px) {
  .pp-hero {
    grid-template-columns: 1fr;
    padding: clamp(44px, 9vw, 72px) 0 32px;
    gap: 0;
    overflow: visible;
  }

  .pp-hero-visual {
    position: absolute;
    top: 0;
    right: -24px;
    width: 230px;
    min-height: unset;
    pointer-events: none;
    opacity: .15;
  }

  .pp-hero-aura { display: none; }

  .pp-hero-ghost {
    width: 100%;
    animation: none;
    filter: none;
  }

  .pp-hero-copy { gap: 20px; }
}

@media (max-width: 600px) {
  .pp-hero-visual {
    width: 160px;
    right: -12px;
    opacity: .11;
  }
  .pp-hero-ctas {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pp-hero-ghost { animation: none; }
}
