.privacy-header {
    background: linear-gradient(214deg, #ffca99 0%, #805ddf 50%, #0014a8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.75rem !important;
    text-shadow: 0 1px 36px #ffca994f;
    transition: transform ease 0.2s, opacity ease 0.2s;
    opacity: 0.9;
    word-break: break-word;
}

.privacy-section {
    background: linear-gradient(145deg, #1f1b2e 0%, #2a2545 100%);
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
