/* ==================== SLIPFLY DARK + VISIBLE TEXT ==================== */

/* Main Background */
body, .site, .main-wrapper, .content-area {
    background: #0A0F1C !important;
    color: #E0F8FF !important;
}

/* All Text - Force Visibility */
h1, h2, h3, h4, h5, h6, p, span, div, a, li, label {
    color: #E0F8FF !important;
}

.text-light, .text-white {
    color: #E0F8FF !important;
}

/* Header */
.header, .navbar, .site-header, .top-bar {
    background: #0A1428 !important;
    border-bottom: 2px solid rgba(0, 240, 255, 0.3) !important;
}

/* Links */
a {
    color: #A0E0FF !important;
}

a:hover {
    color: #00F0FF !important;
    text-shadow: 0 0 10px #00F0FF;
}

/* Buttons - Strong Blue */
.btn, .button, .btn-primary, .wp-block-button__link, 
input[type="submit"], .add-to-cart, .woocommerce a.button {
    background: linear-gradient(90deg, #00D4FF, #0099FF) !important;
    color: #000000 !important;           /* Black text on blue button */
    font-weight: 600 !important;
    border: none !important;
    box-shadow: 0 0 15px rgba(0, 240, 255, 0.6) !important;
}

.btn:hover, .button:hover, .btn-primary:hover {
    background: linear-gradient(90deg, #00F0FF, #00B0FF) !important;
    color: #000000 !important;
    box-shadow: 0 0 25px rgba(0, 240, 255, 0.9) !important;
}

/* Cards & Sections */
.card, .product-card, .domain-item, .listing {
    background: #111B2E !important;
    border: 1px solid rgba(0, 212, 255, 0.2) !important;
    color: #E0F8FF !important;
}

.card:hover {
    border-color: #00F0FF !important;
    box-shadow: 0 0 25px rgba(0, 240, 255, 0.15) !important;
}

/* Fix any remaining orange */
[class*="orange"], [class*="Orange"], .bg-orange, .text-orange,
.btn-warning, .price ins, .woocommerce .price {
    color: #00F0FF !important;
    background: transparent !important;
}