.hero,
.panel,
.home-hero,
.home-card,
.home-history,
.home-docs {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(10, 10, 10, 0.98) 0%, rgba(21, 21, 21, 0.96) 100%);
  box-shadow: var(--shadow);
}

.hero,
.home-hero {
  border-radius: 28px;
  padding: 28px;
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(280px, 0.95fr);
  gap: 20px;
}

.hero-panel,
.home-hero-panel {
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(0, 69, 172, 0.18) 0%, rgba(20, 20, 20, 0.92) 100%);
  border: 1px solid rgba(94, 151, 255, 0.18);
  padding: 18px;
  display: grid;
  gap: 12px;
  align-content: start;
}

.hero-stat {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 12px 14px;
}

.hero-stat-label {
  display: block;
  color: #8fa7c6;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.hero-stat strong {
  font-size: 1.05rem;
}

.hero-note {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 12px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.panel,
.home-card,
.home-history,
.home-docs {
  border-radius: 22px;
  padding: 22px;
}

.panel-tag {
  border-radius: 999px;
  background: var(--accent-soft);
  border: 1px solid rgba(94, 151, 255, 0.24);
  padding: 5px 10px;
  color: #d8e6ff;
  font-size: 0.74rem;
  white-space: nowrap;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  color: #7fb0ff;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.hero h1 {
  max-width: 10ch;
  font-size: clamp(2.7rem, 5vw, 4.8rem);
  line-height: 0.95;
  letter-spacing: -0.03em;
}

.hero-text {
  margin-top: 16px;
  max-width: 56ch;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.6;
}

.checklist,
.ordered-list {
  padding-left: 18px;
  color: var(--muted);
  display: grid;
  gap: 10px;
  line-height: 1.55;
}
