/* Privacy Policy Styles */
.privacy-main {
    padding-top: 2rem;
    background: #ffffff;
    min-height: 100vh;
}

.privacy-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.privacy-header {
    text-align: center;
    padding: 80px 0 60px;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    margin: 0 -20px 60px;
    border-radius: 0 0 24px 24px;
}

.privacy-title {
    font-family: 'DegularVariable', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #1e293b 0%, #475569 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.privacy-subtitle {
    font-size: 1.3rem;
    color: #64748b;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.privacy-meta {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.effective-date,
.last-updated {
    background: rgba(34, 56, 73, 0.1);
    color: #223849;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
}

.privacy-content {
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 80px;
}

.privacy-section {
    margin-bottom: 50px;
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(226, 232, 240, 0.8);
    transition: all 0.3s ease;
}

.privacy-section:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.section-title {
    font-family: 'DegularVariable', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    font-size: 2rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 24px;
    position: relative;
    padding-bottom: 12px;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #ff6b35 0%, #47a4a0 100%);
    border-radius: 2px;
}

.subsection-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #334155;
    margin: 30px 0 16px 0;
    position: relative;
    padding-left: 20px;
}

.subsection-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 20px;
    background: linear-gradient(135deg, #ff6b35 0%, #47a4a0 100%);
    border-radius: 2px;
}

.section-content {
    line-height: 1.7;
    color: #475569;
}

.section-content p {
    margin-bottom: 20px;
    font-size: 1rem;
}

.privacy-list {
    margin: 20px 0;
    padding-left: 0;
    list-style: none;
}

.privacy-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    color: #475569;
}

.privacy-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    color: #47a4a0;
    font-weight: bold;
    font-size: 1.1rem;
}

.contact-info {
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    border-radius: 12px;
    padding: 30px;
    margin: 30px 0;
    border: 1px solid rgba(71, 164, 160, 0.1);
}

.contact-info h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 20px;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.contact-icon {
    font-size: 1.5rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.contact-text {
    color: #475569;
    line-height: 1.6;
}

.contact-text strong {
    color: #1e293b;
    font-weight: 600;
}

.contact-cta {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    border-radius: 12px;
    padding: 24px;
    margin: 20px 0;
    border: 1px solid rgba(71, 164, 160, 0.1);
}

/* Footer Links Section */
.footer-links {
    padding: 40px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin: 40px 0;
}

.footer-links-section h3 {
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

.footer-links-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.footer-links-section li {
    margin: 0;
}

.footer-links-section a {
    color: #cbd5e1;
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    padding: 8px 16px;
    border-radius: 8px;
    display: block;
}

.footer-links-section a:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-1px);
}

/* Responsive Design */
@media (max-width: 768px) {
    .privacy-header {
        padding: 60px 0 40px;
        margin: 0 -20px 40px;
    }
    
    .privacy-title {
        font-size: 2.5rem;
    }
    
    .privacy-subtitle {
        font-size: 1.1rem;
    }
    
    .privacy-meta {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .privacy-section {
        padding: 30px 20px;
        margin-bottom: 30px;
    }
    
    .section-title {
        font-size: 1.6rem;
    }
    
    .subsection-title {
        font-size: 1.2rem;
    }
    
    .contact-details {
        gap: 15px;
    }
    
    .contact-item {
        gap: 12px;
    }
    
    .footer-links-section ul {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .privacy-container {
        padding: 0 15px;
    }
    
    .privacy-header {
        padding: 40px 0 30px;
        margin: 0 -15px 30px;
    }
    
    .privacy-title {
        font-size: 2rem;
    }
    
    .privacy-section {
        padding: 20px 15px;
        margin-bottom: 20px;
    }
    
    .section-title {
        font-size: 1.4rem;
    }
    
    .contact-info,
    .contact-cta {
        padding: 20px;
    }
}

/* Animation for page load */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.privacy-section {
    animation: fadeInUp 0.6s ease-out;
    animation-fill-mode: both;
}

.privacy-section:nth-child(1) { animation-delay: 0.1s; }
.privacy-section:nth-child(2) { animation-delay: 0.2s; }
.privacy-section:nth-child(3) { animation-delay: 0.3s; }
.privacy-section:nth-child(4) { animation-delay: 0.4s; }
.privacy-section:nth-child(5) { animation-delay: 0.5s; }

/* Smooth scroll behavior */
html {
    scroll-behavior: smooth;
}

/* Focus styles for accessibility */
.footer-links-section a:focus {
    outline: 2px solid #ffffff;
    outline-offset: 2px;
}
