@font-face { src: url("../fonts/Inter-Regular.woff2") format("woff2"); font-family: "inter-st"; font-weight: 400; font-style: normal; }
@font-face { src: url("../fonts/Inter-Medium.woff2") format("woff2"); font-family: "inter-st"; font-weight: 500; font-style: normal; }
@font-face { src: url("../fonts/Inter-Bold.woff2") format("woff2"); font-family: "inter-st"; font-weight: 700; font-style: normal; }
@font-face { src: url("../fonts/Inter-Black.woff2") format("woff2"); font-family: "inter-st"; font-weight: 900; font-style: normal; }

:root {
	--ink: #111827;
	--ink-soft: #374151;
	--paper: #f6f8fb;
	--surface: #ffffff;
	--line: #dde3ec;
	--brand: #2f6fed;
	--brand-dark: #174ea6;
	--signal: #00a88f;
	--warm: #ffb020;
	--danger-muted: #f16045;
	--muted: #6b7280;
	--shadow: 0 24px 70px rgba(17, 24, 39, .12);
	--font: inter-st, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
	min-width: 320px;
	margin: 0;
	font-family: var(--font);
	font-size: 18px;
	line-height: 1.65;
	color: var(--ink);
	background:
		linear-gradient(180deg, #eef4ff 0, #f7f9fc 520px, #f7f9fc 100%);
	overflow-x: hidden;
}

body::before {
	content: "";
	position: fixed;
	inset: 0;
	z-index: -1;
	background-image:
		linear-gradient(rgba(47, 111, 237, .045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(47, 111, 237, .045) 1px, transparent 1px);
	background-size: 44px 44px;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: var(--brand-dark);
	text-decoration: none;
}

a:hover { color: var(--brand); }

ul { padding-left: 0; }

li { list-style: none; }

ol {
	margin: 14px 0 0;
	padding-left: 19px;
}

ol li { list-style: decimal; }

::selection {
	background: var(--brand);
	color: #fff;
}

input,
textarea,
button { font: inherit; }

input,
textarea { outline: none; }

input:focus:required:invalid,
textarea:focus:required:invalid { border-color: var(--danger-muted); }

input:required:valid,
textarea:required:valid { border-color: var(--signal); }

h1,
h2,
h3,
h4,
p { margin-top: 0; }

h1 {
	max-width: 760px;
	margin-bottom: 22px;
	font-size: clamp(58px, 10vw, 140px);
	line-height: .84;
	font-weight: 900;
	letter-spacing: 0;
}

h2 {
	margin-bottom: 34px;
	font-size: clamp(30px, 4vw, 54px);
	line-height: 1.02;
	font-weight: 850;
	letter-spacing: 0;
}

h3 {
	margin-bottom: 12px;
	font-size: 21px;
	line-height: 1.24;
	font-weight: 760;
	letter-spacing: 0;
	text-transform: none;
}

h4 {
	margin-bottom: 18px;
	font-size: 19px;
	line-height: 1.25;
	font-weight: 760;
	text-align: left;
	text-transform: none;
}

button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 14px 28px;
	border: 0;
	border-radius: 8px;
	background: var(--brand);
	color: #fff;
	font-weight: 760;
	cursor: pointer;
	transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

button:hover {
	background: var(--brand-dark);
	box-shadow: 0 14px 26px rgba(47, 111, 237, .22);
	transform: translateY(-1px);
}

button:disabled,
button.disabled {
	cursor: not-allowed;
	background: #c8d0dc;
	color: #fff;
	box-shadow: none;
	transform: none;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl { --bs-gutter-x: 1.5rem; }

.row,
.row > * { --bs-gutter-x: 1.5rem; }

.navbar { padding: 0; }

header {
	position: sticky;
	top: 0;
	z-index: 50;
	padding: 14px 0;
	background: rgba(14, 26, 45, .92);
	backdrop-filter: blur(18px);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .08);
}

.masthead-mark {
	display: flex;
	width: 176px;
	padding: 10px 14px;
	border-radius: 8px;
	background: #fff;
}

.masthead-collapse {
	justify-content: flex-end;
}

header .nav-item .nav-link {
	margin-left: 28px;
	padding: 10px 0;
	color: rgba(255, 255, 255, .78);
	font-size: 15px;
	font-weight: 700;
}

header .nav-item .nav-link:hover { color: #fff; }

header .navbar-toggler {
	min-height: 42px;
	padding: 8px 10px;
	border: 1px solid rgba(255, 255, 255, .25);
	background: #fff;
}

.cockpit-hero {
	position: relative;
	padding: 72px 0 52px;
	background:
		linear-gradient(135deg, rgba(13, 24, 45, .98), rgba(25, 51, 86, .94)),
		url("../images/fon2.jpg") center/cover no-repeat;
	color: #fff;
}

.cockpit-hero::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 92px;
	background: linear-gradient(180deg, rgba(247, 249, 252, 0), #f7f9fc);
	pointer-events: none;
}

.cockpit-shell {
	position: relative;
	z-index: 1;
	padding: 36px 0 78px;
}

.text-micro {
	font-size: 14px;
	line-height: 1.55;
	color: var(--muted);
}

.cockpit-hero .text-micro { color: rgba(255, 255, 255, .68); }

.weight-medium,
.weight-regular-plus { font-weight: 600; }

.weight-strong { font-weight: 800; }

.gap-bottom-32 { margin-bottom: 32px; }

.gap-top-32 { margin-top: 32px; }

.display-kicker {
	margin-bottom: 16px;
	color: var(--signal);
	font-size: clamp(20px, 3vw, 34px);
	font-weight: 800;
	line-height: 1.12;
}

.cockpit-hero .display-kicker { color: #8de8d3; }

.display-subline {
	max-width: 520px;
	margin: 0 0 34px;
	color: rgba(255, 255, 255, .88);
	font-size: clamp(24px, 4vw, 44px);
	font-weight: 760;
	line-height: 1.08;
}

.cockpit-story img {
	width: min(100%, 360px);
	aspect-ratio: 4 / 5;
	margin: 0 0 0 auto;
	border-radius: 18px;
	object-fit: cover;
	object-position: center;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12);
}

.dossier-section,
.service-radar,
.outcome-track,
.request-band,
.capability-wall,
.audit-callout,
.budget-section,
.crew-section,
.closing-request {
	padding: 86px 0;
}

.dossier-section .display-kicker {
	max-width: 1030px;
	margin-bottom: 24px;
	color: var(--ink);
	font-size: clamp(25px, 4vw, 43px);
	line-height: 1.18;
}

.copy-panel {
	max-width: 1030px;
	margin-top: 24px;
	padding: 30px;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: var(--surface);
	box-shadow: 0 12px 40px rgba(17, 24, 39, .06);
	font-weight: 500;
}

.copy-panel ul {
	display: grid;
	gap: 12px;
	padding-left: 21px;
}

.copy-panel ul li { list-style: disc; }

.copy-panel a {
	border-bottom: 1px solid rgba(47, 111, 237, .35);
	font-weight: 700;
}

.license-order h2 {
	margin-bottom: 18px;
	font-size: 28px;
	line-height: 1.25;
	text-align: left;
}

.license-order p:last-child {
	margin-bottom: 0;
}

.technology-stack {
	position: relative;
	overflow: hidden;
	padding: 0;
	background:
		linear-gradient(135deg, rgba(47, 111, 237, .08), rgba(0, 168, 143, .08)),
		var(--surface);
}

.technology-stack::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 6px;
	background: linear-gradient(90deg, var(--brand), var(--signal), var(--warm));
}

.technology-stack .row {
	position: relative;
	margin: 0;
	padding: 34px;
}

.technology-stack-head {
	max-width: 760px;
	margin-bottom: 28px;
}

.technology-stack-head h2 {
	margin-bottom: 16px;
}

.technology-stack-head p {
	margin-bottom: 0;
	color: var(--ink-soft);
	font-size: 18px;
	line-height: 1.55;
}

.technology-stack-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	width: 100%;
}

.technology-card {
	position: relative;
	min-height: 100%;
	padding: 22px;
	border: 1px solid rgba(221, 227, 236, .88);
	border-radius: 8px;
	background: rgba(255, 255, 255, .88);
	box-shadow: 0 14px 34px rgba(17, 24, 39, .06);
}

.technology-card::before {
	content: "";
	position: absolute;
	left: 0;
	top: 22px;
	bottom: 22px;
	width: 4px;
	border-radius: 0 4px 4px 0;
	background: var(--brand);
}

.technology-card-products::before { background: var(--signal); }
.technology-card-tools::before { background: var(--warm); }
.technology-card-integration::before { background: var(--danger-muted); }
.technology-card-data::before { background: var(--brand-dark); }
.technology-card-methods::before { background: #7c3aed; }

.technology-card-label {
	display: inline-flex;
	margin-bottom: 14px;
	padding: 5px 10px;
	border-radius: 999px;
	background: #eef4ff;
	color: var(--brand-dark);
	font-size: 12px;
	font-weight: 850;
	line-height: 1;
	text-transform: uppercase;
}

.technology-card-products .technology-card-label { background: #e9faf5; color: #047866; }
.technology-card-tools .technology-card-label { background: #fff7e3; color: #956400; }
.technology-card-integration .technology-card-label { background: #fff0ec; color: #b23a25; }
.technology-card-data .technology-card-label { background: #edf2ff; color: var(--brand-dark); }
.technology-card-methods .technology-card-label { background: #f3edff; color: #5b21b6; }

.technology-card h3 {
	margin-bottom: 14px;
	font-size: 20px;
	line-height: 1.22;
}

.technology-stack .technology-card ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
}

.technology-stack .technology-card li {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 7px 10px;
	border: 1px solid #dce5f1;
	border-radius: 8px;
	background: #f8fafc;
	color: var(--ink-soft);
	font-size: 14px;
	font-weight: 650;
	line-height: 1.35;
	list-style: none;
}

.registry-note {
	border-left: 5px solid var(--signal);
	background: #eefaf7;
}

.signal-grid .row {
	row-gap: 24px;
}

.signal-card {
	position: relative;
	min-height: 150px;
	padding: 28px 28px 28px 72px;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: var(--surface);
	box-shadow: 0 16px 42px rgba(17, 24, 39, .07);
}

.signal-card::before {
	content: "";
	position: absolute;
	left: 26px;
	top: 31px;
	width: 24px;
	height: 24px;
	border-radius: 6px;
	background: var(--brand);
	box-shadow: 8px 8px 0 rgba(47, 111, 237, .16);
}

.signal-card-automation::before { background: var(--signal); }
.signal-card-training::before { background: var(--warm); }
.signal-card-profit::before { background: var(--danger-muted); }

.signal-card p {
	margin: 0;
	font-size: 19px;
	line-height: 1.45;
	font-weight: 650;
}

.service-radar.value-radar {
	padding-top: 40px;
}

.outcome-track {
	background: #111827;
	color: #fff;
}

.outcome-track h2 {
	color: #fff;
	text-align: left;
}

.outcome-tile {
	height: 100%;
	padding: 28px;
	border: 1px solid rgba(255, 255, 255, .13);
	border-radius: 8px;
	background: rgba(255, 255, 255, .06);
}

.outcome-offset { margin-top: 42px; }

.outcome-visual {
	width: 88px;
	height: 88px;
	margin-bottom: 24px;
	padding: 18px;
	border-radius: 12px;
	background: #fff;
}

.outcome-tile .text-micro { color: rgba(255, 255, 255, .68); }

.request-band,
.closing-request {
	padding-top: 36px;
}

.request-panel {
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: #fff;
	box-shadow: var(--shadow);
}

.request-layout {
	padding: 42px;
}

.request-head {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 30px;
	min-height: 260px;
	padding-right: 32px;
}

.request-title {
	max-width: 620px;
	margin: 0;
	font-size: clamp(29px, 4vw, 48px);
	font-weight: 850;
	line-height: 1.05;
}

.action-link,
.action-link-mobile {
	align-self: flex-start;
	min-height: 50px;
	padding: 0 22px;
	border: 1px solid transparent;
	border-radius: 8px;
	background: var(--brand);
	color: #fff;
	text-transform: none;
}

.action-link::after,
.action-link-mobile::after {
	content: "->";
	margin-left: 10px;
}

.action-link:hover,
.action-link-mobile:hover {
	background: var(--brand-dark);
	box-shadow: 0 14px 26px rgba(47, 111, 237, .22);
}

.action-link.disabled,
.action-link-mobile.disabled {
	background: #c8d0dc;
	color: #fff;
}

.action-link-mobile { display: none; }

.request-fields {
	min-height: 260px;
	padding: 26px;
	border-radius: 8px;
	background: #f4f7fb;
}

.closing-fields {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.request-caption {
	margin-bottom: 18px;
	color: var(--brand-dark);
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
}

.field-row { margin-bottom: 12px; }

.field-input {
	width: 100%;
	height: 48px;
	padding: 0 14px;
	border: 1px solid #cfd8e6;
	border-radius: 6px;
	background: #fff;
	color: var(--ink);
	font-size: 15px;
}

.field-input::placeholder {
	color: #7b8798;
}

.field-input:focus {
	border-color: var(--brand);
	box-shadow: 0 0 0 3px rgba(47, 111, 237, .13);
}

.consent-line {
	display: flex;
	gap: 8px;
	align-items: flex-start;
	margin-top: 16px;
	font-size: 12px;
	line-height: 1.45;
	color: var(--muted);
}

.consent-line input {
	margin-top: 3px;
}

.official-note {
	margin: 22px auto 0;
	color: var(--muted);
	font-size: 13px;
	text-align: center;
}

.capability-wall h2,
.budget-section h2,
.crew-section h2,
.service-radar h2 {
	text-align: left;
}

.capability-grid .row {
	margin: 0;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 12px 40px rgba(17, 24, 39, .06);
}

.col-20 {
	flex: 0 0 20%;
	max-width: 20%;
}

.capability-cell {
	display: grid;
	place-items: center;
	min-height: 142px;
	padding: 28px;
	border-right: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

.capability-cell:nth-child(5n) { border-right: 0; }
.capability-cell:nth-last-child(-n+5) { border-bottom: 0; }

.capability-cell img {
	max-height: 58px;
	object-fit: contain;
	filter: grayscale(1);
	opacity: .8;
	transition: filter .2s ease, opacity .2s ease, transform .2s ease;
}

.capability-cell:hover img {
	filter: grayscale(0);
	opacity: 1;
	transform: translateY(-2px);
}

.badge-carousel { display: none; }

.badge-slide {
	margin: 0 8px;
	padding: 24px;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: #fff;
}

.audit-callout {
	padding-top: 52px;
}

.audit-visual img {
	width: 100%;
	aspect-ratio: 4 / 5;
	border-radius: 8px;
	background: #fff;
	object-fit: cover;
	object-position: center;
	box-shadow: var(--shadow);
}

.audit-body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	padding-left: 40px;
}

.audit-title {
	margin-bottom: 28px;
	font-size: clamp(29px, 4vw, 48px);
	font-weight: 850;
	line-height: 1.08;
}

.audit-card {
	display: grid;
	grid-template-columns: 88px 1fr;
	gap: 24px;
	align-items: start;
	max-width: 640px;
	padding: 28px;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 14px 40px rgba(17, 24, 39, .08);
}

.audit-icon {
	display: grid;
	place-items: center;
	width: 88px;
	height: 88px;
	border-radius: 8px;
	background: #eef4ff;
}

.audit-icon img {
	width: 44px;
	height: 44px;
}

.audit-copy .text-micro { color: var(--muted); }

.variant-stage { display: none; }

.budget-section .row {
	row-gap: 24px;
}

.budget-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 420px;
	padding: 24px;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 14px 38px rgba(17, 24, 39, .07);
}

.budget-card::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 5px;
	border-radius: 8px 8px 0 0;
	background: linear-gradient(90deg, var(--brand), var(--signal));
}

.budget-list {
	display: grid;
	gap: 8px;
	margin-bottom: 96px;
	color: var(--ink-soft);
	font-size: 14px;
	line-height: 1.5;
}

.budget-total {
	position: absolute;
	left: 24px;
	right: 24px;
	bottom: 24px;
	padding-top: 18px;
	border-top: 1px solid var(--line);
}

.align-center { text-align: center; }
.align-right { text-align: right; }

.budget-number {
	font-size: 30px;
	line-height: 1.1;
	font-weight: 850;
}

.price-catalog {
	margin: 96px 0;
}

.price-catalog-block {
	margin-bottom: 32px;
	overflow-x: auto;
}

.price-catalog-block h3 {
	margin-bottom: 14px;
	color: var(--ink);
	font-size: 24px;
	line-height: 1.25;
	text-transform: none;
}

.price-catalog-table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid var(--line);
	background: #fff;
	box-shadow: 0 14px 38px rgba(17, 24, 39, .06);
	font-size: 15px;
	line-height: 1.45;
}

.price-catalog-table th,
.price-catalog-table td {
	padding: 14px 16px;
	border-bottom: 1px solid var(--line);
	text-align: left;
	vertical-align: top;
}

.price-catalog-table th {
	background: var(--ink);
	color: #fff;
	font-weight: 800;
}

.price-catalog-table td:last-child,
.price-catalog-table th:last-child {
	width: 280px;
	font-weight: 800;
}

.team-profile {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
	gap: 34px;
	align-items: stretch;
}

.team-profile-media {
	overflow: hidden;
	min-height: 460px;
	border-radius: 8px;
	background: #dbe3ee;
	box-shadow: var(--shadow);
}

.team-profile-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.team-profile-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 34px;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 14px 38px rgba(17, 24, 39, .07);
}

.team-profile-copy p {
	margin-bottom: 18px;
	color: var(--ink-soft);
	font-size: 18px;
	line-height: 1.62;
	font-weight: 560;
}

.team-profile-copy p:last-child {
	margin-bottom: 0;
	color: var(--ink);
	font-weight: 760;
}

.carousel-clean .slick-next,
.carousel-clean .slick-prev { display: none !important; }

.carousel-controls {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	margin-top: 22px;
}

.carousel-control {
	display: inline-grid;
	place-items: center;
	width: 46px;
	height: 46px;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: #fff;
	cursor: pointer;
}

.carousel-control::before {
	color: var(--brand);
	font-size: 22px;
	font-weight: 900;
}

.carousel-control-prev::before { content: "<"; }
.carousel-control-next::before { content: ">"; }

.slick-slider .slick-dots {
	position: absolute;
	bottom: -34px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
}

.slick-slider .slick-dots li {
	position: relative;
	display: inline-block;
	width: 22px;
	height: 22px;
	padding: 0;
	cursor: pointer;
}

.slick-slider .slick-dots li button {
	display: block;
	width: 22px;
	height: 22px;
	min-height: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: transparent;
	box-shadow: none;
}

.slick-dots li button::before {
	content: "";
	position: absolute;
	left: 7px;
	top: 7px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #a9b4c4;
}

.slick-slider .slick-dots li.slick-active button::before {
	background: var(--brand);
}

.site-basement {
	padding: 54px 0 46px;
	background: #0f172a;
	color: rgba(255, 255, 255, .76);
	font-size: 14px;
	line-height: 1.6;
}

.basement-grid {
	padding: 0;
	border: 0;
}

.basement-logo {
	width: 200px;
	padding: 14px;
	border-radius: 8px;
	background: #fff;
}

.basement-column {
	border-left: 1px solid rgba(255, 255, 255, .16);
}

.basement-item {
	padding-left: 18px;
}

.basement-label {
	margin-bottom: 5px;
	color: #fff;
	font-style: normal !important;
	font-weight: 800;
}

.basement-text a,
.site-basement a {
	color: #fff;
	text-decoration: underline;
	text-decoration-color: rgba(255, 255, 255, .35);
}

.legal-strip {
	margin-top: 34px;
	color: rgba(255, 255, 255, .58);
	font-size: 12px;
	text-align: center;
}

.legal-strip-link {
	margin-top: 10px;
}

.modal-dialog { max-width: min(780px, calc(100% - 32px)); }

.modal-title {
	font-size: 22px !important;
	line-height: 1.2;
}

.legal-copy {
	color: var(--ink-soft);
	font-size: 14px;
	line-height: 1.55;
}

.mark-underline { text-decoration: underline; }

.cookie-shelf {
	display: none;
	position: fixed;
	left: 24px;
	right: auto;
	bottom: 24px;
	z-index: 1000;
	max-width: 520px;
}

.cookie-card {
	display: flex;
	gap: 18px;
	align-items: center;
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 8px;
	background: #111827;
	color: #fff;
	box-shadow: 0 22px 60px rgba(17, 24, 39, .28);
}

.cookie-card p {
	margin: 0;
	font-size: 13px;
	line-height: 1.45;
}

.cookie-card a {
	color: #9cc2ff;
	text-decoration: underline;
}

.cookie-card button {
	min-height: 42px;
	padding: 10px 16px;
	background: #fff;
	color: var(--ink);
	white-space: nowrap;
}
