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

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

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

.privacy-header h1 {
font-size: 2.4rem;
font-weight: 700;
color: #111827;
}

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

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

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

.privacy-title {
font-size: 1.25rem;
font-weight: 600;
margin-bottom: 12px;
cursor: pointer;
color: #1f2937;
}

.privacy-item p,
.privacy-item ul {
font-size: 0.98rem;
line-height: 1.7;
color: #374151;
}

.privacy-item ul {
padding-left: 20px;
}

.privacy-item ul li {
margin-bottom: 6px;
}

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