/* Solution detail hero with responsive split layout and strong text contrast. */
.solution-hero {
	position: relative;
	display: block;
	background-color: #000000;
	color: #ffffff;
	overflow: clip;
	/* height: 100vh;
	height: 100svh;
	min-height: 34rem; */
	isolation: isolate;
}

.solution-hero__gradient {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
}

.solution-hero__gradient--base {
	height: 20%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}

.solution-hero__gradient--left-fade {
	left: 0;
	top: 0;
	bottom: 0;
	width: 70%;
	background: linear-gradient(130deg, #000 -18.88%, rgba(0, 0, 0, 0.00) 50.72%);
}

.solution-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: radial-gradient(circle, rgb(255 255 255 / 0.16) 1px, transparent 1px);
	background-repeat: repeat;
	background-position: left top;
	background-size: 14px 14px;
	pointer-events: none;
	z-index: 1;
}

/* Stands in for the vector when no hero image is uploaded. */
.solution-hero__overlay {
	position: absolute;
	inset: 0;
	z-index: 2;
	background: rgb(0 0 0 / 0.5);
	pointer-events: none;
}

.solution-hero__svg {
	position: absolute;
	right: -2.7rem;
	bottom: 0;
	width: 98%;
	height: auto;
	z-index: 2;
	pointer-events: none;
}

.solution-hero__svg-image {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: top right;
	width: 100%;
}

.solution-hero__svg-image-wrap {
	height: 90%;
	left: 5%;
	position: relative;
	top: 23%;
	width: 95%;
}

.solution-hero__svg-image-wrap::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background-image:
		linear-gradient(0deg, #000 18.05%, rgba(0, 0, 0, 0.10) 54.04%),
		linear-gradient(270deg, rgba(15, 158, 213, 0.72) 0%, rgba(15, 158, 213, 0.00) 100%),
		linear-gradient(270deg, rgba(0, 107, 148, 0.84) 0%, rgba(0, 107, 148, 0.00) 100%);
	background-size: 100% 100%, 20% 100%, 30% 100%;
	background-position: left top, right top, right top;
	background-repeat: no-repeat;
}

.solution-hero__content {
	position: relative;
	z-index: 3;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	padding-inline: var(--content-gutter, 1.25rem);
	padding-block: 6.5rem 4rem;
}

.solution-hero__breadcrumb {
	color: rgba(255, 255, 255, 0.75);
}

.solution-hero__breadcrumb .breadcrumb__link:hover,
.solution-hero__breadcrumb .breadcrumb__link:focus-visible {
	color: #fff;
	text-decoration: underline;
}

.solution-hero__inner {
	max-width: 48rem;
	margin-top: 4rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.solution-hero__heading {
	color: #FFF;
	font-family: "PP Telegraf";
	font-size: clamp(2.25rem, 5.5vw, 4rem);
	font-style: normal;
	font-weight: 600;
	line-height: 1.2;
	margin: 0;
	max-width: 26rem;
	text-wrap: balance;
}

.solution-hero__supporting-copy {
	color: rgba(255, 255, 255, 0.75);
	font-family: Outfit;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem;
	margin: 1rem 0 0;
	max-width: 28rem;
}

.solution-hero__actions {
	margin-top: 1.5rem;
}
.solution-hero .button.solution-hero__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	background: linear-gradient(100deg, #0F9ED5 13.99%, #08526F 112.37%);
	color: #fff;
	text-decoration: none;
	font-size: 1rem;
	font-weight: 500;
	border-radius: 9999px;
	white-space: nowrap;
	transition: all 150ms ease;
	width: fit-content;
	height: 2.75rem;
	padding: 0.75rem 1.75rem 0.75rem 1.5rem;
}
.solution-hero .button.solution-hero__cta:hover {
	background: #00447a;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
	transform: translateY(-1px);
}
.solution-hero .button.solution-hero__cta:focus-visible {
	outline: 2px solid #ffffff;
	outline-offset: 2px;
}
@media (max-width: 1500px) {
	.solution-hero__svg-image-wrap {
		left: 0%;
		width: 100%;
	}

	.solution-hero__svg {
		right: -12rem;
		bottom: unset;
		top: -2rem;
		width: 120%;
	}
}
@media (max-width: 1200px) {
	.solution-hero__svg {
		right: -5rem;
		top: -2rem;
	}
}

@media (max-width: 1024px) {
	.solution-hero__svg {
		right: -1.5rem;
		top: 0;
	}

	.solution-hero__content {
		padding-inline: var(--content-gutter-md, 2rem);
		padding-block: 5.25rem 3rem;
	}
}

@media (max-width: 767px) {
	.solution-hero__svg {
		left: -30%;
		top: 2.25rem;
		width: 180%;
	}

	.solution-hero__content {
		padding-inline: var(--content-gutter, 1.25rem);
		padding-block: 5rem 2.25rem;
	}

	.solution-hero__inner {
		margin-top: 1rem;
	}
	.solution-hero__heading{
		max-width: 100%;
	}
	.solution-hero__supporting-copy{
		margin: 0.3rem 0 0;
		max-width: 100%;
	}
}

@media (min-width: 1025px) {
	.solution-hero__content {
		padding-inline: var(--content-gutter-lg, 3rem);
	}
}

/* ─── Bottom Navbar ─────────────────────────────────────────────────────── */

.solution-hero__navbar-wrap {
	position: absolute;
	bottom: 6rem;
	left: 0;
	right: 0;
	z-index: 4;
}

.solution-hero__navbar {
	border-radius: 200px;
	background: rgba(0, 0, 0, 0.00);
	border: 1px solid rgba(255, 255, 255, 0.14);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.5rem 0.5rem 0.5rem 1.75rem;
}

.solution-hero__navbar-nav {
	display: flex;
	align-items: center;
	gap: 0.25rem;
	flex-wrap: nowrap;
	overflow: hidden;
}

.solution-hero__navbar-nav-link {
	color: rgba(255, 255, 255, 0.75);
	font-family: Outfit, sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1;
	text-decoration: none;
	padding: 0.4rem 0.875rem;
	border-radius: 9999px;
	white-space: nowrap;
	transition: color 150ms ease, background 150ms ease;
}

.solution-hero__navbar-nav-link:hover {
	color: #ffffff;
	background: rgba(255, 255, 255, 0.08);
}

.solution-hero__navbar-nav-link:focus-visible {
	outline: 2px solid rgba(255, 255, 255, 0.6);
	outline-offset: 2px;
}

.solution-hero__navbar-actions {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	flex-shrink: 0;
}
.solution-secondary-btn {
	color: #FFF;
	font-size: 1rem;
	font-weight: 500;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	gap: 0.5rem;
	padding: 0.75rem 1.75rem 0.75rem 1.5rem;
}

.solution-secondary-btn::after {
	content: '';
	display: inline-block;
	flex-shrink: 0;
	width: 1.75rem;
	height: 1.75rem;
	background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='14' cy='14' r='14' fill='%230F9ED5'/%3E%3Cpath d='M8 14H20M20 14L14.5 8.5M20 14L14.5 19.5' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

/* Mobile: hide nav links, keep buttons accessible */
@media (max-width: 767px) {
	.solution-hero__navbar {
		padding: 0.5rem;
		justify-content: flex-end;
	}

	.solution-hero__navbar-nav {
		display: flex;
		overflow-x: auto;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}

	.solution-hero__navbar-nav::-webkit-scrollbar {
		display: none;
	}

	.solution-hero__navbar-wrap {
		bottom: 10rem;
	}
}

@media (max-width: 1024px) and (min-width: 768px) {
	.solution-hero__navbar-nav-link {
		font-size: 0.875rem;
		padding: 0.4rem 0.625rem;
	}
}

.solution-detail__main {
	display: flex;
	flex-direction: column;
	/* gap: 3.5rem; /* mobile */ */
}

@media (width >= 1025px) {
	.solution-detail__main {
		/* gap: 6.5rem; /* desktop */ */
	}
}
