/* ============================================================
   VIA BIT — HOME (главная страница)
   ============================================================ */

.viabit-hero {
	max-width: 1600px;
	padding: 0 40px;
	margin: 0 auto;
	box-sizing: border-box;
}

.viabit-hero__wrap {
	background: #F1F5F9;
	border-radius: 50px;
	padding: 0 40px;
	box-sizing: border-box;
}

.viabit-hero__inner {
	display: grid;
	grid-template-columns: 40% 60%;
	align-items: center;
	gap: 40px;
}

.viabit-hero__title {
	margin: 0 0 20px;
	color: #0090F0;
	font-family: 'Inter', sans-serif;
	font-weight: 800;
	font-size: 44px;
	line-height: 46px;
	text-transform: uppercase;
}

.viabit-hero__text {
	margin: 0 0 32px;
	color: #000;
	font-family: 'IBM Plex Mono', monospace;
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
}

.viabit-hero__cta {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #000;
	font-family: 'IBM Plex Mono', monospace;
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	text-decoration: none;
	transition: color 0.2s ease;
}

.viabit-hero__cta:hover,
.viabit-hero__cta:focus {
	color: #0090F0;
	text-decoration: none;
}

.viabit-hero__cta-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	color: #000;
	font-size: 20px;
	line-height: 1;
	transition: transform 0.2s ease;
}

.viabit-hero__cta:hover .viabit-hero__cta-arrow {
	transform: translateX(3px);
}

.viabit-hero__media {
	position: relative;
	background: #0090F0;
	border-radius: 50px;
	padding: 28px 24px 24px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.viabit-hero__models--desktop { display: flex; gap: 20px; }
.viabit-hero__models--mobile { display: none !important; }

.viabit-hero__models {
	display: flex;
	justify-content: center;
	gap: 32px;
	width: 100%;
	margin-bottom: 20px;
}

.viabit-hero__model {
	display: flex;
	flex-direction: column;
	gap: 2px;
	text-align: center;
	align-items: center;
}

.viabit-hero__model-name {
	color: #fff;
	font-family: 'IBM Plex Mono', monospace;
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
}

.viabit-hero__model-tops {
	color: #fff;
	font-family: 'Gilroy', 'Inter', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}

.viabit-hero__model-price {
	color: #fff;
	font-family: 'IBM Plex Mono', monospace;
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
}

.viabit-hero__media-img {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.viabit-hero__media-img img {
	display: block;
	max-width: 100%;
	height: auto;
	object-fit: contain;
}

.viabit-hero__buy {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 12px 20px;
	border: 0;
	border-radius: 999px;
	background: #fff;
	color: #0090F0;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease;
	margin: 0 auto;
}

.viabit-hero__buy:hover,
.viabit-hero__buy:focus {
	background: #E8F4FD;
	color: #0078D0;
	text-decoration: none;
}

.viabit-hero__buy svg { width: 24px; height: 24px; flex-shrink: 0; }
.viabit-hero__buy svg path { stroke: #0090F0; }

/* --- Why layout --- */
.viabit-why-layout {
	display: grid;
	grid-template-columns: 0.5fr 1.5fr;
	gap: 40px;
	max-width: 1600px;
	padding: 0 40px;
	margin: 20px auto 0;
	box-sizing: border-box;
}

.viabit-benefits-card {
	background: #F0F4F8;
	border-radius: 50px;
	padding: 32px 28px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	height: 100%;
	box-sizing: border-box;
}

.viabit-benefits-card__title {
	font-family: 'Inter', sans-serif;
	font-weight: 800;
	font-size: 44px;
	line-height: 46px;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	color: #13184D;
	margin: 0;
}

.viabit-benefits-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.viabit-benefit {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 16px 18px;
	background: #fff;
	border-radius: 20px;
}

.viabit-benefit__body {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.viabit-benefit__title {
	font-family: 'IBM Plex Mono', monospace;
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	color: #000;
	margin: 0;
}

.viabit-benefit__text {
	font-size: 0.8125rem;
	color: #687487;
	margin: 0;
}

.viabit-benefit__icon {
	width: 73px;
	height: 73px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.viabit-benefit__icon img {
	width: 73px;
	height: 73px;
	display: block;
	object-fit: contain;
}

.viabit-generation {
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: space-between;
	height: 100%;
}

.viabit-generation__text-wrap {
	background: #F1F5F9;
	border-radius: 50px;
	padding: 40px 36px;
}

.viabit-generation__title {
	font-family: 'Inter', sans-serif;
	font-weight: 800;
	font-size: 44px;
	line-height: 46px;
	text-transform: uppercase;
	color: #13184D;
	margin: 0 0 8px;
}

.viabit-generation__desc {
	font-family: 'IBM Plex Mono', monospace;
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	color: #000;
	margin: 0;
	max-width: 908px;
}

.viabit-promo-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}

.viabit-promo-card {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	min-height: 290px;
	padding: 24px;
	border-radius: 50px;
	text-decoration: none;
	overflow: hidden;
	transition: transform 0.2s ease;
}

.viabit-promo-card:hover {
	transform: translateY(-2px);
	text-decoration: none;
}

.viabit-promo-card--blue { background: #0090F0; }
.viabit-promo-card--dark { background: #000002; }
.viabit-promo-card--gradient { background: #494FFF; }

.viabit-promo-card__top {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	position: relative;
	z-index: 1;
	padding: 8px 16px;
}

.viabit-promo-card__title {
	font-family: 'IBM Plex Mono', monospace;
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	margin: 0;
	text-align: center;
	position: relative;
	z-index: 1;
}

.viabit-promo-card__arrow {
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	position: relative;
	z-index: 1;
}

.viabit-promo-card__img {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 0;
	overflow: hidden;
}

.viabit-promo-card__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	filter: blur(0.5px);
}

.viabit-features { display: none; }

/* --- Products section (Home / catalog header) --- */
.viabit-products-section { padding: 70px 0; }

.viabit-products-section__title {
	margin: 0 0 28px;
	color: #000;
	font-family: 'IBM Plex Mono', monospace;
	font-weight: 400;
	font-size: 30px;
	line-height: 20px;
	text-align: center;
}

.viabit-products-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2px;
	box-sizing: border-box;
}

/* --- Promo (big blue banner) --- */
.viabit-promo {
	padding: 0;
	background: #fff;
	overflow: hidden;
}

.viabit-promo__bg {
	background: #0090F0;
	width: 100%;
}

.viabit-promo__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 520px;
	position: relative;
}

.viabit-promo__content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.viabit-promo__title {
	margin: 0 0 14px;
	color: #fff;
	font-family: 'Inter', sans-serif;
	font-weight: 800;
	font-size: 44px;
	line-height: 46px;
	text-transform: uppercase;
	width: 868px;
}

.viabit-promo__text {
	color: #fff;
	font-family: 'IBM Plex Mono', monospace;
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
}

.viabit-promo__btn {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px 20px;
	width: 336px;
	height: 49px;
	background: #fff;
	border: 2px solid #E2E8F0;
	border-radius: 52px;
	color: #314158;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
	text-decoration: none;
	transition: background .2s ease, border-color .2s ease;
}

.viabit-promo__btn:hover {
	background: #EEF7FC;
	border-color: #0090F0;
	text-decoration: none;
	color: #0090F0;
}

.viabit-promo__media {
	flex-shrink: 0;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	align-self: flex-end;
}

.viabit-promo__media img {
	display: block;
	width: auto;
	height: auto;
	max-width: 1200px;
	max-height: 520px;
	object-fit: contain;
}

/* --- Banners (2-column) --- */
.viabit-banners {
	background: #fff;
}

.viabit-banners__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}

.viabit-banner {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 400px;
	padding: 45px;
	border-radius: 50px;
	background: #F1F5F9;
	text-decoration: none;
	overflow: hidden;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.viabit-banner:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 40px -12px rgba(15, 39, 101, 0.05);
	text-decoration: none;
}

.viabit-banner__arrow {
	position: relative;
	z-index: 1;
	align-self: flex-start;
	font-size: 24px;
	font-weight: 700;
	color: #000;
	text-decoration: none;
	line-height: 1;
}

.viabit-banner__title {
	position: relative;
	z-index: 1;
	align-self: flex-start;
	font-family: 'Inter', sans-serif;
	font-weight: 800;
	font-size: 32px;
	line-height: 1.15;
	text-transform: uppercase;
	color: #121B52;
	max-width: 280px;
}

.viabit-banner__bg {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	overflow: hidden;
}

.viabit-banner__bg img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right center;
}

/* --- Brands --- */
.viabit-brands {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 48px;
	padding: 24px 0;
}

.viabit-brand {
	font-size: 1.375rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #94A3B8;
	opacity: 0.7;
	transition: color 0.2s ease, opacity 0.2s ease;
}

.viabit-brand:hover {
	color: #314B5E;
	opacity: 1;
}

/* --- Partners --- */
.viabit-partners {
	padding: 40px 0;
	background: #fff;
}

.viabit-partners__row {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	padding: 20px 0;
	gap: 20px;
}

.viabit-partners__brand {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.viabit-partners__brand:hover,
.viabit-partners__brand:focus {
	text-decoration: none;
	opacity: 0.8;
}

.viabit-partners__logo {
	height: 80px;
	max-height: 100px;
	width: auto;
	flex: 0 0 auto;
	color: #314158;
}

/* --- Request form --- */
.viabit-request {
	padding: 40px 0 80px;
	background: #fff;
}

.viabit-request__inner {
	max-width: 640px;
	margin: 0 auto;
	text-align: center;
}

.viabit-request__title {
	margin: 0 0 12px;
	color: #0090F0;
	font-family: 'Inter', sans-serif;
	font-weight: 800;
	font-size: 34px;
	line-height: 46px;
	text-transform: uppercase;
}

.viabit-request__text {
	margin: 0 0 32px;
	color: #314158;
	font-family: 'IBM Plex Mono', monospace;
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
}

.viabit-request__form {
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.viabit-request__form input[type="text"],
.viabit-request__form input[type="tel"] {
	flex: 0 0 300px;
	width: 300px;
	min-width: 0;
	padding: 14px 18px;
	border: 1px solid #CBD5E1;
	border-radius: 50px;
	background: #fff;
	font-size: 1rem;
	color: #314B5E;
	outline: none;
	box-sizing: border-box;
}

.viabit-request__form button {
	width: 228px;
	box-sizing: border-box;
}

.viabit-request__form input:focus {
	border-color: #0090F0;
}

/* --- Promo blocks (2 больших) --- */
.viabit-promo-blocks {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin-bottom: 40px;
}

.viabit-promo-block {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 305px;
	padding: 28px 32px;
	border-radius: 22px;
	overflow: hidden;
	text-decoration: none;
}

.viabit-promo-block--light { background: #d6eaf8; }
.viabit-promo-block--dark { background: #e8edf2; }

.viabit-promo-block__arrow {
	position: absolute;
	top: 24px;
	left: 28px;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1.5px solid currentColor;
	border-radius: 50%;
	color: #2d4459;
	font-size: 18px;
}

.viabit-promo-block__title {
	margin: 0;
	color: #1c3154;
	font-family: 'IBM Plex Mono', monospace;
	font-size: 34px;
	font-weight: 800;
	line-height: 1;
	position: relative;
	z-index: 2;
}

.viabit-promo-block__img {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 65%;
	object-fit: contain;
	object-position: right bottom;
	transition: transform .3s ease;
}

.viabit-promo-block:hover .viabit-promo-block__img {
	transform: scale(1.04);
}