@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

/* LEGAL PAGES - Page-Specific Styling (Privacy Policy & Terms and Conditions) */
body.page-id-1170,
body.page-id-1173 {
    background: linear-gradient(135deg, #0a0a1c 0%, #1a1530 50%, #0f0a23 100%) !important;
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
}

/* Animated background particles */
body.page-id-1170::before,
body.page-id-1173::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 20% 50%, rgba(139, 92, 246, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 50%, rgba(59, 130, 246, 0.06) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

body.page-id-1170 .site-content,
body.page-id-1170 .entry-content,
body.page-id-1173 .site-content,
body.page-id-1173 .entry-content {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
    position: relative;
    z-index: 1;
}

body.page-id-1170 .page-header,
body.page-id-1170 .entry-title,
body.page-id-1173 .page-header,
body.page-id-1173 .entry-title {
    display: none !important;
}

/* HIDE FOOTER */
body.page-id-1170 footer,
body.page-id-1170 .site-footer,
body.page-id-1170 #site-footer,
body.page-id-1170 .elementor-location-footer,
body.page-id-1173 footer,
body.page-id-1173 .site-footer,
body.page-id-1173 #site-footer,
body.page-id-1173 .elementor-location-footer {
    display: none !important;
}

/* Privacy Wrapper Styling */
.privacy-wrapper {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: transparent;
    padding: 0;
    margin: 0;
    min-height: 100vh;
    position: relative;
    z-index: 1;
}

.privacy-header {
    background: transparent;
    padding: 120px 24px 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.privacy-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.15) 0%, transparent 70%);
    pointer-events: none;
    animation: pulse 4s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 0.5; transform: translateX(-50%) scale(1); }
    50% { opacity: 0.8; transform: translateX(-50%) scale(1.1); }
}

.privacy-container {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.privacy-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    background: rgba(139, 92, 246, 0.15);
    border: 1px solid rgba(139, 92, 246, 0.3);
    border-radius: 50px;
    color: #a78bfa;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 24px;
    box-shadow: 0 0 20px rgba(139, 92, 246, 0.2);
}

.privacy-title {
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -0.03em;
    background: linear-gradient(135deg, #ffffff 0%, #e0e7ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
    text-shadow: 0 0 40px rgba(139, 92, 246, 0.3);
}

.privacy-subtitle {
    font-size: 1.25rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 12px;
    line-height: 1.6;
}

.privacy-updated {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
}

.privacy-content {
    max-width: 900px;
    margin: 0 auto 60px;
    padding: 50px 40px 100px;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.4),
        0 0 0 1px rgba(255, 255, 255, 0.05) inset,
        0 0 80px rgba(139, 92, 246, 0.15);
}

.privacy-toc {
    background: rgba(139, 92, 246, 0.08);
    border: 2px solid rgba(139, 92, 246, 0.2);
    border-radius: 16px;
    padding: 32px;
    margin-bottom: 48px;
}

.privacy-toc h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

.privacy-toc ol {
    margin: 0;
    padding-left: 24px;
}

.privacy-toc li {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 10px;
    line-height: 1.6;
}

.privacy-toc a {
    color: #a78bfa;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.privacy-toc a:hover {
    color: #c4b5fd;
    text-decoration: underline;
}

.privacy-section {
    margin-bottom: 48px;
    scroll-margin-top: 120px;
}

.privacy-section h2 {
    font-size: 2rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
    border-bottom: 3px solid rgba(139, 92, 246, 0.5);
    padding-bottom: 12px;
}

.privacy-section h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.95);
    margin: 32px 0 16px 0;
}

.privacy-section p {
    font-size: 1.0625rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 16px;
}

.privacy-section ul,
.privacy-section ol {
    margin: 16px 0 24px 0;
    padding-left: 28px;
}

.privacy-section li {
    font-size: 1.0625rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 12px;
}

.privacy-section strong {
    color: #ffffff;
    font-weight: 600;
}

.privacy-section a {
    color: #a78bfa;
    text-decoration: underline;
    transition: color 0.2s;
}

.privacy-section a:hover {
    color: #c4b5fd;
}

.privacy-highlight {
    background: rgba(59, 130, 246, 0.1);
    border-left: 4px solid #3b82f6;
    padding: 20px 24px;
    border-radius: 8px;
    margin: 24px 0;
}

.privacy-highlight p {
    margin: 0;
    color: #93c5fd;
}

.privacy-contact-box {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.2) 0%, rgba(118, 75, 162, 0.2) 100%);
    border: 1px solid rgba(139, 92, 246, 0.3);
    color: #ffffff;
    border-radius: 16px;
    padding: 40px;
    margin: 48px 0;
    text-align: center;
    box-shadow: 0 0 40px rgba(139, 92, 246, 0.2);
}

.privacy-contact-box h3 {
    color: #ffffff;
    margin-bottom: 16px;
    font-size: 1.75rem;
}

.privacy-contact-box p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 8px;
}

.privacy-contact-box a {
    color: #c4b5fd;
    font-weight: 600;
    text-decoration: underline;
}

.privacy-contact-box a:hover {
    color: #ddd6fe;
}

.privacy-table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.02);
}

.privacy-table th {
    background: rgba(139, 92, 246, 0.15);
    padding: 16px;
    text-align: left;
    font-weight: 700;
    color: #ffffff;
    border-bottom: 2px solid rgba(139, 92, 246, 0.3);
}

.privacy-table td {
    padding: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.75);
}

.privacy-table tr:last-child td {
    border-bottom: none;
}

@media (max-width: 768px) {
    .privacy-header {
        padding: 100px 24px 40px;
    }
    
    .privacy-title {
        font-size: 2.5rem;
    }
    
    .privacy-subtitle {
        font-size: 1.125rem;
    }
    
    .privacy-section h2 {
        font-size: 1.75rem;
    }
    
    .privacy-section h3 {
        font-size: 1.25rem;
    }
    
    .privacy-section p,
    .privacy-section li {
        font-size: 1rem;
    }
    
    .privacy-content {
        padding: 30px 20px 80px;
        margin-bottom: 40px;
    }
    
    .privacy-toc {
        padding: 24px;
    }
}
