.ccpe-path,
.ccpe-path * {
	box-sizing: border-box;
}

.ccpe-path {
	width: 100%;
	min-height: 442px;
	margin-inline: auto;
	overflow: hidden;
	background-color: #fff;
	font-family: "Century Gothic", Montserrat, Arial, sans-serif;
}

.ccpe-path__grid {
	display: grid;
	grid-template-columns: minmax(0, 40.5%) minmax(0, 59.5%);
	min-height: inherit;
	column-gap: 26px;
}

.ccpe-path__content {
	display: flex;
	min-width: 0;
	flex-direction: column;
	justify-content: flex-start;
	padding: 38px 15px 25px 60px;
}

.ccpe-path__title {
	display: flex;
	flex-direction: column;
	margin: 0 0 37px;
	font-family: inherit;
	font-size: clamp(30px, 3.2vw, 40px);
	font-weight: 700;
	line-height: 1.16;
	letter-spacing: -0.02em;
}

.ccpe-path__title-first {
	color: #004c3f;
}

.ccpe-path__title-second {
	color: #f8690e;
}

.ccpe-path__description {
	max-width: 405px;
	margin: 0;
	color: #111;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.12;
}

.ccpe-path__facts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: center;
	margin-top: 49px;
	gap: 20px;
}

.ccpe-path__fact {
	display: flex;
	align-items: center;
	min-width: 0;
	color: #111;
	gap: 8px;
}

.ccpe-path__fact-icon {
	display: inline-flex;
	width: 44px;
	height: 44px;
	flex: 0 0 44px;
	align-items: center;
	justify-content: center;
	color: inherit;
	font-size: 44px;
	line-height: 1;
}

.ccpe-path__fact-icon i,
.ccpe-path__fact-icon svg {
	display: block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.ccpe-path__fact-copy {
	display: flex;
	min-width: 0;
	flex-direction: column;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 1.04;
}

.ccpe-path__fact-copy strong,
.ccpe-path__fact-copy small {
	display: block;
	font-size: inherit;
	overflow-wrap: anywhere;
}

.ccpe-path__fact-copy strong {
	font-weight: 700;
}

.ccpe-path__fact-copy small {
	font-weight: 400;
}

.ccpe-path__button-wrap {
	display: flex;
	min-width: 0;
	justify-content: center;
	margin-top: 43px;
}

.ccpe-path__button {
	display: inline-flex;
	width: max-content;
	max-width: 100%;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	min-width: 214px;
	min-height: 40px;
	padding: 8px 22px;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	background-color: #ff6b28;
	border: 0;
	border-radius: 24px;
	cursor: pointer;
	gap: 8px;
	transition: color 180ms ease, background-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.ccpe-path__button-label,
.ccpe-path__counter {
	white-space: nowrap;
}

.ccpe-path__counter {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: baseline;
	padding-left: 10px;
	margin-left: 2px;
	font-size: 0.86em;
	font-variant-numeric: tabular-nums;
	font-weight: 600;
	border-left: 1px solid currentColor;
	gap: 4px;
	opacity: 0.92;
}

.ccpe-path__counter-number {
	min-width: 1ch;
	text-align: right;
}

.ccpe-path__button i,
.ccpe-path__button svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.ccpe-path__button:hover,
.ccpe-path__button:focus-visible {
	color: #fff;
	text-decoration: none;
	background-color: #e75412;
	box-shadow: 0 7px 18px rgba(0, 0, 0, 0.16);
	transform: translateY(-2px);
}

.ccpe-path__button:focus-visible {
	outline: 3px solid #004c3f;
	outline-offset: 3px;
}

.ccpe-path__button:active {
	transform: translateY(0) scale(0.98);
}

.ccpe-path__visual {
	display: flex;
	min-width: 0;
	align-items: center;
	padding: 28px 60px 22px 0;
}

.ccpe-path__frame {
	position: relative;
	width: 100%;
	height: 393px;
	padding: 14px 0 11px 25px;
	background-color: #00624f;
	border-radius: 95px 24px 18px 135px / 85px 24px 18px 120px;
	transform: rotate(1.1deg);
}

.ccpe-path__photo {
	--ccpe-photo-scale: 195%;
	--ccpe-photo-x: 88%;
	--ccpe-photo-y: 50%;
	width: 100%;
	height: 100%;
	background-color: #e8e8e8;
	background-repeat: no-repeat;
	background-position: var(--ccpe-photo-x) var(--ccpe-photo-y);
	background-size: var(--ccpe-photo-scale) auto;
	border: 3px solid #f8690e;
	border-radius: 35px 18px 18px 92px / 44px 18px 18px 95px;
	transform: rotate(-1.1deg);
}

@media (max-width: 1024px) {
	.ccpe-path__grid {
		grid-template-columns: minmax(0, 44%) minmax(0, 56%);
		column-gap: 18px;
	}

	.ccpe-path__content {
		padding-left: 36px;
	}

	.ccpe-path__facts {
		gap: 12px;
	}

	.ccpe-path__fact {
		align-items: flex-start;
		flex-direction: column;
	}

	.ccpe-path__visual {
		padding-right: 35px;
	}

	.ccpe-path__frame {
		height: 380px;
	}
}

@media (max-width: 767px) {
	.ccpe-path {
		min-height: 820px;
	}

	.ccpe-path__grid {
		grid-template-columns: 1fr;
		grid-template-rows: auto minmax(300px, 1fr);
		row-gap: 30px;
	}

	.ccpe-path__content {
		align-items: center;
		padding: 38px 24px 0;
		text-align: center;
	}

	.ccpe-path__title {
		font-size: clamp(30px, 10vw, 42px);
	}

	.ccpe-path__description {
		max-width: 520px;
	}

	.ccpe-path__facts {
		width: min(100%, 520px);
		margin-top: 38px;
	}

	.ccpe-path__fact {
		align-items: center;
	}

	.ccpe-path__button-wrap {
		margin-top: 36px;
	}

	.ccpe-path__visual {
		min-height: 330px;
		padding: 10px 22px 34px;
	}

	.ccpe-path__frame {
		height: 330px;
	}
}

@media (max-width: 480px) {
	.ccpe-path__button {
		padding-inline: 16px;
	}

	.ccpe-path__facts {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.ccpe-path__fact {
		flex-direction: row;
		justify-content: center;
	}

	.ccpe-path__fact-copy {
		min-width: 90px;
		text-align: left;
	}

	.ccpe-path__frame {
		height: 280px;
		padding-left: 18px;
		border-radius: 70px 20px 16px 95px / 65px 20px 16px 85px;
	}

	.ccpe-path__photo {
		border-radius: 28px 15px 15px 68px / 34px 15px 15px 70px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ccpe-path__button {
		transition-duration: 0.01ms !important;
	}
}

/* Ajustes responsive: conserva escritorio y organiza tablet/móvil en cuadrícula. */
@media (min-width: 768px) and (max-width: 1024px) {
	.ccpe-path__grid {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
	}

	.ccpe-path__content,
	.ccpe-path__visual {
		min-width: 0;
	}

	.ccpe-path__facts {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.ccpe-path__fact {
		align-items: center;
		text-align: center;
	}
}

@media (max-width: 767px) {
	.ccpe-path {
		min-height: 0;
	}

	.ccpe-path__grid {
		grid-template-rows: auto auto;
	}

	.ccpe-path__content {
		min-width: 0;
		padding: 34px 20px 0;
	}

	.ccpe-path__facts {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.ccpe-path__visual {
		min-height: 0;
		padding: 20px 20px 32px;
	}

	.ccpe-path__frame {
		height: auto;
		aspect-ratio: 4 / 3;
	}
}

@media (max-width: 520px) {
	.ccpe-path__facts {
		grid-template-columns: minmax(0, 1fr);
	}

	.ccpe-path__button,
	.ccpe-path__button-label {
		min-width: 0;
		white-space: normal;
	}
}

/* En celular, sube la fotografía y la alinea junto a los indicadores. */
@media (max-width: 767px) {
	.ccpe-path__grid {
		grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
		grid-template-rows: auto;
		grid-template-areas:
			"title title"
			"description description"
			"facts visual"
			"button button";
		align-items: center;
		column-gap: 16px;
		row-gap: 0;
		padding: 34px 18px 32px;
	}

	.ccpe-path__content {
		display: contents;
	}

	.ccpe-path__title {
		grid-area: title;
		margin-bottom: 24px;
	}

	.ccpe-path__description {
		grid-area: description;
		justify-self: center;
		margin-bottom: 30px;
	}

	.ccpe-path__facts {
		grid-area: facts;
		grid-template-columns: minmax(0, 1fr);
		align-content: center;
		align-self: stretch;
		width: 100%;
		margin-top: 0;
		gap: 15px;
	}

	.ccpe-path__fact {
		align-items: center;
		justify-content: flex-start;
		flex-direction: row;
		gap: 7px;
		text-align: left;
	}

	.ccpe-path__fact-icon {
		width: 32px;
		height: 32px;
		flex-basis: 32px;
		font-size: 32px;
	}

	.ccpe-path__fact-copy {
		min-width: 0;
		font-size: 11px;
		text-align: left;
	}

	.ccpe-path__button-wrap {
		grid-area: button;
		margin-top: 30px;
	}

	.ccpe-path__visual {
		grid-area: visual;
		align-self: stretch;
		min-height: 0;
		padding: 0;
	}

	.ccpe-path__frame {
		height: 100%;
		min-height: 210px;
		padding-left: 14px;
		aspect-ratio: auto;
		border-radius: 58px 18px 16px 72px / 54px 18px 16px 66px;
	}

	.ccpe-path__photo {
		border-radius: 24px 14px 14px 52px / 28px 14px 14px 54px;
	}
}

@media (max-width: 380px) {
	.ccpe-path__grid {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1.03fr);
		column-gap: 11px;
		padding-inline: 14px;
	}

	.ccpe-path__fact-icon {
		width: 29px;
		height: 29px;
		flex-basis: 29px;
		font-size: 29px;
	}

	.ccpe-path__fact-copy {
		font-size: 10.5px;
	}
}

.ccpe-path__mobile-photo {
	display: none;
}

.ccpe-path__mobile-shape {
	display: none;
}

/* v1.3.0: imagen completa arriba y acciones inferiores en celular. */
@media (max-width: 767px) {
	.ccpe-path {
		height: auto !important;
		min-height: 0 !important;
		max-height: none !important;
		overflow: hidden;
	}

	.ccpe-path__grid {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(140px, 0.85fr);
		grid-template-rows: auto auto auto auto;
		grid-template-areas:
			"visual visual"
			"title title"
			"description description"
			"facts button";
		align-items: center;
		width: 100%;
		min-height: 0;
		padding: 0 18px 28px;
		column-gap: 14px !important;
		row-gap: 0;
	}

	.ccpe-path__content {
		display: contents;
	}

	.ccpe-path__visual {
		grid-area: visual;
		align-self: start;
		width: calc(100% + 36px);
		min-height: 0;
		padding: 0;
		margin: 0 -18px;
	}

	.ccpe-path__frame {
		width: 100%;
		height: auto;
		min-height: 0;
		padding: 0;
		background: transparent;
		border-radius: 0;
		transform: none;
	}

	.ccpe-path__photo {
		display: none;
	}

	.ccpe-path__mobile-photo {
		display: block;
		width: 100%;
		height: auto;
		max-width: none;
		margin: 0;
		object-fit: contain;
		object-position: center;
		border: 0;
		border-radius: 0;
	}

	.ccpe-path__title {
		grid-area: title;
		width: 100%;
		margin: 26px 0 16px !important;
		font-size: clamp(29px, 9vw, 40px);
		text-align: center;
	}

	.ccpe-path__description {
		grid-area: description;
		justify-self: center;
		width: min(100%, 520px);
		margin: 0 0 26px;
		text-align: center;
	}

	.ccpe-path__facts {
		grid-area: facts;
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		align-content: center;
		align-self: stretch;
		width: 100%;
		margin: 0;
		gap: 12px !important;
	}

	.ccpe-path__fact {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		flex-direction: row;
		min-width: 0;
		gap: 7px;
		text-align: left;
	}

	.ccpe-path__fact-icon {
		width: 30px !important;
		height: 30px !important;
		flex: 0 0 30px;
		font-size: 30px !important;
	}

	.ccpe-path__fact-icon svg {
		width: 30px !important;
		height: 30px !important;
	}

	.ccpe-path__fact-copy {
		min-width: 0;
		font-size: 11px;
		line-height: 1.12;
		text-align: left;
	}

	.ccpe-path__button-wrap {
		grid-area: button;
		align-self: center;
		width: 100%;
		margin: 0 !important;
	}

	.ccpe-path__button {
		width: 100%;
		min-width: 0 !important;
		min-height: 58px;
		padding: 10px 12px;
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 6px;
	}

	.ccpe-path__button-label {
		white-space: normal;
	}

	.ccpe-path__counter {
		padding: 6px 0 0;
		margin: 0;
		border-top: 1px solid currentColor;
		border-left: 0;
	}
}

@media (max-width: 380px) {
	.ccpe-path__grid {
		grid-template-columns: minmax(0, 1fr) minmax(128px, 0.82fr);
		padding-right: 14px;
		padding-left: 14px;
		column-gap: 9px !important;
	}

	.ccpe-path__visual {
		width: calc(100% + 28px);
		margin-right: -14px;
		margin-left: -14px;
	}

	.ccpe-path__fact-icon,
	.ccpe-path__fact-icon svg {
		width: 27px !important;
		height: 27px !important;
		font-size: 27px !important;
	}

	.ccpe-path__fact-icon {
		flex-basis: 27px;
	}

	.ccpe-path__fact-copy {
		font-size: 10px;
	}
}

/* v1.3.1: recupera el respaldo orgánico verde y unifica las acciones. */
@media (max-width: 767px) {
	.ccpe-path__grid {
		grid-template-columns: minmax(0, 1fr) minmax(140px, 0.78fr);
		column-gap: 0 !important;
	}

	.ccpe-path__frame {
		padding: 9px 0 12px 14px;
		background-color: #00624f;
		border-radius: 76px 16px 14px 98px / 68px 16px 14px 82px;
		transform: rotate(0.8deg);
	}

	.ccpe-path__mobile-photo {
		width: 100%;
		height: auto;
		object-fit: contain;
		background-color: #e8e8e8;
		border-radius: 58px 12px 12px 74px / 54px 12px 12px 66px;
		transform: rotate(-0.8deg);
	}

	.ccpe-path__facts,
	.ccpe-path__button-wrap {
		min-height: 148px;
		background-color: #f7f7f7;
		border: 1px solid #e3e3e3;
	}

	.ccpe-path__facts {
		align-content: center;
		padding: 14px 10px 14px 13px;
		border-right: 0;
		border-radius: 18px 0 0 18px;
		gap: 13px !important;
	}

	.ccpe-path__button-wrap {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 14px 12px;
		border-left: 0;
		border-radius: 0 18px 18px 0;
	}

	.ccpe-path__fact-icon {
		width: 29px !important;
		height: 29px !important;
		flex-basis: 29px;
		font-size: 29px !important;
	}

	.ccpe-path__fact-icon svg {
		width: 29px !important;
		height: 29px !important;
	}

	.ccpe-path__fact-copy {
		font-size: 10.75px;
		line-height: 1.15;
	}

	.ccpe-path__button {
		width: 100%;
		max-width: 165px;
		min-height: 86px;
		padding: 12px 10px;
		border-radius: 22px;
		box-shadow: 0 7px 16px rgba(0, 0, 0, 0.12);
	}
}

@media (max-width: 380px) {
	.ccpe-path__grid {
		grid-template-columns: minmax(0, 1fr) minmax(124px, 0.76fr);
		column-gap: 0 !important;
	}

	.ccpe-path__facts {
		padding-right: 7px;
		padding-left: 9px;
	}

	.ccpe-path__button-wrap {
		padding: 10px 8px;
	}

	.ccpe-path__fact-icon,
	.ccpe-path__fact-icon svg {
		width: 26px !important;
		height: 26px !important;
		font-size: 26px !important;
	}

	.ccpe-path__fact-icon {
		flex-basis: 26px;
	}

	.ccpe-path__fact-copy {
		font-size: 9.8px;
	}
}

/* v1.3.2: marco verde vectorial dentro de la fotografía. */
@media (max-width: 767px) {
	.ccpe-path__frame {
		position: relative;
		padding: 0;
		background-color: transparent;
		border-radius: 14px;
		transform: none;
		overflow: hidden;
		isolation: isolate;
	}

	.ccpe-path__mobile-photo {
		position: relative;
		z-index: 1;
		display: block;
		width: 100%;
		height: auto;
		background: transparent;
		border-radius: 0;
		transform: none;
	}

	.ccpe-path__mobile-shape {
		position: absolute;
		inset: 0;
		z-index: 2;
		display: block;
		width: 100%;
		height: 100%;
		pointer-events: none;
	}

	.ccpe-path__mobile-shape-path {
		fill: #00624f;
	}
}
