.ibg-services-refresh {
	--ibg-navy: #062b52;
	--ibg-ocean: #075b9d;
	--ibg-azure: #1598d1;
	--ibg-gold: #d8a94a;
	--ibg-light-gold: #f0d18a;
	--ibg-warm-white: #f7f4ed;
	--ibg-mist: #eaf4f8;
	--ibg-white: #ffffff;
	background: var(--ibg-warm-white);
	color: var(--ibg-navy);
	font-family: "Onest", sans-serif;
}

.ibg-services,
.ibg-services * {
	box-sizing: border-box;
}

.ibg-services {
	overflow: hidden;
	background: var(--ibg-warm-white);
}

.ibg-services__container {
	width: min(100% - 48px, 1248px);
	margin-inline: auto;
}

.ibg-services__hero {
	position: relative;
	isolation: isolate;
	padding: clamp(88px, 9vw, 148px) 0 clamp(82px, 8vw, 128px);
	overflow: hidden;
	background: linear-gradient(90deg, var(--ibg-navy) 0 64%, var(--ibg-ocean) 64%);
	color: var(--ibg-white);
}

.ibg-services__hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.6fr) minmax(300px, 0.72fr);
	gap: clamp(52px, 8vw, 116px);
	align-items: end;
}

.ibg-services__eyebrow {
	margin: 0 0 22px;
	color: var(--ibg-light-gold);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.12em;
	line-height: 1.4;
}

.ibg-services__eyebrow--blue {
	color: var(--ibg-ocean);
}

.ibg-services h1,
.ibg-services h2,
.ibg-services h3,
.ibg-services p {
	margin-top: 0;
}

.ibg-services__hero h1 {
	max-width: 870px;
	margin-bottom: 30px;
	color: var(--ibg-white);
	font-size: clamp(48px, 5.5vw, 76px);
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 1.02;
}

.ibg-services__lead {
	max-width: 770px;
	margin-bottom: 38px;
	color: var(--ibg-mist);
	font-size: clamp(18px, 1.65vw, 22px);
	line-height: 1.55;
}

.ibg-services__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.ibg-services__button {
	display: inline-flex;
	min-height: 52px;
	padding: 14px 22px;
	gap: 24px;
	align-items: center;
	justify-content: space-between;
	border: 1px solid transparent;
	border-radius: 8px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.ibg-services__button:hover {
	transform: translateY(-2px);
}

.ibg-services__button:focus-visible {
	outline: 3px solid var(--ibg-azure);
	outline-offset: 3px;
}

.ibg-services__button--gold {
	background: var(--ibg-gold);
	color: var(--ibg-navy);
}

.ibg-services__button--gold:hover {
	background: var(--ibg-light-gold);
	color: var(--ibg-navy);
}

.ibg-services__button--outline {
	border-color: rgb(255 255 255 / 45%);
	color: var(--ibg-white);
}

.ibg-services__button--outline:hover {
	border-color: var(--ibg-white);
	background: rgb(255 255 255 / 8%);
	color: var(--ibg-white);
}

.ibg-services__note {
	position: relative;
	z-index: 1;
	padding: 34px;
	border: 1px solid rgb(255 255 255 / 30%);
	border-radius: 18px;
	background: rgb(6 43 82 / 48%);
	backdrop-filter: blur(10px);
}

.ibg-services__note-label {
	margin-bottom: 18px;
	color: var(--ibg-light-gold);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.12em;
}

.ibg-services__note p:last-child {
	margin-bottom: 0;
	color: var(--ibg-white);
	font-size: 18px;
	line-height: 1.55;
}

.ibg-services__route {
	position: absolute;
	z-index: 0;
	inset: 0 0 auto auto;
	width: 38%;
	height: 100%;
	pointer-events: none;
}

.ibg-services__route::before,
.ibg-services__route::after {
	position: absolute;
	height: 2px;
	transform-origin: left center;
	content: "";
}

.ibg-services__route::before {
	top: 18%;
	left: 8%;
	width: 68%;
	transform: rotate(35deg);
	background: rgb(240 209 138 / 68%);
}

.ibg-services__route::after {
	right: 8%;
	bottom: 22%;
	width: 54%;
	transform: rotate(-28deg);
	background: rgb(21 152 209 / 82%);
}

.ibg-services__route span {
	position: absolute;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: var(--ibg-gold);
}

.ibg-services__route span:nth-child(1) { top: 17%; left: 7%; }
.ibg-services__route span:nth-child(2) { top: 48%; right: 21%; background: var(--ibg-white); }
.ibg-services__route span:nth-child(3) { right: 7%; bottom: 21%; background: var(--ibg-azure); }

.ibg-services__strip {
	background: var(--ibg-ocean);
	color: var(--ibg-light-gold);
}

.ibg-services__strip-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ibg-services__strip strong {
	padding: 34px 28px;
	border-inline-end: 1px solid rgb(255 255 255 / 18%);
	font-size: 18px;
	font-weight: 600;
}

.ibg-services__strip strong:last-child {
	border-inline-end: 0;
}

.ibg-services__section {
	padding: clamp(84px, 9vw, 132px) 0;
}

.ibg-services__section--mist {
	background: var(--ibg-mist);
}

.ibg-services__heading {
	max-width: 850px;
	margin-bottom: 52px;
}

.ibg-services__heading h2,
.ibg-services__process h2,
.ibg-services__presence h2,
.ibg-services__cta h2 {
	margin-bottom: 22px;
	color: var(--ibg-navy);
	font-size: clamp(38px, 4.2vw, 58px);
	font-weight: 700;
	letter-spacing: -0.035em;
	line-height: 1.08;
}

.ibg-services__heading > p:last-child {
	max-width: 760px;
	margin-bottom: 0;
	color: var(--ibg-ocean);
	font-size: 18px;
	line-height: 1.65;
}

.ibg-services__cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.ibg-services__card {
	display: flex;
	min-height: 360px;
	padding: 34px;
	flex-direction: column;
	border: 1px solid var(--ibg-mist);
	border-radius: 18px;
	background: var(--ibg-white);
	box-shadow: 0 16px 34px rgb(6 43 82 / 6%);
}

.ibg-services__card:nth-child(2),
.ibg-services__card:nth-child(3) {
	background: var(--ibg-mist);
}

.ibg-services__number {
	margin-bottom: 54px;
	color: var(--ibg-gold);
	font-size: 13px;
	font-weight: 600;
}

.ibg-services__card h3,
.ibg-services__process h3,
.ibg-services__audiences h3 {
	margin-bottom: 14px;
	color: var(--ibg-navy);
	font-size: 25px;
	font-weight: 600;
	line-height: 1.22;
}

.ibg-services__card p,
.ibg-services__process p,
.ibg-services__audiences p {
	margin-bottom: 24px;
	color: var(--ibg-ocean);
	font-size: 16px;
	line-height: 1.65;
}

.ibg-services__card a {
	display: flex;
	margin-top: auto;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid rgb(7 91 157 / 18%);
	padding-top: 18px;
	color: var(--ibg-ocean);
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
}

.ibg-services__process {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
	gap: clamp(54px, 8vw, 112px);
	align-items: start;
}

.ibg-services__process ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ibg-services__process li {
	display: grid;
	padding: 28px 0;
	border-top: 1px solid rgb(7 91 157 / 24%);
	gap: 28px;
	grid-template-columns: 44px 1fr;
}

.ibg-services__process li > span {
	color: var(--ibg-gold);
	font-size: 13px;
	font-weight: 600;
}

.ibg-services__process li p {
	margin-bottom: 0;
}

.ibg-services__audiences {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.ibg-services__audiences article {
	min-height: 260px;
	padding: 30px;
	border-top: 4px solid var(--ibg-gold);
	border-radius: 0 0 16px 16px;
	background: var(--ibg-white);
	box-shadow: 0 14px 30px rgb(6 43 82 / 6%);
}

.ibg-services__audiences p {
	margin-bottom: 0;
}

.ibg-services__presence,
.ibg-services__cta {
	padding: clamp(76px, 8vw, 112px) 0;
	background: var(--ibg-navy);
	color: var(--ibg-white);
}

.ibg-services__presence-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(350px, 0.75fr);
	gap: clamp(54px, 8vw, 112px);
	align-items: center;
}

.ibg-services__presence h2,
.ibg-services__cta h2 {
	color: var(--ibg-white);
}

.ibg-services__presence p:last-child,
.ibg-services__cta p:last-child {
	max-width: 760px;
	margin-bottom: 0;
	color: var(--ibg-mist);
	font-size: 18px;
	line-height: 1.65;
}

.ibg-services__presence ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ibg-services__presence li {
	padding: 22px 0;
	border-top: 1px solid rgb(255 255 255 / 24%);
	color: var(--ibg-light-gold);
	font-size: 17px;
	font-weight: 600;
}

.ibg-services__cta {
	border-top: 1px solid rgb(255 255 255 / 18%);
}

.ibg-services__cta-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 52px;
	align-items: center;
}

@media (max-width: 1023px) {
	.ibg-services__hero-grid,
	.ibg-services__process,
	.ibg-services__presence-grid {
		grid-template-columns: 1fr;
	}

	.ibg-services__hero {
		background: var(--ibg-navy);
	}

	.ibg-services__route {
		width: 44%;
		opacity: 0.7;
	}

	.ibg-services__note {
		max-width: 660px;
	}

	.ibg-services__audiences {
		grid-template-columns: 1fr;
	}

	.ibg-services__audiences article {
		min-height: auto;
	}
}

@media (max-width: 767px) {
	.ibg-services__container {
		width: min(100% - 32px, 1248px);
	}

	.ibg-services__hero {
		padding: 72px 0 76px;
	}

	.ibg-services__hero h1 {
		font-size: 43px;
		line-height: 1.06;
	}

	.ibg-services__lead {
		font-size: 18px;
	}

	.ibg-services__actions {
		flex-direction: column;
	}

	.ibg-services__button {
		width: 100%;
	}

	.ibg-services__strip-grid,
	.ibg-services__cards {
		grid-template-columns: 1fr;
	}

	.ibg-services__strip strong {
		padding: 24px 0;
		border-right: 0;
		border-bottom: 1px solid rgb(255 255 255 / 18%);
	}

	.ibg-services__strip strong:last-child {
		border-bottom: 0;
	}

	.ibg-services__card {
		min-height: auto;
		padding: 28px;
	}

	.ibg-services__number {
		margin-bottom: 38px;
	}

	.ibg-services__cta-grid {
		grid-template-columns: 1fr;
		gap: 34px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ibg-services__button {
		transition: none;
	}
}
