.btk-home-v5 {
	--home-bg: #f6f5f1;
	--home-surface: #ffffff;
	--home-soft: #ebe8e1;
	--home-text: #151b23;
	--home-muted: #586372;
	--home-border: #d8dde3;
	--home-dark: #0f1925;
	--home-dark-soft: #172637;
	--home-accent: #d66d13;
	--home-accent-hover: #a94d08;
	overflow: clip;
	background: var(--home-bg);
	color: var(--home-text);
}

[data-theme="dark"] .btk-home-v5 {
	--home-bg: #111820;
	--home-surface: #17212b;
	--home-soft: #1c2834;
	--home-text: #f3f5f7;
	--home-muted: #b4bec8;
	--home-border: #31404f;
	--home-dark: #0b121a;
	--home-dark-soft: #142231;
	--home-accent: #f39a42;
	--home-accent-hover: #ffb467;
}

.btk-home-v5 *,
.btk-home-v5 *::before,
.btk-home-v5 *::after {
	box-sizing: border-box;
}

.btk-home-v5 .btk-container {
	width: min(calc(100% - 48px), 1320px);
	margin-inline: auto;
}

.btk-home-v5 h1,
.btk-home-v5 h2,
.btk-home-v5 h3,
.btk-home-v5 strong {
	letter-spacing: 0;
}

.btk-home-v5 figure {
	margin: 0;
}

.btk-home-v5 img {
	display: block;
	width: 100%;
	height: auto;
}

.btk-home-v5 picture {
	display: block;
}

.btk-home-v5__hero {
	padding: 88px 0 96px;
	background: var(--home-dark);
	color: #fff;
}

.btk-home-v5__hero-layout {
	display: grid;
	grid-template-columns: minmax(360px, .78fr) minmax(0, 1.22fr);
	gap: 72px;
	align-items: center;
}

.btk-home-v5__hero h1 {
	max-width: 610px;
	margin: 0;
	font-size: 4.65rem;
	line-height: 1.01;
}

.btk-home-v5__hero-copy > p {
	max-width: 600px;
	margin: 28px 0 0;
	color: #b9c5d1;
	font-size: 1.23rem;
	line-height: 1.68;
}

.btk-home-v5__actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 18px 28px;
	margin-top: 36px;
}

.btk-home-v5__actions a {
	color: #fff;
	font-weight: 760;
	text-underline-offset: 5px;
}

.btk-home-v5__button {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	padding: 0 22px;
	border: 1px solid #f7931a;
	border-radius: 5px;
	background: #f7931a;
	color: #17130d !important;
	text-decoration: none;
}

.btk-home-v5__hero-visual {
	overflow: hidden;
	border: 1px solid rgb(255 255 255 / 18%);
	border-radius: 10px;
	background: var(--home-dark);
	box-shadow: 0 28px 70px rgb(0 0 0 / 30%);
}

.btk-home-v5__hero-visual a {
	display: block;
}

.btk-home-v5__featured {
	padding: 112px 0 34px;
}

.btk-home-v5__section-head {
	display: grid;
	grid-template-columns: minmax(0, .95fr) minmax(340px, .7fr);
	gap: 80px;
	align-items: end;
	margin-bottom: 56px;
}

.btk-home-v5__section-head h2,
.btk-home-v5__research h2,
.btk-home-v5__methods h2 {
	margin: 0;
	font-size: 3.25rem;
	line-height: 1.08;
}

.btk-home-v5__section-head p,
.btk-home-v5__research-copy > p,
.btk-home-v5__methods p {
	margin: 0;
	color: var(--home-muted);
	font-size: 1.08rem;
	line-height: 1.7;
}

.btk-home-v5__product-story {
	display: grid;
	grid-template-columns: minmax(0, 1.18fr) minmax(360px, .82fr);
	grid-template-areas: "visual copy";
	gap: 76px;
	align-items: center;
	padding: 84px 0;
	border-top: 1px solid var(--home-border);
}

.btk-home-v5__product-story.is-reverse {
	grid-template-columns: minmax(360px, .82fr) minmax(0, 1.18fr);
	grid-template-areas: "copy visual";
}

.btk-home-v5__product-story figure {
	grid-area: visual;
	overflow: hidden;
	border: 1px solid var(--home-border);
	border-radius: 10px;
	background: transparent;
	box-shadow: 0 22px 54px rgb(21 31 43 / 12%);
}

.btk-home-v5__product-story figure a {
	display: block;
}

.btk-home-v5__product-copy {
	grid-area: copy;
}

.btk-home-v5__product-copy h3 {
	margin: 0;
	font-size: 2.75rem;
	line-height: 1.08;
}

.btk-home-v5__product-copy p {
	margin: 24px 0 0;
	color: var(--home-muted);
	font-size: 1.08rem;
	line-height: 1.72;
}

.btk-home-v5__product-copy a,
.btk-home-v5__compact-head > a,
.btk-home-v5__research-all {
	display: inline-block;
	margin-top: 30px;
	color: var(--home-accent);
	font-weight: 760;
	text-underline-offset: 5px;
}

.btk-home-v5__secondary-tools {
	padding: 86px 0 94px;
	border-top: 1px solid var(--home-border);
	border-bottom: 1px solid var(--home-border);
	background: var(--home-surface);
}

.btk-home-v5__compact-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 32px;
	margin-bottom: 38px;
}

.btk-home-v5__compact-head h2 {
	max-width: 720px;
	margin: 0;
	font-size: 2.55rem;
	line-height: 1.12;
}

.btk-home-v5__compact-head > a {
	flex: 0 0 auto;
	margin: 0;
}

.btk-home-v5__secondary-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 58px;
	border-bottom: 1px solid var(--home-border);
}

.btk-home-v5__secondary-list > a,
.btk-home-v5__guide-list > a {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 22px;
	align-items: center;
	padding: 26px 10px 26px 0;
	border-top: 1px solid var(--home-border);
	color: var(--home-text);
	text-decoration: none;
}

.btk-home-v5__secondary-list > a > span:first-child,
.btk-home-v5__guide-list > a > span:first-child {
	display: grid;
	gap: 8px;
}

.btk-home-v5__secondary-list strong,
.btk-home-v5__guide-list strong {
	font-size: 1.12rem;
	line-height: 1.35;
}

.btk-home-v5__secondary-list > a > span:first-child > span,
.btk-home-v5__guide-list > a > span:first-child > span {
	color: var(--home-muted);
	font-size: 1rem;
	line-height: 1.6;
}

.btk-home-v5__secondary-list > a > span:last-child,
.btk-home-v5__guide-list > a > span:last-child,
.btk-home-v5__guide-feature > span:last-child {
	color: var(--home-accent);
	font-size: 1.22rem;
}

.btk-home-v5__research {
	padding: 112px 0;
}

.btk-home-v5__research-layout {
	display: grid;
	grid-template-columns: minmax(360px, .76fr) minmax(0, 1.24fr);
	gap: 72px;
	align-items: center;
}

.btk-home-v5__research-copy > p {
	margin-top: 24px;
}

.btk-home-v5__research nav {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 34px;
	border-top: 1px solid var(--home-border);
}

.btk-home-v5__research nav a {
	display: flex;
	justify-content: space-between;
	gap: 14px;
	padding: 16px 14px 16px 0;
	border-bottom: 1px solid var(--home-border);
	color: var(--home-text);
	font-weight: 720;
	text-decoration: none;
}

.btk-home-v5__research nav a:nth-child(odd) {
	margin-right: 22px;
}

.btk-home-v5__research figure {
	overflow: hidden;
	border: 1px solid var(--home-border);
	border-radius: 10px;
	background: #142438;
	box-shadow: 0 24px 60px rgb(21 31 43 / 15%);
}

.btk-home-v5__research figure a {
	display: block;
}

.btk-home-v5__guides {
	padding: 104px 0 112px;
	border-top: 1px solid var(--home-border);
	background: var(--home-surface);
}

.btk-home-v5__guide-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
	gap: 72px;
	border-top: 1px solid var(--home-border);
	border-bottom: 1px solid var(--home-border);
}

.btk-home-v5__guide-feature {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	grid-template-rows: auto 1fr;
	gap: 20px 28px;
	min-height: 280px;
	align-content: center;
	padding: 48px 60px 48px 0;
	border-right: 1px solid var(--home-border);
	color: var(--home-text);
	text-decoration: none;
}

.btk-home-v5__guide-feature strong {
	font-size: 2rem;
	line-height: 1.18;
}

.btk-home-v5__guide-feature > span:nth-child(2) {
	grid-column: 1;
	max-width: 620px;
	color: var(--home-muted);
	font-size: 1.06rem;
	line-height: 1.68;
}

.btk-home-v5__guide-feature > span:last-child {
	grid-column: 2;
	grid-row: 1;
}

.btk-home-v5__guide-list {
	display: grid;
}

.btk-home-v5__guide-list > a:first-child {
	border-top: 0;
}

.btk-home-v5__methods {
	padding: 78px 0 84px;
	border-top: 1px solid var(--home-border);
}

.btk-home-v5__methods-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
	gap: 80px;
	align-items: end;
}

.btk-home-v5__methods p {
	max-width: 760px;
	margin-top: 20px;
}

.btk-home-v5__methods nav {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 0;
}

.btk-home-v5__methods nav a {
	color: var(--home-accent);
	font-weight: 740;
	text-underline-offset: 5px;
}

.btk-home-v5__methods nav a:not(:last-child)::after {
	margin: 0 13px;
	color: var(--home-border);
	content: "/";
}

.btk-home-v5 a:hover {
	color: var(--home-accent-hover);
}

.btk-home-v5__button:hover {
	border-color: #ffad4f;
	background: #ffad4f;
}

.btk-home-v5__secondary-list > a:hover,
.btk-home-v5__guide-list > a:hover,
.btk-home-v5__guide-feature:hover,
.btk-home-v5__research nav a:hover {
	background: rgb(214 109 19 / 6%);
}

.btk-home-v5 a:focus-visible {
	outline: 3px solid #f7931a;
	outline-offset: 4px;
}

@media (max-width: 1080px) {
	.btk-home-v5__hero-layout,
	.btk-home-v5__product-story,
	.btk-home-v5__product-story.is-reverse,
	.btk-home-v5__research-layout,
	.btk-home-v5__methods-layout {
		grid-template-columns: 1fr;
		grid-template-areas: none;
	}

	.btk-home-v5__hero-layout,
	.btk-home-v5__research-layout {
		gap: 52px;
	}

	.btk-home-v5__hero h1 {
		font-size: 4rem;
	}

	.btk-home-v5__product-story {
		gap: 44px;
	}

	.btk-home-v5__product-copy,
	.btk-home-v5__product-story figure {
		grid-area: auto;
	}

	.btk-home-v5__product-copy {
		order: 1;
	}

	.btk-home-v5__product-story figure {
		order: 2;
	}

	.btk-home-v5__methods-layout {
		gap: 36px;
	}
}

@media (max-width: 820px) {
	.btk-home-v5__section-head,
	.btk-home-v5__guide-layout {
		grid-template-columns: 1fr;
	}

	.btk-home-v5__section-head {
		gap: 20px;
	}

	.btk-home-v5__guide-layout {
		gap: 0;
	}

	.btk-home-v5__guide-feature {
		min-height: 0;
		padding: 38px 0;
		border-right: 0;
		border-bottom: 1px solid var(--home-border);
	}

	.btk-home-v5__guide-list > a:first-child {
		border-top: 0;
	}
}

@media (max-width: 720px) {
	.btk-home-v5 .btk-container {
		width: min(calc(100% - 32px), 1320px);
	}

	.btk-home-v5__hero {
		padding: 64px 0 62px;
	}

	.btk-home-v5__hero h1 {
		font-size: 2.75rem;
	}

	.btk-home-v5__hero-copy > p {
		font-size: 1.06rem;
	}

	.btk-home-v5__actions {
		align-items: flex-start;
		flex-direction: column;
	}

	.btk-home-v5__featured {
		padding: 76px 0 20px;
	}

	.btk-home-v5__section-head h2,
	.btk-home-v5__research h2,
	.btk-home-v5__methods h2 {
		font-size: 2.35rem;
	}

	.btk-home-v5__product-story {
		padding: 58px 0;
	}

	.btk-home-v5__product-copy h3 {
		font-size: 2.05rem;
	}

	.btk-home-v5__secondary-tools,
	.btk-home-v5__guides {
		padding: 68px 0 74px;
	}

	.btk-home-v5__compact-head {
		align-items: flex-start;
		flex-direction: column;
	}

	.btk-home-v5__compact-head h2 {
		font-size: 2rem;
	}

	.btk-home-v5__secondary-list,
	.btk-home-v5__research nav {
		grid-template-columns: 1fr;
	}

	.btk-home-v5__research {
		padding: 78px 0;
	}

	.btk-home-v5__research nav a:nth-child(odd) {
		margin-right: 0;
	}

	.btk-home-v5__guide-feature {
		grid-template-columns: minmax(0, 1fr) auto;
		padding-right: 4px;
	}

	.btk-home-v5__methods {
		padding: 62px 0 68px;
	}
}

@media (max-width: 440px) {
	.btk-home-v5__hero h1 {
		font-size: 2.42rem;
	}

	.btk-home-v5__secondary-list > a,
	.btk-home-v5__guide-list > a {
		padding-right: 4px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.btk-home-v5 *,
	.btk-home-v5 *::before,
	.btk-home-v5 *::after {
		transition-duration: .01ms !important;
	}
}
