.policy-section {
    margin-bottom: 3rem;
}
.policy-hero {
    background: radial-gradient(circle at top right, rgba(212,175,55,0.15) 0%, transparent 40%), 
                radial-gradient(circle at bottom left, rgba(212,175,55,0.05) 0%, transparent 30%), 
                #050505;
}

.policy-section h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #fff;
}

.policy-section h3 {
    font-size: 1rem;
    font-weight: 700;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    color: #d4af37;
}

.policy-section p,
.policy-section li {
    color: #9ca3af;
    font-size: 0.9rem;
    line-height: 1.8;
    margin-bottom: 0.75rem;
}

.policy-section ul,
.policy-section ol {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.policy-section a {
    color: #d4af37;
    text-decoration: underline;
}

.policy-section a:hover {
    color: #8a6d1c;
}

.cookie-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1.5rem;
}

.cookie-table th {
    text-align: left;
    padding: 0.75rem 1rem;
    background: rgba(255, 255, 255, 0.05);
    color: #d4af37;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.cookie-table td {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    color: #9ca3af;
    font-size: 0.85rem;
}

.cookie-table tr:hover td {
    background: rgba(255, 255, 255, 0.02);
}
