.gobyweb2-our-work-hero,
.gobyweb2-our-work-hero * { box-sizing: border-box; }

.gobyweb2-our-work-hero {
	position: relative;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	min-height: 515px;
	overflow: hidden;
	isolation: isolate;
	background: linear-gradient(90deg,#fff 0%,#f9fbff 41%,#eaf2ff 100%);
}

.gobyweb2-our-work-hero__glow {
	position: absolute;
	z-index: 0;
	width: 760px;
	height: 760px;
	right: 8%;
	top: -245px;
	border-radius: 50%;
	pointer-events: none;
	background: radial-gradient(circle,rgba(91,137,255,.16) 0%,rgba(255,255,255,0) 70%);
}

.gobyweb2-our-work-hero__inner {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1400px;
	min-height: inherit;
	margin: 0 auto;
	padding: 44px 24px 42px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 12px;
}

.gobyweb2-our-work-hero__content {
	position: relative;
	z-index: 4;
	flex: 0 0 38%;
	max-width: 38%;
	min-width: 0;
}

.gobyweb2-our-work-hero__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 28px;
	padding: 8px 18px;
	border-radius: 24px;
	background: #eff4ff;
	color: #1b55d9;
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .03em;
}

.gobyweb2-our-work-hero__heading {
	margin: 0 0 20px;
	color: #07184a;
	font-family: "Poppins", sans-serif;
	font-size: 72px;
	font-weight: 700;
	line-height: 1.06;
	letter-spacing: -.045em;
}

.gobyweb2-our-work-hero__subheading {
	margin: 0 0 20px;
	color: #15254f;
	font-family: "Poppins", sans-serif;
	font-size: 25px;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: -.018em;
}

.gobyweb2-our-work-hero__description {
	max-width: 500px;
	margin: 0 0 40px;
	color: #4b5873;
	font-family: "Inter", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.65;
}

.gobyweb2-our-work-hero__stats {
	display: flex;
	align-items: flex-start;
	flex-wrap: nowrap;
	gap: 28px;
	width: max-content;
	max-width: none;
	overflow: visible;
}

.gobyweb2-our-work-hero__stat {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	min-width: 0;
	gap: 12px;
}

.gobyweb2-our-work-hero__stat-icon {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	border-radius: 10px;
	background: #eef3ff;
	color: #315bff;
	font-size: 22px;
}
.gobyweb2-our-work-hero__stat-icon svg { width: 22px; height: 22px; fill: currentColor; }

.gobyweb2-our-work-hero__stat-copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-width: 0;
	gap: 2px;
}

.gobyweb2-our-work-hero__stat-value {
	color: #071a50;
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.12;
	white-space: nowrap;
}

.gobyweb2-our-work-hero__stat-label {
	color: #5f6a80;
	font-family: "Inter", sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.25;
	white-space: nowrap;
}

.gobyweb2-our-work-hero__visual {
	--gb2-work-x: 50px;
	--gb2-work-y: 0px;
	position: relative;
	z-index: 2;
	flex: 1 1 auto;
	min-width: 0;
	height: 515px;
	overflow: hidden;
	transform: translate(var(--gb2-work-x),var(--gb2-work-y));
	-webkit-mask-image: linear-gradient(90deg,transparent 0%,rgba(0,0,0,.55) 8%,#000 18%,#000 100%);
	mask-image: linear-gradient(90deg,transparent 0%,rgba(0,0,0,.55) 8%,#000 18%,#000 100%);
}

.gobyweb2-our-work-hero__visual img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	user-select: none;
}

@media (max-width: 1199px) {
	.gobyweb2-our-work-hero__heading { font-size: 60px; }
	.gobyweb2-our-work-hero__subheading { font-size: 22px; }
	.gobyweb2-our-work-hero__stats { gap: 18px; width: max-content; max-width: none; flex-wrap: nowrap; }
	.gobyweb2-our-work-hero__stat-label { white-space: nowrap; max-width: none; }
}

@media (max-width: 1024px) {
	.gobyweb2-our-work-hero { min-height: 560px; }
	.gobyweb2-our-work-hero__inner { padding: 42px 22px; column-gap: 16px; }
	.gobyweb2-our-work-hero__content { flex-basis: 45%; max-width: 45%; }
	.gobyweb2-our-work-hero__badge { margin-bottom: 22px; }
	.gobyweb2-our-work-hero__heading { font-size: 56px; }
	.gobyweb2-our-work-hero__subheading { font-size: 21px; }
	.gobyweb2-our-work-hero__description { margin-bottom: 32px; font-size: 17px; }
	.gobyweb2-our-work-hero__visual { --gb2-work-x: 10px; height: 450px; }
	.gobyweb2-our-work-hero__stats { display: flex; flex-wrap: nowrap; width: max-content; max-width: none; }
	.gobyweb2-our-work-hero__stat:last-child { grid-column: auto; }
}

@media (max-width: 767px) {
	.gobyweb2-our-work-hero { min-height: 0; }
	.gobyweb2-our-work-hero__inner {
		padding: 34px 18px;
		flex-direction: column;
		align-items: stretch;
		row-gap: 26px;
	}
	.gobyweb2-our-work-hero__content {
		flex-basis: auto !important;
		max-width: 100% !important;
		width: 100%;
		transform: none !important;
		text-align: left;
	}
	.gobyweb2-our-work-hero__badge { margin-bottom: 18px; font-size: 12px; }
	.gobyweb2-our-work-hero__heading { font-size: 42px; line-height: 1.08; margin-bottom: 15px; }
	.gobyweb2-our-work-hero__subheading { font-size: 19px; margin-bottom: 15px; }
	.gobyweb2-our-work-hero__description { max-width: 100%; margin-bottom: 28px; font-size: 16px; line-height: 1.58; }
	.gobyweb2-our-work-hero__stats { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); width: 100%; max-width: 100%; gap: 10px; }
	.gobyweb2-our-work-hero__stat,
	.gobyweb2-our-work-hero__stat:last-child { grid-column: auto; flex-direction: column; align-items: flex-start; gap: 8px; }
	.gobyweb2-our-work-hero__stat-icon { width: 48px; height: 48px; }
	.gobyweb2-our-work-hero__stat-value { font-size: 18px; }
	.gobyweb2-our-work-hero__stat-label { font-size: 11px; max-width: none; white-space: normal; }
	.gobyweb2-our-work-hero__visual {
		--gb2-work-x: 0px !important;
		--gb2-work-y: 0px !important;
		width: calc(100% + 12px);
		height: 310px;
		margin-left: -6px;
		border-radius: 18px;
		-webkit-mask-image: none;
		mask-image: none;
	}
	.gobyweb2-our-work-hero__visual img { object-position: 53% center; }
	.gobyweb2-our-work-hero__glow { width: 520px; height: 520px; right: -220px; top: 30%; }
}

@media (max-width: 480px) {
	.gobyweb2-our-work-hero__inner { padding-left: 16px; padding-right: 16px; }
	.gobyweb2-our-work-hero__heading { font-size: 38px; }
	.gobyweb2-our-work-hero__stats { grid-template-columns: repeat(3,minmax(0,1fr)); }
	.gobyweb2-our-work-hero__stat-icon { width: 44px; height: 44px; }
	.gobyweb2-our-work-hero__stat-label { font-size: 10px; line-height: 1.2; }
	.gobyweb2-our-work-hero__visual { height: 275px; }
}
