:root {
  --navy-dark: #0a1329;
  --gold: #dcb05e;
  --gold-dark: #b88e3d;
  --whatsapp-green: #25d366;
  --whatsapp-hover: #128c7e;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: "Inter", sans-serif;
  scroll-behavior: smooth;
  color: #333;
  overflow-x: hidden;
}
.font-serif { font-family: "Playfair Display", serif; }
.text-gold { color: var(--gold); }
.bg-navy-dark { background-color: var(--navy-dark); }

/* NAVBAR */
.nav-glass {
  background: rgba(10, 19, 41, 0.98);
  backdrop-filter: blur(10px);
}

/* HERO */
.hero-bg {
  background:
    linear-gradient(to right, rgba(10, 19, 41, 0.98), rgba(10, 19, 41, 0.85)),
    url("imagens/background.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.badge-experience {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(220, 176, 94, 0.3);
  background: rgba(220, 176, 94, 0.05);
  padding: 6px 16px;
  border-radius: 20px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #e5e7eb;
  font-size: 13px;
}
.hero-feature i { color: var(--gold); width: 18px; }

/* PERFIL */
.profile-container {
  width: 100%;
  max-width: 400px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid rgba(220, 176, 94, 0.3);
}
.profile-container img { width: 100%; height: 100%; object-fit: cover; }

/* BOTÃO DOURADO (usado no nav/hero secondary) */
.btn-primary {
  background: #e8bc6c;
  color: var(--navy-dark);
  border-radius: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: 0.3s;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.25);
  text-align: center;
  justify-content: center;
  width: fit-content;
  text-decoration: none;
}
.btn-primary:hover {
  background: var(--gold);
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(232, 188, 108, 0.4);
}

/* TAGS DE SEÇÃO */
.section-tag {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 10px;
  font-weight: 700;
}

/* SERVIÇOS */
.service-card {
  padding: 40px;
  background: white;
  border-radius: 16px;
  border: 1px solid #f0f0f0;
  transition: 0.3s;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.03);
}
.service-card:hover { transform: translateY(-5px); border-color: var(--gold); }
.icon-square {
  width: 44px; height: 44px;
  background: #e8bc6c;
  color: var(--navy-dark);
  display: flex; align-items: center; justify-content: center;
  border-radius: 8px;
  margin-bottom: 24px;
}
.service-card h3 { font-weight: 700; margin-bottom: 12px; color: var(--navy-dark); font-size: 1.25rem; }
.service-card p { font-size: 0.9rem; color: #6b7280; line-height: 1.6; }

/* BENEFÍCIOS */
.benefit-item { display: flex; gap: 20px; align-items: flex-start; }
.benefit-icon {
  width: 48px; height: 48px; min-width: 48px;
  background: #fdf6e9;
  color: var(--gold);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.benefit-item h4 { font-weight: 700; color: var(--navy-dark); margin-bottom: 6px; font-size: 1.1rem; }
.benefit-item p { font-size: 0.85rem; color: #6b7280; line-height: 1.5; }

/* COMO FUNCIONA */
.step-number {
  font-family: "Playfair Display", serif;
  font-size: 52px;
  color: var(--gold);
  display: block;
  margin-bottom: 24px;
  font-weight: 700;
  opacity: 0.9;
}

/* FAQ */
.faq-card {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: white;
  overflow: hidden;
  margin-bottom: 12px;
  transition: 0.3s;
}
.faq-btn {
  width: 100%; padding: 24px;
  display: flex; justify-content: space-between;
  font-weight: 600; text-align: left;
  color: var(--navy-dark);
  cursor: pointer; border: none; background: none;
}
.faq-content {
  padding: 0 24px;
  max-height: 0;
  overflow: hidden;
  transition: 0.4s ease-out;
  color: #6b7280;
  font-size: 0.95rem;
  line-height: 1.6;
}
.faq-card.active { border-color: var(--gold); }
.faq-card.active .faq-content { padding-bottom: 24px; max-height: 250px; }


/* ============================================
   BOTÕES WHATSAPP — INLINE (CTAs da página)
   ============================================ */
/* ============================================
   BOTÕES WHATSAPP — INLINE (CTAs da página)
   ============================================ */
.btn-whatsapp-custom {
  background: linear-gradient(135deg, #e8bc6c 0%, #dcb05e 100%);
  color: var(--navy-dark) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  /* Brilho estático — sem animação de movimento */
  box-shadow:
    0 4px 20px rgba(220, 176, 94, 0.5),
    0 0 18px rgba(220, 176, 94, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

/* Reflexo fixo no topo do botão — sem animação */
.btn-whatsapp-custom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.18) 0%,
    transparent 100%
  );
  border-radius: 50px 50px 0 0;
  pointer-events: none;
}

.btn-whatsapp-custom:hover {
  background: linear-gradient(135deg, #dcb05e 0%, #b88e3d 100%);
  transform: translateY(-3px) scale(1.03);
  box-shadow:
    0 10px 30px rgba(220, 176, 94, 0.65),
    0 0 28px rgba(220, 176, 94, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.wa-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

/* ============================================
   BOTÃO WHATSAPP — FLUTUANTE (canto da tela)
   ============================================ */
.whatsapp-fixed-round {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 65px;
  height: 65px;
  background: linear-gradient(135deg, #25d366 0%, #1db954 100%);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  text-decoration: none;
  transition: all 0.3s ease;
  animation: wa-pulse-float 2.2s ease-in-out infinite;
}

.whatsapp-fixed-round svg {
  width: 36px;
  height: 36px;
}

.whatsapp-fixed-round:hover {
  transform: scale(1.12) rotate(8deg);
  background: linear-gradient(135deg, #1db954 0%, #128c7e 100%);
  box-shadow: 0 10px 35px rgba(37, 211, 102, 0.75);
  animation: none;
}

/* ============================================
   ANIMAÇÕES
   ============================================ */

/* Luz deslizando nos botões inline */
@keyframes wa-shine {
  0%   { left: -80%; }
  45%  { left: 130%; }
  100% { left: 130%; }
}

/* Pulse suave nos botões inline */
@keyframes wa-pulse-inline {
  0%, 100% {
    box-shadow: 0 4px 20px rgba(37,211,102,0.45), 0 0 0 0 rgba(37,211,102,0.4);
  }
  50% {
    box-shadow: 0 4px 20px rgba(37,211,102,0.45), 0 0 0 10px rgba(37,211,102,0);
  }
}

/* Pulse radiante no botão flutuante */
@keyframes wa-pulse-float {
  0% {
    box-shadow: 0 4px 20px rgba(37,211,102,0.5), 0 0 0 0 rgba(37,211,102,0.6);
  }
  65% {
    box-shadow: 0 4px 20px rgba(37,211,102,0.5), 0 0 0 20px rgba(37,211,102,0);
  }
  100% {
    box-shadow: 0 4px 20px rgba(37,211,102,0.5), 0 0 0 0 rgba(37,211,102,0);
  }
}

/* RESPONSIVIDADE */
@media (max-width: 768px) {
  .hero-bg { text-align: center; padding-top: 100px; }
  .hero-feature { justify-content: center; }
  .profile-container { margin-top: 40px; margin-left: auto; margin-right: auto; }
  .btn-primary { width: 100%; max-width: 320px; }
  .btn-whatsapp-custom { width: 100%; max-width: 320px; }
  .whatsapp-fixed-round { bottom: 20px; right: 20px; width: 58px; height: 58px; }
}