/* Shepherd.js Sultan Premium Styling */
.shepherd-element {
    background: #0f172a !important; /* Slate 900 */
    border-radius: 20px !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5) !important;
    max-width: 400px !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    font-family: 'Inter', sans-serif !important;
}

.shepherd-content {
    padding: 0 !important;
}

.shepherd-header {
    background: transparent !important;
    padding: 20px 24px 0 !important;
}

.shepherd-title {
    color: #f8fafc !important;
    font-size: 1.1rem !important;
    font-weight: 800 !important;
    letter-spacing: -0.02em !important;
}

.shepherd-text {
    color: #94a3b8 !important;
    font-size: 0.9rem !important;
    line-height: 1.6 !important;
    padding: 12px 24px 20px !important;
}

.shepherd-footer {
    padding: 0 24px 24px !important;
    background: transparent !important;
}

.shepherd-button {
    background: #4f46e5 !important;
    color: #ffffff !important;
    border-radius: 10px !important;
    font-weight: 600 !important;
    padding: 8px 16px !important;
    font-size: 0.85rem !important;
    transition: all 0.2s !important;
    border: none !important;
}

.shepherd-button:hover {
    background: #6366f1 !important;
    transform: translateY(-1px) !important;
}

.shepherd-button-secondary {
    background: rgba(255, 255, 255, 0.05) !important;
    color: #cbd5e1 !important;
}

.shepherd-button-secondary:hover {
    background: rgba(255, 255, 255, 0.1) !important;
}

.shepherd-arrow:before {
    background: #0f172a !important;
}

/* Modal Overlay Sultan */
.shepherd-modal-overlay-container {
    opacity: 0.7 !important;
    background: #020617 !important;
    backdrop-filter: blur(4px) !important;
}
