.c-privacy-content {
    max-width: 1200px;
    margin: 0 32px;
    padding: 48px 32px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    backdrop-filter: blur(5px);
}

.c-privacy-section {
    margin-bottom: 30px;
}

.c-privacy-section h2 {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 15px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 8px;
}

.c-privacy-section p {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-bottom: 15px;
}

.c-privacy-section ul {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-left: 20px;
}

.c-privacy-section li {
    margin-bottom: 8px;
}

.c-header h1 {
    color: #ffffff;
    font-size: 32px;
    text-align: center;
    margin-bottom: 40px;
}

.c-back-link {
    text-align: center;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.c-back-link a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
}

.c-back-link a:hover {
    color: #ffffff;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .c-privacy-content {
        margin: 20px;
        padding: 15px;
    }
    
    .c-header h1 {
        font-size: 24px;
    }
    
    .c-privacy-section h2 {
        font-size: 18px;
    }
}