.privacy {
    padding: 60px 20px;
    background-color: #fafafa;
}

.privacy h1 {
    font-size: 2.5em;
    margin-bottom: 0.5rem;
    color: #333;
    text-align: center;
}

.privacy .lead {
    font-size: 1.3em;
    color: #6759c3;
    text-align: center;
    margin-bottom: 0.5rem;
}

.privacy .effective-date {
    text-align: center;
    color: #666;
    margin-bottom: 3rem;
    font-style: italic;
}

.privacy .intro {
    max-width: 800px;
    margin: 0 auto 2rem;
    font-size: 1.1em;
    line-height: 1.6;
    color: #555;
    text-align: left;
}

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

.privacy-section {
    background: white;
    padding: 0.1rem;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    /* margin-bottom: 2rem; */
}

.privacy-section h2 {
    color: #6759c3;
    font-size: 1.5em;
    margin-bottom: 1.5rem;
}

.privacy-section p {
    color: #555;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

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

.privacy-section ul li {
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: 1rem;
    line-height: 1.6;
    color: #555;
}

.privacy-section ul li::before {
    content: '•';
    position: absolute;
    left: 0.5rem;
    color: #6759c3;
}

.privacy-section strong {
    color: #333;
}

.contact-email {
    color: #6759c3;
    font-weight: 500;
    text-align: left;
    font-weight: bold;
    margin-top: 1rem;
}

.privacy-footer {
    max-width: 800px;
    margin: 3rem auto 0;
    text-align: center;
    font-style: italic;
    color: #666;
}

@media (max-width: 768px) {
    .privacy {
        padding: 40px 20px;
    }

    .privacy-section {
        padding: 1.5rem;
    }
}
