:root {
	--bd-navy: #0e1726;
	--bd-blue: #4361ee;
	--bd-magenta: #ef1262;
	--bd-teal: #1abc9c;
	--bd-text: #334155;
	--bd-muted: #64748b;
	--bd-bg: #f8fafc;
	--bd-radius: 12px;
	--bd-shadow: 0 10px 40px rgba(14, 23, 38, 0.08);
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: Inter, system-ui, -apple-system, sans-serif;
	color: var(--bd-text);
	line-height: 1.65;
	background: #fff;
}

body.bd-nav-open {
	overflow: hidden;
}

a {
	color: var(--bd-blue);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.bd-container {
	width: min(1120px, 92vw);
	margin-inline: auto;
}

/* Header */
.bd-site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(8px);
	border-bottom: 1px solid #e2e8f0;
}

.bd-header-inner {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	padding: 0.75rem 0;
}

.bd-logo img {
	max-height: 44px;
	width: auto;
}

.bd-nav {
	flex: 1;
}

.bd-nav-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.25rem 1.25rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.bd-nav-list a {
	color: var(--bd-navy);
	font-weight: 500;
	font-size: 0.92rem;
	text-decoration: none;
}

.bd-nav-list a:hover {
	color: var(--bd-blue);
}

.bd-header-cta {
	display: flex;
	gap: 0.5rem;
	align-items: center;
}

.bd-nav-toggle {
	display: none;
	background: none;
	border: 1px solid #cbd5e1;
	border-radius: 8px;
	padding: 0.35rem 0.6rem;
	font-size: 1.25rem;
}

/* Buttons */
.bd-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.55rem 1.1rem;
	border-radius: 8px;
	font-weight: 600;
	font-size: 0.92rem;
	text-decoration: none;
	border: 1px solid transparent;
}

.bd-btn-lg {
	padding: 0.75rem 1.35rem;
	font-size: 1rem;
}

.bd-btn-primary {
	background: linear-gradient(135deg, var(--bd-magenta), var(--bd-blue));
	color: #fff;
}

.bd-btn-primary:hover {
	filter: brightness(1.05);
	text-decoration: none;
	color: #fff;
}

.bd-btn-ghost {
	background: #fff;
	border-color: #cbd5e1;
	color: var(--bd-navy);
}

.bd-btn-ghost:hover {
	border-color: var(--bd-blue);
	color: var(--bd-blue);
	text-decoration: none;
}

/* Hero */
.bd-hero {
	position: relative;
	overflow: hidden;
	color: #fff;
}

.bd-hero-bg {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 80% 60% at 70% 20%, rgba(239, 18, 98, 0.25), transparent 55%),
		radial-gradient(ellipse 60% 50% at 10% 80%, rgba(26, 188, 156, 0.2), transparent 50%),
		linear-gradient(135deg, #0e1726 0%, #1e3a5f 42%, #4361ee 100%);
}

.bd-hero--home {
	padding: 5rem 0 4.5rem;
}

.bd-hero--page {
	background: linear-gradient(160deg, #0e1726 0%, #1a2f4a 100%);
	padding: 2.75rem 0 2.5rem;
}

.bd-hero-inner {
	position: relative;
	z-index: 1;
}

.bd-hero--home .bd-hero-inner {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 2.5rem;
	align-items: center;
}

.bd-breadcrumb {
	font-size: 0.82rem;
	margin-bottom: 1rem;
	color: #94a3b8;
}

.bd-breadcrumb a {
	color: #cbd5e1;
	text-decoration: none;
}

.bd-breadcrumb a:hover {
	color: #fff;
}

.bd-breadcrumb span[aria-hidden] {
	margin: 0 0.4rem;
}

.bd-hero-eyebrow {
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-size: 0.78rem;
	font-weight: 600;
	color: #a5b4fc;
	margin: 0 0 0.75rem;
}

.bd-hero-title {
	font-size: clamp(2rem, 5vw, 3rem);
	line-height: 1.12;
	margin: 0 0 1rem;
	font-weight: 800;
	letter-spacing: -0.02em;
}

.bd-hero--home .bd-hero-title {
	max-width: 16ch;
}

.bd-hero--page .bd-hero-title {
	font-size: clamp(1.65rem, 4vw, 2.35rem);
	max-width: 22ch;
}

.bd-hero-lead {
	font-size: 1.125rem;
	color: #e2e8f0;
	max-width: 52ch;
	margin: 0 0 1.75rem;
	line-height: 1.6;
}

.bd-hero--page .bd-hero-lead {
	font-size: 1.05rem;
	margin-bottom: 1.25rem;
}

.bd-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.bd-hero .bd-btn-ghost {
	color: #fff;
	border-color: rgba(255, 255, 255, 0.35);
	background: rgba(255, 255, 255, 0.08);
}

.bd-hero-panel-card {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 16px;
	padding: 1.5rem;
	backdrop-filter: blur(12px);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

.bd-hero-panel-label {
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #a5b4fc;
	margin: 0 0 1rem;
	font-weight: 600;
}

.bd-hero-panel-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bd-hero-panel-list li {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	padding: 0.55rem 0;
	font-size: 0.95rem;
	color: #f1f5f9;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.bd-hero-panel-list li:last-child {
	border-bottom: none;
}

.bd-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	flex-shrink: 0;
}

.bd-dot--blue { background: #4361ee; }
.bd-dot--teal { background: #1abc9c; }
.bd-dot--pink { background: #ef1262; }
.bd-dot--navy { background: #94a3b8; }

/* Trust bar (below home hero) */
.bd-trust-bar {
	background: #fff;
	border-bottom: 1px solid #e2e8f0;
	box-shadow: 0 4px 24px rgba(14, 23, 38, 0.06);
}

.bd-trust-bar-inner {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1rem;
	padding: 1.25rem 0;
	text-align: center;
}

.bd-trust-item strong {
	display: block;
	font-size: 1.35rem;
	color: var(--bd-navy);
	font-weight: 800;
}

.bd-trust-item span {
	font-size: 0.82rem;
	color: var(--bd-muted);
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

@media (max-width: 900px) {
	.bd-hero--home .bd-hero-inner {
		grid-template-columns: 1fr;
	}

	.bd-hero-panel {
		display: none;
	}

	.bd-trust-bar-inner {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* Feature scroller (home) */
.bd-feature-scroller {
	background: var(--bd-bg);
	padding: 3rem 0 3.5rem;
	border-bottom: 1px solid #e2e8f0;
}

.bd-feature-scroller-header {
	text-align: center;
	max-width: 640px;
	margin: 0 auto 2rem;
}

.bd-feature-scroller-eyebrow {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 0.75rem;
	font-weight: 600;
	color: var(--bd-blue);
	margin: 0 0 0.5rem;
}

.bd-feature-scroller-title {
	font-size: clamp(1.5rem, 3vw, 2rem);
	color: var(--bd-navy);
	margin: 0 0 0.75rem;
}

.bd-feature-scroller-intro {
	color: var(--bd-muted);
	margin: 0;
	font-size: 1.05rem;
}

.bd-feature-scroller-wrap {
	position: relative;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.bd-feature-track-viewport {
	flex: 1;
	overflow: hidden;
	border-radius: var(--bd-radius);
}

.bd-feature-track {
	position: relative;
	min-height: 380px;
}

.bd-feature-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	visibility: hidden;
	transform: translateX(24px);
	transition: opacity 0.45s ease, transform 0.45s ease, visibility 0.45s;
	pointer-events: none;
}

.bd-feature-slide.is-active {
	position: relative;
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
	pointer-events: auto;
}

.bd-feature-slide-inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
	align-items: center;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: var(--bd-radius);
	padding: 1.75rem;
	box-shadow: var(--bd-shadow);
}

.bd-feature-slide-media {
	display: flex;
	align-items: center;
	justify-content: center;
}

.bd-feature-slide-media img {
	width: 100%;
	max-width: 420px;
	height: auto;
	border-radius: 8px;
}

.bd-feature-slide-subtitle {
	font-size: 0.8rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--bd-blue);
	margin: 0 0 0.35rem;
}

.bd-feature-slide-title {
	font-size: 1.65rem;
	color: var(--bd-navy);
	margin: 0 0 0.75rem;
	line-height: 1.2;
}

.bd-feature-slide-desc {
	color: var(--bd-muted);
	margin: 0 0 1rem;
	font-size: 1rem;
}

.bd-feature-slide-bullets {
	margin: 0 0 1.25rem;
	padding-left: 1.2rem;
	color: var(--bd-text);
}

.bd-feature-slide-bullets li {
	margin-bottom: 0.35rem;
}

.bd-feature-nav {
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 1px solid #cbd5e1;
	background: #fff;
	color: var(--bd-navy);
	font-size: 1.75rem;
	line-height: 1;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s, border-color 0.2s;
}

.bd-feature-nav:hover {
	background: var(--bd-blue);
	border-color: var(--bd-blue);
	color: #fff;
}

.bd-feature-dots {
	display: flex;
	justify-content: center;
	gap: 0.5rem;
	margin-top: 1.5rem;
	flex-wrap: wrap;
}

.bd-feature-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: none;
	background: #cbd5e1;
	cursor: pointer;
	padding: 0;
	transition: background 0.2s, transform 0.2s;
}

.bd-feature-dot.is-active {
	background: linear-gradient(135deg, var(--bd-magenta), var(--bd-blue));
	transform: scale(1.2);
}

.bd-feature-dot:hover {
	background: var(--bd-blue);
}

@media (max-width: 900px) {
	.bd-feature-nav {
		display: none;
	}

	.bd-feature-slide-inner {
		grid-template-columns: 1fr;
		padding: 1.25rem;
	}

	.bd-feature-track {
		min-height: 520px;
	}

	.bd-feature-slide-media {
		order: -1;
	}

	.bd-feature-slide-media img {
		max-width: 280px;
	}
}

/* Content */
.bd-page-content {
	padding: 3rem 0 4rem;
}

.bd-section {
	margin-bottom: 3rem;
}

.bd-section-alt {
	background: var(--bd-bg);
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: 3rem calc(50vw - 50%);
}

.bd-section-head {
	margin-bottom: 2rem;
	max-width: 720px;
}

.bd-section-head--center {
	margin-inline: auto;
	text-align: center;
}

.bd-section-eyebrow {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 0.75rem;
	font-weight: 700;
	color: var(--bd-blue);
	margin: 0 0 0.5rem;
}

.bd-section h2 {
	color: var(--bd-navy);
	font-size: clamp(1.5rem, 3vw, 1.85rem);
	margin: 0 0 1rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.2;
}

.bd-section h3 {
	color: var(--bd-navy);
	font-size: 1.15rem;
	margin: 0 0 0.5rem;
}

.bd-lead {
	font-size: 1.1rem;
	color: var(--bd-muted);
}

.bd-grid {
	display: grid;
	gap: 1.25rem;
}

.bd-grid-2 {
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.bd-grid-3 {
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.bd-card {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: var(--bd-radius);
	padding: 1.25rem;
	box-shadow: var(--bd-shadow);
}

.bd-card--lift {
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.bd-card--lift:hover {
	transform: translateY(-3px);
	box-shadow: 0 16px 48px rgba(14, 23, 38, 0.12);
	border-color: #cbd5e1;
}

.bd-card-icon {
	display: block;
	width: 44px;
	height: 44px;
	border-radius: 12px;
	margin-bottom: 1rem;
}

.bd-card-icon--blue {
	background: linear-gradient(135deg, rgba(67, 97, 238, 0.15), rgba(67, 97, 238, 0.35));
}

.bd-card-icon--teal {
	background: linear-gradient(135deg, rgba(26, 188, 156, 0.15), rgba(26, 188, 156, 0.35));
}

.bd-card-icon--pink {
	background: linear-gradient(135deg, rgba(239, 18, 98, 0.15), rgba(239, 18, 98, 0.35));
}

.bd-persona-grid .bd-card h3 {
	margin-top: 0;
}

/* Bottom CTA strip */
.bd-cta-strip {
	background: linear-gradient(135deg, #0e1726, #1e3a5f);
	color: #fff;
	padding: 3rem 0;
	margin-top: 1rem;
	margin-bottom: 0;
}

.bd-cta-strip-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
}

.bd-cta-strip-title {
	margin: 0 0 0.5rem;
	font-size: clamp(1.35rem, 3vw, 1.75rem);
	font-weight: 800;
}

.bd-cta-strip-lead {
	margin: 0;
	color: #cbd5e1;
	max-width: 48ch;
}

.bd-cta-strip-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.bd-cta-strip .bd-btn-ghost {
	color: #fff;
	border-color: rgba(255, 255, 255, 0.35);
	background: transparent;
}

.bd-cta-strip .bd-btn-ghost:hover {
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
}

.bd-checklist {
	padding-left: 1.25rem;
}

.bd-checklist li {
	margin-bottom: 0.5rem;
}

.bd-section p {
	margin: 0 0 1rem;
}

.bd-section-cta {
	margin-top: 1.5rem;
	margin-bottom: 0;
}

.bd-pricing .bd-price {
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--bd-blue);
}

/* Footer — flush with CTA strip (no white gap) */
.bd-site-footer {
	background: var(--bd-navy);
	color: #cbd5e1;
	padding: 3rem 0 0;
	margin-top: 0;
}

.bd-main:not(:has(.bd-cta-strip)) + .bd-site-footer {
	margin-top: 2rem;
}

.bd-footer-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 2rem;
	padding-bottom: 2rem;
}

.bd-site-footer h4 {
	color: #fff;
	margin: 0 0 0.75rem;
	font-size: 0.95rem;
}

.bd-site-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bd-site-footer a {
	color: #94a3b8;
	text-decoration: none;
}

.bd-site-footer a:hover {
	color: #fff;
}

.bd-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 1rem 0;
	font-size: 0.88rem;
}

/* Demo request form */
.bd-demo-section {
	padding: 3rem 0 4rem;
}

.bd-demo-layout {
	display: grid;
	grid-template-columns: 1fr 1.1fr;
	gap: 2.5rem;
	align-items: start;
}

.bd-demo-intro h2 {
	color: var(--bd-navy);
	margin: 0 0 1rem;
}

.bd-demo-form-wrap {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: var(--bd-radius);
	padding: 1.75rem;
	box-shadow: var(--bd-shadow);
}

.bd-demo-form .bd-form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}

.bd-form-field {
	margin-bottom: 1rem;
}

.bd-form-field label {
	display: block;
	font-size: 0.88rem;
	font-weight: 600;
	color: var(--bd-navy);
	margin-bottom: 0.35rem;
}

.bd-required {
	color: var(--bd-magenta);
}

.bd-form-field input,
.bd-form-field select,
.bd-form-field textarea {
	width: 100%;
	padding: 0.6rem 0.75rem;
	border: 1px solid #cbd5e1;
	border-radius: 8px;
	font: inherit;
	color: var(--bd-text);
}

.bd-form-field input:focus,
.bd-form-field select:focus,
.bd-form-field textarea:focus {
	outline: none;
	border-color: var(--bd-blue);
	box-shadow: 0 0 0 3px rgba(67, 97, 238, 0.15);
}

.bd-form-note {
	font-size: 0.88rem;
	color: var(--bd-muted);
	margin: 1rem 0 0;
}

.bd-notice {
	padding: 0.85rem 1rem;
	border-radius: 8px;
	margin-bottom: 1.25rem;
	font-size: 0.95rem;
}

.bd-notice-success {
	background: #ecfdf5;
	border: 1px solid #6ee7b7;
	color: #065f46;
}

.bd-notice-error {
	background: #fef2f2;
	border: 1px solid #fca5a5;
	color: #991b1b;
}

.bd-btn-block {
	width: 100%;
	justify-content: center;
}

.bd-btn-login {
	font-weight: 600;
}

.bd-nav-mobile-cta {
	display: none;
}

@media (max-width: 900px) {
	.bd-nav-toggle {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-shrink: 0;
		min-width: 44px;
		min-height: 44px;
		margin-left: auto;
		cursor: pointer;
	}

	.bd-logo {
		flex: 1;
		min-width: 0;
	}

	.bd-header-inner {
		flex-wrap: wrap;
		align-items: center;
		row-gap: 0;
	}

	.bd-nav {
		display: none;
		flex: 1 0 100%;
		width: 100%;
		order: 10;
		border-top: 1px solid #e2e8f0;
		margin-top: 0.75rem;
		padding-top: 0.25rem;
	}

	.bd-nav.is-open {
		display: block;
	}

	.bd-nav-list {
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 0;
	}

	.bd-nav-list li {
		width: 100%;
	}

	.bd-nav-list a {
		display: block;
		padding: 0.85rem 0;
		font-size: 1rem;
		border-bottom: 1px solid #f1f5f9;
	}

	.bd-nav-list li:last-child a {
		border-bottom: none;
	}

	.bd-nav-mobile-cta {
		display: flex;
		flex-direction: column;
		gap: 0.65rem;
		margin-top: 1rem;
		padding-top: 1rem;
		border-top: 1px solid #e2e8f0;
	}

	.bd-header-cta {
		display: none;
	}

	.bd-cta-strip-inner {
		flex-direction: column;
		align-items: stretch;
		text-align: center;
	}

	.bd-cta-strip-actions {
		flex-direction: column;
		width: 100%;
	}

	.bd-cta-strip-actions .bd-btn {
		width: 100%;
	}

	.bd-demo-layout {
		grid-template-columns: 1fr;
	}

	.bd-demo-form .bd-form-grid {
		grid-template-columns: 1fr;
	}
}
