:root {
  --azul-escuro: #0a1640;
  --laranja: #f85f00;
  --cinza-escuro: #282c2f;
  --branco: #ffffff;
  --azul-claro: #21d7e8; /* Adicionado */
}

html {
  scroll-behavior: smooth; /* Garante scroll suave em todos os navegadores */
}

body {
  font-family: "Roboto", sans-serif;
  color: var(--cinza-escuro);
  background-color: var(--branco);
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", serif;
}

/* --- CORREÇÃO DO SCROLL DA NAVEGAÇÃO --- */
section[id] {
  scroll-margin-top: 100px; /* Ajuste inicial (pode precisar refinar) */
}
@media (max-width: 991.98px) {
  section[id] {
    scroll-margin-top: 80px; /* Ajuste para header menor em tablets */
  }
}
@media (max-width: 575.98px) {
  section[id] {
    scroll-margin-top: 70px; /* Ajuste para header menor em celulares */
  }
}

.section-title {
  color: var(--azul-escuro);
}
.bg-dark-custom h2,
.bg-dark-custom h3 {
  color: var(--branco);
}

/* --- EFEITO DE ANIMAÇÃO AO ROLAR --- */
.reveal {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* --- COMPONENTES --- */
.btn-primary-custom {
  background-color: var(--laranja);
  border-color: var(--laranja);
  color: white;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  padding: 12px 30px;
  transition: all 0.3s ease;
}
.btn-primary-custom:hover {
  background-color: #d85400;
  border-color: #d85400;
  transform: translateY(-3px);
  box-shadow: 0 4px 15px rgba(248, 95, 0, 0.4);
}
.btn-primary-custom i {
  transition: transform 0.3s ease;
}
.btn-primary-custom:hover i {
  transform: translateX(5px);
}

/* --- HEADER --- */
.navbar {
  min-height: 100px;
}
.navbar .container {
  position: relative;
}
.navbar-brand {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  padding: 0;
  z-index: 10;
}
.navbar-brand img {
  height: 200px;
}
.navbar-nav .nav-link {
  font-family: "Roboto";
  font-weight: 500;
  transition: color 0.3s ease;
  margin: 0 0.5rem; /* Adiciona espaçamento entre os links */
}
.navbar-nav .nav-link:hover {
  color: var(--laranja);
}

/* Botão E-book no Navbar */
.btn-ebook {
  background-color: var(--laranja);
  color: var(--branco);
  border: none;
  padding: 8px 15px;
  border-radius: 50px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  transition: all 0.3s ease;
}
.btn-ebook:hover {
  background-color: #d85400;
  color: var(--branco);
  transform: scale(1.05);
}

/* --- HERO --- */
#hero {
  min-height: 80vh;
  position: relative;
  overflow: hidden;
  background-color: var(--azul-escuro);
}
.aurora-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
      circle at 10% 20%,
      rgba(33, 215, 232, 0.2) 0%,
      transparent 40%
    ),
    radial-gradient(
      circle at 80% 70%,
      rgba(248, 95, 0, 0.2) 0%,
      transparent 40%
    );
  animation: aurora 20s infinite linear;
  z-index: 0;
}
#hero .container {
  z-index: 1;
}
.hero-title {
  font-weight: 700;
}

@keyframes aurora {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* --- SEÇÃO SOBRE --- */
#about .bi {
  color: var(--laranja);
}
.about-image {
  border-radius: 0.75rem;
  transition: transform 0.4s ease;
}
.about-image:hover {
  transform: scale(1.03);
}

/* --- SEÇÃO SERVIÇOS (FUNDO ESCURO) --- */
.bg-dark-custom {
  background-color: var(--azul-escuro);
}
.card-service {
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.05),
    rgba(255, 255, 255, 0)
  );
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  color: #ccc;
  transition: all 0.3s ease;
  border-radius: 0.75rem;
}
.card-service:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-5px);
  border-color: var(--laranja);
}
.card-title-custom {
  color: var(--laranja);
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.card-service .card-text {
  color: #ccc;
  font-family: "Roboto", sans-serif;
}
.card-icon {
  font-size: 2.5rem;
  color: var(--laranja);
  margin-bottom: 1rem;
}

/* --- SEÇÃO MÉTODO (VÍDEO) --- */
#method .ratio {
  border: 4px solid var(--azul-escuro);
  border-radius: .75rem;
  overflow: hidden; /* Garante bordas arredondadas no iframe */
}

/* --- SEÇÃO ATENDIMENTO (CARROSSEL) --- */
.card-atendimento {
  max-width: 500px;
  width: 100%;
  background-color: transparent;
  border: none;
  color: #ccc;
}
.price-tag {
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--branco);
  background-color: var(--laranja);
  padding: 8px 15px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 1rem;
}
.price-tag-free {
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--azul-escuro);
  background-color: var(--azul-claro); /* Usando azul claro */
  padding: 8px 15px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 1rem;
}
.card-atendimento .btn-primary-custom {
  padding: 10px 25px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: var(--laranja);
  border-radius: 50%;
  padding: 20px;
  background-size: 50% 50%;
}

/* --- RODAPÉ --- */
footer {
  background-color: var(--azul-escuro);
  padding: 40px 20px;
}
.footer-logo {
  height: 10em;
  width: auto;
}

/* --- ÍCONE FLUTUANTE WHATSAPP --- */
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 100;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.whatsapp-float:hover {
  transform: scale(1.1);
  color: #fff;
}

/* --- Estilos do Modal de Contato --- */
.modal-content {
  border-radius: 0.75rem;
  border: none;
}
.modal-header {
  border-bottom: 1px solid #dee2e6;
}
.modal-header .modal-title {
  font-family: "Playfair Display", serif;
  color: var(--azul-escuro);
}

.btn-whatsapp {
  background-color: #25d366;
  color: white;
  font-weight: 500;
  transition: all 0.3s ease;
}
.btn-whatsapp:hover {
  background-color: #1da851;
  color: white;
  transform: scale(1.02);
}

.btn-instagram {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  color: white;
  font-weight: 500;
  transition: all 0.3s ease;
}
.btn-instagram:hover {
  color: white;
  opacity: 0.9;
  transform: scale(1.02);
}

/* --- RESPONSIVIDADE --- */
@media (max-width: 991.98px) {
  .navbar-brand img {
    height: 120px;
  }
  .navbar {
    min-height: 80px;
  }
}
@media (max-width: 575.98px) {
  .navbar-brand img {
    height: 100px;
  }
  .navbar {
    min-height: 70px;
  }
}