/* ===== Jogi tájékoztató oldal ===== */

.legal-page {
min-height: auto;
padding: 4rem 2rem 5rem;
background: #f4f6f6;
}

/* ===== Fejléc ===== */

.legal-header {
max-width: 750px;
margin: 0 auto 3.5rem;
text-align: center;
}

.legal-header .section-label {
display: inline-block;
margin-bottom: 0.7rem;

color: #0f766e;
font-size: 0.8rem;
font-weight: 600;
letter-spacing: 2px;

}

.legal-header h1 {
margin-bottom: 1rem;

color: #222;
font-size: 2.2rem;
font-weight: 600;

}

.legal-header p {
color: #666;
line-height: 1.7;
}

/* ===== Jogi szekció ===== */

.legal-section {
max-width: 900px;
margin: 0 auto 2rem;

background: #fff;
border: 1px solid #e3e8e7;
border-radius: 12px;

box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);

overflow: hidden;

}

/* ===== Szekció fejléc ===== */

.legal-section-header {
display: flex;
align-items: center;
gap: 1rem;

padding: 1.5rem 2rem;

background: rgba(15, 118, 110, 0.035);
border-bottom: 1px solid #e3e8e7;

}

.legal-icon {
width: 48px;
height: 48px;

display: flex;
align-items: center;
justify-content: center;

flex-shrink: 0;

color: #0f766e;
background: rgba(15, 118, 110, 0.09);
border-radius: 50%;

font-size: 1rem;

}

.legal-label {
display: block;
margin-bottom: 0.15rem;

color: #0f766e;
font-size: 0.7rem;
font-weight: 600;
letter-spacing: 1.5px;

}

.legal-section-header h2 {
color: #222;
font-size: 1.3rem;
font-weight: 600;
}

/* ===== Tartalom ===== */

.legal-content {
padding: 2rem;
}

.legal-content p {
margin-bottom: 1.2rem;

color: #666;
font-size: 0.9rem;
line-height: 1.75;


}

.legal-content p:last-child {
margin-bottom: 0;
}

.legal-content strong {
color: #333;
font-weight: 600;
}

.legal-content a {
color: #0f766e;
text-decoration: none;
font-weight: 500;

transition: color 0.2s ease;

}

.legal-content a:hover {
color: #075e58;
text-decoration: underline;
}

/* ===== Mobil ===== */

@media (max-width: 800px) {

.legal-page {
    padding: 3rem 1rem 4rem;
}

.legal-header {
    margin-bottom: 2.5rem;
}

.legal-header h1 {
    font-size: 1.8rem;
}

.legal-header p {
    font-size: 0.9rem;
}

.legal-section {
    margin-bottom: 1.5rem;
}

.legal-section-header {
    padding: 1.3rem 1.4rem;
}

.legal-icon {
    width: 44px;
    height: 44px;
    font-size: 0.95rem;
}

.legal-section-header h2 {
    font-size: 1.1rem;
}

.legal-content {
    padding: 1.4rem;
}

.legal-content p {
    font-size: 0.85rem;
    line-height: 1.7;
}

}

/* ===== Kis mobil ===== */

@media (max-width: 500px) {

.legal-header h1 {
    font-size: 1.6rem;
}

.legal-section-header {
    gap: 0.8rem;
}

.legal-section-header h2 {
    font-size: 1rem;
}

.legal-content {
    padding: 1.2rem;
}

.legal-content p {
    font-size: 0.82rem;
}

}
