/**
 * Landing Consultoría Workflows (v2) — estilos propios + scope de página.
 */

.iqdc-cw-page {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.iqdc-cw-landing.hikapto-landing {
	width: 100%;
}

/* Vídeo */
.iqdc-cw-video {
	--iqdc-brand: #008bff;
	--iqdc-text: #111827;
	--iqdc-muted: #4b5563;
	--iqdc-bg: #ffffff;
	--iqdc-max: 1100px;

	background: var(--iqdc-bg);
	padding: clamp(3rem, 6vw, 5rem) clamp(1.25rem, 4vw, 2rem);
	font-family: Inter, "Segoe UI", system-ui, -apple-system, sans-serif;
	color: var(--iqdc-text);
}

.iqdc-cw-video__inner {
	max-width: var(--iqdc-max);
	margin: 0 auto;
}

.iqdc-cw-video__header {
	text-align: center;
	max-width: 42rem;
	margin: 0 auto clamp(2rem, 4vw, 2.75rem);
}

.iqdc-cw-video__eyebrow {
	margin: 0 0 0.5rem;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--iqdc-brand);
}

.iqdc-cw-video__title {
	margin: 0 0 0.75rem;
	font-size: clamp(1.5rem, 3vw, 2.125rem);
	font-weight: 800;
	line-height: 1.2;
}

.iqdc-cw-video__lead {
	margin: 0;
	color: var(--iqdc-muted);
	font-size: 1.0625rem;
	line-height: 1.65;
}

.iqdc-cw-video__frame {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 14px;
	overflow: hidden;
	background: #0f172a;
	box-shadow: 0 24px 48px rgba(15, 23, 42, 0.12);
}

.iqdc-cw-video__iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.iqdc-cw-video__placeholder {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	height: 100%;
	padding: 2rem;
	text-align: center;
	background: linear-gradient(145deg, #111827 0%, #1e3a5f 100%);
}

.iqdc-cw-video__placeholder-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	background: rgba(0, 139, 255, 0.2);
	color: #008bff;
	font-size: 1.25rem;
}

.iqdc-cw-video__placeholder-text {
	margin: 0;
	max-width: 28rem;
	font-size: 0.9375rem;
	color: #9ca3af;
	line-height: 1.5;
}

/* Paradigma roles → workflows */
.iqdc-cw-paradigm {
	--iqdc-brand: #008bff;
	--iqdc-text: #111827;
	--iqdc-muted: #4b5563;
	--iqdc-bg: #f9fafb;
	--iqdc-max: 1100px;

	background: var(--iqdc-bg);
	padding: clamp(3.5rem, 7vw, 5.5rem) clamp(1.25rem, 4vw, 2rem);
	font-family: Inter, "Segoe UI", system-ui, -apple-system, sans-serif;
	color: var(--iqdc-text);
}

.iqdc-cw-paradigm__inner {
	max-width: var(--iqdc-max);
	margin: 0 auto;
}

.iqdc-cw-paradigm__header {
	max-width: 46rem;
	margin: 0 auto clamp(2rem, 4vw, 3rem);
	text-align: center;
}

.iqdc-cw-paradigm__eyebrow {
	margin: 0 0 0.5rem;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--iqdc-brand);
}

.iqdc-cw-paradigm__title {
	margin: 0 0 0.75rem;
	font-size: clamp(1.5rem, 3vw, 2.25rem);
	font-weight: 800;
	line-height: 1.2;
}

.iqdc-cw-paradigm__lead {
	margin: 0;
	color: var(--iqdc-muted);
	font-size: 1.0625rem;
	line-height: 1.65;
}

.iqdc-cw-paradigm__table-wrap {
	overflow-x: auto;
	border-radius: 12px;
	border: 1px solid #e5e7eb;
	background: #fff;
	box-shadow: 0 8px 30px rgba(17, 24, 39, 0.06);
}

.iqdc-cw-paradigm__table {
	width: 100%;
	min-width: 640px;
	border-collapse: collapse;
	font-size: 0.9375rem;
	line-height: 1.55;
}

.iqdc-cw-paradigm__table th,
.iqdc-cw-paradigm__table td {
	padding: 1rem 1.25rem;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #e5e7eb;
}

.iqdc-cw-paradigm__table thead th {
	background: #111827;
	color: #fff;
	font-weight: 700;
	font-size: 0.875rem;
}

.iqdc-cw-paradigm__table thead th:last-child {
	background: #0069cc;
}

.iqdc-cw-paradigm__table tbody tr:last-child td {
	border-bottom: none;
}

.iqdc-cw-paradigm__table tbody td:first-child {
	color: var(--iqdc-muted);
	background: #fafafa;
}

.iqdc-cw-paradigm__table tbody td:last-child {
	font-weight: 500;
}

/* Proceso 4 pasos */
.iqdc-cw-process {
	--iqdc-brand: #008bff;
	--iqdc-text: #111827;
	--iqdc-muted: #4b5563;
	--iqdc-bg: #ffffff;
	--iqdc-max: 1200px;

	background: var(--iqdc-bg);
	padding: clamp(3.5rem, 7vw, 5.5rem) clamp(1.25rem, 4vw, 2rem);
	font-family: Inter, "Segoe UI", system-ui, -apple-system, sans-serif;
	color: var(--iqdc-text);
}

.iqdc-cw-process__inner {
	max-width: var(--iqdc-max);
	margin: 0 auto;
}

.iqdc-cw-process__header {
	max-width: 44rem;
	margin: 0 auto clamp(2.5rem, 5vw, 3.5rem);
	text-align: center;
}

.iqdc-cw-process__eyebrow {
	margin: 0 0 0.5rem;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--iqdc-brand);
}

.iqdc-cw-process__title {
	margin: 0 0 0.75rem;
	font-size: clamp(1.5rem, 3vw, 2.25rem);
	font-weight: 800;
	line-height: 1.2;
}

.iqdc-cw-process__subtitle {
	margin: 0;
	color: var(--iqdc-muted);
	font-size: 1.0625rem;
	line-height: 1.65;
}

.iqdc-cw-process__list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.25rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

@media (max-width: 768px) {
	.iqdc-cw-process__list {
		grid-template-columns: 1fr;
	}
}

.iqdc-cw-process__card {
	margin: 0;
	padding: 1.5rem 1.35rem;
	border-radius: 12px;
	border: 1px solid #e5e7eb;
	background: #f9fafb;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.iqdc-cw-process__card:hover {
	border-color: rgba(0, 139, 255, 0.35);
	box-shadow: 0 12px 28px rgba(0, 139, 255, 0.08);
}

.iqdc-cw-process__num {
	display: block;
	margin-bottom: 0.75rem;
	font-size: 0.8125rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	color: var(--iqdc-brand);
}

.iqdc-cw-process__card-title {
	margin: 0 0 0.5rem;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.3;
}

.iqdc-cw-process__card-body {
	margin: 0;
	color: var(--iqdc-muted);
	font-size: 0.9375rem;
	line-height: 1.6;
}

/* CTA final */
.iqdc-cw-cta {
	--iqdc-brand: #008bff;
	--iqdc-text: #ffffff;
	background: linear-gradient(135deg, #111827 0%, #0c4a6e 55%, #008bff 120%);
	padding: clamp(3.5rem, 8vw, 6rem) clamp(1.25rem, 4vw, 2rem);
	font-family: Inter, "Segoe UI", system-ui, -apple-system, sans-serif;
	color: var(--iqdc-text);
	text-align: center;
}

.iqdc-cw-cta__inner {
	max-width: 40rem;
	margin: 0 auto;
}

.iqdc-cw-cta__title {
	margin: 0 0 1rem;
	font-size: clamp(1.5rem, 3vw, 2.125rem);
	font-weight: 800;
	line-height: 1.2;
}

.iqdc-cw-cta__lead {
	margin: 0 0 1.75rem;
	font-size: 1.0625rem;
	line-height: 1.65;
	color: #d1d5db;
}

.iqdc-cw-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: center;
}

.iqdc-cw-cta .btn-outline {
	color: #fff;
	border-color: rgba(255, 255, 255, 0.45);
}

.iqdc-cw-cta .btn-outline:hover,
.iqdc-cw-cta .btn-outline:focus-visible {
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
}

/* Hero fade (layout HiKapto) */
.iqdc-cw-landing .hero-title__char {
	opacity: 0;
	animation: hikaptoFadeIn 0.4s ease forwards;
}
