/* Home Page Styles */

/* Hero Section */
.home-hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.home-hero-title {
    text-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.home-hero-subtitle {
    text-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

/* Game Cards */
.game-card {
    transition: all 0.3s ease;
    overflow: hidden;
}

.game-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15) !important;
}

.game-banner {
    height: 200px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.game-banner-img {
    object-fit: cover;
    object-position: center;
}

.game-banner-overlay {
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
}

.game-banner-title {
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.game-card-btn {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    border-radius: 10px;
}

/* No Games Alert */
.no-games-alert {
    background: linear-gradient(135deg, #e7f3ff 0%, #f0f8ff 100%);
}

.no-games-icon {
    font-size: 4rem;
}

/* Section Titles */
.section-title {
    color: #667eea;
    font-size: 2rem;
}

/* About Section */
.about-text {
    line-height: 1.8;
}

/* How It Works Steps */
.step-card-1 {
    background: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%);
    border-radius: 15px;
}

.step-card-2 {
    background: linear-gradient(135deg, #fff3e0 0%, #fce4ec 100%);
    border-radius: 15px;
}

.step-card-3 {
    background: linear-gradient(135deg, #e8f5e9 0%, #f1f8e9 100%);
    border-radius: 15px;
}

.step-icon {
    font-size: 4rem;
}

.step-title-1 {
    color: #667eea;
}

.step-title-2 {
    color: #ff6b6b;
}

.step-title-3 {
    color: #4caf50;
}

/* Platform Features */
.feature-icon {
    font-size: 2rem;
}

.feature-title {
    color: #333;
}

.feature-desc {
    font-size: 0.95rem;
}

/* Game Categories */
.categories-section {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.category-title-party {
    color: #667eea;
}

.category-title-couples {
    color: #e91e63;
}

.category-title-friends {
    color: #4caf50;
}

.category-title-family {
    color: #ff9800;
}

/* Perfect For Items */
.perfect-for-item {
    background: #f8f9fa;
}

/* Benefits Section */
.benefits-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.benefits-title {
    font-size: 2rem;
}

/* Stats Section */
.stat-number-1 {
    color: #667eea;
}

.stat-number-2 {
    color: #e91e63;
}

.stat-number-3 {
    color: #4caf50;
}

.stat-number-4 {
    color: #ff9800;
}

/* Tips Items */
.tip-item {
    background: #f8f9fa;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.cta-title {
    font-size: 2.5rem;
}

.cta-text {
    font-size: 1.2rem;
}

.cta-button {
    border-radius: 50px;
    font-size: 1.2rem;
}
