:root {
  --cor-rosa-principal: #d98880;
  /* Um tom de rosa queimado/rosé */
  --cor-rosa-claro-rgb: 253, 242, 242;
  /* Rosa bem claro para fundos (formato RGB) */
  --cor-texto-escuro: #4d4d4d;
}

body {
  color: var(--cor-texto-escuro);
}

/* Sobrescrevendo a cor de fundo do bg-light */
.bg-light {
  --bs-light-rgb: var(--cor-rosa-claro-rgb);
}

/* Sobrescrevendo a cor de sucesso (botões e links verdes) */
.btn-success {
  --bs-btn-bg: var(--cor-rosa-principal);
  --bs-btn-border-color: var(--cor-rosa-principal);
  --bs-btn-hover-bg: #c7756a;
  --bs-btn-hover-border-color: #c7756a;
}

.text-success,
.text-success:hover {
  color: var(--cor-rosa-principal) !important;
}

.accordion-button:not(.collapsed) {
  background-color: rgba(var(--cor-rosa-claro-rgb), 0.8);
  color: var(--cor-texto-escuro);
}

.accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 136, 128, 0.25);
}

section,
[id^="sobre"],
[id^="tratamentos"],
[id^="resultados"],
[id^="faq"],
[id^="agendamento"] {
  scroll-margin-top: 69px;
}

.navbar-premium {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  border-bottom: 2.5px solid #ffd6df38;
  box-shadow: 0 2px 18px #ffd6df13, 0 1.5px 7px #ffd6df09;
}
.navbar-logo {
  background: #ffd6df;
  color: #d16c90;
  font-weight: 900;
  font-family: "Playfair Display", serif;
  font-size: 1.3rem;
  border-radius: 50%;
  padding: 4px 6px;
  margin-right: 2px;
  box-shadow: 0 1.5px 8px #ffd6df65;
}
.navbar-title {
  font-size: 1.1rem;
  color: #b866a1;
  letter-spacing: 0.04em;
  font-weight: 700;
}
.navbar-nav .nav-link {
  color: #6b4375;
  font-weight: 500;
  margin: 0 7px;
  transition: color 0.13s;
  border-radius: 9px;
  padding: 8px 15px !important;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover {
  color: #d16c90;
  background: #fff6f9;
}
.btn-cta {
  background: #e7a1b5;
  color: #fff;
  font-weight: 700;
  border-radius: 10px;
  padding: 13px 26px;
  font-size: 1.04rem;
  border: none;
  box-shadow: 0 2px 9px #ffd6df45;
  transition: background 0.16s, color 0.16s;
  display: flex;
  align-items: center;
}
.btn-cta:hover,
.btn-cta:focus {
  background: #fff;
  color: #e7a1b5;
  border: 1.5px solid #e7a1b5;
}
@media (max-width: 992px) {
  .btn-cta {
    width: 100%;
    margin: 14px 0 0 0;
    justify-content: center;
  }
  .navbar-nav {
    margin: 0 auto !important;
  }
}

.hero-estetica {
  position: relative;
  min-height: 440px;
  background: #f7e9ef;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background: url("images/consultorio.jpg") center/cover no-repeat;
  filter: brightness(0.82) blur(1.2px);
  z-index: 1;
}
/* Overlay gradiente escuro só do lado do texto */
.hero-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    #fff9f6 55%,
    rgba(255, 249, 246, 0.22) 70%,
    transparent 100%
  );
  z-index: 2;
}

@media (max-width: 991px) {
  .hero-content {
    padding-top: 24px;
  }
  .hero-img-person img {
    width: 416px !important;
  }
  .hero-gradient {
    background: linear-gradient(
      180deg,
      #fff9f6 0%,
      rgba(255, 249, 246, 0.22) 70%,
      transparent 100%
    );
  }
  #sobre img {
    display: none;
  }
}
/* Ajuste para textos escuros ou claros */
.hero-content {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  min-height: 440px;
}
.hero-text {
  flex: 1;
  color: #412d34;
  max-width: 530px;
}
.hero-text h1 {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 18px;
  color: #342227;
}
.hero-text p {
  font-size: 1.18rem;
  margin-bottom: 20px;
  color: #72585d;
}
.btn-rose {
  background: #e7a1b5;
  color: #fff;
  padding: 14px 32px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1.04rem;
  box-shadow: 0 2px 12px #e7a1b522;
  transition: background 0.14s;
}
.btn-rose:hover {
  background: #d16c90;
}

.hero-img-person {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: end;
}
.hero-img-person img {
  width: 530px;
  max-width: 98vw;
}
@media (max-width: 900px) {
  .hero-content {
    flex-direction: column;
    text-align: center;
  }
  .hero-img-person {
    justify-content: center;
    margin-top: 18px;
  }
}

.antes-depois-img-wrapper {
  position: relative;
  display: inline-block;
  margin-top: 24px;
}
.antes-depois-img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 8px 32px #f6b7c933;
}
.antes-label,
.depois-label {
  position: absolute;
  top: 12px;
  font-size: 1rem;
  font-weight: 700;
  padding: 6px 18px;
  background: #ffe5eb;
  color: #d16c90;
  border-radius: 20px;
  box-shadow: 0 1px 4px #fff7fa55;
  letter-spacing: 0.04em;
}
.antes-label {
  left: 10%;
}
.depois-label {
  right: 10%;
}
@media (max-width: 767px) {
  .antes-label,
  .depois-label {
    font-size: 0.98rem;
    padding: 5px 12px;
  }
}

.tratamentos-section {
  background: #f6f7fb;
}
.tratamentos-section .container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
}

.tratamentos-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
  width: 100%; /* garante grid largo */
  margin: 0 auto;
}

@media (max-width: 700px) {
  .tratamentos-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* Aqui está o segredo: */
.tratamento-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 16px #d493b52c;
  padding: 34px 24px 26px 24px;
  text-align: center;
  border-top: 6px solid #e7a1b5;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  min-height: 300px;
  transition: transform 0.13s, box-shadow 0.13s, border-color 0.17s;
  cursor: default;
}

.tratamento-card:hover {
  transform: translateY(-6px) scale(1.035);
  box-shadow: 0 6px 30px #d493b548;
  border-top: 6px solid #da6392;
}
.tratamento-icone {
  font-size: 2.5rem;
  color: #fff;
  background: linear-gradient(135deg, #e7a1b5 60%, #ffd6df 100%);
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px auto;
  box-shadow: 0 1.5px 6px #d493b52a;
}
.tratamento-legenda {
  color: #d16c90;
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .tratamento-card {
    padding: 20px 12px;
    margin: 0 20px;
  }
  .tratamento-icone {
    font-size: 1.4rem;
    width: 42px;
    height: 42px;
  }
}

.etapas-section {
  background: #f6f7fb;
}

.etapas-steps {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 38px;
  position: relative;
  margin-top: 40px;
  padding-top: 26px;
}

/* Linha horizontal desktop */
.etapas-steps::before {
  content: "";
  position: absolute;
  top: 200px;
  left: 11%;
  right: 11%;
  height: 4px;
  background: linear-gradient(90deg, #f7c9db 0%, #e7a1b5 100%);
  z-index: 1;
}

/* Cards */
.etapa-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 18px #e7a1b528;
  padding: 38px 26px 28px 26px;
  flex: 1;
  min-width: 220px;
  max-width: 330px;
  min-height: 341px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
}

.etapa-circle {
  position: relative;
  width: 68px;
  height: 68px;
  background: linear-gradient(135deg, #e7a1b5 60%, #ffd6df 100%);
  border-radius: 50%;
  color: #fff;
  font-size: 2.3rem;
  font-weight: 700;
  box-shadow: 0 4px 14px #e7a1b540;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  z-index: 3;
  border: 5px solid #fff;
}

/* MOBILE: flex vira coluna, linha vira vertical */
@media (max-width: 900px) {
  .etapas-steps {
    flex-direction: column;
    gap: 28px;
    padding-top: 0;
    align-items: center;
  }
  /* Esconde a linha horizontal */
  .etapas-steps::before {
    display: none;
  }

  /* Linha vertical no mobile/tablet */
  .etapas-steps::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 60px;
    bottom: 32px;
    width: 4px;
    background: linear-gradient(180deg, #f7c9db 0%, #e7a1b5 100%);
    z-index: 1;
  }
  .etapa-card {
    z-index: 2;
    margin-bottom: 0; /* remove se usar gap */
  }
}

.cta-section {
  background: #db8883;
  padding: 60px 0 56px 0;
  border-radius: 0 0 36px 36px;
}
.cta-selo {
  display: inline-block;
  background: #fff6f2;
  color: #d16c90;
  font-size: 0.98rem;
  padding: 7px 24px;
  border-radius: 32px;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-bottom: 18px;
}
.cta-title {
  color: #fff;
  font-size: 2.25rem;
  font-weight: 800;
  margin-bottom: 12px;
  line-height: 1.19;
  text-shadow: 0 3px 22px #db888355;
}
.cta-desc {
  color: #fff;
  font-size: 1.12rem;
  margin-bottom: 32px;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  text-shadow: 0 1.5px 12px #db888344;
}
.cta-btn {
  background: #fff;
  color: #db8883;
  font-weight: 800;
  font-size: 1.13rem;
  border-radius: 10px;
  padding: 20px 44px;
  box-shadow: 0 4px 18px #db888330;
  transition: background 0.16s, color 0.16s, box-shadow 0.16s;
  border: none;
  margin-top: 18px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.cta-btn i {
  font-size: 1.32em;
}
.cta-btn:hover {
  background: #ffd6df;
  color: #d16c90;
  box-shadow: 0 8px 26px #db888340;
}
.cta-garantia {
  color: #fff;
  font-size: 18px;
  margin-top: 18px;
  opacity: 0.83;
}
@media (max-width: 650px) {
  .cta-section {
    padding: 38px 0 30px 0;
  }
  .cta-title {
    font-size: 1.35rem;
  }
  .cta-desc {
    font-size: 1rem;
  }
  .cta-btn {
    font-size: 0.98rem;
    padding: 15px 24px;
  }
}

.lead {
  font-size: 24px;
}

.faq-section {
  background: #fff7fb;
  padding-top: 60px;
  padding-bottom: 60px;
}
.faq-selo {
  display: inline-block;
  background: #ffe3ef;
  color: #d16c90;
  font-size: 1.01rem;
  padding: 7px 26px;
  border-radius: 32px;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-bottom: 14px;
}
.faq-box {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 6px 28px #f7c9db22, 0 1.5px 6px #fff8fc55;
}
.accordion-button {
  background: transparent;
  border: none;
  font-size: 1.13rem;
  font-weight: 700;
  padding: 22px 20px;
  border-radius: 14px !important;
  transition: background 0.13s;
}
.accordion-button:focus {
  box-shadow: 0 0 0 2px #ffd6df44;
}
.accordion-button:not(.collapsed) {
  background: #fff4f8;
  color: #d16c90;
  box-shadow: none;
  border-left: 6px solid #e7a1b5;
  border-bottom-left-radius: 0px !important;
}
.accordion-item {
  border: none;
  border-radius: 14px;
  margin-bottom: 10px;
  overflow: hidden;
}
.accordion-body {
  background: #fff8fc;
  border-radius: 0 0 14px 14px;
  font-size: 1.02rem;
  color: #865e77;
  border-left: 6px solid #e7a1b5;
  margin-bottom: 2px;
}
.text-rose {
  color: #e7a1b5 !important;
}
@media (max-width: 700px) {
  .faq-box {
    padding: 14px 4px;
  }
  .accordion-button {
    font-size: 1.01rem;
    padding: 15px 8px;
  }
}

.footer-premium {
  background: linear-gradient(135deg, #3e2841 60%, #8d638b 100%);
  color: #ffeef7;
  font-size: 1.08rem;
  padding-bottom: 0;
  letter-spacing: 0.01em;
}
.footer-logo {
  background: #ffd6df;
  color: #b866a1;
  font-weight: 800;
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  border-radius: 50%;
  padding: 16px 18px;
  display: inline-block;
  box-shadow: 0 2px 8px #fff3;
}
.footer-title {
  font-weight: 700;
  font-size: 1.17rem;
  letter-spacing: 0.03em;
  color: #ffeef7;
}
.footer-contatos a {
  color: #ffeef7;
  font-size: 1.46rem;
  background: #5631572b;
  border-radius: 50%;
  padding: 8px 12px;
  transition: background 0.15s, color 0.15s;
}
.footer-contatos a:hover {
  background: #ffd6df;
  color: #b866a1;
}
.footer-divider {
  border-top: 1.5px solid #ffeef73b;
}
.footer-bottom {
  font-size: 0.97rem;
  color: #ffeef7;
  opacity: 0.85;
}
.text-secondary-rose {
  color: #ffd6df !important;
  opacity: 0.82;
}
@media (max-width: 768px) {
  .footer-main {
    flex-direction: column !important;
    gap: 16px;
  }
  .footer-logo {
    font-size: 1.35rem;
    padding: 9px 13px;
  }
}

.whatsapp-float {
  position: fixed;
  bottom: 22px;
  right: 20px;
  z-index: 1100;
  background: #d98880;
  color: white;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  box-shadow: 0 4px 16px rgba(30, 30, 60, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.1rem;
  transition: background 0.13s, color 0.13s, box-shadow 0.13s;
  text-decoration: none;
}
.whatsapp-float:hover {
  background: #fff;
  color: #eac46a;
  box-shadow: 0 6px 24px rgba(30, 30, 60, 0.17);
}
@media (min-width: 991px) {
  .whatsapp-float {
    display: none; /* Só aparece em mobile/tablet */
  }
}
