/* =========================================================
   KM Centro Estético — Prótese Capilar & Estética Avançada
   Paleta oficial (manual de identidade):
   Preto #0b0d13 · Cinza #1b1b1b · Creme #eeeae3
   Ouro  #c29053 · Marrom #8f6738
   Layout modernizado: glassmorphism, bordas em gradiente,
   orbs de fundo, tipografia ampla e micro-interações.
   ========================================================= */

:root {
  --black:    #0b0d13;
  --black-2:  #090a0f;
  --charcoal: #14161d;
  --charcoal-2: #1b1b1b;
  --line:     rgba(238, 234, 227, .09);
  --line-2:   rgba(238, 234, 227, .14);
  --cream:    #eeeae3;
  --cream-dim: rgba(238, 234, 227, .64);
  --cream-faint: rgba(238, 234, 227, .40);
  --gold:     #c29053;
  --gold-soft: #d8b483;
  --brown:    #8f6738;

  --grad-gold: linear-gradient(135deg, #d8b483 0%, #c29053 45%, #8f6738 100%);
  --grad-text: linear-gradient(120deg, #e7c79a 0%, #c29053 60%, #a87b41 100%);

  --whats:    #25d366;

  /* glass */
  --glass:    rgba(238, 234, 227, .035);
  --glass-2:  rgba(238, 234, 227, .06);
  --blur:     saturate(140%) blur(16px);

  --shadow:   0 30px 70px -28px rgba(0,0,0,.75);
  --shadow-gold: 0 20px 50px -18px rgba(194,144,83,.45);
  --glow:     0 0 0 1px rgba(238,234,227,.05), 0 30px 70px -28px rgba(0,0,0,.8);

  --radius:   22px;
  --radius-sm: 14px;
  --maxw:     1240px;
  --ff-serif: "Playfair Display", Georgia, serif;
  --ff-sans:  "Inter", -apple-system, "Segoe UI", Roboto, sans-serif;
  --ff-elegant: "Cormorant Garamond", "Playfair Display", Georgia, serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 87.5%; } /* escala global (~14px) — visual menos "zoom" */
@media (min-width: 1600px){ html { font-size: 93.75%; } }

body {
  font-family: var(--ff-sans);
  background: var(--black);
  color: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  position: relative;
}

/* animated background orbs */
body::before, body::after {
  content: ""; position: fixed; z-index: -1; border-radius: 50%;
  filter: blur(90px); opacity: .5; pointer-events: none;
}
body::before { top: -180px; right: -120px; width: 520px; height: 520px;
  background: radial-gradient(circle, rgba(194,144,83,.45), transparent 70%); animation: drift 22s ease-in-out infinite; }
body::after { bottom: -220px; left: -160px; width: 560px; height: 560px;
  background: radial-gradient(circle, rgba(143,103,56,.4), transparent 70%); animation: drift 26s ease-in-out infinite reverse; }

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

h1, h2, h3 { font-family: var(--ff-serif); font-weight: 600; line-height: 1.08; letter-spacing: -.015em; text-wrap: balance; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: clamp(56px, 7.5vw, 108px) 0; position: relative; }

/* eyebrow with dash */
.eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--ff-sans); font-size: .78rem; font-weight: 600;
  letter-spacing: .26em; text-transform: uppercase; color: var(--gold);
  margin-bottom: 20px;
}
.eyebrow::before { content: ""; width: 26px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold)); }
.eyebrow.center { justify-content: center; }

.lead { color: var(--cream-dim); font-size: 1.08rem; }
.gold { color: var(--gold); }
.center { text-align: center; }
.mx-auto { margin-left: auto; margin-right: auto; }

/* gradient text */
.grad-text {
  background: var(--grad-text); -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}

/* pill badge */
.pill {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 8px 16px; border-radius: 999px; font-size: .82rem; font-weight: 500;
  color: var(--cream-dim); background: var(--glass); border: 1px solid var(--line-2);
  backdrop-filter: var(--blur); -webkit-backdrop-filter: var(--blur); margin-bottom: 22px;
}
.pill__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold);
  box-shadow: 0 0 0 4px rgba(194,144,83,.18); animation: blink 2.4s infinite; }

/* ---------- Buttons ---------- */
.btn {
  position: relative; overflow: hidden;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--ff-sans); font-weight: 600; font-size: .98rem;
  padding: 16px 30px; border-radius: 999px; cursor: pointer;
  border: 1px solid transparent;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, color .25s ease;
  text-align: center; isolation: isolate;
}
.btn:active { transform: translateY(1px); }
.btn svg { width: 20px; height: 20px; flex: 0 0 auto; }
/* shine sweep */
.btn::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,.28) 50%, transparent 70%);
  transform: translateX(-120%); transition: transform .6s ease;
}
.btn:hover::after { transform: translateX(120%); }

.btn-gold { background: var(--grad-gold); color: #211608;
  box-shadow: var(--shadow-gold), inset 0 1px 0 rgba(255,255,255,.35); }
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 26px 56px -16px rgba(194,144,83,.7), inset 0 1px 0 rgba(255,255,255,.4); }

.btn-outline { background: var(--glass); border-color: var(--line-2); color: var(--cream);
  backdrop-filter: var(--blur); -webkit-backdrop-filter: var(--blur); }
.btn-outline:hover { border-color: var(--gold); color: var(--gold-soft); transform: translateY(-2px); }

.btn-whats { background: linear-gradient(135deg, #2ee06f, #1fb955); color: #04220f;
  box-shadow: 0 18px 40px -14px rgba(37,211,102,.6), inset 0 1px 0 rgba(255,255,255,.35); }
.btn-whats:hover { transform: translateY(-2px); box-shadow: 0 26px 52px -14px rgba(37,211,102,.75); }

.btn-block { width: 100%; }
.btn-lg { padding: 19px 38px; font-size: 1.05rem; }

/* glass card base (reused) */
.glass { background: var(--glass); backdrop-filter: var(--blur); -webkit-backdrop-filter: var(--blur);
  border: 1px solid var(--line-2); border-radius: var(--radius); }

/* ---------- Header ---------- */
.header {
  position: fixed; inset: 16px 0 auto 0; z-index: 100; transition: inset .3s ease;
}
.header .nav {
  display: flex; align-items: center; justify-content: space-between;
  height: 68px; padding: 0 22px; border-radius: 999px;
  background: rgba(12,14,20,.55); border: 1px solid transparent;
  backdrop-filter: var(--blur); -webkit-backdrop-filter: var(--blur);
  transition: background .3s ease, border-color .3s ease, box-shadow .3s ease;
  max-width: var(--maxw); margin: 0 auto;
}
.header.scrolled { inset: 10px 0 auto 0; }
.header.scrolled .nav { background: rgba(10,12,18,.82); border-color: var(--line-2); box-shadow: var(--shadow); }

.nav__logo { display: flex; align-items: center; gap: 11px; }
.nav__logo img { height: 34px; width: auto; }
.nav__logo-text { display: flex; flex-direction: column; line-height: 1; font-family: var(--ff-serif);
  font-size: 1.18rem; color: var(--cream); letter-spacing: .02em; }
.nav__logo-text small { font-family: var(--ff-sans); font-size: .56rem; letter-spacing: .28em;
  text-transform: uppercase; color: var(--gold); margin-top: 4px; }

.nav__menu { display: flex; align-items: center; gap: 28px; list-style: none; }
.nav__menu a { font-size: .9rem; color: var(--cream-dim); font-weight: 500; transition: color .2s; position: relative; }
.nav__menu a:hover, .nav__menu a.active { color: var(--cream); }
.nav__menu a.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -7px; height: 2px;
  background: var(--grad-gold); border-radius: 2px; }
.nav__cta a.btn { padding: 11px 22px; font-size: .9rem; }
.nav__toggle { display: none; background: none; border: 0; color: var(--cream); cursor: pointer; }
.nav__toggle svg { width: 26px; height: 26px; }

@media (max-width: 900px) {
  .nav__menu {
    position: absolute; inset: 80px 0 auto 0; flex-direction: column; gap: 0; align-items: stretch;
    background: rgba(10,12,18,.96); backdrop-filter: var(--blur); border: 1px solid var(--line-2);
    border-radius: 22px; padding: 10px 18px 20px; transform: translateY(-16px); opacity: 0; pointer-events: none;
    transition: transform .3s ease, opacity .3s ease;
  }
  .nav__menu.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav__menu li { padding: 13px 4px; border-bottom: 1px solid var(--line); }
  .nav__menu a.active::after { display: none; }
  .nav__cta { padding: 14px 4px 4px !important; }
  .nav__cta a.btn { width: 100%; }
  .nav__toggle { display: block; }
}

/* ---------- Hero (Bloco 1) ---------- */
.hero { position: relative; min-height: 100svh; display: flex; align-items: center;
  padding-top: 96px; padding-bottom: 28px; overflow: hidden; }
.hero__grid {
  position: relative; z-index: 1; width: 100%;
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center;
}
.hero .pill { margin-bottom: 14px; }
.hero .eyebrow { margin-bottom: 12px; }
.hero h1 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 14px; }
.hero h1 .accent {
  font-style: italic; background: var(--grad-text); -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero__sub { font-size: 1.02rem; color: var(--cream-dim); max-width: 32ch; margin-bottom: 22px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.hero__offer {
  position: relative;
  margin-top: 26px; display: inline-flex; align-items: baseline; gap: 14px; flex-wrap: wrap;
  padding: 18px 24px; border-radius: 16px;
  background: linear-gradient(135deg, rgba(194,144,83,.18), rgba(143,103,56,.07));
  border: 1px solid rgba(194,144,83,.5);
  box-shadow: var(--shadow-gold);
  backdrop-filter: var(--blur); -webkit-backdrop-filter: var(--blur);
  animation: offerGlow 3.2s ease-in-out infinite;
}
.hero__offer-tag {
  position: absolute; top: -12px; left: 20px;
  display: inline-flex; align-items: center; gap: 5px;
  padding: 5px 13px; border-radius: 999px;
  background: var(--grad-gold); color: #211608;
  font-family: var(--ff-sans); font-size: .68rem; font-weight: 800;
  letter-spacing: .12em; text-transform: uppercase; white-space: nowrap;
  box-shadow: 0 8px 18px -6px rgba(194,144,83,.65), inset 0 1px 0 rgba(255,255,255,.35);
}
.hero__offer .old { color: var(--cream-faint); text-decoration: line-through; font-size: 1.05rem; }
.hero__offer .new {
  font-family: var(--ff-serif); font-size: 2.15rem; font-weight: 700; line-height: 1;
  background: var(--grad-gold); -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: var(--gold-soft);
}
.hero__offer .pay { width: 100%; font-size: .82rem; color: var(--cream-dim); letter-spacing: .03em; margin-top: 2px; }
@keyframes offerGlow {
  0%, 100% { box-shadow: var(--shadow-gold); }
  50% { box-shadow: 0 20px 50px -18px rgba(194,144,83,.7), 0 0 0 1px rgba(194,144,83,.25); }
}

.hero__media { position: relative; }
.hero__photo {
  position: relative; border-radius: 28px; overflow: hidden; aspect-ratio: 4 / 5;
  box-shadow: var(--shadow); border: 1px solid var(--line-2);
  background:
    radial-gradient(120% 90% at 70% 8%, rgba(194,144,83,.30), transparent 55%),
    linear-gradient(160deg, #20242e, #0c0e14);
  display: grid; place-items: center;
}
.hero__photo::after { content: ""; position: absolute; inset: 0; border-radius: 28px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08); pointer-events: none; }
.hero__photo .placeholder { text-align: center; color: var(--cream-faint); padding: 24px; }
.hero__photo .placeholder svg { width: 88px; height: 88px; margin: 0 auto 14px; opacity: .5; }
.hero__photo img.real { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero__badge {
  position: absolute; left: -16px; bottom: 30px;
  background: rgba(20,22,29,.7); backdrop-filter: var(--blur); -webkit-backdrop-filter: var(--blur);
  border: 1px solid var(--line-2); border-radius: 18px; padding: 14px 20px; box-shadow: var(--shadow);
  display: flex; gap: 12px; align-items: center;
}
.hero__badge .n { font-family: var(--ff-serif); font-size: 1.6rem; line-height: 1;
  background: var(--grad-text); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero__badge .t { font-size: .72rem; color: var(--cream-dim); letter-spacing: .04em; }

@media (max-width: 880px) {
  .hero__grid { grid-template-columns: 1fr; gap: 44px; }
  .hero__photo { max-width: 420px; }
  .hero__sub { max-width: none; }
}

/* ---------- Quiz (Bloco 2) ---------- */
.quiz { position: relative; }
.quiz__card {
  position: relative; max-width: 640px; margin: 0 auto; overflow: hidden;
  background: var(--glass-2); backdrop-filter: var(--blur); -webkit-backdrop-filter: var(--blur);
  border-radius: var(--radius); box-shadow: var(--glow); padding: clamp(28px, 4vw, 46px);
  border: 1px solid transparent;
}
/* gradient hairline border */
.quiz__card::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1px; pointer-events: none;
  background: linear-gradient(160deg, rgba(216,180,131,.55), rgba(238,234,227,.04) 40%, transparent 70%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
}
.quiz__top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.quiz__step-label { font-size: .74rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); }
.quiz__progress { height: 6px; background: rgba(238,234,227,.07); border-radius: 999px; overflow: hidden; margin: 14px 0 30px; }
.quiz__bar { height: 100%; width: 20%; background: var(--grad-gold); border-radius: 999px;
  box-shadow: 0 0 14px rgba(194,144,83,.6); transition: width .5s cubic-bezier(.4,0,.2,1); }
.quiz__step { display: none; animation: fade .45s ease; }
.quiz__step.active { display: block; }
.quiz h3 { font-size: 1.6rem; margin-bottom: 24px; }
.quiz__q-help { color: var(--cream-dim); font-size: .94rem; margin: -16px 0 22px; }

.quiz__options { display: grid; gap: 12px; margin-bottom: 28px; }
.quiz__options.two { grid-template-columns: 1fr 1fr; }
.opt {
  display: flex; align-items: center; gap: 12px; padding: 16px 18px; cursor: pointer;
  border: 1px solid var(--line-2); border-radius: var(--radius-sm); background: rgba(238,234,227,.02);
  transition: border-color .2s, background .2s, transform .15s; font-size: .98rem;
}
.opt:hover { border-color: rgba(194,144,83,.55); transform: translateY(-1px); }
.opt.selected { border-color: var(--gold); background: rgba(194,144,83,.14); box-shadow: var(--shadow-gold); }
.opt input { accent-color: var(--gold); width: 18px; height: 18px; }
.opt.tile { flex-direction: column; text-align: center; gap: 12px; padding: 28px 14px; }
.opt.tile .ico { width: 36px; height: 36px; color: var(--gold); }

.quiz__field { margin-bottom: 16px; }
.quiz__field label { display: block; font-size: .82rem; color: var(--cream-dim); margin-bottom: 7px; letter-spacing: .02em; }
.quiz__field input {
  width: 100%; padding: 15px 16px; background: rgba(238,234,227,.03); color: var(--cream);
  border: 1px solid var(--line-2); border-radius: 12px; font-family: var(--ff-sans); font-size: 1rem; transition: border-color .2s, box-shadow .2s;
}
.quiz__field input::placeholder { color: var(--cream-faint); }
.quiz__field input:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(194,144,83,.16); }
.quiz__nav { display: flex; gap: 12px; margin-top: 8px; }
.quiz__nav .btn { flex: 1; }
.quiz__secure { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 16px; font-size: .8rem; color: var(--cream-faint); }
.quiz__secure svg { width: 15px; height: 15px; }
.quiz__error { color: #e7a17a; font-size: .85rem; margin-top: 10px; min-height: 1em; text-align: center; }

.quiz__done { text-align: center; padding: 14px 0; }
.quiz__check {
  width: 70px; height: 70px; border-radius: 50%; margin: 0 auto 22px; display: grid; place-items: center;
  background: rgba(37,211,102,.12); border: 1px solid rgba(37,211,102,.5); color: var(--whats);
  box-shadow: 0 0 0 8px rgba(37,211,102,.06);
}
.quiz__check svg { width: 32px; height: 32px; }
.quiz__done h3 { color: var(--cream); }
.quiz__done p { color: var(--cream-dim); max-width: 42ch; margin: 12px auto 28px; }

@media (max-width: 520px) { .quiz__options.two { grid-template-columns: 1fr; } }

/* ---------- Como funciona (Bloco 3) ---------- */
.how__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.how h2 { font-size: clamp(2rem, 4.2vw, 3rem); margin-bottom: 22px; }
.how__txt > p { color: var(--cream-dim); margin-bottom: 28px; max-width: 46ch; }
.checks { list-style: none; display: grid; gap: 14px; margin-bottom: 34px; }
.checks li { display: flex; gap: 13px; align-items: flex-start; font-size: 1rem; }
.checks .tick {
  flex: 0 0 24px; width: 24px; height: 24px; border-radius: 50%; margin-top: 1px;
  background: rgba(194,144,83,.16); color: var(--gold); display: grid; place-items: center;
  border: 1px solid rgba(194,144,83,.3);
}
.checks .tick svg { width: 13px; height: 13px; }

/* phone mockup */
.phone { --pw: 370px; width: min(var(--pw), 100%); margin: 0 auto; position: relative; animation: float 6s ease-in-out infinite; }
.phone::before { content: ""; position: absolute; inset: -40px; z-index: -1; border-radius: 50%;
  background: radial-gradient(circle, rgba(194,144,83,.28), transparent 70%); filter: blur(30px); }
.phone__frame { position: relative; border-radius: 46px; padding: 12px;
  background: linear-gradient(160deg, #2a2e38, #0a0c11);
  box-shadow: var(--shadow), inset 0 0 0 1px rgba(238,234,227,.08); }
.phone__notch { position: absolute; top: 20px; left: 50%; transform: translateX(-50%); width: 44%; height: 24px; background: #06070a; border-radius: 0 0 16px 16px; z-index: 3; }
.phone__screen { position: relative; border-radius: 34px; overflow: hidden; aspect-ratio: 62 / 100; background: #d9cab4; }
.ba { position: absolute; inset: 0; transition: opacity .35s ease; }
.ba__img { position: absolute; inset: 0; background-size: cover; background-position: center; background-repeat: no-repeat; }
.ba__after  { background-image: linear-gradient(160deg,#caa877,#9c7a4c); }
.ba__before { background-image: linear-gradient(160deg,#b7b3ac,#8d8a83); clip-path: inset(0 50% 0 0); transition: clip-path .1s linear; }
.ba__img .figure { width: 50%; opacity:.5; color:#3c3528; }
.ba__handle { position: absolute; top: 0; bottom: 0; left: 50%; width: 2px; background: rgba(255,255,255,.85); transform: translateX(-50%); z-index: 4; }
.ba__knob { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 38px; height: 38px; border-radius: 50%; background: #fff; color:#3c3528; display:grid; place-items:center; box-shadow: 0 6px 18px rgba(0,0,0,.45); cursor: ew-resize; z-index: 5; }
.ba__knob svg { width: 18px; height: 18px; }
.ba__tag { position: absolute; bottom: 14px; font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; color: #fff; background: rgba(0,0,0,.5); padding: 5px 11px; border-radius: 999px; z-index: 4; backdrop-filter: blur(4px); }
.ba__tag.before { left: 14px; } .ba__tag.after { right: 14px; }
.phone__hint { text-align: center; color: var(--cream-faint); font-size: .82rem; margin-top: 18px; }

@media (max-width: 880px) {
  .how__grid { grid-template-columns: 1fr; gap: 48px; }
  .phone { order: -1; }
}

/* ---------- Provas sociais (Bloco 4) ---------- */
.proof { position: relative; }
.proof__head { text-align: center; max-width: 640px; margin: 0 auto 52px; }
.proof__head h2 { font-size: clamp(2rem,4.2vw,2.9rem); margin-bottom: 14px; }
.slider { position: relative; }
.slider__track { display: flex; gap: 22px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 8px 4px 24px; scrollbar-width: none; }
.slider__track::-webkit-scrollbar { display: none; }
.tcard {
  scroll-snap-align: center; flex: 0 0 300px; overflow: hidden;
  background: var(--glass-2); backdrop-filter: var(--blur); -webkit-backdrop-filter: var(--blur);
  border: 1px solid var(--line-2); border-radius: var(--radius); box-shadow: var(--shadow);
  transition: transform .3s ease, border-color .3s ease;
}
.tcard:hover { transform: translateY(-6px); border-color: rgba(194,144,83,.45); }
.tcard__media { position: relative; aspect-ratio: 4/3; display:grid; grid-template-columns:1fr 1fr; }
.tcard__half { display:grid; place-items:center; position: relative; }
.tcard__half .figure { width: 46%; opacity:.55; }
.tcard__half.before { background: linear-gradient(160deg,#7d8a6f,#5d6b50); color:#e9efe2; }
.tcard__half.after  { background: linear-gradient(160deg,#caa877,#9c7a4c); color:#2a2113; }
.tcard__half span { position:absolute; bottom:8px; font-size:.62rem; letter-spacing:.14em; text-transform:uppercase; opacity:.85; }
.tcard__half.before span{ left:10px;} .tcard__half.after span{ right:10px;}
/* fotos reais de antes/depois cobrindo cada metade */
.tcard__half img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center top; }
.tcard__half:has(img) span { z-index:3; opacity:1; color:#fff; background:rgba(10,12,18,.6); padding:4px 10px; border-radius:999px; backdrop-filter:blur(3px); -webkit-backdrop-filter:blur(3px); }
.tcard__feat { position:absolute; top:10px; left:50%; transform:translateX(-50%); background:rgba(10,12,18,.85); border:1px solid var(--line-2); font-size:.64rem; letter-spacing:.1em; text-transform:uppercase; color:var(--gold); padding:5px 13px; border-radius:999px; z-index:2; backdrop-filter: blur(6px);}
.tcard__body { padding: 22px 22px 26px; }
.tcard__name { font-family: var(--ff-serif); font-size: 1.18rem; margin-bottom: 6px; }
.tcard__quote { color: var(--cream); font-family: var(--ff-elegant); font-style: italic; font-size: 1.15rem; line-height: 1.4; }
.tcard__quote::before { content:"“"; color: var(--gold); margin-right:2px; }
.slider__btns { display:flex; gap:12px; justify-content:center; margin-top: 12px; }
.slider__btns button { width: 48px; height: 48px; border-radius: 50%; background: var(--glass); border:1px solid var(--line-2); color: var(--cream); cursor:pointer; display:grid; place-items:center; transition: border-color .2s, color .2s, transform .2s; backdrop-filter: var(--blur);}
.slider__btns button:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-2px); }
.slider__btns svg { width: 18px; height: 18px; }

.stats { display:grid; grid-template-columns: repeat(3,1fr); gap: 18px; max-width: 780px; margin: 50px auto 38px; }
.stat { position: relative; overflow: hidden; background: var(--glass-2); backdrop-filter: var(--blur); border:1px solid var(--line-2); border-radius: 18px; padding: 28px 16px; text-align:center; }
.stat .n { font-family: var(--ff-serif); font-size: 2.2rem; line-height:1;
  background: var(--grad-text); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.stat .t { color: var(--cream-dim); font-size: .82rem; margin-top: 10px; }
@media (max-width: 560px){ .stats{ grid-template-columns:1fr; max-width:340px;} }

/* ---------- Autoridade (Bloco 5) ---------- */
.expert__card {
  position: relative; display:grid; grid-template-columns: 330px 1fr; overflow:hidden;
  background: var(--glass-2); backdrop-filter: var(--blur); -webkit-backdrop-filter: var(--blur);
  border:1px solid var(--line-2); border-radius: var(--radius); box-shadow: var(--glow);
}
.expert__photo { position: relative; min-height: 380px;
  background: radial-gradient(120% 80% at 30% 18%, rgba(194,144,83,.32), transparent 60%), linear-gradient(160deg,#23272f,#0c0e14);
  display:grid; place-items:center; }
.expert__photo .figure { width: 96px; color: var(--cream-faint); opacity:.5; }
.expert__photo img.real { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.expert__photo .who { position:absolute; bottom:18px; left:18px; right:18px; z-index:3;
  padding:16px 20px 14px; border-radius:16px;
  background: linear-gradient(180deg, rgba(8,10,15,.0), rgba(8,10,15,.62) 42%, rgba(8,10,15,.86));
  backdrop-filter: blur(3px); }
.expert__photo .who b { font-family: var(--ff-serif); font-weight: 700; display:block;
  font-size: clamp(2rem, 3.4vw, 2.7rem); line-height:1.05; letter-spacing:.005em;
  background: var(--grad-text); -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent;
  text-shadow: 0 2px 14px rgba(0,0,0,.45); }
.expert__photo .who small { color: var(--cream); font-size:.86rem; font-weight:500; text-shadow: 0 1px 8px rgba(0,0,0,.7); }
.expert__body { padding: clamp(30px,4vw,48px); }
.expert__award { display:inline-flex; align-items:center; gap:9px; margin-bottom:20px;
  padding:9px 16px; border-radius:999px; font-size:.82rem; letter-spacing:.02em; color: var(--cream);
  background: rgba(194,144,83,.12); border:1px solid rgba(194,144,83,.45); }
.expert__award svg { width:18px; height:18px; color: var(--gold); flex:none; }
.expert__body .quote { font-family: var(--ff-elegant); font-style: italic; font-weight: 500; font-size: clamp(1.5rem,2.9vw,2.1rem); line-height:1.4; letter-spacing:.005em; margin-bottom: 32px; }
.expert__body .quote::before { content:"“"; color: var(--gold); margin-right:4px; }
.expert__stats { display:flex; gap: 36px; flex-wrap:wrap; border-top:1px solid var(--line); padding-top: 28px; }
.expert__stats .n { font-family: var(--ff-serif); font-size: 1.8rem; line-height:1;
  background: var(--grad-text); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.expert__stats .t { color: var(--cream-dim); font-size:.8rem; margin-top:6px;}
@media (max-width: 780px){ .expert__card{ grid-template-columns:1fr;} .expert__photo{min-height:280px;} }

/* ---------- Oferta final (Bloco 6) ---------- */
.offer { position: relative; }
.offer__card {
  position: relative; max-width: 780px; margin: 0 auto; text-align:center; overflow:hidden;
  background:
    radial-gradient(120% 60% at 50% 0%, rgba(194,144,83,.18), transparent 60%),
    var(--glass-2);
  backdrop-filter: var(--blur); -webkit-backdrop-filter: var(--blur);
  border:1px solid transparent; border-radius: var(--radius); box-shadow: var(--glow);
  padding: clamp(34px,5vw,58px);
}
.offer__card::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1px; pointer-events: none;
  background: linear-gradient(160deg, rgba(216,180,131,.6), transparent 55%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
}
.offer h2 { font-size: clamp(2rem,4.2vw,2.9rem); margin-bottom: 12px; }
.offer__sub { color: var(--cream-dim); max-width: 48ch; margin: 0 auto 36px; }
.price { margin: 0 auto 32px; }
.price .name { font-size: .82rem; letter-spacing:.16em; text-transform:uppercase; color:var(--cream-dim); }
.price .row { display:flex; align-items:center; justify-content:center; gap:14px; margin: 10px 0; }
.price .old { text-decoration: line-through; color: var(--cream-faint); }
.price .off { background: rgba(194,144,83,.18); color: var(--gold); font-size:.72rem; font-weight:700; letter-spacing:.08em; padding:5px 11px; border-radius:999px; border:1px solid rgba(194,144,83,.35); }
.price .big { font-family: var(--ff-serif); font-size: clamp(3rem,7vw,4.4rem); line-height:1;
  background: var(--grad-text); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.price .pay { color: var(--cream-dim); font-size:.88rem; }
.offer .checks { max-width: 360px; margin: 0 auto 32px; text-align:left; }
.offer__secure { display:flex; align-items:center; justify-content:center; gap:8px; margin-top:16px; color:var(--cream-faint); font-size:.82rem;}
.offer__secure svg{ width:15px; height:15px;}
.contact-hours { text-align:center; margin-top:14px; color:var(--cream-dim); font-size:.86rem; line-height:1.5; }
.alt-contact { text-align:center; margin-top:8px; color:var(--cream-faint); font-size:.84rem; line-height:1.5; }
.alt-contact a { color:var(--gold); font-weight:600; white-space:nowrap; }
.offer__trust { display:grid; grid-template-columns: repeat(3,1fr); gap:18px; max-width:780px; margin: 36px auto 0; }
.trust { background: var(--glass-2); backdrop-filter: var(--blur); border:1px solid var(--line-2); border-radius:18px; padding:24px 16px; text-align:center; transition: transform .25s, border-color .25s; }
.trust:hover { transform: translateY(-4px); border-color: rgba(194,144,83,.4); }
.trust svg { width:26px; height:26px; color: var(--gold); margin:0 auto 12px; }
.trust b { font-family: var(--ff-sans); font-size:.95rem; display:block; }
.trust small { color: var(--cream-dim); font-size:.78rem; }
@media (max-width: 600px){ .offer__trust{ grid-template-columns:1fr; max-width:340px;} }

/* ---------- Estética Avançada page ---------- */
.page-hero { padding-top: 180px; padding-bottom: 90px; position: relative; overflow:hidden; }
.page-hero__grid{ display:grid; grid-template-columns: 1.05fr .95fr; gap: clamp(40px,5vw,72px); align-items:center; }
.page-hero__copy .eyebrow{ margin-bottom:12px; }
.page-hero h1{ font-size: clamp(2.3rem,5.2vw,3.6rem); max-width: 16ch; margin-bottom:20px;}
.page-hero h1 .gold { background: var(--grad-text); -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; }
.page-hero p{ color: var(--cream-dim); max-width: 48ch; font-size:1.1rem; margin-bottom: 32px;}
@media (max-width: 880px){
  .page-hero__grid{ grid-template-columns:1fr; gap:48px; }
  .page-hero .hero__photo{ max-width:420px; }
  .page-hero h1, .page-hero p{ max-width:none; }
}
.proto-group { margin-bottom: 44px; }
.proto-group:last-child { margin-bottom: 0; }
.proto-cat { font-family: var(--ff-serif); font-size: 1.6rem; margin: 0 0 20px;
  display: flex; align-items: center; gap: 14px; }
.proto-cat::after { content:""; flex:1; height:1px;
  background: linear-gradient(90deg, rgba(194,144,83,.5), transparent); }
.protos { display:grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.proto { display:flex; align-items:center; gap:13px; padding:16px 18px; border-radius:14px;
  background: var(--glass-2); backdrop-filter: var(--blur); -webkit-backdrop-filter: var(--blur);
  border:1px solid var(--line-2); color: var(--cream); }
.proto .tick {
  flex: 0 0 24px; width: 24px; height: 24px; border-radius: 50%;
  background: rgba(194,144,83,.16); color: var(--gold); display: grid; place-items: center;
  border: 1px solid rgba(194,144,83,.3);
}
.proto .tick svg { width: 13px; height: 13px; }
.proto__name { font-size: .98rem; font-weight: 500; }
@media (max-width: 880px){ .protos{ grid-template-columns:1fr 1fr;} }
@media (max-width: 560px){ .protos{ grid-template-columns:1fr;} }

/* ---------- Footer ---------- */
.footer { background: var(--black-2); border-top:1px solid var(--line); padding: 64px 0 36px; position: relative; }
.footer__grid{ display:grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; margin-bottom: 44px; }
.footer__logo img{ height:50px; margin-bottom:18px;}
.footer__about{ color: var(--cream-dim); font-size:.92rem; max-width: 38ch;}
.footer h4{ font-family: var(--ff-sans); font-size:.78rem; letter-spacing:.16em; text-transform:uppercase; color: var(--gold); margin-bottom:16px;}
.footer ul{ list-style:none; display:grid; gap:10px;}
.footer ul a{ color: var(--cream-dim); font-size:.92rem; transition: color .2s;}
.footer ul a:hover{ color: var(--cream);}
.footer__bottom{ border-top:1px solid var(--line); padding-top:24px; display:flex; justify-content:space-between; gap:14px; flex-wrap:wrap; color: var(--cream-faint); font-size:.82rem;}
@media (max-width: 760px){ .footer__grid{ grid-template-columns:1fr; gap:30px;} }

/* ---------- Floating WhatsApp ---------- */
.fab {
  position: fixed; right: 22px; bottom: 22px; z-index: 90; width: 60px; height: 60px; border-radius:50%;
  background: linear-gradient(135deg,#2ee06f,#1fb955); color:#04220f; display:grid; place-items:center;
  box-shadow: 0 16px 34px -8px rgba(37,211,102,.65); transition: transform .25s; animation: pulse 2.6s infinite;
}
.fab:hover{ transform: scale(1.08);}
.fab svg{ width: 30px; height:30px;}

/* ---------- Animations / reveal ---------- */
@keyframes fade { from{opacity:0; transform: translateY(8px);} to{opacity:1; transform:none;} }
@keyframes float { 0%,100%{ transform: translateY(0);} 50%{ transform: translateY(-12px);} }
@keyframes drift { 0%,100%{ transform: translate(0,0) scale(1);} 50%{ transform: translate(40px,30px) scale(1.08);} }
@keyframes blink { 0%,100%{ opacity:1;} 50%{ opacity:.35;} }
@keyframes pulse { 0%{ box-shadow:0 0 0 0 rgba(37,211,102,.5);} 70%{ box-shadow:0 0 0 16px rgba(37,211,102,0);} 100%{ box-shadow:0 0 0 0 rgba(37,211,102,0);} }

[data-reveal]{ opacity:0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].in{ opacity:1; transform:none; }

/* ---------- Photo treatment (hero + especialista) ---------- */
.hero__photo .real, .expert__photo .real{
  transform: scale(1.16);
  filter: brightness(.82) saturate(.92);
  transition: transform 1.15s cubic-bezier(.16,.84,.34,1), filter 1.15s ease;
  will-change: transform;
}
[data-reveal].in .hero__photo .real,
[data-reveal].in .expert__photo .real{ transform: scale(1); filter: none; }
.hero__photo:hover .real, .expert__photo:hover .real{ transform: scale(1.06); filter: brightness(1.05) saturate(1.05); }

/* light sweep on hover */
.hero__photo::before, .expert__photo::before{
  content:""; position:absolute; inset:0; z-index:3; border-radius:inherit; pointer-events:none;
  background: linear-gradient(115deg, transparent 38%, rgba(255,255,255,.22) 48%, rgba(255,255,255,.05) 56%, transparent 66%);
  transform: translateX(-130%); transition: transform .9s ease;
}
.hero__photo:hover::before, .expert__photo:hover::before{ transform: translateX(130%); }

/* gentle float for hero photos */
.hero__photo{ animation: floatY 7.5s ease-in-out infinite; }
.hero__badge{ animation: floatY 7.5s ease-in-out infinite reverse; }
@keyframes floatY{ 0%,100%{ transform: translateY(0);} 50%{ transform: translateY(-12px);} }

/* soft gold glow pulse on the especialista frame */
.expert__photo::after{
  content:""; position:absolute; inset:0; z-index:2; pointer-events:none;
  animation: framePulse 6.5s ease-in-out infinite;
}
@keyframes framePulse{
  0%,100%{ box-shadow: inset 0 0 0 1px rgba(194,144,83,.12); }
  50%{ box-shadow: inset 0 0 26px -4px rgba(194,144,83,.5), inset 0 0 0 1px rgba(194,144,83,.4); }
}

/* =========================================================
   Mobile polish — respiro, leitura e toque confortável
   (vale para as duas páginas; só ajusta o que apertava)
   ========================================================= */
@media (max-width: 600px) {
  .container { padding: 0 20px; }
  .section { padding: clamp(52px, 12vw, 80px) 0; }

  /* Eyebrows: espaçamento de letra menor + quebra de linha permitida,
     pra um texto longo nunca empurrar a largura do card além da tela */
  .eyebrow { letter-spacing: .18em; flex-wrap: wrap; max-width: 100%; }
  .offer__card .eyebrow, .proof__head .eyebrow { justify-content: center; }

  /* Header — logo enxuto pra não brigar com o botão de menu */
  .header { inset: 10px 0 auto 0; }
  .header .nav { height: 62px; padding: 0 16px; }
  .nav__logo img { height: 30px; }
  .nav__logo { gap: 9px; }
  .nav__logo-text { font-size: 1.02rem; }
  .nav__logo-text small { font-size: .5rem; letter-spacing: .2em; }

  /* Botões — alvos de toque maiores, sem estourar a linha */
  .btn { padding: 15px 22px; }
  .btn-lg { padding: 17px 24px; font-size: 1rem; }

  /* Hero — ações empilhadas em largura cheia, sem aperto */
  .hero { padding-top: 86px; }
  .hero__grid { gap: 36px; }
  .hero .pill { font-size: .76rem; }
  .hero__actions { flex-direction: column; align-items: stretch; }
  .hero__actions .btn { width: 100%; }
  .hero__offer { width: 100%; justify-content: center; text-align: center; }
  .hero__photo { max-width: 340px; }
  .hero__badge { left: 8px; bottom: 16px; padding: 12px 16px; }
  .hero__badge .n { font-size: 1.4rem; }

  /* Quiz */
  .quiz h3 { font-size: 1.32rem; }
  .quiz__options { gap: 10px; }
  .opt { padding: 15px 16px; }
  .opt.tile { padding: 22px 12px; }

  /* Provas sociais — card acompanha a tela e deixa o próximo espiar */
  .tcard { flex: 0 0 82vw; max-width: 320px; }
  .proof__head { margin-bottom: 38px; }

  /* Especialista — números em grade 2 colunas, sem amontoar */
  .expert__body { padding: 30px 24px; }
  .expert__photo { min-height: 320px; }
  .expert__stats { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 18px; }

  /* Oferta */
  .offer__trust { margin-top: 28px; }

  /* Estética avançada — encurta o respiro exagerado do topo */
  .page-hero { padding-top: 128px; padding-bottom: 60px; }
  .page-hero__grid { gap: 36px; }
  .page-hero .hero__photo { max-width: 340px; }
  .page-hero__copy .btn { width: 100%; }

  /* WhatsApp flutuante um pouco menor pra não cobrir conteúdo */
  .fab { width: 54px; height: 54px; right: 16px; bottom: 16px; }
  .fab svg { width: 26px; height: 26px; }
}

@media (max-width: 380px) {
  .container { padding: 0 16px; }
  .nav__logo-text { font-size: .95rem; }
  .nav__logo-text small { display: none; }
  .expert__stats { gap: 18px 14px; }
}

@media (prefers-reduced-motion: reduce){
  *{ animation: none !important; scroll-behavior:auto;}
  [data-reveal]{ opacity:1; transform:none;}
  body::before, body::after { animation: none; }
  .hero__photo .real, .expert__photo .real{ transform:none !important; filter:none !important; }
  .hero__photo::before, .expert__photo::before{ display:none; }
}
