        /* ========================================= */
        /* ===               CSS                 === */
        /* ========================================= */

        body::-webkit-scrollbar { display: none; }
        
        html, body {
            overscroll-behavior-y: none;
            overscroll-behavior-x: none;
            margin: 0; padding: 0; 
            width: 100%; min-height: 100vh;
            background-color: #1a1a1a; 
            color: #ffffff;
            font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
            background: linear-gradient(135deg, #1a1a1a, #2d2d2d);
            font-size: 18px;
        }
        header { 
            background: #000000; 
            padding: 0px 0;  
            text-align: center; 
            box-shadow: 0 4px 8px rgba(0,0,0,0.5); 
            z-index: 1000; 
            position: relative; 
        }
        header h1 { 
            color: #ff0000; 
            font-size: 3em;
            margin: 0; 
            font-weight: 900; 
        }
        nav { 
            display: flex; 
            justify-content: center; 
            align-items: center; 
            flex-wrap: wrap; 
            margin-top: 0px; 
        }
        nav a { 
            color: #ffffff; 
            text-decoration: none; 
            margin: 0 15px; 
            padding: 10px 20px; 
            border-radius: 5px; 
            transition: background 0.3s; 
            font-size: 1.1em; 
        }
        nav a:hover { 
            background: #333333; 
        }
        .red-link { 
            color: #ff0000; 
            font-weight: bold; 
        }
        .lang-switch {
            position: absolute; 
            top: 20px;      
            right: 30px;       
            display: flex;
            align-items: center;
            text-decoration: none;
            margin: 0;         
            z-index: 1010;      
        }
        .flag-icon { 
            width: 35px; 
            height: auto; 
            border-radius: 4px; 
            border: 1px solid #333; 
        }
        
        


        .overlay-content { 
            position: relative; 
            z-index: 10; 
            text-align: center; 
            pointer-events: none; 
            width: 100%; 
        }        
        
        /* === NAPIS ===  */
        .main-title { 
            font-family: 'Arial Black', 'Impact', sans-serif; 
            font-size: 9vw; 
            line-height: 1; 
            margin: 0; 
            color: #fff; 
            text-transform: uppercase; 
            text-shadow: 0 0 20px rgba(0,0,0,0.8); 
            mix-blend-mode: exclusion; 
        }

        .main-title-extra { 
        
            font-family: 'Arial Black', 'Impact', sans-serif; 
            font-size: 9vw; 
            line-height: 1; 
            margin: 0; 
            color: #fff; 
            text-transform: uppercase; 
            text-shadow: 0 0 20px rgba(0,0,0,0.8); 
            mix-blend-mode: exclusion; 
        }

        .sub-title { 
            font-size: 5em; 
            font-weight: bold; 
            margin-top: 10px; 
            color: #ffffff; 
            text-shadow: 0 0 10px #000; 
            animation: fadeInUp 1.5s ease-out; 
        }
        @keyframes fadeInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

        /* === SYMULATOR (LOGIKA 1:1) === */
        main { 
            background-color: #000; 
            padding: 0px 0px; 
            text-align: center; 
            max-width: 100vw; 
            overflow: hidden; 
        }
        .screen-simulator {
            width: 1920px; 
            max-width: 100%; 
            height: 700px; 

            background: auto; 
            position: relative; 

        }

        /* === SEKCE SPLIT === */

.section-fix { 
    width: 100%; 
    background-color: #000 !important; 
    margin-top: -1px; 
    padding: 80px 0; 
    display: flex; 
    justify-content: center; 
    overflow: hidden; 
    border: none !important; 
}

.container-fix { 
    max-width: 1400px; 
    width: 100%; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    padding: 0 50px; 
}


.text-block-fix { 
    flex: 1; 
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center; 
}

.text-block-fix h2 { 
    font-size: 4em; 
    line-height: 1.1; 
    margin-bottom: 25px; 
    font-weight: 900; 
    background: linear-gradient(to right, #fff, #999); 
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent; 
    display: inline-block; 
}

.text-block-fix p { 
    font-size: 1.3em; 
    color: #b1b1b6; 
    line-height: 1.7; 
}

        .image-block-fix { flex: 1.5; display: flex; justify-content: center; align-items: center; }
        .img-responsive { width: 100%; max-width: 850px; height: auto; object-fit: contain; filter: none !important; transition: transform 0.5s; }

        @media (max-width: 1024px) {
            .img-full-bleed {
            width: 150%; 
            margin-left: -25%;
        }
        }

@media (max-width: 900px) {
    .tech-grid {
        grid-template-columns: 1fr;
    }
}
        /* === Ustawienia === */
    .customize-section {
    background-color: #000;
    color: #fff;
    padding: 100px 5%;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
}

.showcase-container {
    max-width: 1400px;
    margin: 0 auto;
}

.text-content {
    flex: 0 0 35%;
}

.main-title {
    font-size: 80px;
    line-height: 0.9;
    font-weight: 800;
    margin-bottom: 60px;
    letter-spacing: -2px;
}

.feature-item {
    margin-bottom: 40px;
}

.feature-item h3 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center; 
    text-align: center;
    
}


        footer { background: #000; text-align: center; padding: 50px 0; border-top: 1px solid #1a1a1a; color: #666; }

        @media (max-width: 1100px) {
            .container-fix { flex-direction: column !important; text-align: center; }
            .reverse-mobile { flex-direction: column-reverse !important; }
            .img-responsive { margin: 0 !important; max-width: 100%; }
            .main-title { font-size: 0 vw; }
        }
        
/* Responsywność dla mniejszych ekranów */
@media (max-width: 1024px) {
    .section-settings-view {
        padding: 50px 20px !important; /* Mniejsze marginesy na tabletach */
    }
}
        
/* === About === */

.customize-section {
    background-color: #000;
    color: #fff;
    padding: 100px 5%;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
}


.showcase-container {
    max-width: 1400px;
    margin: 0 auto;
}



.text-content {
    flex: 0 0 35%;
    hyphens: auto;
}



.feature-item p {
    color: #86868b;
    font-size: 16px;
    line-height: 1.6;
}


        
/* mail */
.contact-section {
    background-color: #000;
    padding: 100px 5%;
    text-align: center;
    border-top: 1px solid #222;
}

.contact-container h2 {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.contact-container p {
    color: #86868b;
    margin-bottom: 40px;
}

/* Styl przycisku email */
.email-button {
    display: inline-block;
    padding: 15px 35px;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 700;
    transition: transform 0.2s;
}

.email-button:hover {
    transform: scale(1.05);
    background-color: #32d74b; 
}

        /*=============*/
        /* END OF CSS */
        /*=============*/

