/* --- Adatvédelmi oldal alapstílus --- */
.privacy {
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem 1.5rem;
    line-height: 1.65;
    color: #2d2d2d;
    background: #fff;
}

.privacy h1 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: #c21c24;
    text-align: center;
    font-weight: 700;
}

.privacy h2 {
    margin-top: 2rem;
    margin-bottom: 0.7rem;
    color: #1b1b1b;
    font-size: 1.4rem;
    border-left: 4px solid #c21c24;
    padding-left: 0.6rem;
    font-weight: 600;
}

.privacy p {
    margin-bottom: 1rem;
    color: #333;
    font-size: 1.05rem;
}

.privacy ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 1.5rem;
}

.privacy ul li {
    padding-left: 1.4rem;
    margin-bottom: 0.5rem;
    position: relative;
    color: #444;
    font-size: 1.05rem;
}

.privacy ul li::before {
    content: "✔";
    color: #c21c24;
    position: absolute;
    left: 0;
    font-size: 1rem;
}

/* Linkek */
.privacy a {
    color: #c21c24;
    font-weight: 600;
    text-decoration: none;
}

.privacy a:hover {
    text-decoration: underline;
}

/* Frissítési dátum */
.update-date {
    margin-top: 2.5rem;
    font-size: 0.9rem;
    opacity: 0.7;
    text-align: right;
}

/* --- Mobilon szép elrendezés --- */
@media (max-width: 600px) {
    .privacy {
        padding: 1.5rem 1rem;
    }

    .privacy h1 {
        font-size: 1.75rem;
    }

    .privacy h2 {
        font-size: 1.25rem;
    }

    .privacy p,
    .privacy ul li {
        font-size: 1rem;
    }
}
