/* Verde Casino - Dark Theme CSS */
/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none !important;
}

/* Additional reset for body and html */
html, body {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    outline: 0 !important;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* Ensure no default browser spacing */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Remove all blue elements */
*:not(.header):not(.logo):not(.polish-flag) {
    border-color: transparent !important;
    outline-color: transparent !important;
}

/* Hide skip links and accessibility buttons */
a[href="#main-content"],
a[href="#main"],
button[aria-label*="Przejdź"],
button[aria-label*="skip"],
.skip-link,
.skip-to-content,
[aria-label*="Przejdź"],
[aria-label*="skip"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

/* Remove browser default blue elements */
:focus {
    outline: none !important;
    border: none !important;
}

input:focus,
button:focus,
a:focus,
textarea:focus,
select:focus {
    outline: none !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

html {
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #e0ffe0;
    background: linear-gradient(135deg, #0a2e0a 0%, #1a4d1a 25%, #2d5a2d 50%, #1a4d1a 75%, #0a2e0a 100%);
    overflow-x: hidden;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100vh;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(144, 238, 144, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(50, 205, 50, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 50% 50%, rgba(124, 252, 0, 0.05) 0%, transparent 70%);
    pointer-events: none;
    z-index: -1;
}

body::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 0, 0.1) 1px, transparent 1px),
        radial-gradient(circle at 30% 40%, rgba(255, 255, 0, 0.08) 1px, transparent 1px),
        radial-gradient(circle at 70% 60%, rgba(255, 255, 0, 0.06) 1px, transparent 1px),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 0, 0.1) 1px, transparent 1px);
    background-size: 200px 200px, 300px 300px, 250px 250px, 180px 180px;
    animation: fireflies 8s ease-in-out infinite;
    pointer-events: none;
    z-index: -1;
}

@keyframes fireflies {
    0%, 100% { opacity: 0.3; transform: translateY(0px); }
    50% { opacity: 0.8; transform: translateY(-10px); }
}

/* Container for responsive layout */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header Styles */
.header {
    background: rgba(13, 61, 13, 0.9);
    box-shadow: none;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    backdrop-filter: none;
    border-bottom: 1px solid rgba(50, 205, 50, 0.6);
    width: 100%;
    margin: 0;
    padding: 0;
}

header {
    top: 0;
    left: 0;
}

.header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: none;
    pointer-events: none;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    min-height: 0;
    margin: 0;
    width: 100%;
}

/* Logo Section with Polish Flag */
.logo-section {
    display: flex;
    align-items: center;
    gap: 6px;
}

.logo {
    height: 84px;
    width: auto;
    filter: none;
    transition: none;
}

.logo:hover {
    filter: none;
    transform: none;
}

.polish-flag {
    display: flex;
    flex-direction: column;
    width: 22px;
    height: 14px;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.flag-stripe {
    height: 50%;
    width: 100%;
}

.flag-stripe.white {
    background-color: #ffffff;
}

.flag-stripe.red {
    background-color: #dc143c;
}

/* Header Navigation */
.header-nav {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-left: auto;
}

/* Compact header buttons without affecting global .btn */
.header-nav .btn {
    padding: 8px 16px;
    font-size: 12px;
    min-width: auto;
}

/* Button Styles (still used in banner) */
.btn {
    display: inline-block;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    cursor: pointer;
    text-align: center;
    min-width: 120px;
}

.btn-login {
    background: transparent;
    color: #ffffff;
    border-color: #32cd32;
    text-shadow: 0 0 5px rgba(50, 205, 50, 0.5);
}

.btn-login:hover {
    background: rgba(50, 205, 50, 0.2);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(50, 205, 50, 0.4);
    text-shadow: 0 0 10px rgba(50, 205, 50, 0.8);
}

.btn-register {
    background: linear-gradient(135deg, #32cd32 0%, #228b22 100%);
    color: #ffffff;
    border-color: #32cd32;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 15px rgba(50, 205, 50, 0.3);
}

.btn-register:hover {
    background: linear-gradient(135deg, #228b22 0%, #006400 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(50, 205, 50, 0.6);
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

/* Main Content */
.main-content {
    min-height: calc(100vh - 80px);
    margin: 0;
    padding: 0;
    width: 100%;
}

/* Hero Banner Section */
.hero-banner {
    background: #ffffff;
    padding: 0;
    position: relative;
    overflow: hidden;
}


.banner-web {
    display: block;
    text-align: center;
    margin-bottom: 0;
}

.banner-mobile {
    display: none;
    text-align: center;
    margin-bottom: 0;
}

.banner-image-container {
    position: relative;
    display: block;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

.banner-image {
    width: 100%;
    height: auto;
    border-radius: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    display: block;
    object-fit: cover;
    min-height: 400px;
}

/* Banner CTA Overlay */
.banner-cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(13, 61, 13, 0.45) 0%, rgba(26, 90, 26, 0.35) 100%);
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.banner-image-container:hover .banner-cta-overlay {
    opacity: 1; /* keep visible on hover as well */
}

.banner-cta-content {
    text-align: center;
    color: white;
    padding: 20px;
}

.banner-cta-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    color: #32cd32;
}

.banner-cta-subtitle {
    font-size: 1.2rem;
    margin-bottom: 25px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    color: #ffffff;
}

.btn-banner-cta {
    background: linear-gradient(135deg, #32cd32 0%, #228b22 100%);
    color: white;
    padding: 18px 36px;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(50, 205, 50, 0.4);
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid #32cd32;
}

.btn-banner-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(50, 205, 50, 0.6);
    background: linear-gradient(135deg, #228b22 0%, #006400 100%);
    border-color: #228b22;
}


.hero-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 60px 20px;
}

.hero-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1a1a1a;
    text-shadow: none;
}

.hero-description {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333333;
    margin-bottom: 30px;
    text-shadow: none;
}

/* Hero Call-to-Action */
.hero-cta {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
}

/* Inline CTA in hero replacing header buttons */
.hero-cta-inline {
    margin-top: 16px;
}

.hero-cta-inline .btn-login {
    background: linear-gradient(135deg, #32cd32 0%, #228b22 100%);
    color: #ffffff;
    border: 2px solid #32cd32;
    box-shadow: 0 4px 15px rgba(50, 205, 50, 0.3);
}

.hero-cta-inline .btn-login:hover {
    background: linear-gradient(135deg, #228b22 0%, #006400 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(50, 205, 50, 0.6);
}

.btn-cta-primary {
    background: linear-gradient(135deg, #4a9eff 0%, #0066cc 100%);
    color: #ffffff;
    border: none;
    padding: 16px 32px;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 8px 25px rgba(74, 158, 255, 0.4);
    transition: all 0.3s ease;
}

.btn-cta-primary:hover {
    background: linear-gradient(135deg, #0066cc 0%, #004499 100%);
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(74, 158, 255, 0.6);
}

.btn-cta-secondary {
    background: transparent;
    color: #4a9eff;
    border: 2px solid #4a9eff;
    padding: 14px 30px;
    font-size: 1rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-cta-secondary:hover {
    background: #4a9eff;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(74, 158, 255, 0.3);
}

/* Section Titles */
.section-title {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    color: #1a1a1a;
    position: relative;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(135deg, #4a9eff 0%, #00ff88 100%);
    border-radius: 2px;
}

/* Mobile Registration Carousel Section */
.mobile-registration-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.carousel-container {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}

.carousel-wrapper {
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-card {
    min-width: 100%;
    padding: 50px 40px;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    text-align: center;
    opacity: 0.7;
    transform: scale(0.95);
    transition: all 0.5s ease;
    border: 1px solid #e9ecef;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

.carousel-card.active {
    opacity: 1;
    transform: scale(1);
}

.card-phone-image {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 20px;
    margin: 0 20px 30px 20px;
}

.phone-image {
    max-width: 280px;
    height: auto;
    border-radius: 25px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
    border: 3px solid #ffffff;
}

.phone-image:hover {
    transform: scale(1.08);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.25);
}

.carousel-card h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #4a9eff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.carousel-card p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #666666;
    max-width: 500px;
    margin: 0 auto;
}

.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(135deg, #4a9eff 0%, #0066cc 100%);
    border: none;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 1.8rem;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    box-shadow: 0 4px 15px rgba(74, 158, 255, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-btn:hover {
    background: linear-gradient(135deg, #0066cc 0%, #004499 100%);
    transform: translateY(-50%) scale(1.15);
    box-shadow: 0 6px 20px rgba(74, 158, 255, 0.6);
}

.carousel-prev {
    left: -30px;
}

.carousel-next {
    right: -30px;
}

/* Slot Machines Section */
.slot-machines-section {
    padding: 80px 0;
    background: #ffffff;
}

.slots-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.slot-item {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid #e9ecef;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.slot-item:hover {
    transform: translateY(-10px);
    border-color: #4a9eff;
    box-shadow: 0 15px 40px rgba(74, 158, 255, 0.3);
}

.slot-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.slot-image:hover {
    transform: scale(1.05);
}

.slot-item h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333333;
}

.slot-item p {
    color: #666666;
    font-size: 0.95rem;
}

/* Information Blocks Section */
.info-blocks-section {
    padding: 80px 0;
    background: #ffffff;
}

.info-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 80px;
    padding: 40px 0;
}

.info-block.reverse {
    grid-template-columns: 1fr 1fr;
}

.info-block.reverse .info-content {
    order: 2;
}

    .info-block.reverse .info-image {
        order: 1;
    }
    
    .info-image {
        text-align: center;
        margin-bottom: 30px;
    }
    
    .info-image img {
        max-width: 100%;
        height: auto;
        border-radius: 12px;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    }
    
    .info-content h2 {
        color: #000000;
        font-weight: 800;
        text-align: center;
    }
    
    .info-content p {
        color: #333333;
        font-weight: 500;
        text-align: center;
    }
    
    .info-content li {
        color: #000000;
        font-weight: 500;
    }
    
    .bonus-item {
        color: #000000;
        font-weight: 600;
    }
    
    .support-item {
        color: #000000;
        font-weight: 600;
    }
    
    .review-item {
        color: #000000;
    }
    
    .review-author {
        color: #000000;
        font-weight: 600;
    }
    
    .table-container {
        margin: 20px auto;
        max-width: 100%;
        padding: 0 15px;
    }
    
    /* Mobile table touch improvements */
    .table-container::-webkit-scrollbar {
        height: 8px;
    }
    
    .table-container::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 4px;
    }
    
    .table-container::-webkit-scrollbar-thumb {
        background: #c1c1c1;
        border-radius: 4px;
    }
    
    .table-container::-webkit-scrollbar-thumb:hover {
        background: #a8a8a8;
    }
    
.info-content h2 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 20px;
    color: #000000;
}

.info-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333333;
    font-weight: 500;
    margin-bottom: 20px;
}

.info-content ul {
    list-style: none;
    padding: 0;
}

.info-content li {
    padding: 8px 0;
    color: #000000;
    font-weight: 500;
    position: relative;
    padding-left: 25px;
}

.info-content li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #4a9eff;
    font-weight: bold;
}

.info-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.placeholder-image {
    font-size: 8rem;
    opacity: 0.3;
    text-align: center;
}

/* Unified illustration sizing for info blocks */
.info-illustration {
    width: 100%;
    max-width: 380px;
    height: auto;
    aspect-ratio: 1 / 1; /* keep square visuals consistent */
    object-fit: contain;
    display: block;
    border-radius: 16px;
    background: #fff;
    padding: 18px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

/* Bonus Highlights */
.bonus-highlights {
    display: grid;
    gap: 15px;
    margin-top: 20px;
}

.bonus-item {
    background: rgba(74, 158, 255, 0.1);
    padding: 15px;
    border-radius: 8px;
    border-left: 4px solid #4a9eff;
    color: #000000;
    font-weight: 500;
}

/* Reviews Container */
.reviews-container {
    display: grid;
    gap: 20px;
    margin-top: 20px;
}

.review-item {
    background: rgba(255, 255, 255, 0.05);
    padding: 20px;
    border-radius: 12px;
    border-left: 4px solid #00ff88;
    color: #000000;
}

.review-stars {
    color: #ffd700;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.review-author {
    color: #000000;
    font-style: italic;
    font-size: 0.9rem;
    font-weight: 500;
}

/* Table Styles */
.table-container {
    overflow-x: auto;
    margin-top: 20px;
    -webkit-overflow-scrolling: touch;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.bonus-comparison-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    min-width: 600px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.bonus-comparison-table th,
.bonus-comparison-table td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #e9ecef;
    border-right: 1px solid #e9ecef;
}

.bonus-comparison-table th {
    background: #2c3e50;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.bonus-comparison-table td {
    color: #1a1a1a;
    font-weight: 500;
    text-align: center;
}

.bonus-comparison-table tr:nth-child(even) {
    background: #f8f9fa;
}

.bonus-comparison-table tr:hover {
    background: #e3f2fd;
}

.bonus-comparison-table tr:hover td {
    color: #000000;
}

/* Payment Methods */
.payment-methods {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-top: 20px;
}

.payment-item {
    background: rgba(255, 255, 255, 0.05);
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.payment-item:hover {
    background: rgba(74, 158, 255, 0.1);
    transform: translateY(-2px);
}

/* Payment Methods Grid */
.payment-methods-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-top: 25px;
}

.payment-category {
    background: rgba(255, 255, 255, 0.05);
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
}

.payment-category:hover {
    background: rgba(74, 158, 255, 0.05);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(74, 158, 255, 0.1);
}

.payment-category h4 {
    color: #4a9eff;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}

.payment-icons-small {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.payment-icon-small {
    width: 40px;
    height: 25px;
    border-radius: 4px;
    transition: transform 0.3s ease;
    object-fit: contain;
}

.payment-icon-small:hover {
    transform: scale(1.1);
}

/* Support Features */
.support-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-top: 20px;
}

.support-item {
    background: rgba(0, 255, 136, 0.1);
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    font-size: 1rem;
    border-left: 4px solid #00ff88;
    color: #000000;
    font-weight: 500;
}

/* Footer Styles */
.footer {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    padding: 60px 0 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.footer-section h3 {
    color: #ffffff;
    font-size: 1.2rem;
    margin-bottom: 20px;
    font-weight: 700;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.footer-logo-img {
    height: 100px;
    width: auto;
}

.polish-flag-small {
    display: flex;
    flex-direction: column;
    width: 24px;
    height: 16px;
    border-radius: 2px;
    overflow: hidden;
}

.footer-description {
    color: #e0e0e0;
    line-height: 1.6;
    margin-bottom: 20px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #e0e0e0;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #4a9eff;
}

/* Payment Icons */
.payment-icons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.payment-icon {
    width: 60px;
    height: 40px;
    border-radius: 4px;
    transition: transform 0.3s ease;
    object-fit: contain;
}

.payment-icon:hover {
    transform: scale(1.1);
}

/* Social Icons */
.footer-social {
    display: flex;
    gap: 15px;
}

.social-icon {
    width: 24px;
    height: 24px;
    color: #e0e0e0;
    transition: color 0.3s ease;
}

.social-icon:hover {
    color: #4a9eff;
}

/* Footer Bottom */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    flex-wrap: wrap;
    gap: 20px;
}

.footer-legal {
    color: #b0b0b0;
    font-size: 0.9rem;
}

.footer-legal p {
    margin-bottom: 5px;
}

/* Responsive Design */
@media (max-width: 768px) {
    /* Mobile Header */
    .header-content {
        flex-direction: row;
        gap: 6px;
        padding: 0 8px;
        min-height: 0;
    }
    
    .logo {
        height: 72px;
        width: auto;
    }
    
    .polish-flag {
        width: 20px;
        height: 12px;
    }
    
    .header-nav {
        width: auto;
        justify-content: flex-end;
    }
    
    .header-nav .btn {
        padding: 6px 12px;
        font-size: 11px;
        min-width: auto;
    }
    
    /* Mobile Banner */
    .banner-web {
        display: none;
    }
    
    .banner-mobile {
        display: block;
    }
    
    .banner-image {
        min-height: 150px; /* half the previous mobile height */
    }
    
    .hero-content {
        padding: 24px 16px;
    }
    
    .hero-title {
        font-size: 1.8rem;
    }
    
    .hero-description {
        font-size: 1rem;
    }
    
    /* Mobile Carousel */
    .carousel-container {
        padding: 0 20px;
    }
    
    .carousel-card {
        padding: 30px 20px;
    }
    
    .carousel-btn {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }
    
    .carousel-prev {
        left: -20px;
    }
    
    .carousel-next {
        right: -20px;
    }
    
    /* Mobile Info Blocks */
    .info-block {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-bottom: 60px;
        padding: 30px 0;
    }
    
    .info-block.reverse {
        grid-template-columns: 1fr;
    }
    
    .info-block.reverse .info-content {
        order: 1;
    }
    
    .info-block.reverse .info-image {
        order: 2;
    }
    
    .info-content h2 {
        font-size: 1.5rem;
    }
    
    .placeholder-image {
        font-size: 4rem;
    }

    /* Mobile sizing for unified illustrations */
    .info-illustration {
        max-width: 260px;
        padding: 12px;
        aspect-ratio: 1 / 1;
    }
    
    /* Mobile Tables - Fixed and readable design */
    .table-container {
        overflow-x: hidden;
        width: 100%;
        margin: 20px 0;
        padding: 0;
        border: 2px solid #e9ecef;
        border-radius: 12px;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
        position: relative;
        background: #ffffff;
        max-height: none;
        overflow-y: visible;
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
        box-sizing: border-box;
    }
    
    
    .bonus-comparison-table {
        min-width: 100%;
        width: 100%;
        table-layout: fixed;
        margin: 0;
        background: #ffffff;
        font-size: 1.2rem;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
        position: relative;
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
        display: table;
        border-collapse: separate;
        border-spacing: 0;
    }
    
    .bonus-comparison-table th,
    .bonus-comparison-table td {
        padding: 20px 12px;
        font-size: 1.1rem;
        font-weight: 600;
        word-wrap: break-word;
        overflow-wrap: break-word;
        vertical-align: middle;
        border-right: 1px solid #e9ecef;
        white-space: normal;
        text-overflow: ellipsis;
        line-height: 1.4;
        text-align: center;
        font-family: inherit;
    }
    
    .bonus-comparison-table th:first-child,
    .bonus-comparison-table td:first-child {
        width: 30%;
        min-width: 100px;
        text-align: left;
        font-weight: 600;
        color: #1a1a1a;
    }
    
    .bonus-comparison-table th:nth-child(2),
    .bonus-comparison-table td:nth-child(2) {
        width: 35%;
        min-width: 130px;
        text-align: center;
        font-weight: 600;
        color: #1a1a1a;
    }
    
    .bonus-comparison-table th:last-child,
    .bonus-comparison-table td:last-child {
        width: 35%;
        min-width: 130px;
        border-right: none;
        text-align: center;
        color: #1a1a1a;
    }
    
    .bonus-comparison-table th {
        background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
        font-weight: 700;
        color: #ffffff;
        font-size: 1.3rem;
        text-align: center;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        padding: 22px 12px;
        text-transform: uppercase;
        letter-spacing: 0.8px;
        font-family: inherit;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    }
    
    .bonus-comparison-table td {
        color: #1a1a1a;
        font-size: 1.1rem;
        font-weight: 600;
        text-align: center;
        padding: 20px 12px;
        border-bottom: 1px solid #f0f0f0;
        font-family: inherit;
        line-height: 1.4;
    }
    
    .bonus-comparison-table tr:nth-child(even) {
        background: #f8f9fa;
    }
    
    .bonus-comparison-table tr:hover {
        background: #f8f9fa;
        transition: all 0.2s ease;
    }
    
    .bonus-comparison-table tr:hover td {
        color: #1a1a1a;
        font-weight: 600;
    }
    
    /* Extra small mobile screens */
    @media (max-width: 480px) {
        .table-container {
            margin: 15px 0;
            padding: 0;
            width: 100%;
            border-radius: 8px;
            overflow-x: hidden;
        }
        
        .bonus-comparison-table {
            min-width: 100%;
            font-size: 1.1rem;
            transform: translateZ(0);
            -webkit-transform: translateZ(0);
            margin: 0;
            display: table;
        }
        
        .bonus-comparison-table th,
        .bonus-comparison-table td {
            padding: 18px 8px;
            font-size: 1rem;
            color: #1a1a1a;
        }
        
        .bonus-comparison-table th {
            font-size: 1.2rem;
            padding: 20px 8px;
            color: #ffffff;
        }
    }
    
    /* Mobile Footer */
    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }
    
    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
    
    .payment-icons {
        justify-content: center;
    }
    
    .footer-social {
        justify-content: center;
    }
    
    
    /* Mobile Banner CTA */
    .banner-cta-title {
        font-size: 1.8rem;
    }
    
    .banner-cta-subtitle {
        font-size: 1rem;
    }
    
    .btn-banner-cta {
        padding: 14px 28px;
        font-size: 1rem;
    }

    /* Mobile Phone Images */
    .phone-image {
        max-width: 200px;
    }
    
    .card-phone-image {
        margin: 0 10px 20px 10px;
        padding: 15px;
    }
    
    .carousel-container {
        max-width: 100%;
        padding: 0 20px;
    }
    
    .carousel-card {
        padding: 30px 20px;
    }
    
    .carousel-card h3 {
        font-size: 1.5rem;
    }
    
    .carousel-card p {
        font-size: 1rem;
    }
    
    .carousel-btn {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
    }
    
    .carousel-prev {
        left: -25px;
    }
    
    .carousel-next {
        right: -25px;
    }
    
    /* Mobile Payment Methods Grid */
    .payment-methods-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .payment-category {
        padding: 15px;
    }
    
    .payment-icons-small {
        gap: 8px;
    }
    
    .payment-icon-small {
        width: 35px;
        height: 22px;
    }
    
    /* Mobile Slots Grid */
    .slots-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .slot-item {
        padding: 20px;
    }
    
    .slot-image {
        height: 150px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }
    
    .hero-title {
        font-size: 1.5rem;
    }
    
    .section-title {
        font-size: 1.5rem;
    }
    
    .carousel-card {
        padding: 20px 15px;
    }
    
    .btn {
        padding: 10px 20px;
        font-size: 13px;
        min-width: 100px;
    }
    
    .info-content h2 {
        font-size: 1.3rem;
    }
    
    .placeholder-image {
        font-size: 3rem;
    }
}

/* Accessibility Improvements */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Focus styles for accessibility */
.btn:focus,
.carousel-btn:focus,
.slot-item:focus {
    outline: none;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .btn-login {
        border-color: #ffffff;
        color: #ffffff;
    }
    
    .carousel-card {
        border: 2px solid #ffffff;
    }
}

/* Print styles */
@media print {
    .header,
    .footer,
    .carousel-btn {
        display: none;
    }
    
    body {
        background: white;
        color: black;
    }
    
    .hero-banner {
        background: white;
    }
}
