/* =========================================================
   INCOUNTRY DISTRIBUTION
   Homepage Business Solutions V1
   ========================================================= */


/* =========================================================
   SECTION FOUNDATION
   ========================================================= */

.ic-home-solutions {
	position: relative;
	overflow: hidden;
	padding:
		clamp(78px, 8vw, 124px)
		0
		clamp(82px, 9vw, 132px);
	background:
		radial-gradient(
			circle at 10% 4%,
			rgba(79, 124, 255, 0.08),
			transparent 25%
		),
		radial-gradient(
			circle at 93% 20%,
			rgba(255, 107, 44, 0.08),
			transparent 24%
		),
		linear-gradient(
			180deg,
			#f7f5f1 0%,
			#fbfaf8 48%,
			#f4f3f0 100%
		);
}

.ic-home-solutions::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: min(92%, 1320px);
	height: 1px;
	background:
		linear-gradient(
			90deg,
			transparent,
			rgba(17, 19, 24, 0.09),
			transparent
		);
	transform: translateX(-50%);
}

.ic-home-solutions .ic-container {
	position: relative;
	z-index: 2;
}


/* =========================================================
   SECTION HEADING
   ========================================================= */

.ic-solutions-heading {
	display: grid;
	grid-template-columns:
		minmax(0, 1fr)
		minmax(280px, 390px);
	align-items: end;
	gap:
		clamp(38px, 6vw, 90px);
	margin-bottom:
		clamp(42px, 5vw, 68px);
}

.ic-solutions-heading-copy {
	max-width: 760px;
}

.ic-solutions-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 17px;
	color: #555b64;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.13em;
}

.ic-solutions-eyebrow > span {
	width: 26px;
	height: 2px;
	background:
		linear-gradient(
			90deg,
			var(--ic-red),
			var(--ic-orange)
		);
	border-radius: 20px;
}

.ic-solutions-title {
	max-width: 820px;
	margin: 0;
	color: #15171b;
	font-size:
		clamp(38px, 4.3vw, 66px);
	font-weight: 790;
	line-height: 0.98;
	letter-spacing: -0.052em;
}

.ic-solutions-title span {
	display: block;
	margin-top: 8px;
	color: #757a82;
	font-weight: 620;
}

.ic-solutions-description {
	max-width: 660px;
	margin:
		clamp(20px, 2vw, 27px)
		0
		0;
	color: #696e76;
	font-size:
		clamp(14px, 1.2vw, 16px);
	font-weight: 480;
	line-height: 1.75;
}


/* =========================================================
   HEADING NOTE
   ========================================================= */

.ic-solutions-heading-note {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 17px 19px;
	background:
		rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(17, 19, 24, 0.08);
	border-radius: 18px;
	box-shadow:
		0 15px 40px rgba(17, 19, 24, 0.055);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.ic-solutions-note-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	flex: 0 0 46px;
	color: var(--ic-red);
	background:
		linear-gradient(
			135deg,
			#fff1ee,
			#fff8f5
		);
	border: 1px solid #f7d8cf;
	border-radius: 14px;
}

.ic-solutions-heading-note > div {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.ic-solutions-heading-note small {
	color: #92979f;
	font-size: 9.5px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.11em;
}

.ic-solutions-heading-note strong {
	max-width: 260px;
	color: #24272c;
	font-size: 12px;
	font-weight: 750;
	line-height: 1.35;
}


/* =========================================================
   SOLUTIONS GRID
   ========================================================= */

.ic-solutions-grid {
	display: grid;
	grid-template-columns:
		repeat(4, minmax(0, 1fr));
	gap:
		clamp(14px, 1.6vw, 22px);
}


/* =========================================================
   SOLUTION CARD
   ========================================================= */

.ic-solution-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 390px;
	overflow: hidden;
	padding:
		clamp(23px, 2vw, 30px);
	color: #202328;
	background:
		rgba(255, 255, 255, 0.84);
	border: 1px solid rgba(17, 19, 24, 0.08);
	border-radius:
		clamp(22px, 2vw, 29px);
	box-shadow:
		0 14px 40px rgba(17, 19, 24, 0.045);
	text-decoration: none;
	isolation: isolate;
	transition:
		transform 260ms var(--ic-ease),
		box-shadow 260ms var(--ic-ease),
		border-color 260ms var(--ic-ease),
		background-color 260ms var(--ic-ease);
}

.ic-solution-card:hover {
	color: #202328;
	background:
		rgba(255, 255, 255, 0.97);
	border-color:
		rgba(17, 19, 24, 0.13);
	box-shadow:
		0 28px 64px rgba(17, 19, 24, 0.1);
	transform: translateY(-6px);
}

.ic-solution-card-top {
	position: relative;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.ic-solution-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	color: #9499a0;
	background: rgba(247, 248, 249, 0.82);
	border: 1px solid rgba(17, 19, 24, 0.07);
	border-radius: 13px;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.08em;
	transition:
		color 260ms var(--ic-ease),
		background-color 260ms var(--ic-ease),
		border-color 260ms var(--ic-ease);
}

.ic-solution-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	color: #5f646c;
	background: #fff;
	border: 1px solid rgba(17, 19, 24, 0.08);
	border-radius: 13px;
	box-shadow:
		0 7px 18px rgba(17, 19, 24, 0.05);
	transition:
		color 260ms var(--ic-ease),
		transform 260ms var(--ic-ease),
		border-color 260ms var(--ic-ease);
}

.ic-solution-card:hover
.ic-solution-arrow {
	transform:
		translate(2px, -2px);
}

.ic-solution-card-body {
	position: relative;
	z-index: 3;
	margin-top: auto;
	padding-top:
		clamp(64px, 7vw, 100px);
}

.ic-solution-card-body h3 {
	max-width: 240px;
	margin: 0;
	color: #181a1f;
	font-size:
		clamp(20px, 1.8vw, 27px);
	font-weight: 780;
	line-height: 1.05;
	letter-spacing: -0.035em;
}

.ic-solution-card-body p {
	margin: 15px 0 0;
	color: #747981;
	font-size: 12.5px;
	font-weight: 480;
	line-height: 1.62;
}

.ic-solution-card-footer {
	position: relative;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	margin-top: 24px;
	padding-top: 18px;
	border-top: 1px solid rgba(17, 19, 24, 0.08);
	color: #3f444b;
	font-size: 11.5px;
	font-weight: 740;
}

.ic-solution-card-footer svg {
	flex: 0 0 auto;
	color: #9ca1a8;
	transition:
		color 260ms var(--ic-ease),
		transform 260ms var(--ic-ease);
}

.ic-solution-card:hover
.ic-solution-card-footer svg {
	transform: translateX(4px);
}


/* =========================================================
   CARD ACCENT GLOW
   ========================================================= */

.ic-solution-card-glow {
	position: absolute;
	z-index: 1;
	top: -70px;
	right: -70px;
	width: 190px;
	height: 190px;
	border-radius: 50%;
	filter: blur(4px);
	opacity: 0.62;
	pointer-events: none;
	transition:
		transform 420ms var(--ic-ease),
		opacity 320ms var(--ic-ease);
}

.ic-solution-card:hover
.ic-solution-card-glow {
	opacity: 0.85;
	transform: scale(1.08);
}

.ic-solution-workplace
.ic-solution-card-glow {
	background:
		radial-gradient(
			circle,
			rgba(79, 124, 255, 0.25) 0%,
			rgba(79, 124, 255, 0.07) 48%,
			transparent 72%
		);
}

.ic-solution-networking
.ic-solution-card-glow {
	background:
		radial-gradient(
			circle,
			rgba(108, 99, 255, 0.24) 0%,
			rgba(108, 99, 255, 0.07) 48%,
			transparent 72%
		);
}

.ic-solution-collaboration
.ic-solution-card-glow {
	background:
		radial-gradient(
			circle,
			rgba(214, 0, 0, 0.2) 0%,
			rgba(214, 0, 0, 0.055) 48%,
			transparent 72%
		);
}

.ic-solution-power
.ic-solution-card-glow {
	background:
		radial-gradient(
			circle,
			rgba(255, 107, 44, 0.23) 0%,
			rgba(255, 107, 44, 0.065) 48%,
			transparent 72%
		);
}


/* =========================================================
   INDIVIDUAL CARD ACCENTS
   ========================================================= */

.ic-solution-workplace:hover
.ic-solution-arrow,
.ic-solution-workplace:hover
.ic-solution-card-footer svg {
	color: var(--ic-blue);
}

.ic-solution-workplace:hover
.ic-solution-number {
	color: var(--ic-blue);
	background: #f2f6ff;
	border-color: #dce6ff;
}

.ic-solution-networking:hover
.ic-solution-arrow,
.ic-solution-networking:hover
.ic-solution-card-footer svg {
	color: var(--ic-purple);
}

.ic-solution-networking:hover
.ic-solution-number {
	color: var(--ic-purple);
	background: #f4f2ff;
	border-color: #e3dfff;
}

.ic-solution-collaboration:hover
.ic-solution-arrow,
.ic-solution-collaboration:hover
.ic-solution-card-footer svg {
	color: var(--ic-red);
}

.ic-solution-collaboration:hover
.ic-solution-number {
	color: var(--ic-red);
	background: #fff2f1;
	border-color: #f9d9d6;
}

.ic-solution-power:hover
.ic-solution-arrow,
.ic-solution-power:hover
.ic-solution-card-footer svg {
	color: var(--ic-orange);
}

.ic-solution-power:hover
.ic-solution-number {
	color: var(--ic-orange);
	background: #fff5ef;
	border-color: #f9dfd1;
}


/* =========================================================
   BUSINESS CTA
   ========================================================= */

.ic-solutions-business {
	position: relative;
	display: grid;
	grid-template-columns:
		minmax(0, 1.25fr)
		auto;
	align-items: center;
	gap:
		clamp(34px, 5vw, 76px);
	min-height: 310px;
	overflow: hidden;
	margin-top:
		clamp(30px, 4vw, 52px);
	padding:
		clamp(36px, 5vw, 68px);
	color: #fff;
	background:
		radial-gradient(
			circle at 82% 30%,
			rgba(255, 107, 44, 0.17),
			transparent 22%
		),
		radial-gradient(
			circle at 18% 0%,
			rgba(79, 124, 255, 0.14),
			transparent 26%
		),
		linear-gradient(
			135deg,
			#111318 0%,
			#181b22 56%,
			#211b1a 100%
		);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius:
		clamp(26px, 3vw, 38px);
	box-shadow:
		0 30px 70px rgba(17, 19, 24, 0.16);
}

.ic-solutions-business-copy {
	position: relative;
	z-index: 3;
	max-width: 720px;
}

.ic-solutions-business-label {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
	color: rgba(255, 255, 255, 0.66);
	font-size: 10.5px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.12em;
}

.ic-solutions-business-label > span {
	width: 22px;
	height: 2px;
	background:
		linear-gradient(
			90deg,
			var(--ic-red),
			var(--ic-orange)
		);
	border-radius: 10px;
}

.ic-solutions-business h3 {
	max-width: 680px;
	margin: 0;
	color: #fff;
	font-size:
		clamp(32px, 3.7vw, 54px);
	font-weight: 780;
	line-height: 1.01;
	letter-spacing: -0.045em;
}

.ic-solutions-business h3 span {
	display: block;
	color: rgba(255, 255, 255, 0.52);
	font-weight: 600;
}

.ic-solutions-business-copy p {
	max-width: 650px;
	margin: 21px 0 0;
	color: rgba(255, 255, 255, 0.62);
	font-size: 13.5px;
	font-weight: 470;
	line-height: 1.7;
}


/* =========================================================
   BUSINESS CTA ACTIONS
   ========================================================= */

.ic-solutions-business-actions {
	position: relative;
	z-index: 3;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 11px;
	width: min(100%, 245px);
}

.ic-solutions-primary-action {
	display: flex;
	align-items: center;
	gap: 13px;
	min-height: 66px;
	padding: 10px 16px;
	color: #fff;
	background:
		linear-gradient(
			135deg,
			#e00000,
			#c40000
		);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 17px;
	box-shadow:
		0 15px 32px rgba(214, 0, 0, 0.25);
	text-decoration: none;
	transition:
		transform 260ms var(--ic-ease),
		box-shadow 260ms var(--ic-ease);
}

.ic-solutions-primary-action:hover {
	color: #fff;
	transform: translateY(-2px);
	box-shadow:
		0 20px 40px rgba(214, 0, 0, 0.32);
}

.ic-solutions-action-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 39px;
	height: 39px;
	flex: 0 0 39px;
	color: #fff;
	background: rgba(255, 255, 255, 0.11);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 12px;
}

.ic-solutions-primary-action > span:last-child {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.ic-solutions-primary-action small {
	color: rgba(255, 255, 255, 0.7);
	font-size: 9.5px;
	font-weight: 650;
}

.ic-solutions-primary-action strong {
	color: #fff;
	font-size: 13px;
	font-weight: 800;
}

.ic-solutions-secondary-action {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-height: 52px;
	padding: 0 17px;
	color: rgba(255, 255, 255, 0.78);
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 14px;
	font-size: 11.5px;
	font-weight: 700;
	text-decoration: none;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	transition:
		color 260ms var(--ic-ease),
		background-color 260ms var(--ic-ease),
		border-color 260ms var(--ic-ease),
		transform 260ms var(--ic-ease);
}

.ic-solutions-secondary-action:hover {
	color: #fff;
	background: rgba(255, 255, 255, 0.11);
	border-color: rgba(255, 255, 255, 0.18);
	transform: translateY(-2px);
}


/* =========================================================
   BUSINESS DECORATION
   ========================================================= */

.ic-solutions-business-decoration {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
}

.ic-solutions-business-decoration span {
	position: absolute;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 50%;
}

.ic-solutions-business-decoration span:nth-child(1) {
	top: -120px;
	right: 125px;
	width: 330px;
	height: 330px;
}

.ic-solutions-business-decoration span:nth-child(2) {
	top: -58px;
	right: 188px;
	width: 205px;
	height: 205px;
}

.ic-solutions-business-decoration span:nth-child(3) {
	right: -70px;
	bottom: -170px;
	width: 310px;
	height: 310px;
	border-color:
		rgba(255, 107, 44, 0.09);
}


/* =========================================================
   TRUST STRIP
   ========================================================= */

.ic-solutions-trust {
	display: grid;
	grid-template-columns:
		repeat(4, minmax(0, 1fr));
	gap: 0;
	margin-top:
		clamp(28px, 3vw, 42px);
	padding:
		20px
		clamp(18px, 2.2vw, 28px);
	background:
		rgba(255, 255, 255, 0.62);
	border: 1px solid rgba(17, 19, 24, 0.075);
	border-radius: 21px;
	box-shadow:
		0 12px 34px rgba(17, 19, 24, 0.035);
}

.ic-solutions-trust > div {
	display: flex;
	align-items: flex-start;
	gap: 13px;
	min-width: 0;
	padding:
		8px
		clamp(14px, 2vw, 24px);
	border-right: 1px solid rgba(17, 19, 24, 0.075);
}

.ic-solutions-trust > div:first-child {
	padding-left: 5px;
}

.ic-solutions-trust > div:last-child {
	padding-right: 5px;
	border-right: 0;
}

.ic-solutions-trust-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	flex: 0 0 30px;
	margin-top: 1px;
	color: #8b9098;
	background: #f2f3f4;
	border: 1px solid #e5e6e8;
	border-radius: 9px;
	font-size: 8.5px;
	font-weight: 850;
	letter-spacing: 0.08em;
}

.ic-solutions-trust p {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
	margin: 0;
}

.ic-solutions-trust strong {
	color: #25282d;
	font-size: 11.5px;
	font-weight: 760;
	line-height: 1.25;
}

.ic-solutions-trust p span {
	color: #898e95;
	font-size: 10.5px;
	font-weight: 480;
	line-height: 1.35;
}


/* =========================================================
   LARGE TABLET / SMALL DESKTOP
   ========================================================= */

@media (max-width: 1199px) {

	.ic-solutions-grid {
		grid-template-columns:
			repeat(2, minmax(0, 1fr));
	}

	.ic-solution-card {
		min-height: 330px;
	}

	.ic-solution-card-body {
		padding-top: 58px;
	}

	.ic-solutions-business {
		grid-template-columns:
			minmax(0, 1fr)
			220px;
	}

	.ic-solutions-trust {
		grid-template-columns:
			repeat(2, minmax(0, 1fr));
		row-gap: 16px;
	}

	.ic-solutions-trust > div {
		border-right: 0;
	}

	.ic-solutions-trust > div:nth-child(odd) {
		border-right:
			1px solid rgba(17, 19, 24, 0.075);
	}

}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

	.ic-home-solutions {
		padding:
			72px
			0
			86px;
	}

	.ic-solutions-heading {
		grid-template-columns: 1fr;
		gap: 27px;
	}

	.ic-solutions-heading-note {
		width: min(100%, 430px);
	}

	.ic-solutions-business {
		grid-template-columns: 1fr;
		gap: 35px;
	}

	.ic-solutions-business-actions {
		width: min(100%, 340px);
		flex-direction: row;
	}

	.ic-solutions-primary-action {
		flex: 1 1 58%;
	}

	.ic-solutions-secondary-action {
		flex: 1 1 42%;
	}

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

	.ic-home-solutions {
		padding:
			62px
			0
			72px;
	}

	.ic-solutions-heading {
		margin-bottom: 31px;
	}

	.ic-solutions-eyebrow {
		margin-bottom: 14px;
		font-size: 9.5px;
		letter-spacing: 0.11em;
	}

	.ic-solutions-title {
		font-size:
			clamp(33px, 10.4vw, 46px);
		line-height: 1;
	}

	.ic-solutions-title span {
		margin-top: 6px;
	}

	.ic-solutions-description {
		margin-top: 18px;
		font-size: 13px;
		line-height: 1.65;
	}

	.ic-solutions-heading-note {
		gap: 12px;
		padding: 14px 15px;
		border-radius: 15px;
	}

	.ic-solutions-note-icon {
		width: 40px;
		height: 40px;
		flex-basis: 40px;
		border-radius: 12px;
	}

	.ic-solutions-grid {
		display: flex;
		gap: 13px;
		margin-right: calc(var(--ic-container-padding, 20px) * -1);
		padding-right: var(--ic-container-padding, 20px);
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}

	.ic-solutions-grid::-webkit-scrollbar {
		display: none;
	}

	.ic-solution-card {
		width: min(84vw, 315px);
		min-width: min(84vw, 315px);
		min-height: 355px;
		padding: 22px;
		border-radius: 22px;
		scroll-snap-align: start;
	}

	.ic-solution-card:hover {
		transform: none;
	}

	.ic-solution-card-body {
		padding-top: 70px;
	}

	.ic-solution-card-body h3 {
		font-size: 23px;
	}

	.ic-solution-card-body p {
		font-size: 12px;
	}

	.ic-solutions-business {
		min-height: 0;
		margin-top: 30px;
		padding: 31px 24px;
		border-radius: 25px;
	}

	.ic-solutions-business-label {
		margin-bottom: 14px;
		font-size: 9px;
	}

	.ic-solutions-business h3 {
		font-size:
			clamp(30px, 8.9vw, 40px);
	}

	.ic-solutions-business-copy p {
		margin-top: 17px;
		font-size: 12.5px;
	}

	.ic-solutions-business-actions {
		width: 100%;
		flex-direction: column;
	}

	.ic-solutions-primary-action,
	.ic-solutions-secondary-action {
		width: 100%;
		flex: 0 0 auto;
	}

	.ic-solutions-primary-action {
		min-height: 62px;
	}

	.ic-solutions-secondary-action {
		min-height: 50px;
	}

	.ic-solutions-business-decoration span:nth-child(1) {
		top: -90px;
		right: -100px;
		width: 250px;
		height: 250px;
	}

	.ic-solutions-business-decoration span:nth-child(2) {
		display: none;
	}

	.ic-solutions-business-decoration span:nth-child(3) {
		right: -130px;
		bottom: -165px;
	}

	.ic-solutions-trust {
		grid-template-columns: 1fr;
		gap: 0;
		margin-top: 24px;
		padding: 8px 18px;
		border-radius: 18px;
	}

	.ic-solutions-trust > div,
	.ic-solutions-trust > div:nth-child(odd) {
		padding: 15px 0;
		border-right: 0;
		border-bottom:
			1px solid rgba(17, 19, 24, 0.07);
	}

	.ic-solutions-trust > div:last-child {
		border-bottom: 0;
	}

	.ic-solutions-trust-mark {
		width: 29px;
		height: 29px;
		flex-basis: 29px;
	}

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 390px) {

	.ic-solutions-title {
		font-size: 32px;
	}

	.ic-solution-card {
		width: 82vw;
		min-width: 82vw;
	}

	.ic-solutions-business {
		padding:
			28px
			20px;
	}

	.ic-solutions-business h3 {
		font-size: 30px;
	}

}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

	.ic-solution-card,
	.ic-solution-number,
	.ic-solution-arrow,
	.ic-solution-card-footer svg,
	.ic-solution-card-glow,
	.ic-solutions-primary-action,
	.ic-solutions-secondary-action {
		transition: none !important;
	}

}