/* ===========================================================
   Dra. Natália Castro Rodrigues — tema base (Bootstrap 5 override)
   Folha única compartilhada por todas as páginas.
   =========================================================== */

/* ---------- Fontes ---------- */
@font-face {
  font-family: "Carla Sans";
  src:
    url("fonts/CarlaSansLight.woff2") format("woff2"),
    url("fonts/CarlaSansLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Carla Sans";
  src:
    url("fonts/CarlaSansRegular.woff2") format("woff2"),
    url("fonts/CarlaSansRegular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Carla Sans";
  src:
    url("fonts/CarlaSansSemibold.woff2") format("woff2"),
    url("fonts/CarlaSansSemibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Carla Sans";
  src:
    url("fonts/CarlaSansBold.woff2") format("woff2"),
    url("fonts/CarlaSansBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ---------- Paleta → variáveis Bootstrap ---------- */
:root {
  --bs-primary: #c28c73;
  --bs-primary-rgb: 194, 140, 115;
  --bs-primary-text-emphasis: #9a5f3f;
  --bs-secondary: #ebd9cf;
  --bs-secondary-rgb: 235, 217, 207;
  --bs-dark: #6f4e3d;
  --bs-dark-rgb: 111, 78, 61;
  --bs-light: #f7f0e9;
  --bs-light-rgb: 247, 240, 233;
  --brand-cream-deep: #ecdccf;
  --bs-body-color: #6e6e6e;
  --bs-body-color-rgb: 110, 110, 110;
  --bs-body-bg: #ffffff;
  --bs-body-font-family: "Montserrat", system-ui, -apple-system, sans-serif;
  --bs-body-font-size: 1.0625rem;
  --bs-body-font-weight: 400;
  --bs-heading-color: #6e6e6e;
  --bs-border-color: #e8ded4;
  --bs-link-color: #c0805f;
  --bs-link-color-rgb: 192, 128, 95;
  --bs-link-hover-color: #9a5f3f;
  --bs-link-hover-color-rgb: 154, 95, 63;
  --bs-link-decoration: none;
  /* tom marrom do hero/faixas escuras */
  --brand-brown: #6f4e3d;
}

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background-color: #ffffff;
  background-image: linear-gradient(to top, #f5ede3 0%, #fff 36%);
  background-repeat: no-repeat;
}

/* ---------- Tipografia ---------- */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
  font-family: "Carla Sans", "Marcellus", Georgia, serif;
  font-weight: 400;
  letter-spacing: 0.015em;
  line-height: 1.15;
}
.font-display {
  font-family: "Carla Sans", "Marcellus", Georgia, serif !important;
}
.ls-1 {
  letter-spacing: 0.08em;
}
.ls-2 {
  letter-spacing: 0.16em;
}
a {
  transition: color 0.18s ease;
  font-weight: 600;
}

/* ---------- Botões (padrão embutido: pílula) ---------- */
.btn {
  --bs-btn-border-radius: 50rem;
  --bs-btn-padding-x: 1.65rem;
  --bs-btn-padding-y: 0.72rem;
  --bs-btn-font-family: "Montserrat", system-ui, sans-serif;
  --bs-btn-font-size: 0.98rem;
  --bs-btn-font-weight: 600;
  letter-spacing: 0.02em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.btn-lg {
  --bs-btn-padding-x: 2rem;
  --bs-btn-padding-y: 0.9rem;
  --bs-btn-font-size: 1.12rem;
}
.btn-sm {
  --bs-btn-padding-x: 1.25rem;
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-font-size: 0.92rem;
}
.btn-primary {
  --bs-btn-bg: #c0805f;
  --bs-btn-border-color: #c0805f;
  --bs-btn-hover-bg: #a86846;
  --bs-btn-hover-border-color: #a86846;
  --bs-btn-active-bg: #935936;
  --bs-btn-active-border-color: #935936;
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-active-color: #fff;
}
.btn-outline-primary {
  --bs-btn-color: #c0805f;
  --bs-btn-border-color: #c9a389;
  --bs-btn-hover-bg: #c0805f;
  --bs-btn-hover-border-color: #c0805f;
  --bs-btn-hover-color: #fff;
  --bs-btn-active-bg: #a86846;
  --bs-btn-active-border-color: #a86846;
}
.btn-outline-light {
  --bs-btn-color: #fff;
  --bs-btn-border-color: rgba(255, 255, 255, 0.75);
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #fff;
  --bs-btn-hover-color: #6f4e3d;
}
/* botão "link" de texto (ex: Atendimento / Saiba mais) */
.btn-link {
  --bs-btn-color: #c0805f;
  --bs-btn-hover-color: #9a5f3f;
  text-decoration: none;
  --bs-btn-font-weight: 600;
  letter-spacing: 0.02em;
}

/* ---------- Navbar (header transparente sobre o hero) ---------- */
.site-nav {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  z-index: 1030;
}
.navbar-toggler-abs {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.site-nav .dropdown-menu {
  --bs-dropdown-link-active-bg: var(--bs-primary);
  border: 0;
  border-radius: 1.05rem;
  box-shadow: 0 18px 44px rgba(93, 63, 48, 0.18);
  margin-top: 0;
  padding: 0.65rem;
  min-width: 16rem;
  overflow: hidden;
  background: linear-gradient(180deg, #fff 0%, var(--bs-light) 100%);
  font-size: 0.9rem;
}
.site-nav .dropdown-menu::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--bs-primary), #e6c9b6);
}
@media (min-width: 992px) {
  .site-nav .dropdown:hover > .dropdown-menu {
    display: block;
    animation: navdrop 0.22s ease both;
  }
}
@keyframes navdrop {
  from {
    opacity: 0;
    transform: translateY(-0.4rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-nav .dropdown-item {
  border-radius: 0.6rem;
  padding: 0.55rem 0.9rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: var(--bs-body-color);
  transition:
    background 0.16s ease,
    color 0.16s ease,
    padding 0.16s ease;
}
.site-nav .dropdown-item:hover,
.site-nav .dropdown-item:focus {
  background: var(--bs-secondary);
  color: var(--bs-primary);
  padding-left: 1.15rem;
}
.site-nav .dropdown-header {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1em;
  text-transform: none;
  letter-spacing: 0;
  color: #c58a86;
  padding: 0.55rem 0.9rem;
  margin-top: 0.15rem;
}
.site-nav .dropdown-item--sub {
  margin-left: 0.9rem;
  padding-left: 1.35rem;
  font-weight: 400;
  position: relative;
}
.site-nav .dropdown-item--sub::before {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 50%;
  width: 0.36rem;
  height: 0.36rem;
  border-right: 1.5px solid var(--bs-primary);
  border-top: 1.5px solid var(--bs-primary);
  transform: translateY(-50%) rotate(45deg);
  transition:
    transform 0.16s ease,
    border-color 0.16s ease;
}
.site-nav .dropdown-item--sub:hover::before {
  transform: translateY(-50%) translateX(0.15rem) rotate(45deg);
}
.site-nav .dropdown-menu .dropdown-item.fw-semibold {
  margin-top: 0.35rem;
  background: var(--bs-primary);
  color: #fff;
  text-align: center;
  justify-content: center;
}
.site-nav .dropdown-menu .dropdown-item.fw-semibold:hover {
  background: var(--bs-dark);
  color: #fff;
  padding-left: 0.9rem;
}
.site-nav .dropdown-divider {
  display: none;
}
@media (min-width: 992px) {
  .site-nav .dropdown > .dropdown-menu {
    margin-top: 0;
  }
  .site-nav .dropdown-toggle {
    padding-bottom: 1rem;
  }
  .site-nav .dropdown > .dropdown-menu::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -1rem;
    height: 1rem;
  }
}
#mobileNav .dropdown-menu {
  position: static;
  float: none;
  display: none;
  border: 0;
  box-shadow: none;
  margin: 0 0 0.25rem;
  padding: 0 0 0 1rem;
}
#mobileNav .dropdown-menu.show {
  display: block;
}
#mobileNav .dropdown-menu .dropdown-item.fw-semibold {
  background: transparent;
  color: var(--bs-body-color);
  text-align: left;
  justify-content: flex-start;
  margin-top: 0;
}
#mobileNav .dropdown-toggle::after {
  margin-left: 0.4rem;
}
.site-nav .nav-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.82rem;
  padding: 0.35rem 0;
  opacity: 0.92;
}
.site-nav .nav-link:hover,
.site-nav .nav-link.active {
  opacity: 1;
  color: #fff;
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.45);
}
.brand-logo {
  height: 88px;
  width: auto;
}
#mobileNav .nav-link {
  color: var(--brand-brown);
  opacity: 1;
  text-shadow: none;
  padding: 0.7rem 0.25rem;
}
#mobileNav .nav-link:hover,
#mobileNav .nav-link.active {
  color: var(--bs-primary);
  text-shadow: none;
}
#mobileNav .nav-item + .nav-item .nav-link {
  border-top: 1px solid rgba(93, 63, 48, 0.08);
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  overflow: hidden;
  background: var(--brand-brown);
}
.hero__media,
.hero__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}
.hero:not(.hero--page) .hero__media img {
  object-position: top right;
}
.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(93, 63, 48, 0.93) 0%,
    rgba(103, 71, 54, 0.72) 28%,
    rgba(120, 84, 63, 0.22) 52%,
    rgba(120, 84, 63, 0) 66%
  );
}
.hero__content {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .hero:not(.hero--page) {
    min-height: 750px;
    display: flex;
    align-items: center;
  }
}
.hero__wave {
  position: absolute;
  left: -2px;
  right: -2px;
  bottom: -2px;
  width: calc(100% + 4px);
  height: auto;
  z-index: 3;
  pointer-events: none;
  display: block;
}
/* variante compacta p/ páginas internas */
.hero--page .hero__overlay {
  background: linear-gradient(
    90deg,
    rgba(96, 66, 51, 0.92) 0%,
    rgba(103, 71, 54, 0.72) 38%,
    rgba(120, 84, 63, 0.35) 70%,
    rgba(120, 84, 63, 0.12) 100%
  );
}

/* ---------- Imagens de conteúdo ---------- */
.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shadow-soft {
  box-shadow: 0 24px 60px -28px rgba(88, 58, 41, 0.45) !important;
}

/* retrato da bio — imagem já exportada com as linhas decorativas */

/* ---------- Faixa de tratamentos (círculos) ---------- */
.treatment-circle {
  width: 100%;
  max-width: 220px;
  margin-inline: auto;
}
.treatment-circle img {
  width: 100%;
  height: auto;
  display: block;
}
.treatment-ph {
  aspect-ratio: 1;
  border-radius: 50%;
  background: linear-gradient(135deg, #e6c9b6, #c99e84);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

/* ---------- Carrossel horizontal (tratamentos, depoimentos) ---------- */
.hcarousel {
  position: relative;
}
.hcarousel__track {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 0.25rem;
}
.hcarousel__track::-webkit-scrollbar {
  display: none;
}
.hcarousel__item {
  flex: 0 0 100%;
  scroll-snap-align: start;
}
@media (min-width: 768px) {
  .hcarousel--3 .hcarousel__item {
    flex-basis: calc((100% - 3rem) / 3);
  }
  .hcarousel--4 .hcarousel__item {
    flex-basis: calc((100% - 4.5rem) / 4);
  }
}
.hcarousel__nav {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid currentColor;
  background: transparent;
  color: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  line-height: 1;
  transition: all 0.18s ease;
  cursor: pointer;
}
.hcarousel__nav:hover {
  background: currentColor;
}
.hcarousel__nav:hover i {
  color: #fff;
  mix-blend-mode: difference;
}
.gallery-viewport {
  position: relative;
}
.gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  background: #fff;
  border-color: var(--bs-primary);
  color: var(--bs-primary);
  box-shadow: 0 6px 18px rgba(93, 63, 48, 0.18);
}
.gallery-nav--prev {
  left: -1.1rem;
}
.gallery-nav--next {
  right: -1.1rem;
}
.gallery-nav:hover {
  background: var(--bs-primary);
}
.gallery-nav:hover i {
  color: #fff;
  mix-blend-mode: normal;
}
@media (max-width: 575.98px) {
  .gallery-nav--prev {
    left: 0.35rem;
  }
  .gallery-nav--next {
    right: 0.35rem;
  }
}
.hcarousel__dots {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.hcarousel__dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: currentColor;
  color: inherit;
  opacity: 0.3;
  cursor: pointer;
  transition:
    width 0.2s ease,
    opacity 0.2s ease;
}
.hcarousel__dot.is-active {
  opacity: 1;
  width: 26px;
  border-radius: 50rem;
}

/* ---------- Marquee de logos (parceiros) ---------- */
.logo-marquee {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent,
    #000 7%,
    #000 93%,
    transparent
  );
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 7%,
    #000 93%,
    transparent
  );
}
.logo-marquee__track {
  display: flex;
  align-items: center;
  gap: 4.5rem;
  width: max-content;
  animation: logo-scroll 32s linear infinite;
}
.logo-marquee:hover .logo-marquee__track {
  animation-play-state: paused;
}
.logo-marquee img {
  height: 82px;
  width: auto;
  object-fit: contain;
  display: block;
}
@keyframes logo-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (max-width: 767.98px) {
  .logo-marquee__track {
    gap: 0;
  }
  .logo-marquee picture {
    flex: 0 0 50vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .logo-marquee img {
    height: 60px;
  }
}

/* ---------- Placeholders (assets ainda não enviados) ---------- */
.ph-box {
  background: repeating-linear-gradient(
    45deg,
    #f1e7de,
    #f1e7de 10px,
    #ece0d5 10px,
    #ece0d5 20px
  );
  border: 1px dashed #cdb7a6;
  color: #a07d64;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.8rem;
  letter-spacing: 0.03em;
}

/* ---------- Cartões de blog ---------- */
.blog-card {
  text-align: center;
}
.blog-card .card-img-top {
  aspect-ratio: 16/11;
  object-fit: cover;
  box-shadow: 0 24px 60px -28px rgba(88, 58, 41, 0.45);
}
.blog-card .card-body {
  padding-top: 2.25rem;
}
.card-title a {
  color: var(--bs-primary);
}
.card-title a:hover {
  color: var(--bs-link-hover-color);
}

/* ---------- Google reviews (placeholder mark) ---------- */
.g-blue {
  color: #4285f4;
}
.g-red {
  color: #ea4335;
}
.g-yellow {
  color: #fbbc05;
}
.g-green {
  color: #34a853;
}

/* ---------- Comentários (blog leitura) ---------- */
.callout {
  background: linear-gradient(180deg, #faf4ee 0%, var(--bs-light) 100%);
  border: 1px solid var(--bs-border-color);
  border-radius: 1.35rem;
  padding: 2rem;
}
@media (max-width: 575.98px) {
  .callout {
    padding: 1.35rem;
  }
}
.icon-chip {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--bs-secondary);
  color: var(--bs-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}
.text-tagline {
  color: #a08d80;
}

/* ---------- Footer ---------- */
.site-footer {
  background: transparent;
  color: #818181;
}
.site-footer a {
  color: var(--bs-body-color);
  text-decoration: none;
}
.site-footer .align-items-center.gy-3 .small {
  font-size: 0.72rem;
}
.site-footer .row.gy-4 {
  font-size: 0.9rem;
}
.site-footer .row.gy-4 .footer-heading {
  font-size: 0.85rem;
}
@media (max-width: 991.98px) {
  .site-footer [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .site-footer .d-flex {
    justify-content: center;
  }
  .site-footer .list-unstyled li {
    justify-content: center;
  }
  .site-footer .list-unstyled li span {
    text-align: left;
  }
  .site-footer .text-lg-end {
    text-align: center !important;
  }
  .site-footer .footer-heading {
    text-align: center;
  }
  .site-nav .d-lg-none .navbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
.site-footer a:hover {
  color: var(--bs-primary);
}
.footer-nav a {
  display: block;
  padding: 0.28rem 0;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.9rem;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.footer-heading {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.92rem;
  color: var(--bs-primary);
  font-weight: 600;
}
.social-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--bs-primary);
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  transition: background 0.18s ease;
}
.social-btn:hover {
  background: #a86846;
  color: #fff !important;
}

/* ---------- Página temporária (site em desenvolvimento) ---------- */
.temp-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 3rem 0;
}
.temp-logo {
  height: 76px;
  width: auto;
}
.temp-photo-wrap {
  max-width: 420px;
  margin-inline: auto;
}
.temp-photo-wrap img {
  width: 100%;
  height: auto;
  display: block;
}
.temp-contacts i {
  color: var(--bs-primary);
  font-size: 1.05rem;
  flex-shrink: 0;
  margin-top: 0.15rem;
}
@media (max-width: 575.98px) {
  .temp-logo {
    height: 60px;
  }
}

/* ---------- Hero de páginas internas ---------- */
.hero--page .hero__content {
  padding-top: 9rem;
  padding-bottom: 4.75rem;
}
@media (min-width: 992px) {
  .hero--page {
    min-height: 460px;
    display: flex;
    align-items: center;
  }
  .hero--page .hero__content {
    padding-bottom: 8.5rem;
  }
}
@media (max-width: 991.98px) {
  .hero:not(.hero--page) {
    min-height: 65vh;
    display: flex;
    align-items: center;
  }
  .hero:not(.hero--page) .hero__content {
    padding-top: 6rem !important;
    padding-bottom: 4rem !important;
  }
  .hero--page {
    min-height: 340px;
    display: flex;
    align-items: center;
  }
  .hero--page .hero__content {
    padding-top: 6rem;
    padding-bottom: 3.25rem;
  }
  .hero__content {
    text-align: center;
  }
  .hero__content .col-lg-8,
  .hero__content .col-lg-9,
  .hero__content .col-lg-11,
  .hero__content .col-lg-12 {
    margin-inline: auto;
  }
  .hero__content .d-flex {
    justify-content: center;
  }
}

/* ---------- Busca no hero (blog) ---------- */
.hero-search .form-control {
  border: 0;
  padding: 0.9rem 1.35rem;
  background: rgba(255, 255, 255, 0.92);
}
.hero-search .form-control::placeholder {
  color: #8a7264;
  opacity: 0.85;
}
.hero-search .btn {
  white-space: nowrap;
}

/* ---------- FAQ (accordion pílula) ---------- */
.hr-full {
  border: 0;
  border-top: 1px solid #c9b19f;
  margin: 0 0 3.5rem;
  width: 100%;
}
.error-suggestion {
  background: linear-gradient(180deg, #faf4ee 0%, var(--bs-light) 100%);
  border: 1px solid var(--bs-border-color);
  border-radius: 1.1rem;
  padding: 1.75rem 1.35rem;
  text-align: center;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease;
}
.error-suggestion:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(93, 63, 48, 0.14);
}
.error-suggestion .icon-chip {
  width: 56px;
  height: 56px;
  font-size: 1.5rem;
  margin-inline: auto;
}
.whatsapp-fab {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 1050;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #3cb17e;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.85rem;
  box-shadow: 0 10px 26px rgba(60, 177, 126, 0.42);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease;
  animation: fabPulse 2.4s ease-in-out infinite;
}
.whatsapp-fab:hover {
  color: #fff;
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 14px 32px rgba(60, 177, 126, 0.52);
  animation-play-state: paused;
}
@keyframes fabPulse {
  0% {
    box-shadow:
      0 10px 26px rgba(60, 177, 126, 0.42),
      0 0 0 0 rgba(60, 177, 126, 0.5);
  }
  70% {
    box-shadow:
      0 10px 26px rgba(60, 177, 126, 0.42),
      0 0 0 16px rgba(60, 177, 126, 0);
  }
  100% {
    box-shadow:
      0 10px 26px rgba(60, 177, 126, 0.42),
      0 0 0 0 rgba(60, 177, 126, 0);
  }
}
@media (max-width: 575.98px) {
  .whatsapp-fab {
    right: 1rem;
    bottom: 1rem;
    width: 54px;
    height: 54px;
    font-size: 1.65rem;
  }
}
.faq .accordion-item {
  background: transparent;
  border: 0;
  margin-bottom: 1rem;
}
.faq .accordion-button {
  background: linear-gradient(180deg, #faf4ee 0%, var(--bs-light) 100%);
  border: 1px solid var(--bs-border-color);
  color: #7a5a48;
  border-radius: 50rem !important;
  padding: 1.05rem 1.85rem;
  font-weight: 500;
  box-shadow: none;
  font-size: 1.02rem;
  font-family: "Montserrat", sans-serif;
}
.faq .accordion-button:not(.collapsed) {
  background: linear-gradient(180deg, #faf4ee 0%, var(--bs-light) 100%);
  color: #7a5a48;
}
.faq .accordion-button::after {
  content: "\F282";
  font-family: "bootstrap-icons";
  background-image: none;
  width: 2.1rem;
  height: 2.1rem;
  flex: 0 0 2.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--bs-primary);
  color: #fff;
  transition: transform 0.2s ease;
  font-size: 0.8rem;
  margin-left: auto;
}
.faq .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}
.faq .accordion-body {
  padding: 1.1rem 1.95rem 0;
  color: var(--bs-body-color);
}

/* ---------- Formulário ---------- */
.form-control {
  --bs-border-radius: 50rem;
  border-color: #a86846;
  padding: 0.85rem 1.4rem;
  color: #a86846;
}
textarea.form-control {
  --bs-border-radius: 1.35rem;
}
.form-control::placeholder {
  color: #a86846;
  opacity: 0.85;
}
.form-control:focus {
  border-color: var(--bs-primary);
  box-shadow: 0 0 0 0.2rem rgba(192, 128, 95, 0.15);
}

/* ---------- Chips de tags ---------- */
.tag-chip {
  display: inline-block;
  border: 1px solid #e0c8b8;
  border-radius: 50rem;
  padding: 0.42rem 1.05rem;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--bs-primary);
  text-decoration: none;
  font-weight: 600;
}
.tag-chip:hover {
  background: var(--bs-primary);
  color: #fff;
}

/* ---------- Paginação (blog) ---------- */
.pagination {
  --bs-pagination-color: var(--bs-primary);
  --bs-pagination-bg: transparent;
  --bs-pagination-hover-color: #fff;
  --bs-pagination-hover-bg: var(--bs-primary);
  --bs-pagination-hover-border-color: var(--bs-primary);
  --bs-pagination-focus-color: var(--bs-primary);
  --bs-pagination-focus-bg: transparent;
  --bs-pagination-focus-box-shadow: 0 0 0 0.2rem rgba(194, 140, 115, 0.2);
  --bs-pagination-border-color: #e0c8b8;
  --bs-pagination-border-radius: 50rem;
  align-items: center;
  gap: 0.4rem;
  margin: 0;
  flex-wrap: wrap;
}
.pagination .page-link {
  border-radius: 50rem;
  min-width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  padding: 0.5rem 1rem;
}
.pagination .page-numbers.current {
  width: 44px;
  height: 44px;
  border-radius: 50rem;
  background: var(--bs-primary);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.page-link-static {
  border: 0 !important;
  background: transparent !important;
  color: var(--bs-body-color) !important;
}
.pagination .page-link.opacity-25 {
  pointer-events: none;
}

/* ---------- Sidebar do blog ---------- */
.blog-side h3 {
  font-size: 1.15rem;
  margin-bottom: 1.1rem;
}
.cat-list a {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.6rem 0;
  border-bottom: 1px solid var(--bs-border-color);
  text-decoration: none;
  color: var(--bs-body-color);
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
}
.cat-list a:hover {
  color: var(--bs-primary);
}
.cat-list .count {
  color: #b39684;
  font-weight: 600;
}
.side-post {
  display: flex;
  gap: 0.85rem;
  text-decoration: none;
  color: var(--bs-body-color);
  font-size: 0.9rem;
}
.side-post .small {
  font-weight: 400;
}
.side-post img,
.side-post .ph-box {
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  border-radius: 0.65rem;
  object-fit: cover;
}
.side-post:hover .side-post__title {
  color: var(--bs-primary);
}

/* ---------- Card do autor ---------- */
.author-card {
  border: 1px solid #ecd9cc;
  border-radius: 1.35rem;
}
.author-portrait {
  width: 100%;
}
.author-portrait img,
.author-portrait .ph-box {
  width: 100%;
  display: block;
}

/* ---------- Faixa CTA (Agende sua consulta) ---------- */
.cta-band {
  position: relative;
  overflow: hidden;
  background: var(--brand-brown);
}
.cta-band .cta-media,
.cta-band .cta-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cta-band .cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(93, 63, 48, 0.94) 0%,
    rgba(111, 78, 61, 0.78) 45%,
    rgba(120, 84, 63, 0.45) 100%
  );
}
.cta-band .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .cta-band {
    text-align: center;
  }
  .cta-band .d-flex {
    justify-content: center;
  }
}

/* ---------- Galeria (consultório) ---------- */
.gallery img,
.gallery .ph-box {
  aspect-ratio: 16/11;
  object-fit: cover;
  width: 100%;
  border-radius: 1rem;
}
.gallery-carousel .gallery-item {
  display: block;
  cursor: zoom-in;
}
.gallery-carousel .gallery-item img {
  aspect-ratio: 16/11;
  object-fit: cover;
  width: 100%;
  transition: opacity 0.18s ease;
}
.gallery-carousel .gallery-item:hover img {
  opacity: 0.9;
}

/* ---------- Lightbox ---------- */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(60, 40, 30, 0.92);
  padding: clamp(1rem, 4vw, 3rem);
}
.lightbox.is-open {
  display: flex;
}
.lightbox__stage {
  margin: 0;
  max-width: min(1100px, 92vw);
  max-height: 88vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lightbox__img {
  max-width: 100%;
  max-height: 88vh;
  width: auto;
  height: auto;
  border-radius: 0.75rem;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
}
.lightbox__close {
  position: absolute;
  top: 1.25rem;
  right: 1.5rem;
  width: 52px;
  height: 52px;
}
.lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
}
.lightbox__nav--prev {
  left: 1.25rem;
}
.lightbox__nav--next {
  right: 1.25rem;
}
.lightbox__close,
.lightbox__nav {
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  cursor: pointer;
  transition: background 0.18s ease;
}
.lightbox__close:hover,
.lightbox__nav:hover {
  background: var(--bs-primary);
}
@media (max-width: 575.98px) {
  .lightbox__nav {
    width: 44px;
    height: 44px;
  }
  .lightbox__nav--prev {
    left: 0.5rem;
  }
  .lightbox__nav--next {
    right: 0.5rem;
  }
}

/* ---------- Mapa (placeholder) ---------- */
.map-box {
  border-radius: 1rem;
  overflow: hidden;
  aspect-ratio: 4/3;
  width: 100%;
}
@media (max-width: 991.98px) {
  .map-box {
    aspect-ratio: 3/4;
  }
}
.map-box iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* ---------- Conteúdo institucional / artigo ---------- */
.prose h2 {
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  margin-top: 2.25rem;
  margin-bottom: 1rem;
}
.prose p {
  margin-bottom: 1.15rem;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.8rem;
  color: var(--bs-primary);
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

/* ---------- Utilidades pontuais ---------- */
.section {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media (min-width: 992px) {
  .hero--page + .section {
    padding-top: 0;
  }
}
@media (max-width: 991.98px) {
  .section {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .brand-logo {
    height: 76px;
  }
  .hero__overlay {
    background: linear-gradient(
      180deg,
      rgba(96, 66, 51, 0.55) 0%,
      rgba(96, 66, 51, 0.85) 100%
    );
  }
}

.dropdown-item.active,
.dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
  color: #fff !important;
}

.pagination .page-item.active .page-link {
  background-color: #a86846 !important;
  border-color: #a86846 !important;
  color: #fff !important;
}
