  :root{
    --bg: #FBF3DC;
    --surface: #FFFFFF;
    --ink: #332F2C;
    --ink-soft: #6B6355;
    --line: #E8DCC0;
    --gold: #D09D2A;
    --gold-dark: #B3811C;
    --gold-soft: #F5E6BE;
    --green: #5B6B3F;
    --green-dark: #3D4A2A;
    --green-soft: #E7EADD;
    --radius-sm: 10px;
    --radius-md: 18px;
  }
  @media (prefers-color-scheme: dark){
    :root{
      --bg: #FBF3DC;
      --surface: #FFFFFF;
      --ink: #332F2C;
      --ink-soft: #6B6355;
      --line: #E8DCC0;
      --gold: #D09D2A;
      --gold-dark: #B3811C;
      --gold-soft: #F5E6BE;
      --green: #5B6B3F;
      --green-dark: #3D4A2A;
      --green-soft: #E7EADD;
    }
    body{ background:#FBF3DC !important; color:#332F2C !important; }
  }
  *{ box-sizing:border-box; forced-color-adjust:none; }
  html{ scroll-behavior:smooth; color-scheme:light only; }
  :focus-visible{ outline:3px solid var(--gold-dark); outline-offset:3px; }
  @media (pointer:coarse){ .btn,.faq-q,.preferencia-btn{ min-height:44px; } }
  @media (prefers-reduced-motion:reduce){ html{ scroll-behavior:auto; } *,*::before,*::after{ animation-duration:0.01ms !important; animation-iteration-count:1 !important; transition-duration:0.01ms !important; } }
  body{
    margin:0;
    background:var(--bg);
    color:var(--ink);
    font-family:'Poppins', sans-serif;
    font-size:16px;
    line-height:1.6;
  }
  h1,h2,h3{ font-family:'Poppins', sans-serif; font-weight:600; margin:0; color:var(--ink); }
  a{ color:inherit; text-decoration:none; }
  button{ font-family:inherit; cursor:pointer; border:none; }
  img{ max-width:100%; }
  .wrap{ max-width:1080px; margin:0 auto; padding:0 24px; }
  [id]{ scroll-margin-top:100px; }

  /* Header */
  header{
    position:sticky; top:0; z-index:50;
    background:rgba(251,243,220,0.92); backdrop-filter:blur(6px);
    border-bottom:1px solid var(--line);
  }
  .nav-row{ display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:12px; padding:16px 24px; max-width:1240px; margin:0 auto; }
  .brand{ display:flex; flex-direction:column; align-items:center; gap:0; text-decoration:none; color:inherit; flex-shrink:0; }
  .brand-logo-header{ width:220px; height:auto; display:block; }
  .brand-sub{ font-size:9px; letter-spacing:0.08em; text-transform:uppercase; color:var(--green-dark); font-weight:700; margin-top:-21px; }
  nav.links{ display:flex; gap:12px; font-size:12.5px; font-weight:500; white-space:nowrap; }
  nav.links a:hover{ color:var(--gold-dark); }
  .btn{
    display:inline-flex; align-items:center; gap:8px;
    padding:12px 22px; border-radius:999px; font-size:14px; font-weight:600;
    transition:transform 0.15s ease, box-shadow 0.15s ease;
  }
  .btn-primary{ background:var(--gold); color:#fff; box-shadow:0 4px 14px rgba(208,157,42,0.35); }
  .btn-primary:hover{ transform:translateY(-1px); box-shadow:0 6px 18px rgba(208,157,42,0.45); }
  .btn-ghost{ background:transparent; color:var(--ink); border:1.5px solid var(--line); }
  .btn-ghost:hover{ border-color:var(--gold); color:var(--gold-dark); }
  header .btn-primary{ padding-left:18px; padding-right:18px; }
  .nav-toggle{ display:none; align-items:center; justify-content:center; width:44px; height:44px; margin-left:auto; padding:0; border:1.5px solid var(--line); border-radius:12px; background:transparent; color:var(--ink); cursor:pointer; }
  .nav-toggle:hover{ border-color:var(--gold); color:var(--gold-dark); }
  .nav-toggle:focus-visible{ outline:2px solid var(--gold-dark); outline-offset:2px; }
  @media (max-width:1160px){ nav.links{ display:none; } }
  @media (max-width:768px){
    .nav-toggle{ display:inline-flex; }
    header .nav-row{ flex-wrap:wrap; }
    header nav.links{ order:3; flex:1 1 100%; }
    header nav.links.open{ display:flex; flex-direction:column; gap:0; margin-top:8px; padding-top:8px; border-top:1px solid var(--line); font-size:15px; }
    header nav.links.open a{ padding:12px 4px; }
  }
  @media (max-width:480px){
    .nav-row{ flex-wrap:wrap; justify-content:center; }
    .brand{ flex:1 1 100%; justify-content:center; }
    [id]{ scroll-margin-top:160px; }
  }

  /* Hero */
  .hero{ text-align:center; padding:64px 24px 48px; max-width:640px; margin:0 auto; }
  .hero-logo-combo{ display:block; margin:0 auto 24px; width:100%; max-width:480px; height:auto; }
  .hero .lede{ font-size:18px; color:var(--ink-soft); margin:0 0 30px; }
  .hero-ctas{ display:flex; gap:14px; justify-content:center; flex-wrap:wrap; }

  /* Sections */
  .section{ padding:64px 24px; max-width:1080px; margin:0 auto; }
  .section-head{ text-align:center; max-width:600px; margin:0 auto 40px; }
  .eyebrow{ display:block; font-size:12px; letter-spacing:0.14em; text-transform:uppercase; color:var(--green-dark); font-weight:700; margin-bottom:10px; }
  .section-head h2{ font-size:32px; margin-bottom:12px; }
  .section-head p{ color:var(--ink-soft); font-size:16px; }

  /* Sobre */
  .sobre-body{ max-width:640px; margin:0 auto; text-align:center; }
  .sobre-body p{ margin:0 0 16px; color:var(--ink-soft); font-size:16px; }

  /* Sinais / quando procurar */
  /* Como trabalho (dark contrast section) */
  /* Benefícios (olive dark checklist section) */
  .beneficios-section{ background:#6E7F52; color:#fff; padding:64px 24px; }
  .beneficios-wrap{ max-width:1080px; margin:0 auto; }
  .beneficios-section .section-head h2{ color:#fff; }
  .beneficios-section .section-head p{ color:#DCE2CC; }
  .beneficios-grid{ display:grid; grid-template-columns:1fr 1fr; gap:18px; }
  @media (max-width:760px){ .beneficios-grid{ grid-template-columns:1fr; } }
  .beneficio-card{
    background:#fff; color:var(--ink); border-radius:var(--radius-sm);
    padding:22px 24px; display:flex; gap:16px; align-items:flex-start;
  }
  .beneficio-card .check{ flex:0 0 auto; width:26px; height:26px; margin-top:2px; }
  .beneficio-card h3{ font-size:16.5px; margin-bottom:6px; }
  .beneficio-card p{ font-size:14.5px; color:var(--ink-soft); margin:0; }

  /* E-books */
  .ebooks-section{ padding:72px 24px; background:linear-gradient(180deg,#FBF3DC 0%,#F7EBCB 100%); }
  .ebooks-wrap{ max-width:1080px; margin:0 auto; }
  .ebooks-grid{ display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:22px; }
  .ebook-card{
    display:grid; grid-template-columns:170px minmax(0,1fr); gap:24px; align-items:center;
    background:var(--surface); border:1px solid var(--line); border-radius:var(--radius-md); padding:22px;
    box-shadow:0 10px 30px rgba(75,62,36,.08);
  }
  .ebook-media{
    display:flex; align-items:center; justify-content:center; width:100%; min-height:240px;
    margin:0; padding:10px; border-radius:var(--radius-sm); background:var(--green-soft); overflow:hidden;
  }
  .ebook-media img{ display:block; width:100%; max-height:240px; object-fit:contain; border-radius:6px; }
  .ebook-badge{
    display:inline-flex; align-items:center; padding:5px 10px; margin-bottom:12px; border-radius:999px;
    background:var(--green-soft); color:var(--green-dark); font-size:11px; font-weight:700; letter-spacing:.06em; text-transform:uppercase;
  }
  .ebook-badge-paid{ background:var(--gold-soft); color:#7A5710; }
  .ebook-body h3{ font-size:22px; line-height:1.25; margin-bottom:10px; }
  .ebook-body p{ margin:0 0 14px; color:var(--ink-soft); font-size:14px; }
  .ebook-meta{ display:block; margin-bottom:18px; color:var(--green-dark); font-size:12px; font-weight:600; }
  .ebook-actions{ display:flex; flex-wrap:wrap; align-items:center; gap:12px; }
  .ebook-actions .btn{ justify-content:center; }
  .ebooks-disclaimer{ max-width:760px; margin:24px auto 0; text-align:center; color:var(--ink-soft); font-size:12px; }
  @media(max-width:980px){ .ebooks-grid{ grid-template-columns:1fr; } }
  @media(max-width:620px){
    .ebook-card{ grid-template-columns:1fr; gap:18px; }
    .ebook-media{ max-width:230px; margin:0 auto; }
    .ebook-body{ text-align:center; }
    .ebook-actions{ justify-content:center; }
  }

  /* Sobre com foto */
  .sobre-grid{ display:grid; grid-template-columns:0.85fr 1.15fr; gap:48px; align-items:center; }
  @media (max-width:760px){ .sobre-grid{ grid-template-columns:1fr; } }
  .sobre-foto{
    width:100%; aspect-ratio:9/10; object-fit:cover;
    border-radius:200px 200px 24px 24px; border:1px solid var(--line);
  }
  .sobre-text-col .section-head{ text-align:left; margin:0 0 20px; }
  .sobre-text-col p{ margin:0 0 16px; color:var(--ink-soft); font-size:16px; }

  .metodo-section{ background:#4E4436; color:#EFE7D8; padding:64px 24px; }
  .metodo-wrap{ max-width:1080px; margin:0 auto; }
  .metodo-section .eyebrow{ color:var(--gold); }
  .metodo-section h2{ color:#fff; font-size:32px; line-height:1.25; margin-bottom:18px; }
  .metodo-section h2 em{ font-style:italic; color:var(--gold); font-weight:400; }
  .metodo-section p{ color:#C9BFA8; font-size:16px; max-width:70ch; margin:0 0 36px; }
  .metodo-grid{
    display:grid; grid-template-columns:repeat(4,1fr); gap:0;
    border:1px solid rgba(255,255,255,0.25); border-radius:var(--radius-md); overflow:hidden; margin-bottom:36px;
  }
  @media (max-width:820px){ .metodo-grid{ grid-template-columns:1fr 1fr; } }
  @media (max-width:520px){ .metodo-grid{ grid-template-columns:1fr; } }
  .metodo-item{ padding:28px 24px; border-left:1px solid rgba(255,255,255,0.25); }
  .metodo-item:first-child{ border-left:none; }
  @media (max-width:820px){ .metodo-item:nth-child(2n+1){ border-left:none; } }
  @media (max-width:520px){ .metodo-item{ border-left:none !important; border-top:1px solid rgba(255,255,255,0.25); } .metodo-item:first-child{ border-top:none; } }
  .metodo-item .num{ font-style:italic; color:#6B6355; font-size:22px; margin-bottom:14px; display:block; }
  .metodo-item h3{ color:#fff; font-size:17px; margin-bottom:8px; }
  .metodo-item p{ color:#C9BFA8; font-size:14.5px; margin:0; max-width:none; }
  .metodo-close{ color:#C9BFA8; font-size:16px; max-width:70ch; margin:0; }

  .sinais-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:18px; }
  @media (max-width:700px){ .sinais-grid{ grid-template-columns:1fr; } }
  .sinal-card{
    background:var(--surface); border:1px solid var(--line); border-radius:var(--radius-md);
    padding:22px 24px; font-size:15.5px; color:var(--ink); display:flex; gap:14px; align-items:flex-start;
  }
  .sinal-card .dot{ flex:0 0 auto; width:8px; height:8px; border-radius:50%; background:var(--gold); margin-top:8px; }

  /* Como funciona */
  .steps{ display:grid; grid-template-columns:repeat(3,1fr); gap:26px; }
  @media (max-width:760px){ .steps{ grid-template-columns:1fr; } }
  .step{ text-align:center; }
  .step .num{
    width:40px; height:40px; border-radius:50%; background:var(--green-soft); color:var(--green-dark);
    display:flex; align-items:center; justify-content:center; font-weight:700; margin:0 auto 14px;
  }
  .step h3{ font-size:17px; margin-bottom:8px; }
  .step p{ color:var(--ink-soft); font-size:14.5px; margin:0; }

  .google-summary{ display:flex; align-items:center; justify-content:center; gap:10px; margin:0 0 28px; flex-wrap:wrap; }
  .google-summary .stars{ color:#F5A623; font-size:19px; letter-spacing:2px; }
  .google-summary .score{ font-weight:700; font-size:16px; }
  .google-summary .glabel{ font-size:13.5px; color:var(--ink-soft); }
  .google-review{ background:var(--surface); border:1px solid var(--line); border-radius:var(--radius-md); padding:22px; }
  .google-review .grow{ display:flex; align-items:center; gap:10px; margin-bottom:10px; }
  .google-review .gavatar{
    width:36px; height:36px; border-radius:50%; background:var(--gold-soft); color:var(--gold-dark);
    display:flex; align-items:center; justify-content:center; font-weight:700; font-size:14px; flex:none;
  }
  .google-review .gname{ font-weight:600; font-size:14px; }
  .google-review .gstars{ color:#F5A623; font-size:13px; letter-spacing:1px; }
  .google-review p{ color:var(--ink); font-size:14.5px; margin:0; }
  .reviews-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:16px; }
  .reviews-grid .google-review{ padding:18px; }
  .reviews-grid .google-review p{ font-size:13.5px; line-height:1.55; color:var(--ink-soft); }
  .reviews-note{ margin:16px 0 0; text-align:center; color:var(--ink-soft); font-size:12px; }
  .google-cta{ text-align:center; margin-top:26px; }
  @media(max-width:700px){ .reviews-grid{ grid-template-columns:1fr; } }

  .map-wrap{ border-radius:var(--radius-md); overflow:hidden; border:1px solid var(--line); max-width:640px; margin:0 auto; }
  .map-wrap iframe{ display:block; width:100%; height:220px; border:0; }
  .endereco-info{ text-align:center; margin:0 0 22px; color:var(--ink-soft); font-size:15px; }
  .endereco-info strong{ color:var(--ink); }

  .consultorio-fotos{ display:grid; grid-template-columns:repeat(3,1fr); gap:16px; max-width:960px; margin:0 auto 28px; }
  @media (max-width:760px){ .consultorio-fotos{ grid-template-columns:1fr 1fr; } }
  @media (max-width:480px){ .consultorio-fotos{ grid-template-columns:1fr; } }
  .consultorio-fotos img{
    width:100%; aspect-ratio:3/4; object-fit:cover;
    border-radius:var(--radius-md); border:1px solid var(--line);
  }

  /* Agendar */
  .slot-label{ display:block; font-size:12px; text-transform:uppercase; letter-spacing:0.06em; color:var(--ink-soft); font-weight:700; margin-bottom:10px; }
  .agendar-summary{ background:var(--surface); border:1px solid var(--line); border-radius:var(--radius-sm); padding:14px 16px; margin-bottom:20px; font-size:14px; color:var(--ink-soft); text-align:center; }


  /* FAQ */
  .faq-item{ border-bottom:1px solid var(--line); padding:18px 0; }
  .faq-q{ appearance:none; width:100%; border:0; background:transparent; font-family:inherit; color:inherit; text-align:left; display:flex; justify-content:space-between; align-items:center; cursor:pointer; font-weight:600; font-size:16px; }
  .faq-q .chev{ transition:transform 0.2s ease; color:var(--gold-dark); }
  .faq-item.open .faq-q .chev{ transform:rotate(180deg); }
  .faq-a{ max-height:0; overflow:hidden; transition:max-height 0.25s ease; color:var(--ink-soft); font-size:15px; }
  .faq-item.open .faq-a{ max-height:240px; padding-top:12px; }

  /* Footer */
  footer{ background:var(--ink); color:#EFE7D8; padding:40px 24px 24px; }
  .foot-wrap{ max-width:1080px; margin:0 auto; display:flex; justify-content:space-between; flex-wrap:wrap; gap:24px; }
  .foot-brand{ display:flex; align-items:center; }
  .foot-lockup{ display:flex; flex-direction:column; align-items:center; }
  .foot-logo{ width:230px; max-width:100%; height:auto; display:block; }
  .foot-meta{ font-size:13px; color:#C9BFA8; margin-top:2px; }
  .foot-links{ font-size:14px; display:flex; flex-wrap:wrap; gap:20px; align-items:center; }
  .foot-links a{ display:inline-flex; align-items:center; gap:7px; }
  .foot-links a:hover{ color:var(--gold); }
  .foot-links svg{ flex-shrink:0; }
  .foot-safety{ max-width:1080px; margin:26px auto 0; padding-top:20px; border-top:1px solid #4A443C; font-size:12.5px; color:#B7AE99; text-align:center; }
  .foot-safety a{ color:#E3C878; font-weight:600; }

  /* Floating WhatsApp */
  .whatsapp-float{
    position:fixed; bottom:22px; right:22px; z-index:60;
    width:56px; height:56px; border-radius:50%; background:#25D366;
    display:flex; align-items:center; justify-content:center;
    box-shadow:0 6px 20px rgba(0,0,0,0.25);
  }
  .whatsapp-float svg{ width:28px; height:28px; fill:#fff; }
  .sr-only{ position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
  .preferencia-wrap{ max-width:520px; margin:0 auto; }
  .preferencia-group{ margin-bottom:22px; }
  .preferencia-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:10px; }
  .preferencia-grid-3{ grid-template-columns:repeat(3,1fr); }
  .preferencia-btn{ min-height:48px; padding:11px 14px; border:1px solid var(--line); border-radius:var(--radius-sm); background:var(--surface); color:var(--ink); font-size:14px; font-weight:600; }
  .preferencia-btn:hover{ border-color:var(--gold); }
  .preferencia-btn.selected{ border-color:var(--gold); color:#fff; background:var(--gold); box-shadow:0 4px 14px rgba(208,157,42,.24); }
  .preferencia-whatsapp{ display:flex; width:100%; justify-content:center; text-align:center; }
  .preferencia-note{ margin:12px 0 0; text-align:center; color:var(--ink-soft); font-size:12px; }
  .perfil-publico{ max-width:780px; }
  @media(max-width:520px){ .preferencia-grid-3{ grid-template-columns:1fr; } }

.formacao-list{ margin-top:24px; padding-top:20px; border-top:1px solid var(--line); text-align:left; }
.formacao-item{ display:flex; gap:10px; margin-bottom:12px; font-size:14px; color:var(--ink-soft); }
.formacao-item:last-child{ margin-bottom:0; }
.formacao-dot{ width:6px; height:6px; border-radius:50%; background:var(--gold); flex:none; margin-top:7px; }
.formacao-item strong{ color:var(--ink); }
.link-underline{ color:inherit; text-decoration:underline; }
.endereco-maps-link{ margin-top:14px; }
.foot-credit{ max-width:1080px; margin:14px auto 0; text-align:center; font-size:11.5px; color:#8A8172; }


/* Tablet: seção Sobre em leitura vertical equilibrada */
@media (min-width:761px) and (max-width:1100px){
  #sobre.section{
    padding:54px 6vw 72px;
    max-width:900px;
  }
  #sobre .sobre-grid{
    grid-template-columns:1fr;
    gap:36px;
    align-items:start;
  }
  #sobre .sobre-foto{
    order:1;
    width:min(100%,680px);
    height:auto;
    aspect-ratio:9/10;
    justify-self:center;
    object-fit:cover;
    object-position:center 38%;
    background:transparent;
    display:block;
    border-radius:180px 180px 28px 28px;
  }
  #sobre .sobre-text-col{
    order:2;
    width:min(100%,760px);
    justify-self:center;
  }
  #sobre .sobre-text-col .section-head{
    max-width:680px;
    margin:0 0 24px;
  }
  #sobre .sobre-text-col .section-head h2{
    font-size:clamp(28px,3.8vw,38px);
    line-height:1.2;
    max-width:22ch;
  }
  #sobre .sobre-text-col p{
    font-size:15.5px;
    line-height:1.7;
  }
  #sobre .formacao-list{
    margin-top:24px;
  }
}


/* Celular: foto primeiro e texto mais compacto */
@media (max-width:760px){
  #sobre.section{
    padding:42px 24px 58px;
  }
  #sobre .sobre-grid{
    gap:30px;
    align-items:start;
  }
  #sobre .sobre-foto{
    order:1;
    width:100%;
    height:auto;
    max-height:none;
    aspect-ratio:9/10;
    object-fit:cover;
    object-position:center 38%;
    background:transparent;
    display:block;
    border-radius:150px 150px 22px 22px;
  }
  #sobre .sobre-text-col{
    order:2;
  }
  #sobre .sobre-text-col .section-head{
    margin-bottom:18px;
  }
  #sobre .sobre-text-col .section-head h2{
    font-size:clamp(26px,8.2vw,31px);
    line-height:1.2;
    max-width:21ch;
  }
  #sobre .sobre-text-col p{
    font-size:15px;
    line-height:1.65;
    margin-bottom:14px;
  }
}
