:root{
  --brand:#19adb9;
  --brand-dark:#087982;
  --rose:#d98591;
  --rose-dark:#a74d62;
  --sand:#f6eee8;
  --blush:#fff2f5;
  --mint:#edfafa;
  --cream:#fffaf7;
  --ink:#1f2730;
  --muted:#6f7982;
  --soft:#fff7f8;
  --soft-2:#f4fbfb;
  --white:#ffffff;
  --radius:28px;
  --shadow:0 24px 80px rgba(112,64,76,.13);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:'Red Hat Display',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;color:var(--ink);background:#fff;overflow-x:hidden}
img{max-width:100%;height:auto}a{color:inherit;text-decoration:none;transition:.25s ease}a:hover{color:var(--brand-dark)}
.skip-link{position:absolute;left:-9999px;top:0;background:#fff;color:#000;padding:.6rem 1rem;z-index:9999}.skip-link:focus{left:1rem;top:1rem}

.site-header{position:fixed;top:0;left:0;width:100%;z-index:1040;color:var(--ink);transition:background .28s ease,box-shadow .28s ease,backdrop-filter .28s ease,transform .28s ease}
.site-header.scrolled{background:rgba(255,255,255,.88);backdrop-filter:blur(20px);box-shadow:0 12px 42px rgba(70,44,50,.1);border-bottom-color:rgba(217,133,145,.16)}
.header-inner{min-height:98px;display:flex;align-items:center;justify-content:space-between;gap:2rem;transition:min-height .28s ease}.site-header.scrolled .header-inner{min-height:64px}.header-left{display:flex;align-items:center;gap:1.35rem}.menu-toggle{width:42px;height:42px;border:0;background:transparent;padding:0;display:inline-flex;flex-direction:column;justify-content:center;gap:7px;align-items:flex-start}.menu-toggle span{display:block;height:3px;background:var(--ink);border-radius:20px;width:32px;transition:.2s ease}.menu-toggle span:nth-child(2){width:23px}.menu-toggle span:nth-child(3){width:15px}.menu-toggle:hover span{width:32px}.site-header.scrolled .menu-toggle{transform:scale(.9);transform-origin:left center}.brand img{display:block;width:300px;height:auto;max-height:82px;object-fit:contain;transition:width .28s ease,max-height .28s ease}.site-header.scrolled .brand img{width:220px;max-height:58px}.btn-header-whats{display:inline-flex;align-items:center;gap:.65rem;border:1px solid rgba(25,173,185,.35);color:var(--brand-dark);background:rgba(255,255,255,.56);border-radius:999px;padding:.95rem 1.55rem;font-weight:900;letter-spacing:.01em;white-space:nowrap;box-shadow:0 10px 35px rgba(25,173,185,.08);transition:padding .28s ease,background .25s ease,color .25s ease,border-color .25s ease,box-shadow .28s ease}.site-header.scrolled .btn-header-whats{padding:.68rem 1.2rem;box-shadow:0 8px 24px rgba(25,173,185,.09)}.btn-header-whats:hover{background:var(--brand);color:#fff;border-color:var(--brand)}

.menu-offcanvas{--bs-offcanvas-width:min(420px,92vw);border:0}.menu-offcanvas .offcanvas-header{padding:2rem 2rem 1rem}.menu-offcanvas .offcanvas-body{padding:1rem 2rem 2rem}.menu-offcanvas img{max-width:250px}.nav-menu-mobile{display:flex;flex-direction:column;gap:.35rem}.nav-menu-mobile a{font-size:1.22rem;font-weight:900;padding:1rem;border-radius:18px;color:var(--ink)}.nav-menu-mobile a:hover,.nav-menu-mobile a.active{background:var(--blush);color:var(--rose-dark)}.menu-card{background:linear-gradient(135deg,var(--rose-dark),var(--brand-dark));color:#fff;padding:1.4rem;border-radius:24px;display:flex;flex-direction:column;gap:.45rem}.menu-card span{opacity:.82}.menu-card strong{font-size:1.45rem}.menu-card a{color:#fff;font-weight:900;text-decoration:underline}

.hero-rita{position:relative;background:linear-gradient(135deg,#fff7f8 0%,#fffaf4 36%,#eefafa 100%);color:var(--ink);min-height:100vh;overflow:hidden}
.hero-rita:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 18% 24%,rgba(217,133,145,.18),transparent 32%),radial-gradient(circle at 82% 18%,rgba(25,173,185,.18),transparent 30%),radial-gradient(circle at 72% 88%,rgba(247,203,196,.23),transparent 26%);pointer-events:none}.hero-grid{position:relative;z-index:1;padding-top:108px;padding-bottom:48px}.eyebrow{display:inline-flex;align-items:center;gap:.55rem;text-transform:uppercase;letter-spacing:.14em;font-size:.74rem;font-weight:900;color:rgba(31,39,48,.7);margin-bottom:1.15rem}.eyebrow:before{content:"";width:28px;height:1px;background:currentColor;opacity:.7}.eyebrow.dark{color:var(--brand-dark)}.hero-copy h1{font-size:clamp(2.35rem,4.25vw,4.45rem);line-height:1.04;font-weight:900;letter-spacing:-.045em;margin-bottom:1.35rem;max-width:660px}.hero-copy p{font-size:1.08rem;line-height:1.85;color:#56626c;max-width:600px;font-weight:600}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:2.2rem}.btn-hero-primary,.btn-brand{background:var(--brand);color:#fff;border:1px solid var(--brand);border-radius:999px;padding:1rem 1.8rem;font-weight:900;box-shadow:0 18px 40px rgba(25,173,185,.18)}.btn-hero-primary:hover,.btn-brand:hover{background:var(--brand-dark);border-color:var(--brand-dark);color:#fff;transform:translateY(-2px)}.btn-hero-outline,.btn-soft-outline{color:var(--rose-dark);border:1px solid rgba(167,77,98,.25);background:rgba(255,255,255,.5);border-radius:999px;padding:1rem 1.8rem;font-weight:900}.btn-hero-outline:hover,.btn-soft-outline:hover{background:var(--rose-dark);color:#fff;border-color:var(--rose-dark)}.hero-center{position:relative;display:flex;justify-content:center;align-self:end}.heroSwiper{width:min(520px,90vw);height:min(690px,66vh);overflow:visible}.heroSwiper .swiper-wrapper,.heroSwiper .swiper-slide{height:100%}.heroSwiper .swiper-slide{display:flex;align-items:flex-end;justify-content:center}
.heroSwiper img{height:100%;width:100%;object-fit:cover;object-position:center;border-radius:48px 48px 0 0;filter:drop-shadow(0 40px 70px rgba(112,64,76,.22));background:rgba(255,255,255,.42)}.hero-glow{position:absolute;bottom:-5%;left:50%;transform:translateX(-50%);width:72%;height:20%;background:rgba(167,77,98,.12);filter:blur(30px);border-radius:50%;z-index:-1}.hero-note-wrap{display:flex;align-items:center;justify-content:center}.hero-note{border-left:2px solid rgba(25,173,185,.45);padding-left:1.4rem;max-width:310px}
.hero-note p{line-height:1.9;color:#59646e;margin:0;font-weight:700;font-size: 0.8rem}

.authority-strip{background:#fff;box-shadow:0 -20px 40px rgba(112,64,76,.04);position:relative;z-index:2;padding:1.4rem 0}.authority-card{height:100%;background:linear-gradient(135deg,#fff,var(--soft-2));border:1px solid rgba(25,173,185,.12);border-radius:24px;padding:1.25rem;box-shadow:0 14px 45px rgba(70,44,50,.06)}.authority-card span{display:block;font-size:.76rem;text-transform:uppercase;letter-spacing:.12em;color:var(--brand-dark);font-weight:900;margin-bottom:.25rem}.authority-card strong{display:block;font-size:1.1rem;color:var(--ink);font-weight:900}.authority-card small{display:block;color:var(--muted);margin-top:.2rem}

.section-pad{padding:6rem 0}.bg-soft{background:linear-gradient(135deg,var(--soft),var(--soft-2))}.section-heading{max-width:820px}.section-heading h2,.about-home h2,.clinic-diffs h2,.testimonials-section h2,.insurance-section h2,.page-hero h1,.contact-card h2{font-size:clamp(2rem,3.4vw,3.65rem);line-height:1.08;font-weight:600;letter-spacing:-.045em;margin-bottom:1rem}.section-heading p,.about-home p,.clinic-diffs p,.insurance-section p,.page-hero p,.contact-card p{color:var(--muted);line-height:1.85;font-size:1.05rem}.service-card{background:#fff;border:1px solid rgba(25,173,185,.13);border-radius:var(--radius);padding:2rem;box-shadow:0 18px 55px rgba(70,44,50,.07);transition:.25s ease}.service-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.service-card i{font-size:2.1rem;color:var(--brand);display:inline-flex;margin-bottom:1.2rem}.service-card h2,.service-card h3{font-size:1.35rem;line-height:1.25;font-weight:900;margin-bottom:.8rem}.service-card p{color:var(--muted);line-height:1.7}.service-card a{font-weight:900;color:var(--brand-dark)}.attendance-card:nth-child(even) i{color:var(--rose)}.image-stack,.portrait-card{background:linear-gradient(145deg,#fff,var(--blush));padding:1rem;border-radius:42px;box-shadow:var(--shadow)}.image-stack img,.portrait-card img{width:100%;height:560px;object-fit:cover;border-radius:32px}.portrait-card img{height:640px}.doctor-photo:before{content:"";display:block;position:absolute}.mini-list{display:grid;gap:.7rem;margin-top:1.2rem}.mini-list.columns-2{grid-template-columns:repeat(2,minmax(0,1fr))}.mini-list span{font-weight:900;color:var(--ink)}.mini-list i{color:var(--brand);margin-right:.5rem}

.clinic-diffs{background:#fff}.diff-card{background:linear-gradient(145deg,#fff,var(--cream));border:1px solid rgba(217,133,145,.16);border-radius:26px;padding:1.7rem;box-shadow:0 18px 50px rgba(70,44,50,.06)}.diff-card i{font-size:1.8rem;color:var(--rose);margin-bottom:1rem;display:inline-flex}.diff-card h3{font-size:1.15rem;font-weight:900;margin-bottom:.6rem}.diff-card p{font-size:.95rem;line-height:1.7;margin:0}.testimonial-card{background:#fff;border:1px solid rgba(217,133,145,.18);border-radius:var(--radius);padding:2rem;box-shadow:0 20px 60px rgba(70,44,50,.07)}.stars{color:var(--rose);letter-spacing:.08em;font-size:1.05rem;margin-bottom:1rem}.testimonial-card p{color:#4f5963;line-height:1.85;font-size:1.02rem}.testimonial-card strong{font-weight:900;color:var(--ink)}

.contact-banner{background:linear-gradient(135deg,var(--brand),var(--rose));border-radius:34px;padding:2rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;color:#fff;box-shadow:0 30px 70px rgba(25,173,185,.2)}.contact-banner span{display:block;opacity:.85}.contact-banner strong{font-size:clamp(1.7rem,3vw,3rem);letter-spacing:-.04em}
.page-hero{background:linear-gradient(135deg,#fff7f8 0%,#fffaf4 42%,#eefafa 100%);color:var(--ink);padding:12rem 0 5rem}.page-hero.compact{min-height:430px;display:flex;align-items:end}.page-hero h1{max-width:940px;color:var(--ink)}.page-hero p{max-width:760px;color:#59646e}.info-box{background:#fff;border:1px solid rgba(25,173,185,.13);border-radius:24px;padding:1.35rem;display:flex;flex-direction:column;gap:.2rem}.info-box strong{color:var(--brand-dark);font-size:1.25rem}.info-box span{color:var(--muted)}.seo-list{display:flex;flex-wrap:wrap;gap:.8rem}.seo-list span{background:#fff;border:1px solid rgba(25,173,185,.16);border-radius:999px;padding:.8rem 1.2rem;font-weight:900;color:var(--brand-dark)}.convenio-card{background:#fff;border:1px solid rgba(25,173,185,.13);border-radius:24px;padding:1.4rem;min-height:140px;display:flex;align-items:center;justify-content:center;box-shadow:0 14px 45px rgba(70,44,50,.06)}.convenio-card.small{min-height:112px;padding:1rem}.convenio-card img{max-height:90px;object-fit:contain}.convenio-card.small img{max-height:65px}

.blog-card{
  background:#fff;
  border-radius:var(--radius);
  overflow:hidden;
  box-shadow:0 20px 60px rgba(70,44,50,.08);
  display:flex;flex-direction:column;
  border: 2px solid rgb(94 222 232 / 97%);
}

  .blog-card img{height:250px;width:100%;object-fit:cover}.blog-card div{padding:1.5rem}.blog-card span{font-size:.75rem;text-transform:uppercase;letter-spacing:.13em;color:var(--brand-dark);font-weight:900}.blog-card h2,.blog-card h3{font-size:1.3rem;font-weight:900;line-height:1.25;margin:.6rem 0}.blog-card p{color:var(--muted);line-height:1.65}.blog-card a{font-weight:900;color:var(--brand-dark)}.contact-card{background:linear-gradient(135deg,#fff,var(--blush));border:1px solid rgba(217,133,145,.14);border-radius:34px;padding:2.3rem}.contact-line{display:flex;align-items:center;gap:.8rem;padding:1rem 0;border-bottom:1px solid rgba(217,133,145,.18);font-weight:900}.contact-line i{color:var(--brand);font-size:1.2rem}.map-card{min-height:500px;border-radius:34px;overflow:hidden;box-shadow:var(--shadow)}.content-text{max-width:860px}.content-text h2{font-size:1.45rem;font-weight:900;margin-top:2rem}.content-text p{color:var(--muted);line-height:1.85}

.site-footer{background:linear-gradient(135deg,#fff7f8,#eefafa);color:var(--ink);padding:5rem 0 2rem;border-top:1px solid rgba(25,173,185,.12)}.footer-logo{width:315px;max-width:100%;margin-bottom:1rem}.footer-text{color:var(--muted);line-height:1.8;max-width:520px}.site-footer h6{font-weight:900;text-transform:uppercase;letter-spacing:.12em;font-size:.8rem;color:var(--brand-dark);margin-bottom:1rem}.site-footer a{display:block;color:#56626c;margin:.5rem 0}.site-footer a:hover{color:var(--brand-dark)}.footer-bottom{border-top:1px solid rgba(25,173,185,.14);margin-top:3rem;padding-top:1.3rem;display:flex;gap:1rem;justify-content:space-between;flex-wrap:wrap;color:#6b747d;font-size:.9rem}.whatsapp-float{position:fixed;right:34px;bottom:34px;width:64px;height:64px;border-radius:50%;background:#24d366;color:#fff;display:grid;place-items:center;font-size:2rem;z-index:1030;box-shadow:0 16px 38px rgba(36,211,102,.35)}.whatsapp-float:hover{color:#fff;transform:scale(1.04)}.mobile-cta{display:none}

@media (max-width:1199px){.hero-copy h1{font-size:clamp(2.2rem,6.5vw,3.45rem)}.heroSwiper{height:560px}.brand img{width:250px}.site-header.scrolled .brand img{width:220px}.btn-header-whats{padding:.8rem 1.1rem}}
@media (max-width:991px){.site-header{background:rgba(255,255,255,.91);backdrop-filter:blur(16px)}.header-inner{min-height:78px}.brand img{width:215px}.site-header.scrolled .brand img{width:176px;max-height:50px}.btn-header-whats span{display:none}.btn-header-whats{width:46px;height:46px;padding:0;justify-content:center}.hero-grid{padding-top:110px;text-align:left}.hero-copy{order:1}.hero-center{order:2;margin-top:2rem}.hero-note-wrap{order:3;margin-top:2rem;justify-content:flex-start}.hero-note{max-width:100%}.heroSwiper{width:100%;height:430px}
.heroSwiper img{border-radius:36px}
.section-pad{padding:4.5rem 0}
.image-stack img,.portrait-card img{height:460px}.contact-banner{flex-direction:column;align-items:flex-start}.mini-list.columns-2{grid-template-columns:1fr}}
@media (max-width:575px){body{padding-bottom:70px}.container,.container-fluid{padding-left:1.15rem!important;padding-right:1.15rem!important}.header-left{gap:.8rem}.menu-toggle{width:36px}.menu-toggle span{height:2px;width:28px}.brand img{width:176px}.site-header.scrolled .brand img{width:148px;max-height:44px}.hero-copy h1{font-size:2.35rem;line-height:1.08}.hero-copy p{font-size:1rem}.hero-actions .btn{width:100%;justify-content:center}.heroSwiper{height:360px}.page-hero{padding:8rem 0 4rem}.page-hero.compact{min-height:360px}.section-heading h2,.about-home h2,.clinic-diffs h2,.testimonials-section h2,.insurance-section h2,.page-hero h1{font-size:2.14rem}.whatsapp-float{display:none}.mobile-cta{position:fixed;left:12px;right:12px;bottom:12px;height:56px;border-radius:999px;background:#24d366;color:#fff;z-index:1040;display:flex;align-items:center;justify-content:center;gap:.6rem;font-weight:900;box-shadow:0 15px 40px rgba(36,211,102,.34)}.mobile-cta:hover{color:#fff}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:.5rem}.map-card{min-height:360px}.service-card{padding:1.5rem}.contact-card{padding:1.6rem}.blog-card img{height:210px}.authority-card{padding:1rem}.authority-card strong{font-size:.95rem}.authority-card span{font-size:.67rem}.footer-logo{width:260px}}

/* Ajuste solicitado: elementos do header no estado shrink 30% menores */
.site-header.scrolled .header-inner{
  min-height:45px;
}
.site-header.scrolled .header-left{
  gap:.95rem;
}
.site-header.scrolled .menu-toggle{
  transform:scale(.63);
  transform-origin:left center;
}
.site-header.scrolled .brand img{
  width:154px;
  max-height:41px;
}
.site-header.scrolled .btn-header-whats{
  padding:.48rem .84rem;
  gap:.45rem;
  font-size:.77rem;
  box-shadow:0 6px 18px rgba(25,173,185,.08);
}
.site-header.scrolled .btn-header-whats i{
  font-size:.9rem;
}
@media (max-width:991px){
  .site-header.scrolled .header-inner{
    min-height:45px;
  }
  .site-header.scrolled .brand img{
    width:123px;
    max-height:35px;
  }
  .site-header.scrolled .btn-header-whats{
    width:32px;
    height:32px;
    padding:0;
    font-size:.95rem;
  }
  .site-header.scrolled .menu-toggle{
    transform:scale(.63);
  }
}
@media (max-width:575px){
  .site-header.scrolled .header-inner{
    min-height:42px;
  }
  .site-header.scrolled .brand img{
    width:104px;
    max-height:31px;
  }
  .site-header.scrolled .btn-header-whats{
    width:32px;
    height:32px;
  }
}

/* Ajuste solicitado: hero com imagem central sem borda e colada ao bottom */
.hero-rita{
  display:flex;
  align-items:stretch;
}
.hero-rita > .container-fluid{
  display:flex;
  align-items:stretch;
  width:100%;
}
.hero-grid{
  width:100%;
  padding-bottom:0;
}
.hero-center{
  align-self:stretch;
  align-items:flex-end;
  padding-bottom:0;
}
.heroSwiper{
  height:calc(100vh - 108px);
  min-height:560px;
  display:flex;
  align-items:flex-end;
}
.heroSwiper .swiper-wrapper,
.heroSwiper .swiper-slide{
  align-items:flex-end;
}
.heroSwiper img{
  width:auto;
  max-width:100%;
  height:100%;
  object-fit:contain;
  object-position:center bottom;
  border-radius:0 !important;
  background:transparent !important;
  filter:none !important;
  display:block;
}
.hero-glow{
  display:none;
}
@media (max-width:1199px){
  .heroSwiper{
    height:560px;
    min-height:0;
  }
}
@media (max-width:991px){
  .hero-grid{
    padding-bottom:0;
  }
  .hero-center{
    align-self:end;
  }
  .heroSwiper{
    height:430px;
    min-height:0;
  }
  .heroSwiper img{
    border-radius:0 !important;
  }
}
@media (max-width:575px){
  .heroSwiper{
    height:360px;
  }
}


/* Ajuste solicitado: substituir Swiper de 3 PNGs por capa única em JPG */
.hero-cover-mode{
  background:#f5f1f0;
  display:block;
  min-height:100vh;
  overflow:hidden;
}
.hero-cover-mode:before{
  display:none;
}
.hero-cover-bg{
  position:absolute;
  inset:0;
  z-index:0;
  overflow:hidden;
}
.hero-cover-bg img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  display:block;
}
.hero-cover-bg:after{
  content:"";
  position:absolute;
  inset:0;
  /*background:
    linear-gradient(90deg,rgba(255,250,248,.96) 0%,rgba(255,250,248,.82) 28%,rgba(255,250,248,.28) 55%,rgba(255,250,248,.10) 100%),
    radial-gradient(circle at 20% 24%,rgba(217,133,145,.18),transparent 34%),
    radial-gradient(circle at 82% 18%,rgba(25,173,185,.14),transparent 30%);*/
  pointer-events:none;
}
.hero-cover-mode > .container-fluid{
  position:relative;
  z-index:1;
  display:block;
}
.hero-cover-mode .hero-grid{
  padding-top:108px;
  padding-bottom:48px;
}
.hero-cover-mode .hero-spacer{
  min-height:1px;
}


.hero-cover-mode .hero-copy{
  position:relative;
  z-index:2;
}
.hero-cover-mode .hero-note-wrap {
    position: relative;
    z-index: 2;
    top: -150px;
}
.hero-cover-mode .hero-actions{
  flex-wrap:nowrap;
}
.hero-cover-mode .hero-copy h1{
  font-weight:600;
}
.hero-cover-mode .section-heading h2,
.hero-cover-mode + .authority-strip + .section-pad .section-heading h2{
  font-weight:600;
}
@media (max-width:1199px){
  .hero-cover-bg img{
    object-position:58% center;
  }
  .hero-cover-mode .hero-actions .btn{
    padding:.9rem 1.25rem;
  }
}
@media (max-width:991px){
  .hero-cover-bg img{
    object-position:58% center;
  }
  
  .hero-cover-mode .hero-grid{
    padding-top:118px;
    padding-bottom:3rem;
  }
  .hero-cover-mode .hero-spacer{
    display:none;
  }
  .hero-cover-mode .hero-note-wrap{
    margin-top:2rem;
  }
  .hero-cover-mode .hero-actions{
    flex-wrap:wrap;
  }
}
@media (max-width:575px){
  .hero-cover-bg img{
    object-position:62% center;
  }
  
  .hero-cover-mode .hero-grid{
    min-height:92vh!important;
    padding-top:108px;
    padding-bottom:2.5rem;
  }
  .hero-cover-mode .hero-actions .btn{
    width:100%;
  }
}


/* ===== Ajustes 2026-07-18 ===== */
.site-header,
.site-header.scrolled{
  border-bottom:0 !important;
}

.hero-actions .btn{
  font-size:.8rem;
}

/* remove a faixa de 5 cards logo abaixo da hero */
.authority-strip{
  display:none !important;
}

/* remove o texto de apoio da seção de atendimentos */
#atendimentos .section-heading p{
  display:none !important;
}

.service-card {
    background: #fff;
    border: 2px solid rgb(94 222 232 / 97%);
    border-radius: var(--radius);
    padding: 2.5rem;
    box-shadow: 0 18px 55px rgba(70,44,50,.07);
    transition: .25s ease;
    border-bottom-right-radius: 120px;
}
.service-card:hover{
  transform:translateY(-6px);
  box-shadow:var(--shadow);
}
.service-card i{
  font-size:2.1rem;
  color:var(--brand);
  display:inline-flex;
  margin-bottom:1.2rem;
}
.service-card h2,
.service-card h3{
  font-size:1.35rem;
  line-height:1.25;
  font-weight:800;
  margin-bottom:.8rem;
}
.service-card p{
  color:var(--muted);
  line-height:1.7;
}
.service-card a{
  font-weight:900;
  color:var(--brand-dark);
}

/* badges para depoimentos verificados */
.testimonial-badges{
  display:flex;
  flex-wrap:wrap;
  gap:.55rem;
  margin:0 0 1rem;
}
.testimonial-badge{
  display:inline-flex;
  align-items:center;
  gap:.45rem;
  padding:.42rem .8rem;
  border-radius:999px;
  background:linear-gradient(135deg, rgba(217,133,145,.10), rgba(25,173,185,.10));
  border:1px solid rgba(25,173,185,.18);
  color:var(--brand-dark);
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.02em;
}
.testimonial-badge i{
  font-size:.85rem;
}
.testimonial-source{
  display:block;
  margin-top:1rem;
  color:var(--muted);
  font-size:.88rem;
}

/* florais decorativos */
.floral-svg{
  opacity:.3;
  pointer-events:none;
}


/* ===== Florais decorativos e slider de depoimentos ===== */
.section-floral{
  position:relative;
  overflow:hidden;
  isolation:isolate;
}
.section-floral > .container{
  position:relative;
  z-index:2;
}
.section-floral-art{
  position:absolute;
  z-index:1;
  pointer-events:none;
  user-select:none;
  opacity:1;
}
.floral-cuidado .floral-art-1{
  right:-1rem;
  top:-1rem;
  width:min(30vw, 335px);
}
.floral-diferenciais .floral-art-2{
  left:-1rem;
  bottom:-1.5rem;
  width:min(27vw, 305px);
}
.floral-depoimentos .floral-art-3{
  right:-1rem;
  top:.25rem;
  width:min(46vw, 470px);
}

.testimonials-slider-wrap{
  position:relative;
}
.testimonials-controls{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:1rem;
  margin:0 0 1.5rem;
}
.testimonials-nav{
  width:48px;
  height:48px;
  border-radius:50%;
  border:1px solid rgba(25,173,185,.18);
  background:#fff;
  color:var(--brand-dark);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 12px 28px rgba(70,44,50,.07);
  transition:.25s ease;
}
.testimonials-nav:hover{
  background:var(--brand);
  color:#fff;
  border-color:var(--brand);
  transform:translateY(-2px);
}
.testimonials-pagination{
  position:static !important;
  width:auto !important;
  display:flex;
  align-items:center;
  gap:.45rem;
}
.testimonials-pagination .swiper-pagination-bullet{
  width:10px;
  height:10px;
  background:rgba(25,173,185,.24);
  opacity:1;
}
.testimonials-pagination .swiper-pagination-bullet-active{
  background:var(--brand);
  transform:scale(1.1);
}
.testimonials-swiper{
  overflow:visible;
}
.testimonials-swiper .swiper-slide{
  height:auto;
}
.testimonial-card{
  height:100%;
  display:flex;
  flex-direction:column;
}
.testimonial-card p{
  flex:1;
}
@media (max-width:991px){
  .floral-cuidado .floral-art-1{
  right:-1rem;
  top:-1rem;
  width:min(30vw, 335px);
}
  .floral-diferenciais .floral-art-2{
  left:-1rem;
  bottom:-1.5rem;
  width:min(27vw, 305px);
}
  .floral-depoimentos .floral-art-3{
  right:-1rem;
  top:.25rem;
  width:min(46vw, 470px);
}
}
@media (max-width:575px){
  .floral-cuidado .floral-art-1{
  right:-1rem;
  top:-1rem;
  width:min(30vw, 335px);
}
  .floral-diferenciais .floral-art-2{
  left:-1rem;
  bottom:-1.5rem;
  width:min(27vw, 305px);
}
  .floral-depoimentos .floral-art-3{
  right:-1rem;
  top:.25rem;
  width:min(46vw, 470px);
}
  .testimonials-controls{justify-content:center; flex-wrap:wrap; margin-bottom:1rem;}
  .testimonials-nav{width:42px; height:42px;}
}

/* ===== Ajuste capa mobile e limpeza da hero no mobile ===== */
.hero-mobile-image{
  display:none;
}

.hero-cover-bg picture{
  display:block;
  width:100%;
  height:100%;
}

.hero-cover-bg picture img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  display:block;
}

/* Mobile: carrega capa-mobile.jpg e mostra a Dra. inteira, sem cortar */
@media (max-width:767.98px){
  .hero-cover-mode{
    min-height:auto;
    background:#f5f1f0;
  }

  .hero-cover-bg{
    display:none;
  }

  .hero-cover-bg picture img,
  .hero-cover-bg > img{
    width:100%;
    height:100%;
    object-fit:cover !important;
    object-position:center bottom !important;
    background:#f5f1f0;
  }

  .hero-cover-mode .hero-grid{
    min-height:0 !important;
    padding-top:108px;
    padding-bottom:0;
  }

  .hero-mobile-image{
    display:block;
    order:2;
    width:100%;
    aspect-ratio:4 / 5;
    margin:1.75rem 0 2rem;
    padding:.5rem;
    overflow:hidden;
    border:1px solid rgba(217,133,145,.16);
    border-radius:32px;
    background:linear-gradient(145deg,#fff,var(--blush));
    box-shadow:0 22px 55px rgba(70,44,50,.12);
  }

  .hero-mobile-image img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center 78%;
    border-radius:24px;
  }

  .hero-cover-mode .hero-actions,
  .hero-cover-mode .hero-note-wrap{
    display:none !important;
  }
}

@media (max-width:575px){
  .hero-cover-bg picture img,
  .hero-cover-bg > img{
    object-fit:contain !important;
    object-position:center bottom !important;
  }
}

@media (max-width:767.98px){
  .hero-cover-mode .hero-grid{
    align-items:flex-start !important;
    min-height:0 !important;
    padding-top:105px;
    padding-bottom:0;
  }

  .hero-cover-mode .hero-copy{
    padding-top:1.4rem;
    max-width:none;
    position:relative;
    z-index:3;
  }

  .hero-cover-mode .hero-copy h1{
    font-size:clamp(2rem, 8.5vw, 2.45rem);
    line-height:1.08;
    margin-bottom:1rem;
  }

  .hero-cover-mode .hero-copy p{
    font-size:.92rem;
    line-height:1.65;
    max-width:100%;
  }

  .hero-cover-mode .hero-actions,
  .hero-cover-mode .hero-note-wrap{
    display:none !important;
  }

  .hero-cover-bg picture img,
  .hero-cover-bg > img{
    object-fit:contain !important;
    object-position:center bottom !important;
  }
}

/* =========================================================
   PERFIL MÉDICO — Dra. Rita Pozzati
   Página: /perfil-medico.php
   ========================================================= */
.page-perfil-medico .page-hero{
  position:relative;
  overflow:hidden;
}

.page-perfil-medico .page-hero:before{
  content:"";
  position:absolute;
  width:420px;
  height:420px;
  right:-130px;
  top:-170px;
  border-radius:50%;
  background:rgba(25,173,185,.09);
  pointer-events:none;
}

.profile-page-hero .container{
  position:relative;
  z-index:1;
}

.profile-credential-box{
  background:rgba(255,255,255,.82);
  border:1px solid rgba(25,173,185,.18);
  border-radius:26px;
  padding:1.5rem;
  box-shadow:0 18px 50px rgba(70,44,50,.08);
  backdrop-filter:blur(12px);
}

.profile-credential-box span,
.profile-credential-box strong,
.profile-credential-box small{
  display:block;
}

.profile-credential-box span{
  color:var(--brand-dark);
  font-size:.74rem;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
  margin-bottom:.5rem;
}

.profile-credential-box strong{
  color:var(--ink);
  font-size:1.08rem;
  line-height:1.45;
}

.profile-credential-box small{
  color:var(--muted);
  font-weight:700;
  margin-top:.35rem;
}

.profile-portrait-card{
  position:relative;
  background:linear-gradient(145deg,#fff,var(--blush));
  border:1px solid rgba(217,133,145,.16);
  border-radius:42px;
  padding:1rem;
  box-shadow:var(--shadow);
  overflow:hidden;
}

.profile-portrait-card:after{
  content:"";
  position:absolute;
  width:150px;
  height:150px;
  right:-55px;
  bottom:70px;
  border-radius:50%;
  background:rgba(25,173,185,.12);
  pointer-events:none;
}

.profile-portrait-card img{
  position:relative;
  z-index:1;
  display:block;
  width:100%;
  height:610px;
  object-fit:cover;
  object-position:center top;
  border-radius:32px;
}

.profile-portrait-card figcaption{
  position:relative;
  z-index:2;
  padding:1.25rem .5rem .45rem;
}

.profile-portrait-card strong,
.profile-portrait-card span{
  display:block;
}

.profile-portrait-card strong{
  font-size:1.22rem;
  font-weight:900;
  color:var(--ink);
  margin-bottom:.3rem;
}

.profile-portrait-card span{
  color:var(--muted);
  line-height:1.6;
}

.profile-intro-section h2,
.profile-timeline-heading h2,
.profile-clinics-copy h2{
  font-size:clamp(2rem,3.25vw,3.45rem);
  line-height:1.08;
  font-weight:600;
  letter-spacing:-.045em;
  margin-bottom:1.25rem;
}

.profile-intro-section p,
.profile-timeline-heading p,
.profile-clinics-copy p{
  color:var(--muted);
  line-height:1.9;
  font-size:1.04rem;
}

.profile-tags{
  display:flex;
  flex-wrap:wrap;
  gap:.7rem;
  margin-top:1.7rem;
}

.profile-tags span{
  display:inline-flex;
  align-items:center;
  min-height:42px;
  padding:.65rem 1rem;
  border-radius:999px;
  border:1px solid rgba(25,173,185,.17);
  background:linear-gradient(135deg,#fff,var(--soft-2));
  color:var(--brand-dark);
  font-size:.82rem;
  font-weight:900;
}

.profile-floral-top{
  right:-1rem;
  top:-1rem;
  width:min(34vw,390px);
  opacity:.72;
}

.profile-qualification-card,
.profile-practice-card{
  background:#fff;
  border:2px solid rgba(94,222,232,.78);
  border-radius:var(--radius);
  border-bottom-right-radius:92px;
  padding:2rem;
  box-shadow:0 18px 55px rgba(70,44,50,.07);
  transition:transform .25s ease,box-shadow .25s ease;
}

.profile-qualification-card:hover,
.profile-practice-card:hover{
  transform:translateY(-6px);
  box-shadow:var(--shadow);
}

.profile-qualification-card i,
.profile-practice-card i{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:54px;
  height:54px;
  border-radius:18px;
  background:var(--mint);
  color:var(--brand-dark);
  font-size:1.55rem;
  margin-bottom:1.25rem;
}

.profile-qualification-card > span{
  display:block;
  color:var(--rose-dark);
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.11em;
  text-transform:uppercase;
  margin-bottom:.5rem;
}

.profile-qualification-card h3,
.profile-practice-card h3{
  font-size:1.28rem;
  line-height:1.3;
  font-weight:900;
  color:var(--ink);
  margin-bottom:.7rem;
}

.profile-qualification-card p,
.profile-practice-card p{
  color:var(--muted);
  line-height:1.7;
  margin:0;
}

.profile-timeline-heading{
  position:sticky;
  top:105px;
}

.medical-timeline{
  position:relative;
  display:flex;
  flex-direction:column;
  gap:1.25rem;
}

.medical-timeline:before{
  content:"";
  position:absolute;
  top:18px;
  bottom:18px;
  left:117px;
  width:2px;
  background:linear-gradient(var(--brand),rgba(217,133,145,.35));
}

.medical-timeline-item{
  position:relative;
  display:grid;
  grid-template-columns:92px 48px minmax(0,1fr);
  align-items:start;
}

.medical-timeline-year{
  padding-top:1.15rem;
  color:var(--brand-dark);
  font-size:.78rem;
  line-height:1.25;
  font-weight:900;
  letter-spacing:.05em;
  text-transform:uppercase;
  text-align:right;
}

.medical-timeline-marker{
  position:relative;
  width:18px;
  height:18px;
  margin:1.15rem auto 0;
  border:4px solid #fff;
  border-radius:50%;
  background:var(--brand);
  box-shadow:0 0 0 2px rgba(25,173,185,.25),0 8px 20px rgba(25,173,185,.22);
  z-index:2;
}

.medical-timeline-item:nth-child(even) .medical-timeline-marker{
  background:var(--rose);
  box-shadow:0 0 0 2px rgba(217,133,145,.24),0 8px 20px rgba(217,133,145,.2);
}

.medical-timeline-content{
  background:linear-gradient(145deg,#fff,var(--cream));
  border:1px solid rgba(217,133,145,.14);
  border-radius:26px;
  padding:1.55rem 1.7rem;
  box-shadow:0 16px 45px rgba(70,44,50,.06);
}

.medical-timeline-content h3{
  font-size:1.22rem;
  font-weight:900;
  color:var(--ink);
  margin:0 0 .55rem;
}

.medical-timeline-content p{
  color:var(--muted);
  line-height:1.75;
  margin:0;
}

.profile-clinics-copy,
.profile-cta-card{
  border-radius:34px;
  padding:2.4rem;
}

.profile-clinics-copy{
  background:linear-gradient(145deg,#fff,var(--soft-2));
  border:1px solid rgba(25,173,185,.14);
  box-shadow:0 20px 60px rgba(70,44,50,.07);
}

.profile-clinic-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1rem;
  margin-top:1.8rem;
}

.profile-clinic-list > div{
  display:flex;
  align-items:center;
  gap:.9rem;
  background:#fff;
  border:1px solid rgba(25,173,185,.13);
  border-radius:20px;
  padding:1rem;
}

.profile-clinic-list i{
  color:var(--brand);
  font-size:1.35rem;
}

.profile-clinic-list span,
.profile-clinic-list strong{
  display:block;
}

.profile-clinic-list span{
  color:var(--muted);
  line-height:1.45;
}

.profile-clinic-list strong{
  color:var(--ink);
  font-weight:900;
}

.profile-cta-card{
  display:flex;
  flex-direction:column;
  justify-content:center;
  background:linear-gradient(135deg,var(--brand-dark),var(--rose-dark));
  color:#fff;
  box-shadow:0 28px 70px rgba(25,173,185,.2);
}

.profile-cta-card > span{
  font-size:.75rem;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  opacity:.8;
  margin-bottom:.8rem;
}

.profile-cta-card h2{
  font-size:clamp(1.8rem,2.7vw,2.75rem);
  line-height:1.12;
  font-weight:600;
  letter-spacing:-.035em;
  margin-bottom:1rem;
}

.profile-cta-card p{
  color:rgba(255,255,255,.82);
  line-height:1.75;
}

.profile-cta-card .btn{
  align-self:flex-start;
  display:inline-flex;
  align-items:center;
  gap:.55rem;
  margin-top:.5rem;
  font-weight:900;
  color:var(--brand-dark);
}

@media (max-width:991px){
  .profile-timeline-heading{
    position:static;
  }

  .profile-portrait-card img{
    height:520px;
  }

  .profile-clinic-list{
    grid-template-columns:1fr;
  }
}

@media (max-width:767.98px){
  .profile-page-hero .row{
    align-items:start!important;
  }

  .profile-credential-box{
    margin-top:.5rem;
  }

  .profile-portrait-card{
    border-radius:30px;
  }

  .profile-portrait-card img{
    height:460px;
    border-radius:22px;
  }

  .medical-timeline:before{
    left:83px;
  }

  .medical-timeline-item{
    grid-template-columns:62px 42px minmax(0,1fr);
  }

  .medical-timeline-year{
    font-size:.68rem;
    word-break:normal;
  }

  .medical-timeline-content{
    padding:1.25rem;
    border-radius:22px;
  }
}

@media (max-width:575px){
  .profile-portrait-card img{
    height:410px;
  }

  .profile-tags{
    gap:.5rem;
  }

  .profile-tags span{
    width:100%;
    justify-content:center;
    text-align:center;
  }

  .profile-qualification-card,
  .profile-practice-card{
    padding:1.55rem;
    border-bottom-right-radius:72px;
  }

  .medical-timeline:before{
    left:11px;
  }

  .medical-timeline-item{
    grid-template-columns:24px minmax(0,1fr);
    gap:.55rem;
  }

  .medical-timeline-marker{
    grid-column:1;
    grid-row:1 / span 2;
    width:16px;
    height:16px;
    margin:1.05rem auto 0;
  }

  .medical-timeline-year{
    grid-column:2;
    grid-row:1;
    padding:.15rem 0 0;
    text-align:left;
  }

  .medical-timeline-content{
    grid-column:2;
    grid-row:2;
  }

  .profile-clinics-copy,
  .profile-cta-card{
    padding:1.65rem;
    border-radius:26px;
  }
}


/* ===== Especialidades e páginas individuais — 2026-07-19 ===== */
.nav-specialties-dropdown{border-radius:18px;overflow:hidden}
.nav-specialties-dropdown.active{background:var(--blush)}
.nav-specialties-toggle{width:100%;border:0;background:transparent;color:var(--ink);font-size:1.22rem;font-weight:900;padding:1rem;display:flex;align-items:center;justify-content:space-between;text-align:left;border-radius:18px}
.nav-specialties-toggle:hover,.nav-specialties-dropdown.active .nav-specialties-toggle{color:var(--rose-dark)}
.nav-specialties-toggle i{font-size:.9rem;transition:transform .25s ease}
.nav-specialties-toggle[aria-expanded="true"] i{transform:rotate(180deg)}
.nav-specialties-list{padding:0 .65rem .8rem;display:flex;flex-direction:column;gap:.25rem}
.nav-specialties-list a{font-size:.91rem!important;font-weight:750!important;padding:.65rem .75rem!important;border-radius:12px!important;color:#58636c!important}
.nav-specialties-list a:hover,.nav-specialties-list a.active{background:#fff!important;color:var(--brand-dark)!important}

.specialties-index-hero{position:relative;overflow:hidden}
.specialties-index-hero:after{content:"";position:absolute;width:340px;height:340px;border-radius:50%;right:-80px;top:80px;background:radial-gradient(circle,rgba(25,173,185,.16),rgba(217,133,145,.05) 58%,transparent 70%);pointer-events:none}
.specialties-overview .section-heading p{display:block!important}
.specialty-index-card{background:#fff;border:2px solid rgba(94,222,232,.78);border-radius:30px;border-bottom-right-radius:105px;padding:2rem;box-shadow:0 18px 55px rgba(70,44,50,.07);display:flex;flex-direction:column;transition:.25s ease}
.specialty-index-card:hover{transform:translateY(-7px);box-shadow:var(--shadow)}
.specialty-index-icon{width:58px;height:58px;border-radius:18px;background:linear-gradient(135deg,var(--mint),var(--blush));display:grid;place-items:center;margin-bottom:1.2rem}
.specialty-index-icon i{font-size:1.75rem;color:var(--brand-dark)}
.specialty-index-card>span{font-size:.7rem;text-transform:uppercase;letter-spacing:.13em;color:var(--rose-dark);font-weight:900}
.specialty-index-card h2{font-size:1.4rem;font-weight:850;line-height:1.2;margin:.55rem 0 .8rem}
.specialty-index-card p{color:var(--muted);line-height:1.7;flex:1}
.specialty-index-card a{display:inline-flex;align-items:center;gap:.45rem;color:var(--brand-dark);font-weight:900;margin-top:.8rem}
.specialty-index-card a i{transition:transform .2s ease}.specialty-index-card a:hover i{transform:translateX(4px)}
.specialty-large-copy{background:linear-gradient(135deg,#fff,var(--mint));border:1px solid rgba(25,173,185,.15);border-radius:34px;padding:2.5rem;box-shadow:0 22px 60px rgba(70,44,50,.07)}
.specialty-large-copy h2{font-size:clamp(2rem,3vw,3.1rem);line-height:1.08;font-weight:600;letter-spacing:-.04em}
.specialty-large-copy p{color:var(--muted);line-height:1.85}
.specialty-principle-card{padding:1.8rem;background:#fff;border:1px solid rgba(217,133,145,.18);border-radius:26px;box-shadow:0 18px 48px rgba(70,44,50,.06)}
.specialty-principle-card i{font-size:1.8rem;color:var(--rose);display:inline-flex;margin-bottom:1rem}
.specialty-principle-card h3{font-size:1.15rem;font-weight:900}.specialty-principle-card p{color:var(--muted);line-height:1.65;margin:0}

.specialty-hero{position:relative;overflow:hidden;padding:12.5rem 0 6rem;background:linear-gradient(135deg,#fff7f8 0%,#fffaf4 46%,#eefafa 100%)}
.specialty-hero:before{content:"";position:absolute;width:520px;height:520px;right:-160px;top:60px;border-radius:50%;border:1px solid rgba(25,173,185,.12);box-shadow:0 0 0 55px rgba(25,173,185,.035),0 0 0 110px rgba(217,133,145,.025)}
.specialty-breadcrumb{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap;font-size:.78rem;font-weight:800;color:#75808a;margin-bottom:1.6rem}
.specialty-breadcrumb a:hover{color:var(--brand-dark)}.specialty-breadcrumb i{font-size:.62rem}.specialty-breadcrumb span{color:var(--brand-dark)}
.specialty-hero h1{font-size:clamp(2.6rem,5vw,5.25rem);line-height:1.01;font-weight:650;letter-spacing:-.055em;max-width:870px;margin-bottom:1.35rem}
.specialty-hero p{font-size:1.1rem;line-height:1.85;color:#59646e;max-width:760px;font-weight:600}
.specialty-visual{position:relative;width:min(430px,88vw);aspect-ratio:1;margin:auto;display:grid;place-items:center}
.specialty-visual-core{width:152px;height:152px;border-radius:46px;display:grid;place-items:center;background:linear-gradient(145deg,#fff,var(--mint));border:1px solid rgba(25,173,185,.18);box-shadow:0 30px 70px rgba(25,173,185,.18);position:relative;z-index:3;transform:rotate(-7deg)}
.specialty-visual-core i{font-size:4.3rem;color:var(--brand-dark);transform:rotate(7deg)}
.specialty-visual-orbit{position:absolute;border-radius:50%;border:1px solid rgba(25,173,185,.22)}
.specialty-visual-orbit.orbit-one{inset:15%}.specialty-visual-orbit.orbit-two{inset:3%;border-color:rgba(217,133,145,.22);border-style:dashed}
.specialty-visual-chip{position:absolute;z-index:4;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);border:1px solid rgba(25,173,185,.14);box-shadow:0 15px 40px rgba(70,44,50,.09);border-radius:999px;padding:.7rem 1rem;font-weight:900;font-size:.78rem;color:var(--brand-dark)}
.specialty-visual-chip.chip-one{top:13%;left:4%}.specialty-visual-chip.chip-two{top:20%;right:0}.specialty-visual-chip.chip-three{bottom:13%;left:28%}
.specialty-highlight-strip{position:relative;margin-top:-1.5rem;z-index:5}
.specialty-highlight-card{background:#fff;border:1px solid rgba(25,173,185,.14);border-radius:24px;padding:1.25rem;box-shadow:0 16px 46px rgba(70,44,50,.075);display:flex;gap:1rem;align-items:flex-start}
.specialty-highlight-card>i{width:44px;height:44px;border-radius:14px;background:var(--mint);color:var(--brand-dark);display:grid;place-items:center;font-size:1.25rem;flex:0 0 44px}
.specialty-highlight-card strong,.specialty-highlight-card span{display:block}.specialty-highlight-card strong{font-weight:900}.specialty-highlight-card span{font-size:.88rem;color:var(--muted);line-height:1.5;margin-top:.2rem}
.specialty-introduction h2,.specialty-indications h2,.specialty-process h2,.specialty-evaluation h2,.specialty-faq h2,.specialty-related h2{font-size:clamp(2rem,3.6vw,3.6rem);line-height:1.08;font-weight:600;letter-spacing:-.045em;margin-bottom:1.2rem}
.specialty-introduction p{color:var(--muted);font-size:1.05rem;line-height:1.9}
.specialty-side-summary{background:linear-gradient(135deg,var(--brand-dark),#0b949e);color:#fff;border-radius:32px;padding:2rem;box-shadow:0 24px 65px rgba(25,173,185,.2)}
.specialty-side-summary>span{font-size:.75rem;text-transform:uppercase;letter-spacing:.13em;font-weight:900;opacity:.75}.specialty-side-summary ul{list-style:none;padding:0;margin:1.2rem 0 0;display:grid;gap:1rem}.specialty-side-summary li{display:flex;gap:.7rem;line-height:1.55;font-weight:700}.specialty-side-summary i{color:#fff}
.specialty-sticky-heading{position:sticky;top:110px}.specialty-sticky-heading p{color:var(--muted);line-height:1.8}
.specialty-check-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
.specialty-check-card{background:#fff;border:1px solid rgba(25,173,185,.14);border-radius:22px;padding:1.25rem;display:flex;align-items:flex-start;gap:.8rem;box-shadow:0 14px 40px rgba(70,44,50,.055);font-weight:750;line-height:1.55}
.specialty-check-card i{color:var(--brand);font-size:1.25rem;flex:0 0 auto}
.specialty-process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem;position:relative}
.specialty-process-grid:before{content:"";position:absolute;left:8%;right:8%;top:33px;height:1px;background:linear-gradient(90deg,var(--brand),var(--rose));opacity:.25}
.specialty-step-card{position:relative;background:#fff;border:1px solid rgba(217,133,145,.17);border-radius:28px;padding:1.7rem;box-shadow:0 18px 50px rgba(70,44,50,.06)}
.specialty-step-card>span{position:relative;z-index:2;width:66px;height:66px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--brand),var(--rose));color:#fff;font-size:1.05rem;font-weight:900;box-shadow:0 12px 30px rgba(25,173,185,.18);margin-bottom:1.4rem}.specialty-step-card h3{font-size:1.15rem;font-weight:900}.specialty-step-card p{color:var(--muted);line-height:1.7;font-size:.94rem;margin:0}
.specialty-feature-graphic{position:relative;width:min(520px,90vw);aspect-ratio:1;margin:auto;border-radius:50%;background:radial-gradient(circle at center,rgba(25,173,185,.13),rgba(217,133,145,.06) 48%,transparent 69%);border:1px dashed rgba(25,173,185,.18)}
.feature-graphic-center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:138px;height:138px;border-radius:42px;background:#fff;display:grid;place-items:center;box-shadow:0 28px 70px rgba(70,44,50,.13);border:1px solid rgba(25,173,185,.15)}
.feature-graphic-center i{font-size:3.6rem;color:var(--brand-dark)}
.feature-graphic-label{position:absolute;background:#fff;border:1px solid rgba(25,173,185,.15);box-shadow:0 15px 40px rgba(70,44,50,.08);border-radius:18px;padding:.75rem 1rem;font-weight:850;font-size:.82rem;max-width:155px;text-align:center}
.feature-graphic-label.label-1{left:4%;top:16%}.feature-graphic-label.label-2{right:1%;top:22%}.feature-graphic-label.label-3{left:2%;bottom:18%}.feature-graphic-label.label-4{right:6%;bottom:12%}
.specialty-evaluation-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;margin-top:1.5rem}.specialty-evaluation-list>div{display:flex;gap:.7rem;align-items:flex-start;background:#fff;border-radius:18px;padding:1rem;border:1px solid rgba(25,173,185,.13);font-weight:800}.specialty-evaluation-list i{color:var(--brand)}
.specialty-callout{background:linear-gradient(135deg,var(--rose-dark),var(--brand-dark));color:#fff;border-radius:38px;padding:2.5rem;display:grid;grid-template-columns:86px 1fr;gap:1.8rem;align-items:start;box-shadow:0 30px 70px rgba(70,44,50,.18)}
.specialty-callout-icon{width:86px;height:86px;border-radius:26px;background:rgba(255,255,255,.13);display:grid;place-items:center}.specialty-callout-icon i{font-size:2.4rem}.specialty-callout span{font-size:.72rem;text-transform:uppercase;letter-spacing:.13em;font-weight:900;opacity:.78}.specialty-callout h2{font-size:clamp(1.7rem,3vw,3rem);font-weight:600;letter-spacing:-.035em;margin:.4rem 0 .7rem}.specialty-callout p{color:rgba(255,255,255,.84);line-height:1.8;margin:0;max-width:1000px}
.specialty-accordion{display:grid;gap:.8rem}.specialty-accordion .accordion-item{border:1px solid rgba(25,173,185,.14);border-radius:20px!important;overflow:hidden;background:#fff;box-shadow:0 12px 35px rgba(70,44,50,.045)}.specialty-accordion .accordion-button{font-weight:850;padding:1.25rem 1.35rem;box-shadow:none!important;background:#fff;color:var(--ink)}.specialty-accordion .accordion-button:not(.collapsed){color:var(--brand-dark);background:linear-gradient(135deg,var(--mint),#fff)}.specialty-accordion .accordion-body{color:var(--muted);line-height:1.8;padding:0 1.35rem 1.35rem}
.specialty-related-card{background:#fff;border:1px solid rgba(25,173,185,.14);border-radius:24px;padding:1.3rem;display:flex;align-items:center;gap:1rem;box-shadow:0 15px 45px rgba(70,44,50,.055);transition:.25s ease}.specialty-related-card:hover{transform:translateY(-5px);color:var(--brand-dark)}.specialty-related-card>i:first-child{width:48px;height:48px;border-radius:15px;background:var(--mint);display:grid;place-items:center;color:var(--brand-dark);font-size:1.25rem}.specialty-related-card>i:last-child{margin-left:auto}.specialty-related-card span,.specialty-related-card strong{display:block}.specialty-related-card span{font-size:.68rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);font-weight:850}.specialty-related-card strong{font-weight:900;margin-top:.2rem}
.specialty-final-cta{padding-top:2rem}
.footer-credit a{display:inline;color:var(--brand-dark);font-weight:800}.footer-credit a:hover{text-decoration:underline}

@media (max-width:991px){
  .specialty-hero{padding:9.5rem 0 5rem}.specialty-visual{margin-top:1rem;width:min(370px,86vw)}
  .specialty-sticky-heading{position:static}.specialty-process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.specialty-process-grid:before{display:none}
  .specialty-feature-graphic{width:min(440px,88vw);margin-bottom:1rem}
}
@media (max-width:767.98px){
  .specialty-highlight-strip{margin-top:-.5rem}.specialty-check-grid,.specialty-evaluation-list{grid-template-columns:1fr}.specialty-callout{grid-template-columns:1fr;padding:1.8rem}.specialty-callout-icon{width:68px;height:68px;border-radius:21px}.specialty-process-grid{grid-template-columns:1fr}
}
@media (max-width:575px){
  .specialty-hero{padding:8rem 0 4rem}.specialty-hero h1{font-size:2.45rem}.specialty-hero p{font-size:1rem}.specialty-visual{width:300px}.specialty-visual-core{width:115px;height:115px;border-radius:35px}.specialty-visual-core i{font-size:3.1rem}.specialty-visual-chip{padding:.55rem .75rem;font-size:.68rem}.specialty-visual-chip.chip-one{left:-2%}.specialty-visual-chip.chip-two{right:-2%}.specialty-visual-chip.chip-three{left:22%}
  .specialty-index-card{padding:1.6rem;border-bottom-right-radius:78px}.specialty-feature-graphic{width:300px}.feature-graphic-center{width:100px;height:100px;border-radius:32px}.feature-graphic-center i{font-size:2.7rem}.feature-graphic-label{font-size:.67rem;max-width:112px;padding:.55rem .65rem}.specialty-callout{border-radius:28px}.specialty-large-copy{padding:1.7rem}.nav-specialties-toggle{font-size:1.1rem}
}


/* ===== Blog e contato — 2026-07-19 ===== */
.blog-card-image{display:block;overflow:hidden}.blog-card-image img{transition:transform .45s ease}.blog-card:hover .blog-card-image img{transform:scale(1.035)}.blog-card a i{font-size:.85rem;margin-left:.25rem}
.blog-index-hero{position:relative;overflow:hidden}.blog-index-hero:after{content:"";position:absolute;right:-120px;bottom:-150px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(25,173,185,.16),transparent 68%);pointer-events:none}.blog-index-list{position:relative}.blog-featured-card{background:#fff;border:1px solid rgba(25,173,185,.14);border-radius:36px;overflow:hidden;box-shadow:0 24px 70px rgba(70,44,50,.09)}.blog-featured-image{position:relative;display:block;overflow:hidden}.blog-featured-image img{width:100%;height:410px;object-fit:cover;transition:transform .5s ease}.blog-featured-card:hover .blog-featured-image img{transform:scale(1.035)}.blog-featured-image>span{position:absolute;left:24px;bottom:24px;background:rgba(255,255,255,.93);backdrop-filter:blur(12px);border-radius:999px;padding:.65rem 1rem;color:var(--brand-dark);font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.09em}.blog-featured-content{padding:2.25rem}.blog-meta{display:flex;align-items:center;gap:.7rem;flex-wrap:wrap;color:var(--muted);font-size:.82rem;font-weight:750}.blog-meta span{width:4px;height:4px;border-radius:50%;background:var(--rose)}.blog-featured-content h2{font-size:clamp(2rem,3vw,3.2rem);line-height:1.07;font-weight:600;letter-spacing:-.045em;margin:1rem 0}.blog-featured-content p{color:var(--muted);font-size:1.03rem;line-height:1.8}.blog-read-link{display:inline-flex;align-items:center;gap:.45rem;color:var(--brand-dark);font-weight:900;margin-top:.4rem}.blog-read-link i{transition:transform .2s ease}.blog-read-link:hover i{transform:translate(3px,-3px)}.blog-guidance-card{background:linear-gradient(145deg,#fff,var(--mint));border:1px solid rgba(25,173,185,.15);border-radius:36px;padding:2.35rem;box-shadow:0 22px 65px rgba(70,44,50,.075)}.blog-guidance-card h2{font-size:clamp(1.9rem,2.8vw,2.8rem);line-height:1.12;font-weight:600;letter-spacing:-.04em}.blog-guidance-card>p{color:var(--muted);line-height:1.8}.blog-guidance-points{display:grid;gap:1rem;margin-top:1.5rem}.blog-guidance-points>div{display:flex;gap:.85rem;align-items:flex-start;background:#fff;border:1px solid rgba(25,173,185,.13);border-radius:20px;padding:1rem}.blog-guidance-points i{width:42px;height:42px;border-radius:13px;background:var(--blush);color:var(--rose-dark);display:grid;place-items:center;flex:0 0 42px}.blog-guidance-points span,.blog-guidance-points strong{display:block}.blog-guidance-points span{color:var(--muted);line-height:1.5;font-size:.9rem}.blog-guidance-points strong{color:var(--ink);font-weight:900;margin-bottom:.15rem}
.blog-article-hero{position:relative;overflow:hidden;padding:11.5rem 0 5rem;background:linear-gradient(135deg,#fff7f8 0%,#fffaf4 48%,#eefafa 100%)}.blog-article-hero:after{content:"";position:absolute;left:-140px;bottom:-200px;width:520px;height:520px;border-radius:50%;border:1px solid rgba(217,133,145,.14);box-shadow:0 0 0 70px rgba(217,133,145,.025),0 0 0 140px rgba(25,173,185,.02);pointer-events:none}.blog-article-hero .container{position:relative;z-index:2}.blog-article-hero h1{font-size:clamp(2.7rem,5vw,5.15rem);line-height:1.01;font-weight:620;letter-spacing:-.055em;margin-bottom:1.3rem}.blog-article-deck{font-size:1.12rem;line-height:1.85;color:#59646e;max-width:830px;font-weight:600}.blog-article-meta{display:flex;gap:1.2rem;flex-wrap:wrap;margin-top:1.8rem;color:var(--muted);font-size:.86rem;font-weight:800}.blog-article-meta span{display:inline-flex;align-items:center;gap:.45rem}.blog-article-meta i{color:var(--brand-dark)}.blog-article-cover{background:#fff;padding:.8rem;border-radius:32px;box-shadow:0 28px 75px rgba(70,44,50,.14);margin:0;transform:rotate(1.5deg)}.blog-article-cover img{width:100%;height:350px;object-fit:cover;border-radius:24px}.blog-article-cover figcaption{padding:.9rem .5rem .3rem;color:var(--muted);font-size:.82rem;line-height:1.5}.blog-article-highlight-strip{position:relative;z-index:5;margin-top:-1rem}.article-highlight{height:100%;background:#fff;border:1px solid rgba(25,173,185,.14);border-radius:22px;padding:1.2rem;display:flex;gap:.9rem;align-items:flex-start;box-shadow:0 15px 45px rgba(70,44,50,.075)}.article-highlight>i{width:46px;height:46px;border-radius:14px;background:var(--mint);color:var(--brand-dark);display:grid;place-items:center;font-size:1.25rem;flex:0 0 46px}.article-highlight strong,.article-highlight span{display:block}.article-highlight strong{font-weight:900}.article-highlight span{color:var(--muted);font-size:.86rem;line-height:1.5;margin-top:.15rem}.article-prose{max-width:850px}.article-prose p{color:#59646e;font-size:1.04rem;line-height:1.95;margin-bottom:1.35rem}.article-prose .article-lead{font-size:1.2rem;color:#414b54;font-weight:600;line-height:1.85}.article-prose h2{font-size:clamp(1.9rem,3vw,3rem);line-height:1.12;font-weight:620;letter-spacing:-.04em;margin:3rem 0 1rem;color:var(--ink)}.article-symptom-graphic{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;background:linear-gradient(135deg,var(--mint),var(--blush));border:1px solid rgba(25,173,185,.15);border-radius:34px;padding:1.6rem;margin:2.5rem 0}.article-symptom-core{grid-column:1/-1;display:flex;align-items:center;justify-content:center;gap:.7rem;padding:.8rem;color:var(--brand-dark);font-size:1.15rem}.article-symptom-core i{font-size:1.7rem}.article-symptom-graphic>span{background:#fff;border:1px solid rgba(25,173,185,.12);border-radius:18px;padding:1rem;display:flex;align-items:center;gap:.65rem;font-weight:850;font-size:.86rem}.article-symptom-graphic>span i{color:var(--rose-dark);font-size:1.1rem}.article-callout{background:linear-gradient(135deg,var(--rose-dark),var(--brand-dark));color:#fff;border-radius:34px;padding:2rem;display:grid;grid-template-columns:70px 1fr;gap:1.4rem;align-items:start;margin:2.8rem 0;box-shadow:0 28px 65px rgba(70,44,50,.16)}.article-callout-icon{width:70px;height:70px;border-radius:22px;background:rgba(255,255,255,.13);display:grid;place-items:center;font-size:2rem}.article-callout span{font-size:.7rem;text-transform:uppercase;letter-spacing:.12em;font-weight:900;opacity:.78}.article-callout h3{font-size:clamp(1.55rem,2.5vw,2.35rem);font-weight:620;letter-spacing:-.035em;margin:.35rem 0 .65rem}.article-callout p{color:rgba(255,255,255,.84);margin:0;font-size:.98rem}.article-exams-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin:2rem 0}.article-exams-grid>div{background:#fff;border:1px solid rgba(25,173,185,.14);border-radius:22px;padding:1.2rem;box-shadow:0 13px 38px rgba(70,44,50,.05)}.article-exams-grid i{font-size:1.35rem;color:var(--brand);display:block;margin-bottom:.7rem}.article-exams-grid strong,.article-exams-grid span{display:block}.article-exams-grid strong{font-weight:900}.article-exams-grid span{color:var(--muted);font-size:.87rem;line-height:1.55;margin-top:.25rem}.article-sidebar{position:sticky;top:100px;display:grid;gap:1.25rem}.article-author-card{background:linear-gradient(145deg,#fff,var(--blush));border:1px solid rgba(217,133,145,.16);border-radius:30px;padding:1.6rem;text-align:center;box-shadow:0 18px 55px rgba(70,44,50,.07)}.article-author-card>span{font-size:.7rem;text-transform:uppercase;letter-spacing:.12em;font-weight:900;color:var(--brand-dark)}.article-author-card img{width:125px;height:125px;border-radius:50%;object-fit:cover;object-position:center top;margin:1rem auto;border:6px solid #fff;box-shadow:0 12px 35px rgba(70,44,50,.12)}.article-author-card h2{font-size:1.35rem;font-weight:900}.article-author-card p{color:var(--muted);line-height:1.65;font-size:.91rem}.article-author-card strong{font-size:.8rem;color:var(--brand-dark)}.article-sidebar-cta{background:linear-gradient(135deg,var(--brand-dark),#07949e);color:#fff;border-radius:30px;padding:1.7rem;box-shadow:0 24px 60px rgba(25,173,185,.18)}.article-sidebar-cta>i{font-size:2rem}.article-sidebar-cta h2{font-size:1.6rem;line-height:1.15;font-weight:650;margin:.8rem 0}.article-sidebar-cta p{color:rgba(255,255,255,.82);line-height:1.65;font-size:.91rem}.article-sidebar-cta .btn{color:var(--brand-dark);font-weight:900}.article-disclaimer{display:flex;align-items:flex-start;gap:1rem;background:#fff;border:1px solid rgba(25,173,185,.14);border-radius:24px;padding:1.35rem;box-shadow:0 14px 45px rgba(70,44,50,.055)}.article-disclaimer i{color:var(--brand-dark);font-size:1.4rem}.article-disclaimer p{margin:0;color:var(--muted);line-height:1.7}.article-disclaimer strong{color:var(--ink)}
.contact-page-hero{position:relative;overflow:hidden;padding:11rem 0 0;background:linear-gradient(135deg,#fff7f8 0%,#fffaf4 44%,#eefafa 100%)}.contact-page-hero:before{content:"";position:absolute;left:36%;bottom:-230px;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(25,173,185,.16),rgba(217,133,145,.06) 48%,transparent 70%);pointer-events:none}.contact-page-hero .container{position:relative;z-index:2}.contact-main-grid{min-height:680px}.contact-intro-panel{padding-bottom:5rem}.contact-intro-panel h1{font-size:clamp(2.65rem,4.8vw,4.9rem);line-height:1.02;font-weight:620;letter-spacing:-.055em}.contact-intro-panel>p{color:#59646e;line-height:1.85;font-size:1.03rem}.contact-intro-lines{display:grid;gap:.75rem;margin:1.7rem 0}.contact-intro-lines>a{display:flex;align-items:center;gap:.8rem;background:rgba(255,255,255,.72);border:1px solid rgba(25,173,185,.14);border-radius:18px;padding:.9rem}.contact-intro-lines>a>i{width:42px;height:42px;border-radius:13px;background:var(--mint);color:var(--brand-dark);display:grid;place-items:center;font-size:1.15rem}.contact-intro-lines small,.contact-intro-lines strong{display:block}.contact-intro-lines small{color:var(--muted);font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;font-weight:850}.contact-intro-lines strong{font-size:.92rem;font-weight:900}.contact-whatsapp-button{display:inline-flex;align-items:center;gap:.5rem}.contact-doctor-column{align-self:stretch;display:flex;align-items:flex-end;justify-content:center}.contact-doctor-portrait{height:100%;min-height:610px;width:100%;display:flex;align-items:flex-end;justify-content:center;position:relative}.contact-doctor-portrait:before{content:"";position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:90%;height:55%;border-radius:48% 48% 0 0;background:linear-gradient(180deg,rgba(25,173,185,.12),rgba(217,133,145,.06));filter:blur(.2px)}.contact-doctor-portrait img{position:relative;z-index:2;display:block;max-width:100%;max-height:650px;object-fit:contain;object-position:center bottom}.contact-doctor-portrait.is-fallback img{width:92%;height:610px;object-fit:cover;object-position:center top;border-radius:190px 190px 0 0;box-shadow:0 28px 65px rgba(70,44,50,.12)}.contact-form-card{background:#fff;border:1px solid rgba(25,173,185,.15);border-radius:36px 36px 0 0;padding:2.25rem;box-shadow:0 28px 80px rgba(70,44,50,.11);min-height:640px}.contact-form-card h2{font-size:clamp(1.85rem,2.8vw,2.8rem);line-height:1.1;font-weight:620;letter-spacing:-.04em}.contact-form label{display:block;font-size:.76rem;font-weight:900;color:#4d5962;margin-bottom:.4rem}.contact-form .form-control,.contact-form .form-select{border:1px solid rgba(25,173,185,.18);border-radius:15px;padding:.78rem .9rem;color:var(--ink);box-shadow:none}.contact-form textarea.form-control{resize:vertical;min-height:125px}.contact-form .form-control:focus,.contact-form .form-select:focus{border-color:var(--brand);box-shadow:0 0 0 .2rem rgba(25,173,185,.11)}.contact-form .btn{display:flex;align-items:center;justify-content:center;gap:.55rem}.contact-consent{font-size:.78rem;color:var(--muted);line-height:1.45}.contact-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}.clinic-locations-section{background:#fff}.clinic-locations-section .section-heading p{display:block!important}.clinic-location-list{display:grid;gap:2rem}.clinic-location-card{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(340px,.75fr);background:linear-gradient(145deg,#fff,var(--soft-2));border:1px solid rgba(25,173,185,.14);border-radius:36px;overflow:hidden;box-shadow:0 22px 65px rgba(70,44,50,.08)}.clinic-location-card:nth-child(even){grid-template-columns:minmax(340px,.75fr) minmax(0,1.25fr)}.clinic-location-card:nth-child(even) .clinic-location-map{order:2}.clinic-location-map{min-height:410px}.clinic-location-content{padding:2.5rem;display:flex;flex-direction:column;justify-content:center}.clinic-location-content>span{font-size:.72rem;text-transform:uppercase;letter-spacing:.13em;color:var(--brand-dark);font-weight:900}.clinic-location-content h3{font-size:clamp(2rem,3vw,3.15rem);font-weight:620;letter-spacing:-.04em;margin:.65rem 0 1.2rem}.clinic-location-content p{color:var(--muted);line-height:1.7;display:flex;align-items:flex-start;gap:.65rem}.clinic-location-content p i{color:var(--brand);margin-top:.2rem}.clinic-location-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:.8rem}.clinic-location-actions .btn{display:inline-flex;align-items:center;gap:.45rem}
@media (max-width:1199px){.contact-main-grid{min-height:620px}.contact-doctor-portrait{min-height:560px}.contact-doctor-portrait.is-fallback img{height:560px}.contact-form-card{padding:1.8rem}.blog-article-cover img{height:310px}}
@media (max-width:991px){.blog-featured-image img{height:340px}.blog-article-hero{padding:9.5rem 0 4.5rem}.blog-article-cover{max-width:650px;margin:auto;transform:none}.blog-article-cover img{height:380px}.article-sidebar{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}.contact-page-hero{padding:9rem 0 0}.contact-main-grid{min-height:0}.contact-intro-panel{padding-bottom:1rem}.contact-doctor-column{order:3}.contact-doctor-portrait{min-height:520px;height:520px}.contact-doctor-portrait.is-fallback img{height:500px;width:min(420px,85%)}.contact-form-card{border-radius:32px;min-height:0}.clinic-location-card,.clinic-location-card:nth-child(even){grid-template-columns:1fr}.clinic-location-card:nth-child(even) .clinic-location-map{order:0}.clinic-location-map{min-height:360px}}
@media (max-width:767.98px){.article-symptom-graphic{grid-template-columns:repeat(2,minmax(0,1fr))}.article-exams-grid{grid-template-columns:1fr}.article-sidebar{grid-template-columns:1fr}.article-callout{grid-template-columns:1fr}.blog-article-cover img{height:320px}.blog-article-highlight-strip{margin-top:0;padding-top:1rem}.contact-doctor-portrait{height:450px;min-height:450px}.contact-doctor-portrait.is-fallback img{height:430px}.clinic-location-content{padding:1.8rem}}
@media (max-width:575px){.blog-featured-image img{height:250px}.blog-featured-content,.blog-guidance-card{padding:1.55rem}.blog-article-hero{padding:8rem 0 3.5rem}.blog-article-hero h1{font-size:2.45rem}.blog-article-deck{font-size:1rem}.blog-article-cover img{height:230px}.article-prose .article-lead{font-size:1.08rem}.article-symptom-graphic{grid-template-columns:1fr;padding:1.15rem}.article-callout{padding:1.5rem;border-radius:26px}.contact-page-hero{padding:8rem 0 0}.contact-intro-panel h1{font-size:2.45rem}.contact-form-card{padding:1.45rem;border-radius:28px}.contact-doctor-portrait{height:390px;min-height:390px}.contact-doctor-portrait.is-fallback img{height:370px;border-radius:140px 140px 0 0}.clinic-location-map{min-height:300px}.clinic-location-content h3{font-size:2rem}.clinic-location-actions .btn{width:100%;justify-content:center}}


/* ===== Seletor global de local para agendamento ===== */
.appointment-location-modal{--bs-modal-width:650px}
.appointment-location-modal .modal-content{border:0;border-radius:34px;overflow:hidden;background:linear-gradient(145deg,#fff,var(--soft-2));box-shadow:0 34px 100px rgba(31,39,48,.22)}
.appointment-location-modal .modal-header{padding:2rem 2rem 1rem;align-items:flex-start}
.appointment-location-modal .modal-title{font-size:clamp(1.75rem,3vw,2.65rem);line-height:1.08;font-weight:650;letter-spacing:-.045em;color:var(--ink)}
.appointment-location-modal .btn-close{margin:.15rem 0 0 1rem;box-shadow:none}
.appointment-location-modal .modal-body{padding:0 2rem 2rem}
.appointment-location-intro{color:var(--muted);line-height:1.7;margin-bottom:1rem}
.appointment-request-context{display:inline-flex;align-items:center;border-radius:999px;background:rgba(25,173,185,.1);color:var(--brand-dark);padding:.48rem .85rem;font-size:.78rem;font-weight:850;margin:0 0 1.2rem}
.appointment-location-options{display:grid;gap:1rem}
.appointment-location-choice{width:100%;display:grid;grid-template-columns:54px 1fr auto;align-items:center;gap:1rem;text-align:left;border:1px solid rgba(25,173,185,.18);background:#fff;border-radius:22px;padding:1rem 1.1rem;color:var(--ink);box-shadow:0 14px 40px rgba(70,44,50,.06);transition:.25s ease}
.appointment-location-choice:hover,.appointment-location-choice:focus{transform:translateY(-3px);border-color:rgba(25,173,185,.55);box-shadow:0 20px 50px rgba(70,44,50,.11);outline:none}
.appointment-location-icon{width:54px;height:54px;border-radius:17px;display:grid;place-items:center;background:linear-gradient(135deg,var(--mint),var(--blush));color:var(--brand-dark);font-size:1.35rem}
.appointment-location-copy{display:flex;flex-direction:column;min-width:0}
.appointment-location-copy strong{font-size:1.05rem;font-weight:900}
.appointment-location-copy small{color:var(--muted);font-weight:750;margin-top:.12rem}
.appointment-location-copy em{color:var(--brand-dark);font-size:.78rem;font-style:normal;font-weight:850;margin-top:.28rem}
.appointment-location-arrow{font-size:1.2rem;color:var(--brand-dark)}
.appointment-location-note{display:flex;align-items:flex-start;gap:.65rem;margin-top:1.25rem;color:var(--muted);font-size:.8rem;line-height:1.5}
.appointment-location-note i{color:#24b85a;font-size:1.05rem;margin-top:.05rem}
@media (max-width:575px){.appointment-location-modal .modal-dialog{margin:1rem}.appointment-location-modal .modal-header{padding:1.5rem 1.35rem .8rem}.appointment-location-modal .modal-body{padding:0 1.35rem 1.5rem}.appointment-location-choice{grid-template-columns:46px 1fr auto;padding:.9rem}.appointment-location-icon{width:46px;height:46px;border-radius:14px}.appointment-location-copy strong{font-size:.95rem}.appointment-location-modal .modal-title{font-size:1.7rem}}


/* ===== Consulta on-line ===== */
.online-home-section{
  background:linear-gradient(135deg,#fff,var(--soft-2));
}
.online-home-image img{
  height:560px;
  object-fit:cover;
  object-position:center center;
}
.online-mini-list{
  grid-template-columns:1fr;
}
.online-step-card,
.online-feature-card{
  background:#fff;
  border:2px solid rgba(94,222,232,.78);
  border-radius:var(--radius);
  padding:1.8rem;
  box-shadow:0 18px 55px rgba(70,44,50,.07);
  height:100%;
  transition:transform .25s ease, box-shadow .25s ease;
}
.online-step-card:hover,
.online-feature-card:hover{
  transform:translateY(-6px);
  box-shadow:var(--shadow);
}
.online-step-number{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  border-radius:50%;
  background:var(--brand);
  color:#fff;
  font-size:1rem;
  font-weight:900;
  margin-bottom:1rem;
}
.online-step-card h3,
.online-feature-card h3{
  font-size:1.2rem;
  font-weight:900;
  margin-bottom:.75rem;
}
.online-step-card p,
.online-feature-card p{
  color:var(--muted);
  line-height:1.75;
  margin:0;
}
.online-feature-card i{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:54px;
  height:54px;
  border-radius:18px;
  background:var(--mint);
  color:var(--brand-dark);
  font-size:1.45rem;
  margin-bottom:1rem;
}
.consulta-online-hero .hero-actions .btn,
.online-home-section .hero-actions .btn{
  font-size:.95rem;
}
.online-page-image img{
  height:620px;
  object-fit:cover;
  object-position:center center;
}
.appointment-request-context{
  color:var(--brand-dark);
  font-weight:800;
  margin-bottom:1rem;
}
.appointment-location-options{
  display:grid;
  gap:1rem;
}
.appointment-location-choice{
  width:100%;
  border:1px solid rgba(25,173,185,.18);
  background:#fff;
  border-radius:24px;
  padding:1rem 1.1rem;
  display:flex;
  align-items:center;
  gap:1rem;
  text-align:left;
  box-shadow:0 12px 28px rgba(70,44,50,.06);
  transition:.25s ease;
}
.appointment-location-choice:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 36px rgba(70,44,50,.08);
  border-color:rgba(25,173,185,.38);
}
.appointment-location-icon{
  width:50px;
  height:50px;
  border-radius:18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:var(--mint);
  color:var(--brand-dark);
  font-size:1.25rem;
  flex:0 0 50px;
}
.appointment-location-copy{
  display:flex;
  flex-direction:column;
  gap:.15rem;
}
.appointment-location-copy strong{
  font-size:1rem;
  color:var(--ink);
}
.appointment-location-copy small,
.appointment-location-copy em{
  color:var(--muted);
  font-style:normal;
}
.appointment-location-arrow{
  margin-left:auto;
  color:var(--brand-dark);
}
.appointment-location-note{
  display:flex;
  align-items:flex-start;
  gap:.65rem;
  margin-top:1rem;
  color:var(--muted);
}
@media (max-width:991px){
  .online-home-image img,
  .online-page-image img{
    height:460px;
  }
}
@media (max-width:575px){
  .online-home-image img,
  .online-page-image img{
    height:340px;
  }
  .appointment-location-choice{
    padding:.95rem;
    gap:.85rem;
  }
  .appointment-location-icon{
    width:44px;
    height:44px;
    border-radius:14px;
    flex-basis:44px;
  }
}

/* ===== Restauração visual: Consulta on-line ===== */
.page-consulta-online .online-steps-section,
.page-consulta-online .online-help-section{
  position:relative;
  overflow:hidden;
}

.page-consulta-online .online-steps-section{
  background:
    radial-gradient(circle at 8% 18%,rgba(217,133,145,.14),transparent 26%),
    radial-gradient(circle at 92% 82%,rgba(25,173,185,.13),transparent 28%),
    linear-gradient(135deg,var(--soft),var(--soft-2));
}

.page-consulta-online .online-steps-section:before,
.page-consulta-online .online-help-section:after{
  content:"";
  position:absolute;
  border-radius:50%;
  pointer-events:none;
}

.page-consulta-online .online-steps-section:before{
  width:330px;
  height:330px;
  right:-145px;
  top:-120px;
  border:1px solid rgba(25,173,185,.15);
  box-shadow:0 0 0 42px rgba(25,173,185,.035),0 0 0 84px rgba(217,133,145,.025);
}

.page-consulta-online .online-section-heading{
  position:relative;
  z-index:2;
}

.page-consulta-online .online-section-heading h2,
.page-consulta-online .online-help-copy h2{
  font-size:clamp(2rem,3.4vw,3.65rem);
  line-height:1.08;
  font-weight:600;
  letter-spacing:-.045em;
  margin-bottom:1rem;
}

.page-consulta-online .online-section-heading p,
.page-consulta-online .online-help-copy > p{
  color:var(--muted);
  line-height:1.85;
  font-size:1.05rem;
}

.page-consulta-online .online-steps-grid{
  position:relative;
  z-index:2;
  counter-reset:online-step;
}

.page-consulta-online .online-step-card{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  counter-increment:online-step;
  min-height:270px;
  padding:2rem 1.8rem 2.2rem;
  background:rgba(255,255,255,.94);
  border:2px solid rgba(94,222,232,.82);
  border-radius:30px;
  border-bottom-right-radius:105px;
  box-shadow:0 18px 55px rgba(70,44,50,.07);
  transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;
}

.page-consulta-online .online-step-card:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:6px;
  background:linear-gradient(90deg,var(--brand),rgba(25,173,185,.15));
  z-index:-1;
}

.page-consulta-online .online-step-card:after{
  content:counter(online-step);
  position:absolute;
  right:18px;
  bottom:-27px;
  color:rgba(25,173,185,.075);
  font-size:8.5rem;
  line-height:1;
  font-weight:900;
  letter-spacing:-.08em;
  z-index:-1;
}

.page-consulta-online .online-steps-grid > div:nth-child(even) .online-step-card:before{
  background:linear-gradient(90deg,var(--rose),rgba(217,133,145,.15));
}

.page-consulta-online .online-steps-grid > div:nth-child(even) .online-step-card:after{
  color:rgba(217,133,145,.085);
}

.page-consulta-online .online-step-card:hover{
  transform:translateY(-8px);
  border-color:rgba(25,173,185,.95);
  box-shadow:0 28px 75px rgba(70,44,50,.12);
}

.page-consulta-online .online-step-number{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:58px;
  height:58px;
  border-radius:20px;
  background:linear-gradient(135deg,var(--brand),var(--brand-dark));
  color:#fff;
  font-size:1.05rem;
  font-weight:900;
  margin-bottom:1.35rem;
  box-shadow:0 14px 30px rgba(25,173,185,.24);
}

.page-consulta-online .online-steps-grid > div:nth-child(even) .online-step-number{
  background:linear-gradient(135deg,var(--rose),var(--rose-dark));
  box-shadow:0 14px 30px rgba(217,133,145,.22);
}

.page-consulta-online .online-step-card h3{
  max-width:210px;
  color:var(--ink);
  font-size:1.28rem;
  line-height:1.25;
  font-weight:900;
  margin-bottom:.8rem;
}

.page-consulta-online .online-step-card p{
  position:relative;
  z-index:2;
  color:var(--muted);
  line-height:1.72;
  margin:0;
}

.page-consulta-online .online-help-section{
  background:#fff;
}

.page-consulta-online .online-help-section:after{
  width:420px;
  height:420px;
  left:-245px;
  bottom:-250px;
  background:radial-gradient(circle,rgba(217,133,145,.11),rgba(25,173,185,.04) 56%,transparent 70%);
}

.page-consulta-online .online-help-copy{
  position:relative;
  z-index:2;
  padding:2.6rem;
  border:1px solid rgba(25,173,185,.15);
  border-radius:36px;
  background:linear-gradient(145deg,#fff,var(--soft-2));
  box-shadow:0 22px 65px rgba(70,44,50,.08);
}

.page-consulta-online .online-help-list{
  gap:.8rem;
  margin-top:1.7rem;
}

.page-consulta-online .online-help-list span{
  display:flex;
  align-items:center;
  min-height:58px;
  padding:.9rem 1rem;
  border:1px solid rgba(25,173,185,.14);
  border-radius:18px;
  background:#fff;
  color:var(--ink);
  box-shadow:0 10px 26px rgba(70,44,50,.045);
}

.page-consulta-online .online-help-list i{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:30px;
  height:30px;
  flex:0 0 30px;
  margin-right:.7rem;
  border-radius:50%;
  background:var(--mint);
  color:var(--brand-dark);
}

.page-consulta-online .online-feature-grid{
  position:relative;
  z-index:2;
}

.page-consulta-online .online-feature-card{
  position:relative;
  overflow:hidden;
  min-height:245px;
  padding:1.8rem;
  background:#fff;
  border:2px solid rgba(94,222,232,.78);
  border-radius:28px;
  border-bottom-right-radius:88px;
  box-shadow:0 18px 55px rgba(70,44,50,.07);
  transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;
}

.page-consulta-online .online-feature-grid > div:nth-child(2) .online-feature-card,
.page-consulta-online .online-feature-grid > div:nth-child(3) .online-feature-card{
  border-color:rgba(217,133,145,.42);
  background:linear-gradient(145deg,#fff,var(--cream));
}

.page-consulta-online .online-feature-card:after{
  content:"";
  position:absolute;
  right:-42px;
  bottom:-46px;
  width:125px;
  height:125px;
  border-radius:50%;
  background:rgba(25,173,185,.055);
}

.page-consulta-online .online-feature-grid > div:nth-child(2) .online-feature-card:after,
.page-consulta-online .online-feature-grid > div:nth-child(3) .online-feature-card:after{
  background:rgba(217,133,145,.07);
}

.page-consulta-online .online-feature-card:hover{
  transform:translateY(-7px);
  border-color:rgba(25,173,185,.9);
  box-shadow:0 28px 70px rgba(70,44,50,.11);
}

.page-consulta-online .online-feature-card i{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:58px;
  height:58px;
  border-radius:19px;
  background:linear-gradient(135deg,var(--mint),var(--blush));
  color:var(--brand-dark);
  font-size:1.55rem;
  margin-bottom:1.25rem;
  box-shadow:0 12px 28px rgba(25,173,185,.11);
}

.page-consulta-online .online-feature-grid > div:nth-child(2) .online-feature-card i,
.page-consulta-online .online-feature-grid > div:nth-child(3) .online-feature-card i{
  color:var(--rose-dark);
  background:linear-gradient(135deg,var(--blush),var(--cream));
}

.page-consulta-online .online-feature-card h3{
  position:relative;
  z-index:2;
  color:var(--ink);
  font-size:1.22rem;
  line-height:1.3;
  font-weight:900;
  margin-bottom:.7rem;
}

.page-consulta-online .online-feature-card p{
  position:relative;
  z-index:2;
  color:var(--muted);
  line-height:1.72;
  margin:0;
}

@media (max-width:991px){
  .page-consulta-online .online-help-copy{
    padding:2rem;
  }

  .page-consulta-online .online-step-card,
  .page-consulta-online .online-feature-card{
    min-height:100%;
  }
}

@media (max-width:575px){
  .page-consulta-online .online-section-heading h2,
  .page-consulta-online .online-help-copy h2{
    font-size:2.14rem;
  }

  .page-consulta-online .online-step-card{
    padding:1.55rem;
    border-bottom-right-radius:78px;
  }

  .page-consulta-online .online-step-card:after{
    right:12px;
    bottom:-18px;
    font-size:6.5rem;
  }

  .page-consulta-online .online-help-copy{
    padding:1.55rem;
    border-radius:28px;
  }

  .page-consulta-online .online-help-list{
    grid-template-columns:1fr;
  }

  .page-consulta-online .online-feature-card{
    min-height:auto;
    padding:1.55rem;
    border-bottom-right-radius:72px;
  }
}


/* ===== Novas publicações do blog — 2026-07-23 ===== */
.blog-all-heading{margin-top:5rem;margin-bottom:2rem}
.article-author-note{margin:2.5rem 0 1rem;padding:1.45rem 1.55rem;border-left:4px solid var(--brand);background:linear-gradient(135deg,var(--mint),#fff);border-radius:0 22px 22px 0}
.article-author-note strong{display:block;color:var(--brand-dark);font-size:.76rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.45rem}
.article-author-note p{margin:0;color:#59646e}
.article-references{margin-top:2.8rem;padding-top:.3rem;border-top:1px solid rgba(25,173,185,.14)}
.article-references h2{margin-top:2rem}
.article-references ul{margin:0;padding-left:1.25rem;display:grid;gap:.7rem}
.article-references li{color:#59646e;line-height:1.75}
@media (max-width:575px){.blog-all-heading{margin-top:3.5rem}.article-author-note{padding:1.2rem}}
