/* =========================================================
   CONTACTO / CONSULTAS GENERALES
   ========================================================= */

.peuca-contacto {
	background: #f3f4f6;
	padding: 2rem 0 4rem;
}

.peuca-contacto__breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin: 0 0 1.5rem;
	font-size: 0.82rem;
	color: #8a94a6;
}

.peuca-contacto__breadcrumbs a {
	color: #8a94a6;
	text-decoration: none;
}

.peuca-contacto__breadcrumbs a:hover {
	text-decoration: underline;
}

.peuca-contacto__hero {
	max-width: 760px;
	margin-bottom: 1.8rem;
}

.peuca-contacto__title {
	margin: 0 0 0.9rem;
	font-size: clamp(2rem, 3.4vw, 3rem);
	line-height: 1.08;
	font-weight: 900;
	color: #0d1b4c;
}

.peuca-contacto__lead {
	margin: 0;
	max-width: 64ch;
	font-size: 1rem;
	line-height: 1.75;
	color: #607089;
}

.peuca-contacto__form-wrap {
	max-width: 760px;
}

.peuca-contacto__form {
	background: #fff;
	border: 1px solid #e2e7ee;
	border-radius: 16px;
	padding: 1.5rem;
	box-shadow: 0 10px 22px rgba(15, 23, 42, 0.04);
}

.peuca-contacto__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px 16px;
	margin-bottom: 1rem;
}

.peuca-contacto__field {
	display: flex;
	flex-direction: column;
}

.peuca-contacto__field label {
	margin-bottom: 0.45rem;
	font-size: 0.82rem;
	font-weight: 700;
	color: #0d1b4c;
}

.peuca-contacto__field label span {
	font-weight: 400;
	color: #8a94a6;
}

.peuca-contacto__field input,
.peuca-contacto__field select,
.peuca-contacto__field textarea {
	width: 100%;
	border: 1px solid #d9dee8;
	border-radius: 10px;
	background: #fbfbfc;
	padding: 0.85rem 0.95rem;
	font-size: 0.94rem;
	color: #3f4d63;
	outline: none;
	box-sizing: border-box;
}

.peuca-contacto__field input,
.peuca-contacto__field select {
	height: 48px;
}

.peuca-contacto__field textarea {
	resize: vertical;
	min-height: 150px;
}

.peuca-contacto__hint {
	margin: 0.35rem 0 0;
	font-size: 0.74rem;
	color: #9aa4b4;
}

.peuca-contacto__field--full {
	margin-bottom: 1rem;
}

.peuca-contacto__notice {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	padding: 1rem;
	margin-bottom: 1.2rem;
	background: #fff5eb;
	border: 1px solid #f2d6b7;
	border-radius: 12px;
}

.peuca-contacto__notice-icon {
	width: 24px;
	height: 24px;
	flex: 0 0 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #f0c28d;
	color: #e29018;
	font-size: 0.8rem;
	font-weight: 800;
	line-height: 1;
	margin-top: 1px;
}

.peuca-contacto__notice-copy strong {
	display: block;
	margin-bottom: 0.35rem;
	font-size: 0.78rem;
	letter-spacing: 0.04em;
	color: #c46c00;
}

.peuca-contacto__notice-copy p {
	margin: 0;
	font-size: 0.85rem;
	line-height: 1.65;
	color: #a46314;
}

.peuca-contacto__check {
	margin-bottom: 1.5rem;
}

.peuca-contacto__check label {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 0.45rem;
	font-size: 0.84rem;
	font-weight: 700;
	color: #0d1b4c;
}

.peuca-contacto__check input[type="checkbox"] {
	width: 16px;
	height: 16px;
}

.peuca-contacto__check p {
	margin: 0;
	padding-left: 26px;
	font-size: 0.78rem;
	line-height: 1.65;
	color: #8a94a6;
}

.peuca-contacto__actions {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.9rem;
}

.peuca-contacto__submit {
	min-width: 220px;
	height: 52px;
	padding: 0 1.5rem;
	border: 0;
	border-radius: 999px;
	background: #f59e0b;
	color: #fff;
	font-size: 1rem;
	font-weight: 800;
	cursor: pointer;
	box-shadow: 0 8px 16px rgba(245, 158, 11, 0.25);
}

.peuca-contacto__alt-link {
	font-size: 0.85rem;
	font-weight: 700;
	color: #14b8c4;
	text-decoration: none;
}

.peuca-contacto__alt-link:hover {
	text-decoration: underline;
}