body {
            margin: 0;
            padding: 0;
            font-family: 'Segoe UI', Arial, sans-serif;
            background: #fafbfc;
            font-size: 1.0em;
            color: #232629;
        }
        .container {
            display: flex;
            justify-content: center;
            padding: 40px 20px;
        }
        .content {
            max-width: 800px;
            width: 100%;
            line-height: 1.8;
            background: #fff;
            border-radius: 12px;
            box-shadow: 0 2px 12px rgba(0,0,0,0.04);
            border: 1px solid #ececec;
            padding: 32px 28px;
            position: relative;
        }
        header {
            border-bottom: 2px solid #e0e4e7;
            margin-bottom: 2em;
            padding-bottom: 0.7em;
            text-align: center;
        }
        a {
            text-decoration: none;
            color: #3353aa;
        }
        header p { text-align: center; }
        h1 {
            font-size: 2.3em;
            font-weight: 700;
            margin: 0 0 0.3em 0;
        }
        h2 {
            margin-top: 2em;
            font-size: 1.4em;
            border-bottom: 1px solid #dde0e2;
            padding-bottom: 0.2em;
            font-weight: 600;
            color: #283a4d;
        }
        ul {
            margin: 1em 0 1em 1.4em;
        }
        li {
            margin-bottom: 0.4em;
        }
        li a {
            display: block;
            width: 100%;
            height: 100%;
            padding: 0.6em 1em;   /* hogy kényelmes legyen kattintani */
            box-sizing: border-box;
            text-decoration: none;
        }
        blockquote {
            margin: 1.5em 0;
            padding: 1em 1.3em;
            background: #f4f7fa;
            border-left: 4px solid #4287f6;
            font-style: italic;
            color: #233a52;
        }
        .motto {
            margin-top: 2.5em;
            font-weight: 600;
            font-size: 1.1em;
            color: #36495c;
            background: #f2f2f7;
            padding: 1.2em 1em;
            border-radius: 7px;
            border-left: 4px solid #abb8c3;
        }
        p {
            text-align: justify;
        }
        ul, ol {
            padding-left: 1.2em;
            list-style: none;
            text-align: left;
        }
        ul li::before {
            content: "—  ";
            color: #555;
        }
        blockquote {
            margin: 1em 0;
            padding: 0.5em 1em;
            border-left: 4px solid #999;
            background: #f9f9f9;
        }
        .menu-bar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 28px;
            border-bottom: 1px solid #ececec;
            padding-bottom: 10px;
            position: relative;
        }
        .menu-bar ul li::before {
            content: none;
        }
        .menu-left {
            display: flex;
            gap: 0;
        }
        .menu-link {
            text-decoration: none;
            color: #3353aa;
            font-weight: normal;
            font-size: 1em;
            transition: color .15s;
            padding: 0 10px;
            position: relative;
        }
        .menu-link:hover {
            color: #223366;
            text-decoration: underline;
        }
        .menu-link:not(:last-child)::after {
            content: " |";
            color: #b0b7c9;
            font-weight: normal;
            padding-left: 10px;
            padding-right: 0;
        }
        .menu-right {
            display: flex;
            align-items: center;
            gap: 10px;
            position: relative;
        }
        .lang-switch {
            display: flex;
            align-items: center;
            font-weight: normal;
            color: #3353aa;
            font-size: 1em;
            text-decoration: none;
            padding: 2px 10px;
            border-radius: 4px;
            transition: background 0.2s;
            gap: 4px;
            position: relative;
            z-index: 11;
            background: none;
            border: none;
            cursor: pointer;
        }
        .lang-switch:hover, .lang-switch.active {
            background: #eef3fa;
            text-decoration: underline;
        }
        .lang-arrow {
            font-size: 1em;
            margin-left: 2px;
            color: #3353aa;
            font-weight: normal;
        }
        .lang-popup {
            position: absolute;
            top: 120%;
            right: 0;
            background: #fff;
            border: 1px solid #ddd;
            box-shadow: 0 4px 16px rgba(0,0,0,0.10);
            border-radius: 8px;
            padding: 10px 18px;
            z-index: 20;
            min-width: 180px;
            display: none;
            max-height: 360px;
            overflow-y: auto;
        }
        .lang-popup ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .lang-popup li {
            padding: 4px 0;
            font-size: 1em;
            cursor: pointer;
            color: #222;
            transition: background 0.15s;
        }
        .lang-popup li:hover {
            background: #f0f3f9;
            color: #3353aa;
            border-radius: 3px;
        }
        /* --- Mobilos dizájn --- */
        @media (max-width: 600px) {
            .container {
                padding: 0px;
            }
            .menu-bar {
                flex-direction: row;
                align-items: flex-start;

                padding-bottom: 0;
                gap: 0;
            }
            .menu-left {
                flex-direction: column;
                width: auto;
                gap: 0;
                margin-bottom: 0;
            }
            .menu-link {
                padding: 8px 0 0 0;
                font-size: 1em;
                display: block;
                border: none;
                text-align: left;
            }
            .menu-link:not(:last-child)::after {
                content: '';
                display: none;
            }
            .menu-right {
                align-items: flex-start;
                align-self: flex-start;
                margin-left: auto;
                margin-top: 0;
                gap: 0;
            }
            h1 {
                font-size: 1.5em;
                line-height: 1.18;
            }
            h2 {
                font-size: 1.14em;
            }
        }
        @media (max-width: 900px) {
            .content {
                padding: 16px 6vw;
            }
            .lang-popup {
                min-width: 120px;
            }
        }