/*
 * Liquid Glass — Plantilla de página Servicio Técnico (NUEVA)
 * (page-templates/template-servicio-tecnico.php)
 *
 * Depende de: liquid-glass.css, page-templates-base.css.
 * Breakpoints: móvil ≤544px, tablet ≤976px.
 */

/* --- "Qué reparamos": tarjetas de información (no son enlaces) --- */
.dp-repair-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 10px;
	padding: 24px 16px;
}

.dp-repair-item__icon {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(82, 113, 255, 0.1);
	color: var(--brand-blue-deep, #004d93);
}

.dp-repair-item__icon .dp-icon {
	width: 1.4rem;
	height: 1.4rem;
}

.dp-repair-item__label {
	font-weight: 600;
	font-size: 0.9rem;
}

/* --- "Cómo funciona": pasos numerados --- */
.dp-step {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 14px;
}

.dp-step__label {
	margin: 0;
	font-weight: 600;
	color: #1e293b;
	max-width: 22ch;
}

@media (max-width: 544px) {
	.dp-repair-item {
		padding: 18px 12px;
	}
}
