/* ============================================================
   KAIRÓS — SEO Médico Premium · Versão Executiva
   Mobile First · Dark Luxury · Glassmorphism · Golden Plexus
   ============================================================ */

:root {
  --gold:    #D4AF37;
  --gold-2:  #FFD700;
  --black-0: #050505;
  --black-1: #0D0D0D;
  --graf:    #151515;
  --white:   #FFFFFF;
  --gray-p:  #B8B8B8;
  --ease-lux: cubic-bezier(0.22, 1, 0.36, 1);
}

* { -webkit-tap-highlight-color: transparent; min-width: 0; }

html { scroll-behavior: smooth; }

body {
  background: var(--black-0);
  color: var(--white);
  overflow-x: hidden;
  cursor: none; /* cursor personalizado — restaurado em touch via JS/CSS */
}

::selection { background: rgba(212, 175, 55, 0.35); color: #fff; }

/* Scrollbar premium (desktop) */
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: var(--black-1); }
::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--gold), #8a6d1f);
  border-radius: 8px; border: 2px solid var(--black-1);
}

/* ============ FUNDO GOLDEN PLEXUS ============ */
#plexus {
  position: fixed; inset: 0; z-index: 0;
  width: 100%; height: 100%;
  pointer-events: none;
}
#vignette {
  position: fixed; inset: 0; z-index: 1; pointer-events: none;
  background:
    radial-gradient(ellipse 120% 90% at 50% 0%, transparent 40%, rgba(5,5,5,0.85) 100%),
    linear-gradient(180deg, rgba(5,5,5,0.25) 0%, rgba(5,5,5,0.55) 100%);
}
header, main, footer, #sticky-cta { position: relative; z-index: 2; }

/* ============ LOADING SCREEN ============ */
#loader {
  position: fixed; inset: 0; z-index: 100;
  background: var(--black-0);
  display: flex; align-items: center; justify-content: center;
  transition: opacity 0.9s var(--ease-lux), visibility 0.9s;
}
#loader.done { opacity: 0; visibility: hidden; }
.loader-inner { text-align: center; padding: 0 24px; }
.loader-logo {
  display: block; font-size: clamp(2rem, 8vw, 3.2rem);
  letter-spacing: 0.45em; padding-left: 0.45em;
  background: linear-gradient(110deg, #fff 20%, var(--gold-2) 45%, var(--gold) 55%, #fff 80%);
  background-size: 200% auto;
  -webkit-background-clip: text; background-clip: text; color: transparent;
  animation: shine 2.4s linear infinite;
}
@keyframes shine { to { background-position: -200% center; } }
.loader-line {
  display: block; width: min(180px, 50vw); height: 1px; margin: 22px auto 14px;
  background: rgba(212,175,55,0.18); overflow: hidden;
}
.loader-line-fill {
  display: block; width: 100%; height: 100%;
  background: linear-gradient(90deg, transparent, var(--gold-2), transparent);
  transform: translateX(-100%);
  animation: loadbar 1.6s var(--ease-lux) infinite;
}
@keyframes loadbar { to { transform: translateX(100%); } }
.loader-tag {
  font-size: 0.7rem; letter-spacing: 0.4em; text-transform: uppercase;
  color: var(--gray-p);
}

/* ============ CURSOR PERSONALIZADO (somente ponteiros finos) ============ */
#cursor-dot, #cursor-ring { display: none; }

@media (hover: hover) and (pointer: fine) {
  #cursor-dot, #cursor-ring {
    display: block;
    position: fixed; top: 0; left: 0; z-index: 99;
    pointer-events: none; border-radius: 50%;
    transform: translate(-50%, -50%);
  }
  #cursor-dot {
    width: 6px; height: 6px; background: var(--gold-2);
    box-shadow: 0 0 12px rgba(255,215,0,0.8);
  }
  #cursor-ring {
    width: 36px; height: 36px;
    border: 1px solid rgba(212,175,55,0.5);
    transition: width 0.3s var(--ease-lux), height 0.3s var(--ease-lux),
                border-color 0.3s, background 0.3s;
  }
  body.cursor-hover #cursor-ring {
    width: 60px; height: 60px;
    border-color: rgba(255,215,0,0.9);
    background: rgba(212,175,55,0.08);
  }
}
@media (hover: none), (pointer: coarse) {
  body { cursor: auto; }
  a, button, summary { cursor: pointer; }
}

/* ============ NAVEGAÇÃO ============ */
#nav {
  transition: background 0.5s var(--ease-lux), backdrop-filter 0.5s, box-shadow 0.5s;
  padding-top: env(safe-area-inset-top);
}
#nav.scrolled {
  background: rgba(13,13,13,0.78);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 1px 0 rgba(212,175,55,0.15), 0 20px 50px rgba(0,0,0,0.5);
}
.nav-link {
  position: relative; transition: color 0.3s;
  padding-bottom: 4px;
}
.nav-link::after {
  content: ""; position: absolute; left: 0; bottom: 0;
  width: 0; height: 1px; background: var(--gold-2);
  transition: width 0.4s var(--ease-lux);
}
.nav-link:hover { color: var(--white); }
.nav-link:hover::after { width: 100%; }

/* ============ TIPOGRAFIA / ELEMENTOS ============ */
.eyebrow {
  font-size: 0.7rem; letter-spacing: 0.38em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 1.2rem;
  display: flex; align-items: center; gap: 14px;
  line-height: 1.7;
}
.eyebrow::before {
  content: ""; flex: none; width: 36px; height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent);
}

.gold-text {
  background: linear-gradient(110deg, var(--gold) 0%, var(--gold-2) 50%, var(--gold) 100%);
  background-size: 200% auto;
  -webkit-background-clip: text; background-clip: text; color: transparent;
  animation: shine 6s linear infinite;
}

.hero-title {
  font-size: clamp(2.15rem, 5.6vw + 0.6rem, 4.6rem);
  line-height: 1.1; letter-spacing: 0.01em;
  text-wrap: balance;
  overflow-wrap: break-word;
}
.hero-sub {
  margin-top: 1.5rem; max-width: 40rem;
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  font-weight: 300; line-height: 1.75; color: var(--gray-p);
  text-wrap: pretty;
}

/* Selo premium acima da headline */
.hero-seal {
  display: inline-flex; align-items: center; gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 1.6rem;
  padding: 0.55rem 1.1rem;
  border-radius: 999px;
  border: 1px solid rgba(212,175,55,0.35);
  background: linear-gradient(120deg, rgba(212,175,55,0.10), rgba(212,175,55,0.03));
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  font-size: 0.68rem; letter-spacing: 0.26em; text-transform: uppercase;
  color: #e8d9a8; line-height: 1.8;
  box-shadow: 0 0 30px rgba(212,175,55,0.10) inset, 0 8px 30px rgba(0,0,0,0.35);
}
.hero-seal i { font-style: normal; color: var(--gold); }
.seal-dot {
  flex: none; width: 7px; height: 7px; border-radius: 50%;
  background: var(--gold-2);
  box-shadow: 0 0 10px rgba(255,215,0,0.9);
  animation: sealPulse 2.8s var(--ease-lux) infinite;
}
@keyframes sealPulse {
  0%, 100% { box-shadow: 0 0 6px rgba(255,215,0,0.7); }
  50% { box-shadow: 0 0 16px rgba(255,215,0,1); }
}

/* Iluminação dourada sutil do hero */
.hero-light {
  position: absolute; inset: 0; pointer-events: none; z-index: -1;
  background:
    radial-gradient(48rem 30rem at 18% 22%, rgba(212,175,55,0.085), transparent 65%),
    radial-gradient(36rem 26rem at 85% 75%, rgba(212,175,55,0.05), transparent 70%);
  animation: heroLight 12s ease-in-out infinite alternate;
}
@keyframes heroLight {
  from { opacity: 0.75; } to { opacity: 1; }
}

/* Pilares de posicionamento (substituem métricas) */
.hero-pillars {
  margin-top: 3.5rem;
  display: grid; gap: 1.4rem;
  grid-template-columns: 1fr;
  max-width: 46rem;
}
@media (min-width: 640px) { .hero-pillars { grid-template-columns: repeat(3, 1fr); gap: 1.6rem; } }
.pillar {
  border-left: 1px solid rgba(212,175,55,0.35);
  padding-left: 16px;
  display: flex; flex-direction: column; gap: 5px;
}
.pillar strong {
  font-family: 'Marcellus', serif; font-weight: 400;
  font-size: 1.02rem; color: var(--gold-2);
  letter-spacing: 0.04em;
}
.pillar span {
  font-size: 0.78rem; line-height: 1.6; color: var(--gray-p); font-weight: 300;
}

.section { padding: clamp(5rem, 10vw, 9rem) 0; }
.section-title {
  font-size: clamp(1.75rem, 3.4vw + 0.5rem, 3.1rem);
  line-height: 1.16; max-width: 48rem; text-wrap: balance;
}
.section-sub {
  margin-top: 1.2rem; max-width: 38rem;
  color: var(--gray-p); font-weight: 300; line-height: 1.75;
  text-wrap: pretty;
}

/* ============ BOTÕES ============ */
.btn-gold, .btn-ghost {
  position: relative; display: inline-flex; align-items: center; justify-content: center;
  gap: 10px; border-radius: 999px; font-weight: 500;
  letter-spacing: 0.04em; padding: 0.8rem 1.5rem;
  transition: transform 0.35s var(--ease-lux), box-shadow 0.35s, background 0.35s, color 0.35s;
  will-change: transform; overflow: hidden; white-space: nowrap;
  max-width: 100%;
}
.btn-lg { padding: 1rem 1.9rem; font-size: 0.98rem; width: 100%; }
.btn-xl { padding: 1.15rem 2.4rem; font-size: 1.02rem; }
@media (min-width: 640px) {
  .btn-lg { width: auto; padding: 1.05rem 2.2rem; font-size: 1rem; }
  .btn-xl { padding: 1.2rem 2.8rem; font-size: 1.05rem; }
}

.btn-gold {
  color: var(--black-0);
  background: linear-gradient(120deg, var(--gold) 0%, var(--gold-2) 50%, var(--gold) 100%);
  background-size: 200% auto;
  box-shadow: 0 0 0 1px rgba(255,215,0,0.25), 0 12px 35px rgba(212,175,55,0.25);
}
.btn-gold::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(110deg, transparent 30%, rgba(255,255,255,0.55) 50%, transparent 70%);
  transform: translateX(-120%); transition: transform 0.8s var(--ease-lux);
}
.btn-gold:hover { background-position: right center; box-shadow: 0 0 30px rgba(255,215,0,0.45), 0 18px 45px rgba(212,175,55,0.35); }
.btn-gold:hover::before { transform: translateX(120%); }

.btn-ghost {
  color: var(--white);
  border: 1px solid rgba(212,175,55,0.4);
  background: rgba(212,175,55,0.04);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
}
.btn-ghost:hover {
  border-color: var(--gold-2);
  background: rgba(212,175,55,0.12);
  box-shadow: 0 0 25px rgba(212,175,55,0.2);
}

a:focus-visible, button:focus-visible, summary:focus-visible, [tabindex]:focus-visible {
  outline: 2px solid var(--gold-2); outline-offset: 3px; border-radius: 4px;
}

.scroll-hint {
  position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%);
  width: 24px; height: 40px; border: 1px solid rgba(212,175,55,0.45);
  border-radius: 14px; display: flex; justify-content: center; padding-top: 7px;
}
.scroll-hint span {
  width: 3px; height: 8px; border-radius: 3px; background: var(--gold-2);
  animation: hint 1.8s var(--ease-lux) infinite;
}
@keyframes hint { 0%{transform:translateY(0);opacity:1} 70%{transform:translateY(14px);opacity:0} 100%{opacity:0} }

/* ============ CARDS (Glassmorphism premium) ============ */
.glass, .card {
  background: linear-gradient(160deg, rgba(21,21,21,0.85), rgba(13,13,13,0.65));
  border: 1px solid rgba(212,175,55,0.14);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-radius: 18px;
}
.card {
  padding: 1.8rem 1.5rem;
  transition: transform 0.5s var(--ease-lux), border-color 0.5s, box-shadow 0.5s;
  position: relative; overflow: hidden;
}
@media (min-width: 640px) { .card { padding: 2rem 1.8rem; } }
.card::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(420px circle at var(--mx, 50%) var(--my, 0%), rgba(212,175,55,0.13), transparent 65%);
  opacity: 0; transition: opacity 0.5s;
}
@media (hover: hover) {
  .card:hover, .card:focus-visible {
    transform: translateY(-6px);
    border-color: rgba(255,215,0,0.45);
    box-shadow: 0 24px 60px rgba(0,0,0,0.6), 0 0 40px rgba(212,175,55,0.12);
  }
  .card:hover::after, .card:focus-visible::after { opacity: 1; }
}
.card h3 {
  font-family: 'Marcellus', serif; font-size: 1.2rem;
  margin-bottom: 0.7rem; letter-spacing: 0.02em;
  text-wrap: balance;
}
.card p { color: var(--gray-p); font-weight: 300; font-size: 0.95rem; line-height: 1.7; }
.card-icon { display: block; color: var(--gold); font-size: 1.1rem; margin-bottom: 1.1rem; opacity: 0.85; }

.pain-card--accent { border-color: rgba(255,215,0,0.4); }
.pain-card--accent .card-icon { color: var(--gold-2); text-shadow: 0 0 16px rgba(255,215,0,0.6); }

.sol-card::before {
  content: ""; position: absolute; top: 0; left: 1.5rem; right: 1.5rem; height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent);
  opacity: 0.6;
}

/* ============ SEÇÃO DE AUTORIDADE ============ */
.auth-card { padding-top: 2.2rem; }
.auth-mark {
  display: block; width: 34px; height: 34px; margin-bottom: 1.2rem;
  border-radius: 10px; position: relative;
  border: 1px solid rgba(212,175,55,0.45);
  background: linear-gradient(140deg, rgba(212,175,55,0.16), transparent);
  box-shadow: 0 0 18px rgba(212,175,55,0.12) inset;
}
.auth-mark::after {
  content: ""; position: absolute; inset: 0; margin: auto;
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--gold-2);
  box-shadow: 0 0 12px rgba(255,215,0,0.8);
}
.auth-card--accent { border-color: rgba(255,215,0,0.4); }

/* ============ SEÇÃO VISUAL PREMIUM (mockups flutuantes) ============ */
.visual-points { margin-top: 1.8rem; display: flex; flex-direction: column; gap: 0.8rem; }
.visual-points li {
  display: flex; gap: 12px; align-items: baseline;
  color: var(--gray-p); font-weight: 300; font-size: 0.95rem; line-height: 1.6;
}
.visual-points span { color: var(--gold-2); flex: none; }

.visual-stage {
  position: relative;
  min-height: 420px;
  perspective: 1200px;
  display: flex; align-items: center; justify-content: center;
  margin-top: 1rem;
}
@media (min-width: 1024px) { .visual-stage { min-height: 540px; margin-top: 0; } }
.visual-tilt {
  position: relative; width: 100%; max-width: 460px; height: 100%;
  min-height: inherit;
  transform-style: preserve-3d;
  transition: transform 0.3s ease-out;
}

.mock { position: absolute; border-radius: 18px; }

/* Dashboard */
.mock-dash {
  left: 0; top: 8%;
  width: min(78%, 360px);
  box-shadow: 0 30px 80px rgba(0,0,0,0.65), 0 0 50px rgba(212,175,55,0.08);
  overflow: hidden;
}
.mock-bar {
  display: flex; align-items: center; gap: 6px;
  padding: 10px 14px;
  border-bottom: 1px solid rgba(212,175,55,0.14);
  background: rgba(13,13,13,0.7);
}
.mock-bar i {
  width: 8px; height: 8px; border-radius: 50%;
  background: rgba(212,175,55,0.35);
}
.mock-bar i:first-child { background: rgba(255,215,0,0.7); }
.mock-url {
  margin-left: 8px; font-size: 0.6rem; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--gray-p);
}
.mock-body { padding: 14px; display: flex; flex-direction: column; gap: 12px; }
.mock-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.mock-kpi {
  border: 1px solid rgba(212,175,55,0.16); border-radius: 10px;
  padding: 8px; display: flex; flex-direction: column; gap: 6px;
  background: rgba(21,21,21,0.6);
}
.mock-kpi em {
  font-style: normal; font-size: 0.55rem; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--gray-p);
}
.mock-kpi svg { width: 100%; height: 20px; }
.mock-kpi polyline {
  fill: none; stroke: var(--gold-2); stroke-width: 1.6;
  stroke-linecap: round; stroke-linejoin: round;
  filter: drop-shadow(0 0 3px rgba(255,215,0,0.6));
}
.mock-chart {
  border: 1px solid rgba(212,175,55,0.16); border-radius: 12px;
  padding: 10px; background: rgba(21,21,21,0.6);
  display: flex; flex-direction: column; gap: 6px;
}
.mock-chart svg { width: 100%; height: 84px; }
.mock-chart .line {
  stroke: var(--gold-2); stroke-width: 2;
  stroke-linecap: round; stroke-linejoin: round;
  filter: drop-shadow(0 0 5px rgba(255,215,0,0.55));
}
.mock-chart em {
  font-style: normal; font-size: 0.58rem; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--gray-p);
}
.mock-rows { display: flex; flex-direction: column; gap: 8px; }
.mock-row { display: flex; align-items: center; gap: 10px; }
.mock-row b {
  flex: none; width: 18px; height: 18px; border-radius: 6px;
  background: linear-gradient(140deg, rgba(212,175,55,0.5), rgba(212,175,55,0.15));
}
.mock-row u {
  display: block; height: 6px; border-radius: 4px; text-decoration: none;
  background: linear-gradient(90deg, rgba(212,175,55,0.55), rgba(212,175,55,0.08));
}

/* Smartphone */
.mock-phone {
  right: 0; bottom: 4%;
  width: min(44%, 190px);
  aspect-ratio: 9 / 18.6;
  border-radius: 28px;
  border: 1px solid rgba(212,175,55,0.4);
  background: linear-gradient(165deg, #181818, #0a0a0a);
  box-shadow:
    0 0 0 5px rgba(13,13,13,0.95),
    0 0 0 6px rgba(212,175,55,0.25),
    0 36px 80px rgba(0,0,0,0.7),
    0 0 60px rgba(212,175,55,0.10);
  padding: 12px 10px;
  display: flex; flex-direction: column;
}
.phone-notch {
  width: 38%; height: 12px; border-radius: 8px;
  background: #000; margin: 0 auto 12px;
  border: 1px solid rgba(212,175,55,0.18);
}
.phone-screen {
  flex: 1; border-radius: 16px;
  background: linear-gradient(180deg, rgba(21,21,21,0.9), rgba(8,8,8,0.95));
  border: 1px solid rgba(212,175,55,0.12);
  padding: 14px 12px;
  display: flex; flex-direction: column; gap: 9px;
  overflow: hidden;
}
.phone-brand {
  font-size: 0.62rem; letter-spacing: 0.32em; color: var(--gold-2);
  margin-bottom: 2px;
}
.phone-line {
  display: block; height: 5px; border-radius: 4px;
  background: linear-gradient(90deg, rgba(184,184,184,0.35), rgba(184,184,184,0.08));
}
.phone-line.w-90 { width: 90%; } .phone-line.w-80 { width: 80%; }
.phone-line.w-70 { width: 70%; } .phone-line.w-60 { width: 60%; }
.phone-cta {
  margin: 4px 0; padding: 7px 0; text-align: center;
  font-size: 0.56rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--black-0); font-weight: 600; border-radius: 999px;
  background: linear-gradient(120deg, var(--gold), var(--gold-2));
  box-shadow: 0 6px 18px rgba(212,175,55,0.35);
}
.phone-card {
  margin-top: auto; height: 52px; border-radius: 12px;
  border: 1px solid rgba(212,175,55,0.2);
  background: linear-gradient(140deg, rgba(212,175,55,0.12), transparent);
}

/* Chips flutuantes */
.chip {
  position: absolute;
  padding: 0.45rem 0.85rem; border-radius: 999px;
  font-size: 0.6rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: #ecdfae; white-space: nowrap;
  border: 1px solid rgba(212,175,55,0.4);
  background: rgba(13,13,13,0.8);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.5), 0 0 20px rgba(212,175,55,0.12);
}
.chip-1 { top: -2%; right: 6%; }
.chip-2 { top: 46%; left: -2%; }
.chip-3 { bottom: -3%; left: 22%; }
@media (max-width: 480px) {
  .chip-1 { right: 0; }
  .chip-2 { left: 0; }
  .chip-3 { left: 8%; }
}

/* Flutuação suave (fallback CSS; GSAP assume quando disponível) */
@keyframes floatY { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
.float-a { animation: floatY 7s ease-in-out infinite; }
.float-b { animation: floatY 8.5s ease-in-out 0.8s infinite; }
.float-c { animation: floatY 6s ease-in-out 0.4s infinite; }
.float-d { animation: floatY 7.5s ease-in-out 1.2s infinite; }
.float-e { animation: floatY 6.8s ease-in-out 0.2s infinite; }

/* ============ PROVA SOCIAL ============ */
.slider { position: relative; overflow: hidden; border-radius: 20px; }
.slider-track {
  display: flex;
  transition: transform 0.9s var(--ease-lux);
  will-change: transform;
}
.t-card {
  min-width: 100%; padding: clamp(1.8rem, 5vw, 3.5rem);
  padding-bottom: clamp(3rem, 6vw, 4rem);
  display: flex; flex-direction: column; gap: 1.4rem;
}
.t-card blockquote {
  font-family: 'Marcellus', serif;
  font-size: clamp(1.1rem, 2.4vw, 1.55rem);
  line-height: 1.55; color: var(--white); text-wrap: pretty;
}
.t-card figcaption { display: flex; flex-direction: column; gap: 2px; }
.t-card figcaption strong { color: var(--gold-2); letter-spacing: 0.06em; }
.t-card figcaption span { color: var(--gray-p); font-size: 0.85rem; }
.stars { color: var(--gold-2); letter-spacing: 6px; text-shadow: 0 0 14px rgba(255,215,0,0.5); }

.slider-dots {
  position: absolute; bottom: 16px; right: 20px; display: flex; gap: 8px;
}
.slider-dots button {
  width: 26px; height: 14px; position: relative; background: transparent;
}
.slider-dots button::after {
  content: ""; position: absolute; left: 0; right: 0; top: 6px; height: 3px;
  border-radius: 3px; background: rgba(212,175,55,0.25);
  transition: background 0.4s;
}
.slider-dots button.active::after { background: var(--gold-2); }

.trust-row {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px;
  background: rgba(212,175,55,0.15); border: 1px solid rgba(212,175,55,0.15);
  border-radius: 16px; overflow: hidden;
}
@media (min-width: 640px) { .trust-row { grid-template-columns: repeat(4, 1fr); } }
.trust-item {
  background: var(--black-1); padding: 1.5rem 0.8rem; text-align: center;
  display: flex; flex-direction: column; gap: 4px;
}
.trust-item strong { font-family: 'Marcellus', serif; font-weight: 400; font-size: 1.25rem; color: var(--gold-2); letter-spacing: 0.06em; }
.trust-item span { font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gray-p); line-height: 1.5; }

/* ============ DIFERENCIAIS ============ */
.diff-list { display: flex; flex-direction: column; gap: 0; }
.diff-list li {
  display: flex; gap: 1.1rem; padding: 1.3rem 0;
  border-bottom: 1px solid rgba(212,175,55,0.12);
  transition: padding-left 0.4s var(--ease-lux);
}
@media (hover: hover) { .diff-list li:hover { padding-left: 10px; } }
.diff-list h3 { font-family: 'Marcellus', serif; font-size: 1.08rem; margin-bottom: 4px; }
.diff-list p { color: var(--gray-p); font-weight: 300; font-size: 0.92rem; line-height: 1.65; }
.check {
  flex: none; width: 30px; height: 30px; border-radius: 50%;
  border: 1px solid rgba(212,175,55,0.5);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold-2); font-size: 0.8rem;
  box-shadow: 0 0 14px rgba(212,175,55,0.18) inset;
}

/* ============ SEÇÃO DE EXCLUSIVIDADE ============ */
.excl-box {
  position: relative; overflow: hidden;
  padding: clamp(2.4rem, 6vw, 4.5rem) clamp(1.4rem, 5vw, 4rem);
  border-color: rgba(212,175,55,0.28);
  box-shadow: 0 0 70px rgba(212,175,55,0.07), 0 40px 90px rgba(0,0,0,0.55);
  text-align: center;
}
.excl-ornament {
  position: absolute; right: -2%; top: 50%; transform: translateY(-50%);
  font-size: clamp(11rem, 30vw, 20rem); line-height: 1;
  color: rgba(212,175,55,0.055);
  pointer-events: none; user-select: none;
}
.excl-eyebrow { justify-content: center; }
.excl-eyebrow::before { display: none; }
.excl-statement {
  font-size: clamp(1.35rem, 3vw + 0.4rem, 2.3rem);
  line-height: 1.4; max-width: 44rem; margin: 0 auto;
  text-wrap: balance;
}
.excl-sub {
  margin: 1.6rem auto 0; max-width: 36rem;
  color: var(--gray-p); font-weight: 300; line-height: 1.75;
  text-wrap: pretty;
}
.excl-sign {
  margin-top: 2rem;
  font-family: 'Marcellus', serif; font-size: 1.05rem;
  color: var(--gold-2); letter-spacing: 0.08em;
}
.excl-sign span { color: var(--gray-p); font-family: 'Inter', sans-serif; font-size: 0.8rem; letter-spacing: 0.06em; }

/* ============ TIMELINE ============ */
.timeline { position: relative; display: flex; flex-direction: column; gap: 2.6rem; padding-left: 30px; }
.timeline-line {
  position: absolute; left: 29px; top: 10px; bottom: 10px; width: 1px;
  background: rgba(212,175,55,0.15);
}
.timeline-line-fill {
  display: block; width: 100%; height: 0%;
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
  box-shadow: 0 0 12px rgba(255,215,0,0.6);
}
.t-step { display: flex; gap: 1.4rem; align-items: flex-start; }
.t-num {
  flex: none; width: 52px; height: 52px; border-radius: 50%;
  margin-left: -56px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem; color: var(--gold-2);
  background: var(--black-1);
  border: 1px solid rgba(212,175,55,0.45);
  box-shadow: 0 0 24px rgba(212,175,55,0.2);
}
@media (min-width: 640px) {
  .t-step { gap: 1.8rem; }
  .t-num { width: 58px; height: 58px; margin-left: -59px; font-size: 1.4rem; }
}
.t-step h3 { font-family: 'Marcellus', serif; font-size: clamp(1.15rem, 2vw, 1.35rem); margin-bottom: 0.5rem; padding-top: 0.6rem; }
.t-step p { color: var(--gray-p); font-weight: 300; line-height: 1.7; max-width: 36rem; font-size: 0.95rem; }

/* ============ FAQ ============ */
.faq-item { border-bottom: 1px solid rgba(212,175,55,0.14); }
.faq-item summary {
  list-style: none; display: flex; align-items: center; justify-content: space-between;
  gap: 1.2rem; padding: 1.4rem 0.2rem;
  transition: color 0.3s;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary h3 {
  font-size: 0.98rem; font-weight: 500; letter-spacing: 0.01em; line-height: 1.5;
}
@media (hover: hover) { .faq-item summary:hover h3 { color: var(--gold-2); } }
.faq-icon { flex: none; position: relative; width: 14px; height: 14px; }
.faq-icon::before, .faq-icon::after {
  content: ""; position: absolute; background: var(--gold);
  transition: transform 0.4s var(--ease-lux);
}
.faq-icon::before { left: 0; top: 6px; width: 14px; height: 2px; }
.faq-icon::after  { left: 6px; top: 0; width: 2px; height: 14px; }
.faq-item[open] .faq-icon::after { transform: rotate(90deg); }
.faq-item p {
  color: var(--gray-p); font-weight: 300; line-height: 1.75;
  padding: 0 0.2rem 1.6rem; max-width: 46rem; font-size: 0.95rem;
}

/* ============ CTA FINAL ============ */
.cta-box {
  padding: clamp(2.4rem, 6vw, 4.5rem) clamp(1.4rem, 5vw, 4rem);
  border-color: rgba(212,175,55,0.3);
  box-shadow: 0 0 80px rgba(212,175,55,0.08), 0 40px 90px rgba(0,0,0,0.6);
}
.cta-box .eyebrow { justify-content: center; }
.cta-box .eyebrow::before { display: none; }
.cta-box .section-title { margin: 0 auto; }
.cta-note { margin-top: 1.2rem; font-size: 0.78rem; letter-spacing: 0.1em; color: var(--gray-p); line-height: 1.7; }

/* ============ RODAPÉ ============ */
.footer {
  border-top: 1px solid rgba(212,175,55,0.14);
  background: rgba(13,13,13,0.6);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  padding-bottom: env(safe-area-inset-bottom);
}

/* ============ STICKY CTA ============ */
#sticky-cta {
  position: fixed;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 60;
  display: inline-flex; align-items: center; gap: 10px;
  padding: 0.9rem 1.4rem; border-radius: 999px;
  background: linear-gradient(120deg, var(--gold), var(--gold-2));
  color: var(--black-0); font-weight: 600; font-size: 0.9rem;
  box-shadow: 0 0 0 1px rgba(255,215,0,0.4), 0 14px 40px rgba(212,175,55,0.4);
  transform: translateY(140%); opacity: 0;
  transition: transform 0.6s var(--ease-lux), opacity 0.6s, box-shadow 0.4s;
}
#sticky-cta.show { transform: translateY(0); opacity: 1; }
#sticky-cta:hover { box-shadow: 0 0 35px rgba(255,215,0,0.6), 0 18px 50px rgba(212,175,55,0.5); }
#sticky-cta::before {
  content: ""; position: absolute; inset: -4px; border-radius: 999px;
  border: 1px solid rgba(255,215,0,0.5);
  animation: pulse 2.6s var(--ease-lux) infinite;
}
@keyframes pulse {
  0% { transform: scale(1); opacity: 0.8; }
  70%, 100% { transform: scale(1.18); opacity: 0; }
}
@media (max-width: 480px) {
  #sticky-cta span { display: none; }
  #sticky-cta { padding: 1rem; }
}

/* ============ REVEAL (estado inicial p/ GSAP) ============ */
.reveal, .hero-anim { opacity: 0; }
.no-js .reveal, .no-js .hero-anim { opacity: 1; }

/* ============ ULTRAWIDE ============ */
@media (min-width: 1920px) {
  .section { padding: 10rem 0; }
  main, header nav, footer > div { max-width: 88rem; }
}

/* ============ ACESSIBILIDADE: MOVIMENTO REDUZIDO ============ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001s !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001s !important;
  }
  html { scroll-behavior: auto; }
  .reveal, .hero-anim { opacity: 1 !important; transform: none !important; }
  body { cursor: auto; }
  #cursor-dot, #cursor-ring { display: none !important; }
}
