/* ==============================
   FOOTER SEGURO INTELIGENTE
   ============================== */

#am-rupan {
	background: linear-gradient(180deg, #0f5fb8 0%, #0b4a8f 100%);
	color: #ffffff;
}

/* Marca */
.footer-brand {
	font-weight: 800;
	margin-bottom: 12px;
	color: #fff;
}

.footer-desc {
	font-size: 0.95rem;
	line-height: 1.6;
	opacity: 0.9;
	color: #fff;
}

/* Títulos */
.footer-title {
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin-bottom: 14px;
	opacity: 0.85;
	color: #fff;
}

/* Navegación */
.footer-nav {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.footer-nav li {
	margin-bottom: 8px;
}

.footer-nav a {
	color: #ffffff;
	text-decoration: none;
	opacity: 0.85;
}

.footer-nav a:hover {
	opacity: 1;
	text-decoration: underline;
}




/* Nota */
.footer-note {
	font-size: 0.85rem;
	opacity: 0.85;
	margin-bottom: 14px;
	color: #fff;
}

/* Redes */
.footer-socials {
	display: flex;
	gap: 14px;
}

.footer-socials a {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(255,255,255,0.15);
	color: #ffffff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: all 0.25s ease;
}

.footer-socials a:hover {
	background: rgba(255,255,255,0.3);
	transform: translateY(-2px);
}

/* Línea inferior */
.footer-bottom {
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px solid rgba(255,255,255,0.2);
	text-align: center;
}

.footer-bottom p {
	font-size: 0.75rem;
	opacity: 0.75;
	margin: 0;
	color: #fff;
}

/* Mobile */
@media (max-width: 768px) {
	.footer-seguro {
		text-align: center;
	}

	.footer-nav {
		margin-bottom: 20px;
	}

	.footer-socials {
		justify-content: center;
	}
}
