.cgu-page {
    padding: 40px 0;
    background-color: #f8f9fa;
    margin-top: 80px;
}

.contact-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.contact-header {
    text-align: center;
    margin-bottom: 60px;
    padding: 40px 0;
}

.workflow-badge {
    display: inline-block;
    padding: 8px 16px;
    background: #007bff;
    color: white;
    border-radius: 50px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 123, 255, 0.2);
}

.workflow-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 20px;
    line-height: 1.3;
}

.workflow-description {
    font-family: 'Inter', sans-serif;
    font-size: 1.2rem;
    color: #6c757d;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

.content-section {
    background: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.content-section h4 {
    color: #2c3e50;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    margin: 40px 0 20px;
    padding: 10px 0;
    border-bottom: 2px solid #007bff;
}

.content-section h4:first-child {
    margin-top: 0;
}

.content-section h5 {
    color: #34495e;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
    margin: 25px 0 15px;
}

.content-section p {
    color: #4a5568;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 20px;
}

.subsection {
    margin-left: 20px;
    padding: 15px 0;
}

.content-section ul {
    margin: 15px 0 20px 40px;
    list-style-type: disc;
}

.content-section li {
    color: #4a5568;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 10px;
}

/* Responsive */
@media (max-width: 768px) {
    .workflow-title {
        font-size: 2rem;
    }

    .workflow-description {
        font-size: 1.1rem;
    }

    .workflow-badge {
        font-size: 0.9rem;
    }

    .content-section {
        padding: 25px;
    }

    .content-section h4 {
        font-size: 1.3rem;
    }

    .content-section h5 {
        font-size: 1.1rem;
    }

    .content-section p,
    .content-section li {
        font-size: 0.95rem;
    }
}
