/* /industries/ — хаб и страницы отраслей в стиле сайта */

.lx-ind-hub {
	background: transparent;
	color: #fff;
}

.lx-ind-hub__intro {
	padding: 0 0 12px;
	background: transparent !important;
}

/* Intro как на /licenses/ — без чёрного фона, вровень с крошками */
.lx-ind-hub__intro .company-header {
	background: transparent;
}

.lx-ind-hub .lx-faq-bonuses .company-header p {
	margin: 0;
	max-width: none;
}

.lx-ind-hub__categories,
.lx-ind-hub #categories,
.lx-ind-hub .lx-ind-cat,
.lx-ind-hub .lx-ind-hub__note,
.lx-ind-hub .lx-ind-hub__cta-wrap,
.lx-ind-hub .lx-faq-bonuses {
	background: #000;
}

.lx-ind-hub__nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 10px;
	margin-top: 8px;
	padding: 0 153px;
}

.lx-ind-hub__nav-link {
	display: inline-flex;
	align-items: center;
	padding: 10px 16px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: rgba(255, 255, 255, 0.04);
	color: rgba(255, 255, 255, 0.9);
	font-size: 14px;
	line-height: 1.2;
	text-decoration: none;
	transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.lx-ind-hub__nav-link:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.28);
	color: #fff;
}

/* Категория — bonuses shell */
.lx-ind-cat.lx-home-bonuses {
	padding: 16px 0 20px;
	background: #000;
}

.lx-ind-cat.lx-home-bonuses:last-of-type {
	padding-bottom: 40px;
}

.lx-ind-cat__shell.lx-home-bonuses__shell {
	background: #0b0d10;
}

.lx-ind-cat__head {
	position: relative;
	z-index: 1;
	margin-bottom: 28px;
	max-width: 720px;
}

.lx-ind-cat__head h2 {
	margin: 0 0 10px;
	color: #fff;
	font-size: clamp(24px, 3vw, 34px);
	font-weight: 400;
	line-height: 1.2;
}

.lx-ind-cat__head p {
	margin: 0;
	color: rgba(255, 255, 255, 0.68);
	font-size: 16px;
	line-height: 1.5;
}

.lx-ind-hub__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.lx-ind-hub__card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	min-height: 168px;
	padding: 22px 20px 20px;
	text-decoration: none !important;
	color: inherit;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 18px;
	box-sizing: border-box;
	transition: border-color 0.2s, background 0.2s, transform 0.2s;
}

.lx-ind-hub__card:hover {
	background: rgba(255, 255, 255, 0.07);
	border-color: rgba(29, 73, 255, 0.55);
	transform: translateY(-2px);
	color: inherit;
}

.lx-ind-hub__card-line {
	display: block;
	width: 100%;
	height: 2px;
	margin-bottom: 4px;
	border-radius: 2px;
	background: rgba(255, 255, 255, 0.12);
	transition: background 0.2s;
}

.lx-ind-hub__card:hover .lx-ind-hub__card-line,
.lx-ind-hub__card:first-child .lx-ind-hub__card-line {
	background: #1d49ff;
}

.lx-ind-hub__card-title {
	font-size: 17px;
	font-weight: 600;
	line-height: 1.3;
	color: #fff;
}

.lx-ind-hub__card-desc {
	flex: 1;
	font-size: 14px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.62);
}

.lx-ind-hub__card-more {
	margin-top: 4px;
	font-size: 13px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.88);
}

.lx-ind-hub__card:hover .lx-ind-hub__card-more {
	color: #fff;
}

/* Платформа / CTA */
.lx-ind-hub__note.lx-home-bonuses,
.lx-ind-hub__cta-wrap.lx-home-bonuses {
	padding: 16px 0 20px;
}

.lx-ind-hub__note-shell.lx-home-bonuses__shell,
.lx-ind-hub__cta-shell.lx-home-bonuses__shell {
	background: #0b0d10;
}

.lx-ind-hub__note-inner,
.lx-ind-hub__cta-inner {
	position: relative;
	z-index: 1;
	max-width: 820px;
}

.lx-ind-hub__note-inner h2,
.lx-ind-hub__cta-inner h2 {
	margin: 0 0 12px;
	color: #fff;
	font-size: clamp(24px, 3vw, 32px);
	font-weight: 400;
	line-height: 1.2;
}

.lx-ind-hub__note-inner p,
.lx-ind-hub__cta-inner p {
	margin: 0;
	color: rgba(255, 255, 255, 0.68);
	font-size: 16px;
	line-height: 1.55;
}

.lx-ind-hub__cta-inner p {
	margin-bottom: 24px;
}

.lx-ind-hub__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 20px;
	border-radius: 12px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	background: #fff;
	color: #0b0d10;
	border: 1px solid #fff;
	transition: background 0.15s, color 0.15s;
}

.lx-ind-hub__btn:hover {
	background: rgba(255, 255, 255, 0.92);
	color: #0b0d10;
}

/* FAQ — как на /licenses/ и /services/ (аккордеон) */
.lx-ind-hub .lx-faq-bonuses.lx-home-bonuses {
	padding-top: 20px;
	padding-bottom: 80px;
}

.lx-ind-hub .lx-faq-bonuses .lx-faq-bonuses__list {
	position: relative;
	z-index: 1;
}

.lx-ind-hub .lx-faq-bonuses .item-accordion-wrapper {
	margin: 0 0 12px;
	border-radius: 24px !important;
	background: rgba(255, 255, 255, 0.04) !important;
	border: 1px solid rgba(255, 255, 255, 0.06);
	overflow: hidden;
	backdrop-filter: none;
}

.lx-ind-hub .lx-faq-bonuses .item-accordion-wrapper:last-child {
	margin-bottom: 0;
}

.lx-ind-hub .lx-faq-bonuses .accordion-head,
.lx-ind-hub .lx-faq-bonuses .accordion-head a,
.lx-ind-hub .lx-faq-bonuses .accordion-head-inner,
.lx-ind-hub .lx-faq-bonuses .accordion-head .switcher-title {
	color: #fff !important;
}

.lx-ind-hub .lx-faq-bonuses .accordion-head-inner {
	padding: 22px 28px;
}

.lx-ind-hub .lx-faq-bonuses .accordion-body {
	--row-gap: 16px;
	--pb: 24px;
	--p-inline: 28px;
	color: rgba(255, 255, 255, 0.78);
}

.lx-ind-hub .lx-faq-bonuses .accordion-body,
.lx-ind-hub .lx-faq-bonuses .accordion-body p,
.lx-ind-hub .lx-faq-bonuses .accordion-body span {
	color: rgba(255, 255, 255, 0.78) !important;
}

.lx-ind-hub .lx-faq-bonuses .accordion-head .svg-inline-right-arrow {
	right: 28px !important;
	color: #fff;
}

.lx-ind-hub .lx-faq-bonuses .accordion-head .svg-inline-right-arrow path,
.lx-ind-hub .lx-faq-bonuses .accordion-head .svg use {
	fill: #fff;
	stroke: #fff;
}

.lx-ind-hub .lx-faq-bonuses .nav-tabs,
.lx-ind-hub .lx-faq-bonuses .bx-pagination {
	display: none !important;
}

/* ===== Detail page ===== */
.lx-ind-page {
	background: #000;
	color: #fff;
}

.lx-ind-page__intro {
	padding: 32px 0 20px;
}

.lx-ind-page__back {
	display: inline-block;
	margin-bottom: 16px;
	font-size: 13px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.55);
	text-decoration: none;
}

.lx-ind-page__back:hover {
	color: #fff;
}

.lx-ind-page__intro .company-header {
	text-align: left;
	margin-bottom: 0;
}

.lx-ind-page__intro .company-header h1 {
	margin: 0 0 14px;
	color: #fff;
	font-size: clamp(26px, 4vw, 38px);
	font-weight: 400;
	line-height: 1.2;
}

.lx-ind-page__intro .company-header p {
	margin: 0;
	max-width: 720px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 18px;
	line-height: 1.45;
}

.lx-ind-page__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.lx-ind-page__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 18px;
	border-radius: 12px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.lx-ind-page__btn--solid {
	background: #fff;
	color: #0b0d10;
	border: 1px solid #fff;
}

.lx-ind-page__btn--solid:hover {
	background: rgba(255, 255, 255, 0.92);
	color: #0b0d10;
}

.lx-ind-page__btn--ghost {
	background: transparent;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.28);
}

.lx-ind-page__btn--ghost:hover {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.45);
	color: #fff;
}

.lx-ind-block.lx-home-bonuses {
	padding: 16px 0 20px;
}

.lx-ind-block.lx-home-bonuses:last-of-type {
	padding-bottom: 80px;
}

.lx-ind-block__shell.lx-home-bonuses__shell {
	background: #0b0d10;
}

.lx-ind-block__head {
	position: relative;
	z-index: 1;
	margin-bottom: 24px;
}

.lx-ind-block__head h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(22px, 2.8vw, 30px);
	font-weight: 400;
	line-height: 1.2;
}

.lx-ind-block__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.lx-ind-block__card {
	padding: 22px 20px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.06);
}

.lx-ind-block__card-line {
	display: block;
	width: 100%;
	height: 2px;
	margin-bottom: 14px;
	border-radius: 2px;
	background: rgba(255, 255, 255, 0.12);
}

.lx-ind-block__card:first-child .lx-ind-block__card-line,
.lx-ind-block__card:hover .lx-ind-block__card-line {
	background: #1d49ff;
}

.lx-ind-block__card h3 {
	margin: 0 0 8px;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.3;
}

.lx-ind-block__card p {
	margin: 0;
	color: rgba(255, 255, 255, 0.65);
	font-size: 14px;
	line-height: 1.5;
}

.lx-ind-block__list {
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 10px;
}

.lx-ind-block__list li {
	padding: 16px 20px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.06);
	color: rgba(255, 255, 255, 0.88);
	font-size: 15px;
	line-height: 1.45;
}

.lx-ind-block__cta {
	position: relative;
	z-index: 1;
	max-width: 820px;
}

.lx-ind-block__cta p {
	margin: 0 0 24px;
	color: rgba(255, 255, 255, 0.68);
	font-size: 16px;
	line-height: 1.55;
}

@media (max-width: 1199px) {
	.lx-ind-hub__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {
	.lx-ind-hub__grid,
	.lx-ind-block__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 1200px) {
	.lx-ind-hub__intro .company-header {
		padding-left: 24px !important;
		padding-right: 24px !important;
	}

	.lx-ind-hub__nav {
		padding-left: 24px;
		padding-right: 24px;
	}
}

@media (max-width: 767px) {
	.lx-ind-hub__intro {
		padding: 24px 0 8px;
	}

	.lx-ind-hub__nav {
		justify-content: flex-start;
	}

	.lx-ind-hub__grid,
	.lx-ind-block__grid {
		grid-template-columns: 1fr;
	}

	.lx-ind-hub__card {
		min-height: 0;
	}

	.lx-ind-hub .lx-faq-bonuses .accordion-head-inner {
		padding: 18px 20px;
	}

	.lx-ind-hub .lx-faq-bonuses .accordion-body {
		--pb: 18px;
		--p-inline: 20px;
	}

	.lx-ind-hub .lx-faq-bonuses .accordion-head .svg-inline-right-arrow {
		right: 18px !important;
	}

	.lx-ind-page__intro .company-header {
		text-align: left;
	}
}
