.beta-interest-banner {
    background: linear-gradient(135deg, #fff7d6 0%, #ffffff 62%);
    border: 2px solid #ffc107;
    border-left: 7px solid #6f42c1;
    border-radius: 18px;
    box-shadow: 0 8px 25px rgba(52, 58, 64, .10);
    margin: 0 auto 28px;
    max-width: 1320px;
    padding: 22px;
}
.beta-interest-badge {
    background: #6f42c1;
    border-radius: 999px;
    color: #fff;
    display: inline-block;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .08em;
    margin-bottom: 8px;
    padding: 5px 11px;
}
.beta-interest-banner h2 { color: #4b2a8c; font-size: 1.45rem; font-weight: 700; }
.beta-interest-banner .row,
.beta-interest-banner .form-row,
.beta-interest-banner .d-flex { display: flex; flex-wrap: wrap; }
.beta-interest-banner .row { align-items: center; margin-left: -8px; margin-right: -8px; }
.beta-interest-banner .col-lg-5,
.beta-interest-banner .col-lg-7,
.beta-interest-banner .col-md-4 { box-sizing: border-box; padding-left: 8px; padding-right: 8px; width: 100%; }
.beta-interest-banner .col-lg-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
.beta-interest-banner .col-lg-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
.beta-interest-banner .col-md-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
.beta-interest-banner .align-items-md-center { align-items: center; }
.beta-interest-banner .justify-content-between { justify-content: space-between; }
.beta-interest-banner .sr-only {
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
.beta-interest-banner .form-control { border-radius: 10px; min-height: 44px; }
.beta-interest-banner .beta-submit {
    background: #6f42c1;
    border: 0;
    border-radius: 22px;
    color: #fff;
    font-weight: 700;
    min-height: 44px;
    padding: 8px 22px;
}
.beta-interest-banner .beta-submit:hover { background: #58339a; color: #ffc107; }
.beta-interest-honeypot { left: -10000px !important; position: absolute !important; }
@media (max-width: 767.98px) {
    .beta-interest-banner { border-left-width: 2px; margin-left: 10px; margin-right: 10px; padding: 17px; }
    .beta-interest-banner .col-md-4 { flex-basis: 100%; max-width: 100%; }
    .beta-interest-banner .justify-content-between { align-items: stretch; flex-direction: column; }
}
@media (max-width: 991.98px) {
    .beta-interest-banner .col-lg-5,
    .beta-interest-banner .col-lg-7 { flex-basis: 100%; max-width: 100%; }
}
