/* ═══════════════════════════════════════════════════════════
   pages.css — Oldal-specifikus stílusok (rolunk, kezdolap, kapcsolat)
   Korábbi: rolunk.css, kezdolap.css, kapcsolat.css, auth.css
   ═══════════════════════════════════════════════════════════ */

/* ── Rólunk / Kapcsolat / Árlista közös box ────────────────── */
.rolunk-box {
    background-image: linear-gradient(to bottom, #1a1a1a 0%, rgba(0,0,0,0) 20%, #1a1a1a),
                      url(../img/bg_rolunk2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.rolunk-cim {
    margin-top: 100px;
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.8);
}

.rolunk-szoveg-box {
    margin-top: 50px;
    width: 100%;
    height: auto;
    backdrop-filter: blur(5px);
    padding: 50px 0;
    background-color: rgba(0,0,0,0.2);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.rolunk-szoveg {
    width: 50%;
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
    text-align-last: center;
    margin: 0 auto;
}

.rolunk-alcim {
    font-weight: bold;
    font-size: 22px;
}

.rolunk-gomb {
    margin-top: 10px;
    padding: 20px 50px;
    box-shadow: 5px 5px 25px rgba(0,0,0,0.2);
    background-color: rgba(255,255,255,0.1);
    border-radius: 10px;
}

/* ── Galéria képek ─────────────────────────────────────────── */
.rolunk-kep-box {
    margin: 50px auto;
}

.rolunk-kep {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    border: 7px solid rgba(0,0,0,0.2);
    border-radius: 8px;
    background: #111;
}

/* ── Kapcsolat ─────────────────────────────────────────────── */
.kapcsolat-alcim {
    font-weight: bold;
    font-size: 22px;
    width: 100%;
    padding: 20px 0;
    box-shadow: 5px 5px 25px rgba(0,0,0,0.2);
    background-color: rgba(255,255,255,0.04);
}

/* ── Kezdőlap boxok ────────────────────────────────────────── */
.foglalas-box {
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0.7)),
                      url(../img/bg_rolunk.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    padding: 60px 100px;
    color: #fff;
    border-radius: 15px;
    box-shadow: 5px 5px 65px rgba(0,0,0,0.7);
    margin-bottom: 120px;
}

.foglalas-box .foglalas-cim {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.foglalas-gomb {
    margin-top: 20px;
    border-radius: 5px;
    padding: 10px 50px;
    color: #1a1a1a;
    background-color: #fff;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 5px 5px 25px rgba(0,0,0,0.2);
}

.foglalas-gomb:hover {
    background-color: #dfdfdf;
    color: #505050;
    transition: 0.2s;
}

/* ── Reszponzív ────────────────────────────────────────────── */
@media (max-width: 996px) {
    .foglalas-box {
        padding: 40px 20px;
    }
    .foglalas-cim, .foglalas-gomb {
        text-align: center;
    }
    .rolunk-cim {
        font-size: 35px;
        margin-top: 70px;
    }
    .rolunk-szoveg {
        width: 90%;
        font-size: 14px;
    }
    .rolunk-alcim {
        font-size: 18px;
        padding: 0 16px;
    }
    .rolunk-szoveg-box {
        padding: 30px 16px;
    }
    .rolunk-kep {
        height: 220px;
        margin-bottom: 10px;
    }
    .rolunk-kep-box {
        margin: 20px auto;
        padding: 0 10px;
    }
    .kapcsolat-alcim {
        font-size: 16px;
        padding: 14px 10px;
    }
}
