.sp-banner {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: linear-gradient(90deg, #0f0f1a 0%, #1a1a2e 60%, #0f3460 100%);
    color: #fff;
    padding: .75rem 1.5rem;
    font-family: inherit;
}

.sp-banner-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.sp-banner-content { flex: 1; min-width: 260px; }

.sp-banner-eyebrow {
    font-size: .7rem;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #a0c4ff;
    font-weight: 600;
    display: block;
    margin-bottom: .2rem;
}

.sp-banner-headline { margin: 0 0 .25rem; font-size: .95rem; line-height: 1.4; }
.sp-banner-price { margin: 0; font-size: .9rem; }
.sp-price-note { color: #ccc; font-size: .8rem; }

.sp-banner-actions {
    display: flex;
    align-items: center;
    gap: .75rem;
    flex-shrink: 0;
}

.sp-banner-cta {
    background: #e63946;
    color: #fff;
    text-decoration: none;
    padding: .5rem 1.25rem;
    border-radius: 4px;
    font-weight: 700;
    font-size: .9rem;
    white-space: nowrap;
    transition: background .2s;
    display: inline-block;
}

.sp-banner-cta:hover { background: #c1121f; color: #fff; text-decoration: none; }

.sp-banner-dismiss {
    background: none;
    border: 1px solid rgba(255, 255, 255, .3);
    color: #fff;
    cursor: pointer;
    font-size: 1.2rem;
    line-height: 1;
    padding: .2rem .5rem;
    border-radius: 3px;
}

.sp-banner-dismiss:hover { background: rgba(255, 255, 255, .1); }

@media (max-width: 600px) {
    .sp-banner-inner { flex-direction: column; align-items: flex-start; }
}

/* ── Subscribe box (SOARSE Plus Plan product page) ───────────── */
.sp-subscribe-box {
    background: linear-gradient(135deg, #0f0f1a 0%, #1a1a2e 100%);
    border: 1px solid rgba(160, 196, 255, .2);
    border-radius: 10px;
    padding: 1.75rem 2rem 1.5rem;
    margin-bottom: 1.5rem;
    color: #fff;
}

.sp-subscribe-badge {
    display: inline-block;
    background: #e63946;
    color: #fff;
    font-size: .68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .09em;
    padding: .2rem .65rem;
    border-radius: 3px;
    margin-bottom: 1rem;
}

.sp-subscribe-price {
    display: flex;
    align-items: baseline;
    gap: .3rem;
    margin-bottom: 1.25rem;
}

.sp-subscribe-amount {
    font-size: 2.75rem;
    font-weight: 800;
    line-height: 1;
    color: #fff;
}

.sp-subscribe-period {
    font-size: 1rem;
    color: #a0c4ff;
}

.sp-subscribe-benefits {
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
}

.sp-subscribe-benefits li {
    padding: .3rem 0 .3rem 1.5rem;
    position: relative;
    font-size: .875rem;
    color: #d0e8ff;
    border: none;
    background: none;
}

.sp-subscribe-benefits li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #4ade80;
    font-weight: 700;
}

.sp-subscribe-note {
    font-size: .72rem;
    color: #666;
    margin: 0;
}

/* Subscribe Now button (custom theme template) */
.product-atc-btn--subscribe {
    background: #e63946 !important;
    border-color: #e63946 !important;
    justify-content: center;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .02em;
}

.product-atc-btn--subscribe:hover {
    background: #c1121f !important;
    border-color: #c1121f !important;
}
