@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;600;700&display=swap');

:root {
	--bg: #f5f6f8;
	--bg2: #ebeef2;
	--bg3: #e2e6eb00;
	--surf: #ffffff;
	--surf2: #f8f9fb;
	--line: #d1d6dc;
	--line2: #b3bcc5;
	--ink: #1f2227;
	--ink2: #3a4049;
	--ink3: #5c6572;
	--gold: #48515c;
	--gold-dk: #2c333a;
	--gold-lt: #e3e7ec;
	--gold-pl: #c9ced6;
	--red: #c92a42;
	--green: #10b981;
}

*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	-webkit-font-smoothing: antialiased;
	scroll-behavior: smooth;
}

body {
	font-family: 'Work Sans', system-ui, sans-serif;
	background: var(--bg);
	color: var(--ink);
	font-size: 16px;
	line-height: 1.65;
	min-height: 100vh;
}

/* ════════════════════ MASTHEAD (ШАПКА) ════════════════════ */
.sys-topbar {
	position: sticky;
	top: 0;
	z-index: 200;
	background: rgba(245, 246, 248, 0.96);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	border-bottom: 1px solid var(--line);
}

.sys-topbar-wrapper {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 20px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.sys-brand-node {
	display: flex;
	align-items: baseline;
	gap: 10px;
	text-decoration: none;
	flex-shrink: 0;
}

.sys-brand-txt {
	font-family: 'Work Sans', sans-serif;
	font-size: 23px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: var(--ink);
	line-height: 1;
}

.sys-brand-txt em {
	color: var(--gold);
	font-style: normal;
}

.sys-brand-sub {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: var(--ink3);
	border-left: 1px solid var(--line2);
	padding-left: 10px;
	line-height: 1.2;
}

.sys-nav-list {
	display: flex;
	gap: 0;
}

.sys-nav-list a {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--ink3);
	text-decoration: none;
	padding: 0 14px;
	height: 60px;
	display: flex;
	align-items: center;
	border-left: 1px solid var(--line);
	transition: color 0.2s, background 0.2s;
}

.sys-nav-list a:hover,
.sys-nav-list a.on {
	color: var(--gold);
	background: rgba(72, 81, 92, 0.04);
}

.sys-nav-list a:last-child {
	border-right: 1px solid var(--line);
}

@media (max-width: 460px) {
	.sys-brand-sub {
		display: none;
	}
}

@media (max-width: 640px) {
	.sys-nav-list a:not(:last-child) {
		display: none;
	}
}

/* ════════════════════ TICKER (БЕГУЩАЯ СТРОКА) ════════════════════ */
.sys-ticker {
	background: var(--gold);
	padding: 6px 20px;
	overflow: hidden;
}

.sys-ticker-wrapper {
	max-width: 1120px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	font-family: 'Work Sans', sans-serif;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: #fff;
}

.sys-ticker-left {
	display: flex;
	align-items: center;
	gap: 10px;
}

.sys-ticker-dot {
	width: 5px;
	height: 5px;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 50%;
	flex-shrink: 0;
}

.sys-ticker-right {
	display: flex;
	gap: 20px;
	color: rgba(255, 255, 255, 0.75);
}

@media (max-width: 480px) {
	.sys-ticker-right {
		display: none;
	}
}

/* ════════════════════ HERO / PAGE HEADER ════════════════════ */
.sys-hero {
	background: var(--bg2);
	border-bottom: 3px solid var(--gold);
	position: relative;
	overflow: hidden;
	padding: 54px 20px 46px;
}

.sys-hero::before {
	content: '';
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: radial-gradient(
		ellipse 70% 60% at 50% 110%,
		rgba(72, 81, 92, 0.06) 0%,
		transparent 60%
	);
}

.sys-hero-char {
	position: absolute;
	right: -4vw;
	bottom: -0.12em;
	font-family: 'Work Sans', serif;
	font-size: 44vw;
	font-weight: 700;
	line-height: 1;
	color: rgba(72, 81, 92, 0.03);
	pointer-events: none;
	user-select: none;
	letter-spacing: -0.05em;
}

.sys-hero-body {
	max-width: 800px;
	margin: 0 auto;
	position: relative;
}

.sys-crumbs {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 20px;
	font-family: 'Work Sans', sans-serif;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}

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

.sys-crumbs span {
	color: var(--ink3);
}

.sys-crumbs-sep {
	color: var(--line2);
}

.sys-crumbs-cat {
	display: inline-block;
	margin-bottom: 16px;
	font-family: 'Work Sans', sans-serif;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: var(--gold);
	border-bottom: 2px solid var(--gold);
	padding-bottom: 5px;
}

.sys-crumbs-left {
	display: flex;
	align-items: center;
	gap: 12px;
}

.sys-crumbs-item,
.sys-crumbs-date {
	font-size: 11px;
	font-weight: 600;
	color: var(--ink3);
	text-transform: uppercase;
	letter-spacing: 1px;
}

.sys-crumbs-date {
	flex-shrink: 0;
}

@media (max-width: 400px) {
	.sys-crumbs-date {
		display: none;
	}
}

.sys-badge-strip {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 24px;
}

.sys-pulse-dot {
	width: 7px;
	height: 7px;
	background: var(--gold);
	border-radius: 50%;
	flex-shrink: 0;
	box-shadow: 0 0 0 0 rgba(72, 81, 92, 0.5);
	animation: sys-pulse-key 2.2s ease-in-out infinite;
}

@keyframes sys-pulse-key {
	0% {
		box-shadow: 0 0 0 0 rgba(72, 81, 92, 0.55);
	}
	60% {
		box-shadow: 0 0 0 7px rgba(72, 81, 92, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(72, 81, 92, 0);
	}
}

.sys-badge-txt {
	font-family: 'Work Sans', sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: var(--ink3);
}

.sys-badge-line {
	flex: 1;
	height: 1px;
	background: var(--line);
}

.sys-hero-title {
	font-family: 'Work Sans', sans-serif;
	font-size: clamp(28px, 4.5vw, 48px);
	font-weight: 700;
	line-height: 1.1;
	color: var(--ink);
	margin-bottom: 16px;
}

.sys-hero-desc {
	font-size: 16px;
	color: var(--ink2);
	line-height: 1.7;
	max-width: 540px;
}

.sys-hero-desc--alt {
	font-size: 13px;
	color: var(--ink3);
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-weight: 600;
}
.sys-hero-desc--alt strong {
	color: var(--gold);
}

.sys-t1,
.sys-t3 {
	font-family: 'Work Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.1;
	letter-spacing: 0.01em;
	color: var(--ink);
}
.sys-t1 {
	font-size: clamp(28px, 4.5vw, 54px);
}
.sys-t2 {
	font-family: 'Work Sans', sans-serif;
	font-size: clamp(32px, 5.2vw, 62px);
	font-weight: 700;
	line-height: 1.1;
	color: var(--gold);
}
.sys-t3 {
	font-size: clamp(26px, 4.2vw, 50px);
	color: var(--ink2);
}

.sys-title-div {
	display: flex;
	align-items: center;
	gap: 0;
	margin-bottom: 26px;
}
.sys-div-accent {
	width: 56px;
	height: 3px;
	background: var(--gold);
	flex-shrink: 0;
	border-radius: 2px;
}
.sys-div-line {
	flex: 1;
	height: 1px;
	background: var(--line);
}

.sys-summary-block {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
}

.sys-meta-pill {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 4px;
	flex-shrink: 0;
}
.sys-pill-lbl {
	font-family: 'Work Sans', sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: var(--gold);
}
.sys-pill-txt {
	font-size: 11px;
	color: var(--ink3);
	text-transform: uppercase;
	letter-spacing: 1px;
}

@media (max-width: 560px) {
	.sys-summary-block {
		flex-direction: column;
		align-items: flex-start;
	}
	.sys-meta-pill {
		align-items: flex-start;
	}
}

/* ════════════════════ PAGE LAYOUT (СЕТКА) ════════════════════ */
.sys-main-grid {
	max-width: 1120px;
	margin: 0 auto;
	padding: 50px 20px 90px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 272px;
	gap: 46px;
	align-items: start;
}

@media (max-width: 860px) {
	.sys-main-grid {
		grid-template-columns: 1fr;
		gap: 34px;
	}
}

/* ════════════════════ CONTENT SECTIONS & BLOCKS ════════════════════ */
.sys-video-section {
	display: flex;
	flex-direction: column;
	gap: 38px;
	margin-bottom: 38px;
}

.sys-video-section--terms {
	gap: 0;
}

.sys-block-head {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 20px;
}

.sys-head-ind {
	width: 3px;
	height: 20px;
	background: var(--gold);
	border-radius: 2px;
	flex-shrink: 0;
}

.sys-head-txt {
	font-family: 'Work Sans', sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: var(--gold);
}

.sys-video-box {
	background: #000;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 0 0 1px var(--line), 0 0 0 4px rgba(72, 81, 92, 0.04),
		0 20px 50px rgba(0, 0, 0, 0.15);
	display: flex;
	justify-content: center;
}

.sys-video-sub {
	margin-top: 14px;
	text-align: center;
	font-size: 12px;
	color: var(--ink3);
}

.sys-video-sub a {
	color: var(--gold);
	text-decoration: none;
}

.sys-body-box {
	background: var(--surf);
	border: 1px solid var(--line);
	border-radius: 8px;
	padding: 30px 32px;
}

.sys-body-box--toc {
	border-left: 4px solid var(--gold);
	border-radius: 0 8px 8px 0;
	padding: 22px 24px;
	margin-bottom: 38px;
}
.sys-body-box--toc .sys-head-txt {
	margin-bottom: 14px;
}

.sys-body-box h2 {
	font-family: 'Work Sans', sans-serif;
	font-size: clamp(18px, 2.8vw, 24px);
	font-weight: 700;
	color: var(--ink);
	margin-bottom: 16px;
	line-height: 1.2;
}

.sys-body-box h2 em {
	color: var(--gold);
	font-style: normal;
}

.sys-body-box p {
	font-size: 15px;
	color: var(--ink2);
	line-height: 1.75;
	margin-bottom: 16px;
}

.sys-body-box p:last-child {
	margin-bottom: 0;
}

.sys-body-box strong {
	color: var(--ink);
}

.sys-body-box ol {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 0;
	counter-reset: toc;
}
.sys-body-box ol li {
	counter-increment: toc;
}
.sys-body-box ol li::before {
	content: counter(toc) '. ';
	color: var(--gold);
	font-weight: 700;
	font-size: 13px;
}
.sys-body-box a {
	font-size: 14px;
	color: var(--ink2);
	text-decoration: none;
	font-weight: 600;
	transition: color 0.2s;
}
.sys-body-box a:hover {
	color: var(--gold);
}

@media (max-width: 500px) {
	.sys-body-box {
		padding: 22px;
	}
}

/* ════════════════════ OFFER CARD (КАРТОЧКА ОФЕРА) ════════════════════ */
.sys-offer-card {
	display: none;
	margin-bottom: 40px;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid var(--line2);
	background: var(--surf);
	box-shadow: 0 0 0 1px rgba(72, 81, 92, 0.04), 0 15px 45px rgba(0, 0, 0, 0.08);
}

.sys-offer-head {
	background: linear-gradient(135deg, var(--gold-dk), var(--gold));
	padding: 12px 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
}

.sys-offer-head-left {
	font-family: 'Work Sans', sans-serif;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: #fff;
	display: flex;
	align-items: center;
	gap: 10px;
}

.sys-offer-head-ico {
	width: 20px;
	height: 20px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
}

.sys-offer-head-ico svg {
	width: 12px;
	height: 12px;
	stroke: #fff;
	fill: none;
	stroke-width: 2.5;
	stroke-linecap: round;
}

.sys-offer-head-tag {
	background: #fff;
	color: var(--gold);
	font-family: 'Work Sans', sans-serif;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 4px 12px;
	border-radius: 3px;
	flex-shrink: 0;
}

.sys-offer-body {
	padding: 26px;
}

.sys-offer-split {
	display: grid;
	grid-template-columns: 130px 1fr;
	gap: 24px;
	align-items: start;
}

.sys-offer-thumb {
	background: var(--surf2);
	border: 1px solid var(--line2);
	border-radius: 6px;
	padding: 14px;
	text-align: center;
	transition: border-color 0.25s;
}

.sys-offer-thumb:hover {
	border-color: var(--gold);
}

.sys-offer-thumb img {
	width: 100%;
	height: auto;
	display: block;
}

.sys-offer-title {
	font-family: 'Work Sans', sans-serif;
	font-size: clamp(18px, 2.5vw, 23px);
	font-weight: 700;
	color: var(--ink);
	line-height: 1.2;
	margin-bottom: 10px;
}

.sys-offer-title em {
	color: var(--gold);
	font-style: normal;
}

.sys-offer-txt {
	font-size: 14px;
	color: var(--ink2);
	line-height: 1.65;
	margin-bottom: 18px;
}

.sys-offer-bullets {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 22px;
}

.sys-offer-item {
	display: flex;
	align-items: center;
	gap: 12px;
	background: var(--bg2);
	border: 1px solid var(--line);
	border-radius: 6px;
	padding: 10px 14px;
	font-size: 13.5px;
	font-weight: 700;
	color: var(--ink);
}

.sys-offer-check {
	width: 20px;
	height: 20px;
	border-radius: 5px;
	background: var(--green);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.sys-offer-check svg {
	width: 11px;
	height: 11px;
	stroke: #fff;
	fill: none;
	stroke-width: 3;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.sys-offer-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	width: 100%;
	padding: 16px 22px;
	background: var(--green);
	color: #fff;
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	border-radius: 6px;
	border-bottom: 3px solid #047857;
	margin-top: 6px;
	transition: background 0.2s, transform 0.15s;
}

.sys-offer-btn:hover {
	background: #059669;
	border-bottom-color: #065f46;
	transform: translateY(-2px);
}

.sys-offer-btn svg {
	width: 18px;
	height: 18px;
	stroke: #fff;
	fill: none;
	stroke-width: 2.5;
	stroke-linecap: round;
	transition: transform 0.2s;
}

.sys-offer-btn:hover svg {
	transform: translateX(4px);
}

.sys-offer-badges {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
	margin-top: 14px;
}

@media (max-width: 480px) {
	.sys-offer-split {
		grid-template-columns: 1fr;
	}
}

/* ════════════════════ HIGHLIGHTS & QUOTES ════════════════════ */
.sys-quote-box {
	position: relative;
	background: var(--surf);
	border: 1px solid var(--line);
	border-left: 4px solid var(--gold);
	border-radius: 0 8px 8px 0;
	padding: 24px 26px;
}

.sys-quote-ico {
	font-family: 'Work Sans', serif;
	font-size: 48px;
	font-weight: 700;
	color: var(--gold);
	opacity: 0.15;
	line-height: 0.7;
	position: absolute;
	top: 14px;
	left: 18px;
	user-select: none;
}

.sys-quote-box text {
	font-family: 'Work Sans', sans-serif;
	font-size: clamp(15px, 2.2vw, 18px);
	color: var(--ink2);
	line-height: 1.6;
	padding-left: 30px;
	display: block;
}

.sys-quote-box author {
	display: block;
	margin-top: 14px;
	padding-left: 30px;
	font-family: 'Work Sans', sans-serif;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: var(--gold);
	font-style: normal;
}

.sys-quote-highlight {
	border-left: 4px solid var(--gold);
	background: var(--surf2);
	border: 1px solid var(--line2);
	border-left: 3px solid var(--gold);
	border-radius: 0 8px 8px 0;
	padding: 16px 18px;
	margin: 18px 0;
	font-size: 14px;
	color: var(--ink2);
	line-height: 1.7;
}

.sys-quote-highlight--gradient {
	background: linear-gradient(135deg, rgba(72, 81, 92, 0.05) 0%, rgba(72, 81, 92, 0.01) 100%);
	padding: 28px 30px;
	border: 1px solid var(--line);
	border-left: 4px solid var(--gold);
}
.sys-quote-highlight strong {
	color: var(--ink);
}
.sys-quote-highlight p {
	font-family: 'Work Sans', sans-serif;
	font-size: clamp(15px, 2.2vw, 19px);
	color: var(--ink2);
	line-height: 1.65;
}

/* ════════════════════ CARDS & GRIDS (ДОП. СЕТКИ) ════════════════════ */
.sys-cards-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}
@media (max-width: 500px) {
	.sys-cards-grid {
		grid-template-columns: 1fr;
	}
}

.sys-val-card {
	background: var(--surf2);
	border: 1px solid var(--line2);
	border-radius: 8px;
	padding: 20px 18px;
}

.sys-val-card h2 {
	font-family: 'Work Sans', sans-serif;
	font-size: clamp(18px, 2.8vw, 23px);
	font-weight: 700;
	color: var(--ink);
	margin-bottom: 18px;
	line-height: 1.2;
}
.sys-val-card p {
	font-size: 15px;
	color: var(--ink2);
	line-height: 1.8;
	margin-bottom: 14px;
}
.sys-val-card p:last-child {
	margin-bottom: 0;
}
.sys-val-card strong {
	color: var(--ink);
}
.sys-val-card ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 14px 0;
}
.sys-val-card ul li {
	font-size: 14.5px;
	color: var(--ink2);
	line-height: 1.7;
	padding-left: 18px;
	position: relative;
}
.sys-val-card ul li::before {
	content: '—';
	position: absolute;
	left: 0;
	color: var(--gold);
	font-weight: 700;
}
.sys-val-card a {
	color: var(--gold);
	text-decoration: none;
}
.sys-val-card a:hover {
	text-decoration: underline;
}

.sys-card-ico-wrap {
	width: 38px;
	height: 38px;
	border-radius: 6px;
	background: var(--gold-lt);
	border: 1px solid var(--gold-pl);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 14px;
}
.sys-card-ico-wrap svg {
	width: 20px;
	height: 20px;
	stroke: var(--gold);
	fill: none;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.sys-val-card h3 {
	font-family: 'Work Sans', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--ink);
	margin-bottom: 8px;
}
.sys-val-card p {
	font-size: 13.5px;
	color: var(--ink3);
	line-height: 1.6;
	margin: 0;
}

.sys-contact-row {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 16px 0;
	border-bottom: 1px solid var(--line);
}
.sys-contact-row:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.sys-contact-ico {
	width: 38px;
	height: 38px;
	border-radius: 6px;
	background: var(--surf2);
	border: 1px solid var(--line2);
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sys-contact-ico svg {
	width: 18px;
	height: 18px;
	stroke: var(--gold);
	fill: none;
	stroke-width: 1.8;
	stroke-linecap: round;
}

.sys-contact-ico--text {
	font-family: 'Work Sans', sans-serif;
	font-size: 11px;
	font-weight: 700;
	color: var(--gold);
	min-width: 18px;
	background: transparent;
	border: none;
	width: auto;
	height: auto;
}

.sys-contact-lbl {
	font-family: 'Work Sans', sans-serif;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: var(--ink3);
	margin-bottom: 4px;
}
.sys-val-card--list .sys-contact-lbl {
	letter-spacing: 2px;
	color: var(--gold);
	display: block;
	margin-bottom: 10px;
}

.sys-contact-val {
	font-size: 14.5px;
	color: var(--ink);
	font-weight: 500;
}

/* ════════════════════ SIDEBAR (БОКОВАЯ ПАНЕЛЬ) ════════════════════ */
.sys-side-stack {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.sys-side-widget {
	background: var(--surf);
	border: 1px solid var(--line);
	border-radius: 8px;
	overflow: hidden;
}

.sys-widget-head {
	background: var(--surf2);
	border-bottom: 1px solid var(--line);
	padding: 12px 18px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.sys-widget-ind {
	width: 3px;
	height: 14px;
	background: var(--gold);
	border-radius: 2px;
	flex-shrink: 0;
}

.sys-widget-txt {
	font-family: 'Work Sans', sans-serif;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: var(--ink3);
}

.sys-widget-body {
	padding: 16px 18px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.sys-widget-body p {
	font-size: 13.5px;
	color: var(--ink3);
	line-height: 1.65;
}

.sys-widget-body hr {
	border: none;
	border-top: 1px solid var(--line);
}

.sys-widget-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 13.5px;
	font-weight: 600;
	color: var(--ink2);
	text-decoration: none;
	padding: 10px 0;
	border-bottom: 1px solid var(--line);
	transition: color 0.2s;
}

.sys-widget-link:last-child {
	border-bottom: none;
}

.sys-widget-link:hover {
	color: var(--gold);
}

.sys-widget-arrow {
	font-size: 18px;
	color: var(--line2);
	line-height: 1;
	transition: color 0.2s;
}

.sys-widget-link:hover .sys-widget-arrow {
	color: var(--gold);
}

.sys-stats-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1px;
	background: var(--line);
	border-radius: 6px;
	overflow: hidden;
	border: 1px solid var(--line);
}

.sys-stats-cell {
	background: var(--bg2);
	padding: 16px 14px;
	text-align: center;
}

.sys-stats-val {
	font-family: 'Work Sans', sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: var(--gold);
	line-height: 1;
	display: block;
	margin-bottom: 6px;
}

.sys-stats-lbl {
	font-size: 11px;
	font-weight: 700;
	color: var(--ink3);
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
}

.sys-trust-tag {
	font-size: 11.5px;
	font-weight: 600;
	color: var(--ink3);
	text-transform: uppercase;
	letter-spacing: 0.5px;
	display: flex;
	align-items: center;
	gap: 6px;
	text-decoration: none;
	padding: 8px 0;
	border-bottom: 1px solid var(--line);
	transition: color 0.2s;
}
.sys-trust-tag:last-child {
	border-bottom: none;
}
.sys-trust-tag:hover {
	color: var(--gold);
}

.sys-trust-tag--check::before {
	content: '✓';
	color: var(--green);
	font-size: 13px;
}

/* ════════════════════ FOOTER (ПОДВАЛ) ════════════════════ */
.sys-footer {
	background: var(--bg2);
	border-top: 1px solid var(--line);
	padding: 50px 0 26px;
}

.sys-footer-wrapper {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 20px;
}

.sys-footer-notice {
	font-size: 12px;
	line-height: 1.85;
	color: var(--ink3);
	padding: 16px 20px;
	background: var(--surf);
	border: 1px solid var(--line);
	border-left: 3px solid var(--line2);
	border-radius: 0 6px 6px 0;
	margin-bottom: 38px;
}

.sys-footer-notice strong {
	color: var(--ink2);
}

.sys-footer-cols {
	display: grid;
	grid-template-columns: 1.6fr 1fr 1fr;
	gap: 38px;
	padding-bottom: 30px;
	border-bottom: 1px solid var(--line);
	margin-bottom: 20px;
}

.sys-footer-col h5 {
	font-family: 'Work Sans', sans-serif;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: var(--gold);
	margin-bottom: 16px;
}

.sys-footer-col address {
	font-style: normal;
	font-size: 13px;
	color: var(--ink3);
	line-height: 1.9;
}

.sys-footer-col address strong {
	color: var(--ink2);
}

.sys-footer-col nav {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.sys-footer-col nav a {
	font-size: 13px;
	color: var(--ink3);
	text-decoration: none;
	transition: color 0.2s;
}

.sys-footer-col nav a:hover {
	color: var(--ink);
}

.sys-footer-base {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.sys-footer-logo {
	font-family: 'Work Sans', sans-serif;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: var(--ink3);
}

.sys-footer-logo em {
	color: var(--gold);
	font-style: normal;
}

.sys-footer-copy {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--line2);
}

@media (max-width: 640px) {
	.sys-footer-cols {
		grid-template-columns: 1fr 1fr;
		gap: 22px;
	}
}

@media (max-width: 380px) {
	.sys-footer-cols {
		grid-template-columns: 1fr;
	}
}

/* ════════════════════ COOKIE BAR (ПЛАШКА КУКИ) ════════════════════ */
.sys-cookie-bar {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	background: var(--surf2);
	border-top: 1px solid var(--line2);
	box-shadow: 0 -10px 36px rgba(0, 0, 0, 0.05);
	transform: translateY(100%);
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.sys-cookie-bar.reveal-banner {
	transform: translateY(0);
}

.sys-cookie-inner {
	max-width: 1120px;
	margin: 0 auto;
	padding: 16px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	flex-wrap: wrap;
}

.sys-cookie-msg {
	flex: 1;
	min-width: 180px;
	font-size: 13px;
	color: var(--ink3);
	line-height: 1.6;
}

.sys-cookie-msg a {
	color: var(--gold);
	font-weight: 700;
	text-decoration: none;
}

.sys-cookie-btns {
	display: flex;
	gap: 10px;
	flex-shrink: 0;
}

.sys-cookie-btn {
	padding: 10px 20px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	cursor: pointer;
	border-radius: 6px;
	border: 1px solid var(--line2);
	background: var(--surf);
	color: var(--ink3);
	transition: background 0.2s;
}

.sys-cookie-btn:hover {
	background: var(--line);
}

.sys-cookie-accept {
	background: var(--gold);
	color: #fff;
	border-color: var(--gold-dk);
}

.sys-cookie-accept:hover {
	background: var(--gold-dk);
}

@media (max-width: 500px) {
	.sys-cookie-inner {
		flex-direction: column;
	}
	.sys-cookie-btns {
		width: 100%;
	}
	.sys-cookie-btn {
		flex: 1;
	}
}
