/* CSS v03 - Ajuste mínimo do Hero (demais regras preservadas) */

:root {
  --bg:#fbf7f2;
  --soft:#f3e7dc;
  --paper:#fffdf9;
  --brown:#5b2d1e;
  --brown2:#a36f58;
  --ink:#3e241b;
  --muted:#7d675e;
  --line:#e8d8cc;
  --green:#1f8b4c;
  --white:#fff;
  --shadow:0 18px 45px rgba(91,45,30,.12)
}

* {
  box-sizing:border-box
}

html {
  scroll-behavior:smooth
}

body {
  margin:0;
  background:var(--bg);
  color:var(--ink);
  font-family:Manrope,Arial,sans-serif;
  line-height:1.65
}

img {
  max-width:100%;
  display:block
}

a {
  color:inherit;
  text-decoration:none
}

.container {
  width:min(1180px,calc(100% - 40px));
  margin-inline:auto
}

.skip-link {
  position:absolute;
  left:-9999px
}

.skip-link:focus {
  left:16px;
  top:16px;
  z-index:999;
  background:#fff;
  padding:10px 14px;
  border-radius:8px
}

.site-header {
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(251,247,242,.93);
  backdrop-filter:blur(12px);
  border-bottom:1px solid var(--line)
}

.header-inner {
  height:78px;
  display:flex;
  align-items:center;
  justify-content:space-between
}

.brand img {
  width:230px;
  height:auto
}

.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:0 24px;
  border-radius:999px;
  background:var(--brown2);
  color:#fff;
  font-weight:700;
  border:1px solid transparent;
  transition:.2s ease;
  cursor:pointer
}

.button:hover {
  transform:translateY(-2px);
  box-shadow:0 10px 24px rgba(91,45,30,.16)
}

.button-small {
  min-height:44px;
  padding:0 20px;
  font-size:.92rem
}

.button-outline {
  background:transparent;
  color:var(--brown);
  border-color:var(--brown2)
}

.button-light {
  background:#fff;
  color:var(--brown)
}

.button-ghost {
  background:transparent;
  color:var(--ink);
  border-color:var(--line)
}

.eyebrow {
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:.75rem;
  font-weight:700;
  color:var(--brown2);
  margin:0 0 18px
}

.hero {
  padding:56px 0 72px
}

.hero-grid {
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(420px,540px);
  gap:64px;
  align-items:center
}

.hero-copy {
  min-width:0
}

.hero h1 {
  font-family:"DM Serif Display",Georgia,serif;
  font-weight:400;
  line-height:.94;
  font-size:clamp(3.4rem,5vw,5.6rem);
  margin:0 0 26px;
  letter-spacing:-.035em
}

.hero h1 span {
  white-space:nowrap;
  display:block
}

.hero-lead {
  font-family:"DM Serif Display",Georgia,serif;
  font-size:clamp(2rem,3vw,3.25rem);
  line-height:1.08;
  margin:0 0 22px;
  max-width:14ch
}

.hero-text {
  font-size:1.03rem;
  color:var(--muted);
  max-width:58ch;
  margin:0 0 26px
}

.hero-actions {
  display:flex;
  gap:18px;
  align-items:center;
  flex-wrap:wrap
}

.text-link {
  font-weight:700;
  border-bottom:1px solid var(--brown2);
  padding-bottom:4px
}

.medical-note {
  font-size:.82rem;
  color:var(--muted);
  margin-top:16px
}

.hero-art {
  margin:0;
  aspect-ratio:4/5;
  border-radius:30px;
  overflow:hidden;
  background:#d8b79e;
  box-shadow:var(--shadow)
}

.hero-art img {
  width:100%;
  height:100%;
  object-fit:cover
}

.trust-strip {
  background:var(--brown);
  color:#fff
}

.trust-grid {
  min-height:76px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  align-items:center;
  text-align:center
}

.trust-grid span+span {
  border-left:1px solid rgba(255,255,255,.2)
}

.section {
  padding:104px 0
}

.section-soft {
  background:var(--paper)
}

.emotional-section {
  background:linear-gradient(180deg,#fbf7f2 0%,#f7eee6 100%)
}

.emotional-copy {
  max-width:920px;
  text-align:center
}

.emotional-copy h2,.section-heading h2,.intro-title h2,.clinic-copy h2,.cta-copy h2 {
  font-family:"DM Serif Display",Georgia,serif;
  font-weight:400;
  line-height:1.05;
  letter-spacing:-.02em
}

.emotional-copy h2 {
  font-size:clamp(2.8rem,5.2vw,5.4rem);
  margin:0 0 8px
}

.emotional-lead {
  font-family:"DM Serif Display",Georgia,serif;
  font-style:italic;
  color:var(--brown2);
  font-size:clamp(2rem,3.8vw,4rem);
  line-height:1.1;
  margin:0 auto 26px;
  max-width:18ch
}

.emotional-copy>p:last-child {
  max-width:720px;
  margin:0 auto;
  color:var(--muted);
  font-size:1.08rem
}

.intro-grid {
  display:grid;
  grid-template-columns:minmax(300px,.85fr) minmax(0,1.15fr);
  gap:80px;
  align-items:start
}

.intro-title h2 {
  font-size:clamp(2.7rem,4.4vw,4.8rem);
  margin:0;
  max-width:12ch
}

.prose {
  font-size:1.08rem;
  color:var(--muted)
}

.prose p {
  margin:0 0 22px
}

.prose-note {
  padding-left:18px;
  border-left:3px solid var(--brown2);
  color:var(--ink)
}

.section-heading {
  max-width:760px
}

.section-heading.centered {
  text-align:center;
  margin:0 auto 54px
}

.section-heading h2 {
  font-size:clamp(2.6rem,4vw,4.5rem);
  margin:0 0 18px
}

.section-heading p:last-child {
  color:var(--muted);
  font-size:1.06rem
}

.cards-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px
}

.benefit-card {
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:30px;
  min-height:250px;
  transition:.25s ease
}

.benefit-card:hover {
  transform:translateY(-5px);
  box-shadow:var(--shadow)
}

.benefit-card span {
  display:inline-flex;
  width:38px;
  height:38px;
  border-radius:50%;
  align-items:center;
  justify-content:center;
  background:var(--soft);
  color:var(--brown);
  font-weight:700;
  font-size:.85rem
}

.benefit-card h3 {
  font-family:"DM Serif Display",Georgia,serif;
  font-size:1.7rem;
  font-weight:400;
  line-height:1.1;
  margin:24px 0 12px
}

.benefit-card p {
  color:var(--muted);
  margin:0
}

.section-dark {
  background:var(--brown);
  color:#fff
}

.section-heading.light p {
  color:rgba(255,255,255,.75)
}

.section-heading.light .eyebrow {
  color:#e0bda9
}

.steps-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:28px;
  margin-top:50px
}

.steps-grid article {
  padding-top:24px;
  border-top:1px solid rgba(255,255,255,.25)
}

.steps-grid span {
  font-family:"DM Serif Display",Georgia,serif;
  font-size:3rem;
  color:#d7ad98
}

.steps-grid h3 {
  font-size:1.15rem;
  margin:12px 0 8px
}

.steps-grid p {
  color:rgba(255,255,255,.72);
  margin:0
}

.clinic-grid {
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:64px;
  align-items:stretch
}

.clinic-copy h2 {
  font-size:clamp(2.8rem,4vw,4.6rem);
  margin:0 0 24px
}

.clinic-copy p {
  color:var(--muted);
  font-size:1.05rem
}

.clinic-links {
  display:flex;
  gap:20px;
  flex-wrap:wrap;
  margin-top:28px
}

.clinic-links a {
  font-weight:700;
  border-bottom:1px solid var(--brown2)
}

.address-card {
  background:var(--soft);
  border-radius:28px;
  padding:42px;
  display:flex;
  flex-direction:column;
  justify-content:center
}

.address-label {
  text-transform:uppercase;
  letter-spacing:.15em;
  font-size:.72rem;
  font-weight:700;
  color:var(--brown2)
}

.address-card h3 {
  font-family:"DM Serif Display",Georgia,serif;
  font-size:2.2rem;
  font-weight:400;
  line-height:1.1;
  margin:8px 0 18px
}

.address-card p {
  color:var(--muted)
}

.address-card a {
  font-weight:700;
  margin-top:12px
}

.faq-layout {
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:72px
}

.accordion details {
  border-bottom:1px solid var(--line);
  padding:20px 0
}

.accordion summary {
  cursor:pointer;
  font-weight:700;
  list-style:none;
  padding-right:28px;
  position:relative
}

.accordion summary::-webkit-details-marker {
  display:none
}

.accordion summary:after {
  content:"+";
  position:absolute;
  right:0;
  top:-2px;
  font-size:1.5rem;
  color:var(--brown2)
}

.accordion details[open] summary:after {
  content:"–"
}

.accordion details p {
  color:var(--muted);
  margin:14px 0 0
}

.cta-section {
  padding:96px 0;
  background:linear-gradient(180deg,var(--paper),var(--soft))
}

.cta-card {
  display:grid;
  grid-template-columns:1.25fr .75fr;
  background:linear-gradient(135deg,#9d674f,#6f3e2d);
  border-radius:32px;
  overflow:hidden;
  color:#fff;
  box-shadow:var(--shadow)
}

.cta-copy {
  padding:62px
}

.cta-copy .eyebrow {
  color:#efd2c2
}

.cta-copy h2 {
  font-size:clamp(2.8rem,4.5vw,4.8rem);
  margin:0 0 22px;
  max-width:13ch
}

.cta-copy>p {
  color:rgba(255,255,255,.8);
  max-width:56ch
}

.cta-copy ul {
  display:flex;
  flex-wrap:wrap;
  gap:10px 24px;
  padding:0;
  margin:28px 0 0;
  list-style:none
}

.cta-copy li:before {
  content:"✓";
  margin-right:8px
}

.cta-action {
  background:rgba(255,255,255,.1);
  padding:52px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start
}

.cta-action p {
  font-family:"DM Serif Display",Georgia,serif;
  font-size:1.9rem;
  line-height:1.2;
  margin:0 0 24px
}

.cta-action small {
  margin-top:14px;
  color:rgba(255,255,255,.72)
}

.site-footer {
  background:#3b1f17;
  color:#f7e9df;
  padding:34px 0 22px
}

.footer-row {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px
}

.footer-brand img {
  width:150px;
  height:auto
}

.footer-links {
  display:flex;
  gap:24px;
  flex-wrap:wrap;
  font-size:.9rem
}

.footer-links a {
  opacity:.85
}

.footer-links a:hover {
  opacity:1
}

.footer-bottom {
  display:flex;
  justify-content:space-between;
  gap:20px;
  border-top:1px solid rgba(255,255,255,.12);
  margin-top:24px;
  padding-top:18px;
  font-size:.78rem;
  color:rgba(255,255,255,.58)
}

.floating-wa {
  position:fixed;
  right:20px;
  bottom:20px;
  z-index:45;
  background:var(--green);
  color:#fff;
  border-radius:999px;
  padding:14px 19px;
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:700;
  box-shadow:0 12px 30px rgba(0,0,0,.2)
}

.floating-wa svg {
  width:22px;
  height:22px;
  fill:#fff
}

.cookie-banner {
  position:fixed;
  left:20px;
  right:20px;
  bottom:20px;
  z-index:70;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  border-radius:20px;
  padding:18px 20px;
  display:none;
  align-items:center;
  justify-content:space-between;
  gap:24px
}

.cookie-banner.show {
  display:flex
}

.cookie-banner p {
  margin:4px 0 0;
  color:var(--muted);
  font-size:.9rem
}

.cookie-actions {
  display:flex;
  gap:10px
}

.reveal {
  opacity:0;
  transform:translateY(18px);
  transition:opacity .65s ease,transform .65s ease
}

.reveal.visible {
  opacity:1;
  transform:none
}

@media(max-width:1050px) {
  .hero-grid {
    grid-template-columns:minmax(0,1fr) 440px;
    gap:32px
  }

  .hero h1 {
    font-size:clamp(3rem,4.8vw,4.4rem)
  }

  .cards-grid {
    grid-template-columns:repeat(2,1fr)
  }

  .steps-grid {
    grid-template-columns:repeat(2,1fr)
  }

  .cta-card {
    grid-template-columns:1fr
  }

  .cta-action {
    padding-top:36px
  }


}

@media(max-width:820px) {
  .header-inner {
    height:68px
  }

  .brand img {
    width:190px
  }

  .hero {
    padding:42px 0 56px
  }

  .hero-grid {
    grid-template-columns:1fr;
    gap:34px
  }

  .hero h1 span {
    white-space:normal
  }

  .hero h1 {
    font-size:clamp(3.5rem,13vw,5.6rem)
  }

  .hero-lead {
    max-width:none
  }

  .hero-art {
    width:min(560px,100%);
    justify-self:center
  }

  .trust-grid {
    grid-template-columns:1fr
  }

  .trust-grid span {
    padding:14px
  }

  .trust-grid span+span {
    border-left:0;
    border-top:1px solid rgba(255,255,255,.18)
  }

  .section {
    padding:78px 0
  }

  .intro-grid,.clinic-grid,.faq-layout {
    grid-template-columns:1fr;
    gap:42px
  }

  .intro-title h2 {
    max-width:none
  }

  .cta-copy,.cta-action {
    padding:40px
  }

  .footer-row,.footer-bottom {
    align-items:flex-start;
    flex-direction:column
  }

  .footer-links {
    gap:16px
  }

  .floating-wa span {
    display:none
  }

  .floating-wa {
    padding:15px
  }

  .cookie-banner {
    flex-direction:column;
    align-items:flex-start
  }

  .cookie-actions {
    width:100%;
    flex-wrap:wrap
  }

  .cookie-actions .button {
    flex:1
  }


}

@media(max-width:560px) {
  .container {
    width:min(100% - 28px,1180px)
  }

  .site-header .button-small {
    padding:0 14px;
    font-size:.8rem
  }

  .brand img {
    width:160px
  }

  .hero h1 {
    font-size:clamp(3.25rem,17vw,4.6rem);
    line-height:.92
  }

  .hero-lead {
    font-size:2rem
  }

  .hero-actions {
    align-items:stretch;
    flex-direction:column
  }

  .hero-actions .button {
    width:100%
  }

  .text-link {
    text-align:center;
    border:0
  }

  .cards-grid,.steps-grid {
    grid-template-columns:1fr
  }

  .benefit-card {
    min-height:auto
  }

  .emotional-copy h2 {
    font-size:2.7rem
  }

  .emotional-lead {
    font-size:2.15rem
  }

  .cta-copy,.cta-action {
    padding:32px 24px
  }

  .cta-copy h2 {
    font-size:2.7rem
  }

  .footer-links {
    flex-direction:column;
    gap:10px
  }

  .cookie-banner {
    left:10px;
    right:10px;
    bottom:10px
  }

  .floating-wa {
    right:14px;
    bottom:14px
  }


}
