/* ==========================================================================
   TERPENA · Site institucional · v.final
   Estrutura clickcannabis + identidade do brandbook (Apothecary moderno)
   • EB Garamond (serif) + Manrope (sans) + JetBrains Mono
   • Paleta forest #1E3A2F · copper #B87333 · ivory #F1EBDD · sepia #2A241F
   • Hero block arredondado · cards numerados · pill buttons · cards flutuantes
   ========================================================================== */

:root {
  /* Paleta brandbook vol. 02 */
  --forest:        #1E3A2F;          /* verde principal */
  --forest-dk:     #14271F;          /* gradiente escuro */
  --forest-15:     rgba(30,58,47,.10);
  --forest-08:     rgba(30,58,47,.06);

  --sepia:         #2A241F;          /* texto escuro */
  --sepia-70:      rgba(42,36,31,.7);
  --sepia-15:      rgba(42,36,31,.15);

  --ivory:         #F1EBDD;          /* bg principal */
  --ivory-deep:    #E8E0CD;          /* card bg */
  --ivory-warm:    #F6F0E2;          /* hover */
  --white:         #FFFFFF;

  --copper:        #B87333;          /* CTA + accent */
  --copper-dk:     #94591F;          /* hover CTA */
  --copper-15:     rgba(184,115,51,.15);
  --copper-light:  #D89A5C;          /* italic em hero escuro */

  --line:          #D9D2C3;          /* border sutil */
  --whats:         #25D366;

  /* Tipografia brandbook */
  --serif:  'EB Garamond', 'Garamond', 'Times New Roman', serif;
  --sans:   'Manrope', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --mono:   'JetBrains Mono', 'SF Mono', Courier, monospace;

  --maxw: 1280px;
  --gutter: clamp(20px, 4vw, 48px);
  --section-pad: clamp(80px, 12vh, 140px);

  --radius-sm: 8px;
  --radius:    16px;
  --radius-lg: 32px;
  --radius-pill: 9999px;

  --ease: cubic-bezier(.22,.61,.36,1);
  --ease-out: cubic-bezier(.16,1,.3,1);
  --t-quick: .35s;
}

/* ============================================
   RESET
   ============================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  background: var(--ivory);
  color: var(--sepia);
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; transition: color var(--t-quick) var(--ease); }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
ul { list-style: none; }
::selection { background: var(--copper); color: var(--white); }

/* Acessibilidade — skip to content */
.skip-link {
  position: absolute;
  top: -100px; left: 16px;
  background: var(--forest);
  color: var(--ivory);
  padding: 12px 20px;
  border-radius: var(--radius-pill);
  z-index: 999;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  transition: top .2s var(--ease);
}
.skip-link:focus { top: 16px; }

/* ============================================
   TIPOGRAFIA — EB Garamond, italic em destaque
   ============================================ */
h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -.015em;
  color: var(--forest);
  line-height: 1.05;
}
h1.display {
  font-size: clamp(48px, 8vw, 96px);
  line-height: 1.02;
  letter-spacing: -.025em;
  color: var(--ivory);
  font-weight: 400;
}
h1.display em {
  font-style: italic;
  color: var(--copper-light);
}
h2.section-title {
  font-size: clamp(34px, 4.5vw, 56px);
  line-height: 1.05;
  margin-bottom: 24px;
  font-weight: 400;
  color: var(--forest);
}
h2.section-title em {
  font-style: italic;
  color: var(--copper);
}
h3 {
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 400;
  line-height: 1.15;
  color: var(--forest);
}
h3 em { font-style: italic; color: var(--copper); }

.lead {
  font-family: var(--serif);
  font-size: clamp(18px, 1.4vw, 22px);
  line-height: 1.5;
  color: var(--sepia);
  max-width: 640px;
  font-weight: 400;
}
.lead em { font-style: italic; color: var(--forest); }

p { margin-bottom: 1.1em; color: var(--sepia); }
strong { font-weight: 600; color: var(--forest); }

/* Eyebrow */
.eyebrow {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--copper);
  font-weight: 600;
  margin-bottom: 16px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.eyebrow::before {
  content: '';
  width: 24px;
  height: 1.5px;
  background: var(--copper);
}

/* Section number — JetBrains Mono */
.section-num {
  display: inline-block;
  font-family: var(--mono);
  font-weight: 500;
  color: var(--copper);
  font-size: 11px;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

/* ============================================
   LAYOUT
   ============================================ */
.wrap {
  max-width: var(--maxw);
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}
.section {
  padding-top: var(--section-pad);
  padding-bottom: var(--section-pad);
}
.section.tight { padding-top: clamp(60px, 8vh, 96px); padding-bottom: clamp(60px, 8vh, 96px); }
.section-soft {
  background:
    radial-gradient(circle at 12% 8%, rgba(184,115,51,.06), transparent 24%),
    linear-gradient(180deg, #FFFDF8 0%, #F8F2E6 100%);
}
.bg-ivory-warm { background: var(--ivory-warm); }
.bg-ivory-deep { background: var(--ivory-deep); }
.bg-forest { background: var(--forest); color: var(--ivory); }
.bg-forest h1, .bg-forest h2, .bg-forest h3, .bg-forest h4 { color: var(--ivory); }
.bg-forest h2 em, .bg-forest h3 em { color: var(--copper-light); }
.bg-forest .lead { color: rgba(241,235,221,.85); }
.bg-forest .lead em { color: var(--copper-light); }
.bg-forest .eyebrow { color: var(--copper-light); }
.bg-forest .eyebrow::before { background: var(--copper-light); }
.bg-forest .section-num { color: var(--copper-light); }
.bg-forest p { color: rgba(241,235,221,.85); }
.bg-forest strong { color: var(--ivory); }

/* ============================================
   HEADER — pill flutuante glassmorphism
   ============================================ */
.header {
  position: fixed;
  top: 16px; left: 16px; right: 16px;
  z-index: 80;
  background: rgba(241,235,221,.78);
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  border-radius: var(--radius-pill);
  border: 1px solid var(--sepia-15);
  transition: background var(--t-quick) var(--ease), box-shadow var(--t-quick) var(--ease);
  box-shadow: 0 1px 0 rgba(0,0,0,.02);
}
.header.scrolled {
  background: rgba(241,235,221,.95);
  box-shadow: 0 6px 24px -8px rgba(30,58,47,.18);
}
.header-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 12px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.brand-lockup {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--forest);
}
.brand-lockup .seal {
  width: 32px;
  height: 36px;
  flex-shrink: 0;
  color: var(--forest);
}
.brand-lockup .wordmark {
  font-family: var(--serif);
  font-style: italic;
  font-size: 26px;
  font-weight: 400;
  color: var(--forest);
  line-height: 1;
  letter-spacing: -.01em;
}
.nav {
  display: flex;
  align-items: center;
  gap: 4px;
}
.nav a {
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 500;
  color: var(--sepia);
  padding: 8px 14px;
  border-radius: var(--radius-pill);
  transition: background var(--t-quick) var(--ease), color var(--t-quick) var(--ease);
}
.nav a:hover { background: var(--copper-15); color: var(--forest); }
.nav a.active { background: var(--forest); color: var(--ivory); }

.nav-toggle {
  display: none;
  width: 40px; height: 40px;
  position: relative;
  border-radius: var(--radius-pill);
  background: var(--copper-15);
}
.nav-toggle span {
  position: absolute;
  left: 11px; right: 11px;
  height: 1.5px;
  background: var(--forest);
  transition: transform var(--t-quick) var(--ease), top var(--t-quick) var(--ease), opacity var(--t-quick);
}
.nav-toggle span:nth-child(1) { top: 14px; }
.nav-toggle span:nth-child(2) { top: 19px; }
.nav-toggle span:nth-child(3) { top: 24px; }
.nav-toggle.open span:nth-child(1) { top: 19px; transform: rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { top: 19px; transform: rotate(-45deg); }

@media (max-width: 920px) {
  .nav-toggle { display: block; }
  .nav {
    position: fixed;
    top: 16px; right: 16px;
    width: min(360px, calc(100vw - 32px));
    background: var(--ivory);
    flex-direction: column;
    align-items: stretch;
    padding: 80px 24px 28px;
    gap: 6px;
    border-radius: var(--radius-lg);
    transform: translateY(-12px) scale(.95);
    opacity: 0;
    pointer-events: none;
    transition: transform .35s var(--ease-out), opacity .25s ease;
    box-shadow: 0 30px 60px -20px rgba(30,58,47,.25);
    border: 1px solid var(--line);
  }
  .nav.open { transform: translateY(0) scale(1); opacity: 1; pointer-events: auto; }
  .nav a { font-size: 16px; padding: 14px 18px; font-family: var(--serif); font-style: italic; }
  .nav a.nav-cta { font-family: var(--sans); font-style: normal; font-size: 14px; }
}

/* ============================================
   BTN — pill, brandbook copper
   ============================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 30px;
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .04em;
  border-radius: var(--radius-pill);
  transition: all var(--t-quick) var(--ease);
  cursor: pointer;
  white-space: nowrap;
  line-height: 1;
}
.btn-primary {
  background: var(--copper);
  color: var(--ivory);
  box-shadow: 0 6px 20px -8px rgba(184,115,51,.5);
}
.btn-primary:hover {
  background: var(--copper-dk);
  color: var(--ivory);
  transform: translateY(-2px);
  box-shadow: 0 10px 26px -6px rgba(184,115,51,.6);
}
.btn-ghost {
  background: transparent;
  color: var(--ivory);
  border: 1px solid rgba(241,235,221,.4);
}
.btn-ghost:hover {
  background: rgba(241,235,221,.1);
  color: var(--ivory);
  border-color: rgba(241,235,221,.7);
}
.btn-outline {
  background: transparent;
  color: var(--forest);
  border: 1px solid var(--forest);
}
.btn-outline:hover {
  background: var(--forest);
  color: var(--ivory);
}
.btn .wa-ico {
  width: 18px; height: 18px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--whats);
  border-radius: 50%;
  flex-shrink: 0;
}
.btn .wa-ico svg { width: 11px; height: 11px; color: white; }

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 18px;
  background: var(--copper);
  color: var(--ivory) !important;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .03em;
  border-radius: var(--radius-pill);
  transition: background var(--t-quick) var(--ease);
}
.nav-cta:hover { background: var(--copper-dk) !important; color: var(--ivory) !important; }

/* ============================================
   HERO — bloco gigante arredondado verde
   ============================================ */
.hero-shell {
  padding: 96px 16px 24px;
}
.hero {
  position: relative;
  background: linear-gradient(160deg, var(--forest) 0%, var(--forest-dk) 95%);
  color: var(--ivory);
  border-radius: var(--radius-lg);
  overflow: hidden;
  padding: clamp(60px, 10vh, 120px) clamp(28px, 6vw, 80px);
  min-height: clamp(540px, 70vh, 720px);
  display: flex;
  align-items: center;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 110% 20%, rgba(184,115,51,.18) 0%, transparent 60%),
    radial-gradient(ellipse 60% 50% at -10% 110%, rgba(184,115,51,.08) 0%, transparent 60%);
  pointer-events: none;
}
.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: clamp(40px, 5vw, 80px);
  align-items: center;
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
}
@media (max-width: 920px) {
  .hero-grid { grid-template-columns: 1fr; }
}

.hero-num {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--copper-light);
  font-weight: 500;
  margin-bottom: 28px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.hero-num::before {
  content: '';
  width: 26px;
  height: 1.5px;
  background: var(--copper-light);
}
.hero h1 {
  margin-bottom: 32px;
  text-wrap: balance;
}
.hero-desc {
  font-family: var(--serif);
  font-size: clamp(18px, 1.4vw, 22px);
  line-height: 1.5;
  color: rgba(241,235,221,.88);
  max-width: 580px;
  margin-bottom: 40px;
  font-weight: 400;
}
.hero-desc em { font-style: italic; color: var(--copper-light); }
.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.hero-price {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: -14px 0 22px;
  padding: 9px 15px;
  border: 1px solid rgba(241,235,221,.2);
  border-radius: var(--radius-pill);
  color: rgba(241,235,221,.82);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.hero-price strong {
  color: var(--copper-light);
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
}

/* Card flutuante de prova social */
.proof-card {
  position: absolute;
  background: rgba(241,235,221,.95);
  backdrop-filter: blur(12px);
  border-radius: var(--radius-pill);
  padding: 12px 24px 12px 14px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 18px 40px -12px rgba(0,0,0,.4);
  z-index: 3;
  border: 1px solid rgba(241,235,221,.4);
}
.proof-card .ico {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: var(--copper-15);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.proof-card .ico svg { width: 18px; height: 18px; color: var(--copper); }
.proof-card .v {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 500;
  color: var(--forest);
  line-height: 1;
  margin-bottom: 2px;
  letter-spacing: -.01em;
}
.proof-card .l {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: .04em;
  color: var(--sepia-70);
}
.proof-card.pc1 { top: 8%; right: 16%; }
.proof-card.pc2 { top: 24%; right: 6%; }
@media (max-width: 920px) {
  .proof-card { display: none; }
}

/* Hero portrait */
.hero-portrait {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: var(--radius);
  overflow: hidden;
  background: rgba(241,235,221,.06);
  border: 1px solid rgba(241,235,221,.12);
  max-width: 420px;
  margin-left: auto;
}
.hero-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
}
.hero-portrait .frame-tag {
  position: absolute;
  bottom: 16px; left: 16px;
  background: rgba(241,235,221,.95);
  padding: 10px 18px;
  border-radius: var(--radius-pill);
  font-family: var(--sans);
}
.hero-portrait .frame-tag .name {
  font-family: var(--serif);
  font-style: italic;
  font-size: 16px;
  font-weight: 400;
  color: var(--forest);
  line-height: 1;
}
.hero-portrait .frame-tag .role {
  font-size: 10px;
  color: var(--sepia-70);
  letter-spacing: .04em;
  margin-top: 3px;
  font-family: var(--mono);
}

/* ============================================
   TRUST STRIP
   ============================================ */
.trust-strip {
  background: var(--ivory-deep);
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}
.trust-strip-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 36px;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  color: var(--sepia-70);
  letter-spacing: .08em;
  text-transform: uppercase;
}
.trust-strip-inner span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.trust-strip-inner span::before {
  content: '';
  width: 5px; height: 5px;
  background: var(--copper);
  border-radius: 50%;
  display: inline-block;
}

/* ============================================
   SECTION HEADER (título + lead)
   ============================================ */
.section-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 5vw, 80px);
  align-items: end;
  margin-bottom: clamp(48px, 6vw, 80px);
}
@media (max-width: 920px) {
  .section-head { grid-template-columns: 1fr; gap: 24px; align-items: start; }
}
.section-head .lead { max-width: none; }

/* ============================================
   CARDS NUMERADOS — frentes / verticais
   ============================================ */
.cards-numbered {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
/* Quando há 5 cards (Home), o último ocupa largura total elegantemente */
.cards-numbered > .card-num:nth-child(5):last-child {
  grid-column: 1 / -1;
}
@media (max-width: 720px) {
  .cards-numbered { grid-template-columns: 1fr; }
  .cards-numbered > .card-num:nth-child(5):last-child { grid-column: auto; }
}
.card-num {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  min-height: 280px;
  transition: all var(--t-quick) var(--ease);
  position: relative;
}
.card-num:hover {
  border-color: var(--copper);
  transform: translateY(-3px);
  box-shadow: 0 20px 40px -16px rgba(30,58,47,.18);
}
.card-num .num {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  color: var(--copper);
  font-size: 22px;
  margin-bottom: 18px;
  letter-spacing: .02em;
}
.card-num h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 28px;
  color: var(--forest);
  margin-bottom: 14px;
  line-height: 1.1;
}
.card-num p {
  font-size: 15px;
  color: var(--sepia-70);
  line-height: 1.55;
  margin-bottom: 24px;
  flex: 1;
}
.card-num .arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--copper);
  transition: gap var(--t-quick) var(--ease);
}
.card-num:hover .arrow { gap: 14px; }
.card-num .arrow svg { width: 18px; height: 12px; }

/* ============================================
   STEPS — 4 etapas numeradas
   ============================================ */
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 920px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .steps { grid-template-columns: 1fr; } }
.step {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px 28px;
  position: relative;
}
.step .n {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  color: var(--copper);
  font-size: 20px;
  margin-bottom: 16px;
  letter-spacing: .02em;
}
.step h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 24px;
  color: var(--forest);
  margin-bottom: 12px;
  line-height: 1.15;
}
.step p {
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--sepia-70);
  margin: 0;
}
.bg-forest .step {
  background: rgba(241,235,221,.05);
  border-color: rgba(241,235,221,.1);
}
.bg-forest .step h3 { color: var(--ivory); }
.bg-forest .step .n { color: var(--copper-light); }
.bg-forest .step p { color: rgba(241,235,221,.78); }

/* ============================================
   FEATURES — cards de método
   ============================================ */
.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 920px) { .features { grid-template-columns: 1fr; } }
.feature {
  padding: 28px 0;
  border-top: 1px solid var(--line);
}
.feature .ico {
  width: 40px; height: 40px;
  background: var(--copper);
  color: var(--ivory);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif);
  font-style: italic;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 18px;
}
.feature h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 24px;
  color: var(--forest);
  margin-bottom: 10px;
  line-height: 1.2;
}
.feature p {
  font-size: 14.5px;
  color: var(--sepia-70);
  line-height: 1.55;
  margin: 0;
}
.bg-forest .feature { border-top-color: rgba(241,235,221,.15); }
.bg-forest .feature h3 { color: var(--ivory); }
.bg-forest .feature p { color: rgba(241,235,221,.78); }
.bg-forest .feature .ico { background: var(--copper); }

/* ============================================
   ABOUT (sobre a Dra)
   ============================================ */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}
@media (max-width: 920px) { .about-grid { grid-template-columns: 1fr; } }
.about-portrait {
  aspect-ratio: 4/5;
  background: var(--forest);
  border-radius: var(--radius-lg);
  overflow: hidden;
  max-width: 480px;
}
.about-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }

.creds {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 36px;
}
.cred {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 16px 20px;
}
.cred .k {
  font-family: var(--mono);
  font-size: 10px;
  color: var(--sepia-70);
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.cred .v {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: 17px;
  color: var(--forest);
  line-height: 1.2;
}

/* ============================================
   PROOF BLOCK — número gigante
   ============================================ */
.proof-block {
  background: linear-gradient(160deg, var(--forest) 0%, var(--forest-dk) 95%);
  border-radius: var(--radius-lg);
  padding: clamp(56px, 8vw, 96px);
  text-align: center;
  color: var(--ivory);
  position: relative;
  overflow: hidden;
}
.proof-after-testimonials {
  background: linear-gradient(180deg, var(--ivory) 0%, #FCF9F1 100%);
  padding-top: clamp(36px, 5vw, 56px);
}
.proof-block::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(184,115,51,.12) 0%, transparent 70%);
  pointer-events: none;
}
.proof-block > * { position: relative; z-index: 2; }
.proof-block .num {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(80px, 12vw, 160px);
  line-height: .95;
  color: var(--ivory);
  margin-bottom: 18px;
  letter-spacing: -.03em;
}
.proof-block .num em {
  font-style: italic;
  color: var(--copper-light);
}
.proof-block .num .unit {
  font-size: .35em;
  color: var(--copper-light);
  margin-left: 8px;
  font-style: italic;
  font-weight: 400;
}
.proof-block .lbl {
  font-family: var(--serif);
  font-size: clamp(17px, 1.3vw, 20px);
  color: rgba(241,235,221,.88);
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.5;
}

/* ============================================
   TESTIMONIALS
   ============================================ */
.testimonials {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 720px) { .testimonials { grid-template-columns: 1fr; } }
.testi {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.testi::before {
  content: '"';
  position: absolute;
  top: 12px; left: 28px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 88px;
  color: var(--copper);
  line-height: 1;
  opacity: .3;
}
.testi blockquote {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.55;
  color: var(--sepia);
  margin-bottom: 28px;
  flex: 1;
  position: relative;
  z-index: 2;
}
.testi cite {
  font-family: var(--mono);
  font-size: 11px;
  font-style: normal;
  color: var(--copper);
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}
.testi cite::before {
  content: '';
  width: 18px; height: 1.5px;
  background: var(--copper);
}

/* ============================================
   CTA FINAL
   ============================================ */
.cta-shell {
  padding: 0 16px 16px;
}
.cta-final {
  background: linear-gradient(160deg, var(--forest) 0%, var(--forest-dk) 95%);
  color: var(--ivory);
  border-radius: var(--radius-lg);
  padding: clamp(72px, 10vw, 128px) clamp(28px, 6vw, 80px);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-final::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at center, rgba(184,115,51,.18) 0%, transparent 70%);
  pointer-events: none;
}
.cta-final-inner { position: relative; z-index: 2; max-width: 720px; margin: 0 auto; }
.cta-final h2 {
  color: var(--ivory);
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.05;
  margin-bottom: 22px;
  font-weight: 400;
  letter-spacing: -.025em;
}
.cta-final h2 em { font-style: italic; color: var(--copper-light); }
.cta-final p {
  font-family: var(--serif);
  font-size: clamp(17px, 1.3vw, 20px);
  color: rgba(241,235,221,.88);
  margin-bottom: 36px;
  line-height: 1.5;
}

/* ============================================
   FOOTER
   ============================================ */
.footer {
  background: var(--ivory-deep);
  padding: 80px 0 32px;
  border-top: 1px solid var(--line);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 0;
}
@media (max-width: 920px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .footer-grid { grid-template-columns: 1fr; } }

.footer-brand .seal { width: 44px; height: 50px; color: var(--forest); }
.footer-brand .name {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: 30px;
  color: var(--forest);
  margin: 14px 0 8px;
  letter-spacing: -.01em;
}
.footer-brand .tag {
  font-family: var(--serif);
  font-size: 15px;
  line-height: 1.5;
  color: var(--sepia);
  max-width: 320px;
}

.footer-col h4 {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--copper);
  margin-bottom: 18px;
  font-weight: 500;
}
.footer-col ul { display: grid; gap: 10px; }
.footer-col a {
  font-family: var(--serif);
  font-size: 16px;
  color: var(--sepia);
  font-weight: 400;
}
.footer-col a:hover { color: var(--copper); }

.footer-meta {
  border-top: 1px solid var(--line);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px 28px;
  font-family: var(--mono);
  font-size: 11px;
  color: var(--sepia-70);
  letter-spacing: .04em;
  text-transform: uppercase;
}

/* ============================================
   FLOATING WHATSAPP
   ============================================ */
.wa-float {
  position: fixed;
  bottom: 24px; right: 24px;
  width: 60px; height: 60px;
  border-radius: 50%;
  background: var(--whats);
  display: flex; align-items: center; justify-content: center;
  color: var(--white);
  z-index: 70;
  box-shadow: 0 14px 30px -8px rgba(37,211,102,.5), 0 0 0 4px rgba(37,211,102,.12);
  transition: transform var(--t-quick) var(--ease);
  animation: pulseWa 2.6s var(--ease) infinite;
}
.wa-float svg { width: 28px; height: 28px; color: var(--white); }
.wa-float:hover { transform: scale(1.08); color: var(--white); }
@keyframes pulseWa {
  0%, 100% { box-shadow: 0 14px 30px -8px rgba(37,211,102,.5), 0 0 0 0 rgba(37,211,102,.4); }
  50% { box-shadow: 0 14px 30px -8px rgba(37,211,102,.5), 0 0 0 18px rgba(37,211,102,0); }
}

/* ============================================
   REVEAL
   ============================================ */
.js-reveal [data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .8s var(--ease-out), transform .8s var(--ease-out);
  will-change: opacity, transform;
}
.js-reveal [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}
.js-reveal [data-reveal-delay="1"] { transition-delay: .08s; }
.js-reveal [data-reveal-delay="2"] { transition-delay: .16s; }
.js-reveal [data-reveal-delay="3"] { transition-delay: .24s; }
.js-reveal [data-reveal-delay="4"] { transition-delay: .32s; }
.js-reveal [data-reveal-delay="5"] { transition-delay: .4s; }

@media (prefers-reduced-motion: reduce) {
  .js-reveal [data-reveal] { opacity: 1; transform: none; transition: none; }
  .wa-float { animation: none; }
  html { scroll-behavior: auto; }
}

/* ============================================
   BREADCRUMB (LP internas)
   ============================================ */
.breadcrumb {
  font-family: var(--mono);
  font-size: 11px;
  color: rgba(241,235,221,.7);
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 28px;
  font-weight: 500;
}
.breadcrumb a:hover { color: var(--copper-light); }

/* ============================================
   FOCUS STATES (acessibilidade)
   ============================================ */
a:focus-visible, button:focus-visible {
  outline: 2px solid var(--copper);
  outline-offset: 3px;
  border-radius: var(--radius-sm);
}

/* ============================================
   CONTRASTE / OVERRIDES — corrige sobreposição cor=fundo
   ============================================ */

/* strong dentro de hero ou cta-final (fundo verde escuro): forest sobre forest = invisível */
.hero strong, .cta-final strong, .bg-forest strong, .proof-block strong {
  color: var(--ivory) !important;
  font-weight: 600;
}

/* hero-desc strong: usar cobre mais claro pra destacar valores comerciais */
.hero-desc strong {
  color: var(--copper-light) !important;
  font-weight: 600;
}

/* Lead em fundo escuro: garantir contraste */
.bg-forest .lead, .cta-final .lead {
  color: rgba(241,235,221,.92);
}

/* Cards (card-num) em fundo escuro: caso futuro use bg-forest */
.bg-forest .card-num {
  background: rgba(241,235,221,.05);
  border-color: rgba(241,235,221,.12);
}
.bg-forest .card-num h3 { color: var(--ivory); }
.bg-forest .card-num p { color: rgba(241,235,221,.78); }
.bg-forest .card-num .num { color: var(--copper-light); }
.bg-forest .card-num .arrow { color: var(--copper-light); }

/* Testimonials em fundo escuro (caso seja usado) */
.bg-forest .testi, .bg-forest .wa-testi {
  background: rgba(241,235,221,.05);
  border-color: rgba(241,235,221,.12);
}
.bg-forest .testi blockquote, .bg-forest .wa-testi .meta {
  color: var(--ivory);
}

/* Hero-num strong (caso seja usado): contraste */
.hero-num strong { color: var(--copper-light); }

/* Founder strip em ivory-warm (alguns têm border): garantir card branco visível */
.founder-strip h3 { color: var(--forest); }
.founder-strip p { color: var(--sepia); }
.founder-strip strong { color: var(--forest) !important; }

/* Pillars-list strong: já tem inline mas garante */
.pillars-list li strong { color: var(--forest); font-weight: 600; }

/* ============================================
   QUIZ DE TRIAGEM — form.html
   ============================================ */
.quiz-progress {
  display: flex; gap: 6px; margin-bottom: 32px;
  max-width: 600px;
}
.quiz-progress span {
  flex: 1; height: 3px;
  background: rgba(241,235,221,.18);
  border-radius: var(--radius-pill);
  transition: background .4s var(--ease);
}
.quiz-progress span.done { background: var(--copper); }
.quiz-progress span.active { background: var(--copper-light); }

.quiz-step { display: none; animation: quizFade .5s var(--ease-out); }
.quiz-step.active { display: block; }
@keyframes quizFade {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

.quiz-question-num {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--copper-light);
  font-weight: 600;
  margin-bottom: 16px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.quiz-question-num::before {
  content: '';
  width: 26px; height: 1.5px;
  background: var(--copper-light);
}

.quiz-step h2 {
  font-family: var(--serif);
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.05;
  letter-spacing: -.02em;
  color: var(--ivory);
  margin-bottom: 14px;
  font-weight: 400;
}
.quiz-step h2 em { font-style: italic; color: var(--copper-light); }

.quiz-step .quiz-lead {
  font-family: var(--serif);
  font-size: clamp(17px, 1.3vw, 20px);
  color: rgba(241,235,221,.85);
  line-height: 1.5;
  margin-bottom: 32px;
  max-width: 600px;
}

.quiz-options {
  display: grid;
  gap: 12px;
  margin-bottom: 36px;
}
.quiz-opt {
  background: rgba(241,235,221,.06);
  border: 1px solid rgba(241,235,221,.15);
  border-radius: var(--radius);
  padding: 22px 26px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 18px;
  transition: all var(--t-quick) var(--ease);
  color: var(--ivory);
  text-align: left;
  width: 100%;
  font-family: var(--sans);
}
.quiz-opt:hover, .quiz-opt.selected {
  background: rgba(184,115,51,.14);
  border-color: var(--copper);
  transform: translateX(3px);
}
.quiz-opt .quiz-opt-icon {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: rgba(241,235,221,.08);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  color: var(--copper-light);
  font-family: var(--serif);
  font-style: italic;
  font-size: 17px;
}
.quiz-opt.selected .quiz-opt-icon {
  background: var(--copper);
  color: var(--ivory);
}
.quiz-opt .quiz-opt-content { flex: 1; min-width: 0; }
.quiz-opt .quiz-opt-title {
  font-family: var(--serif);
  font-style: italic;
  font-size: 19px;
  color: var(--ivory);
  line-height: 1.2;
  margin-bottom: 4px;
}
.quiz-opt .quiz-opt-desc {
  font-size: 13px;
  color: rgba(241,235,221,.7);
  line-height: 1.4;
}

/* Inputs do quiz (Step 4) */
.quiz-input-group { margin-bottom: 18px; }
.quiz-input-group label {
  display: block;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--copper-light);
  margin-bottom: 8px;
  font-weight: 500;
}
.quiz-input-group input {
  width: 100%;
  background: rgba(241,235,221,.08);
  border: 1px solid rgba(241,235,221,.18);
  border-radius: var(--radius);
  padding: 16px 22px;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: 18px;
  transition: border-color var(--t-quick) var(--ease), background var(--t-quick) var(--ease);
}
.quiz-input-group input:focus {
  outline: none;
  border-color: var(--copper);
  background: rgba(241,235,221,.12);
}
.quiz-input-group input::placeholder { color: rgba(241,235,221,.4); }
.quiz-input-group .err {
  color: #F4A88B;
  font-size: 12px;
  font-family: var(--sans);
  margin-top: 6px;
  display: none;
}
.quiz-input-group.has-error input { border-color: #F4A88B; }
.quiz-input-group.has-error .err { display: block; }
.quiz-input-group .hint {
  font-size: 12px;
  color: rgba(241,235,221,.6);
  font-family: var(--sans);
  margin-top: 6px;
}

/* Quiz actions */
.quiz-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.quiz-actions .btn-back-quiz {
  background: transparent;
  border: 1px solid rgba(241,235,221,.3);
  color: var(--ivory);
  padding: 12px 20px;
  border-radius: var(--radius-pill);
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all var(--t-quick) var(--ease);
}
.quiz-actions .btn-back-quiz:hover { border-color: var(--copper-light); color: var(--copper-light); }
.quiz-actions .btn-next-quiz {
  background: var(--copper);
  color: var(--ivory);
  padding: 14px 28px;
  border-radius: var(--radius-pill);
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .04em;
  border: none;
  cursor: pointer;
  transition: all var(--t-quick) var(--ease);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.quiz-actions .btn-next-quiz:hover {
  background: var(--copper-dk);
  transform: translateY(-1px);
  box-shadow: 0 8px 20px -6px rgba(184,115,51,.5);
}
.quiz-actions .btn-next-quiz:disabled {
  opacity: .35; cursor: not-allowed; transform: none; box-shadow: none;
}

/* RESULT — step final com TODAS as frentes */
.result-grid {
  display: grid;
  gap: 12px;
  margin-bottom: 28px;
}

.frente-result-card {
  background: rgba(241,235,221,.05);
  border: 1px solid rgba(241,235,221,.15);
  border-radius: var(--radius);
  padding: 22px 26px;
  cursor: pointer;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: center;
  transition: all var(--t-quick) var(--ease);
  color: var(--ivory);
  text-align: left;
  width: 100%;
  font-family: var(--sans);
  position: relative;
}
.frente-result-card:hover {
  background: rgba(241,235,221,.08);
  border-color: rgba(241,235,221,.3);
  transform: translateX(2px);
}
.frente-result-card.selected {
  background: rgba(184,115,51,.14);
  border-color: var(--copper);
}

/* Recomendada — destaque copper glow */
.frente-result-card.recommended {
  background: linear-gradient(135deg, rgba(184,115,51,.22) 0%, rgba(184,115,51,.08) 100%);
  border: 1.5px solid var(--copper);
  box-shadow: 0 0 0 4px rgba(184,115,51,.1), 0 14px 28px -10px rgba(184,115,51,.4);
}
.frente-result-card.recommended.selected {
  border-color: var(--copper);
  box-shadow: 0 0 0 4px rgba(184,115,51,.2), 0 14px 28px -10px rgba(184,115,51,.5);
}

.frente-result-card .badge-rec {
  position: absolute;
  top: -10px; left: 22px;
  background: var(--copper);
  color: var(--ivory);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: var(--radius-pill);
  display: none;
}
.frente-result-card.recommended .badge-rec { display: inline-block; }

.frente-result-card .info { min-width: 0; }
.frente-result-card .nome {
  font-family: var(--serif);
  font-style: italic;
  font-size: 21px;
  color: var(--ivory);
  line-height: 1.15;
  margin-bottom: 5px;
}
.frente-result-card.recommended .nome { color: var(--ivory); }

.frente-result-card .desc {
  font-size: 13.5px;
  color: rgba(241,235,221,.72);
  line-height: 1.4;
}

.frente-result-card .preco {
  font-family: var(--serif);
  font-style: italic;
  font-size: 22px;
  color: var(--copper-light);
  line-height: 1;
  text-align: right;
  flex-shrink: 0;
  white-space: nowrap;
}
.frente-result-card .preco-label {
  display: block;
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(241,235,221,.55);
  margin-top: 4px;
  font-style: normal;
  font-weight: 500;
}

.frente-result-card .nota {
  grid-column: 1 / -1;
  display: none;
  font-family: var(--serif);
  font-style: italic;
  font-size: 13px;
  color: rgba(241,235,221,.7);
  margin-top: 10px;
  padding-top: 12px;
  border-top: 1px dashed rgba(241,235,221,.15);
  line-height: 1.4;
}
.frente-result-card.recommended .nota,
.frente-result-card.selected .nota { display: block; }

@media (max-width: 540px) {
  .frente-result-card { grid-template-columns: 1fr; }
  .frente-result-card .preco { text-align: left; font-size: 20px; }
  .frente-result-card .preco-label { display: inline-block; margin-top: 0; margin-left: 8px; }
}

.result-summary {
  background: rgba(241,235,221,.06);
  border: 1px solid rgba(241,235,221,.12);
  border-radius: var(--radius);
  padding: 18px 22px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.result-summary .ico {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: var(--copper-15);
  color: var(--copper-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--serif);
  font-style: italic;
  font-size: 18px;
  flex-shrink: 0;
}
.result-summary .text {
  font-family: var(--serif);
  font-size: 15px;
  color: rgba(241,235,221,.88);
  line-height: 1.45;
}
.result-summary .text strong { color: var(--ivory); font-weight: 600; }

/* ============================================
   ROTATING HEADLINE — slogans alternados
   ============================================ */
.rotating-headline {
  position: relative;
  display: block;
}
.rotating-headline .slogan {
  display: block;
  opacity: 0;
  position: absolute;
  top: 0; left: 0; right: 0;
  transition: opacity .8s var(--ease-out), transform .8s var(--ease-out);
  transform: translateY(8px);
  pointer-events: none;
}
.rotating-headline .slogan.first {
  position: relative;
  visibility: hidden;
}
.rotating-headline .slogan.active {
  opacity: 1;
  transform: translateY(0);
  position: relative;
  visibility: visible;
  pointer-events: auto;
}
@media (prefers-reduced-motion: reduce) {
  .rotating-headline .slogan { transition: none; }
}

/* ============================================
   IMAGE HERO (LP internas) — substitui o portrait
   por uma imagem editorial larga
   ============================================ */
.hero-image {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: rgba(241,235,221,.06);
  max-width: 460px;
  margin-left: auto;
  box-shadow: 0 30px 60px -16px rgba(0,0,0,.5);
}
.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ============================================
   FEATURE IMAGE BLOCK — imagem editorial em seção
   ============================================ */
.feature-image-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}
@media (max-width: 920px) { .feature-image-block { grid-template-columns: 1fr; } }
.feature-image-block.reverse { direction: rtl; }
.feature-image-block.reverse > * { direction: ltr; }
.feature-image-block .image-frame {
  aspect-ratio: 4/5;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--ivory-deep);
  max-width: 520px;
}
.feature-image-block .image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feature-image-block.wide .image-frame { aspect-ratio: 5/4; max-width: none; }

/* ============================================
   PILLARS GRID — 4 ícones em acrílico (Home)
   ============================================ */
.pillars-block {
  background: var(--ivory-deep);
  border-radius: var(--radius-lg);
  padding: clamp(56px, 8vw, 96px);
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}
@media (max-width: 920px) { .pillars-block { grid-template-columns: 1fr; } }
.pillars-image {
  aspect-ratio: 16/9;
  border-radius: var(--radius);
  overflow: hidden;
}
.pillars-image img { width: 100%; height: 100%; object-fit: cover; }
.pillars-list { display: grid; gap: 14px; margin-top: 28px; }
.pillars-list li {
  font-family: var(--serif);
  font-size: 19px;
  color: var(--forest);
  display: flex;
  gap: 12px;
  align-items: baseline;
  line-height: 1.4;
}
.pillars-list li::before {
  content: '';
  width: 8px; height: 8px;
  background: var(--copper);
  border-radius: 50%;
  flex-shrink: 0;
  transform: translateY(-2px);
}
.pillars-list li em { font-style: italic; color: var(--copper); }

/* ============================================
   WHATSAPP TESTIMONIAL — mostra print real
   ============================================ */
.wa-testimonials {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
@media (max-width: 720px) { .wa-testimonials { grid-template-columns: 1fr; } }
.wa-testi {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.wa-testi .print {
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--ivory-deep);
  width: 100%;
}
.wa-testi .print img {
  width: 100%;
  height: auto;
  display: block;
}
.wa-testi .meta {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--copper);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}
.wa-testi .meta::before {
  content: '';
  width: 18px; height: 1.5px;
  background: var(--copper);
}

/* ============================================
   VIDEO SOCIAL PROOF — reels em formato vertical
   ============================================ */
.social-proof-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .72fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
  margin-bottom: 34px;
}
.social-proof-intro .lead { max-width: 520px; }
.reels-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 34px;
}
.reels-grid-real {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 0;
}
.reel-card {
  min-width: 0;
  color: inherit;
  text-decoration: none;
}
.reel-card-real {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 12px 30px -24px rgba(30,58,47,.55);
}
.reel-player {
  position: relative;
  background: var(--forest-dk);
}
.reel-video {
  width: 100%;
  aspect-ratio: 9 / 16;
  display: block;
  background: var(--forest-dk);
  object-fit: cover;
}
.reel-start {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 12px;
  border: 0;
  color: var(--ivory);
  background: linear-gradient(180deg, transparent 44%, rgba(21,50,39,.54) 100%);
  cursor: pointer;
}
.reel-start span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(241,235,221,.82);
  border-radius: 50%;
  background: rgba(21,50,39,.42);
  backdrop-filter: blur(4px);
  transition: transform .2s ease, background .2s ease;
}
.reel-start span::after {
  content: '';
  margin-left: 4px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid var(--ivory);
}
.reel-start em {
  font-family: var(--mono);
  font-size: 9px;
  font-style: normal;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-shadow: 0 1px 10px rgba(21,50,39,.8);
}
.reel-start:hover span { transform: scale(1.08); background: rgba(184,115,51,.72); }
.reel-start[hidden] { display: none; }
.reel-caption {
  display: flex;
  gap: 10px;
  align-items: baseline;
  padding: 14px 15px 16px;
}
.reel-caption span {
  color: var(--copper);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .08em;
}
.reel-caption strong {
  color: var(--forest);
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.05;
}
@media (max-width: 1040px) {
  .reels-grid {
    display: flex;
    overflow-x: auto;
    padding: 0 2px 14px;
    scroll-snap-type: x mandatory;
  }
  .reel-card {
    flex: 0 0 min(218px, 72vw);
    scroll-snap-align: start;
  }
  .reel-card-real { flex-basis: min(238px, 72vw); }
}
@media (max-width: 720px) {
  .social-proof-intro { grid-template-columns: 1fr; }
}

/* ============================================
   MOBILE FIRST REFINEMENTS
   ============================================ */
@media (max-width: 720px) {
  :root {
    --gutter: 20px;
    --section-pad: 64px;
    --radius-lg: 24px;
  }
  .hero-shell { padding: 88px 10px 14px; }
  .hero {
    min-height: auto;
    padding: 46px 24px 34px;
    align-items: flex-start;
  }
  .hero h1 { margin-bottom: 22px; }
  h1.display { font-size: clamp(48px, 14vw, 62px); }
  h2.section-title { font-size: clamp(36px, 11vw, 46px); margin-bottom: 16px; }
  .hero-desc { font-size: 18px; margin-bottom: 30px; }
  .hero-price { margin: -8px 0 20px; padding: 8px 14px; font-size: 9px; }
  .hero-price strong { font-size: 22px; }
  .hero-cta-row { display: grid; gap: 10px; }
  .hero-cta-row .btn { width: 100%; justify-content: center; }
  .hero-image { margin-top: 4px; }
  .trust-strip { padding: 14px 0; overflow: hidden; }
  .trust-strip-inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
    gap: 8px;
    overflow: visible;
    padding-bottom: 0;
  }
  .trust-strip-inner span {
    min-height: 38px;
    justify-content: center;
    text-align: center;
    padding: 8px 10px;
    border: 1px solid rgba(184,115,51,.18);
    border-radius: 999px;
    background: rgba(255,253,248,.72);
    font-size: 8.5px;
    line-height: 1.25;
  }
  .trust-strip-inner span::before { display: none; }
  .section-head { gap: 14px; margin-bottom: 34px; }
  .section-head .lead, .lead { font-size: 18px; line-height: 1.45; }
  .section.tight { padding-top: 48px; padding-bottom: 48px; }
  .reels-grid { gap: 12px; margin-bottom: 24px; }
  .reels-grid,
  .wa-testimonials {
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
  }
  .reels-grid::-webkit-scrollbar,
  .wa-testimonials::-webkit-scrollbar { display: none; }
  .reel-card,
  .reel-card-real,
  .wa-testi {
    flex: 0 0 100%;
    scroll-snap-align: start;
  }
  .reel-caption { padding: 12px 13px 14px; }
  .reel-caption strong { font-size: 17px; }
  .wa-testimonials {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding: 0 2px 14px;
  }
  .wa-testi {
    padding: 16px;
    gap: 14px;
    border-radius: 20px;
  }
  .wa-testi .meta { font-size: 9px; line-height: 1.45; }
  .pillars-block { padding: 28px 22px; gap: 28px; }
  .pillars-list { gap: 10px; margin-top: 22px; }
  .pillars-list li { font-size: 17px; }
  .card-num { min-height: auto; padding: 28px 24px; }
  .proof-after-testimonials { padding-top: 34px; padding-bottom: 58px; }
  .proof-block { padding: 40px 18px; border-radius: 24px; }
  .proof-block .num { font-size: clamp(58px, 18vw, 82px); }
  .proof-block .lbl { font-size: 17px; }
}

/* ============================================
   FOUNDER CARD (substitui o destaque grande da Dra)
   ============================================ */
.medical-team-section {
  background:
    radial-gradient(circle at 12% 10%, rgba(184,115,51,.08), transparent 28%),
    linear-gradient(180deg, #FCF9F1 0%, #F7F1E3 100%);
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 28px);
}
.doctor-card {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(150px, .78fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 30px);
  align-items: stretch;
  padding: clamp(16px, 2vw, 22px);
  border: 1px solid rgba(184,115,51,.18);
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,.78);
  box-shadow: 0 18px 44px -34px rgba(30,58,47,.42);
}
.doctor-photo {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: calc(var(--radius) + 2px);
  background: var(--ivory-deep);
}
.doctor-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}
.doctor-card:first-child .doctor-photo img { object-position: center 18%; }
.doctor-card:nth-child(2) .doctor-photo img { object-position: 58% top; }
.doctor-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.doctor-role {
  margin-bottom: 12px;
  color: var(--copper);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.doctor-info h3 {
  margin-bottom: 14px;
  color: var(--forest);
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 500;
  line-height: 1.02;
}
.doctor-info p {
  margin-bottom: 18px;
  color: var(--sepia);
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.48;
}
.doctor-creds {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.doctor-creds span {
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--sepia-70);
  background: var(--ivory);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
@media (max-width: 1040px) {
  .team-grid { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .medical-team-section { padding-top: 58px; padding-bottom: 58px; }
  .doctor-card {
    grid-template-columns: 1fr;
    padding: 16px;
    border-radius: 22px;
  }
  .doctor-photo { aspect-ratio: 4 / 5; }
  .doctor-card:first-child .doctor-photo img { object-position: center 14%; }
  .doctor-card:nth-child(2) .doctor-photo img { object-position: 58% 10%; }
  .doctor-info h3 { font-size: clamp(30px, 9vw, 38px); }
  .doctor-info p { font-size: 17px; line-height: 1.46; }
}
.founder-strip {
  background: var(--ivory-deep);
  border-radius: var(--radius-lg);
  padding: clamp(40px, 5vw, 64px);
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}
@media (max-width: 720px) { .founder-strip { grid-template-columns: 1fr; } }
.founder-strip .photo {
  aspect-ratio: 4/5;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--forest);
}
.founder-strip .photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.founder-strip .label {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--copper);
  font-weight: 500;
  margin-bottom: 12px;
}
.founder-strip h3 {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(28px, 3vw, 38px);
  color: var(--forest);
  margin-bottom: 14px;
  line-height: 1.05;
}
.founder-strip p {
  font-family: var(--serif);
  font-size: 17px;
  color: var(--sepia);
  line-height: 1.5;
  margin-bottom: 18px;
}
.founder-strip .creds-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--sepia-70);
}
.founder-strip .creds-inline span::after { content: '·'; margin-left: 16px; color: var(--copper); }
.founder-strip .creds-inline span:last-child::after { content: ''; }

/* ============================================
   FUTURE TEAM TEASER (clínica multi)
   ============================================ */
.team-teaser {
  background: var(--white);
  border: 1px dashed var(--copper);
  border-radius: var(--radius);
  padding: 28px 32px;
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.team-teaser .ico {
  width: 48px; height: 48px;
  background: var(--copper-15);
  color: var(--copper);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.team-teaser .ico svg { width: 22px; height: 22px; }
.team-teaser .text {
  font-family: var(--serif);
  font-style: italic;
  font-size: 16px;
  color: var(--sepia);
  line-height: 1.45;
}
.team-teaser .text strong { color: var(--forest); font-style: normal; font-weight: 600; }
