:root {
  color-scheme: dark;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  color: #f9f9f9;
  background: #05070f;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: radial-gradient(circle at top, rgba(15, 30, 80, 0.65), transparent 28%),
    linear-gradient(180deg, #05070f 0%, #071125 100%);
}

.page-shell {
  min-height: 100vh;
  padding: 0 32px 32px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.hero-header {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  min-height: 620px;
  background: #05070f;
}

.hero-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 7, 15, 0.08), rgba(5, 7, 15, 0.40));
  z-index: 1;
}

.hero-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
}

.hero-content h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(3rem, 5vw, 5rem);
  line-height: 1.02;
  text-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.hero-logo {
  position: absolute;
  top: 24px;
  left: 40px;
  width: 320px;
  z-index: 2;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top, rgba(5, 7, 15, 0) 0%, rgba(5, 7, 15, 0.25) 40%, rgba(5, 7, 15, 0.55) 100%);
}

.hero-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 1;
  filter: brightness(1.15) saturate(1.1);
}

.logo {
  width: 320px;
  display: block;
  margin: 0;
}

.hero-summary {
  background: #ffffff;
  border-radius: 0;
  padding: 40px;
  margin-top: 0;
  position: relative;
  z-index: 1;
}

.hero-summary-inner {
  max-width: 900px;
  margin: 0 auto;
  color: #0f172a;
}

.hero-summary .eyebrow {
  color: #475569;
  margin-bottom: 12px;
}

.hero-summary .hero-copy {
  margin: 0;
  color: #334155;
  line-height: 1.8;
}

.hero-summary .hero-copy a {
  color: #0f5df0;
}

.hero-summary .contact-badges {
  margin-top: 28px;
  display: grid;
  gap: 16px;
  max-width: 760px;
}

.hero-summary .contact-badges div {
  background: rgba(15, 23, 42, 0.04);
  border: 1px solid rgba(15, 23, 42, 0.08);
  padding: 18px 20px;
  border-radius: 16px;
}

h1 {
  margin: 0;
  font-size: clamp(2.8rem, 4vw, 4.5rem);
  line-height: 1.02;
}

.hero-copy {
  margin: 24px 0;
  max-width: 760px;
  line-height: 1.75;
  color: #d7dbf1;
}

.hero-copy a {
  color: #dfe6ff;
  text-decoration: underline;
}

.contact-badges {
  display: grid;
  gap: 16px;
  max-width: 680px;
}

.contact-badges div {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 18px 20px;
  border-radius: 16px;
}

.contact-badges strong {
  display: block;
  margin-bottom: 6px;
  color: #aab6ff;
}

.main-content {
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(320px, 720px);
  justify-content: center;
  align-items: start;
}

.video-panel,
.form-panel {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 28px;
  width: 100%;
}

.video-panel p {
  margin: 16px 0 0;
  color: #b8c0e4;
}

video {
  width: 100%;
  border-radius: 18px;
  background: #000;
}

.form-panel h2 {
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 1.8rem;
}

label {
  display: block;
  margin-bottom: 16px;
  color: #d7dbf1;
  font-size: 0.95rem;
}

.required-field {
  position: relative;
}

.required-star {
  color: #ff6b6b;
  margin-left: 6px;
}

.required-note {
  margin: 0 0 16px;
  color: #cbd5e1;
  font-size: 0.92rem;
}

input,
textarea {
  width: 100%;
  margin-top: 10px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: #eef2ff;
  font: inherit;
}

textarea {
  resize: vertical;
}

.checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 4px;
}

.checkbox-label input {
  margin-top: 4px;
  width: auto;
}

button {
  margin-top: 10px;
  width: 100%;
  padding: 16px 18px;
  border: none;
  border-radius: 14px;
  background: linear-gradient(135deg, #6672ff, #4491ff);
  color: white;
  font-size: 1rem;
  cursor: pointer;
}

button:hover {
  transform: translateY(-1px);
}

.alert {
  border-radius: 14px;
  padding: 18px 20px;
  margin-bottom: 18px;
  font-size: 0.98rem;
  line-height: 1.5;
}

.alert-success {
  background: rgba(55, 113, 255, 0.12);
  border: 1px solid rgba(55, 113, 255, 0.24);
  color: #d9eafd;
}

.alert-error {
  background: rgba(222, 89, 89, 0.12);
  border: 1px solid rgba(222, 89, 89, 0.24);
  color: #ffe8e8;
}

.alert-error ul {
  margin: 0;
  padding-left: 1.25rem;
}

.alert-error li {
  margin-bottom: 8px;
}

.disclaimer {
  margin: 16px 0 0;
  font-size: 0.92rem;
  color: #9ca6db;
}

footer {
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 24px 0 0;
  text-align: center;
  width: 100%;
  max-width: 720px;
  color: #a9b4dc;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.footer-brand img {
  width: 130px;
}

footer p {
  margin: 0;
}

@media (max-width: 960px) {
  .main-content {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .page-shell {
    padding: 22px;
  }
  .logo {
    width: 150px;
  }
}
