/* ---------- Legal Pages (Privacy Policy, Cookie Policy) ---------- */
.legal-page {
    padding: 40px 20px 60px;
    max-width: 800px;
    margin: 0 auto;
}

.legal-container h1 {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 3px solid #d3ad2c;
}

.legal-updated {
    font-size: 0.85rem;
    color: #999;
    margin-bottom: 30px;
}

.legal-section {
    margin-bottom: 25px;
}

.legal-section h2 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.legal-section h3 {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    margin: 15px 0 8px;
}

.legal-section p,
.legal-section li {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.7;
}

.legal-section ul {
    padding-left: 20px;
    margin: 0;
}

.legal-section a {
    color: #d3ad2c;
    text-decoration: underline;
}

.legal-section a:hover {
    color: #b3981f;
}

/* Cookie table */
.legal-table {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
    font-size: 0.9rem;
}

.legal-table th,
.legal-table td {
    text-align: left;
    padding: 10px 12px;
    border-bottom: 1px solid #e0e0e0;
    color: #555;
    line-height: 1.5;
}

.legal-table th {
    font-weight: 700;
    color: #1a1a1a;
    background: #f8f8f8;
    border-bottom: 2px solid #d3ad2c;
}

.legal-table tr:last-child td {
    border-bottom: none;
}

.legal-back {
    margin-top: 40px;
    text-align: center;
}

.legal-btn-primary {
    display: inline-block;
    background: #d3ad2c;
    color: #fff;
    padding: 12px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s;
}

.legal-btn-primary:hover {
    background: #b3981f;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 600px) {
    .legal-page {
        padding: 25px 15px 40px;
    }

    .legal-container h1 {
        font-size: 1.5rem;
    }

    .legal-table {
        font-size: 0.8rem;
    }

    .legal-table th,
    .legal-table td {
        padding: 8px 6px;
    }
}
