/**
 * Hostinx Premium Styles
 * Luxury/Premium Design Enhancements
 */

/* Premium Gradient Backgrounds */
body {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
}

/* Premium Header Styling */
.space-header {
    background: linear-gradient(180deg, #0f0f23 0%, #1a1a2e 100%);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    border-bottom: 2px solid #ffd700;
}

/* Premium Navigation */
.space-menu a {
    color: #e0e0e0 !important;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.space-menu a:hover {
    color: #ffd700 !important;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

/* Premium Card Styling */
.space-widget,
.space-casino-item,
.space-bonus-item {
    background: linear-gradient(145deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(255, 215, 0, 0.2);
    transition: all 0.3s ease;
}

.space-widget:hover,
.space-casino-item:hover,
.space-bonus-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
    border-color: #ffd700;
}

/* Premium Buttons */
.space-btn,
.space-play-now-btn,
.space-read-review-btn {
    background: linear-gradient(135deg, #ffd700 0%, #c9a227 100%);
    color: #1a1a2e !important;
    font-weight: 600;
    border-radius: 8px;
    padding: 12px 28px;
    border: none;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
    transition: all 0.3s ease;
}

.space-btn:hover,
.space-play-now-btn:hover,
.space-read-review-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);
    background: linear-gradient(135deg, #c9a227 0%, #ffd700 100%);
}

/* Premium Labels */
.space-label-new,
.space-label-best,
.space-label-hot {
    background: linear-gradient(135deg, #ffd700 0%, #c9a227 100%);
    color: #1a1a2e;
    font-weight: 700;
    padding: 6px 16px;
    border-radius: 20px;
    box-shadow: 0 2px 8px rgba(255, 215, 0, 0.4);
}

.space-label-hot {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a5a 100%);
    color: #ffffff;
}

/* Premium Stars */
.space-stars {
    color: #ffd700;
    text-shadow: 0 0 8px rgba(255, 215, 0, 0.6);
}

/* Premium Typography */
h1, h2, h3, h4, h5, h6 {
    color: #1a1a2e;
    font-weight: 700;
}

.space-widget-title span {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    color: #ffd700;
    padding: 12px 24px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Premium Footer */
.space-footer {
    background: linear-gradient(180deg, #0f0f23 0%, #1a1a2e 100%);
    border-top: 3px solid #ffd700;
}

/* Premium Ratings */
.space-rating-box {
    background: linear-gradient(145deg, #fff9e6 0%, #fff3cd 100%);
    border: 1px solid #ffd700;
    border-radius: 8px;
}

/* Premium Price Tags */
.space-price {
    color: #ffd700;
    font-size: 1.5em;
    font-weight: 700;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

/* Premium Features List */
.space-features li {
    padding: 8px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.space-features li:before {
    content: "✓";
    color: #ffd700;
    font-weight: bold;
    margin-right: 10px;
}

/* Premium Search Box */
.space-search-block {
    background: linear-gradient(145deg, #ffffff 0%, #f8f9fa 100%);
    border: 2px solid #ffd700;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Premium Pagination */
.space-pagination a,
.space-pagination span {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    color: #ffd700;
    border: 1px solid #ffd700;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.space-pagination a:hover {
    background: #ffd700;
    color: #1a1a2e;
}

/* Premium Breadcrumbs */
.space-breadcrumbs {
    background: linear-gradient(145deg, #f8f9fa 0%, #ffffff 100%);
    border-bottom: 1px solid #ffd700;
    padding: 15px 0;
}

/* Premium Comments */
.comment-list li {
    background: linear-gradient(145deg, #ffffff 0%, #f8f9fa 100%);
    border: 1px solid rgba(255, 215, 0, 0.2);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}

/* Responsive Premium Styles */
@media (max-width: 768px) {
    .space-header {
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    }
    
    .space-widget,
    .space-casino-item,
    .space-bonus-item {
        margin-bottom: 20px;
    }
}
