        /* ========================================= */
        /* ===               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;  /*tu było 20px */
            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; /*TUTAJ BYŁO 10px*/ 
        }
        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; 
        }


        
        /* === 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 (NAPRAWIONE) === */
        .section-fix { width: 100%; background-color: #000 !important; margin-top: -1px; padding: 120px 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: space-between; padding: 0 50px; gap: 60px; }
 
        
        .text-block-fix { flex: 1; text-align: left; }
        .text-block-fix h2 { font-size: 4em; line-height: 1.05; margin-bottom: 25px; font-weight: 900; background: linear-gradient(to right, #fff, #999); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
        .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 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    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;
}

.arrow {
    color: #ff3b30; /* Czerwony akcent Apple */
    margin-right: 15px;
    font-size: 18px;
}

.feature-item p {
    color: #86868b; /* Szary tekst w stylu Apple */
    font-size: 16px;
    line-height: 1.5;
}



.ui-mockup {
    flex: 0 0 60%;
    position: relative;
}

.ui-mockup img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 50px 100px rgba(0,0,0,0.5);
}

        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 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1400px;
    margin: 0 auto;
}

/* KLUCZOWE ODWRÓCENIE UKŁADU */

.customize-section.reversed  {
    flex-direction: row-reverse;
}

.text-content {
    flex: 0 0 35%;
    hyphens: auto;
}

/* Margines dla tekstu, gdy jest po prawej */
.customize-section.reversed .text-content {
    margin-left: 5%; /* Odstęp od obrazka po lewej */
}



.feature-item h3 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.arrow {
    color: #ff3b30;
    margin-right: 15px;
}

.feature-item p {
    color: #86868b;
    font-size: 16px;
    line-height: 1.6;
}


.ui-mockup {
    flex: 0 0 55%; /* Obrazek nieco mniejszy, by pasował do układu */
    position: relative;
}

.ui-mockup img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 50px 100px rgba(0,0,0,0.5);
}
        


/* 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 */
        /*=============*/


      :root {
            --bg-main: #000000;
       
            --accent-red: #ff0000;
            --text-white: #ffffff;
            --text-gray: #a0a0a0;
        }

        .help-container {
            max-width: 800px;
            margin: 120px auto;
            padding: 0 20px;
        }

        h1 {
            font-size: 2rem;
            font-weight: 800;
            margin-bottom: 50px;
        }

        /* GŁÓWNA KATEGORIA */
        .category {
            border-bottom: 1px solid var(--bg-line);
        }

        .category-header {
            width: 100%;
            padding: 25px 0;
            display: flex;
            align-items: center;
            justify-content: space-between;
            cursor: pointer;
            transition: color 0.3s;
        }

        .category-header:hover {
            color: var(--accent-red);
        }

        .category-title {
            display: flex;
            align-items: center;
            font-size: 1.1rem;
            font-weight: 600;
        }

        /* Ikona z lewej strony (Twoja czerwień) */
        .category-title i, .category-title svg {
            margin-right: 15px;
            color: var(--accent-red);
        }

        /* ZAWARTOŚĆ KATEGORII (POD-PROBLEMY) */
        .category-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.2s ease-out;
            background: #080808;
        }

        .category.active .category-content {
            max-height: 200000px; /* Duża wartość, by pomieścić pod-listę */
        }

        /* POD-PROBLEM (DRUGI POZIOM) */
        .sub-issue {
            border-top: 1px solid #111;
            padding: 0 40px;
        }

        .sub-header {
            padding: 20px 0;
            cursor: pointer;
            color: var(--text-gray);
            font-size: 1rem;
            display: flex;
            justify-content: space-between;
        }

        .sub-header:hover {
            color: #fff;
        }

        /* FINALNE ROZWIĄZANIE (OBRAZEK + TEKST) */
        .solution {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease-out;
            padding-bottom: 0;
            text-align: center;
        }

        .sub-issue.active .solution {
            max-height: 8000px; 
            padding-bottom: 40px;
        }

        .solution p {
            color: #ccc;
            font-size: 0.95rem;
            text-align: left;
            margin-bottom: 20px;
        }

        .solution img {
            width: 100%;
            max-width: 600px;
            border-radius: 8px;
                  }

        /* STRZAŁKA OBROTOWA */
        .arrow {
            transition: transform 0.3s;
            color: #444;
        }

        .active > .category-header .arrow, 
        .active > .sub-header .arrow {
            transform: rotate(180deg);
            color: var(--accent-red);
        }

