.service-page-container {
	width: min(1408px, calc(100% - 96px));
	margin: 0 auto;
}

.service-hero-section {
	position: relative;
	overflow: hidden;
	padding: 108px 24px 104px;
	color: #ffffff;
	text-align: center;
	background:
		radial-gradient(circle at 20% 18%, rgba(82, 191, 255, 0.12), transparent 26%),
		radial-gradient(circle at 78% 12%, rgba(141, 105, 232, 0.14), transparent 28%),
		linear-gradient(112deg, #061632 0%, #0a1739 52%, #111848 100%);
}

.service-hero-section::before,
.service-feature-section::before {
	position: absolute;
	inset: 0;
	content: "";
	pointer-events: none;
	background:
		linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
	background-size: 60px 60px;
}

.service-hero-section__inner {
	position: relative;
	z-index: 1;
	width: min(1180px, 100%);
	margin: 0 auto;
}

.service-hero-section .hero-badge {
	margin: 0 auto 42px;
}

.service-hero-title {
	max-width: 1180px;
	margin: 0 auto;
	color: #ffffff;
	font-size: clamp(48px, 5.2vw, 78px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.1;
}

.service-hero-title span,
.service-accent {
	color: #52bfff;
}

.service-hero-description {
	max-width: 900px;
	margin: 32px auto 0;
	color: rgba(219, 231, 255, 0.78);
	font-size: 20px;
	font-weight: 500;
	line-height: 1.65;
}

.service-hero-description p {
	margin: 0;
}

.service-hero-actions {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 44px;
}

.service-hero-actions a,
.service-cta-card a,
.service-process-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 0 28px;
	border: 1px solid rgba(82, 191, 255, 0.34);
	border-radius: 27px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 900;
	line-height: 1;
	transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.service-hero-actions a:first-child,
.service-cta-card a,
.service-process-button {
	border: 0;
	background: linear-gradient(180deg, #53c8fb 0%, #35aeea 100%);
	box-shadow: 0 18px 32px rgba(46, 166, 231, 0.2);
}

.service-hero-actions a:hover,
.service-cta-card a:hover,
.service-process-button:hover {
	border-color: rgba(82, 191, 255, 0.72);
	transform: translateY(-1px);
}

.service-trusted-strip {
	overflow: hidden;
	padding: 34px 0 38px;
	border-top: 1px solid rgba(83, 121, 184, 0.15);
	border-bottom: 1px solid rgba(83, 121, 184, 0.15);
	background: rgba(5, 18, 43, 0.18);
	color: #ffffff;
	text-align: center;
}

.service-trusted-strip h2 {
	margin: 0 0 26px;
	color: #9aa9c6;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 4px;
	line-height: 1.2;
	text-transform: uppercase;
}

.service-loop-track {
	display: flex;
	width: max-content;
	animation: service-marquee 26s linear infinite;
}

.service-loop-group {
	display: flex;
	align-items: center;
	min-width: 100vw;
	padding: 0 48px;
	gap: 54px;
}

.service-loop-group span {
	color: rgba(160, 172, 202, 0.38);
	font-size: 20px;
	font-weight: 900;
	line-height: 1;
	white-space: nowrap;
}

.service-overview-section,
.service-feature-section,
.service-choice-section,
.service-process-section,
.service-results-section,
.service-industries-section,
.service-faq-section,
.service-cta-section {
	position: relative;
	padding: 92px 0;
	color: #ffffff;
}

.service-overview-section {
	background: rgba(3, 15, 34, 0.08);
}

.service-left-title,
.service-section-title,
.service-process-title,
.service-results-section h2,
.service-industries-section h2,
.service-cta-card h2 {
	max-width: 980px;
	margin: 0 auto;
	color: #ffffff;
	font-size: clamp(32px, 3.2vw, 48px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.14;
	text-align: center;
}

.service-left-title {
	max-width: 1100px;
	margin-left: 0;
	text-align: left;
}

.service-overview-copy {
	max-width: none;
	margin-top: 26px;
	color: rgba(219, 231, 255, 0.74);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.72;
}

.service-overview-section .service-left-title {
	max-width: none;
	margin-right: 0;
	margin-left: 0;
	text-align: left;
}

.service-overview-copy p {
	margin: 0;
}

.service-section-description {
	max-width: 860px;
	margin: 22px auto 0;
	color: rgba(219, 231, 255, 0.72);
	font-size: 17px;
	font-weight: 500;
	line-height: 1.68;
	text-align: center;
}

.service-section-description p {
	margin: 0;
}

.service-impact-stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 56px;
	gap: 24px;
}

.service-impact-stats div,
.service-results-grid div {
	display: grid;
	gap: 14px;
	padding: 34px 24px;
	border: 1px solid rgba(82, 191, 255, 0.2);
	border-radius: 14px;
	background:
		linear-gradient(145deg, rgba(8, 31, 62, 0.76), rgba(8, 18, 42, 0.9)),
		radial-gradient(circle at 20% 0%, rgba(82, 191, 255, 0.1), transparent 35%);
	text-align: center;
}

.service-impact-stats strong,
.service-results-grid strong {
	color: #52bfff;
	font-size: clamp(38px, 4vw, 60px);
	font-weight: 900;
	line-height: 1;
}

.service-impact-stats span,
.service-results-grid span {
	color: rgba(174, 187, 210, 0.78);
	font-size: 15px;
	font-weight: 800;
	line-height: 1.35;
	text-transform: uppercase;
}

.service-feature-section {
	overflow: hidden;
	background: rgba(8, 18, 42, 0.48);
}

.service-feature-section .service-page-container {
	position: relative;
	z-index: 1;
}

.service-kicker {
	margin: 0 0 18px;
	color: #52bfff;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 4px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

.service-feature-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 58px;
	gap: 26px;
}

.service-feature-card {
	min-height: 300px;
	padding: 34px 28px;
	border: 1px solid rgba(82, 191, 255, 0.2);
	border-radius: 14px;
	background: rgba(8, 31, 62, 0.72);
	box-shadow: inset 0 1px 0 rgba(83, 200, 251, 0.08), 0 20px 42px rgba(0, 0, 0, 0.12);
	transition: border-color 180ms ease, transform 180ms ease;
}

.service-feature-card:hover {
	border-color: rgba(82, 191, 255, 0.48);
	transform: translateY(-4px);
}

.service-feature-card__icon {
	display: grid;
	width: 58px;
	height: 58px;
	margin-bottom: 30px;
	place-items: center;
	border: 1px solid rgba(82, 191, 255, 0.22);
	border-radius: 16px;
	background: rgba(82, 191, 255, 0.1);
	color: #61cfff;
	font-size: 24px;
}

.service-feature-card h3 {
	margin: 0 0 16px;
	color: #ffffff;
	font-size: 20px;
	font-weight: 900;
	line-height: 1.25;
}

.service-feature-card p {
	margin: 0;
	color: rgba(174, 187, 210, 0.72);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.62;
}

.service-feature-card a {
	display: inline-flex;
	margin-top: 34px;
	color: #61cfff;
	font-size: 14px;
	font-weight: 900;
}

.service-choice-section {
	overflow: hidden;
	background:
		radial-gradient(circle at 12% 14%, rgba(82, 191, 255, 0.13), transparent 28%),
		radial-gradient(circle at 86% 50%, rgba(44, 224, 160, 0.1), transparent 28%),
		linear-gradient(135deg, rgba(3, 15, 34, 0.28), rgba(8, 18, 42, 0.56));
}

.service-choice-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1fr);
	align-items: center;
	gap: 68px;
}

.service-kicker--left {
	text-align: left;
}

.service-choice-copy h2 {
	max-width: 620px;
	margin: 0;
	color: #ffffff;
	font-size: clamp(34px, 3.5vw, 58px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.15;
}

.service-choice-text {
	max-width: 640px;
	margin-top: 28px;
	color: rgba(219, 231, 255, 0.78);
	font-size: 17px;
	font-weight: 500;
	line-height: 1.72;
}

.service-choice-text p {
	margin: 0;
}

.service-choice-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 50px;
	margin-top: 34px;
	padding: 0 24px;
	border-radius: 999px;
	background: linear-gradient(180deg, #53c8fb 0%, #35aeea 100%);
	color: #061632;
	font-size: 14px;
	font-weight: 900;
	box-shadow: 0 18px 34px rgba(46, 166, 231, 0.22);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.service-choice-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 22px 42px rgba(46, 166, 231, 0.3);
}

.service-choice-cards {
	display: grid;
	gap: 24px;
}

.service-choice-card {
	position: relative;
	min-height: 142px;
	padding: 28px 30px 28px 36px;
	border: 1px solid rgba(82, 191, 255, 0.18);
	border-radius: 18px;
	background:
		linear-gradient(135deg, rgba(10, 32, 70, 0.88), rgba(8, 18, 42, 0.92)),
		radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--choice-accent) 18%, transparent), transparent 42%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 18px 42px rgba(0, 0, 0, 0.16);
	transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.service-choice-card::before {
	position: absolute;
	top: 26px;
	bottom: 26px;
	left: 0;
	width: 4px;
	content: "";
	border-radius: 0 999px 999px 0;
	background: var(--choice-accent, #52bfff);
	box-shadow: 0 0 24px color-mix(in srgb, var(--choice-accent) 44%, transparent);
}

.service-choice-card:hover {
	border-color: color-mix(in srgb, var(--choice-accent) 55%, rgba(82, 191, 255, 0.22));
	transform: translateX(6px);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 24px 52px rgba(0, 0, 0, 0.2);
}

.service-choice-card h3 {
	margin: 0 0 12px;
	color: #ffffff;
	font-size: clamp(20px, 2vw, 26px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.2;
}

.service-choice-card p {
	margin: 0;
	color: rgba(219, 231, 255, 0.75);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.58;
}

.service-process-section {
	background:
		radial-gradient(circle at 14% 0%, rgba(141, 105, 232, 0.14), transparent 28%),
		radial-gradient(circle at 84% 100%, rgba(82, 191, 255, 0.12), transparent 28%),
		rgba(3, 15, 34, 0.18);
	text-align: center;
}

.service-process-subtitle {
	max-width: 880px;
	margin: 22px auto 0;
	color: rgba(174, 187, 210, 0.78);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
}

.service-process-button {
	min-height: 50px;
	margin-top: 28px;
	font-size: 15px;
}

.service-process-button span {
	margin-left: 10px;
}

.service-timeline {
	position: relative;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	margin-top: 76px;
	gap: 0;
	text-align: left;
}

.service-timeline::before {
	position: absolute;
	top: 25px;
	right: 7%;
	left: 7%;
	height: 1px;
	content: "";
	border-top: 2px dashed rgba(82, 191, 255, 0.35);
}

.service-timeline-item {
	position: relative;
	padding: 0 18px;
}

.service-timeline-icon {
	position: relative;
	z-index: 1;
	display: grid;
	width: 50px;
	height: 50px;
	margin-bottom: 24px;
	place-items: center;
	border: 1px solid rgba(82, 191, 255, 0.38);
	border-radius: 50%;
	background: #0b1730;
	color: #52bfff;
}

.service-timeline-item h3 {
	margin: 0 0 16px;
	color: #ffffff;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.28;
}

.service-timeline-item ul {
	display: grid;
	gap: 10px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.service-timeline-item li {
	position: relative;
	padding-left: 19px;
	color: rgba(174, 187, 210, 0.76);
	font-size: 12px;
	font-weight: 500;
	line-height: 1.42;
}

.service-timeline-item li::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "\2713";
	color: #52bfff;
	font-size: 12px;
}

.service-results-section {
	overflow: hidden;
	background:
		radial-gradient(circle at 18% 24%, rgba(82, 191, 255, 0.08), transparent 30%),
		radial-gradient(circle at 85% 12%, rgba(141, 105, 232, 0.14), transparent 32%),
		rgba(8, 18, 42, 0.42);
	text-align: center;
}

.service-why-section {
	padding: 92px 0;
	background: rgba(3, 15, 34, 0.12);
	color: #ffffff;
}

.service-why-section h2 {
	max-width: 980px;
	margin: 0 auto;
	color: #ffffff;
	font-size: clamp(30px, 3vw, 44px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.18;
	text-align: center;
}

.service-why-section h2::first-line {
	color: #ffffff;
}

.service-why-intro {
	max-width: 1020px;
	margin: 22px auto 0;
	color: rgba(174, 187, 210, 0.78);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.7;
	text-align: center;
}

.service-why-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 54px;
	gap: 24px;
}

.service-why-card {
	min-height: 280px;
	padding: 32px 30px;
	border: 1px solid rgba(82, 191, 255, 0.18);
	border-radius: 14px;
	background:
		linear-gradient(145deg, rgba(8, 31, 62, 0.72), rgba(8, 18, 42, 0.9)),
		radial-gradient(circle at 100% 0%, rgba(141, 105, 232, 0.12), transparent 38%);
	box-shadow: inset 0 1px 0 rgba(83, 200, 251, 0.08), 0 18px 38px rgba(0, 0, 0, 0.12);
	transition: border-color 180ms ease, transform 180ms ease;
}

.service-why-card:hover {
	border-color: rgba(82, 191, 255, 0.44);
	transform: translateY(-3px);
}

.service-why-card__icon {
	display: grid;
	width: 58px;
	height: 58px;
	margin-bottom: 28px;
	place-items: center;
	border: 1px solid rgba(82, 191, 255, 0.24);
	border-radius: 50%;
	background: rgba(82, 191, 255, 0.1);
	color: #52bfff;
	font-size: 22px;
}

.service-why-card h3 {
	margin: 0 0 16px;
	color: #ffffff;
	font-size: 19px;
	font-weight: 900;
	line-height: 1.3;
}

.service-why-card p {
	margin: 0;
	color: rgba(174, 187, 210, 0.74);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.62;
}

.service-results-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	margin-top: 48px;
	gap: 18px;
}

.service-partners-block {
	margin-top: 72px;
	padding-top: 44px;
	border-top: 1px solid rgba(82, 191, 255, 0.14);
}

.service-partners-block > p {
	margin: 0;
	color: rgba(219, 231, 255, 0.88);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 2.6px;
	line-height: 1.2;
	text-transform: uppercase;
}

.service-partners-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	align-items: center;
	margin-top: 30px;
	gap: 18px;
}

.service-partner-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 86px;
	padding: 18px;
	border: 1px solid rgba(82, 191, 255, 0.16);
	border-radius: 14px;
	background: rgba(8, 31, 62, 0.54);
	color: rgba(255, 255, 255, 0.88);
	font-size: 15px;
	font-weight: 900;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	transition: border-color 180ms ease, transform 180ms ease, background 180ms ease;
}

.service-partner-logo:hover {
	border-color: rgba(82, 191, 255, 0.42);
	background: rgba(8, 31, 62, 0.78);
	transform: translateY(-3px);
}

.service-partner-logo img {
	display: block;
	width: auto;
	max-width: 150px;
	max-height: 44px;
	object-fit: contain;
	filter: saturate(1.05);
}

.service-partner-logo span {
	display: block;
}

.service-industries-section {
	background: rgba(3, 15, 34, 0.12);
	text-align: center;
}

.service-industries-section h2 {
	color: #52bfff;
}

.service-industries-section p {
	max-width: 760px;
	margin: 22px auto 0;
	color: rgba(174, 187, 210, 0.78);
	font-size: 16px;
	line-height: 1.6;
}

.service-industry-marquee {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-top: 48px;
	padding: 4px 0;
}

.service-industry-marquee::before,
.service-industry-marquee::after {
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	width: min(12vw, 150px);
	content: "";
	pointer-events: none;
}

.service-industry-marquee::before {
	left: 0;
	background: linear-gradient(90deg, #07111f 0%, rgba(7, 17, 31, 0) 100%);
}

.service-industry-marquee::after {
	right: 0;
	background: linear-gradient(270deg, #07111f 0%, rgba(7, 17, 31, 0) 100%);
}

.service-industry-row {
	overflow: hidden;
}

.service-industry-row + .service-industry-row {
	margin-top: 18px;
}

.service-industry-track {
	display: flex;
	width: max-content;
	gap: 18px;
	animation: service-industries-left 30s linear infinite;
	will-change: transform;
}

.service-industry-row--forward .service-industry-track {
	animation-name: service-industries-right;
}

.service-industry-row:hover .service-industry-track {
	animation-play-state: paused;
}

.service-industry-group {
	display: flex;
	align-items: center;
	gap: 18px;
	padding-right: 18px;
}

.service-industry-group span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 150px;
	min-height: 58px;
	padding: 0 24px;
	border: 1px solid rgba(82, 191, 255, 0.18);
	border-radius: 12px;
	background: rgba(8, 31, 62, 0.72);
	color: #ffffff;
	font-size: 15px;
	font-weight: 900;
	white-space: nowrap;
	box-shadow: inset 0 1px 0 rgba(83, 200, 251, 0.08), 0 14px 28px rgba(0, 0, 0, 0.12);
}

.service-faq-section {
	background: rgba(8, 18, 42, 0.36);
}

.service-faq-list {
	display: grid;
	max-width: 900px;
	margin: 48px auto 0;
	gap: 14px;
}

.service-faq-item {
	border: 1px solid rgba(82, 191, 255, 0.18);
	border-radius: 12px;
	background: rgba(8, 31, 62, 0.66);
}

.service-faq-item summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 70px;
	padding: 0 24px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 900;
	cursor: pointer;
}

.service-faq-item summary::after {
	content: "+";
	color: #61cfff;
	font-size: 26px;
}

.service-faq-item[open] summary::after {
	content: "-";
}

.service-faq-item p {
	margin: 0;
	padding: 0 24px 24px;
	color: rgba(174, 187, 210, 0.78);
	font-size: 14px;
	line-height: 1.66;
}

.service-cta-section {
	padding: 80px 24px 96px;
	background: #07111f;
}

.service-cta-card {
	width: min(1320px, 100%);
	margin: 0 auto;
	padding: 70px 48px 64px;
	border: 1px solid rgba(82, 191, 255, 0.28);
	border-radius: 24px;
	background: #101933;
	color: #ffffff;
	text-align: center;
}

.service-cta-card p {
	margin: 26px auto 0;
	color: rgba(174, 187, 210, 0.76);
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
}

.service-cta-card a {
	margin-top: 38px;
}

@keyframes service-marquee {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-50%);
	}
}

@keyframes service-industries-left {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-50%);
	}
}

@keyframes service-industries-right {
	from {
		transform: translateX(-50%);
	}

	to {
		transform: translateX(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.service-loop-track,
	.service-industry-track {
		animation: none;
	}
}

@media (max-width: 1180px) {
	.service-page-container {
		width: min(100% - 48px, 1408px);
	}

	.service-feature-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.service-choice-layout {
		grid-template-columns: 1fr;
		gap: 44px;
	}

	.service-timeline,
	.service-why-grid,
	.service-results-grid,
	.service-partners-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 22px;
	}

	.service-timeline::before {
		display: none;
	}
}

@media (max-width: 760px) {
	.service-page-container {
		width: min(100% - 32px, 1408px);
	}

	.service-hero-section {
		padding: 68px 16px;
	}

	.service-hero-title {
		font-size: 42px;
	}

	.service-hero-description {
		font-size: 17px;
	}

	.service-hero-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.service-hero-actions a,
	.service-cta-card a {
		width: 100%;
	}

	.service-overview-section,
	.service-feature-section,
	.service-choice-section,
	.service-process-section,
	.service-results-section,
	.service-industries-section,
	.service-faq-section {
		padding: 68px 0;
	}

	.service-left-title {
		text-align: center;
	}

	.service-kicker--left,
	.service-choice-copy h2 {
		text-align: center;
	}

	.service-choice-text {
		margin-right: auto;
		margin-left: auto;
		text-align: center;
	}

	.service-choice-button {
		width: 100%;
	}

	.service-impact-stats,
	.service-feature-grid,
	.service-timeline,
	.service-why-grid,
	.service-results-grid,
	.service-partners-grid {
		grid-template-columns: 1fr;
	}

	.service-partners-block {
		margin-top: 54px;
		padding-top: 34px;
	}

	.service-feature-card {
		min-height: 0;
	}

	.service-cta-card {
		padding: 42px 22px;
	}
}
