.elae-hero {
    padding: 60px 32px;
    background: linear-gradient(135deg, #0f172a 0%, #2563eb 100%);
    color: #fff;
    border-radius: 24px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.18);
}

.elae-hero__title {
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.15;
    margin: 0 0 16px;
}

.elae-hero__subtitle {
    font-size: 1.05rem;
    line-height: 1.7;
    margin: 0 0 24px;
    max-width: 720px;
}

.elae-btn {
    display: inline-block;
    padding: 12px 22px;
    background: #fff;
    color: #0f172a;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
}

.elae-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-top: 24px;
}

.elae-features__item {
    padding: 24px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.elae-features__icon {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.elae-features__title {
    margin: 0 0 8px;
    font-size: 1.1rem;
}

.elae-features__text {
    margin: 0;
    color: #475569;
    line-height: 1.6;
}

.elae-cta {
    padding: 44px;
    border-radius: 20px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.elae-cta__title {
    margin: 0 0 12px;
    font-size: 1.8rem;
}

.elae-cta__text {
    margin: 0 0 20px;
    color: #475569;
    line-height: 1.7;
}
