.hero {
    min-height: calc(100vh - 76px - 85px);
    display: flex;
    align-items: center;
    padding: 80px 6vw;
    background: radial-gradient(circle at top left, #e0f2fe, transparent 35%), #f8fafc;
}

.hero-content {
    max-width: 760px;
}

.eyebrow {
    margin: 0 0 16px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.8rem;
    font-weight: 800;
    color: #2563eb;
}

.hero h1 {
    margin: 0;
    font-size: clamp(3rem, 8vw, 6.5rem);
    line-height: 0.95;
    letter-spacing: -0.08em;
}

.hero p:not(.eyebrow) {
    max-width: 560px;
    margin: 24px 0 32px;
    font-size: 1.2rem;
    line-height: 1.7;
    color: #4b5563;
}
