/* =================================================
   Hero Banner Second
   ================================================= */

.hero-banner-second {
	--hbs-navy: #0f2c64;
	--hbs-orange: #FF6B31;
	--hbs-white: #ffffff;

	background: var(--hbs-navy);
	color: var(--hbs-white);
	overflow: hidden;
	position: relative;
	width: 100%;
}

.hero-banner-second__media {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

.hero-banner-second__media img {
	height: 100%;
	left: 50%;
	max-width: none;
	min-height: 100%;
	min-width: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: auto;
}

/* Swiper background slider */
.hero-banner-second__swiper.swiper {
	height: 100%;
	margin: 0;
	overflow: hidden;
	width: 100%;
}

.hero-banner-second__swiper .swiper-wrapper {
	height: 100%;
}

.hero-banner-second__swiper .swiper-slide {
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.hero-banner-second__swiper .swiper-slide img {
	height: 100%;
	left: 50%;
	max-width: none;
	min-height: 100%;
	min-width: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: auto;
}

/* Video background */
.hero-banner-second__video {
	overflow: hidden;
}

.hero-banner-second__video-el,
.hero-banner-second__video-poster {
	height: 100%;
	left: 50%;
	max-width: none;
	min-height: 100%;
	min-width: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: auto;
}

.hero-banner-second__video-el {
	z-index: 1;
}

.hero-banner-second__video-poster {
	z-index: 0;
}

/* Prefer poster on small screens / reduced data */
@media (max-width: 767px) {
	.hero-banner-second.has-video .hero-banner-second__video-el {
		display: none;
	}

	.hero-banner-second.has-video .hero-banner-second__video-poster {
		display: block;
		z-index: 1;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hero-banner-second.has-video .hero-banner-second__video-el {
		display: none;
	}

	.hero-banner-second.has-video .hero-banner-second__video-poster {
		display: block;
		z-index: 1;
	}
}

.hero-banner-second__overlay {
	background:
		linear-gradient(
			90deg,
			rgba(15, 44, 100, 0.96) 0%,
			rgba(15, 44, 100, 0.88) 38%,
			rgba(15, 44, 100, 0.45) 62%,
			rgba(15, 44, 100, 0.15) 100%
		),
		linear-gradient(
			0deg,
			rgba(15, 44, 100, 0.55) 0%,
			rgba(15, 44, 100, 0.1) 45%,
			rgba(15, 44, 100, 0.25) 100%
		);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.hero-banner-second > .container {
	padding-bottom: 90px;
	padding-top: 130px;
	position: relative;
	z-index: 2;
}

/* Match header/nav container width */
@media (min-width: 1200px) {
	.hero-banner-second > .container {
		max-width: 1640px;
	}
}

.hero-banner-second__content {
	max-width: 720px;
}

.hero-banner-second__eyebrow {
	color: var(--hbs-orange);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.4;
	margin: 0 0 22px;
	padding: 0;
	text-transform: uppercase;
}

.hero-banner-second__headline {
	color: var(--hbs-white);
	font-size: 77px;
	font-weight: 800;
	letter-spacing: -0.01em;
	line-height: 1.05;
	margin: 0 0 24px;
	padding: 0;
	text-transform: uppercase;
}

.hero-banner-second__headline-white {
	color: var(--hbs-white);
	display: block;
}

.hero-banner-second__headline-orange {
	color: var(--hbs-orange);
	display: block;
}

.hero-banner-second__desc {
	color: var(--hbs-white);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.55;
	margin: 0 0 28px;
	max-width: 620px;
	padding: 0;
}

.hero-banner-second__trust {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 12px;
	margin: 0 0 36px;
}

.hero-banner-second__stars {
	align-items: center;
	color: var(--hbs-orange);
	display: inline-flex;
	flex-shrink: 0;
	gap: 2px;
}

.hero-banner-second__stars svg {
	display: block;
	height: 14px;
	width: 14px;
}

.hero-banner-second__trust-list {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

.hero-banner-second__trust-list li {
	color: var(--hbs-white);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
	padding: 0 12px 0 0;
	position: relative;
}

.hero-banner-second__trust-list li:before {
	display: none;
}

.hero-banner-second__trust-list li:not(:last-child)::after {
	color: rgba(255, 255, 255, 0.7);
	content: "|";
	margin-left: 12px;
}

.hero-banner-second__cta {
	margin: 0;
}

.hero-banner-second__btn.btn,
.hero-banner-second a.hero-banner-second__btn {
	background: var(--hbs-orange);
	border: none;
	border-radius: 900px;
	color: var(--hbs-white);
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0.04em;
	padding: 16px 68px;
	text-decoration: none;
	text-transform: uppercase;
}

/* Plain arrow icon only (no circle badge) */
.hero-banner-second__btn.btn em,
.hero-banner-second a.hero-banner-second__btn em,
.hero-banner-second__arrow {
	align-items: center;
	background: none;
	border-radius: 0;
	color: inherit;
	display: inline-flex;
	flex-wrap: nowrap;
	font-size: inherit;
	font-style: normal;
	font-weight: inherit;
	height: auto;
	justify-content: center;
	line-height: 1;
	margin: 0 0 0 10px;
	overflow: visible;
	padding: 0 0 4px 0;
	position: relative;
	top: 1px;
	transition: none;
	vertical-align: middle;
	width: auto;
}

.hero-banner-second__arrow img {
	display: block;
	height: 13px;
	width: 13px;
}

.hero-banner-second__btn.btn:hover,
.hero-banner-second__btn.btn:focus,
.hero-banner-second a.hero-banner-second__btn:hover,
.hero-banner-second a.hero-banner-second__btn:focus {
	background: #FF6B31;
	color: var(--hbs-white);
	text-decoration: none;
}

.hero-banner-second__divider {
	bottom: 0;
	left: 0;
	margin: 0 !important;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 3;
}

.hero-banner-second__divider img {
	display: block;
	height: auto;
	width: 100%;
}

/* ---------- Responsive ---------- */

@media (max-width: 1199px) {
	.hero-banner-second > .container {
		padding-bottom: 80px;
		padding-top: 140px;
	}

	.hero-banner-second__headline {
		font-size: 48px;
	}
}

@media (max-width: 991px) {
	.hero-banner-second > .container {
		padding-bottom: 70px;
		padding-top: 120px;
	}

	.hero-banner-second__content {
		max-width: 560px;
	}

	.hero-banner-second__headline {
		font-size: 40px;
	}

	.hero-banner-second__overlay {
		background:
			linear-gradient(
				90deg,
				rgba(15, 44, 100, 0.95) 0%,
				rgba(15, 44, 100, 0.82) 55%,
				rgba(15, 44, 100, 0.55) 100%
			);
	}
}

@media (max-width: 767px) {
	.hero-banner-second > .container {
		padding-bottom: 56px;
		padding-top: 110px;
	}

	.hero-banner-second__content {
		max-width: 100%;
	}

	.hero-banner-second__eyebrow {
		font-size: 14px;
		margin-bottom: 16px;
		padding-right: 3rem;
	}

	.hero-banner-second__headline {
		font-size: 32px;
		line-height: 1.1;
		margin-bottom: 18px;
	}

	.hero-banner-second__desc {
		font-size: 16px;
		line-height: 1.5;
		margin-bottom: 22px;
	}

	.hero-banner-second__trust {
		margin-bottom: 28px;
	}

	.hero-banner-second__trust-list li {
		font-size: 14px;
	}

	.hero-banner-second__cta {
		width: 100%;
	}

	.hero-banner-second__btn.btn,
	.hero-banner-second a.hero-banner-second__btn {
		background: var(--hbs-orange);
		color: var(--hbs-white);
		display: block;
		font-size: 14px;
		padding: 14px 22px;
		text-align: center;
		width: 100%;
	}

	.hero-banner-second__btn.btn:hover,
	.hero-banner-second__btn.btn:focus,
	.hero-banner-second a.hero-banner-second__btn:hover,
	.hero-banner-second a.hero-banner-second__btn:focus {
		background: var(--hbs-orange);
		color: var(--hbs-white);
	}

	.hero-banner-second__overlay {
		background:
			linear-gradient(
				180deg,
				rgba(15, 44, 100, 0.92) 0%,
				rgba(15, 44, 100, 0.78) 55%,
				rgba(15, 44, 100, 0.7) 100%
			);
	}

	.hero-banner-second__headline-white, 
	.hero-banner-second__headline-orange {
		font-weight: 900;
		font-style: ExtraBold;
		font-size: 57.25px;
		line-height: 59.3px;
		letter-spacing: 0px;
		text-transform: uppercase;
		padding-right: 3rem;
	}

}
