:root{
  --cream:#f8f2e9;
  --paper:#fffaf3;
  --brown:#8b5a2b;
  --brown-2:#5d371d;
  --gold:#c99749;
  --gold-soft:#f2d2a1;
  --ink:#22170f;
  --muted:#725f4d;
  --line:rgba(93,55,29,.16);
  --shadow:0 22px 70px rgba(77,45,21,.16);
  --radius:28px;
  --container:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;background:var(--cream);color:var(--ink);line-height:1.65;overflow-x:hidden}
a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font:inherit}.page-bg{position:fixed;inset:0;z-index:-1;background:radial-gradient(circle at 15% 10%,rgba(242,210,161,.75),transparent 34%),radial-gradient(circle at 90% 20%,rgba(139,90,43,.20),transparent 30%),linear-gradient(180deg,#fffaf2 0%,#f5eadb 46%,#fff7ec 100%)}
.container{width:min(var(--container),calc(100% - 40px));margin:auto}.narrow{max-width:880px}.section-pad{padding:96px 0}.compact{padding:70px 0}.hero{min-height:100vh;display:flex;align-items:center;position:relative}.hero-grid,.split-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:62px;align-items:center}.hero-copy h1,.section-title h2,h2{font-family:Georgia,"Times New Roman",serif;line-height:1.02;letter-spacing:-.04em;margin:0;color:var(--brown-2)}.hero-copy h1{font-size:clamp(46px,6vw,82px);max-width:760px}.hero-copy h1 span{color:var(--brown)}h2{font-size:clamp(34px,4vw,56px)}h3{line-height:1.15;margin:0;color:var(--brown-2)}p{color:var(--muted);margin:0 0 18px}.hero-text{font-size:1.15rem;max-width:640px;margin-top:24px}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.77rem;font-weight:800;color:var(--gold);margin-bottom:12px}.brand-card{display:inline-flex;align-items:center;gap:14px;padding:10px 16px;border:1px solid var(--line);border-radius:999px;background:rgba(255,250,243,.78);backdrop-filter:blur(12px);box-shadow:0 10px 30px rgba(93,55,29,.08);margin-bottom:26px}.brand-card .logo{width:54px;height:40px;object-fit:contain}.brand-card span{font-size:.86rem;color:var(--brown-2);font-weight:700;max-width:410px}.cta-row{display:flex;gap:14px;flex-wrap:wrap;margin:32px 0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:15px 24px;border-radius:999px;font-weight:850;transition:.28s ease;border:1px solid transparent;cursor:pointer}.btn:hover{transform:translateY(-3px);box-shadow:0 16px 35px rgba(93,55,29,.16)}.btn-primary{background:linear-gradient(135deg,var(--brown),var(--gold));color:#fff}.btn-light{background:rgba(255,250,243,.76);border-color:var(--line);color:var(--brown-2)}.btn-dark{background:var(--brown-2);color:#fff}.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:22px}.trust-row div{border:1px solid var(--line);border-radius:20px;background:rgba(255,250,243,.68);padding:16px}.trust-row strong{display:block;color:var(--brown-2);font-size:1.02rem}.trust-row small{color:var(--muted)}.portrait-wrap{position:relative;border-radius:44px;overflow:hidden;box-shadow:var(--shadow);border:10px solid rgba(255,250,243,.9);isolation:isolate}.portrait-wrap:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(43,22,8,.55));z-index:1}.portrait-wrap img{width:100%;height:740px;object-fit:cover;object-position:center}.floating-note{position:absolute;left:24px;right:24px;bottom:24px;z-index:2;background:rgba(255,250,243,.88);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.7);border-radius:24px;padding:18px}.floating-note strong{display:block;color:var(--brown-2);font-size:1.12rem}.floating-note span{color:var(--muted)}.section-title{max-width:760px;margin-bottom:36px}.section-title.center{text-align:center;margin-inline:auto}.pill-grid{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}.pill-grid span,.mini-list span{padding:12px 16px;border-radius:999px;background:rgba(255,250,243,.78);border:1px solid var(--line);font-weight:750;color:var(--brown-2)}.about{background:rgba(255,250,243,.52)}.image-stack{position:relative;min-height:560px}.still-main{width:76%;height:520px;object-fit:cover;border-radius:32px;box-shadow:var(--shadow);filter:sepia(.18)}.still-small{position:absolute;width:38%;right:20px;bottom:0;border-radius:26px;border:8px solid var(--paper);box-shadow:0 18px 45px rgba(77,45,21,.2);filter:sepia(.18)}.quote-card{margin-top:22px;padding:24px;border-left:5px solid var(--gold);background:rgba(255,250,243,.78);border-radius:0 24px 24px 0;color:var(--brown-2);font-weight:800}.cause-card{display:grid;grid-template-columns:.9fr 1.1fr;gap:40px;align-items:center;padding:48px;border-radius:var(--radius);background:linear-gradient(135deg,var(--brown-2),var(--brown));box-shadow:var(--shadow);position:relative;overflow:hidden}.cause-card:after{content:"";position:absolute;inset:auto -10% -60% 45%;height:260px;background:radial-gradient(circle,rgba(242,210,161,.35),transparent 68%)}.cause-card h2,.cause-card p{color:#fff}.cause-card .eyebrow{color:var(--gold-soft)}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.step,.benefit,.testimonial{padding:26px;border:1px solid var(--line);border-radius:var(--radius);background:rgba(255,250,243,.74);box-shadow:0 14px 38px rgba(77,45,21,.07)}.step span{display:inline-grid;place-items:center;width:46px;height:46px;border-radius:50%;background:var(--brown);color:#fff;font-weight:900;margin-bottom:34px}.step h3{font-size:1.2rem;margin-bottom:12px}.benefits{background:linear-gradient(180deg,rgba(255,250,243,.55),rgba(242,210,161,.22))}.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.benefit h3{font-family:Georgia,"Times New Roman",serif;font-size:1.55rem;margin-bottom:16px}.benefit ul,.check-list{margin:0;padding:0;list-style:none}.benefit li,.check-list li{position:relative;padding-left:27px;color:var(--muted);margin:10px 0}.benefit li:before,.check-list li:before{content:"✓";position:absolute;left:0;color:var(--gold);font-weight:950}.pediatric{background:rgba(255,250,243,.52)}.mini-list{display:flex;flex-wrap:wrap;gap:10px;margin:24px 0 28px}.baby-collage{position:relative;min-height:640px}.baby-main{height:640px;width:82%;object-fit:cover;border-radius:40px;box-shadow:var(--shadow);margin-left:auto}.baby-over{position:absolute;left:0;bottom:34px;width:48%;height:300px;object-fit:cover;border-radius:28px;border:8px solid var(--paper);box-shadow:0 18px 45px rgba(77,45,21,.22)}.doctor-card img{height:650px;width:100%;object-fit:cover;border-radius:40px;box-shadow:var(--shadow)}.doctor h3{font-family:Georgia,"Times New Roman",serif;font-size:1.8rem;color:var(--gold);margin:8px 0 18px}.gallery-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:18px}.gallery-grid img{height:420px;width:100%;object-fit:cover;border-radius:30px;box-shadow:0 18px 42px rgba(77,45,21,.12)}.gallery-grid img:nth-child(2){transform:translateY(28px)}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.testimonial div{color:var(--gold);font-size:1.25rem;margin-bottom:12px}.testimonial p{font-size:1.02rem;color:var(--brown-2);font-weight:650}.accordion{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:rgba(255,250,243,.74);box-shadow:0 16px 46px rgba(77,45,21,.07)}.acc-btn{width:100%;border:0;background:transparent;padding:22px 24px;text-align:left;display:flex;justify-content:space-between;align-items:center;font-weight:900;color:var(--brown-2);cursor:pointer;border-bottom:1px solid var(--line)}.acc-btn span{font-size:1.5rem;color:var(--gold)}.acc-panel{max-height:0;overflow:hidden;transition:max-height .35s ease}.acc-panel p{padding:0 24px 22px}.acc-btn.active span{transform:rotate(45deg)}.final-cta{padding-bottom:120px}.cta-box{text-align:center;padding:58px 28px;border-radius:42px;background:linear-gradient(135deg,var(--gold-soft),#fff6e8 42%,var(--brown));box-shadow:var(--shadow);position:relative;overflow:hidden}.cta-box img{width:120px;margin:0 auto 14px}.cta-box h2{color:var(--brown-2)}.cta-box p{max-width:610px;margin:14px auto 28px;color:var(--brown-2);font-weight:650}.cta-box small{display:block;margin-top:16px;color:rgba(34,23,15,.66)}.mobile-sticky{display:none}.reveal{opacity:0;transform:translateY(26px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:translateY(0)}.delay-1{transition-delay:.12s}.delay-2{transition-delay:.22s}.delay-3{transition-delay:.32s}
@media (max-width:980px){.section-pad{padding:72px 0}.compact{padding:54px 0}.hero{min-height:auto;padding-top:40px}.hero-grid,.split-grid{grid-template-columns:1fr;gap:38px}.hero-copy h1{font-size:clamp(42px,11vw,68px)}.portrait-wrap img{height:620px}.trust-row,.steps,.benefit-grid,.testimonial-grid{grid-template-columns:1fr 1fr}.cause-card{grid-template-columns:1fr;padding:34px}.image-stack{min-height:520px}.baby-collage{min-height:560px}.baby-main{height:560px}.doctor-card img{height:560px}.gallery-grid{grid-template-columns:1fr 1fr}.gallery-grid img:nth-child(2){transform:none}.reverse-mobile .baby-collage{order:-1}}
@media (max-width:640px){.container{width:min(100% - 28px,var(--container))}.section-pad{padding:58px 0}.hero{padding-top:24px}.brand-card{align-items:flex-start;border-radius:22px}.brand-card .logo{width:48px}.hero-copy h1{font-size:42px}.hero-text{font-size:1rem}.cta-row .btn{width:100%}.trust-row{grid-template-columns:1fr}.portrait-wrap{border-radius:30px;border-width:6px}.portrait-wrap img{height:560px;object-position:center top}.floating-note{left:14px;right:14px;bottom:14px}.steps,.benefit-grid,.testimonial-grid,.gallery-grid{grid-template-columns:1fr}.step span{margin-bottom:18px}.image-stack{min-height:440px}.still-main{height:390px;width:84%}.still-small{width:42%;right:0}.baby-collage{min-height:500px}.baby-main{height:500px;width:88%;border-radius:30px}.baby-over{width:58%;height:220px;bottom:18px;border-width:6px}.doctor-card img{height:520px;border-radius:30px}.gallery-grid img{height:430px}.cause-card{border-radius:26px}.cta-box{border-radius:28px;padding:42px 20px}.mobile-sticky{display:flex;position:fixed;left:14px;right:14px;bottom:14px;z-index:30;align-items:center;justify-content:center;padding:15px 18px;border-radius:999px;background:linear-gradient(135deg,var(--brown),var(--gold));color:#fff;font-weight:900;box-shadow:0 18px 46px rgba(77,45,21,.28)}.final-cta{padding-bottom:110px}}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}

/* Ajuste v2: nova primeira sessão */
.hero-new{
  min-height: 100vh;
  display: grid;
  align-items: center;
  padding-top: 56px;
  background:
    radial-gradient(circle at 18% 12%, rgba(197,139,61,.22), transparent 28%),
    linear-gradient(135deg, rgba(255,250,243,.96), rgba(250,236,213,.86) 45%, rgba(91,52,27,.12));
  overflow: hidden;
}
.hero-new:before{
  content:"";
  position:absolute;
  inset: 48px 48px auto auto;
  width: 180px;
  height: 180px;
  border:1px solid rgba(91,52,27,.13);
  border-radius:50%;
}
.hero-new-grid{
  display:grid;
  grid-template-columns: .92fr 1.08fr;
  align-items:center;
  gap: clamp(28px, 5vw, 72px);
}
.hero-visual{
  position:relative;
  min-height: 720px;
  border-radius: 42px;
  overflow:hidden;
  box-shadow: var(--shadow);
  isolation:isolate;
  background: var(--brown-2);
}
.hero-visual:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(34,19,9,.08), rgba(34,19,9,.58));
  z-index:1;
}
.hero-visual>img{
  width:100%;
  height:720px;
  object-fit:cover;
  object-position:center top;
  transform:scale(1.02);
}
.hero-logo-card,
.hero-year-card{
  position:absolute;
  z-index:2;
  background:rgba(255,250,243,.88);
  border:1px solid rgba(255,255,255,.72);
  backdrop-filter:blur(14px);
  box-shadow:0 18px 46px rgba(34,19,9,.16);
}
.hero-logo-card{
  left:22px;
  right:22px;
  top:22px;
  display:flex;
  align-items:center;
  gap:14px;
  padding:16px 18px;
  border-radius:24px;
}
.hero-logo-card img{width:62px;height:46px;object-fit:contain;flex:0 0 auto;}
.hero-logo-card span{font-weight:850;color:var(--brown-2);font-size:.92rem;line-height:1.25;}
.hero-year-card{
  left:22px;
  bottom:22px;
  max-width:280px;
  border-radius:26px;
  padding:20px;
}
.hero-year-card strong{display:block;color:var(--brown-2);font-size:1.45rem;font-family:Georgia,"Times New Roman",serif;}
.hero-year-card span{display:block;color:var(--muted);font-weight:700;margin-top:4px;}
.hero-content-card{
  position:relative;
  padding: clamp(32px, 5vw, 62px);
  border-radius: 44px;
  background: rgba(255,250,243,.70);
  border: 1px solid rgba(221,205,183,.78);
  box-shadow: 0 28px 80px rgba(91,52,27,.12);
  backdrop-filter: blur(10px);
}
.hero-content-card:before{
  content:"";
  position:absolute;
  right:34px;
  top:34px;
  width:90px;
  height:90px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(197,139,61,.26), transparent 68%);
}
.hero-content-card h1{
  font-size:clamp(50px, 6vw, 92px);
  max-width: 820px;
  line-height:.92;
}
.hero-content-card .hero-text{
  max-width:690px;
  font-size:1.18rem;
}
.single-cta{margin-bottom:24px;}
.hero-highlights{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:28px;
}
.hero-highlights div{
  padding:16px;
  border-radius:22px;
  background:#fffaf3;
  border:1px solid var(--line);
}
.hero-highlights strong{display:block;color:var(--brown-2);font-size:.98rem;line-height:1.2;}
.hero-highlights small{display:block;color:var(--muted);margin-top:6px;line-height:1.35;}
@media (max-width:980px){
  .hero-new{min-height:auto;padding-top:34px;}
  .hero-new-grid{grid-template-columns:1fr;}
  .hero-visual{min-height:560px;order:2;}
  .hero-visual>img{height:560px;}
  .hero-content-card{order:1;}
  .hero-highlights{grid-template-columns:1fr 1fr;}
}
@media (max-width:640px){
  .hero-new{padding-top:22px;}
  .hero-content-card{padding:28px 20px;border-radius:30px;}
  .hero-content-card h1{font-size:42px;}
  .hero-content-card .hero-text{font-size:1rem;}
  .single-cta .btn{width:100%;}
  .hero-highlights{grid-template-columns:1fr;}
  .hero-visual{min-height:520px;border-radius:30px;}
  .hero-visual>img{height:520px;object-position:center top;}
  .hero-logo-card{left:14px;right:14px;top:14px;border-radius:20px;padding:13px;}
  .hero-logo-card img{width:52px;height:40px;}
  .hero-logo-card span{font-size:.78rem;}
  .hero-year-card{left:14px;right:14px;bottom:14px;max-width:none;border-radius:22px;padding:16px;}
}

/* Ajuste v3: primeira sessão premium */
.hero-premium{
  min-height:100vh;
  display:grid;
  align-items:center;
  padding-top:54px;
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(197,139,61,.18), transparent 30%),
    radial-gradient(circle at 10% 88%, rgba(91,52,27,.10), transparent 34%),
    linear-gradient(135deg, #fffaf3 0%, #f7ead7 52%, #efe0c9 100%);
}
.hero-premium:before{
  content:"";
  position:absolute;
  width:620px;
  height:620px;
  right:-210px;
  top:70px;
  border-radius:50%;
  border:1px solid rgba(91,52,27,.12);
}
.hero-premium:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:120px;
  background:linear-gradient(180deg, transparent, rgba(255,250,243,.72));
  pointer-events:none;
}
.hero-premium-grid{
  display:grid;
  grid-template-columns:1.04fr .96fr;
  gap:clamp(34px,5vw,84px);
  align-items:center;
  position:relative;
  z-index:1;
}
.hero-copy-premium{
  max-width:760px;
  padding:24px 0;
}
.hero-brand-logo{
  width:142px;
  height:auto;
  object-fit:contain;
  margin-bottom:30px;
  filter:drop-shadow(0 12px 22px rgba(91,52,27,.08));
}
.hero-copy-premium h1{
  font-size:clamp(50px,6.15vw,92px);
  line-height:.95;
  letter-spacing:-.055em;
  max-width:940px;
  margin-bottom:28px;
}
.nowrap{white-space:nowrap;}
.hero-copy-premium .hero-text{
  max-width:650px;
  font-size:1.2rem;
  color:rgba(75,54,39,.82);
  margin-bottom:30px;
}
.hero-proof{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  max-width:640px;
  margin-top:34px;
}
.hero-proof div{
  padding:20px;
  border-radius:26px;
  background:rgba(255,250,243,.74);
  border:1px solid rgba(221,205,183,.85);
  box-shadow:0 16px 38px rgba(77,45,21,.07);
}
.hero-proof strong{
  display:block;
  font-family:Georgia,"Times New Roman",serif;
  color:var(--brown-2);
  font-size:1.45rem;
  line-height:1.1;
}
.hero-proof span{
  display:block;
  margin-top:7px;
  color:var(--muted);
  font-weight:650;
  line-height:1.35;
}
.hero-photo-premium{
  position:relative;
  min-height:720px;
}
.photo-frame{
  height:720px;
  border-radius:48px 48px 48px 190px;
  overflow:hidden;
  box-shadow:0 32px 90px rgba(77,45,21,.22);
  border:10px solid rgba(255,250,243,.78);
  background:var(--brown-2);
}
.photo-frame img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center top;
  transform:scale(1.02);
}
.floating-specialty-card{
  position:absolute;
  left:-36px;
  bottom:54px;
  width:min(360px,78%);
  padding:24px 26px;
  border-radius:30px;
  background:rgba(255,250,243,.92);
  border:1px solid rgba(255,255,255,.75);
  box-shadow:0 24px 60px rgba(77,45,21,.20);
  backdrop-filter:blur(14px);
}
.floating-specialty-card span{
  display:block;
  color:var(--gold);
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:.74rem;
  font-weight:950;
  margin-bottom:8px;
}
.floating-specialty-card strong{
  display:block;
  color:var(--brown-2);
  font-size:1.24rem;
  line-height:1.2;
}
@media (max-width:980px){
  .hero-premium{min-height:auto;padding-top:36px;}
  .hero-premium-grid{grid-template-columns:1fr;gap:32px;}
  .hero-copy-premium{max-width:none;text-align:left;}
  .hero-photo-premium{min-height:590px;}
  .photo-frame{height:590px;border-radius:38px 38px 38px 120px;}
  .floating-specialty-card{left:22px;bottom:26px;}
}
@media (max-width:640px){
  .hero-premium{padding-top:24px;}
  .hero-brand-logo{width:108px;margin-bottom:22px;}
  .hero-copy-premium h1{font-size:40px;letter-spacing:-.045em;line-height:1;margin-bottom:20px;}
  .hero-copy-premium .hero-text{font-size:1rem;margin-bottom:24px;}
  .hero-proof{grid-template-columns:1fr;margin-top:22px;}
  .hero-proof div{padding:17px;border-radius:22px;}
  .hero-photo-premium{min-height:520px;}
  .photo-frame{height:520px;border-width:6px;border-radius:30px 30px 30px 86px;}
  .photo-frame img{object-position:center top;}
  .floating-specialty-card{left:12px;right:12px;bottom:14px;width:auto;padding:18px;border-radius:22px;}
  .floating-specialty-card strong{font-size:1.06rem;}
}

/* Ajuste v7 baseado na versão 4: mobile do primeiro bloco */
.hero-logo-area{
  grid-area:logo;
}
.hero-copy-premium{
  grid-area:copy;
}
.hero-photo-premium{
  grid-area:photo;
}
.hero-premium-grid{
  grid-template-areas:
    "logo photo"
    "copy photo";
  grid-template-rows:auto 1fr;
}
.hero-logo-area .eyebrow{
  margin-bottom:0;
}

@media (max-width:980px){
  .hero-premium-grid{
    grid-template-areas:
      "logo"
      "photo"
      "copy";
  }
}

@media (max-width:640px){
  .hero-premium{
    padding-top:26px;
  }
  .hero-logo-area{
    text-align:center;
  }
  .hero-brand-logo{
    display:block;
    margin:0 auto 14px;
    width:116px;
  }
  .hero-logo-area .eyebrow{
    text-align:center;
    font-size:.68rem;
    letter-spacing:.16em;
    margin-bottom:0;
  }
  .hero-photo-premium{
    min-height:auto;
  }
  .photo-frame{
    height:430px;
    border-radius:30px;
  }
  .photo-frame img{
    object-position:center top;
  }
  .floating-specialty-card{
    display:none;
  }
  .hero-copy-premium{
    text-align:center;
    padding:0;
  }
  .hero-copy-premium h1{
    margin-left:auto;
    margin-right:auto;
  }
  .hero-copy-premium .hero-text{
    margin-left:auto;
    margin-right:auto;
  }
  .hero-copy-premium .single-cta{
    display:none;
  }
  .hero-proof{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
    margin-top:24px;
  }
  .hero-proof div{
    text-align:left;
    padding:15px;
  }
  .hero-proof strong{
    font-size:1.12rem;
  }
  .hero-proof span{
    font-size:.84rem;
  }
}


/* Ajustes v8: textos do briefing e blocos explicativos */
.pediatric-box{margin:22px 0 10px;padding:20px;border:1px solid var(--line);border-radius:24px;background:rgba(255,250,243,.70);}
.pediatric-box h3,.subsection-title,.pediatric-session-card h3{font-family:Georgia,"Times New Roman",serif;font-size:1.45rem;margin:0 0 14px;color:var(--brown-2);}
.small-gap{margin:0;gap:8px;}
.pediatric-session-card{margin:26px 0 28px;padding:26px;border-radius:28px;background:linear-gradient(135deg,rgba(255,250,243,.92),rgba(242,210,161,.24));border:1px solid var(--line);box-shadow:0 16px 38px rgba(77,45,21,.07);}
.pediatric-session-card p{margin-bottom:12px;}
.osteopathy-formation{margin:20px 0 16px;padding:18px 20px;border-radius:22px;background:rgba(255,250,243,.84);border-left:5px solid var(--gold);font-size:1.08rem;color:var(--brown-2);font-weight:750;}
.osteopathy-formation strong{font-weight:950;color:var(--brown-2);}
@media (max-width:640px){
  .hero-logo-area .eyebrow{font-size:.63rem;line-height:1.45;max-width:290px;margin-left:auto;margin-right:auto;}
  .hero-copy-premium h1{font-size:38px;}
  .pediatric-session-card,.pediatric-box{padding:20px;border-radius:22px;}
}


/* Ajustes v9: hero, frase Still e espaçamento */
.hero-doctor-name{
  margin:0 0 6px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(1.25rem,2.4vw,2rem);
  line-height:1.05;
  color:var(--brown-2);
  font-weight:850;
  letter-spacing:-.025em;
}
.hero-copy-premium h1{
  color:#4b2a18;
}
.floating-specialty-card span{
  color:var(--gold);
}
.floating-specialty-card strong{
  color:#4b2a18;
}
.doctor.section-pad{
  padding-bottom:44px;
}
.gallery.section-pad.compact{
  padding-top:40px;
}
.still-final-quote{
  max-width:620px;
  margin:0 auto 28px;
  font-family:Georgia,"Times New Roman",serif;
  color:#4b2a18;
  font-weight:850;
  font-size:1.28rem;
}
@media (max-width:980px){
  .doctor.section-pad{padding-bottom:34px;}
  .gallery.section-pad.compact{padding-top:34px;}
}
@media (max-width:640px){
  .hero-doctor-name{
    text-align:center;
    font-size:1.25rem;
    margin-top:4px;
  }
  .hero-logo-area .eyebrow{
    text-transform:none;
    letter-spacing:.02em;
    font-size:.82rem;
    color:var(--brown);
    font-weight:800;
  }
  .still-final-quote{font-size:1.08rem;}
}

/* Ajustes v10: bloco 1 */
.hero-premium{
  min-height:auto;
  padding-top:38px;
  padding-bottom:64px;
}
.hero-premium-grid{
  align-items:start;
  row-gap:8px;
}
.hero-logo-area{
  align-self:start;
}
.hero-brand-logo{
  margin-bottom:10px;
}
.hero-doctor-name{
  margin-bottom:4px;
}
.hero-logo-area .eyebrow{
  margin-bottom:0;
  max-width:720px;
}
.hero-copy-premium{
  padding-top:6px;
}
.hero-copy-premium h1{
  margin-bottom:22px;
}
.hero-copy-premium .hero-text{
  max-width:720px;
  margin-bottom:28px;
}
.hero-copy-premium .hero-text p{
  margin:0 0 10px;
  color:rgba(75,54,39,.86);
}
.hero-copy-premium .hero-text p:last-child{
  margin-bottom:0;
}
.hero-photo-premium{
  min-height:auto;
  align-self:start;
  padding-top:24px;
}
.photo-frame{
  height:auto;
  aspect-ratio:1/1;
  border-radius:42px;
}
.photo-frame img{
  height:100%;
  object-position:center top;
}
.floating-specialty-card{
  left:-28px;
  bottom:42px;
}
@media (max-width:980px){
  .hero-premium{padding-top:34px;padding-bottom:54px;}
  .hero-premium-grid{row-gap:22px;}
  .hero-photo-premium{padding-top:0;}
  .photo-frame{height:auto;aspect-ratio:1/1;border-radius:34px;}
}
@media (max-width:640px){
  .hero-premium{padding-top:24px;padding-bottom:44px;}
  .hero-copy-premium .hero-text{text-align:center;margin-bottom:24px;}
  .hero-copy-premium .hero-text p{font-size:.98rem;line-height:1.55;margin-bottom:10px;}
  .photo-frame{height:auto;aspect-ratio:1/1;border-radius:28px;}
  .hero-proof div{text-align:center;}
}

/* Ajustes v11: bloco 1 refinado */
.hero-premium{
  padding-top:30px;
  padding-bottom:52px;
}
.hero-premium-grid{
  grid-template-columns:1.06fr .94fr;
  gap:clamp(28px,4vw,64px);
  row-gap:0;
  align-items:stretch;
}
.hero-logo-area{
  margin-bottom:0;
}
.hero-brand-logo{
  margin-bottom:6px;
}
.hero-doctor-name{
  margin-bottom:4px;
}
.hero-logo-area .eyebrow{
  margin-bottom:0;
  line-height:1.35;
}
.hero-copy-premium{
  padding-top:0;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
}
.hero-copy-premium h1{
  margin-top:14px;
  margin-bottom:22px;
}
.hero-copy-premium .hero-text{
  margin-bottom:20px;
}
.hero-care-cards{
  grid-template-columns:repeat(3,minmax(0,1fr));
  max-width:760px;
  margin-top:22px;
}
.hero-care-cards div{
  min-height:126px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.hero-care-cards strong{
  font-size:1.22rem;
}
.hero-care-cards span{
  font-size:.92rem;
}
.hero-photo-premium{
  padding-top:0;
  align-self:stretch;
  height:100%;
  display:flex;
  min-height:100%;
}
.photo-frame{
  width:100%;
  height:100%;
  min-height:100%;
  aspect-ratio:auto;
  border-radius:42px;
}
.photo-frame img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center top;
}
.floating-specialty-card{
  left:-30px;
  bottom:50px;
}
@media (max-width:980px){
  .hero-premium-grid{
    grid-template-columns:1fr;
    grid-template-areas:
      "logo"
      "photo"
      "copy";
    align-items:start;
    gap:26px;
  }
  .hero-copy-premium h1{
    margin-top:0;
  }
  .hero-photo-premium{
    height:auto;
    min-height:auto;
  }
  .photo-frame{
    height:auto;
    min-height:auto;
    aspect-ratio:1/1;
  }
  .hero-care-cards{
    grid-template-columns:repeat(3,minmax(0,1fr));
    max-width:none;
  }
}
@media (max-width:640px){
  .hero-premium{padding-top:22px;padding-bottom:42px;}
  .hero-copy-premium h1{
    margin-top:0;
    margin-bottom:18px;
  }
  .hero-care-cards{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:8px;
  }
  .hero-care-cards div{
    min-height:108px;
    padding:12px 8px;
    border-radius:18px;
  }
  .hero-care-cards strong{
    font-size:.86rem;
    line-height:1.05;
  }
  .hero-care-cards span{
    font-size:.68rem;
    line-height:1.2;
    margin-top:6px;
  }
}

/* Ajustes v12: refinamento estético do bloco 1 sem alterar textos */
.hero-premium{
  padding-top:34px;
  padding-bottom:58px;
  background:
    radial-gradient(circle at 86% 12%, rgba(197,139,61,.18), transparent 28%),
    radial-gradient(circle at 8% 88%, rgba(91,52,27,.08), transparent 34%),
    linear-gradient(135deg, #fffaf3 0%, #f8ead5 54%, #f1dfc5 100%);
}
.hero-premium-grid{
  grid-template-columns:1.02fr .98fr;
  gap:clamp(32px,4.6vw,76px);
  align-items:stretch;
}
.hero-logo-area{
  display:grid;
  grid-template-columns:92px 1fr;
  grid-template-areas:
    "brand name"
    "brand sub";
  column-gap:18px;
  align-items:center;
  padding-bottom:18px;
}
.hero-brand-logo{
  grid-area:brand;
  width:92px;
  margin:0;
  filter:drop-shadow(0 12px 22px rgba(91,52,27,.10));
}
.hero-doctor-name{
  grid-area:name;
  font-size:clamp(1.35rem,2.25vw,2.25rem);
  margin:0 0 4px;
}
.hero-logo-area .eyebrow{
  grid-area:sub;
  max-width:620px;
  margin:0;
  letter-spacing:.15em;
}
.hero-copy-premium{
  justify-content:flex-start;
}
.hero-copy-premium h1{
  font-size:clamp(46px,5.35vw,82px);
  line-height:.985;
  letter-spacing:-.052em;
  max-width:760px;
  margin-top:2px;
  margin-bottom:24px;
}
.hero-copy-premium .hero-text{
  max-width:710px;
  font-size:1.08rem;
  line-height:1.68;
  margin-bottom:26px;
}
.hero-copy-premium .hero-text p{
  margin-bottom:12px;
}
.single-cta{
  margin:24px 0 0;
}
.hero-copy-premium .btn-primary{
  padding:16px 28px;
  box-shadow:0 16px 36px rgba(151,91,33,.22);
}
.hero-copy-premium .btn-primary:hover{
  box-shadow:0 20px 46px rgba(151,91,33,.30);
}
.hero-care-cards{
  gap:12px;
  max-width:760px;
  margin-top:32px;
}
.hero-care-cards div{
  position:relative;
  min-height:118px;
  padding:22px 20px 20px;
  border-radius:24px;
  background:rgba(255,250,243,.82);
  border:1px solid rgba(221,205,183,.90);
  box-shadow:0 16px 38px rgba(77,45,21,.075);
  overflow:hidden;
}
.hero-care-cards div:before{
  content:"";
  width:34px;
  height:4px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--gold),rgba(197,139,61,.2));
  margin-bottom:14px;
  display:block;
}
.hero-care-cards strong{
  font-size:1.15rem;
  line-height:1.08;
}
.hero-care-cards span{
  font-size:.88rem;
  line-height:1.35;
  margin-top:8px;
}
.hero-photo-premium{
  min-height:100%;
  padding-top:0;
}
.photo-frame{
  height:100%;
  min-height:660px;
  border-radius:36px;
  border:8px solid rgba(255,250,243,.82);
  box-shadow:0 30px 86px rgba(77,45,21,.20);
}
.photo-frame img{
  object-position:center top;
  transform:scale(1.015);
}
.floating-specialty-card{
  left:-22px;
  bottom:38px;
  width:min(382px,82%);
  padding:22px 24px;
  border-radius:26px;
  box-shadow:0 22px 54px rgba(77,45,21,.18);
}
.floating-specialty-card strong{
  font-size:1.13rem;
}

@media (max-width:980px){
  .hero-premium{
    padding-top:32px;
    padding-bottom:54px;
  }
  .hero-logo-area{
    max-width:760px;
    margin-inline:auto;
    padding-bottom:0;
  }
  .hero-photo-premium{
    max-width:760px;
    width:100%;
    margin-inline:auto;
  }
  .photo-frame{
    min-height:auto;
    height:auto;
    aspect-ratio:1/1;
    border-radius:34px;
  }
  .hero-copy-premium{
    max-width:760px;
    margin-inline:auto;
    text-align:center;
  }
  .hero-copy-premium h1,
  .hero-copy-premium .hero-text{
    margin-left:auto;
    margin-right:auto;
  }
  .single-cta{
    justify-content:center;
  }
  .hero-care-cards{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .floating-specialty-card{
    left:24px;
    bottom:24px;
  }
}

@media (max-width:640px){
  .hero-premium{
    padding-top:24px;
    padding-bottom:42px;
  }
  .hero-logo-area{
    display:block;
    text-align:center;
  }
  .hero-brand-logo{
    display:block;
    width:112px;
    margin:0 auto 12px;
  }
  .hero-doctor-name{
    font-size:1.28rem;
    margin-bottom:6px;
  }
  .hero-logo-area .eyebrow{
    max-width:310px;
    margin-inline:auto;
    letter-spacing:.03em;
    line-height:1.35;
  }
  .photo-frame{
    border-radius:28px;
    border-width:6px;
  }
  .hero-copy-premium h1{
    font-size:38px;
    line-height:1;
    letter-spacing:-.045em;
    margin-bottom:18px;
  }
  .hero-copy-premium .hero-text{
    font-size:.98rem;
    line-height:1.58;
    margin-bottom:22px;
  }
  .single-cta{
    display:none;
  }
  .hero-care-cards{
    grid-template-columns:1fr;
    gap:10px;
    margin-top:24px;
  }
  .hero-care-cards div{
    min-height:auto;
    padding:16px 18px;
    border-radius:20px;
    text-align:left;
  }
  .hero-care-cards div:before{
    margin-bottom:10px;
  }
  .hero-care-cards strong{
    font-size:1.02rem;
  }
  .hero-care-cards span{
    font-size:.84rem;
  }
  .floating-specialty-card{
    display:none;
  }
}

/* Ajuste v13: frase completa do Dr. Still no card da foto */
.floating-specialty-card{
  width:min(510px,88%);
  left:-26px;
  bottom:34px;
  padding:22px 24px 20px;
  border-radius:26px;
  background:rgba(255,250,243,.93);
}
.floating-specialty-card strong{
  font-size:clamp(.98rem,1.25vw,1.16rem);
  line-height:1.28;
  letter-spacing:-.018em;
}
.floating-specialty-card span{
  margin-top:12px;
  margin-bottom:0;
  font-size:.7rem;
  line-height:1.25;
  letter-spacing:.12em;
}
.floating-specialty-card small{
  font-size:.62rem;
  letter-spacing:.08em;
  opacity:.78;
}
@media (max-width:980px){
  .floating-specialty-card{
    left:22px;
    right:22px;
    bottom:22px;
    width:auto;
    max-width:560px;
  }
}
@media (max-width:640px){
  .floating-specialty-card{
    display:block;
    left:14px;
    right:14px;
    bottom:14px;
    padding:16px 17px 15px;
    border-radius:20px;
  }
  .floating-specialty-card strong{
    font-size:.82rem;
    line-height:1.25;
  }
  .floating-specialty-card span{
    font-size:.56rem;
    letter-spacing:.07em;
    margin-top:9px;
  }
  .floating-specialty-card small{
    font-size:.52rem;
  }
}


/* Ajuste v14: frase do Dr. Still entre bloco do especialista e galeria */
.still-transition-quote{
  padding:0 0 18px;
  margin-top:-10px;
}
.still-transition-card{
  max-width:920px;
  margin:0 auto;
  padding:26px 34px;
  border-radius:30px;
  background:linear-gradient(135deg,rgba(255,250,243,.88),rgba(242,210,161,.26));
  border:1px solid rgba(221,205,183,.92);
  box-shadow:0 18px 48px rgba(77,45,21,.08);
  text-align:center;
  position:relative;
  overflow:hidden;
}
.still-transition-card:before{
  content:"";
  position:absolute;
  left:50%;
  top:0;
  transform:translateX(-50%);
  width:92px;
  height:4px;
  border-radius:999px;
  background:linear-gradient(90deg,transparent,var(--gold),transparent);
}
.still-transition-card p{
  max-width:790px;
  margin:0 auto 10px;
  font-family:Georgia,"Times New Roman",serif;
  color:#4b2a18;
  font-size:clamp(1.08rem,1.65vw,1.42rem);
  line-height:1.35;
  font-weight:760;
}
.still-transition-card span{
  display:block;
  color:var(--gold);
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:.72rem;
  font-weight:950;
}
.doctor.section-pad{
  padding-bottom:26px;
}
.gallery.section-pad.compact{
  padding-top:28px;
}
@media (max-width:640px){
  .still-transition-quote{margin-top:0;padding-bottom:8px;}
  .still-transition-card{padding:22px 18px;border-radius:24px;}
  .still-transition-card p{font-size:1.03rem;}
  .still-transition-card span{font-size:.62rem;letter-spacing:.1em;}
  .doctor.section-pad{padding-bottom:22px;}
  .gallery.section-pad.compact{padding-top:24px;}
}


/* Rodapé discreto */
.site-footer{
  padding:22px 20px 86px;
  text-align:center;
  color:rgba(77,45,21,.58);
  font-size:.82rem;
  line-height:1.55;
  background:var(--cream);
}
.site-footer p{
  margin:3px 0;
}
.site-footer a{
  color:rgba(77,45,21,.72);
  text-decoration:none;
  font-weight:700;
}
.site-footer a:hover{
  color:var(--gold);
}
@media (min-width:821px){
  .site-footer{
    padding-bottom:26px;
  }
}

/* Ajustes v16: capitalização natural no card do Still e posição da foto sobreposta */
.floating-specialty-card span{
  text-transform:none !important;
  letter-spacing:.04em !important;
}
.floating-specialty-card small{
  text-transform:none !important;
  letter-spacing:.02em !important;
}
.baby-over{
  width:40% !important;
  height:250px !important;
  left:-34px !important;
  bottom:26px !important;
  z-index:2;
}
.baby-main{
  position:relative;
  z-index:1;
}
@media (max-width:980px){
  .baby-over{
    width:42% !important;
    height:240px !important;
    left:-18px !important;
    bottom:24px !important;
  }
}
@media (max-width:640px){
  .baby-over{
    width:48% !important;
    height:190px !important;
    left:-8px !important;
    bottom:14px !important;
    border-width:5px !important;
    border-radius:22px !important;
  }
}

/* Ajustes v17: bloco de Osteopatia Pediátrica conforme marcação */
.pediatric-top-grid{
  align-items:start;
  gap:70px;
}
.pediatric-intro{
  padding-top:10px;
}
.pediatric-intro h2{
  max-width:620px;
}
.pediatric-intro > p{
  max-width:650px;
}
.pediatric .baby-collage{
  min-height:680px;
  display:flex;
  align-items:flex-start;
  justify-content:flex-end;
  padding-top:24px;
}
.pediatric .baby-main{
  width:76%;
  height:650px;
  margin-left:auto;
  border-radius:38px;
  object-fit:cover;
  object-position:center top;
  box-shadow:0 24px 62px rgba(77,45,21,.16);
}
.pediatric .baby-over{
  width:34% !important;
  height:230px !important;
  left:2px !important;
  top:142px !important;
  bottom:auto !important;
  border-width:7px !important;
  border-radius:26px !important;
  object-fit:cover;
  z-index:3;
}
.pediatric-wide-card{
  margin-top:34px;
  padding:28px 28px 30px;
  border:1px solid var(--line);
  border-radius:30px;
  background:rgba(255,250,243,.74);
  box-shadow:0 18px 45px rgba(77,45,21,.07);
}
.pediatric-wide-card .subsection-title{
  margin-bottom:16px;
}
.pediatric-wide-card .mini-list{
  margin:0 0 24px;
}
.pediatric-wide-card .pediatric-session-card{
  margin:22px 0 0;
  box-shadow:none;
}
.pediatric-cta-center{
  display:flex;
  justify-content:center;
  margin-top:26px;
}
.pediatric-cta-center .btn{
  min-width:260px;
}
@media (max-width:980px){
  .pediatric-top-grid{
    gap:34px;
  }
  .pediatric .baby-collage{
    min-height:600px;
    padding-top:0;
  }
  .pediatric .baby-main{
    width:82%;
    height:560px;
  }
  .pediatric .baby-over{
    width:38% !important;
    height:220px !important;
    left:0 !important;
    top:126px !important;
  }
  .pediatric-wide-card{
    margin-top:8px;
  }
}
@media (max-width:640px){
  .pediatric-top-grid{
    gap:24px;
  }
  .pediatric .baby-collage{
    order:0 !important;
    min-height:470px;
    margin-top:8px;
  }
  .pediatric .baby-main{
    width:86%;
    height:450px;
    border-radius:30px;
  }
  .pediatric .baby-over{
    width:46% !important;
    height:170px !important;
    left:0 !important;
    top:112px !important;
    border-width:5px !important;
    border-radius:20px !important;
  }
  .pediatric-wide-card{
    padding:22px 18px 24px;
    border-radius:24px;
    margin-top:20px;
  }
  .pediatric-wide-card .mini-list{
    gap:8px;
  }
  .pediatric-wide-card .mini-list span{
    font-size:.9rem;
    padding:10px 13px;
  }
  .pediatric-cta-center .btn{
    width:100%;
    min-width:0;
  }
}

/* Ajustes v18: fotos pediátricas lado a lado, mesmo tamanho */
.pediatric-top-grid{
  grid-template-columns:minmax(0,.95fr) minmax(520px,1.05fr);
  gap:54px;
  align-items:start;
}
.pediatric-intro{
  padding-top:18px;
}
.pediatric-intro h2{
  max-width:640px;
  font-size:clamp(38px,4.2vw,60px);
}
.pediatric-intro > p{
  max-width:640px;
  line-height:1.65;
}
.pediatric-box{
  max-width:620px;
}
.pediatric .baby-collage{
  min-height:0;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  align-items:stretch;
  justify-content:stretch;
  padding-top:24px;
}
.pediatric .baby-main,
.pediatric .baby-over{
  position:relative !important;
  inset:auto !important;
  top:auto !important;
  right:auto !important;
  bottom:auto !important;
  left:auto !important;
  width:100% !important;
  height:560px !important;
  margin:0 !important;
  object-fit:cover;
  object-position:center center;
  border-radius:34px !important;
  border:7px solid rgba(255,250,243,.9) !important;
  box-shadow:0 22px 58px rgba(77,45,21,.16) !important;
  z-index:1;
}
.pediatric .baby-over{
  order:1;
}
.pediatric .baby-main{
  order:2;
}
.pediatric-wide-card{
  margin-top:46px;
}
@media (max-width:1180px){
  .pediatric-top-grid{
    grid-template-columns:1fr;
    gap:30px;
  }
  .pediatric-intro,
  .pediatric-intro h2,
  .pediatric-intro > p,
  .pediatric-box{
    max-width:100%;
  }
  .pediatric .baby-collage{
    padding-top:0;
    max-width:820px;
    margin:0 auto;
  }
  .pediatric .baby-main,
  .pediatric .baby-over{
    height:520px !important;
  }
}
@media (max-width:640px){
  .pediatric-intro{
    text-align:center;
    padding-top:0;
  }
  .pediatric-box{
    text-align:left;
  }
  .pediatric .baby-collage{
    grid-template-columns:1fr 1fr;
    gap:10px;
    margin-top:12px;
  }
  .pediatric .baby-main,
  .pediatric .baby-over{
    height:330px !important;
    border-width:5px !important;
    border-radius:22px !important;
  }
}
@media (max-width:420px){
  .pediatric .baby-main,
  .pediatric .baby-over{
    height:280px !important;
  }
}

/* Google reviews */
.google-reviews .google-review{display:flex;flex-direction:column;gap:16px;min-height:100%;}
.review-head{display:flex;align-items:center;gap:14px;margin-bottom:2px;}
.review-head img{width:64px;height:64px;border-radius:50%;object-fit:cover;box-shadow:0 10px 26px rgba(77,45,21,.16);border:3px solid rgba(255,250,243,.95);flex:0 0 auto;}
.review-head h3{font-size:1rem;font-family:inherit;letter-spacing:-.01em;color:var(--brown-2);margin:0 0 6px;line-height:1.12;}
.review-head span{display:block;color:#f7b500;font-size:1rem;line-height:1;letter-spacing:.02em;}
.review-head small{color:var(--muted);font-weight:750;margin-left:6px;font-size:.82rem;letter-spacing:0;}
.google-review p{font-size:.98rem;line-height:1.58;color:var(--brown-2);font-weight:600;margin:0;}
@media (max-width:640px){.review-head img{width:58px;height:58px}.google-review p{font-size:.96rem}}
