.cgu-main {
    padding: 3rem 0 4rem;
    background: #fff;
    min-height: 60vh;
}

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

.cgu-hero h1 {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 0.75rem;
}

.cgu-updated {
    color: #64748b;
    font-size: 0.95rem;
}

.cgu-content {
    max-width: 800px;
    margin: 0 auto;
}

.cgu-content section {
    margin-bottom: 2.5rem;
}

.cgu-content h2 {
    font-size: 1.35rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e0e7ff;
}

.cgu-content h3 {
    font-size: 1.05rem;
    font-weight: 600;
    color: #334155;
    margin: 1.25rem 0 0.5rem;
}

.cgu-content p {
    color: #475569;
    line-height: 1.75;
    margin: 0 0 0.75rem;
}

.cgu-content ul {
    color: #475569;
    line-height: 1.75;
    padding-left: 1.5rem;
    margin: 0.5rem 0 1rem;
}

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

.cgu-content a {
    color: #4f46e5;
    text-decoration: none;
    font-weight: 500;
}

.cgu-content a:hover {
    text-decoration: underline;
}

.cgu-content strong {
    color: #1e293b;
}

@media (max-width: 600px) {
    .cgu-main {
        padding: 2rem 0 3rem;
    }

    .cgu-content {
        font-size: 0.95rem;
    }
}

