
html,
body{
    height:100%;
    margin:0;
}

body{
    min-height:100vh;
    display:flex;
    flex-direction:column;
    font-family:Arial,sans-serif;
    background:#f5f5f5;
    color:#333;
}


header {
    background:#1f6feb;
    color:white;
    padding:50px 20px;
    text-align:center; 
}

h1 {
    font-size:42px;
}

.kereso {
    background:white;
    max-width:700px;
    margin:-30px auto 30px;
    padding:30px;
    border-radius:15px;
    box-shadow:0 5px 20px rgba(0,0,0,0.1);
}

input, button {
    width:100%;
    padding:12px;
    margin:8px 0;
    box-sizing:border-box;
}

button {
    background:#1f6feb;
    color:white;
    border:none;
    cursor:pointer;
    font-size:18px;
}

.resz {
    max-width:900px;
    margin:auto;
    padding:20px;
}

.kartya {
    background:white;
    padding:25px;
    border-radius:10px;
    margin:20px 0;
}

footer{
    margin-top:auto;
    background:#222;
    color:white;
    text-align:center;
    padding:20px;
}



.hero {
    background: linear-gradient(135deg, #1f6feb, #0f9d58);
    color: white;
    padding: 20px 20px;
    text-align: center;
}

.hero-tartalom {
    max-width: 900px;
    margin: auto;
}

.hero h1 {
    font-size: 50px;
    margin-bottom: 10px;
}

.hero h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

.hero p {
    font-size: 18px;
    line-height: 1.6;
}

.szakmak {
    max-width:1100px;
    margin:40px auto;
    padding:20px;
    text-align:center;
}

.szakma-kartyak {
    display:flex;
    gap:20px;
    flex-wrap:wrap;
    justify-content:center;
}

.szakma-kartya {
    background:white;
    width:220px;
    padding:25px;
    border-radius:15px;
    box-shadow:0 5px 15px rgba(0,0,0,0.1);
}

.szakma-kartya h3 {
    color:#1f6feb;
}

.szakma-kartya p {
    font-size:15px;
}

.szakma-kartya {
    background:white;
    width:220px;
    padding:25px;
    border-radius:15px;
    box-shadow:0 8px 20px rgba(0,0,0,0.15);
    transition:0.3s;
    font-size:18px;
}

.szakma-kartya:hover {
    transform:translateY(-5px);
}

.szakma-kartya:first-letter {
    font-size:35px;
}

.miert {
    max-width:1100px;
    margin:40px auto;
    padding:20px;
    text-align:center;
}

.elonyok {
    display:flex;
    gap:20px;
    justify-content:center;
    flex-wrap:wrap;
}

.elonyelem {
    background:white;
    width:250px;
    padding:25px;
    border-radius:15px;
    box-shadow:0 8px 20px rgba(0,0,0,0.1);
}

.elonyelem h3 {
    color:#0f9d58;
}

.terkep {
    max-width:1100px;
    margin:40px auto;
    padding:20px;
    text-align:center;
}

.terkep-doboz {
    background:#eaf4ff;
    min-height:250px;
    border-radius:20px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    font-size:20px;
}

.terkep-doboz:first-letter {
    font-size:60px;
}

/* ---------- Kereső oldal ---------- */

.oldal-cim{
    text-align:center;
    margin-top:30px;
    color:#1f6feb;
}

.oldal-alcim{
    text-align:center;
    margin-bottom:30px;
    color:#555;
}

.kereso-form{
    max-width:700px;
    margin:30px auto;
    background:white;
    padding:30px;
    border-radius:15px;
    box-shadow:0 5px 20px rgba(0,0,0,.1);
}

.kereso-form select,
.kereso-form button{
    width:100%;
    padding:12px;
    margin-top:8px;
    margin-bottom:15px;
    border-radius:8px;
    border:1px solid #ccc;
    box-sizing:border-box;
}

.talalat-kartya{
    max-width:800px;
    margin:25px auto;
    background:white;
    padding:25px;
    border-radius:15px;
    box-shadow:0 5px 20px rgba(0,0,0,.1);
}

.talalat-kartya h2{
    margin-top:0;
}

.talalat-kartya a{
    color:#1f6feb;
    text-decoration:none;
    font-weight:bold;
}


.talalat-kartya a:hover{
    text-decoration:underline;
}


/* ----- Találati kártya fejléc ----- */

.kartya-fejlec{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:15px;
}

.kartya-fejlec h2{
    margin:0;
}

.ertekeles{
    background:#ffd54f;
    color:#333;
    padding:4px 10px;
    border-radius:20px;
    font-size:14px;
    font-weight:bold;
}

.talalat-kartya p{
    margin:10px 0;
    line-height:1.6;
}

.profil-gomb{
    display:inline-block;
    margin-top:15px;
    padding:12px 20px;
    background:#1f6feb;
    color:white !important;
    text-decoration:none;
    border-radius:10px;
    font-weight:bold;
    transition:0.3s;
}

.profil-gomb:hover{
    background:#0f5fd1;
} 

.profil-kartya{
    max-width:700px;
    margin:50px auto;
    background:white;
    padding:35px;
    border-radius:20px;
    box-shadow:0 8px 25px rgba(0,0,0,.12);
}

.profil-kartya h1{
    color:#1f6feb;
}

.profil-kartya h2{
    color:#0f9d58;
}

.hely{
    font-size:18px;
}

.bemutatkozas,
.kapcsolat{
    margin-top:30px;
    padding-top:20px;
    border-top:1px solid #eee;
}

.torles-gomb{
    background:#d93025;
    margin-left:10px;
}

.torles-gomb:hover{
    background:#b3261e;
}
.admin-kartya {

    max-width:600px;
    margin:40px auto;
    background:white;
    padding:35px;
    border-radius:15px;
    box-shadow:0 5px 20px rgba(0,0,0,0.1);

}


.admin-kartya h1 {

    text-align:center;
    color:#1f6feb;

}


.admin-kartya input,
.admin-kartya textarea {

    width:100%;
    padding:12px;
    border-radius:8px;
    border:1px solid #ccc;
    box-sizing:border-box;

}


.admin-kartya textarea {

    height:120px;

}


.admin-kartya button {

    margin-top:20px;
    border-radius:8px;

}
.kereso select,
.admin-kartya select {

    width:100%;
    padding:12px;
    margin:8px 0;
    box-sizing:border-box;
    border:1px solid #ccc;
    border-radius:8px;
    background:white;
    font-size:16px;

}
button {

    border-radius:8px;

}
.kereso input,
.kereso select {

    width:100%;
    padding:14px;
    margin:8px 0;
    border-radius:10px;
    border:1px solid #ddd;
    font-size:16px;
    box-sizing:border-box;

}
.profilkep{
    text-align:center;
    margin-bottom:15px;
}

.profilkep img{
    width:120px;
    height:120px;
    object-fit:cover;
    border-radius:50%;
    border:4px solid #2ecc71;
}
.ertekeles {
    background: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 15px;
    margin: 15px 0;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.ertekeles strong {
    font-size: 18px;
    color: #1f6feb;
}

.ertekeles p {
    margin: 8px 0;
}

.ertekeles small {
    color: #777;
}

.atlag-ertekeles {
    display: inline-block;
    background: #fff8d6;
    border: 1px solid #f1d36b;
    border-radius: 20px;
    padding: 8px 14px;
    margin: 10px 0 20px;
    font-weight: bold;
}
.ertekeles{
    display: inline-block;
    background: #fff8d6;
    color: #c48a00;
    font-weight: bold;
    padding: 6px 12px;
    border-radius: 20px;
    border: 1px solid #f1d36b;
    font-size: 14px;
}

.kartya-fejlec {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fejlec-bal{
    display:flex;
    align-items:center;
    gap:15px;
}

.nev-blokk h2{
    margin:0;
}

.talalat-kep{
    width:80px;
    height:80px;
    min-width:80px;
    border-radius:50%;
    object-fit:cover;
    border:3px solid #ddd;
}

@media (max-width: 768px){

    .kartya-fejlec{
        flex-direction:column;
        align-items:flex-start;
        gap:15px;
    }

    .fejlec-bal{
        width:100%;
    }

    .ertekeles{
        align-self:flex-start;
    }

    .talalat-kartya{
        margin:15px;
        padding:20px;
    }

    .profil-gomb{
        width:100%;
        text-align:center;
        box-sizing:border-box;
    }

}

.statisztika{
    display:flex;
    justify-content:center;
    gap:60px;
    padding:40px 20px;
    flex-wrap:wrap;
    background:#fff;
}

.stat{
    text-align:center;
}

.stat strong{
    display:block;
    font-size:40px;
    color:#1f6feb;
}

.stat span{
    color:#666;
    font-size:18px;
}

.navbar{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:15px 30px;
    background:#ffffff;
    box-shadow:0 2px 8px rgba(0,0,0,.08);
    position:sticky;
    top:0;
    z-index:1000;
}

.logo a{
    display: inline-flex;
    align-items: baseline;
    font-family: Arial, Helvetica, sans-serif;
    font-size:30px;
    font-weight:800;
    letter-spacing:-1.8px;
    text-decoration:none;
}

.logo-szaki { color:#075bd4; }
.logo-map { color:#009d80; }
.logo-jel {
    align-self:flex-start;
    position:relative;
    top:5px;
    width:8px;
    height:8px;
    margin:0 1px;
    border-radius:50%;
    background:#075bd4;
    color:transparent;
    letter-spacing:0;
}

.logo-jel::after {
    content:"";
    position:absolute;
    left:2px;
    top:7px;
    width:4px;
    height:7px;
    border-radius:0 0 4px 4px;
    background:#075bd4;
}

.menu{
    display:flex;
    gap:25px;
    list-style:none;
    margin:0;
    padding:0;
}

.menu a{
    color:#333;
    text-decoration:none;
    font-weight:600;
}

.menu a:hover{
    color:#1f6feb;
}

.felhasznalo{
    display:flex;
    align-items:center;
    gap:10px;
}

.felhasznalo a{
    text-decoration:none;
}

.profil-kep{
    width:200px;
    height:200px;
    border-radius:50%;
    object-fit:cover;
}

.auth-kartya{
    width:100%;
    max-width:450px;
    margin:50px auto;
    padding:30px;
    box-sizing:border-box;
    background:#fff;
    border-radius:12px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.auth-kartya h1{
    text-align:center;
    margin-bottom:25px;
}

.auth-kartya input{
    width:100%;
    padding:12px;
    margin-top:5px;
    margin-bottom:20px;
    box-sizing:border-box;
}

.auth-kartya button{
    width:100%;
}

.hiba-uzenet{
    color:#d32f2f;
    font-weight:bold;
    margin-bottom:15px;
}

.siker-uzenet{
    color:#2e7d32;
    font-weight:bold;
    margin-bottom:15px;
}

.udvozlo-kartya{
    max-width:700px;
    margin:20px auto 30px;
    padding:20px;
    background:#f5f9ff;
    border-left:5px solid #1f6feb;
    border-radius:10px;
}

.udvozlo-kartya h2{
    margin-top:0;
}

.udvozlo-kartya p{
    margin-bottom:0;
    line-height:1.6;
}

.hely-info{
    margin:12px 0;
    padding:12px;
    background:#f5f5f5;
    border-radius:8px;
    font-weight:600;
}

.elerheto-zold{
    color:#16a34a;
    font-weight:bold;
}

.elerheto-sarga{
    color:#d97706;
    font-weight:bold;
}

.elerheto-piros{
    color:#dc2626;
    font-weight:bold;
}

.hero-gomb{

    display:inline-block;
    margin-top:35px;
    padding:18px 42px;

    background:white;
    color:#1f6feb;

    text-decoration:none;
    font-size:22px;
    font-weight:bold;

    border-radius:12px;

    box-shadow:0 8px 25px rgba(0,0,0,.25);

    transition:0.3s;

}

.hero-gomb:hover{

    background:#f5f5f5;
    transform:translateY(-3px);

    box-shadow:0 12px 35px rgba(0,0,0,.35);

}

#map{
    height:550px;
    border-radius:12px;
    overflow:hidden;
    margin-top:20px;
}

.terkep-fejlec{

    display:flex;
    justify-content:space-between;
    align-items:center;

    margin:25px 0 15px;
}

.terkep-fejlec h2{

    margin:0;
}

#fullscreenMap{

    background:#1f6feb;
    color:#fff;

    border:none;

    padding:10px 18px;

    border-radius:10px;

    cursor:pointer;

    transition:.2s;
}

#fullscreenMap:hover{

    transform:translateY(-2px);

    box-shadow:0 8px 20px rgba(0,0,0,.2);
}

#map{

    height:75vh;

    border-radius:16px;

    overflow:hidden;

    box-shadow:0 12px 30px rgba(0,0,0,.15);
}

.kereso-layout{

    width:1200px;
    max-width:95%;
    margin:30px auto;

}

.talalatok-oldal{

    width:100%;
    max-width:900px;
    margin:auto;

}

.terkep-oldal{

    width:100%;

}

.terkep-oldal #map{

    width:100%;
    height:80vh;

}

@media(max-width:1000px){

    .kereso-layout{

        width:95%;

    }

    .talalatok-oldal{

        width:100%;
        max-width:100%;

    }

    .terkep-oldal #map{

        height:500px;

    }

}

    .kereso-layout{

        flex-direction:column;

    }

    .talalatok-oldal{

        width:100%;

        max-height:none;

        overflow:visible;

    }

    .terkep-oldal #map{

        height:500px;

    }


.kapcsolat{

    background:#fff;

    border-radius:12px;

    padding:20px;

    margin:25px 0;

    box-shadow:0 6px 20px rgba(0,0,0,.08);

}

.kapcsolat-sor{

    padding:12px 0;

    border-bottom:1px solid #ececec;

}

.kapcsolat-sor:last-child{

    border-bottom:none;

}

.kapcsolat-sor a{

    color:#1f6feb;

    text-decoration:none;

    font-size:18px;

    font-weight:600;

}

.kapcsolat-sor a:hover{

    text-decoration:underline;

}

.profil-fejlec{

    text-align:center;

    padding-bottom:25px;

    margin-bottom:30px;

    border-bottom:1px solid #e5e5e5;

}

.profil-fejlec h1{

    margin-top:15px;

    margin-bottom:8px;

}

.profil-fejlec h2{

    margin-bottom:12px;

}

.atlag-ertekeles{

    font-size:18px;

    margin-top:10px;

}

.informacio-kartya{

    width:720px;
    max-width:100%;

    margin:25px auto;

    background:#fff;

    border-radius:14px;

    padding:24px;

    box-sizing:border-box;

    box-shadow:0 8px 24px rgba(0,0,0,.08);

}

.profil-fejlec{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:25px;
    gap:20px;
}

.gomb{
    background:#1f6feb;
    color:#fff;
    text-decoration:none;
    padding:10px 18px;
    border-radius:8px;
    font-weight:bold;
}

.gomb:hover{
    background:#1859c9;
}

.siker-uzenet{
    background:#d4edda;
    color:#155724;
    border:1px solid #c3e6cb;
    padding:15px;
    border-radius:8px;
    margin:20px auto;
    max-width:900px;
    font-weight:bold;
}

.informacio-kartya textarea{
    width:100%;
    min-height:120px;
    padding:12px;
    border:1px solid #ccc;
    border-radius:0;
    box-sizing:border-box;
    resize:vertical;
}

.nincs-talalat{

    background:#fff;

    border-radius:12px;

    padding:40px;

    text-align:center;

    box-shadow:0 8px 20px rgba(0,0,0,.08);

    margin-bottom:20px;

}

.nincs-talalat h2{

    color:#2d6cdf;

    margin-bottom:10px;

}

.nincs-talalat p{

    color:#666;

}

.fiok-kartya{
    background:#fff;
    border-radius:12px;
    padding:25px;
    box-shadow:0 4px 12px rgba(0,0,0,.08);
    margin-top:20px;
}

.fiok-kartya h2{
    margin-top:0;
    color:#1f6feb;
}

.gomb{
    display:inline-block;
    background:#1f6feb;
    color:#fff;
    text-decoration:none;
    padding:12px 20px;
    border-radius:8px;
    margin-top:10px;
    margin-right:10px;
    font-weight:bold;
    transition:.2s;
}

.gomb:hover{
    background:#1557c0;
}

.admin-kartya{
    max-width:900px;
    margin:60px auto;
    padding:30px;
}

.fiok-kartya{
    background:#ffffff;
    border-radius:12px;
    padding:25px;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
}

.gomb{
    display:inline-block;
    background:#1f6feb;
    color:white;
    text-decoration:none;
    padding:12px 22px;
    border-radius:8px;
    font-weight:bold;
    transition:.2s;
}

.gomb:hover{
    background:#1658c7;
}

.fiok-menu{
    display:flex;
    justify-content:space-between;
    align-items:center;
    background:#f8f9fb;
    border:1px solid #e6e6e6;
    border-radius:12px;
    padding:20px;
    margin-top:18px;
    text-decoration:none;
    color:#222;
    transition:.25s;
}

.fiok-menu:hover{
    transform:translateY(-2px);
    box-shadow:0 8px 20px rgba(0,0,0,.08);
    border-color:#1f6feb;
}

.fiok-menu h3{
    margin:0 0 8px;
    color:#1f6feb;
}

.fiok-menu p{
    margin:0;
    color:#666;
}

.fiok-menu span{
    font-size:26px;
    color:#1f6feb;
    font-weight:bold;
}

.fiokom-oldal{
    min-height: calc(100vh - 220px);
}

.felhasznalo-menu{
    position:relative;
}

.profil-gomb{
    background:#1f6feb;
    color:#fff;
    border:none;
    padding:10px 16px;
    border-radius:8px;
    cursor:pointer;
    font-size:15px;
}

.profil-menu{
    display:none;
    position:absolute;
    right:0;
    top:45px;
    background:#fff;
    min-width:220px;
    border-radius:10px;
    box-shadow:0 8px 25px rgba(0,0,0,.15);
    overflow:hidden;
    z-index:1000;
}



.profil-menu a{
    display:block;
    padding:12px 16px;
    color:#333;
    text-decoration:none;
}

.profil-menu a:hover{
    background:#f5f5f5;
}

.profil-kartya{
    max-width:900px;
    margin:30px auto;
    background:#fff;
    padding:30px;
    border-radius:15px;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
}

.profil-kartya form{
    margin-top:20px;
}

.profil-kep{
    display:block;
    width:180px;
    height:180px;
    object-fit:cover;
    border-radius:50%;
    margin:0 auto 25px;
    border:5px solid #f0f0f0;
}

.profil-kartya label{
    display:block;
    font-weight:bold;
    margin-bottom:6px;
}

.profil-kartya input,
.profil-kartya select,
.profil-kartya textarea{
    width:100%;
    box-sizing:border-box;
    margin-bottom:18px;
}

.profil-kartya button{
    display:block;
    margin:30px auto 0;
}

.hero-kereso{
    max-width:650px;
    margin:35px auto 0;
    display:flex;
    flex-direction:column;
    gap:15px;
}

.hero-kereso input{
    width:100%;
    padding:16px 20px;
    font-size:18px;
    border:1px solid #ddd;
    border-radius:50px;
    outline:none;
    transition:.2s;
    box-sizing:border-box;
}

.hero-kereso input:focus{
    border-color:#1f6feb;
    box-shadow:0 0 0 4px rgba(31,111,235,.15);
}

.hero-kereso button{
    padding:16px;
    border:none;
    border-radius:50px;
    background:#1f6feb;
    color:#fff;
    font-size:18px;
    font-weight:bold;
    cursor:pointer;
    transition:.2s;
}

.hero-kereso button:hover{
    background:#1959c9;
}

.autocomplete{
    position:relative;
}

.autocomplete-lista{
    position:absolute;
    top:100%;
    left:0;
    right:0;
    background:#fff;
    border:1px solid #ddd;
    border-top:none;
    border-radius:0 0 15px 15px;
    box-shadow:0 10px 25px rgba(0,0,0,.12);
    z-index:1000;
    display:none;
    overflow:hidden;
}

.autocomplete-item{
    padding:14px 18px;
    cursor:pointer;
    transition:.15s;
    color:#222;
    background:#fff;
}
.autocomplete-item:hover{
    background:#f5f7fb;
}

.modern-kereso{
    display:flex;
    gap:15px;
    align-items:flex-start;
    justify-content:center;
    flex-wrap:wrap;
    margin:30px auto;
    max-width:1000px;
}

.modern-kereso .autocomplete{
    flex:1;
    min-width:280px;
}

.modern-kereso button{
    height:52px;
    padding:0 30px;
    border:none;
    border-radius:12px;
    background:#1f6feb;
    color:#fff;
    font-size:16px;
    font-weight:600;
    cursor:pointer;
    transition:.2s;
}

.modern-kereso button:hover{
    transform:translateY(-2px);
}

.modern-kereso input{
    width:100%;
}

.kapcsolo{

    display:flex;
    align-items:center;
    gap:8px;

    font-weight:600;

    margin-top:10px;

}

.kapcsolo input{

    width:18px;
    height:18px;

}

.orszagos-indulas{

    background:#fff;
    padding:70px 20px;

}

.orszag-container{

    max-width:1200px;
    margin:auto;
    text-align:center;

}

.orszag-container h2{

    font-size:38px;
    color:#2563eb;
    margin-bottom:20px;

}

.orszag-container p{

    max-width:700px;
    margin:0 auto 40px;
    line-height:1.8;
    color:#666;

}

#magyarorszag-terkep {
    max-width: 950px;
    margin: 50px auto;
}

#svg2 {
    width: 950px;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

#megye-info{

    max-width:700px;
    margin:30px auto;

    background:#fff;

    padding:25px;

    border-radius:15px;

    box-shadow:0 10px 25px rgba(0,0,0,.08);

    text-align:center;

}

#megye-info h3{

    margin-top:0;
    color:#1f6feb;

}

/* ===== Megye felugró ablak ===== */

.modal{

    display:none;

    position:fixed;

    left:0;
    top:0;

    width:100%;
    height:100%;

    background:rgba(0,0,0,.55);

    z-index:9999;

}

.modal-tartalom{

    background:#fff;

    width:90%;
    max-width:500px;

    margin:100px auto;

    border-radius:18px;

    padding:30px;

    position:relative;

    box-shadow:0 20px 50px rgba(0,0,0,.25);

}

#modal-bezar{

    position:absolute;

    top:15px;
    right:20px;

    font-size:32px;

    cursor:pointer;

}

#modal-adatok h3{

    margin-top:0;

    color:#1f6feb;

}

#modal-adatok button{

    width:100%;

    margin-top:20px;

}

.allapot{

    display:inline-block;

    padding:8px 18px;

    border-radius:30px;

    color:#fff;

    font-weight:bold;

    margin:15px 0;

}

.allapot-aktiv{

    background:#28a745;

}

.allapot-hamarosan{

    background:#ffc107;

    color:#222;

}

.allapot-fejlesztes{

    background:#6c757d;

    color:#fff;

}

.statisztika{

    margin:30px 0;

    text-align:center;

}

.statisztika .szam{

    display:block;

    font-size:42px;

    font-weight:bold;

    color:#1f6feb;

}
.hero-terkep {
    display: flex;
    justify-content: center;
    margin-top: 5px;
    width: 100%;
}


section {
    margin: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
    height: auto !important;
}

/* ================================
   TELEPÜLÉS KERESŐ
================================ */

.telepules-kereso {
    position: relative;
    width: 100%;
}

.telepules-kereso input {
    width: 100%;
    box-sizing: border-box;
}

/* Találati lista */

.telepules-talalatok {
    display: none;
    position: absolute;

    top: calc(100% + 5px);
    left: 0;
    right: 0;

    background: #ffffff;

    border: 1px solid #d9dee7;
    border-radius: 10px;

    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);

    max-height: 280px;
    overflow-y: auto;

    z-index: 99999;
}

/* Egy találat */

.telepules-talalat {
    padding: 11px 15px;

    font-size: 15px;
    color: #333;

    cursor: pointer;

    transition:
        background 0.15s ease,
        color 0.15s ease;
}

/* Első találat */

.telepules-talalat:first-child {
    border-radius: 10px 10px 0 0;
}

/* Utolsó találat */

.telepules-talalat:last-child {
    border-radius: 0 0 10px 10px;
}

/* Egér fölött */

.telepules-talalat:hover {
    background: #f0f6ff;
    color: #1f6feb;
}

/* Görgetősáv */

.telepules-talalatok::-webkit-scrollbar {
    width: 7px;
}

.telepules-talalatok::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 10px;
}

.telepules-talalatok::-webkit-scrollbar-thumb {
    background: #c5ccd6;
    border-radius: 10px;
}

.telepules-talalatok::-webkit-scrollbar-thumb:hover {
    background: #9da7b5;
}

/* ========================================
   MOBILNÉZET
======================================== */

@media (max-width: 768px) {

    /* ---------- FEJLÉC ---------- */

    .navbar {
        padding: 12px 15px;
        flex-wrap: wrap;
        gap: 12px;
    }

    .logo a {
        font-size: 24px;
    }

    .menu {
        gap: 14px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .menu a {
        font-size: 14px;
    }

    .felhasznalo {
        width: 100%;
        justify-content: center;
    }

    .profil-gomb {
        width: auto;
    }


    /* ---------- FŐOLDAL ---------- */

    .hero {
        padding: 30px 15px;
    }

    .hero h1,
    .hero h1 {
        font-size: 36px;
    }

    .hero h2 {
        font-size: 24px;
    }

    .hero p {
        font-size: 16px;
    }

    .hero-kereso {
        width: 100%;
        box-sizing: border-box;
        padding: 0 5px;
    }

    .hero-kereso input,
    .hero-kereso button {
        font-size: 16px;
    }


    /* ---------- ORSZÁG TÉRKÉP ---------- */

    #magyarorszag-terkep {
        width: 100%;
        max-width: 100%;
        margin: 25px auto;
        padding: 0 10px;
        box-sizing: border-box;
    }

    #svg2 {
        width: 100%;
        max-width: 100%;
        height: auto;
    }


    /* ---------- MEGYE MODAL ---------- */

    .modal-tartalom {
        width: calc(100% - 30px);
        max-width: none;
        box-sizing: border-box;

        margin: 50px auto;
        padding: 25px 20px;

        max-height: calc(100vh - 100px);
        overflow-y: auto;

        border-radius: 16px;
    }

    #modal-bezar {
        top: 10px;
        right: 12px;
        font-size: 28px;
    }

    #modal-adatok h3 {
        font-size: 22px;
        line-height: 1.3;
        padding-right: 25px;
        overflow-wrap: anywhere;
    }

    #modal-adatok p {
        line-height: 1.5;
        overflow-wrap: anywhere;
    }

    #modal-adatok button {
        width: 100%;
        box-sizing: border-box;
    }


    /* ---------- ÁLTALÁNOS KÁRTYÁK ---------- */

    .kereso,
    .kereso-form,
    .admin-kartya,
    .profil-kartya,
    .informacio-kartya {
        width: calc(100% - 30px);
        box-sizing: border-box;
    }

    .admin-kartya {
        margin: 30px auto;
        padding: 20px;
    }

    .profil-kartya {
        padding: 20px;
    }


    /* ---------- KERESŐ ---------- */

    .modern-kereso {
        width: calc(100% - 20px);
        box-sizing: border-box;
    }

    .modern-kereso .autocomplete {
        min-width: 0;
        width: 100%;
    }

    .talalat-kartya {
        width: calc(100% - 30px);
        box-sizing: border-box;
    }


    /* ---------- TÉRKÉP ---------- */

    .terkep-fejlec {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    #fullscreenMap {
        width: 100%;
    }

    .terkep-oldal #map {
        height: 500px;
        border-radius: 10px;
    }

}




/* KERESŐ ÉS TÉRKÉP KÖZÖTTI TÉRKÖZ */

@media (max-width: 768px) {

    .kereso-form.modern-kereso {
        margin-bottom: 45px !important;
    }

    .kereso-form.modern-kereso .kapcsolo {
        display: flex !important;
        align-items: center !important;
        min-height: 40px !important;
        height: 40px !important;
        margin: 0 !important;
        padding: 0 !important;
        white-space: nowrap !important;
    }

    .kereso-form.modern-kereso .kapcsolo input {
        width: 18px !important;
        height: 18px !important;
        min-width: 18px !important;
        min-height: 18px !important;
        margin: 0 8px 0 0 !important;
    }

    .terkep-oldal {
        margin-top: 0 !important;
    }

    .terkep-fejlec {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

}

/* ========================================
   MOBIL KERESŐMEZŐK - VÉGSŐ JAVÍTÁS
======================================== */

@media screen and (max-width: 768px) {

    form.modern-kereso > .autocomplete {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;

        flex: 0 0 100% !important;

        margin: 0 !important;
        padding: 0 !important;

        box-sizing: border-box !important;
    }

    form.modern-kereso > .autocomplete input {
        display: block !important;

        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;

        height: 48px !important;

        margin: 0 !important;
        padding: 10px 14px !important;

        box-sizing: border-box !important;

        font-size: 16px !important;
    }

}

@media screen and (max-width: 768px) {

    form.modern-kereso {
        padding-bottom: 25px !important;
        margin-bottom: 45px !important;
        box-sizing: border-box !important;
    }

}

@media screen and (max-width: 768px) {

    .modern-kereso input {
        border: 1px solid #999 !important;
        box-sizing: border-box !important;
    }

    .modern-kereso .autocomplete {
        margin-bottom: 12px !important;
    }

}

/* ========================================
   TELJES KÉPERNYŐS TÉRKÉP - JAVÍTÁS
======================================== */

.terkep-oldal:fullscreen {
    width: 100vw !important;
    height: 100vh !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #000 !important;
    box-sizing: border-box !important;
}

.terkep-oldal:fullscreen #map {
    width: 100% !important;
    height: 100vh !important;
    max-height: none !important;
    margin: 0 !important;
    border-radius: 0 !important;
}

/* Chrome */
.terkep-oldal:-webkit-full-screen {
    width: 100vw !important;
    height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #000 !important;
}

.terkep-oldal:-webkit-full-screen #map {
    width: 100% !important;
    height: 100vh !important;
    margin: 0 !important;
    border-radius: 0 !important;
}

/* =========================================
   SZAKIMAP - SZAKI PROFIL MOBIL
========================================= */

@media screen and (max-width: 768px) {

    .profil-kartya {
        width: calc(100% - 30px) !important;
        max-width: none !important;
        margin: 20px 15px !important;
        padding: 20px !important;
        box-sizing: border-box !important;
    }

    .profil-fejlec {
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px !important;
        box-sizing: border-box !important;
    }

    .profil-kep {
        width: 120px !important;
        height: 120px !important;
        margin: 0 auto 10px !important;
    }

    .profil-fejlec h1 {
        font-size: 26px !important;
        text-align: center !important;
        margin: 5px 0 !important;
    }

    .profil-fejlec h2 {
        font-size: 17px !important;
        text-align: center !important;
        margin: 0 !important;
    }

    .atlag-ertekeles {
        font-size: 14px !important;
        margin: 8px 0 !important;
    }

    .informacio-kartya {
        width: calc(100% - 30px) !important;
        max-width: none !important;
        margin: 20px 15px !important;
        padding: 20px !important;
        box-sizing: border-box !important;
    }

    .informacio-kartya input,
    .informacio-kartya textarea,
    .informacio-kartya select {
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .informacio-kartya button {
        width: 100% !important;
        box-sizing: border-box !important;
    }

    #map {
        width: 100% !important;
        height: 350px !important;
    }
}

@media (max-width: 600px) {

    .admin-kartya {
        width: calc(100% - 30px);
        max-width: none;
        margin: 25px auto;
        padding: 20px;
        box-sizing: border-box;
    }

    .admin-kartya input,
    .admin-kartya textarea,
    .admin-kartya select {
        width: 100%;
        box-sizing: border-box;
    }

    .admin-kartya button {
        width: 100%;
        box-sizing: border-box;
    }

}

/* ========================================
   RÓLUNK OLDAL
======================================== */

.rolunk-bevezeto {
    width: min(1000px, calc(100% - 30px));
    margin: 30px auto;
}

.rolunk-szoveg {
    background: white;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.08);
    text-align: center;
}

.rolunk-szoveg h2 {
    margin-top: 0;
    font-size: 28px;
}

.rolunk-szoveg p {
    max-width: 800px;
    margin: 12px auto;
    line-height: 1.7;
}


.resz {
    width: min(1000px, calc(100% - 30px));
    margin: 30px auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.resz .kartya {
    background: white;
    padding: 25px;
    border-radius: 16px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.08);
    text-align: center;
}

.resz .kartya h2 {
    margin: 10px 0;
}

.resz .kartya p {
    line-height: 1.6;
}

.rolunk-ikon {
    font-size: 38px;
}


.rolunk-szakemberek {
    width: min(900px, calc(100% - 30px));
    margin: 40px auto;
    padding: 35px;
    box-sizing: border-box;
    background: #1f6feb;
    color: white;
    border-radius: 18px;
    text-align: center;
}

.rolunk-szakemberek h2 {
    margin-top: 0;
    font-size: 28px;
}

.rolunk-szakemberek p {
    max-width: 700px;
    margin: 15px auto 25px;
    line-height: 1.7;
}

.rolunk-szakemberek .profil-gomb {
    display: inline-block;
    background: white;
    color: #1f6feb;
    text-decoration: none;
    padding: 12px 22px;
    border-radius: 8px;
    font-weight: bold;
}


.rolunk-hogyan {
    width: min(1000px, calc(100% - 30px));
    margin: 40px auto 60px;
    text-align: center;
}

.rolunk-hogyan h2 {
    font-size: 28px;
}

.folyamat {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 25px;
}

.folyamat-lepes {
    background: white;
    padding: 25px;
    border-radius: 16px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.08);
}

.folyamat-lepes strong {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #1f6feb;
    color: white;
    font-size: 20px;
}

.folyamat-lepes p {
    line-height: 1.6;
}


/* MOBIL */
@media screen and (max-width: 768px) {

    .rolunk-szoveg {
        padding: 22px 18px;
    }

    .rolunk-szoveg h2 {
        font-size: 23px;
    }

    .resz {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .resz .kartya {
        padding: 22px 18px;
    }

    .rolunk-szakemberek {
        padding: 28px 18px;
    }

    .rolunk-szakemberek h2 {
        font-size: 24px;
    }

    .rolunk-szakemberek .profil-gomb {
        width: 100%;
        box-sizing: border-box;
    }

    .folyamat {
        grid-template-columns: 1fr;
        gap: 15px;
    }

}

/* =========================
   KAPCSOLAT OLDAL
========================= */

.kapcsolat-oldal {
    max-width: 1000px;
    margin: 30px auto;
    padding: 0 20px 50px;
}

.kapcsolat-fejlec {
    text-align: center;
    margin-bottom: 50px;
}

.kapcsolat-fejlec h1 {
    color: #1f6feb;
    font-size: 38px;
    margin-bottom: 12px;
}

.kapcsolat-fejlec p {
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.6;
}

.kapcsolat-tartalom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin-bottom: 45px;
}

.kapcsolat-kartya {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.kapcsolat-kartya h2 {
    margin-top: 0;
    color: #1f6feb;
}

.kapcsolat-adat p {
    margin: 20px 0;
    line-height: 1.5;
}

.kapcsolat-adat a {
    color: #1f6feb;
    text-decoration: none;
}

.kapcsolat-kartya form {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.kapcsolat-kartya label {
    font-weight: bold;
    margin-top: 8px;
}

.kapcsolat-kartya input,
.kapcsolat-kartya textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 15px;
}

.kapcsolat-kartya textarea {
    resize: vertical;
}

.kapcsolat-kartya button {
    margin-top: 12px;
    padding: 13px;
    border: none;
    border-radius: 8px;
    background: #1f6feb;
    color: white;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}

.kapcsolat-kartya button:hover {
    opacity: 0.9;
}


/* CSAPAT */

.csapat-bemutato {
    background: white;
    border-radius: 15px;
    padding: 35px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.csapat-bemutato h2 {
    text-align: center;
    color: #1f6feb;
    margin-top: 0;
    font-size: 30px;
}

.csapat-bemutato > p {
    max-width: 700px;
    margin: 0 auto 30px;
    text-align: center;
    line-height: 1.6;
}

.csapat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.csapat-tag {
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 20px;
    background: #fafafa;
}

.csapat-tag span {
    display: block;
    color: #1f6feb;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 8px;
}

.csapat-tag strong {
    display: block;
    font-size: 17px;
    margin-bottom: 8px;
}

.csapat-tag p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #555;
}


/* MOBIL */

@media (max-width: 700px) {

    .kapcsolat-oldal {
        margin: 20px auto;
        padding: 0 10px 35px;
    }

    .kapcsolat-fejlec h1 {
        font-size: 30px;
    }

    .kapcsolat-fejlec {
        margin-bottom: 25px;
    }

    .kapcsolat-tartalom {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-bottom: 30px;
    }

    .kapcsolat-kartya {
        padding: 22px;
    }

    .kapcsolat-kartya h2 {
        font-size: 21px;
    }

    .csapat-bemutato {
        padding: 22px;
    }

    .csapat-bemutato h2 {
        font-size: 25px;
    }

    .csapat-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .csapat-tag {
        padding: 17px;
    }

}

/* =========================
   FOOTER
========================= */

footer {
    margin-top: 50px;
    padding: 30px 20px;
    background: #1f2937;
    color: white;
    text-align: center;
}

.footer-tartalom {
    max-width: 1000px;
    margin: 0 auto;
}

.footer-linkek {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.footer-linkek a {
    color: white;
    text-decoration: none;
    font-size: 14px;
}

.footer-linkek a:hover {
    text-decoration: underline;
}

.footer-tartalom p {
    margin: 6px 0;
}

.footer-beta {
    font-size: 12px;
    opacity: 0.7;
}


/* MOBIL */

@media screen and (max-width: 600px) {

    footer {
        padding: 25px 15px;
    }

    .footer-linkek {
        flex-direction: column;
        gap: 12px;
    }

}

/* ==============================
   OLDAL MAGASSÁG + FOOTER
   ============================== */

html,
body {
    min-height: 100%;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

footer {
    margin-top: auto;
}

/* =========================
   SZAKIMAP KEZDŐLAP – 2026
========================= */
.index-oldal { background: #f5f8fc; padding-bottom: 44px; }
.szakimap-hero { overflow: hidden; background: linear-gradient(120deg, #0756d8 0%, #0879cf 48%, #00a27d 100%); color: #fff; padding: 72px 20px 112px; position: relative; }
.szakimap-hero::after { content: ""; position: absolute; left: -8%; right: -8%; bottom: -78px; height: 140px; border-radius: 50% 50% 0 0; background: #f5f8fc; }
.szakimap-hero-belso { max-width: 1180px; min-height: 350px; margin: 0 auto; display: grid; grid-template-columns: 1.05fr .95fr; gap: 36px; align-items: center; position: relative; z-index: 1; }
.hero-felirat { margin: 0 0 12px; font-size: 12px; font-weight: 800; letter-spacing: .12em; opacity: .86; }
.szakimap-hero h1 { max-width: 650px; margin: 0; font-size: clamp(38px, 5vw, 64px); line-height: 1.06; letter-spacing: -.045em; }
.szakimap-hero h1 span { color: #b9ffef; }
.hero-leiras { max-width: 540px; font-size: 19px; line-height: 1.55; margin: 22px 0; color: rgba(255,255,255,.93); }
.hero-bizalom { display: flex; flex-wrap: wrap; gap: 12px 22px; font-weight: 700; font-size: 14px; }
.szakimap-hero-latvany { position: relative; height: 370px; min-width: 0; }
.hero-terkep-hatter { position: absolute; inset: 16px 5% 12px 24%; border-radius: 48% 52% 42% 58%; background: rgba(255,255,255,.16); filter: blur(1px); }
.szakimap-hero-latvany > img { position: absolute; width: 76%; right: -2%; top: 14%; opacity: .62; filter: brightness(0) invert(1) drop-shadow(0 14px 20px rgba(0,0,0,.18)); }
.hero-kereses-minta { position: absolute; z-index: 2; top: 2px; left: 9%; width: min(285px, 68%); padding: 23px; background: #fff; color: #173151; border-radius: 22px; box-shadow: 0 24px 50px rgba(0,27,68,.32); transform: rotate(-3deg); }
.minta-fejlec { display: grid; gap: 5px; font-size: 20px; color: #075bd4; margin-bottom: 18px; }
.minta-fejlec small { color: #526477; font-size: 12px; font-weight: 600; }
.minta-mezo { margin: 9px 0; padding: 12px; border: 1px solid #dbe3ec; border-radius: 9px; color: #657487; font-size: 12px; background: #fff; }
.minta-gomb { margin-top: 15px; padding: 12px; border-radius: 9px; text-align: center; font-weight: 800; color: #fff; background: linear-gradient(90deg, #075bd4, #009b81); }
.terkep-jel { position: absolute; z-index: 3; font-size: 34px; color: #00c596; text-shadow: 0 3px 8px rgba(0,0,0,.3); }
.jel-1 { right: 17%; top: 21%; }.jel-2 { right: 39%; top: 47%; color: #176be2; }.jel-3 { right: 8%; top: 60%; }.jel-4 { right: 49%; top: 73%; }
.kereso-form.modern-kereso { position: relative; z-index: 3; max-width: 1040px; margin: -72px auto 25px; padding: 22px; border: 1px solid #e1e9f2; border-radius: 18px; background: #fff; box-shadow: 0 18px 42px rgba(21,52,94,.14); }
.kereso-form.modern-kereso input { min-height: 50px; border: 1px solid #d4dfeb; border-radius: 10px; background: #fff; }
.kereso-form.modern-kereso button { min-height: 50px; border-radius: 10px; background: linear-gradient(90deg, #075bd4, #008e82); box-shadow: none; }
.kereso-form.modern-kereso .kapcsolo { color: #31516c; font-weight: 700; }
.szakimap-elony-sor { max-width: 1040px; margin: 0 auto 34px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding: 0 20px; }
.szakimap-elony-sor > div { display: flex; align-items: center; gap: 13px; padding: 18px; background: #fff; border-radius: 13px; border: 1px solid #e3ebf4; box-shadow: 0 7px 20px rgba(30,62,94,.06); }
.szakimap-elony-sor span { display: grid; place-items: center; flex: 0 0 42px; width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(135deg, #0964dc, #00a786); color: #fff; font-weight: 900; font-size: 23px; }
.szakimap-elony-sor p { display: grid; gap: 3px; margin: 0; color: #607085; font-size: 13px; line-height: 1.35; }.szakimap-elony-sor strong { color: #15345d; font-size: 15px; }
@media (max-width: 780px) { .szakimap-hero { padding: 48px 20px 98px; }.szakimap-hero-belso { grid-template-columns: 1fr; }.szakimap-hero-latvany { height: 245px; margin: 0 -15px; }.hero-kereses-minta { left: 13%; transform: rotate(-2deg) scale(.88); transform-origin: left top; }.szakimap-hero-latvany > img { width: 72%; top: 7%; }.kereso-form.modern-kereso { margin: -63px 15px 24px; }.szakimap-elony-sor { grid-template-columns: 1fr; padding: 0 15px; } }

/* =========================
   RÓLUNK OLDAL
========================= */

.rolunk-oldal {
    background: #f5f7fa;
}


/* HERO */

.rolunk-hero {
    background: linear-gradient(135deg, #1f6feb, #12a36d);
    color: white;
    padding: 70px 20px;
    text-align: center;
}

.rolunk-hero-tartalom {
    max-width: 900px;
    margin: 0 auto;
}

.rolunk-hero h1 {
    margin: 0 0 15px;
    font-size: 48px;
}

.rolunk-hero p {
    margin: 0;
    font-size: 23px;
    font-weight: 500;
}


/* KÖZÖS TARTALOM */

.rolunk-tartalom {
    max-width: 1000px;
    margin: 0 auto;
    padding: 65px 20px;
}

.rolunk-tartalom h2 {
    text-align: center;
    color: #1f6feb;
    font-size: 32px;
    margin: 0 0 25px;
}

.rolunk-tartalom p {
    max-width: 850px;
    margin: 0 auto 15px;
    line-height: 1.7;
    font-size: 17px;
    color: #444;
}


/* BEMUTATKOZÁS */

.rolunk-bemutatkozas {
    background: white;
}

.kiemelt-szoveg {
    font-size: 20px !important;
    font-weight: 500;
    text-align: center;
}


/* CÉL */

.rolunk-cel {
    background: #f5f7fa;
}


/* MIÉRT SZAKIMAP */

.miert-szakimap {
    background: white;
    padding-bottom: 10px;
}

.miert-kartyak {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-top: 40px;
}

.miert-kartya {
    background: white;
    border-radius: 14px;
    padding: 30px 25px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e9edf2;
}

.miert-ikon {
    font-size: 38px;
    margin-bottom: 15px;
}

.miert-kartya h3 {
    margin: 0 0 12px;
    font-size: 21px;
    color: #1f6feb;
}

.miert-kartya p {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}


/* SZAKEMBER BLOKK */

.szakember-blokk {
    background: #eef5ff;
    padding: 70px 20px;
    text-align: center;
}

.szakember-blokk-tartalom {
    max-width: 750px;
    margin: 0 auto;
}

.szakember-blokk h2 {
    margin: 0 0 20px;
    color: #1f6feb;
    font-size: 32px;
}

.szakember-blokk p {
    margin: 0 auto 30px;
    font-size: 17px;
    line-height: 1.7;
    color: #444;
}

.rolunk-gomb {
    display: inline-block;
    background: #1f6feb;
    color: white;
    text-decoration: none;
    padding: 13px 30px;
    border-radius: 8px;
    font-weight: 600;
    transition: 0.2s;
}

.rolunk-gomb:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}


/* ZÁRÓ RÉSZ */

.rolunk-zaro {
    background: white;
    text-align: center;
    padding: 60px 20px;
}

.rolunk-zaro h2 {
    margin: 0 0 10px;
    font-size: 30px;
    color: #222;
}

.rolunk-zaro p {
    margin: 0;
    font-size: 19px;
    color: #1f6feb;
    font-weight: 600;
}


/* MOBIL */

@media (max-width: 768px) {

    .rolunk-hero {
        padding: 50px 20px;
    }

    .rolunk-hero h1 {
        font-size: 38px;
    }

    .rolunk-hero p {
        font-size: 19px;
    }

    .rolunk-tartalom {
        padding: 50px 20px;
    }

    .miert-kartyak {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .miert-kartya {
        padding: 25px 20px;
    }

}

/* =========================
   HEADER - BEJELENTKEZÉS
========================= */

.belepes-regisztracio {
    display: flex;
    align-items: center;
    gap: 10px;
}


/* Bejelentkezés */

.belepes-gomb {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 9px 17px;

    border: 1px solid #1f6feb;
    border-radius: 9px;

    background: white;
    color: #1f6feb;

    text-decoration: none;
    font-weight: 600;
    font-size: 14px;

    transition: all 0.2s ease;
}

.belepes-gomb:hover {
    background: #eef5ff;
    transform: translateY(-1px);
}


/* Regisztráció */

.regisztracio-gomb {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 9px 18px;

    border-radius: 9px;

    background: #1f6feb;
    color: white;

    text-decoration: none;
    font-weight: 600;
    font-size: 14px;

    box-shadow: 0 3px 10px rgba(31,111,235,0.20);

    transition: all 0.2s ease;
}

.regisztracio-gomb:hover {
    background: #185dcc;
    transform: translateY(-1px);
    box-shadow: 0 5px 14px rgba(31,111,235,0.28);
}

/* =========================
   MOBIL – KERESÉS OLDAL
========================= */

@media (max-width: 768px) {

    .kereso-hero {
        position: relative;
        z-index: 1;
    }

    .kereso-tartalom {
        position: relative;
        z-index: 2;
        margin-top: 25px;
    }

}

/* =========================================
   FELHASZNÁLÓI MENÜ – VÉGLEGES
========================================= */

.felhasznalo-menu {
    position: relative;
    z-index: 9999;
}

.profil-gomb {
    width: auto !important;
    margin: 0 !important;
    padding: 10px 16px !important;

    background: #1f6feb;
    color: white;

    border: none;
    border-radius: 8px;

    cursor: pointer;
    font-family: inherit;
    font-size: 15px;
    font-weight: 600;

    white-space: nowrap;
}

.profil-menu {
    display: none;

    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: auto;

    width: 230px;
    min-width: 230px;

    background: #fff;

    border-radius: 12px;

    box-shadow: 0 10px 30px rgba(0,0,0,.18);

    padding: 8px 0;

    z-index: 99999;
}

.profil-menu.profil-menu-aktiv {
    display: block;
}

.profil-menu a {
    display: block;

    padding: 13px 18px;

    color: #1f2937;
    text-decoration: none;

    font-size: 15px;
    font-weight: 500;

    white-space: nowrap;
}

.profil-menu a:hover {
    background: #f1f5f9;
    color: #1f6feb;
}


/* =========================================
   MOBIL
========================================= */

@media (max-width: 768px) {

    .felhasznalo-menu {
        position: relative;
        z-index: 99999;
    }

    .profil-gomb {
        width: auto !important;
    }

    .profil-menu {
        width: 220px;
        min-width: 0;

        right: 0;
        left: auto;

        top: calc(100% + 6px);
    }

}

@media (max-width: 480px) {

    .profil-menu {
        width: min(220px, calc(100vw - 30px));
    }

}

/* ===== PROFIL MENÜ VÉGLEGES ===== */

.felhasznalo-menu {
    position: relative;
    z-index: 99999;
}

.profil-gomb {
    position: relative;
    z-index: 100000;
}

.profil-menu {
    display: none;
    position: fixed !important;

    width: 230px !important;
    min-width: 230px !important;

    background: #fff;
    border-radius: 12px;

    padding: 8px 0;
    margin: 0;

    box-shadow: 0 10px 30px rgba(0,0,0,.18);

    z-index: 999999 !important;

    overflow: hidden;
}

.profil-menu.profil-menu-aktiv {
    display: block !important;
}

.profil-menu a {
    display: block;
    padding: 13px 18px;

    color: #1f2937;
    text-decoration: none;

    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
}

.profil-menu a:hover {
    background: #f1f5f9;
    color: #1f6feb;
}

@media (max-width: 768px) {

    .profil-menu {
        width: 220px !important;
        min-width: 220px !important;
        max-width: calc(100vw - 20px) !important;
    }

}

/* =========================================
   FELHASZNÁLÓI GOMBOK - ÚJ VERZIÓ
========================================= */

.felhasznalo-menu {
    display: flex;
    align-items: center;
}

.felhasznalo-gombok {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Felhasználó neve */

.felhasznalo-nev {
    display: flex;
    align-items: center;
    justify-content: center;

    padding: 10px 16px;

    background: #1f6feb;
    color: white;

    border-radius: 9px;

    font-size: 15px;
    font-weight: 600;

    white-space: nowrap;
}

/* Fiókom */

.fiokom-gomb {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 10px 16px;

    background: white;
    color: #1f6feb;

    border: 1px solid #1f6feb;
    border-radius: 9px;

    text-decoration: none;

    font-size: 15px;
    font-weight: 600;

    white-space: nowrap;

    transition: 0.2s;
}

.fiokom-gomb:hover {
    background: #eef5ff;
    transform: translateY(-1px);
}

/* Kijelentkezés */

.kilepes-gomb {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 10px 16px;

    background: #f5f5f5;
    color: #333;

    border: 1px solid #ddd;
    border-radius: 9px;

    text-decoration: none;

    font-size: 15px;
    font-weight: 600;

    white-space: nowrap;

    transition: 0.2s;
}

.kilepes-gomb:hover {
    background: #eeeeee;
    transform: translateY(-1px);
}


/* =========================================
   MOBIL
========================================= */

@media (max-width: 768px) {

    .felhasznalo-menu {
        width: 100%;
        display: flex;
        justify-content: flex-start;
    }

    .felhasznalo-gombok {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .felhasznalo-nev {
        flex: 1 1 100%;
        justify-content: flex-start;
        box-sizing: border-box;
    }

    .fiokom-gomb,
    .kilepes-gomb {
        flex: 1;
        box-sizing: border-box;
        min-width: 0;
    }

}

/* =========================================
   FOOTER FIX
========================================= */

body {
    min-height: 100vh;
}

body > footer {
    position: relative;
    margin-top: auto !important;
}

/* =========================================
   TÖBB SZAKMA
========================================= */

.szakma-sor {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 10px;
}

.szakma-kereso {
    flex: 1;
}

.szakma-plusz,
.szakma-torles {
    width: 44px !important;
    height: 44px;
    padding: 0 !important;
    margin: 0 !important;

    border-radius: 8px;
    border: 1px solid #1f6feb;

    font-size: 24px;
    font-weight: 600;

    cursor: pointer;
}

.szakma-plusz {
    background: #1f6feb;
    color: white;
}

.szakma-torles {
    background: white;
    color: #1f6feb;
}

.szakma-plusz:hover {
    background: #185dcc;
}

.szakma-torles:hover {
    background: #eef5ff;
}

/* =========================================
   SZAKEMBER PROFIL TÖRLÉSE
========================================= */

.profil-torles {
    margin-top: 30px;
}

.profil-torles h2 {
    color: #d93025;
}

.profil-torles-gomb {
    background: #d93025 !important;
    color: white !important;
    border: none;
}

.profil-torles-gomb:hover {
    background: #b3261e !important;
}
