/* Product Promo Banner – Frontend Banner Styles */

.ppb-banner-wrapper {
    margin-top: 24px;
    margin-bottom: 24px;
    width: 100%;
    max-width: 560px;
}

.ppb-banner {
    position: relative;
    background-image: url('banner-bg.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 0;
    padding: 36px 32px;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    overflow: hidden;
}

/* Sparkle spans are baked into the image — hide the CSS ones */
.ppb-banner .ppb-sparkle-br,
.ppb-banner .ppb-sparkle-bl {
    display: none;
}

/* Remove old CSS-drawn sparkle pseudo-elements */
.ppb-banner::before,
.ppb-banner::after {
    display: none;
}


/* ── Headline ── */
.ppb-banner .ppb-headline {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 8px;
    line-height: 1.3;
    letter-spacing: -0.2px;
}

.ppb-banner .ppb-headline .ppb-highlight {
    color: #d0348a;
}

/* ── Sub-headline ── */
.ppb-banner .ppb-subheadline {
    font-size: 14px;
    font-style: italic;
    color: #c8ccde;
    margin: 0 0 10px;
    line-height: 1.5;
}

/* ── Description ── */
.ppb-banner .ppb-description {
    font-size: 13px;
    color: #9ba3c2;
    margin: 0 0 16px;
    line-height: 1.6;
}

/* ── Product reference ── */
.ppb-banner .ppb-product-ref {
    font-size: 13px;
    color: #c8ccde;
    margin: 0 0 20px;
    line-height: 1.5;
}

.ppb-banner .ppb-product-ref .ppb-product-label {
    color: #d0348a;
    font-weight: 700;
}

/* ── CTA Button ── */
.ppb-banner .ppb-cta-btn {
    display: inline-block;
    background: #d0348a;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    padding: 12px 28px;
    border-radius: 0;
    border: none;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
    box-shadow: 0 4px 15px rgba(208, 52, 138, 0.4);
    letter-spacing: 0.2px;
}

.ppb-banner .ppb-cta-btn:hover {
    background: #b52a75;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(208, 52, 138, 0.55);
    color: #ffffff !important;
    text-decoration: none !important;
}

.ppb-banner .ppb-cta-btn:active {
    transform: translateY(0);
    box-shadow: 0 3px 10px rgba(208, 52, 138, 0.4);
}

/* ── Section label above the banner (e.g. "Buy Premium  (Get advanced insight)") */
.ppb-section-label {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 10px;
}

.ppb-section-label .ppb-section-heading {
    font-size: 18px;
    font-weight: 700;
    color: #1d2327;
    line-height: 1.3;
}

.ppb-section-label .ppb-section-subtext {
    font-size: 14px;
    color: #6b7280;
    font-weight: 400;
}
