/**
 * G Financ MX — estilos complementarios
 */

/* SVG line icons que reemplazan los font Flaticon, manteniendo el wrapper circular */
.service-icon svg.fi,
.agency-icon svg.fi {
	display: inline-block;
	stroke: currentColor;
	stroke-width: 1.6;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
	box-sizing: border-box;
	vertical-align: middle;
}
.service-icon svg.fi {
	width: 100px;
	height: 100px;
	padding: 28px;
	background: rgba(169, 205, 46, .15);
	border-radius: 50%;
	color: #a9cd2e;
	margin-top: 15px;
	float: left;
}
.agency-icon svg.fi {
	width: 90px;
	height: 90px;
	padding: 22px;
	border: 5px solid rgba(169, 205, 46, .15);
	border-radius: 50%;
	color: #a9cd2e;
	float: left;
	background: transparent;
}
.service-area.service-style-2 .service-wrap .service-item .service-icon svg.fi,
.service-area.service-style-2.service-style-3 .service-wrap .service-item .service-icon svg.fi {
	float: none;
	margin: 0 auto 30px;
}
.service-area.service-style-2.service-style-3 .service-wrap .service-item .service-icon svg.fi {
	margin-bottom: 0;
	background: none;
}

.legal-banner {
	background: #1a2332;
	color: #fff;
	font-size: 0.8125rem;
	line-height: 1.5;
	padding: 0.65rem 0;
	text-align: center;
}

.legal-banner p {
	margin: 0;
	opacity: 0.92;
}

.logo-text {
	font-size: 1.35rem;
	font-weight: 700;
	color: #1a2332;
	letter-spacing: -0.02em;
	line-height: 1.2;
	text-decoration: none;
}

.logo-text span {
	display: block;
	font-size: 0.7rem;
	font-weight: 500;
	color: #c0392b;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.legal-box {
	background: #f8f9fa;
	border-left: 4px solid #c0392b;
	padding: 1.25rem 1.5rem;
	border-radius: 0 6px 6px 0;
	margin-bottom: 1.5rem;
}

.legal-box p {
	margin: 0;
	font-size: 0.9375rem;
	color: #334155;
	line-height: 1.6;
}

.hero-microcopy {
	font-size: 0.8125rem;
	color: #64748b;
	line-height: 1.5;
}

.hero-microcopy strong {
	color: #1a2332;
}

.landing-form .form-control,
.landing-form textarea.form-control {
	border: 1px solid #e2e8f0;
	border-radius: 4px;
	padding: 0.75rem 1rem;
	font-size: 0.9375rem;
	width: 100%;
}

.landing-form label {
	font-size: 0.875rem;
	font-weight: 600;
	color: #1a2332;
	margin-bottom: 0.35rem;
	display: block;
}

.landing-form .form-group {
	margin-bottom: 1rem;
}

.form-disclaimer {
	font-size: 0.8125rem;
	color: #64748b;
	line-height: 1.55;
	margin-top: 1rem;
}

.footer-legal-text {
	font-size: 0.8125rem;
	line-height: 1.55;
	opacity: 0.85;
}

.photo-real {
	object-fit: cover;
	width: 100%;
}

.features-img .photo-real {
	height: 220px;
}

.hero-slider .slider-bg.photo-real {
	object-fit: cover;
}

.cookie-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999999;
	background: #fff;
	border-top: 1px solid rgba(26, 35, 50, 0.1);
	box-shadow: 0 -8px 32px rgba(26, 35, 50, 0.12);
	padding: 1rem 0;
}

.cookie-banner__inner {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: center;
	justify-content: space-between;
}

.cookie-banner__text {
	flex: 1;
	min-width: 260px;
	font-size: 0.875rem;
	line-height: 1.55;
	color: #334155;
}

.cookie-banner__text p {
	margin: 0 0 0.35rem;
}

.cookie-banner__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.cookie-btn {
	font-size: 0.875rem;
	font-weight: 600;
	padding: 0.65rem 1.25rem;
	border-radius: 4px;
	cursor: pointer;
	border: 2px solid #c0392b;
	transition: background 0.2s, color 0.2s;
}

.cookie-btn--outline {
	background: #fff;
	color: #c0392b;
}

.cookie-btn--primary {
	background: #c0392b;
	color: #fff;
	border-color: #c0392b;
}

.legal-page-content h2 {
	font-size: 1.15rem;
	margin: 2rem 0 0.75rem;
	color: #1a2332;
}

.legal-page-content ul {
	padding-left: 1.25rem;
	margin-bottom: 1rem;
}

@media (max-width: 767px) {
	.cookie-banner__inner {
		flex-direction: column;
		align-items: stretch;
	}

	.cookie-btn {
		flex: 1;
		text-align: center;
	}
}
