/* =========================================================
   StasWeb — Services page
   Isolated styles. All component selectors use sw-services.
   ========================================================= */

.page-wrap:has(.sw-services) {
	padding: 0;
}

.page-wrap:has(.sw-services)::before {
	display: none;
}

.page-wrap:has(.sw-services) > .container {
	width: 100%;
	max-width: none;
	margin: 0;
}

.page-wrap:has(.sw-services) .page-content {
	width: 100%;
}

.sw-services {
	position: relative;
	z-index: 1;
	min-height: 100vh;
	overflow: hidden;
	padding-top: var(--header-h, 76px);
	color: var(--text, #f7f7f8);
	isolation: isolate;
}

.sw-services *,
.sw-services *::before,
.sw-services *::after {
	box-sizing: border-box;
}

.sw-services__ambient {
	position: absolute;
	inset: 0;
	z-index: -2;
	overflow: hidden;
	pointer-events: none;
}

.sw-services__ambient::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(5, 5, 8, 0.04), rgba(7, 7, 10, 0.82) 40%, rgba(7, 7, 10, 0.98));
}

.sw-services__ambient-grid {
	position: absolute;
	inset: 0;
	opacity: 0.2;
	background-image:
		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: 64px 64px;
	-webkit-mask-image: linear-gradient(to bottom, #000, transparent 72%);
	mask-image: linear-gradient(to bottom, #000, transparent 72%);
}

.sw-services__ambient-orb {
	position: absolute;
	border-radius: 50%;
	filter: blur(120px);
	opacity: 0.16;
}

.sw-services__ambient-orb--one {
	top: -190px;
	right: -160px;
	width: 680px;
	height: 680px;
	background: #765cff;
}

.sw-services__ambient-orb--two {
	top: 890px;
	left: -240px;
	width: 580px;
	height: 580px;
	background: #19c9ed;
	opacity: 0.08;
}

.sw-services-breadcrumbs {
	display: flex;
	align-items: center;
	gap: 9px;
	padding-top: 28px;
	color: var(--text-faint, #999d9e);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.sw-services-breadcrumbs a {
	transition: color 0.22s ease;
}

.sw-services-breadcrumbs a:hover {
	color: var(--text, #fff);
}

.sw-services-hero {
	position: relative;
	padding: clamp(46px, 7vw, 96px) 0 clamp(72px, 9vw, 124px);
}

.sw-services-hero__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.06fr) minmax(390px, 0.94fr);
	align-items: center;
	gap: clamp(48px, 7vw, 104px);
}

.sw-services-hero__content {
	position: relative;
	z-index: 3;
}

.sw-services-kicker,
.sw-services-section__label {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: #a9b2c8;
	font-family: var(--mono, monospace);
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.sw-services-kicker {
	padding: 9px 12px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.026);
}

.sw-services-kicker__dot {
	position: relative;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #65e8c4;
	box-shadow: 0 0 12px rgba(101, 232, 196, 0.75);
}

.sw-services-kicker__dot::after {
	content: "";
	position: absolute;
	inset: -5px;
	border: 1px solid rgba(101, 232, 196, 0.28);
	border-radius: inherit;
	animation: sw-services-status-pulse 2.6s ease-out infinite;
}

.sw-services-hero h1 {
	max-width: 820px;
	margin: 26px 0 24px;
	color: #fbfbff;
	font-size: clamp(48px, 6.4vw, 86px);
	font-weight: 700;
	line-height: 0.98;
	letter-spacing: -0.07em;
	text-wrap: balance;
}

.sw-services-hero h1 span,
.sw-services-section h2 span,
.sw-services-cta h2 span {
	display: block;
	color: transparent;
	background: linear-gradient(135deg, #fff 0%, #d9ddff 28%, #79e8ff 66%, #a58aff 100%);
	-webkit-background-clip: text;
	background-clip: text;
}

.sw-services-hero__lead {
	max-width: 730px;
	margin: 0;
	color: var(--text-muted, #a2a2b0);
	font-size: clamp(17px, 1.6vw, 20px);
	line-height: 1.76;
}

.sw-services-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 13px;
	margin-top: 34px;
}

.sw-services-hero__actions .btn,
.sw-services-cta__actions .btn {
	min-height: 52px;
	padding-inline: 23px;
}

.sw-services-hero__meta {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin-top: 42px;
}

.sw-services-hero__meta > div {
	min-width: 0;
	padding: 16px 17px;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 16px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.sw-services-hero__meta strong,
.sw-services-hero__meta span {
	display: block;
}

.sw-services-hero__meta strong {
	margin-bottom: 5px;
	color: #eef3ff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.25;
}

.sw-services-hero__meta span {
	color: #7c879c;
	font-size: 12px;
	line-height: 1.5;
}

/* Hero visual */

.sw-services-hero__visual {
	position: relative;
	min-height: 570px;
	perspective: 1200px;
}

.sw-services-system {
	position: absolute;
	top: 50%;
	left: 50%;
	width: min(100%, 520px);
	min-height: 520px;
	transform: translate(-50%, -50%) rotateY(-4deg) rotateX(2deg);
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.095);
	border-radius: 29px;
	background:
		radial-gradient(circle at 68% 12%, rgba(107, 88, 255, 0.16), transparent 34%),
		radial-gradient(circle at 25% 72%, rgba(44, 198, 239, 0.09), transparent 34%),
		linear-gradient(155deg, rgba(18, 22, 35, 0.93), rgba(7, 9, 16, 0.97));
	box-shadow:
		0 45px 120px rgba(0, 0, 0, 0.46),
		0 0 80px rgba(98, 91, 255, 0.08),
		inset 0 1px 0 rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	isolation: isolate;
}

.sw-services-system::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(115deg, rgba(255, 255, 255, 0.04), transparent 28%),
		linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
	background-size: auto, 34px 34px, 34px 34px;
}

.sw-services-system__top {
	position: relative;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 15px;
	min-height: 55px;
	padding: 0 18px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
	background: rgba(255, 255, 255, 0.017);
}

.sw-services-system__top > span {
	color: #6f7d96;
	font-family: var(--mono, monospace);
	font-size: 11px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.sw-services-system__top small {
	justify-self: end;
	color: #68e8c3;
	font-family: var(--mono, monospace);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.12em;
}

.sw-services-system__dots {
	display: flex;
	gap: 5px;
}

.sw-services-system__dots i {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #5b6478;
}

.sw-services-system__dots i:nth-child(1) { background: #f07891; }
.sw-services-system__dots i:nth-child(2) { background: #f1c56c; }
.sw-services-system__dots i:nth-child(3) { background: #61d7a7; }

.sw-services-system__core {
	position: absolute;
	top: 51%;
	left: 50%;
	width: 250px;
	height: 250px;
	transform: translate(-50%, -50%);
}

.sw-services-system__ring,
.sw-services-system__center {
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
}

.sw-services-system__ring {
	border: 1px solid rgba(109, 203, 255, 0.16);
}

.sw-services-system__ring::after {
	content: "";
	position: absolute;
	top: -4px;
	left: 50%;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #75dcff;
	box-shadow: 0 0 16px rgba(117, 220, 255, 0.8);
}

.sw-services-system__ring--one {
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%) rotate(18deg);
	animation: sw-services-ring-one 16s linear infinite;
}

.sw-services-system__ring--two {
	width: 73%;
	height: 117%;
	transform: translate(-50%, -50%) rotate(-32deg);
	border-color: rgba(143, 105, 255, 0.14);
	animation: sw-services-ring-two 12s linear infinite reverse;
}

.sw-services-system__ring--two::after {
	background: #ad8bff;
	box-shadow: 0 0 16px rgba(173, 139, 255, 0.8);
}

.sw-services-system__center {
	display: grid;
	place-items: center;
	align-content: center;
	width: 116px;
	height: 116px;
	transform: translate(-50%, -50%);
	border: 1px solid rgba(130, 193, 255, 0.24);
	background:
		radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.16), transparent 17%),
		linear-gradient(145deg, #142a4a, #0b1324);
	box-shadow: 0 0 54px rgba(63, 181, 255, 0.14), inset -16px -14px 32px rgba(0, 0, 0, 0.38);
	animation: sw-services-core-pulse 4.8s ease-in-out infinite;
}

.sw-services-system__center span {
	color: #eaf5ff;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: -0.05em;
	text-shadow: 0 0 18px rgba(79, 210, 255, 0.45);
}

.sw-services-system__center small {
	margin-top: 5px;
	color: #6f89a6;
	font-family: var(--mono, monospace);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.14em;
}

.sw-services-system__node {
	position: absolute;
	min-width: 118px;
	padding: 12px 14px;
	border: 1px solid rgba(255, 255, 255, 0.075);
	border-radius: 15px;
	background: linear-gradient(180deg, rgba(22, 29, 45, 0.88), rgba(11, 15, 25, 0.76));
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.23), inset 0 1px 0 rgba(255, 255, 255, 0.035);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

.sw-services-system__node span,
.sw-services-system__node strong,
.sw-services-system__node small {
	display: block;
}

.sw-services-system__node span {
	color: #66748d;
	font-family: var(--mono, monospace);
	font-size: 9px;
	letter-spacing: 0.1em;
}

.sw-services-system__node strong {
	margin: 4px 0 3px;
	color: #e7edfb;
	font-size: 13px;
	letter-spacing: 0.04em;
}

.sw-services-system__node small {
	color: #718097;
	font-size: 10px;
}

.sw-services-system__node--web { top: 24%; left: 6%; animation: sw-services-node-float 6s ease-in-out infinite; }
.sw-services-system__node--seo { top: 24%; right: 6%; animation: sw-services-node-float 6.8s ease-in-out -2s infinite; }
.sw-services-system__node--shop { bottom: 22%; left: 7%; animation: sw-services-node-float 6.4s ease-in-out -1s infinite; }
.sw-services-system__node--ops { right: 7%; bottom: 22%; animation: sw-services-node-float 7s ease-in-out -3s infinite; }

.sw-services-system__footer {
	position: absolute;
	right: 20px;
	bottom: 18px;
	left: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding-top: 14px;
	border-top: 1px solid rgba(255, 255, 255, 0.065);
}

.sw-services-system__footer > span {
	color: #657188;
	font-family: var(--mono, monospace);
	font-size: 9px;
	letter-spacing: 0.12em;
}

.sw-services-system__footer strong {
	display: flex;
	align-items: center;
	gap: 7px;
	color: #77ebc6;
	font-family: var(--mono, monospace);
	font-size: 9px;
	letter-spacing: 0.1em;
}

.sw-services-system__footer strong i {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: currentColor;
	box-shadow: 0 0 10px currentColor;
}

/* Sticky-like local navigation */

.sw-services-nav {
	position: relative;
	z-index: 4;
	padding-bottom: 24px;
}

.sw-services-nav__inner {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 12px;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 18px;
	background: rgba(12, 14, 22, 0.94);
	box-shadow: 0 18px 55px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.sw-services-nav__inner a {
	padding: 10px 13px;
	border: 1px solid transparent;
	border-radius: 11px;
	color: #7f899e;
	font-size: 11px;
	font-weight: 600;
	text-decoration: none;
	transition: color 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.sw-services-nav__inner a:hover {
	color: #eaf4ff;
	border-color: rgba(111, 199, 255, 0.13);
	background: rgba(80, 150, 255, 0.055);
}

.sw-services-nav__inner .sw-services-nav__ai {
	margin-left: auto;
	color: #b8caff;
	border-color: rgba(128, 116, 255, 0.14);
	background: linear-gradient(135deg, rgba(101, 91, 255, 0.1), rgba(43, 193, 229, 0.05));
}

/* Quick route selector */

.sw-services-start {
	position: relative;
	padding: 26px 0 72px;
}

.sw-services-start__card {
	display: grid;
	grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
	gap: clamp(28px, 5vw, 76px);
	padding: clamp(26px, 4.4vw, 56px);
	border: 1px solid rgba(255, 255, 255, 0.075);
	border-radius: 28px;
	background:
		radial-gradient(circle at 0 0, rgba(75, 205, 239, 0.08), transparent 38%),
		radial-gradient(circle at 100% 100%, rgba(116, 88, 255, 0.12), transparent 42%),
		linear-gradient(145deg, rgba(20, 24, 38, 0.91), rgba(9, 11, 19, 0.94));
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.sw-services-start__intro h2 {
	margin: 0;
	color: #f5f7ff;
	font-size: clamp(30px, 3.5vw, 48px);
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -0.05em;
	text-wrap: balance;
}

.sw-services-start__intro h2 span {
	display: block;
	color: #9eb3d8;
}

.sw-services-start__intro p {
	max-width: 540px;
	margin: 20px 0 0;
	color: #98a3b7;
	font-size: 15px;
	line-height: 1.75;
}

.sw-services-start__routes {
	display: grid;
	gap: 10px;
}

.sw-services-start__routes a {
	position: relative;
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr) auto;
	grid-template-areas: "number title arrow" "number text arrow";
	column-gap: 14px;
	padding: 18px 20px;
	border: 1px solid rgba(255, 255, 255, 0.065);
	border-radius: 17px;
	color: inherit;
	background: rgba(255, 255, 255, 0.018);
	text-decoration: none;
	transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.sw-services-start__routes a:hover {
	transform: translateX(4px);
	border-color: rgba(122, 197, 255, 0.2);
	background: rgba(101, 131, 255, 0.055);
}

.sw-services-start__routes small {
	grid-area: number;
	display: grid;
	place-items: center;
	align-self: center;
	width: 34px;
	height: 34px;
	border: 1px solid rgba(104, 205, 255, 0.14);
	border-radius: 10px;
	color: #79dcef;
	font-family: var(--mono, monospace);
	font-size: 10px;
}

.sw-services-start__routes strong {
	grid-area: title;
	color: #e9eef9;
	font-size: 15px;
	line-height: 1.35;
}

.sw-services-start__routes span {
	grid-area: text;
	margin-top: 3px;
	color: #7f8ba1;
	font-size: 12px;
	line-height: 1.5;
}

.sw-services-start__routes i {
	grid-area: arrow;
	align-self: center;
	color: #84def4;
	font-size: 17px;
	font-style: normal;
}

/* Shared section styles */

.sw-services-section {
	position: relative;
	padding: clamp(40px, 40px, 142px) 0;
	scroll-margin-top: calc(var(--header-h, 76px) + 18px);
	content-visibility: auto;
	contain-intrinsic-size: auto 850px;
}

.sw-services-section + .sw-services-section {
	border-top: 1px solid rgba(255, 255, 255, 0.045);
}

.sw-services-section__head {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.72fr);
	align-items: end;
	gap: clamp(40px, 7vw, 100px);
	margin-bottom: clamp(46px, 7vw, 84px);
}

.sw-services-section__head--compact {
	margin-bottom: clamp(36px, 5vw, 60px);
}

.sw-services-section__label {
	margin-bottom: 18px;
	color: #7d8aa2;
}

.sw-services-section h2,
.sw-services-cta h2 {
	margin: 0;
	color: #f8f9ff;
	font-size: clamp(36px, 4.7vw, 64px);
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: -0.055em;
	text-wrap: balance;
}

.sw-services-section__head > p {
	max-width: 610px;
	margin: 0;
	color: #929caf;
	font-size: 16px;
	line-height: 1.8;
}

/* Cycle */

.sw-services-cycle__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.sw-services-cycle__card {
	position: relative;
	min-height: 255px;
	padding: 26px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 23px;
	background:
		radial-gradient(circle at 100% 0, rgba(94, 86, 255, 0.07), transparent 36%),
		linear-gradient(155deg, rgba(255, 255, 255, 0.028), rgba(255, 255, 255, 0.009));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.024);
	transition: transform 0.35s var(--ease, ease), border-color 0.35s ease, box-shadow 0.35s ease;
}

.sw-services-cycle__card:hover {
	transform: translateY(-5px);
	border-color: rgba(113, 197, 255, 0.16);
	box-shadow: 0 25px 65px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.sw-services-cycle__card > span {
	position: absolute;
	top: 20px;
	right: 21px;
	color: rgba(255, 255, 255, 0.18);
	font-family: var(--mono, monospace);
	font-size: 10px;
	letter-spacing: 0.08em;
}

.sw-services-cycle__icon {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	margin-bottom: 30px;
	border: 1px solid rgba(111, 200, 255, 0.12);
	border-radius: 15px;
	color: #8ee7ff;
	background: linear-gradient(145deg, rgba(60, 169, 255, 0.09), rgba(116, 76, 255, 0.065));
	font-family: var(--mono, monospace);
	font-size: 10px;
	font-weight: 700;
	box-shadow: 0 0 30px rgba(75, 170, 255, 0.05);
}

.sw-services-cycle__card h3 {
	margin: 0 0 12px;
	color: #e9edf7;
	font-size: 20px;
	font-weight: 650;
	line-height: 1.25;
	letter-spacing: -0.025em;
}

.sw-services-cycle__card p {
	margin: 0;
	color: #8d97aa;
	font-size: 13px;
	line-height: 1.72;
}

.sw-services-cycle__card--accent {
	background:
		radial-gradient(circle at 100% 0, rgba(95, 90, 255, 0.16), transparent 42%),
		radial-gradient(circle at 0 100%, rgba(33, 204, 236, 0.08), transparent 38%),
		linear-gradient(155deg, rgba(28, 32, 49, 0.82), rgba(10, 12, 20, 0.94));
}

/* Main services catalog */

.sw-services-catalog__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.sw-services-service {
	position: relative;
	min-height: 365px;
	padding: 24px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 23px;
	background: linear-gradient(155deg, rgba(255, 255, 255, 0.027), rgba(255, 255, 255, 0.008));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.024);
	transition: transform 0.35s var(--ease, ease), border-color 0.35s ease, background 0.35s ease;
}

.sw-services-service::before {
	content: "";
	position: absolute;
	top: -70px;
	right: -70px;
	width: 180px;
	height: 180px;
	border: 1px solid rgba(109, 170, 255, 0.08);
	border-radius: 50%;
	box-shadow: 0 0 0 32px rgba(115, 96, 255, 0.018), 0 0 0 64px rgba(115, 96, 255, 0.012);
}

.sw-services-service:hover {
	transform: translateY(-5px);
	border-color: rgba(113, 197, 255, 0.16);
	background: linear-gradient(155deg, rgba(75, 116, 255, 0.045), rgba(255, 255, 255, 0.009));
}

.sw-services-service--featured {
	grid-column: span 2;
	background:
		radial-gradient(circle at 100% 0, rgba(99, 83, 255, 0.17), transparent 42%),
		radial-gradient(circle at 0 100%, rgba(36, 202, 235, 0.08), transparent 38%),
		linear-gradient(145deg, rgba(23, 27, 42, 0.88), rgba(9, 11, 18, 0.95));
}

.sw-services-service__top {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 54px;
}

.sw-services-service__top span {
	padding: 7px 10px;
	border: 1px solid rgba(107, 203, 255, 0.13);
	border-radius: 999px;
	color: #83ddfa;
	background: rgba(61, 166, 255, 0.055);
	font-family: var(--mono, monospace);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.sw-services-service__top small {
	color: #647087;
	font-size: 11px;
}

.sw-services-service h3 {
	position: relative;
	z-index: 1;
	margin: 0 0 13px;
	color: #edf1fb;
	font-size: clamp(21px, 2vw, 27px);
	font-weight: 650;
	line-height: 1.2;
	letter-spacing: -0.035em;
}

.sw-services-service p {
	position: relative;
	z-index: 1;
	margin: 0;
	color: #8d97aa;
	font-size: 13px;
	line-height: 1.7;
}

.sw-services-service ul {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 9px;
	margin: 25px 0 0;
	padding: 0;
	list-style: none;
}

.sw-services-service li {
	position: relative;
	padding-left: 16px;
	color: #79859a;
	font-size: 12px;
	line-height: 1.45;
}

.sw-services-service li::before {
	content: "";
	position: absolute;
	top: 0.52em;
	left: 0;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #66d7f5;
	box-shadow: 0 0 8px rgba(102, 215, 245, 0.55);
}

/* Ecommerce */

.sw-services-ecommerce__card {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.68fr);
	align-items: center;
	gap: clamp(44px, 7vw, 96px);
	padding: clamp(30px, 5vw, 70px);
	border: 1px solid rgba(255, 255, 255, 0.075);
	border-radius: 31px;
	background:
		radial-gradient(circle at 100% 0, rgba(112, 83, 255, 0.13), transparent 35%),
		radial-gradient(circle at 0 100%, rgba(33, 207, 239, 0.08), transparent 32%),
		linear-gradient(145deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.008));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.028);
}

.sw-services-ecommerce__content > h2 {
	margin-bottom: 23px;
}

.sw-services-ecommerce__content > p {
	max-width: 720px;
	margin: 0;
	color: #929caf;
	font-size: 16px;
	line-height: 1.8;
}

.sw-services-ecommerce__features {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-top: 35px;
}

.sw-services-ecommerce__features > div {
	padding: 15px 16px;
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.017);
}

.sw-services-ecommerce__features strong,
.sw-services-ecommerce__features span {
	display: block;
}

.sw-services-ecommerce__features strong {
	margin-bottom: 4px;
	color: #dfe7f6;
	font-size: 13px;
}

.sw-services-ecommerce__features span {
	color: #788499;
	font-size: 12px;
	line-height: 1.45;
}

.sw-services-ecommerce__visual {
	position: relative;
	min-height: 460px;
}

.sw-services-ecommerce__visual::before,
.sw-services-ecommerce__visual::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
}

.sw-services-ecommerce__visual::before {
	inset: 6% -3%;
	border: 1px solid rgba(93, 193, 255, 0.11);
	transform: rotate(-13deg);
}

.sw-services-ecommerce__visual::after {
	inset: 14% -12%;
	border: 1px solid rgba(132, 96, 255, 0.09);
	transform: rotate(22deg);
}

.sw-services-shop-ui {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	width: min(100%, 360px);
	transform: translate(-50%, -50%) rotateY(-5deg) rotateX(3deg);
	padding: 22px;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 23px;
	background: linear-gradient(150deg, rgba(19, 25, 40, 0.94), rgba(8, 10, 18, 0.98));
	box-shadow: 0 35px 90px rgba(0, 0, 0, 0.37), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.sw-services-shop-ui__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.065);
}

.sw-services-shop-ui__top span {
	color: #68758c;
	font-family: var(--mono, monospace);
	font-size: 10px;
	letter-spacing: 0.1em;
}

.sw-services-shop-ui__top strong {
	padding: 5px 8px;
	border-radius: 999px;
	color: #70ebc2;
	background: rgba(74, 224, 171, 0.075);
	font-size: 10px;
}

.sw-services-shop-ui__metric {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: end;
	margin: 25px 0 20px;
}

.sw-services-shop-ui__metric small {
	grid-column: 1 / -1;
	margin-bottom: 7px;
	color: #69768d;
	font-family: var(--mono, monospace);
	font-size: 9px;
	letter-spacing: 0.1em;
}

.sw-services-shop-ui__metric b {
	color: #edf5ff;
	font-size: 42px;
	line-height: 1;
	letter-spacing: -0.05em;
}

.sw-services-shop-ui__metric i {
	color: #66e5be;
	font-size: 10px;
	font-style: normal;
}

.sw-services-shop-ui__rows {
	display: grid;
	gap: 8px;
}

.sw-services-shop-ui__rows > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 11px 12px;
	border: 1px solid rgba(255, 255, 255, 0.055);
	border-radius: 11px;
	background: rgba(255, 255, 255, 0.016);
}

.sw-services-shop-ui__rows span {
	color: #78859b;
	font-size: 11px;
}

.sw-services-shop-ui__rows strong {
	color: #81e8c6;
	font-size: 10px;
}

.sw-services-shop-ui__chart {
	display: flex;
	align-items: end;
	gap: 6px;
	height: 72px;
	margin-top: 20px;
	padding: 12px;
	border: 1px solid rgba(255, 255, 255, 0.055);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.012);
}

.sw-services-shop-ui__chart i {
	flex: 1;
	height: var(--h, 30%);
	border-radius: 4px 4px 2px 2px;
	background: linear-gradient(to top, rgba(89, 108, 255, 0.38), rgba(70, 211, 255, 0.9));
	animation: sw-services-chart-rise 2.1s ease both;
	transform-origin: bottom;
}

.sw-services-shop-ui__chart i:nth-child(1) { --h: 28%; animation-delay: .1s; }
.sw-services-shop-ui__chart i:nth-child(2) { --h: 45%; animation-delay: .2s; }
.sw-services-shop-ui__chart i:nth-child(3) { --h: 38%; animation-delay: .3s; }
.sw-services-shop-ui__chart i:nth-child(4) { --h: 62%; animation-delay: .4s; }
.sw-services-shop-ui__chart i:nth-child(5) { --h: 56%; animation-delay: .5s; }
.sw-services-shop-ui__chart i:nth-child(6) { --h: 76%; animation-delay: .6s; }
.sw-services-shop-ui__chart i:nth-child(7) { --h: 92%; animation-delay: .7s; }

/* Promotion */

.sw-services-promotion__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.sw-services-promo-card {
	position: relative;
	min-height: 270px;
	padding: 25px;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 23px;
	background:
		radial-gradient(circle at 100% 0, rgba(103, 86, 255, 0.07), transparent 40%),
		linear-gradient(155deg, rgba(255, 255, 255, 0.027), rgba(255, 255, 255, 0.008));
	transition: transform 0.35s var(--ease, ease), border-color 0.35s ease;
}

.sw-services-promo-card:hover {
	transform: translateY(-5px);
	border-color: rgba(113, 197, 255, 0.16);
}

.sw-services-promo-card--large {
	grid-column: span 2;
	grid-row: span 2;
	min-height: 552px;
	padding: clamp(28px, 4vw, 45px);
	background:
		radial-gradient(circle at 100% 0, rgba(99, 83, 255, 0.16), transparent 42%),
		radial-gradient(circle at 0 100%, rgba(36, 202, 235, 0.08), transparent 38%),
		linear-gradient(145deg, rgba(23, 27, 42, 0.88), rgba(9, 11, 18, 0.95));
}

.sw-services-promo-card__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 66px;
}

.sw-services-promo-card__head span {
	color: #75dfff;
	font-family: var(--mono, monospace);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.11em;
}

.sw-services-promo-card__head b {
	color: rgba(255, 255, 255, 0.17);
	font-family: var(--mono, monospace);
	font-size: 10px;
}

.sw-services-promo-card h3 {
	max-width: 680px;
	margin: 0 0 14px;
	color: #edf1fb;
	font-size: clamp(22px, 2.4vw, 32px);
	font-weight: 650;
	line-height: 1.22;
	letter-spacing: -0.035em;
}

.sw-services-promo-card p {
	max-width: 680px;
	margin: 0;
	color: #a8bdbf;
	font-size: 13px;
	line-height: 1.72;
}

.sw-services-promo-card__columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-top: 42px;
}

.sw-services-promo-card__columns ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 20px;
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.017);
	list-style: none;
}

.sw-services-promo-card__columns li {
	position: relative;
	padding-left: 16px;
	color: #7d899f;
	font-size: 12px;
}

.sw-services-promo-card__columns li::before {
	content: "";
	position: absolute;
	top: 0.45em;
	left: 0;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #69dff7;
	box-shadow: 0 0 8px rgba(105, 223, 247, 0.5);
}

/* Content and design */

.sw-services-content__grid {
	display: grid;
	grid-template-columns: minmax(320px, 0.74fr) minmax(0, 1.26fr);
	gap: 18px;
}

.sw-services-content__intro {
	position: relative;
	overflow: hidden;
	padding: clamp(30px, 5vw, 54px);
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 27px;
	background:
		radial-gradient(circle at 100% 0, rgba(117, 85, 255, 0.15), transparent 40%),
		linear-gradient(145deg, #111421, #090b12);
	box-shadow: 0 34px 80px rgba(0, 0, 0, 0.23);
}

.sw-services-content__intro::after {
	content: "";
	position: absolute;
	right: -76px;
	bottom: -76px;
	width: 220px;
	height: 220px;
	border: 1px solid rgba(123, 101, 255, 0.13);
	border-radius: 50%;
	box-shadow: 0 0 0 42px rgba(123, 101, 255, 0.025), 0 0 0 84px rgba(123, 101, 255, 0.016);
}

.sw-services-content__intro strong {
	position: relative;
	z-index: 1;
	display: block;
	color: #e7ebf5;
	font-size: clamp(23px, 2.8vw, 35px);
	font-weight: 600;
	line-height: 1.45;
	letter-spacing: -0.035em;
}

.sw-services-content__intro p {
	position: relative;
	z-index: 1;
	margin: 25px 0 0;
	color: #8490a5;
	font-size: 14px;
	line-height: 1.75;
}

.sw-services-content__tags {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 34px;
}

.sw-services-content__tags span {
	padding: 7px 10px;
	border: 1px solid rgba(255, 255, 255, 0.065);
	border-radius: 999px;
	color: #76839a;
	background: rgba(255, 255, 255, 0.018);
	font-family: var(--mono, monospace);
	font-size: 10px;
	letter-spacing: 0.05em;
}

.sw-services-content__list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.sw-services-content__list article {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 15px;
	padding: 22px;
	border: 1px solid rgba(255, 255, 255, 0.065);
	border-radius: 19px;
	background: linear-gradient(155deg, rgba(255, 255, 255, 0.026), rgba(255, 255, 255, 0.008));
	transition: transform 0.3s var(--ease, ease), border-color 0.3s ease;
}

.sw-services-content__list article:hover {
	transform: translateY(-3px);
	border-color: rgba(111, 194, 255, 0.15);
}

.sw-services-content__list article > span {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border: 1px solid rgba(105, 202, 255, 0.11);
	border-radius: 11px;
	color: #72cae6;
	background: rgba(61, 158, 255, 0.045);
	font-family: var(--mono, monospace);
	font-size: 10px;
}

.sw-services-content__list h3 {
	margin: 0 0 7px;
	color: #e4e9f5;
	font-size: 15px;
	line-height: 1.3;
}

.sw-services-content__list p {
	margin: 0;
	color: #7c879b;
	font-size: 12px;
	line-height: 1.6;
}

/* Integrations */

.sw-services-integrations__map {
	position: relative;
	min-height: 550px;
	margin-bottom: 20px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 29px;
	background:
		radial-gradient(circle at center, rgba(54, 174, 255, 0.08), transparent 28%),
		radial-gradient(circle at 60% 42%, rgba(116, 84, 255, 0.08), transparent 38%),
		linear-gradient(155deg, rgba(255, 255, 255, 0.024), rgba(255, 255, 255, 0.007));
}

.sw-services-integrations__map::before {
	content: "";
	position: absolute;
	inset: 0;
	opacity: 0.35;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
	background-size: 42px 42px;
	-webkit-mask-image: radial-gradient(circle at center, #000, transparent 74%);
	mask-image: radial-gradient(circle at center, #000, transparent 74%);
}

.sw-services-integrations__map::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 510px;
	height: 270px;
	transform: translate(-50%, -50%);
	border: 1px solid rgba(96, 200, 255, 0.1);
	border-radius: 50%;
	box-shadow: 0 0 0 72px rgba(117, 91, 255, 0.018);
	animation: sw-services-map-rotate 20s linear infinite;
}

.sw-services-integrations__core {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	display: grid;
	place-items: center;
	align-content: center;
	width: 132px;
	height: 132px;
	transform: translate(-50%, -50%);
	border: 1px solid rgba(115, 202, 255, 0.23);
	border-radius: 50%;
	background: linear-gradient(145deg, #152d4c, #0a1222);
	box-shadow: 0 0 60px rgba(70, 183, 255, 0.14), inset -18px -16px 32px rgba(0, 0, 0, 0.35);
}

.sw-services-integrations__core span {
	color: #eaf5ff;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: -0.05em;
}

.sw-services-integrations__core small {
	margin-top: 4px;
	color: #69809d;
	font-family: var(--mono, monospace);
	font-size: 9px;
	letter-spacing: 0.1em;
}

.sw-services-integration {
	position: absolute;
	z-index: 4;
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: 10px;
	min-width: 150px;
	padding: 13px 15px;
	border: 1px solid rgba(255, 255, 255, 0.075);
	border-radius: 15px;
	background: linear-gradient(180deg, rgba(22, 29, 45, 0.88), rgba(11, 15, 25, 0.78));
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.23), inset 0 1px 0 rgba(255, 255, 255, 0.035);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

.sw-services-integration b {
	display: grid;
	place-items: center;
	width: 35px;
	height: 35px;
	border: 1px solid rgba(105, 207, 255, 0.12);
	border-radius: 11px;
	color: #83dff8;
	background: rgba(67, 168, 255, 0.05);
	font-family: var(--mono, monospace);
	font-size: 9px;
}

.sw-services-integration span {
	color: #cfd7e6;
	font-size: 10px;
}

.sw-services-integration--one { top: 17%; left: 13%; animation: sw-services-node-float 6.1s ease-in-out infinite; }
.sw-services-integration--two { top: 17%; right: 13%; animation: sw-services-node-float 6.8s ease-in-out -2s infinite; }
.sw-services-integration--three { top: 47%; left: 6%; animation: sw-services-node-float 7s ease-in-out -1s infinite; }
.sw-services-integration--four { top: 47%; right: 6%; animation: sw-services-node-float 6.4s ease-in-out -3s infinite; }
.sw-services-integration--five { bottom: 13%; left: 18%; animation: sw-services-node-float 6.7s ease-in-out -2.5s infinite; }
.sw-services-integration--six { right: 18%; bottom: 13%; animation: sw-services-node-float 7.2s ease-in-out -1.4s infinite; }

.sw-services-integrations__details {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.sw-services-integrations__details article {
	padding: 22px;
	border: 1px solid rgba(255, 255, 255, 0.065);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.014);
}

.sw-services-integrations__details .sw-services-integrations__ai {
	background:
		radial-gradient(circle at 100% 0, rgba(118, 88, 255, 0.13), transparent 48%),
		rgba(255, 255, 255, 0.018);
}

.sw-services-integrations__details h3 {
	margin: 0 0 8px;
	color: #dfe6f3;
	font-size: 14px;
}

.sw-services-integrations__details p {
	margin: 0;
	color: #7c879a;
	font-size: 12px;
	line-height: 1.6;
}

.sw-services-integrations__ai a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 15px;
	color: #8de3f7;
	font-size: 12px;
	font-weight: 650;
	text-decoration: none;
}

.sw-services-integrations__ai a:hover {
	color: #dff9ff;
}

/* Infrastructure */

.sw-services-infrastructure__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.72fr);
	align-items: center;
	gap: clamp(44px, 7vw, 100px);
	padding: clamp(30px, 5vw, 68px);
	border: 1px solid rgba(255, 255, 255, 0.075);
	border-radius: 31px;
	background:
		radial-gradient(circle at 100% 0, rgba(112, 83, 255, 0.11), transparent 35%),
		radial-gradient(circle at 0 100%, rgba(33, 207, 239, 0.07), transparent 32%),
		linear-gradient(145deg, rgba(255, 255, 255, 0.029), rgba(255, 255, 255, 0.008));
}

.sw-services-infrastructure__content > h2 {
	margin-bottom: 23px;
}

.sw-services-infrastructure__content > p {
	max-width: 700px;
	margin: 0;
	color: #929caf;
	font-size: 16px;
	line-height: 1.8;
}

.sw-services-infrastructure__points {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 31px;
}

.sw-services-infrastructure__points span {
	padding: 8px 11px;
	border: 1px solid rgba(255, 255, 255, 0.065);
	border-radius: 999px;
	color: #7c879c;
	background: rgba(255, 255, 255, 0.017);
	font-size: 12px;
}

.sw-services-infrastructure__terminal {
	padding: 23px;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 23px;
	background: linear-gradient(150deg, rgba(17, 23, 37, 0.96), rgba(7, 9, 16, 0.99));
	box-shadow: 0 35px 90px rgba(0, 0, 0, 0.37), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.sw-services-terminal__top {
	display: flex;
	align-items: center;
	gap: 5px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.sw-services-terminal__top i {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #5f6879;
}

.sw-services-terminal__top i:nth-child(1) { background: #ef7890; }
.sw-services-terminal__top i:nth-child(2) { background: #efc66f; }
.sw-services-terminal__top i:nth-child(3) { background: #62d7aa; }

.sw-services-terminal__top span {
	margin-left: auto;
	color: #65738b;
	font-family: var(--mono, monospace);
	font-size: 9px;
	letter-spacing: 0.1em;
}

.sw-services-terminal__line {
	margin: 21px 0;
	color: #8997ae;
	font-family: var(--mono, monospace);
	font-size: 10px;
}

.sw-services-terminal__line span {
	margin-right: 8px;
	color: #6fe6bf;
}

.sw-services-terminal__result {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 10px;
	padding: 10px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.045);
}

.sw-services-terminal__result > i {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #66e1b8;
	box-shadow: 0 0 10px rgba(102, 225, 184, 0.65);
}

.sw-services-terminal__result span {
	color: #77849a;
	font-family: var(--mono, monospace);
	font-size: 10px;
	letter-spacing: 0.07em;
}

.sw-services-terminal__result strong {
	color: #78e8c3;
	font-family: var(--mono, monospace);
	font-size: 9px;
	letter-spacing: 0.08em;
}

.sw-services-terminal__metric {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 10px;
	margin-top: 18px;
}

.sw-services-terminal__metric span {
	color: #6e7b92;
	font-family: var(--mono, monospace);
	font-size: 9px;
	letter-spacing: 0.08em;
}

.sw-services-terminal__metric strong {
	color: #cfd9e8;
	font-size: 10px;
}

.sw-services-terminal__metric b {
	grid-column: 1 / -1;
	display: block;
	height: 5px;
	overflow: hidden;
	border-radius: 99px;
	background: rgba(255, 255, 255, 0.045);
}

.sw-services-terminal__metric b i {
	display: block;
	width: var(--w);
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, #675dff, #55d8ff);
	animation: sw-services-bar-fill 2.2s ease both;
}

/* Audit */

.sw-services-audit__card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(380px, 0.82fr);
	align-items: center;
	gap: clamp(40px, 7vw, 96px);
	padding: clamp(32px, 5vw, 66px);
	border: 1px solid rgba(255, 255, 255, 0.075);
	border-radius: 29px;
	background:
		radial-gradient(circle at 0 100%, rgba(40, 202, 233, 0.08), transparent 36%),
		radial-gradient(circle at 100% 0, rgba(112, 84, 255, 0.1), transparent 36%),
		linear-gradient(145deg, rgba(255, 255, 255, 0.028), rgba(255, 255, 255, 0.008));
}

.sw-services-audit__card h2 {
	margin-bottom: 20px;
}

.sw-services-audit__card > div:first-child > p {
	max-width: 620px;
	margin: 0;
	color: #8f99ac;
	font-size: 15px;
	line-height: 1.75;
}

.sw-services-audit__checklist {
	display: grid;
	gap: 9px;
}

.sw-services-audit__checklist > div {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-areas: "number title" "number text";
	column-gap: 13px;
	padding: 16px;
	border: 1px solid rgba(255, 255, 255, 0.065);
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.016);
}

.sw-services-audit__checklist span {
	grid-area: number;
	display: grid;
	place-items: center;
	align-self: center;
	width: 34px;
	height: 34px;
	border: 1px solid rgba(99, 205, 255, 0.12);
	border-radius: 11px;
	color: #72d6f0;
	font-family: var(--mono, monospace);
	font-size: 10px;
}

.sw-services-audit__checklist strong {
	grid-area: title;
	color: #dfe6f2;
	font-size: 13px;
}

.sw-services-audit__checklist small {
	grid-area: text;
	margin-top: 4px;
	color: #748096;
	font-size: 12px;
}

/* Work formats */

.sw-services-format__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.sw-services-format__grid article {
	position: relative;
	min-height: 310px;
	padding: 26px;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 23px;
	background:
		radial-gradient(circle at 100% 0, rgba(103, 86, 255, 0.07), transparent 40%),
		linear-gradient(155deg, rgba(255, 255, 255, 0.027), rgba(255, 255, 255, 0.008));
	transition: transform 0.35s var(--ease, ease), border-color 0.35s ease;
}

.sw-services-format__grid article:hover {
	transform: translateY(-5px);
	border-color: rgba(113, 197, 255, 0.16);
}

.sw-services-format__grid article > span {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	margin-bottom: 58px;
	border: 1px solid rgba(105, 202, 255, 0.12);
	border-radius: 13px;
	color: #75d6ef;
	background: rgba(59, 161, 255, 0.045);
	font-family: var(--mono, monospace);
	font-size: 10px;
}

.sw-services-format__grid h3 {
	margin: 0 0 12px;
	color: #e7ecf6;
	font-size: 23px;
	letter-spacing: -0.03em;
}

.sw-services-format__grid p {
	margin: 0;
	color: #8490a4;
	font-size: 13px;
	line-height: 1.72;
}

.sw-services-format__grid a {
	position: absolute;
	right: 26px;
	bottom: 24px;
	left: 26px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding-top: 14px;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	color: #8adff7;
	font-size: 12px;
	text-decoration: none;
}

.sw-services-format__grid a i {
	font-style: normal;
	transition: transform 0.25s ease;
}

.sw-services-format__grid a:hover i {
	transform: translate(3px, -3px);
}

/* FAQ */

.sw-services-faq__list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.sw-services-faq__list article {
	position: relative;
	padding: 27px 28px 28px 74px;
	border: 1px solid rgba(255, 255, 255, 0.065);
	border-radius: 20px;
	background: linear-gradient(155deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.007));
}

.sw-services-faq__list article::before {
	content: "?";
	position: absolute;
	top: 24px;
	left: 24px;
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	border: 1px solid rgba(105, 203, 255, 0.12);
	border-radius: 10px;
	color: #7bd7ef;
	background: rgba(62, 164, 255, 0.045);
	font-family: var(--mono, monospace);
	font-size: 10px;
	font-weight: 700;
}

.sw-services-faq__list h3 {
	margin: 0 0 11px;
	color: #e4e9f4;
	font-size: 16px;
	line-height: 1.4;
}

.sw-services-faq__list p {
	margin: 0;
	color: #7f899d;
	font-size: 13px;
	line-height: 1.7;
}

/* CTA */

.sw-services-cta {
	position: relative;
	padding: clamp(84px, 10vw, 142px) 0 clamp(96px, 12vw, 170px);
}

.sw-services-cta__card {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.65fr);
	align-items: center;
	gap: clamp(42px, 7vw, 96px);
	padding: clamp(32px, 6vw, 76px);
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.085);
	border-radius: 31px;
	background:
		radial-gradient(circle at 100% 0, rgba(113, 86, 255, 0.16), transparent 36%),
		radial-gradient(circle at 0 100%, rgba(34, 210, 240, 0.08), transparent 34%),
		linear-gradient(145deg, rgba(18, 21, 33, 0.94), rgba(8, 10, 17, 0.98));
	box-shadow: 0 40px 110px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.sw-services-cta__content h2 {
	margin: 26px 0 21px;
}

.sw-services-cta__content > p {
	max-width: 700px;
	margin: 0;
	color: #909aaf;
	font-size: 16px;
	line-height: 1.78;
}

.sw-services-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 32px;
}

.sw-services-cta__side {
	display: grid;
	gap: 9px;
}

.sw-services-cta__side > div:not(.sw-services-cta__status) {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: 13px;
	padding: 16px;
	border: 1px solid rgba(255, 255, 255, 0.065);
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.016);
}

.sw-services-cta__side small {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border: 1px solid rgba(103, 201, 255, 0.12);
	border-radius: 10px;
	color: #74d8f0;
	font-family: var(--mono, monospace);
	font-size: 10px;
}

.sw-services-cta__side span {
	color: #cfd7e4;
	font-size: 13px;
}

.sw-services-cta__status {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-top: 5px;
	padding: 13px 15px;
	border: 1px solid rgba(103, 231, 186, 0.1);
	border-radius: 14px;
	background: rgba(83, 224, 173, 0.035);
}

.sw-services-cta__status i {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #70e9c0;
	box-shadow: 0 0 11px rgba(112, 233, 192, 0.7);
}

.sw-services-cta__status strong {
	color: #80d8bd;
	font-size: 12px;
	font-weight: 600;
}

.sw-services a:focus-visible {
	outline: 2px solid #7fe5ff;
	outline-offset: 3px;
}

.sw-services-system,
.sw-services-ecommerce__visual,
.sw-services-integrations__map,
.sw-services-infrastructure__terminal {
	contain: layout paint;
}

/* Animations */

@keyframes sw-services-status-pulse {
	0% { transform: scale(0.65); opacity: 0.8; }
	100% { transform: scale(1.8); opacity: 0; }
}

@keyframes sw-services-ring-one {
	to { transform: translate(-50%, -50%) rotate(378deg); }
}

@keyframes sw-services-ring-two {
	to { transform: translate(-50%, -50%) rotate(-392deg); }
}

@keyframes sw-services-core-pulse {
	0%, 100% { box-shadow: 0 0 44px rgba(63, 181, 255, 0.11), inset -16px -14px 32px rgba(0, 0, 0, 0.38); }
	50% { box-shadow: 0 0 72px rgba(87, 178, 255, 0.19), inset -16px -14px 32px rgba(0, 0, 0, 0.38); }
}

@keyframes sw-services-node-float {
	0%, 100% { transform: translate3d(0, 0, 0); }
	50% { transform: translate3d(0, -7px, 0); }
}

@keyframes sw-services-chart-rise {
	from { transform: scaleY(0.08); opacity: 0.3; }
	to { transform: scaleY(1); opacity: 1; height: var(--h); }
}

@keyframes sw-services-map-rotate {
	to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes sw-services-bar-fill {
	from { width: 0; }
	to { width: var(--w); }
}

/* Responsive */

@media (max-width: 1120px) {
	.sw-services-hero__layout {
		grid-template-columns: minmax(0, 1fr) minmax(350px, 0.82fr);
		gap: 46px;
	}

	.sw-services-catalog__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.sw-services-service--featured {
		grid-column: span 2;
	}
}

@media (max-width: 960px) {
	.sw-services-start__card,
	.sw-services-hero__layout,
	.sw-services-section__head,
	.sw-services-ecommerce__card,
	.sw-services-content__grid,
	.sw-services-infrastructure__layout,
	.sw-services-audit__card,
	.sw-services-cta__card {
		grid-template-columns: 1fr;
	}

	.sw-services-start__routes {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.sw-services-start__routes a {
		grid-template-columns: 34px minmax(0, 1fr);
		grid-template-areas: "number arrow" "title title" "text text";
		min-height: 180px;
	}

	.sw-services-start__routes i {
		justify-self: end;
	}

	.sw-services-hero__visual {
		min-height: 520px;
		order: -1;
	}

	.sw-services-system {
		width: min(100%, 560px);
	}

	.sw-services-cycle__grid,
	.sw-services-promotion__grid,
	.sw-services-integrations__details,
	.sw-services-format__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sw-services-catalog__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sw-services-promo-card--large {
		grid-column: 1 / -1;
		grid-row: auto;
		min-height: 470px;
	}

	.sw-services-ecommerce__visual {
		min-height: 420px;
	}

	.sw-services-content__intro {
		min-height: 360px;
	}

	.sw-services-cta__side {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.sw-services-cta__status {
		grid-column: 1 / -1;
	}
}

@media (max-width: 720px) {
	.sw-services {
		padding-top: var(--header-h, 68px);
	}

	.sw-services-breadcrumbs {
		padding-top: 20px;
	}

	.sw-services-hero {
		padding-top: 34px;
	}

	.sw-services-hero h1 {
		font-size: clamp(42px, 12vw, 64px);
	}

	.sw-services-hero__lead {
		font-size: 16px;
	}

	.sw-services-hero__meta,
	.sw-services-cycle__grid,
	.sw-services-catalog__grid,
	.sw-services-promotion__grid,
	.sw-services-content__list,
	.sw-services-integrations__details,
	.sw-services-format__grid,
	.sw-services-faq__list,
	.sw-services-cta__side {
		grid-template-columns: 1fr;
	}

	.sw-services-service--featured,
	.sw-services-promo-card--large,
	.sw-services-cta__status {
		grid-column: auto;
	}

	.sw-services-hero__visual {
		min-height: 470px;
	}

	.sw-services-system {
		min-height: 455px;
		border-radius: 23px;
	}

	.sw-services-system__core {
		width: 205px;
		height: 205px;
	}

	.sw-services-system__center {
		width: 96px;
		height: 96px;
	}

	.sw-services-system__node {
		min-width: 95px;
		padding: 10px;
	}

	.sw-services-system__node--web { top: 25%; left: 3%; }
	.sw-services-system__node--seo { top: 25%; right: 3%; }
	.sw-services-system__node--shop { bottom: 23%; left: 4%; }
	.sw-services-system__node--ops { right: 4%; bottom: 23%; }

	.sw-services-nav__inner {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sw-services-nav__inner a {
		text-align: center;
	}

	.sw-services-nav__inner .sw-services-nav__ai {
		grid-column: 1 / -1;
		justify-self: stretch;
		margin-left: 0;
	}

	.sw-services-start {
		padding: 14px 0 54px;
	}

	.sw-services-start__routes {
		grid-template-columns: 1fr;
	}

	.sw-services-start__routes a {
		grid-template-columns: 34px minmax(0, 1fr) auto;
		grid-template-areas: "number title arrow" "number text arrow";
		min-height: 0;
	}

	.sw-services-section {
		padding: 76px 0;
	}

	.sw-services-section h2,
	.sw-services-cta h2 {
		font-size: clamp(34px, 10vw, 50px);
	}

	.sw-services-service,
	.sw-services-service--featured {
		min-height: auto;
	}

	.sw-services-promo-card--large {
		min-height: auto;
	}

	.sw-services-promo-card__columns,
	.sw-services-ecommerce__features {
		grid-template-columns: 1fr;
	}

	.sw-services-integrations__map {
		min-height: 640px;
	}

	.sw-services-integrations__map::after {
		width: 290px;
		height: 420px;
	}

	.sw-services-integration {
		min-width: 132px;
	}

	.sw-services-integration--one { top: 10%; left: 5%; }
	.sw-services-integration--two { top: 10%; right: 5%; }
	.sw-services-integration--three { top: 36%; left: 3%; }
	.sw-services-integration--four { top: 36%; right: 3%; }
	.sw-services-integration--five { bottom: 10%; left: 5%; }
	.sw-services-integration--six { right: 5%; bottom: 10%; }

	.sw-services-faq__list article {
		padding: 24px 22px 24px 66px;
	}

	.sw-services-faq__list article::before {
		top: 22px;
		left: 20px;
	}
}

@media (max-width: 520px) {
	.sw-services-hero__actions,
	.sw-services-cta__actions {
		display: grid;
	}

	.sw-services-hero__actions .btn,
	.sw-services-cta__actions .btn {
		width: 100%;
	}

	.sw-services-hero__visual {
		min-height: 425px;
	}

	.sw-services-system {
		min-height: 410px;
	}

	.sw-services-system__top {
		padding-inline: 13px;
	}

	.sw-services-system__top > span {
		font-size: 9px;
	}

	.sw-services-system__core {
		width: 175px;
		height: 175px;
	}

	.sw-services-system__center {
		width: 82px;
		height: 82px;
	}

	.sw-services-system__center span {
		font-size: 22px;
	}

	.sw-services-system__node {
		min-width: 80px;
		padding: 8px;
	}

	.sw-services-system__node strong {
		font-size: 10px;
	}

	.sw-services-system__node small {
		font-size: 9px;
	}

	.sw-services-system__footer {
		right: 14px;
		bottom: 14px;
		left: 14px;
	}

	.sw-services-nav__inner {
		grid-template-columns: 1fr 1fr;
		padding: 8px;
	}

	.sw-services-nav__inner a {
		padding: 9px 7px;
		font-size: 11px;
	}

	.sw-services-start__card {
		padding: 24px 18px;
		border-radius: 22px;
	}

	.sw-services-cycle__card,
	.sw-services-service,
	.sw-services-promo-card,
	.sw-services-content__list article,
	.sw-services-integrations__details article,
	.sw-services-format__grid article {
		border-radius: 18px;
	}

	.sw-services-ecommerce__card,
	.sw-services-infrastructure__layout,
	.sw-services-audit__card,
	.sw-services-cta__card {
		padding: 25px 18px;
		border-radius: 22px;
	}

	.sw-services-ecommerce__visual {
		min-height: 370px;
	}

	.sw-services-shop-ui {
		width: 100%;
		padding: 17px;
	}

	.sw-services-content__intro {
		min-height: 330px;
		padding: 28px 22px;
		border-radius: 21px;
	}

	.sw-services-integrations__map {
		min-height: 720px;
		border-radius: 21px;
	}

	.sw-services-integrations__core {
		width: 105px;
		height: 105px;
	}

	.sw-services-integrations__core span {
		font-size: 22px;
	}

	.sw-services-integration {
		min-width: 122px;
		padding: 10px;
	}

	.sw-services-integration b {
		width: 30px;
		height: 30px;
	}

	.sw-services-integration span {
		font-size: 10px;
	}

	.sw-services-integration--one { top: 8%; left: 50%; transform: translateX(-50%); }
	.sw-services-integration--two { top: 22%; right: 5%; }
	.sw-services-integration--three { top: 40%; left: 4%; }
	.sw-services-integration--four { top: 52%; right: 4%; }
	.sw-services-integration--five { bottom: 20%; left: 5%; }
	.sw-services-integration--six { right: 50%; bottom: 6%; transform: translateX(50%); }

	.sw-services-integration--one,
	.sw-services-integration--six {
		animation: none;
	}

	.sw-services-infrastructure__terminal {
		padding: 18px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sw-services-kicker__dot::after,
	.sw-services-system__ring,
	.sw-services-system__center,
	.sw-services-system__node,
	.sw-services-shop-ui__chart i,
	.sw-services-integrations__map::after,
	.sw-services-integration,
	.sw-services-terminal__metric b i {
		animation: none !important;
	}

	.sw-services-cycle__card,
	.sw-services-service,
	.sw-services-promo-card,
	.sw-services-content__list article,
	.sw-services-format__grid article {
		transition: none !important;
	}
}

@media (hover: none), (max-width: 720px) {
	.sw-services-system__ring,
	.sw-services-system__center,
	.sw-services-system__node,
	.sw-services-shop-ui__chart i,
	.sw-services-integrations__map::after,
	.sw-services-integration,
	.sw-services-terminal__metric b i {
		animation: none !important;
	}

	.sw-services-start__routes a:hover,
	.sw-services-cycle__card:hover,
	.sw-services-service:hover,
	.sw-services-promo-card:hover,
	.sw-services-content__list article:hover,
	.sw-services-format__grid article:hover {
		transform: none;
	}
}
