#kcca-prior-page {
	--kcca-prior-navy: #142667;
	--kcca-prior-dark-navy: #0d1a4a;
	--kcca-prior-light-blue: #4cc9f0;
	--kcca-prior-beige: #f2eee8;
	--kcca-prior-white: #ffffff;
	--kcca-prior-light-background: #f8f9fa;
	--kcca-prior-ink: #1f2937;
	--kcca-prior-muted: #5e6a7d;
	--kcca-prior-max: 1180px;
	--kcca-prior-space: clamp(64px, 8vw, 112px);
	--kcca-prior-radius: 32px;
	--kcca-prior-radius-sm: 16px;
	--kcca-prior-pill: 999px;
	--kcca-prior-shadow: 0 28px 70px rgba(20, 38, 103, 0.09);
	--kcca-prior-transition: 180ms ease;
	color: var(--kcca-prior-ink);
	font-family: "Montserrat", Arial, sans-serif;
	overflow-x: clip;
	background: var(--kcca-prior-white);
}

#kcca-prior-page * {
	box-sizing: border-box;
}

#kcca-prior-page [hidden] {
	display: none !important;
}

#kcca-prior-page :focus-visible {
	outline: 3px solid var(--kcca-prior-light-blue);
	outline-offset: 4px;
}

#kcca-prior-page img {
	display: block;
	max-width: 100%;
	height: auto;
}

#kcca-prior-page h1,
#kcca-prior-page h2,
#kcca-prior-page h3,
#kcca-prior-page p {
	margin-top: 0;
}

#kcca-prior-page h1 {
	max-width: 860px;
	color: var(--kcca-prior-white);
	font-size: clamp(1.85rem, 3.6vw, 3.1rem);
	font-weight: 800;
	line-height: 1.1;
}

#kcca-prior-page .kcca-prior-typed {
	display: inline-block;
	min-height: 1.15em;
	min-width: 4px;
	color: var(--kcca-prior-light-blue);
	border-right: 3px solid var(--kcca-prior-light-blue);
	padding-right: 6px;
	animation: kcca-caret 1s steps(1) infinite;
}

@keyframes kcca-caret {
	50% { border-right-color: transparent; }
}

@media (prefers-reduced-motion: reduce) {
	#kcca-prior-page .kcca-prior-typed {
		border-right: none;
		padding-right: 0;
		animation: none;
	}
}

#kcca-prior-page h2 {
	color: var(--kcca-prior-navy);
	font-size: clamp(2.25rem, 4vw, 3rem);
	font-weight: 600;
	line-height: 1.1;
}

#kcca-prior-page h3 {
	color: var(--kcca-prior-navy);
	font-size: 1.18rem;
	font-weight: 750;
	line-height: 1.25;
}

#kcca-prior-page p {
	color: var(--kcca-prior-muted);
	font-size: 1rem;
	line-height: 1.75;
}

#kcca-prior-page .kcca-prior-shell {
	width: min(var(--kcca-prior-max), calc(100% - 40px));
	margin: 0 auto;
}

#kcca-prior-page .kcca-prior-section {
	padding: var(--kcca-prior-space) 0;
}

#kcca-prior-page .kcca-prior-section--light {
	background: var(--kcca-prior-light-background);
}

#kcca-prior-page .kcca-prior-section--beige {
	background: var(--kcca-prior-beige);
}

#kcca-prior-page .kcca-prior-section--navy {
	background: linear-gradient(135deg, var(--kcca-prior-navy), var(--kcca-prior-dark-navy));
}

#kcca-prior-page .kcca-prior-section--navy h2,
#kcca-prior-page .kcca-prior-section--navy h3,
#kcca-prior-page .kcca-prior-section--navy p,
#kcca-prior-page .kcca-prior-section--navy .kcca-prior-eyebrow {
	color: var(--kcca-prior-white);
}

#kcca-prior-page .kcca-prior-section--navy .kcca-prior-eyebrow,
#kcca-prior-page .kcca-prior-final .kcca-prior-eyebrow {
	color: var(--kcca-prior-light-blue);
}

#kcca-prior-page .kcca-prior-section--navy .kcca-prior-section-heading h2,
#kcca-prior-page .kcca-prior-final h2 {
	background: none;
	-webkit-text-fill-color: var(--kcca-prior-white);
	color: var(--kcca-prior-white);
}

#kcca-prior-page .kcca-prior-section-heading {
	max-width: 760px;
	margin-bottom: 40px;
}

#kcca-prior-page .kcca-prior-section-heading--center {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#kcca-prior-page .kcca-prior-section--light .kcca-prior-section-heading,
#kcca-prior-page .kcca-prior-section--beige .kcca-prior-section-heading {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#kcca-prior-page .kcca-prior-section-heading p {
	font-size: 1.06rem;
}

#kcca-prior-page .kcca-prior-eyebrow {
	margin-bottom: 14px;
	color: #142667;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 5px;
	line-height: 1.3;
	text-transform: uppercase;
	opacity: 0.8;
}

#kcca-prior-page .kcca-prior-section-heading h2,
#kcca-prior-page .kcca-prior-resource-block h2,
#kcca-prior-page .kcca-prior-results h2 {
	margin: 0;
	color: #142667;
	background: linear-gradient(90deg, #142667 0%, #2a45a3 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

#kcca-prior-page .kcca-prior-hero {
	position: relative;
	padding: clamp(82px, 9vw, 132px) 0 clamp(72px, 8vw, 112px);
	background:
		radial-gradient(circle at 86% 20%, rgba(76, 201, 240, 0.18), transparent 30%),
		linear-gradient(135deg, var(--kcca-prior-navy), var(--kcca-prior-dark-navy));
	overflow: hidden;
}

#kcca-prior-page .kcca-prior-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
	align-items: center;
	gap: clamp(36px, 6vw, 76px);
}

#kcca-prior-page .kcca-prior-hero__content p {
	max-width: 720px;
	color: rgba(255, 255, 255, 0.84);
	font-size: 1.08rem;
}

#kcca-prior-page .kcca-prior-lede {
	font-size: 1.2rem;
}

#kcca-prior-page .kcca-prior-actions,
#kcca-prior-page .kcca-prior-resource-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	margin-top: 30px;
}

#kcca-prior-page .kcca-prior-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 13px 22px;
	border: 1px solid transparent;
	border-radius: var(--kcca-prior-radius-sm);
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: transform var(--kcca-prior-transition), box-shadow var(--kcca-prior-transition), background var(--kcca-prior-transition);
}

#kcca-prior-page .kcca-prior-button:hover {
	transform: translateY(-2px);
}

#kcca-prior-page .kcca-prior-button--light {
	background: var(--kcca-prior-white);
	color: var(--kcca-prior-navy);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

#kcca-prior-page .kcca-prior-button--outline-light {
	border-color: rgba(255, 255, 255, 0.4);
	color: var(--kcca-prior-white);
	background: rgba(255, 255, 255, 0.07);
}

#kcca-prior-page .kcca-prior-button--primary {
	background: var(--kcca-prior-navy);
	color: var(--kcca-prior-white);
	box-shadow: 0 12px 28px rgba(20, 38, 103, 0.18);
}

#kcca-prior-page .kcca-prior-button--secondary {
	background: var(--kcca-prior-white);
	color: var(--kcca-prior-navy);
	border-color: rgba(20, 38, 103, 0.18);
}

#kcca-prior-page .kcca-prior-hero__media {
	position: relative;
	justify-self: end;
	width: min(100%, 440px);
}

#kcca-prior-page .kcca-prior-hero__media img {
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	border-radius: 28px;
	box-shadow: 0 34px 88px rgba(0, 0, 0, 0.34);
}

#kcca-prior-page .kcca-prior-hero__stat {
	position: absolute;
	left: -34px;
	bottom: 34px;
	width: min(250px, 70%);
	padding: 18px;
	border-radius: var(--kcca-prior-radius-sm);
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 20px 44px rgba(0, 0, 0, 0.22);
	/* El delay deja terminar la animación de entrada (reveal) antes de empezar a flotar */
	animation: kcca-float 3.4s ease-in-out 1.6s infinite;
}

@keyframes kcca-float {
	0%, 100% { transform: translateY(0); }
	50%      { transform: translateY(11px); }
}

@media (prefers-reduced-motion: reduce) {
	#kcca-prior-page .kcca-prior-hero__stat {
		animation: none;
	}
}

#kcca-prior-page .kcca-prior-hero__stat strong,
#kcca-prior-page .kcca-prior-hero__stat span {
	display: block;
}

#kcca-prior-page .kcca-prior-hero__stat strong {
	color: var(--kcca-prior-navy);
	font-size: 1.25rem;
}

#kcca-prior-page .kcca-prior-hero__stat span {
	color: var(--kcca-prior-muted);
	font-size: 0.86rem;
	line-height: 1.5;
}

#kcca-prior-page .kcca-prior-card-grid {
	display: grid;
	gap: 18px;
}

#kcca-prior-page .kcca-prior-card-grid--four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

#kcca-prior-page .kcca-prior-card {
	min-height: 240px;
	padding: 30px;
	border: 1px solid rgba(20, 38, 103, 0.06);
	border-radius: var(--kcca-prior-radius-sm);
	background: var(--kcca-prior-white);
	box-shadow: 0 18px 46px rgba(20, 38, 103, 0.045);
}

#kcca-prior-page .kcca-prior-card svg {
	width: 46px;
	height: 46px;
	margin-bottom: 20px;
	color: #142667;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

#kcca-prior-page .kcca-prior-card__icon-img {
	display: block;
	width: 56px;
	height: 56px;
	margin-bottom: 20px;
	object-fit: contain;
}

#kcca-prior-page .kcca-prior-card--numbered {
	counter-increment: pillar;
	position: relative;
}

#kcca-prior-page .kcca-prior-card--numbered::before {
	content: counter(pillar, decimal-leading-zero);
	display: block;
	margin-bottom: 28px;
	color: var(--kcca-prior-light-blue);
	font-weight: 800;
}

#kcca-prior-page .kcca-prior-center {
	display: flex;
	justify-content: center;
	margin-top: var(--kcca-prior-space);
}

#kcca-prior-page .kcca-prior-scroll-cue {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	color: var(--kcca-prior-navy);
}

#kcca-prior-page .kcca-prior-scroll-cue__label {
	font-size: 0.88rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--kcca-prior-navy);
	opacity: 0.6;
}

#kcca-prior-page .kcca-prior-scroll-cue__arrow {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0;
	animation: kcca-bounce 1.7s ease-in-out infinite;
}

#kcca-prior-page .kcca-prior-scroll-cue__arrow svg {
	width: 26px;
	height: 26px;
	display: block;
	margin-top: -10px;
	stroke: var(--kcca-prior-navy);
	opacity: 0.55;
}

#kcca-prior-page .kcca-prior-scroll-cue__arrow svg:first-child {
	opacity: 0.3;
}

#kcca-prior-page .kcca-prior-scroll-cue:hover .kcca-prior-scroll-cue__label {
	opacity: 0.9;
}

@keyframes kcca-bounce {
	0%, 100% { transform: translateY(0); }
	50%       { transform: translateY(7px); }
}

/* Centralized donut layout */
#kcca-prior-page .kcca-prior-centralized-layout {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(32px, 5vw, 72px);
	align-items: center;
	margin-top: clamp(32px, 5vw, 48px);
}

#kcca-prior-page .kcca-prior-donut-wrap {
	display: flex;
	justify-content: center;
}

#kcca-prior-page .kcca-prior-donut {
	width: 100%;
	max-width: 300px;
	aspect-ratio: 1;
	overflow: visible;
	filter: drop-shadow(0 12px 32px rgba(0, 0, 0, 0.10));
}

#kcca-prior-page .kcca-prior-donut__track {
	fill: none;
	stroke: rgba(20, 38, 103, 0.07);
	stroke-width: 30;
}

#kcca-prior-page .kcca-prior-donut__seg {
	fill: none;
	stroke-width: 30;
	stroke-linecap: butt;
	stroke-dasharray: 0 439.82;
	opacity: 0;
	transition:
		stroke-dasharray 0.65s cubic-bezier(0.4, 0, 0.2, 1),
		opacity 0.35s ease,
		stroke-width 0.25s ease;
}

#kcca-prior-page .kcca-prior-donut__seg.is-dim {
	opacity: 0.18 !important;
}

#kcca-prior-page .kcca-prior-donut__seg.is-highlight {
	stroke-width: 34;
}

#kcca-prior-page .kcca-prior-centralized-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

#kcca-prior-page .kcca-prior-centralized-item {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 14px 16px;
	border-radius: var(--kcca-prior-radius-sm);
	cursor: default;
	transition: background 0.2s ease;
}

#kcca-prior-page .kcca-prior-centralized-item:hover,
#kcca-prior-page .kcca-prior-centralized-item.is-active {
	background: rgba(20, 38, 103, 0.04);
}

#kcca-prior-page .kcca-prior-centralized-dot {
	flex-shrink: 0;
	width: 13px;
	height: 13px;
	margin-top: 4px;
	border-radius: 50%;
	box-shadow: 0 0 0 1.5px rgba(20, 38, 103, 0.18);
	transition: transform 0.2s ease;
}

#kcca-prior-page .kcca-prior-centralized-item.is-active .kcca-prior-centralized-dot {
	transform: scale(1.35);
}

#kcca-prior-page .kcca-prior-centralized-item h3 {
	margin: 0 0 4px;
	font-size: 1rem;
	font-weight: 700;
	color: var(--kcca-prior-navy);
}

#kcca-prior-page .kcca-prior-centralized-item p {
	margin: 0;
	font-size: 0.875rem;
	color: var(--kcca-prior-muted);
	line-height: 1.55;
}

#kcca-prior-page .kcca-prior-reveal-block.is-visible {
	animation: kccaPriorReveal 320ms ease both;
}

#kcca-prior-page .kcca-prior-volume-section {
	padding: clamp(56px, 8vw, 96px) 0;
	background: linear-gradient(135deg, var(--kcca-prior-navy), var(--kcca-prior-dark-navy));
}

#kcca-prior-page .kcca-prior-volume-section__header {
	max-width: 660px;
	margin: 0 auto clamp(36px, 5vw, 52px);
	text-align: center;
}

#kcca-prior-page .kcca-prior-volume-section__header h2,
#kcca-prior-page .kcca-prior-volume-section__header p,
#kcca-prior-page .kcca-prior-volume-section__header .kcca-prior-eyebrow {
	color: var(--kcca-prior-white);
}

#kcca-prior-page .kcca-prior-volume-section__header h2 {
	font-size: clamp(1.7rem, 3vw, 2.35rem);
	line-height: 1.2;
}

#kcca-prior-page .kcca-prior-volume-section__header p {
	opacity: 0.85;
	font-size: clamp(0.95rem, 1.4vw, 1.05rem);
	line-height: 1.7;
}

#kcca-prior-page .kcca-prior-volume-section__selector {
	max-width: 880px;
	margin: 0 auto;
}

#kcca-prior-page .kcca-prior-volume-section__selector .kcca-prior-choice-list {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

#kcca-prior-page .kcca-prior-volume-section__selector .kcca-prior-choice-list button {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 88px;
	border: 2px solid rgba(255, 255, 255, 0.22);
	background: rgba(255, 255, 255, 0.07);
	color: var(--kcca-prior-white);
	font-size: clamp(0.88rem, 1.3vw, 1rem);
	transition: background var(--kcca-prior-transition), border-color var(--kcca-prior-transition);
}

#kcca-prior-page .kcca-prior-volume-leaves {
	display: flex;
	align-items: flex-end;
	gap: 3px;
	height: 20px;
}

#kcca-prior-page .kcca-prior-volume-leaves svg {
	width: 16px;
	height: 16px;
	flex: none;
	opacity: 0.65;
	transition: opacity var(--kcca-prior-transition), transform var(--kcca-prior-transition);
}

#kcca-prior-page .kcca-prior-volume-section__selector .kcca-prior-choice-list button:hover .kcca-prior-volume-leaves svg,
#kcca-prior-page .kcca-prior-volume-section__selector .kcca-prior-choice-list button.is-active .kcca-prior-volume-leaves svg {
	opacity: 1;
}

#kcca-prior-page .kcca-prior-volume-section__selector .kcca-prior-choice-list button.is-active .kcca-prior-volume-leaves svg:nth-child(1) { transform: scale(1.05) rotate(-6deg); }
#kcca-prior-page .kcca-prior-volume-section__selector .kcca-prior-choice-list button.is-active .kcca-prior-volume-leaves svg:nth-child(2) { transform: scale(1.1) rotate(0deg); }
#kcca-prior-page .kcca-prior-volume-section__selector .kcca-prior-choice-list button.is-active .kcca-prior-volume-leaves svg:nth-child(3) { transform: scale(1.05) rotate(6deg); }
#kcca-prior-page .kcca-prior-volume-section__selector .kcca-prior-choice-list button.is-active .kcca-prior-volume-leaves svg:nth-child(4) { transform: scale(1) rotate(12deg); }

#kcca-prior-page .kcca-prior-volume-section__selector .kcca-prior-choice-list button:hover {
	background: rgba(255, 255, 255, 0.14);
	border-color: rgba(255, 255, 255, 0.5);
}

#kcca-prior-page .kcca-prior-volume-section__selector .kcca-prior-choice-list button.is-active {
	background: var(--kcca-prior-light-blue);
	border-color: var(--kcca-prior-light-blue);
	color: var(--kcca-prior-navy);
}

#kcca-prior-page .kcca-prior-volume-section__selector .kcca-prior-choice-result {
	margin-top: 24px;
	border-left-color: rgba(255, 255, 255, 0.28);
	background: rgba(255, 255, 255, 0.07);
	color: rgba(255, 255, 255, 0.9);
}

#kcca-prior-page .kcca-prior-volume-section__selector .kcca-prior-choice-result__icon {
	color: var(--kcca-prior-light-blue);
}

#kcca-prior-page .kcca-prior-volume-section__selector .kcca-prior-choice-result.is-active {
	border-left-color: var(--kcca-prior-light-blue);
	background: rgba(76, 201, 240, 0.12);
}

#kcca-prior-page .kcca-prior-workflow-cta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 28px;
	align-items: center;
	margin-top: clamp(32px, 5vw, 48px);
	padding: clamp(28px, 5vw, 46px);
	border-radius: var(--kcca-prior-radius);
	background: linear-gradient(135deg, var(--kcca-prior-navy) 0%, var(--kcca-prior-dark-navy) 100%);
	box-shadow: 0 24px 56px rgba(20, 38, 103, 0.22);
}

#kcca-prior-page .kcca-prior-workflow-cta .kcca-prior-eyebrow {
	color: var(--kcca-prior-light-blue);
	opacity: 1;
}

#kcca-prior-page .kcca-prior-workflow-cta h3 {
	margin: 8px 0 12px;
	color: var(--kcca-prior-white);
	font-size: clamp(1.15rem, 2.2vw, 1.45rem);
	font-weight: 700;
	line-height: 1.3;
}

#kcca-prior-page .kcca-prior-workflow-cta > div > p {
	margin: 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.9rem;
	line-height: 1.6;
}

#kcca-prior-page .kcca-prior-workflow {
	padding: clamp(42px, 6vw, 70px) clamp(24px, 5vw, 58px);
	border-radius: var(--kcca-prior-radius);
}

#kcca-prior-page .kcca-prior-workflow__steps {
	position: relative;
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: clamp(10px, 2vw, 22px);
	margin-bottom: 44px;
}

#kcca-prior-page .kcca-prior-workflow__steps {
	counter-reset: workflow-step;
}

#kcca-prior-page .kcca-prior-workflow__steps::before {
	display: none;
}

/* Progress track — injected via JS */
#kcca-prior-page .kcca-prior-workflow__track {
	position: absolute;
	top: 30px;
	left: 8%;
	right: 8%;
	height: 2px;
	background: rgba(20, 38, 103, 0.1);
	border-radius: 2px;
	overflow: hidden;
	pointer-events: none;
	z-index: 0;
}

#kcca-prior-page .kcca-prior-workflow__track-fill {
	position: absolute;
	inset: 0;
	width: 0%;
	background: linear-gradient(to right, #4ade80, #15803d);
	transition: width 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}

#kcca-prior-page .kcca-prior-workflow__step {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 140px;
	padding: 0 8px;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--kcca-prior-navy);
	font-weight: 800;
	text-align: center;
	cursor: pointer;
}

#kcca-prior-page .kcca-prior-workflow__step::after {
	counter-increment: workflow-step;
	content: "0" counter(workflow-step);
	display: block;
	margin-top: 6px;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: rgba(20, 38, 103, 0.3);
	transition: color 0.3s ease;
}

#kcca-prior-page .kcca-prior-workflow__step.is-active::after {
	color: var(--kcca-prior-navy);
}

#kcca-prior-page .kcca-prior-workflow__step:not(:last-child)::before {
	display: none;
}

#kcca-prior-page .kcca-prior-workflow__icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	margin: 0 auto 16px;
	color: var(--kcca-prior-navy);
	border-radius: 50%;
	background: #e8edf8;
	border: 2px solid rgba(20, 38, 103, 0.14);
	transition: background 0.35s ease, border-color 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease, color 0.35s ease;
}

#kcca-prior-page .kcca-prior-workflow__step:hover .kcca-prior-workflow__icon {
	background: #d4daf0;
	border-color: rgba(20, 38, 103, 0.28);
	transform: translateY(-3px);
}

#kcca-prior-page .kcca-prior-workflow__step.is-active .kcca-prior-workflow__icon {
	background: #16a34a;
	border-color: #16a34a;
	color: var(--kcca-prior-white);
	transform: translateY(-7px);
	box-shadow: 0 12px 28px rgba(22, 163, 74, 0.32);
}

#kcca-prior-page .kcca-prior-workflow__step.is-bottleneck .kcca-prior-workflow__icon::after {
	content: "";
	position: absolute;
	top: -2px;
	right: -2px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #f59e0b;
	border: 2px solid var(--kcca-prior-white);
}

#kcca-prior-page .kcca-prior-workflow__step.is-bottleneck.is-active .kcca-prior-workflow__icon {
	background: #16a34a;
	border-color: #16a34a;
	box-shadow: 0 12px 28px rgba(22, 163, 74, 0.32);
}

#kcca-prior-page .kcca-prior-workflow__icon svg {
	width: 28px;
	height: 28px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

#kcca-prior-page .kcca-prior-workflow__step strong {
	display: block;
	margin-bottom: 0;
	color: #00195f;
	font-size: clamp(0.85rem, 1.2vw, 1rem);
	line-height: 1.25;
	opacity: 0.5;
	transition: opacity 0.3s ease;
}

#kcca-prior-page .kcca-prior-workflow__step.is-active strong,
#kcca-prior-page .kcca-prior-workflow__step:hover strong {
	opacity: 1;
}

#kcca-prior-page .kcca-prior-workflow__step.is-bottleneck {
	color: var(--kcca-prior-navy);
}

#kcca-prior-page .kcca-prior-workflow__step.is-active {
	color: var(--kcca-prior-navy);
}

#kcca-prior-page .kcca-prior-workflow__panel {
	display: flex;
	gap: 20px;
	align-items: flex-start;
	max-width: 860px;
	margin: 0 auto;
	padding: 22px 28px;
	border-radius: var(--kcca-prior-radius-sm);
	background: var(--kcca-prior-light-background);
	border-left: 3px solid transparent;
	text-align: left;
	transition: opacity 0.18s ease, transform 0.18s ease, border-color 0.35s ease, background 0.35s ease;
}

#kcca-prior-page .kcca-prior-workflow__panel.is-leaving {
	opacity: 0;
	transform: translateY(6px);
}

#kcca-prior-page .kcca-prior-workflow__panel.is-bottleneck {
	border-left-color: #f59e0b;
	background: #fffbf0;
}

#kcca-prior-page .kcca-prior-workflow__panel-icon-wrap {
	flex: none;
}

#kcca-prior-page .kcca-prior-workflow__panel-icon-wrap .kcca-prior-workflow__icon {
	width: 48px;
	height: 48px;
	margin: 0;
	background: #16a34a;
	border-color: #16a34a;
	color: var(--kcca-prior-white);
	transform: none !important;
	box-shadow: none !important;
	pointer-events: none;
	cursor: default;
}

#kcca-prior-page .kcca-prior-workflow__panel.is-bottleneck .kcca-prior-workflow__panel-icon-wrap .kcca-prior-workflow__icon {
	background: #f59e0b;
	border-color: #f59e0b;
}

#kcca-prior-page .kcca-prior-workflow__panel-icon-wrap .kcca-prior-workflow__icon::after {
	display: none;
}

#kcca-prior-page .kcca-prior-workflow__panel-icon-wrap .kcca-prior-workflow__icon svg {
	width: 22px;
	height: 22px;
}

#kcca-prior-page .kcca-prior-workflow__panel-body {
	flex: 1;
	min-width: 0;
}

#kcca-prior-page .kcca-prior-workflow__panel-title {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 6px;
	flex-wrap: wrap;
}

#kcca-prior-page .kcca-prior-workflow__panel h3 {
	margin: 0;
	font-size: clamp(0.95rem, 1.4vw, 1.12rem);
}

#kcca-prior-page .kcca-prior-workflow__panel-badge {
	display: inline-flex;
	align-items: center;
	padding: 2px 10px;
	border-radius: var(--kcca-prior-pill);
	background: #fef3c7;
	color: #92400e;
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	white-space: nowrap;
}

#kcca-prior-page .kcca-prior-workflow__panel p {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.65;
	color: var(--kcca-prior-muted);
}

#kcca-prior-page .kcca-prior-workflow__panel-items {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 12px;
}

#kcca-prior-page .kcca-prior-workflow__panel-pill {
	display: inline-flex;
	align-items: center;
	padding: 4px 12px;
	border-radius: var(--kcca-prior-pill);
	background: var(--kcca-prior-white);
	border: 1px solid rgba(20, 38, 103, 0.13);
	color: var(--kcca-prior-navy);
	font-size: 0.74rem;
	font-weight: 600;
}

#kcca-prior-page .kcca-prior-two-col {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
	gap: clamp(28px, 5vw, 64px);
	align-items: center;
}

#kcca-prior-page .kcca-prior-choice-box {
	padding: 24px;
	border-radius: var(--kcca-prior-radius);
	background: var(--kcca-prior-white);
	box-shadow: var(--kcca-prior-shadow);
}

#kcca-prior-page .kcca-prior-choice-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

#kcca-prior-page .kcca-prior-choice-list button {
	min-height: 56px;
	padding: 14px;
	border: 1px solid rgba(20, 38, 103, 0.14);
	border-radius: var(--kcca-prior-radius-sm);
	background: var(--kcca-prior-light-background);
	color: var(--kcca-prior-navy);
	font-weight: 800;
	cursor: pointer;
}

#kcca-prior-page .kcca-prior-choice-list button.is-active {
	background: var(--kcca-prior-navy);
	color: var(--kcca-prior-white);
}

#kcca-prior-page .kcca-prior-choice-result {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	min-height: 64px;
	margin: 18px 0 0;
	padding: 18px 20px;
	border-radius: var(--kcca-prior-radius-sm);
	border-left: 3px solid rgba(20, 38, 103, 0.18);
	background: rgba(20, 38, 103, 0.045);
	color: var(--kcca-prior-ink);
	transition: border-color var(--kcca-prior-transition), background var(--kcca-prior-transition);
}

#kcca-prior-page .kcca-prior-choice-result__icon {
	flex: none;
	width: 22px;
	height: 22px;
	margin-top: 1px;
	color: var(--kcca-prior-navy);
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

#kcca-prior-page .kcca-prior-choice-result__icon circle:first-of-type {
	fill: currentColor;
	stroke: none;
}

#kcca-prior-page .kcca-prior-choice-result p {
	margin: 0;
}

#kcca-prior-page .kcca-prior-choice-result.is-active {
	border-left-color: var(--kcca-prior-light-blue);
	background: rgba(20, 38, 103, 0.07);
}

#kcca-prior-page .kcca-prior-resource-block {
	max-width: 640px;
	margin: 0 auto;
	text-align: center;
}

#kcca-prior-page .kcca-prior-resource-block .kcca-prior-resource-actions {
	justify-content: center;
}

#kcca-prior-page .kcca-prior-results {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: clamp(32px, 5vw, 64px);
	align-items: center;
	padding: clamp(16px, 3vw, 28px) 0;
}

#kcca-prior-page .kcca-prior-tabs {
	background: transparent;
	box-shadow: none;
}

#kcca-prior-page .kcca-prior-tabs__nav {
	display: flex;
	justify-content: center;
	gap: 12px;
	margin-bottom: 56px;
	padding: 0 4px 8px;
	overflow-x: auto;
	scrollbar-width: thin;
}

#kcca-prior-page .kcca-prior-tabs__nav button {
	flex: 0 0 auto;
	min-width: 166px;
	min-height: 52px;
	padding: 13px 28px;
	border: 1px solid rgba(20, 38, 103, 0.08);
	border-radius: var(--kcca-prior-pill);
	background: rgba(255, 255, 255, 0.55);
	color: #6f7da8;
	font-weight: 700;
	cursor: pointer;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
}

#kcca-prior-page .kcca-prior-tabs__nav button[aria-selected="true"] {
	background: #f2eee8;
	color: var(--kcca-prior-white);
	color: #00195f;
	border-color: transparent;
}

#kcca-prior-page .kcca-prior-tabs__panels {
	padding: clamp(32px, 5vw, 60px);
	border-radius: var(--kcca-prior-radius);
	background: var(--kcca-prior-white);
	box-shadow: 0 26px 74px rgba(20, 38, 103, 0.10);
}

#kcca-prior-page .kcca-prior-tab-panel {
	display: grid;
	grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1fr);
	gap: clamp(32px, 5vw, 60px);
	align-items: center;
}

#kcca-prior-page .kcca-prior-tab-panel img {
	width: 100%;
	height: clamp(260px, 32vw, 380px);
	border-radius: 18px;
	object-fit: cover;
}

#kcca-prior-page .kcca-prior-tab-panel h3 {
	max-width: 520px;
	margin-bottom: 22px;
	color: #00195f;
	font-size: clamp(1.65rem, 2.4vw, 2rem);
	line-height: 1.08;
}

#kcca-prior-page .kcca-prior-tab-panel p {
	max-width: 560px;
	margin-bottom: 28px;
	color: #24304a;
	font-size: 1.05rem;
}

#kcca-prior-page .kcca-prior-tab-panel ul {
	display: grid;
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#kcca-prior-page .kcca-prior-tab-panel li {
	position: relative;
	min-height: 28px;
	padding-left: 44px;
	color: #00195f;
	font-weight: 700;
	line-height: 1.6;
}

#kcca-prior-page .kcca-prior-tab-panel li::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #f2eee8;
}

#kcca-prior-page .kcca-prior-tab-panel li::after {
	content: "";
	position: absolute;
	top: 8px;
	left: 10px;
	width: 6px;
	height: 11px;
	border: solid #00195f;
	border-width: 0 2px 2px 0;
	transform: rotate(40deg);
}

#kcca-prior-page .kcca-prior-results {
	grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
}

#kcca-prior-page .kcca-prior-metrics {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}



#kcca-prior-page .kcca-prior-metrics div {
	padding: 28px 24px 24px;
	border-radius: var(--kcca-prior-radius-sm);
	border-top: 3px solid var(--metric-accent);
	background: var(--kcca-prior-light-background);
}

#kcca-prior-page .kcca-prior-metrics div:nth-child(1) { --metric-accent: #11225D; }
#kcca-prior-page .kcca-prior-metrics div:nth-child(2) { --metric-accent: #5598BF; }
#kcca-prior-page .kcca-prior-metrics div:nth-child(3) { --metric-accent: #78D2EF; }

#kcca-prior-page .kcca-prior-metrics strong,
#kcca-prior-page .kcca-prior-metrics span {
	display: block;
}

#kcca-prior-page .kcca-prior-metrics strong {
	color: var(--kcca-prior-navy);
	font-size: clamp(1.7rem, 3vw, 2.5rem);
	font-weight: 800;
	line-height: 1;
}

#kcca-prior-page .kcca-prior-metrics strong.is-count-zero {
	animation: kccaZeroPulse 0.55s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

@keyframes kccaZeroPulse {
	0%   { transform: scale(0.5); opacity: 0; }
	60%  { transform: scale(1.18); }
	100% { transform: scale(1);   opacity: 1; }
}

#kcca-prior-page .kcca-prior-metrics span {
	margin-top: 10px;
	color: var(--kcca-prior-muted);
	font-weight: 700;
}

/* Rising bar chart */
#kcca-prior-page .kcca-prior-chart {
	width: 100%;
}

#kcca-prior-page .kcca-prior-chart__stage {
	position: relative;
	display: flex;
	align-items: flex-end;
	gap: 14px;
	height: 200px;
	border-bottom: 2px solid rgba(20, 38, 103, 0.12);
	background-image: repeating-linear-gradient(
		to top,
		rgba(20, 38, 103, 0.05) 0px,
		rgba(20, 38, 103, 0.05) 1px,
		transparent 1px,
		transparent 50px
	);
}

#kcca-prior-page .kcca-prior-chart__col {
	flex: 1;
	position: relative;
	display: flex;
	align-items: flex-end;
	height: 100%;
}

#kcca-prior-page .kcca-prior-chart__fill {
	width: 100%;
	height: var(--bar-h);
	border-radius: 6px 6px 0 0;
	transform: scaleY(0);
	transform-origin: bottom center;
	transition: transform 0.85s cubic-bezier(0.4, 0, 0.2, 1);
}

#kcca-prior-page .kcca-prior-chart__col:nth-child(1) .kcca-prior-chart__fill { background: #11225D; }
#kcca-prior-page .kcca-prior-chart__col:nth-child(2) .kcca-prior-chart__fill { background: #5598BF; }
#kcca-prior-page .kcca-prior-chart__col:nth-child(3) .kcca-prior-chart__fill { background: #78D2EF; }

#kcca-prior-page .kcca-prior-chart__col:nth-child(1) .kcca-prior-chart__val,
#kcca-prior-page .kcca-prior-chart__col:nth-child(2) .kcca-prior-chart__val,
#kcca-prior-page .kcca-prior-chart__col:nth-child(3) .kcca-prior-chart__val { color: #122361; }

#kcca-prior-page .kcca-prior-chart.is-animated .kcca-prior-chart__col:nth-child(1) .kcca-prior-chart__fill { transform: scaleY(1); transition-delay: 0s; }
#kcca-prior-page .kcca-prior-chart.is-animated .kcca-prior-chart__col:nth-child(2) .kcca-prior-chart__fill { transform: scaleY(1); transition-delay: 0.2s; }
#kcca-prior-page .kcca-prior-chart.is-animated .kcca-prior-chart__col:nth-child(3) .kcca-prior-chart__fill { transform: scaleY(1); transition-delay: 0.4s; }

#kcca-prior-page .kcca-prior-chart__val {
	position: absolute;
	bottom: calc(var(--bar-h, 0%) + 10px);
	left: 0;
	right: 0;
	text-align: center;
	font-size: clamp(1.15rem, 2vw, 1.65rem);
	font-weight: 800;
	color: var(--kcca-prior-navy);
	opacity: 0;
	transition: opacity 0.4s ease;
	white-space: nowrap;
}

#kcca-prior-page .kcca-prior-chart.is-animated .kcca-prior-chart__col:nth-child(1) .kcca-prior-chart__val { opacity: 1; transition-delay: 0.9s; }
#kcca-prior-page .kcca-prior-chart.is-animated .kcca-prior-chart__col:nth-child(2) .kcca-prior-chart__val { opacity: 1; transition-delay: 1.1s; }
#kcca-prior-page .kcca-prior-chart.is-animated .kcca-prior-chart__col:nth-child(3) .kcca-prior-chart__val { opacity: 1; transition-delay: 1.3s; }

#kcca-prior-page .kcca-prior-chart__col--zero .kcca-prior-chart__val {
	color: #122361;
}

#kcca-prior-page .kcca-prior-chart__foot {
	display: flex;
	gap: 14px;
	margin-top: 10px;
}

#kcca-prior-page .kcca-prior-chart__foot span {
	flex: 1;
	text-align: center;
	font-size: 0.75rem;
	font-weight: 700;
	color: var(--kcca-prior-muted);
	text-transform: uppercase;
	letter-spacing: 0.05em;
	line-height: 1.3;
}

#kcca-prior-page .kcca-prior-fit-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

#kcca-prior-page .kcca-prior-fit-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
	padding: 32px 20px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: var(--kcca-prior-radius-sm);
	text-align: center;
	transition: background 0.2s ease, border-color 0.2s ease;
}

#kcca-prior-page .kcca-prior-fit-item:hover {
	background: rgba(255, 255, 255, 0.14);
	border-color: rgba(255, 255, 255, 0.22);
}

#kcca-prior-page .kcca-prior-fit-item svg {
	width: 34px;
	height: 34px;
	flex-shrink: 0;
	fill: none;
	stroke: rgba(255, 255, 255, 0.75);
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

#kcca-prior-page .kcca-prior-fit-item span {
	color: var(--kcca-prior-white);
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.35;
}

/* Comparison table */
#kcca-prior-page .kcca-prior-compare {
	max-width: 720px;
	margin: 0 auto;
	border: 1px solid rgba(20, 38, 103, 0.1);
	border-radius: var(--kcca-prior-radius);
	overflow: hidden;
}

#kcca-prior-page .kcca-prior-compare__head {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	padding: 20px clamp(20px, 4vw, 36px);
	background: rgba(20, 38, 103, 0.04);
	border-bottom: 1px solid rgba(20, 38, 103, 0.1);
}

#kcca-prior-page .kcca-prior-compare__head span {
	color: rgba(20, 38, 103, 0.45);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

#kcca-prior-page .kcca-prior-compare__logo {
	height: 24px;
	width: auto;
}

#kcca-prior-page .kcca-prior-compare__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	padding: 18px clamp(20px, 4vw, 36px);
	border-bottom: 1px solid rgba(20, 38, 103, 0.07);
}

#kcca-prior-page .kcca-prior-compare__row:last-child {
	border-bottom: none;
}

#kcca-prior-page .kcca-prior-compare__row span:first-child {
	color: rgba(20, 38, 103, 0.4);
	font-size: 0.93rem;
}

#kcca-prior-page .kcca-prior-compare__row span:last-child {
	color: var(--kcca-prior-navy);
	font-size: 0.93rem;
	font-weight: 600;
}

#kcca-prior-page .kcca-prior-faq {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 clamp(40px, 6vw, 80px);
}

#kcca-prior-page .kcca-prior-faq__item {
	border-bottom: 1px solid rgba(20, 38, 103, 0.12);
}

#kcca-prior-page .kcca-prior-faq__item button {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	width: 100%;
	padding: 24px 0;
	border: 0;
	background: transparent;
	color: var(--kcca-prior-navy);
	font-size: 1rem;
	font-weight: 700;
	text-align: left;
	cursor: pointer;
	transition: color 0.2s ease;
}

#kcca-prior-page .kcca-prior-faq__item button:hover {
	color: #335D8E;
}

#kcca-prior-page .kcca-prior-faq__item button::after {
	content: "+";
	flex-shrink: 0;
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1;
	color: var(--kcca-prior-navy);
	transition: transform 0.25s ease;
}

#kcca-prior-page .kcca-prior-faq__item button[aria-expanded="true"]::after {
	content: "+";
	transform: rotate(45deg);
}

#kcca-prior-page .kcca-prior-faq__item div {
	padding-bottom: 22px;
	color: var(--kcca-prior-muted);
	font-size: 0.925rem;
	line-height: 1.65;
}

#kcca-prior-page .kcca-prior-service-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

#kcca-prior-page .kcca-prior-service-grid a {
	position: relative;
	display: block;
	min-height: 340px;
	border-radius: var(--kcca-prior-radius-sm);
	overflow: hidden;
	text-decoration: none;
	box-shadow: var(--kcca-prior-shadow);
}

#kcca-prior-page .kcca-prior-service-grid img {
	width: 100%;
	height: 100%;
	min-height: 340px;
	object-fit: cover;
	transition: transform 320ms ease;
}

#kcca-prior-page .kcca-prior-service-grid span {
	position: absolute;
	inset: auto 18px 18px;
	padding: 14px 16px;
	border-radius: var(--kcca-prior-radius-sm);
	background: rgba(20, 38, 103, 0.92);
	color: var(--kcca-prior-white);
	font-weight: 800;
}

#kcca-prior-page .kcca-prior-service-grid a:hover img {
	transform: scale(1.04);
}

#kcca-prior-page .kcca-prior-final {
	background: linear-gradient(135deg, var(--kcca-prior-navy), var(--kcca-prior-dark-navy));
	text-align: center;
}

#kcca-prior-page .kcca-prior-final .kcca-prior-shell {
	max-width: 820px;
}

#kcca-prior-page .kcca-prior-final h2,
#kcca-prior-page .kcca-prior-final p {
	color: var(--kcca-prior-white);
}

#kcca-prior-page .kcca-prior-modal[hidden] {
	display: none;
}

#kcca-prior-page .kcca-prior-modal {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: grid;
	place-items: center;
	padding: 20px;
}

#kcca-prior-page .kcca-prior-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(13, 26, 74, 0.72);
}

#kcca-prior-page .kcca-prior-modal__panel {
	position: relative;
	width: min(100%, 620px);
	max-height: calc(100vh - 40px);
	padding: clamp(24px, 4vw, 38px);
	border-radius: var(--kcca-prior-radius);
	background: var(--kcca-prior-white);
	box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
	overflow-y: auto;
}

#kcca-prior-page .kcca-prior-modal__close {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 50%;
	background: var(--kcca-prior-light-background);
	color: var(--kcca-prior-navy);
	font-size: 1.6rem;
	cursor: pointer;
}

#kcca-prior-page .kcca-prior-form {
	display: grid;
	gap: 14px;
}

#kcca-prior-page .kcca-prior-form label {
	display: block;
	margin-bottom: 7px;
	color: var(--kcca-prior-navy);
	font-weight: 800;
}

#kcca-prior-page .kcca-prior-form input,
#kcca-prior-page .kcca-prior-form select {
	width: 100%;
	min-height: 48px;
	padding: 10px 12px;
	border: 1px solid rgba(20, 38, 103, 0.2);
	border-radius: var(--kcca-prior-radius-sm);
	background: var(--kcca-prior-white);
	color: var(--kcca-prior-ink);
}

#kcca-prior-page .kcca-prior-form__status {
	min-height: 24px;
	margin-bottom: 0;
}

/* Honeypot anti-spam: fuera de pantalla para humanos y lectores */
#kcca-prior-page .kcca-prior-form__hp {
	position: absolute !important;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	border: 0;
}

#kcca-prior-page .kcca-prior-download-link.is-disabled {
	opacity: 0.5;
	cursor: not-allowed;
	pointer-events: auto;
}

#kcca-prior-page .kcca-prior-reveal {
	opacity: 1;
	transform: none;
}

#kcca-prior-page.kcca-prior-has-motion .kcca-prior-reveal {
	opacity: 0;
	transform: translateY(26px);
	transition: opacity 0.6s ease, transform 0.6s ease;
	transition-delay: calc(var(--reveal-i, 0) * 0.08s);
}

#kcca-prior-page.kcca-prior-has-motion .kcca-prior-reveal.is-visible {
	opacity: 1;
	transform: none;
}

@media (prefers-reduced-motion: reduce) {
	#kcca-prior-page .kcca-prior-reveal-block.is-visible {
		animation: none;
	}
}

@media (max-width: 1024px) {
	/* El header flotante del sitio se superpone al inicio del hero */
	#kcca-prior-page .kcca-prior-hero {
		padding-top: 150px;
	}

	#kcca-prior-page .kcca-prior-card-grid--four,
	#kcca-prior-page .kcca-prior-fit-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	#kcca-prior-page .kcca-prior-hero__grid,
	#kcca-prior-page .kcca-prior-two-col,
	#kcca-prior-page .kcca-prior-results,
	#kcca-prior-page .kcca-prior-workflow-cta {
		grid-template-columns: 1fr;
	}

	#kcca-prior-page .kcca-prior-tab-panel {
		grid-template-columns: 1fr;
	}

	#kcca-prior-page .kcca-prior-hero__media {
		justify-self: start;
	}

	/* Workflow: mantiene la fila horizontal de 6 pasos, en versión compacta */
	#kcca-prior-page .kcca-prior-workflow__steps {
		gap: 8px;
		margin-bottom: 28px;
	}

	#kcca-prior-page .kcca-prior-workflow__step {
		min-height: auto;
		padding: 0 2px;
	}

	#kcca-prior-page .kcca-prior-workflow__icon {
		width: 48px;
		height: 48px;
		margin-bottom: 10px;
	}

	#kcca-prior-page .kcca-prior-workflow__icon svg {
		width: 22px;
		height: 22px;
	}

	#kcca-prior-page .kcca-prior-workflow__step.is-active .kcca-prior-workflow__icon {
		transform: translateY(-4px);
	}

	#kcca-prior-page .kcca-prior-workflow__step strong {
		font-size: 0.72rem;
	}

	#kcca-prior-page .kcca-prior-workflow__track {
		top: 24px;
	}

}

@media (max-width: 700px) {
	#kcca-prior-page .kcca-prior-shell {
		width: min(100% - 28px, var(--kcca-prior-max));
	}

	#kcca-prior-page h1 {
		font-size: 1.85rem;
	}

	#kcca-prior-page h2 {
		font-size: 1.9rem;
	}

	#kcca-prior-page .kcca-prior-metrics,
	#kcca-prior-page .kcca-prior-service-grid,
	#kcca-prior-page .kcca-prior-faq {
		grid-template-columns: 1fr;
	}

	/* Cards de costos ocultos: grilla de 2 compacta */
	#kcca-prior-page .kcca-prior-card-grid--four {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	#kcca-prior-page .kcca-prior-card {
		min-height: 0;
		padding: 18px 16px;
	}

	#kcca-prior-page .kcca-prior-card__icon-img {
		width: 42px;
		height: 42px;
		margin-bottom: 12px;
	}

	#kcca-prior-page .kcca-prior-card h3 {
		font-size: 1rem;
	}

	#kcca-prior-page .kcca-prior-card p {
		font-size: 0.85rem;
		line-height: 1.55;
	}

	/* Fit check: grilla de 2 compacta */
	#kcca-prior-page .kcca-prior-fit-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	#kcca-prior-page .kcca-prior-fit-item {
		padding: 20px 12px;
		gap: 10px;
	}

	#kcca-prior-page .kcca-prior-fit-item svg {
		width: 28px;
		height: 28px;
	}

	#kcca-prior-page .kcca-prior-fit-item span {
		font-size: 0.82rem;
	}

	#kcca-prior-page .kcca-prior-centralized-layout {
		grid-template-columns: 1fr;
	}

	#kcca-prior-page .kcca-prior-donut {
		max-width: 220px;
		margin: 0 auto;
	}

	#kcca-prior-page .kcca-prior-actions,
	#kcca-prior-page .kcca-prior-resource-actions {
		align-items: stretch;
		flex-direction: column;
	}

	#kcca-prior-page .kcca-prior-button {
		width: 100%;
	}

	#kcca-prior-page .kcca-prior-tabs__nav {
		justify-content: flex-start;
		margin-bottom: 28px;
	}

	#kcca-prior-page .kcca-prior-tabs__nav button {
		min-width: max-content;
		padding-right: 22px;
		padding-left: 22px;
	}

	#kcca-prior-page .kcca-prior-tabs__panels {
		padding: 22px;
	}

	#kcca-prior-page .kcca-prior-tab-panel img {
		height: 230px;
	}

	#kcca-prior-page .kcca-prior-hero__stat {
		left: 12px;
		right: auto;
		bottom: 14px;
		width: auto;
		max-width: 78%;
		padding: 13px 16px;
	}

	#kcca-prior-page .kcca-prior-hero__stat strong {
		font-size: 1.05rem;
	}

	#kcca-prior-page .kcca-prior-hero__stat span {
		font-size: 0.78rem;
	}

	#kcca-prior-page .kcca-prior-service-grid a,
	#kcca-prior-page .kcca-prior-service-grid img {
		min-height: 260px;
	}

	#kcca-prior-page .kcca-prior-volume-section__selector .kcca-prior-choice-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	#kcca-prior-page .kcca-prior-eyebrow {
		font-size: 0.82rem;
		letter-spacing: 3px;
	}

	#kcca-prior-page .kcca-prior-section-heading {
		margin-bottom: 28px;
	}

	#kcca-prior-page .kcca-prior-center {
		margin-top: 40px;
	}

	#kcca-prior-page .kcca-prior-faq__item button {
		padding: 18px 0;
		font-size: 0.95rem;
	}

	#kcca-prior-page .kcca-prior-faq__item div {
		padding-bottom: 18px;
		font-size: 0.88rem;
	}

	#kcca-prior-page .kcca-prior-faq__item div p {
		line-height: 1.6;
	}

	#kcca-prior-page .kcca-prior-workflow {
		padding: 28px 0;
	}

	/* Teléfonos: solo íconos + número en fila; el nombre del paso se lee en el panel */
	#kcca-prior-page .kcca-prior-workflow__steps {
		gap: 4px;
		margin-bottom: 20px;
	}

	#kcca-prior-page .kcca-prior-workflow__step {
		padding: 0;
	}

	#kcca-prior-page .kcca-prior-workflow__step strong {
		display: none;
	}

	#kcca-prior-page .kcca-prior-workflow__step::after {
		margin-top: 4px;
	}

	#kcca-prior-page .kcca-prior-workflow__icon {
		width: 42px;
		height: 42px;
		margin-bottom: 6px;
	}

	#kcca-prior-page .kcca-prior-workflow__icon svg {
		width: 19px;
		height: 19px;
	}

	#kcca-prior-page .kcca-prior-workflow__step.is-bottleneck .kcca-prior-workflow__icon::after {
		width: 10px;
		height: 10px;
	}

	#kcca-prior-page .kcca-prior-workflow__track {
		top: 21px;
		left: 10%;
		right: 10%;
	}

	#kcca-prior-page .kcca-prior-workflow__panel {
		padding: 18px;
	}

	#kcca-prior-page .kcca-prior-hero__media {
		width: 100%;
		max-width: 440px;
	}
}

@media (max-width: 480px) {
	#kcca-prior-page .kcca-prior-volume-section__selector .kcca-prior-choice-list button {
		min-height: 72px;
		gap: 6px;
		padding: 10px;
	}

	#kcca-prior-page .kcca-prior-chart__stage {
		height: 140px;
		background-image: repeating-linear-gradient(
			to top,
			rgba(20, 38, 103, 0.05) 0px,
			rgba(20, 38, 103, 0.05) 1px,
			transparent 1px,
			transparent 35px
		);
	}

	#kcca-prior-page .kcca-prior-chart__val {
		font-size: 1rem;
	}

	#kcca-prior-page .kcca-prior-modal__panel {
		border-radius: 20px;
	}

	#kcca-prior-page .kcca-prior-workflow__panel {
		flex-direction: column;
	}

	#kcca-prior-page .kcca-prior-compare__row span:first-child,
	#kcca-prior-page .kcca-prior-compare__row span:last-child {
		font-size: 0.85rem;
	}
}
