.hem-v226-hero,
.hem-v226-card,
.hem-v226-checklist {
    border: 1px solid rgba(15, 23, 42, 0.10);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 16px 50px rgba(15, 23, 42, 0.08);
    padding: clamp(1.25rem, 3vw, 2rem);
    margin: 1rem 0;
}

.hem-v226-hero .eyebrow {
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: .78rem;
    font-weight: 800;
    color: #2563eb;
    margin-bottom: .35rem;
}

.hem-v226-hero h1 {
    margin: 0 0 .75rem;
    font-size: clamp(2rem, 5vw, 3.25rem);
    line-height: 1.05;
}

.hem-v226-hero .lead {
    max-width: 70ch;
    font-size: 1.08rem;
    color: #475569;
}

.hem-v226-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 1.2rem;
}

.hem-v226-actions .button,
.hem-v226-card a {
    min-height: 44px;
}

.hem-v226-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.hem-v226-card h2,
.hem-v226-checklist h2 {
    margin-top: 0;
}

.hem-v226-card ul {
    margin: 0;
    padding-left: 1.2rem;
}

.hem-v226-card li,
.hem-v226-checklist li {
    margin: .45rem 0;
}

@media (max-width: 820px) {
    .hem-v226-grid {
        grid-template-columns: 1fr;
    }

    .hem-v226-actions .button {
        width: 100%;
        justify-content: center;
    }
}
