/**
 * Services page — cream / forest / gold, matching the page designs.
 *
 * @package Skavend
 */

.page-template-services-php,
.page-template-templates-services-php {
	background: #f9f7f2;
}

body.page-template-templates-services-php .site-header,
body.page-template-services-php .site-header {
	margin-top: 12px;
	background: linear-gradient(180deg, rgba(253, 252, 247, 0.88), rgba(249, 247, 242, 0.7));
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.75) inset,
		0 10px 28px rgba(46, 60, 52, 0.05);
}

.page-template-services-php .site-main,
.page-template-templates-services-php .site-main,
.sv-page {
	background: #f9f7f2;
	padding: 0 !important;
	margin: 0 !important;
	max-width: none !important;
	width: 100% !important;
	overflow-x: hidden;
}

.sv-page {
	--cream: #f9f7f2;
	--green: #062c21;
	--green-2: #0a3d2d;
	--gold: #c19a6b;
	--text: #14241e;
	--muted: #5c6560;
	--serif: var(--font-serif, 'Playfair Display', Georgia, serif);
	--sans: var(--font-sans, 'DM Sans', system-ui, sans-serif);
	--sv-space: 4%;
	--section-space: 4%;
}

.sv-page .sv-section:not(.sv-hero) {
	padding-top: var(--sv-space) !important;
	padding-bottom: var(--sv-space) !important;
}

.sv-page *,
.sv-page *::before,
.sv-page *::after {
	box-sizing: border-box;
}

.sv-shell {
	width: var(--shell-width, 90%);
	margin: 0 auto;
}

/* Single-sided rhythm handled globally; keep scroll offset. */
.sv-section {
	scroll-margin-top: 96px;
}

.skavend-premium-glass-card[id^="sv-service-"] {
	scroll-margin-top: 112px;
}

.skavend-premium-glass-card.is-hash-target {
	outline: 2px solid rgba(193, 154, 107, 0.55);
	outline-offset: 4px;
	transition: outline-color 0.4s ease;
}

.sv-kicker {
	margin: 0 0 14px;
	font-family: var(--sans);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--gold);
}

.sv-kicker--light {
	color: #d4b07a;
}

.sv-h {
	margin: 0;
	font-family: var(--serif);
	font-weight: 700;
	color: var(--green-2);
}

.sv-center {
	text-align: center;
	margin-bottom: 32px;
}

.sv-center .sv-h {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

.sv-h--light {
	color: #fff;
}

.sv-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	height: 52px;
	padding: 0 26px;
	border-radius: 10px;
	background: var(--green-2);
	color: #fff;
	font-family: var(--sans);
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	box-shadow: 0 10px 24px rgba(6, 44, 33, 0.22);
	transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.sv-btn svg {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.sv-btn:hover {
	background: var(--green);
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 14px 28px rgba(6, 44, 33, 0.28);
}

.sv-btn--ghost {
	background: transparent;
	color: var(--text);
	border: 1.5px solid var(--gold);
	box-shadow: none;
}

.sv-btn--ghost:hover {
	background: rgba(193, 154, 107, 0.1);
	color: var(--text);
	box-shadow: none;
}

/* ═══════════════ HERO ═══════════════ */
.sv-hero {
	background: var(--cream);
}

.sv-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
	gap: 48px;
	align-items: center;
}

.sv-crumbs {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 22px;
	font-family: var(--sans);
	font-size: 13px;
	color: var(--muted);
}

.sv-crumbs a {
	color: var(--text);
	text-decoration: none;
}

.sv-crumbs a:hover {
	color: var(--gold);
}

.sv-hero__title {
	margin: 0 0 20px;
	max-width: 14ch;
	font-family: var(--serif);
	font-size: clamp(38px, 4.2vw, 58px);
	font-weight: 700;
	line-height: 1.1;
	color: var(--green-2);
}

.sv-hero__title-line {
	display: block;
}

.sv-hero__title-line em {
	font-style: italic;
	font-weight: 600;
	color: var(--gold);
}

.sv-hero__lead {
	margin: 0 0 32px;
	max-width: 46ch;
	font-family: var(--sans);
	font-size: 16.5px;
	line-height: 1.7;
	color: var(--muted);
}

.sv-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.sv-hero__visual {
	position: relative;
	min-height: 420px;
	display: flex;
	align-items: center;
}

.sv-hero__photo {
	margin: 0;
	width: 100%;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 28px 56px rgba(10, 48, 36, 0.12);
}

.sv-hero__photo img {
	display: block;
	width: 100%;
	height: clamp(360px, 42vw, 480px);
	object-fit: cover;
	object-position: center 28%;
	transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.sv-hero__photo:hover img {
	transform: scale(1.03);
}

.sv-desk__plant {
	position: absolute;
	top: -30px;
	right: -20px;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background:
		radial-gradient(circle at 40% 45%, #8aa57a 0%, #5f7d55 42%, transparent 68%);
	filter: blur(2px);
	opacity: 0.7;
}

.sv-laptop {
	position: absolute;
	left: 10%;
	top: 8%;
	width: 78%;
	transform: rotate(-7deg);
	transform-origin: center bottom;
}

.sv-laptop__lid {
	padding: 10px 10px 6px;
	border-radius: 14px 14px 6px 6px;
	background: linear-gradient(180deg, #d8dde2, #b8c0c8);
	box-shadow:
		0 30px 50px rgba(20, 36, 30, 0.22),
		0 2px 0 rgba(255, 255, 255, 0.5) inset;
}

.sv-dash {
	display: grid;
	grid-template-columns: 72px 1fr;
	min-height: 250px;
	border-radius: 8px;
	overflow: hidden;
	background: #f7f4ee;
}

.sv-dash__nav {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 12px 8px;
	background: var(--green-2);
	color: rgba(255, 255, 255, 0.78);
}

.sv-dash__nav b {
	margin-bottom: 6px;
	font-family: var(--serif);
	font-size: 8px;
	letter-spacing: 0.08em;
	color: #fff;
}

.sv-dash__nav em {
	display: block;
	font-style: normal;
	font-size: 6px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	opacity: 0.8;
}

.sv-dash__main {
	padding: 12px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.sv-dash__kpis {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
}

.sv-dash__kpis div {
	padding: 8px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 6px 14px rgba(20, 36, 30, 0.06);
}

.sv-dash__kpis small {
	display: block;
	font-size: 7px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #7a827d;
}

.sv-dash__kpis strong {
	display: block;
	margin-top: 4px;
	font-size: 12px;
	color: var(--green-2);
}

.sv-dash__charts {
	display: grid;
	grid-template-columns: 1.4fr 0.8fr;
	gap: 8px;
	flex: 1;
}

.sv-dash__line,
.sv-dash__donut {
	padding: 8px;
	border-radius: 8px;
	background: #fff;
}

.sv-dash__line small,
.sv-dash__donut small {
	display: block;
	margin-bottom: 6px;
	font-size: 7px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #7a827d;
}

.sv-dash__line svg {
	width: 100%;
	height: 54px;
	stroke: var(--green-2);
	stroke-width: 2.4;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.sv-dash__donut span {
	display: block;
	width: 54px;
	height: 54px;
	margin: 4px auto 0;
	border-radius: 50%;
	background: conic-gradient(#0a3d2d 0 42%, #c19a6b 42% 68%, #d8c4a4 68% 86%, #e8efe8 86% 100%);
	mask: radial-gradient(circle, transparent 52%, #000 54%);
}

.sv-laptop__base {
	height: 14px;
	margin: 0 -18px;
	border-radius: 0 0 18px 18px;
	background: linear-gradient(180deg, #cfd6dc, #aeb6bd);
	position: relative;
}

.sv-laptop__base i {
	position: absolute;
	left: 50%;
	top: 3px;
	width: 72px;
	height: 5px;
	border-radius: 0 0 6px 6px;
	background: #9aa3aa;
	transform: translateX(-50%);
}

.sv-phone {
	position: absolute;
	left: 7%;
	bottom: 8%;
	width: 92px;
	padding: 8px 7px 10px;
	border-radius: 16px;
	background: linear-gradient(180deg, #eceff2, #c5ccd3);
	box-shadow: 0 18px 30px rgba(20, 36, 30, 0.22);
	transform: rotate(-8deg);
}

.sv-phone__notch {
	width: 28px;
	height: 4px;
	margin: 0 auto 6px;
	border-radius: 4px;
	background: #8d959c;
}

.sv-phone__screen {
	min-height: 148px;
	padding: 10px 8px;
	border-radius: 10px;
	background: var(--green-2);
	color: #fff;
}

.sv-phone__screen b {
	display: block;
	margin-bottom: 10px;
	font-family: var(--serif);
	font-size: 8px;
	letter-spacing: 0.08em;
	text-align: center;
}

.sv-phone__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
}

.sv-phone__grid span {
	aspect-ratio: 1;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.16);
	border: 1px solid rgba(193, 154, 107, 0.45);
}

/* ═══════════════ TRUSTED ═══════════════ */
.sv-trusted {
	padding: 12px 0 8px;
	text-align: center;
	overflow: hidden;
}

.sv-trusted__label {
	margin: 0 0 22px;
	font-family: var(--sans);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #7a827d;
}

.sv-marquee {
	position: relative;
	overflow: hidden;
	mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.sv-marquee__track {
	display: flex;
	width: max-content;
	align-items: center;
	animation: svMarquee 36s linear infinite;
}

.sv-marquee:hover .sv-marquee__track {
	animation-play-state: paused;
}

@keyframes svMarquee {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}

.sv-logo {
	display: flex;
	align-items: center;
	padding: 0 28px;
	border-right: 1px solid rgba(20, 36, 30, 0.12);
	white-space: nowrap;
}

.sv-logo span {
	font-family: var(--serif);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: rgba(20, 36, 30, 0.55);
}

/* ═══════════════ SERVICE CARDS ═══════════════ */
.sv-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.sv-card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 26px 24px 22px;
	border-radius: 18px;
	background: #fbf9f5;
	border: 1px solid rgba(10, 61, 45, 0.06);
	box-shadow: 0 10px 28px rgba(20, 36, 30, 0.04);
	transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.sv-card:hover {
	transform: translateY(-6px);
	border-color: rgba(193, 154, 107, 0.45);
	box-shadow: 0 18px 36px rgba(20, 36, 30, 0.1);
}

.sv-card__ico {
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	margin-bottom: 18px;
	border-radius: 14px;
	background: linear-gradient(145deg, var(--green-2), #083528);
	color: #fff;
	box-shadow: 0 10px 22px rgba(6, 44, 33, 0.18);
	transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.35s ease;
}

.sv-page .sv-icon {
	display: grid;
	place-items: center;
	flex-shrink: 0;
	line-height: 0;
}

.sv-page .sv-icon .skavend-icon {
	display: block;
	transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.35s ease;
}

.sv-page .sv-icon.is-icon-live .skavend-icon {
	animation: svIconPop 0.65s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

.sv-card:hover .sv-card__ico {
	transform: translateY(-3px) scale(1.04);
	box-shadow: 0 16px 28px rgba(6, 44, 33, 0.24);
}

.sv-card:hover .sv-card__ico .skavend-icon {
	transform: scale(1.08);
}

.sv-card h3 {
	margin: 0 0 10px;
	font-family: var(--serif);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.25;
	color: var(--green-2);
}

.sv-card p {
	margin: 0 0 18px;
	flex: 1;
	font-family: var(--sans);
	font-size: 14.5px;
	line-height: 1.65;
	color: var(--muted);
}

.sv-card a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-family: var(--sans);
	font-size: 14px;
	font-weight: 700;
	color: var(--green-2);
	text-decoration: none;
}

.sv-card a svg {
	width: 14px;
	height: 14px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: transform 0.2s ease;
}

.sv-card a:hover {
	color: var(--gold);
}

.sv-card a:hover svg {
	transform: translateX(3px);
}

/* ═══════════════ SERVICES — premium glass grid ═══════════════ */
.sv-services.skavend-premium-section {
	background:
		radial-gradient(circle at 12% 8%, rgba(201, 164, 107, 0.1), transparent 38%),
		linear-gradient(180deg, #faf6ef 0%, #f3ebe0 100%);
}

.sv-services .skavend-premium-glass-wrap {
	margin-top: 4px;
}

/* ═══════════════ APPROACH ═══════════════ */
.sv-approach {
	position: relative;
	overflow: hidden;
	padding-bottom: calc(var(--sv-space) + 48px) !important;
}

.sv-approach__waves {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: clamp(90px, 14vw, 130px);
	pointer-events: none;
	z-index: 0;
	opacity: 0.55;
}

.sv-approach__wave-svg {
	display: block;
	width: 100%;
	height: 100%;
	overflow: visible;
}

.sv-approach__wave-layers > use {
	transform-origin: center;
	animation: svApproachWaveMove 26s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.sv-approach__wave-layers > use:nth-child(1) { animation-delay: -3s; animation-duration: 24s; }
.sv-approach__wave-layers > use:nth-child(2) { animation-delay: -7s; animation-duration: 20s; }
.sv-approach__wave-layers > use:nth-child(3) { animation-delay: -11s; animation-duration: 16s; }

@keyframes svApproachWaveMove {
	0% { transform: translate3d(-70px, 0, 0); }
	50% { transform: translate3d(0, 1px, 0); }
	100% { transform: translate3d(65px, 0, 0); }
}

.sv-approach .sv-shell {
	position: relative;
	z-index: 1;
}

.sv-steps-wrap {
	position: relative;
	padding: 12px 0 8px;
}

.sv-approach__infinity {
	position: absolute;
	left: 2%;
	right: 2%;
	top: 18px;
	width: 96%;
	height: 72px;
	pointer-events: none;
	z-index: 0;
	opacity: 0.45;
}

.sv-approach__path-bg {
	fill: none;
	stroke: rgba(193, 154, 107, 0.18);
	stroke-width: 2;
	stroke-dasharray: 4 10;
}

.sv-approach__path-flow {
	fill: none;
	stroke-width: 3;
	stroke-linecap: round;
	stroke-dasharray: 12 18;
	animation: svApproachInfinityFlow 14s linear infinite;
}

@keyframes svApproachInfinityFlow {
	to { stroke-dashoffset: -360; }
}

.sv-steps {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 12px;
}

.sv-step {
	position: relative;
	text-align: center;
	padding: 0 10px;
}

.sv-step__node {
	position: relative;
	z-index: 1;
	display: grid;
	place-items: center;
	width: 68px;
	height: 68px;
	margin: 0 auto 18px;
	border-radius: 50%;
	background: linear-gradient(145deg, var(--green-2), #083528);
	color: #fff;
	box-shadow: 0 10px 22px rgba(6, 44, 33, 0.2);
	transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.35s ease;
}

.sv-step:hover .sv-step__node {
	transform: translateY(-5px) scale(1.06);
	box-shadow: 0 18px 32px rgba(6, 44, 33, 0.28);
}

.sv-step__node.is-icon-live .skavend-icon {
	animation: svIconFloat 3.2s ease-in-out infinite;
}

.sv-step__line {
	display: none;
}

.sv-step__num {
	margin: 0 0 4px;
	font-family: var(--sans);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: var(--gold);
}

.sv-step__title {
	margin: 0 0 8px;
	font-family: var(--serif);
	font-size: 22px;
	font-weight: 700;
	color: var(--green-2);
}

.sv-step__text {
	margin: 0 auto;
	max-width: 220px;
	font-family: var(--sans);
	font-size: 14px;
	line-height: 1.6;
	color: var(--muted);
}

/* ═══════════════ TECH BAR ═══════════════ */
.sv-tech {
	padding: clamp(48px, 5.5vw, 72px) clamp(24px, 3vw, 40px);
	border-radius: 28px;
	background: linear-gradient(160deg, #0a3d2d 0%, #062c21 55%, #05241b 100%);
	box-shadow: 0 28px 60px rgba(6, 44, 33, 0.24);
}

.sv-tech .sv-center {
	margin-bottom: 40px;
}

.sv-tech__row {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.sv-tech__item {
	padding: 0 18px;
	text-align: center;
	border-right: 1px solid rgba(212, 176, 122, 0.28);
}

.sv-tech__item:last-child {
	border-right: 0;
}

.sv-tech__item span {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	margin: 0 auto 16px;
	color: #d4b07a;
	border-radius: 50%;
	border: 1px solid rgba(212, 176, 122, 0.35);
	background: rgba(255, 255, 255, 0.04);
	transition: transform 0.4s ease, border-color 0.35s ease, background 0.35s ease;
}

.sv-tech__item:hover span {
	transform: translateY(-4px) scale(1.08);
	border-color: rgba(212, 176, 122, 0.65);
	background: rgba(255, 255, 255, 0.08);
}

.sv-tech__item span.is-icon-live .skavend-icon {
	animation: svIconFloat 3.6s ease-in-out infinite;
}

.sv-tech__item h3 {
	margin: 0 0 10px;
	font-family: var(--sans);
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}

.sv-tech__item p {
	margin: 0;
	font-family: var(--sans);
	font-size: 13.5px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.7);
}

/* ═══════════════ INDUSTRIES ═══════════════ */
.sv-industries {
	display: grid;
	grid-template-columns: repeat(8, minmax(0, 1fr));
	gap: 14px;
}

.sv-ind {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	padding: 22px 10px 18px;
	border-radius: 16px;
	background: #fbf9f5;
	border: 1px solid rgba(10, 61, 45, 0.06);
	text-align: center;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.sv-ind:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 24px rgba(20, 36, 30, 0.08);
}

.sv-ind span {
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	border-radius: 14px;
	background: rgba(10, 61, 45, 0.05);
	color: var(--green-2);
	transition: transform 0.35s ease, color 0.35s ease, background 0.35s ease;
}

.sv-ind:hover span {
	transform: translateY(-4px) scale(1.08);
	color: var(--gold);
	background: rgba(193, 154, 107, 0.12);
}

.sv-ind span.is-icon-live .skavend-icon {
	animation: svIconPop 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

.sv-ind b {
	font-family: var(--sans);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--green-2);
	line-height: 1.35;
}

.sv-note {
	max-width: 720px;
	color: #5c625f;
}

@keyframes svIconPop {
	0% {
		opacity: 0;
		transform: scale(0.72) translateY(10px);
	}
	70% {
		transform: scale(1.06) translateY(-2px);
	}
	100% {
		opacity: 1;
		transform: scale(1) translateY(0);
	}
}

@keyframes svIconFloat {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-4px); }
}

/* Reveal */
.sv-page .skavend-reveal {
	opacity: 0;
	transform: translateY(18px);
	transition: opacity 0.55s ease, transform 0.55s ease;
}

.sv-page .skavend-reveal.is-revealed {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 1100px) {
	.sv-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sv-tech__row {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 28px 0;
	}

	.sv-tech__item:nth-child(3n) {
		border-right: 0;
	}

	.sv-industries {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {

	.sv-hero__grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.sv-hero__title {
		max-width: none;
	}

	.sv-steps {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.sv-step {
		display: grid;
		grid-template-columns: 64px 1fr;
		grid-template-rows: auto auto auto;
		column-gap: 18px;
		text-align: left;
		padding: 0;
	}

	.sv-step__node {
		grid-row: 1 / span 3;
		margin: 0;
	}

	.sv-step__line {
		top: 72px;
		left: 31px;
		width: 0;
		height: calc(100% + 12px);
		border-top: 0;
		border-left: 2px dotted var(--gold);
	}

	.sv-step__line::after {
		top: auto;
		bottom: -2px;
		right: auto;
		left: -5px;
		border-left-color: transparent;
		border-top-color: var(--gold);
	}

	.sv-step__text {
		margin: 0;
		max-width: none;
	}

	.sv-approach__infinity {
		display: none;
	}

	.sv-hero__visual {
		min-height: 280px;
	}

	.sv-hero__photo img {
		height: 320px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sv-approach__wave-layers > use,
	.sv-approach__path-flow {
		animation: none !important;
	}
}

@media (max-width: 680px) {
	.sv-grid {
		grid-template-columns: 1fr;
	}

	.sv-tech {
		padding: 32px 18px;
		border-radius: 22px;
	}

	.sv-tech__row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px 14px;
	}

	.sv-tech__item {
		border-right: 0;
		border-bottom: 0;
		padding: 16px 10px;
	}

	.sv-tech__item span {
		width: 44px;
		height: 44px;
		margin-bottom: 12px;
	}

	.sv-tech__item h3 {
		font-size: 13px;
	}

	.sv-tech__item p {
		font-size: 11.5px;
		line-height: 1.45;
	}

	.sv-hero__title {
		font-size: 36px;
	}

	.sv-industries {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 400px) {
	.sv-tech__row {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sv-marquee__track,
	.sv-card,
	.sv-ind,
	.sv-btn,
	.sv-page .skavend-reveal {
		animation: none;
		transition: none;
	}

	.sv-page .skavend-reveal {
		opacity: 1;
		transform: none;
	}
}
