.site-yurop {
	background: #f4f6fb;
	color: #12203a;
}

.site-yurop .yu {
	font-family: "Outfit", "Segoe UI", sans-serif;
	color: #12203a;
	background: #f4f6fb;
}

.site-yurop .yu a {
	color: inherit;
	text-decoration: none;
}

.site-yurop .yu-wrap {
	width: min(1080px, calc(100% - 2.5rem));
	margin: 0 auto;
}

.site-yurop .yu-top {
	position: sticky;
	top: 0;
	z-index: 20;
	background: rgba(244, 246, 251, 0.92);
	backdrop-filter: blur(14px);
	border-bottom: 1px solid rgba(0, 51, 153, 0.08);
}

.site-yurop .yu-top-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 4.25rem;
	gap: 1rem;
}

.site-yurop .yu-brand {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	font-weight: 650;
	font-size: 1.15rem;
	letter-spacing: -0.03em;
}

.site-yurop .yu-brand img {
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 0.55rem;
}

.site-yurop .yu-nav {
	display: flex;
	align-items: center;
	gap: 1.15rem;
	font-size: 0.92rem;
}

.site-yurop .yu-nav a {
	opacity: 0.72;
}

.site-yurop .yu-nav a:hover,
.site-yurop .yu-nav a.is-on {
	opacity: 1;
}

.site-yurop .yu-langs {
	display: flex;
	gap: 0.55rem;
	font-size: 0.78rem;
	letter-spacing: 0.04em;
}

.site-yurop .yu-hero {
	padding: 4.5rem 0 3.5rem;
}

.site-yurop .yu-hero-grid {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: 3rem;
	align-items: center;
}

.site-yurop .yu-kicker {
	margin: 0 0 0.9rem;
	color: #003399;
	font-size: 0.82rem;
	font-weight: 650;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.site-yurop .yu-display {
	margin: 0 0 1.1rem;
	font-size: clamp(2.6rem, 6vw, 4.4rem);
	font-weight: 650;
	letter-spacing: -0.045em;
	line-height: 1.02;
}

.site-yurop .yu-lead {
	max-width: 34rem;
	margin: 0 0 1.8rem;
	font-size: 1.2rem;
	line-height: 1.55;
	color: #3c4d6e;
}

.site-yurop .yu-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3rem;
	padding: 0 1.35rem;
	border-radius: 999px;
	background: #003399;
	color: #fff;
	font-weight: 600;
}

.site-yurop .yu-btn:hover {
	background: #002b80;
	color: #fff;
}

.site-yurop .yu-hero-mark {
	display: flex;
	justify-content: center;
}

.site-yurop .yu-hero-mark img {
	width: min(340px, 78vw);
	height: auto;
	filter: drop-shadow(0 18px 40px rgba(0, 51, 153, 0.18));
}

.site-yurop .yu-features {
	padding: 1rem 0 4rem;
}

.site-yurop .yu-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
}

.site-yurop .yu-card {
	margin: 0;
	padding: 1.4rem 1.35rem 1.5rem;
	background: #fff;
	border: 1px solid #e3e9f4;
	border-radius: 1.1rem;
}

.site-yurop .yu-card h2 {
	margin: 0 0 0.55rem;
	font-size: 1.15rem;
	font-weight: 650;
	letter-spacing: -0.02em;
}

.site-yurop .yu-card p {
	margin: 0;
	color: #3c4d6e;
	line-height: 1.55;
}

.site-yurop .yu-how {
	background: #003399;
	color: #fff;
	padding: 4.5rem 0;
}

.site-yurop .yu-how .yu-kicker {
	color: #ffcc00;
}

.site-yurop .yu-how-h {
	margin: 0 0 2rem;
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 650;
	letter-spacing: -0.04em;
}

.site-yurop .yu-steps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-yurop .yu-steps li {
	padding-top: 0.9rem;
	border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.site-yurop .yu-step-n {
	display: block;
	margin-bottom: 0.7rem;
	color: #ffcc00;
	font-size: 0.82rem;
	font-weight: 650;
	letter-spacing: 0.08em;
}

.site-yurop .yu-steps h3 {
	margin: 0 0 0.4rem;
	font-size: 1.2rem;
	font-weight: 650;
}

.site-yurop .yu-steps p {
	margin: 0;
	color: rgba(255, 255, 255, 0.84);
	line-height: 1.55;
}

.site-yurop .yu-end {
	padding: 4.5rem 0 3rem;
}

.site-yurop .yu-end-h {
	margin: 0 0 0.8rem;
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 650;
	letter-spacing: -0.04em;
}

.site-yurop .yu-end p {
	max-width: 36rem;
	margin: 0;
	font-size: 1.15rem;
	line-height: 1.55;
	color: #3c4d6e;
}

.site-yurop .yu-foot {
	padding: 0 0 2rem;
	color: #6b7c99;
	font-size: 0.88rem;
}

@media (max-width: 800px) {
	.site-yurop .yu-nav-how {
		display: none;
	}

	.site-yurop .yu-hero {
		padding: 2.2rem 0 2rem;
	}

	.site-yurop .yu-hero-grid,
	.site-yurop .yu-cards,
	.site-yurop .yu-steps {
		grid-template-columns: 1fr;
	}

	.site-yurop .yu-hero-mark {
		order: -1;
	}
}
