.gc-solutions-root {
	--gc-sol-title: #144955;
	--gc-sol-primary: #035877;
	--gc-sol-green: #3FAE6A;
	--gc-sol-deep: #06605C;
	--gc-sol-ink: #183f46;
	--gc-sol-muted: #667b7f;
	--gc-sol-line: rgba(20, 73, 85, 0.14);
	--gc-sol-paper: #f6f2ea;
	position: relative;
	isolation: isolate;
	font-family: 'Inter Tight', var(--gc-font-family, sans-serif);
	color: var(--gc-sol-ink);
	background: #f5f1e9;
	overflow: hidden;
}

.gc-solutions-root *,
.gc-solutions-root *::before,
.gc-solutions-root *::after { box-sizing: border-box; }

/* La gutter horizontal la impone geociklo-layout.css sobre .gc-solutions-section
   (contrato Fase 2.5). Aquí sólo se define el ritmo vertical: un shorthand
   `padding` la sobrescribiría y rompería el marco de página. */
.gc-solutions-section { position: relative; padding-block: 42px; }

.gc-solutions-container {
	width: 100%;
	max-width: var(--gc-page-max, 1380px);
	margin-inline: auto;
	box-sizing: border-box;
}

.gc-sol-hero-scene {
	min-height: 680px;
	padding-block: calc(var(--gc-header-offset, 84px) + 58px) 90px;
	background: var(--gc-sol-paper);
	isolation: isolate;
	overflow: hidden;
}

.gc-sol-hero-video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

.gc-sol-hero-scene::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(246,242,234,0.78) 0%, rgba(246,242,234,0.56) 38%, rgba(246,242,234,0.14) 70%, rgba(246,242,234,0.03) 100%);
	z-index: 1;
}

.gc-sol-hero-grid {
	display: grid;
	grid-template-columns: minmax(420px, 0.9fr) minmax(260px, 0.42fr);
	align-items: end;
	gap: 44px;
	min-height: 520px;
}

.gc-sol-hero-grid { position: relative; z-index: 2; }

.gc-sol-hero-copy { max-width: 760px; }

.gc-sol-hero-badge-wrap { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 22px; }

.gc-sol-badge,
.gc-sol-status-pill,
.gc-context-vars-badge,
.gc-sol-subheading,
.gc-action-badge,
.gc-handoff-card > div > span {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	border-radius: 999px;
	padding: 6px 12px;
	font-size: 11px;
	font-weight: 850;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.gc-sol-badge { color: var(--gc-sol-green); background: rgba(63,174,106,0.13); }
.gc-sol-status-pill { color: var(--gc-sol-primary); background: rgba(20,73,85,0.08); }

.gc-sol-hero-title,
.gc-sol-title,
.gc-sol-card-title,
.gc-handoff-card h2 {
	font-family: 'Inter Tight', var(--gc-font-family, sans-serif);
	font-weight: 900;
	letter-spacing: 0;
	color: var(--gc-sol-title);
}

.gc-sol-hero-title {
	max-width: 690px;
	margin: 0 0 18px;
	font-size: clamp(2.75rem, 4.4vw, 3.875rem);
	line-height: 1.05;
}

.gc-sol-hero-lead {
	max-width: 570px;
	margin: 0 0 28px;
	font-size: clamp(1rem, 1.25vw, 1.2rem);
	line-height: 1.55;
	color: var(--gc-sol-muted);
}

.gc-command-bar {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 14px;
	max-width: 720px;
	padding: 10px 10px 10px 22px;
	border: 1px solid var(--gc-sol-line);
	border-radius: 28px;
	background: rgba(255,255,255,0.86);
	box-shadow: 0 22px 70px rgba(20,73,85,0.12);
	backdrop-filter: blur(10px);
}

.gc-command-bar__icon { color: var(--gc-sol-title); font-size: 28px; line-height: 1; }
.gc-command-bar__input { min-width: 0; border: 0; outline: 0; background: transparent; color: var(--gc-sol-ink); font: 650 15px/1.3 'Inter Tight', sans-serif; }
.gc-command-bar__input::placeholder { color: rgba(24,63,70,0.58); }

.gc-command-bar__btn,
.gc-btn--dark-pill,
.gc-btn--primary-cta,
.gc-sol-secondary-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 44px;
	border-radius: 999px;
	padding: 12px 22px;
	border: 1px solid transparent;
	font: 850 14px/1 'Inter Tight', sans-serif;
	text-decoration: none;
	cursor: pointer;
	transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.gc-command-bar__btn,
.gc-btn--dark-pill { background: var(--gc-sol-primary); color: #fff; box-shadow: 0 14px 34px rgba(3,88,119,.23); }
.gc-btn--primary-cta { background: var(--gc-sol-green); color: #fff; box-shadow: 0 14px 34px rgba(63,174,106,.24); }
.gc-sol-secondary-btn { background: #fff; color: var(--gc-sol-title); border-color: var(--gc-sol-line); }
.gc-sol-secondary-btn--dark { background: transparent; color: #fff; border-color: rgba(255,255,255,.55); }
.gc-command-bar__btn:hover,
.gc-btn--dark-pill:hover,
.gc-btn--primary-cta:hover,
.gc-sol-secondary-btn:hover { transform: translateY(-1px); }

.gc-sol-intent-group { position: relative; z-index: 4; display: grid; grid-template-columns: repeat(5, minmax(142px, 1fr)); gap: 12px; width: min(100%, 860px); margin-top: 34px; margin-bottom: -34px; overflow-x: auto; padding: 0 0 8px; }
.gc-sol-intent-btn,
.gc-sol-tab-btn,
.gc-sol-pill-btn,
.gc-selectlike-pill,
.gc-sol-net-node {
	font-family: 'Inter Tight', sans-serif;
	border: 1px solid var(--gc-sol-line);
	background: rgba(255,255,255,.72);
	color: var(--gc-sol-title);
	cursor: pointer;
}
.gc-sol-intent-btn { display: flex; flex-direction: column; align-items: center; justify-content: center; min-width: 142px; min-height: 88px; border-radius: 14px; padding: 12px 10px; font-size: 12px; line-height: 1.15; font-weight: 850; text-align: center; white-space: normal; overflow-wrap: anywhere; word-break: normal; box-shadow: 0 18px 48px rgba(20,73,85,.12); backdrop-filter: blur(12px); }
.gc-sol-intent-btn span { display: block; color: var(--gc-sol-green); font-weight: 900; margin-bottom: 6px; line-height: 1; }
.gc-sol-intent-btn.gc-is-active,
.gc-sol-tab-btn.gc-is-active,
.gc-sol-net-node.gc-is-active { background: var(--gc-sol-primary); color: #fff; border-color: var(--gc-sol-primary); }
.gc-sol-intent-btn.gc-is-active span { color: #d9f2df; }

.gc-sol-hero-card {
	justify-self: end;
	align-self: end;
	width: min(250px, 100%);
	padding: 12px;
	border: 1px solid rgba(20,73,85,.18);
	border-radius: 24px;
	background: rgba(255,255,255,.72);
	box-shadow: 0 22px 66px rgba(20,73,85,.12);
}
.gc-sol-hero-card img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 18px; display: block; }
.gc-sol-hero-card p { margin: 12px 4px 10px; font-size: 15px; font-weight: 760; color: var(--gc-sol-title); }
.gc-sol-hero-card a { margin: 0 4px 4px; display: inline-flex; color: var(--gc-sol-title); font-weight: 800; text-decoration: none; }

.gc-sol-context-scene { margin-top: -58px; z-index: 2; }
.gc-context-builder-card,
.gc-sol-detail-card,
.gc-explainability-card {
	border: 1px solid rgba(20,73,85,.12);
	border-radius: 8px;
	background: rgba(255,255,255,.86);
	box-shadow: 0 24px 80px rgba(20,73,85,.11);
	backdrop-filter: blur(12px);
}
.gc-context-builder-card { padding: 34px; }
.gc-context-builder__header { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 26px; }
.gc-context-builder__pill { color: var(--gc-sol-title); font-size: 15px; font-weight: 900; letter-spacing: .08em; }
.gc-context-vars-badge { color: var(--gc-sol-green); background: rgba(63,174,106,.1); }
.gc-context-builder__body { display: grid; grid-template-columns: .86fr 1.15fr 1.25fr; gap: 28px; }
.gc-builder-step { display: grid; align-content: start; gap: 14px; min-width: 0; }
.gc-builder-step__label { color: var(--gc-sol-ink); font-size: 14px; font-weight: 850; }
.gc-selectlike-pill { width: fit-content; min-height: 48px; border-radius: 24px; padding: 0 18px; font-weight: 850; }
.gc-sol-pills-row { display: flex; flex-wrap: wrap; gap: 10px; }
.gc-sol-pill-btn { min-height: 42px; border-radius: 999px; padding: 0 18px; font-weight: 800; color: var(--gc-sol-title); }
.gc-sol-pill-btn.gc-is-selected { background: rgba(63,174,106,.16); border-color: rgba(63,174,106,.45); }
.gc-context-builder__footer { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }

.gc-sol-section-header { margin-bottom: 22px; }
.gc-sol-subheading { color: var(--gc-sol-green); background: transparent; padding-left: 0; }
.gc-sol-title { margin: 0; font-size: clamp(2rem, 3vw, 3.6rem); line-height: 1.02; }
.gc-sol-subtitle { max-width: 840px; margin: 10px 0 0; color: var(--gc-sol-muted); font-size: 17px; }
.gc-sol-interactive-grid { display: grid; grid-template-columns: minmax(280px, 360px) 1fr; gap: 30px; align-items: stretch; }
.gc-sol-tabs-col { display: grid; gap: 12px; }
.gc-sol-tab-btn { display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 14px; min-height: 86px; border-radius: 8px; padding: 14px 18px; text-align: left; }
.gc-tab-num { font-size: 18px; font-weight: 900; }
.gc-tab-info { display: grid; gap: 4px; }
.gc-tab-info strong { font-size: 16px; }
.gc-tab-info small { font-size: 11px; font-weight: 800; letter-spacing: .04em; opacity: .74; }

.gc-sol-detail-card { display: grid; grid-template-columns: 1fr minmax(260px, 34%); gap: 28px; padding: 34px; min-height: 470px; }
.gc-panel-context-bar { color: var(--gc-sol-title); font-size: 12px; font-weight: 850; letter-spacing: .03em; margin-bottom: 20px; }
.gc-sol-card-eyebrow { display: block; color: var(--gc-sol-green); font-size: 13px; font-weight: 900; margin-bottom: 8px; }
.gc-sol-card-title { margin: 0; font-size: clamp(2rem, 3.2vw, 4rem); line-height: .98; }
.gc-sol-card-headline { margin: 12px 0 8px; font-size: 20px; font-weight: 850; color: var(--gc-sol-title); }
.gc-sol-card-desc { max-width: 700px; margin: 0 0 24px; color: var(--gc-sol-muted); font-size: 17px; line-height: 1.55; }
.gc-sol-card-process,
.gc-sol-card-materials { display: grid; gap: 10px; margin-top: 16px; }
.gc-sol-card-process > span,
.gc-sol-card-materials > span { color: var(--gc-sol-title); font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.gc-sol-stepper,
.gc-sol-mat-tags { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.gc-sol-step-chip,
.gc-sol-mat-tag,
.gc-explain-params span { border: 1px solid var(--gc-sol-line); border-radius: 999px; background: #fff; color: var(--gc-sol-title); padding: 8px 13px; font-size: 13px; font-weight: 800; }
.gc-sol-step-arrow { color: rgba(20,73,85,.35); font-weight: 900; }
.gc-agentic-action-box { margin-top: 22px; padding: 20px; border: 1px solid rgba(63,174,106,.24); border-radius: 8px; background: rgba(63,174,106,.08); }
.gc-agentic-action-box p { margin: 10px 0 16px; color: var(--gc-sol-ink); }
.gc-action-box-cta { display: flex; flex-wrap: wrap; gap: 10px; }
.gc-sol-detail-image { width: 100%; height: 100%; min-height: 340px; object-fit: cover; border-radius: 24px; align-self: stretch; }

.gc-sol-net-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; align-items: stretch; margin-bottom: 18px; }
.gc-sol-net-node { min-height: 96px; border-radius: 8px; padding: 15px; display: grid; gap: 4px; text-align: center; }
.gc-sol-net-node span { font-weight: 900; color: var(--gc-sol-green); }
.gc-sol-net-node strong { font-size: 15px; line-height: 1.1; }
.gc-sol-net-node small { color: inherit; opacity: .75; }
.gc-sol-net-node.gc-is-active span { color: #d9f2df; }
.gc-explainability-card { padding: 24px; }
.gc-explainability-header { display: flex; justify-content: space-between; gap: 16px; color: var(--gc-sol-title); font-size: 13px; font-weight: 900; letter-spacing: .05em; }
.gc-explainability-card p { color: var(--gc-sol-ink); line-height: 1.55; }
.gc-explain-params { display: flex; flex-wrap: wrap; gap: 10px; }
.gc-explain-disclaimer { margin-bottom: 0; font-size: 13px; color: var(--gc-sol-muted) !important; }

.gc-sol-act-scene { padding-bottom: 80px; }
.gc-handoff-card {
	display: grid;
	grid-template-columns: 150px 1fr auto;
	align-items: center;
	gap: 28px;
	padding: 28px;
	border-radius: 8px;
	background: linear-gradient(135deg, var(--gc-sol-primary), #033f56 58%, var(--gc-sol-deep));
	color: #fff;
	box-shadow: 0 24px 70px rgba(3,88,119,.22);
}
.gc-handoff-card img { width: 150px; height: 106px; object-fit: cover; border-radius: 8px; }
.gc-handoff-card h2 { color: #fff; margin: 6px 0; font-size: clamp(1.8rem, 2.6vw, 3rem); }
.gc-handoff-card p { margin: 0; color: rgba(255,255,255,.78); max-width: 760px; }
.gc-handoff-card__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px; }

@media (max-width: 1100px) {
	.gc-sol-hero-grid,
	.gc-context-builder__body,
	.gc-sol-interactive-grid,
	.gc-sol-detail-card,
	.gc-handoff-card { grid-template-columns: 1fr; }
	.gc-sol-hero-card { justify-self: start; width: min(280px, 100%); }
	.gc-sol-net-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
	.gc-handoff-card__actions { justify-content: flex-start; }
}

@media (max-width: 720px) {
	.gc-solutions-section { padding-block: 34px; }
	.gc-sol-hero-scene {
	min-height: 680px;
	padding-block: calc(var(--gc-header-offset, 84px) + 58px) 90px;
	background: var(--gc-sol-paper);
	isolation: isolate;
	overflow: hidden;
}
	.gc-sol-hero-title { font-size: clamp(2.45rem, 11vw, 3.25rem); }
	.gc-command-bar { grid-template-columns: auto 1fr; border-radius: 22px; }
	.gc-command-bar__btn { grid-column: 1 / -1; width: 100%; }
	.gc-sol-intent-group { grid-template-columns: repeat(2, minmax(0,1fr)); }
	.gc-context-builder-card,
	.gc-sol-detail-card,
	.gc-explainability-card,
	.gc-handoff-card { padding: 20px; }
	.gc-context-builder__header,
	.gc-explainability-header { align-items: flex-start; flex-direction: column; }
	.gc-sol-net-grid { grid-template-columns: 1fr; }
	.gc-sol-detail-image { min-height: 240px; }
}


/* ==========================================================================
   Escena 03 · Route Explorer — opciones y resultado ORIENTACIÓN PRELIMINAR
   ========================================================================== */
.gc-route-options { margin-bottom: 4px; }
.gc-route-option { text-align: left; }
.gc-route-active-need {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	min-height: 40px;
	padding: 0 16px;
	border-radius: 22px;
	background: rgba(20,73,85,.06);
	border: 1px solid var(--gc-sol-line);
	color: var(--gc-sol-title);
	font-weight: 850;
	font-size: 14px;
}

.gc-route-result {
	margin-top: 26px;
	padding: 20px 22px;
	border: 1px solid rgba(63,174,106,.26);
	border-left: 4px solid var(--gc-sol-green);
	border-radius: 8px;
	background: rgba(63,174,106,.07);
}
.gc-route-result__badge {
	display: inline-flex;
	align-items: center;
	border-radius: 999px;
	padding: 5px 12px;
	background: rgba(63,174,106,.16);
	color: var(--gc-sol-green);
	font-size: 11px;
	font-weight: 850;
	letter-spacing: .06em;
	text-transform: uppercase;
}
.gc-route-result__solution {
	margin: 12px 0 6px;
	color: var(--gc-sol-title);
	font-size: 20px;
	font-weight: 900;
	line-height: 1.15;
}
.gc-route-result__text {
	margin: 0;
	max-width: 720px;
	color: var(--gc-sol-muted);
	font-size: 15px;
	line-height: 1.55;
}

/* ==========================================================================
   Escena 04 · Relaciones posibles entre las 5 soluciones aprobadas
   ========================================================================== */
.gc-sol-net-wrapper { display: grid; gap: 16px; }
.gc-sol-net-relations {
	display: grid;
	gap: 10px;
	padding: 16px 18px;
	border: 1px solid var(--gc-sol-line);
	border-radius: 8px;
	background: rgba(255,255,255,.72);
	backdrop-filter: blur(10px);
}
.gc-sol-net-relations__label {
	color: var(--gc-sol-title);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .06em;
	text-transform: uppercase;
}
.gc-sol-net-relations__list { display: flex; flex-wrap: wrap; gap: 8px; }
.gc-sol-net-relation {
	font-family: 'Inter Tight', sans-serif;
	border: 1px solid var(--gc-sol-line);
	border-radius: 999px;
	background: #fff;
	color: var(--gc-sol-title);
	padding: 8px 14px;
	font-size: 13px;
	font-weight: 800;
	cursor: pointer;
	transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.gc-sol-net-relation:hover { transform: translateY(-1px); border-color: rgba(63,174,106,.5); background: rgba(63,174,106,.08); }
.gc-sol-net-relation.is-empty { cursor: default; opacity: .7; }

/* Foco visible consistente para todo el hub. */
.gc-solutions-root :focus-visible {
	outline: 2px solid var(--gc-sol-green);
	outline-offset: 2px;
}

/* ==========================================================================
   Mobile · el rail de soluciones se convierte en tabs horizontales
   ========================================================================== */
@media (max-width: 1100px) {
	.gc-sol-tabs-col {
		grid-auto-flow: column;
		grid-auto-columns: minmax(210px, 1fr);
		overflow-x: auto;
		overscroll-behavior-x: contain;
		scroll-snap-type: x proximity;
		padding-bottom: 6px;
	}
	.gc-sol-tab-btn { scroll-snap-align: start; min-height: 78px; }
	.gc-sol-net-relations__list { gap: 6px; }
}

@media (max-width: 720px) {
	.gc-sol-tabs-col { grid-auto-columns: minmax(180px, 1fr); }
	.gc-route-options { gap: 8px; }
	.gc-route-result { padding: 16px; }
	.gc-sol-net-wrapper { gap: 12px; }
}

/* Ningún elemento del hub puede desbordar el viewport horizontalmente. */
.gc-solutions-root img,
.gc-solutions-root video { max-width: 100%; }

/* ==========================================================================
   prefers-reduced-motion
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
	.gc-solutions-root *,
	.gc-solutions-root *::before,
	.gc-solutions-root *::after {
		animation-duration: 0.001ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.001ms !important;
		scroll-behavior: auto !important;
	}
	.gc-command-bar__btn:hover,
	.gc-btn--dark-pill:hover,
	.gc-btn--primary-cta:hover,
	.gc-sol-secondary-btn:hover,
	.gc-sol-net-relation:hover { transform: none; }
}





.gc-context-dock {
	position: fixed;
	right: clamp(18px, 3vw, 44px);
	bottom: clamp(18px, 3vw, 36px);
	z-index: 40;
	width: min(300px, calc(100vw - 36px));
	padding: 18px;
	border: 1px solid rgba(20,73,85,.16);
	border-radius: 8px;
	background: rgba(255,255,255,.9);
	box-shadow: 0 22px 64px rgba(20,73,85,.18);
	backdrop-filter: blur(14px);
	font-family: 'Inter Tight', var(--gc-font-family, sans-serif);
	color: var(--gc-sol-title);
}

.gc-dock-header {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--gc-sol-title);
}

.gc-dock-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 999px;
	background: rgba(63,174,106,.14);
	color: var(--gc-sol-green);
	font-size: 12px;
}

.gc-dock-body {
	display: grid;
	gap: 9px;
	padding: 12px 0;
	border-top: 1px solid rgba(20,73,85,.1);
	border-bottom: 1px solid rgba(20,73,85,.1);
}

.gc-dock-line {
	display: grid;
	grid-template-columns: 68px 1fr;
	gap: 8px;
	align-items: baseline;
	font-size: 13px;
	line-height: 1.25;
}

.gc-dock-label {
	color: rgba(20,73,85,.62);
	font-weight: 750;
}

.gc-dock-val {
	min-width: 0;
	font-weight: 900;
	color: var(--gc-sol-title);
	overflow-wrap: anywhere;
}

.gc-dock-footer { margin-top: 12px; }

.gc-dock-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 38px;
	border-radius: 999px;
	background: var(--gc-sol-primary);
	color: #fff;
	font-size: 13px;
	font-weight: 900;
	text-decoration: none;
}

@media (max-width: 1180px) {
	.gc-context-dock { display: none; }
}

.gc-sol-hero-scene::before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background:
		linear-gradient(180deg, var(--gc-sol-paper) 0%, rgba(246,242,234,0) 18%),
		linear-gradient(0deg, var(--gc-sol-paper) 0%, rgba(246,242,234,0) 24%);
}

.gc-sol-context-scene::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: -120px;
	height: 180px;
	z-index: -1;
	pointer-events: none;
	background: linear-gradient(180deg, rgba(246,242,234,0) 0%, #f5f1e9 72%, #f5f1e9 100%);
}

.gc-sol-context-scene::after,
.gc-sol-explorer-scene::after,
.gc-sol-understand-scene::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -90px;
	height: 160px;
	z-index: -1;
	pointer-events: none;
	background: linear-gradient(180deg, rgba(245,241,233,0) 0%, #f5f1e9 70%, #f5f1e9 100%);
}

/* ==========================================================================
   SCENE 03: TU CONTEXTO DE EXPLORACIÓN — EXACT PIXEL REDESIGN
   ========================================================================== */

.gc-sol-context-scene {
	margin-top: 0;
	position: relative;
	z-index: 5;
}

.gc-li + .gc-sol-context-scene,
.gc-li ~ .gc-sol-context-scene,
.gc-solutions-root:has(.gc-li) .gc-sol-context-scene {
	margin-top: 0 !important;
}

.gc-context-builder-card.gc-route-builder-card {
	background: #FFFFFF;
	border: 1px solid #E5EBE8;
	border-radius: 20px;
	box-shadow: 0 16px 48px rgba(2, 58, 78, 0.05), 0 4px 14px rgba(2, 58, 78, 0.02);
	padding: 38px 44px 34px;
	backdrop-filter: none;
}

/* Header */
.gc-context-builder__header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 24px;
	margin-bottom: 24px;
}

.gc-context-builder__header-left {
	flex: 1;
}

.gc-context-builder__title {
	font-family: 'Inter Tight', sans-serif !important;
	font-weight: 900 !important;
	font-size: clamp(24px, 2.4vw, 32px) !important;
	letter-spacing: -0.02em !important;
	color: #023A4E !important;
	line-height: 1.1 !important;
	margin: 0 !important;
	text-transform: none !important;
}

.gc-route-builder-lead {
	font-size: 14px;
	color: #64748B;
	margin: 6px 0 0;
	font-weight: 500;
	line-height: 1.4;
}

.gc-context-builder__header-right {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.gc-context-builder__brand-motto {
	display: flex;
	align-items: center;
	gap: 10px;
	text-align: right;
}

.gc-context-builder__brand-motto span {
	font-size: 9.5px;
	font-weight: 800;
	color: #7B8A97;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	line-height: 1.35;
}

.gc-context-builder__leaf-icon {
	flex-shrink: 0;
	color: #3FAE6A;
}

/* Stepper Horizontal Superior (1 - 2 - 3) */
.gc-builder-stepper {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 680px;
	margin: 10px auto 30px;
	padding: 0 10px;
}

.gc-stepper-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 8px;
	min-width: 110px;
}

.gc-stepper-circle {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #CBD5E1;
	color: #FFFFFF;
	font-family: 'Inter Tight', sans-serif;
	font-size: 13px;
	font-weight: 800;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.25s ease;
}

#gc-step-indicator-1.is-active .gc-stepper-circle,
#gc-step-indicator-1.is-complete .gc-stepper-circle,
.gc-stepper-item.is-complete .gc-stepper-circle {
	background: #16A34A;
	color: #FFFFFF;
}

.gc-stepper-meta strong {
	display: block;
	font-size: 13px;
	font-weight: 800;
	color: #0F172A;
	line-height: 1.2;
}

.gc-stepper-meta small {
	display: block;
	font-size: 11px;
	color: #64748B;
	font-weight: 500;
	margin-top: 2px;
}

.gc-stepper-connector {
	flex: 1;
	height: 3px;
	background: #E2E8F0;
	margin: 0 12px 24px;
	position: relative;
	border-radius: 2px;
	overflow: hidden;
}

.gc-stepper-connector-fill {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0%;
	background: #16A34A;
	transition: width 0.3s ease;
}

.gc-stepper-connector.is-active .gc-stepper-connector-fill {
	width: 100%;
}

/* Main 4 Columns Grid */
.gc-route-builder-layout {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1.28fr;
	gap: 16px;
	align-items: stretch;
}

/* Selection Column Cards */
.gc-route-column-card {
	background: #FFFFFF;
	border: 1px solid #E2E8F0;
	border-radius: 12px;
	padding: 20px 16px;
	display: flex;
	flex-direction: column;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
}

.gc-route-column-header {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 18px;
}

.gc-route-header-icon {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #E8F7EE;
	color: #16A34A;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.gc-route-header-text strong {
	display: block;
	font-size: 16px;
	font-weight: 800;
	color: #0F172A;
	line-height: 1.2;
}

.gc-route-header-text p {
	margin: 3px 0 0;
	font-size: 11.5px;
	color: #64748B;
	line-height: 1.35;
	font-weight: 500;
}

/* Option Buttons — Need (Vertical List) */
.gc-route-option-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
	flex: 1;
}

.gc-route-option--need {
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 48px;
	padding: 10px 14px;
	border: 1px solid #E2E8F0;
	border-radius: 8px;
	background: #FFFFFF;
	color: #0F172A;
	font-family: 'Inter Tight', sans-serif;
	font-size: 13px;
	font-weight: 700;
	text-align: left;
	cursor: pointer;
	transition: all 0.15s ease;
	position: relative;
}

.gc-route-option--need:hover {
	border-color: #CBD5E1;
	background: #F8FAFC;
	transform: translateY(-1px);
}

.gc-route-option--need.gc-is-selected {
	border: 1.5px solid #16A34A !important;
	background: #F0FDF4 !important;
	box-shadow: 0 2px 8px rgba(22, 163, 74, 0.08) !important;
}

.gc-route-option--need .gc-opt-label {
	flex: 1;
	margin: 0 8px;
	font-weight: 700;
	line-height: 1.25;
	color: #0F172A;
}

.gc-route-option--need .gc-opt-arrow {
	color: #94A3B8;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	transition: color 0.15s ease;
}

.gc-route-option--need.gc-is-selected .gc-opt-arrow {
	color: #16A34A;
}

.gc-route-option--need .gc-opt-default-icon {
	color: #475569;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	flex-shrink: 0;
}

.gc-opt-check-badge {
	display: none;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #16A34A;
	color: #FFFFFF;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.gc-route-option.gc-is-selected .gc-opt-check-badge {
	display: inline-flex;
}

.gc-route-option.gc-is-selected .gc-opt-default-icon {
	display: none;
}

/* Option Buttons — Material & Operation (2x2 Grid) */
.gc-route-column-card .gc-route-option-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	flex: 1;
}

.gc-route-option--grid {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 110px;
	padding: 14px 10px;
	border: 1px solid #E2E8F0;
	border-radius: 8px;
	background: #FFFFFF;
	cursor: pointer;
	text-align: center;
	transition: all 0.15s ease;
	position: relative;
}

.gc-route-option--grid:hover {
	border-color: #CBD5E1;
	background: #F8FAFC;
	transform: translateY(-1px);
}

.gc-route-option--grid.gc-is-selected {
	border: 1.5px solid #16A34A !important;
	background: #F0FDF4 !important;
	box-shadow: 0 2px 8px rgba(22, 163, 74, 0.08) !important;
}

.gc-route-option--grid .gc-opt-default-icon {
	color: #475569;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 32px;
	margin-bottom: 8px;
}

.gc-route-option--grid .gc-opt-check-badge {
	width: 26px;
	height: 26px;
	margin-bottom: 12px;
}

.gc-opt-grid-label {
	font-family: 'Inter Tight', sans-serif;
	font-size: 12.5px;
	font-weight: 700;
	color: #0F172A;
	line-height: 1.25;
}

/* Column 4: Tu ruta sugerida (Panel Azul Petróleo) */
.gc-route-result {
	background: #013747;
	border-radius: 14px;
	padding: 24px 22px 22px;
	color: #FFFFFF;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-shadow: 0 16px 40px rgba(1, 55, 71, 0.2);
	border: none;
}

.gc-route-result__top {
	display: flex;
	flex-direction: column;
}

.gc-route-result__badge {
	display: inline-block;
	width: fit-content;
	padding: 4px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	color: #8BE7B7;
	font-size: 9.5px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin-bottom: 14px;
}

.gc-route-result__title {
	font-family: 'Inter Tight', sans-serif;
	font-size: 24px;
	font-weight: 900;
	color: #FFFFFF;
	margin: 0 0 8px;
	line-height: 1.15;
}

.gc-route-result__text {
	font-size: 12.5px;
	color: rgba(255, 255, 255, 0.78);
	line-height: 1.45;
	margin: 0 0 22px;
	font-weight: 400;
}

/* Summary Rows in Result Panel */
.gc-route-summary-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 24px;
}

.gc-route-summary-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 4px 0;
}

.gc-summary-row-left {
	display: flex;
	align-items: center;
	gap: 10px;
}

.gc-summary-icon {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	transition: all 0.2s ease;
}

.gc-summary-icon.is-empty {
	border: 1.5px dashed rgba(255, 255, 255, 0.45);
	background: transparent;
}

.gc-summary-icon.is-empty svg {
	display: none;
}

.gc-summary-icon.is-complete {
	border: none;
	background: #10B981;
}

.gc-summary-icon.is-complete svg {
	display: block;
}

.gc-summary-label {
	display: block;
	font-size: 11px;
	color: rgba(255, 255, 255, 0.65);
	font-weight: 600;
	line-height: 1.2;
}

.gc-summary-value {
	display: block;
	font-size: 12.5px;
	color: #FFFFFF;
	font-weight: 700;
	line-height: 1.25;
	margin-top: 1px;
}

.gc-summary-action-btn {
	background: none;
	border: none;
	padding: 0;
	color: rgba(255, 255, 255, 0.7);
	font-size: 11.5px;
	font-weight: 600;
	cursor: pointer;
	transition: color 0.15s ease;
}

.gc-summary-action-btn:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Action Buttons in Panel */
.gc-route-result-actions {
	display: flex;
	flex-direction: column;
	gap: 9px;
	margin-top: auto;
}

.gc-btn--route-primary {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 40px;
	padding: 9px 16px;
	border-radius: 999px;
	font-size: 12.5px;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	transition: all 0.2s ease;
}

.gc-btn--route-primary[aria-disabled="true"] {
	background: #366E7C;
	color: rgba(255, 255, 255, 0.75);
	pointer-events: none;
	border: none;
}

.gc-btn--route-primary[aria-disabled="false"] {
	background: #FFFFFF;
	color: #013747;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
	pointer-events: auto;
}

.gc-btn--route-primary[aria-disabled="false"]:hover {
	background: #F0FDF4;
	transform: translateY(-1px);
}

.gc-btn--route-secondary {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 40px;
	padding: 9px 16px;
	border-radius: 999px;
	font-size: 12.5px;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.35);
	background: transparent;
	color: #FFFFFF;
	transition: all 0.2s ease;
}

.gc-btn--route-secondary:hover {
	border-color: #FFFFFF;
	background: rgba(255, 255, 255, 0.08);
}

.gc-btn--route-reset {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	width: 100%;
	min-height: 36px;
	padding: 8px 16px;
	border-radius: 999px;
	font-size: 11.5px;
	font-weight: 700;
	border: 1px solid rgba(255, 255, 255, 0.22);
	background: transparent;
	color: #FFFFFF;
	cursor: pointer;
	transition: all 0.2s ease;
}

.gc-btn--route-reset:hover {
	border-color: rgba(255, 255, 255, 0.5);
	background: rgba(255, 255, 255, 0.06);
}

/* Footer Notice */
.gc-context-builder__footer-notice {
	margin-top: 22px;
	padding: 12px 20px;
	background: #F0FDF4;
	border: 1px solid #D1FAE5;
	border-radius: 999px;
	display: flex;
	align-items: center;
	gap: 12px;
}

.gc-context-builder__footer-notice svg {
	color: #16A34A;
	flex-shrink: 0;
}

.gc-context-builder__footer-notice span {
	font-size: 12px;
	color: #065F46;
	font-weight: 600;
	line-height: 1.4;
}

/* Responsive Media Queries */
@media (max-width: 1200px) {
	.gc-route-builder-layout {
		grid-template-columns: repeat(2, 1fr);
	}
	.gc-route-result {
		grid-column: span 2;
		min-height: 300px;
	}
}

@media (max-width: 768px) {
	.gc-context-builder-card.gc-route-builder-card {
		padding: 22px 18px 20px;
	}
	.gc-context-builder__header {
		flex-direction: column;
		gap: 14px;
	}
	.gc-context-builder__header-right {
		align-self: flex-start;
	}
	.gc-builder-stepper {
		flex-direction: column;
		gap: 16px;
	}
	.gc-stepper-connector {
		display: none;
	}
	.gc-route-builder-layout {
		grid-template-columns: 1fr;
	}
	.gc-route-result {
		grid-column: span 1;
	}
	.gc-context-builder__footer-notice {
		border-radius: 12px;
	}
}
