@import '_content/LEMT.Blazor.Framework/LEMT.Blazor.Framework.r4plkm2tmd.bundle.scp.css';

/* /Components/Pages/Home.razor.rz.scp.css */
.hero[b-eec77mxx54] {
    background-color: var(--brand-green);
    color: var(--brand-white);
    text-align: center;
    padding: 4rem 1.5rem;
    border-radius: var(--radius-card);
    margin-bottom: 2rem;
    animation: hero-rise-b-eec77mxx54 0.55s var(--ease-smooth) both;
}

@keyframes hero-rise-b-eec77mxx54 {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.hero h1[b-eec77mxx54] {
    margin: 0 0 0.75rem;
    font-size: 2.25rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.005em;
}

.hero-lead[b-eec77mxx54] {
    margin: 0 0 1.75rem;
    font-size: 1.1rem;
    opacity: 0.9;
}

.hero-cta[b-eec77mxx54] {
    display: inline-block;
    background-color: var(--brand-white);
    color: var(--brand-green);
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 0.9rem;
    padding: 0.85rem 2rem;
    border-radius: var(--radius-pill);
    box-shadow: 0 10px 26px -12px rgba(0, 0, 0, 0.35);
    transition: transform 0.3s var(--ease-smooth), box-shadow 0.3s ease;
}

.hero-cta:hover[b-eec77mxx54] {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 16px 32px -12px rgba(0, 0, 0, 0.4);
}

.info-grid[b-eec77mxx54] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
    gap: 1.5rem;
}
