        .bebas-neue-regular {
            font-family: "Bebas Neue", sans-serif;
            font-weight: 400;
            font-style: normal;
        }

        .jost {
            font-family: "Jost", sans-serif;
            font-optical-sizing: auto;
            font-weight: 30;
            font-style: normal;
        }

        body {

            margin: 0;
        }
        /* --- VILÁGOS MODAL STÍLUS --- */
        .custom-light-modal {
            display: none;
            position: fixed;
            z-index: 9999;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5); /* Sötétebb háttér, hogy kiemelje a fehér ablakot */
            align-items: center;
            justify-content: center;
            padding: 20px;
        }
        
        .light-modal-content {
            background-color: #ffffff;
            color: #333;
            padding: 30px;
            border-radius: 12px;
            width: 100%;
            max-width: 400px;
            text-align: center;
            box-shadow: 0 10px 40px rgba(0,0,0,0.2);
        }
        
        .light-modal-input {
            width: 100%;
            padding: 12px;
            margin: 15px 0;
            border: 2px solid #eee;
            border-radius: 8px;
            background: #f9f9f9;
            color: #333;
            font-weight: bold;
            text-align: center;
            box-sizing: border-box;
        }
        
        .light-modal-input:focus {
            border-color: #d32f2f;
            outline: none;
        }
        
        .light-modal-btns {
            display: flex;
            gap: 10px;
            margin-top: 10px;
        }
        
        .light-btn-cancel {
            flex: 1;
            background: #e0e0e0;
            color: #333;
            border: none;
            padding: 12px;
            border-radius: 8px;
            font-weight: 600;
            cursor: pointer;
        }
        
        .light-btn-delete {
            flex: 1;
            background: #d32f2f;
            color: white;
            border: none;
            padding: 12px;
            border-radius: 8px;
            font-weight: 600;
            cursor: pointer;
            transition: 0.3s;
        }
        
        .light-btn-delete:disabled {
            background: #ffa4a4;
            cursor: not-allowed;
            opacity: 0.7;
        }
        
        .light-btn-delete:hover:not(:disabled) {
            background: #b71c1c;
        }

        header {
            display: flex;
            justify-content: center;
            background-color: #ffffff !important;
            padding: 30px 0 !important;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05) !important;

            top: 0 !important;
            
            z-index: 1000 !important;
        }
        .nav-container {
            display: flex !important;
            align-items: center !important;
            justify-content: space-between !important;
            width: 100% !important;
            max-width: 1400px !important;
            margin: 0 auto !important;
            padding: 0 20px !important;
        }
        .header-logo { flex: 1 !important; display: flex !important; justify-content: flex-start !important; }
        .header-logo h2 { color: #2b57ff !important; font-family: 'Bebas Neue', sans-serif !important; font-size: 2.2rem !important; margin: 0 !important; }
        .header-menu-center { flex: 2 !important; display: flex !important; justify-content: center !important; }
        .header-menu-center ul { list-style: none !important; padding: 0 !important; margin: 0 !important; display: flex !important; gap: 30px !important; }
        .header-menu-center a { text-decoration: none !important; color: #000000 !important; font-family: 'Jost', sans-serif !important; font-weight: 700 !important; font-size: 1.1rem !important; }
        .header-actions-right { flex: 1 !important; display: flex !important; justify-content: flex-end !important; gap: 10px !important; }
        
        /* LOGIN KÁRTYA STÍLUS */
        .login-wrapper {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 40px 20px;
        }

        .login-card {
            background: white;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 15px 35px rgba(0,0,0,0.08);
            width: 100%;
            max-width: 450px;
        }

        .login-header-bar {
            background-color: #2b57ff;
            padding: 20px;
            text-align: center;
        }

        .login-header-bar h2 {
            color: white;
            font-family: 'Bebas Neue', sans-serif;
            font-size: 2.2rem;
            margin: 0;
            letter-spacing: 1.5px;
        }

        .login-body {
            padding: 40px 30px;
        }

        .input-group-custom {
            margin-bottom: 25px;
        }

        .input-label {
            display: block;
            font-weight: 700;
            font-size: 0.9rem;
            color: #555;
            margin-bottom: 8px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .login-body input {
            width: 100%;
            padding: 14px 18px;
            border: 2px solid #eee;
            border-radius: 12px;
            font-family: 'Jost', sans-serif;
            font-size: 1rem;
            transition: 0.3s;
            outline: none;
        }

        .login-body input:focus {
            border-color: #2b57ff;
            background-color: #f8faff;
        }

        .forgot-password {
            display: block;
            text-align: right;
            color: #2b57ff;
            text-decoration: none;
            font-size: 0.9rem;
            font-weight: 600;
            margin-bottom: 25px;
        }

        .forgot-password:hover {
            text-decoration: underline;
        }

        #loginBtn {
            width: 100%;
            background-color: #2b57ff;
            color: white;
            border: none;
            padding: 16px;
            border-radius: 12px;
            font-family: 'Bebas Neue', sans-serif;
            font-size: 1.6rem;
            letter-spacing: 1px;
            cursor: pointer;
            transition: 0.3s;
            box-shadow: 0 4px 15px rgba(43, 87, 255, 0.3);
        }

        #loginBtn:hover {
            background-color: #1a44e0;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(43, 87, 255, 0.4);
        }

        .register-redirect {
            text-align: center;
            margin-top: 25px;
            font-size: 0.95rem;
            color: #666;
        }

        .register-redirect a {
            color: #2b57ff;
            font-weight: 700;
            text-decoration: none;
        }

        /* REGISZTRÁCIÓS KÁRTYA DESIGN */
        .register-wrapper {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 50px 20px;
        }

        .register-card {
            background: white;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 15px 40px rgba(0,0,0,0.07);
            width: 100%;
            max-width: 500px;
        }

        .register-header-bar {
            background-color: #2b57ff;
            padding: 22px;
            text-align: center;
        }

        .register-header-bar h2 {
            color: white;
            font-family: 'Bebas Neue', sans-serif;
            font-size: 2.2rem;
            margin: 0;
            letter-spacing: 1.5px;
            text-transform: uppercase;
        }

        .register-body {
            padding: 40px 35px;
        }

        .input-group-custom {
            margin-bottom: 22px;
        }

        .input-label-custom {
            display: block;
            font-weight: 700;
            font-size: 0.85rem;
            color: #444;
            margin-bottom: 8px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .register-body input[type="text"],
        .register-body input[type="email"],
        .register-body input[type="password"] {
            width: 100%;
            padding: 14px 18px;
            border: 2px solid #eee;
            border-radius: 12px;
            font-family: 'Jost', sans-serif;
            font-size: 1rem;
            transition: 0.3s;
            outline: none;
        }

        .register-body input:focus {
            border-color: #2b57ff;
            background-color: #f8faff;
        }

        /* ÁSZF CHECKBOX */
        .terms-container-custom {
            display: flex;
            align-items: center;
            gap: 12px;
            margin: 25px 0;
            padding: 12px;
            background-color: #f9f9f9;
            border-radius: 10px;
            cursor: pointer;
        }

        .terms-container-custom input {
            width: 20px;
            height: 20px;
            cursor: pointer;
        }

        .terms-container-custom label {
            font-size: 0.9rem;
            color: #666;
            cursor: pointer;
            font-weight: 500;
        }

        /* REGISZTRÁCIÓ GOMB */
        #register2 {
            width: 100%;
            background-color: #2b57ff;
            color: white;
            border: none;
            padding: 16px;
            border-radius: 12px;
            font-family: 'Bebas Neue', sans-serif;
            font-size: 1.7rem;
            letter-spacing: 1.5px;
            cursor: pointer;
            transition: 0.3s ease;
            box-shadow: 0 4px 15px rgba(43, 87, 255, 0.3);
            text-transform: uppercase;
        }

        #register2:hover {
            background-color: #1a44e0;
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(43, 87, 255, 0.4);
        }

        .login-redirect {
            text-align: center;
            margin-top: 25px;
            font-size: 0.95rem;
            color: #666;
        }

        .login-redirect a {
            color: #2b57ff;
            font-weight: 700;
            text-decoration: none;
        }

                /* TERMÉK KATEGÓRIA KÁRTYÁK */
        .category-section {
            padding: 60px 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .category-card {
            background: white;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 8px 25px rgba(0,0,0,0.05);
            transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
            text-decoration: none;
            display: flex;
            flex-direction: column;
            height: 100%;
            border: 1px solid #eee;
        }

        .category-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 45px rgba(43, 87, 255, 0.15);
            border-color: #2b57ff;
        }

        .category-image-wrapper {
            padding: 40px;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 250px;
            background-color: #fff;
        }

        .category-image-wrapper img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
            transition: transform 0.4s ease;
        }

        .category-card:hover .category-image-wrapper img {
            transform: scale(1.1);
        }

        .category-title-bar {
            background-color: #f8faff;
            padding: 20px;
            text-align: center;
            border-top: 1px solid #eee;
            transition: 0.3s;
        }

        .category-card:hover .category-title-bar {
            background-color: #2b57ff;
        }

        .category-title-bar h3 {
            font-family: 'Bebas Neue', sans-serif;
            font-size: 1.8rem;
            margin: 0;
            color: #111;
            letter-spacing: 1px;
            transition: 0.3s;
        }

        .category-card:hover .category-title-bar h3 {
            color: white;
        }

                /* PROFIL SZEKCIÓ ELRENDEZÉS */
        #profileMainSection {
            padding: 50px 0;
            flex: 1;
        }

        /* BAL OLDAL: SZERKESZTŐ KÁRTYA */
        .profile-edit-card {
            background: white;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.05);
            border: 1px solid #eee;
            margin-bottom: 30px;
        }

        .profile-card-header {
            background-color: #2b57ff;
            padding: 15px 25px;
        }

        .profile-card-header h2 {
            color: white;
            font-family: 'Bebas Neue', sans-serif;
            font-size: 1.8rem;
            margin: 0;
            letter-spacing: 1px;
        }

        .profile-card-body {
            padding: 35px;
        }

        /* PROFILKÉP */
        .profile-pic-container {
            text-align: center;
            margin-bottom: 35px;
            position: relative;
        }

        .profile-pic-preview {
            width: 140px;
            height: 140px;
            border-radius: 50%;
            object-fit: cover;
            border: 4px solid #f0f3ff;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            margin-bottom: 15px;
        }

        .file-input { display: none; }
        .upload-label {
            display: inline-block;
            background-color: #f0f3ff;
            color: #2b57ff;
            padding: 8px 18px;
            border-radius: 50px;
            font-size: 0.9rem;
            font-weight: 700;
            cursor: pointer;
            transition: 0.3s;
        }
        .upload-label:hover { background-color: #2b57ff; color: white; }

        /* INPUTOK ÉS GOMBOK */
        .input-label {
            display: block;
            font-weight: 700;
            font-size: 0.85rem;
            color: #555;
            margin-bottom: 8px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .input-group {
            margin-bottom: 25px;
            display: flex;
            gap: 10px;
        }

        .input-group input {
            flex: 1;
            padding: 12px 18px;
            border: 2px solid #eee;
            border-radius: 12px;
            font-family: 'Jost', sans-serif;
            font-size: 1rem;
            background-color: #f9f9f9;
            color: #666;
            outline: none;
        }

        .edit-btn {
            background-color: #f0f3ff;
            color: #2b57ff;
            border: none;
            padding: 0 20px;
            border-radius: 12px;
            font-weight: 700;
            cursor: pointer;
            transition: 0.3s;
            white-space: nowrap;
        }
        .edit-btn:hover { background-color: #2b57ff; color: white; }

        /* JELSZÓ SZEKCIÓ */
        .change-pass-wrapper {
            margin-top: 40px;
            padding-top: 30px;
            border-top: 1px solid #eee;
        }

        #changePassBtn {
            background-color: transparent;
            color: #ff2b2b;
            border: 2px solid #ff2b2b;
            padding: 12px 25px;
            border-radius: 12px;
            font-weight: 700;
            cursor: pointer;
            transition: 0.3s;
            width: 100%;
        }
        #changePassBtn:hover { background-color: #ff2b2b; color: white; }

        #passFields {
            display: none; /* JS kezeli a megjelenítést */
            margin-top: 20px;
            flex-direction: column;
            gap: 15px;
        }

        #passFields input {
            width: 100%;
            padding: 12px 18px;
            border: 2px solid #eee;
            border-radius: 12px;
            font-family: 'Jost', sans-serif;
            outline: none;
        }

        /* JOBB OLDAL: SIDEBAR (ÉRINTETLEN DESIGN) */
        .profile-sidebar {
            width: 100%; /* A Bootstrap oszlophoz igazodva */
            background: white;
            border-radius: 15px;
            padding: 20px 0;
            box-shadow: 0 4px 15px rgba(0,0,0,0.05);
            height: fit-content;
            position: sticky;
            top: 100px;
        }
        .sidebar-title {
            font-family: 'Bebas Neue', sans-serif;
            font-size: 24px;
            padding: 0 25px 15px 25px;
            margin-bottom: 10px;
            border-bottom: 1px solid #eee;
            color: #333;
        }
        .sidebar-menu { list-style: none; padding: 0; margin: 0; }
        .sidebar-menu a {
            display: block;
            padding: 15px 25px;
            text-decoration: none;
            color: #555;
            font-family: 'Jost', sans-serif;
            transition: 0.2s;
        }
        .sidebar-menu li.active a {
            background-color: #f4f4f4;
            color: #000;
            font-weight: 600;
            border-left: 4px solid #2b57ff;
        }
        .sidebar-menu a:hover:not(.delete-account) { background-color: #f9f9f9; color: #2b57ff; }
        .delete-account { color: #dc3545 !important; font-weight: 700; ; border-top: 1px solid #f8f8f8; }
        .delete-account:hover { background-color: #fff1f1 !important; }


        /* KAPCSOLAT KÁRTYÁK - A KÉP ALAPJÁN */
        .contact-container {
            max-width: 1200px;
            margin: 50px auto;
            padding: 0 20px;
        }

        .data-column {
            display: flex;
            flex-direction: column;
            gap: 25px;
        }

        .info-box {
            background: white;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            width: 100%;
        }

        .info-title-bar {
            background-color: #2b57ff; /* Pontos kék a képről */
            padding: 12px 20px;
        }

        .info-title-bar h2 {
            color: white;
            font-family: 'Bebas Neue', sans-serif;
            font-size: 1.8rem;
            margin: 0;
            letter-spacing: 1px;
            text-transform: uppercase;
        }

        .info-content {
            padding: 20px;
            background: white;
        }

        .info-content h3 {
            margin: 0;
            font-size: 1.5rem;
            color: #111;
            font-weight: 500;
            word-wrap: break-word;
        }

        /* TÉRKÉP MEGJELENÍTÉS */
        .map-wrapper2 {
            width: 100%;
            height: 100%;
            min-height: 500px;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        }

        /* --- ATOMBIZTOS FOOTER RESET ÉS DESIGN --- */
        #notrox-footer-fixed {
            background-color: #0c0c0c !important;
            color: #ffffff !important;
            padding: 80px 0 40px 0 !important;
            font-family: 'Jost', sans-serif !important;
            width: 100% !important;
            display: block !important;
            clear: both !important;
        }

        .ft-container {
            max-width: 1300px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .ft-row {
            display: flex;
            flex-wrap: wrap;
            margin: 0 -15px;
        }

        .ft-col {
            padding: 0 15px;
            flex: 1;
            min-width: 250px;
            margin-bottom: 30px;
        }

        /* Címek (KÉK) */
        .ft-heading {
            color: #2b57ff !important;
            font-family: 'Bebas Neue', sans-serif !important;
            font-size: 2.2rem !important;
            margin-bottom: 25px !important;
            text-transform: uppercase !important;
            display: block !important;
            line-height: 1 !important;
        }

        /* Listák */
        .ft-ul {
            list-style: none !important;
            padding: 0 !important;
            margin: 0 !important;
        }

        .ft-ul li {
            margin-bottom: 12px !important;
            display: block !important;
        }

        .ft-ul a {
            color: #ffffff !important;
            text-decoration: none !important;
            font-size: 1.1rem !important;
            transition: 0.2s !important;
            display: inline-block !important;
        }

        .ft-ul a:hover {
            color: #2b57ff !important;
            transform: translateX(5px);
        }

        /* Kapcsolati infók */
        .contact-group {
            margin-bottom: 30px !important;
        }

        .contact-group h2 {
            font-size: 1.8rem !important;
            margin-bottom: 5px !important;
        }

        .contact-group h3 {
            font-size: 1.1rem !important;
            font-weight: 300 !important;
            color: #cccccc !important;
        }

        /* Térkép */
        .map-wrapper {
            width: 100%;
            height: 300px;
            border-radius: 10px;
            overflow: hidden;
        }

        /* Copyright */
        .ft-copy {
            color: #666666 !important;
            font-size: 0.9rem !important;
            margin-top: 40px !important;
            font-weight: bold !important;
            line-height: 1.4 !important;
        }

        
        nav .menu {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            
            display: flex;
            gap: 30px;
            list-style: none;
            
            font-family: "Jost", sans-serif;
            font-weight: 700;
            margin: 0;
            padding: 0;
        }
        nav .buttons {
            display: flex;
            gap: 10px;
            margin-left: auto;
            list-style: none;
            padding: 0;
        }

        nav .buttons li {
            display: flex;
            align-items: center;
        }
        nav h2 {
            font-family: "Bebas Neue", sans-serif;
            font-weight: 400;
            font-size: 35px;
            margin: 0;
            color: #2646ff;
        }

        a {
            text-decoration: none;
            color: black;
            transition: 300ms ease-in-out;
        }

        a:hover {
            color: #2646ff;
        }




        #steelsiries
        {
            color: whitesmoke;
            
            background: url("stbg.png");
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;  
            height: 250px;
        }

        #steelsiries h1 {
            font-family: "Bebas Neue", sans-serif;
            font-weight: 400;
            margin: 0;
            text-transform: uppercase;
            letter-spacing: 3px;
            font-size: 60px;
            padding-top: 70px;
            text-align: center;
        }
        #titlesection {
            color: whitesmoke;
            background-color: #2646ff;
            height: 200px;
        }
        #titlesectionreverse{
            color: #2646ff;
            background-color: whitesmoke;
            height: 200px;
        }
        #titlesectionreverse h1 {
            font-family: "Bebas Neue", sans-serif;
            font-weight: 400;
            margin: 0;
            text-transform: uppercase;
            letter-spacing: 3px;
            font-size: 60px;
            padding-top: 70px;
            text-align: center;
            transition: 300ms ease-in-out;
        }
        #titlesection h1 {
            font-family: "Bebas Neue", sans-serif;
            font-weight: 400;
            margin: 0;
            text-transform: uppercase;
            letter-spacing: 3px;
            font-size: 60px;
            padding-top: 70px;
            text-align: center;
            transition: 300ms ease-in-out;
        }

        @media (max-width: 991px) {
            .nav-container { flex-direction: column !important; gap: 15px !important; }
            .header-logo, .header-menu-center, .header-actions-right { width: 100% !important; justify-content: center !important; }
            .row > div { width: 100% !important; } /* Kényszerített egymás alá rakás */
            .map-wrapper2 { min-height: 350px; margin-top: 30px; }
            .login-card { max-width: 100%; }
            .info-title-bar h2 { font-size: 1.5rem; }
            .info-content h3 { font-size: 1.2rem; }
            .register-card { max-width: 100%; box-shadow: none; border-radius: 0; }
            .register-wrapper { padding: 0; align-items: flex-start; }
            .category-section { padding: 30px 15px; }
            .category-image-wrapper { height: 180px; padding: 25px; }
            .category-title-bar h3 { font-size: 1.4rem; }
            .profile-sidebar { position: static; margin-top: 30px; }
            .profile-card-body { padding: 25px 15px; }
            .input-group { flex-direction: column; }
            .edit-btn { padding: 12px; }
        }

        /* MOBIL NÉZET (Egymás alá pakolás) */
        @media (max-width: 992px) {
            .ft-col {
                flex: 0 0 50%;
            }
        }

        @media (max-width: 600px) {
            .ft-col {
                flex: 0 0 100%;
                text-align: center;
            }
            .ft-heading {
                font-size: 1.8rem !important;
            }
            .map-wrapper {
                height: 250px;
            }
        }