.cgu-wrapper {
    max-width: 850px;
    margin: 3rem auto;
    padding: 0 1.5rem;
}

.cgu-card {
    background: white;
    padding: 3rem;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.cgu-header {
    text-align: center;
    margin-bottom: 3rem;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 2rem;
}

.cgu-header h1 {
    font-size: 2.25rem;
    color: #1e293b;
    margin-bottom: 1rem;
}

.last-update {
    color: #64748b;
    font-size: 0.9rem;
    font-style: italic;
}

.cgu-content h2 {
    font-size: 1.25rem;
    color: #0f172a;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 12px;
}

.cgu-content p, .cgu-content li {
    line-height: 1.7;
    color: #475569;
    margin-bottom: 1rem;
}

.cgu-content ul {
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.cgu-content li {
    margin-bottom: 0.5rem;
}

.cgu-footer-actions {
    margin-top: 4rem;
    padding-top: 2rem;
    border-top: 1px solid #f1f5f9;
    display: flex;
    justify-content: center;
}

@media (max-width: 640px) {
    .cgu-card { padding: 1.5rem; }
    .cgu-header h1 { font-size: 1.75rem; }
}
