/*
 * BeeLogic unified stylesheet
 * Source: beelogic-modern - Copy.css + beelogic-ai.css
 * Generated as one file: beelogic.css
 */

/* === beelogic-modern START === */

.bl-modern-home {
	--bl-ink: #172033;
	--bl-text: #3f4a5f;
	--bl-muted: #738094;
	--bl-blue: #1e74ff;
	--bl-blue-soft: #e9f1ff;
	--bl-mint: #0a9888;
	--bl-mint-soft: #e8f7f4;
	--bl-gold: #c79a44;
	--bl-cream: #f7f4ec;
	--bl-paper: #fbfcff;
	--bl-line: rgba(23, 32, 51, 0.11);
	background: #ffffff;
	color: var(--bl-ink);
	font-family: "Nunito", sans-serif;
	overflow-x: hidden;
}

.bl-language-nav {
	align-items: center;
	display: inline-flex;
	margin-left: 8px;
}

.bl-language-switch {
	align-items: center;
	background: rgba(255, 255, 255, 0.54);
	border: 1px solid rgba(38, 121, 255, 0.22);
	border-radius: 999px;
	box-shadow: 0 16px 38px rgba(38, 121, 255, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.86);
	display: inline-flex;
	gap: 2px;
	padding: 4px;
	-webkit-backdrop-filter: blur(14px);
	backdrop-filter: blur(14px);
}

.bl-language-switch .bl-language-option {
	align-items: center;
	border-radius: 999px;
	color: #31425b !important;
	display: inline-flex;
	font-size: 12px;
	font-weight: 500;
	height: 34px;
	letter-spacing: 0;
	line-height: 1;
	padding: 0 13px;
	text-decoration: none;
	transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
	white-space: nowrap;
}

.bl-language-switch .bl-language-option:hover,
.bl-language-switch .bl-language-option.is-active {
	background: rgba(38, 121, 255, 0.12);
	box-shadow: inset 0 0 0 1px rgba(38, 121, 255, 0.18);
	color: #0a4fb0 !important;
}

.bl-language-switch .bl-language-option.is-active {
	background: linear-gradient(135deg, rgba(38, 121, 255, 0.16), rgba(18, 169, 200, 0.12));
}

@media (max-width: 1199px) {
	.bl-language-nav {
		display: block;
		margin: 12px 0 4px;
	}

	.bl-language-switch {
		width: fit-content;
	}
}

.bl-modern-home * {
	letter-spacing: 0;
}

.bl-modern-home p {
	color: var(--bl-text);
	font-size: 16px;
	line-height: 1.72;
}

.bl-modern-home img {
	max-width: 100%;
}

.bl-modern-home header,
.bl-modern-home .header-top-area,
.bl-modern-home .footer.style-ten.upper {
	width: 100%;
}

.bl-modern-home .header-top-area {
	background: #101a2d;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.82);
}

.bl-modern-home .header-top-area::before {
	display: none;
}

.bl-modern-home .header-top-area .custom-container-80,
.bl-modern-home header .custom-container-80,
.bl-modern-home .footer .container {
	max-width: 94% !important;
	width: 94% !important;
}

.bl-modern-home header {
	background: rgba(255, 255, 255, 0.98);
	border-bottom: 1px solid rgba(23, 32, 51, 0.08);
	box-shadow: 0 10px 24px rgba(23, 32, 51, 0.05);
}

.bl-modern-home .menu-wrapper {
	align-items: center;
	display: flex;
	gap: 28px;
	justify-content: space-between;
	min-height: 76px;
	padding: 5px 0 !important;
}

.bl-modern-home .m-logo {
	display: none;
}

.bl-modern-home .logo {
	display: block !important;
	flex: 0 0 auto;
	position: static !important;
}

.bl-modern-home .logo a {
	align-items: center;
	display: inline-flex;
}

.bl-modern-home .logo img {
	margin-top: 0 !important;
	max-height: 58px !important;
	width: auto;
}

.bl-modern-home .menu-wrapper nav {
	flex: 1 1 auto;
	text-align: right;
}

.bl-modern-home .menu-wrapper nav > ul {
	align-items: center;
	display: inline-flex;
	gap: 8px;
	justify-content: flex-end;
	margin: 0;
}

.bl-modern-home .menu-wrapper nav ul li a {
	color: #243049;
	font-size: 16px;
	font-weight: 400;
	margin: 0 !important;
	padding: 0;
	text-transform: none;
}

.bl-modern-home .menu-wrapper nav > ul > li > a {
	align-items: center;
	background: transparent;
	border: 1px solid transparent;
	border-radius: 8px;
	display: inline-flex;
	gap: 7px;
	line-height: 1;
	min-height: 38px;
	padding: 9px 12px !important;
	position: relative;
	transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.bl-modern-home .menu-wrapper nav > ul > li > a::after {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0));
	border-radius: 7px;
	content: "";
	inset: 1px;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transition: opacity 0.2s ease;
}

.bl-modern-home .header-top-area .row {
	align-items: center;
}

.bl-modern-home .header-top-area .align-items-center {
	padding: 8px 0;
}

.bl-modern-home .header-top-left-single-item {
	margin-right: 24px;
}

.bl-modern-home .header-top-left-single-item a,
.bl-modern-home .header-top-left-icon span,
.bl-modern-home .header-top-right-icon-area ul li a {
	color: rgba(255, 255, 255, 0.82);
	font-size: 13px;
	font-weight: 400;
}

.bl-modern-home .header-top-left-icon i {
	color: #7db2ff;
	font-size: 16px;
	margin-right: 6px;
}

.bl-modern-home .header-top-right-icon-area ul li a {
	background: rgba(30, 116, 255, 0.18);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	color: #ffffff;
	display: inline-flex;
	padding: 7px 12px;
}

.bl-modern-home .menu-wrapper nav ul li a i {
	background: transparent;
	color: #7e8aa0;
	font-size: 13px;
}

.bl-modern-home .menu-wrapper nav > ul > li:hover > a,
.bl-modern-home .menu-wrapper nav > ul > li.active-menu > a,
.bl-modern-home .menu-wrapper nav > ul > li > a.active-link {
	backdrop-filter: blur(14px);
	background:
		linear-gradient(135deg, rgba(30, 116, 255, 0.1), rgba(255, 255, 255, 0.54));
	border-color: rgba(30, 116, 255, 0.2);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.72),
		0 10px 22px rgba(30, 116, 255, 0.1);
	color: #115bd9;
	transform: none;
}

.bl-modern-home .menu-wrapper nav > ul > li:hover > a::after,
.bl-modern-home .menu-wrapper nav > ul > li.active-menu > a::after,
.bl-modern-home .menu-wrapper nav > ul > li > a.active-link::after {
	opacity: 1;
}

.bl-modern-home .menu-wrapper nav > ul > li:hover > a i,
.bl-modern-home .menu-wrapper nav > ul > li.active-menu > a i,
.bl-modern-home .menu-wrapper nav > ul > li > a.active-link i {
	color: var(--bl-blue);
}

.bl-modern-home .menu-wrapper .sub-menu {
	background: rgba(255, 255, 255, 0.94);
	backdrop-filter: blur(18px);
	border: 1px solid rgba(30, 116, 255, 0.13);
	border-radius: 8px;
	box-shadow: 0 18px 45px rgba(23, 32, 51, 0.13);
	overflow: hidden;
	padding: 8px !important;
	top: 46px;
	width: 310px !important;
}

.bl-modern-home .menu-wrapper ul li:hover .sub-menu {
	top: 46px;
}

.bl-modern-home .menu-wrapper .sub-menu li {
	line-height: 1.35;
	margin-left: 0 !important;
	padding-bottom: 0 !important;
}

.bl-modern-home .menu-wrapper .sub-menu li a {
	align-items: center;
	border-radius: 7px;
	box-sizing: border-box;
	display: flex;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.35;
	padding: 10px 13px !important;
	transition: background 0.2s ease, color 0.2s ease, padding-left 0.2s ease;
	width: 100%;
}

.bl-modern-home .menu-wrapper .sub-menu li a::after {
	content: none !important;
	display: none !important;
}

.bl-modern-home .menu-wrapper .sub-menu li:hover > a,
.bl-modern-home .menu-wrapper .sub-menu li.active-menu > a,
.bl-modern-home .menu-wrapper .sub-menu li > a.active-link {
	background: rgba(30, 116, 255, 0.07);
	box-shadow: inset 3px 0 0 rgba(30, 116, 255, 0.74);
	color: #115bd9 !important;
	padding-left: 16px !important;
}

.bl-modern-home .custom-container-80 {
	max-width: 88% !important;
	width: 88% !important;
}

.bl-hero {
	background:
		linear-gradient(90deg, rgba(13, 20, 34, 0.9) 0%, rgba(13, 20, 34, 0.76) 39%, rgba(13, 20, 34, 0.34) 66%, rgba(13, 20, 34, 0.1) 100%),
		url("../images/new/baner-landing.jpeg");
	background-position: center right;
	background-size: cover;
	color: #ffffff;
	isolation: isolate;
	margin-bottom: 86px;
	min-height: 700px;
	overflow: visible;
	position: relative;
}

.bl-hero::before {
	background:
		linear-gradient(180deg, rgba(13, 20, 34, 0) 62%, rgba(13, 20, 34, 0.24) 100%);
	content: "";
	inset: 0;
	position: absolute;
	z-index: -1;
}

.bl-hero__media {
	display: none;
}

.bl-hero .container {
	align-items: center;
	display: grid;
	gap: 34px 72px;
	grid-template-columns: minmax(360px, 0.9fr) minmax(430px, 0.95fr);
	min-height: 700px;
	padding-bottom: 112px;
	padding-top: 48px;
	position: relative;
}

.bl-hero__content {
	max-width: 680px;
	padding: 0;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.18);
}

.bl-hero__badge {
	align-items: center;
	backdrop-filter: blur(12px);
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 8px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
	color: #ffffff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 400;
	gap: 9px;
	line-height: 1;
	margin-bottom: 26px;
	padding: 12px 16px;
}

.bl-hero__badge i {
	color: #7db2ff;
	font-size: 18px;
}

.bl-kicker {
	color: var(--bl-blue) !important;
	font-size: 13px !important;
	font-weight: 400;
	line-height: 1.3 !important;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.bl-hero h1,
.bl-section-copy h2,
.bl-studio__panel h2 {
	color: var(--bl-ink);
	font-family: "Nunito", sans-serif;
	font-weight: 500;
	text-transform: none;
}

.bl-hero h1 {
	color: #ffffff;
	font-size: 32px;
	line-height: 1.17;
	margin: 0 0 20px;
	max-width: 100%;
	overflow-wrap: break-word;
}

.bl-hero__lead {
	color: rgba(255, 255, 255, 0.92) !important;
	font-size: 17px !important;
	line-height: 1.68 !important;
	margin: 0;
	max-width: 100%;
}

.bl-hero .bl-kicker {
	color: #8db8ff !important;
}

.bl-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 32px;
}

.bl-hero__highlights {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 34px;
	max-width: 100%;
}

.bl-hero__highlights div {
	border-left: 1px solid rgba(255, 255, 255, 0.25);
	padding: 5px 22px 7px;
}

.bl-hero__highlights div:first-child {
	padding-left: 0;
	border-left: 0;
}

.bl-hero__highlights strong {
	color: #ffffff;
	display: block;
	font-size: 23px;
	font-weight: 500;
	line-height: 1.1;
}

.bl-hero__highlights span {
	color: rgba(255, 255, 255, 0.78);
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.35;
	margin-top: 6px;
	max-width: 175px;
}

.bl-button {
	align-items: center;
	border-radius: 8px;
	display: inline-flex;
	font-size: 15px;
	font-weight: 400;
	gap: 9px;
	justify-content: center;
	min-height: 48px;
	padding: 12px 19px;
	text-transform: none;
	transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.bl-button:hover {
	transform: translateY(-2px);
}

.bl-button--primary {
	background: var(--bl-blue);
	border: 1px solid var(--bl-blue);
	box-shadow: 0 16px 34px rgba(30, 116, 255, 0.2);
	color: #ffffff;
}

.bl-button--primary:hover {
	background: #105fdc;
	border-color: #105fdc;
	color: #ffffff;
}

.bl-button--ghost {
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(255, 255, 255, 0.3);
	color: #111827;
}

.bl-button--ghost:hover {
	background: #ffffff;
	border-color: rgba(30, 116, 255, 0.35);
	color: var(--bl-blue);
}

.bl-hero__visual {
	display: none;
}

.bl-hero__visual::before {
	background: #e8f2ff;
	border-radius: 8px;
	content: "";
	height: 78%;
	position: absolute;
	right: 0;
	top: 34px;
	width: 82%;
}

.bl-hero__visual img {
	border-radius: 8px;
	display: block;
	object-fit: cover;
	position: absolute;
}

.bl-hero__visual-main {
	box-shadow: 0 24px 65px rgba(23, 32, 51, 0.14);
	height: 330px;
	right: 28px;
	top: 0;
	width: 78%;
}

.bl-hero__visual-side {
	border: 8px solid #ffffff;
	box-shadow: 0 22px 52px rgba(23, 32, 51, 0.16);
	bottom: 14px;
	height: 205px;
	left: 0;
	width: 43%;
}

.bl-hero__signal {
	background: #101a2d;
	border-radius: 8px;
	bottom: 40px;
	box-shadow: 0 18px 40px rgba(16, 26, 45, 0.22);
	color: #ffffff;
	padding: 18px 20px;
	position: absolute;
	right: 0;
	width: min(300px, 52%);
}

.bl-hero__signal span {
	color: #7db2ff;
	display: block;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0 !important;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.bl-hero__signal strong {
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
}

.bl-hero__notes {
	align-items: stretch;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 8px;
	box-shadow: 0 28px 75px rgba(23, 32, 51, 0.18);
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column: 1 / -1;
	overflow: hidden;
	position: absolute;
	bottom: -58px;
	left: 0;
	width: min(1120px, 100%);
	z-index: 5;
}

.bl-hero__notes a {
	align-items: center;
	color: var(--bl-ink);
	display: grid;
	gap: 6px 18px;
	grid-template-columns: 54px 1fr;
	grid-template-rows: auto auto;
	line-height: 1.35;
	padding: 28px 30px;
	position: relative;
}

.bl-hero__notes a + a {
	border-left: 1px solid rgba(23, 32, 51, 0.08);
}

.bl-hero__notes a:hover {
	background: #ffffff;
	color: var(--bl-blue);
}

.bl-hero__notes a:hover i {
	background: var(--bl-blue-soft);
}

.bl-hero__notes i {
	align-items: center;
	background: #f1f5f9;
	border-radius: 8px;
	color: var(--bl-blue);
	display: flex;
	font-size: 24px;
	grid-row: 1 / 3;
	height: 54px;
	justify-content: center;
	width: 54px;
}

.bl-hero__notes strong {
	color: var(--bl-ink);
	display: block;
	font-size: 19px;
	font-weight: 500;
	line-height: 1.18;
}

.bl-hero__notes span {
	color: var(--bl-muted);
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.42;
	margin: 0;
}

.bl-intro,
.bl-services,
.bl-proof {
	background: #ffffff;
}

.bl-intro {
	padding: 74px 0 58px;
}

.bl-intro .container {
	max-width: 84% !important;
	width: 84% !important;
}

.bl-intro__grid,
.bl-method__grid,
.bl-proof__grid {
	display: grid;
	gap: 54px;
	grid-template-columns: minmax(280px, 0.82fr) minmax(320px, 1.18fr);
}

.bl-section-copy h2,
.bl-studio__panel h2 {
	font-size: 27px;
	line-height: 1.24;
	margin: 0;
}

.bl-section-copy p:last-child,
.bl-studio__panel p {
	margin-top: 20px;
}

.bl-intro__text {
	border-left: 1px solid var(--bl-line);
	padding-left: 42px;
}

.bl-intro__text p {
	font-size: 17px;
	margin-bottom: 18px;
}

.bl-studio {
	background: linear-gradient(180deg, #ffffff 0%, #f7f9fd 100%);
	padding: 44px 0 82px;
}

.bl-studio .container {
	max-width: 90% !important;
	width: 90% !important;
}

.bl-studio__grid {
	align-items: center;
	display: grid;
	gap: 58px;
	grid-template-columns: minmax(320px, 0.95fr) minmax(320px, 0.9fr);
}

.bl-studio__image {
	min-height: 455px;
	position: relative;
}

.bl-studio__image::after {
	background: #101a2d;
	border-radius: 8px;
	content: "";
	height: 58%;
	left: 12%;
	position: absolute;
	top: 28%;
	width: 76%;
	z-index: 0;
}

.bl-studio__image img {
	border-radius: 8px;
	display: block;
	object-fit: cover;
	position: absolute;
	z-index: 1;
}

.bl-studio__image-main {
	box-shadow: 0 26px 62px rgba(23, 32, 51, 0.15);
	height: 285px;
	left: 0;
	top: 0;
	width: 66%;
}

.bl-studio__image-side {
	border: 8px solid #ffffff;
	box-shadow: 0 22px 54px rgba(23, 32, 51, 0.17);
	bottom: 0;
	height: 250px;
	right: 0;
	width: 58%;
}

.bl-studio__panel {
	background: #ffffff;
	border: 1px solid rgba(23, 32, 51, 0.09);
	border-radius: 8px;
	box-shadow: 0 18px 48px rgba(23, 32, 51, 0.08);
	margin-left: 0;
	padding: 36px;
	position: relative;
	z-index: 2;
}

.bl-metrics {
	border-top: 1px solid var(--bl-line);
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 32px;
	padding-top: 25px;
}

.bl-metrics strong {
	color: var(--bl-blue);
	display: block;
	font-size: 24px;
	line-height: 1;
}

.bl-metrics span {
	color: var(--bl-muted);
	display: block;
	font-size: 13px;
	font-weight: 500;
	margin-top: 8px;
}

.bl-services {
	padding: 82px 0 84px;
}

.bl-services .container {
	max-width: 86% !important;
	width: 86% !important;
}

.bl-section-copy--center {
	margin: 0 auto 46px;
	max-width: 760px;
	text-align: center;
}

.bl-service-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, 1fr);
}

.bl-service {
	background: #ffffff;
	border: 1px solid rgba(23, 32, 51, 0.1);
	border-radius: 8px;
	color: var(--bl-ink);
	display: block;
	min-height: 100%;
	overflow: hidden;
	padding-bottom: 25px;
	transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.bl-service:hover {
	border-color: rgba(30, 116, 255, 0.26);
	box-shadow: 0 22px 56px rgba(23, 32, 51, 0.1);
	color: var(--bl-ink);
	transform: translateY(-4px);
}

.bl-service img {
	display: block;
	height: 190px;
	object-fit: cover;
	width: 100%;
}

.bl-service span,
.bl-service strong,
.bl-service em {
	display: block;
	margin-left: 24px;
	margin-right: 24px;
}

.bl-service span {
	color: var(--bl-mint);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	margin-top: 24px;
	text-transform: uppercase;
}

.bl-service strong {
	font-family: "Nunito", sans-serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 1.25;
	margin-top: 8px;
}

.bl-service em {
	color: var(--bl-muted);
	font-size: 15px;
	font-style: normal;
	line-height: 1.58;
	margin-top: 11px;
}

.bl-method {
	background: #f5f8fd;
	padding: 78px 0;
}

.bl-method .container {
	max-width: 90% !important;
	width: 90% !important;
}

.bl-steps {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, 1fr);
}

.bl-steps div {
	background: #ffffff;
	border: 1px solid rgba(23, 32, 51, 0.09);
	border-radius: 8px;
	padding: 23px;
	transition: border-color 0.18s ease, transform 0.18s ease;
}

.bl-steps div:hover {
	border-color: rgba(30, 116, 255, 0.24);
	transform: translateY(-2px);
}

.bl-steps span {
	color: var(--bl-blue);
	display: block;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 12px;
}

.bl-steps strong,
.bl-proof__points strong {
	color: var(--bl-ink);
	display: block;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.25;
}

.bl-steps p,
.bl-proof__points p {
	font-size: 15px;
	line-height: 1.62;
	margin: 10px 0 0;
}

.bl-proof {
	background: #ffffff;
	padding: 74px 0 88px;
}

.bl-proof .container {
	max-width: 82% !important;
	width: 82% !important;
}

.bl-quote {
	background:
		linear-gradient(135deg, rgba(30, 116, 255, 0.08), rgba(10, 152, 136, 0.06)),
		#ffffff;
	border: 1px solid rgba(23, 32, 51, 0.09);
	border-radius: 8px;
	box-shadow: 0 18px 50px rgba(23, 32, 51, 0.08);
	padding: 34px;
	position: relative;
}

.bl-quote p {
	color: var(--bl-ink);
	font-family: "Nunito", sans-serif;
	font-size: 21px;
	font-weight: 400;
	line-height: 1.46;
	margin: 0;
}

.bl-quote span {
	color: var(--bl-muted);
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin-top: 25px;
}

.bl-proof__points {
	display: grid;
	gap: 14px;
}

.bl-proof__points div {
	background: #ffffff;
	border: 1px solid rgba(23, 32, 51, 0.1);
	border-radius: 8px;
	padding: 22px 24px;
}

.bl-proof__points i {
	color: var(--bl-blue);
	font-size: 22px;
	margin-bottom: 13px;
}

.bl-method .bl-section-copy {
	background: #ffffff;
	border: 1px solid rgba(23, 32, 51, 0.08);
	border-left: 4px solid var(--bl-blue);
	border-radius: 8px;
	padding: 30px;
}

.bl-method__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 24px;
}

.bl-method__tags span {
	background: var(--bl-blue-soft);
	border: 1px solid rgba(30, 116, 255, 0.14);
	border-radius: 999px;
	color: #145fda;
	font-size: 12px;
	font-weight: 400;
	padding: 7px 10px;
	text-transform: uppercase;
}

.bl-modern-home .footer.style-ten.upper {
	background: #0d1422;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.bl-modern-home .footer.style-ten.upper > .align-items-center {
	background: #151515;
	min-height: 500px;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: left !important;
}

.bl-modern-home .footer.style-ten.upper > .align-items-center::before {
	background:
		linear-gradient(90deg, rgba(13, 20, 34, 0.06), rgba(13, 20, 34, 0.28)),
		url("../images/new/cta-konsultacje.jpeg");
	background-position: center;
	background-size: cover;
	content: "";
	inset: 0 auto 0 0;
	position: absolute;
	width: 50%;
}

.bl-modern-home .footer.style-ten.upper > .align-items-center::after {
	background:
		linear-gradient(135deg, rgba(7, 16, 32, 0.98), rgba(13, 40, 73, 0.96)),
		linear-gradient(90deg, rgba(91, 164, 255, 0.08) 1px, transparent 1px),
		linear-gradient(0deg, rgba(91, 164, 255, 0.055) 1px, transparent 1px);
	background-size: auto, 46px 46px, 46px 46px;
	content: "";
	inset: 0 0 0 auto;
	position: absolute;
	width: 50%;
}

.bl-modern-home .footer.style-ten.upper > .align-items-center > .container {
	align-items: stretch;
	display: grid;
	grid-template-columns: 1fr 1fr;
	max-width: 100% !important;
	min-height: 500px;
	position: relative;
	width: 100% !important;
	z-index: 1;
}

.bl-modern-home .footer.style-ten.upper > .align-items-center .row.footer-hr {
	align-items: center;
	border: 0;
	display: flex;
	grid-column: 2;
	margin: 0;
	min-height: 500px;
	padding: 86px 10%;
}

.bl-modern-home .footer.style-ten.upper > .align-items-center .col-lg-12 {
	padding: 0;
}

.bl-modern-home .footer.style-ten.upper > .container {
	background: #0d1422;
	max-width: 100% !important;
	padding: 56px 3% 0 !important;
	width: 100% !important;
}

.bl-modern-home .footer.style-ten.upper .footer-hr {
	border-color: rgba(255, 255, 255, 0.12);
}

.bl-modern-home .footer.style-ten.upper .widget {
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 8px;
	min-height: 170px;
	padding: 28px;
}

.bl-modern-home .footer.style-ten.upper .row.footer-hr > .col-md-6:nth-child(1) .widget {
	background: #253653;
}

.bl-modern-home .footer.style-ten.upper .row.footer-hr > .col-md-6:nth-child(2) .widget {
	background: #1a2842;
}

.bl-modern-home .footer.style-ten.upper .row.footer-hr > .col-md-6:nth-child(3) .widget {
	background: #111a2d;
}

.bl-modern-home .footer.style-ten.upper .footer-quick-link-list ul li a,
.bl-modern-home .footer.style-ten.upper .footer-quick-link-list ul li {
	color: rgba(255, 255, 255, 0.78);
	font-size: 15px;
	line-height: 1.65;
}

.bl-modern-home .footer.style-ten.upper .footer-quick-link-list ul li a:hover,
.bl-modern-home .footer.style-ten.upper a:hover {
	color: #ffffff;
}

.bl-modern-home .footer.style-ten.upper .hero-content h2 {
	font-family: "Nunito", sans-serif;
	color: #ffffff !important;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.25;
	margin-bottom: 16px;
	text-transform: none;
}

.bl-modern-home .footer.style-ten.upper .hero-content p {
	color: rgba(255, 255, 255, 0.86) !important;
	font-size: 17px;
	line-height: 1.72;
	margin: 0 auto 32px !important;
	max-width: 650px;
}

.bl-modern-home .footer.style-ten.upper .btn-common a {
	background: linear-gradient(135deg, #1e74ff 0%, #0aa4d8 100%);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	box-shadow: 0 18px 42px rgba(30, 116, 255, 0.25);
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	min-height: 54px;
	padding: 16px 34px;
	text-transform: none;
}

.bl-modern-home .footer.style-ten.upper .btn-common a:hover {
	background: linear-gradient(135deg, #0f63e5 0%, #0789bd 100%);
	border-color: rgba(255, 255, 255, 0.34);
	color: #ffffff;
	transform: translateY(-2px);
}

.bl-modern-home .footer.style-ten.upper .hero-content {
	margin: 0 auto !important;
	max-width: 720px;
}

.bl-modern-home .footer.style-ten.upper .hero-content::before {
	backdrop-filter: blur(12px);
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(125, 178, 255, 0.25);
	border-radius: 8px;
	color: #7db2ff;
	content: "Porozmawiajmy o technologii";
	display: inline-flex;
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 20px;
	padding: 11px 14px;
}

.bl-modern-home .footer.style-ten.upper .btn-common a::after {
	content: "→";
	margin-left: 10px;
}

.bl-modern-home .footer-logo-custom-1 {
	max-width: 210px;
	opacity: 0.95;
}

.bl-modern-home .footer-copyright-text p,
.bl-modern-home .footer-copyright-link ul li a,
.bl-modern-home .footer.style-ten.upper .text-small,
.bl-modern-home .footer.style-ten.upper .text-small a {
	color: rgba(255, 255, 255, 0.72);
}

.bl-mobile-break {
	display: none;
}

@media (max-width: 1199px) {
	.bl-modern-home .menu-wrapper nav ul li a {
		font-size: 13px;
		padding-left: 5px;
		padding-right: 5px;
	}

	.bl-modern-home .menu-wrapper nav > ul > li > a {
		font-size: 14px;
		min-height: 36px;
		padding: 8px 8px !important;
	}

	.bl-hero h1 {
		font-size: 30px;
	}

	.bl-hero .container {
		gap: 28px 44px;
		grid-template-columns: minmax(320px, 0.9fr) minmax(360px, 0.9fr);
	}

	.bl-service-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 991px) {
	.bl-modern-home .custom-container-80,
	.bl-intro .container,
	.bl-studio .container,
	.bl-services .container,
	.bl-method .container,
	.bl-proof .container {
		max-width: 90% !important;
		width: 90% !important;
	}

	.bl-modern-home .logo {
		display: none !important;
	}

	.bl-modern-home .m-logo {
		display: block;
	}

	.bl-modern-home .logo-txt::before {
		background: url("../images/beelogic_logo_main_text_250.png") left center / contain no-repeat;
		content: "";
		display: block !important;
		height: 52px;
		left: 18px;
		top: 6px;
		width: 180px;
	}

	.bl-modern-home .menu-toggle {
		align-items: center;
		background: rgba(30, 116, 255, 0.1);
		border: 1px solid rgba(30, 116, 255, 0.18);
		border-radius: 8px;
		box-sizing: border-box;
		display: block !important;
		height: 44px;
		left: auto !important;
		overflow: visible;
		position: absolute;
		right: 20px !important;
		top: 10px !important;
		transform: none !important;
		width: 44px;
		z-index: 20;
	}

	.bl-modern-home .menu-toggle .open_bar,
	.bl-modern-home .menu-toggle .close_bar,
	.bl-modern-home .menu-toggle .open_bar i,
	.bl-modern-home .menu-toggle .close_bar i {
		display: none !important;
	}

	.bl-modern-home .menu-toggle::before,
	.bl-modern-home .menu-toggle::after {
		background: var(--bl-blue);
		content: "";
		height: 2px;
		left: 12px;
		position: absolute;
		transition: box-shadow 0.2s ease, top 0.2s ease, transform 0.2s ease;
		width: 20px;
	}

	.bl-modern-home .menu-toggle::before {
		box-shadow: 0 7px 0 var(--bl-blue);
		top: 14px;
	}

	.bl-modern-home .menu-toggle::after {
		top: 28px;
	}

	.bl-modern-home .menu-toggle.closee::before {
		box-shadow: none;
		top: 21px;
		transform: rotate(45deg);
	}

	.bl-modern-home .menu-toggle.closee::after {
		top: 21px;
		transform: rotate(-45deg);
	}

	.bl-modern-home .menu-toggle .open_bar {
		align-items: center;
		background: rgba(30, 116, 255, 0.1);
		border: 1px solid rgba(30, 116, 255, 0.18);
		border-radius: 8px;
		box-sizing: border-box;
		display: flex !important;
		height: 44px;
		justify-content: center;
		position: fixed !important;
		right: 20px !important;
		top: 10px !important;
		width: 44px;
		z-index: 9999;
	}

	.bl-modern-home .menu-toggle .open_bar::before {
		background: var(--bl-blue);
		box-shadow: 0 7px 0 var(--bl-blue), 0 14px 0 var(--bl-blue);
		content: "";
		display: block;
		height: 2px;
		width: 20px;
	}

	.bl-modern-home .menu-toggle.closee .open_bar {
		display: none !important;
	}

	.bl-modern-home .menu-toggle.closee .close_bar {
		align-items: center;
		background: rgba(30, 116, 255, 0.1);
		border: 1px solid rgba(30, 116, 255, 0.18);
		border-radius: 8px;
		box-sizing: border-box;
		display: flex !important;
		height: 44px;
		justify-content: center;
		position: fixed !important;
		right: 20px !important;
		top: 10px !important;
		width: 44px;
		z-index: 9999;
	}

	.bl-modern-home .menu-toggle.closee .close_bar::before,
	.bl-modern-home .menu-toggle.closee .close_bar::after {
		background: var(--bl-blue);
		content: "";
		height: 2px;
		position: absolute;
		width: 20px;
	}

	.bl-modern-home .menu-toggle.closee .close_bar::before {
		transform: rotate(45deg);
	}

	.bl-modern-home .menu-toggle.closee .close_bar::after {
		transform: rotate(-45deg);
	}

	.bl-modern-home .menu-wrapper {
		min-height: 64px;
		overflow: hidden !important;
		padding: 12px 0 !important;
		position: relative;
	}

	.bl-modern-home .menu-wrapper nav {
		background: #ffffff;
		border: 1px solid rgba(23, 32, 51, 0.09);
		box-shadow: 0 18px 45px rgba(23, 32, 51, 0.16);
		top: 64px;
	}

	.bl-hero,
	.bl-hero .container {
		min-height: auto;
	}

	.bl-hero {
		margin-bottom: 0;
		overflow: hidden;
	}

	.bl-hero__media {
		display: none;
	}

	.bl-hero .container {
		grid-template-columns: 1fr;
		padding-bottom: 54px;
		padding-top: 72px;
	}

	.bl-hero__content {
		max-width: 650px;
		padding: 0;
	}

	.bl-hero__visual {
		margin: 0 auto;
		min-height: 360px;
		width: min(650px, 100%);
	}

	.bl-hero__visual-main {
		height: 270px;
	}

	.bl-hero__visual-side {
		height: 180px;
	}

	.bl-hero__notes {
		bottom: auto;
		grid-template-columns: 1fr;
		margin-top: 18px;
		position: static;
	}

	.bl-hero__notes a + a,
	.bl-hero__notes a:nth-child(3) {
		border-left: 0;
		border-top: 1px solid rgba(23, 32, 51, 0.08);
	}

	.bl-hero__highlights {
		max-width: 650px;
	}

	.bl-intro__grid,
	.bl-method__grid,
	.bl-proof__grid,
	.bl-studio__grid {
		grid-template-columns: 1fr;
	}

	.bl-intro__text {
		border-left: 0;
		border-top: 1px solid var(--bl-line);
		padding-left: 0;
		padding-top: 30px;
	}

	.bl-studio__panel {
		margin-left: 0;
	}

	.bl-modern-home .footer.style-ten.upper > .align-items-center,
	.bl-modern-home .footer.style-ten.upper > .align-items-center > .container,
	.bl-modern-home .footer.style-ten.upper > .align-items-center .row.footer-hr {
		min-height: auto;
	}

	.bl-modern-home .footer.style-ten.upper > .align-items-center::before,
	.bl-modern-home .footer.style-ten.upper > .align-items-center::after {
		width: 100%;
	}

	.bl-modern-home .footer.style-ten.upper > .align-items-center::before {
		opacity: 0.24;
	}

	.bl-modern-home .footer.style-ten.upper > .align-items-center > .container {
		display: block;
	}

	.bl-modern-home .footer.style-ten.upper > .align-items-center .row.footer-hr {
		padding: 70px 7%;
	}
}

@media (max-width: 767px) {
	.bl-modern-home .custom-container-80,
	.bl-modern-home .header-top-area .custom-container-80,
	.bl-modern-home header .custom-container-80,
	.bl-intro .container,
	.bl-studio .container,
	.bl-services .container,
	.bl-method .container,
	.bl-proof .container {
		max-width: 92% !important;
		width: 92% !important;
	}

	.bl-hero h1 {
		font-size: 26px;
		line-height: 1.18;
		max-width: 100%;
	}

	.bl-section-copy h2,
	.bl-studio__panel h2 {
		font-size: 25px;
	}

	.bl-hero__lead,
	.bl-intro__text p {
		font-size: 16px !important;
	}

	.bl-hero__actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.bl-hero__badge {
		font-size: 13px;
		margin-bottom: 22px;
		padding: 11px 13px;
	}

	.bl-hero__highlights {
		grid-template-columns: 1fr;
		margin-top: 26px;
	}

	.bl-hero__highlights div,
	.bl-hero__highlights div:first-child {
		border-left: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.22);
		padding: 13px 0;
	}

	.bl-hero__highlights div:first-child {
		border-top: 0;
	}

	.bl-button {
		max-width: 100%;
		width: 100%;
	}

	.bl-hero__notes {
		grid-template-columns: 1fr;
		position: static;
		width: 100%;
	}

	.bl-hero__notes a,
	.bl-hero__notes a + a,
	.bl-hero__notes a:nth-child(3),
	.bl-hero__notes a:nth-child(4) {
		border-left: 0;
		border-top: 1px solid rgba(23, 32, 51, 0.08);
	}

	.bl-hero__notes a {
		grid-template-columns: 46px 1fr;
		padding: 22px;
	}

	.bl-hero__notes i {
		font-size: 21px;
		height: 46px;
		width: 46px;
	}

	.bl-hero__notes a:first-child {
		border-top: 0;
	}

	.bl-hero__content {
		padding: 0;
	}

	.bl-hero .container {
		padding-top: 54px;
	}

	.bl-hero__visual {
		min-height: 330px;
	}

	.bl-hero__visual-main {
		height: 240px;
		right: 12px;
		width: 82%;
	}

	.bl-hero__visual-side {
		border-width: 6px;
		height: 155px;
		width: 48%;
	}

	.bl-hero__signal {
		bottom: 18px;
		padding: 14px 15px;
		right: 0;
		width: 56%;
	}

	.bl-service-grid,
	.bl-steps,
	.bl-metrics {
		grid-template-columns: 1fr;
	}

	.bl-intro,
	.bl-services,
	.bl-proof,
	.bl-method {
		padding: 70px 0;
	}

	.bl-studio {
		padding-bottom: 70px;
	}

	.bl-studio__image {
		min-height: 355px;
	}

	.bl-studio__image-main {
		height: 220px;
		width: 72%;
	}

	.bl-studio__image-side {
		height: 180px;
		width: 58%;
	}

	.bl-studio__panel,
	.bl-quote {
		padding: 30px;
	}

	.bl-quote p {
		font-size: 19px;
	}

	.bl-modern-home .footer.style-ten.upper .widget {
		min-height: auto;
	}

	.bl-modern-home .footer.style-ten.upper .hero-content h2 {
		font-size: 28px;
	}

	.bl-modern-home .footer.style-ten.upper .hero-content p {
		font-size: 15px;
	}
}

@media (max-width: 480px) {
	.bl-hero h1 {
		font-size: 24px;
	}

	.bl-hero__visual {
		min-height: 300px;
	}

	.bl-hero__signal {
		width: 68%;
	}

	.bl-hero__notes {
		grid-template-columns: 1fr;
	}

	.bl-hero__notes a + a,
	.bl-hero__notes a:nth-child(3),
	.bl-hero__notes a:nth-child(4) {
		border-left: 0;
		border-top: 1px solid rgba(23, 32, 51, 0.08);
	}
}

.bl-service-page {
	background: #ffffff;
}

.bl-service-page.bl-service-apps {
	--bl-service-hero-image: url("../images/new/uslugi-aplikacje.jpeg");
}

.bl-service-page.bl-service-web {
	--bl-service-hero-image: url("../images/new/usługi-ecommerce.jpeg");
}

.bl-service-page.bl-service-consulting {
	--bl-service-hero-image: url("../images/new/uslugi-doradztwo-technologiczne.jpeg");
}

.bl-service-page.bl-service-data {
	--bl-service-hero-image: url("../images/new/uslugi-zarzadzanie-danymi.jpeg");
}

.bl-service-page .hero-section.style-3 {
	background:
		linear-gradient(90deg, rgba(13, 20, 34, 0.92) 0%, rgba(13, 20, 34, 0.78) 38%, rgba(13, 20, 34, 0.36) 67%, rgba(13, 20, 34, 0.1) 100%),
		var(--bl-service-hero-image);
	background-position: center right;
	background-size: cover;
	color: #ffffff;
	display: block !important;
	isolation: isolate;
	margin-bottom: 98px;
	min-height: 680px;
	overflow: visible;
	position: relative;
}

.bl-service-page .hero-section.style-3::before {
	background:
		linear-gradient(180deg, rgba(13, 20, 34, 0) 62%, rgba(13, 20, 34, 0.26) 100%);
	content: "";
	inset: 0;
	position: absolute;
	z-index: -1;
}

.bl-service-page .hero-section.style-3 > .container:first-child {
	align-items: center;
	display: flex;
	min-height: 680px;
	padding-bottom: 112px;
	padding-top: 54px;
	position: relative;
}

.bl-service-page .hero-section.style-3 .row {
	width: 100%;
}

.bl-service-page .hero-section.style-3 .col-sm-6 {
	flex: 0 0 52%;
	max-width: 52%;
}

.bl-service-page .hero-content-area {
	max-width: 650px;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.18);
}

.bl-service-page .hero-content-area .text-large {
	color: #7db2ff;
	display: none;
	font-family: "Nunito", sans-serif;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0 !important;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.bl-service-page .hero-content-area h1 {
	color: #ffffff;
	font-family: "Nunito", sans-serif;
	font-size: 42px;
	font-weight: 400;
	line-height: 1.12;
	margin-bottom: 24px;
	text-transform: none;
}

.bl-service-page .hero-content-area p {
	color: rgba(255, 255, 255, 0.88);
	font-size: 17px;
	line-height: 1.72;
	margin-bottom: 30px;
	max-width: 640px;
	text-align: left !important;
}

.bl-service-page .btn-common.btn-hero {
	display: inline-flex;
	margin: 0;
}

.bl-service-page .btn-common.btn-hero a {
	align-items: center;
	background: linear-gradient(135deg, #1e74ff 0%, #0aa4d8 100%);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	box-shadow: 0 18px 42px rgba(30, 116, 255, 0.28);
	color: #ffffff;
	display: inline-flex;
	font-size: 15px;
	font-weight: 400;
	gap: 10px;
	justify-content: center;
	min-height: 54px;
	padding: 16px 28px;
	text-transform: none;
}

.bl-service-page .btn-common.btn-hero a::before {
	display: none;
}

.bl-service-page .btn-common.btn-hero a:hover {
	background: linear-gradient(135deg, #0f63e5 0%, #0789bd 100%);
	color: #ffffff;
	transform: translateY(-2px);
}

.bl-service-hero__highlights {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 38px;
	max-width: 650px;
}

.bl-service-hero__highlights div {
	border-left: 1px solid rgba(255, 255, 255, 0.22);
	padding: 3px 20px 4px;
}

.bl-service-hero__highlights div:first-child {
	border-left: 0;
	padding-left: 0;
}

.bl-service-hero__highlights strong {
	color: #ffffff;
	display: block;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.15;
	margin-bottom: 5px;
}

.bl-service-hero__highlights span {
	color: rgba(255, 255, 255, 0.74);
	display: block;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.45;
}

.bl-service-hero__cards {
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(255, 255, 255, 0.74);
	border-radius: 8px;
	bottom: -64px;
	box-shadow: 0 26px 70px rgba(23, 32, 51, 0.18);
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	left: 50%;
	max-width: 78% !important;
	overflow: hidden;
	padding: 0 !important;
	position: absolute;
	transform: translateX(-50%);
	width: 78% !important;
	z-index: 4;
}

.bl-service-hero__cards a {
	align-items: center;
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
	color: var(--bl-ink);
	display: grid;
	gap: 2px 18px;
	grid-template-columns: 48px 1fr;
	padding: 27px 28px;
	position: relative;
	text-decoration: none;
	transition: background 0.22s ease, transform 0.22s ease;
}

.bl-service-hero__cards a + a {
	border-left: 1px solid rgba(23, 32, 51, 0.09);
}

.bl-service-hero__cards a:hover {
	background: #ffffff;
	transform: translateY(-2px);
}

.bl-service-hero__cards i {
	align-items: center;
	background: #eef5ff;
	border-radius: 8px;
	color: var(--bl-blue);
	display: flex;
	font-size: 20px;
	grid-row: span 2;
	height: 48px;
	justify-content: center;
	width: 48px;
}

.bl-service-hero__cards strong {
	color: var(--bl-ink);
	display: block;
	font-size: 19px;
	font-weight: 400;
	line-height: 1.2;
}

.bl-service-hero__cards span {
	color: #60708a;
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.45;
}

.bl-service-page .hero-shape-one,
.bl-service-page .hero-shape-two,
.bl-service-page .hero-shape-three {
	display: none;
}

.bl-service-page .service-section-area,
.bl-service-page .about-section,
.bl-service-page .choose-area,
.bl-service-page .experience-section,
.bl-service-page .service-choose-section {
	background: #ffffff;
	position: relative;
}

.bl-service-page .service-section-area.bg-custom-white,
.bl-service-page .about-section.style-eight,
.bl-service-page .experience-section.style-2 {
	background: linear-gradient(180deg, #ffffff 0%, #f7f9fd 100%);
}

.bl-service-page .service-section-area .container,
.bl-service-page .about-section .container,
.bl-service-page .choose-area .container,
.bl-service-page .experience-section .container,
.bl-service-page .service-choose-section .container {
	max-width: 88% !important;
	width: 88% !important;
}

.bl-service-page .about-section-thumb,
.bl-service-page .choose-thumb,
.bl-service-page .about-thumb-section {
	border-radius: 8px;
	box-shadow: 0 22px 54px rgba(23, 32, 51, 0.12);
	overflow: hidden;
}

.bl-service-page .about-section-thumb img,
.bl-service-page .choose-thumb img,
.bl-service-page .about-single-thumb img {
	aspect-ratio: 4 / 3;
	display: block;
	object-fit: cover;
	width: 100%;
}

.bl-service-page .section-head h5,
.bl-service-page .section-title h5 {
	color: var(--bl-blue);
	font-family: "Nunito", sans-serif;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0 !important;
	text-transform: uppercase;
}

.bl-service-page .section-head h2,
.bl-service-page .section-head h3,
.bl-service-page .section-title h3,
.bl-service-page .section-title h2 {
	color: var(--bl-ink);
	font-family: "Nunito", sans-serif;
	font-weight: 400;
	letter-spacing: 0 !important;
	line-height: 1.18;
	text-transform: none;
}

.bl-service-page .section-head h2 {
	font-size: 26px;
}

.bl-service-page .section-head-content p,
.bl-service-page .service-conent-text p,
.bl-service-page .single-service-section-content-text p,
.bl-service-page .single-content-inner p,
.bl-service-page .choose-content-text p,
.bl-service-page .about-feature li,
.bl-service-page .text-justify {
	color: var(--bl-text);
	font-size: 16px;
	line-height: 1.72;
	text-align: left !important;
}

.bl-service-page .single-service-section-box,
.bl-service-page .single-servicve-box,
.bl-service-page .single-content,
.bl-service-page .choose-single-content,
.bl-service-page .about-skills {
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(23, 32, 51, 0.09);
	border-radius: 8px;
	box-shadow: 0 14px 38px rgba(23, 32, 51, 0.07);
	transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.bl-service-page .single-service-section-box:hover,
.bl-service-page .single-servicve-box:hover,
.bl-service-page .single-content:hover,
.bl-service-page .choose-single-content:hover {
	border-color: rgba(30, 116, 255, 0.22);
	box-shadow: 0 20px 50px rgba(23, 32, 51, 0.1);
	transform: translateY(-2px);
}

.bl-service-page .single-service-section-title h2,
.bl-service-page .service-title-two h4,
.bl-service-page .single-content-inner h4,
.bl-service-page .choose-content-text h4,
.bl-service-page .about-skills h4 {
	color: var(--bl-ink);
	font-family: "Nunito", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.28;
	text-transform: none;
}

.bl-service-page .service-section-icon i,
.bl-service-page .service-icon i,
.bl-service-page .content-single-icon i,
.bl-service-page .choose-icon i {
	color: var(--bl-blue);
}

.bl-service-page .section-head-bar-2,
.bl-service-page .section-head-bar-2::before,
.bl-service-page .section-head-bar-2::after {
	background: var(--bl-blue);
}

.bl-service-page .nav-tabs {
	background: #f3f7ff;
	border: 1px solid rgba(23, 32, 51, 0.08);
	border-radius: 8px;
	gap: 6px;
	padding: 6px;
}

.bl-service-page .nav-tabs .nav-link {
	align-items: center;
	background: #edf4ff !important;
	border: 0 !important;
	border-radius: 8px;
	color: #526177 !important;
	display: inline-flex;
	font-size: 15px;
	font-weight: 400;
	justify-content: center;
	min-height: 48px;
	padding: 13px 18px;
	text-transform: none;
	transition: background 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
}

.bl-service-page .nav-tabs .nav-link.active,
.bl-service-page .nav-tabs .nav-item.show .nav-link {
	background: linear-gradient(135deg, #1e74ff 0%, #0aa4d8 100%) !important;
	box-shadow: 0 14px 32px rgba(30, 116, 255, 0.22);
	color: #ffffff !important;
}

.bl-service-page .tab-content {
	background: #ffffff;
	border: 1px solid rgba(23, 32, 51, 0.08);
	border-radius: 8px;
	box-shadow: 0 18px 45px rgba(23, 32, 51, 0.08);
	margin-top: 16px;
	padding: 28px 30px;
}

.bl-service-page .tab-content .section-content,
.bl-service-page .tab-content .section-head-content {
	margin-top: 0 !important;
}

.bl-service-page .marked-list ul,
.bl-service-page ul.marked-list,
.bl-service-page .about-feature {
	display: grid;
	gap: 10px;
	margin: 18px 0 0;
	padding: 0;
}

.bl-service-page .marked-list li,
.bl-service-page .about-feature li {
	background: #f8fbff;
	border: 1px solid rgba(30, 116, 255, 0.11);
	border-radius: 8px;
	color: var(--bl-text);
	font-size: 15px;
	line-height: 1.55;
	list-style: none;
	padding: 14px 16px;
	width: 100% !important;
}

.bl-service-page .marked-list li::before,
.bl-service-page .about-feature li::before {
	color: var(--bl-blue);
	content: "✓";
	font-weight: 400;
	margin-right: 8px;
}

.bl-service-page .marked-list li i,
.bl-service-page .about-feature li i {
	display: none;
}

@media (max-width: 1199px) {
	.bl-service-page .hero-section.style-3 .col-sm-6 {
		flex: 0 0 62%;
		max-width: 62%;
	}

	.bl-service-hero__cards {
		max-width: 88% !important;
		width: 88% !important;
	}
}

@media (max-width: 991px) {
	.bl-service-page .hero-section.style-3 {
		background:
			linear-gradient(90deg, rgba(13, 20, 34, 0.94) 0%, rgba(13, 20, 34, 0.82) 58%, rgba(13, 20, 34, 0.42) 100%),
			var(--bl-service-hero-image);
		margin-bottom: 290px;
		min-height: auto;
	}

	.bl-service-page .hero-section.style-3 > .container:first-child {
		min-height: auto;
		padding-bottom: 44px;
		padding-top: 70px;
	}

	.bl-service-page .hero-section.style-3 .col-sm-6 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.bl-service-page .hero-content-area {
		max-width: 680px;
	}

	.bl-service-page .hero-content-area h1 {
		font-size: 26px;
	}

	.bl-service-hero__cards {
		bottom: -244px !important;
		grid-template-columns: 1fr;
		left: 50% !important;
		margin-top: 0;
		max-width: 88% !important;
		position: absolute !important;
		transform: translateX(-50%) !important;
		width: 88% !important;
	}

	.bl-service-hero__cards a + a {
		border-left: 0;
		border-top: 1px solid rgba(23, 32, 51, 0.09);
	}
}

@media (max-width: 767px) {
	.bl-service-page .hero-section.style-3 {
		margin-bottom: 370px;
	}

	.bl-service-page .hero-content-area h1 {
		font-size: 28px;
	}

	.bl-service-page .hero-content-area p {
		font-size: 16px;
	}

	.bl-service-hero__highlights {
		display: none;
	}

	.bl-service-hero__highlights div,
	.bl-service-hero__highlights div:first-child {
		border-left: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.22);
		padding: 13px 0;
	}

	.bl-service-hero__highlights div:first-child {
		border-top: 0;
	}

	.bl-service-hero__cards,
	.bl-service-page .service-section-area .container,
	.bl-service-page .about-section .container,
	.bl-service-page .choose-area .container,
	.bl-service-page .experience-section .container,
	.bl-service-page .service-choose-section .container {
		max-width: 92% !important;
		width: 92% !important;
	}

	.bl-service-hero__cards {
		bottom: -338px !important;
	}

	.bl-service-hero__cards a {
		grid-template-columns: 46px 1fr;
		padding: 22px;
	}

	.bl-service-page .section-head h2 {
		font-size: 27px;
	}
}

.bl-modern-home .bl-method {
	background:
		linear-gradient(135deg, rgba(13, 20, 34, 0.98) 0%, rgba(21, 39, 65, 0.96) 48%, rgba(12, 82, 123, 0.94) 100%);
	color: #ffffff;
	overflow: hidden;
	padding: 96px 0 90px;
	position: relative;
}

.bl-modern-home .bl-method::before {
	background:
		linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
	background-size: 52px 52px;
	content: "";
	inset: 0;
	opacity: 0.32;
	position: absolute;
}

.bl-modern-home .bl-method::after {
	background: radial-gradient(circle at 75% 20%, rgba(30, 116, 255, 0.34), transparent 36%);
	content: "";
	inset: 0;
	position: absolute;
}

.bl-modern-home .bl-method .container {
	max-width: 88% !important;
	position: relative;
	width: 88% !important;
	z-index: 1;
}

.bl-method__top {
	align-items: stretch;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(360px, 0.78fr) minmax(460px, 1fr);
	margin-bottom: 28px;
}

.bl-modern-home .bl-method .bl-section-copy,
.bl-method__intro {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-left: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 8px;
	box-shadow: none;
	padding: 42px;
}

.bl-modern-home .bl-method .bl-kicker {
	color: #7db2ff;
}

.bl-modern-home .bl-method h2 {
	color: #ffffff;
	font-family: "Nunito", sans-serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.16;
	margin-bottom: 18px;
	text-transform: none;
}

.bl-modern-home .bl-method p {
	color: rgba(255, 255, 255, 0.76);
}

.bl-method__tags span {
	background: rgba(125, 178, 255, 0.14);
	border: 1px solid rgba(125, 178, 255, 0.24);
	border-radius: 999px;
	color: #d9e9ff;
	font-size: 12px;
	font-weight: 400;
	padding: 8px 12px;
	text-transform: uppercase;
}

.bl-method__console {
	backdrop-filter: blur(14px);
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(255, 255, 255, 0.34);
	border-radius: 8px;
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.22);
	color: var(--bl-ink);
	overflow: hidden;
}

.bl-console__bar {
	align-items: center;
	background: #ffffff;
	border-bottom: 1px solid rgba(23, 32, 51, 0.08);
	display: flex;
	justify-content: space-between;
	padding: 20px 24px;
}

.bl-console__bar span {
	color: var(--bl-ink);
	font-size: 15px;
	font-weight: 400;
}

.bl-console__bar strong {
	background: var(--bl-blue-soft);
	border-radius: 999px;
	color: var(--bl-blue);
	font-size: 12px;
	font-weight: 400;
	padding: 7px 11px;
	text-transform: uppercase;
}

.bl-console__body {
	display: grid;
	gap: 16px;
	padding: 26px;
}

.bl-console__timeline {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(4, 1fr);
	margin-bottom: 4px;
}

.bl-console__timeline span {
	background: linear-gradient(135deg, #1e74ff 0%, #0aa4d8 100%);
	border-radius: 999px;
	display: block;
	height: 8px;
}

.bl-console__timeline span:nth-child(2) {
	opacity: 0.82;
}

.bl-console__timeline span:nth-child(3) {
	opacity: 0.64;
}

.bl-console__timeline span:nth-child(4) {
	opacity: 0.46;
}

.bl-console__row {
	align-items: center;
	background: #f8fbff;
	border: 1px solid rgba(23, 32, 51, 0.07);
	border-radius: 8px;
	display: grid;
	gap: 16px;
	grid-template-columns: 120px 1fr 92px;
	padding: 15px 16px;
}

.bl-console__row small {
	color: #526177;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
}

.bl-console__row div {
	background: #e8eef8;
	border-radius: 999px;
	height: 8px;
	overflow: hidden;
}

.bl-console__row div span {
	background: linear-gradient(135deg, #1e74ff 0%, #0aa4d8 100%);
	border-radius: inherit;
	display: block;
	height: 100%;
}

.bl-console__row strong {
	color: var(--bl-ink);
	font-size: 13px;
	font-weight: 400;
	text-align: right;
}

.bl-console__footer {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.bl-console__footer div {
	background: #0d1422;
	border-left: 1px solid rgba(255, 255, 255, 0.12);
	padding: 22px 24px;
}

.bl-console__footer div:first-child {
	border-left: 0;
}

.bl-console__footer strong {
	color: #ffffff;
	display: block;
	font-size: 28px;
	font-weight: 400;
	line-height: 1;
}

.bl-console__footer span {
	color: rgba(255, 255, 255, 0.68);
	display: block;
	font-size: 13px;
	margin-top: 7px;
}

.bl-modern-home .bl-steps {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bl-modern-home .bl-steps div {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	box-shadow: none;
	min-height: 230px;
	padding: 28px;
	position: relative;
	transition: background 0.22s ease, transform 0.22s ease, border-color 0.22s ease;
}

.bl-modern-home .bl-steps div:hover {
	background: rgba(255, 255, 255, 0.14);
	border-color: rgba(125, 178, 255, 0.38);
	transform: translateY(-4px);
}

.bl-modern-home .bl-steps i {
	align-items: center;
	background: rgba(125, 178, 255, 0.16);
	border-radius: 8px;
	color: #8cc0ff;
	display: flex;
	font-size: 22px;
	height: 48px;
	justify-content: center;
	margin-bottom: 22px;
	width: 48px;
}

.bl-modern-home .bl-steps span {
	color: #7db2ff;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 12px;
}

.bl-modern-home .bl-steps strong {
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.24;
}

.bl-modern-home .bl-steps p {
	color: rgba(255, 255, 255, 0.68);
	font-size: 14px;
	line-height: 1.58;
}

.bl-method__strip {
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(255, 255, 255, 0.42);
	border-radius: 8px;
	box-shadow: 0 26px 70px rgba(0, 0, 0, 0.16);
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 18px;
	overflow: hidden;
}

.bl-method__strip div {
	border-left: 1px solid rgba(23, 32, 51, 0.08);
	padding: 24px 26px;
}

.bl-method__strip div:first-child {
	border-left: 0;
}

.bl-method__strip strong {
	color: var(--bl-ink);
	display: block;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
}

.bl-method__strip span {
	color: #60708a;
	display: block;
	font-size: 14px;
	line-height: 1.45;
	margin-top: 7px;
}

.bl-modern-home .bl-proof {
	background:
		linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
	padding: 96px 0 104px;
}

.bl-modern-home .bl-proof .container {
	max-width: 86% !important;
	width: 86% !important;
}

.bl-proof__showcase {
	align-items: stretch;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(360px, 0.78fr) minmax(520px, 1fr);
}

.bl-proof__statement {
	background: #0d1422;
	border-radius: 8px;
	box-shadow: 0 26px 70px rgba(23, 32, 51, 0.16);
	color: #ffffff;
	overflow: hidden;
	padding: 46px;
	position: relative;
}

.bl-proof__statement::after {
	background:
		linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
	background-size: 38px 38px;
	content: "";
	inset: 0;
	opacity: 0.2;
	position: absolute;
}

.bl-proof__statement > * {
	position: relative;
	z-index: 1;
}

.bl-proof__statement h2 {
	color: #ffffff;
	font-family: "Nunito", sans-serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.16;
	margin-bottom: 18px;
	text-transform: none;
}

.bl-proof__statement p {
	color: rgba(255, 255, 255, 0.76);
	font-size: 16px;
	line-height: 1.72;
}

.bl-proof__metrics {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 38px;
}

.bl-proof__metrics div {
	border-left: 1px solid rgba(255, 255, 255, 0.18);
	padding-left: 18px;
}

.bl-proof__metrics div:first-child {
	border-left: 0;
	padding-left: 0;
}

.bl-proof__metrics strong {
	color: #7db2ff;
	display: block;
	font-size: 30px;
	font-weight: 400;
	line-height: 1;
}

.bl-proof__metrics span {
	color: rgba(255, 255, 255, 0.66);
	display: block;
	font-size: 13px;
	margin-top: 8px;
}

.bl-proof__matrix {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bl-matrix__item {
	background: #ffffff;
	border: 1px solid rgba(23, 32, 51, 0.09);
	border-radius: 8px;
	box-shadow: 0 18px 45px rgba(23, 32, 51, 0.08);
	min-height: 172px;
	padding: 28px;
	transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.bl-matrix__item:hover {
	border-color: rgba(30, 116, 255, 0.22);
	box-shadow: 0 24px 60px rgba(23, 32, 51, 0.12);
	transform: translateY(-3px);
}

.bl-matrix__item--wide {
	grid-column: span 2;
	min-height: 150px;
}

.bl-matrix__item--accent {
	background: linear-gradient(135deg, #1e74ff 0%, #0aa4d8 100%);
	color: #ffffff;
}

.bl-matrix__item i {
	align-items: center;
	background: var(--bl-blue-soft);
	border-radius: 8px;
	color: var(--bl-blue);
	display: flex;
	font-size: 22px;
	height: 48px;
	justify-content: center;
	margin-bottom: 22px;
	width: 48px;
}

.bl-matrix__item strong {
	color: var(--bl-ink);
	display: block;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.24;
}

.bl-matrix__item p {
	color: var(--bl-text);
	font-size: 15px;
	line-height: 1.62;
	margin: 10px 0 0;
}

.bl-matrix__item--accent span {
	color: rgba(255, 255, 255, 0.74);
	display: block;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.bl-matrix__item--accent strong {
	color: #ffffff;
	font-size: 25px;
}

@media (max-width: 1199px) {
	.bl-method__top,
	.bl-proof__showcase {
		grid-template-columns: 1fr;
	}

	.bl-modern-home .bl-steps,
	.bl-method__strip {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 767px) {
	.bl-modern-home .bl-hero .container {
		max-width: calc(100% - 32px) !important;
		width: calc(100% - 32px) !important;
	}

	.bl-modern-home .bl-hero__content,
	.bl-modern-home .bl-hero__lead,
	.bl-modern-home .bl-hero h1 {
		max-width: 100%;
		min-width: 0;
		overflow-wrap: anywhere;
		width: 100%;
	}

	.bl-modern-home .bl-hero h1 {
		font-size: 23px;
		line-height: 1.22;
	}

	.bl-modern-home .bl-hero__actions,
	.bl-modern-home .bl-button {
		max-width: 100%;
		min-width: 0;
		width: 100%;
	}

	.bl-modern-home .bl-hero__notes a,
	.bl-modern-home .bl-hero__notes strong,
	.bl-modern-home .bl-hero__notes span {
		min-width: 0;
		overflow-wrap: anywhere;
	}

	.bl-modern-home .bl-method,
	.bl-modern-home .bl-proof {
		padding: 72px 0;
	}

	.bl-modern-home .bl-method .container,
	.bl-modern-home .bl-proof .container {
		max-width: 92% !important;
		width: 92% !important;
	}

	.bl-modern-home .bl-method .bl-section-copy,
	.bl-method__intro,
	.bl-method__console,
	.bl-proof__statement,
	.bl-matrix__item {
		padding: 28px;
	}

	.bl-modern-home .bl-method h2,
	.bl-proof__statement h2 {
		font-size: 27px;
	}

	.bl-console__row {
		grid-template-columns: 1fr;
		gap: 9px;
	}

	.bl-console__row strong {
		text-align: left;
	}

	.bl-modern-home .bl-steps,
	.bl-method__strip,
	.bl-proof__metrics,
	.bl-proof__matrix {
		grid-template-columns: 1fr;
	}

	.bl-method__strip div,
	.bl-proof__metrics div {
		border-left: 0;
		border-top: 1px solid rgba(23, 32, 51, 0.08);
		padding-left: 26px;
	}

	.bl-method__strip div:first-child,
	.bl-proof__metrics div:first-child {
		border-top: 0;
	}

.bl-matrix__item--wide {
	grid-column: span 1;
}
}

.bl-intelligence {
	background: #ffffff;
	padding: 112px 0;
}

.bl-intelligence .container {
	max-width: 88% !important;
	width: 88% !important;
}

.bl-intelligence__head {
	align-items: end;
	display: grid;
	gap: 60px;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
	margin-bottom: 46px;
}

.bl-intelligence__head h2 {
	color: #172033;
	font-size: 29px;
	font-weight: 560;
	line-height: 1.16;
	margin: 0;
}

.bl-intelligence__head p:last-child {
	color: #5c6a82;
	font-size: 16px;
	line-height: 1.85;
	margin: 0;
}

.bl-intelligence__grid {
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(0, 1.34fr) minmax(320px, 0.66fr);
}

.bl-intelligence__selector {
	background: #0d1728;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 8px;
	box-shadow: 0 32px 80px rgba(17, 24, 39, 0.16);
	color: #ffffff;
	display: grid;
	gap: 0;
	grid-template-columns: minmax(260px, 0.46fr) minmax(0, 1fr);
	min-height: 520px;
	overflow: hidden;
	position: relative;
}

.bl-intelligence__selector::before {
	background:
		linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
	background-size: 52px 52px;
	content: "";
	inset: 0;
	opacity: 0.8;
	pointer-events: none;
	position: absolute;
}

.bl-intelligence__selector input {
	display: none;
}

.bl-intelligence__tabs {
	border-right: 1px solid rgba(255, 255, 255, 0.09);
	display: grid;
	grid-template-rows: repeat(4, 1fr);
	position: relative;
	z-index: 1;
}

.bl-intelligence__tabs label {
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0;
	padding: 26px 30px;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.bl-intelligence__tabs label + label {
	border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.bl-intelligence__tabs span {
	color: #69a5ff;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.11em;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.bl-intelligence__tabs strong {
	color: #ffffff;
	font-size: 22px;
	font-weight: 560;
	line-height: 1.2;
}

.bl-intelligence__tabs small {
	color: rgba(255, 255, 255, 0.62);
	font-size: 13px;
	line-height: 1.4;
	margin-top: 7px;
}

#bl-intel-goal:checked ~ .bl-intelligence__tabs label[for="bl-intel-goal"],
#bl-intel-process:checked ~ .bl-intelligence__tabs label[for="bl-intel-process"],
#bl-intel-data:checked ~ .bl-intelligence__tabs label[for="bl-intel-data"],
#bl-intel-security:checked ~ .bl-intelligence__tabs label[for="bl-intel-security"] {
	background: linear-gradient(135deg, rgba(38, 121, 255, 0.23), rgba(15, 159, 180, 0.13));
}

.bl-intelligence__screen {
	align-items: center;
	display: flex;
	padding: 44px;
	position: relative;
	z-index: 1;
}

.bl-intelligence__panel {
	display: none;
	max-width: 650px;
}

#bl-intel-goal:checked ~ .bl-intelligence__screen .bl-intelligence__panel--goal,
#bl-intel-process:checked ~ .bl-intelligence__screen .bl-intelligence__panel--process,
#bl-intel-data:checked ~ .bl-intelligence__screen .bl-intelligence__panel--data,
#bl-intel-security:checked ~ .bl-intelligence__screen .bl-intelligence__panel--security {
	display: block;
}

.bl-intelligence__panel span {
	color: #69a5ff;
	display: block;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.12em;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.bl-intelligence__panel h3 {
	color: #ffffff;
	font-size: 26px;
	font-weight: 560;
	line-height: 1.16;
	margin-bottom: 22px;
}

.bl-intelligence__panel p {
	color: rgba(255, 255, 255, 0.76);
	font-size: 16px;
	line-height: 1.85;
}

.bl-intelligence__panel ul {
	display: grid;
	gap: 12px;
	list-style: none;
	margin: 30px 0 0;
	padding: 0;
}

.bl-intelligence__panel li {
	align-items: center;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	color: rgba(255, 255, 255, 0.86);
	display: flex;
	gap: 12px;
	padding: 13px 16px;
}

.bl-intelligence__panel li::before {
	background: #2679ff;
	border-radius: 50%;
	content: "";
	height: 7px;
	width: 7px;
}

.bl-intelligence__aside {
	display: grid;
	gap: 18px;
	grid-template-rows: 0.7fr 1fr;
}

.bl-intelligence__signal,
.bl-intelligence__path {
	background: #f4f8fd;
	border: 1px solid #e0e8f3;
	border-radius: 8px;
	box-shadow: 0 20px 55px rgba(17, 24, 39, 0.07);
	padding: 34px;
}

.bl-intelligence__signal {
	align-content: end;
	background:
		linear-gradient(135deg, rgba(38, 121, 255, 0.95), rgba(15, 159, 180, 0.9)),
		url("../images/new/hero-2.jpeg") center / cover no-repeat;
	color: #ffffff;
	display: grid;
	min-height: 230px;
}

.bl-intelligence__signal i {
	background: rgba(255, 255, 255, 0.16);
	border-radius: 8px;
	display: inline-flex;
	font-size: 28px;
	height: 58px;
	margin-bottom: 34px;
	place-items: center;
	width: 58px;
}

.bl-intelligence__signal strong {
	display: block;
	font-size: 46px;
	font-weight: 560;
	line-height: 1;
}

.bl-intelligence__signal span {
	color: rgba(255, 255, 255, 0.78);
	display: block;
	font-size: 15px;
	margin-top: 8px;
}

.bl-intelligence__path {
	display: grid;
	gap: 0;
}

.bl-intelligence__path div {
	padding: 18px 0;
}

.bl-intelligence__path div + div {
	border-top: 1px solid #dce5f1;
}

.bl-intelligence__path span {
	color: #2679ff;
	display: block;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.11em;
	margin-bottom: 7px;
	text-transform: uppercase;
}

.bl-intelligence__path strong {
	color: #172033;
	display: block;
	font-size: 18px;
	font-weight: 560;
}

@media (max-width: 1199px) {
	.bl-intelligence__head,
	.bl-intelligence__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.bl-intelligence {
		padding: 72px 0;
	}

	.bl-intelligence .container {
		max-width: calc(100vw - 40px) !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		width: calc(100vw - 40px) !important;
	}

	.bl-intelligence__head {
		gap: 22px;
		margin-bottom: 30px;
	}

	.bl-intelligence__head h2,
	.bl-intelligence__panel h3 {
		font-size: 27px;
	}

	.bl-intelligence__selector {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.bl-intelligence__tabs {
		border-right: 0;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto;
	}

	.bl-intelligence__tabs label {
		padding: 20px;
	}

	.bl-intelligence__tabs label + label {
		border-top: 0;
	}

	.bl-intelligence__tabs label:nth-child(even) {
		border-left: 1px solid rgba(255, 255, 255, 0.09);
	}

	.bl-intelligence__tabs label:nth-child(n+3) {
		border-top: 1px solid rgba(255, 255, 255, 0.09);
	}

	.bl-intelligence__tabs strong {
		font-size: 18px;
	}

	.bl-intelligence__screen,
	.bl-intelligence__signal,
	.bl-intelligence__path {
		padding: 28px;
	}

	.bl-intelligence__aside {
		grid-template-rows: auto;
	}
}

/* Premium service pages */
.bl-service-modern {
	background: #ffffff;
	color: #172033;
	overflow: hidden;
}

.bl-service-modern h1,
.bl-service-modern h2,
.bl-service-modern h3,
.bl-service-modern h4 {
	color: inherit;
	font-family: inherit;
	font-weight: 400;
	letter-spacing: 0;
}

.bl-service-modern p {
	color: #5c6a82;
	font-size: 16px;
	line-height: 1.85;
}

.bl-service-modern .container,
.bl-service-modern .custom-container-80 {
	max-width: 88% !important;
	width: 88% !important;
}

.bl-service-modern--apps {
	--service-bg: url("../images/new/baner-aplikacje.jpeg");
	--service-accent: #2679ff;
	--service-accent-soft: rgba(38, 121, 255, 0.12);
}

.bl-service-modern--web {
	--service-bg: url("../images/new/baner-witryny.jpeg");
	--service-accent: #188edb;
	--service-accent-soft: rgba(24, 142, 219, 0.13);
}

.bl-service-modern--ecommerce {
	--service-bg: url("../images/new/baner-ecommerce.jpeg");
	--service-accent: #2679ff;
	--service-accent-soft: rgba(38, 121, 255, 0.12);
}

.bl-service-modern--ai {
	--service-bg: url("../images/new/baner-dane.jpeg");
	--service-accent: #3977ff;
	--service-accent-soft: rgba(57, 119, 255, 0.13);
}

.bl-service-modern--consulting {
	--service-bg: url("../images/new/baner-doradztwo.jpeg");
	--service-accent: #2679ff;
	--service-accent-soft: rgba(38, 121, 255, 0.12);
}

.bl-service-modern--data {
	--service-bg: url("../images/new/baner-dane.jpeg");
	--service-accent: #2267ff;
	--service-accent-soft: rgba(34, 103, 255, 0.12);
}

.bl-service-modern--qa {
	--service-bg: url("../images/new/baner-jakosc.jpeg");
	--service-accent: #2679ff;
	--service-accent-soft: rgba(38, 121, 255, 0.12);
}

.bl-service-modern--cyber {
	--service-bg: url("../images/new/baner-cyberbezpieczenstwo.jpeg");
	--service-accent: #2679ff;
	--service-accent-soft: rgba(38, 121, 255, 0.12);
}

.bl-service-modern--company {
	--service-bg: url("../images/new/baner-firma.jpeg");
	--service-accent: #188edb;
	--service-accent-soft: rgba(24, 142, 219, 0.13);
}

.bl-service-modern--career {
	--service-bg: url("../images/new/baner-firma.jpeg");
	--service-accent: #0f9fb4;
	--service-accent-soft: rgba(15, 159, 180, 0.13);
}

.bl-service-modern--contact {
	--service-bg: url("../images/new/baner-kontakt.jpeg");
	--service-accent: #2679ff;
	--service-accent-soft: rgba(38, 121, 255, 0.12);
}

.bl-service-modern--consult {
	--service-bg: url("../images/new/baner-konsultacje.jpeg");
	--service-accent: #0f9fb4;
	--service-accent-soft: rgba(15, 159, 180, 0.13);
}

.bl-service-modern--privacy {
	--service-bg: url("../images/new/baner-polityka-prywatnosc.jpeg");
	--service-accent: #2679ff;
	--service-accent-soft: rgba(38, 121, 255, 0.12);
}

.bl-service-modern--cookies {
	--service-bg: url("../images/new/baner-polityka-cookies.jpeg");
	--service-accent: #188edb;
	--service-accent-soft: rgba(24, 142, 219, 0.13);
}

.bl-service-modern--terms {
	--service-bg: url("../images/new/baner-regulamin.jpeg");
	--service-accent: #0f9fb4;
	--service-accent-soft: rgba(15, 159, 180, 0.13);
}

.bl-service-modern--confirm-contact {
	--service-bg: url("../images/new/hero-potwierdzenie-kontakt.jpeg");
	--service-accent: #2679ff;
	--service-accent-soft: rgba(38, 121, 255, 0.12);
}

.bl-service-modern--confirm-consult {
	--service-bg: url("../images/new/hero-potwierdzenie-konsultacje.jpeg");
	--service-accent: #0f9fb4;
	--service-accent-soft: rgba(15, 159, 180, 0.13);
}

.bl-service-modern--error {
	--service-bg: url("../images/new/hero-error.jpeg");
	--service-accent: #2679ff;
	--service-accent-soft: rgba(38, 121, 255, 0.12);
}

.bl-service-landing {
	background:
		linear-gradient(90deg, rgba(11, 20, 37, 0.94) 0%, rgba(11, 20, 37, 0.84) 34%, rgba(11, 20, 37, 0.42) 64%, rgba(11, 20, 37, 0.12) 100%),
		var(--service-bg) center right / cover no-repeat;
	color: #ffffff;
	margin-bottom: 86px;
	min-height: 700px;
	position: relative;
}


.bl-service-landing > .container {
	min-height: 700px;
	padding: 82px 0 126px;
	position: relative;
	z-index: 1;
}

.bl-service-landing > .container.bl-service-landing__cards {
	min-height: 0;
	padding: 0;
}

.bl-service-landing__content {
	max-width: 690px;
}

.bl-service-landing .bl-hero__badge {
	background: rgba(255, 255, 255, 0.11);
	border-color: rgba(255, 255, 255, 0.25);
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.16);
	color: #ffffff;
	margin-bottom: 30px;
	width: fit-content;
}

.bl-service-landing .bl-kicker {
	color: rgba(255, 255, 255, 0.72);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.09em;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.bl-service-landing h1 {
	color: #ffffff;
	font-size: 34px;
	line-height: 1.12;
	margin-bottom: 24px;
	max-width: 690px;
}

.bl-service-landing__lead {
	color: rgba(255, 255, 255, 0.86) !important;
	font-size: 17px !important;
	line-height: 1.85 !important;
	max-width: 640px;
}

.bl-service-landing .bl-hero__actions {
	margin: 34px 0 34px;
}

.bl-service-landing .bl-button--secondary {
	background: rgba(255, 255, 255, 0.92);
	border-color: rgba(255, 255, 255, 0.92);
	color: #172033;
}

.bl-service-landing__metrics {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	max-width: 560px;
}

.bl-service-landing__metrics div {
	border-left: 1px solid rgba(255, 255, 255, 0.23);
	padding: 0 24px;
}

.bl-service-landing__metrics div:first-child {
	border-left: 0;
	padding-left: 0;
}

.bl-service-landing__metrics strong {
	color: #ffffff;
	display: block;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 5px;
}

.bl-service-landing__metrics span {
	color: rgba(255, 255, 255, 0.76);
	display: block;
	font-size: 13px;
	line-height: 1.45;
}

.bl-service-landing__cards {
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(203, 213, 225, 0.76);
	border-radius: 8px;
	bottom: -66px;
	box-shadow: 0 30px 70px rgba(17, 24, 39, 0.15);
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	left: 50%;
	overflow: hidden;
	position: absolute;
	transform: translateX(-50%);
	z-index: 2;
}

.bl-service-landing__cards a {
	align-items: center;
	color: #172033;
	display: grid;
	gap: 14px;
	grid-template-columns: 52px minmax(0, 1fr);
	padding: 30px 34px;
	position: relative;
	text-decoration: none;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.bl-service-landing__cards a + a {
	border-left: 1px solid rgba(203, 213, 225, 0.72);
}

.bl-service-landing__cards a:hover {
	background: #f8fbff;
	transform: translateY(-2px);
}

.bl-service-landing__cards i {
	align-items: center;
	background: var(--service-accent-soft);
	border-radius: 8px;
	color: var(--service-accent);
	display: inline-flex;
	font-size: 22px;
	height: 52px;
	justify-content: center;
	width: 52px;
}

.bl-service-landing__cards strong {
	color: #172033;
	display: block;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.25;
	margin-bottom: 5px;
}

.bl-service-landing__cards span {
	color: #63718a;
	display: block;
	font-size: 14px;
	line-height: 1.45;
}

.bl-service-landing--compact {
	margin-bottom: 0;
	min-height: 470px;
}

.bl-service-landing--compact > .container {
	min-height: 470px;
	padding: 74px 0 94px;
}

.bl-legal-section {
	background: #f4f8fd;
	padding: 78px 0 96px;
}

.bl-legal-section .container,
.bl-legal-section .custom-container-80 {
	max-width: 88% !important;
	width: 88% !important;
}

.bl-legal-shell {
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(250px, 0.32fr) minmax(0, 1fr);
}

.bl-legal-aside {
	align-self: start;
	background: #0d1728;
	border-radius: 8px;
	box-sizing: border-box;
	box-shadow: 0 24px 60px rgba(17, 24, 39, 0.12);
	color: #ffffff;
	padding: 28px;
	position: sticky;
	top: 120px;
}

.bl-legal-aside h2 {
	color: #ffffff;
	font-size: 22px;
	font-weight: 560;
	line-height: 1.24;
	margin-bottom: 14px;
}

.bl-legal-aside p {
	color: rgba(255, 255, 255, 0.68);
	font-size: 14px;
	line-height: 1.65;
	margin-bottom: 24px;
}

.bl-legal-aside a {
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.78);
	display: flex;
	font-size: 14px;
	gap: 10px;
	padding: 13px 0;
	text-decoration: none;
}

.bl-legal-aside a:hover {
	color: #ffffff;
}

.bl-legal-aside i {
	color: #74b4ff;
	width: 18px;
}

.bl-legal-card {
	background: #ffffff;
	border: 1px solid #dfe7f2;
	border-radius: 8px;
	box-sizing: border-box;
	box-shadow: 0 24px 65px rgba(17, 24, 39, 0.08);
	padding: 44px;
}

.bl-legal-card + .bl-legal-card {
	margin-top: 18px;
}

.bl-legal-card h2 {
	color: #172033;
	font-size: 27px;
	font-weight: 560;
	line-height: 1.22;
	margin-bottom: 18px;
}

.bl-legal-card h3 {
	color: #172033;
	font-size: 20px;
	font-weight: 560;
	line-height: 1.28;
	margin: 30px 0 12px;
}

.bl-legal-card p,
.bl-legal-card li {
	color: #5c6a82;
	font-size: 15px;
	line-height: 1.82;
}

.bl-legal-card ul,
.bl-legal-card ol {
	display: grid;
	gap: 10px;
	margin: 0;
	padding-left: 20px;
}

.bl-legal-card a {
	color: var(--service-accent);
}

.bl-legal-meta {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-bottom: 22px;
}

.bl-legal-meta div {
	background: #f4f8fd;
	border: 1px solid #e1e9f4;
	border-radius: 8px;
	padding: 16px;
}

.bl-legal-meta span {
	color: #7a879b;
	display: block;
	font-size: 11px;
	letter-spacing: 0.08em;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.bl-legal-meta strong {
	color: #172033;
	display: block;
	font-size: 15px;
	font-weight: 560;
}

.bl-cookie-declaration {
	background: #ffffff;
	border: 1px dashed #c9d6e8;
	border-radius: 8px;
	box-sizing: border-box;
	min-height: 220px;
	padding: 26px;
}

.bl-confirm-section {
	background: #f4f8fd;
	padding: 84px 0 108px;
}

.bl-confirm-section .container,
.bl-confirm-section .custom-container-80 {
	max-width: 82% !important;
	width: 82% !important;
}

.bl-confirm-panel {
	align-items: center;
	background: #ffffff;
	border: 1px solid #dfe7f2;
	border-radius: 8px;
	box-sizing: border-box;
	box-shadow: 0 28px 70px rgba(17, 24, 39, 0.1);
	display: grid;
	gap: 42px;
	grid-template-columns: minmax(0, 0.58fr) minmax(0, 1fr);
	overflow: hidden;
}

.bl-confirm-visual {
	background: var(--service-bg) center / cover no-repeat;
	box-sizing: border-box;
	min-height: 430px;
}

.bl-confirm-copy {
	box-sizing: border-box;
	padding: 46px 52px 46px 0;
}

.bl-confirm-copy > i {
	align-items: center;
	background: var(--service-accent-soft);
	border-radius: 8px;
	color: var(--service-accent);
	display: inline-flex;
	font-size: 30px;
	height: 62px;
	justify-content: center;
	margin-bottom: 26px;
	width: 62px;
}

.bl-confirm-copy h2 {
	color: #172033;
	font-size: 34px;
	font-weight: 560;
	line-height: 1.18;
	margin-bottom: 18px;
}

.bl-confirm-copy p {
	color: #5c6a82;
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 26px;
}

.bl-confirm-copy .bl-hero__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 18px 28px;
}

.bl-confirm-page--error .bl-hero__badge i,
.bl-confirm-page--error .bl-confirm-copy > i {
	background: rgba(255, 245, 247, 0.92);
	color: #d53f62;
}

.bl-confirm-page--error .bl-confirm-panel {
	border-color: #f2c8d3;
}

.bl-confirm-page--error .bl-confirm-copy h2 {
	font-weight: 480;
}

.bl-service-story {
	padding: 98px 0 104px;
}

.bl-service-story__grid {
	align-items: center;
	display: grid;
	gap: 70px;
	grid-template-columns: minmax(0, 0.93fr) minmax(0, 1fr);
}

.bl-service-story__visual {
	border-radius: 8px;
	box-shadow: 0 35px 80px rgba(17, 24, 39, 0.12);
	overflow: hidden;
	position: relative;
}

.bl-service-story__visual::after {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0), rgba(38, 121, 255, 0.18));
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.bl-service-story__visual img {
	aspect-ratio: 16 / 11;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.bl-service-story__eyebrow,
.bl-service-delivery__eyebrow {
	color: var(--service-accent);
	display: block;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.1em;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.bl-service-story h2,
.bl-service-delivery h2,
.bl-service-outcome h2 {
	color: #142033;
	font-size: 26px;
	line-height: 1.18;
	margin-bottom: 22px;
}

.bl-service-story__copy {
	max-width: 720px;
}

.bl-service-story__list {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 28px;
}

.bl-service-story__list div {
	align-items: center;
	background: #ffffff;
	border: 1px solid #e4eaf3;
	border-radius: 8px;
	box-shadow: 0 14px 35px rgba(17, 24, 39, 0.05);
	color: #172033;
	display: flex;
	font-size: 14px;
	font-weight: 520;
	gap: 12px;
	padding: 14px 16px;
}

.bl-service-story__list i {
	color: var(--service-accent);
	font-size: 15px;
}

.bl-service-delivery {
	background: #f4f8fd;
	padding: 96px 0;
}

.bl-service-delivery__head {
	display: grid;
	gap: 54px;
	grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
	margin-bottom: 42px;
}

.bl-service-delivery__head p {
	margin-top: 34px;
}

.bl-service-delivery__grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bl-service-card {
	background: #ffffff;
	border: 1px solid #e1e8f2;
	border-radius: 8px;
	box-shadow: 0 18px 45px rgba(17, 24, 39, 0.055);
	min-height: 255px;
	padding: 30px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.bl-service-card:hover {
	border-color: rgba(38, 121, 255, 0.28);
	box-shadow: 0 26px 60px rgba(17, 24, 39, 0.09);
	transform: translateY(-4px);
}

.bl-service-card__number {
	color: var(--service-accent);
	display: block;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 24px;
}

.bl-service-card h3 {
	color: #172033;
	font-size: 20px;
	line-height: 1.28;
	margin-bottom: 14px;
}

.bl-service-card p {
	font-size: 15px;
	line-height: 1.75;
	margin-bottom: 0;
}

.bl-service-modern--career .bl-service-card {
	display: flex;
	flex-direction: column;
}

.bl-service-modern--career .bl-service-card p {
	margin-bottom: 22px;
}

.bl-service-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: auto 0 18px;
}

.bl-service-card__meta span {
	background: rgba(38, 121, 255, 0.08);
	border: 1px solid rgba(38, 121, 255, 0.14);
	border-radius: 999px;
	color: #2368d8;
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	padding: 8px 10px;
}

.bl-career-card__actions {
	align-items: center;
	border-top: 1px solid #e6edf6;
	display: flex;
	gap: 10px;
	justify-content: space-between;
	padding-top: 17px;
}

.bl-service-card__details {
	align-items: center;
	background: rgba(38, 121, 255, 0.08);
	border: 1px solid rgba(38, 121, 255, 0.16);
	border-radius: 8px;
	color: #205fd1;
	cursor: pointer;
	display: inline-flex;
	font-size: 14px;
	font-weight: 520;
	min-height: 40px;
	padding: 0 14px;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.bl-service-card__details:hover {
	background: rgba(38, 121, 255, 0.13);
	border-color: rgba(38, 121, 255, 0.28);
	color: #174fb6;
}

.bl-service-card__apply {
	align-items: center;
	color: #142033;
	display: flex;
	font-size: 14px;
	font-weight: 520;
	gap: 8px;
	justify-content: space-between;
	margin-top: 0;
}

.bl-service-card__apply:hover {
	color: var(--service-accent);
}

.bl-service-card__apply i {
	color: var(--service-accent);
	font-size: 13px;
}

.bl-career-modal-open {
	overflow: hidden;
}

.bl-career-modal {
	align-items: center;
	display: flex;
	inset: 0;
	justify-content: center;
	opacity: 0;
	padding: 36px;
	pointer-events: none;
	position: fixed;
	transition: opacity 0.2s ease, visibility 0.2s ease;
	visibility: hidden;
	z-index: 9999;
}

.bl-career-modal.is-open {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
}

.bl-career-modal__backdrop {
	background: rgba(5, 13, 26, 0.68);
	border: 0;
	cursor: pointer;
	inset: 0;
	position: absolute;
}

.bl-career-modal__dialog {
	background: #ffffff;
	border: 1px solid rgba(202, 213, 228, 0.9);
	border-radius: 10px;
	box-shadow: 0 34px 100px rgba(7, 16, 32, 0.35);
	max-height: min(760px, calc(100vh - 72px));
	max-width: 980px;
	overflow: auto;
	position: relative;
	transform: translateY(14px);
	transition: transform 0.2s ease;
	width: min(980px, 100%);
	z-index: 1;
}

.bl-career-modal.is-open .bl-career-modal__dialog {
	transform: translateY(0);
}

.bl-career-modal__close {
	align-items: center;
	background: rgba(15, 31, 54, 0.06);
	border: 1px solid rgba(15, 31, 54, 0.08);
	border-radius: 8px;
	color: #172033;
	cursor: pointer;
	display: inline-flex;
	height: 40px;
	justify-content: center;
	position: absolute;
	right: 22px;
	top: 22px;
	width: 40px;
	z-index: 2;
}

.bl-career-modal__head {
	background:
		linear-gradient(135deg, rgba(8, 20, 38, 0.98), rgba(13, 69, 116, 0.92)),
		var(--service-bg) center / cover no-repeat;
	color: #ffffff;
	padding: 42px 84px 36px 42px;
	position: relative;
}

.bl-career-modal__head span {
	color: #8fc3ff;
	display: block;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.1em;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.bl-career-modal__head h2 {
	color: #ffffff;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.16;
	margin-bottom: 14px;
}

.bl-career-modal__head p {
	color: rgba(255, 255, 255, 0.78);
	font-size: 15px;
	line-height: 1.75;
	margin: 0;
	max-width: 720px;
}

.bl-career-modal__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 24px;
}

.bl-career-modal__tags span {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	color: #eaf4ff;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
	padding: 8px 11px;
	text-transform: none;
}

.bl-career-modal__grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding: 34px 42px 18px;
}

.bl-career-modal__grid section {
	background: #f7faff;
	border: 1px solid #e1e9f4;
	border-radius: 8px;
	padding: 22px;
}

.bl-career-modal__grid h3 {
	color: #142033;
	font-size: 17px;
	font-weight: 520;
	line-height: 1.3;
	margin-bottom: 13px;
}

.bl-career-modal__grid ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bl-career-modal__grid li {
	color: #5f6d84;
	font-size: 14px;
	line-height: 1.65;
	padding-left: 18px;
	position: relative;
}

.bl-career-modal__grid li + li {
	margin-top: 8px;
}

.bl-career-modal__grid li::before {
	background: var(--service-accent);
	border-radius: 999px;
	content: "";
	height: 6px;
	left: 0;
	position: absolute;
	top: 9px;
	width: 6px;
}

.bl-career-modal__footer {
	align-items: center;
	border-top: 1px solid #e4ecf6;
	display: flex;
	justify-content: flex-end;
	padding: 24px 42px 34px;
}

.bl-career-modal__footer .bl-button {
	white-space: normal;
}

.bl-service-outcome {
	padding: 102px 0 112px;
}

.bl-service-outcome__panel {
	align-items: stretch;
	background:
		linear-gradient(135deg, rgba(15, 31, 58, 0.96), rgba(13, 72, 112, 0.9)),
		var(--service-bg) center right / cover no-repeat;
	border-radius: 8px;
	box-shadow: 0 32px 80px rgba(17, 24, 39, 0.18);
	color: #ffffff;
	display: grid;
	gap: 48px;
	grid-template-columns: minmax(0, 0.88fr) minmax(0, 1fr);
	overflow: hidden;
	padding: 52px;
	position: relative;
}

.bl-service-outcome__panel::before {
	background: radial-gradient(circle at 90% 20%, rgba(255, 255, 255, 0.22), transparent 32%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.bl-service-outcome__panel > * {
	position: relative;
	z-index: 1;
}

.bl-service-outcome h2 {
	color: #ffffff;
}

.bl-service-outcome p {
	color: rgba(255, 255, 255, 0.78);
}

.bl-service-outcome__list {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bl-service-outcome__list div {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 8px;
	padding: 22px;
}

.bl-service-outcome__list strong {
	color: #ffffff;
	display: block;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 7px;
}

.bl-service-outcome__list span {
	color: rgba(255, 255, 255, 0.68);
	display: block;
	font-size: 14px;
	line-height: 1.55;
}

.bl-contact-modern {
	background:
		linear-gradient(180deg, #f7fbff 0%, #eef5fc 100%);
	padding: 84px 0 96px;
}

.bl-contact-modern .container,
.bl-contact-modern .custom-container-80 {
	max-width: 88% !important;
	width: 88% !important;
}

.bl-contact-shell {
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(300px, 0.58fr) minmax(0, 1fr);
}

.bl-contact-panel {
	background:
		linear-gradient(145deg, rgba(13, 23, 40, 0.96), rgba(15, 64, 98, 0.9)),
		var(--service-bg) center / cover no-repeat;
	border-radius: 8px;
	box-shadow: 0 30px 80px rgba(17, 24, 39, 0.14);
	color: #ffffff;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
	padding: 42px;
	position: relative;
}

.bl-contact-panel::before {
	background:
		linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
	background-size: 48px 48px;
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.bl-contact-panel > * {
	position: relative;
	z-index: 1;
}

.bl-contact-panel h2 {
	color: #ffffff;
	font-size: 32px;
	font-weight: 560;
	line-height: 1.18;
	margin-bottom: 18px;
}

.bl-contact-panel p {
	color: rgba(255, 255, 255, 0.76);
	font-size: 16px;
	line-height: 1.75;
}

.bl-contact-routes {
	display: grid;
	gap: 12px;
	margin-top: 36px;
}

.bl-contact-route {
	align-items: center;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	color: #ffffff;
	display: grid;
	gap: 14px;
	grid-template-columns: 46px minmax(0, 1fr);
	padding: 16px;
	text-decoration: none;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.bl-contact-route:hover {
	background: rgba(255, 255, 255, 0.16);
	color: #ffffff;
	transform: translateY(-2px);
}

.bl-contact-route i {
	align-items: center;
	background: rgba(255, 255, 255, 0.13);
	border-radius: 8px;
	color: #74b4ff;
	display: inline-flex;
	height: 46px;
	justify-content: center;
	width: 46px;
}

.bl-contact-route strong {
	display: block;
	font-size: 16px;
	font-weight: 560;
	margin-bottom: 4px;
}

.bl-contact-route span {
	color: rgba(255, 255, 255, 0.68);
	display: block;
	font-size: 13px;
	line-height: 1.45;
}

.bl-contact-form-card {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(251, 253, 255, 0.92));
	border: 1px solid rgba(198, 211, 228, 0.82);
	border-radius: 10px;
	box-shadow: 0 24px 70px rgba(17, 24, 39, 0.08);
	overflow: hidden;
	padding: 36px;
	position: relative;
}

.bl-contact-form-card::before {
	background: linear-gradient(90deg, #2679ff, #8db8ff);
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.bl-contact-form-card > * {
	position: relative;
	z-index: 1;
}

.bl-contact-form-card h2 {
	color: #172033;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 10px;
}

.bl-contact-form-card > p {
	color: #63718a;
	font-size: 14px;
	line-height: 1.65;
	margin-bottom: 28px;
}

.bl-modern-form #errorContainer {
	background: #fff5f7 !important;
	border: 1px solid #ffd1dc !important;
	border-radius: 8px;
	box-shadow: 0 14px 34px rgba(210, 55, 89, 0.08) !important;
	color: #a92948 !important;
	display: none;
	margin-bottom: 24px;
	padding: 14px 16px;
	text-align: left !important;
}

.bl-modern-form #errorContainer p {
	color: inherit !important;
	font-size: 13px !important;
	line-height: 1.5;
	margin: 0;
}

.bl-modern-form .form_box {
	display: block !important;
	flex-direction: initial !important;
	margin-bottom: 16px;
	position: relative;
}

.bl-modern-form .form_box input,
.bl-modern-form .form_box textarea,
.bl-modern-form .form_box select {
	background: rgba(255, 255, 255, 0.9) !important;
	border: 1px solid #d8e3f0 !important;
	border-radius: 8px !important;
	box-shadow: 0 12px 28px rgba(17, 24, 39, 0.035);
	color: #172033 !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	min-height: 48px !important;
	outline: none;
	padding: 0 14px !important;
	transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
	width: 100%;
}

.bl-modern-form .form_box input,
.bl-modern-form .form_box select {
	height: 48px !important;
}

.bl-modern-form .form_box textarea {
	height: auto !important;
	min-height: 126px !important;
	padding: 13px 14px !important;
	resize: vertical;
}

.bl-modern-form .form_box ::placeholder {
	color: #a3afbf;
	opacity: 1;
}

.bl-field-hint {
	color: #75849a;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.45;
	margin-top: 7px;
}

.bl-modern-form .form_box.has-field-error .bl-field-hint {
	color: #8a6b76;
}

.bl-modern-form .form_box input:focus,
.bl-modern-form .form_box textarea:focus,
.bl-modern-form .form_box select:focus {
	background: #ffffff;
	border-color: rgba(38, 121, 255, 0.45);
	box-shadow: 0 0 0 4px rgba(38, 121, 255, 0.09);
}

.bl-modern-form .form_box input.has-error,
.bl-modern-form .form_box textarea.has-error,
.bl-modern-form .form_box select.has-error {
	border-color: #ef8da4 !important;
	box-shadow: 0 0 0 4px rgba(239, 71, 111, 0.08), 0 12px 28px rgba(17, 24, 39, 0.035) !important;
}

.bl-modern-form .form_box.has-field-error > label {
	color: #b83a57 !important;
}

.bl-modern-form span.has-error,
.bl-modern-form .bl-field-error {
	background: transparent !important;
	color: #d53f62 !important;
	display: block !important;
	font-size: 12px !important;
	font-weight: 400 !important;
	left: auto !important;
	line-height: 1.35 !important;
	margin: 7px 0 0 !important;
	padding: 0 !important;
	position: static !important;
	top: auto !important;
}

.bl-modern-form .form_box label {
	background: transparent;
	bottom: auto !important;
	color: #40516b !important;
	display: block !important;
	font-size: 12px !important;
	font-weight: 400 !important;
	left: auto !important;
	letter-spacing: 0 !important;
	line-height: 1.35 !important;
	margin: 0 0 8px !important;
	padding: 0 !important;
	position: static !important;
	right: auto !important;
	text-transform: none !important;
	top: auto !important;
}

.bl-modern-form .custom-control-label {
	color: #4d5d73 !important;
	display: block !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	line-height: 1.55 !important;
	margin: 0 !important;
	padding: 0 !important;
	pointer-events: none;
	position: relative !important;
	text-transform: none !important;
}

.bl-modern-form .custom-control {
	background: rgba(248, 251, 255, 0.86);
	border: 1px solid #e2ebf6;
	border-radius: 8px;
	cursor: pointer;
	margin-bottom: 10px !important;
	min-height: 0;
	padding: 14px 18px 14px 58px !important;
	position: relative;
	transition: background-color 0.2s ease, border-color 0.2s ease;
}

.bl-modern-form .custom-control:hover {
	background: #ffffff;
	border-color: #cad9ec;
}

.bl-modern-form .custom-switch.custom-switch-md .custom-control-label {
	padding-left: 0 !important;
	padding-bottom: 0 !important;
}

.bl-modern-form .form_box .custom-control-input {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	display: block !important;
	height: 100% !important;
	inset: 0 !important;
	left: 0 !important;
	margin: 0 !important;
	min-height: 0 !important;
	opacity: 0 !important;
	padding: 0 !important;
	position: absolute !important;
	top: 0 !important;
	width: 100% !important;
	z-index: 2 !important;
}

.bl-modern-form .custom-switch .custom-control-label::before {
	background-color: #ffffff !important;
	border: 1px solid #cbd7e6 !important;
	border-radius: 6px !important;
	box-shadow: 0 8px 18px rgba(17, 24, 39, 0.06);
	height: 20px !important;
	left: -38px !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	width: 20px !important;
}

.bl-modern-form .custom-switch .custom-control-label::after {
	background: transparent !important;
	border-color: #ffffff !important;
	border-radius: 0 !important;
	border-style: solid !important;
	border-width: 0 0 2px 2px !important;
	content: "" !important;
	height: 7px !important;
	left: -33px !important;
	opacity: 0;
	top: 50% !important;
	transform: translateY(-62%) rotate(-45deg) !important;
	width: 11px !important;
}

.bl-modern-form .custom-control-input:checked ~ .custom-control-label::before {
	background-color: var(--service-accent);
	border-color: var(--service-accent);
}

.bl-modern-form .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
	background-color: #ffffff;
	opacity: 1;
	transform: translateY(-62%) rotate(-45deg) !important;
}

.bl-modern-form .custom-control:has(.custom-control-input:checked) {
	background: #ffffff;
	border-color: rgba(38, 121, 255, 0.42);
	box-shadow: 0 12px 30px rgba(38, 121, 255, 0.08);
}

.bl-modern-form .custom-control:has(.custom-control-input.has-error) {
	background: #fff8fa;
	border-color: #ef8da4;
}

.bl-modern-form .custom-control.has-field-error {
	background: #fff8fa;
	border-color: #ef8da4;
}

.bl-modern-form .custom-control + span.has-error,
.bl-modern-form .custom-control + .bl-field-error {
	margin: -2px 0 12px 58px !important;
}

.bl-consent-card {
	align-items: flex-start;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 251, 255, 0.9));
	border: 1px solid #dce8f5;
	border-radius: 8px;
	box-shadow: 0 14px 30px rgba(17, 24, 39, 0.035);
	color: #31425b;
	cursor: pointer;
	display: flex !important;
	gap: 14px;
	line-height: 1.55;
	margin: 0 0 10px !important;
	padding: 15px 18px !important;
	position: relative;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
	width: 100%;
}

.bl-consent-card:hover {
	background: #ffffff;
	border-color: rgba(38, 121, 255, 0.32);
	box-shadow: 0 16px 34px rgba(17, 24, 39, 0.055);
	transform: translateY(-1px);
}

.bl-modern-form .form_box input.bl-consent-input {
	appearance: none;
	-webkit-appearance: none;
	align-items: center;
	background: #ffffff !important;
	border: 1px solid #bfd0e5 !important;
	border-radius: 6px !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85), 0 9px 18px rgba(17, 24, 39, 0.06) !important;
	cursor: pointer;
	display: inline-flex !important;
	flex: 0 0 22px;
	height: 22px !important;
	justify-content: center;
	margin: 1px 0 0 0 !important;
	min-height: 22px !important;
	opacity: 1 !important;
	padding: 0 !important;
	position: relative !important;
	transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
	width: 22px !important;
}

.bl-modern-form .form_box input.bl-consent-input::after {
	border-color: #ffffff;
	border-style: solid;
	border-width: 0 0 2px 2px;
	content: "";
	height: 7px;
	opacity: 0;
	transform: translateY(-1px) rotate(-45deg);
	transition: opacity 0.2s ease;
	width: 12px;
}

.bl-consent-text {
	color: #42546e;
	display: block;
	flex: 1 1 auto;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.55;
	text-transform: none;
}

.bl-modern-form .form_box input.bl-consent-input:focus-visible {
	box-shadow: 0 0 0 4px rgba(38, 121, 255, 0.12), 0 9px 18px rgba(17, 24, 39, 0.06) !important;
}

.bl-modern-form .form_box input.bl-consent-input:checked {
	background: linear-gradient(135deg, #2679ff, #12a9c8) !important;
	border-color: rgba(38, 121, 255, 0.8) !important;
}

.bl-modern-form .form_box input.bl-consent-input:checked::after {
	opacity: 1;
}

.bl-consent-card:has(.bl-consent-input:checked) {
	background: #ffffff;
	border-color: rgba(38, 121, 255, 0.42);
	box-shadow: 0 16px 34px rgba(38, 121, 255, 0.08);
}

.bl-consent-card.has-field-error {
	background: #fff8fa;
	border-color: #ef8da4;
}

.bl-consent-card + span.has-error,
.bl-consent-card + .bl-field-error {
	margin: -2px 0 12px 0 !important;
}

.bl-modern-submit {
	align-items: center;
	background: linear-gradient(135deg, #2679ff, #12a9c8);
	border: 0;
	border-radius: 8px;
	box-shadow: 0 16px 34px rgba(38, 121, 255, 0.22);
	color: #ffffff;
	display: inline-flex;
	font-size: 15px;
	font-weight: 520;
	gap: 10px;
	justify-content: center;
	min-height: 54px;
	padding: 0 26px;
	width: 100%;
}

.bl-contact-note {
	background: rgba(248, 251, 255, 0.78);
	border: 1px solid #e0e9f5;
	border-radius: 8px;
	margin-top: 28px;
	padding: 16px 18px;
	text-align: center;
}

.bl-contact-note .row {
	margin-left: 0;
	margin-right: 0;
}

.bl-contact-note .mt-30 {
	margin-top: 0 !important;
}

.bl-contact-note .btn-no-button {
	color: #52627a;
	font-size: 13px;
	font-weight: 400 !important;
	letter-spacing: 0;
	text-decoration: none;
}

.bl-contact-note .btn-no-button:hover {
	color: #2679ff;
}

@media (max-width: 1399px) {
	.bl-service-delivery__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 1199px) {
	.bl-service-delivery__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {
	.bl-service-modern .container,
	.bl-service-modern .custom-container-80 {
		max-width: 92% !important;
		width: 92% !important;
	}

	.bl-contact-shell {
		grid-template-columns: 1fr;
	}

	.bl-legal-shell,
	.bl-confirm-panel {
		grid-template-columns: 1fr;
	}

	.bl-legal-aside {
		position: static;
	}

	.bl-confirm-copy {
		padding: 0 36px 40px;
	}

	.bl-confirm-visual {
		min-height: 280px;
	}

	.bl-service-landing {
		margin-bottom: 36px;
		min-height: auto;
	}

	.bl-service-landing > .container {
		min-height: auto;
		padding: 84px 0 46px;
	}

	.bl-service-landing__cards {
		margin: -18px auto 0;
		position: relative;
		bottom: auto;
		left: auto;
		transform: none;
	}

	.bl-service-story__grid,
	.bl-service-delivery__head,
	.bl-service-outcome__panel {
		grid-template-columns: 1fr;
	}

	.bl-service-story {
		padding-top: 72px;
	}
}

@media (max-width: 767px) {
	.bl-service-modern .container,
	.bl-service-modern .custom-container-80 {
		box-sizing: border-box;
		max-width: calc(100vw - 40px) !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		width: calc(100vw - 40px) !important;
	}

	.bl-service-modern,
	.bl-service-landing,
	.bl-service-story,
	.bl-service-delivery,
	.bl-service-outcome,
	.bl-contact-modern {
		max-width: 100vw;
		overflow-x: hidden;
	}

	.bl-contact-modern .container,
	.bl-contact-modern .custom-container-80 {
		box-sizing: border-box;
		max-width: calc(100vw - 40px) !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		width: calc(100vw - 40px) !important;
	}

	.bl-contact-modern {
		padding: 64px 0 72px;
	}

	.bl-contact-panel,
	.bl-contact-form-card {
		padding: 28px;
	}

	.bl-contact-panel h2,
	.bl-contact-form-card h2,
	.bl-legal-card h2,
	.bl-confirm-copy h2 {
		font-size: 25px;
	}

	.bl-legal-section .container,
	.bl-legal-section .custom-container-80,
	.bl-confirm-section .container,
	.bl-confirm-section .custom-container-80 {
		box-sizing: border-box;
		max-width: calc(100vw - 40px) !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		width: calc(100vw - 40px) !important;
	}

	.bl-legal-section,
	.bl-confirm-section {
		padding: 62px 0 72px;
	}

	.bl-legal-card,
	.bl-legal-aside {
		padding: 26px;
	}

	.bl-legal-meta {
		grid-template-columns: 1fr;
	}

	.bl-service-landing {
		background:
			linear-gradient(90deg, rgba(11, 20, 37, 0.95) 0%, rgba(11, 20, 37, 0.84) 58%, rgba(11, 20, 37, 0.55) 100%),
			var(--service-bg) center right / cover no-repeat;
	}

	.bl-service-landing__content,
	.bl-service-story__copy,
	.bl-service-delivery__head,
	.bl-service-outcome__panel > * {
		max-width: 100%;
		min-width: 0;
	}

	.bl-service-landing h1 {
		font-size: 27px;
		line-height: 1.18;
		max-width: 100%;
		overflow-wrap: break-word;
		width: 16ch;
	}

	.bl-service-landing__lead {
		font-size: 15px !important;
		line-height: 1.75 !important;
		max-width: 100%;
		overflow-wrap: break-word;
		width: 31ch;
	}

	.bl-service-landing .bl-hero__actions {
		align-items: stretch;
		display: flex;
		flex-direction: column;
		gap: 12px;
		max-width: 100%;
		width: 100%;
	}

	.bl-service-landing .bl-button {
		box-sizing: border-box;
		justify-content: center;
		max-width: 100%;
		white-space: normal;
		width: 100%;
	}

	.bl-confirm-copy {
		padding: 0 28px 34px;
	}

	.bl-confirm-copy .bl-hero__actions {
		align-items: stretch;
		flex-direction: column;
		gap: 16px;
		width: 100%;
	}

	.bl-confirm-copy .bl-button {
		box-sizing: border-box;
		max-width: 100%;
		white-space: normal;
		width: 100%;
	}

	.bl-confirm-copy .bl-link-soft {
		text-align: center;
	}

	.bl-service-landing__metrics,
	.bl-service-landing__cards,
	.bl-service-story__list,
	.bl-service-delivery__grid,
	.bl-service-outcome__list {
		grid-template-columns: 1fr;
	}

	.bl-service-landing__metrics div,
	.bl-service-landing__metrics div:first-child {
		border-left: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.16);
		padding: 16px 0 0;
	}

	.bl-service-landing__metrics div:first-child {
		border-top: 0;
		padding-top: 0;
	}

	.bl-service-landing__cards a {
		grid-template-columns: 52px minmax(0, 1fr);
		padding: 24px;
	}

	.bl-service-landing__cards a + a {
		border-left: 0;
		border-top: 1px solid rgba(203, 213, 225, 0.72);
	}

	.bl-service-landing__cards span,
	.bl-service-landing__cards strong,
	.bl-service-card,
	.bl-service-card h3,
	.bl-service-card p,
	.bl-service-story__list div,
	.bl-service-outcome__list div,
	.bl-service-outcome__list span {
		min-width: 0;
		overflow-wrap: break-word;
	}

	.bl-service-landing__cards span {
		max-width: 22ch;
	}

	.bl-service-story,
	.bl-service-delivery,
	.bl-service-outcome {
		padding: 72px 0;
	}

	.bl-service-story__grid {
		gap: 36px;
	}

	.bl-service-story h2,
	.bl-service-delivery h2,
	.bl-service-outcome h2 {
		font-size: 27px;
	}

	.bl-service-card,
	.bl-service-outcome__panel {
		padding: 28px;
	}

	.bl-career-card__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.bl-service-card__details,
	.bl-service-card__apply {
		justify-content: center;
		width: 100%;
	}

	.bl-career-modal {
		padding: 18px;
	}

	.bl-career-modal__dialog {
		max-height: calc(100vh - 36px);
	}

	.bl-career-modal__head {
		padding: 34px 68px 28px 28px;
	}

	.bl-career-modal__head h2 {
		font-size: 24px;
	}

	.bl-career-modal__grid {
		grid-template-columns: 1fr;
		padding: 24px 24px 12px;
	}

	.bl-career-modal__footer {
		align-items: stretch;
		flex-direction: column;
		padding: 22px 24px 28px;
	}
}

@media (max-width: 767px) {
	.bl-modern-home .bl-hero .container {
		box-sizing: border-box;
		max-width: calc(100vw - 40px) !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		width: calc(100vw - 40px) !important;
	}

	.bl-modern-home .bl-hero,
	.bl-modern-home .bl-hero__content {
		max-width: 100vw;
		overflow-x: hidden;
	}

	.bl-modern-home .bl-hero h1 {
		font-size: 27px;
		line-height: 1.18;
		max-width: 100%;
		overflow-wrap: break-word;
		width: 16ch;
	}

	.bl-modern-home .bl-hero__lead {
		font-size: 15px;
		line-height: 1.75;
		max-width: 100%;
		overflow-wrap: break-word;
		width: 31ch;
	}

	.bl-modern-home .bl-hero__actions {
		align-items: stretch;
		display: flex;
		flex-direction: column;
		gap: 12px;
		max-width: 100%;
		width: 100%;
	}

	.bl-modern-home .bl-hero__actions .bl-button {
		box-sizing: border-box;
		justify-content: center;
		max-width: 100%;
		white-space: normal;
		width: 100%;
	}

	.bl-modern-home .bl-hero__notes a {
		grid-template-columns: 52px minmax(0, 1fr);
	}

	.bl-modern-home .bl-hero__notes span,
	.bl-modern-home .bl-hero__notes strong {
		min-width: 0;
		overflow-wrap: break-word;
	}

	.bl-modern-home .bl-hero__notes span {
		max-width: 22ch;
	}
}

/* Stable header, language dropdown and mobile navigation overrides. */
.bl-modern-home .bl-language-nav,
.bl-modern-home .bl-language-switch {
	display: none !important;
}

.bl-modern-home .menu-wrapper {
	align-items: center;
	gap: 18px;
	overflow: visible !important;
}

.bl-modern-home .bl-lang-dropdown {
	flex: 0 0 auto;
	margin-left: 8px;
	position: relative;
	z-index: 80;
}

.bl-modern-home .bl-lang-toggle,
.bl-modern-home .bl-lang-select {
	align-items: center;
	appearance: none;
	-webkit-appearance: none;
	background: rgba(255, 255, 255, 0.58);
	border: 1px solid rgba(38, 121, 255, 0.22);
	border-radius: 8px;
	box-shadow: 0 16px 36px rgba(38, 121, 255, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.85);
	color: #243049;
	cursor: pointer;
	display: inline-flex;
	font-family: "Nunito", sans-serif;
	font-size: 13px;
	font-weight: 500;
	gap: 8px;
	height: 38px;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1;
	min-width: 66px;
	padding: 0 12px;
	transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
	-webkit-backdrop-filter: blur(14px);
	backdrop-filter: blur(14px);
}

.bl-modern-home .bl-lang-select {
	background:
		linear-gradient(45deg, transparent 50%, #78a6ef 50%) right 17px center / 6px 6px no-repeat,
		linear-gradient(135deg, #78a6ef 50%, transparent 50%) right 12px center / 6px 6px no-repeat,
		rgba(255, 255, 255, 0.58);
	padding-right: 28px;
	text-align: left;
}

.bl-modern-home .bl-lang-select:focus {
	border-color: rgba(38, 121, 255, 0.42);
	box-shadow: 0 0 0 4px rgba(38, 121, 255, 0.1), 0 16px 36px rgba(38, 121, 255, 0.12);
	outline: none;
}

.bl-modern-home .bl-lang-toggle:hover,
.bl-modern-home .bl-lang-select:hover,
.bl-modern-home .bl-lang-dropdown.is-open .bl-lang-toggle {
	background: rgba(255, 255, 255, 0.82);
	border-color: rgba(38, 121, 255, 0.36);
	color: #115bd9;
}

.bl-modern-home .bl-lang-select:hover {
	background:
		linear-gradient(45deg, transparent 50%, #78a6ef 50%) right 17px center / 6px 6px no-repeat,
		linear-gradient(135deg, #78a6ef 50%, transparent 50%) right 12px center / 6px 6px no-repeat,
		rgba(255, 255, 255, 0.82);
}

.bl-modern-home .bl-lang-toggle i {
	color: #78a6ef;
	font-size: 12px;
	transition: transform 0.2s ease;
}

.bl-modern-home .bl-lang-dropdown.is-open .bl-lang-toggle i {
	transform: rotate(180deg);
}

.bl-modern-home .bl-lang-menu {
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(38, 121, 255, 0.18);
	border-radius: 8px;
	box-shadow: 0 22px 54px rgba(23, 32, 51, 0.16);
	display: grid;
	gap: 4px;
	min-width: 156px;
	opacity: 0;
	padding: 8px;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: calc(100% + 10px);
	transform: translateY(-6px);
	transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
	visibility: hidden;
	-webkit-backdrop-filter: blur(18px);
	backdrop-filter: blur(18px);
	z-index: 100;
}

.bl-modern-home .bl-lang-dropdown.is-open .bl-lang-menu {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
	visibility: visible;
}

.bl-modern-home .bl-lang-menu a {
	border-radius: 7px;
	color: #243049;
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	padding: 11px 12px;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease;
	white-space: nowrap;
}

.bl-modern-home .bl-lang-menu a:hover,
.bl-modern-home .bl-lang-menu a.is-active {
	background: rgba(38, 121, 255, 0.1);
	color: #115bd9;
}

.bl-modern-form .form_box label.bl-consent-card {
	align-items: flex-start !important;
	display: grid !important;
	gap: 14px !important;
	grid-template-columns: 22px minmax(0, 1fr);
	margin: 0 0 12px !important;
	padding: 17px 20px !important;
}

.bl-modern-form .form_box label.bl-consent-card .bl-consent-input {
	align-self: start !important;
	flex: 0 0 22px !important;
	margin: 0 !important;
}

.bl-modern-form .form_box label.bl-consent-card .bl-consent-text {
	align-self: center;
	line-height: 1.5;
	min-width: 0;
	padding: 1px 0 0;
}

.bl-modern-form .form_box label.bl-consent-card + span.has-error,
.bl-modern-form .form_box label.bl-consent-card + .bl-field-error {
	margin: -4px 0 14px !important;
}

@media (max-width: 991px) {
	.bl-modern-home header,
	.bl-modern-home header[uk-sticky],
	.bl-modern-home header.uk-sticky,
	.bl-modern-home header.uk-sticky-fixed {
		opacity: 1 !important;
		position: relative !important;
		top: auto !important;
		transform: none !important;
		width: 100% !important;
		z-index: 120 !important;
	}

	.bl-modern-home .uk-sticky-placeholder {
		display: none !important;
	}

	.bl-modern-home header .container,
	.bl-modern-home header .custom-container-80 {
		max-width: min(92%, 620px) !important;
		width: min(92%, 620px) !important;
	}

	.bl-modern-home .menu-wrapper {
		align-items: center;
		gap: 8px;
		justify-content: flex-start;
		min-height: 64px;
		overflow: visible !important;
		padding: 10px 0 !important;
		position: relative;
	}

	.bl-modern-home .m-logo {
		display: block !important;
		flex: 0 1 auto;
		min-width: 0;
	}

	.bl-modern-home .m-logo a {
		align-items: center;
		display: inline-flex;
	}

	.bl-modern-home .logo-txt::before {
		background: url("../images/beelogic_logo_main_text_250.png") left center / contain no-repeat;
		content: "";
		display: block !important;
		height: 52px;
		left: auto !important;
		position: static !important;
		top: auto !important;
		width: min(190px, 48vw);
	}

	.bl-modern-home .bl-lang-dropdown {
		margin-left: auto;
		margin-right: 4px;
	}

	.bl-modern-home .bl-lang-toggle {
		height: 42px;
		min-width: 58px;
		padding: 0 10px;
	}

	.bl-modern-home .bl-lang-select {
		height: 42px;
		min-width: 64px;
		padding: 0 28px 0 12px;
	}

	.bl-modern-home .bl-lang-menu {
		right: 0;
	}

	.bl-modern-home .menu-toggle {
		align-items: center !important;
		background: rgba(30, 116, 255, 0.1) !important;
		border: 1px solid rgba(30, 116, 255, 0.2) !important;
		border-radius: 8px !important;
		box-sizing: border-box;
		cursor: pointer;
		display: inline-flex !important;
		flex: 0 0 44px;
		height: 44px !important;
		justify-content: center;
		left: auto !important;
		margin-left: 4px;
		overflow: hidden;
		position: static !important;
		right: auto !important;
		top: auto !important;
		transform: none !important;
		width: 44px !important;
		z-index: 90;
	}

	.bl-modern-home .menu-toggle::before,
	.bl-modern-home .menu-toggle::after,
	.bl-modern-home .menu-toggle.closee::before,
	.bl-modern-home .menu-toggle.closee::after,
	.bl-modern-home .menu-toggle .open_bar::before,
	.bl-modern-home .menu-toggle .close_bar::before,
	.bl-modern-home .menu-toggle .close_bar::after,
	.bl-modern-home .menu-toggle.closee .close_bar::before,
	.bl-modern-home .menu-toggle.closee .close_bar::after {
		content: none !important;
		display: none !important;
	}

	.bl-modern-home .menu-toggle .open_bar,
	.bl-modern-home .menu-toggle .close_bar {
		align-items: center !important;
		background: transparent !important;
		border: 0 !important;
		border-radius: 0 !important;
		box-shadow: none !important;
		color: var(--bl-blue) !important;
		display: inline-flex !important;
		font-size: 20px !important;
		height: auto !important;
		justify-content: center !important;
		left: auto !important;
		line-height: 1 !important;
		position: static !important;
		right: auto !important;
		top: auto !important;
		width: auto !important;
		z-index: auto !important;
	}

	.bl-modern-home .menu-toggle .close_bar {
		display: none !important;
	}

	.bl-modern-home .menu-toggle.closee .open_bar {
		display: none !important;
	}

	.bl-modern-home .menu-toggle.closee .close_bar {
		display: inline-flex !important;
		height: auto !important;
		left: auto !important;
		position: static !important;
		right: auto !important;
		top: auto !important;
		width: auto !important;
	}

	.bl-modern-home .menu-toggle .open_bar i,
	.bl-modern-home .menu-toggle .close_bar i {
		color: var(--bl-blue) !important;
		display: inline-block !important;
		font-size: 20px !important;
	}

	.bl-modern-home .menu-wrapper nav {
		background: rgba(255, 255, 255, 0.97) !important;
		border: 1px solid rgba(30, 116, 255, 0.13);
		border-radius: 10px;
		box-shadow: 0 24px 60px rgba(17, 24, 39, 0.18);
		box-sizing: border-box;
		display: none !important;
		height: auto !important;
		left: 0 !important;
		max-height: calc(100vh - 96px);
		opacity: 1 !important;
		overflow: auto;
		padding: 8px !important;
		pointer-events: auto !important;
		position: absolute !important;
		right: 0 !important;
		text-align: left !important;
		top: calc(100% + 8px) !important;
		transform: none !important;
		transition: none !important;
		visibility: visible !important;
		width: 100% !important;
		z-index: 70;
		-webkit-backdrop-filter: blur(18px);
		backdrop-filter: blur(18px);
	}

	.bl-modern-home .menu-wrapper nav.active-nav {
		display: block !important;
		opacity: 1 !important;
		pointer-events: auto !important;
		transform: translateY(0) !important;
		visibility: visible !important;
	}

	.bl-modern-home .menu-wrapper nav > ul {
		display: block !important;
		margin: 0;
		width: 100%;
	}

	.bl-modern-home .menu-wrapper nav > ul > li {
		border-bottom: 1px solid rgba(23, 32, 51, 0.08) !important;
		display: block !important;
	}

	.bl-modern-home .menu-wrapper nav > ul > li:last-child {
		border-bottom: 0 !important;
	}

	.bl-modern-home .menu-wrapper nav > ul > li > a {
		background: transparent !important;
		border: 0 !important;
		border-radius: 8px;
		box-shadow: none !important;
		color: #243049 !important;
		display: flex !important;
		font-size: 15px !important;
		justify-content: space-between;
		margin: 0 !important;
		min-height: 46px;
		padding: 14px 12px !important;
		width: 100%;
	}

	.bl-modern-home .menu-wrapper nav > ul > li.active-menu > a,
	.bl-modern-home .menu-wrapper nav > ul > li > a.active-link,
	.bl-modern-home .menu-wrapper nav > ul > li.submenu-open > a {
		background: rgba(30, 116, 255, 0.08) !important;
		color: #115bd9 !important;
	}

	.bl-modern-home .menu-wrapper nav > ul > li > a::after {
		content: none !important;
		display: none !important;
	}

	.bl-modern-home .menu-wrapper nav ul li a i {
		background: transparent !important;
		color: #7e8aa0 !important;
		display: inline-block !important;
	}

	.bl-modern-home .menu-wrapper nav ul li a span,
	.bl-modern-home .menu-wrapper nav ul li a span i {
		display: none !important;
	}

	.bl-modern-home .menu-wrapper .sub-menu {
		background: rgba(248, 251, 255, 0.94) !important;
		border: 0 !important;
		border-radius: 8px;
		box-shadow: none !important;
		display: none !important;
		left: auto !important;
		margin: 0 0 8px !important;
		opacity: 1 !important;
		padding: 6px !important;
		position: static !important;
		top: auto !important;
		transform: none !important;
		visibility: visible !important;
		width: 100% !important;
	}

	.bl-modern-home .menu-wrapper li.submenu-open > .sub-menu {
		display: block !important;
	}

	.bl-modern-home .menu-wrapper .sub-menu li {
		border-bottom: 0 !important;
		display: block !important;
	}

	.bl-modern-home .menu-wrapper .sub-menu li a {
		background: transparent !important;
		color: #40516b !important;
		font-size: 14px !important;
		padding: 10px 12px 10px 18px !important;
	}

	.bl-modern-home .menu-wrapper .sub-menu li.active-menu > a,
	.bl-modern-home .menu-wrapper .sub-menu li > a.active-link {
		background: rgba(30, 116, 255, 0.08) !important;
		color: #115bd9 !important;
	}
}

@media (max-width: 575px) {
	.bl-modern-home header .container,
	.bl-modern-home header .custom-container-80 {
		max-width: calc(100vw - 28px) !important;
		width: calc(100vw - 28px) !important;
	}

	.bl-modern-home .logo-txt::before {
		width: min(170px, 46vw);
	}

	.bl-modern-home .bl-lang-toggle {
		font-size: 12px;
		min-width: 54px;
	}

	.bl-modern-home .bl-lang-select {
		font-size: 12px;
		min-width: 60px;
	}

	.bl-modern-form .form_box label.bl-consent-card {
		gap: 12px !important;
		padding: 15px 14px !important;
	}
}

/* Landing page repositioning: web/app/platform core, 2026-05-30 */
.bl-modern-home .bl-hero__highlights strong {
	font-size: 21px;
	text-transform: none;
}

.bl-modern-home .bl-hero__notes a {
	min-height: 100%;
}

.bl-modern-home .bl-service-grid--priority {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(12, minmax(0, 1fr));
}

.bl-modern-home .bl-service-grid--priority .bl-service {
	grid-column: span 3;
}

.bl-modern-home .bl-service-grid--priority .bl-service--featured {
	background:
		linear-gradient(180deg, rgba(30, 116, 255, 0.035), rgba(255, 255, 255, 0) 42%),
		#ffffff;
	border-color: rgba(30, 116, 255, 0.18);
	box-shadow: 0 20px 54px rgba(23, 32, 51, 0.08);
	grid-column: span 4;
}

.bl-modern-home .bl-service-grid--priority .bl-service--featured:hover {
	border-color: rgba(30, 116, 255, 0.32);
	box-shadow: 0 28px 68px rgba(23, 32, 51, 0.12);
}

.bl-modern-home .bl-service-grid--priority .bl-service--featured img {
	height: 220px;
}

.bl-modern-home .bl-service-grid--priority .bl-service--featured span {
	color: var(--bl-blue);
}

.bl-modern-home .bl-service-grid--priority .bl-service--featured strong {
	font-size: 22px;
	font-weight: 500;
}

.bl-modern-home .bl-service-grid--priority .bl-service--featured em {
	font-size: 15px;
	line-height: 1.66;
}

.bl-modern-home .bl-intelligence__signal strong {
	font-size: 38px;
	word-break: keep-all;
}

@media (max-width: 1199px) {
	.bl-modern-home .bl-service-grid--priority .bl-service,
	.bl-modern-home .bl-service-grid--priority .bl-service--featured {
		grid-column: span 6;
	}
}

@media (max-width: 767px) {
	.bl-modern-home .bl-service-grid--priority {
		grid-template-columns: 1fr;
	}

	.bl-modern-home .bl-service-grid--priority .bl-service,
	.bl-modern-home .bl-service-grid--priority .bl-service--featured {
		grid-column: span 1;
	}

	.bl-modern-home .bl-service-grid--priority .bl-service--featured img {
		height: 190px;
	}

	.bl-modern-home .bl-intelligence__signal strong {
		font-size: 32px;
	}
}

/* === BeeLogic service/product layout consolidation START === */
.bl-service-modern--b2b {
	--service-bg: url("../images/new/baner-platformy-b2b.jpeg");
	--service-accent: #2679ff;
	--service-accent-soft: rgba(38, 121, 255, 0.12);
}

.bl-service-modern--client-portal {
	--service-bg: url("../images/new/baner-portale-klientow.jpeg");
	--service-accent: #2679ff;
	--service-accent-soft: rgba(38, 121, 255, 0.12);
}

.bl-service-modern--docflow {
	--service-bg: url("../images/new/baner-obrot-dokumentami.jpeg");
	--service-accent: #2679ff;
	--service-accent-soft: rgba(38, 121, 255, 0.12);
}

.bl-product-section {
	padding: 92px 0;
	position: relative;
}

.bl-product-section--compact {
	padding-bottom: 84px;
	padding-top: 66px;
}

.bl-product-section--surface {
	background: #f4f8fd;
}

.bl-product-section + .bl-product-section--compact {
	padding-top: 22px;
}

.bl-product-eyebrow {
	align-items: center;
	color: var(--service-accent);
	display: inline-flex;
	font-size: 12px;
	font-weight: 400;
	gap: 9px;
	letter-spacing: 0.1em;
	line-height: 1.35;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.bl-product-title {
	color: #142033;
	font-size: 26px;
	font-weight: 560;
	letter-spacing: 0;
	line-height: 1.18;
	margin: 0;
	max-width: 860px;
}

.bl-product-lead {
	color: #5c6a82;
	font-size: 16px;
	line-height: 1.82;
	margin: 18px 0 0;
	max-width: 740px;
}

.bl-product-panel {
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
	border: 1px solid #e1e8f2;
	border-radius: 8px;
	box-shadow: 0 22px 60px rgba(17, 24, 39, 0.07);
	box-sizing: border-box;
}

.bl-product-card {
	background: #ffffff;
	border: 1px solid #e1e8f2;
	border-radius: 8px;
	box-shadow: 0 16px 40px rgba(17, 24, 39, 0.045);
	box-sizing: border-box;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.bl-product-card:hover {
	border-color: rgba(38, 121, 255, 0.26);
	box-shadow: 0 22px 55px rgba(17, 24, 39, 0.075);
	transform: translateY(-3px);
}

.bl-product-card h3,
.bl-product-panel h3 {
	color: #172033;
	font-size: 18px;
	font-weight: 560;
	letter-spacing: 0;
	line-height: 1.3;
	margin: 0 0 10px;
}

.bl-product-card p,
.bl-product-panel p {
	color: #5c6a82;
	font-size: 15px;
	line-height: 1.74;
	margin: 0;
}

.bl-product-icon {
	align-items: center;
	background: var(--service-accent-soft);
	border-radius: 8px;
	color: var(--service-accent);
	display: inline-flex;
	font-size: 18px;
	height: 48px;
	justify-content: center;
	margin-bottom: 20px;
	width: 48px;
}

.bl-product-mini-label {
	color: var(--service-accent);
	display: block;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.09em;
	line-height: 1.35;
	margin-bottom: 9px;
	text-transform: uppercase;
}

.bl-product-note {
	background: rgba(38, 121, 255, 0.06);
	border-left: 3px solid var(--service-accent);
	border-radius: 8px;
	color: #40516b;
	font-size: 15px;
	line-height: 1.72;
	margin-top: 24px;
	padding: 20px 22px;
}

.bl-product-spaced {
	margin-top: 38px;
}

.bl-product-actions {
	margin-top: 28px;
}

.bl-product-final {
	align-items: stretch;
	display: grid;
	gap: 42px;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	padding: 46px;
}

.bl-product-final.bl-product-panel {
	background:
		radial-gradient(circle at 12% 10%, rgba(38, 121, 255, 0.28), transparent 34%),
		linear-gradient(135deg, #101a2d 0%, #07111f 100%);
	border-color: rgba(255, 255, 255, 0.09);
	color: #ffffff;
}

.bl-product-final h2,
.bl-product-final p,
.bl-product-final .bl-product-eyebrow,
.bl-product-final .bl-product-title {
	color: #ffffff;
}

.bl-product-final p {
	color: rgba(255, 255, 255, 0.76);
}

.bl-product-final__list {
	display: grid;
	gap: 14px;
}

.bl-product-final__list div {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 8px;
	padding: 20px 22px;
}

.bl-product-final__list strong {
	color: #ffffff;
	display: block;
	font-size: 16px;
	font-weight: 560;
	line-height: 1.35;
	margin-bottom: 6px;
}

.bl-product-final__list span {
	color: rgba(255, 255, 255, 0.68);
	display: block;
	font-size: 14px;
	line-height: 1.6;
}

.bl-b2b-position,
.bl-portal-map,
.bl-doc-intro,
.bl-app-stack,
.bl-web-path,
.bl-shop-foundation {
	align-items: center;
	display: grid;
	gap: 46px;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.bl-b2b-console,
.bl-portal-screen,
.bl-doc-desk,
.bl-app-console,
.bl-shop-console {
	padding: 28px;
}

.bl-b2b-console__header,
.bl-portal-screen__top,
.bl-app-console__header,
.bl-shop-console__header {
	align-items: center;
	border-bottom: 1px solid #e1e8f2;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	margin-bottom: 22px;
	padding-bottom: 20px;
}

.bl-b2b-console__header strong,
.bl-portal-screen__person strong,
.bl-portal-status strong,
.bl-app-console__header strong,
.bl-shop-console__header strong {
	color: #172033;
	display: block;
	font-size: 16px;
	font-weight: 560;
	line-height: 1.3;
}

.bl-b2b-console__header span,
.bl-portal-screen__person span,
.bl-portal-status span,
.bl-app-console__header span,
.bl-shop-console__header span {
	color: #6d7b91;
	display: block;
	font-size: 13px;
	line-height: 1.45;
}

.bl-b2b-console__pill,
.bl-doc-tag,
.bl-app-console__pill,
.bl-shop-console__pill {
	background: var(--service-accent-soft);
	border-radius: 999px;
	color: var(--service-accent);
	font-size: 12px;
	font-weight: 520;
	line-height: 1;
	padding: 9px 12px;
	white-space: nowrap;
}

.bl-b2b-console__grid {
	display: grid;
	gap: 18px;
	grid-template-columns: 1.15fr 0.85fr;
}

.bl-b2b-chart,
.bl-b2b-list,
.bl-portal-modules article,
.bl-doc-row,
.bl-doc-step,
.bl-b2b-process div,
.bl-portal-case__item,
.bl-app-module,
.bl-web-step,
.bl-shop-lane {
	background: #ffffff;
	border: 1px solid #e1e8f2;
	border-radius: 8px;
	box-sizing: border-box;
}

.bl-b2b-chart,
.bl-b2b-list {
	padding: 22px;
}

.bl-b2b-bars {
	display: grid;
	gap: 10px;
	margin-top: 20px;
}

.bl-b2b-bars span {
	background: linear-gradient(90deg, var(--service-accent), rgba(38, 121, 255, 0.18));
	border-radius: 999px;
	display: block;
	height: 9px;
}

.bl-b2b-bars span:nth-child(2) { width: 74%; }
.bl-b2b-bars span:nth-child(3) { width: 54%; }
.bl-b2b-bars span:nth-child(4) { width: 88%; }

.bl-b2b-list ul {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 18px 0 0;
	padding: 0;
}

.bl-b2b-list li {
	align-items: center;
	color: #526071;
	display: flex;
	font-size: 14px;
	gap: 10px;
}

.bl-b2b-list i,
.bl-portal-case__item i,
.bl-doc-ai__grid i,
.bl-web-step i,
.bl-shop-lane i {
	color: var(--service-accent);
}

.bl-b2b-actors,
.bl-portal-roles {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bl-b2b-actors .bl-product-card,
.bl-portal-roles .bl-product-card {
	padding: 28px;
}

.bl-b2b-modules {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.bl-b2b-modules article {
	grid-column: span 2;
	min-height: 190px;
	padding: 24px;
}

.bl-b2b-line,
.bl-portal-case,
.bl-doc-ai {
	align-items: stretch;
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
}

.bl-b2b-line__copy,
.bl-portal-case__copy,
.bl-doc-ai__main {
	padding: 40px;
}

.bl-b2b-process,
.bl-portal-case__stack,
.bl-doc-timeline {
	display: grid;
	gap: 14px;
}

.bl-b2b-process div,
.bl-doc-step {
	display: grid;
	gap: 16px;
	grid-template-columns: 50px 1fr;
	padding: 20px;
}

.bl-b2b-process strong,
.bl-doc-step strong {
	align-items: center;
	background: var(--service-accent-soft);
	border-radius: 8px;
	color: var(--service-accent);
	display: inline-flex;
	font-size: 16px;
	height: 48px;
	justify-content: center;
	width: 48px;
}

.bl-b2b-process b,
.bl-portal-case__item strong {
	color: #172033;
	display: block;
	font-weight: 560;
	margin-bottom: 5px;
}

.bl-b2b-process span,
.bl-portal-case__item span,
.bl-doc-step span {
	color: #5c6a82;
	display: block;
	font-size: 14px;
	line-height: 1.62;
}

.bl-portal-screen {
	min-height: 500px;
}

.bl-portal-screen__person {
	align-items: center;
	display: flex;
	gap: 14px;
}

.bl-portal-screen__avatar {
	background: linear-gradient(135deg, var(--service-accent) 0%, #101a2d 100%);
	border-radius: 8px;
	height: 50px;
	width: 50px;
}

.bl-portal-status {
	background: var(--service-accent-soft);
	border-radius: 8px;
	padding: 13px 16px;
}

.bl-portal-modules {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 24px;
}

.bl-portal-modules article {
	padding: 22px;
}

.bl-portal-modules i {
	align-items: center;
	background: var(--service-accent-soft);
	border-radius: 8px;
	color: var(--service-accent);
	display: inline-flex;
	height: 42px;
	justify-content: center;
	margin-bottom: 18px;
	width: 42px;
}

.bl-portal-modules h3 {
	color: #172033;
	font-size: 17px;
	font-weight: 560;
	margin: 0 0 8px;
}

.bl-portal-modules p {
	font-size: 14px;
	line-height: 1.6;
}

.bl-portal-case__item {
	display: flex;
	gap: 16px;
	padding: 20px;
}

.bl-portal-case__item i {
	margin-top: 4px;
}

.bl-portal-path {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.bl-portal-path article {
	padding: 24px 20px;
}

.bl-portal-path strong {
	color: rgba(38, 121, 255, 0.26);
	display: block;
	font-size: 24px;
	font-weight: 560;
	line-height: 1;
	margin-bottom: 18px;
}

.bl-doc-intro {
	grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
}

.bl-doc-desk {
	display: grid;
	gap: 14px;
}

.bl-doc-row {
	align-items: center;
	display: grid;
	gap: 14px;
	grid-template-columns: 50px 1fr auto;
	padding: 16px;
}

.bl-doc-row i {
	align-items: center;
	background: var(--service-accent-soft);
	border-radius: 8px;
	color: var(--service-accent);
	display: inline-flex;
	height: 48px;
	justify-content: center;
	width: 48px;
}

.bl-doc-row strong {
	color: #172033;
	display: block;
	font-size: 16px;
	font-weight: 560;
}

.bl-doc-row span {
	color: #6d7b91;
	display: block;
	font-size: 13px;
	line-height: 1.45;
}

.bl-doc-lifecycle {
	align-items: start;
	display: grid;
	gap: 34px;
	grid-template-columns: 340px 1fr;
}

.bl-doc-ai__grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bl-doc-ai__grid .bl-product-card,
.bl-doc-modules .bl-product-card {
	padding: 24px;
}

.bl-doc-ai__grid i {
	margin-bottom: 16px;
}

.bl-doc-modules {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bl-app-console__modules {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bl-app-module {
	padding: 20px;
}

.bl-app-module i {
	color: var(--service-accent);
	font-size: 19px;
	margin-bottom: 16px;
}

.bl-app-module strong {
	color: #172033;
	display: block;
	font-size: 16px;
	font-weight: 560;
	margin-bottom: 7px;
}

.bl-app-module span {
	color: #5c6a82;
	display: block;
	font-size: 14px;
	line-height: 1.6;
}

.bl-web-path {
	grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
}

.bl-web-path__steps {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.bl-web-step {
	padding: 24px 20px;
}

.bl-web-step strong {
	color: rgba(38, 121, 255, 0.28);
	display: block;
	font-size: 24px;
	font-weight: 560;
	line-height: 1;
	margin-bottom: 18px;
}

.bl-web-step h3 {
	font-size: 17px;
	margin-bottom: 10px;
}

.bl-shop-foundation {
	grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
}

.bl-shop-lanes {
	display: grid;
	gap: 14px;
}

.bl-shop-lane {
	align-items: flex-start;
	display: grid;
	gap: 16px;
	grid-template-columns: 46px 1fr;
	padding: 20px;
}

.bl-shop-lane i {
	align-items: center;
	background: var(--service-accent-soft);
	border-radius: 8px;
	display: inline-flex;
	height: 46px;
	justify-content: center;
	width: 46px;
}

.bl-shop-lane strong {
	color: #172033;
	display: block;
	font-size: 16px;
	font-weight: 560;
	margin-bottom: 6px;
}

.bl-shop-lane span {
	color: #5c6a82;
	display: block;
	font-size: 14px;
	line-height: 1.6;
}

@media (max-width: 991px) {
	.bl-product-section {
		padding: 74px 0;
	}

	.bl-product-final,
	.bl-b2b-position,
	.bl-b2b-line,
	.bl-portal-map,
	.bl-portal-case,
	.bl-doc-intro,
	.bl-doc-lifecycle,
	.bl-doc-ai,
	.bl-app-stack,
	.bl-web-path,
	.bl-shop-foundation {
		grid-template-columns: 1fr;
	}

	.bl-product-final,
	.bl-b2b-line__copy,
	.bl-portal-case__copy,
	.bl-doc-ai__main {
		padding: 32px 24px;
	}

	.bl-b2b-actors,
	.bl-portal-roles,
	.bl-b2b-modules,
	.bl-portal-path,
	.bl-doc-modules,
	.bl-doc-ai__grid,
	.bl-app-console__modules,
	.bl-web-path__steps {
		grid-template-columns: 1fr;
	}

	.bl-b2b-modules article {
		grid-column: auto;
		min-height: auto;
	}
}

@media (max-width: 575px) {
	.bl-b2b-console__grid,
	.bl-portal-modules {
		grid-template-columns: 1fr;
	}

	.bl-b2b-process div,
	.bl-doc-row,
	.bl-doc-step,
	.bl-shop-lane {
		grid-template-columns: 1fr;
	}

	.bl-b2b-console__header,
	.bl-portal-screen__top,
	.bl-app-console__header,
	.bl-shop-console__header {
		align-items: flex-start;
		flex-direction: column;
	}
}
/* === BeeLogic service/product layout consolidation END === */


/* === BeeLogic service full-width premium breakers START === */
.bl-breakout {
	background:
		linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px),
		linear-gradient(rgba(255,255,255,0.028) 1px, transparent 1px),
		linear-gradient(135deg, #101a2d 0%, #08111f 100%);
	background-size: 64px 64px, 64px 64px, auto;
	color: #ffffff;
	isolation: isolate;
	margin: 0;
	overflow: hidden;
	padding: 98px 0;
	position: relative;
}

.bl-breakout::before {
	background:
		radial-gradient(circle at 18% 16%, rgba(38, 121, 255, 0.27), transparent 34%),
		radial-gradient(circle at 82% 72%, rgba(18, 169, 200, 0.18), transparent 32%);
	content: "";
	inset: 0;
	opacity: 0.85;
	pointer-events: none;
	position: absolute;
	z-index: -1;
}

.bl-breakout .container,
.bl-breakout .custom-container-80 {
	position: relative;
	z-index: 1;
}

.bl-breakout__eyebrow {
	align-items: center;
	color: #8db8ff;
	display: inline-flex;
	font-size: 12px;
	font-weight: 560;
	letter-spacing: 0.09em;
	line-height: 1.35;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.bl-breakout__copy h2,
.bl-breakout__head h2,
.bl-breakout__center h2,
.bl-breakout__inner h2 {
	color: #ffffff;
	font-size: 28px;
	font-weight: 300;
	line-height: 1.18;
	margin: 0;
	max-width: 860px;
}

.bl-breakout__copy p,
.bl-breakout__head p,
.bl-breakout__center p,
.bl-breakout__inner p {
	color: rgba(255, 255, 255, 0.72);
	font-size: 16px;
	line-height: 1.84;
	margin: 20px 0 0;
	max-width: 780px;
}

.bl-breakout__split {
	align-items: center;
	display: grid;
	gap: 58px;
	grid-template-columns: minmax(340px, 0.88fr) minmax(420px, 1.12fr);
}

.bl-breakout__timeline {
	display: grid;
	gap: 0;
	position: relative;
}

.bl-breakout__timeline::before {
	background: linear-gradient(180deg, rgba(141, 184, 255, 0), rgba(141, 184, 255, 0.42), rgba(141, 184, 255, 0));
	bottom: 12px;
	content: "";
	left: 30px;
	position: absolute;
	top: 12px;
	width: 1px;
}

.bl-breakout__timeline div {
	align-items: start;
	display: grid;
	gap: 22px;
	grid-template-columns: 62px minmax(0, 1fr);
	padding: 20px 0;
	position: relative;
}

.bl-breakout__timeline strong {
	align-items: center;
	background: rgba(38, 121, 255, 0.14);
	border: 1px solid rgba(141, 184, 255, 0.42);
	border-radius: 8px;
	color: #ffffff;
	display: inline-flex;
	font-size: 15px;
	font-weight: 560;
	height: 62px;
	justify-content: center;
	width: 62px;
}

.bl-breakout__timeline span {
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.68);
	display: block;
	font-size: 15px;
	line-height: 1.7;
	padding-bottom: 20px;
}

.bl-breakout__timeline b {
	color: #ffffff;
	display: block;
	font-weight: 560;
	margin-bottom: 4px;
}

.bl-breakout--split {
	align-items: stretch;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	padding: 0;
}

.bl-breakout--split::before {
	opacity: 0.62;
}

.bl-breakout__image {
	background: var(--breakout-image) center center / cover no-repeat;
	min-height: 620px;
	position: relative;
}

.bl-breakout__image::after {
	background: linear-gradient(90deg, rgba(8, 17, 31, 0) 0%, rgba(8, 17, 31, 0.18) 100%);
	content: "";
	inset: 0;
	position: absolute;
}

.bl-breakout__panel {
	align-items: center;
	display: flex;
	min-height: 620px;
	padding: 76px min(7vw, 110px);
}

.bl-breakout__inner {
	max-width: 720px;
}

.bl-breakout--web {
	--breakout-image: url("../images/new/hero-www.jpeg");
}

.bl-breakout__mini-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 38px;
}

.bl-breakout__mini-grid div,
.bl-breakout__cards article,
.bl-breakout__commerce-grid article {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(141, 184, 255, 0.23);
	border-radius: 8px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
	padding: 24px;
}

.bl-breakout__mini-grid i,
.bl-breakout__cards i,
.bl-breakout__commerce-grid i,
.bl-breakout__document-flow i {
	align-items: center;
	background: rgba(38, 121, 255, 0.13);
	border: 1px solid rgba(141, 184, 255, 0.28);
	border-radius: 8px;
	color: #8db8ff;
	display: inline-flex;
	font-size: 18px;
	height: 46px;
	justify-content: center;
	margin-bottom: 18px;
	width: 46px;
}

.bl-breakout__mini-grid strong,
.bl-breakout__cards h3,
.bl-breakout__commerce-grid strong,
.bl-breakout__document-flow strong {
	color: #ffffff;
	display: block;
	font-size: 17px;
	font-weight: 560;
	line-height: 1.3;
	margin: 0 0 8px;
}

.bl-breakout__mini-grid span,
.bl-breakout__cards p,
.bl-breakout__commerce-grid span,
.bl-breakout__document-flow span {
	color: rgba(255, 255, 255, 0.68);
	display: block;
	font-size: 14px;
	line-height: 1.62;
}

.bl-breakout__center,
.bl-breakout__head {
	margin: 0 auto;
	max-width: 980px;
	text-align: center;
}

.bl-breakout__center h2,
.bl-breakout__head h2 {
	margin-left: auto;
	margin-right: auto;
}

.bl-breakout__center p,
.bl-breakout__head p {
	margin-left: auto;
	margin-right: auto;
}

.bl-breakout__commerce-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 48px;
}

.bl-breakout--commerce {
	background:
		linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px),
		linear-gradient(rgba(255,255,255,0.028) 1px, transparent 1px),
		linear-gradient(135deg, #07111f 0%, #0e2038 58%, #07111f 100%);
	background-size: 64px 64px, 64px 64px, auto;
}

.bl-breakout__cards {
	display: grid;
	gap: 22px;
	margin-top: 48px;
}

.bl-breakout__cards--four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bl-breakout__cards article {
	min-height: 250px;
}

.bl-breakout__split--portal {
	grid-template-columns: minmax(360px, 0.95fr) minmax(420px, 1.05fr);
}

.bl-breakout__mockup {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(141, 184, 255, 0.28);
	border-radius: 8px;
	box-shadow: 0 32px 82px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255,255,255,0.08);
	padding: 26px;
}

.bl-breakout__mockup-top {
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
	display: flex;
	gap: 8px;
	margin-bottom: 22px;
	padding-bottom: 18px;
}

.bl-breakout__mockup-top span {
	background: rgba(141, 184, 255, 0.56);
	border-radius: 50%;
	display: block;
	height: 10px;
	width: 10px;
}

.bl-breakout__mockup-row {
	align-items: center;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 8px;
	display: flex;
	justify-content: space-between;
	margin-top: 14px;
	padding: 18px 20px;
}

.bl-breakout__mockup-row strong {
	color: #ffffff;
	font-size: 16px;
	font-weight: 560;
}

.bl-breakout__mockup-row em {
	background: rgba(38, 121, 255, 0.14);
	border: 1px solid rgba(141, 184, 255, 0.26);
	border-radius: 999px;
	color: #9fc4ff;
	font-size: 12px;
	font-style: normal;
	line-height: 1;
	padding: 8px 11px;
}

.bl-breakout__document-flow {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin-top: 54px;
	position: relative;
}

.bl-breakout__document-flow::before {
	background: linear-gradient(90deg, rgba(141, 184, 255, 0), rgba(141, 184, 255, 0.42), rgba(141, 184, 255, 0));
	content: "";
	height: 1px;
	left: 8%;
	position: absolute;
	right: 8%;
	top: 48px;
}

.bl-breakout__document-flow div {
	padding: 0 20px;
	position: relative;
	text-align: center;
}

.bl-breakout__document-flow i {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
}

.bl-breakout + .bl-service-delivery,
.bl-breakout + .bl-product-section,
.bl-product-section + .bl-breakout {
	margin-top: 0;
}

@media (max-width: 1199px) {
	.bl-breakout__cards--four,
	.bl-breakout__document-flow {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px;
	}

	.bl-breakout__document-flow::before {
		display: none;
	}
}

@media (max-width: 991px) {
	.bl-breakout {
		padding: 76px 0;
	}

	.bl-breakout__split,
	.bl-breakout__split--portal,
	.bl-breakout__commerce-grid,
	.bl-breakout__mini-grid,
	.bl-breakout--split {
		grid-template-columns: 1fr;
	}

	.bl-breakout__image,
	.bl-breakout__panel {
		min-height: auto;
	}

	.bl-breakout__image {
		min-height: 360px;
	}

	.bl-breakout__panel {
		padding: 64px 7%;
	}
}

@media (max-width: 575px) {
	.bl-breakout__copy h2,
	.bl-breakout__head h2,
	.bl-breakout__center h2,
	.bl-breakout__inner h2 {
		font-size: 25px;
	}

	.bl-breakout__timeline div,
	.bl-breakout__document-flow,
	.bl-breakout__cards--four,
	.bl-breakout__mockup-row {
		grid-template-columns: 1fr;
	}

	.bl-breakout__timeline::before {
		display: none;
	}

	.bl-breakout__timeline div {
		gap: 14px;
	}

	.bl-breakout__mockup-row {
		align-items: flex-start;
		gap: 12px;
	}
}
/* === BeeLogic service full-width premium breakers END === */

/* === BeeLogic support services premium layer START === */
.bl-service-support .bl-service-landing {
	margin-bottom: 74px;
}

.bl-service-support .bl-service-landing h1 {
	max-width: 760px;
}

.bl-service-support .bl-service-landing__lead {
	max-width: 690px;
}

.bl-support-context,
.bl-support-standalone,
.bl-support-proof,
.bl-support-scope {
	background: #f4f8fd;
	padding: 92px 0;
}

.bl-support-context__grid {
	align-items: stretch;
	display: grid;
	gap: 26px;
	grid-template-columns: minmax(320px, 0.88fr) minmax(420px, 1.12fr);
}

.bl-support-context__intro,
.bl-support-context__panel,
.bl-support-standalone__panel,
.bl-support-proof__panel {
	background: #ffffff;
	border: 1px solid #dde7f4;
	border-radius: 8px;
	box-shadow: 0 26px 70px rgba(17, 24, 39, 0.08);
	box-sizing: border-box;
	padding: 42px;
}

.bl-support-context__intro {
	background:
		linear-gradient(135deg, rgba(38, 121, 255, 0.08), rgba(255, 255, 255, 0.96) 48%, rgba(38, 121, 255, 0.055));
}

.bl-support-eyebrow {
	color: var(--service-accent);
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.2;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.bl-support-context h2,
.bl-support-standalone h2,
.bl-support-proof h2,
.bl-support-scope h2 {
	color: #172033;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.16;
	margin: 0 0 20px;
}

.bl-support-context p,
.bl-support-standalone p,
.bl-support-proof p,
.bl-support-scope p {
	color: #5c6a82;
	font-size: 16px;
	line-height: 1.82;
	margin-bottom: 0;
}

.bl-support-context__list {
	display: grid;
	gap: 14px;
}

.bl-support-context__list div {
	align-items: flex-start;
	background: #f7faff;
	border: 1px solid #e0e9f6;
	border-radius: 8px;
	display: grid;
	gap: 14px;
	grid-template-columns: 42px minmax(0, 1fr);
	padding: 18px;
}

.bl-support-context__list i,
.bl-support-standalone__grid i,
.bl-support-proof__list i {
	align-items: center;
	background: var(--service-accent-soft);
	border-radius: 8px;
	color: var(--service-accent);
	display: inline-flex;
	font-size: 18px;
	height: 42px;
	justify-content: center;
	width: 42px;
}

.bl-support-context__list strong {
	color: #172033;
	display: block;
	font-size: 16px;
	font-weight: 560;
	line-height: 1.3;
	margin-bottom: 5px;
}

.bl-support-context__list span {
	color: #63718a;
	display: block;
	font-size: 14px;
	line-height: 1.58;
}

.bl-support-breakout {
	background:
		linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px),
		linear-gradient(rgba(255,255,255,0.032) 1px, transparent 1px),
		linear-gradient(135deg, #07111f 0%, #10264a 54%, #06131e 100%);
	background-size: 68px 68px, 68px 68px, auto;
	color: #ffffff;
	overflow: hidden;
	padding: 104px 0;
	position: relative;
}

.bl-support-breakout::before {
	background:
		radial-gradient(circle at 18% 24%, rgba(38, 121, 255, 0.34), transparent 30%),
		radial-gradient(circle at 82% 58%, rgba(38, 121, 255, 0.18), transparent 32%);
	content: "";
	inset: 0;
	opacity: 0.9;
	pointer-events: none;
	position: absolute;
}

.bl-support-breakout > .container {
	position: relative;
	z-index: 1;
}

.bl-support-breakout__split {
	align-items: center;
	display: grid;
	gap: 60px;
	grid-template-columns: minmax(320px, 0.92fr) minmax(420px, 1.08fr);
}

.bl-support-breakout__copy span,
.bl-support-breakout__center span {
	color: #8db8ff;
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.bl-support-breakout__copy h2,
.bl-support-breakout__center h2 {
	color: #ffffff;
    font-size: 28px;
    font-weight: 100;
	line-height: 1.16;
	margin: 0 0 22px;
	max-width: 760px;
}

.bl-support-breakout__copy p,
.bl-support-breakout__center p {
	color: rgba(255, 255, 255, 0.72);
	font-size: 16px;
	line-height: 1.84;
	margin: 0;
	max-width: 700px;
}

.bl-support-breakout__center {
	margin: 0 auto;
	max-width: 900px;
	text-align: center;
}

.bl-support-command {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(141, 184, 255, 0.26);
	border-radius: 8px;
	box-shadow: 0 34px 90px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255,255,255,0.09);
	padding: 28px;
}

.bl-support-command__top {
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.13);
	display: flex;
	gap: 10px;
	justify-content: space-between;
	margin-bottom: 22px;
	padding-bottom: 18px;
}

.bl-support-command__top strong {
	color: #ffffff;
	font-size: 17px;
	font-weight: 560;
}

.bl-support-command__status {
	background: rgba(38, 121, 255, 0.16);
	border: 1px solid rgba(141, 184, 255, 0.28);
	border-radius: 999px;
	color: #a9c9ff;
	font-size: 12px;
	padding: 7px 12px;
}

.bl-support-command__rows {
	display: grid;
	gap: 12px;
}

.bl-support-command__rows div {
	align-items: center;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	display: grid;
	gap: 16px;
	grid-template-columns: 54px minmax(0, 1fr) auto;
	padding: 16px 18px;
}

.bl-support-command__rows i {
	align-items: center;
	background: rgba(38, 121, 255, 0.16);
	border: 1px solid rgba(141, 184, 255, 0.25);
	border-radius: 8px;
	color: #8db8ff;
	display: inline-flex;
	height: 44px;
	justify-content: center;
	width: 44px;
}

.bl-support-command__rows strong {
	color: #ffffff;
	display: block;
	font-size: 15px;
	font-weight: 560;
	line-height: 1.35;
	margin-bottom: 4px;
}

.bl-support-command__rows span,
.bl-support-command__rows em {
	color: rgba(255, 255, 255, 0.62);
	font-size: 13px;
	font-style: normal;
	line-height: 1.45;
}

.bl-support-command__rows em {
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 999px;
	padding: 7px 10px;
	white-space: nowrap;
}

.bl-support-pipeline {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 54px;
	position: relative;
}

.bl-support-pipeline::before {
	background: linear-gradient(90deg, rgba(141, 184, 255, 0), rgba(141, 184, 255, 0.42), rgba(141, 184, 255, 0));
	content: "";
	height: 1px;
	left: 8%;
	position: absolute;
	right: 8%;
	top: 50px;
}

.bl-support-pipeline div {
	padding: 0 24px;
	position: relative;
	text-align: center;
}

.bl-support-pipeline i,
.bl-support-matrix i,
.bl-support-board__status i {
	align-items: center;
	background: rgba(38, 121, 255, 0.16);
	border: 1px solid rgba(141, 184, 255, 0.3);
	border-radius: 8px;
	color: #8db8ff;
	display: inline-flex;
	font-size: 20px;
	height: 56px;
	justify-content: center;
	margin-bottom: 20px;
	position: relative;
	width: 56px;
	z-index: 1;
}

.bl-support-pipeline strong,
.bl-support-matrix strong,
.bl-support-board__status strong {
	color: #ffffff;
	display: block;
	font-size: 17px;
	font-weight: 560;
	line-height: 1.3;
	margin-bottom: 8px;
}

.bl-support-pipeline span,
.bl-support-matrix span,
.bl-support-board__status span {
	color: rgba(255, 255, 255, 0.64);
	display: block;
	font-size: 14px;
	line-height: 1.6;
}

.bl-support-matrix {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bl-support-matrix div,
.bl-support-board__status {
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(141, 184, 255, 0.22);
	border-radius: 8px;
	padding: 26px;
}

.bl-support-board {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(141, 184, 255, 0.26);
	border-radius: 8px;
	padding: 28px;
}

.bl-support-board__status {
	align-items: flex-start;
	display: grid;
	gap: 18px;
	grid-template-columns: 64px minmax(0, 1fr);
	margin-bottom: 14px;
}

.bl-support-board__status i {
	margin: 0;
}

.bl-support-standalone__head {
	align-items: end;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(320px, 0.95fr) minmax(360px, 1.05fr);
	margin-bottom: 36px;
}

.bl-support-standalone__grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bl-support-standalone__grid article {
	background: #ffffff;
	border: 1px solid #dde7f4;
	border-radius: 8px;
	box-shadow: 0 22px 60px rgba(17, 24, 39, 0.07);
	box-sizing: border-box;
	min-height: 245px;
	padding: 30px;
}

.bl-support-standalone__grid h3 {
	color: #172033;
	font-size: 20px;
	font-weight: 560;
	line-height: 1.26;
	margin: 18px 0 12px;
}

.bl-support-standalone__grid p {
	font-size: 15px;
	line-height: 1.72;
}

.bl-support-proof {
	background: #ffffff;
}

.bl-support-proof__panel {
	align-items: center;
	background:
		linear-gradient(135deg, rgba(38, 121, 255, 0.08), rgba(255,255,255,0.98) 42%, rgba(38, 121, 255, 0.055));
	display: grid;
	gap: 44px;
	grid-template-columns: minmax(320px, 0.92fr) minmax(380px, 1.08fr);
}

.bl-support-proof__list {
	display: grid;
	gap: 14px;
}

.bl-support-proof__list div {
	align-items: center;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(203, 213, 225, 0.84);
	border-radius: 8px;
	display: grid;
	gap: 16px;
	grid-template-columns: 42px minmax(0, 1fr);
	padding: 17px 18px;
}

.bl-support-proof__list strong {
	color: #172033;
	display: block;
	font-size: 16px;
	font-weight: 560;
	line-height: 1.3;
	margin-bottom: 4px;
}

.bl-support-proof__list span {
	color: #63718a;
	display: block;
	font-size: 14px;
	line-height: 1.5;
}

.bl-service-support .bl-service-outcome {
	background: #f4f8fd;
}

.bl-service-support .bl-service-outcome__panel {
	background: #ffffff;
}

@media (max-width: 1199px) {
	.bl-support-standalone__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bl-support-pipeline {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 28px 0;
	}

	.bl-support-pipeline::before {
		display: none;
	}
}

@media (max-width: 991px) {
	.bl-support-context__grid,
	.bl-support-breakout__split,
	.bl-support-standalone__head,
	.bl-support-proof__panel {
		grid-template-columns: 1fr;
	}

	.bl-support-breakout {
		padding: 78px 0;
	}

	.bl-support-breakout__copy h2,
	.bl-support-breakout__center h2,
	.bl-support-context h2,
	.bl-support-standalone h2,
	.bl-support-proof h2,
	.bl-support-scope h2 {
		font-size: 28px;
	}
}

@media (max-width: 575px) {
	.bl-support-context,
	.bl-support-standalone,
	.bl-support-proof,
	.bl-support-scope {
		padding: 70px 0;
	}

	.bl-support-context__intro,
	.bl-support-context__panel,
	.bl-support-standalone__panel,
	.bl-support-proof__panel,
	.bl-support-command,
	.bl-support-board,
	.bl-support-matrix div,
	.bl-support-board__status {
		padding: 24px;
	}

	.bl-support-context__list div,
	.bl-support-command__rows div,
	.bl-support-board__status,
	.bl-support-proof__list div {
		grid-template-columns: 1fr;
	}

	.bl-support-standalone__grid,
	.bl-support-pipeline,
	.bl-support-matrix {
		grid-template-columns: 1fr;
	}

	.bl-support-command__rows em {
		justify-self: flex-start;
	}
}
/* === BeeLogic support services premium layer END === */


/* === BeeLogic support services color fix START === */
.bl-service-modern--consulting,
.bl-service-modern--qa {
	--service-accent: #2679ff;
	--service-accent-soft: rgba(38, 121, 255, 0.12);
}

.bl-service-consulting .bl-support-context__intro,
.bl-service-qa .bl-support-context__intro,
.bl-service-consulting .bl-support-proof__panel,
.bl-service-qa .bl-support-proof__panel {
	background:
		linear-gradient(135deg, rgba(38, 121, 255, 0.09), rgba(255, 255, 255, 0.97) 52%, rgba(233, 241, 255, 0.9));
}
/* === BeeLogic support services color fix END === */


/* === BeeLogic company/career premium refinement START === */
.bl-service-modern--career,
.bl-service-modern--company,
.bl-service-modern--consult,
.bl-service-modern--confirm-consult {
	--service-accent: #2679ff;
	--service-accent-soft: rgba(38, 121, 255, 0.12);
}

.bl-service-modern--career .bl-service-landing__cards i,
.bl-service-modern--career .bl-service-story__list i,
.bl-service-modern--career .bl-service-card__number,
.bl-service-modern--career .bl-service-story__eyebrow,
.bl-service-modern--career .bl-service-delivery__eyebrow,
.bl-service-modern--career .bl-career-modal__head span,
.bl-service-modern--company .bl-service-landing__cards i,
.bl-service-modern--company .bl-service-story__list i,
.bl-service-modern--company .bl-service-card__number,
.bl-service-modern--company .bl-service-story__eyebrow,
.bl-service-modern--company .bl-service-delivery__eyebrow {
	color: #2679ff;
}

.bl-service-modern--career .bl-service-landing__cards i,
.bl-service-modern--company .bl-service-landing__cards i,
.bl-service-modern--career .bl-service-story__list i,
.bl-service-modern--company .bl-service-story__list i {
	background: rgba(38, 121, 255, 0.1);
}

.bl-company-manifest {
	background:
		linear-gradient(90deg, rgba(255,255,255,0.034) 1px, transparent 1px),
		linear-gradient(rgba(255,255,255,0.028) 1px, transparent 1px),
		linear-gradient(135deg, #08111f 0%, #0f213a 52%, #07111f 100%);
	background-size: 64px 64px, 64px 64px, auto;
	color: #ffffff;
	isolation: isolate;
	overflow: hidden;
	padding: 104px 0;
	position: relative;
}

.bl-company-manifest::before {
	background:
		radial-gradient(circle at 18% 22%, rgba(38, 121, 255, 0.25), transparent 34%),
		radial-gradient(circle at 84% 74%, rgba(82, 145, 255, 0.16), transparent 34%);
	content: "";
	inset: 0;
	opacity: 0.92;
	pointer-events: none;
	position: absolute;
	z-index: -1;
}

.bl-company-manifest__grid {
	align-items: center;
	display: grid;
	gap: 62px;
	grid-template-columns: minmax(340px, 0.95fr) minmax(430px, 1.05fr);
}

.bl-company-manifest__eyebrow,
.bl-company-values__eyebrow,
.bl-company-gains__eyebrow {
	color: #8db8ff;
	display: block;
	font-size: 12px;
	font-weight: 560;
	letter-spacing: 0.09em;
	line-height: 1.35;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.bl-company-manifest h2,
.bl-company-gains h2 {
	color: #ffffff;
	font-size: 36px;
	font-weight: 560;
	line-height: 1.18;
	margin: 0 0 22px;
	max-width: 800px;
}

.bl-company-manifest p,
.bl-company-gains p {
	color: rgba(255, 255, 255, 0.72);
	font-size: 16px;
	line-height: 1.84;
	margin: 0;
	max-width: 760px;
}

.bl-company-manifest__stack {
	display: grid;
	gap: 16px;
}

.bl-company-manifest__stack article {
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(141, 184, 255, 0.23);
	border-radius: 8px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
	display: grid;
	gap: 18px;
	grid-template-columns: 52px minmax(0, 1fr);
	padding: 24px;
}

.bl-company-manifest__stack i,
.bl-company-gains__card i {
	align-items: center;
	background: rgba(38, 121, 255, 0.13);
	border: 1px solid rgba(141, 184, 255, 0.28);
	border-radius: 8px;
	color: #8db8ff;
	display: inline-flex;
	font-size: 19px;
	height: 52px;
	justify-content: center;
	width: 52px;
}

.bl-company-manifest__stack strong,
.bl-company-gains__card strong {
	color: #ffffff;
	display: block;
	font-size: 18px;
	font-weight: 560;
	line-height: 1.25;
	margin-bottom: 6px;
}

.bl-company-manifest__stack span,
.bl-company-gains__card span {
	color: rgba(255, 255, 255, 0.68);
	display: block;
	font-size: 14px;
	line-height: 1.65;
}

.bl-company-values {
	background: #f4f8fd;
	padding: 98px 0 104px;
}

.bl-company-values__head {
	align-items: end;
	display: grid;
	gap: 36px;
	grid-template-columns: minmax(300px, 0.8fr) minmax(360px, 1.2fr);
	margin-bottom: 44px;
}

.bl-company-values h2 {
	color: #142033;
	font-size: 30px;
	font-weight: 560;
	line-height: 1.2;
	margin: 0;
	max-width: 650px;
}

.bl-company-values__head p {
	color: #596a84;
	font-size: 16px;
	line-height: 1.8;
	margin: 0;
}

.bl-company-values__grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bl-company-values__grid article {
	background: #ffffff;
	border: 1px solid #dde8f5;
	border-radius: 8px;
	box-shadow: 0 24px 60px rgba(17, 24, 39, 0.06);
	min-height: 238px;
	padding: 28px;
}

.bl-company-values__grid i {
	align-items: center;
	background: rgba(38, 121, 255, 0.1);
	border-radius: 8px;
	color: #2679ff;
	display: inline-flex;
	font-size: 22px;
	height: 52px;
	justify-content: center;
	margin-bottom: 24px;
	width: 52px;
}

.bl-company-values__grid h3 {
	color: #172033;
	font-size: 20px;
	font-weight: 560;
	line-height: 1.25;
	margin-bottom: 12px;
}

.bl-company-values__grid p {
	color: #63718a;
	font-size: 15px;
	line-height: 1.75;
	margin: 0;
}

.bl-company-gains {
	background:
		linear-gradient(90deg, rgba(255,255,255,0.034) 1px, transparent 1px),
		linear-gradient(rgba(255,255,255,0.028) 1px, transparent 1px),
		linear-gradient(135deg, #0d1728 0%, #08111f 100%);
	background-size: 62px 62px, 62px 62px, auto;
	color: #ffffff;
	overflow: hidden;
	padding: 104px 0;
	position: relative;
}

.bl-company-gains__head {
	margin: 0 auto 48px;
	max-width: 940px;
	text-align: center;
}

.bl-company-gains__head h2,
.bl-company-gains__head p {
	margin-left: auto;
	margin-right: auto;
}

.bl-company-gains__grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bl-company-gains__card {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(141, 184, 255, 0.22);
	border-radius: 8px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
	min-height: 245px;
	padding: 26px;
}

.bl-company-gains__card i {
	margin-bottom: 20px;
}

.bl-company-map {
	background: #ffffff;
	padding: 98px 0 104px;
}

.bl-company-map__grid {
	align-items: stretch;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(320px, 0.88fr) minmax(420px, 1.12fr);
}

.bl-company-map__panel,
.bl-company-map__steps {
	background: #ffffff;
	border: 1px solid #dfe8f4;
	border-radius: 8px;
	box-shadow: 0 28px 72px rgba(17, 24, 39, 0.08);
	padding: 42px;
}

.bl-company-map__panel {
	background: linear-gradient(135deg, #ffffff 0%, #f1f7ff 100%);
}

.bl-company-map__panel h2 {
	color: #142033;
	font-size: 30px;
	font-weight: 560;
	line-height: 1.2;
	margin-bottom: 18px;
}

.bl-company-map__panel p {
	color: #5c6a82;
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 0;
}

.bl-company-map__steps {
	display: grid;
	gap: 0;
}

.bl-company-map__steps div {
	align-items: start;
	border-bottom: 1px solid #e6edf6;
	display: grid;
	gap: 18px;
	grid-template-columns: 54px minmax(0, 1fr);
	padding: 18px 0;
}

.bl-company-map__steps div:first-child {
	padding-top: 0;
}

.bl-company-map__steps div:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.bl-company-map__steps strong {
	align-items: center;
	background: rgba(38, 121, 255, 0.1);
	border: 1px solid rgba(38, 121, 255, 0.2);
	border-radius: 8px;
	color: #2679ff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 560;
	height: 54px;
	justify-content: center;
	width: 54px;
}

.bl-company-map__steps b {
	color: #172033;
	display: block;
	font-size: 17px;
	font-weight: 560;
	line-height: 1.3;
	margin-bottom: 6px;
}

.bl-company-map__steps span {
	color: #63718a;
	display: block;
	font-size: 14px;
	line-height: 1.65;
}

@media (max-width: 1199px) {
	.bl-company-values__grid,
	.bl-company-gains__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {
	.bl-company-manifest__grid,
	.bl-company-values__head,
	.bl-company-map__grid {
		grid-template-columns: 1fr;
	}

	.bl-company-manifest,
	.bl-company-values,
	.bl-company-gains,
	.bl-company-map {
		padding: 76px 0;
	}
}

@media (max-width: 575px) {
	.bl-company-manifest h2,
	.bl-company-gains h2,
	.bl-company-values h2,
	.bl-company-map__panel h2 {
		font-size: 25px;
	}

	.bl-company-values__grid,
	.bl-company-gains__grid,
	.bl-company-manifest__stack article,
	.bl-company-map__steps div {
		grid-template-columns: 1fr;
	}

	.bl-company-map__panel,
	.bl-company-map__steps,
	.bl-company-values__grid article,
	.bl-company-gains__card,
	.bl-company-manifest__stack article {
		padding: 24px;
	}
}
/* === BeeLogic company/career premium refinement END === */


/* === BeeLogic landing final premium rhythm START === */
.bl-home-premium .bl-hero {
	background:
		linear-gradient(90deg, rgba(7, 14, 26, 0.96) 0%, rgba(7, 14, 26, 0.82) 42%, rgba(7, 14, 26, 0.42) 69%, rgba(7, 14, 26, 0.14) 100%),
		url("../images/new/baner-landing.jpeg") center right / cover no-repeat;
	min-height: 760px;
}

.bl-home-premium .bl-hero .container {
	min-height: 760px;
}

.bl-home-premium .bl-hero h1 {
	font-size: 38px;
	line-height: 1.12;
	max-width: 720px;
}

.bl-home-premium .bl-hero__lead {
	max-width: 760px;
}

.bl-home-premium .bl-hero__highlights strong {
	font-size: 21px;
	letter-spacing: 0;
	text-transform: uppercase;
}

.bl-home-premium .bl-hero__notes {
	box-shadow: 0 32px 84px rgba(9, 20, 38, 0.22);
}

.bl-home-intro {
	padding-bottom: 76px;
}

.bl-home-command {
	background:
		linear-gradient(135deg, rgba(8, 18, 34, 0.98) 0%, rgba(9, 28, 55, 0.97) 54%, rgba(4, 69, 105, 0.92) 100%);
	color: #ffffff;
	overflow: hidden;
	padding: 108px 0 96px;
	position: relative;
}

.bl-home-command::before,
.bl-home-system::before,
.bl-home-proof::before,
.bl-home-final::before {
	background:
		linear-gradient(rgba(255, 255, 255, 0.052) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.052) 1px, transparent 1px);
	background-size: 56px 56px;
	content: "";
	inset: 0;
	opacity: 0.45;
	pointer-events: none;
	position: absolute;
}

.bl-home-command::after {
	background:
		radial-gradient(circle at 18% 18%, rgba(38, 121, 255, 0.34), transparent 34%),
		radial-gradient(circle at 82% 46%, rgba(18, 169, 200, 0.20), transparent 30%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.bl-home-command .container,
.bl-home-system__panel,
.bl-home-proof .container,
.bl-home-final .container {
	position: relative;
	z-index: 1;
}

.bl-home-command__grid {
	align-items: stretch;
	display: grid;
	gap: 30px;
	grid-template-columns: minmax(420px, 0.84fr) minmax(520px, 1.16fr);
}

.bl-home-command__copy,
.bl-home-command__stack article {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 8px;
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.18);
}

.bl-home-command__copy {
	align-content: center;
	display: grid;
	min-height: 520px;
	padding: 54px;
}

.bl-home-command .bl-kicker,
.bl-home-system .bl-kicker,
.bl-home-proof .bl-kicker,
.bl-home-final .bl-kicker {
	color: #7db2ff !important;
}

.bl-home-command h2,
.bl-home-system h2,
.bl-home-proof h2,
.bl-home-final h2 {
	color: #ffffff;
	font-size: 34px;
	font-weight: 560;
	line-height: 1.13;
	margin: 0 0 24px;
	text-transform: none;
}

.bl-home-command p,
.bl-home-system p,
.bl-home-proof p,
.bl-home-final p {
	color: rgba(255, 255, 255, 0.75);
	font-size: 16px;
	line-height: 1.82;
	margin: 0;
}

.bl-home-command__stack {
	display: grid;
	gap: 16px;
}

.bl-home-command__stack article {
	min-height: 156px;
	padding: 32px 34px;
	transition: background-color 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}

.bl-home-command__stack article:hover {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(125, 178, 255, 0.36);
	transform: translateY(-3px);
}

.bl-home-command__stack span {
	color: #7db2ff;
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.bl-home-command__stack strong {
	color: #ffffff;
	display: block;
	font-size: 22px;
	font-weight: 560;
	line-height: 1.22;
	margin-bottom: 9px;
}

.bl-home-command__stack p {
	font-size: 15px;
	line-height: 1.65;
}

.bl-home-command__rail {
	background: rgba(255, 255, 255, 0.95);
	border: 1px solid rgba(255, 255, 255, 0.46);
	border-radius: 8px;
	box-shadow: 0 28px 76px rgba(0, 0, 0, 0.18);
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	margin-top: 24px;
	overflow: hidden;
}

.bl-home-command__rail div {
	border-left: 1px solid rgba(23, 32, 51, 0.08);
	padding: 26px;
}

.bl-home-command__rail div:first-child {
	border-left: 0;
}

.bl-home-command__rail i {
	align-items: center;
	background: rgba(38, 121, 255, 0.1);
	border-radius: 8px;
	color: #2679ff;
	display: flex;
	font-size: 22px;
	height: 48px;
	justify-content: center;
	margin-bottom: 18px;
	width: 48px;
}

.bl-home-command__rail strong {
	color: #172033;
	display: block;
	font-size: 18px;
	font-weight: 560;
	line-height: 1.2;
}

.bl-home-command__rail span {
	color: #64738b;
	display: block;
	font-size: 14px;
	line-height: 1.45;
	margin-top: 6px;
}

.bl-home-services {
	background: linear-gradient(180deg, #ffffff 0%, #f4f8fd 100%);
	padding-top: 104px;
}

.bl-home-system {
	background: #071426;
	color: #ffffff;
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	min-height: 680px;
	overflow: hidden;
	position: relative;
}

.bl-home-system__image {
	background:
		linear-gradient(90deg, rgba(7, 20, 38, 0.08), rgba(7, 20, 38, 0.62)),
		url("../images/new/hero-2.jpeg") center center / cover no-repeat;
	min-height: 680px;
	position: relative;
}

.bl-home-system__image::after {
	background: linear-gradient(90deg, transparent 0%, rgba(7, 20, 38, 0.28) 48%, rgba(7, 20, 38, 0.96) 100%);
	content: "";
	inset: 0;
	position: absolute;
}

.bl-home-system__panel {
	align-content: center;
	display: grid;
	padding: 84px 7vw 84px 6vw;
}

.bl-home-system h2 {
	font-size: 32px;
	max-width: 780px;
}

.bl-home-system p {
	max-width: 780px;
}

.bl-home-system__cards {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 42px;
}

.bl-home-system__cards div {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 8px;
	padding: 28px;
}

.bl-home-system__cards i {
	align-items: center;
	background: rgba(38, 121, 255, 0.18);
	border: 1px solid rgba(125, 178, 255, 0.22);
	border-radius: 8px;
	color: #8db8ff;
	display: flex;
	font-size: 24px;
	height: 52px;
	justify-content: center;
	margin-bottom: 24px;
	width: 52px;
}

.bl-home-system__cards strong {
	color: #ffffff;
	display: block;
	font-size: 18px;
	font-weight: 560;
	line-height: 1.25;
	margin-bottom: 9px;
}

.bl-home-system__cards span {
	color: rgba(255, 255, 255, 0.68);
	display: block;
	font-size: 14px;
	line-height: 1.55;
}

.bl-console__fill--88 { width: 88%; }
.bl-console__fill--72 { width: 72%; }
.bl-console__fill--64 { width: 64%; }

.bl-home-proof {
	background:
		linear-gradient(135deg, rgba(8, 18, 34, 0.98) 0%, rgba(9, 26, 52, 0.96) 56%, rgba(7, 48, 76, 0.94) 100%);
	color: #ffffff;
	overflow: hidden;
	padding: 112px 0;
	position: relative;
}

.bl-home-proof::after {
	background: radial-gradient(circle at 24% 20%, rgba(38, 121, 255, 0.26), transparent 32%);
	content: "";
	inset: 0;
	position: absolute;
}

.bl-home-proof__head {
	margin: 0 auto 50px;
	max-width: 980px;
	position: relative;
	text-align: center;
	z-index: 1;
}

.bl-home-proof__head h2 {
	font-size: 33px;
}

.bl-home-proof__head p {
	margin: 0 auto;
	max-width: 900px;
}

.bl-home-proof__grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	position: relative;
	z-index: 1;
}

.bl-home-proof__grid article {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 8px;
	min-height: 330px;
	padding: 36px;
	transition: background-color 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}

.bl-home-proof__grid article:hover {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(125, 178, 255, 0.34);
	transform: translateY(-4px);
}

.bl-home-proof__grid span {
	color: #7db2ff;
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.bl-home-proof__grid h3 {
	color: #ffffff;
	font-size: 24px;
	font-weight: 560;
	line-height: 1.18;
	margin: 0 0 18px;
}

.bl-home-proof__grid p {
	font-size: 15px;
	line-height: 1.76;
}

.bl-home-final {
	background:
		linear-gradient(135deg, rgba(5, 13, 25, 0.97), rgba(11, 31, 58, 0.96)),
		url("../images/new/baner-landing.jpeg") center center / cover no-repeat;
	color: #ffffff;
	overflow: hidden;
	padding: 104px 0;
	position: relative;
}

.bl-home-final__panel {
	align-items: center;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 8px;
	box-shadow: 0 34px 92px rgba(0, 0, 0, 0.2);
	display: grid;
	gap: 42px;
	grid-template-columns: minmax(0, 1fr) auto;
	padding: 52px;
}

.bl-home-final h2 {
	font-size: 31px;
	max-width: 980px;
}

.bl-home-final p {
	max-width: 900px;
}

.bl-home-final__actions {
	display: flex;
	flex-direction: column;
	gap: 14px;
	min-width: 260px;
}

.bl-home-final .bl-button--ghost {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.28);
	color: #ffffff;
}

.bl-home-final .bl-button--ghost:hover {
	background: #ffffff;
	color: #2679ff;
}

@media (max-width: 1199px) {
	.bl-home-command__grid,
	.bl-home-system,
	.bl-home-final__panel {
		grid-template-columns: 1fr;
	}

	.bl-home-command__rail,
	.bl-home-system__cards,
	.bl-home-proof__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bl-home-system__image {
		min-height: 380px;
	}
}

@media (max-width: 767px) {
	.bl-home-premium .bl-hero h1,
	.bl-home-command h2,
	.bl-home-system h2,
	.bl-home-proof h2,
	.bl-home-final h2 {
		font-size: 26px;
	}

	.bl-home-command,
	.bl-home-proof,
	.bl-home-final {
		padding: 76px 0;
	}

	.bl-home-command__copy,
	.bl-home-command__stack article,
	.bl-home-system__panel,
	.bl-home-system__cards div,
	.bl-home-proof__grid article,
	.bl-home-final__panel {
		padding: 28px;
	}

	.bl-home-command__copy {
		min-height: 0;
	}

	.bl-home-command__rail,
	.bl-home-system__cards,
	.bl-home-proof__grid {
		grid-template-columns: 1fr;
	}

	.bl-home-command__rail div {
		border-left: 0;
		border-top: 1px solid rgba(23, 32, 51, 0.08);
	}

	.bl-home-command__rail div:first-child {
		border-top: 0;
	}

	.bl-home-final__actions {
		min-width: 0;
	}
}
/* === BeeLogic landing final premium rhythm END === */


/* === BeeLogic landing rebalance START === */
.bl-home-rebalance {
	--home-ink: #172033;
	--home-text: #4b5870;
	--home-muted: #738094;
	--home-blue: #2679ff;
	--home-soft: #f3f7ff;
	--home-line: rgba(23, 32, 51, 0.1);
	--home-dark: #071426;
	--home-dark-2: #0b203b;
}

.bl-home-rebalance .bl-hero {
	background:
		linear-gradient(90deg, rgba(6, 15, 29, 0.96) 0%, rgba(6, 15, 29, 0.86) 33%, rgba(6, 15, 29, 0.36) 66%, rgba(6, 15, 29, 0.08) 100%),
		url("../images/new/baner-landing.jpeg") center right / cover no-repeat;
	margin-bottom: 78px;
	min-height: 720px;
}

.bl-home-rebalance .bl-hero .container {
	min-height: 720px;
	padding-bottom: 118px;
}

.bl-home-rebalance .bl-hero__content {
	max-width: 720px;
}

.bl-home-rebalance .bl-hero h1 {
	font-size: 34px;
	line-height: 1.18;
	max-width: 690px;
}

.bl-home-rebalance .bl-hero__lead {
	font-size: 17px !important;
	max-width: 690px;
}

.bl-home-rebalance .bl-hero__badge {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.22);
}

.bl-home-rebalance .bl-hero__notes {
	bottom: -52px;
}

.bl-home-rebalance .bl-home-intro {
	padding: 86px 0 78px;
}

.bl-home-rebalance .bl-intro__grid {
	align-items: start;
}

.bl-home-rebalance .bl-intro__text {
	border-left: 1px solid var(--home-line);
	padding-left: 44px;
}

.bl-home-rebalance .bl-section-copy h2,
.bl-home-rebalance .bl-home-section-head h2 {
	font-size: 31px;
	font-weight: 500;
	line-height: 1.23;
	letter-spacing: 0;
}

.bl-home-rebalance .bl-home-section-head {
	margin: 0 auto 48px;
	max-width: 860px;
	text-align: center;
}

.bl-home-rebalance .bl-home-section-head p {
	margin: 14px auto 0;
	max-width: 760px;
}

.bl-home-focus {
	background: #f5f8fd;
	padding: 86px 0;
}

.bl-home-focus__grid {
	align-items: center;
	display: grid;
	gap: 60px;
	grid-template-columns: minmax(390px, 0.95fr) minmax(430px, 1.05fr);
}

.bl-home-focus__image {
	border-radius: 10px;
	box-shadow: 0 28px 80px rgba(23, 32, 51, 0.13);
	overflow: hidden;
	position: relative;
}

.bl-home-focus__image::after {
	background: linear-gradient(180deg, rgba(6, 15, 29, 0.06), rgba(6, 15, 29, 0.26));
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.bl-home-focus__image img {
	display: block;
	height: 560px;
	object-fit: cover;
	width: 100%;
}

.bl-home-focus__copy h2 {
	color: var(--home-ink);
	font-size: 32px;
	font-weight: 500;
	line-height: 1.22;
	margin: 0 0 24px;
}

.bl-home-focus__copy p {
	font-size: 16px;
	line-height: 1.76;
}

.bl-home-focus__cards {
	display: grid;
	gap: 14px;
	margin-top: 32px;
}

.bl-home-focus__cards div {
	align-items: center;
	background: #ffffff;
	border: 1px solid rgba(38, 121, 255, 0.12);
	border-radius: 10px;
	display: grid;
	gap: 18px;
	grid-template-columns: 50px 1fr;
	padding: 18px 20px;
}

.bl-home-focus__cards i,
.bl-home-light-card i,
.bl-home-support-card i,
.bl-home-loop__card i {
	align-items: center;
	background: rgba(38, 121, 255, 0.1);
	border: 1px solid rgba(38, 121, 255, 0.16);
	border-radius: 9px;
	color: var(--home-blue);
	display: inline-flex;
	font-size: 20px;
	height: 50px;
	justify-content: center;
	width: 50px;
}

.bl-home-focus__cards strong,
.bl-home-light-card strong,
.bl-home-support-card strong,
.bl-home-loop__card strong {
	color: var(--home-ink);
	display: block;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.25;
	margin-bottom: 5px;
}

.bl-home-focus__cards span,
.bl-home-light-card span,
.bl-home-support-card span,
.bl-home-loop__card span {
	color: var(--home-text);
	display: block;
	font-size: 14px;
	line-height: 1.55;
}

.bl-home-offer {
	background: #ffffff;
	padding: 96px 0;
}

.bl-home-offer__grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}


.bl-i-offer__grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}


.bl-home-light-card {
	background: #ffffff;
	border: 1px solid var(--home-line);
	border-radius: 10px;
	box-shadow: 0 18px 45px rgba(23, 32, 51, 0.06);
	color: var(--home-ink);
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.bl-home-light-card:hover {
	border-color: rgba(38, 121, 255, 0.26);
	box-shadow: 0 26px 70px rgba(23, 32, 51, 0.11);
	color: var(--home-ink);
	transform: translateY(-4px);
}

.bl-home-light-card__image {
	background: var(--home-soft);
	height: 100%;
	overflow: hidden;
}

.bl-home-light-card__image img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 0.45s ease;
	width: 100%;
}

.bl-home-light-card:hover .bl-home-light-card__image img {
	transform: scale(1.04);
}

.bl-home-light-card__body {
	padding: 24px;
}

.bl-home-light-card__body em {
	color: var(--home-blue);
	display: block;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.bl-home-light-card__body p {
	font-size: 15px;
	line-height: 1.66;
	margin: 12px 0 0;
}

.bl-home-loop {
	background: #071120;
	color: #ffffff;
	overflow: hidden;
	padding: 0;
	position: relative;
}

.bl-home-loop::before,
.bl-home-loop::after {
	content: none !important;
	display: none !important;
}

.bl-home-loop__grid {
	align-items: stretch;
	display: grid;
	grid-template-columns: minmax(420px, 0.9fr) minmax(520px, 1.1fr);
	min-height: 660px;
	position: relative;
}

.bl-home-loop__media {
	background: #071120;
	min-height: 660px;
	overflow: hidden;
	position: relative;
}

.bl-home-loop__media img {
	display: block;
	height: 100%;
	min-height: 660px;
	object-fit: cover;
	object-position: center center;
	width: 100%;
}

.bl-home-loop__media::before,
.bl-home-loop__media::after {
	content: none !important;
	display: none !important;
}

.bl-home-loop__copy {
	align-self: stretch;
	background:
		linear-gradient(135deg, rgba(7, 17, 32, 0.99), rgba(8, 21, 40, 0.97)),
		linear-gradient(90deg, rgba(91, 164, 255, 0.055) 1px, transparent 1px),
		linear-gradient(0deg, rgba(91, 164, 255, 0.045) 1px, transparent 1px);
	background-size: auto, 74px 74px, 74px 74px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 76px 7vw 76px 66px;
}

.bl-home-loop__copy .bl-kicker {
	color: #7db2ff !important;
}

.bl-home-loop__copy h2 {
	color: #ffffff;
	font-size: 34px;
	font-weight: 500;
	line-height: 1.22;
	margin: 0 0 22px;
	max-width: 720px;
}

.bl-home-loop__copy p {
	color: rgba(255, 255, 255, 0.78);
	font-size: 16px;
	line-height: 1.74;
	max-width: 760px;
}

.bl-home-loop__cards {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 34px;
}

.bl-home-loop__card {
	background: rgba(255, 255, 255, 0.075);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 10px;
	min-height: 190px;
	padding: 24px;
}

.bl-home-loop__card i {
	background: rgba(38, 121, 255, 0.22);
	border-color: rgba(125, 178, 255, 0.28);
	color: #9ec3ff;
	margin-bottom: 26px;
}

.bl-home-loop__card strong {
	color: #ffffff;
}

.bl-home-loop__card span {
	color: rgba(255, 255, 255, 0.72);
}

.bl-home-process {
	background: #ffffff;
	padding: 96px 0;
}

.bl-home-process__grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bl-home-process__step {
	background: #ffffff;
	border-left: 1px solid var(--home-line);
	padding: 4px 26px 0;
}

.bl-home-process__step:first-child {
	border-left: 0;
}

.bl-home-process__step span {
	color: var(--home-blue);
	display: block;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 14px;
}

.bl-home-process__step strong {
	color: var(--home-ink);
	display: block;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.28;
	margin-bottom: 12px;
}

.bl-home-process__step p {
	font-size: 15px;
	line-height: 1.65;
	margin: 0;
}

.bl-home-support {
	background: #f6f9fd;
	padding: 92px 0;
}

.bl-home-support__grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bl-home-support-card {
	background: #ffffff;
	border: 1px solid var(--home-line);
	border-radius: 10px;
	box-shadow: 0 18px 48px rgba(23, 32, 51, 0.055);
	padding: 30px;
}

.bl-home-support-card i {
	margin-bottom: 24px;
}

.bl-home-support-card p {
	font-size: 15px;
	line-height: 1.68;
	margin: 12px 0 0;
}

.bl-home-final-soft {
	background: #ffffff;
	padding: 88px 0 102px;
}

.bl-home-final-soft__panel {
	align-items: center;
	background:
		linear-gradient(135deg, rgba(38, 121, 255, 0.11), rgba(255, 255, 255, 0.92) 52%, rgba(18, 169, 200, 0.08)),
		#ffffff;
	border: 1px solid rgba(38, 121, 255, 0.14);
	border-radius: 12px;
	box-shadow: 0 28px 80px rgba(23, 32, 51, 0.1);
	display: grid;
	gap: 40px;
	grid-template-columns: minmax(0, 1fr) auto;
	padding: 50px;
}

.bl-home-final-soft__panel h2 {
	color: var(--home-ink);
	font-size: 30px;
	font-weight: 500;
	line-height: 1.24;
	margin: 0 0 16px;
	max-width: 760px;
}

.bl-home-final-soft__panel p {
	font-size: 16px;
	line-height: 1.72;
	margin: 0;
	max-width: 780px;
}

.bl-home-final-soft__actions {
	display: flex;
	gap: 14px;
	justify-content: flex-end;
	white-space: nowrap;
}

@media (max-width: 1199px) {
	.bl-home-rebalance .bl-hero,
	.bl-home-rebalance .bl-hero .container {
		min-height: 660px;
	}

	.bl-home-focus__grid,
	.bl-home-loop__grid {
		grid-template-columns: 1fr;
	}

	.bl-home-loop__media,
	.bl-home-loop__grid {
		min-height: auto;
	}

	.bl-home-loop__media {
		height: 420px;
	}

	.bl-home-loop__copy {
		padding: 62px 7vw;
	}

	.bl-home-offer__grid,
	.bl-home-support__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bl-home-process__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bl-home-process__step:nth-child(odd) {
		border-left: 0;
	}

	.bl-home-final-soft__panel {
		grid-template-columns: 1fr;
	}

	.bl-home-final-soft__actions {
		justify-content: flex-start;
	}
}

@media (max-width: 767px) {
	.bl-home-rebalance .bl-hero h1,
	.bl-home-focus__copy h2,
	.bl-home-loop__copy h2,
	.bl-home-rebalance .bl-section-copy h2,
	.bl-home-rebalance .bl-home-section-head h2 {
		font-size: 28px;
	}

	.bl-home-rebalance .bl-intro__text {
		border-left: 0;
		padding-left: 0;
	}

	.bl-home-focus,
	.bl-home-offer,
	.bl-home-process,
	.bl-home-support,
	.bl-home-final-soft {
		padding: 64px 0;
	}

	.bl-home-focus__grid,
	.bl-home-offer__grid,
	.bl-home-support__grid,
	.bl-home-process__grid,
	.bl-home-loop__cards {
		grid-template-columns: 1fr;
	}

	.bl-home-focus__image img,
	.bl-home-loop__media {
		height: 320px;
	}

	.bl-home-process__step,
	.bl-home-process__step:nth-child(odd) {
		border-left: 0;
		border-top: 1px solid var(--home-line);
		padding: 24px 0 0;
	}

	.bl-home-process__step:first-child {
		border-top: 0;
	}

	.bl-home-final-soft__panel {
		padding: 30px;
	}

	.bl-home-final-soft__actions {
		flex-direction: column;
		white-space: normal;
	}
}
/* === BeeLogic landing rebalance END === */


/* ==========================================================
   BeeLogic premium mega footer
   ========================================================== */

.bl-modern-home .bl-mega-footer {
	background: #07101f;
	color: #ffffff;
	overflow: hidden;
	padding: 0 !important;
	position: relative;
	width: 100%;
}

.bl-modern-home .bl-mega-footer *,
.bl-modern-home .bl-mega-footer *::before,
.bl-modern-home .bl-mega-footer *::after {
	box-sizing: border-box;
}

.bl-modern-home .bl-mega-footer a {
	text-decoration: none;
}

.bl-modern-home .bl-mega-footer p {
	color: rgba(255, 255, 255, 0.76);
	font-size: 16px;
	line-height: 1.78;
	margin: 0;
}

.bl-modern-home .bl-mega-footer .container {
	max-width: 88% !important;
	width: 88% !important;
}

.bl-mega-footer__stage {
	background:
		radial-gradient(circle at 18% 20%, rgba(30, 116, 255, 0.28), transparent 32%),
		radial-gradient(circle at 86% 20%, rgba(74, 151, 255, 0.18), transparent 34%),
		linear-gradient(135deg, #07101f 0%, #0a1528 48%, #07101f 100%);
	border-top: 1px solid rgba(125, 178, 255, 0.12);
	isolation: isolate;
	min-height: 610px;
	position: relative;
}

.bl-mega-footer__stage::before {
	background:
		linear-gradient(90deg, rgba(125, 178, 255, 0.06) 1px, transparent 1px),
		linear-gradient(rgba(125, 178, 255, 0.045) 1px, transparent 1px);
	background-size: 62px 62px;
	content: "";
	inset: 0;
	opacity: 0.46;
	pointer-events: none;
	position: absolute;
	z-index: -2;
}

.bl-mega-footer__stage::after {
	background:
		linear-gradient(90deg, rgba(7, 16, 31, 0.98) 0%, rgba(7, 16, 31, 0.72) 44%, rgba(7, 16, 31, 0.2) 100%),
		url("../images/new/baner-landing.jpeg") center right / cover no-repeat;
	content: "";
	inset: 0;
	opacity: 0.18;
	pointer-events: none;
	position: absolute;
	z-index: -3;
}

.bl-mega-footer__halo {
	border-radius: 999px;
	filter: blur(18px);
	opacity: 0.5;
	pointer-events: none;
	position: absolute;
	z-index: -1;
}

.bl-mega-footer__halo--one {
	background: rgba(30, 116, 255, 0.2);
	height: 320px;
	left: 9%;
	top: 12%;
	width: 320px;
}

.bl-mega-footer__halo--two {
	background: rgba(125, 178, 255, 0.14);
	bottom: 5%;
	height: 380px;
	right: 13%;
	width: 380px;
}

.bl-mega-footer__stage-inner {
	align-items: center;
	display: grid;
	gap: 74px;
	grid-template-columns: minmax(360px, 0.85fr) minmax(440px, 1fr);
	min-height: 610px;
	padding: 92px 0;
	position: relative;
}

.bl-mega-footer__copy {
	max-width: 720px;
	position: relative;
	z-index: 2;
}

.bl-mega-footer__eyebrow {
	align-items: center;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(125, 178, 255, 0.24);
	border-radius: 999px;
	color: #8db8ff;
	display: inline-flex;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 24px;
	padding: 10px 14px;
	text-transform: uppercase;
}

.bl-mega-footer__eyebrow::before {
	background: var(--bl-blue);
	border-radius: 999px;
	box-shadow: 0 0 18px rgba(30, 116, 255, 0.9);
	content: "";
	height: 7px;
	margin-right: 9px;
	width: 7px;
}

.bl-mega-footer__copy h2 {
	color: #ffffff;
	font-family: "Nunito", sans-serif;
	font-size: clamp(34px, 4vw, 34px);
	font-weight: 100;
	letter-spacing: -0.035em;
	line-height: 1.02;
	margin: 0 0 24px;
	max-width: 820px;
	text-transform: none;
}

.bl-mega-footer__copy p {
	color: rgba(255, 255, 255, 0.82);
	font-size: 18px;
	line-height: 1.74;
	max-width: 750px;
}

.bl-mega-footer__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

.bl-mega-footer__button {
	align-items: center;
	border-radius: 10px;
	display: inline-flex;
	font-size: 15px;
	font-weight: 500;
	gap: 10px;
	justify-content: center;
	min-height: 52px;
	padding: 14px 21px;
	transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.bl-mega-footer__button:hover {
	transform: translateY(-2px);
}

.bl-mega-footer__button--primary {
	background: linear-gradient(135deg, #1e74ff 0%, #3f91ff 100%);
	border: 1px solid rgba(141, 184, 255, 0.44);
	box-shadow: 0 22px 56px rgba(30, 116, 255, 0.28);
	color: #ffffff;
}

.bl-mega-footer__button--primary:hover {
	background: linear-gradient(135deg, #1465e6 0%, #317fe8 100%);
	color: #ffffff;
}

.bl-mega-footer__button--ghost {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: rgba(255, 255, 255, 0.88);
}

.bl-mega-footer__button--ghost:hover {
	background: rgba(255, 255, 255, 0.13);
	border-color: rgba(141, 184, 255, 0.44);
	color: #ffffff;
}

.bl-mega-footer__system {
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035)),
		rgba(8, 18, 34, 0.82);
	border: 1px solid rgba(141, 184, 255, 0.22);
	border-radius: 18px;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.12),
		0 40px 120px rgba(0, 0, 0, 0.35);
	overflow: hidden;
	position: relative;
}

.bl-mega-footer__system::before {
	background:
		linear-gradient(90deg, rgba(141, 184, 255, 0.08) 1px, transparent 1px),
		linear-gradient(rgba(141, 184, 255, 0.06) 1px, transparent 1px);
	background-size: 44px 44px;
	content: "";
	inset: 0;
	opacity: 0.5;
	position: absolute;
}

.bl-mega-footer__system::after {
	background: radial-gradient(circle at 58% 48%, rgba(30, 116, 255, 0.3), transparent 34%);
	content: "";
	inset: 0;
	position: absolute;
}

.bl-mega-footer__system-top {
	align-items: center;
	border-bottom: 1px solid rgba(141, 184, 255, 0.16);
	display: flex;
	gap: 16px;
	justify-content: space-between;
	padding: 22px 24px;
	position: relative;
	z-index: 2;
}

.bl-mega-footer__system-top span {
	color: rgba(255, 255, 255, 0.66);
	font-size: 13px;
}

.bl-mega-footer__system-top strong {
	background: rgba(30, 116, 255, 0.16);
	border: 1px solid rgba(141, 184, 255, 0.28);
	border-radius: 999px;
	color: #9fc4ff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	padding: 7px 10px;
	text-transform: uppercase;
}

.bl-mega-footer__orbit {
	height: 390px;
	position: relative;
	z-index: 2;
}

.bl-mega-footer__orbit::before,
.bl-mega-footer__orbit::after {
	border: 1px solid rgba(141, 184, 255, 0.18);
	border-radius: 50%;
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.bl-mega-footer__orbit::before {
	height: 260px;
	width: 260px;
}

.bl-mega-footer__orbit::after {
	height: 340px;
	width: 340px;
}

.bl-mega-footer__node {
	align-items: center;
	background: rgba(9, 24, 46, 0.86);
	border: 1px solid rgba(141, 184, 255, 0.28);
	border-radius: 12px;
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
	color: #ffffff;
	display: inline-flex;
	font-size: 12px;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1;
	min-width: 78px;
	padding: 13px 14px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
}

.bl-mega-footer__node--core {
	background: linear-gradient(135deg, rgba(30, 116, 255, 0.96), rgba(83, 155, 255, 0.9));
	box-shadow: 0 0 48px rgba(30, 116, 255, 0.46);
	font-size: 14px;
	left: 50%;
	min-width: 108px;
	top: 50%;
	transform: translate(-50%, -50%);
}

.bl-mega-footer__node--www {
	left: 18%;
	top: 24%;
}

.bl-mega-footer__node--app {
	right: 18%;
	top: 24%;
}

.bl-mega-footer__node--portal {
	left: 14%;
	bottom: 24%;
}

.bl-mega-footer__node--b2b {
	right: 13%;
	bottom: 25%;
}

.bl-mega-footer__node--ai {
	left: 50%;
	top: 11%;
	transform: translateX(-50%);
}

.bl-mega-footer__line {
	background: linear-gradient(90deg, rgba(30, 116, 255, 0), rgba(125, 178, 255, 0.7), rgba(30, 116, 255, 0));
	height: 1px;
	left: 18%;
	position: absolute;
	right: 18%;
	top: 50%;
	transform-origin: center;
	z-index: 1;
}

.bl-mega-footer__line--a {
	transform: rotate(0deg);
}

.bl-mega-footer__line--b {
	transform: rotate(38deg);
}

.bl-mega-footer__line--c {
	transform: rotate(-38deg);
}

.bl-mega-footer__path {
	border-top: 1px solid rgba(141, 184, 255, 0.16);
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	position: relative;
	z-index: 2;
}

.bl-mega-footer__path div {
	padding: 17px 16px 19px;
	position: relative;
}

.bl-mega-footer__path div + div {
	border-left: 1px solid rgba(141, 184, 255, 0.13);
}

.bl-mega-footer__path span {
	color: #7db2ff;
	display: block;
	font-size: 11px;
	font-weight: 700;
	margin-bottom: 5px;
}

.bl-mega-footer__path strong {
	color: rgba(255, 255, 255, 0.84);
	display: block;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
}

.bl-mega-footer__nav {
	background:
		radial-gradient(circle at 12% 0%, rgba(30, 116, 255, 0.16), transparent 32%),
		linear-gradient(180deg, #07101f 0%, #080f1d 100%);
	border-top: 1px solid rgba(141, 184, 255, 0.14);
	padding: 70px 0 0;
	position: relative;
}

.bl-mega-footer__nav::before {
	background: linear-gradient(90deg, transparent, rgba(141, 184, 255, 0.42), transparent);
	content: "";
	height: 1px;
	left: 6%;
	opacity: 0.65;
	position: absolute;
	right: 6%;
	top: 0;
}

.bl-mega-footer__nav-inner {
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(260px, 1.25fr) repeat(3, minmax(180px, 0.85fr));
	padding-bottom: 54px;
}

.bl-mega-footer__brand,
.bl-mega-footer__links,
.bl-mega-footer__contact-card {
	background: rgba(255, 255, 255, 0.045);
	border: 1px solid rgba(141, 184, 255, 0.13);
	border-radius: 16px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.bl-mega-footer__brand {
	padding: 30px;
}

.bl-mega-footer__brand img {
	display: block;
	margin-bottom: 24px;
	max-width: 220px;
	width: 100%;
}

.bl-mega-footer__brand p {
	color: rgba(255, 255, 255, 0.7);
	font-size: 15px;
	line-height: 1.72;
	max-width: 430px;
}

.bl-mega-footer__contact-card {
	background:
		linear-gradient(135deg, rgba(30, 116, 255, 0.16), rgba(255, 255, 255, 0.04));
	margin-top: 28px;
	padding: 20px;
}

.bl-mega-footer__contact-card span {
	color: #8db8ff;
	display: block;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.bl-mega-footer__contact-card a {
	color: #ffffff;
	display: block;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	margin-top: 8px;
	width: fit-content;
}

.bl-mega-footer__contact-card a:hover {
	color: #9fc4ff;
}

.bl-mega-footer__links {
	padding: 28px;
}

.bl-mega-footer__links h3 {
	color: #ffffff;
	font-family: "Nunito", sans-serif;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.25;
	margin: 0 0 18px;
	text-transform: none;
}

.bl-mega-footer__links a {
	align-items: center;
	border-radius: 9px;
	color: rgba(255, 255, 255, 0.72);
	display: flex;
	font-size: 14px;
	gap: 10px;
	line-height: 1.35;
	margin: 3px 0;
	padding: 9px 10px;
	transition: background 0.18s ease, color 0.18s ease, padding-left 0.18s ease;
}

.bl-mega-footer__links a::before {
	background: rgba(125, 178, 255, 0.36);
	border-radius: 999px;
	content: "";
	height: 5px;
	transition: background 0.18s ease, box-shadow 0.18s ease;
	width: 5px;
}

.bl-mega-footer__links a:hover {
	background: rgba(30, 116, 255, 0.1);
	color: #ffffff;
	padding-left: 14px;
}

.bl-mega-footer__links a:hover::before {
	background: #7db2ff;
	box-shadow: 0 0 14px rgba(125, 178, 255, 0.8);
}

.bl-mega-footer__bottom {
	align-items: center;
	border-top: 1px solid rgba(141, 184, 255, 0.14);
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(280px, 1fr) auto;
	padding: 28px 0 34px;
}

.bl-mega-footer__company {
	color: rgba(255, 255, 255, 0.64);
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	gap: 7px 18px;
	line-height: 1.45;
}

.bl-mega-footer__company strong {
	color: rgba(255, 255, 255, 0.78);
	font-weight: 600;
	width: 100%;
}

.bl-mega-footer__company em {
	color: rgba(125, 178, 255, 0.48);
	font-style: normal;
	margin: 0 4px;
}

.bl-mega-footer__legal {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 16px;
	justify-content: flex-end;
}

.bl-mega-footer__legal span,
.bl-mega-footer__legal a {
	color: rgba(255, 255, 255, 0.62);
	font-size: 13px;
	line-height: 1.4;
}

.bl-mega-footer__legal a:hover {
	color: #ffffff;
}

@keyframes blFooterGlow {
	0%, 100% {
		opacity: 0.38;
		transform: translate3d(0, 0, 0) scale(1);
	}
	50% {
		opacity: 0.68;
		transform: translate3d(16px, -10px, 0) scale(1.04);
	}
}

@keyframes blFooterPulse {
	0%, 100% {
		box-shadow: 0 0 34px rgba(30, 116, 255, 0.34);
	}
	50% {
		box-shadow: 0 0 68px rgba(30, 116, 255, 0.62);
	}
}

.bl-mega-footer__halo--one,
.bl-mega-footer__halo--two {
	animation: blFooterGlow 9s ease-in-out infinite;
}

.bl-mega-footer__node--core {
	animation: blFooterPulse 4.6s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
	.bl-mega-footer__halo--one,
	.bl-mega-footer__halo--two,
	.bl-mega-footer__node--core {
		animation: none;
	}
}

@media (max-width: 1199px) {
	.bl-modern-home .bl-mega-footer .container {
		max-width: 90% !important;
		width: 90% !important;
	}

	.bl-mega-footer__stage-inner {
		gap: 44px;
		grid-template-columns: 1fr;
		padding: 74px 0;
	}

	.bl-mega-footer__copy {
		max-width: 860px;
	}

	.bl-mega-footer__system {
		max-width: 780px;
		width: 100%;
	}

	.bl-mega-footer__nav-inner {
		grid-template-columns: repeat(2, 1fr);
	}

	.bl-mega-footer__brand {
		grid-column: 1 / -1;
	}
}

@media (max-width: 767px) {
	.bl-modern-home .bl-mega-footer .container {
		max-width: 92% !important;
		width: 92% !important;
	}

	.bl-mega-footer__stage {
		min-height: auto;
	}

	.bl-mega-footer__stage-inner {
		padding: 64px 0;
	}

	.bl-mega-footer__copy h2 {
		font-size: 34px;
	}

	.bl-mega-footer__copy p {
		font-size: 16px;
	}

	.bl-mega-footer__actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.bl-mega-footer__button {
		width: 100%;
	}

	.bl-mega-footer__system-top {
		align-items: flex-start;
		flex-direction: column;
	}

	.bl-mega-footer__orbit {
		height: 340px;
	}

	.bl-mega-footer__orbit::before {
		height: 210px;
		width: 210px;
	}

	.bl-mega-footer__orbit::after {
		height: 280px;
		width: 280px;
	}

	.bl-mega-footer__node {
		font-size: 11px;
		min-width: 64px;
		padding: 11px 10px;
	}

	.bl-mega-footer__node--core {
		min-width: 94px;
	}

	.bl-mega-footer__node--www {
		left: 8%;
	}

	.bl-mega-footer__node--app {
		right: 8%;
	}

	.bl-mega-footer__node--portal {
		left: 8%;
	}

	.bl-mega-footer__node--b2b {
		right: 8%;
	}

	.bl-mega-footer__path {
		grid-template-columns: 1fr;
	}

	.bl-mega-footer__path div + div {
		border-left: 0;
		border-top: 1px solid rgba(141, 184, 255, 0.13);
	}

	.bl-mega-footer__nav {
		padding-top: 52px;
	}

	.bl-mega-footer__nav-inner {
		grid-template-columns: 1fr;
		padding-bottom: 36px;
	}

	.bl-mega-footer__bottom {
		grid-template-columns: 1fr;
		padding-bottom: 94px;
	}

	.bl-mega-footer__legal {
		justify-content: flex-start;
	}
}

@media (max-width: 480px) {
	.bl-mega-footer__copy h2 {
		font-size: 30px;
	}

	.bl-mega-footer__brand,
	.bl-mega-footer__links {
		padding: 24px;
	}

	.bl-mega-footer__orbit {
		height: 320px;
	}
}


/* === beelogic-modern END === */


/* === beelogic-ai START === */

/* BeeLogic AI offer */
.bl-ai-offer-page {
	--ai-ink: #122037;
	--ai-muted: #62738b;
	--ai-blue: #1e74ff;
	--ai-cyan: #12a9c8;
	--ai-dark: #08152a;
	--ai-deep: #0d2345;
	--ai-line: rgba(18, 32, 55, 0.11);
	--ai-soft: #f4f8fc;
}

.bl-ai-suite.bl-service-modern--ai {
	--service-bg: url("../images/new/baner-ai-uslugi.jpeg");
}

.bl-ai-page-v3 .bl-ai-landing {
	background:
		linear-gradient(90deg, rgba(5, 15, 31, 0.96) 0%, rgba(5, 15, 31, 0.84) 36%, rgba(5, 15, 31, 0.34) 66%, rgba(5, 15, 31, 0.08) 100%),
		var(--service-bg) center right / cover no-repeat;
	margin-bottom: 88px;
	min-height: 720px;
}

.bl-ai-page-v3 .bl-ai-landing::before {
	background:
		linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px),
		linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px);
	background-size: 70px 70px;
	content: "";
	inset: 0;
	opacity: 0.44;
	pointer-events: none;
	position: absolute;
}

.bl-ai-page-v3 .bl-ai-landing > .container {
	position: relative;
	z-index: 1;
}

.bl-ai-page-v3 .bl-ai-landing .bl-service-landing__content {
	max-width: 720px;
}

.bl-ai-page-v3 .bl-ai-landing h1 {
	font-size: 48px;
	line-height: 1.08;
	max-width: 720px;
}

.bl-ai-page-v3 .bl-ai-landing .bl-service-landing__lead {
	max-width: 700px;
}

.bl-ai-hero-cards {
	z-index: 4;
}

.bl-ai-intelligence,
.bl-ai-paths,
.bl-ai-method,
.bl-ai-why,
.bl-ai-final {
	padding: 92px 0;
}

.bl-ai-showcase {
	background:
		linear-gradient(180deg, #ffffff 0%, #f6faff 46%, #ffffff 100%);
	overflow: hidden;
	position: relative;
}

.bl-ai-showcase__panel {
	background:
		linear-gradient(110deg, rgba(5, 15, 31, 0.98) 0%, rgba(8, 29, 58, 0.97) 48%, rgba(5, 15, 31, 0.94) 100%),
		url("../images/new/baner-ai-uslugi.jpeg") center center / cover no-repeat;
	border: 1px solid rgba(142, 184, 255, 0.24);
	border-radius: 8px;
	box-shadow: 0 38px 110px rgba(8, 21, 42, 0.22);
	display: grid;
	gap: 54px;
	grid-template-columns: minmax(340px, 0.86fr) minmax(520px, 1.14fr);
	min-height: 650px;
	overflow: hidden;
	padding: 56px;
	position: relative;
}

.bl-ai-showcase__panel::before {
	background:
		linear-gradient(90deg, rgba(255,255,255,0.055) 1px, transparent 1px),
		linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px);
	background-size: 52px 52px;
	content: "";
	inset: 0;
	opacity: 0.42;
	pointer-events: none;
	position: absolute;
}

.bl-ai-showcase__panel::after {
	background: linear-gradient(90deg, rgba(30, 116, 255, 0), rgba(30, 116, 255, 0.2), rgba(18, 169, 200, 0));
	content: "";
	height: 1px;
	left: 5%;
	opacity: 0.8;
	position: absolute;
	right: 5%;
	top: 95px;
}

.bl-ai-showcase__copy {
	align-self: center;
	position: relative;
	z-index: 1;
}

.bl-ai-showcase__copy h2,
.bl-ai-why__copy h2 {
	color: var(--ai-ink);
	font-size: 34px;
	font-weight: 500;
	line-height: 1.16;
	margin: 0 0 22px;
}

.bl-ai-showcase__copy h2 {
	color: #ffffff;
	font-size: 42px;
	max-width: 620px;
}

.bl-ai-showcase__copy span {
	color: #80adff;
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.bl-ai-showcase__copy p,
.bl-ai-why__copy p {
	color: var(--ai-muted);
	font-size: 16px;
	line-height: 1.78;
	margin-bottom: 18px;
}

.bl-ai-showcase__copy p {
	color: rgba(255, 255, 255, 0.74);
	max-width: 650px;
}

.bl-ai-showcase__stats {
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	display: grid;
	gap: 0;
	margin-top: 34px;
	max-width: 640px;
}

.bl-ai-showcase__stats div {
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
	display: grid;
	gap: 18px;
	grid-template-columns: 156px minmax(0, 1fr);
	padding: 18px 0;
}

.bl-ai-showcase__stats strong {
	color: #ffffff;
	display: block;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.1;
}

.bl-ai-showcase__stats span {
	color: rgba(255, 255, 255, 0.68);
	font-size: 14px;
	line-height: 1.45;
	margin: 0;
	text-transform: none;
}

.bl-ai-system {
	align-self: center;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 8px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.12), 0 28px 82px rgba(0, 0, 0, 0.26);
	overflow: hidden;
	padding: 26px;
	position: relative;
	z-index: 1;
}

.bl-ai-system::before {
	background: linear-gradient(120deg, rgba(255,255,255,0.08), transparent 28%, rgba(30,116,255,0.12) 63%, transparent);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.bl-ai-system__topline {
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	padding: 0 0 20px;
	position: relative;
	z-index: 1;
}

.bl-ai-system__topline span {
	color: #85b4ff;
	display: block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.bl-ai-system__topline strong {
	color: #ffffff;
	display: block;
	font-size: 25px;
	font-weight: 600;
	line-height: 1.15;
}

.bl-ai-system__status {
	background: rgba(56, 211, 159, 0.12);
	border: 1px solid rgba(56, 211, 159, 0.38);
	border-radius: 999px;
	color: #8ef2c9;
	font-size: 12px;
	font-weight: 700;
	padding: 8px 12px;
	white-space: nowrap;
}

.bl-ai-system__canvas {
	min-height: 430px;
	position: relative;
	z-index: 1;
}

.bl-ai-system__canvas::before {
	background:
		linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px),
		linear-gradient(rgba(255,255,255,0.07) 1px, transparent 1px);
	background-size: 46px 46px;
	content: "";
	inset: 22px 0 18px;
	opacity: 0.35;
	position: absolute;
}

.bl-ai-system__line {
	background: linear-gradient(90deg, rgba(36, 125, 255, 0), rgba(36, 125, 255, 0.85), rgba(18, 208, 230, 0));
	height: 2px;
	left: 10%;
	position: absolute;
	right: 10%;
	top: 50%;
	transform-origin: center;
}

.bl-ai-system__line--a {
	animation: blAiSignal 3.6s ease-in-out infinite;
	transform: rotate(0deg);
}

.bl-ai-system__line--b {
	animation: blAiSignal 4.4s ease-in-out 0.6s infinite;
	transform: rotate(34deg);
}

.bl-ai-system__line--c {
	animation: blAiSignal 4s ease-in-out 1.2s infinite;
	transform: rotate(-34deg);
}

.bl-ai-system__core {
	background: rgba(5, 15, 31, 0.92);
	border: 1px solid rgba(142, 184, 255, 0.36);
	border-radius: 8px;
	box-shadow: 0 22px 54px rgba(0, 0, 0, 0.28);
	left: 50%;
	min-width: 250px;
	padding: 26px;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
}

.bl-ai-system__core span,
.bl-ai-system__node span {
	color: #89b7ff;
	display: block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.bl-ai-system__core strong {
	color: #ffffff;
	display: block;
	font-size: 34px;
	font-weight: 600;
	line-height: 1.05;
}

.bl-ai-system__core em {
	color: rgba(255, 255, 255, 0.66);
	display: block;
	font-size: 13px;
	font-style: normal;
	line-height: 1.45;
	margin-top: 12px;
}

.bl-ai-system__node {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.17);
	border-radius: 8px;
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
	max-width: 245px;
	padding: 18px;
	position: absolute;
}

.bl-ai-system__node i {
	color: #85b4ff;
	display: block;
	font-size: 18px;
	margin-bottom: 10px;
}

.bl-ai-system__node strong {
	color: #ffffff;
	display: block;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
}

.bl-ai-system__node em {
	color: rgba(255, 255, 255, 0.68);
	display: block;
	font-size: 13px;
	font-style: normal;
	line-height: 1.45;
	margin-top: 8px;
}

.bl-ai-system__node.is-docs {
	left: 0;
	top: 44px;
}

.bl-ai-system__node.is-route {
	right: 0;
	top: 60px;
}

.bl-ai-system__node.is-data {
	bottom: 46px;
	left: 26px;
}

.bl-ai-system__node.is-human {
	bottom: 30px;
	right: 18px;
}

.bl-ai-system__footer {
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	padding-top: 18px;
	position: relative;
	z-index: 1;
}

.bl-ai-system__footer div {
	align-items: center;
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	display: flex;
	gap: 8px;
	justify-content: center;
	padding: 12px 10px;
}

.bl-ai-system__footer span {
	color: #85b4ff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
}

.bl-ai-system__footer strong {
	color: #ffffff;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
}

@keyframes blAiSignal {
	0% {
		opacity: 0.28;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0.28;
	}
}

.bl-ai-flow {
	--flow-accent: #7fb2ff;
	--flow-accent-strong: #1e74ff;
	align-self: center;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.055)),
		rgba(7, 19, 38, 0.74);
	border: 1px solid rgba(142, 184, 255, 0.28);
	border-radius: 8px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.12), 0 28px 82px rgba(0, 0, 0, 0.26);
	overflow: hidden;
	padding: 26px;
	position: relative;
	z-index: 1;
}

.bl-ai-flow[data-flow="mail"] {
	--flow-accent: #77e3bf;
	--flow-accent-strong: #38d39f;
}

.bl-ai-flow[data-flow="report"] {
	--flow-accent: #ffd27d;
	--flow-accent-strong: #f5b74a;
}

.bl-ai-flow::before {
	background:
		linear-gradient(90deg, rgba(255,255,255,0.07) 1px, transparent 1px),
		linear-gradient(rgba(255,255,255,0.06) 1px, transparent 1px);
	background-size: 46px 46px;
	content: "";
	inset: 0;
	opacity: 0.32;
	pointer-events: none;
	position: absolute;
}

.bl-ai-flow::after {
	background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--flow-accent-strong) 70%, transparent), transparent);
	content: "";
	height: 1px;
	left: 26px;
	position: absolute;
	right: 26px;
	top: 118px;
}

.bl-ai-flow__header {
	align-items: center;
	display: grid;
	gap: 16px;
	grid-template-columns: minmax(0, 1fr) auto;
	padding-bottom: 18px;
	position: relative;
	z-index: 1;
}

.bl-ai-flow__header span,
.bl-ai-flow__core span,
.bl-ai-flow__node span,
.bl-ai-flow__outcome span {
	color: var(--flow-accent);
	display: block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.bl-ai-flow__header strong {
	color: #ffffff;
	display: block;
	font-size: 26px;
	font-weight: 600;
	line-height: 1.1;
}

.bl-ai-flow__header em {
	background: rgba(56, 211, 159, 0.12);
	border: 1px solid rgba(56, 211, 159, 0.38);
	border-radius: 999px;
	color: #8ef2c9;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	padding: 8px 13px;
	text-transform: uppercase;
}

.bl-ai-flow__switches {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 8px 0 22px;
	position: relative;
	z-index: 1;
}

.bl-ai-flow__switches button {
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 8px;
	color: rgba(255, 255, 255, 0.72);
	cursor: pointer;
	font: inherit;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	padding: 13px 12px;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.bl-ai-flow__switches button:hover,
.bl-ai-flow__switches button.is-active {
	background: color-mix(in srgb, var(--flow-accent-strong) 26%, rgba(255, 255, 255, 0.1));
	border-color: color-mix(in srgb, var(--flow-accent-strong) 72%, rgba(255,255,255,0.25));
	color: #ffffff;
	transform: translateY(-1px);
}

.bl-ai-flow__stage {
	display: grid;
	gap: 16px;
	grid-template-areas:
		"input core route"
		"read core human";
	grid-template-columns: minmax(0, 1fr) minmax(170px, 0.95fr) minmax(0, 1fr);
	margin-bottom: 18px;
	min-height: 360px;
	position: relative;
	z-index: 1;
}

.bl-ai-flow__stage::before {
	background:
		linear-gradient(90deg, transparent 0%, rgba(127, 178, 255, 0.2) 22%, rgba(127, 178, 255, 0.85) 50%, rgba(127, 178, 255, 0.2) 78%, transparent 100%),
		linear-gradient(0deg, transparent 0%, rgba(127, 178, 255, 0.2) 22%, rgba(127, 178, 255, 0.72) 50%, rgba(127, 178, 255, 0.2) 78%, transparent 100%);
	content: "";
	inset: 18% 13%;
	opacity: 0.7;
	pointer-events: none;
	position: absolute;
}

.bl-ai-flow__stage::after {
	animation: blAiSweep 3.8s ease-in-out infinite;
	background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--flow-accent-strong) 80%, transparent), transparent);
	content: "";
	height: 2px;
	left: 4%;
	position: absolute;
	right: 4%;
	top: 50%;
}

.bl-ai-flow__node,
.bl-ai-flow__core {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 8px;
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
	min-width: 0;
	position: relative;
	z-index: 1;
}

.bl-ai-flow__node {
	align-self: center;
	padding: 18px;
}

.bl-ai-flow__node.is-input {
	grid-area: input;
}

.bl-ai-flow__node.is-read {
	grid-area: read;
}

.bl-ai-flow__node.is-route {
	grid-area: route;
}

.bl-ai-flow__node.is-human {
	grid-area: human;
}

.bl-ai-flow__node i {
	color: var(--flow-accent);
	display: block;
	font-size: 20px;
	margin-bottom: 12px;
}

.bl-ai-flow__node strong {
	color: #ffffff;
	display: block;
	font-size: 19px;
	font-weight: 600;
	line-height: 1.16;
}

.bl-ai-flow__node em {
	color: rgba(255, 255, 255, 0.66);
	display: block;
	font-size: 13px;
	font-style: normal;
	line-height: 1.42;
	margin-top: 8px;
}

.bl-ai-flow__core {
	align-self: center;
	grid-area: core;
	padding: 28px 22px;
	text-align: center;
}

.bl-ai-flow__core strong {
	color: #ffffff;
	display: block;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.05;
}

.bl-ai-flow__core em {
	color: rgba(255, 255, 255, 0.66);
	display: block;
	font-size: 13px;
	font-style: normal;
	line-height: 1.4;
	margin-top: 12px;
}

.bl-ai-flow__outcome {
	background:
		linear-gradient(90deg, color-mix(in srgb, var(--flow-accent-strong) 20%, rgba(255,255,255,0.08)), rgba(255,255,255,0.08));
	border: 1px solid color-mix(in srgb, var(--flow-accent-strong) 38%, rgba(255,255,255,0.14));
	border-radius: 8px;
	padding: 22px;
	position: relative;
	z-index: 1;
}

.bl-ai-flow__outcome h3 {
	color: #ffffff;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.18;
	margin: 0 0 10px;
}

.bl-ai-flow__outcome p {
	color: rgba(255, 255, 255, 0.72);
	font-size: 15px;
	line-height: 1.58;
	margin: 0;
}

@keyframes blAiSweep {
	0% {
		opacity: 0.18;
		transform: translateY(-46px);
	}
	50% {
		opacity: 0.92;
		transform: translateY(46px);
	}
	100% {
		opacity: 0.18;
		transform: translateY(-46px);
	}
}

.bl-ai-paths {
	background: linear-gradient(180deg, #f4f8fc 0%, #ffffff 100%);
}

.bl-ai-path-list {
	display: grid;
	gap: 26px;
}

.bl-ai-path {
	align-items: stretch;
	background: #ffffff;
	border: 1px solid var(--ai-line);
	border-radius: 8px;
	box-shadow: 0 24px 70px rgba(18, 32, 55, 0.08);
	color: var(--ai-ink);
	display: grid;
	grid-template-columns: minmax(360px, 0.86fr) minmax(360px, 1.14fr);
	min-height: 420px;
	overflow: hidden;
	text-decoration: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.bl-ai-path:hover {
	border-color: rgba(30, 116, 255, 0.26);
	box-shadow: 0 34px 90px rgba(18, 32, 55, 0.12);
	color: var(--ai-ink);
	transform: translateY(-3px);
}

.bl-ai-path.is-reversed {
	grid-template-columns: minmax(360px, 1.14fr) minmax(360px, 0.86fr);
}

.bl-ai-path.is-reversed .bl-ai-path__image {
	order: 2;
}

.bl-ai-path__image {
	min-height: 420px;
	overflow: hidden;
	position: relative;
}

.bl-ai-path__image::after {
	background: linear-gradient(90deg, rgba(8, 21, 42, 0.14), rgba(8, 21, 42, 0.46));
	content: "";
	inset: 0;
	position: absolute;
}

.bl-ai-path__image img,
.bl-ai-why__image img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.bl-ai-path__content {
	padding: 42px 46px;
}

.bl-ai-path__content span {
	color: var(--ai-blue);
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.bl-ai-path__content h3 {
	color: var(--ai-ink);
	font-size: 32px;
	font-weight: 500;
	line-height: 1.12;
	margin: 0 0 16px;
}

.bl-ai-path__content p {
	color: var(--ai-muted);
	font-size: 16px;
	line-height: 1.74;
	margin: 0 0 22px;
}

.bl-ai-path__content ul {
	display: grid;
	gap: 8px;
	list-style: none;
	margin: 0 0 28px;
	padding: 0;
}

.bl-ai-path__content li {
	color: #40516b;
	font-size: 15px;
	line-height: 1.45;
	padding-left: 22px;
	position: relative;
}

.bl-ai-path__content li::before {
	background: var(--ai-blue);
	border-radius: 8px;
	content: "";
	height: 7px;
	left: 0;
	position: absolute;
	top: 9px;
	width: 7px;
}

.bl-ai-path__content strong {
	align-items: center;
	color: var(--ai-blue);
	display: inline-flex;
	font-size: 15px;
	font-weight: 600;
	gap: 8px;
}

.bl-ai-method {
	background: #ffffff;
}

.bl-ai-method__panel {
	background:
		linear-gradient(135deg, rgba(5, 15, 31, 0.98), rgba(11, 43, 86, 0.94)),
		url("../images/new/baner-ai-uslugi.jpeg") center / cover no-repeat;
	border-radius: 8px;
	box-shadow: 0 30px 86px rgba(8, 21, 42, 0.22);
	display: grid;
	gap: 44px;
	grid-template-columns: minmax(320px, 0.78fr) minmax(420px, 1.22fr);
	padding: 48px;
}

.bl-ai-method__copy h2,
.bl-ai-final__panel h2 {
	color: #ffffff;
	font-size: 30px;
	font-weight: 300;
	line-height: 1.14;
	margin: 0 0 18px;
}

.bl-ai-method__copy p,
.bl-ai-final__panel p {
	color: rgba(255, 255, 255, 0.74) !important;
	font-size: 16px;
	line-height: 1.76;
}

.bl-ai-method__steps {
	display: grid;
	gap: 10px;
}

.bl-ai-method__steps div {
	align-items: center;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	display: grid;
	gap: 4px 16px;
	grid-template-columns: 48px minmax(0, 0.8fr) minmax(0, 1.2fr);
	padding: 16px 18px;
}

.bl-ai-method__steps span {
	align-items: center;
	background: rgba(30, 116, 255, 0.28);
	border-radius: 8px;
	color: #d6e7ff;
	display: flex;
	font-weight: 700;
	height: 40px;
	justify-content: center;
	width: 40px;
}

.bl-ai-method__steps strong {
	color: #ffffff;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.25;
}

.bl-ai-method__steps em {
	color: rgba(255, 255, 255, 0.68);
	font-size: 14px;
	font-style: normal;
	line-height: 1.42;
}

.bl-ai-why {
	background: #f4f8fc;
}

.bl-ai-why__grid {
	align-items: stretch;
	display: grid;
	gap: 42px;
	grid-template-columns: minmax(360px, 0.9fr) minmax(420px, 1.1fr);
}

.bl-ai-why__image {
	border-radius: 8px;
	box-shadow: 0 26px 76px rgba(18, 32, 55, 0.15);
	min-height: 560px;
	overflow: hidden;
	position: relative;
}

.bl-ai-why__image::after {
	background: linear-gradient(180deg, rgba(8,21,42,0.06), rgba(8,21,42,0.6));
	content: "";
	inset: 0;
	position: absolute;
}

.bl-ai-why__copy {
	align-self: center;
	background: #ffffff;
	border: 1px solid var(--ai-line);
	border-radius: 8px;
	box-shadow: 0 22px 64px rgba(18, 32, 55, 0.08);
	padding: 40px;
}

.bl-ai-why__points {
	display: grid;
	gap: 12px;
	margin-top: 26px;
}

.bl-ai-why__points div {
	border-left: 3px solid rgba(30, 116, 255, 0.44);
	padding: 4px 0 4px 18px;
}

.bl-ai-why__points strong {
	color: var(--ai-ink);
	display: block;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.25;
	margin-bottom: 6px;
}

.bl-ai-why__points span {
	color: var(--ai-muted);
	display: block;
	font-size: 14px;
	line-height: 1.6;
}

.bl-ai-final {
	background: #ffffff;
	padding-bottom: 112px;
}

.bl-ai-final__panel {
	background:
		linear-gradient(90deg, rgba(5, 15, 31, 0.98), rgba(5, 15, 31, 0.82)),
		url("../images/new/hero-ai.jpeg") center / cover no-repeat;
	border-radius: 8px;
	box-shadow: 0 32px 88px rgba(8, 21, 42, 0.23);
	display: grid;
	gap: 44px;
	grid-template-columns: minmax(320px, 0.92fr) minmax(380px, 1.08fr);
	padding: 48px;
}

.bl-ai-final__list {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bl-ai-final__list div {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	padding: 20px;
}

.bl-ai-final__list strong {
	color: #ffffff;
	display: block;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 8px;
}

.bl-ai-final__list span {
	color: rgba(255, 255, 255, 0.72);
	display: block;
	font-size: 14px;
	line-height: 1.55;
}

@media (max-width: 1399px) {
	.bl-ai-method__panel,
	.bl-ai-why__grid,
	.bl-ai-final__panel {
		grid-template-columns: 1fr;
	}

	.bl-ai-path,
	.bl-ai-path.is-reversed {
		grid-template-columns: minmax(320px, 0.9fr) minmax(360px, 1.1fr);
	}

	.bl-ai-path.is-reversed .bl-ai-path__image {
		order: initial;
	}
}

@media (max-width: 1199px) {
	.bl-ai-showcase__panel {
		grid-template-columns: 1fr;
		min-height: 0;
	}
}

@media (max-width: 991px) {
	.bl-ai-page-v3 .bl-ai-landing h1 {
		font-size: 38px;
	}

	.bl-ai-showcase__copy h2 {
		font-size: 34px;
	}

	.bl-ai-flow__stage {
		min-height: 330px;
	}

	.bl-ai-flow__core strong {
		font-size: 28px;
	}

	.bl-ai-path,
	.bl-ai-path.is-reversed {
		grid-template-columns: 1fr;
	}

	.bl-ai-path__image {
		min-height: 320px;
	}

	.bl-ai-method__steps div {
		grid-template-columns: 48px minmax(0, 1fr);
	}

	.bl-ai-method__steps em {
		grid-column: 2;
	}

	.bl-ai-final__list {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.bl-ai-intelligence,
	.bl-ai-paths,
	.bl-ai-method,
	.bl-ai-why,
	.bl-ai-final {
		padding: 70px 0;
	}

	.bl-ai-page-v3 .bl-ai-landing h1 {
		font-size: 30px;
		width: auto;
	}

	.bl-ai-page-v3 .bl-ai-landing .bl-service-landing__lead {
		width: auto;
	}

	.bl-ai-showcase__copy h2,
	.bl-ai-why__copy h2,
	.bl-ai-method__copy h2,
	.bl-ai-final__panel h2 {
		font-size: 27px;
	}

	.bl-ai-showcase__panel,
	.bl-ai-system,
	.bl-ai-flow,
	.bl-ai-method__panel,
	.bl-ai-why__copy,
	.bl-ai-final__panel,
	.bl-ai-path__content {
		padding: 28px;
	}

	.bl-ai-showcase__stats div,
	.bl-ai-system__topline,
	.bl-ai-system__footer,
	.bl-ai-flow__header,
	.bl-ai-final__list {
		grid-template-columns: 1fr;
	}

	.bl-ai-flow::after {
		display: none;
	}

	.bl-ai-flow__header strong {
		font-size: 22px;
	}

	.bl-ai-flow__header em {
		justify-self: start;
	}

	.bl-ai-flow__switches {
		grid-template-columns: 1fr;
	}

	.bl-ai-flow__switches button {
		padding: 12px;
		text-align: left;
	}

	.bl-ai-flow__stage {
		gap: 12px;
		grid-template-areas:
			"input"
			"read"
			"core"
			"route"
			"human";
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.bl-ai-flow__stage::before,
	.bl-ai-flow__stage::after {
		display: none;
	}

	.bl-ai-flow__node,
	.bl-ai-flow__core,
	.bl-ai-flow__outcome {
		padding: 18px;
	}

	.bl-ai-flow__core {
		text-align: left;
	}

	.bl-ai-flow__core strong {
		font-size: 26px;
	}

	.bl-ai-flow__outcome h3 {
		font-size: 21px;
	}

	.bl-ai-system__status {
		justify-self: start;
		margin-top: 12px;
	}

	.bl-ai-system__canvas {
		display: grid;
		gap: 12px;
		min-height: 0;
		padding: 22px 0;
	}

	.bl-ai-system__canvas::before,
	.bl-ai-system__line {
		display: none;
	}

	.bl-ai-system__core,
	.bl-ai-system__node {
		left: auto;
		max-width: none;
		min-width: 0;
		position: relative;
		right: auto;
		text-align: left;
		top: auto;
		transform: none;
	}

	.bl-ai-system__core {
		text-align: center;
	}

	.bl-ai-system__core strong {
		font-size: 30px;
	}

	.bl-ai-path__content h3 {
		font-size: 27px;
	}

	.bl-ai-path__image {
		min-height: 250px;
	}

	.bl-ai-why__image {
		min-height: 300px;
	}
}


/* BeeLogic AI support layer - 20260530 */
.bl-ai-page-v4 {
	--ai-ink: #122037;
	--ai-muted: #60718a;
	--ai-blue: #2679ff;
	--ai-blue-soft: rgba(38, 121, 255, 0.12);
	--ai-cyan: #12a9c8;
	--ai-deep: #07162c;
	--ai-deeper: #061124;
	--ai-panel: rgba(255, 255, 255, 0.09);
	--ai-line: rgba(142, 184, 255, 0.22);
}

.bl-ai-page-v4 .bl-service-modern--ai {
	--service-accent: var(--ai-blue);
	--service-accent-soft: var(--ai-blue-soft);
	--service-bg: url("../images/new/baner-ai-uslugi.jpeg");
}

.bl-ai-page-v4 .bl-ai-suite--audit {
	--service-bg: url("../images/new/baner-ai-audyt.jpeg");
}

.bl-ai-page-v4 .bl-ai-suite--docs {
	--service-bg: url("../images/new/baner-ai-dokumenty.jpeg");
}

.bl-ai-page-v4 .bl-ai-suite--automation {
	--service-bg: url("../images/new/baner-ai-automatyzacja.jpeg");
}

.bl-ai-page-v4 .bl-ai-suite--analytics {
	--service-bg: url("../images/new/baner-ai-raporty.jpeg");
}

.bl-ai-page-v4 .bl-ai-landing {
	background:
		linear-gradient(90deg, rgba(5, 15, 31, 0.96) 0%, rgba(5, 15, 31, 0.83) 38%, rgba(5, 15, 31, 0.42) 66%, rgba(5, 15, 31, 0.1) 100%),
		var(--service-bg) center right / cover no-repeat;
}

.bl-ai-page-v4 .bl-ai-landing::before {
	background:
		linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px),
		linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px);
	background-size: 64px 64px;
	content: "";
	inset: 0;
	opacity: 0.42;
	pointer-events: none;
	position: absolute;
}

.bl-ai-page-v4 .bl-ai-landing > .container {
	position: relative;
	z-index: 1;
}

.bl-ai-page-v4 .bl-ai-landing h1 {
	font-size: 34px;
	line-height: 1.12;
	max-width: 760px;
}

.bl-ai-page-v4 .bl-ai-landing .bl-service-landing__content,
.bl-ai-page-v4 .bl-ai-landing .bl-service-landing__lead {
	max-width: 760px;
}

.bl-ai-page-v4 .bl-ai-hero-cards {
	z-index: 5;
}

.bl-ai-page-v4 .bl-ai-hero-cards--four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bl-ai-context,
.bl-ai-usecases,
.bl-ai-scope,
.bl-ai-two-lanes,
.bl-ai-proof {
	padding: 92px 0;
}

.bl-ai-context {
	background: linear-gradient(180deg, #ffffff 0%, #f4f8fd 100%);
}

.bl-ai-context__grid {
	align-items: center;
	display: grid;
	gap: 56px;
	grid-template-columns: minmax(360px, 0.9fr) minmax(480px, 1.1fr);
}

.bl-ai-context__copy h2,
.bl-ai-two-lanes__copy h2,
.bl-ai-proof__panel h2 {
	color: var(--ai-ink);
	font-size: 26px;
	font-weight: 400;
	line-height: 1.18;
	margin: 0 0 20px;
}

.bl-ai-context__copy p,
.bl-ai-two-lanes__copy p,
.bl-ai-proof__panel p {
	color: var(--ai-muted);
	font-size: 16px;
	line-height: 1.78;
}

.bl-ai-context__matrix {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bl-ai-context__matrix div {
	background: #ffffff;
	border: 1px solid rgba(18, 32, 55, 0.1);
	border-radius: 8px;
	box-shadow: 0 18px 44px rgba(18, 32, 55, 0.06);
	min-height: 126px;
	padding: 24px;
}

.bl-ai-context__matrix span,
.bl-ai-breakout span,
.bl-ai-docline__copy span,
.bl-ai-analytics-board__copy span,
.bl-ai-two-lanes .bl-ai-lanes span {
	color: #7fb2ff;
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.bl-ai-context__matrix span {
	color: var(--ai-blue);
}

.bl-ai-context__matrix strong {
	color: #172033;
	display: block;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.35;
}

.bl-ai-breakout {
	background:
		linear-gradient(135deg, rgba(5, 15, 31, 0.98), rgba(7, 31, 62, 0.96)),
		url("../images/new/baner-ai-uslugi.jpeg") center / cover no-repeat;
	color: #ffffff;
	overflow: hidden;
	padding: 112px 0;
	position: relative;
}

.bl-ai-breakout::before {
	background:
		linear-gradient(90deg, rgba(255,255,255,0.055) 1px, transparent 1px),
		linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px);
	background-size: 62px 62px;
	content: "";
	inset: 0;
	opacity: 0.34;
	pointer-events: none;
	position: absolute;
}

.bl-ai-breakout > .container {
	position: relative;
	z-index: 1;
}

.bl-ai-breakout--audit {
	background:
		linear-gradient(135deg, rgba(5, 15, 31, 0.98), rgba(10, 39, 78, 0.95)),
		url("../images/new/baner-ai-audyt.jpeg") center / cover no-repeat;
}

.bl-ai-breakout--docs {
	background:
		linear-gradient(135deg, rgba(5, 15, 31, 0.98), rgba(6, 35, 66, 0.94)),
		url("../images/new/baner-ai-dokumenty.jpeg") center / cover no-repeat;
}

.bl-ai-breakout--automation {
	background:
		linear-gradient(135deg, rgba(5, 15, 31, 0.98), rgba(5, 42, 72, 0.94)),
		url("../images/new/baner-ai-automatyzacja.jpeg") center / cover no-repeat;
}

.bl-ai-breakout--analytics {
	background:
		linear-gradient(135deg, rgba(5, 15, 31, 0.98), rgba(6, 31, 62, 0.95)),
		url("../images/new/baner-ai-raporty.jpeg") center / cover no-repeat;
}

.bl-ai-breakout__center {
	margin: 0 auto 56px;
	max-width: 980px;
	text-align: center;
}

.bl-ai-breakout h2,
.bl-ai-docline__copy h2,
.bl-ai-analytics-board__copy h2 {
	color: #ffffff;
	font-size: 30px;
	font-weight: 300;
	line-height: 1.14;
	margin: 0 0 20px;
}

.bl-ai-breakout p,
.bl-ai-docline__copy p,
.bl-ai-analytics-board__copy p {
	color: rgba(255, 255, 255, 0.76) !important;
	font-size: 16px;
	line-height: 1.76;
	margin: 0;
}

.bl-ai-signal-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bl-ai-signal-grid article,
.bl-ai-usecase-grid article,
.bl-ai-choice-grid a,
.bl-ai-scope-grid article,
.bl-ai-lanes div,
.bl-ai-proof__stats div,
.bl-ai-audit-map div,
.bl-ai-doc-pipeline div,
.bl-ai-automation-ladder div {
	border-radius: 8px;
}

.bl-ai-signal-grid article {
	background: rgba(255, 255, 255, 0.09);
	border: 1px solid rgba(142, 184, 255, 0.24);
	min-height: 240px;
	padding: 28px;
}

.bl-ai-signal-grid i,
.bl-ai-usecase-grid i {
	align-items: center;
	background: rgba(38, 121, 255, 0.18);
	border: 1px solid rgba(142, 184, 255, 0.3);
	border-radius: 8px;
	color: #8ab9ff;
	display: inline-flex;
	font-size: 20px;
	height: 48px;
	justify-content: center;
	margin-bottom: 26px;
	width: 48px;
}

.bl-ai-signal-grid strong {
	color: #ffffff;
	display: block;
	font-size: 21px;
	font-weight: 600;
	line-height: 1.22;
	margin-bottom: 12px;
}

.bl-ai-signal-grid span {
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.6;
	margin: 0;
	text-transform: none;
}

.bl-ai-paths--compact {
	padding: 94px 0;
}

.bl-ai-choice-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bl-ai-choice-grid a {
	background: #ffffff;
	border: 1px solid rgba(18, 32, 55, 0.1);
	box-shadow: 0 20px 58px rgba(18, 32, 55, 0.07);
	color: var(--ai-ink);
	display: flex;
	flex-direction: column;
	min-height: 310px;
	padding: 28px;
	text-decoration: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.bl-ai-choice-grid a:hover {
	border-color: rgba(38, 121, 255, 0.26);
	box-shadow: 0 28px 74px rgba(18, 32, 55, 0.11);
	color: var(--ai-ink);
	transform: translateY(-4px);
}

.bl-ai-choice-grid span,
.bl-ai-scope-grid article > span {
	color: var(--ai-blue);
	display: block;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 26px;
}

.bl-ai-choice-grid h3,
.bl-ai-usecase-grid h3,
.bl-ai-scope-grid h3 {
	color: var(--ai-ink);
	font-size: 22px;
	font-weight: 500;
	line-height: 1.25;
	margin: 0 0 14px;
}

.bl-ai-choice-grid p,
.bl-ai-usecase-grid p,
.bl-ai-scope-grid p {
	color: var(--ai-muted);
	font-size: 15px;
	line-height: 1.72;
	margin: 0;
}

.bl-ai-choice-grid strong {
	align-items: center;
	color: var(--ai-blue);
	display: inline-flex;
	font-size: 14px;
	font-weight: 600;
	gap: 8px;
	margin-top: auto;
	padding-top: 24px;
}

.bl-ai-two-lanes {
	background: #ffffff;
}

.bl-ai-two-lanes__panel {
	align-items: center;
	background: linear-gradient(135deg, #f6faff, #ffffff);
	border: 1px solid rgba(18, 32, 55, 0.1);
	border-radius: 8px;
	box-shadow: 0 28px 76px rgba(18, 32, 55, 0.08);
	display: grid;
	gap: 42px;
	grid-template-columns: minmax(360px, 0.9fr) minmax(520px, 1.1fr);
	padding: 50px;
}

.bl-ai-lanes {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bl-ai-lanes div {
	background: #ffffff;
	border: 1px solid rgba(38, 121, 255, 0.16);
	box-shadow: 0 18px 46px rgba(18, 32, 55, 0.07);
	min-height: 280px;
	padding: 30px;
}

.bl-ai-lanes span {
	color: var(--ai-blue);
}

.bl-ai-lanes strong {
	color: var(--ai-ink);
	display: block;
	font-size: 23px;
	font-weight: 500;
	line-height: 1.22;
	margin-bottom: 16px;
}

.bl-ai-lanes p {
	color: var(--ai-muted);
	font-size: 15px;
	line-height: 1.7;
}

.bl-ai-breakout__split,
.bl-ai-docline,
.bl-ai-analytics-board {
	align-items: center;
	display: grid;
	gap: 58px;
	grid-template-columns: minmax(360px, 0.88fr) minmax(520px, 1.12fr);
}

.bl-ai-breakout__split--reverse {
	grid-template-columns: minmax(520px, 1.12fr) minmax(360px, 0.88fr);
}

.bl-ai-audit-map,
.bl-ai-doc-pipeline,
.bl-ai-automation-ladder {
	display: grid;
	gap: 16px;
}

.bl-ai-audit-map {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bl-ai-audit-map div,
.bl-ai-doc-pipeline div,
.bl-ai-automation-ladder div {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(142, 184, 255, 0.24);
	padding: 24px;
}

.bl-ai-audit-map span,
.bl-ai-automation-ladder span {
	align-items: center;
	background: rgba(38, 121, 255, 0.18);
	border: 1px solid rgba(142, 184, 255, 0.28);
	border-radius: 8px;
	color: #b9d6ff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	height: 46px;
	justify-content: center;
	letter-spacing: 0;
	margin-bottom: 20px;
	width: 46px;
}

.bl-ai-audit-map strong,
.bl-ai-doc-pipeline strong,
.bl-ai-automation-ladder strong {
	color: #ffffff;
	display: block;
	font-size: 21px;
	font-weight: 600;
	line-height: 1.22;
	margin-bottom: 8px;
}

.bl-ai-audit-map em,
.bl-ai-doc-pipeline span,
.bl-ai-automation-ladder em {
	color: rgba(255, 255, 255, 0.7);
	display: block;
	font-size: 14px;
	font-style: normal;
	line-height: 1.55;
}

.bl-ai-doc-pipeline {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bl-ai-doc-pipeline i {
	color: #8ab9ff;
	display: block;
	font-size: 24px;
	margin-bottom: 22px;
}

.bl-ai-automation-ladder div {
	align-items: center;
	display: grid;
	gap: 14px 22px;
	grid-template-columns: 46px minmax(0, 0.75fr) minmax(0, 1.25fr);
}

.bl-ai-automation-ladder span,
.bl-ai-automation-ladder strong,
.bl-ai-automation-ladder em {
	margin-bottom: 0;
}

.bl-ai-analytics-board {
	grid-template-columns: minmax(420px, 0.9fr) minmax(420px, 1.1fr);
}

.bl-ai-dashboard {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(142, 184, 255, 0.24);
	border-radius: 8px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 28px 76px rgba(0,0,0,0.26);
	min-height: 440px;
	overflow: hidden;
	padding: 30px;
	position: relative;
}

.bl-ai-dashboard::before {
	background:
		linear-gradient(90deg, rgba(255,255,255,0.07) 1px, transparent 1px),
		linear-gradient(rgba(255,255,255,0.06) 1px, transparent 1px);
	background-size: 42px 42px;
	content: "";
	inset: 0;
	opacity: 0.38;
	position: absolute;
}

.bl-ai-dashboard > * {
	position: relative;
	z-index: 1;
}

.bl-ai-dashboard__top {
	background: rgba(38, 121, 255, 0.16);
	border: 1px solid rgba(142, 184, 255, 0.28);
	border-radius: 8px;
	padding: 24px;
}

.bl-ai-dashboard__top span {
	color: #8ab9ff;
	display: block;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.bl-ai-dashboard__top strong {
	color: #ffffff;
	display: block;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.22;
}

.bl-ai-dashboard__bars {
	align-items: end;
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	height: 170px;
	margin: 34px 0 26px;
}

.bl-ai-dashboard__bars em {
	background: linear-gradient(180deg, #7fb2ff, rgba(38, 121, 255, 0.18));
	border-radius: 8px 8px 0 0;
	display: block;
	min-height: 56px;
}

.bl-ai-dashboard__bars em:nth-child(1) { height: 42%; }
.bl-ai-dashboard__bars em:nth-child(2) { height: 58%; }
.bl-ai-dashboard__bars em:nth-child(3) { height: 88%; }
.bl-ai-dashboard__bars em:nth-child(4) { height: 64%; }
.bl-ai-dashboard__bars em:nth-child(5) { height: 76%; }

.bl-ai-dashboard__notes {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bl-ai-dashboard__notes div {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	color: rgba(255,255,255,0.78);
	font-size: 13px;
	padding: 13px;
	text-align: center;
}

.bl-ai-usecases {
	background: #f4f8fd;
}

.bl-ai-usecase-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bl-ai-usecase-grid article {
	background: #ffffff;
	border: 1px solid rgba(18, 32, 55, 0.1);
	box-shadow: 0 18px 48px rgba(18, 32, 55, 0.06);
	min-height: 300px;
	padding: 28px;
}

.bl-ai-usecase-grid i {
	background: rgba(38, 121, 255, 0.1);
	border-color: rgba(38, 121, 255, 0.16);
	color: var(--ai-blue);
}

.bl-ai-scope {
	background: #ffffff;
}

.bl-ai-scope-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bl-ai-scope-grid article {
	background: #ffffff;
	border: 1px solid rgba(18, 32, 55, 0.11);
	box-shadow: 0 20px 60px rgba(18, 32, 55, 0.07);
	padding: 30px;
}

.bl-ai-scope-grid ul {
	display: grid;
	gap: 9px;
	list-style: none;
	margin: 24px 0 0;
	padding: 0;
}

.bl-ai-scope-grid li {
	color: #40516b;
	font-size: 14px;
	line-height: 1.48;
	padding-left: 20px;
	position: relative;
}

.bl-ai-scope-grid li::before {
	background: var(--ai-blue);
	border-radius: 999px;
	content: "";
	height: 6px;
	left: 0;
	position: absolute;
	top: 8px;
	width: 6px;
}

.bl-ai-proof {
	background: linear-gradient(180deg, #f6faff 0%, #ffffff 100%);
}

.bl-ai-proof__panel {
	align-items: center;
	background: #ffffff;
	border: 1px solid rgba(18, 32, 55, 0.11);
	border-radius: 8px;
	box-shadow: 0 28px 76px rgba(18, 32, 55, 0.08);
	display: grid;
	gap: 44px;
	grid-template-columns: minmax(420px, 0.9fr) minmax(460px, 1.1fr);
	padding: 48px;
}

.bl-ai-proof__stats {
	display: grid;
	gap: 14px;
}

.bl-ai-proof__stats div {
	background: linear-gradient(135deg, rgba(38, 121, 255, 0.08), rgba(18, 169, 200, 0.06));
	border: 1px solid rgba(38, 121, 255, 0.14);
	padding: 22px 24px;
}

.bl-ai-proof__stats strong {
	color: var(--ai-ink);
	display: block;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.25;
	margin-bottom: 7px;
}

.bl-ai-proof__stats span {
	color: var(--ai-muted);
	display: block;
	font-size: 14px;
	line-height: 1.55;
}

.bl-ai-final--support {
	padding-top: 92px;
}

.bl-ai-final--support .bl-ai-final__panel {
	background:
		linear-gradient(100deg, rgba(5, 15, 31, 0.98), rgba(5, 15, 31, 0.86)),
		url("../images/new/baner-ai-uslugi.jpeg") center / cover no-repeat;
}

.bl-ai-final--support .bl-button--secondary {
	background: rgba(255,255,255,0.92);
	border-color: rgba(255,255,255,0.92);
	color: #172033;
}

@media (max-width: 1399px) {
	.bl-ai-page-v4 .bl-ai-hero-cards--four,
	.bl-ai-signal-grid,
	.bl-ai-choice-grid,
	.bl-ai-usecase-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bl-ai-context__grid,
	.bl-ai-two-lanes__panel,
	.bl-ai-breakout__split,
	.bl-ai-breakout__split--reverse,
	.bl-ai-docline,
	.bl-ai-analytics-board,
	.bl-ai-proof__panel {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 1199px) {
	.bl-ai-doc-pipeline,
	.bl-ai-scope-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 991px) {
	.bl-ai-page-v4 .bl-ai-landing h1 {
		font-size: 36px;
	}

	.bl-ai-breakout h2,
	.bl-ai-docline__copy h2,
	.bl-ai-analytics-board__copy h2,
	.bl-ai-context__copy h2,
	.bl-ai-two-lanes__copy h2,
	.bl-ai-proof__panel h2 {
		font-size: 30px;
	}

	.bl-ai-context,
	.bl-ai-usecases,
	.bl-ai-scope,
	.bl-ai-two-lanes,
	.bl-ai-proof,
	.bl-ai-final--support,
	.bl-ai-breakout {
		padding: 72px 0;
	}

	.bl-ai-two-lanes__panel,
	.bl-ai-proof__panel {
		padding: 34px;
	}
}

@media (max-width: 767px) {
	.bl-ai-page-v4 .bl-ai-hero-cards--four,
	.bl-ai-signal-grid,
	.bl-ai-choice-grid,
	.bl-ai-usecase-grid,
	.bl-ai-context__matrix,
	.bl-ai-lanes,
	.bl-ai-audit-map,
	.bl-ai-dashboard__notes {
		grid-template-columns: 1fr;
	}

	.bl-ai-page-v4 .bl-ai-landing h1 {
		font-size: 30px;
	}

	.bl-ai-breakout h2,
	.bl-ai-docline__copy h2,
	.bl-ai-analytics-board__copy h2,
	.bl-ai-context__copy h2,
	.bl-ai-two-lanes__copy h2,
	.bl-ai-proof__panel h2 {
		font-size: 26px;
	}

	.bl-ai-signal-grid article,
	.bl-ai-choice-grid a,
	.bl-ai-usecase-grid article,
	.bl-ai-scope-grid article,
	.bl-ai-two-lanes__panel,
	.bl-ai-proof__panel,
	.bl-ai-final__panel,
	.bl-ai-dashboard,
	.bl-ai-audit-map div,
	.bl-ai-doc-pipeline div,
	.bl-ai-automation-ladder div {
		padding: 24px;
	}

	.bl-ai-automation-ladder div {
		grid-template-columns: 1fr;
	}
}


/* === beelogic-ai END === */


/* === BeeLogic final consolidation: color, typography, icon and responsive safety === */
:where(.bl-modern-home, .bl-service-modern, .bl-ai-offer-page, .bl-ai-page-v3, .bl-ai-page-v4) {
	--bl-blue: #2679ff;
	--bl-blue-soft: rgba(38, 121, 255, 0.12);
	--service-accent: #2679ff;
	--service-accent-soft: rgba(38, 121, 255, 0.12);
	--ai-blue: #2679ff;
	--ai-cyan: #2679ff;
}

.bl-service-modern--career,
.bl-service-modern--consult,
.bl-service-modern--confirm-consult,
.bl-service-modern--terms,
.bl-service-modern--company,
.bl-service-modern--consulting,
.bl-service-modern--qa,
.bl-service-modern--contact,
.bl-service-modern--ai,
.bl-service-modern--data,
.bl-service-modern--cyber {
	--service-accent: #2679ff;
	--service-accent-soft: rgba(38, 121, 255, 0.12);
}

.bl-modern-home h1,
.bl-modern-home h2,
.bl-modern-home h3,
.bl-modern-home h4,
.bl-service-modern h1,
.bl-service-modern h2,
.bl-service-modern h3,
.bl-service-modern h4,
.bl-ai-offer-page h1,
.bl-ai-offer-page h2,
.bl-ai-offer-page h3,
.bl-ai-offer-page h4,
.bl-ai-page-v3 h1,
.bl-ai-page-v3 h2,
.bl-ai-page-v3 h3,
.bl-ai-page-v3 h4,
.bl-ai-page-v4 h1,
.bl-ai-page-v4 h2,
.bl-ai-page-v4 h3,
.bl-ai-page-v4 h4 {
	font-family: "Nunito", sans-serif;
	letter-spacing: 0;
	text-transform: none;
}

.bl-section-copy h2,
.bl-studio__panel h2,
.bl-modern-home .bl-method h2,
.bl-proof__statement h2,
.bl-intelligence__head h2,
.bl-service-story h2,
.bl-service-delivery h2,
.bl-service-outcome h2,
.bl-contact-panel h2,
.bl-contact-form-card h2,
.bl-confirm-copy h2,
.bl-support-context h2,
.bl-support-standalone h2,
.bl-support-proof h2,
.bl-support-scope h2,
.bl-support-breakout__copy h2,
.bl-support-breakout__center h2,
.bl-product-title,
.bl-breakout__copy h2,
.bl-breakout__head h2,
.bl-breakout__center h2,
.bl-breakout__inner h2,
.bl-ai-showcase__copy h2,
.bl-ai-why__copy h2,
.bl-ai-method__copy h2,
.bl-ai-final__panel h2,
.bl-ai-context__copy h2,
.bl-ai-two-lanes__copy h2,
.bl-ai-proof__panel h2,
.bl-ai-breakout h2,
.bl-ai-docline__copy h2,
.bl-ai-analytics-board__copy h2 {
	font-size: 26px;
	font-weight: 400;
	line-height: 1.18;
}

.bl-service-card h3,
.bl-product-card h3,
.bl-product-panel h3,
.bl-ai-path__content h3,
.bl-ai-choice-grid h3,
.bl-ai-usecase-grid h3,
.bl-ai-scope-grid h3,
.bl-ai-flow__outcome h3,
.bl-ai-context__matrix strong,
.bl-ai-lanes strong,
.bl-support-standalone__grid h3,
.bl-service-landing__cards strong,
.bl-hero__notes strong,
.bl-service strong,
.bl-matrix__item strong,
.bl-web-step h3,
.bl-portal-modules h3,
.bl-app-module strong,
.bl-shop-lane strong {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.25;
}

.bl-modern-home p,
.bl-service-modern p,
.bl-ai-offer-page p,
.bl-ai-page-v3 p,
.bl-ai-page-v4 p {
	font-size: 16px;
	line-height: 1.78;
}

.bl-button,
.bl-button--primary,
.bl-button--ghost,
.bl-mega-footer__button,
.bl-modern-submit,
.bl-service-page .btn-common.btn-hero a,
.bl-modern-home .footer.style-ten.upper .btn-common a {
	font-family: "Nunito", sans-serif;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
}

.bl-button--primary,
.bl-service-landing .bl-button--primary,
.bl-confirm-copy .bl-button--primary,
.bl-mega-footer__button--primary,
.bl-modern-submit,
.bl-service-page .btn-common.btn-hero a,
.bl-modern-home .footer.style-ten.upper .btn-common a {
	background: linear-gradient(135deg, #2679ff 0%, #1c66dc 100%);
	border-color: rgba(38, 121, 255, 0.95);
	color: #ffffff !important;
}

.bl-button--primary:hover,
.bl-service-landing .bl-button--primary:hover,
.bl-confirm-copy .bl-button--primary:hover,
.bl-mega-footer__button--primary:hover,
.bl-modern-submit:hover,
.bl-service-page .btn-common.btn-hero a:hover,
.bl-modern-home .footer.style-ten.upper .btn-common a:hover {
	background: linear-gradient(135deg, #1d68e5 0%, #1555c4 100%);
	border-color: rgba(29, 104, 229, 0.98);
	color: #ffffff !important;
}

.bl-hero__notes,
.bl-service-landing__cards,
.bl-service-hero__cards {
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(203, 213, 225, 0.82);
	box-shadow: 0 28px 75px rgba(17, 24, 39, 0.16);
}

.bl-hero__notes i,
.bl-service-landing__cards i,
.bl-service-hero__cards i {
	background: rgba(38, 121, 255, 0.1);
	color: #2679ff;
}

.fa-thin,
.fat,
[class^="fa-thin"],
[class*=" fa-thin"] {
	font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free", "Font Awesome 5 Pro", "Font Awesome 5 Free" !important;
}

.bl-modern-home img,
.bl-service-modern img,
.bl-ai-offer-page img,
.bl-ai-page-v3 img,
.bl-ai-page-v4 img {
	height: auto;
	max-width: 100%;
}

@media (max-width: 991px) {
	.bl-section-copy h2,
	.bl-studio__panel h2,
	.bl-modern-home .bl-method h2,
	.bl-proof__statement h2,
	.bl-intelligence__head h2,
	.bl-service-story h2,
	.bl-service-delivery h2,
	.bl-service-outcome h2,
	.bl-contact-panel h2,
	.bl-contact-form-card h2,
	.bl-confirm-copy h2,
	.bl-support-context h2,
	.bl-support-standalone h2,
	.bl-support-proof h2,
	.bl-support-scope h2,
	.bl-support-breakout__copy h2,
	.bl-support-breakout__center h2,
	.bl-product-title,
	.bl-breakout__copy h2,
	.bl-breakout__head h2,
	.bl-breakout__center h2,
	.bl-breakout__inner h2,
	.bl-ai-showcase__copy h2,
	.bl-ai-why__copy h2,
	.bl-ai-method__copy h2,
	.bl-ai-final__panel h2,
	.bl-ai-context__copy h2,
	.bl-ai-two-lanes__copy h2,
	.bl-ai-proof__panel h2,
	.bl-ai-breakout h2,
	.bl-ai-docline__copy h2,
	.bl-ai-analytics-board__copy h2 {
		font-size: 26px;
	}
}

@media (max-width: 767px) {
	.bl-modern-home .container,
	.bl-modern-home .custom-container-80,
	.bl-service-modern .container,
	.bl-service-modern .custom-container-80,
	.bl-ai-page-v3 .container,
	.bl-ai-page-v3 .custom-container-80,
	.bl-ai-page-v4 .container,
	.bl-ai-page-v4 .custom-container-80,
	.bl-ai-offer-page .container,
	.bl-ai-offer-page .custom-container-80 {
		box-sizing: border-box;
		max-width: calc(100vw - 40px) !important;
		width: calc(100vw - 40px) !important;
	}

	.bl-section-copy h2,
	.bl-studio__panel h2,
	.bl-modern-home .bl-method h2,
	.bl-proof__statement h2,
	.bl-intelligence__head h2,
	.bl-service-story h2,
	.bl-service-delivery h2,
	.bl-service-outcome h2,
	.bl-contact-panel h2,
	.bl-contact-form-card h2,
	.bl-confirm-copy h2,
	.bl-support-context h2,
	.bl-support-standalone h2,
	.bl-support-proof h2,
	.bl-support-scope h2,
	.bl-support-breakout__copy h2,
	.bl-support-breakout__center h2,
	.bl-product-title,
	.bl-breakout__copy h2,
	.bl-breakout__head h2,
	.bl-breakout__center h2,
	.bl-breakout__inner h2,
	.bl-ai-showcase__copy h2,
	.bl-ai-why__copy h2,
	.bl-ai-method__copy h2,
	.bl-ai-final__panel h2,
	.bl-ai-context__copy h2,
	.bl-ai-two-lanes__copy h2,
	.bl-ai-proof__panel h2,
	.bl-ai-breakout h2,
	.bl-ai-docline__copy h2,
	.bl-ai-analytics-board__copy h2 {
		font-size: 25px;
		line-height: 1.2;
	}

	.bl-service-card h3,
	.bl-product-card h3,
	.bl-product-panel h3,
	.bl-ai-path__content h3,
	.bl-ai-choice-grid h3,
	.bl-ai-usecase-grid h3,
	.bl-ai-scope-grid h3,
	.bl-ai-flow__outcome h3,
	.bl-ai-context__matrix strong,
	.bl-ai-lanes strong,
	.bl-support-standalone__grid h3,
	.bl-service-landing__cards strong,
	.bl-hero__notes strong,
	.bl-service strong,
	.bl-matrix__item strong,
	.bl-web-step h3,
	.bl-portal-modules h3,
	.bl-app-module strong,
	.bl-shop-lane strong {
		font-size: 19px;
	}
}
/* === BeeLogic final consolidation END === */
