/* Privacy Policy Page Styles */

/* Override any default fonts with Inter */
* {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    margin: 0;
    padding: 0;
}

/* Ensure header doesn't interfere with content */
.header {
    position: relative;
    z-index: 10;
}

/* Custom header section styles - ensure it doesn't overlap */
.privacy-header-section {
    padding: 3rem 0;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
}

.privacy-header-content {
    max-width: 800px;
    margin: 0 auto;
}

.privacy-page-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    font-family: 'Inter', sans-serif;
    color: #3f3f3f;
}

.privacy-last-updated {
    font-size: 1.1rem;
    opacity: 0.9;
    font-family: 'Inter', sans-serif;
    color: #3f3f3f;
    margin: 0;
}

.brand {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
}

.text_secondary {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

/* Main content spacing - add much more margin to clear the header */
main {
    margin-top: 8rem;
    position: relative;
    z-index: 1;
}

main .section {
    padding-top: 4rem;
    position: relative;
    z-index: 2;
}

/* Privacy content styles - completely clean */
.privacy-content {
    padding-top: 3rem;
    position: relative;
    z-index: 2;
    margin-top: 3rem;
}

/* Ensure section has proper spacing */
main .section {
    padding-top: 2rem;
    position: relative;
    z-index: 2;
}

/* Privacy content styles */
.privacy-content {
    padding-top: 3rem;
    position: relative;
    z-index: 2;
    margin-top: 1rem;
}

.privacy-content h2 {
    font-size: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #333 !important;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    display: block !important;
    visibility: visible !important;
    position: relative !important;
    z-index: 10 !important;
}

/* Override any global h2 styles that might be hiding the headings */
body .privacy-content h2,
.privacy-content h2.h2,
h2 {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    color: #333 !important;
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    margin: 2rem 0 1rem 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    text-align: left !important;
    line-height: 1.5 !important;
    font-family: 'Inter', sans-serif !important;
    z-index: 1 !important;
    overflow: visible !important;
    white-space: normal !important;
    text-decoration: none !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    text-shadow: none !important;
    box-shadow: none !important;
}

.privacy-content h2:first-of-type {
    margin-top: 0 !important;
}

/* Ensure the first section and its content are visible */
.privacy-content h2:first-of-type,
.privacy-content h2:first-of-type+p,
.privacy-content h2:first-of-type+p+.privacy-highlight,
.privacy-content h2:first-of-type+p+p {
    display: block !important;
    visibility: visible !important;
    position: relative !important;
    z-index: 10 !important;
}

.privacy-content h3 {
    font-size: 1.25rem;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    color: #555;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
}

/* Comprehensive visibility override for all privacy content */
.privacy-content * {
    position: relative !important;
    z-index: 5 !important;
}

.privacy-content h1 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    display: block !important;
    visibility: visible !important;
    position: relative !important;
    z-index: 10 !important;
}

.privacy-content p {
    margin-bottom: 1rem;
    line-height: 1.6;
    font-family: 'Inter', sans-serif;
}

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

.privacy-content li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
    font-family: 'Inter', sans-serif;
}

.privacy-note {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 1rem;
    margin-top: 2rem;
    font-family: 'Inter', sans-serif;
}

.privacy-highlight {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 1rem;
    margin: 1rem 0;
    font-family: 'Inter', sans-serif;
}

.loading-message {
    text-align: center;
    padding: 2rem;
    color: #666;
    font-style: italic;
    font-family: 'Inter', sans-serif;
}

.alert {
    padding: 0.75rem 1.25rem;
    border: 1px solid transparent;
    border-radius: 0.375rem;
    font-family: 'Inter', sans-serif;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeaa7;
}