.bt-service-home {
	--bt-home-ink: #17131d;
	--bt-home-copy: #5f5966;
	--bt-home-line: #e7e2e9;
	--bt-home-soft: #fbf9fa;
	--bt-home-action: #c11145;
	--bt-home-action-hover: #9f0d38;
	--bt-home-cyan: #eaf9fa;
	--bt-home-cyan-deep: #006873;
	color: var(--bt-home-ink);
	line-height: 1.75;
}

.bt-service-home *,
.bt-service-home *::before,
.bt-service-home *::after {
	box-sizing: border-box;
}

.bt-service-home [id] {
	scroll-margin-top: 118px;
}

.bt-home-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.55fr) minmax(250px, .65fr);
	gap: clamp(24px, 4vw, 52px);
	align-items: center;
	overflow: hidden;
	margin: 0 0 clamp(42px, 6vw, 72px);
	padding: clamp(30px, 4.6vw, 56px);
	border: 1px solid #e6dfe7;
	border-radius: 30px;
	background:
		radial-gradient(circle at 8% 18%, rgba(104, 200, 208, .2), transparent 28%),
		linear-gradient(135deg, #fff 0%, #fff8fa 52%, #f1fbfc 100%);
	box-shadow: 0 24px 64px rgba(35, 24, 39, .08);
}

.bt-home-hero::after {
	position: absolute;
	top: -72px;
	left: -60px;
	width: 210px;
	height: 210px;
	border: 1px solid rgba(193, 17, 69, .12);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.bt-home-hero__copy,
.bt-home-offer,
.bt-home-trust {
	position: relative;
	z-index: 1;
}

.bt-home-kicker,
.bt-home-section__head > p,
.bt-home-final > div > p {
	margin: 0 0 8px;
	color: var(--bt-home-action);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .01em;
}

.bt-home-hero h1 {
	max-width: 820px;
	margin: 0;
	color: var(--bt-home-ink);
	font-size: clamp(42px, 5vw, 64px);
	line-height: 1.18;
	letter-spacing: -.025em;
}

.bt-home-lead {
	max-width: 720px;
	margin: 18px 0 0;
	color: var(--bt-home-copy);
	font-size: clamp(16px, 1.5vw, 19px);
	line-height: 1.85;
}

.bt-home-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	margin-top: 24px;
}

.bt-home-button {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	padding: 11px 20px;
	border: 1px solid transparent;
	border-radius: 13px;
	font-weight: 800;
	line-height: 1.35;
	text-align: center;
	text-decoration: none !important;
	transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.bt-home-button--primary {
	background: var(--bt-home-action);
	box-shadow: 0 12px 28px rgba(193, 17, 69, .2);
	color: #fff !important;
}

.bt-home-button--primary:hover,
.bt-home-button--primary:focus {
	background: var(--bt-home-action-hover);
	color: #fff !important;
	transform: translateY(-1px);
}

.bt-home-button--secondary {
	border-color: #d9d2dc;
	background: rgba(255, 255, 255, .86);
	color: #332839 !important;
}

.bt-home-button--secondary:hover,
.bt-home-button--secondary:focus {
	border-color: #bcaeba;
	background: #fff;
	color: var(--bt-home-action-hover) !important;
}

.bt-home-button:focus-visible,
.bt-service-home .bto-public-catalog a:focus-visible,
.bt-service-home .bt-home-fallback-catalog a:focus-visible,
.bt-home-faq summary:focus-visible {
	outline: 3px solid #68c8d0;
	outline-offset: 3px;
}

.bt-home-offer {
	min-width: 0;
	padding: clamp(22px, 3vw, 30px);
	border: 1px solid rgba(193, 17, 69, .17);
	border-radius: 24px;
	background: rgba(255, 255, 255, .92);
	box-shadow: 0 18px 45px rgba(40, 24, 43, .11);
}

.bt-home-offer > span,
.bt-home-offer > small,
.bt-home-offer > a {
	display: block;
}

.bt-home-offer > span {
	color: var(--bt-home-copy);
	font-size: 14px;
	font-weight: 700;
}

.bt-home-offer > strong {
	display: block;
	margin: 5px 0;
	color: var(--bt-home-action);
	font-size: clamp(34px, 4vw, 48px);
	line-height: 1.15;
	font-variant-numeric: tabular-nums;
}

.bt-home-offer > small {
	color: var(--bt-home-copy);
	font-size: 13px;
}

.bt-home-offer > a {
	min-height: 44px;
	margin-top: 14px;
	padding-top: 9px;
	border-top: 1px solid var(--bt-home-line);
	color: var(--bt-home-action-hover);
	font-weight: 800;
	text-decoration: none;
}

.bt-home-trust {
	display: grid;
	grid-column: 1 / -1;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	margin: 0;
	padding: 18px 0 0;
	border-top: 1px solid rgba(67, 50, 70, .11);
	list-style: none;
}

.bt-home-trust li {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 8px;
	color: #403747;
	font-size: 13px;
}

.bt-home-trust li > span {
	display: grid;
	width: 24px;
	height: 24px;
	flex: 0 0 24px;
	place-items: center;
	border-radius: 50%;
	background: #e2f5f1;
	color: #087a55;
	font-weight: 900;
}

.bt-home-services {
	margin: 0 0 clamp(52px, 7vw, 84px);
}

.bt-service-home .bto-public-catalog,
.bt-home-fallback-catalog {
	width: 100%;
	margin: 0;
	padding: 0;
}

.bt-service-home .bto-public-catalog__head,
.bt-home-fallback-catalog__head {
	max-width: 760px;
	margin: 0 0 24px auto;
	text-align: right;
}

.bt-service-home .bto-public-catalog__head > span,
.bt-home-fallback-catalog__head > span {
	display: inline-flex;
	margin-bottom: 7px;
	padding: 5px 11px;
	border-radius: 999px;
	background: #fff0f4;
	color: var(--bt-home-action);
	font-size: 12px;
	font-weight: 800;
}

.bt-service-home .bto-public-catalog__head h2,
.bt-home-fallback-catalog__head h2,
.bt-home-section__head h2,
.bt-home-final h2 {
	margin: 0;
	color: var(--bt-home-ink);
	font-size: clamp(30px, 3.4vw, 42px);
	line-height: 1.3;
	letter-spacing: -.015em;
}

.bt-service-home .bto-public-catalog__head p,
.bt-home-fallback-catalog__head p {
	margin: 9px 0 0;
	color: var(--bt-home-copy);
	font-size: 15px;
}

.bt-service-home .bto-catalog-card {
	border-color: var(--bt-home-line);
	border-radius: 22px;
	box-shadow: 0 14px 38px rgba(34, 24, 39, .065);
}

.bt-service-home .bto-catalog-card > header > span {
	background: var(--bt-home-cyan);
	color: var(--bt-home-cyan-deep);
}

.bt-service-home .bto-follower-column {
	border-color: #cfeaec;
	background: #f7fdfd;
}

.bt-service-home .bto-follower-column--arab {
	border-color: #efc6d2;
	background: #fff8fa;
}

.bt-service-home .bto-follower-column li,
.bt-service-home .bto-catalog-price-list li {
	min-height: 58px;
	gap: 12px;
}

.bt-service-home .bto-follower-column li strong,
.bt-service-home .bto-catalog-price-list li strong {
	font-variant-numeric: tabular-nums;
}

.bt-service-home .bto-follower-column li > a,
.bt-service-home .bto-catalog-price-list li > a {
	display: inline-flex;
	min-width: 72px;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	padding: 8px 12px;
	border: 1px solid #edd0d9;
	border-radius: 11px;
	background: #fff7f9;
	color: var(--bt-home-action-hover);
	text-decoration: none;
}

.bt-service-home .bto-follower-column li > a:hover,
.bt-service-home .bto-catalog-price-list li > a:hover {
	border-color: var(--bt-home-action);
	background: var(--bt-home-action);
	color: #fff;
}

.bt-service-home .bto-catalog-grid {
	gap: 16px;
}

.bt-service-home .bto-catalog-card footer {
	gap: 12px;
}

.bt-service-home .bto-catalog-card footer .bto-button,
.bt-service-home .bto-catalog-card footer > a {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
}

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

.bt-home-fallback-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	padding: 22px;
	border: 1px solid var(--bt-home-line);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 14px 38px rgba(34, 24, 39, .065);
}

.bt-home-fallback-card__icon {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border-radius: 12px;
	background: var(--bt-home-cyan);
	color: var(--bt-home-cyan-deep);
	font-weight: 900;
}

.bt-home-fallback-card h3 {
	margin: 16px 0 6px;
	font-size: 20px;
}

.bt-home-fallback-card > p {
	margin: 0;
	color: var(--bt-home-copy);
}

.bt-home-fallback-card__price {
	display: grid;
	margin: 18px 0 !important;
}

.bt-home-fallback-card__price strong {
	color: var(--bt-home-action);
	font-size: 25px;
	font-variant-numeric: tabular-nums;
}

.bt-home-fallback-card__price small {
	font-size: 12px;
}

.bt-home-fallback-card > a {
	display: inline-flex;
	min-height: 46px;
	align-items: center;
	justify-content: center;
	margin-top: auto;
	padding: 10px 14px;
	border-radius: 12px;
	background: #2e1a36;
	color: #fff;
	font-weight: 800;
	text-decoration: none;
}

.bt-home-fallback-card > a:hover,
.bt-home-fallback-card > a:focus {
	background: var(--bt-home-action);
	color: #fff;
}

.bt-home-section {
	margin: 0 0 clamp(52px, 7vw, 82px);
}

.bt-home-section__head {
	max-width: 760px;
	margin-bottom: 24px;
}

.bt-home-steps,
.bt-home-clarity__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.bt-home-steps article,
.bt-home-clarity__grid article {
	display: flex;
	min-width: 0;
	gap: 15px;
	padding: 22px;
	border: 1px solid var(--bt-home-line);
	border-radius: 20px;
	background: #fff;
}

.bt-home-steps article > span,
.bt-home-clarity__grid article > span {
	display: grid;
	width: 42px;
	height: 42px;
	flex: 0 0 42px;
	place-items: center;
	border-radius: 13px;
	background: #fff0f4;
	color: var(--bt-home-action);
	font-size: 17px;
	font-weight: 900;
}

.bt-home-steps h3,
.bt-home-clarity__grid h3 {
	margin: 0 0 7px;
	font-size: 20px;
	line-height: 1.45;
}

.bt-home-steps p,
.bt-home-clarity__grid p {
	margin: 0;
	color: var(--bt-home-copy);
	font-size: 14px;
}

.bt-home-clarity__grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bt-home-clarity__grid article:last-child > span {
	background: var(--bt-home-cyan);
	color: var(--bt-home-cyan-deep);
}

.bt-home-policy-links {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	align-items: center;
	margin: 16px 0 0;
	font-size: 14px;
}

.bt-home-policy-links a {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	color: var(--bt-home-action-hover);
	font-weight: 700;
}

.bt-home-section__intro {
	margin: 12px 0 0;
	color: var(--bt-home-copy);
	font-size: 15px;
	line-height: 1.85;
}

.bt-home-growth-paths__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.bt-home-growth-paths__grid article {
	display: flex;
	min-width: 0;
	align-items: flex-start;
	gap: 16px;
	padding: clamp(21px, 3vw, 28px);
	border: 1px solid var(--bt-home-line);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 14px 38px rgba(34, 24, 39, .055);
}

.bt-home-growth-paths__grid article:last-child {
	border-color: #cfeaec;
	background: #f7fdfd;
}

.bt-home-growth-paths__grid article > span {
	display: grid;
	width: 46px;
	height: 46px;
	flex: 0 0 46px;
	place-items: center;
	border-radius: 14px;
	background: #fff0f4;
	color: var(--bt-home-action);
	font-size: 13px;
	font-weight: 900;
}

.bt-home-growth-paths__grid article:last-child > span {
	background: var(--bt-home-cyan);
	color: var(--bt-home-cyan-deep);
}

.bt-home-growth-paths__grid h3 {
	margin: 0 0 8px;
	color: var(--bt-home-ink);
	font-size: 21px;
	line-height: 1.45;
}

.bt-home-growth-paths__grid p {
	margin: 0 0 18px;
	color: var(--bt-home-copy);
	font-size: 14px;
	line-height: 1.8;
}

.bt-home-growth-paths__grid .bt-home-button {
	min-height: 44px;
	padding: 9px 16px;
}

.bt-home-growth-paths__note {
	margin: 16px 0 0;
	padding: 15px 18px;
	border-inline-start: 4px solid var(--bt-home-action);
	border-radius: 12px;
	background: #fff8fa;
	color: var(--bt-home-copy);
	font-size: 14px;
	line-height: 1.8;
}

.bt-home-faq__list {
	display: grid;
	gap: 10px;
}

.bt-home-faq details {
	overflow: hidden;
	border: 1px solid var(--bt-home-line);
	border-radius: 16px;
	background: #fff;
}

.bt-home-faq summary {
	position: relative;
	display: flex;
	min-height: 58px;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 15px 18px;
	cursor: pointer;
	font-weight: 800;
	line-height: 1.55;
	list-style: none;
}

.bt-home-faq summary::-webkit-details-marker {
	display: none;
}

.bt-home-faq summary::after {
	display: grid;
	width: 28px;
	height: 28px;
	flex: 0 0 28px;
	place-items: center;
	border-radius: 9px;
	background: #fff0f4;
	color: var(--bt-home-action);
	content: "+";
	font-size: 20px;
	line-height: 1;
}

.bt-home-faq details[open] summary::after {
	content: "−";
}

.bt-home-faq details[open] summary {
	border-bottom: 1px solid var(--bt-home-line);
}

.bt-home-faq details > div {
	padding: 15px 18px 18px;
}

.bt-home-faq details p {
	margin: 0;
	color: var(--bt-home-copy);
}

.bt-home-final {
	display: flex;
	gap: 28px;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 18px;
	padding: clamp(24px, 4vw, 42px);
	border: 1px solid #ead6dd;
	border-radius: 24px;
	background: linear-gradient(135deg, #fff8fa, #f2fbfc);
}

.bt-home-final > div:first-child {
	max-width: 680px;
}

.bt-home-final .bt-home-actions {
	flex: 0 0 auto;
	margin-top: 0;
}

@media (max-width: 960px) {
	.bt-home-hero {
		grid-template-columns: minmax(0, 1.35fr) minmax(230px, .65fr);
	}

	.bt-home-trust {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bt-home-fallback-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bt-home-steps {
		grid-template-columns: 1fr;
	}

	.bt-home-final {
		align-items: flex-start;
		flex-direction: column;
	}

	.bt-home-final .bt-home-actions {
		width: 100%;
	}
}

@media (max-width: 700px) {
	.bt-home-hero {
		grid-template-columns: 1fr;
		gap: 20px;
		margin-bottom: 44px;
		padding: 22px;
		border-radius: 22px;
	}

	.bt-home-hero::after {
		display: none;
	}

	.bt-home-hero h1 {
		font-size: 30px;
		line-height: 1.25;
		letter-spacing: -.015em;
	}

	.bt-home-lead {
		margin-top: 13px;
		font-size: 15px;
		line-height: 1.8;
	}

	.bt-home-actions {
		display: grid;
		grid-template-columns: 1fr;
		gap: 9px;
		margin-top: 18px;
	}

	.bt-home-button {
		width: 100%;
		min-height: 48px;
	}

	.bt-home-offer {
		padding: 19px;
		border-radius: 18px;
	}

	.bt-home-offer > strong {
		font-size: 34px;
	}

	.bt-home-trust {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px 8px;
		padding-top: 16px;
	}

	.bt-home-trust li {
		align-items: flex-start;
		font-size: 12px;
		line-height: 1.55;
	}

	.bt-service-home .bto-public-catalog,
	.bt-home-fallback-catalog {
		padding: 0;
	}

	.bt-service-home .bto-public-catalog__head,
	.bt-home-fallback-catalog__head,
	.bt-home-section__head {
		margin-bottom: 18px;
	}

	.bt-service-home .bto-public-catalog__head h2,
	.bt-home-fallback-catalog__head h2,
	.bt-home-section__head h2,
	.bt-home-final h2 {
		font-size: 26px;
		line-height: 1.35;
	}

	.bt-service-home .bto-catalog-card {
		padding: 17px;
		border-radius: 18px;
	}

	.bt-service-home .bto-follower-column {
		padding: 14px;
	}

	.bt-service-home .bto-follower-column li,
	.bt-service-home .bto-catalog-price-list li {
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 7px 10px;
		padding: 10px 0;
	}

	.bt-service-home .bto-follower-column li > a,
	.bt-service-home .bto-catalog-price-list li > a {
		grid-column: 1 / -1;
		width: 100%;
	}

	.bt-service-home .bto-catalog-card footer {
		align-items: stretch;
		flex-direction: column;
	}

	.bt-service-home .bto-catalog-card footer .bto-button,
	.bt-service-home .bto-catalog-card footer > a {
		width: 100%;
	}

	.bt-home-fallback-grid,
	.bt-home-growth-paths__grid,
	.bt-home-clarity__grid {
		grid-template-columns: 1fr;
	}

	.bt-home-fallback-card,
	.bt-home-growth-paths__grid article,
	.bt-home-steps article,
	.bt-home-clarity__grid article {
		padding: 18px;
		border-radius: 17px;
	}

	.bt-home-section {
		margin-bottom: 52px;
	}

	.bt-home-steps,
	.bt-home-growth-paths__grid,
	.bt-home-clarity__grid {
		gap: 11px;
	}

	.bt-home-growth-paths__grid article {
		align-items: flex-start;
		gap: 13px;
	}

	.bt-home-growth-paths__grid article > span {
		width: 40px;
		height: 40px;
		flex-basis: 40px;
	}

	.bt-home-growth-paths__grid .bt-home-button {
		width: 100%;
	}

	.bt-home-faq summary {
		min-height: 56px;
		padding: 14px;
	}

	.bt-home-faq details > div {
		padding: 14px;
	}

	.bt-home-final {
		gap: 18px;
		padding: 21px;
		border-radius: 20px;
	}
}

@media (max-width: 430px) {
	.bt-home-hero h1 {
		font-size: 29px;
	}

	.bt-service-home .bto-public-catalog__head h2,
	.bt-home-fallback-catalog__head h2,
	.bt-home-section__head h2,
	.bt-home-final h2 {
		font-size: 25px;
	}
}

@media (max-width: 360px) {
	.bt-home-hero {
		padding: 19px;
	}

	.bt-home-hero h1 {
		font-size: 28px;
	}

	.bt-service-home .bto-public-catalog__head h2,
	.bt-home-fallback-catalog__head h2,
	.bt-home-section__head h2,
	.bt-home-final h2 {
		font-size: 24px;
	}

	.bt-home-trust {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bt-home-button {
		transition: none;
	}

	.bt-home-button--primary:hover,
	.bt-home-button--primary:focus {
		transform: none;
	}
}
