/* Privacy Policy Specific Styles */
.privacy-policy-section {
    background-color: var(--dark-700);
    color: #e1e1e6;
    padding-top: 120px !important;
}

.privacy-policy-section h1 {
    color: #fff;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
}

.privacy-policy-section h2 {
    color: #fff;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 600;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
}

.privacy-policy-section h3 {
    color: #fff;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 500;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.privacy-policy-section h4 {
    color: #fff;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 500;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.privacy-content {
    font-family: 'Inter', sans-serif;
    line-height: 1.7;
    color: #e1e1e6;
}

.privacy-content p {
    margin-bottom: 1.2rem;
}

.privacy-content ul {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.privacy-content ul li {
    margin-bottom: 0.8rem;
    color: #e1e1e6;
}

.privacy-content strong {
    color: #fff;
    font-weight: 600;
}

.privacy-content a {
    color: #7c3aed;
    text-decoration: none;
    transition: color 0.3s ease;
}

.privacy-content a:hover {
    color: #9f67ff;
    text-decoration: underline;
}

/* Custom scrollbar for better visibility */
.privacy-content::-webkit-scrollbar {
    width: 8px;
}

.privacy-content::-webkit-scrollbar-track {
    background: #1a1b2e;
}

.privacy-content::-webkit-scrollbar-thumb {
    background: #7c3aed;
    border-radius: 4px;
}

.privacy-content::-webkit-scrollbar-thumb:hover {
    background: #9f67ff;
}

/* Container styling */
.privacy-content {
    background-color: #0f1123;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Section spacing */
.privacy-section {
    margin-bottom: 2.5rem;
}

/* Text highlight color */
::selection {
    background-color: #7c3aed;
    color: #fff;
}
