:root {
    --footer-cta-r11-bg: #f6f5f4;
    --footer-cta-r11-fg-1: #050505;
    --footer-cta-r11-fg-2: rgba(5, 5, 5, 0.8);
    --footer-cta-r11-btn-bg: #050505;
    --footer-cta-r11-btn-fg: #ffffff;
}

.is-dark .footer-cta-r11 {
    --footer-cta-r11-bg: #050505;
    --footer-cta-r11-fg-1: #ffffff;
    --footer-cta-r11-fg-2: rgba(255, 255, 255, 0.8);
    --footer-cta-r11-btn-bg: #ffffff;
    --footer-cta-r11-btn-fg: #050505;
}

.footer-cta-r11 {
    background: var(--footer-cta-r11-bg);
    padding: 72px 24px;
    font-family: 'DM Sans', sans-serif;
}

.footer-cta-r11 * { box-sizing: border-box; }

.footer-cta-r11__container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    text-align: center;
}

.footer-cta-r11__eyebrow {
    margin: 0;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    background: linear-gradient(90deg, #ff4e41 0%, #cc6af9 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.footer-cta-r11__heading {
    margin: 0;
    max-width: 800px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.15;
    color: var(--footer-cta-r11-fg-1);
}

.footer-cta-r11__description {
    margin: 0;
    max-width: 600px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: var(--footer-cta-r11-fg-2);
}

.footer-cta-r11__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    border-radius: 100px;
    background: var(--footer-cta-r11-btn-bg);
    color: var(--footer-cta-r11-btn-fg);
    text-decoration: none;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    border: 0;
    cursor: pointer;
}

@media (min-width: 1024px) {
    .footer-cta-r11 {
        padding: 140px 32px 80px;
    }

    .footer-cta-r11__eyebrow {
        font-size: 16px;
    }

    .footer-cta-r11__heading {
        font-size: 48px;
    }
}
