/* Pages CSS (About, Privacy, Terms) */
*, *::before, *::after {
    box-sizing: border-box;
}

.auth-container.page-container {
    max-width: 800px;
    text-align: left;
}

.page-content {
    line-height: 1.6;
    color: var(--text-secondary, #444);
}

.page-content h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    color: var(--text-primary, #000);
}

.page-content p {
    margin-bottom: 15px;
}

.page-content ul {
    margin-bottom: 15px;
    padding-left: 20px;
}

.contact-item {
    margin-bottom: 10px;
}

.contact-label {
    font-weight: bold;
    margin-right: 10px;
}

.page-footer {
    margin-top: 30px;
}

.btn-back {
    display: inline-block;
    width: auto;
    padding: 10px 30px;
    text-decoration: none;
}

.footer-copyright {
    margin-top: 40px;
    text-align: center;
    color: #999;
    font-size: 0.9em;
}

.footer-icp {
    margin-top: 20px;
    font-size: 12px;
    color: #999;
}

.cert-link {
    display: inline-block;
    padding: 5px 10px;
    background: linear-gradient(135deg, #4CAF50 0%, #2E7D32 100%);
    color: white;
    border-radius: 4px;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cert-wrapper {
    text-align: center;
    margin-top: 10px;
}
