/**
 * GEOCIKLO — Unified Global Climate-Tech Footer.
 *
 * Implements the official visual reference:
 *  1. Climate-Tech Top CTA band with foliage & protruding eco planet earth globe.
 *  2. 6-column modular navigation grid (Brand, Soluciones, Plataforma, Recursos, Geociklo, Contacto).
 *  3. Bottom strip with Copyright, 6/6 Legal Center links, and Developer Credit.
 *
 * High-performance, zero horizontal overflow, mobile-responsive and accessible.
 */

/* ==========================================================================
   0. Theme Default Chrome Suppression
   ========================================================================== */
.site-footer.dynamic-footer,
.site-footer:not(.gc-global-footer),
#site-footer:not(.gc-global-footer) {
	display: none !important;
}

/* ==========================================================================
   1. Outer Container & Base Reset
   ========================================================================== */
.gc-global-footer {
	font-family: 'Inter Tight', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	padding: 85px 20px 64px;
	position: relative;
	z-index: 10;
	overflow-x: clip;
	background: transparent;
	color: #FFFFFF;
}

.gc-global-footer *,
.gc-global-footer *::before,
.gc-global-footer *::after {
	box-sizing: border-box;
}

/* Main Card */
.gc-footer-card {
	max-width: 1360px;
	margin: 0 auto;
	border-radius: 24px 24px 20px 20px;
	position: relative;
	background: linear-gradient(115deg, #035877 0%, #06605C 45%, #073F4D 100%);
	box-shadow: 0 24px 60px rgba(2, 44, 54, 0.42);
	color: #FFFFFF;
	overflow: visible;
}

/* ==========================================================================
   2. Top CTA Band (Climate-Tech Premium)
   ========================================================================== */
.gc-footer-cta {
	position: relative;
	padding: 44px 48px 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	min-height: 180px;
	overflow: visible;
}

/* Left Foliage Decoration */
.gc-footer-cta__deco-left {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 320px;
	pointer-events: none;
	overflow: visible;
	z-index: 1;
}

.gc-footer-cta__foliage {
	position: absolute;
	left: -8px;
	bottom: -4px;
	height: 155px;
	width: auto;
	object-fit: contain;
	z-index: 1;
	filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.35));
}

.gc-footer-cta__light-curve {
	position: absolute;
	left: 65px;
	top: 10px;
	height: 125px;
	width: auto;
	z-index: 2;
	opacity: 0.92;
}

.gc-footer-cta__leaf-left {
	position: absolute;
	left: 145px;
	top: 20px;
	width: 44px;
	height: auto;
	z-index: 3;
	filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

/* CTA Center Content */
.gc-footer-cta__content {
	position: relative;
	z-index: 4;
	max-width: 620px;
	margin-left: 270px;
}

.gc-footer-cta__title {
	font-family: 'Inter Tight', sans-serif;
	font-size: 31px;
	font-weight: 850;
	color: #FFFFFF;
	margin: 0 0 8px;
	line-height: 1.18;
	letter-spacing: -0.02em;
}

.gc-footer-cta__subtitle {
	font-family: 'Inter Tight', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.85);
	margin: 0 0 20px;
	line-height: 1.45;
}

.gc-footer-cta__actions {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
}

.gc-footer-btn {
	font-family: 'Inter Tight', sans-serif;
	font-size: 14px;
	font-weight: 700;
	border-radius: 999px;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	line-height: 1;
	transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.gc-footer-btn--primary {
	background: #3FAE6A;
	color: #FFFFFF;
	padding: 13px 26px;
	box-shadow: 0 4px 18px rgba(63, 174, 106, 0.42);
	border: 1px solid rgba(255, 255, 255, 0.15);
}

.gc-footer-btn--primary:hover,
.gc-footer-btn--primary:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 6px 24px rgba(63, 174, 106, 0.6);
	background: #46c276;
	color: #FFFFFF;
}

.gc-footer-btn--secondary {
	background: rgba(255, 255, 255, 0.06);
	color: #FFFFFF;
	padding: 12px 24px;
	border: 1px solid rgba(255, 255, 255, 0.42);
	backdrop-filter: blur(4px);
}

.gc-footer-btn--secondary:hover,
.gc-footer-btn--secondary:focus-visible {
	transform: translateY(-2px);
	border-color: #3FAE6A;
	background: rgba(63, 174, 106, 0.15);
	color: #FFFFFF;
}

/* Right Planet & Leaves Decoration */
.gc-footer-cta__deco-right {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 380px;
	pointer-events: none;
	z-index: 5;
	overflow: visible;
}

.gc-footer-cta__leaves-glow {
	position: absolute;
	right: 220px;
	top: -15px;
	width: 140px;
	height: auto;
	z-index: 3;
	opacity: 0.78;
}

.gc-footer-planet-wrapper {
	position: absolute;
	right: 35px;
	top: -72px;
	width: 285px;
	height: 285px;
	z-index: 6;
}

.gc-footer-planet {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	filter: drop-shadow(0 18px 36px rgba(0, 0, 0, 0.45)) drop-shadow(0 0 35px rgba(63, 174, 106, 0.25));
}

/* ==========================================================================
   3. Main 7-Column Navigation Grid & Manifesto Strip
   ========================================================================== */
.gc-footer-main {
	padding: 40px 48px 36px;
}

.gc-footer-brand-strip {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	padding-bottom: 24px;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.gc-footer-columns {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 20px;
}

.gc-footer-col {
	min-width: 0;
}

/* Brand Column */
.gc-footer-brand__logo-link {
	display: inline-block;
	text-decoration: none;
	flex-shrink: 0;
}

.gc-footer-brand__logo {
	max-width: 145px;
	height: auto;
	display: block;
}

.gc-footer-brand__copy {
	font-size: 13.5px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.88);
	margin: 0;
	max-width: 720px;
	font-weight: 450;
}

.gc-footer-col__title-link {
	color: inherit;
	text-decoration: none;
	transition: color 0.18s ease;
}

.gc-footer-col__title-link:hover,
.gc-footer-col__title-link:focus-visible {
	color: #3FAE6A;
}

.gc-footer-social {
	display: flex;
	align-items: center;
	gap: 12px;
}

.gc-footer-social__link {
	color: #FFFFFF;
	opacity: 0.85;
	transition: opacity 0.18s ease, transform 0.18s ease, color 0.18s ease;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 4px;
}

.gc-footer-social__link:hover,
.gc-footer-social__link:focus-visible {
	opacity: 1;
	transform: translateY(-2px);
	color: #3FAE6A;
}

/* Nav Columns */
.gc-footer-col__title {
	font-size: 15px;
	font-weight: 750;
	color: #FFFFFF;
	margin: 0 0 16px;
	letter-spacing: -0.01em;
}

.gc-footer-col__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.gc-footer-col__list li {
	margin: 0;
}

.gc-footer-col__list a {
	font-size: 13.5px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.80);
	text-decoration: none;
	line-height: 1.45;
	transition: color 0.18s ease, transform 0.18s ease;
	display: inline-block;
}

.gc-footer-col__list a:hover,
.gc-footer-col__list a:focus-visible {
	color: #FFFFFF;
	transform: translateX(2px);
}

/* Contact Column */
.gc-footer-contact-items {
	display: flex;
	flex-direction: column;
	gap: 11px;
}

.gc-footer-contact-item {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	font-size: 13.5px;
	color: rgba(255, 255, 255, 0.82);
	text-decoration: none;
	font-weight: 500;
	line-height: 1.4;
	transition: color 0.18s ease;
}

.gc-footer-contact-item:not(.gc-footer-contact-item--static):hover,
.gc-footer-contact-item:not(.gc-footer-contact-item--static):focus-visible {
	color: #FFFFFF;
}

.gc-footer-icon {
	color: rgba(255, 255, 255, 0.85);
	flex-shrink: 0;
}

.gc-footer-contact-action {
	margin-top: 4px;
}

.gc-footer-pill-cta {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: #3FAE6A;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 700;
	padding: 8px 18px;
	border-radius: 999px;
	text-decoration: none;
	transition: background-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
	box-shadow: 0 3px 12px rgba(63, 174, 106, 0.35);
}

.gc-footer-pill-cta:hover,
.gc-footer-pill-cta:focus-visible {
	background: #46c276;
	transform: translateY(-1px);
	box-shadow: 0 5px 16px rgba(63, 174, 106, 0.5);
	color: #FFFFFF;
}

/* ==========================================================================
   4. Bottom Strip: Copyright, Legal Links (6/6), Developer Credit
   ========================================================================== */
.gc-footer-bottom {
	padding: 20px 48px 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.10);
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 14px 20px;
	font-size: 12px;
}

.gc-footer-legal {
	order: 1;
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 0 0 10px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.gc-footer-bottom__left {
	order: 2;
	flex: 0 0 auto;
}

.gc-footer-copyright {
	color: rgba(255, 255, 255, 0.85);
	font-weight: 500;
	white-space: nowrap;
	font-size: 12px;
}

.gc-footer-bottom__right {
	order: 3;
	flex: 0 0 auto;
	margin-left: auto;
}

.gc-footer-credit {
	color: rgba(255, 255, 255, 0.85);
	font-weight: 500;
	text-align: right;
	white-space: nowrap;
	font-size: 12px;
}

.gc-footer-legal__inner {
	display: flex;
	align-items: center;
	gap: 12px;
}

.gc-footer-legal__title {
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #3FAE6A;
	margin: 0;
	display: none;
}

.gc-footer-legal__nav {
	min-width: 0;
}

.gc-footer-legal__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 6px 14px;
}

.gc-footer-legal__list li {
	margin: 0;
}

.gc-footer-legal__list a {
	font-size: 12px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.88);
	text-decoration: none;
	line-height: 1.45;
	transition: color 0.18s ease, text-decoration 0.18s ease;
}

.gc-footer-legal__list a:hover,
.gc-footer-legal__list a:focus-visible {
	color: #46C276;
	text-decoration: underline;
}

/* ==========================================================================
   5. Responsive Adaptations
   ========================================================================== */
@media (max-width: 1200px) {
	.gc-footer-cta__content {
		margin-left: 230px;
		max-width: 480px;
	}

	.gc-footer-planet-wrapper {
		width: 240px;
		height: 240px;
		top: -55px;
		right: 20px;
	}

	.gc-footer-cta__leaves-glow {
		right: 180px;
		width: 115px;
	}

	.gc-footer-columns {
		grid-template-columns: repeat(4, 1fr);
		gap: 22px;
	}
}

@media (max-width: 1024px) {
	.gc-footer-cta__content {
		margin-left: 180px;
		max-width: 440px;
	}

	.gc-footer-brand-strip {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
	}

	.gc-footer-columns {
		grid-template-columns: repeat(3, 1fr);
		gap: 24px;
	}

	.gc-footer-bottom {
		gap: 12px;
	}

	.gc-footer-legal {
		order: 2;
		width: 100%;
		justify-content: flex-start;
		padding: 0;
	}

	.gc-footer-legal__list {
		justify-content: flex-start;
	}

	.gc-footer-bottom__left {
		order: 1;
	}

	.gc-footer-bottom__right {
		order: 3;
		width: 100%;
		text-align: left;
	}

	.gc-footer-credit {
		text-align: left;
	}
}

@media (max-width: 768px) {
	.gc-global-footer {
		padding: 70px 16px 20px;
	}

	.gc-footer-cta {
		padding: 40px 28px 32px;
		flex-direction: column;
		align-items: flex-start;
		position: relative;
	}

	.gc-footer-cta__deco-left {
		width: 180px;
		opacity: 0.45;
	}

	.gc-footer-cta__foliage {
		height: 100px;
	}

	.gc-footer-cta__content {
		margin-left: 0;
		max-width: 100%;
		padding-top: 15px;
	}

	.gc-footer-cta__title {
		font-size: 26px;
		max-width: calc(100% - 150px);
	}

	.gc-footer-planet-wrapper {
		width: 165px;
		height: 165px;
		top: -42px;
		right: 12px;
	}

	.gc-footer-cta__leaves-glow {
		display: none;
	}

	.gc-footer-main {
		padding: 36px 24px;
	}

	.gc-footer-columns {
		grid-template-columns: repeat(2, 1fr);
		gap: 24px;
	}

	.gc-footer-bottom {
		padding: 22px 28px;
	}
}

@media (max-width: 520px) {
	.gc-global-footer {
		padding: 55px 10px 16px;
	}

	.gc-footer-card {
		border-radius: 18px;
	}

	.gc-footer-cta {
		padding: 28px 18px 24px;
	}

	.gc-footer-cta__deco-left {
		width: 130px;
		opacity: 0.35;
	}

	.gc-footer-cta__foliage {
		height: 80px;
	}

	.gc-footer-cta__content {
		padding-top: 20px;
	}

	.gc-footer-cta__title {
		font-size: 22px;
		max-width: calc(100% - 120px);
	}

	.gc-footer-cta__subtitle {
		font-size: 13.5px;
		margin-bottom: 18px;
	}

	.gc-footer-btn {
		width: 100%;
		justify-content: center;
		padding: 12px 18px;
	}

	.gc-footer-planet-wrapper {
		width: 130px;
		height: 130px;
		top: -34px;
		right: 5px;
	}

	.gc-footer-main {
		padding: 28px 18px;
	}

	.gc-footer-columns {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.gc-footer-legal__list {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}

	.gc-footer-bottom {
		padding: 18px;
	}

	.gc-footer-copyright,
	.gc-footer-credit {
		white-space: normal;
	}
}

@media (prefers-reduced-motion: reduce) {
	.gc-footer-btn,
	.gc-footer-social__link,
	.gc-footer-col__list a,
	.gc-footer-pill-cta,
	.gc-footer-legal__list a {
		transition: none !important;
	}
}

@media print {
	.gc-global-footer {
		display: none !important;
	}
}
