/* Pie de página corporativo — Dr. Wilton Newball */

.mp-site-footer {
	background: linear-gradient(180deg, var(--mp-navy-dark, #152f47) 0%, var(--mp-navy, #1c3d5e) 100%);
	color: rgba(255, 255, 255, 0.88);
	padding: 64px 0 0;
	font-size: 15px;
	line-height: 1.65;
}

.mp-site-footer a {
	color: rgba(255, 255, 255, 0.92);
	text-decoration: none;
	transition: color 0.2s ease;
}

.mp-site-footer a:hover {
	color: var(--mp-teal-light, #d9f2f1);
}

.mp-site-footer__grid {
	margin-bottom: 40px;
}

.mp-site-footer__col {
	margin-bottom: 32px;
}

.mp-site-footer__title {
	margin: 0 0 18px;
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: none;
}

.mp-site-footer__title--social {
	margin-top: 24px;
}

/* Columna marca */
.mp-site-footer__logo-link {
	display: inline-block;
	margin-bottom: 12px;
}

.mp-site-footer__logo {
	display: block;
	max-width: 180px;
	height: auto;
}

.mp-site-footer__brand-name {
	margin: 0 0 2px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}

.mp-site-footer__brand-role {
	margin: 0 0 14px;
	color: var(--mp-teal, #3ab5b0);
	font-size: 14px;
	font-weight: 600;
}

.mp-site-footer__brand-text {
	margin: 0 0 18px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 14px;
}

.mp-site-footer__btn {
	display: inline-block;
	padding: 10px 18px;
	font-size: 13px;
	font-weight: 700;
	color: #fff !important;
	background: linear-gradient(135deg, var(--mp-teal, #3ab5b0) 0%, var(--mp-teal-dark, #2d9994) 100%);
	border-radius: var(--mp-radius, 4px);
	box-shadow: 0 4px 16px rgba(58, 181, 176, 0.3);
}

.mp-site-footer__btn:hover {
	color: #fff !important;
	transform: translateY(-1px);
}

.mp-site-footer__btn--whatsapp {
	margin-top: 16px;
	background: #25d366;
	box-shadow: 0 4px 16px rgba(37, 211, 102, 0.25);
}

.mp-site-footer__btn--whatsapp:hover {
	background: #1ebe57;
	color: #fff !important;
}

/* Listas */
.mp-site-footer__list,
.mp-site-footer__contact,
.mp-site-footer__modalities,
.mp-site-footer__social,
.mp-site-footer__legal ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mp-site-footer__list li,
.mp-site-footer__contact li,
.mp-site-footer__modalities li,
.mp-site-footer__social li {
	margin-bottom: 10px;
}

.mp-site-footer__list a::before {
	content: '•';
	margin-right: 8px;
	color: var(--mp-teal, #3ab5b0);
}

.mp-site-footer__contact li,
.mp-site-footer__modalities li {
	display: flex;
	gap: 8px;
	align-items: flex-start;
}

.mp-site-footer__hours strong {
	color: #fff;
}

.mp-site-footer__social a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.mp-site-footer__social .fa {
	width: 18px;
	color: var(--mp-teal, #3ab5b0);
	text-align: center;
}

/* Barra inferior */
.mp-site-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	padding: 22px 0 28px;
}

.mp-site-footer__bottom-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px 24px;
}

.mp-site-footer__copyright p {
	margin: 0 0 4px;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.78);
}

.mp-site-footer__tagline {
	font-size: 12px !important;
	color: rgba(255, 255, 255, 0.55) !important;
}

.mp-site-footer__legal ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	justify-content: flex-end;
}

.mp-site-footer__legal a {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.75);
}

.mp-site-footer__legal a:hover {
	color: var(--mp-teal-light, #d9f2f1);
}

/* Anular estilos heredados del tema */
.mp-site-footer .widget,
.mp-site-footer .footer-bottom {
	background: transparent;
	border: 0;
	padding: 0;
	margin: 0;
}

@media (max-width: 767px) {
	.mp-site-footer {
		padding-top: 48px;
	}

	.mp-site-footer__bottom-inner {
		flex-direction: column;
	}

	.mp-site-footer__legal ul {
		justify-content: flex-start;
	}
}
