/* ===== СТИЛИ ДЛЯ МОДАЛЬНОГО ОКНА ПОЛИТИКИ ===== */
.privacy-content {
    max-width: 800px;
    max-height: 80vh;
    overflow-y: auto;
}

.privacy-sections {
    margin: 25px 0;
}

.privacy-section {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.privacy-section:last-child {
    border-bottom: none;
}

.privacy-section h3 {
    color: var(--primary);
    margin-bottom: 15px;
    font-size: 1.2rem;
}

.privacy-section ul {
    margin-left: 20px;
    margin-bottom: 15px;
}

.privacy-section li {
    margin-bottom: 8px;
    line-height: 1.4;
}

.privacy-section code {
    background: rgba(255, 255, 255, 0.1);
    padding: 2px 6px;
    border-radius: 4px;
    font-family: monospace;
}

.privacy-footer {
    background: rgba(255, 255, 255, 0.05);
    padding: 20px;
    border-radius: 10px;
    margin-top: 25px;
    text-align: center;
}

.privacy-footer p {
    margin-bottom: 15px;
    font-size: 0.9rem;
    opacity: 0.9;
}
.cookies-notice {
    font-size: 0.8rem;
    color: var(--gray);
    margin-top: 10px;
    opacity: 0.7;
}
.footer-services {
    margin-top: 15px;
}

.services-notice,
.cookies-notice {
    font-size: 0.8rem;
    color: var(--gray);
    margin-top: 5px;
    opacity: 0.7;
}