body {
  margin: 0;
  background: #f6f8fa;
  font-family: 'Segoe UI', Arial, sans-serif;
  color: #202133;
}

.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4349e3;
  color: #fff;
  padding: 60px 0 40px 0;
  flex-wrap: wrap;
}

.hero-content {
  flex: 1 1 350px;
  padding: 24px;
}

.hero-content h1 {
  font-size: 2.7em;
  margin-bottom: 18px;
}

.subtitle {
  font-size: 1.2em;
  margin-bottom: 28px;
  max-width: 440px;
}

.cta-btn {
  display: inline-block;
  background: #fff;
  color: #4349e3;
  padding: 12px 28px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 1.06em;
  text-decoration: none;
  transition: background 0.18s;
}

.cta-btn:hover {
  background: #dde3ff;
}

.hero-img {
  flex: 1 1 300px;
  max-width: 350px;
  width: 100%;
  padding: 24px;
}

.features {
  background: #fff;
  padding: 40px 0 20px 0;
  text-align: center;
}

.features-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 32px;
}

.feature-card {
  background: #f2f5ff;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(34,57,189,0.06);
  padding: 22px 30px;
  max-width: 290px;
  min-width: 200px;
}

.feature-card h3 {
  margin-bottom: 10px;
  color: #4349e3;
}

.signup {
  background: #eef2fa;
  text-align: center;
  padding: 35px 15px;
}

.signup h2 {
  font-size: 1.5em;
  margin-bottom: 16px;
}

.signup form {
  display: inline-block;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 8px rgba(68,73,227,0.12);
  padding: 20px 24px;
  margin-bottom: 10px;
}

.signup input[type="email"] {
  padding: 8px;
  border: 1px solid #c5c7f3;
  border-radius: 4px;
  font-size: 1em;
  margin-right: 10px;
}

.signup button {
  background: #4349e3;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 8px 22px;
  font-weight: 600;
  font-size: 1em;
  cursor: pointer;
}

.signup button:hover {
  background: #5a61ed;
}

.note {
  color: #5a61ed;
  font-size: 0.95em;
}

footer {
  text-align: center;
  color: #6a6e92;
  background: transparent;
  margin: 36px 0 8px 0;
  font-size: 0.98em;
}
.team-info{
  height: auto;
  background-color: #5a61ed ;
}

