
:root {
  --step2point-primary: #1e3a8a;
  --step2point-primary-dark: #0f172a;
  --step2point-accent: #0ea5a3;
  --step2point-energy: #f59e0b;
  --step2point-bg: #f8fafc;
  --step2point-soft: #eef4fb;
  --step2point-line: #dbe5f1;
  --step2point-card-shadow: 0 18px 44px rgba(30, 58, 138, 0.10);
}

[data-md-color-scheme="default"] {
  --md-primary-fg-color: var(--step2point-primary);
  --md-accent-fg-color: var(--step2point-accent);
  --md-default-bg-color: var(--step2point-bg);
}

[data-md-color-scheme="slate"] {
  --md-primary-fg-color: #1d4ed8;
  --md-accent-fg-color: #2dd4bf;
}

.md-main__inner {
  margin-top: 0;
}
.md-content__inner {
  padding-top: 1rem;
}
.md-typeset h1 {
  font-weight: 800;
  letter-spacing: -0.02em;
}
.md-typeset h2 {
  font-weight: 750;
  letter-spacing: -0.01em;
}
.md-typeset .hero {
  padding: 1rem 0 0.6rem;
}
.md-typeset .hero h1 {
  margin-bottom: 0.6rem;
  font-size: 2.7rem;
  line-height: 1.05;
}
.md-typeset .hero .tagline {
  font-size: 1.15rem;
  color: var(--md-default-fg-color--light);
  max-width: 42rem;
}
.md-typeset .hero-shell {
  background: linear-gradient(135deg, rgba(30,58,138,0.06), rgba(14,165,163,0.05), rgba(245,158,11,0.06));
  border: 1px solid var(--step2point-line);
  border-radius: 1.6rem;
  box-shadow: var(--step2point-card-shadow);
  padding: 1.6rem;
  margin: 0 0 2rem;
}
.md-typeset .hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1.5rem;
  align-items: center;
}
.md-typeset img.hero-figure {
  border-radius: 1.15rem;
  box-shadow: 0 16px 46px rgba(15,23,42,0.16);
  background: white;
}
.md-typeset .intro-points {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.md-typeset .pill {
  display: inline-block;
  padding: 0.5rem 0.8rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.72);
  border: 1px solid var(--step2point-line);
  font-weight: 700;
  font-size: 0.8rem;
  color: var(--step2point-primary-dark);
}
.md-typeset .section-lead {
  font-size: 1.05rem;
  max-width: 60rem;
  color: var(--md-default-fg-color--light);
}
.md-typeset .grid.cards > ul > li,
.md-typeset .grid > .card,
.md-typeset .story-card,
.md-typeset .soft-card {
  border-radius: 1.15rem;
}
.md-typeset .grid.cards > ul > li {
  box-shadow: 0 10px 28px rgba(15,23,42,0.06);
  border: 1px solid var(--step2point-line);
}
.md-typeset .story-card,
.md-typeset .soft-card {
  background: white;
  border: 1px solid var(--step2point-line);
  box-shadow: 0 10px 28px rgba(15,23,42,0.06);
  padding: 1rem 1.1rem;
}
.md-typeset .soft-band {
  background: linear-gradient(180deg, rgba(255,255,255,0.72), rgba(239,246,255,0.72));
  border: 1px solid var(--step2point-line);
  border-radius: 1.4rem;
  padding: 1.2rem;
  margin: 1.2rem 0 1.6rem;
}
.md-typeset .benchmark-figure,
.md-typeset .picture-frame {
  border-radius: 1.1rem;
  box-shadow: var(--step2point-card-shadow);
  background: linear-gradient(135deg, rgba(247,249,252,0.94), rgba(238,243,255,0.98));
  padding: 0.35rem;
  margin: 1rem 0 1.5rem;
}
.md-typeset .picture-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.md-typeset .picture-grid img {
  width: 100%;
  border-radius: 1rem;
  background: white;
  box-shadow: 0 12px 30px rgba(15,23,42,0.12);
}
.md-typeset .caption {
  font-size: 0.9rem;
  color: var(--md-default-fg-color--light);
  margin-top: 0.35rem;
}
.md-typeset .highlight-box {
  border-left: 4px solid var(--step2point-accent);
  background: rgba(14,165,163,0.06);
  padding: 1rem 1rem 0.2rem;
  border-radius: 0 1rem 1rem 0;
}
.md-typeset .stats-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 1.2rem 0 0.4rem;
}
.md-typeset .stat {
  background: rgba(255,255,255,0.8);
  border: 1px solid var(--step2point-line);
  border-radius: 1rem;
  padding: 1rem 1.1rem;
}
.md-typeset .stat strong {
  display: block;
  font-size: 1.4rem;
  color: var(--step2point-primary-dark);
}
@media screen and (max-width: 76.2344em) {
  .md-typeset .hero-grid,
  .md-typeset .picture-grid,
  .md-typeset .stats-strip {
    grid-template-columns: 1fr;
  }
}
.md-sidebar {
  display: none;
}
