.home-intro {
    margin: 8px 0 28px;
}

.home-intro h1 {
    margin: 0 0 14px;
    font-size: 2.5rem;
    line-height: 1.15;
    color: #16336f;
}

.home-intro p {
    margin: 0 0 18px;
    max-width: 920px;
    font-size: 1.05rem;
    line-height: 1.7;
    color: #344054;
}

.home-intro__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.btn-practical {
    background: #0ea5e9;
}

.btn-practical:hover {
    background: #0284c7;
}

.practical-highlight {
    margin-bottom: 24px;
    border: 1px solid #dbeafe;
    background: linear-gradient(135deg, #eff8ff 0%, #f8fbff 100%);
}

.practical-highlight__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.practical-highlight__label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #0ea5e9;
    color: #fff;
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
}

.practical-highlight h2 {
    margin: 0 0 10px;
    color: #0f172a;
}

.practical-highlight p {
    margin: 0 0 10px;
    color: #334155;
}

.practical-highlight__list {
    margin: 0;
    padding-left: 18px;
    color: #334155;
    line-height: 1.7;
}

.practical-highlight__actions {
    flex: 0 0 auto;
}

@media (max-width: 780px) {
    .home-intro h1 {
        font-size: 2rem;
    }

    .practical-highlight__content {
        flex-direction: column;
        align-items: flex-start;
    }
}
