@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


@media (max-width: 768px) {
  h1 {
    font-size: 1.75rem !important; /* ~28px */
    
  }

  h2 {
    font-size: 1.5rem !important; /* ~24px */
  }

  h3 {
    font-size: 1.25rem !important; /* ~20px */
  }

  p {
    font-size: 1rem !important; /* ~16px */
  }

  small {
    font-size: 0.875rem !important; /* ~14px */
  }
}




h1{
    font-family: "Lora", serif;
    font-weight: 600;
    font-size: 48px;
}

h2{
    font-family: "Lora", serif;
    font-weight: 600;
    font-size: 30px !important;
}

body{
     font-family: "Montserrat", sans-serif;
}

/*.hero-section {
    min-height: 80vh; /* Garante que a seção ocupe a altura total da tela */
    /*background: linear-gradient(to bottom, #323232 0%, #303030 40%, #000000 150% 150%), linear-gradient(to top, rgba(255, 255, 255, 0.40) 0%, rgba(0, 0, 0, 0.25) 200%);
    background-blend-mode: multiply;*/
    /*background: radial-gradient(circle at center, rgb(59, 59, 59) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1)) 100%;
    background-color: #0E0E10;
    color: white;
 
}*/

.hero-section{
  min-height: 80vh;
  background: #0E0E10;
  background: linear-gradient(to bottom, #1E293B 0%, #1e2f55 40%, #0F172A 150%), linear-gradient(to top, rgba(255, 255, 255, 0.40) 0%, rgba(0, 0, 0, 0.25) 200%);
 background-blend-mode: multiply;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
}

.scroll-hidden {
    -ms-overflow-style: none; /* IE e Edge */
    scrollbar-width: none; /* Firefox */
}

.scroll-hidden::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

.card{
    height: 480px !important;
    border-radius: 28px !important;
    padding: 20px;
}

.text-gold{
   color: #c5a46e
}

.black-bg{
    background-color: #F8FAFC;
    color: #334155;
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
    border-top: 1px solid #c5a46e1a;
    border-width: 80%;
}

.blue-bg{
    background: linear-gradient(to bottom, #1E293B 0%, #1e2f55 40%, #0F172A 150%), linear-gradient(to top, rgba(255, 255, 255, 0.40) 0%, rgba(0, 0, 0, 0.25) 200%);
    color: white;
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
    border-top: 1px solid #c5a46e1a;
    border-width: 80%;
}

.card-areas{
  background: linear-gradient(to bottom, #1E293B 0%, #1e2f55 40%, #0F172A 150%), linear-gradient(to top, rgba(255, 255, 255, 0.40) 0%, rgba(0, 0, 0, 0.25) 200%);
    color: white;
    padding: 44px !important;
    /* A mágica da transição suave e premium */
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  height: 620px !important;
}

/* 2. O Detalhe de Ouro: Linha invisível no topo que será revelada */
.card-areas::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(45deg, #c5a46e, #c5a166, #FDE047); /* Nosso gradiente metálico */
  
  /* Mantém a linha escondida inicialmente */
  transform: scaleX(0); 
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* 3. O Estado Hover (Quando a Helena passa o mouse/toca) */
.card-areas:hover {
  transform: translateY(-8px); /* O card "levanta" suavemente 8 pixels */
  
  /* A sombra fica mais difusa e usa o nosso Azul Marinho (#1E293B) com transparência */
  box-shadow: 0 15px 30px -5px rgba(30, 41, 59, 0.15); 
  
  /* A borda geral muda para um dourado bem sutil */
  border-color: rgba(202, 138, 4, 0.3); 
}

/* 4. Expande a linha dourada no topo durante o Hover */
.card-areas:hover::before {
  transform: scaleX(1);
}

.section-subtitle-liner-one {
    background-image: linear-gradient(90deg, #c5a46e, #0000);
    width: 24px;
    height: 1px;
    transform: rotate(180deg);
}

.section-subtitle-liner-two {
    background-image: linear-gradient(90deg, #c5a46e, #0000);
    width: 24px;
    height: 1px;
}

.bg-gradient-black{
    background: radial-gradient(circle at center, rgb(59, 59, 59) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1)) 100%;
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

/* Estilos extras para a sessão */
.testimonial {
  padding: 60px;
  height: 100%;
  background: linear-gradient(to bottom, #1E293B 0%, #1e2f55 40%, #0F172A 150%), linear-gradient(to top, rgba(255, 255, 255, 0.40) 0%, rgba(0, 0, 0, 0.25) 200%);
  border: 1px solid #c5a46e1a;
}



.testimonial:hover{
  border-color: #c5a46e66;
  box-shadow: 2px 2px 15px #c5a46e26;
}
.testimonial .quote {
font-size: 1.05rem;
line-height: 1.5;
color: #ffffff;
}
.testimonial .meta {
margin-top: 1rem;
display: flex;
gap: .75rem;
align-items: center;
}
.testimonial .avatar {
width:48px;
height:48px;
border-radius:50%;
object-fit:cover;
flex-shrink:0;
}
.testimonial .name {
margin:0;
font-weight:600;
font-size:0.95rem;
color: white;
}
.testimonial .role {
margin:0;
font-size:0.85rem;
color:#666;
}
/* indicador customizado (opcional) */
.carousel-indicators [data-bs-target] {
width: 10px;
height: 10px;
border-radius: 50%;
}

.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 1px 1px 2px #888;
  padding: 6px;
  z-index: 1000;

  /* começa invisível */
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;

  transition: opacity 0.4s ease, transform 0.4s ease;
}

.whatsapp-float.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}


/* Configuração básica do container */
.icone-destaque {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  cursor: pointer;
}

/* Container de alinhamento */
.icone-destaque {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

/* Classe do ícone com o gradiente animado */
.icone-gradiente {
  font-size: 3rem; /* Tamanho do ícone */
  
  /* 1. Criamos o gradiente com diferentes tons do Dourado Sóbrio e um ponto de luz */
 background: linear-gradient(45deg, #c5a46e, #bb965a, #dfc59c, #725525, #c5a46e);
  
  /* 2. Deixamos o fundo bem maior que o ícone para ele ter espaço para se mover */
  background-size: 300% 300%; 
  
  /* 3. O truque mágico: recorta o fundo no formato do ícone de texto */
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent; 
  background-clip: text; /* Suporte para navegadores modernos */
  
  /* 4. Chama a animação contínua (4 segundos, movimento suave, repetição infinita) */
  animation: brilhoMetalico 4s ease infinite; 
}

/* Regra da animação que movimenta a luz */
@keyframes brilhoMetalico {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
