/* =========================================================
   EVANER MAZORANA · LANDING DE CONVERSÃO
   Foco: vender Consulta Avaliativa Estratégica R$180
   Estética: editorial luxury · medicina concierge
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Manrope:wght@300;400;500;600;700&display=swap');

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
img { max-width: 100%; display: block; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
a { color: inherit; text-decoration: none; }

:root {
  --bg: #0a0a0a;
  --bg-2: #111111;
  --bg-3: #161616;
  --fg: #f4f1ea;
  --muted: #a8a39a;
  --dim: #6a655d;
  --line: rgba(244, 241, 234, 0.08);
  --line-strong: rgba(244, 241, 234, 0.18);
  --gold: #b88e51;
  --gold-bright: #d4a76a;
  --gold-dim: rgba(184, 142, 81, 0.12);
  --red: #c8553d;

  --display: 'Cormorant Garamond', 'Times New Roman', serif;
  --body: 'Manrope', system-ui, sans-serif;

  --s-1: 4px;
  --s-2: 8px;
  --s-3: 16px;
  --s-4: 24px;
  --s-5: 40px;
  --s-6: 64px;
  --s-7: 96px;
  --s-8: 128px;
  --s-9: 160px;
}

body {
  background: var(--bg);
  color: var(--fg);
  font-family: var(--body);
  font-size: 15px;
  line-height: 1.65;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

.shell {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (min-width: 800px)  { .shell { padding: 0 48px; } }
@media (min-width: 1200px) { .shell { padding: 0 72px; } }

/* =========================================================
   TIPOGRAFIA
   ========================================================= */
.display-xl {
  font-family: var(--display);
  font-size: clamp(48px, 8vw, 124px);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.015em;
}
.display-l {
  font-family: var(--display);
  font-size: clamp(40px, 5.5vw, 84px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.01em;
}
.display-m {
  font-family: var(--display);
  font-size: clamp(28px, 3.4vw, 48px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.005em;
}
.display-s {
  font-family: var(--display);
  font-size: clamp(22px, 2.4vw, 32px);
  font-weight: 500;
  line-height: 1.2;
}

.italic { font-style: italic; font-weight: 400; }
.gold { color: var(--gold-bright); }
.gold-bold { color: var(--gold-bright); font-weight: 600; }
.thin { font-weight: 300; color: var(--muted); }

.eyebrow {
  font-family: var(--body);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.eyebrow::before {
  content: '';
  width: 28px; height: 1px;
  background: var(--gold);
  display: inline-block;
}

.overline {
  font-family: var(--body);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--dim);
}

/* =========================================================
   TOPBAR FIXA
   ========================================================= */
.topbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 50;
  background: rgba(10, 10, 10, 0.78);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  font-family: var(--body);
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--muted);
}
.topbar-mark {
  color: var(--fg);
  font-weight: 600;
  letter-spacing: 0.18em;
}
.topbar-cta {
  display: none;
}
.topbar-cta a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: var(--gold);
  color: #1a1208;
  font-family: var(--body);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: background 0.2s ease;
}
.topbar-cta a:hover { background: var(--gold-bright); }
@media (min-width: 800px) {
  .topbar-cta { display: block; }
  .topbar-inner { padding: 18px 48px; }
}

/* =========================================================
   BOTÃO BASE
   ========================================================= */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 28px;
  font-family: var(--body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  border: 1px solid var(--line-strong);
  color: var(--fg);
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  white-space: nowrap;
  background: transparent;
}
.btn .arrow {
  font-family: var(--body);
  font-weight: 300;
  font-size: 18px;
  transition: transform 0.3s ease;
}
.btn:hover { background: var(--fg); color: var(--bg); border-color: var(--fg); }
.btn:hover .arrow { transform: translateX(4px); }

.btn-primary {
  background: var(--gold);
  color: #1a1208;
  border-color: var(--gold);
}
.btn-primary:hover {
  background: var(--gold-bright);
  border-color: var(--gold-bright);
  color: #1a1208;
}

.btn-large {
  padding: 24px 32px;
  font-size: 13px;
}

/* =========================================================
   HERO
   ========================================================= */
.hero {
  position: relative;
  min-height: 100vh;
  padding: 120px 0 80px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 75% 30%, rgba(184, 142, 81, 0.08), transparent 50%),
    var(--bg);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media (min-width: 900px) {
  .hero-grid { grid-template-columns: 1.15fr 1fr; gap: 64px; align-items: start; }
}
.hero-content { position: relative; }
.hero-num {
  position: absolute;
  top: -28px;
  left: -8px;
  font-family: var(--display);
  font-size: clamp(180px, 28vw, 360px);
  font-weight: 500;
  line-height: 1;
  color: rgba(244, 241, 234, 0.025);
  letter-spacing: -0.05em;
  z-index: 0;
  pointer-events: none;
}
.hero-content > * { position: relative; z-index: 1; }
.hero h1 {
  margin-top: 24px;
  margin-bottom: 28px;
  font-family: var(--display);
  font-size: clamp(36px, 5.5vw, 80px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.015em;
}
.hero h1 .strike {
  position: relative;
  display: inline-block;
  color: var(--muted);
}
.hero h1 .strike::after {
  content: '';
  position: absolute;
  left: -2%;
  right: -2%;
  top: 52%;
  height: 2px;
  background: var(--gold);
  transform: rotate(-3deg);
}
.hero-sub {
  font-family: var(--body);
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.65;
  color: var(--muted);
  max-width: 52ch;
  margin-bottom: 32px;
}
.hero-sub strong { color: var(--fg); font-weight: 500; }

.hero-pain {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 36px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.hero-pain li {
  font-size: 14px;
  line-height: 1.55;
  color: var(--muted);
  padding-left: 22px;
  position: relative;
}
.hero-pain li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 10px;
  height: 1px;
  background: var(--gold);
}
.hero-pain li strong { color: var(--fg); font-weight: 500; }

.hero-cta {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 28px;
}
@media (min-width: 600px) {
  .hero-cta { flex-direction: row; align-items: center; }
  .hero-cta .btn { flex: 1; }
}
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  font-family: var(--body);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--dim);
}
.hero-trust span { display: inline-flex; align-items: center; gap: 8px; }
.hero-trust span::before {
  content: '';
  width: 5px; height: 5px;
  background: var(--gold);
  border-radius: 50%;
}

/* Foto do hero */
.hero-photo {
  position: relative;
  display: none;
}
@media (min-width: 900px) { .hero-photo { display: block; } }
.hero-photo-frame {
  position: relative;
  aspect-ratio: 3/4;
  background: linear-gradient(180deg, rgba(184,142,81,0.06), rgba(0,0,0,0.4));
  overflow: hidden;
  border: 1px solid var(--line);
}
.hero-photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: contrast(1.05) brightness(0.95) saturate(0.9);
}
.hero-photo-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 40%, rgba(10,10,10,0.7) 100%),
    radial-gradient(circle at 30% 20%, rgba(184,142,81,0.08), transparent 60%);
  pointer-events: none;
}
.hero-photo-tag {
  position: absolute;
  top: 16px;
  left: 16px;
  font-family: var(--body);
  font-size: 9px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
  z-index: 2;
}
.hero-photo-caption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 2;
  font-family: var(--display);
  font-style: italic;
  font-size: 16px;
  line-height: 1.35;
  color: var(--fg);
}
.hero-photo-caption small {
  display: block;
  margin-top: 8px;
  font-family: var(--body);
  font-style: normal;
  font-size: 9px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
}

/* Mobile: foto compacta acima do conteúdo */
.hero-photo-mobile {
  display: block;
  margin: 0 -24px 32px;
  aspect-ratio: 4/3;
  background: linear-gradient(180deg, var(--bg-2), var(--bg));
  overflow: hidden;
  position: relative;
}
.hero-photo-mobile img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  filter: contrast(1.05) brightness(0.92);
}
.hero-photo-mobile::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, var(--bg) 100%);
}
@media (min-width: 900px) { .hero-photo-mobile { display: none; } }

/* =========================================================
   SECTION BASE
   ========================================================= */
.section {
  padding: var(--s-7) 0;
  position: relative;
}
@media (min-width: 800px) { .section { padding: var(--s-8) 0; } }

.section-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--s-5);
}
@media (min-width: 900px) {
  .section-grid {
    grid-template-columns: 280px 1fr;
    gap: var(--s-6);
  }
}
.section-head {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.section-num {
  font-family: var(--body);
  font-size: 10px;
  letter-spacing: 0.4em;
  color: var(--gold);
  font-weight: 500;
}
.section-kicker {
  font-family: var(--display);
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.005em;
  max-width: 12ch;
}
.section-lead {
  font-family: var(--body);
  font-size: 14px;
  color: var(--muted);
  line-height: 1.65;
  max-width: 32ch;
  margin-top: 8px;
}

/* =========================================================
   SEÇÃO: POR QUE DIETAS FALHAM
   ========================================================= */
.failure-stack {
  display: flex;
  flex-direction: column;
}
.failure-row {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
  align-items: baseline;
}
.failure-row:first-child { border-top: 1px solid var(--line); }
.failure-row .step {
  font-family: var(--display);
  font-size: 22px;
  font-weight: 500;
  font-style: italic;
  color: var(--gold);
}
.failure-row .body { display: flex; flex-direction: column; gap: 8px; }
.failure-row .body h3 {
  font-family: var(--display);
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 500;
  line-height: 1.2;
}
.failure-row .body p {
  font-family: var(--body);
  font-size: 14px;
  line-height: 1.65;
  color: var(--muted);
  max-width: 56ch;
}
.failure-conclusion-wrap {
  width: 100%;
  padding: 0 24px;
  display: flex;
  justify-content: center;
  margin: 0;
}
@media (min-width: 800px) { .failure-conclusion-wrap { padding: 0 48px; } }
@media (min-width: 1200px) { .failure-conclusion-wrap { padding: 0 72px; } }

.failure-conclusion {
  width: 100%;
  max-width: 1280px;
  padding: 32px 48px;
  border: 2px solid var(--gold) !important;
  background: rgba(184, 142, 81, 0.08) !important;
  font-family: var(--display);
  font-size: clamp(16px, 1.8vw, 26px);
  line-height: 1.3;
  font-weight: 500;
  color: var(--fg);
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}
.failure-conclusion em { font-style: normal; color: var(--fg); }
.failure-conclusion .gold-bold { font-style: normal; color: var(--gold-bright) !important; font-weight: 600; }

/* Inter-section CTA — botão dourado centralizado entre seções */
.inter-section-cta {
  padding: 40px 0;
  display: flex;
  justify-content: center;
}
.inter-cta-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 22px 40px;
  background: var(--gold);
  border: none;
  font-family: var(--body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #1a1208;
  text-decoration: none;
  transition: all 0.25s ease;
  min-width: 320px;
}
.inter-cta-link:hover {
  background: var(--gold-bright);
  color: #1a1208;
}
.inter-cta-link span {
  font-size: 18px;
  font-weight: 300;
  transition: transform 0.25s ease;
}
.inter-cta-link:hover span { transform: translateX(6px); }
.failure-conclusion strong { font-style: normal; color: var(--gold-bright); font-weight: 600; }

/* =========================================================
   SEÇÃO: QUEBRA DE CRENÇAS
   ========================================================= */
.beliefs {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border: 1px solid var(--line);
}
@media (min-width: 800px) { .beliefs { grid-template-columns: 1fr 1fr; } }
.belief-card {
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  border-bottom: 1px solid var(--line);
}
.belief-card:nth-child(odd) { border-right: 1px solid var(--line); }
@media (max-width: 799px) {
  .belief-card:nth-child(odd) { border-right: none; }
}
.belief-card .myth {
  font-family: var(--body);
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--red);
  font-weight: 600;
}
.belief-card .myth-text {
  font-family: var(--display);
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.2;
  color: var(--muted);
  font-style: italic;
  font-weight: 400;
  max-width: 28ch;
}
.belief-card .truth {
  margin-top: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  font-family: var(--body);
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
}
.belief-card .truth-text {
  font-family: var(--body);
  font-size: 15px;
  line-height: 1.65;
  color: var(--fg);
}
.belief-card .truth-text strong { color: var(--gold-bright); font-weight: 600; }

/* =========================================================
   SEÇÃO: MÉTODO EM PREMIUM
   ========================================================= */
.method-mark {
  font-family: var(--display);
  font-size: clamp(32px, 4.5vw, 64px);
  font-weight: 500;
  font-style: italic;
  letter-spacing: -0.01em;
  line-height: 1;
  margin-bottom: 12px;
}
.method-mark .em {
  font-style: normal;
  color: var(--gold-bright);
  font-weight: 600;
  letter-spacing: 0.02em;
}
.method-tag {
  font-family: var(--body);
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 28px;
}
.method-intro {
  font-family: var(--display);
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.3;
  font-style: italic;
  color: var(--fg);
  max-width: 36ch;
  margin-bottom: 56px;
}
.method-phases {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
@media (min-width: 1000px) { .method-phases { grid-template-columns: repeat(4, 1fr); } }
.phase {
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-bottom: 1px solid var(--line);
  position: relative;
}
.phase:last-child { border-bottom: none; }
@media (min-width: 800px) {
  .phase { border-bottom: none; border-right: 1px solid var(--line); }
  .phase:last-child { border-right: none; }
}
.phase .num {
  font-family: var(--display);
  font-size: 14px;
  font-style: italic;
  color: var(--gold);
  letter-spacing: 0.04em;
}
.phase h3 {
  font-family: var(--display);
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 500;
  letter-spacing: -0.005em;
  line-height: 1.1;
}
.phase p {
  font-family: var(--body);
  font-size: 13px;
  line-height: 1.65;
  color: var(--muted);
}

/* =========================================================
   SEÇÃO: INBODY 570
   ========================================================= */
.inbody {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}
@media (min-width: 900px) { .inbody { grid-template-columns: 1fr 1fr; gap: 80px; } }
.inbody-photo {
  position: relative;
  aspect-ratio: 4/5;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  overflow: hidden;
}
.inbody-photo img {
  width: 75%;
  height: 80%;
  object-fit: contain;
  filter: brightness(0.98) contrast(1.02);
}
.inbody-photo .badge {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 8px 12px;
  border: 1px solid var(--gold);
  font-family: var(--body);
  font-size: 9px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(10,10,10,0.7);
}
.inbody-tag {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-family: var(--display);
  font-style: italic;
  font-size: 18px;
  color: var(--fg);
}
.inbody-content h2 {
  font-family: var(--display);
  font-size: clamp(36px, 4.8vw, 64px);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 24px;
  letter-spacing: -0.01em;
}
.inbody-content h2 em { font-style: italic; }
.inbody-content > p {
  font-family: var(--body);
  font-size: 15px;
  line-height: 1.7;
  color: var(--muted);
  margin-bottom: 32px;
  max-width: 48ch;
  text-align: justify;
  text-justify: inter-word;
}
.inbody-content > p strong { color: var(--fg); font-weight: 500; }
.inbody-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--line);
  margin-bottom: 32px;
}
.inbody-metric {
  background: var(--bg);
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.inbody-metric .k {
  font-family: var(--body);
  font-size: 9px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--dim);
}
.inbody-metric .v {
  font-family: var(--display);
  font-size: 22px;
  font-weight: 500;
  color: var(--fg);
  line-height: 1;
}
.inbody-pull {
  font-family: var(--display);
  font-size: clamp(18px, 1.8vw, 22px);
  font-style: italic;
  line-height: 1.4;
  color: var(--fg);
  padding-left: 20px;
  border-left: 2px solid var(--gold);
  max-width: 38ch;
}
.inbody-pull strong { color: var(--gold-bright); font-weight: 600; font-style: normal; }

/* =========================================================
   SEÇÃO: AUTORIDADE (CrossFit + credenciais)
   ========================================================= */
.authority {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}
@media (min-width: 900px) { .authority { grid-template-columns: 1fr 1fr; gap: 64px; } }
.authority-photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.authority-photos figure {
  aspect-ratio: 3/4;
  overflow: hidden;
  border: 1px solid var(--line);
  position: relative;
  background: var(--bg-2);
}
.authority-photos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(1.05) brightness(0.92) saturate(0.85);
  transition: filter 0.5s ease;
}
.authority-photos figure:hover img { filter: contrast(1.1) brightness(1) saturate(1); }
.authority-photos figure:nth-child(2) {
  margin-top: 32px;
}
.authority-photos figure::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,0.5));
  pointer-events: none;
}
.authority-photos figcaption {
  position: absolute;
  bottom: 14px;
  left: 14px;
  font-family: var(--body);
  font-size: 9px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  z-index: 1;
}
.authority-content .pull {
  font-family: var(--display);
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 500;
  font-style: italic;
  line-height: 1.15;
  margin-bottom: 28px;
  max-width: 18ch;
}
.authority-content .pull strong { font-style: normal; color: var(--gold-bright); font-weight: 600; }
.authority-content > p {
  font-family: var(--body);
  font-size: 15px;
  line-height: 1.7;
  color: var(--muted);
  margin-bottom: 32px;
  max-width: 50ch;
}
.cred-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--line);
}
.cred {
  background: var(--bg);
  padding: 20px 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.cred .k {
  font-family: var(--body);
  font-size: 9px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--dim);
}
.cred .v {
  font-family: var(--display);
  font-size: 24px;
  font-weight: 500;
  color: var(--fg);
  line-height: 1.1;
}
.cred .v small {
  display: block;
  margin-top: 4px;
  font-family: var(--body);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
}

/* =========================================================
   SEÇÃO: QUEM VAI TE ACOMPANHAR (foto sorrindo)
   ========================================================= */
.bio {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}
@media (min-width: 900px) { .bio { grid-template-columns: 1fr 1fr; gap: 80px; } }
.bio-photo {
  position: relative;
  aspect-ratio: 3/4;
  background: linear-gradient(180deg, var(--bg-2), var(--bg));
  overflow: hidden;
  border: 1px solid var(--line);
}
.bio-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: contrast(1.05) brightness(0.95);
}
.bio-photo .tag {
  position: absolute;
  top: 18px;
  left: 18px;
  font-family: var(--body);
  font-size: 9px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
}
.bio-content h2 {
  font-family: var(--display);
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 24px;
  letter-spacing: -0.01em;
}
.bio-content h2 em { font-style: italic; }
.bio-content p {
  font-family: var(--body);
  font-size: 15px;
  line-height: 1.75;
  color: var(--muted);
  margin-bottom: 16px;
  max-width: 50ch;
}
.bio-content p strong { color: var(--fg); font-weight: 500; }
.bio-sig {
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  font-family: var(--body);
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--dim);
}

/* =========================================================
   SEÇÃO: OFERTA — CONSULTA AVALIATIVA R$180
   ========================================================= */
.offer-wrap {
  position: relative;
  padding: var(--s-7) 0;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(184,142,81,0.06), transparent 60%),
    var(--bg-2);
  overflow: hidden;
}
.offer-card {
  border: 1px solid var(--gold);
  background:
    linear-gradient(180deg, rgba(184,142,81,0.04), transparent 60%),
    var(--bg);
  padding: 48px 32px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  overflow: hidden;
}
.offer-card * {
  min-width: 0;
  max-width: 100%;
  word-break: break-word;
  overflow-wrap: break-word;
}
@media (min-width: 900px) {
  .offer-card { grid-template-columns: 1.2fr 1fr; padding: 64px 56px; gap: 64px; }
}
.offer-card::before {
  content: 'CONSULTA AVALIATIVA ESTRATÉGICA';
  position: absolute;
  top: -12px;
  left: 32px;
  background: var(--bg);
  padding: 0 16px;
  font-family: var(--body);
  font-size: 10px;
  letter-spacing: 0.32em;
  color: var(--gold);
  font-weight: 600;
}

.offer-headline {
  font-family: var(--display);
  font-size: clamp(28px, 4.8vw, 64px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.01em;
  margin-bottom: 28px;
}
.offer-headline em { font-style: italic; }
.offer-headline .gold { color: var(--gold-bright); }

.offer-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 32px;
}
.offer-list li {
  font-family: var(--body);
  font-size: 14px;
  line-height: 1.6;
  color: var(--fg);
  padding-left: 28px;
  position: relative;
  word-break: break-word;
  overflow-wrap: break-word;
  min-width: 0;
}
.offer-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 16px;
  height: 1px;
  background: var(--gold);
}
.offer-list li strong { color: var(--gold-bright); font-weight: 600; }

.offer-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--line-strong);
  margin-bottom: 32px;
}
.offer-meta .item {
  background: var(--bg);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.offer-meta .k {
  font-family: var(--body);
  font-size: 9px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--dim);
}
.offer-meta .v {
  font-family: var(--display);
  font-size: 18px;
  font-weight: 500;
  color: var(--fg);
}

.offer-side {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.offer-price {
  padding: 24px;
  border: 1px solid var(--line-strong);
  background: var(--bg-2);
}
.offer-price .label {
  font-family: var(--body);
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--dim);
  margin-bottom: 8px;
}
.offer-price .value {
  font-family: var(--display);
  font-size: clamp(48px, 5.5vw, 72px);
  font-weight: 500;
  color: var(--fg);
  line-height: 1;
  letter-spacing: -0.02em;
}
.offer-price .value .currency {
  font-size: 0.4em;
  vertical-align: super;
  color: var(--muted);
  font-weight: 400;
  margin-right: 6px;
}
.offer-price .note {
  margin-top: 12px;
  font-family: var(--body);
  font-size: 12px;
  line-height: 1.5;
  color: var(--muted);
}

.offer-vagas {
  padding: 20px 24px;
  border: 1px solid var(--line);
  background: rgba(200, 85, 61, 0.04);
}
.offer-vagas .top {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--body);
  font-size: 9px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--red);
  font-weight: 600;
  margin-bottom: 10px;
}
.offer-vagas .pulse {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--red);
  animation: pulseRed 2s ease-in-out infinite;
}
@keyframes pulseRed {
  0%, 100% { box-shadow: 0 0 0 0 rgba(200, 85, 61, 0.7); }
  50%      { box-shadow: 0 0 0 8px rgba(200, 85, 61, 0); }
}
.offer-vagas .text {
  font-family: var(--display);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  color: var(--fg);
}
.offer-vagas .text strong { color: var(--red); font-weight: 600; }
.offer-vagas .desc {
  margin-top: 6px;
  font-family: var(--body);
  font-size: 12px;
  color: var(--muted);
  line-height: 1.5;
}

.offer-cta-wrap { padding-top: 4px; }
.offer-cta-meta {
  margin-top: 12px;
  text-align: center;
  font-family: var(--body);
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--dim);
}

/* =========================================================
   SEÇÃO: PARA QUEM É / PRA QUEM NÃO É
   ========================================================= */
.fit {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border: 1px solid var(--line);
}
@media (min-width: 800px) { .fit { grid-template-columns: 1fr 1fr; } }
.fit-col {
  padding: 40px 32px;
}
.fit-col + .fit-col { border-top: 1px solid var(--line); }
@media (min-width: 800px) {
  .fit-col + .fit-col { border-top: none; border-left: 1px solid var(--line); }
}
.fit-col.yes { background: rgba(184,142,81,0.04); }
.fit-col h3 {
  font-family: var(--body);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}
.fit-col.yes h3 { color: var(--gold); }
.fit-col.no h3 { color: var(--dim); }
.fit-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.fit-col li {
  font-family: var(--body);
  font-size: 14px;
  line-height: 1.55;
  padding-left: 24px;
  position: relative;
}
.fit-col.yes li { color: var(--fg); }
.fit-col.yes li::before {
  content: '+';
  position: absolute;
  left: 0;
  top: -1px;
  color: var(--gold);
  font-weight: 600;
  font-size: 16px;
}
.fit-col.no li { color: var(--muted); }
.fit-col.no li::before {
  content: '×';
  position: absolute;
  left: 0;
  top: -1px;
  color: var(--dim);
  font-size: 16px;
}

/* =========================================================
   FAQ
   ========================================================= */
.faq {
  display: flex;
  flex-direction: column;
}
.faq details {
  border-top: 1px solid var(--line);
  padding: 4px 0;
}
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary {
  list-style: none;
  cursor: pointer;
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  font-family: var(--display);
  font-size: clamp(18px, 1.8vw, 22px);
  font-weight: 500;
  letter-spacing: -0.005em;
  transition: color 0.2s ease;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--gold-bright); }
.faq summary .plus {
  font-family: var(--body);
  font-weight: 300;
  font-size: 22px;
  color: var(--gold);
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.faq details[open] summary .plus { transform: rotate(45deg); }
.faq details[open] summary { color: var(--gold-bright); }
.faq details p {
  padding: 0 0 28px 0;
  font-family: var(--body);
  font-size: 14px;
  line-height: 1.75;
  color: var(--muted);
  max-width: 64ch;
}
.faq details p strong { color: var(--fg); font-weight: 500; }

/* =========================================================
   CTA FINAL
   ========================================================= */
.cta-final {
  position: relative;
  padding: var(--s-8) 0;
  text-align: center;
  background:
    radial-gradient(ellipse at 50% 100%, rgba(184,142,81,0.1), transparent 60%),
    var(--bg);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.cta-final h2 {
  font-family: var(--display);
  font-size: clamp(48px, 8vw, 124px);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.015em;
  margin-bottom: 32px;
}
.cta-final h2 em { font-style: italic; }
.cta-final h2 .gold { color: var(--gold-bright); }
.cta-final-lead {
  font-family: var(--body);
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.7;
  color: var(--muted);
  max-width: 56ch;
  margin: 0 auto 48px;
}
.cta-final-lead strong { color: var(--fg); font-weight: 500; }
.cta-final-meta {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  font-family: var(--body);
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--dim);
}
.cta-final-meta span { display: inline-flex; align-items: center; gap: 8px; }
.cta-final-meta span::before {
  content: '';
  width: 5px; height: 5px;
  background: var(--gold);
  border-radius: 50%;
}

/* =========================================================
   STICKY MOBILE CTA
   ========================================================= */
.mobile-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 60;
  background: rgba(10, 10, 10, 0.95);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-top: 1px solid var(--gold);
  padding: 12px 16px;
  display: flex;
  gap: 10px;
  transform: translateY(110%);
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.mobile-cta.show { transform: translateY(0); }
.mobile-cta .price-tag {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 8px;
  flex-shrink: 0;
}
.mobile-cta .price-tag .l {
  font-family: var(--body);
  font-size: 8px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--dim);
}
.mobile-cta .price-tag .v {
  font-family: var(--display);
  font-size: 20px;
  font-weight: 600;
  color: var(--gold-bright);
  line-height: 1;
}
.mobile-cta .btn {
  flex: 1;
  padding: 14px 16px;
  font-size: 11px;
}
@media (min-width: 800px) { .mobile-cta { display: none; } }

/* =========================================================
   FOOTER
   ========================================================= */
footer {
  padding: var(--s-6) 0 var(--s-5);
  border-top: 1px solid var(--line);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  padding-bottom: 32px;
}
@media (min-width: 800px) {
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr 1fr; }
}
.footer-col .k {
  font-family: var(--body);
  font-size: 9px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
  font-weight: 600;
}
.footer-col .v {
  font-family: var(--body);
  font-size: 13px;
  color: var(--muted);
  line-height: 1.8;
}
.footer-col .v a { display: block; padding: 2px 0; transition: color 0.2s ease; }
.footer-col .v a:hover { color: var(--fg); }
.footer-brand {
  font-family: var(--display);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.05;
  margin-bottom: 8px;
}
.footer-tag {
  font-family: var(--body);
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}
.footer-legal {
  border-top: 1px solid var(--line);
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-family: var(--body);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--dim);
  line-height: 1.7;
}
@media (min-width: 800px) {
  .footer-legal { flex-direction: row; justify-content: space-between; }
}

/* =========================================================
   REVEAL ANIMATIONS
   ========================================================= */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.reveal.in {
  opacity: 1;
  transform: none;
}

/* =========================================================
   MOBILE SPACING
   ========================================================= */
@media (max-width: 600px) {
  .section { padding: 64px 0; }
  .hero { min-height: auto; padding: 96px 0 48px; }
  .offer-card { padding: 36px 20px; }
  .offer-card::before { display: none; }
  .offer-headline { font-size: clamp(24px, 6vw, 36px); white-space: normal; }
  .offer-card p { max-width: 100% !important; word-break: break-word; overflow-wrap: break-word; }
  .offer-cta-wrap .btn {
    font-size: 10px;
    letter-spacing: 0.12em;
    padding: 18px 16px;
    white-space: normal;
    text-align: center;
    word-break: break-word;
    line-height: 1.4;
  }
  .belief-card { padding: 28px 20px; }
  .phase { padding: 28px 20px; }
  body { padding-bottom: 80px; }
}
