.hero[data-astro-cid-pgpo2ev5] {
  position: relative;
  padding-block: clamp(3.5rem, 6vw, 6rem);
  border-bottom: 1px solid var(--color-border);
  background:
    radial-gradient(
      ellipse at 30% 20%,
      color-mix(in oklab, var(--color-accent) 12%, transparent),
      transparent 60%
    ),
    radial-gradient(
      ellipse at 80% 80%,
      color-mix(in oklab, var(--color-steel) 12%, transparent),
      transparent 60%
    ),
    var(--color-bg);
}
.hero-grid[data-astro-cid-pgpo2ev5] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 3rem;
}
.hero-text[data-astro-cid-pgpo2ev5] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 36rem;
}
.hero-title[data-astro-cid-pgpo2ev5] {
  font-size: clamp(2.5rem, 1.5rem + 4.5vw, 5rem);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0;
}
.hero-title-sub[data-astro-cid-pgpo2ev5] {
  font-size: clamp(1.2rem, 0.8rem + 2vw, 2rem);
  font-weight: 300;
  display: block;
  margin-top: 0.15em;
}
.hero-sub[data-astro-cid-pgpo2ev5] {
  color: var(--color-text-muted);
  font-size: clamp(1rem, 0.92rem + 0.4vw, 1.2rem);
  line-height: 1.55;
  margin: 0;
  max-width: 36rem;
}
.hero-cta-row[data-astro-cid-pgpo2ev5] {
  display: flex;
  gap: 0.75rem;
  margin-top: 0.75rem;
  flex-wrap: wrap;
}
.btn-primary[data-astro-cid-pgpo2ev5] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.25rem;
  background: var(--color-accent);
  color: var(--color-bg);
  border-radius: var(--radius-sm);
  font-weight: 600;
  transition: background 0.12s ease;
}
.btn-primary[data-astro-cid-pgpo2ev5]:hover {
  background: var(--color-accent-strong);
  color: var(--color-bg);
}
.btn-ghost[data-astro-cid-pgpo2ev5] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.25rem;
  border: 1px solid var(--color-border-strong);
  border-radius: var(--radius-sm);
  color: var(--color-text);
  transition:
    border-color 0.12s ease,
    background 0.12s ease;
}
.btn-ghost[data-astro-cid-pgpo2ev5]:hover {
  background: var(--color-surface-elevated);
  border-color: var(--color-accent);
}
.hero-visual[data-astro-cid-pgpo2ev5] {
  color: var(--color-text);
  aspect-ratio: 8 / 3;
  width: 100%;
}
.hero-svg[data-astro-cid-pgpo2ev5] {
  width: 100%;
  height: 100%;
  display: block;
}
.brand-letter[data-astro-cid-pgpo2ev5] {
  font-family: var(--font-display);
  font-size: 150px;
  font-weight: 500;
  letter-spacing: -0.01em;
  fill: currentColor;
}
.cjk-char[data-astro-cid-pgpo2ev5] {
  font-family:
    "Noto Serif CJK SC",
    "Noto Serif CJK TC",
    "Source Han Serif CN",
    Songti SC,
    STSong,
    SimSun,
    MS Mincho,
    serif;
  font-size: 30px;
  font-weight: 600;
  text-anchor: middle;
  fill: currentColor;
}
@media (max-width: 880px) {
  .hero-grid[data-astro-cid-pgpo2ev5] {
    grid-template-columns: 1fr;
  }
  .hero-visual[data-astro-cid-pgpo2ev5] {
    max-width: 36rem;
    margin: 0 auto;
  }
}
.sections-grid[data-astro-cid-6sxvzthc] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  padding-block: 4rem;
}
.section-card[data-astro-cid-6sxvzthc] {
  display: grid;
  grid-template-columns: 8rem 1fr;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  color: inherit;
  min-height: 11rem;
  transition:
    border-color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.section-card[data-astro-cid-6sxvzthc]:hover {
  border-color: var(--color-accent);
  transform: translateY(-2px);
  box-shadow: var(--shadow-soft);
}
.section-glyph[data-astro-cid-6sxvzthc] {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2vw + 1rem, 2.4rem);
  color: var(--color-text-subtle);
  background: linear-gradient(135deg, var(--color-surface-elevated), var(--color-surface));
  border-right: 1px solid var(--color-border);
}
.section-body[data-astro-cid-6sxvzthc] {
  padding: 1.4rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  position: relative;
}
.section-title[data-astro-cid-6sxvzthc] {
  margin: 0;
  font-size: 1.35rem;
  font-family: var(--font-display);
  font-weight: 500;
}
.section-sub[data-astro-cid-6sxvzthc] {
  color: var(--color-text-muted);
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0;
}
.section-arrow[data-astro-cid-6sxvzthc] {
  position: absolute;
  right: 1.25rem;
  bottom: 1rem;
  color: var(--color-accent);
  font-size: 1.1rem;
  opacity: 0.6;
  transition:
    transform 0.18s ease,
    opacity 0.18s ease;
}
.section-card[data-astro-cid-6sxvzthc]:hover .section-arrow[data-astro-cid-6sxvzthc] {
  transform: translate(4px);
  opacity: 1;
}
@media (max-width: 720px) {
  .sections-grid[data-astro-cid-6sxvzthc] {
    grid-template-columns: 1fr;
  }
  .section-card[data-astro-cid-6sxvzthc] {
    grid-template-columns: 6rem 1fr;
  }
}
