.privacy-section {
    padding: 8rem 0 4rem;
    background-color: #ffffff;
    min-height: 100vh;
}

.privacy-section h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.privacy-section .last-updated {
    font-size: 0.9rem;
    color: #718096;
    margin-bottom: 3rem;
    display: block;
}

.privacy-content {
    line-height: 1.8;
    color: #4a5568;
}

.privacy-content h2 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #667eea; 
    margin-top: 2rem;
    margin-bottom: 1rem;
    border-bottom: 2px solid #e2e8f0;
    padding-bottom: 0.5rem;
}

.privacy-content h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2d3748;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

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

.privacy-content ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 1.5rem;
}

.privacy-content ul li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
}

.privacy-content ul li::before {
    content: "•";
    color: #764ba2; 
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.privacy-content a {
    color: #667eea;
    text-decoration: underline;
    font-weight: 500;
}

@media (max-width: 768px) {
    .privacy-section {
        padding-top: 6rem; 
    }

    .privacy-section h1 {
        font-size: 2rem;
    }

    .privacy-content h2 {
        font-size: 1.5rem;
    }

    .privacy-content h3 {
        font-size: 1.2rem;
    }
}