@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --bg: #0b0f1a;
  --card: #11162a;
  --text: #e8ecff;
  --muted: #b9c2ff;
  --accent: #7c5cff;
  --accent2: #ff7cc2;
  --success: #36d399;
  --border: rgba(255, 255, 255, 0.1);
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
}

/* Transições globais */
* {
  transition: all 0.3s ease;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.hero {
  text-align: center;
  padding: 100px 20px;
  background: linear-gradient(135deg, #0b0f1a, #1a103d);
  animation: fadeIn 1s ease forwards;
  background-color: #1a103d;
  background-image: url('../images/banner.png');
  background-size: cover;
  background-position: center;
}

.hero h1 {
  font-size: 2.8rem;
  line-height: 1.2em;
  margin-bottom: 20px;
  opacity: 0;
  animation: slideUp 1s ease forwards 0.3s;
}

#logo {
    font-size: 4em;
    color: var(--accent2);
}

.hero p {
  font-size: 1rem;
  color: #ccc;
  margin-bottom: 30px;
  opacity: 0;
  animation: slideUp 1s ease forwards 0.6s;
}

.btn {
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  color: #fff;
  padding: 15px 25px;
  border: none;
  border-radius: 8px;
  font-size: 1.1rem;
  cursor: pointer;
  transform: translateY(0);
  font-weight: 600;
}
.btn:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 6px 20px rgba(124, 92, 255, 0.4);
}

.stats {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 20px;
  font-size: 0.95rem;
  color: #ccc;
  flex-wrap: wrap;
  opacity: 0;
  animation: fadeIn 1s ease forwards 1s;
}
.stats i {
  color: var(--accent2);
  font-size: 1.2rem;
}

.safe-text {
  margin-top: 15px;
  font-size: 0.9rem;
  color: var(--success);
  opacity: 0;
  animation: fadeIn 1s ease forwards 0.9s;
}

.section {
  padding: 80px 20px;
}

.grid {
  display: grid;
  gap: 20px;
}
.grid-3 {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.card {
  background: var(--card);
  padding: 20px;
  border-radius: 12px;
  border: 1px solid var(--border);
  transform: translateY(0);
  opacity: 0;
  animation: fadeInUp 0.8s ease forwards;
}
.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2rem;
  opacity: 0;
  animation: slideUp 1s ease forwards;
}

.icon {
  font-size: 2rem;
  margin-bottom: 10px;
  color: var(--accent2);
}

footer {
  text-align: center;
  padding: 40px 20px;
  color: #aaa;
  font-size: 0.9rem;
  border-top: 1px solid var(--border);
}

/* FAQ */
.faq-item {
  margin-bottom: 16px;
  border-bottom: 1px solid var(--border);
}
.faq-question {
  width: 100%;
  background: none;
  border: none;
  color: var(--text);
  font-size: 1.1rem;
  font-weight: 600;
  text-align: left;
  padding: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
}
.faq-question i {
  color: var(--accent2);
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 14px;
  color: var(--muted);
  font-size: 0.95rem;
  transition: max-height 0.4s ease, padding 0.3s ease;
}
.faq-item.active .faq-answer {
  max-height: 200px;
  padding: 14px;
}
.faq-item.active .faq-question {
  color: var(--accent2);
}

/* Animações */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.testimonial {
  display: flex;
  flex-direction: column;
  gap: 14px;
  text-align: left;
  position: relative;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease forwards;
}

.testimonial .icon {
  font-size: 1.8rem;
  color: var(--accent);
}

.testimonial-user {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
  color: var(--muted);
}

#textoSeguro {
    color: var(--success);
}

.image-testimonial-user {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fff;
  background-position: center;
  background-size: cover;
}

#imageMariana {
  background-image: url("https://i.ibb.co/wZPRW6t1/freepik-the-style-is-candid-image-photography-with-natural-89927.jpg");
}

#imageLivia {
  background-image: url("https://i.ibb.co/cSh6RHrS/freepik-a-mirror-selfie-of-a-woman-standing-in-her-bedroom-68951.jpg");
}

#imageJoao {
  background-image: url("https://i.ibb.co/hFBptzpQ/freepik-closeup-selfie-of-an-adult-black-man-in-his-early-68952-1.jpg");
}