/**
 * GEOCIKLO — Cómo funciona (Traceability Journey Experience)
 * Ultra-Modern Frosted Glass & Video Atmosphere
 *
 * @package Geociklo\SiteSections
 */

:root {
	--gc-hiw-primary: #3FAE6A;
	--gc-hiw-primary-dark: #137A48;
	--gc-hiw-primary-hover: #0E633A;
	--gc-hiw-title-color: #073F4D;
	--gc-hiw-teal: #035877;
	--gc-hiw-teal-dark: #06605C;
	--gc-hiw-bg-section: #F8FAF9;
	--gc-hiw-card-bg: rgba(255, 255, 255, 0.55);
	--gc-hiw-text-main: #073F4D;
	--gc-hiw-text-muted: #52606D;
	--gc-hiw-border-light: rgba(255, 255, 255, 0.75);
	--gc-hiw-master-glass-bg: rgba(255, 255, 255, 0.46);
	--gc-hiw-master-glass-border: rgba(255, 255, 255, 0.88);
	--gc-hiw-master-glass-shadow: 0 28px 64px -12px rgba(7, 63, 77, 0.09), 0 10px 24px -6px rgba(7, 63, 77, 0.04), inset 0 1px 2px 0 rgba(255, 255, 255, 0.95);
	--gc-hiw-subcard-glass-bg: rgba(255, 255, 255, 0.58);
	--gc-hiw-subcard-glass-border: rgba(255, 255, 255, 0.85);
}

/* ==========================================================================
   01. SECTION CONTAINER & ATMOSPHERIC VIDEO WITH TOP/BOTTOM CALADO
   ========================================================================== */
.gc-how-it-works-section {
	position: relative;
	width: 100%;
	background: var(--gc-hiw-bg-section);
	padding: 120px 24px 130px 24px;
	font-family: 'Inter Tight', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	color: var(--gc-hiw-text-main);
	overflow: hidden;
	box-sizing: border-box;
}

/* Video Background Container */
.gc-hiw-bg-video-wrapper {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	pointer-events: none;
	z-index: 0;
}

.gc-hiw-bg-video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
	transform: translate(-50%, -50%);
	opacity: 0.92;
}

/* Atmospheric Overlay: allows video to shine clearly while keeping typography crisp */
.gc-hiw-video-overlay {
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse at 72% 45%, rgba(255, 255, 255, 0.08) 0%, rgba(248, 250, 249, 0.42) 50%, rgba(248, 250, 249, 0.88) 100%);
	pointer-events: none;
}

/* Calado Superior (Top Seamless Degradation Blend) */
.gc-hiw-fade-top {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 220px;
	background: linear-gradient(180deg, #F8FAF9 0%, rgba(248, 250, 249, 0.95) 30%, rgba(248, 250, 249, 0.4) 70%, rgba(248, 250, 249, 0) 100%);
	pointer-events: none;
	z-index: 1;
}

/* Calado Inferior (Bottom Seamless Degradation Blend) */
.gc-hiw-fade-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 220px;
	background: linear-gradient(0deg, #F8FAF9 0%, rgba(248, 250, 249, 0.95) 30%, rgba(248, 250, 249, 0.4) 70%, rgba(248, 250, 249, 0) 100%);
	pointer-events: none;
	z-index: 1;
}

/* Subtle Technical Coordinates Grid */
.gc-hiw-tech-grid {
	position: absolute;
	inset: 0;
	background-image: 
		radial-gradient(circle at 1px 1px, rgba(3, 88, 119, 0.06) 1px, transparent 0),
		linear-gradient(to right, rgba(7, 63, 77, 0.02) 1px, transparent 1px),
		linear-gradient(to bottom, rgba(7, 63, 77, 0.02) 1px, transparent 1px);
	background-size: 40px 40px, 40px 40px, 40px 40px;
	pointer-events: none;
	z-index: 1;
}

/* Ambient Radial Glows (Teal & Green) */
.gc-hiw-ambient-glow-teal {
	position: absolute;
	top: -10%;
	right: 5%;
	width: 550px;
	height: 550px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(3, 88, 119, 0.08) 0%, rgba(3, 88, 119, 0) 70%);
	pointer-events: none;
	z-index: 1;
}

.gc-hiw-ambient-glow-green {
	position: absolute;
	bottom: -10%;
	left: 5%;
	width: 600px;
	height: 600px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(63, 174, 106, 0.08) 0%, rgba(63, 174, 106, 0) 70%);
	pointer-events: none;
	z-index: 1;
}

.gc-hiw-container {
	max-width: 1360px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
}

/* ==========================================================================
   02. SECTION HEADER & STREAM SELECTOR
   ========================================================================== */
.gc-hiw-header {
	text-align: center;
	max-width: 880px;
	margin: 0 auto 44px auto;
	position: relative;
	z-index: 2;
}

.gc-hiw-eyebrow-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border: 1px solid rgba(63, 174, 106, 0.32);
	padding: 6px 16px;
	border-radius: 9999px;
	margin-bottom: 20px;
	box-shadow: 0 4px 14px rgba(7, 63, 77, 0.03);
}

.gc-hiw-eyebrow-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--gc-hiw-primary);
	box-shadow: 0 0 6px var(--gc-hiw-primary);
}

.gc-hiw-eyebrow-text {
	font-size: 11.5px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--gc-hiw-primary-dark);
}

.gc-hiw-headline {
	font-size: clamp(34px, 3.8vw, 48px);
	font-weight: 900;
	line-height: 1.14;
	letter-spacing: -0.035em;
	margin: 0 0 16px 0;
	font-family: 'Inter Tight', sans-serif;
}

.gc-hiw-title-dark {
	color: var(--gc-hiw-title-color, #073F4D);
	display: block;
}

.gc-hiw-title-line2 {
	display: block;
}

.gc-hiw-title-dark-inline {
	color: var(--gc-hiw-title-color, #073F4D);
}

.gc-hiw-title-green {
	color: #28A745;
	display: inline-block;
}

.gc-hiw-subhead {
	font-size: clamp(14.5px, 1.15vw, 16px);
	line-height: 1.6;
	color: var(--gc-hiw-text-muted);
	margin: 0 auto 28px auto;
	max-width: 720px;
}

/* Material Stream Filter Chips */
.gc-hiw-stream-selector {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: rgba(255, 255, 255, 0.65);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	padding: 6px 12px;
	border-radius: 9999px;
	border: 1px solid rgba(255, 255, 255, 0.9);
	box-shadow: 0 6px 20px rgba(7, 63, 77, 0.05);
}

.gc-hiw-stream-label {
	font-size: 11.5px;
	font-weight: 700;
	color: #64748B;
	padding: 0 6px;
}

.gc-hiw-stream-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 14px;
	border-radius: 9999px;
	border: 1px solid transparent;
	background: rgba(255, 255, 255, 0.5);
	color: var(--gc-hiw-text-main);
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.22s ease;
	outline: none;
}

.gc-hiw-stream-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #94A3B8;
	transition: all 0.22s ease;
}

.gc-hiw-stream-btn:hover {
	background: rgba(255, 255, 255, 0.9);
	border-color: rgba(63, 174, 106, 0.4);
}

.gc-hiw-stream-btn.gc-is-active {
	background: #FFFFFF;
	border-color: rgba(63, 174, 106, 0.35);
	color: var(--gc-hiw-primary-dark);
	box-shadow: 0 2px 10px rgba(63, 174, 106, 0.15);
}

.gc-hiw-stream-btn.gc-is-active .gc-hiw-stream-dot {
	background: var(--gc-hiw-primary);
	box-shadow: 0 0 6px var(--gc-hiw-primary);
}

/* ==========================================================================
   03. MASTER FROSTED GLASS WORKBENCH CARD
   ========================================================================== */
.gc-hiw-workbench {
	position: relative;
	width: 100%;
}

.gc-hiw-master-glass-card {
	background: var(--gc-hiw-master-glass-bg);
	backdrop-filter: blur(28px);
	-webkit-backdrop-filter: blur(28px);
	border: 1.5px solid var(--gc-hiw-master-glass-border);
	box-shadow: var(--gc-hiw-master-glass-shadow);
	border-radius: 32px;
	padding: 32px 34px 34px 34px;
	position: relative;
	overflow: hidden;
}

/* ==========================================================================
   04. STEP NAVIGATION PILLS (INSIDE GLASS CARD)
   ========================================================================== */
.gc-hiw-steps-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 6px;
	margin-bottom: 24px;
	width: 100%;
}

.gc-hiw-step-pill {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 13px 20px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.42);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.7);
	cursor: pointer;
	text-align: left;
	transition: all 0.26s cubic-bezier(0.2, 0.8, 0.2, 1);
	outline: none;
	flex: 1 1 0;
	justify-content: center;
	box-sizing: border-box;
}

.gc-hiw-step-pill:hover {
	background: rgba(255, 255, 255, 0.75);
	border-color: rgba(63, 174, 106, 0.4);
	transform: translateY(-2px);
}

.gc-hiw-step-num {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	font-size: 12px;
	font-weight: 800;
	color: #64748B;
	transition: all 0.25s ease;
}

.gc-hiw-step-name {
	font-size: 13.5px;
	font-weight: 800;
	color: var(--gc-hiw-title-color, #073F4D);
	transition: color 0.25s ease;
	white-space: nowrap;
}

.gc-hiw-step-indicator {
	position: absolute;
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%) scaleX(0);
	width: 45%;
	height: 3px;
	background: #3FAE6A;
	border-radius: 3px 3px 0 0;
	transition: transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* Active Step Pill */
.gc-hiw-step-pill.gc-is-active {
	background: rgba(255, 255, 255, 0.95);
	border: 1.5px solid rgba(255, 255, 255, 1);
	box-shadow: 0 10px 24px rgba(7, 63, 77, 0.06);
}

.gc-hiw-step-pill.gc-is-active .gc-hiw-step-num {
	color: var(--gc-hiw-primary-dark);
}

.gc-hiw-step-pill.gc-is-active .gc-hiw-step-name {
	color: var(--gc-hiw-title-color, #073F4D);
}

.gc-hiw-step-pill.gc-is-active .gc-hiw-step-indicator {
	transform: translateX(-50%) scaleX(1);
}

/* Step Connector Dotted Separator */
.gc-hiw-step-connector {
	display: flex;
	align-items: center;
	gap: 4px;
	padding: 0 4px;
	opacity: 0.5;
	flex-shrink: 0;
}

.gc-connector-dot {
	width: 3.5px;
	height: 3.5px;
	border-radius: 50%;
	background: #94A3B8;
}

/* ==========================================================================
   05. TIMELINE SVG RAIL & TRAVELING RECYCLE TOKEN
   ========================================================================== */
.gc-hiw-rail-stage {
	position: relative;
	width: 100%;
	margin-bottom: 24px;
}

.gc-hiw-svg-rail-wrap {
	position: relative;
	width: 100%;
	height: 64px;
}

.gc-hiw-svg-rail {
	width: 100%;
	height: 100%;
	display: block;
}

.gc-rail-base-track {
	transition: stroke 0.3s ease;
}

.gc-rail-active-track {
	transition: all 0.55s cubic-bezier(0.22, 1, 0.36, 1);
	filter: drop-shadow(0 0 6px rgba(63, 174, 106, 0.6));
}

.gc-rail-node-dot {
	fill: rgba(255, 255, 255, 0.6);
	stroke: #93C5FD;
	stroke-width: 2.5;
	transition: all 0.35s ease;
}

.gc-rail-node-dot.gc-is-passed {
	stroke: #3FAE6A;
	fill: #FFFFFF;
	filter: drop-shadow(0 0 6px rgba(63, 174, 106, 0.5));
}

/* Animated Recycling Material Token Capsule */
.gc-material-token {
	position: absolute;
	top: 30px;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	pointer-events: none;
	z-index: 10;
	transition: left 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.gc-token-glow {
	position: absolute;
	inset: -8px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(34, 197, 94, 0.35) 0%, rgba(34, 197, 94, 0) 70%);
	pointer-events: none;
}

.gc-token-disc {
	position: relative;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: linear-gradient(135deg, #4ADE80 0%, #22C55E 50%, #15803D 100%);
	border: 2px solid #FFFFFF;
	box-shadow: 0 4px 16px rgba(34, 197, 94, 0.45), 0 0 20px rgba(34, 197, 94, 0.35);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
}

.gc-token-recycle-img {
	width: 22px;
	height: 22px;
	object-fit: contain;
	display: block;
	filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25));
}

.gc-token-pulse-ring {
	position: absolute;
	inset: -5px;
	border-radius: 50%;
	border: 1.5px solid rgba(63, 174, 106, 0.75);
	animation: gcTokenRingPulse 2.2s infinite ease-out;
}

.gc-token-stream-tag {
	margin-top: 6px;
	font-family: ui-monospace, SFMono-Regular, monospace;
	font-size: 10px;
	font-weight: 800;
	background: #073F4D;
	color: #FFFFFF;
	padding: 2px 8px;
	border-radius: 6px;
	letter-spacing: -0.02em;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
	white-space: nowrap;
}

@keyframes gcTokenRingPulse {
	0% { transform: scale(1); opacity: 0.85; }
	100% { transform: scale(1.6); opacity: 0; }
}

/* ==========================================================================
   06. STAGE DISPLAY GRID (2 COLUMNS: DETAIL CARD + PASSPORT CARD)
   ========================================================================== */
.gc-hiw-stage-layout {
	display: grid;
	grid-template-columns: 56% 44%;
	gap: 28px;
	align-items: stretch;
}

/* Column 1: Active Stage Details Card */
.gc-hiw-stage-detail-card {
	display: flex;
	flex-direction: column;
	padding: 34px 30px;
	border-radius: 22px;
	background: var(--gc-hiw-subcard-glass-bg);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border: 1px solid var(--gc-hiw-subcard-glass-border);
	box-shadow: 0 10px 30px rgba(7, 63, 77, 0.04);
	position: relative;
	overflow: hidden;
}

/* Botanical Watermark (plantas.png) in the bottom-right corner */
.gc-stage-leaf-watermark {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 240px;
	height: auto;
	max-height: 220px;
	object-fit: contain;
	object-position: right bottom;
	opacity: 0.8;
	pointer-events: none;
	z-index: 1;
}

.gc-stage-header-meta {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 14px;
	position: relative;
	z-index: 2;
}

.gc-stage-counter {
	font-family: ui-monospace, SFMono-Regular, monospace;
	font-size: 11.5px;
	font-weight: 800;
	color: var(--gc-hiw-primary-dark);
	background: rgba(63, 174, 106, 0.14);
	padding: 3px 8px;
	border-radius: 6px;
}

.gc-stage-badge {
	font-size: 10.5px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #2E9A5B;
}

.gc-stage-title {
	font-size: 24px;
	font-weight: 900;
	color: var(--gc-hiw-title-color, #073F4D);
	line-height: 1.22;
	letter-spacing: -0.025em;
	margin: 0 0 12px 0;
	font-family: 'Inter Tight', sans-serif;
	position: relative;
	z-index: 2;
}

.gc-stage-desc {
	font-size: 13.5px;
	line-height: 1.6;
	color: var(--gc-hiw-text-muted);
	margin: 0 0 22px 0;
	position: relative;
	z-index: 2;
}

.gc-stage-highlights-wrap {
	margin-bottom: 26px;
	flex-grow: 1;
	position: relative;
	z-index: 2;
}

.gc-highlights-heading {
	display: block;
	font-size: 10.5px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #334155;
	margin-bottom: 12px;
}

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

.gc-highlight-item {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 13px;
	line-height: 1.45;
	color: #334155;
	font-weight: 500;
}

.gc-highlight-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: rgba(63, 174, 106, 0.16);
	color: var(--gc-hiw-primary-dark);
	flex-shrink: 0;
	margin-top: 1px;
}

.gc-stage-footer-cta {
	position: relative;
	z-index: 2;
}

.gc-stage-cta-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 22px;
	border-radius: 9999px;
	border: 1.5px solid #3FAE6A;
	background: rgba(255, 255, 255, 0.65);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	font-size: 13.5px;
	font-weight: 700;
	color: var(--gc-hiw-primary-dark);
	text-decoration: none;
	transition: all 0.22s ease;
}

.gc-stage-cta-arrow {
	transition: transform 0.22s ease;
}

.gc-stage-cta-btn:hover {
	background: #3FAE6A;
	color: #FFFFFF;
	transform: translateY(-1px);
	box-shadow: 0 6px 18px rgba(63, 174, 106, 0.25);
}

.gc-stage-cta-btn:hover .gc-stage-cta-arrow {
	transform: translateX(4px);
}

/* ==========================================================================
   07. PASSPORT OF MATERIAL (RIGHT COLUMN GLASS CARD)
   ========================================================================== */
.gc-hiw-passport-col {
	display: flex;
	flex-direction: column;
	justify-content: stretch;
}

.gc-material-passport-card {
	background: var(--gc-hiw-subcard-glass-bg);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border: 1px solid var(--gc-hiw-subcard-glass-border);
	box-shadow: 0 10px 30px rgba(7, 63, 77, 0.04);
	border-radius: 22px;
	padding: 28px 26px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

/* Corner Glow inside Passport */
.gc-material-passport-card::after {
	content: '';
	position: absolute;
	top: -30px;
	right: -30px;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(63, 174, 106, 0.18) 0%, transparent 70%);
	pointer-events: none;
}

.gc-passport-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 18px;
}

.gc-passport-badge-wrap {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.gc-passport-shield-icon {
	width: 26px;
	height: 26px;
	border-radius: 6px;
	background: rgba(63, 174, 106, 0.12);
	display: flex;
	align-items: center;
	justify-content: center;
}

.gc-passport-badge-title {
	font-size: 11.5px;
	font-weight: 900;
	letter-spacing: 0.08em;
	color: var(--gc-hiw-title-color, #073F4D);
	text-transform: uppercase;
}

.gc-passport-demo-chip {
	font-size: 9.5px;
	font-weight: 800;
	letter-spacing: 0.08em;
	color: var(--gc-hiw-primary-dark);
	background: rgba(63, 174, 106, 0.12);
	border: 1px solid rgba(63, 174, 106, 0.25);
	padding: 3px 9px;
	border-radius: 9999px;
}

/* Identity & Barcode Block */
.gc-passport-identity-block {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: rgba(255, 255, 255, 0.82);
	backdrop-filter: blur(10px);
	padding: 14px 18px;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.95);
	box-shadow: 0 4px 14px rgba(7, 63, 77, 0.03);
	margin-bottom: 16px;
}

.gc-passport-id-meta {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.gc-passport-label {
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.06em;
	color: #64748B;
	text-transform: uppercase;
}

.gc-passport-id-value {
	font-family: ui-monospace, SFMono-Regular, monospace;
	font-size: 14px;
	font-weight: 800;
	color: var(--gc-hiw-teal);
	letter-spacing: -0.02em;
}

.gc-passport-barcode-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 3px;
}

.gc-passport-barcode {
	display: flex;
	gap: 2px;
	height: 22px;
	align-items: center;
}

.gc-passport-barcode span {
	width: 2px;
	height: 100%;
	background: #073F4D;
	opacity: 0.7;
}

.gc-passport-barcode span:nth-child(2n) {
	width: 3.5px;
	opacity: 0.9;
}

.gc-passport-barcode span:nth-child(3n) {
	width: 1.5px;
	opacity: 0.45;
}

.gc-passport-barcode span:nth-child(4n) {
	width: 4px;
	opacity: 0.95;
}

.gc-passport-barcode-num {
	font-family: ui-monospace, SFMono-Regular, monospace;
	font-size: 9.5px;
	font-weight: 700;
	color: #475569;
	letter-spacing: 0.08em;
}

/* Data Key-Value Grid */
.gc-passport-data-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin-bottom: 18px;
}

.gc-passport-data-cell {
	display: flex;
	flex-direction: column;
	gap: 3px;
	background: rgba(255, 255, 255, 0.65);
	backdrop-filter: blur(10px);
	padding: 10px 14px;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.8);
}

.gc-passport-val {
	font-size: 12.5px;
	font-weight: 700;
	line-height: 1.3;
}

.gc-val-green {
	color: var(--gc-hiw-primary-dark);
}

.gc-val-teal {
	color: var(--gc-hiw-title-color, #073F4D);
}

.gc-val-muted {
	color: var(--gc-hiw-text-muted);
	font-weight: 500;
}

/* Footer Status Bar */
.gc-passport-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 14px;
	border-top: 1px solid rgba(226, 232, 240, 0.7);
}

.gc-passport-footer-left {
	display: flex;
	align-items: center;
	gap: 8px;
}

.gc-passport-status-text {
	font-size: 11.5px;
	font-weight: 600;
	color: var(--gc-hiw-text-muted);
}

.gc-passport-footer-right {
	display: flex;
	align-items: center;
	gap: 6px;
}

.gc-passport-verified-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #3FAE6A;
	box-shadow: 0 0 6px #3FAE6A;
}

.gc-passport-verified-text {
	font-size: 11px;
	font-weight: 700;
	color: var(--gc-hiw-primary-dark);
}

/* ==========================================================================
   08. RESPONSIVE BREAKPOINTS (Mobile & Tablet)
   ========================================================================== */
@media (max-width: 1024px) {
	.gc-hiw-steps-nav {
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		padding-bottom: 8px;
		justify-content: flex-start;
		-webkit-overflow-scrolling: touch;
	}

	.gc-hiw-step-pill {
		flex: 0 0 auto;
		min-width: 140px;
		scroll-snap-align: start;
	}

	.gc-hiw-stage-layout {
		grid-template-columns: 1fr;
		gap: 20px;
	}
}

@media (max-width: 768px) {
	.gc-how-it-works-section {
		padding: 70px 16px 80px 16px;
	}

	.gc-hiw-header {
		margin-bottom: 28px;
	}

	.gc-hiw-stream-selector {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
		border-radius: 18px;
		padding: 8px;
		gap: 6px;
	}

	.gc-hiw-stream-label {
		width: 100%;
		margin-bottom: 2px;
	}

	.gc-hiw-stream-btn {
		flex: 1 1 auto;
		min-width: 125px;
		justify-content: center;
		min-height: 40px;
	}

	.gc-hiw-master-glass-card {
		padding: 20px 14px;
		border-radius: 24px;
	}

	.gc-hiw-steps-nav {
		gap: 6px;
		margin-bottom: 16px;
	}

	.gc-hiw-step-connector {
		display: none;
	}

	.gc-hiw-step-pill {
		min-width: 135px;
		padding: 10px 14px;
	}

	.gc-hiw-svg-rail-wrap {
		height: 52px;
	}

	.gc-material-token {
		top: 26px;
	}

	.gc-token-disc {
		width: 34px;
		height: 34px;
	}

	.gc-token-recycle-svg {
		width: 18px;
		height: 18px;
	}

	.gc-hiw-stage-detail-card {
		padding: 22px 16px;
	}

	.gc-stage-title {
		font-size: 20px;
	}

	.gc-material-passport-card {
		padding: 20px 16px;
	}

	.gc-passport-data-grid {
		grid-template-columns: 1fr;
		gap: 10px;
	}

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