/* === Banner HOME === */
.naminio-banner-home {
    background: #1a1a1a;
    border-left: 5px solid #f5a623;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    border-radius: 0 6px 6px 0;
    margin: 15px 0;
    flex-wrap: wrap;
}
.naminio-banner-home__icon {
    font-size: 24px;
    flex-shrink: 0;
}
.naminio-banner-home__text {
    flex: 1;
    min-width: 200px;
}
.naminio-banner-home__title {
    font-weight: 700;
    font-size: 15px;
    color: #f5a623;
    text-transform: uppercase;
    margin: 0 0 4px;
    letter-spacing: 0.05em;
}
.naminio-banner-home__sub {
    font-size: 13px;
    color: #cccccc;
    margin: 0;
    line-height: 1.5;
}
.naminio-banner-home__cta {
    background: #f5a623;
    color: #1a1a1a !important;
    font-weight: 700;
    font-size: 14px;
    padding: 9px 18px;
    border-radius: 5px;
    text-decoration: none !important;
    white-space: nowrap;
    flex-shrink: 0;
    letter-spacing: 0.03em;
    transition: background 0.2s;
}
.naminio-banner-home__cta:hover {
    background: #e09510;
}

/* === Banner CHECKOUT === */
.naminio-banner-checkout {
    background: #fff3cd;
    border: 2px solid #e6a817;
    border-radius: 8px;
    padding: 20px 24px;
    margin: 20px 0;
}
.naminio-banner-checkout__head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}
.naminio-banner-checkout__alert-icon {
    width: 30px;
    height: 30px;
    background: #e6a817;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    color: #1a1a1a;
    flex-shrink: 0;
}
.naminio-banner-checkout__head-text {
    font-weight: 700;
    font-size: 16px;
    color: #7a4f00;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    line-height: 1.3;
}
.naminio-banner-checkout__body {
    font-size: 14px;
    color: #5c3d00;
    margin: 0 0 18px;
    line-height: 1.6;
}
.naminio-banner-checkout__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e6a817;
    color: #1a1a1a !important;
    font-weight: 700;
    font-size: 17px;
    padding: 11px 22px;
    border-radius: 6px;
    text-decoration: none !important;
    letter-spacing: 0.04em;
    transition: background 0.2s;
}
.naminio-banner-checkout__cta:hover {
    background: #c98e0e;
}
