:root {
	--jy-bg: #020817;
	--jy-bg-soft: #06142b;
	--jy-panel: rgba(8, 24, 52, 0.78);
	--jy-panel-strong: #081a38;
	--jy-line: rgba(86, 145, 255, 0.28);
	--jy-line-strong: rgba(95, 208, 255, 0.62);
	--jy-text: #f5f8ff;
	--jy-muted: #9fb0cd;
	--jy-cyan: #4ad8ff;
	--jy-blue: #3778ff;
	--jy-violet: #9a63ff;
	--jy-pink: #f02e91;
	--jy-lime: #cce742;
}

.jy-v2-hero.is-motion-paused *,
.jy-v2-hero.is-motion-paused *::before,
.jy-v2-hero.is-motion-paused *::after {
	animation-play-state: paused !important;
}

.jy-v2-hero.is-motion-paused .jy-v2-hero__panel {
	will-change: auto;
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--jy-bg);
}

body #header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 300;
	border: 0 !important;
	background: transparent !important;
	--cnvs-header-bg: transparent;
}

body #header:not(.sticky-header) #header-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border: 0 !important;
	background: linear-gradient(180deg, rgba(2, 3, 17, 0.72) 0%, rgba(2, 3, 17, 0.22) 66%, transparent 100%) !important;
	box-shadow: none !important;
	backdrop-filter: none;
}

body #header.sticky-header #header-wrap {
	background: rgba(3, 5, 19, 0.88) !important;
	border-bottom: 1px solid rgba(143, 96, 255, 0.22) !important;
	box-shadow: 0 10px 34px rgba(0, 0, 0, 0.22) !important;
	backdrop-filter: blur(14px);
}

@media (min-width: 992px) {
	body #header:has(#jy-header-menu .service-mega-menu:hover) #header-wrap,
	body #header:has(#jy-header-menu .service-mega-menu:focus-within) #header-wrap {
		background: #fff !important;
		border-bottom: 1px solid #eceef2 !important;
		box-shadow: none !important;
		backdrop-filter: none;
	}
}

body > .edgtf-full-width,
body > .jy-game-faq {
	display: none !important;
}

html:has(body.jy-game-redesign-page),
body.jy-game-redesign-page {
	overflow-x: clip !important;
}

#game-redesign,
#game-redesign * {
	box-sizing: border-box;
}

#game-redesign {
	position: relative;
	z-index: 1;
	overflow-x: clip;
	overflow-y: visible;
	background:
		radial-gradient(circle at 78% 8%, rgba(72, 55, 194, 0.16), transparent 25%),
		linear-gradient(180deg, #020817 0%, #041126 45%, #020817 100%);
	color: var(--jy-text);
	font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
}

#game-redesign::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	opacity: 0.3;
	background-image:
		linear-gradient(rgba(83, 142, 234, 0.13) 1px, transparent 1px),
		linear-gradient(90deg, rgba(83, 142, 234, 0.13) 1px, transparent 1px);
	background-size: 72px 72px;
	mask-image: linear-gradient(to bottom, #000 0, transparent 42%);
}

.jy-v2-container {
	width: min(1440px, calc(100% - 96px));
	margin: 0 auto;
}

.jy-v2-section {
	position: relative;
	padding: 80px 0 92px;
	border-top: 1px solid rgba(87, 142, 228, 0.12);
}

@supports (content-visibility: auto) {
	#services,
	#scenes,
	#advantages,
	#process,
	.jy-v2-metrics,
	#cases,
	#partners {
		content-visibility: auto;
		contain-intrinsic-size: auto 900px;
	}
}

.jy-v2-section__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 36px;
	margin-bottom: 42px;
}

.jy-v2-section__title-wrap {
	position: relative;
	padding-left: 74px;
}

.jy-v2-section__index {
	position: absolute;
	left: 0;
	top: -14px;
	color: rgba(119, 155, 222, 0.16);
	font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
	font-size: 64px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.025em;
}

.jy-v2-eyebrow {
	margin: 0 0 10px;
	color: var(--jy-cyan);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.jy-v2-section h2,
.jy-v2-hero h1 {
	color: var(--jy-text);
	font-weight: 800;
	letter-spacing: -0.035em;
}

.jy-v2-section h2 {
	margin: 0;
	font-size: clamp(32px, 3.2vw, 48px);
	line-height: 1.12;
}

.jy-v2-section__intro {
	max-width: 510px;
	margin: 0;
	color: #aebed9;
	font-size: 16px;
	line-height: 1.8;
}

#services .jy-v2-section__head {
	display: block;
	margin-bottom: 40px;
}

#services {
	min-height: 0;
	overflow: hidden;
	background:
		linear-gradient(180deg, rgba(2, 5, 22, 0.16) 0%, rgba(2, 6, 25, 0.36) 44%, rgba(2, 6, 24, 0.64) 100%),
		url("../image-jy/redesign/service-section-bg-v1.webp") center top / cover no-repeat;
}

#services::before {
	display: none;
}

#services::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		radial-gradient(circle at 50% 18%, rgba(109, 86, 255, 0.09), transparent 31%),
		linear-gradient(90deg, rgba(2, 5, 20, 0.24), transparent 18%, transparent 82%, rgba(2, 5, 20, 0.24));
}

#services .jy-v2-container {
	position: relative;
	z-index: 1;
	width: min(1440px, calc(100% - 96px));
}

#services .jy-v2-section__title-wrap {
	min-height: 154px;
	padding-left: 180px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 12px;
}

#services .jy-v2-section__index {
	top: 50%;
	left: -4px;
	font-size: 148px;
	transform: translateY(-50%);
	color: rgba(103, 121, 225, 0.22);
	text-shadow: 0 0 38px rgba(92, 69, 255, 0.16);
}

#services .jy-v2-eyebrow {
	margin: 0;
	color: #35e5e9;
	font-size: 18px;
	font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-shadow: 0 0 10px rgba(53, 229, 233, 0.38);
}

#services .jy-v2-section__title-wrap h2 {
	font-size: clamp(38px, 3vw, 48px);
	text-shadow: 0 8px 30px rgba(0, 0, 0, 0.34);
}

#services .jy-v2-section__intro {
	max-width: 760px;
	margin: 0;
	color: #b5c1d9;
	font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
	font-weight: 400;
	line-height: 1.7;
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.42);
}

.jy-v2-hero {
	position: relative;
	height: 100svh;
	min-height: 660px;
	display: flex;
	align-items: center;
	padding: 101px 0 0;
	isolation: isolate;
	background: #020617;
}

.jy-v2-hero::before,
.jy-v2-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.jy-v2-hero::before {
	z-index: 0;
	inset: 0;
	width: 100%;
	background: url("../image-jy/redesign/hero-warp-2560-v3.webp") center center / cover no-repeat;
	filter: brightness(1.04) saturate(1.08);
	transform: none;
	transform-origin: center;
	animation: none;
	will-change: auto;
}

.jy-v2-hero::after {
	z-index: 1;
	background:
		radial-gradient(circle at 25% 48%, rgba(112, 44, 231, 0.08), transparent 34%),
		linear-gradient(90deg, rgba(1, 5, 20, 0.34) 0%, rgba(1, 5, 20, 0.16) 31%, rgba(1, 5, 20, 0.02) 54%, rgba(1, 5, 20, 0) 72%),
		linear-gradient(180deg, rgba(2, 4, 18, 0.04) 72%, rgba(2, 4, 18, 0.32) 100%);
}

.jy-v2-hero__content {
	position: relative;
	z-index: 4;
	grid-column: 1;
	justify-self: start;
	width: min(100%, 620px);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	text-align: left;
	transform: none;
}

.jy-v2-hero > .jy-v2-container {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: center;
}

.jy-v2-sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.jy-v2-hero__title {
	position: relative;
	width: min(610px, 44vw);
	margin: 0;
	animation: jy-v2-title-motion 4.6s linear infinite;
	will-change: transform;
}

.jy-v2-hero__title-image {
	display: block;
	width: 100%;
	height: auto;
	transform: none;
	transform-origin: center center;
	transition: none;
	will-change: auto;
}

.jy-v2-hero__title-image {
	filter:
		drop-shadow(0 12px 22px rgba(0, 0, 0, 0.34))
		drop-shadow(0 0 8px rgba(87, 210, 255, 0.45))
		drop-shadow(0 0 21px rgba(192, 56, 255, 0.62));
}

.jy-v2-hero__lead {
	max-width: none;
	margin: 18px 0 0;
	color: #e1e9f9;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.65;
	white-space: nowrap;
	text-shadow: 0 2px 15px rgba(0, 0, 0, 0.48);
}

.jy-v2-hero__phone {
	display: flex;
	width: min(540px, 100%);
	min-height: 50px;
	margin-top: 20px;
	gap: 10px;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.jy-v2-hero__phone-input-shell {
	position: relative;
	flex: 1 1 auto;
	min-width: 0;
	height: 50px;
	clip-path: polygon(9px 0, 100% 0, calc(100% - 9px) 100%, 0 100%);
	background: transparent;
	box-shadow: 0 0 14px rgba(137, 77, 232, 0.22);
}

.jy-v2-hero__phone-input-shell:focus-within {
	box-shadow: 0 0 18px rgba(190, 84, 238, 0.34);
}

.jy-v2-hero__phone-input-border {
	position: absolute;
	z-index: 2;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	overflow: visible;
	pointer-events: none;
}

.jy-v2-hero__phone-input-border path {
	fill: none;
	stroke: url(#jy-v2-phone-border-gradient);
	stroke-width: 1.5;
	stroke-linecap: square;
	stroke-linejoin: miter;
	vector-effect: non-scaling-stroke;
}

.jy-v2-hero__phone-input-shell:focus-within .jy-v2-hero__phone-input-border path {
	filter: brightness(1.18) drop-shadow(0 0 3px rgba(203, 91, 239, 0.42));
}

.jy-v2-hero__phone input {
	position: absolute;
	z-index: 1;
	inset: 1.5px;
	display: block;
	width: calc(100% - 3px);
	min-width: 0;
	height: 47px;
	padding: 0 18px 0 20px;
	border: 0;
	outline: 0;
	clip-path: polygon(7.75px 0, 100% 0, calc(100% - 7.75px) 100%, 0 100%);
	background: rgba(6, 12, 42, 0.76);
	color: #fff;
	font: inherit;
	font-size: 15px;
	box-shadow: inset 0 0 18px rgba(92, 76, 214, 0.12);
}

.jy-v2-hero__phone input::placeholder {
	color: rgba(222, 227, 242, 0.68);
}

.jy-v2-hero__phone input:focus,
.jy-v2-hero__phone input:focus-visible {
	outline: none !important;
	box-shadow: inset 0 0 18px rgba(213, 70, 222, 0.14) !important;
}

.jy-v2-hero__phone button {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	flex: 0 0 auto;
	min-width: 176px;
	height: 50px;
	padding: 0 22px;
	border: 0;
	border-radius: 0;
	clip-path: polygon(9px 0, 100% 0, calc(100% - 9px) 100%, 0 100%);
	background: linear-gradient(110deg, #bb45dc 0%, #dc4ebd 48%, #f05a9b 100%);
	color: #fff;
	font-size: 16px;
	font-weight: 750;
	cursor: pointer;
	box-shadow: 0 8px 24px rgba(95, 57, 207, 0.3), 0 0 14px rgba(162, 78, 235, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.18);
	transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, background 0.35s ease;
}

.jy-v2-hero__phone button > span {
	position: relative;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.jy-v2-hero__phone-button-border {
	position: absolute;
	z-index: 4;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	overflow: visible;
	pointer-events: none;
}

.jy-v2-hero__phone-button-border path {
	fill: none;
	stroke: url(#jy-v2-phone-button-border-gradient);
	stroke-width: 1.5;
	stroke-linecap: square;
	stroke-linejoin: miter;
	vector-effect: non-scaling-stroke;
	transition: filter 0.35s ease, stroke-width 0.35s ease;
}

.jy-v2-hero__phone button::before {
	content: "";
	position: absolute;
	z-index: 1;
	inset: 0;
	background:
		linear-gradient(100deg, #735cff 0%, #a947e4 42%, #f1539e 100%);
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.52s cubic-bezier(0.22, 1, 0.36, 1);
}

.jy-v2-hero__phone button::after {
	content: "";
	position: absolute;
	z-index: 2;
	top: -48%;
	bottom: -48%;
	left: -38%;
	width: 20%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.82), transparent);
	filter: blur(3px);
	opacity: 0;
	transform: skewX(-20deg);
}

.jy-v2-hero__phone button:hover,
.jy-v2-hero__phone button:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 13px 34px rgba(205, 59, 193, 0.48), 0 0 26px rgba(158, 87, 255, 0.48), inset 0 1px 0 rgba(255, 255, 255, 0.34);
	outline: none;
}

.jy-v2-hero__phone button:hover::before,
.jy-v2-hero__phone button:focus-visible::before {
	transform: scaleX(1);
}

.jy-v2-hero__phone button:hover::after,
.jy-v2-hero__phone button:focus-visible::after {
	animation: jy-v2-energy-scan 0.72s 0.12s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.jy-v2-hero__phone button:hover .jy-v2-hero__phone-button-border path,
.jy-v2-hero__phone button:focus-visible .jy-v2-hero__phone-button-border path {
	stroke-width: 2;
	filter: brightness(1.4) drop-shadow(0 0 4px rgba(244, 128, 229, 0.72));
}

.jy-v2-hero__phone button:active {
	transform: translateY(0) scale(0.98);
}

.jy-v2-cta-arrow {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 12px;
	margin-left: 8px;
	transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}

.jy-v2-cta-arrow::before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 16px;
	height: 2px;
	background: currentColor;
	box-shadow: -6px 0 0 rgba(255, 255, 255, 0);
	transition: box-shadow 0.38s ease;
}

.jy-v2-cta-arrow::after {
	content: "";
	position: absolute;
	right: 0;
	top: 2px;
	width: 7px;
	height: 7px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: rotate(45deg);
}

.jy-v2-hero__phone button:hover .jy-v2-cta-arrow,
.jy-v2-hero__phone button:focus-visible .jy-v2-cta-arrow {
	transform: translateX(5px);
}

.jy-v2-hero__phone button:hover .jy-v2-cta-arrow::before,
.jy-v2-hero__phone button:focus-visible .jy-v2-cta-arrow::before {
	box-shadow: -6px 0 0 rgba(255, 255, 255, 0.42), -11px 0 0 rgba(255, 255, 255, 0.16);
}

@keyframes jy-v2-energy-scan {
	0% { left: -38%; opacity: 0; }
	24% { opacity: 0.9; }
	100% { left: 122%; opacity: 0; }
}

.jy-v2-hero__motion {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: min(1440px, 100%);
	z-index: 3;
	overflow: visible;
	pointer-events: none;
	transform: translateX(-50%);
}

.jy-v2-hero__panels {
	--jy-carousel-rotation: 0deg;
	position: absolute;
	top: 7%;
	right: 0;
	bottom: 4%;
	left: 50%;
	z-index: 3;
	perspective: 1380px;
	perspective-origin: 48% 50%;
	transform-style: preserve-3d;
}

.jy-v2-hero__panel {
	--jy-panel-angle: 0deg;
	position: absolute;
	top: 50%;
	left: 39%;
	width: clamp(235px, 20vw, 300px);
	opacity: 0;
	pointer-events: none;
	transform: translate3d(0, 0, 0) translate(-50%, -50%);
	transform-style: preserve-3d;
	transform-origin: center;
	will-change: transform;
}

.jy-v2-hero__panel-card {
	position: relative;
	width: 100%;
	pointer-events: none;
	perspective: 760px;
	perspective-origin: 50% 50%;
	transform: none;
	transform-origin: 50% 50%;
	transform-style: preserve-3d;
	backface-visibility: hidden;
	filter: drop-shadow(0 20px 32px rgba(0, 0, 0, 0.5)) drop-shadow(0 0 16px rgba(139, 67, 255, 0.48));
}

.jy-v2-hero__panel-card img {
	display: block;
	width: 100%;
	height: auto;
}

.jy-v2-hero__panel-card.is-curved > img {
	opacity: 0;
}

.jy-v2-hero__panel-surface {
	position: absolute;
	inset: 0;
	display: block;
	transform-style: preserve-3d;
}

.jy-v2-hero__panel-surface::after {
	content: "";
	position: absolute;
	z-index: 2;
	inset: 0;
	background: linear-gradient(90deg, rgba(8, 2, 28, 0.25), transparent 22%, transparent 78%, rgba(8, 2, 28, 0.25));
	pointer-events: none;
	transform: translateZ(2px);
}

.jy-v2-hero__panel-slice {
	position: absolute;
	top: 0;
	bottom: 0;
	display: block;
	background-repeat: no-repeat;
	backface-visibility: hidden;
	transform: translateX(var(--jy-panel-slice-shift)) translateZ(var(--jy-panel-slice-depth)) rotateY(var(--jy-panel-slice-angle)) scaleX(1.14);
	transform-origin: 50% 50%;
	will-change: transform;
}

.jy-v2-hero__panel-sheen {
	display: none;
}

.jy-v2-hero__panel--brand { --jy-panel-angle: 0deg; }
.jy-v2-hero__panel--world { --jy-panel-angle: 60deg; }
.jy-v2-hero__panel--casual { --jy-panel-angle: 120deg; }
.jy-v2-hero__panel--education { --jy-panel-angle: 180deg; }
.jy-v2-hero__panel--xr { --jy-panel-angle: 240deg; }
.jy-v2-hero__panel--meta { --jy-panel-angle: 300deg; }

.jy-v2-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 32px;
}

.jy-v2-btn {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	padding: 0 28px;
	border: 1px solid rgba(133, 174, 248, 0.45);
	color: #eef5ff;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.jy-v2-btn:hover,
.jy-v2-btn:focus-visible {
	transform: translateY(-2px);
	border-color: var(--jy-cyan);
	color: #fff;
}

.jy-v2-btn--primary {
	border-color: transparent;
	background: linear-gradient(135deg, var(--jy-pink), #bd39f1);
	box-shadow: 0 12px 34px rgba(216, 42, 157, 0.25);
}

.jy-v2-btn--secondary {
	background: rgba(4, 17, 42, 0.62);
	backdrop-filter: blur(10px);
}

.jy-v2-hero__proof {
	display: flex;
	gap: 0;
	justify-content: center;
	width: 100%;
	margin-top: 24px;
}

.jy-v2-hero__proof > span {
	min-width: 150px;
	padding-right: 22px;
	margin-right: 22px;
	display: flex;
	align-items: center;
	gap: 11px;
	border-right: 1px solid rgba(143, 184, 246, 0.34);
	color: #9fb2d1;
	font-size: 12px;
	line-height: 1.4;
}

.jy-v2-hero__proof > span:last-child {
	margin-right: 0;
	border-right: 0;
}

.jy-v2-hero__proof strong {
	display: block;
	margin-bottom: 4px;
	color: #fff;
	font-size: 27px;
	line-height: 1;
}

/* Reveal each numbered section heading as it enters the viewport. */
.jy-v2-heading-motion-ready .jy-v2-heading-reveal > .jy-v2-heading-reveal-item:not(.jy-v2-section__index) {
	transform: translate3d(0, 20px, 0);
	filter: blur(3px);
	transition:
		transform 0.48s cubic-bezier(0.22, 1, 0.36, 1),
		filter 0.48s cubic-bezier(0.22, 1, 0.36, 1);
	transition-delay: var(--jy-v2-heading-delay, 0ms);
	will-change: transform, filter;
}

.jy-v2-heading-motion-ready .jy-v2-heading-reveal > .jy-v2-section__index {
	transform: translate3d(-28px, -50%, 0) scale(0.94) !important;
	filter: blur(3px);
	transition:
		transform 0.58s cubic-bezier(0.22, 1, 0.36, 1),
		filter 0.52s cubic-bezier(0.22, 1, 0.36, 1);
	transition-delay: var(--jy-v2-heading-delay, 0ms);
	will-change: transform, filter;
}

.jy-v2-heading-motion-ready .jy-v2-heading-reveal.is-visible > .jy-v2-heading-reveal-item:not(.jy-v2-section__index) {
	transform: translate3d(0, 0, 0);
	filter: none;
}

.jy-v2-heading-motion-ready .jy-v2-heading-reveal.is-visible > .jy-v2-section__index {
	transform: translate3d(0, -50%, 0) scale(1) !important;
	filter: none;
}

@media (prefers-reduced-motion: reduce) {
	.jy-v2-heading-motion-ready .jy-v2-heading-reveal > .jy-v2-heading-reveal-item:not(.jy-v2-section__index) {
		opacity: 1;
		transform: none;
		transition: none;
		will-change: auto;
	}

	.jy-v2-heading-motion-ready .jy-v2-heading-reveal > .jy-v2-section__index {
		opacity: 1;
		transform: translate3d(0, -50%, 0) scale(1) !important;
		transition: none;
		will-change: auto;
	}
}

.jy-v2-hero__proof i {
	width: 46px;
	height: 46px;
	display: inline-flex;
	flex: 0 0 46px;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(188, 143, 255, 0.98);
	border-radius: 12px;
	background: linear-gradient(145deg, rgba(49, 108, 235, 0.52), rgba(128, 48, 217, 0.46));
	box-shadow: 0 0 8px rgba(126, 176, 255, 0.72), 0 0 22px rgba(126, 73, 255, 0.62), inset 0 0 17px rgba(87, 219, 255, 0.22);
	color: #baf3ff;
	font-size: 19px;
	text-shadow: 0 0 8px rgba(118, 225, 255, 0.95);
	animation: jy-v2-proof-icon-pulse 3.2s ease-in-out infinite;
}

@keyframes jy-v2-title-motion {
	0%, 7%, 50%, 100% { transform: translate3d(0, 0, 0) rotate(0); }
	1% { transform: translate3d(-7px, 3px, 0) rotate(-.55deg); }
	2% { transform: translate3d(8px, -3px, 0) rotate(.48deg); }
	3% { transform: translate3d(-6px, -2px, 0) rotate(-.4deg); }
	4% { transform: translate3d(7px, 2px, 0) rotate(.36deg); }
	5% { transform: translate3d(-4px, 1px, 0) rotate(-.22deg); }
	6% { transform: translate3d(3px, -1px, 0) rotate(.14deg); }
	25%, 75% { transform: translate3d(0, -5px, 0) rotate(0); }
}

@keyframes jy-v2-cta-alive {
	0%, 100% { background-position: 0 50%; box-shadow: 0 8px 29px rgba(176, 53, 255, .56), 0 0 13px rgba(246, 54, 231, .3), inset 0 1px 0 rgba(255,255,255,.4); }
	50% { background-position: 100% 50%; box-shadow: 0 8px 34px rgba(178, 73, 255, .78), 0 0 25px rgba(246, 54, 231, .52), inset 0 1px 0 rgba(255,255,255,.55); }
}

@keyframes jy-v2-button-shine {
	0%, 22% { left: -38%; opacity: 0; }
	38% { opacity: .8; }
	58% { left: 118%; opacity: .2; }
	100% { left: 118%; opacity: 0; }
}

@keyframes jy-v2-panel-hover {
	0%, 100% { filter: drop-shadow(0 18px 28px rgba(0, 0, 0, .45)) drop-shadow(0 0 13px rgba(138, 68, 255, .43)); }
	50% { filter: drop-shadow(0 22px 34px rgba(0, 0, 0, .52)) drop-shadow(0 0 22px rgba(190, 68, 255, .66)); }
}

@keyframes jy-v2-panel-idle {
	0%, 100% { transform: translate3d(0, 0, 0); }
	24% { transform: translate3d(0, var(--jy-panel-lift), 0); }
	52% { transform: translate3d(0, var(--jy-panel-drop), 0); }
	76% { transform: translate3d(0, var(--jy-panel-mid), 0); }
}

@keyframes jy-v2-panel-impact {
	0%, 100% { transform: translate3d(0, 0, 0) rotate(0); }
	14% { transform: translate3d(-8px, 3px, 0) rotate(-1.1deg); }
	28% { transform: translate3d(9px, -3px, 0) rotate(1deg); }
	42% { transform: translate3d(-7px, -2px, 0) rotate(-.8deg); }
	57% { transform: translate3d(7px, 2px, 0) rotate(.7deg); }
	72% { transform: translate3d(-4px, 1px, 0) rotate(-.45deg); }
	86% { transform: translate3d(3px, -1px, 0) rotate(.25deg); }
}

@keyframes jy-v2-panel-sheen {
	0%, 32% { transform: translate3d(-135%, 0, 38px); opacity: 0; }
	44% { opacity: .62; }
	66% { transform: translate3d(135%, 0, 38px); opacity: .12; }
	100% { transform: translate3d(135%, 0, 38px); opacity: 0; }
}

@keyframes jy-v2-proof-icon-pulse {
	0%, 100% { filter: brightness(1); }
	50% { filter: brightness(1.32); }
}

.jy-v2-hero__proof-copy {
	display: block;
	white-space: nowrap;
}

@keyframes jy-v2-panel-light {
	0%,
	100% {
		transform: none;
		opacity: 0.06;
		filter: brightness(1.25) saturate(1.15);
	}
	46% {
		transform: none;
		opacity: 0.22;
		filter: brightness(1.72) saturate(1.42);
	}
	68% {
		transform: none;
		opacity: 0.12;
	}
}

@keyframes jy-v2-core-pulse {
	0%,
	100% {
		transform: scale(1) rotate(-0.35deg);
		opacity: 0.18;
		filter: brightness(1.35) saturate(1.3);
	}
	50% {
		transform: scale(1.014) rotate(0.35deg);
		opacity: 0.34;
		filter: brightness(1.76) saturate(1.5);
	}
}

@keyframes jy-v2-label-glow {
	0%,
	100% {
		transform: translate3d(0, 0, 0);
		box-shadow: 0 0 13px rgba(77, 164, 255, 0.28);
		filter: brightness(0.96);
	}
	50% {
		transform: translate3d(0, -3px, 0);
		box-shadow: 0 0 24px rgba(77, 190, 255, 0.58), 0 0 9px rgba(147, 98, 255, 0.38);
		filter: brightness(1.15);
	}
}

.jy-v2-service-grid {
	position: relative;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 0;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 18px 16px 22px;
	border: 0;
	overflow: hidden;
	isolation: isolate;
	clip-path: polygon(30px 0, calc(100% - 30px) 0, 100% 30px, 100% calc(100% - 30px), calc(100% - 30px) 100%, 30px 100%, 0 calc(100% - 30px), 0 30px);
	background: transparent;
	box-shadow: none;
	filter: none;
	backdrop-filter: none;
}

.jy-v2-service-grid::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 3;
	pointer-events: none;
	background:
		linear-gradient(135deg, transparent 41%, #514eff 45%, #b967ff 51%, #63a8ff 56%, transparent 61%) left top / 34px 34px no-repeat,
		linear-gradient(45deg, transparent 41%, #66b4ff 45%, #b35fff 51%, #5b50f4 56%, transparent 61%) right top / 34px 34px no-repeat,
		linear-gradient(45deg, transparent 41%, #514eff 45%, #b967ff 51%, #63a8ff 56%, transparent 61%) left bottom / 34px 34px no-repeat,
		linear-gradient(135deg, transparent 41%, #66b4ff 45%, #b35fff 51%, #5b50f4 56%, transparent 61%) right bottom / 34px 34px no-repeat,
		linear-gradient(90deg, #4f5be8 0%, #7d55f5 23%, #c167ff 50%, #675ce9 77%, #4c78e9 100%) 34px 0 / calc(100% - 68px) 2px no-repeat,
		linear-gradient(90deg, #4f5be8 0%, #7d55f5 23%, #c167ff 50%, #675ce9 77%, #4c78e9 100%) 34px 100% / calc(100% - 68px) 2px no-repeat,
		linear-gradient(180deg, #4f73eb 0%, #a65bf8 48%, #535ee7 100%) 0 34px / 2px calc(100% - 68px) no-repeat,
		linear-gradient(180deg, #4f73eb 0%, #a65bf8 48%, #535ee7 100%) 100% 34px / 2px calc(100% - 68px) no-repeat;
	filter: drop-shadow(0 0 6px rgba(105, 91, 255, 0.56)) drop-shadow(0 0 14px rgba(166, 82, 255, 0.28));
}

.jy-v2-service-grid::after {
	content: "";
	position: absolute;
	inset: 6px;
	z-index: 3;
	pointer-events: none;
	background:
		linear-gradient(135deg, transparent 41%, rgba(87, 84, 245, 0.86) 46%, rgba(184, 102, 255, 0.88) 52%, rgba(91, 163, 255, 0.8) 56%, transparent 59%) left top / 24px 24px no-repeat,
		linear-gradient(45deg, transparent 41%, rgba(90, 171, 255, 0.8) 46%, rgba(179, 94, 250, 0.88) 52%, rgba(83, 81, 237, 0.86) 56%, transparent 59%) right top / 24px 24px no-repeat,
		linear-gradient(45deg, transparent 41%, rgba(87, 84, 245, 0.86) 46%, rgba(184, 102, 255, 0.88) 52%, rgba(91, 163, 255, 0.8) 56%, transparent 59%) left bottom / 24px 24px no-repeat,
		linear-gradient(135deg, transparent 41%, rgba(90, 171, 255, 0.8) 46%, rgba(179, 94, 250, 0.88) 52%, rgba(83, 81, 237, 0.86) 56%, transparent 59%) right bottom / 24px 24px no-repeat,
		linear-gradient(90deg, rgba(72, 96, 224, 0.74), rgba(185, 91, 248, 0.82), rgba(78, 117, 228, 0.74)) 24px 0 / calc(100% - 48px) 1px no-repeat,
		linear-gradient(90deg, rgba(72, 96, 224, 0.74), rgba(185, 91, 248, 0.82), rgba(78, 117, 228, 0.74)) 24px 100% / calc(100% - 48px) 1px no-repeat,
		linear-gradient(180deg, rgba(75, 112, 226, 0.74), rgba(182, 88, 246, 0.82)) 0 24px / 1px calc(100% - 48px) no-repeat,
		linear-gradient(180deg, rgba(75, 112, 226, 0.74), rgba(182, 88, 246, 0.82)) 100% 24px / 1px calc(100% - 48px) no-repeat;
	opacity: 0.72;
}

.jy-v2-service-card {
	position: relative;
	z-index: 1;
	min-height: 486px;
	padding: 32px 18px 30px;
	border: 0;
	background: transparent;
	box-shadow: none;
	transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1), background 0.38s ease;
}

.jy-v2-service-card:last-child {
	box-shadow: none;
}

.jy-v2-service-card:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 0;
	right: -1px;
	bottom: 0;
	width: 3px;
	pointer-events: none;
	clip-path: polygon(50% 0, 68% 4%, 100% 13%, 100% 87%, 68% 96%, 50% 100%, 32% 96%, 0 87%, 0 13%, 32% 4%);
	background: linear-gradient(180deg, rgba(42, 12, 80, 0.18) 0%, rgba(68, 25, 119, 0.65) 5%, rgba(104, 55, 173, 0.68) 15%, #aaa4c0 45%, #c0bad0 50%, #aaa4c0 55%, rgba(104, 55, 173, 0.68) 85%, rgba(68, 25, 119, 0.65) 95%, rgba(42, 12, 80, 0.18) 100%);
	box-shadow: 0 0 4px rgba(210, 204, 229, 0.4), 0 0 12px rgba(139, 67, 231, 0.38);
}

.jy-v2-card__no {
	display: flex;
	width: 76px;
	height: 76px;
	align-items: center;
	justify-content: center;
	margin: 0 auto 23px;
	border: 1px solid transparent;
	border-radius: 50%;
	background:
		linear-gradient(rgba(6, 12, 42, 0.96), rgba(8, 13, 48, 0.96)) padding-box,
		linear-gradient(135deg, #dc73ff 0%, #9868ff 48%, #46dfff 100%) border-box;
	box-shadow: 0 0 14px rgba(176, 83, 255, 0.62), 0 0 28px rgba(82, 108, 255, 0.32), inset 0 0 18px rgba(74, 205, 255, 0.08);
	color: #fff;
	font-size: 36px;
	font-weight: 800;
	transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.42s ease;
}

.jy-v2-card__no i {
	background: linear-gradient(135deg, #35edf0 0%, #43e1f2 52%, #58cfff 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	filter: drop-shadow(0 0 7px rgba(61, 225, 241, 0.5));
	transition: filter 0.38s ease, transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}

.jy-v2-service-card h3,
.jy-v2-advantage h3 {
	margin: 0;
	color: #fff;
	font-size: 21px;
	font-weight: 750;
}

.jy-v2-service-card h3 {
	text-align: center;
	font-size: 22px;
	text-shadow: 0 0 16px rgba(145, 96, 255, 0.18);
	transition: color 0.35s ease, text-shadow 0.35s ease;
}

.jy-v2-service-card ul,
.jy-v2-scene__tags {
	margin: 22px 0 0;
	padding: 0;
	list-style: none;
}

.jy-v2-service-card ul {
	margin-left: 36px;
}

.jy-v2-service-card li {
	position: relative;
	margin: 0 0 10px;
	padding-left: 17px;
	color: #b4c2da;
	font-size: 14px;
	line-height: 1.62;
}

.jy-v2-service-card li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.64em;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #35e5e9;
	box-shadow: 0 0 7px rgba(53, 229, 233, 0.66);
}

#scenes {
	overflow: hidden;
	background:
		radial-gradient(circle at 78% 26%, rgba(94, 84, 242, 0.24), transparent 32%),
		radial-gradient(circle at 18% 68%, rgba(36, 111, 210, 0.15), transparent 34%),
		linear-gradient(180deg, #07142d 0%, #0a1d3f 50%, #06132b 100%);
}

#scenes::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(rgba(76, 110, 208, 0.1) 1px, transparent 1px),
		linear-gradient(90deg, rgba(76, 110, 208, 0.1) 1px, transparent 1px);
	background-size: 48px 48px;
	-webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 22%, #000 100%);
	mask-image: linear-gradient(180deg, transparent 0%, #000 22%, #000 100%);
}

#scenes .jy-v2-container {
	position: relative;
	z-index: 1;
}

#scenes .jy-v2-section__head {
	display: block;
	margin-bottom: 34px;
}

#scenes .jy-v2-section__title-wrap {
	min-height: 154px;
	padding-left: 180px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 12px;
}

#scenes .jy-v2-section__index {
	top: 50%;
	left: -4px;
	font-size: 148px;
	transform: translateY(-50%);
	color: rgba(103, 121, 225, 0.22);
	text-shadow: 0 0 38px rgba(92, 69, 255, 0.16);
}

#scenes .jy-v2-eyebrow {
	margin: 0;
	color: #35e5e9;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-shadow: 0 0 10px rgba(53, 229, 233, 0.38);
}

#scenes .jy-v2-section__title-wrap h2 {
	font-size: clamp(38px, 3vw, 48px);
	text-shadow: 0 8px 30px rgba(0, 0, 0, 0.34);
}

#scenes .jy-v2-section__intro {
	max-width: 760px;
	margin: 0;
	color: #b5c1d9;
	font-weight: 400;
	line-height: 1.7;
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.42);
}

.jy-v2-scenes {
	display: grid;
	gap: 20px;
}

.jy-v2-scene {
	--jy-scene-cut: 14px;
	position: relative;
	display: grid;
	grid-template-columns: 128px 200px minmax(0, 1fr) 45%;
	height: 160px;
	align-items: stretch;
	overflow: hidden;
	isolation: isolate;
	clip-path: polygon(var(--jy-scene-cut) 0, calc(100% - var(--jy-scene-cut)) 0, 100% var(--jy-scene-cut), 100% calc(100% - var(--jy-scene-cut)), calc(100% - var(--jy-scene-cut)) 100%, var(--jy-scene-cut) 100%, 0 calc(100% - var(--jy-scene-cut)), 0 var(--jy-scene-cut));
	background: linear-gradient(90deg, rgba(5, 11, 34, 0.98) 0%, rgba(6, 16, 43, 0.92) 64%, rgba(7, 12, 34, 0.54) 100%);
	transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), background 0.4s ease, box-shadow 0.4s ease;
}

.jy-v2-scene::before,
.jy-v2-scene::after {
	content: "";
	position: absolute;
	pointer-events: none;
	z-index: 3;
}

.jy-v2-scene::before {
	inset: 0;
	background:
		linear-gradient(135deg, transparent 41%, #5362ec 45%, #b45df8 52%, #68a7ff 57%, transparent 61%) left top / 18px 18px no-repeat,
		linear-gradient(45deg, transparent 41%, #6aafff 45%, #ab58f2 52%, #545fea 57%, transparent 61%) right top / 18px 18px no-repeat,
		linear-gradient(45deg, transparent 41%, #5362ec 45%, #b45df8 52%, #68a7ff 57%, transparent 61%) left bottom / 18px 18px no-repeat,
		linear-gradient(135deg, transparent 41%, #6aafff 45%, #ab58f2 52%, #545fea 57%, transparent 61%) right bottom / 18px 18px no-repeat,
		linear-gradient(90deg, #4f68e5, #a75bef 48%, #587be7) 18px 0 / calc(100% - 36px) 1px no-repeat,
		linear-gradient(90deg, #4f68e5, #a75bef 48%, #587be7) 18px 100% / calc(100% - 36px) 1px no-repeat,
		linear-gradient(180deg, #5577e8, #a157ed 52%, #5570df) 0 18px / 1px calc(100% - 36px) no-repeat,
		linear-gradient(180deg, #5577e8, #a157ed 52%, #5570df) 100% 18px / 1px calc(100% - 36px) no-repeat;
	filter: drop-shadow(0 0 6px rgba(97, 89, 246, 0.38));
	transition: filter 0.4s ease;
}

.jy-v2-scene::after {
	inset: 4px;
	background:
		linear-gradient(90deg, rgba(83, 104, 222, 0.48), rgba(174, 85, 239, 0.56), rgba(83, 115, 224, 0.48)) 12px 0 / calc(100% - 24px) 1px no-repeat,
		linear-gradient(90deg, rgba(83, 104, 222, 0.48), rgba(174, 85, 239, 0.56), rgba(83, 115, 224, 0.48)) 12px 100% / calc(100% - 24px) 1px no-repeat;
	opacity: 0.74;
}

.jy-v2-scene > * {
	position: relative;
	z-index: 1;
}

.jy-v2-scene__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 34px;
}

.jy-v2-scene__icon i {
	display: flex;
	width: 76px;
	height: 76px;
	align-items: center;
	justify-content: center;
	border: 1px solid transparent;
	border-radius: 50%;
	background:
		linear-gradient(rgba(6, 12, 42, 0.96), rgba(8, 13, 48, 0.96)) padding-box,
		linear-gradient(135deg, #dc73ff 0%, #9868ff 48%, #46dfff 100%) border-box;
	box-shadow: 0 0 14px rgba(176, 83, 255, 0.62), 0 0 28px rgba(82, 108, 255, 0.32), inset 0 0 18px rgba(74, 205, 255, 0.08);
	color: #4be3f4;
	filter: drop-shadow(0 0 7px rgba(61, 225, 241, 0.5));
	transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.42s ease, filter 0.42s ease;
}

.jy-v2-scene__icon::after,
.jy-v2-scene__title::after {
	content: "";
	position: absolute;
	top: 18px;
	right: 0;
	bottom: 18px;
	width: 1px;
	background: linear-gradient(180deg, rgba(89, 112, 235, 0.18), rgba(126, 101, 238, 0.68) 50%, rgba(89, 112, 235, 0.18));
	box-shadow: 0 0 6px rgba(104, 89, 235, 0.26);
}

.jy-v2-scene__title {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px 0 0;
	text-align: center;
}

.jy-v2-scene__title::after {
	right: 20px;
}

.jy-v2-scene h3 {
	margin: 0;
	color: #f7f8ff;
	font-size: 19px;
	font-weight: 750;
	line-height: 1.42;
	text-shadow: 0 0 16px rgba(128, 100, 255, 0.18);
	transform-origin: center;
	transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1), color 0.35s ease, text-shadow 0.35s ease;
}

.jy-v2-scene__tags {
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(4, max-content);
	justify-content: space-between;
	align-content: center;
	align-items: center;
	gap: 10px 8px;
	margin: 0;
	padding: 20px 16px;
}

.jy-v2-scene__tags li {
	position: relative;
	min-width: 0;
	padding-left: 13px;
	padding-right: 0;
	color: #aebbd3;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.35;
	white-space: nowrap;
	word-break: normal;
	transition: color 0.3s ease, text-shadow 0.3s ease;
}

.jy-v2-scene__tags li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.48em;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #72ddff;
	box-shadow: 0 0 8px rgba(106, 204, 255, 0.8);
}

.jy-v2-scene__visual {
	position: relative;
	min-width: 0;
	height: 160px;
	overflow: hidden;
}

.jy-v2-scene__visual::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(6, 15, 42, 0.96) 0%, rgba(6, 15, 42, 0.36) 13%, transparent 30%),
		linear-gradient(180deg, rgba(8, 10, 34, 0.08), rgba(5, 8, 26, 0.2));
}

.jy-v2-scene__visual img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transform-origin: center;
	transition: transform 0.58s cubic-bezier(0.22, 1, 0.36, 1), filter 0.45s ease;
}

#advantages .jy-v2-section__head,
#process .jy-v2-section__head,
#cases .jy-v2-section__head {
	display: block;
	margin-bottom: 34px;
}

#advantages .jy-v2-section__title-wrap,
#process .jy-v2-section__title-wrap,
#cases .jy-v2-section__title-wrap,
#faq-v2 .jy-v2-section__title-wrap {
	min-height: 154px;
	padding-left: 180px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 12px;
}

#advantages .jy-v2-section__index,
#process .jy-v2-section__index,
#cases .jy-v2-section__index,
#faq-v2 .jy-v2-section__index {
	top: 50%;
	left: -4px;
	font-size: 148px;
	transform: translateY(-50%);
	color: rgba(103, 121, 225, 0.22);
	text-shadow: 0 0 38px rgba(92, 69, 255, 0.16);
}

#advantages .jy-v2-eyebrow,
#process .jy-v2-eyebrow,
#cases .jy-v2-eyebrow,
#faq-v2 .jy-v2-eyebrow {
	margin: 0;
	color: #35e5e9;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-shadow: 0 0 10px rgba(53, 229, 233, 0.38);
}

#advantages .jy-v2-section__title-wrap h2,
#process .jy-v2-section__title-wrap h2,
#cases .jy-v2-section__title-wrap h2,
#faq-v2 .jy-v2-section__title-wrap h2 {
	font-size: clamp(38px, 3vw, 48px);
	text-shadow: 0 8px 30px rgba(0, 0, 0, 0.34);
}

#advantages .jy-v2-section__intro,
#process .jy-v2-section__intro,
#cases .jy-v2-section__intro,
#faq-v2 .jy-v2-section__intro {
	max-width: 760px;
	margin: 0;
	color: #b5c1d9;
	font-weight: 400;
	line-height: 1.7;
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.42);
}

#advantages {
	background-color: #030b1d;
	background-image:
		linear-gradient(180deg, rgba(2, 8, 23, 0.08) 0%, rgba(2, 8, 23, 0.02) 52%, rgba(2, 8, 23, 0.16) 100%),
		url("../image-jy/redesign/advantages-quantum-chamber-v2.webp");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

#process {
	overflow: hidden;
	background:
		radial-gradient(circle at 78% 26%, rgba(94, 84, 242, 0.24), transparent 32%),
		radial-gradient(circle at 18% 68%, rgba(36, 111, 210, 0.15), transparent 34%),
		linear-gradient(180deg, #07142d 0%, #0a1d3f 50%, #06132b 100%);
}

#faq-v2 {
	background:
		radial-gradient(circle at 78% 26%, rgba(94, 84, 242, 0.24), transparent 32%),
		radial-gradient(circle at 18% 68%, rgba(36, 111, 210, 0.15), transparent 34%),
		linear-gradient(180deg, #07142d 0%, #0a1d3f 50%, #06132b 100%);
}

#faq-v2::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(rgba(76, 110, 208, 0.1) 1px, transparent 1px),
		linear-gradient(90deg, rgba(76, 110, 208, 0.1) 1px, transparent 1px);
	background-size: 48px 48px;
	-webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 22%, #000 100%);
	mask-image: linear-gradient(180deg, transparent 0%, #000 22%, #000 100%);
}

#faq-v2 .jy-v2-container {
	position: relative;
	z-index: 1;
}

#process::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(rgba(76, 110, 208, 0.1) 1px, transparent 1px),
		linear-gradient(90deg, rgba(76, 110, 208, 0.1) 1px, transparent 1px);
	background-size: 48px 48px;
	-webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 22%, #000 100%);
	mask-image: linear-gradient(180deg, transparent 0%, #000 22%, #000 100%);
}

#process .jy-v2-container {
	position: relative;
	z-index: 1;
}

.jy-v2-crystal-frame {
	--jy-frame-cut: 30px;
	position: relative;
	overflow: hidden;
	isolation: isolate;
	clip-path: polygon(var(--jy-frame-cut) 0, calc(100% - var(--jy-frame-cut)) 0, 100% var(--jy-frame-cut), 100% calc(100% - var(--jy-frame-cut)), calc(100% - var(--jy-frame-cut)) 100%, var(--jy-frame-cut) 100%, 0 calc(100% - var(--jy-frame-cut)), 0 var(--jy-frame-cut));
}

.jy-v2-crystal-frame::before,
.jy-v2-crystal-frame::after {
	content: "";
	position: absolute;
	pointer-events: none;
	z-index: 5;
}

.jy-v2-crystal-frame::before {
	inset: 0;
	background:
		linear-gradient(135deg, transparent 41%, #514eff 45%, #b967ff 51%, #63a8ff 56%, transparent 61%) left top / 34px 34px no-repeat,
		linear-gradient(45deg, transparent 41%, #66b4ff 45%, #b35fff 51%, #5b50f4 56%, transparent 61%) right top / 34px 34px no-repeat,
		linear-gradient(45deg, transparent 41%, #514eff 45%, #b967ff 51%, #63a8ff 56%, transparent 61%) left bottom / 34px 34px no-repeat,
		linear-gradient(135deg, transparent 41%, #66b4ff 45%, #b35fff 51%, #5b50f4 56%, transparent 61%) right bottom / 34px 34px no-repeat,
		linear-gradient(90deg, #4f5be8, #c167ff 50%, #4c78e9) 34px 0 / calc(100% - 68px) 2px no-repeat,
		linear-gradient(90deg, #4f5be8, #c167ff 50%, #4c78e9) 34px 100% / calc(100% - 68px) 2px no-repeat,
		linear-gradient(180deg, #4f73eb, #a65bf8 48%, #535ee7) 0 34px / 2px calc(100% - 68px) no-repeat,
		linear-gradient(180deg, #4f73eb, #a65bf8 48%, #535ee7) 100% 34px / 2px calc(100% - 68px) no-repeat;
	filter: drop-shadow(0 0 6px rgba(105, 91, 255, 0.56)) drop-shadow(0 0 14px rgba(166, 82, 255, 0.28));
}

.jy-v2-crystal-frame::after {
	inset: 6px;
	background:
		linear-gradient(90deg, rgba(72, 96, 224, 0.74), rgba(185, 91, 248, 0.82), rgba(78, 117, 228, 0.74)) 24px 0 / calc(100% - 48px) 1px no-repeat,
		linear-gradient(90deg, rgba(72, 96, 224, 0.74), rgba(185, 91, 248, 0.82), rgba(78, 117, 228, 0.74)) 24px 100% / calc(100% - 48px) 1px no-repeat,
		linear-gradient(180deg, rgba(75, 112, 226, 0.74), rgba(182, 88, 246, 0.82)) 0 24px / 1px calc(100% - 48px) no-repeat,
		linear-gradient(180deg, rgba(75, 112, 226, 0.74), rgba(182, 88, 246, 0.82)) 100% 24px / 1px calc(100% - 48px) no-repeat;
	opacity: 0.72;
}

#advantages .jy-v2-crystal-frame::before,
#advantages .jy-v2-crystal-frame::after {
	display: none;
}

.jy-v2-crystal-frame > * {
	position: relative;
	z-index: 1;
}

.jy-v2-advantages {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	padding: 22px 118px 26px;
	background: transparent;
}

.jy-v2-advantage {
	position: relative;
	overflow: hidden;
	min-height: 252px;
	padding: 32px 30px 30px;
	border-right: 1px solid rgba(106, 89, 223, 0.42);
	border-bottom: 1px solid rgba(106, 89, 223, 0.42);
	background: transparent;
	transition: background 0.4s ease;
}

.jy-v2-advantage::before,
.jy-v2-advantage::after {
	content: "";
	position: absolute;
	pointer-events: none;
}

.jy-v2-advantage::before {
	inset: 0;
	background: radial-gradient(circle at 50% 12%, rgba(172, 77, 255, 0.18), transparent 58%);
	opacity: 0;
	transition: opacity 0.4s ease;
}

.jy-v2-advantage::after {
	left: 18%;
	right: 18%;
	bottom: 0;
	height: 2px;
	background: linear-gradient(90deg, transparent, #6d6cff 18%, #d65be8 52%, #55d9ff 82%, transparent);
	box-shadow: 0 0 12px rgba(184, 85, 245, 0.68);
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.44s cubic-bezier(0.22, 1, 0.36, 1);
}

.jy-v2-advantage > * {
	position: relative;
	z-index: 1;
}

.jy-v2-advantage:nth-child(3n) {
	border-right: 0;
}

.jy-v2-advantage:nth-child(n + 4) {
	border-bottom: 0;
}

#advantages .jy-v2-advantage {
	border-right: 1px solid rgba(106, 89, 223, 0.42);
	border-bottom: 1px solid rgba(106, 89, 223, 0.42);
}

#advantages .jy-v2-advantage:nth-child(3n) {
	border-right: 0;
}

#advantages .jy-v2-advantage:nth-child(n + 4) {
	border-bottom: 0;
}

.jy-v2-advantage__top {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	margin-bottom: 22px;
}

.jy-v2-advantage__mark {
	display: inline-flex;
	width: 76px;
	height: 76px;
	align-items: center;
	justify-content: center;
	border: 1px solid transparent;
	border-radius: 50%;
	background:
		linear-gradient(rgba(6, 12, 42, 0.96), rgba(8, 13, 48, 0.96)) padding-box,
		linear-gradient(135deg, #dc73ff 0%, #9868ff 48%, #46dfff 100%) border-box;
	box-shadow: 0 0 14px rgba(176, 83, 255, 0.62), 0 0 28px rgba(82, 108, 255, 0.32), inset 0 0 18px rgba(74, 205, 255, 0.08);
	font-size: 34px;
	transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.42s ease;
}

.jy-v2-advantage__mark i {
	background: linear-gradient(135deg, #35edf0 0%, #43e1f2 52%, #58cfff 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	filter: drop-shadow(0 0 7px rgba(61, 225, 241, 0.5));
}

.jy-v2-advantage h3 {
	text-align: center;
	font-size: 21px;
	transition: color 0.35s ease, text-shadow 0.35s ease;
}

.jy-v2-advantage p {
	margin: 0;
	color: #aebdd6;
	font-size: 14px;
	line-height: 1.72;
	text-align: center;
	transition: color 0.35s ease, transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (min-width: 821px) {
	.jy-v2-service-card:hover {
		transform: translateY(-4px);
		background: radial-gradient(circle at 50% 18%, rgba(144, 76, 241, 0.13), transparent 62%);
	}

	.jy-v2-service-card:hover .jy-v2-card__no {
		transform: translateY(-4px) scale(1.06) rotate(-3deg);
		box-shadow: 0 0 20px rgba(205, 91, 255, 0.72), 0 0 38px rgba(74, 137, 255, 0.42), inset 0 0 20px rgba(74, 205, 255, 0.14);
	}

	.jy-v2-service-card:hover .jy-v2-card__no i {
		transform: scale(1.06);
		filter: drop-shadow(0 0 11px rgba(83, 234, 247, 0.82));
	}

	.jy-v2-service-card:hover h3 {
		color: #f8fbff;
		text-shadow: 0 0 18px rgba(178, 91, 255, 0.52);
	}

	.jy-v2-scene:hover {
		box-shadow: 0 14px 34px rgba(0, 0, 0, 0.3), 0 0 24px rgba(123, 76, 235, 0.18);
	}

	.jy-v2-scene:hover::before {
		filter: drop-shadow(0 0 8px rgba(111, 103, 255, 0.7)) drop-shadow(0 0 16px rgba(186, 80, 245, 0.28));
	}

	.jy-v2-scene:hover .jy-v2-scene__icon i {
		transform: scale(1.1);
		box-shadow: 0 0 20px rgba(196, 82, 255, 0.72), 0 0 38px rgba(69, 153, 255, 0.42), inset 0 0 20px rgba(74, 205, 255, 0.14);
		filter: brightness(1.16) drop-shadow(0 0 12px rgba(84, 231, 246, 0.88));
	}

	.jy-v2-scene:hover h3 {
		transform: scale(1.06);
		color: #fff;
		text-shadow: 0 0 18px rgba(182, 91, 255, 0.5);
	}

	.jy-v2-scene:hover .jy-v2-scene__tags li {
		color: #d9e3f5;
		font-weight: 600;
		text-shadow: 0 0 9px rgba(99, 207, 255, 0.24);
	}

	.jy-v2-scene:hover .jy-v2-scene__visual img {
		transform: scale(1.06);
		filter: saturate(1.1) brightness(1.07);
	}

	.jy-v2-advantage:hover::before {
		opacity: 1;
	}

	.jy-v2-advantage:hover::after {
		transform: scaleX(1);
	}

	.jy-v2-advantage:hover .jy-v2-advantage__mark {
		transform: translateY(-5px) scale(1.06);
		box-shadow: 0 0 20px rgba(202, 87, 255, 0.72), 0 0 38px rgba(75, 137, 255, 0.4), inset 0 0 20px rgba(74, 205, 255, 0.13);
	}

	.jy-v2-advantage:hover h3 {
		color: #fff;
		text-shadow: 0 0 18px rgba(179, 89, 255, 0.48);
	}

	.jy-v2-advantage:hover p {
		color: #c8d5e9;
		transform: translateY(-2px);
	}
}

.jy-v2-process-frame {
	padding: 1px;
	background: rgba(3, 11, 30, 0.44);
	box-shadow: 0 24px 90px rgba(0, 0, 0, 0.28);
}

.jy-v2-process-visual {
	position: relative;
	overflow: hidden;
}

.jy-v2-process-frame img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: auto;
	object-fit: contain;
	object-position: center;
}

.jy-v2-process-track {
	position: absolute;
	top: 5.6%;
	left: 1.7%;
	right: 1.7%;
	height: 20.5%;
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	pointer-events: none;
}

.jy-v2-process-node {
	position: relative;
	display: flex;
	min-width: 0;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 6px;
	padding: 0 8px;
	text-align: center;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.76), 0 0 14px rgba(75, 133, 255, 0.34);
}

.jy-v2-process-node:not(:last-child)::after {
	content: ">";
	position: absolute;
	right: -5px;
	top: 43%;
	color: #d75cff;
	font-size: 17px;
	font-weight: 800;
}

.jy-v2-process-node small,
.jy-v2-process-node strong,
.jy-v2-process-node span {
	display: block;
	letter-spacing: 0;
}

.jy-v2-process-node small {
	margin: 0;
	color: #35e5e9;
	font-size: 14px;
	font-weight: 800;
}

.jy-v2-process-node strong {
	color: #fff;
	font-size: 20px;
	font-weight: 750;
	line-height: 1.3;
}

.jy-v2-process-node span {
	margin: 0;
	color: #b8c7e2;
	font-size: 14px;
	line-height: 1.3;
}

.jy-v2-metrics {
	position: relative;
	overflow: hidden;
	padding: 78px 0;
	background:
		linear-gradient(90deg, rgba(4, 14, 46, 0.3), rgba(21, 43, 105, 0.12), rgba(5, 14, 48, 0.28)),
		url("../image-jy/redesign/metrics-space-bg-v2.webp") fixed center center / cover no-repeat;
}

.jy-v2-metrics::before,
.jy-v2-metrics::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.jy-v2-metrics::before {
	inset: 0;
	z-index: 0;
	background: radial-gradient(ellipse at center, rgba(92, 142, 255, 0.02), rgba(6, 17, 54, 0.06) 72%);
}

.jy-v2-metrics::after {
	z-index: 2;
	background:
		linear-gradient(90deg, #4f5be8, #b967ff 48%, #4c78e9) 0 0 / 100% 2px no-repeat,
		linear-gradient(90deg, #4f5be8, #b967ff 48%, #4c78e9) 0 100% / 100% 2px no-repeat;
	filter: drop-shadow(0 0 7px rgba(112, 91, 255, 0.5));
}

.jy-v2-metrics__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.jy-v2-metric {
	position: relative;
	padding: 10px 32px;
	text-align: center;
}

.jy-v2-metric:not(:last-child)::after {
	content: "";
	position: absolute;
	top: -48px;
	right: 0;
	bottom: -48px;
	width: 2px;
	background: linear-gradient(180deg, rgba(89, 112, 235, 0.18), rgba(126, 101, 238, 0.68) 50%, rgba(89, 112, 235, 0.18));
	box-shadow: 0 0 6px rgba(104, 89, 235, 0.26);
	clip-path: none;
}

.jy-v2-metric strong {
	display: block;
	color: #fff;
	font-size: clamp(52px, 6vw, 82px);
	font-weight: 800;
	line-height: 0.95;
	letter-spacing: 0;
	text-shadow: 0 2px 16px rgba(8, 17, 52, 0.5);
}

.jy-v2-metric span {
	display: block;
	margin-top: 14px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0;
	text-shadow: 0 2px 12px rgba(8, 17, 52, 0.65);
}

.jy-v2-case-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 28px;
}

.jy-v2-case-filter {
	position: relative;
	display: inline-flex;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 19px;
	border: 0;
	border-radius: 0;
	clip-path: polygon(7px 0, 100% 0, calc(100% - 7px) 100%, 0 100%);
	background: transparent;
	color: #aebfda;
	font-size: 16px;
	cursor: pointer;
	box-shadow: inset 0 0 14px rgba(88, 75, 207, 0.08);
}

.jy-v2-case-filter:hover,
.jy-v2-case-filter:focus-visible {
	color: #fff;
	outline: none;
	filter: brightness(1.12);
}

.jy-v2-case-filter.is-active {
	background: linear-gradient(105deg, #c14fd8 0%, #ef4f98 100%);
	color: #fff;
	box-shadow: 0 7px 20px rgba(221, 52, 164, 0.28), 0 0 12px rgba(232, 74, 190, 0.24);
}

.jy-v2-cases {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 34px 24px;
}

.jy-v2-case {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	padding: 1px;
	border: 0;
	clip-path: polygon(15px 0, calc(100% - 15px) 0, 100% 15px, 100% calc(100% - 15px), calc(100% - 15px) 100%, 15px 100%, 0 calc(100% - 15px), 0 15px);
	background: linear-gradient(135deg, #b956ed 0%, #645af4 48%, #39a8ed 100%);
	transition: transform 0.22s ease, border-color 0.22s ease;
}

.jy-v2-case:hover,
.jy-v2-case:focus-within {
	transform: translateY(-4px);
	filter: brightness(1.08);
}

.jy-v2-case__media {
	position: relative;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 3 / 2;
	clip-path: polygon(14px 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 0 100%, 0 14px);
}

.jy-v2-case img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	clip-path: none;
	transition: transform 0.35s cubic-bezier(0.2, 0.7, 0.2, 1), filter 0.35s ease;
}

.jy-v2-case:hover img {
	transform: scale(1.15);
	filter: saturate(1.05);
}

.jy-v2-case__body {
	position: relative;
	min-height: 76px;
	padding: 20px 22px;
	background: linear-gradient(180deg, #0a1d3d, #06142c);
}

.jy-v2-case__type {
	display: block;
	margin-bottom: 8px;
	color: var(--jy-cyan);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.jy-v2-case h3 {
	margin: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.jy-v2-case a {
	position: absolute;
	inset: 0;
	z-index: 2;
	text-indent: -9999px;
}

.jy-v2-case-more {
	margin-top: 43px;
	text-align: center;
}

.jy-v2-case-more .jy-v2-btn {
	position: relative;
	display: inline-flex;
	overflow: hidden;
	isolation: isolate;
	align-items: center;
	justify-content: center;
	min-width: 210px;
	height: 50px;
	border: 0;
	border-radius: 0;
	clip-path: polygon(9px 0, 100% 0, calc(100% - 9px) 100%, 0 100%);
	background: linear-gradient(110deg, #b846dd 0%, #d64fc2 50%, #ef5aa0 100%);
	color: #fff;
	box-shadow: 0 8px 24px rgba(54, 33, 120, 0.34), 0 0 13px rgba(142, 79, 234, 0.24);
	transition: transform 0.36s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.36s ease, color 0.36s ease;
}

.jy-v2-case-more .jy-v2-btn::before {
	content: "";
	position: absolute;
	z-index: 0;
	inset: 0;
	background:
		linear-gradient(115deg, rgba(92, 88, 255, 0.68), rgba(197, 65, 222, 0.76) 48%, rgba(245, 82, 159, 0.78)),
		linear-gradient(25deg, transparent 24%, rgba(120, 218, 255, 0.38) 44%, transparent 62%);
	opacity: 0;
	transform: translate3d(-14%, 0, 0) scale(0.94);
	transition: opacity 0.42s ease, transform 0.52s cubic-bezier(0.22, 1, 0.36, 1);
}

.jy-v2-case-more .jy-v2-btn::after {
	content: "";
	position: absolute;
	z-index: 1;
	top: -55%;
	bottom: -55%;
	left: -34%;
	width: 18%;
	background: linear-gradient(90deg, transparent, rgba(210, 241, 255, 0.86), transparent);
	filter: blur(2px);
	opacity: 0;
	transform: skewX(-18deg);
}

.jy-v2-case-more .jy-v2-btn:hover,
.jy-v2-case-more .jy-v2-btn:focus-visible {
	transform: translateY(-3px);
	background: linear-gradient(110deg, #b846dd 0%, #d64fc2 50%, #ef5aa0 100%);
	color: #fff;
	box-shadow: 0 14px 34px rgba(84, 47, 172, 0.42), 0 0 28px rgba(205, 72, 221, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.24);
	outline: none;
}

.jy-v2-case-more .jy-v2-btn:hover::before,
.jy-v2-case-more .jy-v2-btn:focus-visible::before {
	opacity: 1;
	transform: translate3d(0, 0, 0) scale(1);
}

.jy-v2-case-more .jy-v2-btn:hover::after,
.jy-v2-case-more .jy-v2-btn:focus-visible::after {
	animation: jy-v2-crystal-scan 0.78s 0.06s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.jy-v2-case-more .jy-v2-btn:active {
	transform: translateY(-1px) scale(0.98);
}

.jy-v2-case-control-border {
	position: absolute;
	z-index: 3;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	overflow: visible;
	pointer-events: none;
}

.jy-v2-case-control-border path {
	fill: none;
	stroke-width: 1.5;
	stroke-linecap: square;
	stroke-linejoin: miter;
	vector-effect: non-scaling-stroke;
	transition: filter 0.36s ease, stroke-width 0.36s ease;
}

.jy-v2-case-control-label {
	position: relative;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	gap: 9px;
	pointer-events: none;
}

.jy-v2-case-more .jy-v2-case-control-label::after {
	content: "\2192";
	display: inline-block;
	font-size: 18px;
	line-height: 1;
	transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1), text-shadow 0.38s ease;
}

.jy-v2-case-more .jy-v2-btn:hover .jy-v2-case-control-label::after,
.jy-v2-case-more .jy-v2-btn:focus-visible .jy-v2-case-control-label::after {
	transform: translateX(5px);
	text-shadow: -6px 0 rgba(255, 255, 255, 0.34), -11px 0 rgba(255, 255, 255, 0.12);
}

.jy-v2-case-more .jy-v2-btn:hover .jy-v2-case-control-border path,
.jy-v2-case-more .jy-v2-btn:focus-visible .jy-v2-case-control-border path {
	stroke-width: 2;
	filter: brightness(1.45) drop-shadow(0 0 4px rgba(190, 135, 255, 0.72));
}

@keyframes jy-v2-crystal-scan {
	0% { left: -34%; opacity: 0; }
	25% { opacity: 0.82; }
	100% { left: 120%; opacity: 0; }
}

.jy-v2-case-status {
	grid-column: 1 / -1;
	min-height: 280px;
	display: grid;
	place-items: center;
	border: 1px solid rgba(89, 145, 232, 0.2);
	background: rgba(5, 18, 43, 0.72);
	color: #9fb4d4;
	font-size: 15px;
}

#cases,
.jy-v2-partners {
	background:
		radial-gradient(circle at 74% 28%, rgba(97, 73, 224, 0.13), transparent 34%),
		linear-gradient(180deg, #020817 0%, #041126 100%);
}

.jy-v2-partners {
	overflow: hidden;
	padding-top: 0;
	border-top: 0;
}

.jy-v2-partner-marquees {
	display: grid;
	gap: 14px;
	margin-inline: calc((100vw - min(1440px, calc(100vw - 96px))) / -2);
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
	mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.jy-v2-partner-row {
	position: relative;
	overflow: hidden;
	padding: 4px 0;
}

.jy-v2-partner-track {
	display: flex;
	width: max-content;
	gap: 14px;
	animation: jy-v2-partner-marquee 58s linear infinite;
	will-change: transform;
}

.jy-v2-partner-set {
	display: flex;
	gap: 14px;
}

.jy-v2-partner-track--reverse {
	animation-name: jy-v2-partner-marquee-reverse;
	animation-duration: 60s;
}

#jy-v2-partner-row-3 {
	animation-duration: 55s;
}

.jy-v2-partner-logo {
	flex: 0 0 210px;
	height: 88px;
	display: grid;
	place-items: center;
	padding: 18px 24px;
	border: 1px solid;
	border-image: linear-gradient(110deg, rgba(201, 83, 232, 0.78), rgba(78, 111, 239, 0.72), rgba(54, 170, 232, 0.62)) 1;
	background: transparent;
	box-shadow: 0 0 16px rgba(93, 73, 218, 0.1);
}

.jy-v2-partner-logo img {
	display: block;
	max-width: 100%;
	max-height: 50px;
	width: auto;
	height: auto;
	filter: grayscale(1) brightness(0) invert(1);
	opacity: 0.68;
}

@keyframes jy-v2-partner-marquee {
	from { transform: translate3d(0, 0, 0); }
	to { transform: translate3d(-50%, 0, 0); }
}

@keyframes jy-v2-partner-marquee-reverse {
	from { transform: translate3d(-50%, 0, 0); }
	to { transform: translate3d(0, 0, 0); }
}

.jy-v2-faq-layout {
	display: grid;
	grid-template-columns: minmax(580px, 0.98fr) minmax(0, 1fr);
	gap: 48px;
	align-items: start;
}

.jy-v2-faq-copy {
	position: sticky;
	top: 128px;
}

.jy-v2-faq-list {
	border-top: 1px solid var(--jy-line);
}

.jy-v2-faq-item {
	border-bottom: 1px solid var(--jy-line);
}

.jy-v2-faq-item:last-child {
	position: relative;
	z-index: 3;
}

.jy-v2-faq-item:last-child > button {
	text-shadow: 0 2px 6px #010209, 0 0 12px #010209;
}

.jy-v2-faq-item > button {
	display: grid;
	width: 100%;
	min-height: 86px;
	padding: 22px 0;
	border: 0;
	align-items: center;
	grid-template-columns: 46px 1fr 28px;
	gap: 14px;
	background: transparent;
	color: #eaf2ff;
	cursor: pointer;
	text-align: left;
}

.jy-v2-faq-item > button span {
	color: #35e5e9;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-shadow: 0 0 10px rgba(53, 229, 233, 0.38);
}

.jy-v2-faq-item > button strong {
	font-size: 17px;
	font-weight: 650;
	line-height: 1.5;
}

.jy-v2-faq-item > button i {
	color: #35e5e9;
	font-size: 20px;
	text-align: center;
	text-shadow: 0 0 10px rgba(53, 229, 233, 0.38);
	transition: transform 0.22s ease, color 0.22s ease;
}

.jy-v2-faq-item.is-open > button i {
	transform: rotate(180deg);
	color: #35e5e9;
}

.jy-v2-faq-answer {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.22s ease;
}

.jy-v2-faq-answer p {
	min-height: 0;
	margin: 0;
	padding: 0 42px 0 60px;
	overflow: hidden;
	color: #9eb0cd;
	font-size: 15px;
	line-height: 1.85;
	transition: padding 0.22s ease;
}

.jy-v2-faq-item.is-open .jy-v2-faq-answer {
	grid-template-rows: 1fr;
}

.jy-v2-faq-item.is-open .jy-v2-faq-answer p {
	padding-bottom: 28px;
}

.jy-v2-faq-answer a {
	color: var(--jy-cyan);
}

.jy-v2-cta {
	position: relative;
	padding: 72px 0;
	overflow: hidden;
	border-top: 1px solid rgba(126, 117, 255, 0.26);
	background:
		radial-gradient(circle at 75% 50%, rgba(130, 60, 211, 0.32), transparent 32%),
		linear-gradient(110deg, #071a3a, #100a3f 64%, #27104c);
}

.jy-v2-cta::after {
	content: "";
	position: absolute;
	width: 560px;
	height: 220px;
	right: 2%;
	top: 50%;
	transform: translateY(-50%);
	border: 1px solid rgba(74, 216, 255, 0.38);
	border-radius: 50%;
	box-shadow:
		0 0 0 28px rgba(128, 80, 255, 0.08),
		0 0 0 58px rgba(74, 216, 255, 0.05),
		0 0 80px rgba(82, 72, 255, 0.3);
}

.jy-v2-cta__inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 36px;
}

.jy-v2-cta h2 {
	max-width: 720px;
	margin: 0;
	font-size: clamp(32px, 4vw, 52px);
	line-height: 1.12;
}

.jy-v2-cta p {
	margin: 15px 0 0;
	color: #aebed9;
	font-size: 16px;
}

@media (max-width: 1100px) {
	.jy-v2-faq-layout {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.jy-v2-faq-copy {
		position: static;
	}

	.jy-v2-service-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.jy-v2-service-card {
		min-height: 0;
		border-right: 1px solid var(--jy-line);
		border-bottom: 1px solid var(--jy-line);
	}

	.jy-v2-service-card::after {
		display: none;
	}

	.jy-v2-service-card:nth-child(2n) {
		border-right: 0;
	}

	.jy-v2-service-card:last-child {
		grid-column: 1 / -1;
	}

	.jy-v2-scene {
		grid-template-columns: 128px 200px minmax(0, 1fr);
		height: auto;
	}

	.jy-v2-scene__tags {
		grid-column: 3;
		grid-row: 1;
		grid-template-columns: repeat(4, max-content);
		justify-content: space-between;
		padding: 19px 24px;
		border-right: 0;
	}

	.jy-v2-scene__tags li {
		font-size: 14px;
		white-space: nowrap;
	}

	.jy-v2-scene__visual {
		grid-column: 1 / -1;
		height: 150px;
	}

	.jy-v2-process-steps {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.jy-v2-process-step {
		border-bottom: 1px solid var(--jy-line);
	}
}

@media (max-width: 1700px) {
	#new-float-sidebar-game {
		display: none !important;
	}
}

@media (max-width: 1300px) {
	.jy-v2-container {
		width: calc(100% - 64px);
	}
}

@media (min-width: 1101px) and (max-width: 1300px) {
	.jy-v2-scene {
		grid-template-columns: 128px 200px minmax(0, 1fr) 45%;
	}

	.jy-v2-scene__tags {
		gap: 10px 8px;
		padding: 20px 16px;
	}

	.jy-v2-scene__tags li {
		padding-left: 13px;
		white-space: nowrap;
		font-size: 14px;
		line-height: 1.35;
	}
}

@media (max-width: 1024px) {
	.jy-v2-container {
		width: calc(100% - 48px);
	}
}

@media (max-width: 820px) {
	.jy-v2-container {
		width: min(100% - 32px, 680px);
	}

	.jy-v2-hero > .jy-v2-container {
		display: block;
	}

	.jy-v2-section {
		padding: 72px 0;
	}

	.jy-v2-section__head {
		display: block;
	}

	.jy-v2-section__intro {
		margin: 24px 0 0;
	}

	.jy-v2-scene {
		grid-template-columns: 104px minmax(0, 1fr);
	}

	.jy-v2-scene__tags {
		grid-column: 1 / -1;
		grid-row: auto;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding: 18px 24px 20px;
		border-top: 1px solid rgba(101, 102, 226, 0.24);
	}

	.jy-v2-scene__visual {
		grid-column: 1 / -1;
	}

	.jy-v2-hero {
		height: 100svh;
		min-height: 700px;
		padding: 106px 0 42px;
	}

	.jy-v2-hero::before {
		inset: 0;
		width: 100%;
		background-position: 70% center;
		background-size: cover;
		filter: brightness(1.12) saturate(1.08);
		transform: none;
	}

	.jy-v2-hero::after {
		background:
			radial-gradient(circle at 60% 48%, rgba(67, 82, 255, 0.17), transparent 42%),
			linear-gradient(90deg, rgba(2, 8, 23, 0.84), rgba(2, 8, 23, 0.58));
		animation: none;
	}

	.jy-v2-hero__title {
		width: min(100%, 520px);
	}

	.jy-v2-hero__labels {
		display: none;
	}

	.jy-v2-hero__motion {
		display: none;
	}

	.jy-v2-hero__proof {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 0;
		width: 100%;
	}

	.jy-v2-hero__proof > span {
		min-width: 0;
		padding: 0 12px;
		margin-right: 0;
	}

	.jy-v2-hero__proof > span:first-child {
		padding-left: 0;
	}

	.jy-v2-advantages,
	.jy-v2-cases {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.jy-v2-metrics__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 32px 0;
	}

	.jy-v2-metric:nth-child(2) {
		border-right: 0;
	}

	.jy-v2-faq-layout {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.jy-v2-faq-copy {
		position: static;
	}

	.jy-v2-cta__inner {
		display: block;
	}

	.jy-v2-cta .jy-v2-actions {
		margin-top: 28px;
	}
}

@media (max-width: 580px) {
	.jy-v2-container {
		width: calc(100% - 24px);
	}

	#services .jy-v2-section__title-wrap,
	#scenes .jy-v2-section__title-wrap,
	#advantages .jy-v2-section__title-wrap,
	#process .jy-v2-section__title-wrap,
	#cases .jy-v2-section__title-wrap,
	#faq-v2 .jy-v2-section__title-wrap {
		min-height: 92px;
		padding-left: 84px;
	}

	#services .jy-v2-section__index,
	#scenes .jy-v2-section__index,
	#advantages .jy-v2-section__index,
	#process .jy-v2-section__index,
	#cases .jy-v2-section__index,
	#faq-v2 .jy-v2-section__index {
		font-size: 72px;
	}

	#scenes .jy-v2-section__title-wrap h2,
	#advantages .jy-v2-section__title-wrap h2,
	#process .jy-v2-section__title-wrap h2,
	#cases .jy-v2-section__title-wrap h2,
	#faq-v2 .jy-v2-section__title-wrap h2 {
		font-size: 30px;
	}

	#services .jy-v2-service-grid {
		clip-path: none;
		padding: 0;
		border: 0;
		border-image: none;
		background: transparent;
		box-shadow: none;
		filter: none;
		isolation: auto;
	}

	#services .jy-v2-service-grid::before,
	#services .jy-v2-service-grid::after {
		display: none;
	}

	#services .jy-v2-service-card {
		border: 1px solid rgba(139, 92, 255, 0.58);
		box-shadow: 0 0 18px rgba(111, 72, 255, 0.13);
	}

	.jy-v2-section__title-wrap {
		padding-left: 52px;
	}

	.jy-v2-section__index {
		font-size: 46px;
	}

	.jy-v2-section h2 {
		font-size: 30px;
	}

	.jy-v2-hero {
		height: 100svh;
		min-height: 700px;
		padding: 96px 0 36px;
	}

	.jy-v2-hero h1 {
		font-size: 45px;
	}

	.jy-v2-hero__lead {
		font-size: 16px;
		white-space: normal;
	}

	.jy-v2-hero__phone button {
		min-width: 145px;
		padding: 0 14px;
	}

	.jy-v2-hero__proof > span {
		gap: 6px;
		padding: 0 4px;
	}

	.jy-v2-hero__proof i {
		width: 38px;
		height: 38px;
		flex-basis: 38px;
		font-size: 17px;
	}

	.jy-v2-hero__proof strong {
		font-size: 23px;
	}

	.jy-v2-hero__proof-copy {
		font-size: 11px;
	}

	.jy-v2-btn {
		flex: 1 1 100%;
	}

	.jy-v2-service-grid,
	.jy-v2-advantages,
	.jy-v2-cases {
		display: flex;
		width: calc(100% + 12px);
		gap: 12px;
		overflow-x: auto;
		overflow-y: hidden;
		padding: 0 12px 14px 0;
		border: 0;
		background: transparent;
		box-shadow: none;
		scroll-padding-left: 0;
		scroll-snap-type: x mandatory;
		overscroll-behavior-inline: contain;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.jy-v2-service-grid::-webkit-scrollbar,
	.jy-v2-advantages::-webkit-scrollbar,
	.jy-v2-cases::-webkit-scrollbar,
	.jy-v2-case-filters::-webkit-scrollbar {
		display: none;
	}

	.jy-v2-service-card {
		flex: 0 0 84%;
		min-height: 548px;
		border: 1px solid var(--jy-line);
		scroll-snap-align: start;
	}

	.jy-v2-service-card:last-child {
		grid-column: auto;
	}

	.jy-v2-advantage {
		flex: 0 0 86%;
		min-height: 284px;
		border: 1px solid var(--jy-line);
		scroll-snap-align: start;
	}

	.jy-v2-case-filters {
		flex-wrap: nowrap;
		width: calc(100% + 12px);
		overflow-x: auto;
		padding: 0 12px 8px 0;
		scrollbar-width: none;
	}

	.jy-v2-case-filter {
		flex: 0 0 auto;
	}

	.jy-v2-case {
		flex: 0 0 86%;
		min-height: 0;
		scroll-snap-align: start;
	}

	.jy-v2-scene {
		grid-template-columns: 96px minmax(0, 1fr);
	}

	.jy-v2-scene__visual {
		grid-column: 1 / -1;
		height: 160px;
	}

	.jy-v2-scene__tags {
		grid-column: 1 / -1;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.jy-v2-scene__tags li {
		font-size: 14px;
		white-space: normal;
		word-break: normal;
	}

	.jy-v2-process-frame img {
		width: 980px;
		max-width: none;
		height: auto;
		aspect-ratio: auto;
		object-fit: contain;
	}

	.jy-v2-process-visual {
		overflow-x: auto;
		overflow-y: hidden;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}

	.jy-v2-process-visual::-webkit-scrollbar {
		display: none;
	}

	.jy-v2-process-track {
		left: 15px;
		right: auto;
		width: 950px;
	}

	.jy-v2-process-steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.jy-v2-metrics {
		padding: 66px 0;
		background-attachment: scroll;
	}

	.jy-v2-metric {
		padding: 8px 12px;
	}

	.jy-v2-metric strong {
		font-size: 48px;
	}

	.jy-v2-metric span {
		font-size: 12px;
		letter-spacing: 0.08em;
	}

	.jy-v2-case img {
		height: 100%;
	}

	.jy-v2-cta h2 {
		font-size: 28px;
	}

	.jy-v2-partner-marquees {
		margin-inline: -12px;
		gap: 10px;
	}

	.jy-v2-partner-logo {
		flex-basis: 154px;
		height: 68px;
		padding: 13px 18px;
	}

	.jy-v2-partner-logo img {
		max-height: 40px;
	}

	.jy-v2-faq-item > button {
		grid-template-columns: 36px 1fr 24px;
		gap: 10px;
		font-size: 15px;
	}

	.jy-v2-faq-item > button strong {
		font-size: 15px;
	}

	.jy-v2-faq-answer p {
		padding-left: 46px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.jy-v2-btn,
	.jy-v2-scene,
	.jy-v2-scene::before,
	.jy-v2-scene__icon i,
	.jy-v2-scene h3,
	.jy-v2-scene__tags li,
	.jy-v2-scene__visual img,
	.jy-v2-service-card,
	.jy-v2-card__no,
	.jy-v2-card__no i,
	.jy-v2-service-card h3,
	.jy-v2-advantage,
	.jy-v2-advantage::before,
	.jy-v2-advantage::after,
	.jy-v2-advantage__mark,
	.jy-v2-advantage h3,
	.jy-v2-advantage p,
	.jy-v2-case,
	.jy-v2-case img {
		transition: none;
	}

	.jy-v2-service-card:hover,
	.jy-v2-service-card:hover .jy-v2-card__no,
	.jy-v2-service-card:hover .jy-v2-card__no i,
	.jy-v2-scene:hover,
	.jy-v2-scene:hover .jy-v2-scene__icon i,
	.jy-v2-scene:hover h3,
	.jy-v2-scene:hover .jy-v2-scene__visual img,
	.jy-v2-advantage:hover .jy-v2-advantage__mark,
	.jy-v2-advantage:hover p {
		transform: none;
	}

	.jy-v2-hero__motion,
	.jy-v2-hero__motion-layer,
	.jy-v2-hero__panel,
	.jy-v2-hero__panel-card,
	.jy-v2-hero__panel-sheen,
	.jy-v2-hero__title,
	.jy-v2-hero__phone button,
	.jy-v2-hero__phone button::before,
	.jy-v2-hero__phone button::after,
	.jy-v2-cta-arrow,
	.jy-v2-cta-arrow::before,
	.jy-v2-case-more .jy-v2-btn::before,
	.jy-v2-case-more .jy-v2-btn::after,
	.jy-v2-case-control-label::after,
	.jy-v2-hero__proof i {
		animation: none;
		transition: none;
	}

	.jy-v2-partner-track {
		animation: none;
	}

	.jy-v2-metrics,
	.jy-v2-metrics__grid {
		transform: none;
	}
}

/* 2026-08-02 visual alignment pass */
.jy-v2-container {
	width: min(1440px, calc(100% - 96px));
}

.jy-v2-section__index,
#services .jy-v2-section__index,
#scenes .jy-v2-section__index,
#advantages .jy-v2-section__index,
#process .jy-v2-section__index,
#cases .jy-v2-section__index,
#partners .jy-v2-section__index,
#faq-v2 .jy-v2-section__index {
	background: linear-gradient(150deg, #f653bf 0%, #dc50d9 42%, #8c63ff 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	text-shadow: 0 0 34px rgba(226, 72, 207, 0.25);
}

.jy-v2-hero__phone button {
	box-shadow:
		0 8px 25px rgba(221, 52, 164, 0.42),
		0 0 13px rgba(232, 74, 190, 0.42);
}

.jy-v2-hero__panel {
	pointer-events: none;
	animation: none;
	will-change: transform;
}

.jy-v2-hero__panel-card,
.jy-v2-hero__panel:hover .jy-v2-hero__panel-card {
	pointer-events: none;
	cursor: default;
	animation: none;
	transition: none;
	filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.46)) drop-shadow(0 0 15px rgba(139, 67, 255, 0.46));
	transform-origin: center;
	transform-style: preserve-3d;
}

.jy-v2-metrics {
	background-color: #10285a;
}

#cases {
	overflow: hidden;
	border-top: 0;
	background: linear-gradient(180deg, #030b1d 0%, #06152f 52%, #030b1d 100%);
}

#cases::before {
	display: none;
}

#cases > .jy-v2-container {
	position: relative;
	z-index: 1;
}

.jy-v2-case {
	padding: 2px;
	background: #06142c;
}

.jy-v2-case::before,
.jy-v2-case::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 4;
	pointer-events: none;
}

.jy-v2-case::before {
	background:
		linear-gradient(135deg, transparent 39%, #c15bff 44%, #795aff 51%, #4ba8ff 58%, transparent 63%) left top / 20px 20px no-repeat,
		linear-gradient(45deg, transparent 39%, #4ba8ff 44%, #a55dff 51%, #7658ff 58%, transparent 63%) right top / 20px 20px no-repeat,
		linear-gradient(45deg, transparent 39%, #c15bff 44%, #795aff 51%, #4ba8ff 58%, transparent 63%) left bottom / 20px 20px no-repeat,
		linear-gradient(135deg, transparent 39%, #4ba8ff 44%, #a55dff 51%, #7658ff 58%, transparent 63%) right bottom / 20px 20px no-repeat,
		linear-gradient(90deg, #9e55f5, #6b63f3 52%, #3fa3ec) 20px 0 / calc(100% - 40px) 2px no-repeat,
		linear-gradient(90deg, #9e55f5, #6b63f3 52%, #3fa3ec) 20px 100% / calc(100% - 40px) 2px no-repeat,
		linear-gradient(180deg, #9e55f5, #665ff1 52%, #3fa3ec) 0 20px / 2px calc(100% - 40px) no-repeat,
		linear-gradient(180deg, #9e55f5, #665ff1 52%, #3fa3ec) 100% 20px / 2px calc(100% - 40px) no-repeat;
	filter: drop-shadow(0 0 7px rgba(138, 79, 245, 0.46));
}

.jy-v2-case::after {
	inset: 5px;
	background:
		linear-gradient(90deg, rgba(196, 91, 255, 0.58), rgba(80, 139, 248, 0.6)) 14px 0 / calc(100% - 28px) 1px no-repeat,
		linear-gradient(90deg, rgba(196, 91, 255, 0.58), rgba(80, 139, 248, 0.6)) 14px 100% / calc(100% - 28px) 1px no-repeat,
		linear-gradient(180deg, rgba(196, 91, 255, 0.58), rgba(80, 139, 248, 0.6)) 0 14px / 1px calc(100% - 28px) no-repeat,
		linear-gradient(180deg, rgba(196, 91, 255, 0.58), rgba(80, 139, 248, 0.6)) 100% 14px / 1px calc(100% - 28px) no-repeat;
}

.jy-v2-partners {
	padding-top: 80px;
	padding-bottom: 92px;
	border-top: 1px solid rgba(87, 142, 228, 0.12);
	background:
		radial-gradient(circle at 78% 26%, rgba(94, 84, 242, 0.24), transparent 32%),
		radial-gradient(circle at 18% 68%, rgba(36, 111, 210, 0.15), transparent 34%),
		linear-gradient(180deg, #07142d 0%, #0a1d3f 50%, #06132b 100%);
}

.jy-v2-partners::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(rgba(76, 110, 208, 0.12) 1px, transparent 1px),
		linear-gradient(90deg, rgba(76, 110, 208, 0.12) 1px, transparent 1px);
	background-size: 48px 48px;
	-webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 100%);
	mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 100%);
}

.jy-v2-partner-layout {
	position: relative;
	z-index: 1;
	display: block;
}

#partners .jy-v2-section__title-wrap {
	min-height: 150px;
	padding-left: 190px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 12px;
}

#partners .jy-v2-section__index {
	top: 50%;
	left: 0;
	font-size: 148px;
	transform: translateY(-50%);
}

#partners .jy-v2-eyebrow {
	margin: 0;
	color: #35e5e9;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.12em;
}

#partners h2 {
	margin: 0;
	font-size: clamp(38px, 3vw, 48px);
	line-height: 1.2;
}

#partners .jy-v2-section__intro {
	margin: 0;
	color: #b5c1d9;
	line-height: 1.75;
}

.jy-v2-partner-stage {
	width: 100%;
	max-width: 1440px;
	min-width: 0;
	margin: 14px auto 0;
	overflow: hidden;
	padding: 0;
	box-sizing: border-box;
}

.jy-v2-partner-pages {
	position: relative;
	display: flex;
	min-height: 0;
	transition: transform 0.72s cubic-bezier(0.22, 0.75, 0.24, 1);
	will-change: transform;
}

.jy-v2-partner-page {
	display: block;
	flex: 0 0 100%;
	min-width: 0;
	overflow: hidden;
}

.jy-v2-partner-page.is-active {
	display: block;
}

.jy-v2-partner-page > img {
	display: block;
	width: 100%;
	height: auto;
	margin-top: -10%;
	margin-bottom: -9%;
	filter: none;
	opacity: 1;
}

.jy-v2-partner-dots {
	display: flex;
	justify-content: center;
	gap: 12px;
	margin-top: 10px;
}

.jy-v2-partner-dot {
	width: 11px;
	height: 11px;
	padding: 0;
	border: 1px solid rgba(53, 229, 233, 0.62);
	border-radius: 50%;
	background: rgba(53, 229, 233, 0.18);
	cursor: pointer;
}

.jy-v2-partner-dot.is-active {
	border-color: #35e5e9;
	background: #35e5e9;
	box-shadow: 0 0 14px rgba(53, 229, 233, 0.86);
}

#faq-v2 {
	overflow: visible;
	padding-bottom: 0;
	background: linear-gradient(180deg, #030b1d 0%, #06152f 52%, #030b1d 100%);
}

#faq-v2::before {
	display: none;
}

#gotoTop {
	border: 1px solid rgba(229, 111, 255, 0.76);
	background: linear-gradient(135deg, rgba(140, 99, 255, 0.94), rgba(246, 83, 191, 0.94));
	box-shadow: 0 0 16px rgba(204, 74, 231, 0.42);
	color: #fff;
}

#gotoTop::before {
	display: inline-block;
	transform: translateY(-2px);
}

#gotoTop:hover {
	border-color: #f28cda;
	background: linear-gradient(135deg, #a66eff, #fa5cae);
	box-shadow: 0 0 22px rgba(232, 84, 202, 0.64);
}

.jy-v2-faq-layout {
	position: relative;
	z-index: 2;
}

.jy-v2-faq-vortex {
	position: relative;
	z-index: 1;
	left: 50%;
	width: 100vw;
	max-width: none;
	height: clamp(236px, calc(27vw + 20px), 416px);
	margin: -110px auto 0;
	background: url("../image-jy/redesign/faq-vortex-static-v2.webp") center bottom / cover no-repeat;
	-webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 40%, #000 100%);
	mask-image: linear-gradient(180deg, transparent 0%, #000 40%, #000 100%);
	mix-blend-mode: screen;
	transform: translateX(-50%);
	pointer-events: none;
}

@media (min-width: 1025px) {
	#services .jy-v2-section__title-wrap,
	#scenes .jy-v2-section__title-wrap,
	#advantages .jy-v2-section__title-wrap,
	#process .jy-v2-section__title-wrap,
	#cases .jy-v2-section__title-wrap,
	#faq-v2 .jy-v2-section__title-wrap {
		padding-left: 170px;
	}

	#partners .jy-v2-section__title-wrap {
		padding-left: 180px;
	}
}

@media (max-width: 1300px) {
	.jy-v2-container { width: calc(100% - 64px); }
}

@media (max-width: 1024px) {
	.jy-v2-container { width: calc(100% - 48px); }
	#partners .jy-v2-section__title-wrap { min-height: 150px; padding-left: 180px; }
}

@media (max-width: 720px) {
	.jy-v2-container { width: calc(100% - 32px); }
	#partners .jy-v2-section__title-wrap { min-height: 92px; padding-left: 84px; }
	#partners .jy-v2-section__index { font-size: 76px; }
	.jy-v2-partner-stage { margin-top: 12px; }
	.jy-v2-faq-vortex { height: 190px; margin: 10px auto 0; }
}

/* Static V5 hero panel composition */
@media (min-width: 821px) {
	.jy-v2-hero__content {
		transform: translateY(-50px);
	}

	.jy-v2-hero__proof {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		width: min(570px, 100%);
		justify-content: stretch;
		align-items: stretch;
	}

	.jy-v2-hero__proof > span {
		position: relative;
		flex: 1 1 0;
		width: 100%;
		min-width: 0;
		padding: 0 18px;
		margin: 0;
		gap: 10px;
		justify-content: center;
		border-right: 0;
	}

	.jy-v2-hero__proof > span:not(:last-child)::after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: 1px;
		background: rgba(143, 184, 246, 0.34);
	}

	.jy-v2-hero__proof > span:first-child::after {
		right: 20px;
	}

	.jy-v2-hero__proof-copy {
		width: 90px;
		flex: 0 0 90px;
	}

	.jy-v2-hero__proof > span:first-child {
		padding-left: 18px;
	}

	.jy-v2-hero__proof > span:last-child {
		padding-right: 18px;
	}

	.jy-v2-hero__panels {
		top: 8%;
		right: 0;
		bottom: 5%;
		left: 50%;
		perspective: 700px;
		perspective-origin: 50% 50%;
		transform-style: preserve-3d;
	}

	.jy-v2-hero__panel {
		top: auto;
		left: auto;
		width: clamp(190px, 16.5vw, 250px);
		opacity: 1;
		transform-origin: 50% 50%;
		transform-style: preserve-3d;
		will-change: auto;
	}

	.jy-v2-hero__panel-card,
	.jy-v2-hero__panel:hover .jy-v2-hero__panel-card {
		perspective: none;
		animation: jy-v2-hero-panel-float var(--jy-panel-float-duration, 6.4s) ease-in-out var(--jy-panel-float-delay, 0s) infinite;
		transform-style: flat;
		will-change: transform;
	}

	.jy-v2-hero__panel-card > img {
		opacity: 1;
	}

	.jy-v2-hero__panel--brand .jy-v2-hero__panel-card > img {
		transform-origin: right center;
		transform: skewY(-2.5deg);
	}

	.jy-v2-hero__panel--brand {
		top: 8%;
		left: -4%;
		width: clamp(230px, 19vw, 285px);
		transform-origin: center center;
		transform: rotateY(40deg) rotateZ(1.2deg) !important;
		--jy-panel-float-up: -9px;
		--jy-panel-float-down: 4px;
		--jy-panel-float-duration: 6.8s;
		--jy-panel-float-delay: -1.4s;
	}

	.jy-v2-hero__panel--world {
		top: 6%;
		left: 50%;
		width: clamp(230px, 19vw, 285px);
		transform: rotateY(-30deg) rotateZ(-1.2deg) !important;
		--jy-panel-float-up: -14px;
		--jy-panel-float-down: 3px;
		--jy-panel-float-duration: 5.5s;
		--jy-panel-float-delay: -3.1s;
	}

	.jy-v2-hero__panel--casual {
		top: 39%;
		left: 4%;
		width: clamp(215px, 17.5vw, 260px);
		transform: rotateY(17deg) rotateZ(0.8deg) !important;
		--jy-panel-float-up: -7px;
		--jy-panel-float-down: 6px;
		--jy-panel-float-duration: 7.3s;
		--jy-panel-float-delay: -4.2s;
	}

	.jy-v2-hero__panel--education {
		top: 38%;
		left: 53%;
		width: clamp(205px, 16.8vw, 250px);
		transform: rotateY(-17deg) rotateZ(-0.8deg) !important;
		--jy-panel-float-up: -11px;
		--jy-panel-float-down: 5px;
		--jy-panel-float-duration: 6.1s;
		--jy-panel-float-delay: -0.8s;
	}

	.jy-v2-hero__panel--xr {
		top: 70%;
		left: -2%;
		width: clamp(240px, 20vw, 300px);
		transform: rotateY(15deg) rotateZ(0.5deg) !important;
		--jy-panel-float-up: -13px;
		--jy-panel-float-down: 4px;
		--jy-panel-float-duration: 5.8s;
		--jy-panel-float-delay: -2.3s;
	}

	.jy-v2-hero__panel--meta {
		top: 68%;
		left: 45%;
		width: clamp(240px, 20vw, 300px);
		transform: rotateY(-15deg) rotateZ(-0.5deg) !important;
		--jy-panel-float-up: -8px;
		--jy-panel-float-down: 7px;
		--jy-panel-float-duration: 7s;
		--jy-panel-float-delay: -5.1s;
	}
}

@keyframes jy-v2-hero-panel-float {
	0%, 100% {
		transform: translate3d(0, 0, 0);
	}
	38% {
		transform: translate3d(0, var(--jy-panel-float-up), 0);
	}
	72% {
		transform: translate3d(0, var(--jy-panel-float-down), 0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.jy-v2-hero__panel-card,
	.jy-v2-hero__panel:hover .jy-v2-hero__panel-card {
		animation: none !important;
	}
}

/* Mobile layouts for sections 01, 03, 04 and 05 */
@media (max-width: 580px) {
	#services,
	#advantages,
	#process,
	#cases {
		scroll-margin-top: 74px;
	}

	#services .jy-v2-container {
		width: calc(100% - 32px);
		max-width: none;
		margin-inline: 16px;
	}

	#services .jy-v2-service-grid {
		display: grid;
		inline-size: 100%;
		max-width: none;
		margin-inline: 0;
		grid-template-columns: minmax(0, 1fr);
		gap: 14px;
		overflow: visible;
		padding: 0;
		scroll-snap-type: none;
	}

	#services .jy-v2-service-card {
		flex: none;
		inline-size: 100%;
		max-width: none;
		min-height: 0;
		padding: 26px 22px 24px;
		border: 1px solid rgba(139, 92, 255, 0.5);
		box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2), inset 0 0 24px rgba(83, 67, 197, 0.06);
		scroll-snap-align: none;
	}

	#services .jy-v2-card__no {
		width: 66px;
		height: 66px;
		margin-bottom: 18px;
		font-size: 30px;
	}

	#services .jy-v2-service-card h3 {
		font-size: 20px;
	}

	#services .jy-v2-service-card ul {
		margin: 18px 0 0 14px;
	}

	#services .jy-v2-service-card li {
		margin-bottom: 8px;
		font-size: 14px;
		line-height: 1.55;
	}

	#advantages .jy-v2-advantages {
		display: grid;
		width: 100%;
		grid-template-columns: minmax(0, 1fr);
		gap: 0;
		overflow: hidden;
		padding: 10px;
		scroll-snap-type: none;
		clip-path: polygon(18px 0, calc(100% - 18px) 0, 100% 18px, 100% calc(100% - 18px), calc(100% - 18px) 100%, 18px 100%, 0 calc(100% - 18px), 0 18px);
	}

	#advantages .jy-v2-advantage {
		width: 100%;
		min-height: 0;
		padding: 24px 20px;
		border: 0;
		border-bottom: 1px solid rgba(106, 89, 223, 0.36);
		scroll-snap-align: none;
	}

	#advantages .jy-v2-advantage:last-child {
		border-bottom: 0;
	}

	#advantages .jy-v2-advantage__top {
		gap: 14px;
		margin-bottom: 14px;
	}

	#advantages .jy-v2-advantage__mark {
		width: 64px;
		height: 64px;
		font-size: 28px;
	}

	#advantages .jy-v2-advantage h3 {
		font-size: 19px;
	}

	#advantages .jy-v2-advantage p {
		font-size: 14px;
		line-height: 1.65;
	}

	#process .jy-v2-process-frame {
		padding: 1px;
		clip-path: polygon(18px 0, calc(100% - 18px) 0, 100% 18px, 100% calc(100% - 18px), calc(100% - 18px) 100%, 18px 100%, 0 calc(100% - 18px), 0 18px);
	}

	#process .jy-v2-process-visual {
		display: flex;
		flex-direction: column;
		overflow: hidden;
	}

	#process .jy-v2-process-track {
		position: relative;
		order: 1;
		top: auto;
		left: auto;
		right: auto;
		width: auto;
		height: auto;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding: 12px 10px 14px;
		background: rgba(5, 13, 38, 0.76);
	}

	#process .jy-v2-process-node {
		min-height: 88px;
		gap: 4px;
		padding: 12px 8px;
		border-right: 1px solid rgba(106, 89, 223, 0.3);
		border-bottom: 1px solid rgba(106, 89, 223, 0.3);
	}

	#process .jy-v2-process-node:nth-child(2n) {
		border-right: 0;
	}

	#process .jy-v2-process-node:nth-child(n + 5) {
		border-bottom: 0;
	}

	#process .jy-v2-process-node::after {
		display: none;
	}

	#process .jy-v2-process-node small {
		font-size: 12px;
	}

	#process .jy-v2-process-node strong {
		font-size: 16px;
		line-height: 1.25;
	}

	#process .jy-v2-process-node span {
		font-size: 12px;
	}

	#process .jy-v2-process-frame img {
		order: 2;
		width: 100%;
		max-width: 100%;
		height: auto;
		object-fit: contain;
	}

	#cases .jy-v2-case-filters {
		width: calc(100% + 16px);
		gap: 10px;
		margin-bottom: 20px;
		padding-right: 16px;
	}

	#cases .jy-v2-case-filter {
		min-height: 38px;
		padding: 0 16px;
		font-size: 14px;
	}

	#cases .jy-v2-cases {
		display: grid;
		width: 100%;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px 12px;
		overflow: visible;
		padding: 0;
		scroll-snap-type: none;
	}

	#cases .jy-v2-case {
		width: 100%;
		min-width: 0;
		min-height: 0;
		clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
		scroll-snap-align: none;
	}

	#cases .jy-v2-case__media {
		clip-path: polygon(9px 0, calc(100% - 9px) 0, 100% 9px, 100% 100%, 0 100%, 0 9px);
	}

	#cases .jy-v2-case__body {
		min-height: 58px;
		padding: 12px 12px 13px;
	}

	#cases .jy-v2-case h3 {
		font-size: 14px;
		line-height: 1.4;
	}

	#cases .jy-v2-case-more {
		margin-top: 28px;
	}
}
