.btq-hero,
.btq-hero * {
	box-sizing: border-box;
}

.btq-hero {
	--btq-navy: #0b2d4d;
	--btq-blue: #0f69ff;
	--btq-blue-border: #5d93ff;
	--btq-green: #24b96b;
	--btq-dot-color: #81adff;
	position: relative;
	isolation: isolate;
	overflow: hidden;
	width: 100%;
	min-height: 1px;
	color: var(--btq-navy);
	background:
		radial-gradient(circle at 5% 10%, rgba(230, 239, 255, .65), transparent 26%),
		radial-gradient(circle at 96% 48%, rgba(229, 239, 255, .75), transparent 28%),
		linear-gradient(180deg, #fff 0%, #fff 70%, #f9fbff 100%);
}

.btq-content {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
	padding: 60px 20px;
}

.btq-header {
	max-width: 760px;
	margin: 0 auto;
	text-align: center;
}

.btq-title {
	margin: 0 0 10px;
	color: var(--btq-navy);
	font-family: inherit;
	font-size: clamp(1.8rem, 3.1vw, 3.35rem);
	font-weight: 600;
	line-height: 1.08;
	letter-spacing: -.035em;
}

.btq-subtitle {
	margin: 0;
	color: #2b2f34;
	font-family: inherit;
	font-size: clamp(.86rem, 1.2vw, 1.13rem);
	font-weight: 400;
	line-height: 1.45;
}

.btq-flow {
	display: grid;
	grid-template-columns: minmax(230px, 1fr) 62px minmax(200px, .95fr) 62px minmax(230px, 1fr);
	column-gap: 14px;
	align-items: center;
	width: 100%;
	max-width: 990px;
	margin: 60px auto 0;
}

.btq-card {
	min-width: 0;
	overflow: hidden;
	background: rgba(255, 255, 255, .96);
	border: 1.5px solid var(--btq-blue-border);
	border-radius: 16px;
	box-shadow: 0 10px 30px rgba(15, 105, 255, .035);
}

.btq-card-header {
	display: flex;
	align-items: center;
	gap: 14px;
	min-height: 96px;
	padding: 18px 18px 16px;
	background: #fbfcff;
	border-bottom: 1px solid #e8edf5;
}

.btq-card-heading-copy {
	min-width: 0;
}

.btq-status-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	flex: 0 0 50px;
	border-radius: 50%;
	color: #fff;
	font-size: 24px;
	line-height: 1;
}

.btq-status-icon svg,
.btq-arrow svg,
.btq-benefit-icon svg,
.btq-feature-icon svg,
.btq-tool-logo svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.btq-status-left { background: #0d66f2; }
.btq-status-right { background: var(--btq-green); }

.btq-card-title {
	margin: 0 0 5px;
	color: #111820;
	font-family: inherit;
	font-size: .78rem;
	font-weight: 700;
	line-height: 1.2;
}

.btq-card-note {
	margin: 0;
	color: #30363d;
	font-family: inherit;
	font-size: .60rem;
	line-height: 1.45;
}

.btq-tools-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px 10px;
	padding: 18px 12px 21px;
}

.btq-tool-item,
a.btq-tool-item {
	display: flex;
	min-width: 0;
	align-items: center;
	flex-direction: column;
	justify-content: flex-start;
	color: inherit;
	text-align: center;
	text-decoration: none;
}

.btq-tool-logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	overflow: hidden;
	border: 1px solid #eef1f5;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 5px 12px rgba(24, 55, 94, .10);
	color: #69788c;
	font-size: 28px;
	line-height: 1;
}

.btq-tool-image {
	display: block;
	width: 28px;
	height: 28px;
	max-width: none;
	object-fit: contain;
}

.btq-tool-label {
	display: block;
	max-width: 100%;
	margin-top: 8px;
	color: #343a40;
	font-family: inherit;
	font-size: .52rem;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.btq-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #101820;
	font-size: 42px;
	line-height: 1;
}

.btq-platform-core {
	display: grid;
	place-items: center;
	min-width: 0;
}

.btq-ring {
	display: grid;
	place-items: center;
	aspect-ratio: 1;
	border-radius: 50%;
}

.btq-ring-outer {
	width: 245px;
	max-width: 100%;
	background: rgba(234, 242, 255, .88);
}

.btq-ring-mid {
	width: 82%;
	background: #d4e4ff;
}

.btq-ring-inner {
	width: 79%;
	padding: 10%;
	background: #fff;
	border: 1px solid #e8eef8;
	box-shadow: inset 0 0 0 7px rgba(240, 245, 255, .65), 0 10px 28px rgba(38, 94, 175, .06);
}

.btq-core-content {
	width: 100%;
	text-align: center;
}

.btq-center-brand-link {
	display: inline-flex;
	align-items: center;
	flex-direction: column;
	max-width: 100%;
	color: inherit;
	text-decoration: none;
}

.btq-center-logo {
	display: block;
	width: 64%;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	object-fit: contain;
}

.btq-text-brand {
	line-height: 1;
}

.btq-brand-eyebrow {
	margin-left: .26em;
	color: #26384b;
	font-family: inherit;
	font-size: .42rem;
	font-weight: 600;
	letter-spacing: .28em;
}

.btq-brand-name {
	color: #175786;
	font-family: Georgia, serif;
	font-size: clamp(1.2rem, 2vw, 1.75rem);
	line-height: 1.05;
}

.btq-brand-mark {
	margin-left: 3px;
	color: #39a7bf;
	font-size: .75em;
}

.btq-core-divider {
	width: 43px;
	height: 1px;
	margin: 10px auto;
	background: #dbe5f3;
}

.btq-core-tagline {
	margin: 0;
	color: #1f2933;
	font-family: inherit;
	font-size: .65rem;
	line-height: 1.55;
}

.btq-benefits {
	display: flex;
	margin: 0;
	padding: 14px 22px 15px;
	list-style: none;
	flex-direction: column;
	row-gap: 10px;
}

.btq-benefit-item {
	margin: 0;
	padding: 0;
}

.btq-benefit-content,
a.btq-benefit-content {
	display: flex;
	align-items: center;
	gap: 10px;
	color: inherit;
	text-decoration: none;
}

.btq-benefit-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	flex: 0 0 22px;
	border-radius: 50%;
	background: var(--btq-green);
	color: #fff;
	font-size: 11px;
	line-height: 1;
}

.btq-benefit-text {
	color: #39434d;
	font-family: inherit;
	font-size: .60rem;
	line-height: 1.35;
}

.btq-feature-strip {
	width: 100%;
	max-width: 990px;
	overflow: hidden;
	margin: 20px auto 0;
	background: rgba(255, 255, 255, .96);
	border: 1.5px solid var(--btq-blue-border);
	border-radius: 14px;
	box-shadow: 0 12px 36px rgba(18, 81, 176, .035);
}

.btq-features-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.btq-feature-item,
a.btq-feature-item {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: flex-start;
	min-width: 0;
	min-height: 132px;
	padding: 20px 12px 16px;
	border-right: 1px solid #dce1e8;
	color: inherit;
	text-align: center;
	text-decoration: none;
	flex-direction: column;
}

.btq-feature-item:last-child {
	border-right: 0;
}

.btq-feature-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
	color: #0865f6;
	font-size: 30px;
	line-height: 1;
}

.btq-feature-title {
	margin: 0 0 8px;
	color: #111820;
	font-family: inherit;
	font-size: .75rem;
	font-weight: 600;
	line-height: 1.2;
}

.btq-feature-description {
	margin: 0;
	color: #404851;
	font-family: inherit;
	font-size: .52rem;
	line-height: 1.55;
}

.btq-decorations {
	position: absolute;
	z-index: 0;
	inset: 0;
	overflow: hidden;
	opacity: .55;
	pointer-events: none;
}

.btq-dot-pattern {
	position: absolute;
	top: 30px;
	right: -6px;
	width: 180px;
	height: 190px;
	background-image: radial-gradient(circle, var(--btq-dot-color) 2px, transparent 2.2px);
	background-size: 14px 14px;
	-webkit-mask-image: linear-gradient(135deg, transparent 0%, #000 40%, #000 100%);
	mask-image: linear-gradient(135deg, transparent 0%, #000 40%, #000 100%);
}

.btq-wave {
	position: absolute;
	left: -4%;
	right: -4%;
	bottom: -16px;
	height: 250px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 110% 100%;
}

.btq-wave-one {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1400 300' preserveAspectRatio='none'%3E%3Cg fill='none' stroke='%23689cff' stroke-width='1'%3E%3Cpath opacity='.45' d='M0 45 C170 230 320 250 500 125 S830 -5 1030 110 1260 250 1400 175'/%3E%3Cpath opacity='.38' d='M0 58 C180 238 330 258 510 140 S845 8 1045 122 1270 260 1400 190'/%3E%3Cpath opacity='.32' d='M0 72 C190 246 340 266 520 155 S860 20 1060 135 1280 270 1400 205'/%3E%3Cpath opacity='.26' d='M0 86 C200 254 350 274 530 170 S875 32 1075 148 1290 280 1400 220'/%3E%3Cpath opacity='.2' d='M0 100 C210 262 360 282 540 185 S890 44 1090 161 1300 290 1400 235'/%3E%3C/g%3E%3C/svg%3E");
}

.btq-wave-two {
	transform: scaleX(-1);
	opacity: .5;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1400 300' preserveAspectRatio='none'%3E%3Cg fill='none' stroke='%238eb5ff' stroke-width='1'%3E%3Cpath d='M0 130 C210 20 350 5 560 120 S930 260 1400 75'/%3E%3Cpath d='M0 145 C210 35 350 20 560 135 S930 275 1400 90'/%3E%3Cpath d='M0 160 C210 50 350 35 560 150 S930 290 1400 105'/%3E%3Cpath d='M0 175 C210 65 350 50 560 165 S930 305 1400 120'/%3E%3C/g%3E%3C/svg%3E");
}

@media (max-width: 1199px) {
	.btq-flow {
		grid-template-columns: minmax(210px, 1fr) 42px minmax(190px, .92fr) 42px minmax(210px, 1fr);
		column-gap: 8px;
	}
}

@media (max-width: 1024px) {
	.btq-flow {
		grid-template-columns: minmax(250px, 1fr) 54px minmax(250px, 1fr);
		max-width: 760px;
		row-gap: 18px;
	}

	.btq-card-left { grid-column: 1; grid-row: 1; }
	.btq-card-right { grid-column: 3; grid-row: 1; }
	.btq-platform-core { grid-column: 1 / -1; grid-row: 2; }
	.btq-arrow-left { grid-column: 1; grid-row: 2; transform: rotate(90deg); justify-self: end; margin-right: 32px; }
	.btq-arrow-right { grid-column: 3; grid-row: 2; transform: rotate(90deg); justify-self: start; margin-left: 32px; }

	.btq-feature-item:nth-child(3n) {
		border-right: 0;
	}
	.btq-feature-item:nth-child(n+4) {
		border-top: 1px solid #dce1e8;
	}
}

@media (max-width: 767px) {
	.btq-content {
		padding-right: 18px;
		padding-left: 18px;
	}

	.btq-flow {
		display: flex;
		max-width: 390px;
		flex-direction: column;
		gap: 18px;
	}

	.btq-card { width: 100%; }
	.btq-card-left { order: 1; }
	.btq-platform-core { order: 2; }
	.btq-card-right { order: 3; }
	.btq-arrow { display: none; }

	.btq-feature-item {
		border-top: 0;
		border-right: 1px solid #dce1e8;
		border-bottom: 1px solid #dce1e8;
	}
	.btq-feature-item:nth-child(2n) { border-right: 0; }
	.btq-feature-item:nth-last-child(-n+2) { border-bottom: 0; }

	.btq-dot-pattern {
		width: 130px;
		height: 150px;
	}
}

@media (max-width: 420px) {
	.btq-title { font-size: 1.7rem; }
	.btq-subtitle { font-size: .8rem; }
	.btq-card-header { padding-right: 14px; padding-left: 14px; }
	.btq-tools-grid { column-gap: 4px; }
	.btq-feature-item { padding-right: 6px; padding-left: 6px; }
}
