hero-section {
    display: block;
}

.hero-page {
    background: transparent;
    padding: 64px 24px;
}

.hero-inner {
    max-width: 720px;
    margin: 0 auto;
}

.hero-page h1 {
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.1;
    margin-bottom: 16px;
    color: #fff;
}

.hero-page p {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.65;
    max-width: 600px;
}

.hero-page .hero-eyebrow {
    color: rgba(255, 255, 255, 0.78);
}

/* ── Dark variant ── */

hero-section[variant="dark"] .hero-page {
    padding: 72px 24px 80px;
    text-align: center;
}

hero-section[variant="dark"] .hero-eyebrow {
    color: #63c5ff;
}

hero-section[variant="dark"] h1 {
    font-size: clamp(32px, 5vw, 60px);
    max-width: 720px;
    margin: 0 auto 24px;
}

hero-section[variant="dark"] p {
    font-size: clamp(16px, 2vw, 20px);
    color: rgba(255, 255, 255, 0.85);
    max-width: 540px;
    margin: 0 auto;
    line-height: 1.6;
}

hero-section + .content,
hero-section + .content-wide {
    padding-top: 64px;
}
