.amber-hero-transporte,
.amber-hero-transporte * {
	box-sizing: border-box;
}

.amber-hero-transporte {
	display: flex;
	width: 100%;
	margin-inline: auto;
	overflow: hidden;
	background: #fff;
	position: relative;
}

.amber-hero-transporte__content,
.amber-hero-transporte__image {
	min-width: 0;
}

.amber-hero-transporte__content {
	display: flex;
	flex: 1 1 48%;
	position: relative;
	z-index: 2;
}

.amber-hero-transporte__content-inner {
	width: 100%;
	max-width: 560px;
}

.amber-hero-transporte__title {
	padding: 0;
	margin: 0 0 8px;
	font-size: clamp(34px, 4vw, 64px);
	line-height: 1.08;
	font-weight: 500;
	letter-spacing: -0.035em;
}

.amber-hero-transporte__route {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.22em;
	margin: 0 0 14px;
	font-size: clamp(30px, 3.4vw, 54px);
	line-height: 1.08;
	font-weight: 400;
	letter-spacing: -0.03em;
}

.amber-hero-transporte__route-highlight,
.amber-hero-transporte__brand {
	color: #7300a8;
}

.amber-hero-transporte__subtitle {
	margin: 0 0 28px;
	font-size: clamp(16px, 1.4vw, 22px);
	line-height: 1.35;
}

.amber-hero-transporte__brand {
	display: block;
}

.amber-hero-transporte__benefits {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 34px;
	margin: 0 0 32px;
}

.amber-hero-transporte__benefit {
	display: flex;
	align-items: center;
	gap: 12px;
	flex: 0 1 auto;
	min-width: 0;
}

.amber-hero-transporte__benefit-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	min-width: 42px;
	height: 42px;
	border: 1.5px solid #7300a8;
	border-radius: 50%;
	color: #7300a8;
}

.amber-hero-transporte__benefit-icon svg {
	display: block;
	fill: currentColor;
}

.amber-hero-transporte__benefit-icon img {
	display: block;
	width: 62%;
	height: 62%;
	object-fit: contain;
}

.amber-hero-transporte__benefit-copy {
	min-width: 0;
}

.amber-hero-transporte__benefit-title {
	font-size: 15px;
	line-height: 1.15;
	font-weight: 700;
	margin-bottom: 3px;
}

.amber-hero-transporte__benefit-description {
	font-size: 12px;
	line-height: 1.25;
	max-width: 150px;
}

.amber-hero-transporte__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.amber-hero-transporte__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 160px;
	border: 1.5px solid transparent;
	text-decoration: none;
	font-size: 14px;
	line-height: 1;
	font-weight: 600;
	transition: transform .18s ease, background-color .18s ease, color .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.amber-hero-transporte__button:hover {
	transform: translateY(-1px);
}

.amber-hero-transporte__button:focus-visible {
	outline: 3px solid rgba(115, 0, 168, .25);
	outline-offset: 3px;
}

.amber-hero-transporte__button--primary {
	background: #7300a8;
	border-color: #7300a8;
	color: #fff;
}

.amber-hero-transporte__button--secondary {
	background: #fff;
	border-color: #7300a8;
	color: #7300a8;
}

.amber-hero-transporte__image {
	position: relative;
	flex: 1 1 52%;
	overflow: hidden;
	min-height: 520px;
	background: #eeeaf1;
	isolation: isolate;
}

.amber-hero-transporte__image img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: inherit;
	object-fit: cover;
	object-position: 50% var(--amber-image-y, 50%);
}

.amber-hero-transporte__image-placeholder {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: inherit;
	padding: 30px;
	text-align: center;
	color: #5c4a66;
	background: linear-gradient(135deg, #f5eff9, #e8deef);
}

.amber-hero-transporte__image-placeholder .eicon-image {
	font-size: 44px;
}

.amber-hero-transporte__image-placeholder small {
	opacity: .75;
}

@media (max-width: 1024px) {
	.amber-hero-transporte__content-inner {
		max-width: none;
	}

	.amber-hero-transporte__benefits {
		gap: 20px;
	}
}

@media (max-width: 767px) {
	.amber-hero-transporte {
		flex-direction: column;
	}

	.amber-hero-transporte__content,
	.amber-hero-transporte__image {
		flex-basis: auto !important;
		width: 100%;
	}

	.amber-mobile-image-before .amber-hero-transporte__image {
		order: -1;
	}

	.amber-mobile-image-after .amber-hero-transporte__image {
		order: 2;
	}

	.amber-mobile-image-hide .amber-hero-transporte__image {
		display: none;
	}

	.amber-hero-transporte__content {
		order: 1;
	}

	.amber-hero-transporte__benefits {
		flex-direction: column;
		align-items: stretch;
	}

	.amber-hero-transporte__benefit-description {
		max-width: none;
	}

	.amber-hero-transporte__buttons {
		flex-direction: column;
	}

	.amber-hero-transporte__button {
		width: 100%;
	}
}

/* Responsive refinements v1.2.0 */
@media (min-width: 768px) and (max-width: 1024px) {
	.amber-hero-transporte {
		display: grid;
		grid-template-columns: minmax(0, 46%) minmax(0, 54%);
		align-items: stretch;
		min-height: 430px !important;
	}

	.amber-hero-transporte__content,
	.amber-hero-transporte__image {
		width: 100%;
		min-width: 0;
		flex-basis: auto !important;
	}

	.amber-hero-transporte__content {
		padding: 38px 28px 34px 34px;
		justify-content: center;
	}

	.amber-hero-transporte__title {
		font-size: clamp(32px, 4.7vw, 48px);
	}

	.amber-hero-transporte__route {
		font-size: clamp(27px, 4vw, 42px);
	}

	.amber-hero-transporte__subtitle {
		font-size: 15px;
		margin-bottom: 22px;
	}

	.amber-hero-transporte__benefits {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
		margin-bottom: 24px;
	}

	.amber-hero-transporte__benefit {
		gap: 9px;
	}

	.amber-hero-transporte__benefit-icon {
		width: 38px;
		min-width: 38px;
		height: 38px;
	}

	.amber-hero-transporte__benefit-description {
		font-size: 10px;
		max-width: 110px;
	}

	.amber-hero-transporte__buttons {
		flex-wrap: nowrap;
	}

	.amber-hero-transporte__button {
		min-width: 0;
		flex: 1 1 0;
		padding-inline: 12px;
	}

	.amber-hero-transporte__image {
		min-height: 430px;
		height: auto;
		border-radius: 120px 0 0 0;
	}

	.amber-hero-transporte__image img {
		min-height: 100%;
	}
}

@media (max-width: 767px) {
	.amber-hero-transporte {
		display: flex;
		flex-direction: column;
		overflow: visible;
		background: transparent;
		min-height: 0 !important;
		padding: 0 12px 18px;
	}

	.amber-hero-transporte__image {
		order: 0 !important;
		width: 100%;
		height: 235px;
		min-height: 235px;
		border-radius: 46px 46px 18px 18px !important;
		overflow: hidden;
		box-shadow: 0 12px 30px rgba(52, 27, 75, .12);
	}

	.amber-mobile-image-after .amber-hero-transporte__image {
		order: 2 !important;
		margin-top: 18px;
		border-radius: 22px !important;
	}

	.amber-mobile-image-hide .amber-hero-transporte__image {
		display: none;
	}

	.amber-hero-transporte__image img {
		width: 100%;
		height: 100%;
		min-height: 0;
		object-fit: cover;
	}

	.amber-hero-transporte__content {
		order: 1;
		width: calc(100% - 18px);
		margin-inline: auto;
		margin-top: -34px;
		padding: 30px 22px 24px !important;
		background: #fff;
		border-radius: 28px;
		box-shadow: 0 14px 36px rgba(52, 27, 75, .13);
		position: relative;
		z-index: 3;
	}

	.amber-mobile-image-after .amber-hero-transporte__content,
	.amber-mobile-image-hide .amber-hero-transporte__content {
		margin-top: 0;
	}

	.amber-hero-transporte__content-inner {
		max-width: none;
	}

	.amber-hero-transporte__title {
		font-size: clamp(34px, 11vw, 46px);
		line-height: 1.02;
		margin-bottom: 8px;
	}

	.amber-hero-transporte__route {
		font-size: clamp(28px, 8.7vw, 38px);
		line-height: 1.05;
		margin-bottom: 12px;
	}

	.amber-hero-transporte__subtitle {
		font-size: 15px;
		line-height: 1.35;
		margin-bottom: 22px;
	}

	.amber-hero-transporte__benefits {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px 10px;
		margin-bottom: 24px;
	}

	.amber-hero-transporte__benefit {
		align-items: flex-start;
		gap: 9px;
	}

	.amber-hero-transporte__benefit-icon {
		width: 38px;
		min-width: 38px;
		height: 38px;
	}

	.amber-hero-transporte__benefit-title {
		font-size: 13px;
	}

	.amber-hero-transporte__benefit-description {
		font-size: 9.5px;
		line-height: 1.25;
		max-width: none;
	}

	.amber-hero-transporte__buttons {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}

	.amber-hero-transporte__button {
		width: 100%;
		min-width: 0;
		padding-inline: 10px;
		white-space: nowrap;
	}
}

@media (max-width: 430px) {
	.amber-hero-transporte__benefits {
		grid-template-columns: 1fr;
	}

	.amber-hero-transporte__buttons {
		grid-template-columns: 1fr;
	}
}
