body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background: #f5f7fa;
  color: #333;
}

header {
  background: #1b1f3a;
  color: white;
  padding: 60px 20px 30px;
  text-align: center;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
}

header h1 {
  font-size: 3rem;
  margin-bottom: 10px;
}

header p {
  font-size: 1.2rem;
  color: #ccc;
  margin-bottom: 20px;
}

.hero-video {
  width: 100%;
  max-width: 720px;
  border-radius: 10px;
  margin: 20px auto;
  display: block;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}

.cta {
  margin-top: 20px;
}

.cta input[type="email"] {
  padding: 10px;
  width: 260px;
  border: none;
  border-radius: 3px;
}

.cta button {
  padding: 10px 20px;
  border: none;
  background: #ff7e5f;
  color: white;
  font-weight: bold;
  border-radius: 3px;
  cursor: pointer;
}

.thank-you {
  color: #90ee90;
  margin-top: 10px;
}

.features {
  background: white;
  padding: 50px 20px;
  text-align: center;
}

.features h2 {
  font-size: 2rem;
  margin-bottom: 30px;
  color: #1b1f3a;
}

.feature-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.feature {
  flex: 1 1 280px;
  background: #f0f2f5;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}

.feature h3 {
  color: #1b1f3a;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.module-status {
  background: #fff;
  padding: 40px 20px;
  max-width: 900px;
  margin: auto;
  text-align: left;
}

.module-status h2 {
  text-align: center;
  font-size: 1.8rem;
  color: #1b1f3a;
  margin-bottom: 20px;
}

.status-list {
  list-style: none;
  padding: 0;
  font-size: 1rem;
  line-height: 1.8;
}

.status-list li {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.status-list img {
  margin-right: 10px;
}

footer {
  background: #1b1f3a;
  color: #ccc;
  text-align: center;
  padding: 20px;
  font-size: 0.9rem;
}
