/* Privacy Policy Hero Section */
.privacy-hero {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: white;
    padding: 100px 0 60px;
    text-align: center;
}

.hero-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.hero-subtitle {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.compliance-badges {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.compliance-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Last Updated */
.last-updated {
    background: #f8f9fa;
    padding: 1rem 2rem;
    border-radius: 10px;
    margin: 2rem 0;
    text-align: center;
    color: #6c757d;
    border-left: 4px solid #007bff;
}

/* Main Content */
.privacy-content {
    padding: 60px 0;
    background: #fff;
}

/* Navigation */
.privacy-nav {
    position: sticky;
    top: 100px;
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 15px;
    margin-bottom: 2rem;
}

.privacy-nav h5 {
    color: #2c3e50;
    margin-bottom: 1rem;
    font-weight: 600;
}

.privacy-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.privacy-nav li {
    margin-bottom: 0.5rem;
}

.nav-link {
    color: #495057 !important;
    text-decoration: none;
    padding: 0.5rem 0;
    display: block;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
    padding-left: 1rem;
}

.nav-link:hover,
.nav-link.active {
    color: #007bff;
    border-left-color: #007bff;
    background: rgba(0, 123, 255, 0.05);
}

/* Privacy Sections */
.privacy-section {
    margin-bottom: 4rem;
    padding: 2rem;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e9ecef;
}

.section-header h2 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.section-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    color: white;
    border-radius: 50%;
    font-weight: 700;
    font-size: 1.2rem;
}

/* Data Categories */
.data-categories {
    display: grid;
    gap: 2rem;
    margin: 2rem 0;
}

.data-category {
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 10px;
    border-left: 4px solid #007bff;
}

.data-category h4 {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #2c3e50;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-list li {
    padding: 0.5rem 0;
    color: #495057;
    position: relative;
    padding-left: 1.5rem;
}

.feature-list li:before {
    content: '•';
    color: #007bff;
    font-weight: bold;
    position: absolute;
    left: 0;
}

/* Purpose Section */
.purpose-section {
    background: linear-gradient(135deg, #f8f9ff 0%, #f0f4ff 100%);
    padding: 2rem;
    border-radius: 10px;
    margin-top: 2rem;
}

.purpose-section h4 {
    color: #2c3e50;
    margin-bottom: 1rem;
}

.purpose-list {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0 0;
}

.purpose-list li {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid #e9ecef;
}

.purpose-list li:last-child {
    border-bottom: none;
}

.purpose-list i {
    color: #28a745;
    font-size: 1.2rem;
    margin-top: 0.2rem;
}

/* Usage Grid */
.usage-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.usage-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.usage-item:hover {
    transform: translateY(-5px);
}

.usage-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
}

.usage-content h5 {
    color: #2c3e50;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.usage-content p {
    color: #6c757d;
    margin: 0;
    font-size: 0.9rem;
}

/* Sharing Policy */
.sharing-policy {
    margin-top: 2rem;
}

.policy-highlight {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 2rem;
    background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
    border-radius: 10px;
    border-left: 4px solid #ffc107;
}

.policy-highlight i {
    font-size: 2rem;
    color: #856404;
    margin-top: 0.5rem;
}

.policy-highlight h4 {
    color: #856404;
    margin-bottom: 0.5rem;
}

.policy-highlight p {
    color: #856404;
    margin: 0;
    font-weight: 500;
}

/* Security Features */
.security-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin: 2rem 0;
}

.security-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
    font-weight: 500;
}

.security-item i {
    color: #007bff;
    font-size: 1.2rem;
}

.security-note {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
    background: #d1ecf1;
    border-radius: 10px;
    margin-top: 1rem;
}

.security-note i {
    color: #0c5460;
    font-size: 1.2rem;
    margin-top: 0.2rem;
}

.security-note p {
    color: #0c5460;
    margin: 0;
    font-weight: 500;
}

/* Rights Grid */
.rights-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.right-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.right-item:hover {
    transform: translateY(-5px);
}

.right-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #28a745 0%, #1e7e34 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
}

.right-content h5 {
    color: #2c3e50;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.right-content p {
    color: #6c757d;
    margin: 0;
    font-size: 0.9rem;
}

/* Contact Section */
.contact-info {
    text-align: center;
    padding: 2rem;
}

.contact-email {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: #007bff;
    color: white;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-size: 1.2rem;
    font-weight: 600;
    margin: 1rem 0;
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-email:hover {
    background: #0056b3;
    transform: translateY(-2px);
    color: white;
    text-decoration: none;
}

.response-time {
    color: #6c757d;
    font-style: italic;
    margin-top: 1rem;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.2rem;
    }
    
    .compliance-badges {
        flex-direction: column;
        align-items: center;
    }
    
    .privacy-nav {
        position: relative;
        top: 0;
        margin-bottom: 2rem;
    }
    
    .usage-grid,
    .rights-grid {
        grid-template-columns: 1fr;
    }
    
    .policy-highlight {
        flex-direction: column;
        text-align: center;
    }
    
    .data-categories {
        grid-template-columns: 1fr;
    }
    
    .security-features {
        grid-template-columns: 1fr;
    }
}

/* Animations */
[data-aos] {
    opacity: 0;
    transition: all 0.6s ease;
}

[data-aos].aos-animate {
    opacity: 1;
}