
body {
  margin:0;
  font-family: Arial, sans-serif;
  background:#0b0e11;
  color:#fff;
  display:flex;
  justify-content:center;
  align-items:center;
  min-height:100vh;
  text-align:center;
}

.hero { max-width:700px; padding:40px; }

.title { font-size:40px; font-weight:bold; margin-bottom:20px; }
.subtitle { opacity:.7; margin-bottom:30px; }

.text-gradient {
  background: linear-gradient(135deg,#1aff9c,#00ffa2);
  -webkit-background-clip:text;
  color:transparent;
}

.whatsapp-btn {
  background:#25D366;
  border:none;
  padding:16px 28px;
  border-radius:30px;
  font-size:18px;
  cursor:pointer;
  color:white;
  transition:.3s;
}
.whatsapp-btn:hover {
  background:#1ebe5d;
}

.badge {
  margin-bottom:20px;
  font-size:14px;
  opacity:.8;
}

.trust {
  margin-top:40px;
  display:flex;
  gap:20px;
  justify-content:center;
  flex-wrap:wrap;
}
