<style>

header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  box-shadow: 0 2px 12px rgba(102,126,234,0.07);
  padding: 0;
}

  header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 30px 0 20px 0;
    text-align: center;	
    box-shadow: 0 2px 12px rgba(102,126,234,0.07);
  }
.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 18px 5vw 18px 5vw;
  justify-content: space-between;
}
.logo-link {
  display: flex;
  align-items: center;
  margin-right: 16px;
}
.logo {
  height: 52px; width: auto;
  display: block;
}
.header-title {
  flex-grow: 1;
  margin-left: 24px;
}
.header-title h1 {
  margin: 0 0 7px 0;
  font-weight: 700;
  font-size: 2em;
  letter-spacing: .05em;
  color: #fff;
}
.header-title p {
  margin: 0;
  font-size: 1.13em;
  opacity: 0.93;
  color: #fff;
}
.login-btn {
  background: linear-gradient(135deg, #ff6b6b, #ee5a24);
  color: #fff;
  padding: 11px 28px;
  border-radius: 8px;
  font-size: 1.08em;
  font-weight: 600;
  text-decoration: none;
  margin-left: auto;
  box-shadow: 0 2px 8px rgba(238, 90, 36, 0.08);
  transition: background 0.18s, box-shadow 0.13s, transform 0.14s;
}
.login-btn:hover, .login-btn:focus {
  background: linear-gradient(135deg, #ee5a24 0%, #ff6b6b 100%);
  box-shadow: 0 6px 16px rgba(238, 90, 36, 0.25);
  transform: translateY(-2px) scale(1.03);
}
@media (max-width: 800px) {
  .header-inner { flex-direction: column; align-items: flex-start; text-align: left; padding: 14px 4vw; }
  .header-title { margin-left: 0; margin-top: 12px; }
  .login-btn { margin: 18px 0 0 0; width: 100%; text-align: center; }
  .logo { height: 38px; }
}

  body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #f7f8fc;
    color: #322f3d;
    margin: 0;
    min-height: 100vh;
    letter-spacing: 0.03em;
  }

  header h1 {
    margin: 0;
    font-weight: bold;
    font-size: 2.8em;
    letter-spacing: .05em;
  }
  header p {
    margin: 15px 0 0 0;
    font-size: 1.25em;
    opacity: 0.93;
  }
  .hero {
    display: flex;
    max-width: 1200px;
    align-items: center;
    justify-content: space-between;
    margin: 40px auto 10px auto;
    padding: 0 5%;
    gap: 40px;
    flex-wrap: wrap-reverse;
  }
  .hero-text {
    flex: 1 1 340px;
    min-width: 320px;
  }
  .hero img {
    flex: 1 1 300px;
    max-width: 420px;
    width: 95%;
    border-radius: 18px;
    box-shadow: 0 10px 40px rgba(102,126,234,0.13);
  }
  .cta-button {
    background: linear-gradient(135deg, #ff6b6b, #ee5a24);
    border: none;
    border-radius: 10px;
    color: #fff;
    font-size: 1.1em;
    font-weight: bold;
    padding: 18px 45px;
    text-decoration: none;
    box-shadow: 0 6px 24px rgba(238, 90, 36, 0.17);
    margin-top: 30px;
    display: inline-block;
    letter-spacing: 0.04em;
    transition: background .18s, transform .15s, box-shadow .18s;
    cursor: pointer;
  }
  .cta-button:hover, .cta-button:focus {
    background: linear-gradient(135deg, #ee5a24, #ff6b6b);
    box-shadow: 0 14px 28px rgba(238, 90, 36, 0.28);
    transform: translateY(-2px) scale(1.04);
  }
  .section {
    max-width: 1050px;
    background: #fff;
    margin: 35px auto 0 auto;
    border-radius: 14px;
    padding: 32px 26px;
    box-shadow: 0 4px 22px rgba(102,126,234,0.11);
  }
  .section-title {
    text-align: center;
    font-size: 2em;
    font-weight: 600;
    color: #764ba2;
    margin-bottom: 25px;
  }
  .benefits, .features {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
    list-style: none;
  }
  .benefit, .feature {
    flex: 1 1 260px;
    min-width: 200px;
    background: #e4e8ff;
    color: #3e4691;
    border-radius: 10px;
    margin: 0;
    padding: 28px 20px 24px 20px;
    text-align: center;
    font-weight: 600;
    font-size: 1.08em;
    box-shadow: 0 2px 8px rgba(102,126,234,0.07);
    transition: box-shadow 0.16s, transform 0.13s;
  }
  .benefit:hover, .feature:hover {
    box-shadow: 0 8px 18px rgba(102,126,234,0.14);
    transform: translateY(-2px) scale(1.02);
  }
  footer {
    margin: 42px 0 16px 0;
    color: #76727e;
    font-size: 0.98em;
    text-align: center;
    opacity: .88;
  }
  @media (max-width: 900px) {
    .hero { flex-direction: column; gap: 24px; text-align: center; }
    .hero img { max-width: 320px; margin: auto; }
  }
  @media (max-width: 600px) {
    .section, .hero { padding: 10px 5vw; }
    .section-title { font-size: 1.33em; }
    .benefit, .feature { font-size: .98em; padding: 18px 8px 14px 8px; }
  }
  
  .how-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 18px 0 0 0;
}
.how-steps li {
  flex: 1 1 180px;
  min-width: 150px;
  background: #f7f8fc;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(102,126,234,0.12);
  padding: 25px 15px 18px 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.step-num {
  width: 38px;
  height: 38px;
  background: linear-gradient(135deg, #667eea 60%, #43e97b 100%);
  color: #fff;
  font-size: 1.5em;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  box-shadow: 0 2px 6px rgba(102,126,234,0.14);
}
.step-desc {
  font-size: 1.05em;
  color: #442181;
  font-weight: 500;
}
@media (max-width: 700px) {
  .how-steps { flex-direction: column; gap:14px; }
  .how-steps li { min-width: 0; padding: 20px 8px 16px 8px; }
}

.main-footer {
  border-top: 1.5px solid #e4e8ff;
  margin-top: 50px;
  color: #888;
  background: #f7f8fc;
  font-size: 1em;
  padding: 18px 0 8px 0;
}
.footer-inner {
  max-width: 900px;
  margin: auto;
  text-align: center;
}
.footer-links {
  margin-bottom: 6px;
  font-size: 1em;
  letter-spacing: 0.01em;
}
.footer-links a {
  color: #6e41ab;
  text-decoration: none;
  margin: 0 6px;
  font-weight: 500;
  transition: color 0.15s;
}
.footer-links a:hover,
.footer-links a:focus {
  color: #38d39f;
  text-decoration: underline;
}
.footer-links span {
  color: #b0a6c7;
  margin: 0 2px;
  font-size: 1em;
}
.footer-copy {
  font-size: 0.98em;
  color: #aaa;
}
@media (max-width: 560px) {
  .footer-links { font-size: 0.99em; }
  .footer-inner { padding: 0 7vw; }
}

.trial-section {
  margin-top: 40px;
  margin-bottom: 0;
  background: linear-gradient(135deg, #f7f8fc 70%, #e4e8ff 100%);
  border-radius: 18px;
  box-shadow: 0 4px 22px rgba(102,126,234,0.06);
  padding: 38px 0 30px 0;
  display: flex;
  justify-content: center;
}

.trial-content {
  max-width: 700px;
  margin: auto;
  text-align: center;
  padding: 0 24px;
}

.trial-title {
  font-size: 2em;
  font-weight: 650;
  color: #764ba2;
  margin-bottom: 16px;
}

.trial-section p {
  color: #442181;
  font-size: 1.14em;
  line-height: 1.55;
  margin-bottom: 22px;
}

.trial-btn {
  margin-top: 5px;
  font-size: 1.17em;
  padding: 15px 45px;
}

.trial-note {
  margin-top: 18px;
  color: #777;
  font-size: 0.98em;
}

@media (max-width: 600px) {
  .trial-title { font-size: 1.19em; }
  .trial-section { padding: 25px 0; border-radius: 12px; }
  .trial-content { padding: 0 6vw; }
}
.green-btn {
  background: linear-gradient(135deg, #38d39f 0%, #43e97b 100%);
  color: #fff;
  font-size: 1.07em;
  font-weight: 600;
  padding: 13px 34px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(67,233,123,0.12);
  transition: background 0.18s, box-shadow 0.13s, transform 0.13s;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 0.03em;
}
.green-btn:hover,
.green-btn:focus {
  background: linear-gradient(135deg, #28a96c 0%, #5af17b 100%);
  box-shadow: 0 10px 18px rgba(67,233,123,0.18);
  transform: translateY(-2px) scale(1.04);
  outline: none;
}
</style>