@font-face {
  font-family: 'Lovelace';
  src: url('/');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'ArticulatCF';
  src: url('/fonts/ArticulatCF-Medium.otf');
  font-weight: 500;
  font-style: normal;
}

.font-lovelace {
  font-family: 'Lovelace', serif;
}

.font-articulat {
  font-family: 'ArticulatCF', sans-serif;
}

.h1 {
  font-family: 'Cormorant Garamond';
  font-size: 3.6em;
  font-weight: bold;
  line-height: 1.1;
}

.bg-hero {
  background-color: #ffdaaf;
}

.bg-p {
  padding: 12px;
  border-radius: 16px;
  border: 2px solid #527439;
}

.content-grid {
  width: 100%;
  margin: 0;
  padding: 0;
}

.grid-service-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* 3 colunas iguais */
  gap: 30px;
  /* espaço entre as colunas */
  max-width: 100%;
  margin: 0 auto;
  justify-items: space-between;

}

.grid-footer-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* 3 colunas iguais */
  gap: 30px;
  /* espaço entre as colunas */
  max-width: 100%;
  margin: 0 auto;
  justify-items: space-between;

}


@media (max-width: 768px) {
  .grid-footer-4 {
    grid-template-columns: 1fr;
  }
}

.logo {
  width: 110px;
  height: auto;
}

.stars {
  color: #eecc0c;
}

.img-cols-service-1 {
  background-image:
    linear-gradient(to top,
      rgba(0, 31, 8, 0.9),
      rgba(0, 0, 0, 0.4),
      transparent),
    url("/img/ativos-naturais-de-alta-performance-2.webp");
  background-size: cover;
  border-radius: 20px;
  padding: 35px 35px 50px 35px;
  height: 500px;
  width: 100%;
  align-content: end;
}

.img-cols-service-2 {
  background-image:
    linear-gradient(to top,
      rgba(0, 31, 8, 0.9),
      rgba(0, 0, 0, 0.4),
      transparent),
    url("/img/tratamentos-e-tecnologia-avancada-em-estetica2.webp");
  background-size: cover;
  border-radius: 20px;
  padding: 35px 35px 50px 35px;
  height: 500px;
  width: 100%;
  align-content: end;

}

.img-cols-service-3 {
  background-image:
    linear-gradient(to top,
      rgba(0, 31, 8, 0.9),
      rgba(0, 0, 0, 0.4),
      transparent),
    url("/img/estetica-bem-estar-e-equilibrio-2.webp");
  background-size: cover;
  border-radius: 20px;
  padding: 35px 35px 50px 35px;
  height: 500px;
  width: 100%;
  align-content: end;

}

.cols-h3 {
  color: #FFDAAF;
  font-size: 1.6em;
}

.cols-p {
  color: #FAF3EF;
  font-size: 1em;

}

@media (max-width: 768px) {
  .grid-service-3 {
    grid-template-columns: 1fr;
  }
}



/* HEADER */
.glass-effect {
  background: rgb(255, 218, 175);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.text-gradient {
  background: linear-gradient(135deg, #6E3621 0%, #DBA895 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hover-lift {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.hover-lift:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px -12px rgba(110, 54, 33, 0.15);
}

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.5, 0, 0, 1);
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

.service-card {
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(110, 54, 33, 0.95) 0%, rgba(82, 116, 57, 0.9) 100%);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
}

.service-card:hover::before {
  opacity: 1;
}

.service-card .service-image {
  transition: transform 0.7s ease;
}

.service-card:hover .service-image {
  transform: scale(1.1);
}

.service-content {
  position: relative;
  z-index: 2;
  transition: transform 0.4s ease;
}

.service-card:hover .service-content {
  transform: translateY(-10px);
}

.btn-primary {
  background: linear-gradient(135deg, #6E3621 0%, #8B4513 100%);
  transition: all 0.3s ease;
}

.btn-primary:hover {
  box-shadow: 0 10px 30px -10px rgba(110, 54, 33, 0.5);
  transform: translateY(-2px);
}

.btn-secondary {
  border: 2px solid #DBA895;
  color: #6E3621;
  transition: all 0.3s ease;
}

.btn-secondary:hover {
  background: #DBA895;
  color: white;
  border-color: #DBA895;
}

.accent-border {
  position: relative;
}

.accent-border::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 60px;
  height: 3px;
  background: #527439;
  border-radius: 2px;
}

.pattern-bg {
  background-image: radial-gradient(circle at 1px 1px, rgba(231, 70, 12, 0.05) 1px, transparent 0);
  background-size: 40px 40px;
}

.section-image {
  transition: transform 0.7s ease;
}

.section-card:hover .section-image {
  transform: scale(1.05);
}

/* Atenção: esta classe substitui a utility do Tailwind com o mesmo nome, mantendo o comportamento original fornecido */
.bg-gradient-to-t {

  opacity: 0.1;
}