/* --- Enhanced CTA Section (Tech Nexus) --- */
.cta-container {
    max-width: 1200px !important;
}

.cta-section {
    background: #020617 !important;
    padding: 80px 24px !important;
    position: relative !important;
    overflow: hidden !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

/* Decorative Background */
.cta-bg-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(37, 99, 235, 0.15) 0%, transparent 70%);
    pointer-events: none;
    z-index: 1;
}

.cta-bg-circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.cta-circle {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.4;
}

.cta-circle-1 {
    top: 10% !important;
    right: -150px !important;
    width: 450px !important;
    height: 450px !important;
    background: #8b5cf6 !important;
    filter: blur(130px) !important;
    opacity: 0.32 !important;
    animation: drift-right 20s infinite alternate;
}

.cta-circle-2 {
    bottom: 10% !important;
    left: -150px !important;
    width: 450px !important;
    height: 450px !important;
    background: #2563eb !important;
    filter: blur(130px) !important;
    opacity: 0.42 !important;
    animation: drift-left 20s infinite alternate-reverse;
}

@keyframes drift-right {
    from {
        transform: translate(0, 0);
    }
    to {
        transform: translate(-30px, 30px);
    }
}

@keyframes drift-left {
    from {
        transform: translate(0, 0);
    }
    to {
        transform: translate(30px, -30px);
    }
}

/* Glass Card */
.cta-glass-card {
    background: linear-gradient(135deg, rgba(8, 18, 44, 0.85) 0%, rgba(15, 23, 42, 0.65) 100%) !important;
    backdrop-filter: blur(25px) !important;
    -webkit-backdrop-filter: blur(25px) !important;
    border: 1px solid rgba(59, 130, 246, 0.15) !important;
    border-radius: 40px !important;
    padding: 60px 80px !important;
    position: relative;
    z-index: 10;
    box-shadow: 0 40px 80px -20px rgba(0, 0, 0, 0.8), inset 0 1px 1px rgba(255, 255, 255, 0.15) !important;
    overflow: hidden;
}

.cta-glow-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.4), transparent);
}

/* Glassmorphic 3D Spheres on the left */
.cta-card-spheres {
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    width: 260px;
    height: 240px;
    pointer-events: none;
    z-index: 3;
    opacity: 0.35;
    transition: opacity 0.5s ease;
}

.cta-glass-card:hover .cta-card-spheres {
    opacity: 0.48;
}

.cta-card-sphere {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.22) 0%, rgba(30, 41, 59, 0.8) 50%, rgba(15, 23, 42, 0.98) 100%);
    box-shadow: inset 1px 1px 3px rgba(255, 255, 255, 0.35), inset -5px -5px 12px rgba(0, 0, 0, 0.85), 0 12px 24px rgba(0, 0, 0, 0.6), 0 0 18px rgba(59, 130, 246, 0.18);
    filter: blur(0.5px);
}

.cta-card-sphere-1 { width: 90px; height: 90px; left: 60px; top: 40px; z-index: 3; }
.cta-card-sphere-2 { width: 70px; height: 70px; left: 15px; top: 90px; z-index: 2; }
.cta-card-sphere-3 { width: 85px; height: 85px; left: 110px; top: 80px; z-index: 1; }
.cta-card-sphere-4 { width: 50px; height: 50px; left: 95px; top: 10px; z-index: 4; }
.cta-card-sphere-5 { width: 60px; height: 60px; left: 140px; top: 140px; z-index: 2; }

/* Glowing gradients inside the card (behind spheres/text) */
.cta-card-glow-left {
    position: absolute;
    left: -120px;
    top: -60px;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.3) 0%, transparent 70%) !important;
    pointer-events: none;
    z-index: 1;
    filter: blur(60px) !important;
}

.cta-card-glow-right {
    position: absolute;
    right: -120px;
    top: -60px;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgba(168, 85, 247, 0.28) 0%, transparent 70%) !important;
    pointer-events: none;
    z-index: 1;
    filter: blur(60px) !important;
}

.cta-text-content-centered {
    text-align: center;
    position: relative;
    z-index: 5;
}

.cta-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    background: rgba(59, 130, 246, 0.06) !important;
    border: 1px solid rgba(59, 130, 246, 0.15) !important;
    border-radius: 50px !important;
    color: #60a5fa !important;
    font-size: 0.72rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    margin-bottom: 24px !important;
}

.cta-badge svg {
    color: #3b82f6;
    display: inline-block;
}

.cta-main-title {
    font-size: clamp(1.8rem, 4.5vw, 3.25rem) !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    line-height: 1.2 !important;
    margin-bottom: 20px !important;
    margin-top: 0;
    letter-spacing: -0.5px !important;
}

.highlight-text {
    background: linear-gradient(90deg, #60a5fa 0%, #c084fc 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    display: inline-block;
}

.cta-lead-text {
    font-size: 1.1rem !important;
    color: #94a3b8 !important;
    line-height: 1.65 !important;
    margin-bottom: 0px !important;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.85;
}

.desktop-only {
    display: none;
}

@media (min-width: 768px) {
    .desktop-only {
        display: inline;
    }
}

.cta-button-group {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 30px;
}

.cta-primary-btn {
    padding: 12px 34px !important;
    background: linear-gradient(90deg, #3b82f6, #8b5cf6) !important;
    color: white !important;
    border-radius: 50px !important;
    font-weight: 600 !important;
    font-size: 0.95rem !important;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    box-shadow: 0 10px 25px rgba(59, 130, 246, 0.25) !important;
    display: inline-block !important;
}

.cta-primary-btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 15px 35px rgba(59, 130, 246, 0.4) !important;
}

.cta-secondary-btn {
    padding: 12px 34px !important;
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
    border-radius: 50px !important;
    font-weight: 600 !important;
    font-size: 0.95rem !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    display: inline-block !important;
}

.cta-secondary-btn:hover {
    background: rgba(255, 255, 255, 0.05) !important;
    border-color: rgba(255, 255, 255, 0.45) !important;
}

@media (max-width: 1100px) {
    .cta-section {
        padding: 30px 20px !important;
    }

    .cta-glass-card {
        padding: 40px 24px !important;
        border-radius: 30px !important;
    }
}

@media (max-width: 600px) {
    .cta-main-title {
        font-size: 2.2rem !important;
        line-height: 1.1 !important;
    }

    .cta-button-group {
        flex-direction: column;
        gap: 15px;
    }

    .cta-primary-btn,
    .cta-secondary-btn {
        width: 100% !important;
        text-align: center !important;
        padding: 16px 30px !important;
        font-size: 1rem !important;
        box-sizing: border-box !important;
    }
}