body { margin:0; font-family: "Inter", sans-serif; color:#fff; background:#000; }
.hero { position:relative; height:100vh; overflow:hidden; }
.hero video { width:100%; height:100%; object-fit:cover; filter:brightness(.4); }
.hero-content {
  position:absolute; inset:0; display:flex; flex-direction:column;
  align-items:center; justify-content:center; text-align:center;
}
.hero h1 { font-size:clamp(2rem,5vw,4rem); margin-bottom:1rem; }
.hero button {
  background:#00fff0; color:#000; border:none; padding:1rem 2rem;
  font-size:1rem; cursor:pointer; border-radius:4px; font-weight:600;
}
.lead-form { padding:4rem 1rem; background:#111; text-align:center; }
.lead-form form { max-width:600px; margin:auto; display:flex; flex-direction:column; gap:1rem; }
.lead-form input, .lead-form select, .lead-form textarea {
  padding:.75rem 1rem; border:1px solid #333; border-radius:4px; background:#000; color:#fff;
}
.lead-form button { background:#00fff0; color:#000; font-weight:700; border:none; padding:.75rem; }
