/**
 * Landing Consultoría Coordinación (v3) — overrides sobre iqdc-consultoria-workflows.css
 */

.iqdc-cc-target-badge {
	margin: 0 0 1rem;
	padding: 0.5rem 0.75rem;
	font-size: 0.8125rem;
	line-height: 1.45;
	color: #4b5563;
	background: rgba(0, 139, 255, 0.08);
	border-left: 3px solid #008bff;
	border-radius: 0 6px 6px 0;
}

.iqdc-cc-target-badge--inline {
	margin-bottom: 1.25rem;
}

.iqdc-cc-kpi-disclaimer {
	margin: 0.75rem 0 0;
	padding: 0 0.25rem;
	font-size: 0.6875rem;
	line-height: 1.4;
	color: #6b7280;
	text-align: center;
}

.iqdc-cc-paradigm__scope {
	margin: 1rem 0 0;
	font-size: 1rem;
	line-height: 1.65;
	color: #4b5563;
}

.iqdc-cc-process__timeframes-intro {
	margin: 0.75rem 0 0;
	font-size: 0.9375rem;
	font-weight: 600;
	color: #008bff;
}

.iqdc-cc-process__timeframe {
	display: inline-block;
	margin-bottom: 0.35rem;
	padding: 0.2rem 0.55rem;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: #0069cc;
	background: rgba(0, 139, 255, 0.12);
	border-radius: 4px;
}

.iqdc-cc-erp-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin: 0 0 1.25rem;
	padding: 0;
	list-style: none;
}

.iqdc-cc-erp-list__item {
	padding: 0.35rem 0.75rem;
	font-size: 0.8125rem;
	font-weight: 600;
	color: #111827;
	background: #f3f4f6;
	border: 1px solid #e5e7eb;
	border-radius: 6px;
}

/* Hero fade */
.iqdc-cc-landing .hero-title__char {
	opacity: 0;
	animation: hikaptoFadeIn 0.4s ease forwards;
}
