.hero-home h1 {
  max-width: 780px;
}

.hero-main {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.hero-badges {
  margin-bottom: 14px;
}

.hero-actions {
  margin-top: 26px;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.hero-metric {
  padding: 14px 15px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.04);
}

.hero-metric strong {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
}

.brand-visual .eyebrow {
  margin-bottom: 10px;
}

.brand-palette {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.palette-chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  color: #dbe5f4;
  font-size: 0.86rem;
  font-weight: 700;
}

.brand-banner {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 20px;
  align-items: center;
  padding: 24px 26px;
  border-radius: 24px;
  border: 1px solid rgba(109,124,255,0.18);
  background: linear-gradient(180deg, rgba(109,124,255,0.10), rgba(139,92,246,0.06));
  box-shadow: var(--shadow-soft);
}

.brand-banner h2 {
  margin-bottom: 0;
}

.home-section + .home-section {
  margin-top: 6px;
}

.brand-card {
  position: relative;
  overflow: hidden;
}

.card-kicker {
  display: inline-flex;
  min-height: 30px;
  padding: 0 10px;
  align-items: center;
  border-radius: 999px;
  margin-bottom: 14px;
  background: rgba(109,124,255,0.10);
  border: 1px solid rgba(109,124,255,0.18);
  color: #dce4ff;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.timeline-card {
  padding: 26px;
}

.cta-panel {
  padding: 32px;
}

@media (max-width: 980px) {
  .hero-metrics,
  .brand-banner {
    grid-template-columns: 1fr;
  }
}
