.cgv-section {
background: linear-gradient(180deg, #f8f9fb, #ffffff);
padding: 80px 20px;
font-family: "Inter", sans-serif;
}

.cgv-container {
max-width: 900px;
margin: auto;
}

.cgv-header {
text-align: center;
margin-bottom: 50px;
}

.cgv-header h1 {
font-size: 2.4rem;
font-weight: 700;
color: #1f2937;
}

.cgv-header p {
color: #6b7280;
font-size: 0.95rem;
}

.cgv-item {
background: #ffffff;
border-radius: 14px;
padding: 25px;
margin-bottom: 20px;
box-shadow: 0 10px 30px rgba(0,0,0,0.05);
transition: transform 0.3s ease;
}

.cgv-item:hover {
transform: translateY(-4px);
}

.cgv-title {
font-size: 1.25rem;
font-weight: 600;
margin-bottom: 10px;
cursor: pointer;
color: #111827;
}

.cgv-item p {
color: #374151;
line-height: 1.7;
font-size: 0.98rem;
margin-bottom: 10px;
}

@media (max-width: 768px) {
.cgv-header h1 {
font-size: 1.8rem;
}
}
