/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    min-height: 100vh;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
.header {
    background: rgba(0, 0, 0, 0.3);
    padding: 1rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.age-warning {
    background: #ff4757;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: bold;
    font-size: 0.9rem;
}

.logo h1 {
    font-size: 2rem;
    font-weight: bold;
    color: #00d2d3;
    display: inline-block;
}

.domain {
    color: #ffa502;
    font-size: 1.5rem;
    font-weight: normal;
}

/* Hero Section */
.hero {
    padding: 4rem 0;
    text-align: center;
    color: white;
}

.hero h1 {
    font-size: 3rem;
    margin-bottom: 0.5rem;
    color: #00d2d3;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.hero h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #ffa502;
    font-weight: 300;
}

.hero-subtitle {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-bottom: 3rem;
    font-size: 1.1rem;
}

.flag-date {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.1);
    padding: 0.5rem 1rem;
    border-radius: 20px;
}

.flag {
    font-size: 1.5rem;
}

/* Trust Features */
.trust-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: rgba(255, 255, 255, 0.1);
    padding: 1.5rem;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.feature-icon {
    font-size: 2rem;
    min-width: 50px;
}

.feature-text {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.feature-text strong {
    font-size: 1.1rem;
    margin-bottom: 0.3rem;
    color: #00d2d3;
}

.feature-text span {
    font-size: 0.9rem;
    opacity: 0.8;
}

/* Responsible Gaming */
.responsible-gaming {
    margin-top: 2rem;
    padding: 1.5rem;
    background: rgba(255, 165, 2, 0.2);
    border-radius: 15px;
    border: 2px solid #ffa502;
}

.begambleaware {
    font-size: 1.3rem;
    font-weight: bold;
    color: #ffa502;
    margin-bottom: 0.5rem;
}

.warning {
    font-size: 1rem;
    color: white;
}

/* Casino List */
.casino-list {
    background: rgba(255, 255, 255, 0.95);
    margin: 2rem 0;
    border-radius: 20px;
    padding: 2rem 0;
    backdrop-filter: blur(10px);
}

.casino-header {
    display: grid;
    grid-template-columns: 2fr 1fr 2fr 1.5fr;
    gap: 1rem;
    padding: 1rem 2rem;
    background: #2c3e50;
    color: white;
    border-radius: 10px;
    margin-bottom: 1rem;
    font-weight: bold;
}

.casino-card {
    display: grid;
    grid-template-columns: auto 2fr 1fr 1.5fr;
    gap: 1rem;
    align-items: center;
    background: white;
    padding: 2rem;
    margin-bottom: 1rem;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-left: 5px solid #ddd;
}

.casino-card.featured {
    border-left-color: #ff4757;
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
}

.casino-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.casino-rank {
    font-size: 2.5rem;
    font-weight: bold;
    color: #2c3e50;
    min-width: 60px;
    text-align: center;
}

.casino-info {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.casino-logo {
    font-size: 1.8rem;
    font-weight: bold;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    text-align: center;
    color: white;
    min-width: 120px;
}

.casino-logo.betclic {
    background: linear-gradient(45deg, #2d3436, #636e72);
}

.casino-logo.betano {
    background: linear-gradient(45deg, #e17055, #d63031);
}

.casino-logo.luckia {
    background: linear-gradient(45deg, #a29bfe, #6c5ce7);
}

.casino-bonus {
    font-size: 1.1rem;
    color: #2c3e50;
    font-weight: 600;
}

.casino-badge {
    font-size: 0.8rem;
    padding: 0.3rem 0.8rem;
    border-radius: 15px;
    font-weight: bold;
    display: inline-block;
    max-width: fit-content;
}

.casino-badge.fast-payments {
    background: #00b894;
    color: white;
}

.casino-badge.best-casino {
    background: #fdcb6e;
    color: #2d3436;
}

.casino-rating {
    text-align: center;
}

.score {
    font-size: 2.5rem;
    font-weight: bold;
    color: #00b894;
    margin-bottom: 0.5rem;
}

.stars {
    margin-bottom: 0.5rem;
}

.star {
    font-size: 1.2rem;
    margin: 0 1px;
}

.star.filled {
    color: #ffa502;
}

.star.half {
    color: #ffa502;
    opacity: 0.5;
}

.star.empty {
    color: #ddd;
}

.reviews {
    font-size: 0.9rem;
    color: #666;
}

.casino-action {
    text-align: center;
}

.btn-play {
    background: linear-gradient(45deg, #00b894, #00cec9);
    color: white;
    padding: 1rem 2rem;
    border: none;
    border-radius: 25px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-size: 1rem;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.btn-play:hover {
    background: linear-gradient(45deg, #00cec9, #00b894);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 184, 148, 0.3);
    text-decoration: none;
    color: white;
}

/* Content Section */
.content {
    background: rgba(255, 255, 255, 0.95);
    padding: 4rem 0;
    margin: 2rem 0;
    border-radius: 20px;
    backdrop-filter: blur(10px);
}

.content h2 {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 2rem;
    text-align: center;
}

.content h3 {
    font-size: 1.8rem;
    color: #00b894;
    margin: 2rem 0 1rem 0;
    border-bottom: 2px solid #00b894;
    padding-bottom: 0.5rem;
}

.content p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #2c3e50;
}

/* Trust Section */
.trust-section {
    padding: 3rem 0;
    text-align: center;
}

.trust-badges {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.trust-badges .badge {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    font-weight: bold;
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    transition: transform 0.3s ease;
}

.trust-badges .badge:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.3);
}

.trust-badges a.badge {
    color: white;
    text-decoration: none;
}

.trust-badges a.badge:hover {
    color: white;
    text-decoration: none;
}

/* Footer */
.footer {
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 3rem 0;
    text-align: center;
}

.footer-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.copyright p {
    margin-bottom: 0.5rem;
    opacity: 0.8;
}

.responsible-disclaimer {
    background: rgba(255, 165, 2, 0.2);
    padding: 1.5rem;
    border-radius: 10px;
    border: 1px solid #ffa502;
}

.responsible-disclaimer p {
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero h1 {
        font-size: 2rem;
    }
    
    .hero h2 {
        font-size: 1.5rem;
    }
    
    .hero-subtitle {
        flex-direction: column;
        gap: 1rem;
    }
    
    .trust-features {
        grid-template-columns: 1fr;
    }
    
    .casino-header {
        display: none;
    }
    
    .casino-card {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 1.5rem;
    }
    
    .casino-rank {
        order: -1;
        font-size: 2rem;
    }
    
    .trust-badges {
        flex-direction: column;
        align-items: center;
    }
    
    .trust-badges .badge {
        width: 200px;
    }
    
    .footer-content {
        text-align: left;
    }
    
    .header-content {
        flex-direction: column;
        gap: 1rem;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }
    
    .hero {
        padding: 2rem 0;
    }
    
    .hero h1 {
        font-size: 1.8rem;
    }
    
    .casino-card {
        padding: 1.5rem;
    }
    
    .content {
        padding: 2rem 0;
    }
    
    .content h2 {
        font-size: 2rem;
    }
    
    .content h3 {
        font-size: 1.5rem;
    }
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.casino-card {
    animation: fadeInUp 0.6s ease-out;
}

.feature-item {
    animation: fadeInUp 0.6s ease-out;
}

/* Hover Effects */
.casino-card:hover .casino-logo {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

.feature-item:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
    transition: all 0.3s ease;
}