/* =======================================
   FEATURED BANNER
======================================= */

.featured-banner{

    background:var(--primary);

    color:var(--primary-foreground);

    text-align:center;

    border-radius:var(--radius-2xl);

    margin-block:80px;

}

.featured-banner .iq-container{

    padding-block:80px;

}

.featured-banner__description{

    max-width:700px;

    margin:24px auto;

    font-size:18px;

    opacity:.9;

}

.featured-banner__actions{

    display:flex;

    justify-content:center;

    gap:20px;

    flex-wrap:wrap;

}

.featured-banner .iq-section-title{

    color:white;

}

.featured-banner .iq-eyebrow{

    color:var(--accent);

}