/* 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: #ffffff;
    background-color: #24112C;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1rem;
    color: #FDCD0A;
}

.security-buttons, .free-spins-buttons, .about-buttons, .customer-service-buttons, .responsibility-buttons, .startseite-buttons, .cashback-vip-buttons, .bonus-buttons, .sports-buttons, .live-casino-buttons, .aviator-buttons, .app-buttons, .mobile-buttons, .login-buttons, .registration-buttons, .user-benefits-buttons, .security-features-buttons, .slots-buttons, .bonus-actions-buttons, .strategies-buttons, .aviator-bonus-buttons, .mobile-bonus-buttons, .benefits-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap;
}

h1 {
    font-size: 2.5rem;
    font-weight: 700;
}

h2 {
    font-size: 2rem;
    font-weight: 600;
}

h3 {
    font-size: 1.5rem;
    font-weight: 600;
}

p {
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

a {
    color: #FDCD0A;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #BCFF50;
}

/* Buttons */
.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    min-height: 44px;
    line-height: 1.2;
}

.btn-primary {
    background: linear-gradient(to bottom, #BCFF50, #08B83A);
    color: #24112C;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(188, 255, 80, 0.3);
    color: #24112C;
}

.btn-secondary {
    border: 1px solid #FDCD0A;
    color: #FDCD0A;
    background: transparent;
}

.btn-secondary:hover {
    background: #FDCD0A;
    color: #24112C;
    transform: translateY(-2px);
}

/* Header */
.header {
    background: #2B1234;
    padding: 1rem 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo img {
    height: 40px;
    width: auto;
}

.nav-list {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-list a {
    color: #ffffff;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-list a:hover {
    color: #FDCD0A;
}

.header-buttons {
    display: flex;
    gap: 1rem;
}

.burger-menu {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 4px;
}

.burger-menu span {
    width: 25px;
    height: 3px;
    background: #FDCD0A;
    transition: 0.3s;
}

/* Banner Section */
.banner-section {
    padding: 2rem 0;
    background: #1a0d1f;
}

.banner-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.banner img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    transition: transform 0.3s ease;
}

.banner img:hover {
    transform: scale(1.02);
}

/* Hero Section */
.hero {
    padding: 4rem 0;
    background: linear-gradient(135deg, #24112C 0%, #2B1234 100%);
    text-align: center;
}

.hero-content h1 {
    margin-bottom: 2rem;
    font-size: 3rem;
}

.hero-content p {
    max-width: 800px;
    margin: 0 auto 2rem;
    font-size: 1.2rem;
}

.hero-buttons {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* Sections */
section {
    padding: 4rem 0;
}

section:nth-child(even) {
    background: #1a0d1f;
}

/* Tables */
.table-responsive {
    overflow-x: auto;
    margin: 2rem 0;
}

table {
    width: 100%;
    border-collapse: collapse;
    background: rgba(43, 18, 52, 0.8);
    border-radius: 12px;
    overflow: hidden;
}

th, td {
    padding: 1rem;
    text-align: left;
    border-bottom: 1px solid #2B1234;
}

th {
    background: #2B1234;
    color: #FDCD0A;
    font-weight: 600;
}

tr:hover {
    background: rgba(43, 18, 52, 0.6);
}

.text-success {
    color: #BCFF50;
}

.text-danger {
    color: #ff6b6b;
}

/* Lists */
.highlights-list {
    list-style: none;
    margin: 2rem 0;
}

.highlights-list li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #2B1234;
}

.highlights-list li:last-child {
    border-bottom: none;
}

/* Game Images */
.games-images {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.game-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.game-image img:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

/* Slots List and Images */
.slots-list {
    list-style: none;
    margin: 2rem 0;
}

.slots-list li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #2B1234;
    position: relative;
    padding-left: 2rem;
}

.slots-list li:before {
    content: '🎰';
    position: absolute;
    left: 0;
    top: 0.5rem;
}

.slots-list li:last-child {
    border-bottom: none;
}

.slots-images {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.slot-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.slot-image img:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

/* Bonus Features List and Images */
.bonus-features-list {
    list-style: none;
    margin: 2rem 0;
}

.bonus-features-list li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #2B1234;
    position: relative;
    padding-left: 2rem;
}

.bonus-features-list li:before {
    content: '🎁';
    position: absolute;
    left: 0;
    top: 0.5rem;
}

.bonus-features-list li:last-child {
    border-bottom: none;
}

.welcome-bonus-images {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.bonus-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.bonus-image img:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

/* Sports List and Images */
.sports-list {
    list-style: none;
    margin: 2rem 0;
}

.sports-list li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #2B1234;
    position: relative;
    padding-left: 2rem;
}

.sports-list li:before {
    content: '⚽';
    position: absolute;
    left: 0;
    top: 0.5rem;
}

.sports-list li:nth-child(2):before {
    content: '🎾';
}

.sports-list li:nth-child(3):before {
    content: '🏀';
}

.sports-list li:nth-child(4):before {
    content: '🎮';
}

.sports-list li:nth-child(5):before {
    content: '🏎️';
}

.sports-list li:last-child {
    border-bottom: none;
}

.sports-images {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.sport-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.sport-image img:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

/* Live Casino Features and Images */
.live-casino-features {
    list-style: none;
    margin: 2rem 0;
}

.live-casino-features li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #2B1234;
    position: relative;
    padding-left: 2rem;
}

.live-casino-features li:before {
    content: '🎲';
    position: absolute;
    left: 0;
    top: 0.5rem;
}

.live-casino-features li:nth-child(2):before {
    content: '🃏';
}

.live-casino-features li:nth-child(3):before {
    content: '♠️';
}

.live-casino-features li:nth-child(4):before {
    content: '💎';
}

.live-casino-features li:last-child {
    border-bottom: none;
}

.live-casino-images {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.live-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.live-image img:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

/* Aviator Features and Images */
.aviator-features {
    list-style: none;
    margin: 2rem 0;
}

.aviator-features li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #2B1234;
    position: relative;
    padding-left: 2rem;
}

.aviator-features li:before {
    content: '✈️';
    position: absolute;
    left: 0;
    top: 0.5rem;
}

.aviator-features li:nth-child(2):before {
    content: '⚠️';
}

.aviator-features li:nth-child(3):before {
    content: '⚖️';
}

.aviator-features li:last-child {
    border-bottom: none;
}

.aviator-strategies {
    list-style: none;
    margin: 2rem 0;
}

.aviator-strategies li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #2B1234;
    position: relative;
    padding-left: 2rem;
}

.aviator-strategies li:before {
    content: '🎯';
    position: absolute;
    left: 0;
    top: 0.5rem;
}

.aviator-strategies li:nth-child(2):before {
    content: '🔄';
}

.aviator-strategies li:nth-child(3):before {
    content: '💰';
}

.aviator-strategies li:last-child {
    border-bottom: none;
}

.aviator-images {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    align-items: center;
    margin: 2rem 0;
}

.aviator-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.aviator-image img:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

/* App Features and Mobile Images */
.app-features {
    list-style: none;
    margin: 2rem 0;
}

.app-features li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #2B1234;
    position: relative;
    padding-left: 2rem;
}

.app-features li:before {
    content: '📱';
    position: absolute;
    left: 0;
    top: 0.5rem;
}

.app-features li:nth-child(2):before {
    content: '🎰';
}

.app-features li:nth-child(3):before {
    content: '🎲';
}

.app-features li:nth-child(4):before {
    content: '⚽';
}

.app-features li:last-child {
    border-bottom: none;
}

.mobile-app-images {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.mobile-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.mobile-image img:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

/* Login Features and Images */
.login-advantages {
    list-style: none;
    margin: 2rem 0;
}

.login-advantages li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #2B1234;
    position: relative;
    padding-left: 2rem;
}

.login-advantages li:before {
    content: '🔐';
    position: absolute;
    left: 0;
    top: 0.5rem;
}

.login-advantages li:nth-child(2):before {
    content: '🛡️';
}

.login-advantages li:nth-child(3):before {
    content: '📱';
}

.login-advantages li:last-child {
    border-bottom: none;
}

.registration-steps {
    list-style: none;
    margin: 2rem 0;
    counter-reset: step-counter;
}

.registration-steps li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #2B1234;
    position: relative;
    padding-left: 3rem;
    counter-increment: step-counter;
}

.registration-steps li:before {
    content: counter(step-counter);
    position: absolute;
    left: 0;
    top: 0.5rem;
    background: #FDCD0A;
    color: #24112C;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.registration-steps li:last-child {
    border-bottom: none;
}

.user-benefits {
    list-style: none;
    margin: 2rem 0;
}

.user-benefits li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #2B1234;
    position: relative;
    padding-left: 2rem;
}

.user-benefits li:before {
    content: '✅';
    position: absolute;
    left: 0;
    top: 0.5rem;
}

.user-benefits li:nth-child(2):before {
    content: '🎲';
}

.user-benefits li:nth-child(3):before {
    content: '👑';
}

.user-benefits li:nth-child(4):before {
    content: '📱';
}

.user-benefits li:last-child {
    border-bottom: none;
}

.security-features {
    list-style: none;
    margin: 2rem 0;
}

.security-features li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #2B1234;
    position: relative;
    padding-left: 2rem;
}

.security-features li:before {
    content: '🔒';
    position: absolute;
    left: 0;
    top: 0.5rem;
}

.security-features li:nth-child(2):before {
    content: '👶';
}

.security-features li:nth-child(3):before {
    content: '⚙️';
}

.security-features li:last-child {
    border-bottom: none;
}

.login-images {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.login-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.login-image img:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

/* FAQ */
.faq-item {
    background: rgba(43, 18, 52, 0.8);
    padding: 2rem;
    margin-bottom: 1rem;
    border-radius: 12px;
    border-left: 4px solid #FDCD0A;
}

.faq-item h3 {
    color: #FDCD0A;
    margin-bottom: 1rem;
}

/* Footer */
.footer {
    background: #2B1234;
    padding: 3rem 0;
    text-align: center;
}

header .container {
    max-width: unset;
}

.footer-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2rem;
}

.footer-section p {
    margin-bottom: 0.5rem;
}

/* Utility Classes */
.text-center {
    text-align: center;
}

.mb-2 {
    margin-bottom: 2rem;
}

/* Button Groups */
.games-buttons,
.bonus-buttons,
.sports-buttons {
    display: flex;
    gap: 2rem;
    justify-content: center;
    margin-top: 2rem;
    flex-wrap: wrap;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .container {
        padding: 0 15px;
    }
    
    h1 {
        font-size: 2.2rem;
    }
    
    h2 {
        font-size: 1.8rem;
    }
    
    .nav-list {
        gap: 1.5rem;
    }
}

@media (max-width: 1660px) {
    .nav {
        width: 100%;
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background: #2B1234;
        width: 100%;
        padding: 1rem;
        z-index: 1000;
    }
    
    .nav.active {
        display: block;
    }
    
    .nav-list {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .burger-menu {
        display: flex;
    }

    .burger-menu.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }
    .burger-menu.active span:nth-child(2) {
        opacity: 0;
    }
    .burger-menu.active span:nth-child(3) {
        transform: rotate(-45deg) translate(4px, -5px);
    }

}

@media (max-width: 768px) {

    .btn {
        padding: 10px 15px;
        font-size: 14px;
    }

    .hero-content h1 {
        font-size: 2rem;
    }
    
    .hero-content p {
        font-size: 1rem;
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .banner-row {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .games-buttons,
    .bonus-buttons,
    .sports-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .table-responsive {
        font-size: 0.9rem;
    }
    
    th, td {
        padding: 0.5rem;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 10px;
    }
    
    h1 {
        font-size: 1.8rem;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    .hero {
        padding: 2rem 0;
    }
    
    section {
        padding: 2rem 0;
    }
    
    header .header-buttons {
        order: 3;
        width: 100%;
        margin-top: 15px;
        justify-content: center;
    }

    .header-content {
        flex-wrap: wrap;
    }

    header .header-buttons .btn {
        width: 100%;
        font-size: 13px;
    }

    h3 {
        font-size: 1.25rem;
    }

    .hero-content p {
        font-size: 1rem;
    }

    .hero-content h1 {
        font-size: 1.5rem;
    }
}

/* Animation Classes */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 0.6s ease-out;
}

/* Hover Effects */
.btn:hover {
    transform: translateY(-2px);
}

.nav-list a:hover,
.nav-list a.active {
    color: #FDCD0A;
}

/* About Page Styles */
.about-features {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.about-features li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.6;
}

.about-features li:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #FDCD0A;
    font-size: 20px;
    font-weight: bold;
}

.company-values-table,
.security-measures-table,
.contact-methods-table {
    margin: 30px 0;
}

.company-values-table h3,
.security-measures-table h3,
.contact-methods-table h3 {
    color: #FDCD0A;
    margin-bottom: 20px;
    text-align: center;
}

.about-buttons,
.customer-service-buttons,
.responsibility-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin: 30px 0;
    flex-wrap: wrap;
}

.about-images {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: 30px 0;
}

.about-image img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-image img:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(253, 205, 10, 0.3);
}

.responsibility-features {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.responsibility-features li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.6;
}

.responsibility-features li:before {
    content: "🛡️";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
}

/* Startseite Images Section */
.startseite-images {
    padding: 4rem 0;
    background: linear-gradient(135deg, #2B1234 0%, #3A1A4A 100%);
}

.startseite-images h2 {
    text-align: center;
    margin-bottom: 3rem;
    color: #FDCD0A;
}

.startseite-image-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.startseite-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.startseite-image img:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

/* Responsive adjustments for About page */
@media (max-width: 768px) {
    .about-buttons,
    .customer-service-buttons,
    .responsibility-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .about-images {
        grid-template-columns: 1fr;
    }
    
    .about-features li,
    .responsibility-features li {
        font-size: 16px;
        padding-left: 25px;
    }
    
    .startseite-image-grid {
        grid-template-columns: 1fr;
    }
}
