/**
 * GEOCIKLO — Reintegración al mercado
 * Visual language matching canonical reference design.
 */
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;500;600;700;800;900&display=swap');

:root {
	--cmn-ink: #073F4D;
	--cmn-dark: #063e36;
	--cmn-green: #39b96f;
	--cmn-teal: #0b725f;
	--cmn-soft: #f4fbf7;
	--cmn-line: #e1eee8;
	--cmn-muted: #526c74;
	--cmn-shadow: 0 18px 50px rgba(7, 63, 77, 0.08);
}

.gc-cmn-root {
	font-family: 'Inter Tight', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	color: var(--cmn-ink);
	background: #ffffff;
	position: relative;
	width: 100%;
	overflow-x: clip;
}

.gc-cmn-root * {
	box-sizing: border-box;
}

.gc-cmn-container {
	width: min(1320px, calc(100% - 48px));
	margin-inline: auto;
}

.gc-cmn-root a {
	text-decoration: none;
	color: inherit;
}

.gc-cmn-root button {
	font: inherit;
	border: none;
	background: none;
	padding: 0;
	cursor: pointer;
}

body:has(.gc-cmn-root) .page-header,
body:has(.gc-cmn-root) .entry-header,
body:has(.gc-cmn-root) .entry-title {
	display: none !important;
}

body:has(.gc-cmn-root) .site-main,
body:has(.gc-cmn-root) main {
	width: 100% !important;
	max-width: none !important;
	margin-inline: 0 !important;
	padding-inline: 0 !important;
}

/* ==========================================================================
   01 — HERO: FULL-WIDTH BACKGROUND LAYER WITH VIDEO
   ========================================================================== */
.gc-internal-hero-bg {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	overflow: hidden;
	pointer-events: none;
	z-index: 0 !important;
}

.gc-internal-hero-video,
.gc-cmn-hero-video {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: right center !important;
	z-index: 0 !important;
	pointer-events: none !important;
}

.gc-internal-hero-overlay {
	position: absolute !important;
	inset: 0 !important;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 60%, rgba(255, 255, 255, 0.92) 90%, #FFFFFF 100%),
	            linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 42%, rgba(255, 255, 255, 0.38) 75%, rgba(255, 255, 255, 0.05) 100%) !important;
	z-index: 1 !important;
	pointer-events: none !important;
}

.gc-internal-hero-fullwidth.gc-hero-market,
.gc-cmn-disposal-hero {
	padding: calc(var(--gc-header-offset, 84px) + 32px) 0 68px !important;
	min-height: clamp(560px, 64vh, 690px) !important;
	display: flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	position: relative !important;
	width: 100% !important;
	background: transparent !important;
	overflow: visible !important;
}

.gc-cmn-disposal-hero::before,
.gc-cmn-disposal-hero::after,
.gc-detail-hero-section--cmn::before,
.gc-detail-hero-section--cmn::after {
	display: none !important;
}

.gc-internal-hero-inner {
	position: relative !important;
	z-index: 2 !important;
}

.gc-internal-hero-content,
.gc-cmn-disposal-copy {
	position: relative !important;
	z-index: 2 !important;
	max-width: 740px !important;
	text-align: left !important;
}

/* Breadcrumbs */
.gc-internal-hero-breadcrumbs {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-size: 13px;
	font-weight: 700;
	color: #405c66;
	margin-bottom: 22px;
	flex-wrap: wrap;
}

.gc-internal-hero-breadcrumbs a {
	color: var(--cmn-teal);
	transition: color 0.2s;
}

.gc-internal-hero-breadcrumbs a:hover {
	color: #05483e;
}

.gc-cmn-crumb-sep {
	color: #9cb1ba;
	font-weight: 500;
}

.gc-cmn-crumb-current {
	color: #536b75;
	font-weight: 600;
}

.gc-cmn-crumb-badge {
	color: var(--cmn-teal);
	font-weight: 900;
	letter-spacing: 0.02em;
}

/* Hero Typography */
.gc-circular-market-network .gc-internal-hero-content h1,
.gc-cmn-disposal-copy h1 {
	font-family: 'Inter Tight', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
	font-style: normal !important;
	font-weight: 900 !important;
	font-size: 62px !important;
	line-height: 65px !important;
	color: var(--cmn-ink) !important;
	letter-spacing: -0.03em !important;
	max-width: 780px !important;
	margin: 0 0 20px !important;
	text-shadow: none !important;
	text-wrap: balance;
}

.gc-internal-hero-content p,
.gc-cmn-disposal-copy p {
	max-width: 680px !important;
	margin: 0 0 32px !important;
	color: #28464f !important;
	font-size: 18px !important;
	line-height: 1.55 !important;
	font-weight: 600 !important;
	text-shadow: none !important;
}

/* Hero CTAs */
.gc-cmn-disposal-actions {
	display: flex;
	align-items: center;
	gap: 24px;
	flex-wrap: wrap;
}

.gc-cmn-btn-primary {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 14px 28px;
	border-radius: 999px;
	background: #0b6651;
	color: #ffffff !important;
	font-weight: 900;
	font-size: 15px;
	box-shadow: 0 10px 26px rgba(11, 102, 81, 0.28);
	transition: all 0.22s ease;
}

.gc-cmn-btn-primary:hover {
	background: #074e3e;
	transform: translateY(-2px);
	box-shadow: 0 14px 32px rgba(11, 102, 81, 0.35);
}

.gc-cmn-btn-secondary {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 900;
	font-size: 15px;
	color: var(--cmn-ink);
	transition: color 0.2s ease, transform 0.2s ease;
}

.gc-cmn-btn-secondary:hover {
	color: var(--cmn-teal);
	transform: translateY(2px);
}

/* ==========================================================================
   GLOBAL SECTION ELEMENTS
   ========================================================================== */
.gc-cmn-disposal-band {
	padding: 56px 0;
	background: #ffffff;
}

.gc-cmn-eyebrow {
	display: inline-block;
	color: var(--cmn-teal);
	font-size: 13px;
	font-weight: 800;
	margin-bottom: 8px;
	text-transform: none;
}

.gc-cmn-section-heading h2,
.gc-cmn-decision-title h2,
.gc-cmn-reality-left h2 {
	margin: 0;
	font-size: clamp(28px, 3.2vw, 42px);
	line-height: 1.1;
	font-weight: 900;
	color: var(--cmn-ink);
	letter-spacing: -0.02em;
}

/* ==========================================================================
   02 — SECCIÓN 1: CÓMO FUNCIONA (5 PROCESS STEP CARDS)
   ========================================================================== */
.gc-cmn-steps-section {
	padding-top: 36px;
}

.gc-cmn-section-heading {
	margin-bottom: 32px;
}

.gc-cmn-process-flow {
	display: flex;
	align-items: stretch;
	gap: 0;
	width: 100%;
}

.gc-cmn-step-card {
	flex: 1 1 0;
	min-width: 0;
	background: #ffffff;
	border: 1px solid var(--cmn-line);
	border-radius: 16px;
	padding: 24px 18px;
	box-shadow: 0 8px 24px rgba(7, 63, 77, 0.04);
	display: flex;
	flex-direction: column;
	text-align: left;
	transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.gc-cmn-step-card:hover {
	transform: translateY(-4px);
	border-color: var(--cmn-green);
	box-shadow: 0 14px 34px rgba(7, 63, 77, 0.08);
}

.gc-cmn-step-num {
	font-size: 14px;
	font-weight: 900;
	color: var(--cmn-teal);
	margin-bottom: 14px;
	display: block;
}

.gc-cmn-step-icon {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #eef9f3;
	color: var(--cmn-teal);
	display: grid;
	place-items: center;
	margin-bottom: 16px;
	flex-shrink: 0;
}

.gc-cmn-step-card strong {
	font-size: 17px;
	font-weight: 900;
	color: var(--cmn-ink);
	margin-bottom: 8px;
	display: block;
}

.gc-cmn-step-card p {
	font-size: 13px;
	line-height: 1.45;
	color: var(--cmn-muted);
	margin: 0;
}

.gc-cmn-step-connector {
	flex: 0 0 24px;
	height: 2px;
	border-top: 2px dashed #b9dfce;
	align-self: center;
	margin: 0 -2px;
	z-index: 1;
}

/* ==========================================================================
   03 — SECCIÓN 2: RUTA ORIENTATIVA (INTERACTIVE FLOW DIAGRAM)
   ========================================================================== */
.gc-cmn-decision-card {
	border: 1px solid var(--cmn-line);
	border-radius: 24px;
	padding: 44px 48px;
	background: #ffffff;
	box-shadow: var(--cmn-shadow);
}

/* Split Head in Section 2 */
.gc-cmn-decision-split-head {
	display: grid;
	grid-template-columns: 1.15fr 1fr;
	gap: 48px;
	align-items: start;
	margin-bottom: 38px;
}

.gc-cmn-decision-head-left .gc-cmn-eyebrow {
	display: block;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.05em;
	color: var(--cmn-teal);
	text-transform: uppercase;
	margin-bottom: 12px;
}

.gc-cmn-decision-main-title {
	font-family: 'Inter Tight', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	font-weight: 900;
	font-size: clamp(32px, 3.4vw, 44px);
	line-height: 1.08;
	letter-spacing: -0.03em;
	color: var(--cmn-ink);
	margin: 0;
	text-wrap: balance;
}

.gc-cmn-decision-lead {
	font-size: 15px;
	line-height: 1.55;
	color: #3b5760;
	font-weight: 500;
	margin: 0 0 14px;
}

.gc-cmn-decision-micro {
	display: inline-flex;
	align-items: baseline;
	gap: 8px;
	font-size: 13.5px;
	line-height: 1.45;
	color: #64748b;
	margin: 0;
}

.gc-cmn-decision-micro em {
	font-style: italic;
}

.gc-cmn-micro-dash {
	color: var(--cmn-green);
	font-weight: 700;
	flex-shrink: 0;
}

/* Flow Cards Track (4 in a row) */
.gc-cmn-flow-track {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 12px;
	margin: 32px 0 28px;
	width: 100%;
}

.gc-cmn-root button.gc-cmn-flow-card,
.gc-cmn-flow-card {
	flex: 1 1 0;
	min-width: 0;
	display: flex;
	flex-direction: column;
	text-align: left;
	white-space: normal !important;
	word-wrap: break-word;
	overflow: visible !important;
	background: #ffffff !important;
	border: 1.5px solid #e1eee8 !important;
	border-radius: 16px;
	padding: 24px 20px 22px !important;
	cursor: pointer;
	box-shadow: 0 4px 16px rgba(7, 63, 77, 0.03);
	transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
}

.gc-cmn-root button.gc-cmn-flow-card:hover,
.gc-cmn-flow-card:hover {
	transform: translateY(-3px);
	border-color: #a7dfc2 !important;
	box-shadow: 0 10px 24px rgba(7, 63, 77, 0.08);
}

.gc-cmn-root button.gc-cmn-flow-card.is-active,
.gc-cmn-flow-card.is-active {
	border-color: var(--cmn-green) !important;
	background: #ffffff !important;
	box-shadow: 0 10px 28px rgba(57, 185, 111, 0.12);
}

.gc-cmn-flow-card-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

/* Icon circle enlarged as requested by user */
.gc-cmn-flow-icon {
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: #eaf7f0;
	color: var(--cmn-teal);
	display: grid;
	place-items: center;
	flex-shrink: 0;
	transition: background 0.2s ease, color 0.2s ease;
}

.gc-cmn-flow-icon svg {
	width: 30px;
	height: 30px;
	stroke-width: 2.2;
}

.gc-cmn-flow-card.is-active .gc-cmn-flow-icon {
	background: #d5f4df;
	color: #076d57;
}

.gc-cmn-flow-num {
	font-size: 13px;
	font-weight: 700;
	color: #0b725f;
	background: #f0fdf4;
	border: 1px solid #dcfce7;
	padding: 3px 10px;
	border-radius: 12px;
	line-height: 1;
}

.gc-cmn-flow-card.is-active .gc-cmn-flow-num {
	color: #065f46;
	font-weight: 800;
	background: #e6f9ed;
	border-color: #bbf7d0;
}

.gc-cmn-flow-title {
	font-size: 17px;
	font-weight: 900;
	color: var(--cmn-ink);
	margin: 0 0 10px;
	line-height: 1.25;
	display: block;
	white-space: normal !important;
}

.gc-cmn-flow-desc {
	font-size: 13.5px;
	line-height: 1.5;
	color: var(--cmn-muted);
	margin: 0;
	font-weight: 500;
	display: block;
	white-space: normal !important;
}

.gc-cmn-flow-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	color: var(--cmn-green);
	align-self: center;
	padding: 0 4px;
	z-index: 1;
}

.gc-cmn-flow-arrow svg {
	width: 24px;
	height: 24px;
	stroke-width: 2.2;
}

/* Selected Route Result Banner */
.gc-cmn-selected-route {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 22px 28px;
	border: 1.5px solid #cce8d6;
	border-radius: 16px;
	background: #f0f9f5;
	margin: 32px 0 20px;
}

.gc-cmn-route-left {
	display: flex;
	align-items: center;
	gap: 20px;
	flex: 1;
	min-width: 0;
}

.gc-cmn-route-icon-badge {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #085843;
	color: #ffffff;
	display: grid;
	place-items: center;
	flex-shrink: 0;
	box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.15);
}

.gc-cmn-route-icon-badge svg {
	width: 26px;
	height: 26px;
	stroke-width: 2.2;
}

.gc-cmn-route-body {
	flex: 1;
	min-width: 0;
}

.gc-cmn-route-step-line {
	margin: 0 0 8px;
	color: #28464f;
	font-size: 14.5px;
	line-height: 1.45;
}

.gc-cmn-step-label {
	font-weight: 700;
	color: #526c74;
}

.gc-cmn-route-step-line strong {
	color: var(--cmn-ink);
	font-size: 15.5px;
	font-weight: 900;
}

.gc-cmn-route-step-line span {
	font-style: normal;
	color: #3b5760;
}

.gc-cmn-result-static {
	margin: 0;
	padding-top: 8px;
	border-top: 1px dashed #cfe7d6;
}

.gc-cmn-route-subheading {
	font-size: 13.5px;
	font-weight: 900;
	color: var(--cmn-teal);
	display: block;
	margin-bottom: 2px;
}

.gc-cmn-route-subtext {
	margin: 0;
	font-size: 13px;
	color: #3f5963;
	line-height: 1.5;
}

.gc-cmn-route-action {
	flex-shrink: 0;
}

.gc-cmn-route-cta {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 12px 24px;
	border: 1.5px solid #0b725f;
	border-radius: 9999px;
	background: #ffffff;
	color: #0b725f;
	font-size: 14.5px;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
	transition: all 0.22s ease;
	cursor: pointer;
}

.gc-cmn-route-cta:hover {
	background: #0b725f;
	color: #ffffff;
	transform: translateY(-1px);
	box-shadow: 0 6px 18px rgba(11, 114, 95, 0.2);
}

.gc-cmn-route-cta:hover .gc-cmn-cta-arrow {
	transform: translateX(3px);
}

.gc-cmn-cta-arrow {
	transition: transform 0.2s ease;
	font-size: 16px;
	line-height: 1;
}

/* Disclaimer */
.gc-cmn-disclaimer {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 16px 0 0;
	color: #5a737b;
	font-size: 12.5px;
	line-height: 1.45;
	font-weight: 500;
}

.gc-cmn-disclaimer svg {
	flex-shrink: 0;
	width: 18px;
	height: 18px;
	color: var(--cmn-teal);
	margin-top: 1px;
}

/* ==========================================================================
   04 — SECCIÓN 3: ANTES DE AVANZAR (5 CRITERIA + STATUS BANNER)
   ========================================================================== */
.gc-cmn-reality {
	padding-top: 24px;
	padding-bottom: 72px;
}

.gc-cmn-reality-split-head {
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	gap: 40px;
	align-items: end;
	margin-bottom: 36px;
}

.gc-cmn-reality-right p {
	margin: 0;
	color: #526c74;
	font-size: 15.5px;
	line-height: 1.55;
	font-weight: 600;
}

.gc-cmn-criteria-flow {
	display: flex;
	align-items: stretch;
	gap: 0;
	width: 100%;
}

.gc-cmn-criterion-card {
	flex: 1 1 0;
	min-width: 0;
	background: #ffffff;
	border: 1px solid var(--cmn-line);
	border-radius: 16px;
	padding: 22px 18px;
	box-shadow: 0 8px 24px rgba(7, 63, 77, 0.04);
	display: flex;
	flex-direction: column;
	text-align: left;
	transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.gc-cmn-criterion-card:hover {
	transform: translateY(-4px);
	border-color: var(--cmn-green);
	box-shadow: 0 14px 34px rgba(7, 63, 77, 0.08);
}

.gc-cmn-criterion-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
}

.gc-cmn-criterion-icon {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #eef9f3;
	color: var(--cmn-teal);
	display: grid;
	place-items: center;
	flex-shrink: 0;
}

.gc-cmn-criterion-num {
	font-size: 14px;
	font-weight: 900;
	color: var(--cmn-teal);
}

.gc-cmn-criterion-card strong {
	font-size: 16px;
	font-weight: 900;
	color: var(--cmn-ink);
	margin-bottom: 6px;
	display: block;
}

.gc-cmn-criterion-card p {
	font-size: 12.5px;
	line-height: 1.4;
	color: var(--cmn-muted);
	margin: 0;
}

.gc-cmn-criterion-connector {
	flex: 0 0 24px;
	height: 2px;
	border-top: 2px dashed #b9dfce;
	align-self: center;
	margin: 0 -2px;
	z-index: 1;
}

/* Bottom Dark Status Banner */
.gc-cmn-status-banner {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 20px 28px;
	border-radius: 14px;
	background: #063e36;
	color: #ffffff;
	margin-top: 36px;
	box-shadow: 0 14px 36px rgba(6, 62, 54, 0.18);
}

.gc-cmn-status-icon {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #0e554a;
	color: #39b96f;
	display: grid;
	place-items: center;
	flex-shrink: 0;
}

.gc-cmn-status-content strong {
	font-size: 16px;
	font-weight: 900;
	color: #ffffff !important;
	display: block;
	margin-bottom: 3px;
}

.gc-cmn-status-content p {
	font-size: 13.5px;
	color: #d1eee3 !important;
	margin: 0;
	line-height: 1.4;
}

/* ==========================================================================
   05 — RESPONSIVE DESIGN
   ========================================================================== */
@media (max-width: 1080px) {
	.gc-cmn-process-flow,
	.gc-cmn-criteria-flow {
		flex-wrap: wrap;
		gap: 16px;
	}

	.gc-cmn-step-card,
	.gc-cmn-criterion-card {
		flex: 1 1 calc(50% - 16px);
		min-width: 220px;
	}

	.gc-cmn-step-connector,
	.gc-cmn-criterion-connector {
		display: none;
	}

	.gc-cmn-decision-split-head {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.gc-cmn-flow-track {
		flex-wrap: wrap;
		gap: 16px;
	}

	.gc-cmn-flow-card {
		flex: 1 1 calc(50% - 16px);
		min-width: 220px;
	}

	.gc-cmn-flow-arrow {
		display: none;
	}

	.gc-cmn-selected-route {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}

	.gc-cmn-route-action {
		width: 100%;
	}

	.gc-cmn-route-cta {
		width: 100%;
		justify-content: center;
	}

	.gc-cmn-reality-split-head {
		grid-template-columns: 1fr;
		gap: 16px;
	}
}

@media (max-width: 768px) {
	.gc-cmn-container,
	.gc-internal-hero-inner {
		width: min(100% - 32px, 1320px) !important;
	}

	.gc-circular-market-network .gc-internal-hero-content h1,
	.gc-cmn-disposal-copy h1 {
		font-size: clamp(34px, 7.5vw, 48px) !important;
		line-height: 1.1 !important;
		word-break: break-word !important;
	}

	.gc-cmn-decision-card {
		padding: 28px 18px;
		border-radius: 20px;
	}

	.gc-cmn-flow-card {
		flex: 1 1 100%;
	}

	.gc-cmn-selected-route {
		padding: 20px 16px;
		text-align: left;
	}

	.gc-cmn-route-left {
		flex-direction: column;
		align-items: flex-start;
		gap: 14px;
	}

	.gc-cmn-status-banner {
		flex-direction: column;
		text-align: center;
		padding: 20px;
	}
}

@media (max-width: 540px) {
	.gc-cmn-step-card,
	.gc-cmn-criterion-card {
		flex: 1 1 100%;
	}

	.gc-cmn-disposal-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.gc-cmn-btn-primary {
		justify-content: center;
	}

	.gc-cmn-btn-secondary {
		justify-content: center;
	}
}
