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

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

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

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

.return-header p {
color: #6b7280;
font-size: 1rem;
}

.return-item {
background: #ffffff;
border-radius: 16px;
padding: 26px;
margin-bottom: 22px;
box-shadow: 0 14px 35px rgba(0,0,0,0.06);
transition: transform 0.25s ease;
}

.return-item:hover {
transform: translateY(-5px);
}

.return-title {
font-size: 1.3rem;
font-weight: 600;
margin-bottom: 14px;
cursor: pointer;
color: #1f2937;
}

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

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

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

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