/**
 * GEOCIKLO — Quiénes Somos / Nuestra Historia Experience
 * Pixel-perfect progressive storytelling layout with micro-interactions.
 * Typography: Inter Tight (Headlines in Black / 900).
 * Color Palette: Deep Petroleum (#073F4D), Emerald (#3FAE6A), Navy (#035877), Clean Light (#F4F8F6).
 * Geociklo Official Palette. Header clearance included.
 *
 * @package Geociklo\SiteSections
 */

@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,900&display=swap');

:root {
	--gc-c-dark: #073F4D;
	--gc-c-petroleum: #035877;
	--gc-c-teal: #06605C;
	--gc-c-emerald: #3FAE6A;
	--gc-c-emerald-light: #56C983;
	--gc-c-lime: #99D435;
	--gc-c-bg-light: #F4F8F6;
	--gc-c-bg-subtle: #F9FBFA;
	--gc-c-border: #E1ECE7;
	--gc-c-text-muted: #57737A;
	--gc-c-shadow-sm: 0 4px 20px rgba(7, 63, 77, 0.05);
	--gc-c-shadow-md: 0 14px 36px rgba(7, 63, 77, 0.08);
	--gc-c-shadow-lg: 0 24px 54px rgba(7, 63, 77, 0.12);
}

/* ==========================================================================
   GLOBAL RESET & STRUCTURE
   ========================================================================== */
.gc-somos-root {
	font-family: 'Inter Tight', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	background-color: #FFFFFF;
	color: var(--gc-c-dark);
	overflow-x: hidden;
	width: 100%;
	position: relative;
}

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

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

/* Typography Utilities */
.gc-somos-section-h2 {
	font-size: clamp(26px, 2.5vw, 38px);
	font-weight: 900;
	color: var(--gc-c-dark);
	letter-spacing: -0.03em;
	line-height: 1.2;
	margin: 0 0 16px 0;
}

.gc-highlight-text {
	color: var(--gc-c-emerald, #3FAE6A) !important;
	font-weight: 900;
	display: inline;
}

.gc-story-section {
	padding: 85px 0;
	position: relative;
}

.gc-story-section-header {
	max-width: 780px;
	margin-bottom: 40px;
}

.gc-story-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.08em;
	color: var(--gc-c-emerald);
	margin-bottom: 12px;
	text-transform: uppercase;
}

.gc-story-lead {
	font-size: clamp(15px, 1.15vw, 17px);
	line-height: 1.6;
	color: var(--gc-c-text-muted);
	margin: 0;
}

/* Buttons */
.gc-somos-btn-primary {
	background: #035877 !important;
	color: #FFFFFF !important;
	padding: 13px 28px;
	border-radius: 9999px;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none !important;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	transition: all 0.22s ease;
	box-shadow: 0 6px 20px rgba(3, 88, 119, 0.24);
}

.gc-somos-btn-primary:hover {
	background: #06605C !important;
	transform: translateY(-2px);
	box-shadow: 0 10px 26px rgba(6, 96, 92, 0.32);
}

.gc-somos-btn-link {
	color: var(--gc-c-dark) !important;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none !important;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	transition: color 0.2s ease;
}

.gc-somos-btn-link:hover {
	color: var(--gc-c-emerald) !important;
}

.gc-somos-btn-pill-light {
	display: inline-flex;
	align-items: center;
	padding: 12px 24px;
	border-radius: 9999px;
	border: 1.5px solid var(--gc-c-border);
	background: #FFFFFF;
	font-size: 13.5px;
	font-weight: 800;
	color: var(--gc-c-dark);
	text-decoration: none !important;
	transition: all 0.22s ease;
}

.gc-somos-btn-pill-light:hover {
	border-color: var(--gc-c-emerald);
	color: var(--gc-c-teal);
	transform: translateY(-2px);
}


/* ==========================================================================
   01 — HERO SECTION (PRESERVED INTACT)
   ========================================================================== */
.gc-somos-hero-section {
	padding-top: 130px;
	padding-bottom: 80px;
	background: linear-gradient(180deg, #F8FCF9 0%, #FFFFFF 100%);
	position: relative;
}

.gc-somos-hero-grid {
	display: grid;
	grid-template-columns: minmax(360px, 480px) 1fr;
	gap: 56px;
	align-items: center;
}

.gc-somos-chat-panel {
	position: relative;
	border-radius: 32px;
	overflow: hidden;
	background: linear-gradient(180deg, #D9EDF8 0%, #EBF6ED 100%);
	padding: 24px 22px;
	box-shadow: var(--gc-c-shadow-md);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 480px;
	box-sizing: border-box;
	border: 1px solid rgba(255, 255, 255, 0.8);
}

.gc-somos-chat-bg-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
}

.gc-somos-chat-bg-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.8;
}

.gc-somos-chat-sky-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(200, 232, 248, 0.7) 0%, rgba(235, 248, 241, 0.85) 100%);
}

.gc-somos-chat-topbar {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 12px;
}

.gc-somos-chat-auth-pills {
	display: flex;
	gap: 6px;
}

.gc-auth-pill {
	font-size: 11px;
	font-weight: 800;
	padding: 5px 12px;
	border-radius: 9999px;
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(8px);
	color: var(--gc-c-dark);
}

.gc-auth-active {
	background: var(--gc-c-dark);
	color: #FFFFFF;
}

.gc-somos-social-icons {
	display: flex;
	gap: 6px;
}

.gc-soc-icon {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.85);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
}

.gc-somos-chat-feed {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.gc-somos-chat-bubble {
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(10px);
	border-radius: 18px;
	padding: 12px 16px;
	max-width: 90%;
	box-shadow: 0 4px 12px rgba(7, 63, 77, 0.05);
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 10px;
}

.gc-bubble-text {
	font-size: 12.5px;
	line-height: 1.4;
	font-weight: 600;
	color: var(--gc-c-dark);
}

.gc-bubble-time {
	font-size: 10px;
	color: #94A3B8;
	font-weight: 700;
	flex-shrink: 0;
}

/* Voice Note Player */
.gc-somos-voice-card {
	background: rgba(255, 255, 255, 0.96);
	backdrop-filter: blur(12px);
	border-radius: 20px;
	padding: 10px 16px;
	display: flex;
	align-items: center;
	gap: 12px;
	max-width: 86%;
	box-shadow: 0 6px 16px rgba(7, 63, 77, 0.07);
}

.gc-voice-play-btn {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #035877;
	border: none;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.2s ease;
	flex-shrink: 0;
}

.gc-voice-play-btn:hover,
.gc-voice-card.is-playing .gc-voice-play-btn {
	background: #3FAE6A;
	transform: scale(1.05);
}

.gc-voice-wave-wrap {
	display: flex;
	flex-direction: column;
	gap: 3px;
	flex-grow: 1;
}

.gc-voice-waveform {
	display: flex;
	align-items: center;
	gap: 3px;
	height: 18px;
}

.gc-wave-bar {
	width: 3px;
	height: 6px;
	border-radius: 2px;
	background: #CBD5E1;
	transition: height 0.15s ease, background 0.15s ease;
}

.gc-wave-bar:nth-child(2) { height: 12px; }
.gc-wave-bar:nth-child(3) { height: 18px; }
.gc-wave-bar:nth-child(4) { height: 8px; }
.gc-wave-bar:nth-child(5) { height: 15px; }
.gc-wave-bar:nth-child(6) { height: 10px; }
.gc-wave-bar:nth-child(7) { height: 16px; }
.gc-wave-bar:nth-child(8) { height: 12px; }
.gc-wave-bar:nth-child(9) { height: 18px; }
.gc-wave-bar:nth-child(10) { height: 7px; }
.gc-wave-bar:nth-child(11) { height: 14px; }
.gc-wave-bar:nth-child(12) { height: 9px; }

.gc-voice-card.is-playing .gc-wave-bar {
	animation: gcWavePulse 0.8s infinite ease-in-out alternate;
}

.gc-voice-card.is-playing .gc-wave-bar:nth-child(odd) {
	animation-delay: 0.2s;
}

@keyframes gcWavePulse {
	0% { height: 4px; }
	100% { height: 18px; }
}

.gc-voice-duration {
	font-size: 10.5px;
	font-weight: 700;
	color: #64748B;
}

.gc-voice-avatar {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	overflow: hidden;
	border: 1.5px solid #FFFFFF;
	flex-shrink: 0;
}

.gc-voice-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gc-somos-chat-photo-card {
	position: relative;
	width: 150px;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 6px 18px rgba(7, 63, 77, 0.1);
	border: 2px solid #FFFFFF;
}

.gc-chat-thumb {
	width: 100%;
	height: 95px;
	object-fit: cover;
	display: block;
}

.gc-chat-reaction-pill {
	position: absolute;
	bottom: 6px;
	left: 6px;
	background: rgba(255, 255, 255, 0.95);
	border-radius: 9999px;
	padding: 3px 8px;
	display: flex;
	align-items: center;
	gap: 4px;
	font-size: 10.5px;
	cursor: pointer;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	transition: transform 0.2s ease;
}

.gc-chat-reaction-pill:hover {
	transform: scale(1.1);
}

.gc-somos-hero-editorial {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.gc-somos-brand-indicator {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 12.5px;
	font-weight: 900;
	letter-spacing: 0.08em;
	color: var(--gc-c-teal);
	margin-bottom: 18px;
}

.gc-somos-hero-title {
	font-size: clamp(34px, 3.8vw, 54px);
	font-weight: 900;
	color: var(--gc-c-dark);
	line-height: 1.12;
	letter-spacing: -0.035em;
	margin: 0 0 20px 0;
}

.gc-somos-hero-sub {
	font-size: clamp(15px, 1.1vw, 17px);
	line-height: 1.6;
	color: var(--gc-c-text-muted);
	margin: 0 0 24px 0;
	max-width: 520px;
}

.gc-somos-key-points {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 30px;
}

.gc-key-point {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	font-weight: 700;
	color: var(--gc-c-dark);
}

.gc-point-arrow {
	font-weight: 900;
	color: var(--gc-c-emerald);
	font-size: 15px;
}

.gc-somos-hero-ctas {
	display: flex;
	align-items: center;
	gap: 18px;
	flex-wrap: wrap;
	margin-bottom: 32px;
}

.gc-somos-team-proof {
	display: flex;
	align-items: center;
	gap: 14px;
	padding-top: 20px;
	border-top: 1px solid var(--gc-c-border);
}

.gc-avatar-group {
	display: flex;
}

.gc-team-av {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 2px solid #FFFFFF;
	object-fit: cover;
	margin-left: -8px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.gc-team-av:first-child {
	margin-left: 0;
}

.gc-proof-text {
	font-size: 12px;
	font-weight: 700;
	color: #64748B;
	margin: 0;
}


/* ==========================================================================
   02 — 2023 / EL ORIGEN & EL PROBLEMA REAL
   ========================================================================== */
.gc-story-origin {
	background: var(--gc-c-bg-light);
}

.gc-story-dates-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	margin-bottom: 36px;
}

.gc-date-card {
	background: #FFFFFF;
	border-radius: 24px;
	padding: 28px;
	border: 1px solid var(--gc-c-border);
	box-shadow: var(--gc-c-shadow-sm);
	transition: all 0.25s ease;
}

.gc-date-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--gc-c-shadow-md);
	border-color: var(--gc-c-emerald);
}

.gc-date-badge {
	display: inline-block;
	font-size: 12px;
	font-weight: 900;
	color: var(--gc-c-dark);
	background: #E2ECE7;
	padding: 6px 14px;
	border-radius: 9999px;
	margin-bottom: 16px;
	letter-spacing: 0.04em;
}

.gc-date-badge-green {
	background: rgba(63, 174, 106, 0.18);
	color: var(--gc-c-emerald);
}

.gc-date-title {
	font-size: 20px;
	font-weight: 900;
	color: var(--gc-c-dark);
	margin: 0 0 10px 0;
}

.gc-date-desc {
	font-size: 14px;
	line-height: 1.55;
	color: var(--gc-c-text-muted);
	margin: 0;
}

/* Problem Constellation */
.gc-problem-constellation-box {
	background: #FFFFFF;
	border-radius: 28px;
	padding: 36px 32px;
	border: 1px solid var(--gc-c-border);
	box-shadow: var(--gc-c-shadow-sm);
}

.gc-constellation-title {
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.04em;
	color: var(--gc-c-teal);
	margin-bottom: 24px;
	text-transform: uppercase;
}

.gc-challenge-nodes-grid {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 12px;
	align-items: center;
}

.gc-c-node {
	background: var(--gc-c-bg-light);
	border: 1px solid var(--gc-c-border);
	border-radius: 16px;
	padding: 14px 10px;
	text-align: center;
	font-size: 12.5px;
	font-weight: 800;
	color: var(--gc-c-dark);
	transition: all 0.22s ease;
	cursor: pointer;
}

.gc-c-node:hover {
	border-color: var(--gc-c-emerald);
	background: #FFFFFF;
	transform: translateY(-3px);
	box-shadow: var(--gc-c-shadow-sm);
}

.gc-c-node-center {
	background: var(--gc-c-dark);
	color: #FFFFFF;
	border-radius: 20px;
	padding: 14px 12px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 24px rgba(7, 63, 77, 0.22);
	min-height: 72px;
}

.gc-center-logo-img {
	max-width: 100px;
	width: 100%;
	height: auto;
	max-height: 36px;
	object-fit: contain;
	margin-bottom: 4px;
	display: block;
}

.gc-c-node-center small {
	font-size: 8.5px;
	opacity: 0.8;
	font-weight: 700;
	letter-spacing: 0.04em;
}


/* ==========================================================================
   03 — EL PRIMER APRENDIZAJE (MATERIAL STORYTELLING)
   ========================================================================== */
.gc-story-materials {
	background: #FFFFFF;
}

.gc-mat-story-tabs {
	display: flex;
	gap: 10px;
	margin-bottom: 28px;
	flex-wrap: wrap;
}

.gc-mat-tab {
	background: var(--gc-c-bg-light);
	border: 1.5px solid var(--gc-c-border);
	border-radius: 9999px;
	padding: 10px 24px;
	font-size: 13.5px;
	font-weight: 800;
	color: var(--gc-c-dark);
	cursor: pointer;
	transition: all 0.2s ease;
}

.gc-mat-tab:hover,
.gc-mat-tab.is-active {
	background: var(--gc-c-dark);
	color: #FFFFFF;
	border-color: var(--gc-c-dark);
	transform: translateY(-2px);
}

.gc-mat-panel {
	display: none;
	background: var(--gc-c-bg-subtle);
	border-radius: 28px;
	padding: 36px;
	border: 1px solid var(--gc-c-border);
	box-shadow: var(--gc-c-shadow-sm);
	animation: gcFadeIn 0.3s ease;
}

.gc-mat-panel.is-active {
	display: block;
}

@keyframes gcFadeIn {
	from { opacity: 0; transform: translateY(6px); }
	to { opacity: 1; transform: translateY(0); }
}

.gc-mat-panel-grid {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: 40px;
	align-items: center;
}

.gc-mat-badge {
	font-size: 11px;
	font-weight: 900;
	color: var(--gc-c-emerald);
	text-transform: uppercase;
	letter-spacing: 0.06em;
	display: inline-block;
	margin-bottom: 10px;
}

.gc-mat-h3 {
	font-size: 24px;
	font-weight: 900;
	color: var(--gc-c-dark);
	margin: 0 0 14px 0;
	line-height: 1.25;
}

.gc-mat-panel-text p {
	font-size: 14.5px;
	line-height: 1.6;
	color: var(--gc-c-text-muted);
	margin: 0 0 20px 0;
}

.gc-mat-cycle-steps {
	font-size: 12.5px;
	font-weight: 800;
	color: var(--gc-c-teal);
	background: #FFFFFF;
	padding: 10px 18px;
	border-radius: 9999px;
	display: inline-flex;
	gap: 8px;
	border: 1px solid var(--gc-c-border);
}

.gc-mat-panel-photo {
	height: 240px;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: var(--gc-c-shadow-sm);
}

.gc-mat-panel-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* ==========================================================================
   04 — LA OPERACIÓN EVOLUCIONA (PIPELINE OPERATIVO)
   ========================================================================== */
.gc-story-pipeline {
	position: relative;
	background: #FFFFFF;
	overflow: hidden;
	padding: 90px 0;
}

.gc-pipeline-bg-wrap {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 1;
	display: flex;
	justify-content: flex-end;
}

.gc-pipeline-bg-img {
	height: 100%;
	width: auto;
	max-width: 65%;
	object-fit: contain;
	object-position: right center;
	opacity: 0.95;
}

.gc-pipeline-container {
	position: relative;
	z-index: 2;
}

.gc-pipeline-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(8px);
	border: 1px solid var(--gc-c-border);
	padding: 6px 14px;
	border-radius: 9999px;
	font-size: 13px;
	font-weight: 800;
	color: var(--gc-c-emerald);
	margin-bottom: 16px;
}

.gc-pipeline-sprout-icon {
	font-size: 14px;
}

.gc-pipeline-title {
	font-size: clamp(32px, 3.6vw, 48px);
	line-height: 1.15;
	margin-bottom: 18px;
}

.gc-pipeline-lead {
	max-width: 680px;
	margin-bottom: 40px;
}

/* 5 Connected Cards Track */
.gc-process-flow-track {
	display: flex;
	align-items: stretch;
	gap: 10px;
	margin-bottom: 36px;
}

.gc-pflow-node {
	flex: 1;
	background: #FFFFFF;
	border-radius: 24px;
	padding: 24px 18px 20px 18px;
	border: 1px solid var(--gc-c-border);
	box-shadow: 0 4px 20px rgba(7, 63, 77, 0.04);
	display: flex;
	flex-direction: column;
	transition: all 0.25s ease;
	position: relative;
}

.gc-pflow-node:hover {
	transform: translateY(-4px);
	border-color: var(--gc-c-emerald);
	box-shadow: var(--gc-c-shadow-md);
}

.gc-pflow-node-highlight {
	border: 1.5px solid var(--gc-c-emerald);
	box-shadow: 0 10px 30px rgba(63, 174, 106, 0.12);
	background: #FFFFFF;
}

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

.gc-pflow-icon-wrap {
	width: 72px;
	height: 72px;
	margin: 0 auto 18px auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.gc-pflow-img-icon {
	width: 70px;
	height: 70px;
	object-fit: contain;
	filter: drop-shadow(0 8px 16px rgba(6, 96, 92, 0.12));
	transition: transform 0.25s ease;
}

.gc-pflow-node:hover .gc-pflow-img-icon {
	transform: scale(1.08);
}

.gc-pflow-name {
	font-size: 17px;
	font-weight: 900;
	color: var(--gc-c-dark);
	margin: 0 0 4px 0;
	text-align: left;
}

.gc-pflow-headline {
	font-size: 13px;
	font-weight: 800;
	color: var(--gc-c-teal);
	margin: 0 0 8px 0;
	line-height: 1.35;
	text-align: left;
}

.gc-pflow-desc {
	font-size: 12px;
	line-height: 1.5;
	color: var(--gc-c-text-muted);
	margin: 0 0 14px 0;
	text-align: left;
	flex-grow: 1;
}

.gc-pflow-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	margin-bottom: 16px;
}

.gc-pflow-chip {
	font-size: 9.5px;
	font-weight: 800;
	letter-spacing: 0.04em;
	padding: 2px 7px;
	border-radius: 9999px;
	background: #F0FAF4;
	color: var(--gc-c-deep-teal);
	border: 1px solid #D4ECE0;
}

.gc-pflow-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	margin-top: auto;
}

.gc-pdot {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #E2ECE7;
	transition: all 0.2s ease;
}

.gc-pdot.is-active {
	background: var(--gc-c-emerald);
	transform: scale(1.25);
}

.gc-pflow-connector {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 1px solid var(--gc-c-border);
	background: #FFFFFF;
	color: var(--gc-c-emerald);
	font-size: 13px;
	font-weight: 900;
	flex-shrink: 0;
	align-self: center;
	margin: 0 -4px;
	z-index: 3;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

/* Responsible Banner */
.gc-responsible-banner {
	background: #F8FCF9;
	border-radius: 22px;
	padding: 18px 28px;
	border: 1px solid #E1ECE7;
	display: flex;
	align-items: center;
	gap: 20px;
	box-shadow: 0 4px 16px rgba(7, 63, 77, 0.03);
	position: relative;
}

.gc-resp-icon-wrap {
	width: 54px;
	height: 54px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.gc-resp-shield-img {
	width: 52px;
	height: 52px;
	object-fit: contain;
}

.gc-resp-content {
	font-size: 13.5px;
	line-height: 1.55;
	color: var(--gc-c-dark);
	flex-grow: 1;
}

.gc-resp-leaf-watermark {
	font-size: 28px;
	opacity: 0.2;
	flex-shrink: 0;
}


/* ==========================================================================
   05 — INVERSIÓN Y CAPACIDAD
   ========================================================================== */
.gc-story-capacity {
	background: #FFFFFF;
}

.gc-capacity-hero-card {
	position: relative;
	border-radius: 32px;
	overflow: hidden;
	height: 420px;
	display: flex;
	align-items: flex-end;
	padding: 40px 36px;
	box-shadow: var(--gc-c-shadow-lg);
}

.gc-cap-bg-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.gc-cap-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(7, 63, 77, 0.1) 0%, rgba(7, 63, 77, 0.88) 100%);
	z-index: 2;
}

.gc-cap-inner-content {
	position: relative;
	z-index: 3;
	width: 100%;
}

.gc-cap-headline {
	font-size: clamp(24px, 2.5vw, 36px);
	font-weight: 900;
	color: #FFFFFF;
	margin-bottom: 20px;
	letter-spacing: -0.02em;
}

.gc-cap-badges-row {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.gc-cap-pill {
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(8px);
	padding: 8px 18px;
	border-radius: 9999px;
	font-size: 11.5px;
	font-weight: 800;
	color: var(--gc-c-dark);
}


/* ==========================================================================
   06 — EL MOMENTO DE LA TECNOLOGÍA
   ========================================================================== */
.gc-story-tech {
	background: var(--gc-c-bg-light);
}

.gc-tech-pipeline-box {
	background: #FFFFFF;
	border-radius: 28px;
	padding: 40px 32px;
	border: 1px solid var(--gc-c-border);
	box-shadow: var(--gc-c-shadow-sm);
}

.gc-tech-flow-track {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.gc-tech-step {
	background: var(--gc-c-bg-light);
	border: 1px solid var(--gc-c-border);
	border-radius: 20px;
	padding: 20px 16px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1;
	transition: all 0.22s ease;
}

.gc-tech-step:hover,
.gc-tech-step-active {
	background: var(--gc-c-dark);
	color: #FFFFFF;
	border-color: var(--gc-c-dark);
	transform: translateY(-4px);
	box-shadow: var(--gc-c-shadow-md);
}

.gc-t-icon {
	font-size: 22px;
	margin-bottom: 6px;
}

.gc-tech-step strong {
	font-size: 13.5px;
	margin-bottom: 2px;
}

.gc-tech-step small {
	font-size: 11px;
	opacity: 0.75;
}

.gc-tech-arrow {
	font-size: 18px;
	font-weight: 900;
	color: var(--gc-c-emerald);
}


/* ==========================================================================
   07 — GEOCIKLO HOY
   ========================================================================== */
.gc-story-today {
	background: #FFFFFF;
}

.gc-today-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 56px;
	align-items: center;
}

.gc-today-right {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.gc-today-card {
	background: var(--gc-c-bg-light);
	border-radius: 22px;
	padding: 24px;
	border: 1px solid var(--gc-c-border);
	display: flex;
	flex-direction: column;
	transition: all 0.22s ease;
}

.gc-today-card:hover {
	background: #FFFFFF;
	border-color: var(--gc-c-emerald);
	box-shadow: var(--gc-c-shadow-sm);
	transform: translateX(4px);
}

.gc-today-card-num {
	font-size: 12px;
	font-weight: 900;
	color: var(--gc-c-emerald);
	margin-bottom: 6px;
}

.gc-today-card h4 {
	font-size: 17px;
	font-weight: 900;
	color: var(--gc-c-dark);
	margin: 0 0 6px 0;
}

.gc-today-card p {
	font-size: 13.5px;
	line-height: 1.5;
	color: var(--gc-c-text-muted);
	margin: 0;
}


/* ==========================================================================
   08 — CARTAGENA DE INDIAS
   ========================================================================== */
.gc-story-cartagena {
	background: var(--gc-c-bg-light);
}

.gc-cartagena-box {
	background: var(--gc-c-dark);
	color: #FFFFFF;
	border-radius: 32px;
	padding: 48px;
	box-shadow: var(--gc-c-shadow-lg);
	position: relative;
	overflow: hidden;
}

.gc-cartagena-grid {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: 40px;
	align-items: center;
	position: relative;
	z-index: 2;
}

.gc-cartagena-badge {
	font-size: 11.5px;
	font-weight: 900;
	color: var(--gc-c-emerald);
	letter-spacing: 0.08em;
	margin-bottom: 12px;
}

.gc-cartagena-h2 {
	font-size: clamp(24px, 2.6vw, 36px);
	font-weight: 900;
	color: #FFFFFF;
	line-height: 1.22;
	margin: 0 0 16px 0;
}

.gc-cartagena-text p {
	font-size: 14.5px;
	line-height: 1.6;
	color: #CBD5E1;
	margin: 0 0 20px 0;
}

.gc-cartagena-meta {
	font-size: 14px;
	font-weight: 800;
	color: #FFFFFF;
}

.gc-cartagena-visual {
	display: flex;
	justify-content: center;
}

.gc-cartagena-map-pill {
	background: rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(12px);
	border: 1px solid rgba(255, 255, 255, 0.25);
	padding: 14px 24px;
	border-radius: 9999px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 13px;
	font-weight: 800;
}

.gc-map-pulse-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--gc-c-emerald);
	box-shadow: 0 0 10px var(--gc-c-emerald);
	animation: gcDotPulse 1.5s infinite;
}

@keyframes gcDotPulse {
	0% { transform: scale(0.9); opacity: 0.7; }
	50% { transform: scale(1.3); opacity: 1; }
	100% { transform: scale(0.9); opacity: 0.7; }
}


/* ==========================================================================
   09 — MISIÓN, VISIÓN & PRINCIPIOS
   ========================================================================== */
.gc-story-values {
	background: #FFFFFF;
}

.gc-mv-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 28px;
	margin-bottom: 56px;
}

.gc-mv-card {
	background: var(--gc-c-bg-light);
	border-radius: 28px;
	padding: 36px;
	border: 1px solid var(--gc-c-border);
	transition: all 0.25s ease;
}

.gc-mv-card:hover {
	transform: translateY(-4px);
	border-color: var(--gc-c-emerald);
	box-shadow: var(--gc-c-shadow-md);
}

.gc-mv-card-vision {
	background: linear-gradient(180deg, #F0FAF4 0%, #FFFFFF 100%);
	border-color: var(--gc-c-emerald);
}

.gc-mv-icon {
	font-size: 32px;
	margin-bottom: 14px;
}

.gc-mv-title {
	font-size: 22px;
	font-weight: 900;
	color: var(--gc-c-dark);
	margin: 0 0 12px 0;
}

.gc-mv-desc {
	font-size: 14.5px;
	line-height: 1.6;
	color: var(--gc-c-text-muted);
	margin: 0;
}

.gc-principles-header {
	text-align: center;
	max-width: 600px;
	margin: 0 auto 36px auto;
}

.gc-story-principles {
	background: #FFFFFF;
	padding: 85px 0 95px 0;
	position: relative;
	overflow: hidden;
}

/* Atmospheric Background Decor */
.gc-principles-decor-bg {
	position: absolute;
	inset: 0;
	pointer-events: none;
	overflow: hidden;
	z-index: 1;
}

.gc-principles-radar {
	position: absolute;
	left: -70px;
	bottom: 30px;
	width: 260px;
	height: 260px;
	border-radius: 50%;
	border: 1px solid rgba(63, 174, 106, 0.22);
	box-shadow: 0 0 0 35px rgba(63, 174, 106, 0.08), 0 0 0 75px rgba(63, 174, 106, 0.035), 0 0 0 115px rgba(63, 174, 106, 0.015);
	opacity: 0.85;
}

.gc-principles-glow-dot {
	position: absolute;
	border-radius: 50%;
	filter: blur(14px);
	pointer-events: none;
}

.gc-glow-dot-1 {
	left: 5%;
	top: 40%;
	width: 28px;
	height: 28px;
	background: rgba(63, 174, 106, 0.45);
}

.gc-glow-dot-2 {
	left: 50%;
	bottom: 25%;
	width: 22px;
	height: 22px;
	background: rgba(63, 174, 106, 0.35);
}

.gc-glow-dot-3 {
	right: 18%;
	top: 25%;
	width: 18px;
	height: 18px;
	background: rgba(63, 174, 106, 0.4);
}

/* Header */
.gc-principles-header {
	text-align: center;
	max-width: 720px;
	margin: 0 auto 10px auto;
	position: relative;
	z-index: 2;
}

.gc-principles-h2 {
	font-family: 'Inter Tight', sans-serif;
	font-size: clamp(30px, 3.4vw, 44px);
	font-weight: 850;
	color: #073F4D;
	margin: 0 0 10px 0;
	line-height: 1.15;
	letter-spacing: -0.025em;
}

.gc-principles-sub {
	font-family: 'Inter Tight', sans-serif;
	font-size: 15.5px;
	color: #556870;
	margin: 0 auto;
	line-height: 1.5;
	font-weight: 400;
}

/* Top Decorative Lines */
.gc-principles-connectors {
	max-width: 1200px;
	margin: 0 auto -10px auto;
	position: relative;
	z-index: 1;
}

.gc-principles-lines-svg {
	width: 100%;
	height: 40px;
	display: block;
}

/* Dual Grid: Row 1 (4 cards) & Row 2 (3 cards) */
.gc-principles-dual-grid {
	display: flex;
	flex-direction: column;
	gap: 24px;
	position: relative;
	z-index: 2;
	margin-top: 10px;
}

.gc-principles-row {
	width: 100%;
	display: grid;
	gap: 20px;
}

.gc-principles-row--top {
	grid-template-columns: repeat(4, 1fr);
	max-width: 1260px;
	margin: 0 auto;
}

.gc-principles-row--bottom {
	grid-template-columns: repeat(3, 1fr);
	max-width: 945px;
	margin: 0 auto;
}

/* Card Styling */
.gc-principle-card {
	background: #FFFFFF;
	border-radius: 20px;
	border: 1px solid #E2EBF0;
	box-shadow: 0 8px 24px rgba(7, 63, 77, 0.04);
	padding: 16px 18px 18px 18px;
	display: flex;
	flex-direction: column;
	position: relative;
	transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s ease, border-color 0.25s ease;
}

.gc-principle-card:hover {
	transform: translateY(-4px);
	border-color: #3FAE6A;
	box-shadow: 0 14px 34px rgba(7, 63, 77, 0.09);
}

/* Highlighted Cards (01 Respeto & 06 Excelencia) */
.gc-principle-card--highlight {
	border: 1.8px solid #3FAE6A;
	box-shadow: 0 10px 30px rgba(63, 174, 106, 0.16);
	background: #FFFFFF;
}

.gc-principle-card--respeto::before,
.gc-principle-card--excelencia::before {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 18px;
	background: radial-gradient(circle at 15% 50%, rgba(63, 174, 106, 0.06) 0%, transparent 65%);
	pointer-events: none;
}

/* Pill Badge (01, 02, ...) */
.gc-pr-badge-wrap {
	display: flex;
	justify-content: center;
	margin-bottom: 12px;
}

.gc-pr-badge {
	background: #3FAE6A;
	color: #FFFFFF;
	font-family: 'Inter Tight', sans-serif;
	font-size: 11px;
	font-weight: 800;
	border-radius: 999px;
	padding: 2px 9px;
	line-height: 1.4;
	display: inline-block;
	box-shadow: 0 2px 6px rgba(63, 174, 106, 0.25);
}

/* Card Body */
.gc-pr-body {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	position: relative;
	flex-grow: 1;
}

/* Icon Box */
.gc-pr-icon-box {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #F4FAF6;
	border: 1.5px solid #E0F2E7;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.gc-principle-card:hover .gc-pr-icon-box {
	background: #EAF6EE;
	transform: scale(1.05);
}

/* Content */
.gc-pr-content {
	flex: 1 1 auto;
	min-width: 0;
	padding-right: 22px;
}

.gc-pr-title {
	font-family: 'Inter Tight', sans-serif;
	font-size: 16px;
	font-weight: 800;
	color: #073F4D;
	margin: 0 0 5px 0;
	line-height: 1.25;
	letter-spacing: -0.01em;
}

.gc-pr-desc {
	font-family: 'Inter Tight', sans-serif;
	font-size: 11.5px;
	line-height: 1.48;
	color: #64748B;
	margin: 0;
	font-weight: 400;
}

/* Action Chevron Button */
.gc-pr-action {
	position: absolute;
	right: 0;
	bottom: 0;
}

.gc-pr-arrow {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	border: 1.5px solid #3FAE6A;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #3FAE6A;
	transition: all 0.2s ease;
	background: #FFFFFF;
}

.gc-principle-card:hover .gc-pr-arrow {
	background: #3FAE6A;
	color: #FFFFFF;
	transform: translateX(2px);
}

.gc-pr-arrow--solid {
	background: #3FAE6A;
	color: #FFFFFF;
	border: none;
	box-shadow: 0 2px 8px rgba(63, 174, 106, 0.35);
}

.gc-principle-card--excelencia .gc-pr-arrow--solid {
	background: #3FAE6A;
	color: #FFFFFF;
}


/* ==========================================================================
   10 — CIERRE EDITORIAL & CTAs
   ========================================================================== */
.gc-story-final-cta {
	background: var(--gc-c-bg-light);
	padding: 90px 0 110px 0;
}

.gc-final-cta-card {
	background: #FFFFFF;
	border-radius: 36px;
	padding: 56px 40px;
	text-align: center;
	border: 1px solid var(--gc-c-border);
	box-shadow: var(--gc-c-shadow-md);
	max-width: 900px;
	margin: 0 auto;
}

.gc-final-h2 {
	font-size: clamp(28px, 3.2vw, 46px);
	font-weight: 900;
	color: var(--gc-c-dark);
	line-height: 1.18;
	margin: 0 0 16px 0;
	letter-spacing: -0.03em;
}

.gc-final-sub {
	font-size: 16px;
	line-height: 1.6;
	color: var(--gc-c-text-muted);
	max-width: 600px;
	margin: 0 auto 32px auto;
}

.gc-final-buttons {
	display: flex;
	justify-content: center;
	gap: 16px;
	flex-wrap: wrap;
}


/* ==========================================================================
   RESPONSIVE RULES
   ========================================================================== */
@media (max-width: 1024px) {
	.gc-somos-hero-grid,
	.gc-story-dates-grid,
	.gc-mat-panel-grid,
	.gc-today-grid,
	.gc-cartagena-grid,
	.gc-mv-grid {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.gc-challenge-nodes-grid,
	.gc-process-flow-track,
	.gc-tech-flow-track {
		grid-template-columns: 1fr 1fr;
		display: grid;
		gap: 14px;
	}

	.gc-tech-arrow,
	.gc-pflow-connector {
		display: none;
	}

	.gc-principles-row--top,
	.gc-principles-row--bottom {
		grid-template-columns: repeat(2, 1fr);
		max-width: 680px;
	}

	.gc-principles-row--bottom .gc-principle-card:last-child {
		grid-column: 1 / -1;
		max-width: 330px;
		margin: 0 auto;
		width: 100%;
	}
}

@media (max-width: 768px) {
	.gc-principles-lines-svg {
		display: none;
	}

	.gc-principles-row--top,
	.gc-principles-row--bottom {
		grid-template-columns: 1fr;
		max-width: 100%;
		gap: 14px;
	}

	.gc-principles-row--bottom .gc-principle-card:last-child {
		grid-column: auto;
		max-width: 100%;
		margin: 0;
	}

	.gc-principle-card {
		padding: 16px 14px;
	}

	.gc-principles-radar {
		width: 180px;
		height: 180px;
		left: -40px;
	}
}

@media (max-width: 640px) {
	.gc-somos-chat-panel {
		height: auto;
		min-height: 440px;
		padding: 20px 16px;
	}

	.gc-challenge-nodes-grid,
	.gc-process-flow-track,
	.gc-tech-flow-track {
		grid-template-columns: 1fr;
	}

	.gc-cartagena-box {
		padding: 32px 24px;
	}

	.gc-final-cta-card {
		padding: 36px 20px;
	}

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

	.gc-resp-leaf-watermark {
		display: none;
	}
}

/* ==========================================================================
   COMPANY SUBPAGES (/geociklo/historia/, /geociklo/mision-vision/, etc.)
   ========================================================================== */
.gc-company-subpage-root {
	font-family: 'Inter Tight', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	background-color: #FFFFFF;
	color: var(--gc-c-dark);
	overflow-x: hidden;
	width: 100%;
}

.gc-csub-hero {
	padding: 50px 0 60px 0;
	background: radial-gradient(circle at 80% 20%, rgba(63, 174, 106, 0.07) 0%, transparent 60%), #FFFFFF;
}

.gc-csub-breadcrumbs {
	display: flex;
	gap: 8px;
	font-size: 13px;
	color: var(--gc-c-text-muted);
	margin-bottom: 24px;
}

.gc-csub-breadcrumbs a {
	color: var(--gc-c-teal);
	text-decoration: none;
	font-weight: 700;
}

.gc-csub-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #F0FAF4;
	border: 1px solid #D4ECE0;
	padding: 6px 14px;
	border-radius: 9999px;
	font-size: 12px;
	font-weight: 900;
	color: var(--gc-c-deep-teal);
	margin-bottom: 18px;
}

.gc-csub-h1 {
	font-size: clamp(32px, 3.8vw, 48px);
	font-weight: 900;
	line-height: 1.15;
	color: var(--gc-c-dark);
	margin: 0 0 16px 0;
	letter-spacing: -0.02em;
}

.gc-csub-lead {
	font-size: 17.5px;
	line-height: 1.6;
	color: var(--gc-c-text-muted);
	max-width: 780px;
	margin: 0;
}

.gc-csub-content {
	padding: 40px 0 80px 0;
}

/* Timeline */
.gc-csub-timeline {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}

.gc-csub-tcard {
	background: var(--gc-c-bg-light);
	border: 1.5px solid var(--gc-c-border);
	border-radius: 24px;
	padding: 32px;
}

.gc-csub-tdate {
	font-size: 13px;
	font-weight: 900;
	color: var(--gc-c-emerald);
	display: block;
	margin-bottom: 8px;
}

.gc-csub-tcard h3 {
	font-size: 20px;
	font-weight: 900;
	color: var(--gc-c-dark);
	margin: 0 0 10px 0;
}

.gc-csub-tcard p {
	font-size: 14.5px;
	line-height: 1.6;
	color: var(--gc-c-text-muted);
	margin: 0;
}

/* MV Grid */
.gc-csub-mv-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 28px;
}

.gc-csub-mv-card {
	background: var(--gc-c-bg-light);
	border: 1.5px solid var(--gc-c-border);
	border-radius: 28px;
	padding: 44px;
}

.gc-csub-mv-card.is-vision {
	background: linear-gradient(180deg, #F0FAF4 0%, #FFFFFF 100%);
	border-color: var(--gc-c-emerald);
}

.gc-cmv-tag {
	font-size: 11px;
	font-weight: 900;
	color: var(--gc-c-deep-teal);
	letter-spacing: 0.05em;
	display: block;
	margin-bottom: 12px;
}

.gc-csub-mv-card h2 {
	font-size: 26px;
	font-weight: 900;
	color: var(--gc-c-dark);
	margin: 0 0 14px 0;
}

.gc-csub-mv-card p {
	font-size: 16px;
	line-height: 1.65;
	color: var(--gc-c-text-muted);
	margin: 0;
}

/* 7 Values Grid */
.gc-csub-values-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.gc-csub-val-card {
	background: #FFFFFF;
	border: 1.5px solid var(--gc-c-border);
	border-radius: 22px;
	padding: 28px;
	transition: all 0.22s ease;
}

.gc-csub-val-card:hover {
	transform: translateY(-4px);
	border-color: var(--gc-c-emerald);
	box-shadow: var(--gc-c-shadow-sm);
}

.gc-cval-num {
	font-size: 13px;
	font-weight: 900;
	color: var(--gc-c-emerald);
	display: block;
	margin-bottom: 8px;
}

.gc-csub-val-card h3 {
	font-size: 19px;
	font-weight: 900;
	color: var(--gc-c-dark);
	margin: 0 0 8px 0;
}

.gc-csub-val-card p {
	font-size: 13.5px;
	line-height: 1.55;
	color: var(--gc-c-text-muted);
	margin: 0;
}

/* Evolution Grid */
.gc-csub-evo-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.gc-csub-evo-card {
	background: var(--gc-c-bg-light);
	border: 1.5px solid var(--gc-c-border);
	border-radius: 22px;
	padding: 28px;
}

.gc-cevo-step {
	font-size: 11px;
	font-weight: 900;
	color: var(--gc-c-emerald);
	display: block;
	margin-bottom: 8px;
}

.gc-csub-evo-card h3 {
	font-size: 18px;
	font-weight: 900;
	color: var(--gc-c-dark);
	margin: 0 0 8px 0;
}

.gc-csub-evo-card p {
	font-size: 13px;
	line-height: 1.55;
	color: var(--gc-c-text-muted);
	margin: 0;
}

/* CTA */
.gc-csub-cta-section {
	padding: 20px 0 90px 0;
}

.gc-csub-cta-card {
	background: linear-gradient(135deg, #F0FAF4 0%, #FFFFFF 100%);
	border: 1.5px solid #CDE7D9;
	border-radius: 32px;
	padding: 56px 44px;
	text-align: center;
	box-shadow: var(--gc-c-shadow-md);
	max-width: 960px;
	margin: 0 auto;
}

.gc-csub-cta-title {
	font-size: clamp(28px, 3.4vw, 40px);
	font-weight: 900;
	color: var(--gc-c-dark);
	margin: 0 0 14px 0;
}

.gc-csub-cta-desc {
	font-size: 16px;
	line-height: 1.6;
	color: var(--gc-c-text-muted);
	max-width: 660px;
	margin: 0 auto 32px auto;
}

.gc-csub-cta-buttons {
	display: flex;
	justify-content: center;
	gap: 16px;
	flex-wrap: wrap;
}

@media (max-width: 1024px) {
	.gc-csub-timeline,
	.gc-csub-mv-grid,
	.gc-csub-values-grid,
	.gc-csub-evo-grid {
		grid-template-columns: 1fr;
	}
}

/* Enriched Editorial Components */
.gc-somos-hero-supporting-h3 {
	font-size: clamp(16px, 1.25vw, 19px);
	font-weight: 800;
	color: var(--gc-c-teal);
	line-height: 1.4;
	margin: 0 0 16px 0;
}

.gc-story-lead-secondary {
	font-size: 15px;
	font-weight: 700;
	color: var(--gc-c-emerald);
	margin-top: 10px;
}

.gc-timeline-stages-bar {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
	margin-bottom: 32px;
	padding: 12px 18px;
	background: var(--gc-c-bg-light);
	border-radius: 9999px;
	border: 1px solid var(--gc-c-border);
	width: fit-content;
}

.gc-tstage-pill {
	font-size: 11.5px;
	font-weight: 800;
	padding: 4px 12px;
	border-radius: 9999px;
	background: #FFFFFF;
	color: var(--gc-c-dark);
	border: 1px solid var(--gc-c-border);
}

.gc-tstage-active {
	background: #F0FAF4;
	color: var(--gc-c-deep-teal);
	border-color: var(--gc-c-emerald);
}

.gc-tstage-highlight {
	background: var(--gc-c-dark);
	color: #FFFFFF;
	border-color: var(--gc-c-dark);
}

.gc-tstage-arrow {
	color: var(--gc-c-emerald);
	font-weight: 900;
	font-size: 12px;
}

.gc-cartagena-sub-meta {
	font-size: 12.5px;
	color: #94A3B8;
	margin-top: 4px;
}

.gc-mv-subhead {
	display: block;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.04em;
	color: var(--gc-c-emerald);
	margin-bottom: 6px;
}

.gc-story-circularity {
	background: var(--gc-c-bg-light);
	padding: 70px 0;
}

.gc-circularity-flow-card {
	background: #FFFFFF;
	border-radius: 28px;
	padding: 32px 28px;
	border: 1px solid var(--gc-c-border);
	box-shadow: var(--gc-c-shadow-sm);
	margin-top: 36px;
}

.gc-cflow-track {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	flex-wrap: wrap;
}

.gc-cflow-step {
	background: var(--gc-c-bg-light);
	border: 1px solid var(--gc-c-border);
	border-radius: 18px;
	padding: 14px 20px;
	font-size: 13px;
	font-weight: 800;
	color: var(--gc-c-dark);
	display: inline-flex;
	align-items: center;
	gap: 8px;
	transition: all 0.2s ease;
}

.gc-cflow-step:hover,
.gc-cflow-step-active {
	background: #FFFFFF;
	border-color: var(--gc-c-emerald);
	color: var(--gc-c-deep-teal);
	box-shadow: 0 4px 16px rgba(63, 174, 106, 0.12);
}

.gc-cflow-arrow {
	color: var(--gc-c-emerald);
	font-weight: 900;
	font-size: 16px;
}

.gc-final-statement-badge {
	display: inline-block;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.08em;
	color: var(--gc-c-deep-teal);
	background: #F0FAF4;
	border: 1.5px solid #CDE7D9;
	padding: 8px 20px;
	border-radius: 9999px;
	margin: 20px 0 28px 0;
}

/* ==========================================================================
   FASE 8 — resumen institucional + CTA (Tecnología → Plataforma, Economía
   Circular → Impacto), evita duplicar esas páginas dentro de Geociklo
   ========================================================================== */
.gc-story-cta-row {
	margin-top: 32px;
	text-align: center;
}

