/*
 * Mobile hero: override global main.css (.carousel-inner { display:flex }) and
 * .mobile-banner-section { flex-direction: row } which collapse this block.
 * Do not use class "mobile-banner-section" here — it forces row layout (main.css).
 */
/* Mobile hero carousel: max 954px; base min 620px; ≤991px matches dividido at 520px. Desktop flexible overlay uses style-new.css (min 954px). */
section.skeleton-carousel-mobile.banner-mobile-hero {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	height: 100%;
	margin-bottom: 0 !important;
	max-height: 954px;
	min-height: 620px;
	overflow: hidden;
	flex-direction: column !important;
	align-items: stretch !important;
	align-content: stretch !important;
	margin-top: 85px;
}

section.skeleton-carousel-mobile.banner-mobile-hero > .banner-mobile-hero__viewport {
	width: 100% !important;
	max-width: 100%;
	max-height: 954px;
	min-height: 620px;
	height: 100%;
	position: relative;
	flex: 0 0 auto;
	box-sizing: border-box;
}

.skeleton-carousel-mobile .carousel-inner {
	display: block !important;
	position: relative !important;
	width: 100% !important;
	max-width: 100% !important;
	max-height: 954px !important;
	min-height: 620px !important;
	height: 100% !important;
	overflow: hidden !important;
	column-gap: 0 !important;
	flex-wrap: nowrap !important;
	box-sizing: border-box !important;
}

.skeleton-carousel-mobile .carousel-item {
	display: none !important;
	box-sizing: border-box !important;
	width: 100% !important;
	max-height: 954px !important;
	min-height: 620px !important;
	height: 100% !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
	background-color: #0a3c70 !important;
	position: relative !important;
	overflow: hidden !important;
	flex: none !important;
}

.skeleton-carousel-mobile .carousel-overlay {
	position: absolute;
	inset: 0;
	background-color: rgba(6, 30, 55, 0.5);
	pointer-events: none;
	z-index: 1;
}

.skeleton-carousel-mobile .carousel-item.active {
	display: block !important;
}

.skeleton-carousel-mobile .carousel-text-container {
	position: absolute;
	top: 212px;
	left: 0;
	width: 100%;
	padding: 0 25px;
	z-index: 10;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	overflow: visible;
	pointer-events: none;
	box-sizing: border-box;
}

.skeleton-carousel-mobile .carousel-title-small {
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 0;
	text-align: center;
	color: #ffffff;
	margin: 0;
	max-width: 100%;
}

.skeleton-carousel-mobile .carousel-title-large {
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 0;
	text-align: center;
	color: #ffffff;
	margin: 8px 0 0;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.skeleton-carousel-mobile .carousel-buttons-container {
	width: 310px;
	max-width: calc(100% - 8px);
	min-height: 40px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 10px;
	justify-content: center;
	margin-top: 76px;
	position: relative;
	z-index: 10;
	pointer-events: all;
}

.skeleton-carousel-mobile .carousel-btn.carousel-btn-secondary img {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}

.skeleton-carousel-mobile .carousel-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	width: 150px;
	flex-shrink: 0;
	height: 40px;
	border-radius: 10px;
	padding: 0 12px;
	background: #0a3c70;
	color: #ffffff;
	text-decoration: none;
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 13px;
	border: none;
	cursor: pointer;
	white-space: nowrap;
	pointer-events: all;
	position: relative;
	z-index: 10;
}

.skeleton-carousel-mobile .custom-carousel-indicators-wrapper {
	position: absolute;
	bottom: 55px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}

.skeleton-carousel-mobile .custom-carousel-indicators {
	display: flex;
	gap: 46px;
}

.skeleton-carousel-mobile .indicator {
	height: 18px;
	width: 18px;
	cursor: pointer;
	padding: 0;
	background-color: #fff;
	border-radius: 50%;
	border: none;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
	transition: background-color 0.3s ease;
}

.skeleton-carousel-mobile .indicator.active {
	background-color: #0a3c70;
}

/* Align smaller min-height with banner dividido breakpoint */
@media (max-width: 991px) {
	section.skeleton-carousel-mobile.banner-mobile-hero,
	section.skeleton-carousel-mobile.banner-mobile-hero > .banner-mobile-hero__viewport,
	.skeleton-carousel-mobile .carousel-inner,
	.skeleton-carousel-mobile .carousel-item {
		min-height: 520px;
	}
}
