/* =========================================================
   SYNTAX IT — MOTION LAYER  (v2.1)
   Loads after syntax-home.css. Adds the site-wide animation
   system: scroll chrome, entrance choreography, magnetic
   controls, spotlights, marquee and scroll-driven timelines.

   Everything reuses the brand tokens already declared on
   #sitx. Nothing here introduces a new colour.
   ========================================================= */

/* =========================================================
   1. PAGE CHROME — progress rail, smart header, back-to-top
   These live outside #sitx, so every rule is pinned to the
   body class the plugin adds, and no other page is touched.
   ========================================================= */

body.sitx-page .sitx-progress {
	position: fixed;
	inset: 0 0 auto 0;
	height: 3px;
	z-index: 99999;
	background: rgba(1, 45, 118, 0.07);
	pointer-events: none;
}

body.sitx-page .sitx-progress i {
	display: block;
	height: 100%;
	width: 0;
	transform-origin: left center;
	background: linear-gradient(90deg, #012d76 0%, #2f66e0 42%, #3b9dff 70%, #22e0ff 100%);
	box-shadow: 0 0 14px rgba(34, 224, 255, 0.65);
	transition: width 0.1s linear;
}

/* --- smart header ------------------------------------- */
body.sitx-page.sitx-smart-header .sitx-header-el {
	transition:
		transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
		box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1),
		backdrop-filter 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	will-change: transform;
}

body.sitx-page.sitx-sticky-header .sitx-header-el {
	position: sticky !important;
	top: 0;
	z-index: 9990;
}

body.sitx-page.sitx-head-stuck .sitx-header-el {
	box-shadow: 0 10px 34px rgba(1, 45, 118, 0.12);
	backdrop-filter: blur(10px);
}

body.sitx-page.sitx-head-hidden .sitx-header-el {
	transform: translateY(-102%);
}

/* --- back to top, with a scroll-progress ring ----------- */
body.sitx-page .sitx-fab {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 9995;
	width: 54px;
	height: 54px;
	display: grid;
	place-items: center;
	border: 0;
	padding: 0;
	cursor: pointer;
	border-radius: 50%;
	background: linear-gradient(135deg, #012d76 0%, #1e4db7 55%, #2f66e0 100%);
	color: #fff;
	box-shadow: 0 14px 34px rgba(1, 45, 118, 0.34), 0 0 0 1px rgba(255, 255, 255, 0.08) inset;
	opacity: 0;
	transform: translateY(16px) scale(0.86);
	pointer-events: none;
	transition:
		opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1),
		transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
		box-shadow 0.35s ease;
}

body.sitx-page .sitx-fab.is-visible {
	opacity: 1;
	transform: none;
	pointer-events: auto;
}

body.sitx-page .sitx-fab:hover {
	box-shadow: 0 18px 44px rgba(1, 45, 118, 0.44), 0 0 32px rgba(34, 224, 255, 0.4);
}

body.sitx-page .sitx-fab:hover .sitx-fab-arrow { transform: translateY(-3px); }

body.sitx-page .sitx-fab-arrow {
	position: relative;
	z-index: 2;
	width: 19px;
	height: 19px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.1;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

body.sitx-page .sitx-fab-ring {
	position: absolute;
	inset: 0;
	transform: rotate(-90deg);
	pointer-events: none;
}

body.sitx-page .sitx-fab-ring circle {
	fill: none;
	stroke-width: 2.5;
	stroke-linecap: round;
}

body.sitx-page .sitx-fab-ring .track { stroke: rgba(255, 255, 255, 0.16); }
body.sitx-page .sitx-fab-ring .bar { stroke: #22e0ff; transition: stroke-dashoffset 0.12s linear; }

@media (max-width: 640px) {
	body.sitx-page .sitx-fab { right: 14px; bottom: 14px; width: 46px; height: 46px; }
}

/* --- soft page transition ------------------------------ */
#sitx {
	transition: opacity 0.24s ease, transform 0.24s ease;
}

#sitx.is-leaving {
	opacity: 0.32;
	transform: translateY(-8px);
}

/* =========================================================
   2. ENTRANCE CHOREOGRAPHY
   ========================================================= */

/* Index-driven stagger. JS writes --sx-d, which supersedes the
   nth-child delays in the base stylesheet and keeps working past
   six items (filtered grids, long lists). */
#sitx .sx-reveal {
	transition-delay: var(--sx-d, 0ms) !important;
	transition-duration: 0.85s !important;
}

/* Directional variants — chosen by context, so no markup changes. */
#sitx .sx-svc .sx-svc-copy.sx-reveal { transform: translateX(-44px); }
#sitx .sx-svc .sx-svc-panel.sx-reveal { transform: translateX(44px) scale(0.97); }
#sitx .sx-svc.is-flipped .sx-svc-copy.sx-reveal { transform: translateX(44px); }
#sitx .sx-svc.is-flipped .sx-svc-panel.sx-reveal { transform: translateX(-44px) scale(0.97); }

#sitx .sx-pillar.sx-reveal { transform: translateX(-38px); }
#sitx .sx-table-wrap.sx-reveal { transform: scale(0.955) translateY(26px); }
#sitx .sx-contact-info.sx-reveal { transform: translateX(-36px); }
#sitx .sx-form-col.sx-reveal { transform: translateX(36px); }
#sitx .sx-cta-inner.sx-reveal { transform: translateY(44px) scale(0.965); }

#sitx .sx-card.sx-reveal,
#sitx .sx-port-card.sx-reveal,
#sitx .sx-feature.sx-reveal,
#sitx .sx-quick-card.sx-reveal,
#sitx .sx-step.sx-reveal {
	transform: translateY(46px) scale(0.965);
	filter: blur(6px);
	transition-property: opacity, transform, filter;
}

#sitx .sx-reveal.visible {
	transform: none !important;
	filter: none !important;
}

/* --- heading word cascade ------------------------------- */
#sitx .sx-word {
	display: inline-block;
	opacity: 0;
	transform: translateY(0.62em) rotate(2deg);
	transition:
		opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1),
		transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
	transition-delay: var(--sx-wd, 0ms);
	will-change: opacity, transform;
}

#sitx .sx-word.is-in {
	opacity: 1;
	transform: none;
}

/* the gradient <em> is kept whole so background-clip:text survives */
#sitx .sx-word-em {
	display: inline-block;
	font-style: normal !important;
}

/* --- gradient text shimmer ------------------------------
   The base gradients run navy -> cyan, so sliding them would drag the
   near-black end across the highlighted word. These loop-safe ramps keep
   every stop bright and start and end on the same colour, so the sweep is
   seamless and the word never darkens mid-animation. */
#sitx .sx-h2 em {
	background-image: linear-gradient(
		100deg,
		#1e4db7 0%,
		#2f66e0 20%,
		#3b9dff 38%,
		#22e0ff 50%,
		#3b9dff 62%,
		#2f66e0 80%,
		#1e4db7 100%
	) !important;
	background-size: 200% auto !important;
	animation: sxTextShimmer 7s linear infinite;
}

/* on the dark bands the highlight is already cyan — keep it there */
#sitx .sx-why .sx-h2 em,
#sitx .sx-cta .sx-h2 em,
#sitx .sx-page-title em,
#sitx .sx-hero .sx-h1 em {
	background-image: linear-gradient(
		100deg,
		#7df0ff 0%,
		#3b9dff 26%,
		#22e0ff 50%,
		#3b9dff 74%,
		#7df0ff 100%
	) !important;
	background-size: 200% auto !important;
	animation: sxTextShimmer 7s linear infinite;
}

@keyframes sxTextShimmer {
	0%   { background-position: 0% 50%; }
	100% { background-position: 200% 50%; }
}

/* =========================================================
   3. POINTER SPOTLIGHT on the dark bands
   ========================================================= */
#sitx .sx-spot {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.55s cubic-bezier(0.4, 0, 0.2, 1);
	background: radial-gradient(
		560px circle at var(--sx-sx, 50%) var(--sx-sy, 50%),
		rgba(59, 157, 255, 0.18),
		rgba(34, 224, 255, 0.06) 34%,
		transparent 66%
	);
}

#sitx .sx-spot.is-on { opacity: 1; }

/* light-surface sections get a much softer, cooler wash */
#sitx .sx-services .sx-spot,
#sitx .sx-portfolio .sx-spot,
#sitx .sx-principles .sx-spot,
#sitx .sx-faq-band .sx-spot {
	background: radial-gradient(
		600px circle at var(--sx-sx, 50%) var(--sx-sy, 50%),
		rgba(47, 102, 224, 0.09),
		transparent 62%
	);
}

/* =========================================================
   4. SHINE SWEEP on cards
   ========================================================= */
#sitx .sx-shine {
	position: absolute;
	inset: 0;
	z-index: 3;
	overflow: hidden;
	border-radius: inherit;
	pointer-events: none;
}

#sitx .sx-shine::before {
	content: '';
	position: absolute;
	top: -60%;
	bottom: -60%;
	left: -30%;
	width: 26%;
	transform: translateX(-260%) rotate(18deg);
	background: linear-gradient(
		90deg,
		transparent,
		rgba(255, 255, 255, 0.42) 45%,
		rgba(125, 240, 255, 0.5) 55%,
		transparent
	);
	filter: blur(6px);
	opacity: 0;
	transition: none;
}

#sitx .sx-card:hover .sx-shine::before,
#sitx .sx-port-card:hover .sx-shine::before,
#sitx .sx-feature:hover .sx-shine::before,
#sitx .sx-quick-card:hover .sx-shine::before,
#sitx .sx-pillar:hover .sx-shine::before,
#sitx .sx-why-item:hover .sx-shine::before,
#sitx .sx-svc-panel:hover .sx-shine::before,
#sitx .sx-step:hover .sx-shine::before {
	opacity: 1;
	animation: sxShineSweep 0.95s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes sxShineSweep {
	from { transform: translateX(-260%) rotate(18deg); }
	to   { transform: translateX(560%) rotate(18deg); }
}

/* on dark cards the sweep is cooler and dimmer */
#sitx .sx-feature .sx-shine::before,
#sitx .sx-step .sx-shine::before,
#sitx .sx-why-item .sx-shine::before {
	background: linear-gradient(
		90deg,
		transparent,
		rgba(125, 240, 255, 0.34) 50%,
		transparent
	);
}

/* =========================================================
   5. MAGNETIC BUTTONS + RIPPLE
   ========================================================= */
#sitx .sx-btn-primary,
#sitx .sx-btn-ghost,
#sitx .sx-btn-submit,
#sitx .sx-link-more,
#sitx .sx-chip {
	position: relative;
	overflow: hidden;
	transform: translate3d(var(--mx, 0px), var(--my, 0px), 0);
	transition:
		transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
		background 0.35s cubic-bezier(0.4, 0, 0.2, 1),
		color 0.35s cubic-bezier(0.4, 0, 0.2, 1),
		box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1),
		border-color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

#sitx .sx-btn-primary.is-magnetic,
#sitx .sx-btn-ghost.is-magnetic,
#sitx .sx-btn-submit.is-magnetic,
#sitx .sx-link-more.is-magnetic,
#sitx .sx-chip.is-magnetic {
	transition-duration: 0.12s, 0.35s, 0.35s, 0.4s, 0.35s;
}

/* keep the existing lift on hover, layered over the magnet offset */
#sitx .sx-btn-primary:hover { transform: translate3d(var(--mx, 0px), calc(var(--my, 0px) - 3px), 0); }
#sitx .sx-btn-ghost:hover  { transform: translate3d(var(--mx, 0px), calc(var(--my, 0px) - 2px), 0); }
#sitx .sx-link-more:hover  { transform: translate3d(var(--mx, 0px), calc(var(--my, 0px) - 2px), 0); }
#sitx .sx-chip:hover       { transform: translate3d(var(--mx, 0px), calc(var(--my, 0px) - 2px), 0); }

#sitx .sx-ripple {
	position: absolute;
	z-index: 0;
	border-radius: 50%;
	pointer-events: none;
	transform: translate(-50%, -50%) scale(0);
	background: radial-gradient(circle, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0) 70%);
	animation: sxRipple 0.72s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes sxRipple {
	to { transform: translate(-50%, -50%) scale(1); opacity: 0; }
}

/* =========================================================
   6. MARQUEE RIBBON
   ========================================================= */
#sitx .sx-marquee {
	position: relative;
	overflow: hidden;
	padding: 2.6rem 0;
	background:
		radial-gradient(900px 300px at 50% 50%, rgba(47, 102, 224, 0.22), transparent 70%),
		linear-gradient(120deg, var(--navy-ink) 0%, var(--navy-deep) 50%, var(--navy-ink) 100%);
	border-top: 1px solid rgba(122, 180, 255, 0.14);
	border-bottom: 1px solid rgba(122, 180, 255, 0.14);
	isolation: isolate;
}

#sitx .sx-marquee-row {
	display: flex;
	width: 100%;
	overflow: hidden;
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
	mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
}

#sitx .sx-marquee-row + .sx-marquee-row { margin-top: 0.65rem; }

#sitx .sx-marquee-track {
	display: flex;
	flex: none;
	align-items: center;
	gap: 0;
	width: max-content;
	animation: sxMarquee 42s linear infinite;
	will-change: transform;
}

#sitx .sx-marquee-row--reverse .sx-marquee-track {
	animation-duration: 54s;
	animation-direction: reverse;
}

#sitx .sx-marquee:hover .sx-marquee-track { animation-play-state: paused; }

@keyframes sxMarquee {
	from { transform: translate3d(0, 0, 0); }
	to   { transform: translate3d(-50%, 0, 0); }
}

#sitx .sx-marquee-item {
	display: inline-flex;
	align-items: center;
	gap: 1.6rem;
	padding: 0 1.6rem;
	font-size: clamp(1.3rem, 2.6vw, 2.1rem) !important;
	font-weight: 700 !important;
	letter-spacing: -0.02em;
	line-height: 1.25 !important;
	color: var(--on-dark) !important;
	white-space: nowrap;
	transition: color 0.3s var(--ease);
}

#sitx .sx-marquee-item .dot {
	width: 9px;
	height: 9px;
	flex: none;
	border-radius: 2px;
	transform: rotate(45deg);
	background: var(--grad-btn);
	box-shadow: var(--glow-cyan);
}

/* second row reads as outlined ghost type */
#sitx .sx-marquee-row--ghost .sx-marquee-item {
	font-size: clamp(1.15rem, 2.2vw, 1.75rem) !important;
	font-weight: 800 !important;
	color: transparent !important;
	-webkit-text-stroke: 1px rgba(125, 240, 255, 0.42);
	text-shadow: none;
}

#sitx .sx-marquee-row--ghost .sx-marquee-item .dot {
	background: rgba(125, 240, 255, 0.5);
	box-shadow: none;
}

/* =========================================================
   7. SCROLL-DRIVEN PROCESS TIMELINE
   ========================================================= */
#sitx .sx-process {
	position: relative;
	--sx-progress: 0;
}

/* The step cards are translucent glass, so a single rail drawn behind them
   would glow through the card faces. The progress is drawn in the gaps
   instead: each card's connector lights up as its step goes live. */
#sitx .sx-step { position: relative; z-index: 1; }

#sitx .sx-step::after {
	background: rgba(226, 238, 255, 0.13);
	box-shadow: none;
	transition: background 0.6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

#sitx .sx-step.is-live::after {
	background: linear-gradient(90deg, var(--azure), var(--cyan));
	box-shadow: 0 0 12px rgba(34, 224, 255, 0.75);
}

#sitx .sx-step.is-live {
	background: rgba(255, 255, 255, 0.1) !important;
	border-color: rgba(125, 240, 255, 0.4);
	box-shadow: 0 24px 54px rgba(0, 0, 0, 0.28), 0 0 34px rgba(34, 224, 255, 0.12);
}

#sitx .sx-step.is-live .sx-step-icon {
	transform: translateY(-4px) scale(1.06);
	animation: sxStepPulse 2.2s var(--ease) 2;
}

#sitx .sx-step.is-live .sx-step-num { color: rgba(125, 240, 255, 0.3) !important; }

@keyframes sxStepPulse {
	0%, 100% { box-shadow: 0 0 0 0 rgba(34, 224, 255, 0.55); }
	65%      { box-shadow: 0 0 0 12px rgba(34, 224, 255, 0); }
}

@media (max-width: 1100px) {
	#sitx .sx-step::after { display: none; }
}

/* =========================================================
   8. COMPARISON TABLE ROW CASCADE
   ========================================================= */
#sitx .sx-compare tbody tr {
	opacity: 0;
	transform: translateX(-22px);
	transition:
		opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1),
		transform 0.6s cubic-bezier(0.22, 1, 0.36, 1),
		background 0.3s var(--ease);
	transition-delay: var(--sx-d, 0ms);
}

#sitx .sx-compare.is-in tbody tr {
	opacity: 1;
	transform: none;
}

/* the "Syntax IT" column reads as the hero column */
#sitx .sx-compare thead th.is-us {
	position: relative;
	overflow: hidden;
}

#sitx .sx-compare thead th.is-us::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.45), transparent);
	transform: translateX(-130%);
	animation: sxColSweep 4.6s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@keyframes sxColSweep {
	0%, 62% { transform: translateX(-130%); }
	100%    { transform: translateX(130%); }
}

/* =========================================================
   9. PORTFOLIO FILTER MOTION
   ========================================================= */
#sitx .sx-port-card {
	transition:
		transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
		opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
		box-shadow 0.45s cubic-bezier(0.4, 0, 0.2, 1),
		border-color 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

#sitx .sx-portfolio-grid.is-filtering .sx-port-card { pointer-events: none; }

#sitx .sx-chip .sx-chip-count {
	display: inline-block;
	margin-left: 0.45rem;
	padding: 0.05rem 0.42rem;
	border-radius: 100px;
	font-size: 0.68em;
	font-weight: 700;
	background: rgba(1, 45, 118, 0.1);
	color: inherit;
	opacity: 0.75;
}

#sitx .sx-chip.is-active .sx-chip-count { background: rgba(255, 255, 255, 0.22); }

/* =========================================================
   10. AMBIENT DETAIL
   ========================================================= */

/* the wave divider breathes instead of sitting still */
#sitx .sx-wave svg {
	width: 112%;
	margin-left: -6%;
	animation: sxWaveDrift 16s ease-in-out infinite alternate;
}

@keyframes sxWaveDrift {
	from { transform: translateX(0) scaleY(1); }
	to   { transform: translateX(-4.6%) scaleY(1.09); }
}

/* aurora blobs drift with the scroll position as well as their own loop */
#sitx .sx-aurora { transform: translate3d(0, var(--sx-par, 0px), 0); }

/* icon tiles get a slow ambient sheen */
#sitx .sx-card-icon,
#sitx .sx-feature-icon,
#sitx .sx-quick-icon,
#sitx .sx-step-icon,
#sitx .sx-meta-pill .icon {
	position: relative;
	overflow: hidden;
}

#sitx .sx-card-icon::before,
#sitx .sx-feature-icon::before,
#sitx .sx-quick-icon::before,
#sitx .sx-step-icon::before {
	content: '';
	position: absolute;
	inset: -40%;
	background: linear-gradient(115deg, transparent 42%, rgba(255, 255, 255, 0.5) 50%, transparent 58%);
	transform: translateX(-120%);
	animation: sxIconSheen 5.2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
	pointer-events: none;
}

@keyframes sxIconSheen {
	0%, 72% { transform: translateX(-120%); }
	100%    { transform: translateX(120%); }
}

/* stat counters pop once when they land */
#sitx .sx-stat .num.is-landed,
#sitx .sx-strip-item .num.is-landed {
	animation: sxCountPop 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes sxCountPop {
	0%   { transform: scale(1); }
	42%  { transform: scale(1.09); }
	100% { transform: scale(1); }
}

/* form polish */
#sitx .sx-form-group input,
#sitx .sx-form-group select,
#sitx .sx-form-group textarea {
	transition:
		border-color 0.3s var(--ease),
		box-shadow 0.35s var(--ease),
		background 0.3s var(--ease),
		transform 0.3s var(--ease-out);
}

#sitx .sx-form-group input:focus,
#sitx .sx-form-group select:focus,
#sitx .sx-form-group textarea:focus {
	transform: translateY(-2px);
	box-shadow: 0 0 0 4px rgba(47, 102, 224, 0.13), 0 10px 26px rgba(1, 45, 118, 0.1);
}

#sitx .sx-btn-submit[disabled] .sx-btn-label { opacity: 0.85; }

#sitx .sx-spinner {
	width: 1.05rem;
	height: 1.05rem;
	flex: none;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, 0.35);
	border-top-color: #fff;
	animation: sxSpin 0.7s linear infinite;
}

@keyframes sxSpin { to { transform: rotate(360deg); } }

/* the FAQ answer slides rather than snapping */
#sitx .sx-faq-a {
	overflow: hidden;
	transition: height 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

#sitx .sx-faq-a > p {
	opacity: 0;
	transform: translateY(10px);
	transition:
		opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1) 0.08s,
		transform 0.4s cubic-bezier(0.22, 1, 0.36, 1) 0.08s;
}

#sitx .sx-faq-item.is-open .sx-faq-a > p {
	opacity: 1;
	transform: none;
}

/* checklist ticks draw in one after another */
#sitx .sx-check-list li {
	opacity: 0;
	transform: translateX(-14px);
	transition:
		opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1),
		transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
	transition-delay: var(--sx-d, 0ms);
}

#sitx .sx-svc-panel.visible .sx-check-list li {
	opacity: 1;
	transform: none;
}

/* =========================================================
   11. REDUCED MOTION — everything above stands down
   ========================================================= */
@media (prefers-reduced-motion: reduce) {
	body.sitx-page .sitx-progress i { transition: none; }
	body.sitx-page.sitx-smart-header .sitx-header-el { transition: none; }
	body.sitx-page.sitx-head-hidden .sitx-header-el { transform: none; }
	body.sitx-page .sitx-fab { transition: opacity 0.2s linear; }

	#sitx,
	#sitx.is-leaving { opacity: 1 !important; transform: none !important; }

	#sitx .sx-word { opacity: 1 !important; transform: none !important; transition: none !important; }
	#sitx .sx-h1 em,
	#sitx .sx-h2 em,
	#sitx .sx-page-title em { animation: none !important; background-size: 100% auto !important; }
	#sitx .sx-spot { display: none !important; }
	#sitx .sx-shine { display: none !important; }
	#sitx .sx-marquee-track { animation: none !important; }
	#sitx .sx-marquee-row { justify-content: center; }
	#sitx .sx-wave svg { animation: none !important; width: 100%; margin-left: 0; }
	#sitx .sx-aurora { transform: none !important; }
	#sitx .sx-card-icon::before,
	#sitx .sx-feature-icon::before,
	#sitx .sx-quick-icon::before,
	#sitx .sx-step-icon::before { display: none !important; }
	#sitx .sx-compare tbody tr { opacity: 1 !important; transform: none !important; }
	#sitx .sx-compare thead th.is-us::after { animation: none !important; opacity: 0; }
	#sitx .sx-step::after { transition: none !important; }
	#sitx .sx-step.is-live .sx-step-icon { animation: none !important; transform: none !important; }
	#sitx .sx-check-list li { opacity: 1 !important; transform: none !important; }
	#sitx .sx-faq-a { transition: none !important; }
	#sitx .sx-faq-a > p { opacity: 1 !important; transform: none !important; }
	#sitx .sx-stat .num.is-landed,
	#sitx .sx-strip-item .num.is-landed { animation: none !important; }
	#sitx .sx-ripple { display: none !important; }
	#sitx .sx-btn-primary,
	#sitx .sx-btn-ghost,
	#sitx .sx-btn-submit,
	#sitx .sx-link-more,
	#sitx .sx-chip { transform: none !important; }
}

/* Touch devices: no magnetism, no spotlight, lighter marquee. */
@media (hover: none) {
	#sitx .sx-spot { display: none; }
	#sitx .sx-btn-primary,
	#sitx .sx-btn-ghost,
	#sitx .sx-btn-submit,
	#sitx .sx-link-more,
	#sitx .sx-chip { transform: none !important; }
	#sitx .sx-marquee-track { animation-duration: 30s; }
}
