.elementor-576 .elementor-element.elementor-element-9bceb1d{--display:flex;}.elementor-576 .elementor-element.elementor-element-9ba0ab0{--display:flex;}/* Start custom CSS for html, class: .elementor-element-8aa3525 *//* Intro section above CryptoSanj dashboard */
.cs-intro {
    max-width: 900px;
    margin: 40px auto 20px;
    padding: 24px 28px;
    border-radius: 18px;
    background: radial-gradient(circle at top left, rgba(168, 85, 247, 0.18), transparent 60%),
                radial-gradient(circle at bottom right, rgba(6, 182, 212, 0.18), transparent 60%),
                #0f172a;
    color: #e5e7eb;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.7);
    border: 1px solid rgba(148, 163, 184, 0.35);
}

.cs-intro h2 {
    font-size: 1.9rem;
    margin-bottom: 10px;
    background: linear-gradient(90deg, #a855f7, #ec4899, #06b6d4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.cs-intro p {
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.7;
    color: #d1d5db;
}

.cs-intro p strong {
    color: #f9fafb;
    font-weight: 600;
}

/* Optional: slightly tighter on mobile */
@media (max-width: 768px) {
    .cs-intro {
        margin: 24px 12px 12px;
        padding: 18px 20px;
    }

    .cs-intro h2 {
        font-size: 1.5rem;
    }

    .cs-intro p {
        font-size: 0.95rem;
    }
}/* End custom CSS */