        ::-webkit-scrollbar {
            width: 0;
            height: 0;
        }
        ::selection {
            background-color: #636363;
            color: white;
        }
        ::-moz-selection {
            background-color: #636363;
            color: white;
        }
        * {
            scrollbar-width: none;
            -ms-overflow-style: none;
            box-sizing: border-box;
            font-family: 'Poppins', sans-serif;
        }
        html, body {
            height: 100%;
            margin: 0;
            padding: 0;
            font-family: 'Poppins', sans-serif;
            background-color: rgb(34, 34, 34);
            color: rgb(255, 255, 255);
            display: flex;
            flex-direction: column;
        }
        
        .language-switcher {
            position: absolute;
            top: 20px;
            right: 20px;
            z-index: 1000;
            display: flex;
            gap: 8px;
            background-color: rgba(29, 29, 29, 0.9);
            padding: 8px;
            border-radius: 25px;
            border: 2px solid #444;
            backdrop-filter: blur(10px);
        }
        
        .lang-btn {
            background: none;
            border: none;
            color: white;
            cursor: pointer;
            padding: 0;
            border-radius: 50%;
            transition: all 0.3s ease;
            opacity: 0.6;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
        }
        
        .flag-icon {
            width: 24px;
            height: 24px;
            border-radius: 50%;
            object-fit: cover;
            object-position: center;
        }
        
        .lang-btn:hover {
            background-color: rgba(255, 255, 255, 0.1);
            opacity: 0.8;
        }
        
        .lang-btn.active {
            background-color: rgba(255, 255, 255, 0.15);
            opacity: 1;
        }
        main {
            flex: 1;
            position: relative;
            z-index: 1;
        }
        footer {
            background-color: rgb(29, 29, 29);
            text-align: center;
            padding: 20px 15px;
            margin-top: 80px;
            border-top: 2px solid #333;
            position: relative;
            z-index: 0;
        }
        footer p {
            margin: 0;
            color: rgb(243, 243, 243);
            padding: 0 10px;
            max-width: 100%;
            word-wrap: break-word;
        }
        .obrazek {
            margin: 2% auto 0 auto;
            width: 200px;
        }
        .obrazek img {
            width: 100%;
            border-radius: 50%;
            aspect-ratio: 1 / 1;
            object-fit: cover;
            border: 2px solid #666;
        }
        .jmeno {
            text-align: center;
            margin-top: 1%;
        }
        .popis {
            font-style: italic;
            margin: 10% auto 0 auto;
            width: 80%;
            max-width: 600px;
            text-align: center;
        }
        .popis p {
            margin: 0;
            font-weight: 400;
        }
        .ikonky {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 20px;
            margin-top: 5%;
        }
        .social-button {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 10px 20px;
            border: 2px solid #444;
            border-radius: 15px;
            text-decoration: none;
            color: white;
            background-color: #1d1d1d;
            transition: all 0.3s ease;
        }
        .social-button:hover {
            border-color: #666;
            background-color: #333;
        }
        .social-button img {
            width: 24px;
            height: 24px;
            margin-right: 10px;
            filter: brightness(0) invert(1);
        }
        .social-button span {
            font-size: 16px;
            font-weight: 500;
        }
        .projekty {
          border: 2px solid #333;
          border-radius: 15px;
          margin: 10% 15px 0 15px;
          background-color: #2a2a2a;
          text-align: center;
          padding: 15px;
          max-width: 100vw;
          overflow-x: auto;
        }
        .projekty p {
            margin-top: -35px;
            margin-bottom: 30px;
        }
        .projekty h2 {
            margin-top: 0;
            margin-bottom: 40px;
            font-size: 2em;
        }
        .projekty h3 {
            font-size: 1.1em;
        }
        .projekty-grid {
            display: flex;
            justify-content: center;
            gap: 30px;
            flex-wrap: wrap;
        }
        img {
            user-select: none;
            -webkit-user-drag: none;
            -webkit-user-select: none;
            -moz-user-select: none;
        }
        .projekt-karta {
            border: 2px solid #666;
            background-color: rgb(34, 34, 34);
            border-radius: 10px;
            overflow: hidden;
            text-decoration: none;
            color: white;
            width: 180px;
            transition: transform 0.3s ease;
        }
        .projekt-karta:hover {
            transform: translateY(-10px);
        }
        .projekt-karta img {
            width: 100%;
            height: 180px;
            object-fit: cover;
            display: block;
        }
        .projekt-karta h3 {
            padding: 15px;
            margin: 0;
            font-weight: 500;
        }
        .nabizim {
            border: 2px solid #333;
            border-radius: 15px;
            margin: 10% 15px 0 15px;
            background-color: #2a2a2a;
            text-align: center;
            padding: 15px 15px 25px 15px;
            max-width: 100vw;
            overflow: visible;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .nabizim p {
          margin-top: -35px;
          margin-bottom: 30px;
          width: 100%;
          text-align: center;
          align-self: center;
        }
        .nabizim h2 {
            margin-top: 0;
            margin-bottom: 40px;
            font-size: 2em;
            display: inline-block;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
        }
        .nabizim h3 {
            font-size: 1.1em;
        }
        .nabizim img {
            border: 2px solid #666;
            width: 100%;
            max-width: 340px;
            min-width: 180px;
            border-radius: 15px;
            height: auto;
            object-fit: cover;
            margin-left: auto;
            margin-right: auto;
            display: block;
            align-self: center;
        }
        .zkusenosti {
            border: 2px solid #333;
            border-radius: 15px;
            margin: 10% 15px 0 15px;
            background-color: #2a2a2a;
            text-align: center;
            padding: 15px;
            max-width: 100vw;
            overflow-x: auto;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
        }
        .zkusenosti p {
            margin-top: -35px;
            margin-bottom: 30px;
        }
        .zkusenosti h2 {
            margin-top: 0;
            margin-bottom: 40px;
            font-size: 2em;
        }
        .zkusenosti h3 {
            font-size: 1.1em;
        }
        .zkusenosti img {
            border: 2px solid #666;
            width: 40%;
            border-radius: 15px;
            height: 40%;
            object-fit: cover;
            margin-left: auto;
            margin-right: auto;
            display: block;
        }
        .formular {
            border: 2px solid #333;
            border-radius: 15px;
            margin: 10% 15px 0 15px;
            background-color: #2a2a2a;
            text-align: center;
            padding: 15px;
            max-width: 100vw;
            overflow-x: auto;
        }
        .formular h2 {
            margin-top: 0;
            margin-bottom: 40px;
            font-size: 2em;
        }
        .formular p {
            margin-top: -35px;
            margin-bottom: 30px;
        }
        .formular form {
            display: flex;
            flex-direction: column;
            gap: 15px;
            max-width: 500px;
            margin: 0 auto;
        }
        .formular label {
            text-align: left;
            font-weight: 500;
            margin-bottom: -10px;
        }
        .formular input,
        .formular textarea {
            padding: 12px;
            border-radius: 10px;
            border: 2px solid #444;
            background-color: #1d1d1d;
            color: white;
            font-family: 'Poppins', sans-serif;
            font-size: 16px;
            transition: border-color 0.3s ease;
            resize: none;
        }
        .formular input:focus,
        .formular textarea:focus {
            outline: none;
            border-color: #666;
        }
        .formular button {
            padding: 12px 20px;
            background-color: #525252;
            color: white;
            border: 2px solid #666;
            border-radius: 10px;
            cursor: pointer;
            font-family: 'Poppins', sans-serif;
            font-size: 16px;
            font-weight: 500;
            margin-top: 10px;
            transition: background-color 0.3s ease;
        }
        .formular button:hover {
            background-color: #585858;
        }
        .cf-turnstile {
            display: flex;
            justify-content: center;
            margin: 15px 0;
        }
        @media (max-width: 480px) {
            footer {
                padding: 20px 20px;
            }
            footer p {
                padding: 0 15px;
            }
        }
        @media (min-width: 481px) and (max-width: 767px) {
            footer {
                padding: 20px 30px;
            }
            footer p {
                padding: 0 20px;
            }
        }
        @media (min-width: 768px) {
        .popis {
            margin-top: 50px;
        }
        .skill {
            max-width: 100%;
            font-size: 14px;
        }
        .skill .icon {
            margin-top: 2px;
            width: 16px;
            height: 16px;
            margin-top: 3px;
        }
        .zkusenosti {
            margin: 50px auto 0 auto;
            max-width: 1200px;
            padding: 40px;
        }
        .ikonky {
            margin-top: 40px;
        }
        .projekty {
            margin: 50px auto 0 auto;
            max-width: 1200px;
            padding: 40px;
        }
        .nabizim {
            margin: 50px auto 0 auto;
            max-width: 1200px;
            padding: 40px;
        }
        .formular {
            margin: 50px auto 0 auto;
            max-width: 1200px;
            padding: 40px;
            display: block;
        }
        footer {
            padding: 20px 40px;
        }
        footer p {
            padding: 0 30px;
        }
        }
        .projekt-karta {
            width: 320px;
            }
        .projekt-karta img {
            height: 180px;
        }
        .bubbles {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 0;
            overflow: hidden;
        }
        .bubbles span {
            position: absolute;
            bottom: -180px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            animation: animate-bubbles 25s linear infinite;
            backdrop-filter: blur(5px);
        }
        .bubbles span:nth-child(1) {
            width: 80px;
            height: 80px;
            left: 10%;
            animation-duration: 22s;
            animation-delay: -5s;
        }
        .bubbles span:nth-child(2) {
            width: 20px;
            height: 20px;
            left: 20%;
            animation-duration: 18s;
            animation-delay: -10s;
        }
        .bubbles span:nth-child(3) {
            width: 50px;
            height: 50px;
            left: 35%;
            animation-duration: 28s;
            animation-delay: -2s;
        }
        .bubbles span:nth-child(4) {
            width: 100px;
            height: 100px;
            left: 50%;
            animation-duration: 15s;
            animation-delay: -7s;
        }
        .bubbles span:nth-child(5) {
            width: 35px;
            height: 35px;
            left: 55%;
            animation-duration: 25s;
            animation-delay: -12s;
        }
        .bubbles span:nth-child(6) {
            width: 45px;
            height: 45px;
            left: 65%;
            animation-duration: 19s;
            animation-delay: -4s;
        }
        .bubbles span:nth-child(7) {
            width: 150px;
            height: 150px;
            left: 70%;
            animation-duration: 35s;
            animation-delay: -15s;
        }
        .bubbles span:nth-child(8) {
            width: 25px;
            height: 25px;
            left: 80%;
            animation-duration: 16s;
            animation-delay: -8s;
        }
        .bubbles span:nth-child(9) {
            width: 15px;
            height: 15px;
            left: 90%;
            animation-duration: 26s;
            animation-delay: -20s;
        }
        .bubbles span:nth-child(10) {
            width: 60px;
            height: 60px;
            left: 95%;
            animation-duration: 20s;
            animation-delay: -1s;
        }
        @keyframes animate-bubbles {
        0% {
            transform: translateY(0) rotate(0deg);
            opacity: 1;
        }
        100% {
            transform: translateY(-120vh) rotate(720deg);
            opacity: 0;
        }
        }
        .skill {
            display: flex;
            align-items: flex-start;
            justify-content: flex-start;
            text-align: left;
            margin-bottom: 12px;
            max-width: 90%;
        }
        .skill span {
            font-size: 16px;
            line-height: 1.5;
        }
        .skill .icon {
            border: 0px;
            width: 18px;
            height: 18px;
            margin-right: 8px;
            flex-shrink: 0;
            margin-top: 2px;
        }
        #cookie-alert {
            position: fixed;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            background-color: rgb(7, 7, 7);
            color: white;
            padding: 15px 20px;
            border-radius: 10px;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 10px;
            border: #000000 2px solid;
            z-index: 1000;
            max-width: 600px;
            width: 90%;
        }
        #cookie-alert p {
            margin: 0;
            font-size: 14px;
            text-align: center;
        }
        #cookie-accept-btn {
            font-size: 14px;
            font-family: 'Poppins', sans-serif;
            border: solid 2px #2D2D2D;
            background-color: #525252;
            color: white;
            padding: 8px 20px;
            border-radius: 10px;
            cursor: pointer;
            transition: background-color 0.3s ease;
            display: block;
            margin: 0 auto;
        }
        #cookie-accept-btn:hover {
            background-color: #585858;
            border: solid 2px #2D2D2D;
        }
        .form-message {
            padding: 15px;
            border-radius: 8px;
            margin: 15px 0;
            font-size: 1rem;
            line-height: 1.4;
            animation: slideIn 0.3s ease-out;
        }

        .form-message.success {
            background-color: #d4edda;
            color: #1dbd42;
            border: 2px solid #96dfa7;
            padding: 18px;
            border-radius: 12px;
        }

        .form-message.error {
            background-color: #f8d7da;
            color: #b83d47;
            border: 2px solid #eca6ac;
            padding: 18px;
            border-radius: 12px;
        }

        @media (max-width: 768px) {
            .language-switcher {
                top: 15px;
                right: 15px;
                padding: 6px;
                border-radius: 20px;
            }
            
            .lang-btn {
                width: 36px;
                height: 36px;
                padding: 5px;
            }
            
            .flag-icon {
                width: 20px;
                height: 20px;
            }
        }
        
        @media (max-width: 480px) {
            .language-switcher {
                top: 10px;
                right: 10px;
                padding: 4px;
                gap: 4px;
            }
            
            .lang-btn {
                width: 32px;
                height: 32px;
                padding: 4px;
            }
            
            .flag-icon {
                width: 18px;
                height: 18px;
            }
        }