@import url("styles.css");

.hero-visual {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  background: url("../../limpeza-de-pele.jpg") center bottom / cover no-repeat;
}
.hero-row > .col-lg-6:last-child { display: flex; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.section-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  line-height: 1.2;
  text-align: center;
}
.section-cta .bi { line-height: 1; }
.professional-photo {
  width: min(100%, 620px);
  max-height: 620px;
  margin-inline: auto;
  display: block;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 30%;
}
.treatments-heading, .section-intro { max-width: 760px; margin: 0 auto 3rem; }
.treatment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.service-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 14px 34px rgba(47,48,41,.1); transition: transform 220ms ease, box-shadow 220ms ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 20px 42px rgba(47,48,41,.15); }
.service-card img { width: 100%; height: 235px; object-fit: cover; }
.service-card > div { padding: 1.5rem; }
.service-card h3, .why-card h3 { margin-bottom: .7rem; font-size: 1.25rem; }
.service-card p { font-size: .98rem; line-height: 1.6; }
.service-card a, .site-footer a { color: var(--coral-dark); font-weight: 700; text-decoration: none; }
.service-card-text { display: flex; align-items: center; background: var(--sand); }
.service-icon { display: block; margin-bottom: 1rem; color: var(--coral-dark); font-size: 2rem; }
.why-section {
  background:
    linear-gradient(rgba(239, 228, 211, 0.82), rgba(239, 228, 211, 0.82)),
    url("../../porque-escolher-rebeca-vitoria-estetica.jpg") center / cover no-repeat;
}
.why-card { height: 100%; padding: 1.75rem; background: rgba(255,255,255,.76); border-radius: 12px; }
.why-card i { display: block; margin-bottom: 1rem; color: var(--coral-dark); font-size: 2rem; }
.why-card p { margin: 0; font-size: .98rem; }
.testimonials-section { background: #fff; }
.testimonial { height: 100%; margin: 0; padding: 2rem; background: var(--cream); border-left: 5px solid var(--coral); border-radius: 10px; box-shadow: 0 12px 30px rgba(47,48,41,.08); }
.testimonial i { color: var(--coral); font-size: 2rem; }
.testimonial p { margin: .5rem 0 0; color: var(--ink); font-size: 1.1rem; }
.testimonial footer { margin-top: 1.25rem; color: var(--coral-dark); font-weight: 800; }
.site-footer { padding: 5rem 0 1.5rem; background: #e4ddd4; }
.footer-cta { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding-bottom: 3.5rem; border-bottom: 1px solid var(--line); }
.footer-cta h2 { max-width: 720px; margin: 0; font-size: clamp(1.8rem,3vw,2.7rem); }
.footer-columns { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 3rem; padding: 3.5rem 0; }
.footer-columns > div { display: flex; flex-direction: column; align-items: flex-start; gap: .55rem; }
.footer-columns h3 { margin-bottom: .6rem; }
.footer-columns p { font-size: .95rem; }
.footer-logo { margin-bottom: 1rem; }
.footer-bottom { padding-top: 1.25rem; color: var(--muted); border-top: 1px solid var(--line); font-size: .9rem; }
.form-control[type="textarea"], textarea.form-control { min-height: 112px; }
.whatsapp-float {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 1040;
  min-height: 54px;
  padding: 0 1.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  color: #fff;
  background: #25d366;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(20, 90, 48, .3);
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}
.whatsapp-float .bi { font-size: 1.45rem; line-height: 1; }
.whatsapp-float:hover, .whatsapp-float:focus { color: #fff; background: #1ebd5a; transform: translateY(-3px); box-shadow: 0 16px 34px rgba(20, 90, 48, .38); }

@media (max-width: 991.98px) {
  .treatment-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-cta { align-items: flex-start; flex-direction: column; }
  .footer-columns { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 767.98px) {
  .hero-actions { display: grid; width: 100%; }
  .treatment-grid, .footer-columns { grid-template-columns: 1fr; }
  .service-card img { height: 220px; }
  .site-footer { padding-top: 4rem; }
  .whatsapp-float { width: 54px; padding: 0; }
  .whatsapp-float span { display: none; }
}
