@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');

.profeat-footer-cta-wrapper {
    position: relative !important;
    padding: 120px 20px !important;
    background: #000 !important;
    overflow: hidden !important;
    display: flex !important;
    justify-content: center !important;
}

/* Atmospheric Volume (Behind) - Reduced intensity since background image has its own glows */
.profeat-footer-cta-wrapper::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 800px !important;
    height: 800px !important;
    background: radial-gradient(circle, rgba(212, 0, 255, 0.05) 0%, transparent 70%) !important;
    filter: blur(120px) !important;
    z-index: 0 !important;
}

.profeat-footer-cta-wrapper::after {
    content: '' !important;
    position: absolute !important;
    bottom: -100px !important;
    right: -100px !important;
    width: 800px !important;
    height: 800px !important;
    background: radial-gradient(circle, rgba(0, 242, 255, 0.05) 0%, transparent 70%) !important;
    filter: blur(120px) !important;
    z-index: 0 !important;
}

.profeat-footer-cta-container {
    position: relative !important;
    z-index: 10 !important;
    width: 100% !important;
    max-width: 1180px !important;
    border-radius: 20px !important; /* Image has rounded corners */
    display: flex !important;
    padding: 80px 90px !important;
    gap: 0 !important;
    
    /* Using the cropped image directly! */
    background: transparent url('assets/bottom_card_bg.png') no-repeat center center !important;
    background-size: 100% 100% !important; /* Forces the image to stretch to the container's bounds */
    border: none !important; /* Border is baked into the image */
    box-shadow: none !important; /* Outer glow is baked into the image */
}

/* Remove CSS Light Washes since they are baked into the image */
.profeat-footer-cta-column.left::before { display: none !important; }
.profeat-footer-cta-column.right::after { display: none !important; }

.profeat-footer-cta-column {
    flex: 1 !important;
    position: relative !important;
    z-index: 5 !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 0 60px !important;
}

.profeat-footer-cta-column.left { padding-left: 0 !important; }
.profeat-footer-cta-column.right { padding-right: 0 !important; }

.profeat-footer-cta-divider {
    width: 1px !important;
    /* Divider is baked into the image, so we hide the CSS one */
    background: transparent !important;
    align-self: stretch !important;
}

/* TITLES with UNBOUNDED */
.profeat-cta-title {
    color: #ffffff !important;
    font-size: 48px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    margin: 0 0 12px 0 !important;
    letter-spacing: -3.6px !important;
    line-height: 0.82 !important;
    font-family: 'Unbounded', sans-serif !important;
}

.profeat-cta-desc {
    color: rgba(255, 255, 255, 0.65) !important;
    font-size: 17px !important;
    line-height: 1.4 !important;
    margin: 0 0 50px 0 !important;
    max-width: 380px !important;
}

.profeat-cta-button {
    display: inline-block !important;
    padding: 19px 54px !important;
    border-radius: 100px !important;
    text-decoration: none !important;
    font-weight: 800 !important;
    font-size: 18px !important;
    border: none !important;
    text-align: center !important;
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

/* Using precise CSS gradients for the buttons to prevent text stretching */
.profeat-cta-button.left-btn {
    background: linear-gradient(135deg, #6e45e2 0%, #4a00e0 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 15px 45px rgba(110, 69, 226, 0.8) !important;
}

.profeat-cta-button.right-btn {
    background: linear-gradient(90deg, #ffffff -10%, #b5f2ff 30%, #ffc0cb 75%, #fbd5d9 110%) !important;
    color: #0c0c0c !important;
    box-shadow: 0 15px 45px rgba(181, 242, 255, 0.6),
                inset 0 2px 4px rgba(255, 255, 255, 0.5) !important;
}
