.rmpe-en-widget {
    font-family: 'Poppins', sans-serif;
    background-color: #0b0f19;
    color: #ffffff;
    width: 100%;
}

.rmpe-en-widget,
.rmpe-en-widget * {
    box-sizing: border-box;
}

.rmpe-en-widget .badge {
    border-radius: 9999px;
    padding: 0.5rem 1.25rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.rmpe-en-widget .card-divider {
    border-color: rgba(255, 255, 255, 0.08);
}

.rmpe-en-widget iframe {
    display: block;
    margin: 0;
    padding: 0;
    background: #000;
}

/* Short prompt explaining that the creative is interactive. */
.rmpe-en-widget .rmpe-en-interaction-prompt {
    margin: 0 1.5rem 0.875rem;
    color: #d1d5db;
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
}

/* Typography for the entire widget and colors of key headings. */
.rmpe-en-widget .rmpe-en-hero {
    font-family: 'Poppins', sans-serif;
    background-color: #0b0f19 !important;
}

.rmpe-en-widget .rmpe-en-hero-title,
.rmpe-en-widget .rmpe-en-hero-gradient {
    font-weight: 300;
}

.rmpe-en-widget .rmpe-en-hero-title,
.rmpe-en-widget .rmpe-en-case-title {
    color: #ffffff !important;
}

.rmpe-en-widget .rmpe-en-hero-eyebrow {
    font-weight: 700;
    margin-bottom: 1rem !important;
    transform: translateY(4px);
}

.rmpe-en-widget .rmpe-en-hero-description {
    font-weight: 600;
}

.rmpe-en-widget .rmpe-en-hero-glow {
    position: absolute;
    top: 50%;
    left: 84%;
    width: 820px;
    height: 540px;
    border-radius: 9999px;
    background: #6c5dd3;
    opacity: 0.09;
    filter: blur(150px);
    transform: translate(-50%, -50%);
}

.rmpe-en-widget .rmpe-en-goal-block {
    margin-bottom: 0 !important;
}

.rmpe-en-widget .rmpe-en-section-divider {
    margin-top: 1.25rem !important;
    margin-bottom: 2rem !important;
}

.rmpe-en-widget .rmpe-en-columns-grid {
    padding-top: 0;
}

@media (max-width: 767px) {
    .rmpe-en-widget .rmpe-en-hero-glow {
        left: 88%;
        width: 560px;
        height: 430px;
        opacity: 0.08;
        filter: blur(120px);
    }
}


/* Final CTA section matching the reference design. */
.rmpe-en-widget .rmpe-en-cta {
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(180deg, #111827 0%, #000000 100%);
    color: #ffffff;
    padding-top: 92px !important;
    padding-bottom: 92px !important;
}

.rmpe-en-widget .rmpe-en-cta-glow {
    height: 180px;
    background: radial-gradient(ellipse 58% 100% at 50% -18%, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0.025) 38%, rgba(255, 255, 255, 0) 74%);
    filter: blur(18px);
    opacity: 0.55;
}

.rmpe-en-widget .rmpe-en-cta-title {
    color: #ffffff !important;
    font-weight: 300;
}

.rmpe-en-widget .rmpe-en-cta-description {
    max-width: 720px;
    color: #9ca3af;
}

.rmpe-en-widget .rmpe-en-cta-button,
.rmpe-en-widget .rmpe-en-cta-button:visited {
    min-width: 243px;
    min-height: 68px;
    padding: 20px 28px;
    border: 0;
    border-radius: 15px;
    background: linear-gradient(90deg, #2563eb 0%, #7c3aed 100%);
    color: #ffffff !important;
    line-height: 28px;
    text-decoration: none !important;
    box-shadow: none;
}

.rmpe-en-widget .rmpe-en-cta-button:hover,
.rmpe-en-widget .rmpe-en-cta-button:focus {
    color: #ffffff !important;
    text-decoration: none !important;
}

@media (max-width: 767px) {
    .rmpe-en-widget .rmpe-en-cta {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .rmpe-en-widget .rmpe-en-cta-glow {
        height: 140px;
        opacity: 0.45;
    }

    .rmpe-en-widget .rmpe-en-cta-button {
        width: 100%;
        max-width: 320px;
        min-width: 0;
    }
}
