/* ============================================
   Pagina Confidentialitate — Privacy/Terms Styles
   ============================================ */

.page-confidentialitate {
    padding-top: 120px;
    padding-bottom: 80px;
}

/* ── WYSIWYG content styling ──────────────── */
.wysiwyg-content {
    color: var(--color-white);
    font-size: 15px;
    font-weight: 300;
    line-height: 1.8;
}
.wysiwyg-content h1 {
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 40px 0 20px;
}
.wysiwyg-content h2 {
    font-family: var(--font-display);
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 30px 0 16px;
}
.wysiwyg-content h3 {
    font-family: var(--font-display);
    font-size: clamp(1.2rem, 2.5vw, 1.6rem);
    font-weight: 400;
    margin: 24px 0 12px;
}
.wysiwyg-content p {
    margin-bottom: 16px;
}
.wysiwyg-content ul,
.wysiwyg-content ol {
    margin: 0 0 16px 24px;
}
.wysiwyg-content li {
    margin-bottom: 8px;
}
.wysiwyg-content a {
    color: var(--color-gold);
    text-decoration: underline;
}
.wysiwyg-content a:hover {
    opacity: 0.8;
}
.wysiwyg-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}
.wysiwyg-content th,
.wysiwyg-content td {
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 10px 14px;
    text-align: left;
}
.wysiwyg-content th {
    font-weight: 500;
    background: rgba(255, 255, 255, 0.05);
}
.wysiwyg-content blockquote {
    border-left: 3px solid var(--color-gold);
    padding-left: 20px;
    margin: 20px 0;
    opacity: 0.85;
}
.wysiwyg-content strong {
    font-weight: 600;
}
