body {
  margin: 0;
  font-family: 'Segoe UI', Arial, sans-serif;
  background: #f8fcff;
  color: #222;
}

.hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #1931a6;
  color: #fff;
  padding: 32px 8vw;
  min-height: 320px;
}

.hero-content {
  max-width: 480px;
}

.hero h1 {
  font-size: 2.7em;
  margin: 0 0 0.3em 0;
  font-weight: 700;
  letter-spacing: 1px;
}

.hero .sub-headline {
  font-size: 1.18em;
  margin-bottom: 1.3em;
}

.cta-button {
  display: inline-block;
  padding: 15px 28px;
  background: #ff5722;
  color: #fff;
  font-size: 1.08em;
  font-weight: 600;
  text-decoration: none;
  border-radius: 32px;
  box-shadow: 0 2px 8px rgba(25,49,166,0.09);
  margin-bottom: 16px;
  transition: background 0.2s;
}
.cta-button:hover {
  background: #e63b0b;
}

.logo {
  max-width: 120px;
  margin-bottom: 1.5em;
}
.product-visual {
  max-width: 340px;
}

.story, .ai-advantage, .social-proof, .pricing {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 18px rgba(25,49,166,0.05);
  padding: 28px 36px;
  max-width: 820px;
  margin: 32px auto;
}

.story h2, .ai-advantage h2, .social-proof h2, .pricing h2 {
  font-size: 2em;
  margin-bottom: 0.6em;
  color: #1931a6;
}

.testimonials {
  display: flex;
  gap: 30px;
  margin-bottom: 18px;
}
.testimonial {
  background: #f8fcff;
  border-radius: 14px;
  padding: 16px 18px;
  box-shadow: 0 2px 10px rgba(25,49,166,0.05);
  font-size: 1em;
  flex: 1;
}
.testimonial span {
  display: block;
  font-size: 0.97em;
  color: #1931a6;
  margin-top: 10px;
}

.logos img {
  width: 100%;
  max-width: 400px;
}

.insight {
  background: #eaf0ff;
  border-radius: 12px;
  padding: 14px 14px;
  width: 95%;
  margin: 15px auto;
  font-size: 1em;
  color: #222;
}

.comparison {
  display: flex;
  gap: 28px;
  margin-top: 18px;
}
.compare-panel {
  background: #f8fcff;
  border-radius: 13px;
  padding: 14px 18px;
  box-shadow: 0 1.5px 8px rgba(25,49,166,0.05);
  flex: 1;
}
.compare-panel.highlight {
  background: #eaf0ff;
  border: 2px solid #1931a6;
}

.pricing-comparison {
  display: flex;
  gap: 24px;
  margin-top: 20px;
}
.pricing-panel {
  background: #fff;
  border-radius: 13px;
  padding: 16px 20px;
  box-shadow: 0 1.5px 8px rgba(25,49,166,0.05);
  flex: 1;
}
.pricing-panel.highlight {
  background: #eaf0ff;
  border: 2px solid #1931a6;
}

footer {
  background: #1931a6;
  color: #fff;
  text-align: center;
  padding: 15px 0 18px;
  font-size: 1em;
  margin-top: 38px;
  letter-spacing: 0.11em;
  box-shadow: 0 -1.5px 8px rgba(25,49,166,0.09);
}
