/* =========================================================
   REUSABLE COMPONENTS
========================================================= */

.home-eyebrow {
    margin: 0 0 4px;

    color: var(--color-link);

    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-section-heading {
    display: flex;
    align-items: center;
    gap: 16px;

    margin-bottom: 26px;
}

.home-section-heading.compact {
    margin-bottom: 22px;
}

.home-section-heading h2 {
    margin: 0;

    font-size: clamp(1.45rem, 2.4vw, 2rem);
}

.home-section-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;

    width: 54px;
    height: 54px;

    border-radius: 50%;

    font-size: 24px;
    font-weight: 800;
}

.home-section-icon.is-blue {
    color: #2f6ed7;
    background: #e7f0ff;
}

.home-tag {
    display: inline-flex;
    align-items: center;

    min-height: 34px;
    padding: 7px 12px;

    color: #515962;
    background: #f8f9fa;

    border: 1px solid #dde2e7;
    border-radius: 8px;

    font-size: 12px;
    font-weight: 650;
}
