:root{
  --pink:#ef4567;
  --wine:#941f4d;
  --wine-dark:#87224d;
  --wine-deep:#7f1d47;
  --green:#0fc344;
  --green-dark:#089432;
  --soft:#fff4f7;
  --text:#241c22;
  --muted:#6f5f67;
  --line:#ead7df;
  --white:#fff;
  --shadow:0 18px 50px rgba(67,28,47,.13);
  --radius:24px;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Montserrat,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--text);background:#fff;line-height:1.55}
a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{max-width:var(--max);margin:0 auto;padding:0 24px}.sr-only{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}
.topbar{background:var(--wine);color:#fff}.topbar .container{height:58px;display:flex;align-items:center;justify-content:space-between;gap:20px}.contact-link{font-weight:800;text-decoration:underline;font-size:1.05rem}.socials{display:flex;align-items:center;gap:24px}.socials a{color:#fff;opacity:.96;display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;line-height:1;flex:0 0 auto}.socials a:hover{opacity:.75}.socials img{width:auto;height:18px;max-width:none;object-fit:contain;display:block}.lang-switch{display:flex;gap:8px;align-items:center;font-weight:800}.lang-switch a{border:1px solid rgba(255,255,255,.5);border-radius:999px;padding:4px 9px;font-size:.78rem}.lang-switch .active{background:#fff;color:var(--wine)}
.site-header{background:#fff;border-bottom:1px solid #e5bccb;position:sticky;top:0;z-index:50;box-shadow:0 10px 30px rgba(70,31,50,.04)}.site-header .container{height:78px;display:flex;align-items:center;justify-content:space-between}.brand{display:inline-flex;flex-direction:column;line-height:1}.brand-main{font-size:1.55rem;letter-spacing:-.04em;font-weight:500}.brand-main .brand-first{color:var(--pink)}.brand-main .brand-last{color:var(--wine)}.brand-sub{font-size:.73rem;letter-spacing:.02em;color:#b17285;text-transform:uppercase;margin-top:4px}.menu-toggle{border:0;background:transparent;color:var(--wine);font-size:1.6rem;width:46px;height:46px;border-radius:50%;cursor:pointer}.menu-toggle:hover{background:var(--soft)}
.menu-overlay{position:fixed;inset:0;background:#fff;z-index:100;display:grid;grid-template-rows:58px 1fr;opacity:0;pointer-events:none;transition:.25s ease}.menu-overlay.open{opacity:1;pointer-events:auto}.menu-overlay .topbar{grid-row:1}.menu-panel{position:relative;padding:66px 24px 40px}.menu-panel .brand{position:absolute;top:50px;left:clamp(24px,5vw,80px)}.menu-close{position:absolute;top:56px;right:clamp(24px,7vw,120px);border:0;background:#fff;color:var(--wine);font-size:3rem;line-height:1;cursor:pointer}.overlay-nav{display:flex;flex-direction:column;align-items:center;gap:12px;margin-top:90px}.overlay-nav a{font-size:clamp(1.65rem,3vw,2.45rem);font-weight:800;color:var(--wine);line-height:1.08}.overlay-nav a.active,.overlay-nav a:hover{color:var(--pink)}body.menu-open{overflow:hidden}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:999px;background:var(--green);color:#fff;font-weight:900;text-transform:uppercase;letter-spacing:.01em;padding:16px 28px;min-height:50px;box-shadow:0 14px 28px rgba(12,157,55,.22);transition:.2s ease}.btn:hover{transform:translateY(-1px);background:var(--green-dark)}.btn.small{font-size:.82rem;padding:12px 22px;min-height:40px}.eyebrow{display:block;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;font-weight:900;margin-bottom:12px;color:#fff}.accent{color:var(--pink)}.wine-text{color:var(--wine)}.section{padding:78px 0}.section-title{font-size:clamp(2rem,3.4vw,3.1rem);line-height:1.05;text-align:center;margin:0 0 18px;font-weight:900;letter-spacing:-.04em}.section-lead{max-width:820px;margin:0 auto 36px;text-align:center;color:var(--muted)}
.hero{position:relative;overflow:hidden;border-bottom:2px solid #e8aabc}.hero .container{display:grid;grid-template-columns:1.05fr .95fr;min-height:610px;align-items:center;gap:30px}.hero-copy{padding:70px 0}.hero h1{font-size:clamp(2.35rem,5.2vw,4.95rem);line-height:.94;letter-spacing:-.07em;margin:0 0 24px;font-weight:950}.hero p{font-size:1.06rem;color:#4b3f45;max-width:670px;margin:0 0 18px}.hero-media{align-self:end;position:relative;min-height:575px}.hero-media img{position:absolute;right:-30px;bottom:0;max-height:650px;width:min(640px,110%);object-fit:contain}.hero-list{display:grid;gap:10px;background:#fff;border-left:6px solid var(--green);box-shadow:var(--shadow);border-radius:18px;padding:18px 20px;margin:24px 0 22px;max-width:630px}.hero-list strong{color:var(--wine);font-size:.9rem;text-transform:uppercase}.check-row{display:flex;gap:10px;align-items:flex-start;color:#4d4248;font-size:.94rem}.check{flex:0 0 auto;width:20px;height:20px;border-radius:50%;display:inline-grid;place-items:center;background:#e9fff0;color:var(--green);font-weight:900}.hero::after{content:"";position:absolute;right:-160px;bottom:0;width:42vw;height:100%;background:linear-gradient(145deg,transparent 0 24%,var(--wine) 24%);z-index:-1}.hero.alt h1{font-size:clamp(2.2rem,4.8vw,4.6rem)}
.cards{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;align-items:stretch}.cards.four{grid-template-columns:repeat(4,1fr)}.card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:28px 20px;text-align:center;box-shadow:0 12px 28px rgba(100,40,69,.06);min-height:235px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.card.featured{background:var(--wine);color:#fff;transform:translateY(-10px)}.card.tint{background:#fff4f7}.card .icon{width:44px;height:44px;border-radius:50%;border:2px solid currentColor;display:grid;place-items:center;font-weight:950;margin-bottom:18px}.card h3{font-size:1.05rem;line-height:1.12;color:var(--pink);margin:0 0 12px}.card.featured h3{color:#fff}.card p{font-size:.9rem;color:#66535d;margin:0}.card.featured p{color:#fff}
.about{background:linear-gradient(135deg,#cc1a62,var(--wine));color:#fff;overflow:hidden}.about .container{display:grid;grid-template-columns:1fr .9fr;align-items:center;gap:45px}.about h2{font-size:clamp(2rem,4vw,3.35rem);line-height:1.02;margin:0 0 18px;letter-spacing:-.05em}.about p{color:#fff;opacity:.96}.about-list{display:grid;gap:9px;margin:20px 0 24px}.about-list li{list-style:none;display:flex;gap:10px;align-items:flex-start}.about-list li::before{content:"✓";display:inline-grid;place-items:center;width:22px;height:22px;border-radius:50%;background:rgba(255,255,255,.18);font-weight:900}.about-figure{position:relative;min-height:440px;display:flex;align-items:end;justify-content:center}.blob{position:absolute;inset:auto 20px 20px auto;width:82%;height:78%;background:#fff;border-radius:55% 45% 45% 55%;transform:rotate(-9deg)}.about-figure img{position:relative;z-index:1;max-height:450px;object-fit:contain;border-radius:24px}.about-figure .floating{position:absolute;right:0;top:54px;width:47%;border-radius:22px;box-shadow:var(--shadow);z-index:2}.about-figure.breast img.main{max-height:420px;object-fit:contain}.about-figure.breast .blob{width:78%;height:70%}
.specialties .cards{grid-template-columns:repeat(3,1fr);max-width:900px;margin:0 auto}.specialties .cards .card:nth-child(4){grid-column:1 / span 1;margin-left:50%}.specialties .cards .card:nth-child(5){grid-column:2 / span 1;margin-left:50%}.line-icon{font-size:2.4rem;margin-bottom:12px;color:var(--wine)}
.testimonials{background:var(--wine);color:#fff;overflow:hidden}.testimonials .section-title{color:#fff}.testimonials .section-title .accent{color:#ff5b79}.rating{width:230px;margin:8px auto 34px}.testimonial-marquee{position:relative;overflow:hidden;padding:20px 0}.testimonial-track{display:flex;gap:36px;width:max-content;animation:marquee-testimonials 52s linear infinite}.testimonial-marquee:hover .testimonial-track{animation-play-state:paused}.testimonial-card{width:min(430px,84vw);height:520px;border-radius:20px;overflow:hidden;background:#111;box-shadow:0 24px 50px rgba(0,0,0,.22);display:flex;align-items:center;justify-content:center}.testimonial-card.wide{width:min(640px,90vw)}.testimonial-card img{width:100%;height:100%;object-fit:contain;background:#111}.testimonials .center{display:flex;justify-content:center;margin-top:30px}@keyframes marquee-testimonials{to{transform:translateX(-50%)}}
.faq-wrap{display:grid;grid-template-columns:.55fr 1fr;gap:55px;align-items:center}.faq-title{font-size:clamp(2rem,4vw,3rem);line-height:.95;letter-spacing:-.05em;margin:0}.faq-list{display:grid;gap:10px}.faq-list details{border:1px solid var(--line);border-radius:999px;background:#fff;box-shadow:0 8px 20px rgba(70,31,50,.04);overflow:hidden}.faq-list summary{cursor:pointer;font-weight:800;padding:13px 22px;list-style:none;display:flex;align-items:center;gap:10px}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary::before{content:"+";font-weight:950;color:var(--wine)}.faq-list details[open]{border-radius:20px}.faq-list details[open] summary::before{content:"–"}.faq-list p{margin:0;padding:0 22px 18px 48px;color:var(--muted)}.faq-note{display:flex;align-items:center;gap:10px;color:#255f32;margin-top:18px;font-weight:800}.faq-note::before{content:"";width:16px;height:16px;display:inline-block;flex:0 0 16px;background:url("/assets/img/faq-note-icon.svg") center/contain no-repeat}

.contact-section{padding:70px 0;background:#fff}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:55px;align-items:center}.footer-logo{width:170px;margin-bottom:18px}.contact-card{border:1px solid var(--line);border-radius:18px;min-height:250px;display:grid;grid-template-columns:1fr 1fr;align-items:center;text-align:center;box-shadow:var(--shadow)}.contact-card > div + div{border-left:1px solid var(--line)}.contact-card h3{margin:10px 0 6px;color:var(--wine)}.contact-card p{margin:0;color:#56464d;font-weight:700}.site-footer{background:var(--wine);color:#fff}.site-footer .container{min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:.82rem}.site-footer a{text-decoration:underline}.whatsapp-float{position:fixed;right:18px;bottom:18px;width:58px;height:58px;border-radius:50%;background:#22c55e;color:#fff;z-index:60;display:grid;place-items:center;font-size:1.5rem;box-shadow:0 16px 32px rgba(0,0,0,.25)}
.policy{padding:72px 0}.policy .container{max-width:900px}.policy h1{font-size:clamp(2.2rem,4vw,3.8rem);line-height:1.02;margin:0 0 22px;color:var(--wine);letter-spacing:-.05em}.policy h2{margin-top:34px;color:var(--wine)}.policy p,.policy li{color:#594950}.policy ul{padding-left:20px}.breadcrumbs{font-size:.9rem;color:var(--muted);margin-bottom:28px}.breadcrumbs a{text-decoration:underline;color:var(--wine)}
@media (max-width:1050px){.cards,.cards.four{grid-template-columns:repeat(2,1fr)}.specialties .cards{grid-template-columns:repeat(2,1fr)}.specialties .cards .card:nth-child(4),.specialties .cards .card:nth-child(5){grid-column:auto;margin-left:0}.hero .container,.about .container,.cta-shell,.contact-grid,.faq-wrap{grid-template-columns:1fr}.hero .container{min-height:auto}.hero-copy{padding:56px 0 0}.hero-media{min-height:520px}.hero-media img{right:50%;transform:translateX(50%)}.hero::after{width:80vw;right:-48vw}.about-figure{min-height:420px}.cta-block{margin-left:0;border-radius:0 28px 28px 0}.faq-title{text-align:center}.topbar .container{height:auto;min-height:58px;flex-wrap:wrap;padding-top:10px;padding-bottom:10px}.socials{gap:14px}.menu-panel .brand{position:static;margin-bottom:20px}.menu-close{top:45px}.overlay-nav{margin-top:20px}}
@media (max-width:680px){.container{padding:0 18px}.topbar .container{justify-content:center;text-align:center}.contact-link{width:100%;font-size:.96rem}.site-header .container{height:68px}.brand-main{font-size:1.32rem}.brand-sub{font-size:.62rem}.hero h1{font-size:2.55rem}.hero p{font-size:.98rem}.hero-list{padding:16px}.hero-media{min-height:445px}.hero-media img{width:125%;max-height:510px}.section{padding:56px 0}.cards,.cards.four,.specialties .cards{grid-template-columns:1fr}.card.featured{transform:none}.about-figure{min-height:370px}.about-figure .floating{display:none}.testimonial-card{height:430px}.testimonial-card.wide{height:430px}.faq-list details{border-radius:18px}.cta-shell{gap:22px}.cta-block{padding:42px 22px;border-radius:0 26px 26px 0}.image-track img{height:180px;width:270px}.contact-card{grid-template-columns:1fr}.contact-card > div{padding:28px 18px}.contact-card > div + div{border-left:0;border-top:1px solid var(--line)}.site-footer .container{flex-direction:column;text-align:center;padding-top:16px;padding-bottom:16px}.overlay-nav a{font-size:1.85rem}.menu-close{right:22px;font-size:2.6rem}.menu-panel{padding-top:38px}}

/* Ajuste global de títulos: Montserrat menor e mais delicada */
h1, h2, h3, h4, h5, h6,
.section-title,
.faq-title,
.hero h1,
.about h2,
.cta-block h2,
.policy h1,
.policy h2,
.card h3,
.overlay-nav a {
  font-family: Montserrat, Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.hero h1 {
  font-size: clamp(2rem, 4.2vw, 3.9rem);
  line-height: 1.03;
  font-weight: 700;
}

.hero.alt h1 {
  font-size: clamp(1.9rem, 3.9vw, 3.55rem);
}

.section-title {
  font-size: clamp(1.65rem, 2.55vw, 2.35rem);
  line-height: 1.14;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.about h2 {
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  line-height: 1.12;
  font-weight: 700;
}

.faq-title {
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  line-height: 1.05;
  font-weight: 700;
}

.cta-block h2 {
  font-size: clamp(1.65rem, 3vw, 2.85rem);
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.cta-block strong {
  font-weight: 700;
}

.card h3 {
  font-size: .98rem;
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.policy h1 {
  font-size: clamp(1.9rem, 3.2vw, 3rem);
  line-height: 1.1;
  font-weight: 700;
}

.policy h2 {
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-weight: 700;
}

.overlay-nav a {
  font-weight: 700;
  letter-spacing: -0.015em;
}

@media (max-width:680px) {
  .hero h1 {
    font-size: 2.15rem;
  }

  .section-title,
  .faq-title {
    font-size: 1.75rem;
  }

  .about h2,
  .cta-block h2 {
    font-size: 1.8rem;
  }
}

/* Botão flutuante do WhatsApp com o ícone enviado */
.whatsapp-float {
  right: 24px;
  bottom: 22px;
  width: 66px;
  height: 66px;
  background: #15c64f;
  font-size: 0;
  overflow: visible;
}

.whatsapp-float img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  display: block;
}

.whatsapp-float::after {
  content: "1";
  position: absolute;
  right: -2px;
  top: -7px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ff1e1e;
  color: #fff;
  display: grid;
  place-items: center;
  font: 800 12px/1 Inter, system-ui, sans-serif;
}

@media (max-width: 1180px) {
  .hero-home .container {
    grid-template-columns: 1fr .85fr;
  }

  .hero-composition .hero-doctor {
    right: 22%;
    width: min(47vw, 560px);
  }

  .hero-circle.circle-2 {
    right: -20px;
  }
}

@media (max-width: 900px) {
  .hero-home,
  .hero-home .container {
    min-height: auto;
  }

  .hero-home .container {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .hero-home .hero-copy {
    max-width: none;
    padding: 48px 0 28px;
  }

  .hero-home h1,
  .hero-home p,
  .hero-benefits {
    max-width: none;
  }

  .hero-composition {
    min-height: 560px;
  }

  .hero-home::after {
    width: 88vw;
    right: -30vw;
  }

  .hero-composition .hero-doctor {
    right: 48%;
    transform: translateX(50%);
    width: min(88vw, 520px);
    max-height: 560px;
  }

  .hero-circle.circle-1 {
    top: 10%;
    right: 8%;
  }

  .hero-circle.circle-2 {
    top: 36%;
    right: 2%;
  }

  .hero-circle.circle-3 {
    bottom: 8%;
    right: 9%;
  }
}

@media (max-width: 680px) {
  .hero-home h1 {
    font-size: 2.25rem;
    line-height: 1.04;
  }

  .hero-home p {
    font-size: .98rem;
  }

  .hero-home .btn {
    min-height: 56px;
    padding: 14px 20px;
  }

  .hero-composition {
    min-height: 470px;
  }

  .hero-circle {
    width: 112px;
    height: 112px;
  }

  .hero-circle.circle-2 {
    right: -8px;
  }

  .whatsapp-float {
    width: 58px;
    height: 58px;
    right: 16px;
    bottom: 16px;
  }

  .whatsapp-float img {
    width: 30px;
    height: 30px;
  }
}

/* neutraliza os elementos da versão composta anterior, caso ainda existam em cache */
.hero-home.hero-image-only .hero-doctor,
.hero-home.hero-image-only .hero-circle {
  display: none !important;
}

/* Botão flutuante do WhatsApp com o ícone enviado */
.whatsapp-float {
  right: 24px;
  bottom: 22px;
  width: 66px;
  height: 66px;
  background: #15c64f;
  font-size: 0;
  overflow: visible;
}

.whatsapp-float img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  display: block;
}

.whatsapp-float::after {
  content: "1";
  position: absolute;
  right: -2px;
  top: -7px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ff1e1e;
  color: #fff;
  display: grid;
  place-items: center;
  font: 800 12px/1 Inter, system-ui, sans-serif;
}

@media (max-width: 900px) {
  .hero-home.hero-image-only .container {
    height: auto;
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 48px;
  }

  .hero-home.hero-image-only .hero-copy {
    max-width: none;
  }

  .hero-home.hero-image-only h1,
  .hero-home.hero-image-only p,
  .hero-home.hero-image-only .hero-benefits {
    max-width: none;
  }

  .hero-home.hero-image-only .hero-media {
    position: relative;
    height: 420px;
    margin: 28px -18px 0;
  }

  .hero-home.hero-image-only .hero-desktop-image {
    object-fit: cover;
    object-position: center right;
  }
}

@media (max-width: 680px) {
  .hero-home.hero-image-only .container {
    padding-top: 42px;
  }

  .hero-home.hero-image-only h1 {
    font-size: 2.15rem;
    line-height: 1.04;
  }

  .hero-home.hero-image-only p {
    font-size: .98rem;
  }

  .hero-home.hero-image-only .btn {
    min-height: 56px;
    padding: 14px 20px;
  }

  .hero-home.hero-image-only .hero-media {
    height: 360px;
  }

  .whatsapp-float {
    width: 58px;
    height: 58px;
    right: 16px;
    bottom: 16px;
  }

  .whatsapp-float img {
    width: 30px;
    height: 30px;
  }
}

/* Botão flutuante do WhatsApp com o ícone enviado */
.whatsapp-float {
  right: 24px;
  bottom: 22px;
  width: 66px;
  height: 66px;
  background: #15c64f;
  font-size: 0;
  overflow: visible;
}

.whatsapp-float img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  display: block;
}

.whatsapp-float::after {
  content: "1";
  position: absolute;
  right: -2px;
  top: -7px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ff1e1e;
  color: #fff;
  display: grid;
  place-items: center;
  font: 800 12px/1 Inter, system-ui, sans-serif;
}

@media (max-width: 900px) {
  .hero-home.hero-image-only .container {
    height: auto;
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 48px;
  }

  .hero-home.hero-image-only .hero-copy {
    max-width: none;
  }

  .hero-home.hero-image-only h1,
  .hero-home.hero-image-only p,
  .hero-home.hero-image-only .hero-benefits {
    max-width: none;
  }

  .hero-home.hero-image-only .hero-media {
    position: relative;
    height: 420px;
    margin: 28px -18px 0;
  }

  .hero-home.hero-image-only .hero-desktop-image {
    object-fit: cover;
    object-position: center right;
  }
}

@media (max-width: 680px) {
  .hero-home.hero-image-only .container {
    padding-top: 42px;
  }

  .hero-home.hero-image-only h1 {
    font-size: 1.85rem;
    line-height: 1.08;
  }

  .hero-home.hero-image-only p {
    font-size: .96rem;
  }

  .hero-home.hero-image-only .btn {
    min-height: 56px;
    padding: 14px 20px;
  }

  .hero-home.hero-image-only .hero-media {
    height: 360px;
  }

  .whatsapp-float {
    width: 58px;
    height: 58px;
    right: 16px;
    bottom: 16px;
  }

  .whatsapp-float img {
    width: 30px;
    height: 30px;
  }
}

/* Hero corrigido: imagem enviada como fundo único e H1 menor */
.hero-home.hero-image-only {
  position: relative;
  min-height: auto;
  overflow: hidden;
  background: #fff;
  border-bottom: 2px solid #e8aabc;
}

.hero-home.hero-image-only::after,
.hero-home.hero-image-only .hero-media,
.hero-home.hero-image-only .hero-doctor,
.hero-home.hero-image-only .hero-circle,
.hero-home.hero-image-only .hero-desktop-image {
  display: none !important;
  content: none !important;
}

.hero-home.hero-image-only .hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

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

.hero-home.hero-image-only .container {
  max-width: 1460px;
  min-height: clamp(525px, 36.46vw, 700px);
  height: clamp(525px, 36.46vw, 700px);
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}

.hero-home.hero-image-only .hero-copy {
  width: min(100%, 610px);
  max-width: 610px;
  padding: 34px 0;
}

.hero-home.hero-image-only h1 {
  max-width: 520px;
  margin: 0 0 22px;
  font-family: Montserrat, Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: clamp(1.75rem, 2.25vw, 2.75rem);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.hero-home.hero-image-only p {
  max-width: 585px;
  margin: 0 0 18px;
  font-size: clamp(.95rem, .98vw, 1.08rem);
  line-height: 1.45;
  color: #120d11;
}

.hero-home.hero-image-only .hero-actions {
  margin: 32px 0 26px;
}

.hero-home.hero-image-only .btn {
  width: min(100%, 520px);
  min-height: 58px;
  border-radius: 5px;
  font-size: clamp(.85rem, .9vw, .98rem);
  box-shadow: 0 16px 32px rgba(7, 129, 45, .26);
}

.hero-home.hero-image-only .hero-benefits {
  display: grid;
  gap: 10px;
  max-width: 575px;
}

.hero-home.hero-image-only .hero-benefits .check-row {
  font-size: clamp(.9rem, .96vw, 1.02rem);
  line-height: 1.25;
  color: #87828a;
  font-weight: 600;
}

.hero-home.hero-image-only .hero-benefits .check {
  width: 23px;
  height: 23px;
  background: var(--green);
  color: #fff;
  font-size: .8rem;
  margin-top: 2px;
}

.whatsapp-float {
  right: 24px;
  bottom: 22px;
  width: 66px;
  height: 66px;
  background: #15c64f;
  font-size: 0;
  overflow: visible;
}

.whatsapp-float img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  display: block;
}

.whatsapp-float::after {
  content: "1";
  position: absolute;
  right: -2px;
  top: -7px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ff1e1e;
  color: #fff;
  display: grid;
  place-items: center;
  font: 800 12px/1 Inter, system-ui, sans-serif;
}

@media (max-width: 980px) {
  .hero-home.hero-image-only .hero-bg {
    position: relative;
    order: 2;
    height: 390px;
    margin: 20px -18px 0;
  }

  .hero-home.hero-image-only {
    display: flex;
    flex-direction: column;
  }

  .hero-home.hero-image-only .container {
    min-height: auto;
    height: auto;
    display: block;
    padding-top: 42px;
  }

  .hero-home.hero-image-only .hero-copy {
    width: 100%;
    max-width: none;
    padding: 0 0 20px;
  }

  .hero-home.hero-image-only h1 {
    max-width: none;
    font-size: clamp(1.7rem, 5vw, 2.3rem);
  }

  .hero-home.hero-image-only p,
  .hero-home.hero-image-only .hero-benefits {
    max-width: none;
  }
}

@media (max-width: 680px) {
  .hero-home.hero-image-only h1 {
    font-size: 1.75rem;
    line-height: 1.1;
  }

  .hero-home.hero-image-only p {
    font-size: .95rem;
  }

  .hero-home.hero-image-only .btn {
    min-height: 54px;
    padding: 14px 18px;
  }

  .hero-home.hero-image-only .hero-bg {
    height: 340px;
  }

  .whatsapp-float {
    width: 58px;
    height: 58px;
    right: 16px;
    bottom: 16px;
  }

  .whatsapp-float img {
    width: 30px;
    height: 30px;
  }
}

/* Ajuste de alinhamento e redução do hero */
.topbar .container,
.site-header .container,
.hero-home.hero-image-only .container {
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
}

.hero-home.hero-image-only .container {
  padding-left: 24px;
  padding-right: 24px;
}

.hero-home.hero-image-only .hero-copy {
  width: min(100%, 500px);
  max-width: 500px;
}

.hero-home.hero-image-only h1 {
  max-width: 440px;
  font-size: clamp(1.45rem, 1.85vw, 2.25rem);
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.025em;
  margin-bottom: 18px;
}

.hero-home.hero-image-only p {
  max-width: 500px;
  font-size: clamp(.84rem, .9vw, .98rem);
  line-height: 1.42;
  margin-bottom: 14px;
}

.hero-home.hero-image-only .hero-actions {
  margin: 26px 0 22px;
}

.hero-home.hero-image-only .btn {
  width: min(100%, 430px);
  min-height: 52px;
  font-size: clamp(.78rem, .82vw, .9rem);
  padding: 13px 22px;
}

.hero-home.hero-image-only .hero-benefits {
  max-width: 500px;
  gap: 8px;
}

.hero-home.hero-image-only .hero-benefits .check-row {
  font-size: clamp(.82rem, .86vw, .94rem);
  line-height: 1.25;
}

.hero-home.hero-image-only .hero-benefits .check {
  width: 20px;
  height: 20px;
  font-size: .72rem;
}

@media (max-width: 980px) {
  .hero-home.hero-image-only .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero-home.hero-image-only .hero-copy,
  .hero-home.hero-image-only h1,
  .hero-home.hero-image-only p,
  .hero-home.hero-image-only .hero-benefits {
    width: 100%;
    max-width: none;
  }
}

@media (max-width: 680px) {
  .hero-home.hero-image-only h1 {
    font-size: 1.58rem;
    line-height: 1.12;
  }

  .hero-home.hero-image-only p {
    font-size: .9rem;
  }

  .hero-home.hero-image-only .btn {
    width: 100%;
    min-height: 50px;
    font-size: .78rem;
  }
}

/* Ajuste da seção Quem é a Dra. Isabella Andrade? */
.about.about-home {
  background: linear-gradient(135deg, #cc1a62, var(--wine));
  color: #fff;
}

.about.about-home .container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  gap: 56px;
  align-items: center;
}

.about.about-home .about-copy {
  max-width: 650px;
}

.about.about-home .eyebrow {
  display: inline-block;
  margin-bottom: 28px;
  font-size: 1.05rem;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}

.about.about-home h2 {
  margin: 0 0 22px;
  font-family: Montserrat, Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: clamp(2rem, 3.2vw, 3.5rem);
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.about.about-home p {
  margin: 0 0 16px;
  color: #fff;
  opacity: 1;
  font-size: clamp(1rem, 1.06vw, 1.18rem);
  line-height: 1.38;
  max-width: 640px;
}

.about.about-home p + p {
  margin-top: 10px;
  margin-bottom: 28px;
}

.about.about-home strong {
  font-weight: 700;
}

.about.about-home .about-list {
  display: grid;
  gap: 10px;
  margin: 0 0 28px;
  max-width: 620px;
}

.about.about-home .about-list li {
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: clamp(1rem, 1.04vw, 1.15rem);
  line-height: 1.32;
}

.about.about-home .about-list li::before {
  content: "";
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  margin-top: 3px;
  border-radius: 0;
  background: center / contain no-repeat url("/assets/icons/about-check.svg");
}

.about.about-home .btn.small {
  min-height: 54px;
  width: min(100%, 470px);
  padding: 14px 22px;
  font-size: 0.96rem;
  box-shadow: 0 16px 32px rgba(7, 129, 45, .26);
}

.about.about-home .about-home-figure {
  min-height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about.about-home .about-home-figure .blob,
.about.about-home .about-home-figure .floating {
  display: none !important;
}

.about.about-home .about-home-figure img.single {
  width: min(100%, 575px);
  max-width: 575px;
  max-height: none;
  border-radius: 0;
  object-fit: contain;
  display: block;
}

@media (max-width: 980px) {
  .about.about-home .container {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .about.about-home .about-copy,
  .about.about-home p,
  .about.about-home .about-list {
    max-width: none;
  }

  .about.about-home .about-home-figure {
    order: 2;
  }

  .about.about-home .about-home-figure img.single {
    width: min(100%, 480px);
  }
}

@media (max-width: 680px) {
  .about.about-home .eyebrow {
    margin-bottom: 18px;
    font-size: .92rem;
  }

  .about.about-home h2 {
    font-size: 1.9rem;
    margin-bottom: 18px;
  }

  .about.about-home p {
    font-size: .96rem;
    line-height: 1.42;
  }

  .about.about-home .about-list li {
    font-size: .96rem;
  }

  .about.about-home .btn.small {
    width: 100%;
    min-height: 50px;
    font-size: .88rem;
  }
}

/* Refino da seção Quem é a Dra. Isabella Andrade? */
.about.about-home .container {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 620px);
  gap: 34px;
  align-items: center;
}

.about.about-home .about-copy {
  max-width: 610px;
}

.about.about-home .eyebrow {
  margin-bottom: 22px;
  font-size: .98rem;
}

.about.about-home h2 {
  font-size: clamp(1.75rem, 2.45vw, 2.85rem);
  line-height: 1.06;
  margin: 0 0 18px;
}

.about.about-home p {
  font-size: clamp(.96rem, 1vw, 1.08rem);
  line-height: 1.36;
  margin: 0 0 13px;
  max-width: 590px;
}

.about.about-home p + p {
  margin-top: 8px;
  margin-bottom: 24px;
}

.about.about-home .about-list {
  gap: 9px;
  margin: 0 0 24px;
  max-width: 590px;
}

.about.about-home .about-list li {
  font-size: clamp(.96rem, 1vw, 1.06rem);
  line-height: 1.28;
  gap: 11px;
}

.about.about-home .btn.small {
  width: min(100%, 470px);
  min-height: 52px;
  font-size: .92rem;
}

.about.about-home .about-home-figure {
  display: flex;
  align-items: end;
  justify-content: center;
  min-height: auto;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  padding: 0 !important;
}

.about.about-home .about-home-figure::before,
.about.about-home .about-home-figure::after,
.about.about-home .about-home-figure .blob,
.about.about-home .about-home-figure .floating {
  display: none !important;
  content: none !important;
}

.about.about-home .about-home-figure img.single {
  width: min(100%, 690px);
  max-width: 690px;
  transform: translateX(18px);
}

@media (max-width: 1180px) {
  .about.about-home .container {
    grid-template-columns: minmax(0,1fr) minmax(320px, 520px);
    gap: 24px;
  }
  .about.about-home .about-home-figure img.single {
    width: min(100%, 560px);
    max-width: 560px;
    transform: translateX(10px);
  }
}

@media (max-width: 980px) {
  .about.about-home .container {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .about.about-home .about-copy,
  .about.about-home p,
  .about.about-home .about-list {
    max-width: none;
  }
  .about.about-home .about-home-figure {
    justify-content: center;
  }
  .about.about-home .about-home-figure img.single {
    width: min(100%, 500px);
    max-width: 500px;
    transform: none;
  }
}

@media (max-width: 680px) {
  .about.about-home .eyebrow {
    font-size: .9rem;
    margin-bottom: 16px;
  }
  .about.about-home h2 {
    font-size: 1.7rem;
    margin-bottom: 16px;
  }
  .about.about-home p {
    font-size: .95rem;
    line-height: 1.4;
  }
  .about.about-home .about-list li {
    font-size: .95rem;
  }
  .about.about-home .btn.small {
    width: 100%;
    min-height: 50px;
    font-size: .86rem;
  }
}

/* Ajuste final seção sobre: sem box, imagem maior, título menor */
.about.about-home { overflow: visible; }
.about.about-home .container {
  grid-template-columns: minmax(0, 1fr) minmax(380px, 700px);
  gap: 24px;
  align-items: center;
  overflow: visible;
}
.about.about-home .about-copy {
  max-width: 590px;
}
.about.about-home .eyebrow {
  margin-bottom: 18px;
  font-size: .94rem;
}
.about.about-home h2 {
  font-size: clamp(1.55rem, 2.15vw, 2.55rem);
  line-height: 1.08;
  margin: 0 0 16px;
}
.about.about-home p {
  max-width: 570px;
  font-size: clamp(.94rem, .98vw, 1.04rem);
  line-height: 1.34;
  margin: 0 0 11px;
}
.about.about-home p + p { margin-top: 6px; margin-bottom: 20px; }
.about.about-home .about-list {
  max-width: 570px;
  gap: 8px;
  margin: 0 0 22px;
}
.about.about-home .about-list li {
  font-size: clamp(.94rem, .97vw, 1.02rem);
  line-height: 1.26;
}
.about.about-home .about-home-figure {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  min-height: 0;
  overflow: visible !important;
  position: relative;
  isolation: isolate;
}
.about.about-home .about-home-figure::before,
.about.about-home .about-home-figure::after,
.about.about-home .about-home-figure .blob,
.about.about-home .about-home-figure .floating,
.about.about-home .about-home-figure .main {
  display: none !important;
  content: none !important;
}
.about.about-home .about-home-figure img.single {
  width: min(100%, 760px);
  max-width: 760px;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  display: block;
  transform: translateX(34px) scale(1.06);
  transform-origin: center right;
}
.about.about-home .btn.small {
  width: min(100%, 470px);
  min-height: 50px;
  font-size: .9rem;
}
@media (max-width: 1180px) {
  .about.about-home .container { grid-template-columns: minmax(0,1fr) minmax(320px,560px); gap: 18px; }
  .about.about-home .about-home-figure img.single { width: min(100%, 620px); max-width: 620px; transform: translateX(18px) scale(1.03); }
}
@media (max-width: 980px) {
  .about.about-home .container { grid-template-columns: 1fr; gap: 18px; }
  .about.about-home .about-copy, .about.about-home p, .about.about-home .about-list { max-width: none; }
  .about.about-home .about-home-figure { justify-content: center; }
  .about.about-home .about-home-figure img.single { width: min(100%, 520px); max-width: 520px; transform: none; }
}
@media (max-width: 680px) {
  .about.about-home .eyebrow { font-size: .88rem; margin-bottom: 14px; }
  .about.about-home h2 { font-size: 1.56rem; margin-bottom: 14px; }
  .about.about-home p { font-size: .94rem; line-height: 1.38; }
  .about.about-home .about-list li { font-size: .93rem; }
}

/* Correção final da foto da doutora na seção sobre */
.about.about-home {
  overflow: hidden;
}

.about.about-home .container {
  grid-template-columns: minmax(0, 1fr) minmax(420px, 720px);
  gap: 22px;
  align-items: end;
}

.about.about-home .about-copy {
  max-width: 600px;
  padding-bottom: 28px;
}

.about.about-home h2 {
  font-size: clamp(1.45rem, 2vw, 2.3rem);
  line-height: 1.08;
  margin: 0 0 14px;
}

.about.about-home .about-home-figure {
  display: flex !important;
  align-items: end !important;
  justify-content: center !important;
  align-self: end;
  overflow: visible !important;
  min-height: 0;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.about.about-home .about-home-figure::before,
.about.about-home .about-home-figure::after,
.about.about-home .about-home-figure .blob,
.about.about-home .about-home-figure .floating {
  display: none !important;
  content: none !important;
}

.about.about-home .about-home-figure .main.single,
.about.about-home .about-home-figure img.single,
.about.about-home .about-home-figure img.main.single {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: min(100%, 820px) !important;
  max-width: 820px !important;
  height: auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  object-fit: contain;
  object-position: bottom center;
  margin: 0;
  transform: translate(28px, 22px) scale(1.08) !important;
  transform-origin: bottom center;
}

@media (max-width: 1180px) {
  .about.about-home .container {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 600px);
    gap: 18px;
  }

  .about.about-home .about-home-figure .main.single,
  .about.about-home .about-home-figure img.single,
  .about.about-home .about-home-figure img.main.single {
    width: min(100%, 670px) !important;
    max-width: 670px !important;
    transform: translate(14px, 16px) scale(1.04) !important;
  }
}

@media (max-width: 980px) {
  .about.about-home .container {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .about.about-home .about-copy {
    max-width: none;
    padding-bottom: 0;
  }

  .about.about-home .about-home-figure {
    order: 2;
    justify-content: center !important;
    margin-top: 8px;
  }

  .about.about-home .about-home-figure .main.single,
  .about.about-home .about-home-figure img.single,
  .about.about-home .about-home-figure img.main.single {
    width: min(100%, 540px) !important;
    max-width: 540px !important;
    transform: none !important;
  }
}

/* Ajuste da seção sobre para ficar conforme o anexo */
.about.about-home {
  background: linear-gradient(135deg, #cc1a62, #ad1658 100%);
  overflow: hidden;
  padding: 56px 0 8px;
}

.about.about-home .container {
  max-width: 1120px;
  display: grid;
  grid-template-columns: minmax(0, 520px) minmax(380px, 1fr);
  gap: 18px;
  align-items: end;
}

.about.about-home .about-copy {
  max-width: 520px;
  padding: 0 0 48px;
}

.about.about-home .eyebrow {
  display: inline-block;
  margin: 0 0 26px;
  font-size: .92rem;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}

.about.about-home h2 {
  margin: 0 0 18px;
  font-family: Montserrat, Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: clamp(2.15rem, 2.9vw, 3.35rem);
  line-height: 1.03;
  font-weight: 700;
  letter-spacing: -0.035em;
  color: #fff;
}

.about.about-home p {
  margin: 0 0 12px;
  max-width: 520px;
  color: #fff;
  font-size: clamp(.96rem, 1.02vw, 1.12rem);
  line-height: 1.34;
}

.about.about-home p + p {
  margin-top: 8px;
  margin-bottom: 26px;
}

.about.about-home .about-list {
  display: grid;
  gap: 10px;
  margin: 0 0 28px;
  max-width: 520px;
}

.about.about-home .about-list li {
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 11px;
  font-size: clamp(.95rem, 1vw, 1.08rem);
  line-height: 1.28;
  color: #fff;
}

.about.about-home .about-list li::before {
  content: "";
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  margin-top: 2px;
  background: center / contain no-repeat url('/assets/icons/about-check.svg');
}

.about.about-home .btn.small {
  width: min(100%, 470px);
  min-height: 52px;
  padding: 14px 22px;
  font-size: .92rem;
  box-shadow: 0 16px 32px rgba(7, 129, 45, .26);
}

.about.about-home .about-home-figure {
  display: flex !important;
  align-items: end !important;
  justify-content: flex-end !important;
  align-self: end;
  min-height: 0;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin-right: -8px;
}

.about.about-home .about-home-figure::before,
.about.about-home .about-home-figure::after,
.about.about-home .about-home-figure .blob,
.about.about-home .about-home-figure .floating {
  display: none !important;
  content: none !important;
}

.about.about-home .about-home-figure .main.single,
.about.about-home .about-home-figure img.single,
.about.about-home .about-home-figure img.main.single {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: min(100%, 720px) !important;
  max-width: 720px !important;
  height: auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  object-fit: contain;
  object-position: bottom right;
  transform: translate(12px, 10px) !important;
  transform-origin: bottom right;
}

@media (max-width: 1180px) {
  .about.about-home .container {
    max-width: 1040px;
    grid-template-columns: minmax(0, 470px) minmax(320px, 1fr);
  }

  .about.about-home .about-copy,
  .about.about-home p,
  .about.about-home .about-list {
    max-width: 470px;
  }

  .about.about-home .about-home-figure .main.single,
  .about.about-home .about-home-figure img.single,
  .about.about-home .about-home-figure img.main.single {
    width: min(100%, 650px) !important;
    max-width: 650px !important;
    transform: translate(8px, 8px) !important;
  }
}

@media (max-width: 980px) {
  .about.about-home {
    padding: 46px 0 0;
  }

  .about.about-home .container {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .about.about-home .about-copy,
  .about.about-home p,
  .about.about-home .about-list {
    max-width: none;
  }

  .about.about-home .about-copy {
    padding-bottom: 8px;
  }

  .about.about-home .about-home-figure {
    justify-content: center !important;
    margin-right: 0;
  }

  .about.about-home .about-home-figure .main.single,
  .about.about-home .about-home-figure img.single,
  .about.about-home .about-home-figure img.main.single {
    width: min(100%, 560px) !important;
    max-width: 560px !important;
    transform: none !important;
  }
}

@media (max-width: 680px) {
  .about.about-home {
    padding: 40px 0 0;
  }

  .about.about-home .eyebrow {
    margin-bottom: 18px;
    font-size: .88rem;
  }

  .about.about-home h2 {
    font-size: 1.95rem;
    margin-bottom: 16px;
  }

  .about.about-home p {
    font-size: .96rem;
    line-height: 1.4;
  }

  .about.about-home .about-list li {
    font-size: .95rem;
  }

  .about.about-home .btn.small {
    width: 100%;
    min-height: 50px;
    font-size: .86rem;
  }
}

/* Ajuste detalhado final da seção Quem é a Dra. Isabella Andrade? */
.about.about-home {
  background: #ca1c67;
  padding: 52px 0 10px;
  overflow: hidden;
}

.about.about-home .container {
  max-width: 1140px;
  display: grid;
  grid-template-columns: minmax(0, 545px) minmax(420px, 1fr);
  gap: 8px;
  align-items: end;
}

.about.about-home .about-copy {
  max-width: 545px;
  padding: 0 0 42px;
}

.about.about-home .eyebrow {
  display: inline-block;
  margin: 0 0 26px;
  color: #fff;
  text-transform: uppercase;
  font-size: .9rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}

.about.about-home h2 {
  max-width: 100%;
  margin: 0 0 18px;
  color: #fff;
  font-family: Montserrat, Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: clamp(2rem, 3.1vw, 3.05rem);
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: -0.035em;
}

.about.about-home p {
  max-width: 530px;
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(.95rem, 1vw, 1.08rem);
  line-height: 1.34;
}

.about.about-home p + p {
  margin-top: 8px;
  margin-bottom: 28px;
}

.about.about-home .about-list {
  display: grid;
  gap: 10px;
  margin: 0 0 30px;
  max-width: 530px;
}

.about.about-home .about-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  list-style: none;
  color: #fff;
  font-size: clamp(.95rem, 1vw, 1.04rem);
  line-height: 1.28;
}

.about.about-home .about-list li::before {
  content: "";
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  margin-top: 2px;
  background: center / contain no-repeat url('/assets/icons/about-check.svg');
}

.about.about-home .btn.small {
  width: min(100%, 470px);
  min-height: 52px;
  padding: 14px 22px;
  font-size: .92rem;
  box-shadow: 0 16px 32px rgba(7, 129, 45, .28);
}

.about.about-home .about-home-figure {
  display: flex !important;
  align-items: end !important;
  justify-content: flex-end !important;
  align-self: end;
  min-height: 0;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 -10px 0 0;
}

.about.about-home .about-home-figure::before,
.about.about-home .about-home-figure::after,
.about.about-home .about-home-figure .blob,
.about.about-home .about-home-figure .floating {
  display: none !important;
  content: none !important;
}

.about.about-home .about-home-figure .main.single,
.about.about-home .about-home-figure img.single,
.about.about-home .about-home-figure img.main.single {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: min(100%, 650px) !important;
  max-width: 650px !important;
  height: auto !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  object-fit: contain;
  object-position: bottom right;
  transform: translate(8px, 15px) !important;
  transform-origin: bottom right;
}

@media (max-width: 1180px) {
  .about.about-home .container {
    max-width: 1040px;
    grid-template-columns: minmax(0, 500px) minmax(340px, 1fr);
  }

  .about.about-home .about-copy,
  .about.about-home p,
  .about.about-home .about-list {
    max-width: 500px;
  }

  .about.about-home .about-home-figure .main.single,
  .about.about-home .about-home-figure img.single,
  .about.about-home .about-home-figure img.main.single {
    width: min(100%, 585px) !important;
    max-width: 585px !important;
    transform: translate(4px, 10px) !important;
  }
}

@media (max-width: 980px) {
  .about.about-home {
    padding: 44px 0 6px;
  }

  .about.about-home .container {
    grid-template-columns: 1fr;
    gap: 14px;
    max-width: var(--max);
  }

  .about.about-home .about-copy,
  .about.about-home p,
  .about.about-home .about-list {
    max-width: none;
  }

  .about.about-home .about-copy {
    padding-bottom: 0;
  }

  .about.about-home .about-home-figure {
    justify-content: center !important;
    margin-right: 0;
  }

  .about.about-home .about-home-figure .main.single,
  .about.about-home .about-home-figure img.single,
  .about.about-home .about-home-figure img.main.single {
    width: min(100%, 540px) !important;
    max-width: 540px !important;
    transform: none !important;
  }
}

@media (max-width: 680px) {
  .about.about-home {
    padding: 38px 0 0;
  }

  .about.about-home .eyebrow {
    margin-bottom: 18px;
    font-size: .86rem;
  }

  .about.about-home h2 {
    font-size: 1.95rem;
    margin-bottom: 16px;
  }

  .about.about-home p {
    font-size: .95rem;
    line-height: 1.38;
  }

  .about.about-home .about-list li {
    font-size: .94rem;
  }

  .about.about-home .btn.small {
    width: 100%;
    min-height: 50px;
    font-size: .86rem;
  }
}

/* Ajuste fino final: checks brancos e composição sem cortar a bola */
.about.about-home .about-list li::before {
  background: center / contain no-repeat url('/assets/icons/about-check.svg') !important;
}

.about.about-home .container {
  grid-template-columns: minmax(0, 540px) minmax(430px, 1fr) !important;
  gap: 10px !important;
  align-items: end !important;
}

.about.about-home .about-copy {
  max-width: 540px !important;
}

.about.about-home .about-home-figure {
  justify-content: flex-end !important;
  margin: 0 0 0 0 !important;
  overflow: visible !important;
}

.about.about-home .about-home-figure .main.single,
.about.about-home .about-home-figure img.single,
.about.about-home .about-home-figure img.main.single {
  width: min(100%, 625px) !important;
  max-width: 625px !important;
  object-fit: contain !important;
  object-position: bottom right !important;
  transform: translate(4px, 14px) scale(1) !important;
  transform-origin: bottom right !important;
}

@media (max-width: 1180px) {
  .about.about-home .container {
    grid-template-columns: minmax(0, 500px) minmax(340px, 1fr) !important;
  }

  .about.about-home .about-copy,
  .about.about-home p,
  .about.about-home .about-list {
    max-width: 500px !important;
  }

  .about.about-home .about-home-figure .main.single,
  .about.about-home .about-home-figure img.single,
  .about.about-home .about-home-figure img.main.single {
    width: min(100%, 570px) !important;
    max-width: 570px !important;
    transform: translate(2px, 10px) scale(1) !important;
  }
}

@media (max-width: 980px) {
  .about.about-home .about-home-figure {
    justify-content: center !important;
  }

  .about.about-home .about-home-figure .main.single,
  .about.about-home .about-home-figure img.single,
  .about.about-home .about-home-figure img.main.single {
    width: min(100%, 540px) !important;
    max-width: 540px !important;
    transform: none !important;
  }
}

/* Ajuste preciso da seção sobre conforme referência enviada */
.about.about-home {
  background: #ca1c67 !important;
  padding: 62px 0 4px !important;
  overflow: hidden !important;
}

.about.about-home .container {
  max-width: 1130px !important;
  display: grid !important;
  grid-template-columns: 540px minmax(0, 1fr) !important;
  gap: 22px !important;
  align-items: end !important;
}

.about.about-home .about-copy {
  max-width: 540px !important;
  padding: 0 0 38px !important;
}

.about.about-home .eyebrow {
  display: inline-block !important;
  margin: 0 0 28px !important;
  color: #fff !important;
  text-transform: uppercase !important;
  font-size: 0.95rem !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

.about.about-home h2 {
  max-width: 520px !important;
  margin: 0 0 18px !important;
  color: #fff !important;
  font-family: Montserrat, Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
  font-size: clamp(3.25rem, 4.9vw, 4.9rem) !important;
  line-height: 0.93 !important;
  font-weight: 700 !important;
  letter-spacing: -0.05em !important;
}

.about.about-home p {
  max-width: 540px !important;
  margin: 0 0 13px !important;
  color: #fff !important;
  font-size: 1rem !important;
  line-height: 1.28 !important;
}

.about.about-home p + p {
  margin-top: 8px !important;
  margin-bottom: 30px !important;
}

.about.about-home .about-list {
  display: grid !important;
  gap: 8px !important;
  margin: 0 0 28px !important;
  max-width: 540px !important;
}

.about.about-home .about-list li {
  display: flex !important;
  align-items: flex-start !important;
  gap: 11px !important;
  list-style: none !important;
  color: #fff !important;
  font-size: 1rem !important;
  line-height: 1.22 !important;
}

.about.about-home .about-list li::before {
  content: "" !important;
  width: 22px !important;
  height: 22px !important;
  flex: 0 0 22px !important;
  margin-top: 1px !important;
  background: center / contain no-repeat url('/assets/icons/about-check.svg') !important;
}

.about.about-home .btn.small {
  width: min(100%, 472px) !important;
  min-height: 50px !important;
  padding: 14px 22px !important;
  font-size: 0.92rem !important;
  box-shadow: 0 16px 32px rgba(7,129,45,.28) !important;
}

.about.about-home .about-home-figure {
  display: flex !important;
  align-items: end !important;
  justify-content: flex-end !important;
  align-self: end !important;
  min-height: 0 !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 -4px 0 0 !important;
}

.about.about-home .about-home-figure::before,
.about.about-home .about-home-figure::after,
.about.about-home .about-home-figure .blob,
.about.about-home .about-home-figure .floating {
  display: none !important;
  content: none !important;
}

.about.about-home .about-home-figure .main.single,
.about.about-home .about-home-figure img.single,
.about.about-home .about-home-figure img.main.single {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: min(100%, 620px) !important;
  max-width: 620px !important;
  height: auto !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  object-fit: contain !important;
  object-position: bottom right !important;
  transform: translate(0, 9px) !important;
  transform-origin: bottom right !important;
}

@media (max-width: 1180px) {
  .about.about-home .container {
    max-width: 1040px !important;
    grid-template-columns: 500px minmax(0, 1fr) !important;
    gap: 16px !important;
  }

  .about.about-home .about-copy,
  .about.about-home p,
  .about.about-home .about-list,
  .about.about-home h2 {
    max-width: 500px !important;
  }

  .about.about-home h2 {
    font-size: clamp(2.8rem, 4.4vw, 4.2rem) !important;
  }

  .about.about-home .about-home-figure .main.single,
  .about.about-home .about-home-figure img.single,
  .about.about-home .about-home-figure img.main.single {
    width: min(100%, 580px) !important;
    max-width: 580px !important;
    transform: translate(0, 8px) !important;
  }
}

@media (max-width: 980px) {
  .about.about-home {
    padding: 44px 0 0 !important;
  }

  .about.about-home .container {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    max-width: var(--max) !important;
  }

  .about.about-home .about-copy,
  .about.about-home p,
  .about.about-home .about-list,
  .about.about-home h2 {
    max-width: none !important;
  }

  .about.about-home .about-copy {
    padding-bottom: 0 !important;
  }

  .about.about-home .about-home-figure {
    justify-content: center !important;
    margin-right: 0 !important;
  }

  .about.about-home .about-home-figure .main.single,
  .about.about-home .about-home-figure img.single,
  .about.about-home .about-home-figure img.main.single {
    width: min(100%, 560px) !important;
    max-width: 560px !important;
    transform: none !important;
  }
}

@media (max-width: 680px) {
  .about.about-home {
    padding: 38px 0 0 !important;
  }

  .about.about-home .eyebrow {
    margin-bottom: 18px !important;
    font-size: .86rem !important;
  }

  .about.about-home h2 {
    font-size: 2.1rem !important;
    line-height: 0.98 !important;
    margin-bottom: 14px !important;
  }

  .about.about-home p,
  .about.about-home .about-list li {
    font-size: .95rem !important;
    line-height: 1.34 !important;
  }

  .about.about-home .btn.small {
    width: 100% !important;
    min-height: 50px !important;
    font-size: .86rem !important;
  }
}

/* Ajuste refinado da seção de especialidades */
.specialties {
  background: #f6f4f4;
}

.specialties .container {
  max-width: 980px;
}

.specialties .section-title {
  margin-bottom: 38px;
}

.specialties .cards {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  max-width: 930px;
  margin: 0 auto;
  align-items: stretch;
}

.specialties .cards .card {
  grid-column: span 2;
  min-height: 322px;
  padding: 20px 22px 18px;
  border: 1px solid #c8c0c3;
  border-radius: 8px;
  box-shadow: none;
  background: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.specialties .cards .card:nth-child(4) {
  grid-column: 2 / span 2;
  margin-left: 0;
}

.specialties .cards .card:nth-child(5) {
  grid-column: 4 / span 2;
  margin-left: 0;
}

.specialties .specialty-icon {
  width: 84px;
  height: 84px;
  object-fit: contain;
  margin: 2px auto 12px;
  flex: 0 0 auto;
}

.specialties .card h3 {
  margin: 0 0 10px;
  max-width: 230px;
  color: var(--wine);
  font-size: 0.98rem;
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.specialties .card p {
  margin: 0;
  color: #2e2428;
  font-size: 0.89rem;
  line-height: 1.34;
}

@media (max-width: 900px) {
  .specialties .cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 680px;
  }

  .specialties .cards .card,
  .specialties .cards .card:nth-child(4),
  .specialties .cards .card:nth-child(5) {
    grid-column: span 1;
  }
}

@media (max-width: 640px) {
  .specialties .section-title {
    margin-bottom: 28px;
  }

  .specialties .cards {
    grid-template-columns: 1fr;
    max-width: 360px;
  }

  .specialties .cards .card,
  .specialties .cards .card:nth-child(4),
  .specialties .cards .card:nth-child(5) {
    grid-column: auto;
    min-height: 0;
  }

  .specialties .specialty-icon {
    width: 78px;
    height: 78px;
  }
}

/* Equalização final da seção de especialidades */
.specialties .cards {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: stretch !important;
  gap: 14px !important;
  max-width: 936px !important;
  margin: 0 auto !important;
}

.specialties .cards .card,
.specialties .cards .card:nth-child(4),
.specialties .cards .card:nth-child(5) {
  grid-column: auto !important;
  margin-left: 0 !important;
  flex: 0 0 calc((100% - 28px) / 3) !important;
  max-width: calc((100% - 28px) / 3) !important;
  width: calc((100% - 28px) / 3) !important;
  min-width: 0 !important;
  min-height: 366px !important;
  padding: 22px 18px 18px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
}

.specialties .specialty-icon {
  width: 94px !important;
  height: 94px !important;
  margin: 2px auto 10px !important;
}

.specialties .card h3 {
  width: 100% !important;
  max-width: 255px !important;
  min-height: 68px !important;
  margin: 0 auto 10px !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: center !important;
  text-align: center !important;
  font-size: 0.98rem !important;
  line-height: 1.14 !important;
}

.specialties .card p {
  width: 100% !important;
  max-width: 250px !important;
  margin: 0 auto !important;
  text-align: center !important;
  font-size: 0.9rem !important;
  line-height: 1.4 !important;
  flex: 1 1 auto !important;
}

@media (max-width: 900px) {
  .specialties .cards {
    max-width: 700px !important;
  }

  .specialties .cards .card,
  .specialties .cards .card:nth-child(4),
  .specialties .cards .card:nth-child(5) {
    flex: 0 0 calc((100% - 14px) / 2) !important;
    max-width: calc((100% - 14px) / 2) !important;
    width: calc((100% - 14px) / 2) !important;
    min-height: 360px !important;
  }
}

@media (max-width: 640px) {
  .specialties .cards {
    max-width: 360px !important;
  }

  .specialties .cards .card,
  .specialties .cards .card:nth-child(4),
  .specialties .cards .card:nth-child(5) {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    min-height: 0 !important;
  }

  .specialties .card h3 {
    min-height: 0 !important;
  }
}

/* Ajuste da seção de depoimentos conforme referência */
.testimonials .rating {
  display: block !important;
  width: 230px !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 10px auto 34px !important;
  background: transparent !important;
  object-fit: contain !important;
}

.testimonials .center {
  display: flex !important;
  justify-content: center !important;
  margin-top: 30px !important;
}

.testimonials .center .btn.small,
.testimonials .btn.small {
  width: min(100%, 428px) !important;
  min-height: 48px !important;
  padding: 14px 24px !important;
  border-radius: 4px !important;
  font-size: 0.95rem !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  box-shadow: none !important;
}

@media (max-width: 640px) {
  .testimonials .center .btn.small,
  .testimonials .btn.small {
    width: 100% !important;
  }
}

/* Apenas depoimentos do Google */
.testimonials .testimonial-track {
  display: flex !important;
  gap: 14px !important;
  width: max-content !important;
  animation: marquee-testimonials 40s linear infinite !important;
}

.testimonials .testimonial-card.review-card {
  width: 300px !important;
  height: 194px !important;
  border-radius: 12px !important;
  background: #151515 !important;
  box-shadow: none !important;
  padding: 14px 16px 14px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  color: #fff !important;
}

.testimonials .review-head {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 8px;
}

.testimonials .review-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  flex: 0 0 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  overflow: hidden;
}
.testimonials .review-avatar img{width:100%;height:100%;object-fit:cover;display:block}
.testimonials .avatar-pink { background: #2f8cff; }
.testimonials .avatar-light { background: #efefef; color: #7f7f7f; }
.testimonials .avatar-photo { background: #1d1d1d; }

.testimonials .review-meta { min-width: 0; flex: 1 1 auto; }
.testimonials .review-meta h3 {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.15;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.testimonials .review-meta p {
  margin: 2px 0 0;
  font-size: 0.74rem;
  line-height: 1;
  color: #9a9a9a;
}

.testimonials .google-g {
  margin-left: auto;
  flex: 0 0 auto;
  font-weight: 800;
  font-size: 1.05rem;
  line-height: 1;
  background: conic-gradient(#4285F4 0 25%, #34A853 0 50%, #FBBC05 0 75%, #EA4335 0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.testimonials .review-stars {
  color: #ffcb2f;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 8px;
}
.testimonials .review-badge {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #3b82f6;
  color: #fff;
  font-size: 0.55rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.testimonials .review-text {
  margin: 0;
  color: #fff;
  font-size: 0.86rem;
  line-height: 1.33;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.testimonials .review-link {
  display: block;
  margin-top: auto;
  padding-top: 8px;
  color: #8e8e8e;
  font-size: 0.75rem;
}

@media (max-width: 640px) {
  .testimonials .testimonial-card.review-card {
    width: min(300px, 84vw) !important;
  }
}

/* Depoimentos Google em screenshots anexados */
.testimonials .testimonial-marquee {
  position: relative !important;
  overflow: hidden !important;
  padding: 20px 0 !important;
}

.testimonials .testimonial-track {
  display: flex !important;
  gap: 18px !important;
  width: max-content !important;
  animation: marquee-testimonials 70s linear infinite !important;
  align-items: center !important;
}

.testimonials .testimonial-card.google-shot {
  width: 313px !important;
  height: 227px !important;
  flex: 0 0 313px !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  display: block !important;
}

.testimonials .testimonial-card.google-shot img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: contain !important;
  background: transparent !important;
}

@media (max-width: 767px) {
  .testimonials .testimonial-card.google-shot {
    width: 280px !important;
    height: auto !important;
    flex-basis: 280px !important;
  }
  .testimonials .testimonial-card.google-shot img {
    height: auto !important;
  }
  .testimonials .testimonial-track {
    gap: 14px !important;
    animation-duration: 58s !important;
  }
}

/* Ajuste da seção CTA com alinhamento e imagens específicas */
.cta-marquee{overflow:hidden;background:#fff;padding:0 0 70px}
.cta-shell{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:center;gap:24px;max-width:var(--max);margin:0 auto;padding:0 24px;background:var(--wine);border-radius:0 34px 34px 0;overflow:hidden}
.cta-block{background:transparent;color:#fff;padding:56px 0 56px 54px;margin-left:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-height:344px}
.cta-block h2{font-size:clamp(2rem,4vw,3.65rem);line-height:1.12;letter-spacing:-.05em;margin:0 0 26px;font-weight:500;max-width:540px;text-align:left}
.cta-block .btn.small{align-self:flex-start;margin:0}
.cta-block strong{font-weight:950}
.image-marquee{overflow:hidden;padding:28px 28px 28px 0}
.guidance-track{display:flex;gap:10px;width:max-content;align-items:center;animation:marquee-images 28s linear infinite}
.guidance-shot{display:block;border-radius:20px;object-fit:cover;filter:none;background:#fff}
.guidance-shot.shot-narrow{width:136px;height:232px;object-position:24% center}
.guidance-shot.shot-wide{width:382px;height:232px;object-position:center center}
@keyframes marquee-images{to{transform:translateX(-50%)}}
@media (max-width: 980px){.cta-shell{grid-template-columns:1fr;gap:20px;border-radius:28px;padding:0 20px}.cta-block{padding:42px 24px 0;min-height:auto}.image-marquee{padding:0 24px 28px}.guidance-shot.shot-narrow{width:120px;height:200px}.guidance-shot.shot-wide{width:300px;height:200px}}
@media (max-width: 640px){.cta-marquee{padding:0 0 54px}.cta-shell{padding:0 16px}.cta-block{padding:34px 16px 0}.cta-block h2{max-width:none;margin-bottom:22px}.image-marquee{padding:0 16px 20px}.guidance-track{gap:8px;animation-duration:24s}.guidance-shot.shot-narrow{width:96px;height:176px}.guidance-shot.shot-wide{width:250px;height:176px}}
