:root {
  --wine: #421617;
  --wine-dark: #2a0b0d;
  --wine-soft: #6d3434;
  --charcoal: #171716;
  --ivory: #f7f2e9;
  --cream: #eee4d7;
  --paper: #fffdf9;
  --gold: #b38a4a;
  --gold-light: #d5bd91;
  --ink: #22201d;
  --muted: #706a63;
  --line: rgba(66, 22, 23, .14);
  --shadow: 0 24px 70px rgba(42, 11, 13, .13);
  --radius: 26px;
  --container: min(1180px, calc(100% - 40px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Manrope", sans-serif; line-height: 1.7; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; z-index: 9999; top: 12px; left: 12px; padding: 10px 14px; background: #fff; color: #000; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,253,249,.9); border-bottom: 1px solid rgba(66,22,23,.08); backdrop-filter: blur(18px); }
.header-inner { min-height: 86px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-mark { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; background: var(--wine); color: var(--ivory); font-family: "Cormorant Garamond", serif; font-weight: 700; font-size: 20px; letter-spacing: .04em; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.15; }
.brand-copy strong { font-family: "Cormorant Garamond", serif; font-size: 21px; }
.brand-copy small { margin-top: 4px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.nav { margin-left: auto; display: flex; align-items: center; gap: 26px; }
.nav a { position: relative; color: #463f39; font-size: 13px; font-weight: 600; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--wine); transition: .25s; }
.nav a:hover::after { right: 0; }
.menu-toggle { display: none; margin-left: auto; border: 0; background: transparent; width: 44px; height: 44px; padding: 11px; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--wine); transition: .25s; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 25px; border: 1px solid var(--wine); border-radius: 999px; background: var(--wine); color: #fff; font-size: 13px; font-weight: 700; letter-spacing: .02em; cursor: pointer; transition: transform .25s, box-shadow .25s, background .25s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(66,22,23,.22); background: var(--wine-dark); }
.button-small { min-height: 44px; padding-inline: 18px; font-size: 12px; }
.button-ghost { background: transparent; color: var(--wine); }
.button-ghost:hover { color: #fff; }
.button-ivory { background: var(--ivory); color: var(--wine); border-color: var(--ivory); }
.button-ivory:hover { background: #fff; color: var(--wine); }
.button-full { width: 100%; }
.eyebrow { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 18px; color: var(--gold); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .2em; }
.eyebrow::before { content: ""; width: 34px; height: 1px; background: currentColor; }
h1, h2, h3 { margin: 0; font-family: "Cormorant Garamond", serif; line-height: .98; font-weight: 600; }
h1 { max-width: 760px; font-size: clamp(54px, 6.4vw, 92px); letter-spacing: -.045em; }
h2 { font-size: clamp(44px, 5vw, 70px); letter-spacing: -.035em; }
h3 { font-size: 30px; }
p { margin: 0 0 20px; }
.lead { font-size: clamp(19px, 2vw, 24px); line-height: 1.5; color: #4e4741; }
.hero { position: relative; min-height: calc(100svh - 86px); display: grid; align-items: center; padding: 72px 0 74px; background: linear-gradient(130deg, #fbf7f0 0%, #f3eadf 54%, #eee1d0 100%); overflow: hidden; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero-orb-one { width: 420px; height: 420px; right: 36%; top: -210px; background: rgba(179,138,74,.12); }
.hero-orb-two { width: 520px; height: 520px; left: -300px; bottom: -250px; border: 1px solid rgba(66,22,23,.12); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(45px, 7vw, 100px); align-items: center; }
.hero-copy > p { max-width: 690px; margin-top: 28px; color: #5f5750; font-size: 17px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 35px; margin-top: 44px; padding-top: 28px; border-top: 1px solid var(--line); }
.hero-trust div { display: flex; flex-direction: column; gap: 2px; }
.hero-trust strong { color: var(--wine); font-family: "Cormorant Garamond", serif; font-size: 21px; }
.hero-trust span { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.hero-visual { position: relative; min-height: 640px; }
.hero-frame { position: absolute; inset: 0 0 0 15%; overflow: hidden; border-radius: 260px 260px 20px 20px; box-shadow: var(--shadow); }
.hero-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(42,11,13,.18), transparent 38%); }
.hero-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 52% 28%; }
.hero-note { position: absolute; left: 0; bottom: 42px; width: 300px; padding: 22px 24px; background: rgba(255,253,249,.94); border: 1px solid rgba(255,255,255,.7); border-radius: 0 22px 22px 0; box-shadow: 0 20px 55px rgba(44,25,17,.14); backdrop-filter: blur(12px); }
.hero-note p { margin: 0; color: #5d554f; font-size: 12px; line-height: 1.6; }
.hero-note strong { color: var(--wine); font-family: "Cormorant Garamond", serif; font-size: 22px; }
.note-line { display: block; width: 36px; height: 2px; margin-bottom: 13px; background: var(--gold); }
.signature-strip { padding: 18px 0; background: var(--wine); color: #f5eadc; }
.signature-inner { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 17px; font-family: "Cormorant Garamond", serif; font-size: 21px; letter-spacing: .03em; }
.signature-inner i { width: 5px; height: 5px; border-radius: 50%; background: var(--gold-light); }
.section { padding: 120px 0; }
.section-light { background: var(--paper); }
.split-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(55px, 8vw, 110px); align-items: center; }
.editorial-image { position: relative; min-height: 700px; }
.editorial-image::before { content: ""; position: absolute; inset: 45px -24px -24px 45px; background: var(--cream); border-radius: 300px 300px 20px 20px; }
.editorial-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; border-radius: 300px 300px 18px 18px; box-shadow: var(--shadow); }
.image-caption { position: absolute; right: -48px; bottom: 42px; max-width: 230px; padding: 18px 22px; background: var(--wine); color: #fff; border-radius: 16px 0 0 16px; font-family: "Cormorant Garamond", serif; font-size: 20px; line-height: 1.2; }
.section-copy > p:not(.lead) { color: #625b55; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 36px 0 32px; }
.value-grid > div { padding: 20px 18px; border-top: 1px solid var(--line); }
.value-grid span { display: block; margin-bottom: 22px; color: var(--gold); font-size: 11px; font-weight: 700; }
.value-grid strong { display: block; margin-bottom: 8px; font-family: "Cormorant Garamond", serif; color: var(--wine); font-size: 23px; line-height: 1; }
.value-grid p { margin: 0; font-size: 12px; line-height: 1.55; }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 6px; border-bottom: 1px solid var(--wine); color: var(--wine); font-weight: 700; font-size: 13px; }
.text-link span { font-size: 18px; }
.section-wine { position: relative; background: var(--wine); color: #fff; overflow: hidden; }
.section-wine::after { content: ""; position: absolute; width: 520px; height: 520px; right: -260px; top: -260px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.section-heading { max-width: 780px; margin-bottom: 56px; }
.section-heading p { max-width: 680px; margin-top: 24px; color: var(--muted); }
.section-heading-inverse p { color: rgba(255,255,255,.68); }
.section-heading-inverse .eyebrow { color: var(--gold-light); }
.feature-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { min-height: 305px; padding: 34px; border: 1px solid rgba(255,255,255,.13); border-radius: 22px; background: rgba(255,255,255,.045); backdrop-filter: blur(4px); }
.feature-number { display: block; margin-bottom: 58px; color: var(--gold-light); font-size: 11px; font-weight: 700; letter-spacing: .15em; }
.feature-card h3 { margin-bottom: 18px; font-size: 34px; }
.feature-card p { margin: 0; color: rgba(255,255,255,.67); font-size: 14px; }
.micro-feature-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.2fr .8fr; gap: 28px; align-items: stretch; }
.micro-feature-list { grid-template-columns: 1fr; gap: 18px; }
.micro-feature-list .feature-card { min-height: 0; padding: 28px 32px; }
.micro-feature-list .feature-number { margin-bottom: 20px; }
.micro-feature-image { position: relative; min-height: 780px; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 22px; background: rgba(255,255,255,.045); }
.micro-feature-image img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 35%; }
.service-cta { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 38px; padding: 28px 30px; border-radius: 22px; background: rgba(255,255,255,.09); }
.service-cta div { display: flex; flex-direction: column; }
.service-cta strong { font-family: "Cormorant Garamond", serif; font-size: 28px; }
.service-cta span { color: rgba(255,255,255,.64); font-size: 13px; }
.baby-section { background: #f4eadf; }
.baby-grid { display: grid; grid-template-columns: 1fr .84fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.baby-content { max-width: 650px; }
.check-list { list-style: none; padding: 0; margin: 28px 0 34px; display: grid; gap: 13px; }
.check-list li { position: relative; padding-left: 30px; color: #5c554f; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: var(--wine); color: #fff; font-size: 11px; }
.baby-image { position: relative; min-height: 660px; }
.baby-image::before { content: ""; position: absolute; inset: 32px -30px -30px 32px; border: 1px solid rgba(66,22,23,.28); border-radius: 26px; }
.baby-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 47% 55%; border-radius: 26px; box-shadow: var(--shadow); }
#osteopatia-pediatrica .baby-image { width: 100%; max-width: 520px; min-height: 0; aspect-ratio: 899 / 1599; justify-self: center; }
#osteopatia-pediatrica .baby-image img { object-position: center; }
.baby-badge { position: absolute; left: -48px; bottom: 38px; padding: 18px 24px; border-radius: 16px; background: var(--paper); box-shadow: var(--shadow); display: flex; flex-direction: column; }
.baby-badge strong { color: var(--wine); font-family: "Cormorant Garamond", serif; font-size: 25px; }
.baby-badge span { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.section-charcoal { background: var(--charcoal); color: #fff; }
.osteo-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(55px, 9vw, 120px); align-items: center; }
.osteo-image { min-height: 720px; overflow: hidden; border-radius: 280px 280px 20px 20px; }
.osteo-image img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; filter: saturate(.9); }
.osteo-content .lead { color: #efe4d7; }
.osteo-content > p:not(.lead) { color: rgba(255,255,255,.67); }
.symptom-list { display: flex; flex-wrap: wrap; gap: 9px; margin: 28px 0 30px; }
.symptom-list span { padding: 10px 14px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; color: #e8ddd0; font-size: 12px; }
.disclaimer-inline { max-width: 650px; font-size: 11px; line-height: 1.6; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { min-height: 360px; padding: 35px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 18px 45px rgba(52,34,23,.05); display: flex; flex-direction: column; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); transition: .3s; }
.service-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: #f4e9dd; color: var(--wine); font-size: 20px; }
.service-card h3 { margin: 34px 0 16px; color: var(--wine); }
.service-card p { color: var(--muted); font-size: 14px; }
.service-card a { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); color: var(--wine); font-weight: 700; font-size: 12px; }
.approach-section { background: linear-gradient(135deg, #efe3d4, #faf6ef); }
.approach-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 8vw, 120px); align-items: start; }
.steps { display: grid; gap: 0; }
.steps article { display: grid; grid-template-columns: 70px 1fr; gap: 25px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.steps article > span { color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .15em; }
.steps h3 { margin-bottom: 8px; color: var(--wine); font-size: 30px; }
.steps p { margin: 0; color: var(--muted); font-size: 14px; }
.faq-section { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(55px, 8vw, 120px); align-items: start; }
.faq-intro { position: sticky; top: 125px; }
.faq-intro p { color: var(--muted); }
.accordion { border-top: 1px solid var(--line); }
.accordion-item { border-bottom: 1px solid var(--line); }
.accordion-item button { width: 100%; padding: 25px 0; border: 0; background: transparent; color: var(--ink); display: flex; justify-content: space-between; align-items: center; text-align: left; cursor: pointer; }
.accordion-item button span { font-family: "Cormorant Garamond", serif; font-size: 26px; font-weight: 600; }
.accordion-item button b { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--wine); transition: .25s; }
.accordion-item button[aria-expanded="true"] b { transform: rotate(45deg); background: var(--wine); color: #fff; }
.accordion-panel { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.accordion-panel p { max-width: 720px; padding: 0 40px 24px 0; color: var(--muted); font-size: 14px; }
.contact-section { background: #f2e8dc; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(45px, 8vw, 100px); align-items: start; }
.contact-info > p { max-width: 570px; color: var(--muted); }
.contact-list { display: grid; margin: 34px 0; border-top: 1px solid var(--line); }
.contact-list > * { display: grid; grid-template-columns: 160px 1fr; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.contact-list span { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.contact-list strong { color: var(--wine); font-family: "Cormorant Garamond", serif; font-size: 22px; line-height: 1.25; }
.contact-form { padding: 36px; border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow); }
.form-heading { margin-bottom: 26px; }
.form-heading span { color: var(--gold); font-size: 11px; text-transform: uppercase; letter-spacing: .14em; font-weight: 700; }
.form-heading h3 { margin-top: 5px; color: var(--wine); font-size: 36px; }
.contact-form label { display: grid; gap: 8px; margin-bottom: 17px; color: #514a44; font-size: 12px; font-weight: 700; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid rgba(66,22,23,.16); border-radius: 12px; background: #fff; padding: 13px 14px; color: var(--ink); outline: none; transition: .2s; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(179,138,74,.12); }
.consent { grid-template-columns: 18px 1fr !important; align-items: start; gap: 10px !important; font-weight: 400 !important; line-height: 1.45; }
.consent input { width: 17px; height: 17px; margin-top: 2px; }
.contact-form small { display: block; margin-top: 12px; color: var(--muted); text-align: center; font-size: 10px; }
.final-cta { padding: 90px 0; background: var(--wine); color: #fff; text-align: center; }
.final-cta-inner { max-width: 900px; }
.final-cta span { color: var(--gold-light); font-size: 11px; text-transform: uppercase; letter-spacing: .18em; }
.final-cta h2 { margin: 16px auto 30px; }
.footer { padding: 70px 0 24px; background: #100d0c; color: rgba(255,255,255,.67); }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 55px; padding-bottom: 52px; }
.brand-footer .brand-copy strong { color: #fff; }
.brand-footer .brand-copy small { color: rgba(255,255,255,.5); }
.footer-grid > div:first-child p { max-width: 310px; margin-top: 24px; font-size: 13px; }
.footer h3 { margin-bottom: 20px; color: #fff; font-family: "Manrope", sans-serif; font-size: 11px; text-transform: uppercase; letter-spacing: .15em; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 10px; font-size: 13px; }
.footer a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.08); font-size: 10px; }
.footer-bottom span:last-child { max-width: 560px; text-align: right; }
.whatsapp-float { position: fixed; z-index: 980; right: 22px; bottom: 22px; min-height: 56px; padding: 0 18px 0 14px; border-radius: 999px; display: flex; align-items: center; gap: 10px; background: #1f9d55; color: #fff; box-shadow: 0 16px 35px rgba(0,0,0,.23); font-weight: 700; font-size: 12px; transition: .25s; }
.whatsapp-float:hover { transform: translateY(-3px) scale(1.02); background: #168648; }
.whatsapp-float svg { width: 28px; height: 28px; fill: currentColor; }
.reveal { opacity: 1; transform: none; }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-delay-sm { transition-delay: .1s; }
.reveal-delay { transition-delay: .2s; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
@media (max-width: 1080px) {
  .nav { gap: 18px; }
  .nav a { font-size: 12px; }
  .header-cta { display: none; }
  .hero-grid { grid-template-columns: 1fr .8fr; gap: 45px; }
  .hero-visual { min-height: 560px; }
  .value-grid { grid-template-columns: 1fr; gap: 0; }
  .value-grid > div { display: grid; grid-template-columns: 40px 150px 1fr; align-items: start; gap: 10px; }
  .value-grid span { margin: 0; }
  .value-grid strong { font-size: 20px; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .services-grid .service-card:last-child { grid-column: 1 / -1; min-height: 280px; }
}
@media (max-width: 850px) {
  :root { --container: min(100% - 28px, 720px); }
  .site-header { backdrop-filter: blur(12px); }
  .header-inner { min-height: 74px; }
  .brand-copy strong { font-size: 18px; }
  .brand-mark { width: 42px; height: 42px; }
  .menu-toggle { display: block; }
  .nav { position: fixed; inset: 74px 14px auto; padding: 24px; display: grid; gap: 0; background: rgba(255,253,249,.98); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); transform: translateY(-20px); opacity: 0; visibility: hidden; transition: .25s; }
  .nav.is-open { transform: none; opacity: 1; visibility: visible; }
  .nav a { padding: 13px 5px; border-bottom: 1px solid var(--line); font-size: 14px; }
  .nav a:last-child { border-bottom: 0; }
  .hero { min-height: auto; padding: 60px 0 50px; }
  .hero-grid, .split-grid, .baby-grid, .osteo-grid, .approach-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-copy { order: 1; }
  .hero-visual { order: 2; min-height: 660px; }
  .hero-frame { inset: 0 6% 0 14%; }
  .hero-note { left: 0; bottom: 28px; }
  .section { padding: 85px 0; }
  .split-grid { gap: 75px; }
  .editorial-image { min-height: 760px; }
  .image-caption { right: 0; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: auto; }
  .feature-number { margin-bottom: 35px; }
  .micro-feature-layout { grid-template-columns: 1fr; gap: 28px; }
  .micro-feature-image { order: -1; width: 100%; max-width: 520px; min-height: 0; aspect-ratio: 853 / 1280; justify-self: center; }
  .service-cta { align-items: flex-start; flex-direction: column; }
  .baby-grid { gap: 70px; }
  .baby-image { min-height: 760px; }
  .baby-badge { left: 20px; }
  .osteo-image { min-height: 760px; }
  .approach-grid { gap: 30px; }
  .faq-intro { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}
@media (max-width: 580px) {
  h1 { font-size: 51px; }
  h2 { font-size: 44px; }
  .brand-copy small { display: none; }
  .hero-copy > p { font-size: 15px; }
  .hero-actions .button { width: 100%; }
  .hero-trust { gap: 20px; }
  .hero-trust div { min-width: calc(50% - 20px); }
  .hero-visual { min-height: 520px; }
  .hero-frame { inset: 0 0 0 8%; border-radius: 200px 200px 18px 18px; }
  .hero-note { width: 265px; padding: 17px 19px; }
  .signature-inner { gap: 10px; font-size: 17px; }
  .section { padding: 72px 0; }
  .editorial-image, .baby-image, .osteo-image { min-height: 520px; }
  .editorial-image::before { inset: 20px -8px -12px 22px; }
  .image-caption { max-width: 205px; bottom: 20px; font-size: 18px; }
  .value-grid > div { grid-template-columns: 34px 1fr; }
  .value-grid p { grid-column: 2; }
  .service-cta .button { width: 100%; text-align: center; }
  .micro-feature-image { max-width: 100%; }
  .baby-image::before { inset: 16px -7px -13px 16px; }
  .baby-badge { left: 10px; bottom: 16px; }
  .services-grid { grid-template-columns: 1fr; }
  .services-grid .service-card:last-child { grid-column: auto; }
  .contact-list > * { grid-template-columns: 1fr; gap: 4px; }
  .contact-form { padding: 25px 18px; }
  .accordion-item button span { font-size: 22px; padding-right: 15px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .footer-bottom span:last-child { text-align: left; }
  .whatsapp-float { width: 58px; height: 58px; padding: 0; justify-content: center; }
  .whatsapp-float span { display: none; }
}
.legal-page { background: var(--paper); }
.legal-page .header-inner { justify-content: space-between; }
.legal-content { max-width: 850px; }
.legal-content h1 { margin-bottom: 30px; font-size: clamp(52px, 7vw, 82px); }
.legal-content h2 { margin: 42px 0 12px; color: var(--wine); font-size: 34px; }
.legal-content p { color: var(--muted); }

/* Correção de segurança: o conteúdo nunca fica oculto se scripts forem atrasados pelo cache/otimizador da hospedagem. */
.reveal, .reveal.reveal-delay, .reveal.reveal-delay-sm { opacity: 1 !important; transform: none !important; }
.noscript-note { margin-top: 14px; color: var(--muted); font-size: 12px; text-align: center; }

/* Atualização: destaque premium para Acupuntura e Constelação Familiar */
.complementary-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 8%, rgba(179,138,74,.11), transparent 24%),
    linear-gradient(180deg, #fffdf9 0%, #f8f0e6 100%);
}
.complementary-section::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  left: -360px;
  bottom: -330px;
  border: 1px solid rgba(66,22,23,.1);
  border-radius: 50%;
}
.complementary-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  align-items: stretch;
}
.complementary-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(66,22,23,.12);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(52,34,23,.09);
  display: grid;
  grid-template-rows: 410px 1fr;
  transition: transform .3s ease, box-shadow .3s ease;
}
.complementary-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 75px rgba(52,34,23,.14);
}
.complementary-image {
  position: relative;
  min-height: 0;
  overflow: hidden;
  background: #efe7de;
}
.complementary-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(30,15,12,.34));
  pointer-events: none;
}
.complementary-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 33%;
  transition: transform .55s ease;
}
.complementary-card:hover .complementary-image img { transform: scale(1.025); }
.image-service-label {
  position: absolute;
  z-index: 2;
  left: 24px;
  bottom: 24px;
  padding: 13px 18px;
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 15px;
  background: rgba(24,16,14,.58);
  color: #fff;
  backdrop-filter: blur(12px);
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}
.image-service-label span {
  margin-bottom: 5px;
  color: rgba(255,255,255,.72);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .14em;
}
.image-service-label strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 26px;
}
.complementary-copy {
  padding: 38px 38px 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.service-kicker {
  color: var(--gold);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .15em;
}
.complementary-copy h3 {
  margin: 10px 0 15px;
  color: var(--wine);
  font-size: clamp(42px, 4vw, 55px);
}
.complementary-copy .lead {
  margin: 0 0 14px;
  color: #3e3732;
  font-size: 17px;
  line-height: 1.65;
}
.complementary-copy > p:not(.lead) {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}
.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 25px 0 30px;
}
.service-tags span {
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #5b5048;
  background: #fbf7f1;
  font-size: 11px;
  font-weight: 600;
}
.complementary-copy .button { margin-top: auto; }
.complementary-constellation {
  border-color: rgba(66,22,23,.16);
  background: var(--wine);
}
.constellation-visual {
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 52% 46%, rgba(213,189,145,.14), transparent 25%),
    linear-gradient(145deg, #1f1011 0%, #5e292b 100%);
}
.constellation-visual::before,
.constellation-visual::after {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 50%;
}
.constellation-visual::after { width: 510px; height: 510px; }
.constellation-visual strong {
  position: relative;
  z-index: 3;
  color: #f8efe3;
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  line-height: .95;
  text-align: center;
  font-weight: 600;
}
.constellation-ring {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(213,189,145,.38);
  border-radius: 50%;
}
.ring-one { width: 210px; height: 210px; }
.ring-two { width: 310px; height: 310px; border-color: rgba(255,255,255,.14); }
.ring-three { width: 120px; height: 120px; border-color: rgba(213,189,145,.24); }
.constellation-dot {
  position: absolute;
  z-index: 2;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--gold-light);
  box-shadow: 0 0 0 7px rgba(213,189,145,.08);
}
.dot-one { top: 22%; left: 29%; }
.dot-two { right: 24%; top: 43%; width: 9px; height: 9px; }
.dot-three { left: 42%; bottom: 17%; width: 8px; height: 8px; }
.constellation-line {
  position: absolute;
  z-index: 1;
  height: 1px;
  transform-origin: left center;
  background: rgba(213,189,145,.34);
}
.line-one { width: 190px; left: 30%; top: 24%; transform: rotate(34deg); }
.line-two { width: 170px; left: 43%; top: 59%; transform: rotate(122deg); }
.constellation-copy { color: #fff; }
.constellation-copy .service-kicker { color: var(--gold-light); }
.constellation-copy h3 { color: #fff; }
.constellation-copy .lead { color: #f1e6d9; }
.constellation-copy > p:not(.lead) { color: rgba(255,255,255,.68); }
.constellation-copy .service-tags span {
  border-color: rgba(255,255,255,.15);
  background: rgba(255,255,255,.06);
  color: #efe3d5;
}
.complementary-note {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin: 34px auto 0;
  color: var(--muted);
  font-size: 12px;
  text-align: center;
}

/* Botão de Instagram propositalmente fora da paleta principal do site */
.instagram-button {
  width: 100%;
  min-height: 76px;
  margin-top: 28px;
  padding: 15px 18px;
  border-radius: 18px;
  display: grid;
  grid-template-columns: 42px 1fr 28px;
  align-items: center;
  gap: 14px;
  color: #fff;
  background: linear-gradient(120deg, #515bd4 0%, #8134af 28%, #dd2a7b 62%, #f58529 100%);
  box-shadow: 0 17px 38px rgba(153,48,126,.22);
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}
.instagram-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 48px rgba(153,48,126,.3);
  filter: saturate(1.08);
}
.instagram-button svg { width: 38px; height: 38px; fill: currentColor; }
.instagram-button > span { display: flex; flex-direction: column; line-height: 1.25; }
.instagram-button small {
  margin-bottom: 4px;
  color: rgba(255,255,255,.75);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .11em;
}
.instagram-button strong { font-size: 14px; }
.instagram-button b { font-size: 22px; font-weight: 400; }

@media (max-width: 850px) {
  .complementary-grid { grid-template-columns: 1fr; }
  .complementary-card { grid-template-rows: 480px 1fr; }
}

@media (max-width: 580px) {
  .complementary-card { grid-template-rows: 370px 1fr; border-radius: 23px; }
  .complementary-copy { padding: 28px 22px 30px; }
  .complementary-copy h3 { font-size: 43px; }
  .complementary-copy .lead { font-size: 15px; }
  .complementary-copy .button { width: 100%; text-align: center; }
  .constellation-visual strong { font-size: 40px; }
  .instagram-button { grid-template-columns: 36px 1fr 20px; padding-inline: 14px; }
  .instagram-button svg { width: 32px; height: 32px; }
  .instagram-button strong { font-size: 12px; }
}
