/*
Theme Name: BondNow
Theme URI: https://bondnow.local/
Description: BondNow child theme for the Elementor Free marketing site.
Author: BondNow
Template: hello-elementor
Version: 1.0.0
Text Domain: bondnow
*/

:root {
	--color-dark: #0f2a2a;
	--color-brand: #137171;
	--color-brand-hover: #1a8f8f;
	--color-text: #3a4a4a;
	--color-bg-tint-1: #dde9e9;
	--color-bg-tint-2: #e8f4f4;
	--color-bg-tint-3: #f2fafa;
	--color-bg-off: #f9fafb;
	--color-white: #ffffff;
	--font-primary: "Inter", sans-serif;
	--font-size-display: 50px;
	--font-size-h2: 32px;
	--font-size-h3: 24px;
	--font-size-h4: 18px;
	--font-size-body-large: 18px;
	--font-size-body: 15px;
	--font-size-body-small: 13px;
	--font-size-ui: 12px;
	--space-xs: 8px;
	--space-sm: 16px;
	--space-md: 32px;
	--space-lg: 64px;
	--space-xl: 96px;
	--space-2xl: 128px;
	--container-width: 1200px;
	--container-padding-mobile: 24px;
	--container-padding-desktop: 48px;
	--radius-button: 6px;
	--radius-card: 14px;
	--shadow-card: 0 16px 40px rgba(15, 42, 42, 0.08);
}

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

html {
	overflow-x: hidden;
	scroll-behavior: smooth;
}

/* ─────────────────────────────────────────────────────────
   HOW IT WORKS PAGE  (bn-how-*)
   ───────────────────────────────────────────────────────── */

.bn-how-hero .bn-how-hero-title {
	color: var(--color-white);
	font-size: clamp(38px, 4.7vw, var(--font-size-display));
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1.08;
	margin: 0 0 var(--space-sm);
}

.bn-how-hero .bn-how-hero-title span {
	color: rgba(255, 255, 255, 0.92);
}

/* Elementor heading widget doesn't always output css_classes on the <h*> tag. */
.bn-how-hero .bn-how-hero-copy .elementor-heading-title {
	color: var(--color-white);
	font-size: clamp(38px, 4.7vw, var(--font-size-display));
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1.08;
	margin: 0 0 var(--space-sm);
}

.bn-how-hero .bn-how-hero-copy .elementor-heading-title span {
	color: rgba(255, 255, 255, 0.92);
}

.bn-how-hero-grid > .elementor-container {
	align-items: start;
	display: grid !important;
	gap: var(--space-lg);
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.75fr);
}

.bn-how-hero-grid .elementor-column {
	flex: initial !important;
	width: auto !important;
}

.bn-how-hero-grid .bn-how-hero-copy {
	min-width: 0;
}

.bn-how-hero-grid .bn-how-hero-side {
	justify-self: end;
	min-width: 0;
}

.bn-how-hero-lede {
	margin-inline: 0;
	max-width: 760px;
	text-align: left;
}

.bn-how-hero .bn-actions--hero {
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 12px;
}

.bn-how-hero .bn-actions--hero .bondnow-button {
	width: fit-content;
}

.bn-how-hero-note {
	color: rgba(255, 255, 255, 0.84);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	margin: 0;
}

.bn-how-side-card {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 16px;
	color: rgba(255, 255, 255, 0.9);
	padding: 18px 18px 16px;
}

.bn-how-side-card strong {
	color: var(--color-white);
	display: block;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: -0.02em;
	margin-bottom: 8px;
}

.bn-how-side-card p {
	margin: 0;
	opacity: 0.9;
}

.bn-how-hero-media {
	border-radius: 18px;
	box-shadow: 0 18px 52px rgba(0, 0, 0, 0.24);
	overflow: hidden;
	width: 100%;
}

@media (max-width: 960px) {
	.bn-how-hero-grid > .elementor-container {
		grid-template-columns: 1fr;
	}

	.bn-how-hero-grid .bn-how-hero-side {
		justify-self: stretch;
	}

	.bn-how-hero-media {
		margin-inline: auto;
		max-width: 480px;
	}
}

.bn-how-hero-media-img {
	display: block;
	height: auto;
	width: 100%;
}

.bn-how-copy {
	margin: 0 auto;
	max-width: 820px;
}

.bn-how-three {
	margin: var(--space-md) auto 0;
	max-width: 820px;
}

.bn-how-three-title {
	font-size: 16px;
	font-weight: 800;
	margin: 0 0 12px;
}

.bn-how-three-list {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.bn-how-three-list li {
	padding-left: 18px;
	position: relative;
}

.bn-how-three-list li::before {
	background: var(--color-brand);
	border-radius: 50%;
	content: "";
	height: 6px;
	left: 0;
	position: absolute;
	top: 0.6em;
	width: 6px;
}

.bn-how-steps {
	display: grid;
	gap: var(--space-sm);
	margin: var(--space-md) auto 0;
	max-width: 920px;
}

.bn-how-step {
	align-items: center;
	background: var(--color-white);
	border: 1px solid rgba(15, 42, 42, 0.08);
	border-radius: 16px;
	box-shadow: var(--shadow-card);
	display: grid;
	gap: 16px;
	grid-template-columns: 64px 1fr;
	padding: 18px 18px 18px 16px;
}

.bn-how-step-num {
	align-items: center;
	align-self: center;
	background: var(--color-brand);
	border-radius: 16px;
	color: var(--color-white);
	display: grid;
	font-size: 13px;
	font-weight: 900;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1;
	place-items: center;
	text-align: center;
	height: 56px;
	width: 56px;
}

.bn-how-step-body h3 {
	font-size: 16px;
	margin: 0 0 8px;
}

.bn-how-step-body p {
	font-size: 13px;
	line-height: 1.65;
	margin: 0;
}

.bn-how-step-body p + p {
	margin-top: 10px;
}

.bn-how-video {
	margin: var(--space-sm) auto;
	max-width: 920px;
}

.bn-how-video-frame {
	background: rgba(15, 42, 42, 0.06);
	border: 1px solid rgba(15, 42, 42, 0.08);
	border-radius: 18px;
	overflow: hidden;
	padding: 10px;
}

.bn-how-video-el {
	background: #000;
	border-radius: 14px;
	display: block;
	height: auto;
	width: 100%;
}

.bn-how-video-caption {
	color: #2a3a3a;
	font-size: 13px;
	margin: 12px 6px 0;
}

.bn-how-device-grid .bn-card ul {
	margin-top: 14px;
}

.bn-how-trust {
	color: rgba(15, 42, 42, 0.8);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	margin: 18px auto 0;
	text-align: center;
	text-transform: uppercase;
}

.bn-how-help {
	color: rgba(15, 42, 42, 0.72);
	font-size: 13px;
	margin: 16px auto 0;
	max-width: 720px;
	text-align: center;
}

@media (max-width: 960px) {
	.bn-how-hero-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.bn-how-step {
		grid-template-columns: 56px 1fr;
		padding: 16px;
	}
}

body {
	background: var(--color-bg-off);
	color: var(--color-text);
	font-family: var(--font-primary);
	font-size: var(--font-size-body);
	line-height: 1.6;
	margin: 0;
	overflow-x: hidden;
	width: 100%;
}

a {
	color: var(--color-brand);
	text-decoration: none;
	transition: color 200ms ease;
}

a:hover,
a:focus {
	color: var(--color-brand-hover);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
	outline: 3px solid rgba(26, 143, 143, 0.4);
	outline-offset: 3px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--color-dark);
	font-family: var(--font-primary);
	font-weight: 800;
	line-height: 1.2;
	margin-block: 0 0.55em;
}

h1,
.bondnow-display {
	font-size: var(--font-size-display);
}

h2 {
	font-size: var(--font-size-h2);
}

h3 {
	font-size: var(--font-size-h3);
}

h4 {
	font-size: var(--font-size-h4);
	font-weight: 600;
}

p {
	margin-block: 0 1em;
}


.bondnow-button,
.elementor-button,
.wp-element-button {
	align-items: center;
	border-radius: var(--radius-button);
	cursor: pointer;
	display: inline-flex;
	font-family: var(--font-primary);
	font-size: var(--font-size-body);
	font-weight: 600;
	justify-content: center;
	line-height: 1;
	min-height: 40px;
	padding: 10px 20px;
	text-decoration: none !important;
	text-transform: none;
	transition: background-color 200ms ease, border-color 200ms ease, color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.bondnow-button:hover,
.bondnow-button:focus {
	text-decoration: none !important;
}

/* ── Primary ────────────────────────────────────────────── */
.bondnow-button--primary,
.elementor-button,
.wp-element-button {
	background: var(--color-brand);
	border: 1px solid var(--color-brand);
	color: var(--color-white);
}

.bondnow-button--primary:hover,
.bondnow-button--primary:focus,
.elementor-button:hover,
.elementor-button:focus,
.wp-element-button:hover,
.wp-element-button:focus {
	background: var(--color-brand-hover);
	border-color: var(--color-brand-hover);
	box-shadow: 0 8px 24px rgba(19, 113, 113, 0.28);
	color: var(--color-white);
	transform: translateY(-1px);
}

.bondnow-button--primary:active,
.elementor-button:active,
.wp-element-button:active {
	box-shadow: none;
	transform: translateY(0);
}

/* ── Light (white, on dark/teal bg) ────────────────────── */
.bondnow-button--light {
	background: var(--color-white);
	border: 1px solid var(--color-white);
	color: var(--color-brand);
}

.bondnow-button--light:hover,
.bondnow-button--light:focus {
	background: var(--color-white);
	border-color: var(--color-white);
	box-shadow: 0 8px 24px rgba(15, 42, 42, 0.22);
	color: var(--color-dark);
	transform: translateY(-1px);
}

.bondnow-button--light:active {
	box-shadow: 0 2px 8px rgba(15, 42, 42, 0.12);
	transform: translateY(0);
}

/* ── Ghost (semi-transparent, on teal bg) ──────────────── */
.bondnow-button--ghost {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.55);
	color: var(--color-white);
}

.bondnow-button--ghost:hover,
.bondnow-button--ghost:focus {
	background: rgba(255, 255, 255, 0.22);
	border-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0 8px 20px rgba(15, 42, 42, 0.14);
	color: var(--color-white);
	transform: translateY(-1px);
}

.bondnow-button--ghost:active {
	background: rgba(255, 255, 255, 0.14);
	box-shadow: none;
	transform: translateY(0);
}

/* ── Outline (on light bg) ─────────────────────────────── */
.bondnow-button--outline {
	background: transparent;
	border: 1.5px solid var(--color-brand);
	color: var(--color-brand);
}

.bondnow-button--outline:hover,
.bondnow-button--outline:focus {
	background: var(--color-brand);
	border-color: var(--color-brand);
	box-shadow: 0 8px 24px rgba(19, 113, 113, 0.2);
	color: var(--color-white);
	transform: translateY(-1px);
}

.bondnow-button--outline:active {
	box-shadow: none;
	transform: translateY(0);
}

/* ── Text-light (minimal, on teal bg) ──────────────────── */
.bondnow-button--text-light {
	background: transparent;
	border-color: transparent;
	color: rgba(255, 255, 255, 0.82);
	padding-inline: 10px;
}

.bondnow-button--text-light:hover,
.bondnow-button--text-light:focus {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.18);
	color: var(--color-white);
}

.bondnow-button--text-light:active {
	background: rgba(255, 255, 255, 0.06);
}

.bn-page {
	background: var(--color-bg-off);
	color: var(--color-text);
	font-family: var(--font-primary);
}

.bn-order-section .bn-wrap {
	max-width: 1080px;
}

.bn-order-form {
	margin-top: var(--space-md);
}

.bn-order-layout {
	align-items: start;
	display: grid;
	gap: var(--space-md);
	grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.75fr);
}

.bn-order-panel,
.bn-order-summary {
	background: var(--color-white);
	border: 1px solid rgba(15, 42, 42, 0.08);
	border-radius: 24px;
	box-shadow: var(--shadow-soft);
	padding: 22px;
}

.bn-order-panel h2,
.bn-order-summary h2 {
	font-size: 18px;
	margin: 0 0 14px;
}

.bn-order-panel h2:not(:first-child) {
	margin-top: 24px;
}

.bn-order-confirm {
	border-top: 1px solid rgba(15, 42, 42, 0.08);
	margin-top: 24px;
	padding-top: 22px;
}

.bn-order-confirm h2 {
	margin-bottom: 10px;
}

.bn-order-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bn-order-grid--summary {
	grid-template-columns: 1fr;
	margin-top: 16px;
}

.bn-order-field {
	display: grid;
	font-size: 13px;
	font-weight: 700;
	gap: 8px;
}

.bn-order :is(input[type="text"], input[type="email"], input[type="tel"], input[type="number"], select) {
	background: var(--color-white);
	border: 1px solid rgba(15, 42, 42, 0.14);
	border-radius: 12px;
	font-size: 14px;
	line-height: 1.4;
	padding: 10px 12px;
	width: 100%;
}

.bn-order-summary-media {
	aspect-ratio: 4 / 3;
	background:
		linear-gradient(135deg, rgba(20, 126, 123, 0.20), rgba(15, 42, 42, 0.08)),
		url("/wp-content/uploads/bondnow-assets/how-it-works-hero.png") center / contain no-repeat;
	border-radius: 18px;
	margin-bottom: 16px;
}

.bn-order-summary p {
	color: rgba(15, 42, 42, 0.76);
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
}

.bn-order-price-card {
	background: rgba(20, 126, 123, 0.08);
	border: 1px solid rgba(20, 126, 123, 0.16);
	border-radius: 16px;
	display: grid;
	gap: 10px;
	margin-top: 16px;
	padding: 14px;
}

.bn-order-price-card div {
	align-items: baseline;
	display: flex;
	gap: 12px;
	justify-content: space-between;
}

.bn-order-price-card span {
	color: rgba(15, 42, 42, 0.72);
	font-size: 13px;
}

.bn-order-price-card strong {
	color: var(--color-brand);
	font-size: 15px;
	text-align: right;
}

.bn-order-summary-list {
	display: grid;
	gap: 8px;
	margin: 18px 0 0;
	padding-left: 18px;
}

.bn-order-summary-list li {
	color: rgba(15, 42, 42, 0.82);
	font-size: 13px;
}

.bn-order-terms {
	align-items: flex-start;
	background: rgba(20, 126, 123, 0.06);
	border: 1px solid rgba(20, 126, 123, 0.18);
	border-radius: 16px;
	color: rgba(15, 42, 42, 0.82);
	display: flex;
	font-size: 12px;
	font-weight: 650;
	gap: 10px;
	line-height: 1.45;
	margin-top: 0;
	padding: 12px;
}

.bn-order-terms input {
	flex: 0 0 auto;
	margin-top: 2px;
}

.bn-order-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 14px;
}

.bn-order-note {
	color: rgba(15, 42, 42, 0.72);
	font-size: 13px;
	margin: 0;
}

.bn-order-note.is-error {
	color: #8b1d1d;
}

@media (max-width: 900px) {
	.bn-order-layout {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.bn-order-grid {
		grid-template-columns: 1fr;
	}

	.bn-order-actions {
		align-items: stretch;
	}

	.bn-order-submit {
		width: 100%;
	}
}

.bn-section {
	padding-block: var(--space-lg);
}

.bn-section--hero {
	background: var(--color-brand);
	color: var(--color-white);
	padding-block: 40px 52px;
}

.bn-section--dark {
	background: var(--color-dark);
	color: var(--color-white);
}

.bn-section--tint {
	background: var(--color-bg-tint-2);
}

.bn-section--brand {
	background: var(--color-bg-tint-1);
	color: var(--color-dark);
}

/* Founder story gets pure white so it reads as a clean break after dark testimonials */
#story {
	background: var(--color-white);
}

.bn-wrap {
	margin-inline: auto;
	max-width: var(--container-width);
	padding-inline: var(--container-padding-desktop);
	width: 100%;
}

.bn-eyebrow {
	color: var(--color-brand);
	font-size: var(--font-size-ui);
	font-weight: 800;
	letter-spacing: 0.12em;
	margin-bottom: var(--space-xs);
	text-transform: uppercase;
}

.bn-section--hero .bn-eyebrow,
.bn-section--dark .bn-eyebrow {
	color: rgba(255, 255, 255, 0.78);
}

.bn-title {
	color: var(--color-dark);
	font-size: var(--font-size-h2);
	font-weight: 800;
	line-height: 1.2;
	margin: 0 auto var(--space-sm);
	text-align: center;
}

.bn-section--hero .bn-title,
.bn-section--dark .bn-title {
	color: var(--color-white);
}

.bn-hero-title {
	color: var(--color-white);
	font-size: clamp(38px, 4.7vw, var(--font-size-display));
	font-weight: 700;
	letter-spacing: -0.035em;
	line-height: 1.08;
	margin: 0 0 var(--space-sm);
	max-width: 760px;
}

.bn-lede {
	font-size: var(--font-size-body-large);
	line-height: 1.6;
	margin-inline: auto;
	max-width: 760px;
	text-align: center;
}

.bn-section--hero .bn-lede,
.bn-section--dark .bn-lede {
	color: rgba(255, 255, 255, 0.84);
}

.bn-hero-grid,
.bn-split {
	align-items: center;
	display: grid;
	gap: var(--space-lg);
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
}

.bn-hero-copy .bn-lede {
	margin-inline: 0;
	text-align: left;
}

.bn-actions {
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-sm);
	margin-top: var(--space-md);
}

.bn-actions--hero {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	gap: 12px;
	padding: 0;
	width: 100%;
}

.bn-actions--hero .bondnow-button {
	border-radius: 10px;
	min-height: 44px;
	padding: 12px 18px;
}

.bn-actions--hero .bondnow-button--light {
	font-weight: 800;
	padding-inline: 20px;
}

.bn-actions--hero .bondnow-button--ghost {
	border-color: rgba(255, 255, 255, 0.42);
	color: rgba(255, 255, 255, 0.94);
}

.bn-actions--hero .bondnow-button--text-light {
	margin-left: 4px;
}

.bn-actions--hero .bn-hero-break {
	flex-basis: 100%;
	height: 0;
}

.bn-actions--hero .bn-hero-how-link {
	align-items: center;
	background: transparent;
	border-color: transparent;
	flex: 0 0 auto;
	gap: 8px;
	justify-content: flex-start;
	margin-left: 0;
	min-height: auto;
	padding: 6px 8px;
	width: auto;
}

.bn-play-icon {
	align-items: center;
	background: rgba(255, 255, 255, 0.16);
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 999px;
	display: inline-flex;
	height: 22px;
	justify-content: center;
	width: 22px;
}

.bn-play-icon::before {
	border-bottom: 5px solid transparent;
	border-left: 7px solid currentColor;
	border-top: 5px solid transparent;
	content: "";
	display: block;
	margin-left: 2px;
}

.bn-actions br,
.bn-tab-pills br {
	display: none;
}

.bn-grid {
	display: grid;
	gap: var(--space-sm);
}

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

.bn-grid--3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bn-grid--4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bn-card {
	background: var(--color-white);
	border: 1px solid rgba(15, 42, 42, 0.08);
	border-radius: var(--radius-card);
	box-shadow: var(--shadow-card);
	color: var(--color-text);
	padding: var(--space-md);
}

.bn-card h3,
.bn-card h4 {
	font-size: var(--font-size-h4);
	font-weight: 800;
	margin: 0 0 var(--space-xs);
}

.bn-card p,
.bn-step p {
	font-size: var(--font-size-body-small);
	margin: 0;
}

.bn-card p + p {
	margin-top: 12px;
}

.bn-card ul {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 16px 0 0;
	padding: 0;
}

.bn-card li {
	color: var(--color-text);
	font-size: var(--font-size-body-small);
	line-height: 1.55;
	padding-left: 18px;
	position: relative;
}

.bn-card li::before {
	background: var(--color-brand);
	border-radius: 50%;
	content: "";
	height: 6px;
	left: 0;
	position: absolute;
	top: 0.7em;
	width: 6px;
}

.bn-card .bn-tab-cta {
	margin-top: 20px;
	text-align: left;
}

.bn-icon {
	align-items: center;
	background: var(--color-bg-tint-3);
	border-radius: 999px;
	color: var(--color-brand);
	display: inline-flex;
	font-size: var(--font-size-ui);
	font-weight: 800;
	height: 38px;
	justify-content: center;
	margin-bottom: var(--space-sm);
	width: 38px;
}

.bn-pill-row {
	background: var(--color-bg-tint-2);
	overflow: hidden;
	padding-block: 14px;
	/* Full-bleed: break out of Elementor container constraints */
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	width: 100vw;
}

.bn-pill-track {
	animation: bn-marquee 28s linear infinite;
	display: flex;
	gap: 0;
	width: max-content;
	will-change: transform;
}

.bn-pill-row:hover .bn-pill-track {
	animation-play-state: paused;
}

@keyframes bn-marquee {
	0%   { transform: translateX(0); }
	100% { transform: translateX(-50%); }
}

.bn-pill {
	align-items: center;
	color: var(--color-brand);
	display: inline-flex;
	font-size: var(--font-size-ui);
	font-weight: 600;
	gap: 8px;
	padding-inline: 32px;
	white-space: nowrap;
}

.bn-pill::before {
	background: var(--color-brand);
	border-radius: 50%;
	content: "";
	display: block;
	flex-shrink: 0;
	height: 5px;
	opacity: 0.5;
	width: 5px;
}

.bn-visual {
	padding: 20px;
	position: relative;
}

.bn-visual::before,
.bn-visual::after {
	content: "";
	position: absolute;
}

.bn-visual::before {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 18px;
	inset: 0;
	z-index: 0;
}

.bn-visual::after {
	background: rgba(15, 42, 42, 0.12);
	border-radius: 18px;
	bottom: 0;
	right: 0;
	top: 24px;
	width: 62%;
	z-index: 0;
}

.bn-visual .bn-image-wrap {
	position: relative;
	z-index: 1;
}


.bn-image {
	display: block;
	height: auto;
	width: 100%;
}

.bn-visual .bn-image {
	border-radius: 16px;
	box-shadow: 0 16px 48px rgba(15, 42, 42, 0.18);
	position: relative;
	z-index: 1;
}

.bn-image--cover {
	height: 100%;
	object-fit: cover;
}


.bn-copy-list {
	display: grid;
	gap: 12px;
	margin: var(--space-sm) 0 0;
	padding-left: 18px;
}

.bn-copy-list li {
	font-size: var(--font-size-body-small);
	line-height: 1.6;
}

.bn-feature-how {
	background: var(--color-bg-tint-3);
	border-radius: 12px;
	color: var(--color-brand);
	font-size: var(--font-size-body-small);
	font-weight: 600;
	line-height: 1.5;
	margin-top: var(--space-sm);
	padding: 12px 14px;
}

.bn-feature-how strong {
	color: var(--color-dark);
}

/* Desktop: feature cards become flex columns so all cards in a row
   stretch to the same height, and the How box anchors to the bottom */
@media (min-width: 961px) {
	#features .bn-card {
		display: flex;
		flex-direction: column;
	}

	#features .bn-card .bn-feature-how {
		background: transparent;
		border-radius: 0;
		border-top: 1px solid var(--color-bg-tint-1);
		color: var(--color-text);
		font-size: 12px;
		font-weight: 500;
		margin-top: auto;
		padding: 12px 0 0;
	}

	#features .bn-card .bn-feature-how strong {
		color: var(--color-brand);
	}
}


.bn-step {
	position: relative;
}

.bn-step-number {
	align-items: center;
	background: var(--color-brand);
	border-radius: 999px;
	color: var(--color-white);
	display: inline-flex;
	font-size: var(--font-size-ui);
	font-weight: 800;
	height: 46px;
	justify-content: center;
	margin-bottom: var(--space-sm);
	width: 46px;
}

/* ── Audience rows (horizontal 3-row layout for per-audience benefits) */
.bn-audience-rows {
	border: 1px solid var(--color-bg-tint-1);
	border-radius: var(--radius-lg);
	overflow: hidden;
}

.bn-audience-row {
	align-items: flex-start;
	border-bottom: 1px solid var(--color-bg-tint-1);
	display: grid;
	gap: var(--space-md);
	grid-template-columns: 140px 1fr;
	padding: var(--space-sm) var(--space-md);
}

.bn-audience-row:last-child {
	border-bottom: none;
}

.bn-audience-tag {
	background: rgba(19, 113, 113, 0.08);
	border-radius: var(--radius-sm);
	color: var(--color-brand);
	font-size: var(--font-size-ui);
	font-weight: 800;
	letter-spacing: 0.06em;
	padding: 6px 14px;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	align-self: center;
}

.bn-audience-row-body h3 {
	color: var(--color-dark);
	font-size: var(--font-size-body);
	font-weight: 700;
	margin: 0 0 6px;
}

.bn-audience-row-body p {
	color: var(--color-text);
	font-size: var(--font-size-body-small);
	line-height: 1.65;
	margin: 0;
}

/* ── Feature columns (no card box — use for benefit grids) ── */
.bn-feature-cols {
	display: grid;
	gap: var(--space-lg);
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bn-feature-col {
	border-top: 2px solid var(--color-brand);
	padding-top: var(--space-sm);
}

.bn-feature-col .bn-icon {
	margin-bottom: 12px;
}

.bn-feature-col h3 {
	color: var(--color-dark);
	font-size: var(--font-size-h4);
	font-weight: 800;
	margin: 0 0 12px;
}

.bn-feature-col p,
.bn-feature-col li {
	color: var(--color-text);
	font-size: var(--font-size-body-small);
	line-height: 1.65;
}

.bn-feature-col ul {
	display: grid;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.bn-feature-col li {
	padding-left: 16px;
	position: relative;
}

.bn-feature-col li::before {
	background: var(--color-brand);
	border-radius: 50%;
	content: "";
	height: 5px;
	left: 0;
	margin-top: 7px;
	position: absolute;
	width: 5px;
}

/* ── Step timeline (process flow with connecting line) ──── */
.bn-steps-flow {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	position: relative;
}

/* horizontal connecting line between circles */
.bn-steps-flow::before {
	background: var(--color-bg-tint-1);
	content: "";
	height: 2px;
	left: 12.5%;
	position: absolute;
	right: 12.5%;
	top: 20px;
	z-index: 0;
}

.bn-step-flow {
	padding: 0 var(--space-sm) 0;
	text-align: left;
}

.bn-step-flow-num {
	align-items: center;
	background: var(--color-brand);
	border: 3px solid var(--color-white);
	border-radius: 999px;
	box-shadow: 0 0 0 2px var(--color-brand);
	color: var(--color-white);
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	height: 40px;
	justify-content: center;
	margin-bottom: var(--space-sm);
	position: relative;
	width: 40px;
	z-index: 1;
}

.bn-step-flow h3 {
	color: var(--color-dark);
	font-size: var(--font-size-body);
	font-weight: 700;
	line-height: 1.35;
	margin: 0 0 8px;
}

.bn-step-flow p {
	color: var(--color-text);
	font-size: var(--font-size-body-small);
	line-height: 1.65;
	margin: 0;
}

/* ── Tab pills ─────────────────────────────────────────── */
.bn-audience-intro {
	margin-inline: auto;
	max-width: 680px;
	text-align: center;
}

.bn-audience-intro .bn-title {
	margin-bottom: 10px;
}

.bn-audience-intro .bn-lede {
	color: #526565;
	font-size: var(--font-size-body);
	margin-bottom: 0;
}

.bn-tab-pills {
	display: grid;
	gap: var(--space-sm);
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-bottom: var(--space-md);
	margin-top: 34px;
	padding: 0;
}

.bn-tab-pills .bn-tab-pill {
	appearance: none;
	background: var(--color-white);
	background-color: var(--color-white);
	border: 1px solid rgba(15, 42, 42, 0.08);
	border-radius: 18px;
	color: var(--color-brand);
	cursor: pointer;
	display: grid;
	font-family: var(--font-primary);
	gap: 8px;
	min-height: 116px;
	padding: 20px;
	position: relative;
	text-align: left;
	box-shadow: 0 14px 36px rgba(15, 42, 42, 0.06);
	transition: background-color 200ms ease, border-color 200ms ease, box-shadow 200ms ease, color 200ms ease, transform 200ms ease;
}

.bn-tab-pills .bn-tab-pill::after {
	display: none;
}

.bn-tab-pill-title {
	color: var(--color-dark);
	display: block;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.2;
}

.bn-tab-pill-copy {
	color: #5d7070;
	display: block;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4;
	max-width: 22ch;
}

.bn-tab-pills .bn-tab-pill:hover {
	background-color: #f7fbfb;
	border-color: var(--color-brand);
	box-shadow: 0 12px 24px rgba(15, 42, 42, 0.08);
	transform: translateY(-1px);
}

.bn-tab-pills .bn-tab-pill.is-active,
.bn-tab-pills .bn-tab-pill[aria-selected="true"] {
	background: var(--color-bg-tint-2);
	border-color: var(--color-brand);
	box-shadow: 0 18px 42px rgba(19, 113, 113, 0.12);
	color: var(--color-brand);
	transform: translateY(-2px);
}

.bn-tab-pills .bn-tab-pill.is-active::after,
.bn-tab-pills .bn-tab-pill[aria-selected="true"]::after {
	background: var(--color-brand);
}

.bn-tab-pills .bn-tab-pill.is-active .bn-tab-pill-title,
.bn-tab-pills .bn-tab-pill[aria-selected="true"] .bn-tab-pill-title {
	color: var(--color-brand);
}

.bn-tab-pills .bn-tab-pill.is-active .bn-tab-pill-copy,
.bn-tab-pills .bn-tab-pill[aria-selected="true"] .bn-tab-pill-copy {
	color: var(--color-text);
}

.bn-tab-pills .bn-tab-pill.is-active::before,
.bn-tab-pills .bn-tab-pill[aria-selected="true"]::before {
	display: none;
}

.bn-tab-pills .bn-tab-pill:focus-visible {
	outline: 3px solid rgba(19, 113, 113, 0.28);
	outline-offset: 3px;
}

/* ── Tab panels ─────────────────────────────────────────── */
.bn-tab-panel {
	display: none;
}

.bn-tab-panel.is-active {
	display: block;
}

/* ── Dark section: numbered problem list ─────────────────── */
.bn-problem-list {
	display: grid;
	gap: 0;
	margin-top: var(--space-md);
}

.bn-problem-item {
	align-items: start;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	display: grid;
	gap: 20px;
	grid-template-columns: 40px 1fr;
	padding-block: 22px;
}

.bn-problem-item:last-child {
	border-bottom: none;
}

.bn-problem-num {
	color: var(--color-brand-hover);
	font-size: var(--font-size-h3);
	font-weight: 800;
	line-height: 1;
	padding-top: 3px;
}

.bn-problem-item strong {
	color: var(--color-white);
	display: block;
	font-size: var(--font-size-body);
	font-weight: 700;
	margin-bottom: 5px;
}

.bn-problem-item p {
	color: rgba(255, 255, 255, 0.68);
	font-size: var(--font-size-body-small);
	line-height: 1.65;
	margin: 0;
}

@media (min-width: 641px) {
	.bn-problem-list {
		grid-template-columns: 1fr 1fr;
		column-gap: var(--space-lg);
	}

	.bn-problem-item {
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	}
}

/* ── Dark section: glass-style problem cards ─────────────── */
.bn-section--dark .bn-card--problem {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: none;
}

.bn-section--dark .bn-card--problem::before {
	background: linear-gradient(90deg, rgba(19, 113, 113, 0.85), rgba(19, 113, 113, 0.15));
}

.bn-section--dark .bn-card--problem p {
	color: rgba(255, 255, 255, 0.76);
}

.bn-section--dark .bn-card-tag {
	background: rgba(19, 113, 113, 0.4);
	color: #9ed8d8;
}

/* ── Quick stats row ─────────────────────────────────────── */
.bn-stat {
	padding: var(--space-sm);
	text-align: center;
}

.bn-stat-num {
	color: var(--color-brand);
	font-size: clamp(32px, 4.5vw, 52px);
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1;
}

.bn-stat-label {
	color: var(--color-text);
	font-size: var(--font-size-body-small);
	margin-inline: auto;
	margin-top: 8px;
	max-width: 180px;
}

/* ── Split section: left-align the copy half ─────────────── */
.bn-split .bn-title,
.bn-split .bn-lede {
	margin-inline: 0;
	text-align: left;
}

/* ── Tab cards: problem / solution ──────────────────────── */
.bn-card-tag {
	background: rgba(19, 113, 113, 0.08);
	border-radius: 999px;
	color: var(--color-brand);
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
	margin-bottom: 14px;
	padding: 5px 12px;
	text-transform: uppercase;
}

.bn-card--problem {
	background: var(--color-white);
	border-radius: var(--radius-card);
	box-shadow: var(--shadow-card);
	padding: var(--space-md);
	position: relative;
}

.bn-card--problem::before {
	background: linear-gradient(90deg, var(--color-brand), var(--color-bg-tint-1));
	border-radius: var(--radius-card) var(--radius-card) 0 0;
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.bn-card--problem h3 {
	color: var(--color-dark);
	font-size: clamp(17px, 1.6vw, 21px);
	font-weight: 700;
	line-height: 1.3;
	margin: 0;
}

.bn-card--problem p {
	color: var(--color-text);
	font-size: var(--font-size-body);
	margin: 12px 0 0;
}

.bn-card--solution {
	background: var(--color-bg-tint-2);
	border: 1px solid rgba(19, 113, 113, 0.16);
	border-radius: var(--radius-card);
	box-shadow: 0 18px 44px rgba(19, 113, 113, 0.1);
	color: var(--color-dark);
	padding: var(--space-md);
	position: relative;
	overflow: hidden;
}

.bn-card--solution::after {
	background: rgba(19, 113, 113, 0.08);
	border-radius: 999px;
	content: "";
	height: 180px;
	position: absolute;
	right: -70px;
	top: -90px;
	width: 180px;
}

.bn-card--solution .bn-card-tag {
	background: var(--color-white);
	color: var(--color-brand);
	position: relative;
	z-index: 1;
}

.bn-card--solution p {
	color: var(--color-dark);
	font-size: clamp(16px, 1.5vw, 19px);
	font-weight: 500;
	line-height: 1.55;
	margin: 0;
	position: relative;
	z-index: 1;
}

/* ── Card CTA link ─────────────────────────────────────────── */
.bn-tab-cta {
	margin-top: 20px;
	text-align: left;
}

.bn-tab-cta a {
	align-items: center;
	color: var(--color-brand);
	display: inline-flex;
	font-size: var(--font-size-body-small);
	font-weight: 700;
	gap: 6px;
	text-decoration: none;
	transition: color 160ms ease, gap 160ms ease;
}

.bn-tab-cta a:hover {
	color: var(--color-dark);
	gap: 10px;
	text-decoration: none;
}

/* audience tab CTA sits centred under 2-col panel */
.bn-tab-panels .bn-tab-cta {
	text-align: center;
}


.bn-quote {
	border-left: 4px solid var(--color-brand-hover);
	color: var(--color-white);
	font-size: var(--font-size-body-large);
	font-weight: 600;
	margin: 0;
	padding-left: var(--space-md);
}

.bn-story-signature {
	color: var(--color-dark);
	font-size: var(--font-size-body);
	font-weight: 700;
	margin-top: var(--space-sm);
}

/* ── Testimonial carousel ────────────────────────────────── */
.bn-testimonials {
	margin-top: var(--space-md);
	overflow-x: hidden;
	overflow-y: visible;
	width: 100%;
}

/* Homepage compare block: ensure it reads as its own section */
.bn-home-compare {
	background: var(--color-bg-off);
	border-top: 1px solid var(--color-bg-tint-1);
}

.bn-testimonial-track {
	animation: bn-testimonial-scroll 40s linear infinite;
	display: flex;
	gap: 20px;
	width: max-content;
	will-change: transform;
}

.bn-testimonials:hover .bn-testimonial-track {
	animation-play-state: paused;
}

@keyframes bn-testimonial-scroll {
	0%   { transform: translateX(0); }
	100% { transform: translateX(-50%); }
}

.bn-testimonial-card {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	padding: 24px 28px;
	width: 320px;
}

.bn-testimonial-stars {
	color: rgba(255, 214, 118, 0.95);
	font-size: 13px;
	letter-spacing: 2px;
	line-height: 1;
	margin: 0 0 12px;
	white-space: nowrap;
}

.bn-testimonial-quote {
	color: rgba(255, 255, 255, 0.92);
	display: -webkit-box;
	font-size: 15px;
	font-style: italic;
	line-height: 1.65;
	margin: 0 0 16px;
	max-width: 100%;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	line-clamp: 6;
}

.bn-testimonial-card:hover {
	position: relative;
	z-index: 3;
}

.bn-testimonial-card:hover .bn-testimonial-quote {
	display: block;
	overflow: visible;
	-webkit-line-clamp: unset;
	line-clamp: unset;
}

.bn-testimonial-author {
	align-items: center;
	display: flex;
	gap: 10px;
	margin-top: auto;
}

.bn-testimonial-avatar {
	align-items: center;
	background: rgba(255, 255, 255, 0.18);
	border-radius: 50%;
	color: var(--color-white);
	display: flex;
	flex-shrink: 0;
	font-size: 13px;
	font-weight: 700;
	height: 36px;
	justify-content: center;
	width: 36px;
}

.bn-testimonial-name {
	color: var(--color-white);
	display: block;
	font-size: 13px;
	font-weight: 700;
}

.bn-testimonial-role {
	color: rgba(255, 255, 255, 0.58);
	display: block;
	font-size: 12px;
}

.bn-testimonial-role:empty {
	display: none;
}

.bn-trust-note {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: var(--radius-card);
	color: rgba(255, 255, 255, 0.82);
	font-size: var(--font-size-body-small);
	line-height: 1.6;
	margin-top: var(--space-md);
	padding: var(--space-sm);
}


.bn-center {
	text-align: center;
}

.bn-mt-md {
	margin-top: var(--space-md);
}

.bn-actions--center {
	justify-content: center;
}

/* ── Comparison grid ─────────────────────────────────────── */
.bn-compare {
	border: 1px solid var(--color-bg-tint-1);
	border-radius: var(--radius-card);
	overflow: hidden;
}

.bn-compare-head,
.bn-compare-row {
	display: grid;
	/* feature col wider, competitor and BondNow equal */
	grid-template-columns: 1.4fr 1fr 1.1fr;
}

.bn-compare-row {
	border-top: 1px solid var(--color-bg-tint-1);
}

.bn-compare-row:nth-child(even) {
	background: var(--color-bg-off);
}

/* Header row */
.bn-compare-head {
	background: var(--color-dark);
}

.bn-compare-label,
.bn-compare-col {
	font-size: var(--font-size-body-small);
	line-height: 1.5;
	padding: 14px 18px;
	vertical-align: middle;
}

/* Header text: all three columns white */
.bn-compare-head .bn-compare-label {
	color: rgba(255, 255, 255, 0.5);
	font-size: var(--font-size-ui);
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.bn-compare-head .bn-compare-col--other {
	background: rgba(255, 255, 255, 0.06);
	color: rgba(255, 255, 255, 0.75);
	font-size: var(--font-size-ui);
	font-weight: 700;
	letter-spacing: 0.06em;
	opacity: 1;
	text-transform: uppercase;
}

.bn-compare-head .bn-compare-col--bondnow {
	background: var(--color-brand);
	color: var(--color-white);
	font-size: var(--font-size-ui);
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

/* Body: feature label */
.bn-compare-label {
	color: var(--color-dark);
	font-weight: 600;
}

/* Body: competitor column — muted but legible */
.bn-compare-col--other {
	color: #9aacac;
	font-size: var(--font-size-body-small);
}

/* Body: BondNow column — highlighted */
.bn-compare-col--bondnow {
	background: rgba(19, 113, 113, 0.06);
	border-left: 2px solid rgba(19, 113, 113, 0.18);
	color: var(--color-brand);
	font-weight: 600;
}

.bn-compare-note {
	color: var(--color-text);
	font-size: var(--font-size-body-small);
	font-style: italic;
	margin-top: var(--space-sm);
	opacity: 0.65;
}

/* ── Compliance / trust checklist ───────────────────────── */
.bn-compliance {
	display: grid;
	gap: 0;
	margin-inline: auto;
	max-width: 720px;
}

.bn-compliance-item {
	align-items: flex-start;
	border-bottom: 1px solid var(--color-bg-tint-1);
	display: flex;
	gap: 20px;
	padding-block: 22px;
}

.bn-compliance-item:first-child {
	border-top: 1px solid var(--color-bg-tint-1);
}

.bn-compliance-check {
	background: rgba(19, 113, 113, 0.1);
	border-radius: 999px;
	color: var(--color-brand);
	flex-shrink: 0;
	font-size: 16px;
	font-weight: 800;
	height: 36px;
	line-height: 36px;
	text-align: center;
	width: 36px;
}

.bn-compliance-item strong {
	color: var(--color-dark);
	display: block;
	font-size: var(--font-size-body);
	font-weight: 700;
	margin-bottom: 4px;
}

.bn-compliance-item p {
	color: var(--color-text);
	font-size: var(--font-size-body-small);
	line-height: 1.65;
	margin: 0;
}

/* ── FAQ accordion ───────────────────────────────────────── */
.bn-faq {
	margin-inline: auto;
	max-width: 740px;
}

.bn-faq-item {
	border-bottom: 1px solid var(--color-bg-tint-1);
}

.bn-faq-item:first-child {
	border-top: 1px solid var(--color-bg-tint-1);
}

.bn-faq-q {
	align-items: center;
	color: var(--color-dark);
	cursor: pointer;
	display: flex;
	font-size: var(--font-size-body);
	font-weight: 600;
	gap: 16px;
	justify-content: space-between;
	list-style: none;
	padding: 18px 0;
}

.bn-faq-q::-webkit-details-marker {
	display: none;
}

.bn-faq-q::after {
	color: var(--color-brand);
	content: "+";
	flex-shrink: 0;
	font-size: 22px;
	font-weight: 300;
	transition: transform 220ms ease;
}

details[open] > .bn-faq-q::after {
	transform: rotate(45deg);
}

.bn-faq-a {
	color: var(--color-text);
	font-size: var(--font-size-body-small);
	line-height: 1.75;
	padding-bottom: 18px;
}

.bn-faq-a p {
	margin: 0;
}

/* Ensure no link underline bleeds from theme resets */
a.bondnow-button,
a.bondnow-button:hover,
a.bondnow-button:focus,
a.bondnow-button:visited {
	text-decoration: none !important;
}

.bondnow-site-header {
	background: var(--color-brand);
	color: var(--color-white);
	position: sticky;
	top: 0;
	z-index: 50;
}

.bondnow-header-inner {
	align-items: center;
	display: flex;
	gap: var(--space-md);
	justify-content: space-between;
	margin-inline: auto;
	max-width: var(--container-width);
	min-height: 76px;
	padding-inline: var(--container-padding-desktop);
}

.bondnow-logo {
	align-items: center;
	color: var(--color-white);
	display: inline-flex;
	font-size: var(--font-size-body);
	font-weight: 800;
	gap: 8px;
	letter-spacing: -0.02em;
}

.bondnow-logo-image {
	display: block;
	height: 42px;
	object-fit: contain;
	width: auto;
}

.bondnow-nav {
	align-items: center;
	display: flex;
	flex: 1;
	justify-content: center;
}

.bondnow-nav ul {
	align-items: center;
	display: flex;
	gap: var(--space-md);
	list-style: none;
	margin: 0;
	padding: 0;
}

.bondnow-nav a {
	color: rgba(255, 255, 255, 0.78);
	font-size: var(--font-size-ui);
	font-weight: 600;
	letter-spacing: 0.01em;
}

.bondnow-nav a:hover,
.bondnow-nav a:focus {
	color: var(--color-white);
}

.bondnow-menu-toggle {
	display: none;
}

.bondnow-menu-label {
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 999px;
	cursor: pointer;
	display: none;
	height: 44px;
	justify-content: center;
	width: 44px;
}

.bondnow-menu-label span,
.bondnow-menu-label span::before,
.bondnow-menu-label span::after {
	background: var(--color-white);
	border-radius: 999px;
	content: "";
	display: block;
	height: 2px;
	position: relative;
	width: 18px;
}

.bondnow-menu-label span::before {
	position: absolute;
	top: -6px;
}

.bondnow-menu-label span::after {
	position: absolute;
	top: 6px;
}

.bondnow-site-footer {
	background: var(--color-brand);
	color: rgba(255, 255, 255, 0.82);
	padding-block: var(--space-lg) var(--space-md);
}

.bondnow-site-footer .bondnow-logo-image {
	height: 48px;
	margin-bottom: var(--space-sm);
}

.bondnow-footer-inner {
	display: grid;
	gap: var(--space-md);
	grid-template-columns: 1.5fr 1fr 1fr;
	margin-inline: auto;
	max-width: var(--container-width);
	padding-inline: var(--container-padding-desktop);
}

.bondnow-footer-heading {
	color: rgba(255, 255, 255, 0.55);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.bondnow-footer-links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bondnow-footer-links li + li {
	margin-top: 8px;
}

.bondnow-footer-links a {
	color: rgba(255, 255, 255, 0.86);
	font-size: var(--font-size-body-small);
}

.bondnow-footer-links a:hover,
.bondnow-footer-links a:focus {
	color: var(--color-white);
}

.bondnow-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	font-size: var(--font-size-body-small);
	margin: var(--space-md) auto 0;
	max-width: var(--container-width);
	padding: var(--space-md) var(--container-padding-desktop) 0;
}

/* ── Override Hello Elementor parent theme constraints ─────── */
/* Parent theme limits .site-main to 500–1140px — kill it all  */
.site-main,
body:not([class*="elementor-page-"]) .site-main {
	margin-inline: 0 !important;
	max-width: 100% !important;
	padding-inline: 0 !important;
	width: 100% !important;
}

/* Kill WordPress / Elementor default margin injections */
.site-main,
.elementor,
.elementor-inner,
.elementor-section-wrap,
.elementor-section,
.elementor-widget-wrap,
.elementor-widget-container {
	margin-block: 0 !important;
}

/* Remove the WP block-layout gap that bleeds into our sections and footer */
:root :where(.is-layout-flow) > .elementor,
:root :where(.is-layout-flow) > .site-main,
:root :where(.is-layout-flow) > .bn-page,
:root :where(.is-layout-flow) > footer,
:root :where(.is-layout-flow) > .bondnow-site-footer {
	margin-block-start: 0 !important;
}

/* Belt-and-braces: no gap between bn-page and footer */
.bn-page {
	margin-bottom: 0 !important;
}

.bondnow-site-footer {
	margin-top: 0 !important;
}

/* ─────────────────────────────────────────────────────────
   Families page V3. Scoped to section classes, not homepage.
   ───────────────────────────────────────────────────────── */

.bn-family-hero .bn-family-hero-grid {
	align-items: center;
}

.bn-family-hero-side {
	align-self: center;
	display: grid;
	gap: var(--space-md);
}

.bn-family-hero-card {
	border-color: rgba(15, 42, 42, 0.06);
	box-shadow: 0 18px 46px rgba(15, 42, 42, 0.12);
	padding: 26px 28px;
}

.bn-family-hero-card-lead {
	color: var(--color-dark);
	font-size: 16px;
	font-weight: 800;
	margin: 0 0 14px;
}

.bn-family-hero-card ul {
	margin-top: 10px;
}

.bn-family-worry-inner {
	margin-inline: auto;
	max-width: 860px;
}

.bn-family-worry-inner .bn-title,
.bn-family-worry-inner .bn-lede {
	margin-inline: 0;
	text-align: left;
}

.bn-family-worry-cta {
	margin-top: var(--space-md);
}

.bn-family-worry-cta .bondnow-button--ghost {
	border-color: rgba(255, 255, 255, 0.42);
	color: rgba(255, 255, 255, 0.94);
}

.bn-family-moment {
	margin-inline: auto;
	max-width: 820px;
}

.bn-family-quote {
	border-left: 4px solid rgba(19, 113, 113, 0.55);
	color: var(--color-dark);
	font-size: 18px;
	font-style: italic;
	font-weight: 600;
	line-height: 1.55;
	margin: 22px 0;
	padding-left: 20px;
}

.bn-section--dark .bn-family-quote {
	border-left-color: rgba(255, 255, 255, 0.22);
	color: rgba(255, 255, 255, 0.92);
}

.bn-family-subsection {
	margin-top: var(--space-lg);
}

.bn-family-subtitle {
	color: var(--color-dark);
	font-size: 18px;
	font-weight: 800;
	margin: 0 0 var(--space-sm);
	text-align: left;
}

.bn-family-features {
	margin-top: var(--space-md);
}

.bn-family-feature {
	position: relative;
}

.bn-family-feature-tag {
	background: rgba(19, 113, 113, 0.08);
	border-radius: 999px;
	color: var(--color-brand);
	display: inline-block;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.1em;
	margin-bottom: 14px;
	padding: 6px 12px;
	text-transform: uppercase;
}

.bn-family-steps {
	margin-top: var(--space-md);
}

.bn-family-trial {
	align-items: center;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(242, 250, 250, 0.92));
	border: 1.5px solid rgba(19, 113, 113, 0.16);
	border-radius: 999px;
	box-shadow: 0 14px 34px rgba(15, 42, 42, 0.08);
	color: var(--color-dark);
	display: flex;
	font-size: 14px;
	font-weight: 800;
	gap: 12px;
	justify-content: center;
	letter-spacing: -0.01em;
	margin: var(--space-md) auto 0;
	max-width: 760px;
	padding: 15px 24px;
	text-align: center;
	width: fit-content;
}

.bn-family-trial::before {
	background: var(--color-brand);
	border: 4px solid rgba(19, 113, 113, 0.16);
	border-radius: 999px;
	box-shadow: 0 0 0 5px rgba(19, 113, 113, 0.06);
	content: "";
	flex: 0 0 auto;
	height: 18px;
	width: 18px;
}

.bn-family-final {
	margin-inline: auto;
	max-width: 860px;
	text-align: center;
}

.bn-family-final-title {
	color: var(--color-white);
	font-size: clamp(34px, 4vw, 56px);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1.08;
	margin: 0 0 16px;
}

.bn-family-final-trial {
	color: rgba(255, 255, 255, 0.9);
	font-size: 16px;
	margin: 12px 0 0;
}

.bn-family-final-actions {
	margin-top: 22px;
}

.bn-family-final-note {
	color: rgba(255, 255, 255, 0.72);
	font-size: 13px;
	margin: 18px 0 0;
}

.bn-family-final-points {
	align-items: center;
	color: rgba(255, 255, 255, 0.75);
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	margin-top: 18px;
}

.bn-family-dot {
	opacity: 0.55;
}

@media (max-width: 960px) {
	.bn-family-worry-cta {
		margin-top: 22px;
	}

	.bn-family-final-title {
		font-size: clamp(30px, 7vw, 44px);
	}
}

@media (max-width: 640px) {
	.bn-grid--2.bn-family-features {
		grid-template-columns: 1fr;
	}

	.bn-family-hero-card {
		padding: 20px 20px;
	}

	.bn-family-quote {
		font-size: 16px;
	}

	.bn-family-trial {
		align-items: flex-start;
		border-radius: 18px;
		justify-content: flex-start;
		text-align: left;
		width: 100%;
	}
}

/* Collapse any stray empty <p> or <p> wrapping scripts that wpautop creates */
.bn-page > p:empty,
.bn-page > p:has(> script:only-child) {
	display: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* Tab pill labels: show full on desktop, short on mobile */
.bn-label-short {
	display: none;
}

.bn-label-full {
	display: inline;
}

/* ─────────────────────────────────────────────────────────── */
/* Fluid typography — scales smoothly across all viewports    */
/* ─────────────────────────────────────────────────────────── */
:root {
	--font-size-display: clamp(26px, 5.5vw, 50px);
	--font-size-h2:      clamp(20px, 3.5vw, 32px);
	--font-size-h3:      clamp(17px, 2.2vw, 24px);
}

/* ════════════════════════════════════════════════════════════
   RESPONSIVE — 4-tier system
   1. Desktop  >  1024px  (default styles above)
   2. Tablet   ≤  960px   (2-col layouts, hamburger nav)
   3. Mobile   ≤  640px   (1-col, stacked CTAs)
   4. Tiny     ≤  380px   (extra compression for small phones)
   ════════════════════════════════════════════════════════════ */

/* ── Tier 2: Tablet ≤ 960px ─────────────────────────────── */
@media (max-width: 960px) {

	/* Spacing */
	:root {
		--container-padding-desktop: 28px;
		--space-lg: 48px;
		--space-xl: 72px;
	}

	/* Container padding normalise */
	.bondnow-header-inner,
	.bn-wrap,
	.bondnow-footer-inner,
	.bondnow-footer-bottom {
		padding-inline: var(--container-padding-desktop);
	}

	/* Hero: single column, hide decorative image */
	.bn-hero-grid,
	.bn-split {
		gap: var(--space-md);
		grid-template-columns: 1fr;
	}

	.bn-visual {
		display: none;
	}

	.bn-section--hero {
		padding-block: 38px 46px;
	}

	/* 3-col/4-col grids → 2-col on tablet */
	.bn-grid--3,
	.bn-grid--4 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	/* Feature columns → 1-col on tablet */
	.bn-feature-cols {
		gap: var(--space-md);
		grid-template-columns: 1fr;
	}

	/* Audience rows → stack tag above body */
	.bn-audience-row {
		grid-template-columns: 1fr;
		gap: 10px;
		padding: var(--space-sm);
	}

	.bn-audience-tag {
		align-self: auto;
		display: inline-block;
		width: auto;
	}

	/* Step flow → 2-col on tablet, hide connecting line */
	.bn-steps-flow {
		gap: var(--space-md);
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bn-steps-flow::before {
		display: none;
	}

	.bn-step-flow {
		padding: 0;
	}

	/* Audience tabs: keep 3-col but hide subtitle copy */
	.bn-tab-pills {
		gap: 10px;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		margin-top: 24px;
	}

	.bn-tab-pill-copy {
		display: none;
	}

	.bn-tab-pills .bn-tab-pill {
		min-height: 64px;
		padding: 14px 16px;
	}

	/* Footer 2-col */
	.bondnow-footer-inner {
		grid-template-columns: 1fr 1fr;
	}

	/* ── Hamburger nav ─────────────────────── */
	.bondnow-menu-label {
		display: inline-flex;
	}

	/* Nav becomes a full-viewport fixed overlay */
	.bondnow-nav {
		background: var(--color-brand);
		border-top: 1px solid rgba(255, 255, 255, 0.16);
		box-shadow: 0 18px 36px rgba(15, 42, 42, 0.16);
		display: none;
		height: calc(100vh - 76px);
		left: 0;
		overflow-y: auto;
		padding: var(--space-md) var(--container-padding-desktop);
		position: fixed;
		right: 0;
		top: 76px;
		width: 100%;
		z-index: 200;
	}

	.bondnow-nav ul {
		align-items: stretch;
		flex-direction: column;
		gap: 0;
		width: 100%;
	}

	.bondnow-nav li + li {
		border-top: 1px solid rgba(255, 255, 255, 0.14);
	}

	.bondnow-nav a {
		color: rgba(255, 255, 255, 0.88);
		display: block;
		font-size: 18px;
		font-weight: 800;
		padding-block: 16px;
	}

	.bondnow-nav a:hover,
	.bondnow-nav a:focus {
		color: var(--color-white);
	}

	.bondnow-menu-toggle:checked ~ .bondnow-nav {
		display: block;
	}
}

/* Lock background scroll while the mobile nav is open */
body.bondnow-nav-open {
	overflow: hidden;
	touch-action: none;
}

/* ── Tier 3: Mobile ≤ 640px ─────────────────────────────── */
@media (max-width: 640px) {

	/* Spacing */
	:root {
		--container-padding-desktop: var(--container-padding-mobile);
		--space-lg: 40px;
		--space-xl: 56px;
		--space-md: 28px;
	}

	/* ── Hero ────────────────────────────── */
	.bn-section--hero {
		padding-block: 30px 36px;
	}

	.bn-hero-title {
		font-size: clamp(22px, 7.5vw, 30px);
		letter-spacing: -0.02em;
		margin-bottom: var(--space-sm);
	}

	/* Full-width buttons in hero — better touch targets */
	.bn-actions--hero {
		align-items: stretch;
		flex-direction: column;
		gap: 10px;
		margin-top: var(--space-sm);
	}

	.bn-actions--hero .bondnow-button {
		border-radius: 10px;
		font-size: 14px;
		justify-content: center;
		min-height: 44px;
		padding: 12px 16px;
		text-align: center;
		width: 100%;
	}

	/* ── All grids: single column ─────────── */
	.bn-grid--2,
	.bn-grid--3,
	.bn-grid--4 {
		gap: var(--space-sm);
		grid-template-columns: 1fr;
	}

	/* Feature columns and step flow → single column */
	.bn-feature-cols {
		gap: var(--space-sm);
	}

	.bn-steps-flow {
		gap: var(--space-sm);
		grid-template-columns: 1fr;
	}

	/* ── Audience tabs: segmented control on mobile ──────── */
	/* Switch from stacked cards → horizontal toggle strip   */
	.bn-tab-pills {
		background: var(--color-white);
		border: 1.5px solid var(--color-bg-tint-1);
		border-radius: 14px;
		display: flex;
		flex-direction: row;
		gap: 0;
		grid-template-columns: unset;
		margin-top: var(--space-sm);
		overflow: hidden;
		padding: 4px;
	}

	.bn-tab-pills .bn-tab-pill {
		align-items: center;
		border-radius: 10px;
		box-shadow: none;
		flex: 1;
		font-size: 13px;
		justify-content: center;
		min-height: 40px;
		padding: 8px 6px;
		text-align: center;
	}

	.bn-tab-pill-title {
		font-size: 13px;
		font-weight: 700;
		text-align: center;
	}

	/* Hide copy text in segmented mode — no space for it */
	.bn-tab-pill-copy {
		display: none;
	}

	/* Swap to short label on mobile */
	.bn-label-full {
		display: none;
	}

	.bn-label-short {
		display: inline;
	}

	/* Active segment: solid teal fill */
	.bn-tab-pills .bn-tab-pill.is-active,
	.bn-tab-pills .bn-tab-pill[aria-selected="true"] {
		background: var(--color-brand);
		border-color: transparent;
		box-shadow: 0 2px 8px rgba(19, 113, 113, 0.3);
		transform: none;
	}

	.bn-tab-pills .bn-tab-pill.is-active .bn-tab-pill-title,
	.bn-tab-pills .bn-tab-pill[aria-selected="true"] .bn-tab-pill-title {
		color: var(--color-white);
	}

	/* Inactive segments: no border, muted text */
	.bn-tab-pills .bn-tab-pill:not(.is-active) {
		background: transparent;
		border-color: transparent;
		box-shadow: none;
	}

	.bn-tab-pills .bn-tab-pill:not(.is-active) .bn-tab-pill-title {
		color: #7a9090;
	}

	/* Hover on inactive segment */
	.bn-tab-pills .bn-tab-pill:not(.is-active):hover {
		background: var(--color-bg-tint-2);
		transform: none;
	}

	/* Hide active indicator dot — not needed in segmented style */
	.bn-tab-pills .bn-tab-pill.is-active::before,
	.bn-tab-pills .bn-tab-pill[aria-selected="true"]::before {
		display: none;
	}

	/* ── Section actions ─────────────────── */
	.bn-actions {
		flex-direction: column;
		gap: 10px;
	}

	.bn-actions .bondnow-button {
		width: fit-content;
	}

	/* Final CTA buttons: full-width */
	.bn-section--brand .bn-actions .bondnow-button {
		width: 100%;
	}

	/* ── Section padding ─────────────────── */
	.bn-section {
		padding-block: 36px;
	}

	/* ── Cards ────────────────────────────── */
	.bn-card {
		padding: 20px;
	}

	/* Testimonial cards smaller on mobile */
	.bn-testimonial-card {
		padding: 18px 20px;
		width: 280px;
	}

	/* ── Footer: single column ───────────── */
	.bondnow-footer-inner {
		grid-template-columns: 1fr;
	}

}

/* ── Tier 4: Tiny phone ≤ 380px ──────────────────────────── */
@media (max-width: 380px) {

	:root {
		--container-padding-mobile: 18px;
	}

	.bondnow-logo-image {
		height: 34px;
	}

	.bondnow-header-inner {
		min-height: 64px;
	}

	.bondnow-nav {
		height: calc(100vh - 64px);
		top: 64px;
	}
}

/* ── Comparison: scrollable on small screens ─────────────── */
@media (max-width: 640px) {
	.bn-compare {
		display: block;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.bn-compare-head,
	.bn-compare-row {
		min-width: 500px;
	}
}

/* ── Pilot Terms Consent Gate (modal) ────────────────────── */
body.bn-modal-open {
	overflow: hidden;
}

.bn-pilot-consent {
	display: none;
	inset: 0;
	position: fixed;
	z-index: 9999;
}

.bn-pilot-consent.is-open {
	display: block;
}

.bn-pilot-consent__overlay {
	background: rgba(15, 42, 42, 0.72);
	inset: 0;
	position: absolute;
}

.bn-pilot-consent__dialog {
	background: var(--color-white);
	border-radius: 16px;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3);
	display: flex;
	flex-direction: column;
	left: 50%;
	max-height: min(84vh, 820px);
	max-width: 820px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 40px);
}

.bn-pilot-consent__header {
	align-items: flex-start;
	border-bottom: 1px solid rgba(15, 42, 42, 0.08);
	display: flex;
	gap: 18px;
	justify-content: space-between;
	padding: 22px 24px;
}

.bn-pilot-consent__eyebrow {
	color: #7a9090;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.bn-pilot-consent__title {
	color: var(--color-dark);
	font-size: 24px;
	letter-spacing: -0.03em;
	margin: 0;
}

.bn-pilot-consent__close {
	align-items: center;
	background: transparent;
	border: 1px solid rgba(15, 42, 42, 0.14);
	border-radius: 10px;
	color: var(--color-dark);
	cursor: pointer;
	display: inline-flex;
	font-size: 22px;
	font-weight: 600;
	height: 40px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	width: 40px;
}

.bn-pilot-consent__close:hover,
.bn-pilot-consent__close:focus {
	border-color: rgba(15, 42, 42, 0.24);
	box-shadow: 0 8px 22px rgba(15, 42, 42, 0.12);
}

.bn-pilot-consent__body {
	overflow: auto;
	padding: 22px 24px 0;
}

.bn-pilot-consent__lede {
	color: var(--color-text);
	font-size: 14px;
	line-height: 1.7;
	margin: 0 0 16px;
}

.bn-pilot-consent__terms {
	border: 1px solid rgba(15, 42, 42, 0.08);
	border-radius: 14px;
	overflow: hidden;
}

.bn-pilot-consent__term {
	background: var(--color-white);
	border-bottom: 1px solid rgba(15, 42, 42, 0.08);
	padding: 0;
}

.bn-pilot-consent__term:last-child {
	border-bottom: none;
}

.bn-pilot-consent__term summary {
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	list-style: none;
	padding: 16px 18px;
}

.bn-pilot-consent__term summary::-webkit-details-marker {
	display: none;
}

.bn-pilot-consent__term summary::after {
	color: #7a9090;
	content: "+";
	float: right;
	font-weight: 800;
}

.bn-pilot-consent__term[open] summary::after {
	content: "–";
}

.bn-pilot-consent__term p {
	color: var(--color-text);
	font-size: 13px;
	line-height: 1.7;
	margin: 0;
	padding: 0 18px 16px;
}

.bn-pilot-consent__agree {
	padding: 18px 2px 22px;
}

.bn-pilot-consent__step-actions {
	display: flex;
	justify-content: flex-end;
	padding: 0 2px 12px;
}

.bn-pilot-consent__form {
	padding: 0 0 24px;
}

.bn-pilot-form-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bn-pilot-form-grid label {
	display: grid;
	font-size: 13px;
	font-weight: 700;
	gap: 8px;
}

.bn-pilot-consent :is(input[type="text"], input[type="email"], input[type="tel"], textarea) {
	background: var(--color-white);
	border: 1px solid rgba(15, 42, 42, 0.14);
	border-radius: 12px;
	font-size: 14px;
	line-height: 1.4;
	padding: 10px 12px;
	width: 100%;
}

.bn-pilot-consent textarea {
	min-height: 110px;
	resize: vertical;
}

.bn-pilot-consent .wpcf7-not-valid-tip {
	font-size: 12px;
	margin-top: 6px;
}

.bn-pilot-consent .wpcf7-response-output {
	border-radius: 12px;
	margin: 14px 0 0;
}

.bn-pilot-consent__success {
	background: rgba(15, 42, 42, 0.06);
	border: 1px solid rgba(15, 42, 42, 0.10);
	border-radius: 14px;
	margin: 0 0 24px;
	padding: 18px;
}

.bn-pilot-consent__success h3 {
	font-size: 16px;
	margin: 0 0 6px;
}

.bn-pilot-consent__success p {
	margin: 0;
}

.bn-pilot-consent__checkbox {
	align-items: flex-start;
	display: flex;
	gap: 12px;
}

.bn-pilot-consent__checkbox input {
	margin-top: 3px;
}

.bn-pilot-consent__checkbox span {
	color: var(--color-dark);
	font-size: 13px;
	line-height: 1.6;
}

.bn-pilot-consent__footer {
	border-top: 1px solid rgba(15, 42, 42, 0.08);
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-end;
	padding: 16px 24px 22px;
}

.bondnow-button[disabled] {
	cursor: not-allowed;
	opacity: 0.55;
	transform: none !important;
}

.bondnow-button[disabled]:hover,
.bondnow-button[disabled]:focus {
	box-shadow: none !important;
}

@media (max-width: 600px) {
	.bn-pilot-consent__dialog {
		max-height: 88vh;
		width: calc(100% - 26px);
	}

	.bn-pilot-consent__header,
	.bn-pilot-consent__body,
	.bn-pilot-consent__footer {
		padding-inline: 18px;
	}

	.bn-pilot-consent__footer {
		justify-content: stretch;
	}

	.bn-pilot-consent__footer .bondnow-button {
		flex: 1;
	}

	.bn-pilot-form-grid {
		grid-template-columns: 1fr;
	}
}

/* ─────────────────────────────────────────────────────────
   HOW IT WORKS PAGE — Alignment overrides
   Must come after base `.bn-title` / `.bn-lede` rules.
   ───────────────────────────────────────────────────────── */

.bn-how-hero .elementor-widget-heading .elementor-heading-title {
	margin-inline: 0;
	text-align: left;
}

/* All section headings centered (except hero). */
:is(.bn-how-call, .bn-how-device, .bn-how-cta) .elementor-widget-heading .elementor-heading-title {
	margin-inline: auto;
	text-align: center;
}

/* How-it-works: center only the “What is BondNow?” heading. */
.bn-how-what .elementor-widget-heading .elementor-heading-title {
	margin-inline: auto;
	text-align: center;
}

.bn-how .bn-title,
.bn-how .bn-lede,
.bn-how .bn-how-copy,
.bn-how .bn-how-three,
.bn-how .bn-how-steps,
.bn-how .bn-how-video,
.bn-how .bn-how-device-grid {
	margin-inline: auto;
	max-width: 920px;
}

.bn-how .bn-title,
.bn-how .bn-lede {
	text-align: left;
}

.bn-how .bn-lede,
.bn-how .bn-how-copy,
.bn-how .bn-how-three {
	max-width: 820px;
}

.bn-how .bn-how-copy,
.bn-how .bn-how-three,
.bn-how .bn-how-step-body,
.bn-how .bn-card {
	text-align: left;
}

.bn-how-hero .bn-how-hero-title {
	text-align: left;
}

.bn-how-hero .bn-lede.bn-how-hero-lede {
	margin-inline: 0;
	text-align: left;
}

/* Center headings only for this section (body stays left via default rules). */
.bn-how .bn-how-call .bn-title,
.bn-how .bn-how-call .bn-lede {
	margin-inline: auto;
	text-align: center;
}

.bn-how-hero .bn-actions--hero {
	width: auto;
}

.bn-how-hero .bn-actions--hero .bondnow-button {
	align-self: flex-start;
}

/* Steps: perfectly aligned left edge */
.bn-how-step {
	grid-template-columns: 56px 1fr;
	padding: 18px;
}

.bn-how-video-caption {
	margin-inline: 0;
}

/* Final CTA: intentionally centered */
.bn-how-cta .bn-title,
.bn-how-cta .bn-lede,
.bn-how-cta .bn-how-trust,
.bn-how-cta .bn-how-help {
	margin-inline: auto;
	text-align: center;
}

@media (max-width: 960px) {
	.bn-how .bn-how-device-grid {
		max-width: 920px;
	}
}

/* ─────────────────────────────────────────────────────────
   PILOT PAGE (bn-pilot-*)
   ───────────────────────────────────────────────────────── */

.bn-pilot .bn-eyebrow {
	color: rgba(255, 255, 255, 0.78);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.bn-pilot-hero {
	/* Match global hero sections sitewide */
	background: var(--color-brand);
	color: var(--color-white);
}

.bn-pilot-hero .bn-hero-title {
	color: var(--color-white);
	font-size: clamp(40px, 5vw, 64px);
	font-weight: 900;
	letter-spacing: -0.05em;
	line-height: 1.06;
	margin: 10px 0 14px;
}

.bn-pilot-hero .bn-lede {
	color: rgba(255, 255, 255, 0.86);
	margin: 0 0 18px;
	max-width: 700px;
}

.bn-pilot-hero-grid {
	align-items: center;
	display: grid;
	gap: var(--space-lg);
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.86fr);
}

.bn-pilot-hero-note {
	color: rgba(255, 255, 255, 0.78);
	font-size: 13px;
	font-weight: 700;
	margin: 14px 0 0;
}

.bn-pilot-hero .bn-actions--hero {
	align-items: flex-start;
	justify-content: flex-start;
	width: auto;
}

.bn-btn-icon {
	display: inline-flex;
	margin-right: 10px;
	opacity: 0.9;
}

.bn-btn-icon svg {
	height: 18px;
	width: 18px;
}

.bn-pilot-hero-visual {
	align-items: stretch;
	display: flex;
	flex-direction: column;
	gap: 14px;
	position: relative;
}

.bn-pilot-hero-image {
	border-radius: 18px;
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.35);
	overflow: hidden;
	position: relative;
}

.bn-pilot-hero-image::after {
	background: linear-gradient(140deg, rgba(15, 42, 42, 0.08), rgba(15, 42, 42, 0.68));
	content: '';
	inset: 0;
	position: absolute;
}

.bn-pilot-hero-image img {
	display: block;
	height: auto;
	width: 100%;
}

.bn-pilot-hero-badge {
	align-self: flex-start;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 16px;
	bottom: auto;
	left: auto;
	max-width: min(360px, 100%);
	padding: 12px 14px 10px;
	position: static;
	backdrop-filter: blur(10px);
}

.bn-pilot-hero-badge strong {
	display: block;
	font-size: 14px;
	font-weight: 900;
	margin: 0 0 6px;
}

.bn-pilot-hero-badge span {
	color: rgba(255, 255, 255, 0.84);
	display: block;
	font-size: 13px;
	line-height: 1.45;
}

.bn-pilot-section .bn-title {
	letter-spacing: -0.03em;
}

.bn-section--dark.bn-pilot-why p {
	color: rgba(255, 255, 255, 0.86);
}

.bn-section--dark.bn-pilot-why a {
	color: rgba(255, 255, 255, 0.94);
}

.bn-pilot-split {
	align-items: start;
	display: grid;
	gap: var(--space-md);
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.bn-pilot-checks {
	display: grid;
	gap: 12px;
}

.bn-pilot-check {
	background: var(--color-bg-off);
	border: 1px solid var(--color-bg-tint-1);
	border-radius: 16px;
	padding: 14px 14px;
	position: relative;
	padding-left: 38px;
}

.bn-pilot-check::before {
	color: var(--color-brand-hover);
	content: '✓';
	font-weight: 900;
	left: 14px;
	position: absolute;
	top: 12px;
}

.bn-pilot-three {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: var(--space-md);
}

.bn-pilot-card {
	background: var(--color-white);
	border: 1px solid var(--color-bg-tint-1);
	border-radius: 18px;
	box-shadow: var(--shadow-card);
	padding: 20px 18px;
}

.bn-pilot-card h3 {
	font-size: 15px;
	font-weight: 900;
	letter-spacing: -0.02em;
	margin: 0 0 10px;
}

.bn-pilot-card ul {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.bn-pilot-card li {
	color: rgba(21, 28, 30, 0.86);
	line-height: 1.5;
	padding-left: 18px;
	position: relative;
}

.bn-pilot-card li::before {
	color: var(--color-brand-hover);
	content: '•';
	left: 0;
	position: absolute;
	top: 0;
}

.bn-pilot-feature-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: var(--space-md);
}

.bn-pilot-feature {
	background: var(--color-white);
	border: 1px solid rgba(15, 42, 42, 0.08);
	border-radius: 18px;
	box-shadow: var(--shadow-card);
	color: var(--color-text);
	padding: 20px 18px;
}

.bn-pilot-feature-icon {
	align-items: center;
	background: var(--color-bg-tint-3);
	border: 1px solid rgba(15, 42, 42, 0.08);
	border-radius: 12px;
	color: var(--color-brand);
	display: inline-flex;
	font-size: 14px;
	font-weight: 900;
	height: 34px;
	justify-content: center;
	margin-bottom: 12px;
	width: 34px;
}

.bn-pilot-feature-icon svg {
	height: 18px;
	width: 18px;
}

.bn-pilot-feature h3 {
	color: var(--color-dark);
	font-size: 16px;
	font-weight: 900;
	letter-spacing: -0.02em;
	margin: 0 0 8px;
}

.bn-pilot-feature p {
	margin: 0;
	opacity: 0.9;
}

.bn-pilot-promise {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: var(--space-md);
}

.bn-pilot-promise-card {
	background: var(--color-bg-off);
	border: 1px solid var(--color-bg-tint-1);
	border-radius: 18px;
	padding: 18px;
}

.bn-pilot-promise-card h3 {
	font-size: 14px;
	font-weight: 900;
	margin: 0 0 8px;
}

.bn-pilot-promise-card p {
	margin: 0;
}

.bn-pilot-steps-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: var(--space-md);
}

.bn-pilot-step {
	background: var(--color-white);
	border: 1px solid var(--color-bg-tint-1);
	border-radius: 18px;
	box-shadow: var(--shadow-card);
	padding: 20px 18px;
}

.bn-pilot-step-num {
	background: rgba(19, 113, 113, 0.14);
	border: 1px solid rgba(19, 113, 113, 0.24);
	border-radius: 999px;
	color: var(--color-dark);
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.12em;
	padding: 8px 10px;
	text-transform: uppercase;
}

.bn-pilot-step h3 {
	font-size: 15px;
	font-weight: 900;
	letter-spacing: -0.02em;
	margin: 12px 0 8px;
}

.bn-pilot-step p {
	margin: 0;
}

.bn-pilot-ref-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: var(--space-md);
}

.bn-pilot-ref-card {
	background: var(--color-white);
	border: 1px solid rgba(15, 42, 42, 0.08);
	border-radius: 18px;
	box-shadow: var(--shadow-card);
	color: var(--color-text);
	padding: 18px;
}

.bn-pilot-ref-card h3 {
	color: var(--color-dark);
	font-size: 15px;
	font-weight: 900;
	margin: 0 0 8px;
}

.bn-pilot-ref-card p {
	margin: 0;
}

.bn-pilot-deliver-list {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: var(--space-md);
}

.bn-pilot-deliver {
	background: var(--color-bg-off);
	border: 1px solid var(--color-bg-tint-1);
	border-radius: 18px;
	padding: 18px;
}

.bn-pilot-deliver strong {
	display: block;
	font-weight: 900;
	margin-bottom: 6px;
}

.bn-pilot-deliver p {
	margin: 0;
}

.bn-pilot-final {
	/* Match global dark sections sitewide */
	background: var(--color-dark);
	color: var(--color-white);
}

.bn-pilot-final-inner {
	margin: 0 auto;
	max-width: 860px;
	text-align: center;
}

.bn-pilot-final .bn-title {
	color: var(--color-white);
}

.bn-pilot-final .bn-lede {
	color: rgba(255, 255, 255, 0.86);
	margin-inline: auto;
	max-width: 760px;
}

@media (max-width: 980px) {
	.bn-pilot-hero-grid,
	.bn-pilot-split {
		grid-template-columns: 1fr;
	}
	.bn-pilot-three,
	.bn-pilot-feature-grid,
	.bn-pilot-promise,
	.bn-pilot-steps-grid,
	.bn-pilot-ref-grid {
		grid-template-columns: 1fr;
	}
	.bn-pilot-deliver-list {
		grid-template-columns: 1fr;
	}
}

/* ─────────────────────────────────────────────────────────
   ORDER CONFIRMATION PAGE  (bn-confirm-*)
   ───────────────────────────────────────────────────────── */

.bn-confirm-hero {
	background: var(--color-brand);
	padding: var(--space-xl) var(--space-md);
	text-align: center;
}

.bn-confirm-hero-inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: var(--space-sm);
	max-width: 680px;
}

.bn-confirm-check {
	display: inline-flex;
}

.bn-confirm-hero-title {
	color: var(--color-white);
	font-size: clamp(36px, 5vw, var(--font-size-display));
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.1;
	margin: 0;
}

.bn-confirm-hero-sub {
	color: rgba(255, 255, 255, 0.88);
	font-size: var(--font-size-body-large);
	line-height: 1.55;
	margin: 0;
	max-width: 520px;
}

.bn-confirm-body-section {
	background: var(--color-bg-tint-3);
	padding: var(--space-lg) var(--space-md);
}

.bn-confirm-body {
	display: flex;
	flex-direction: column;
	gap: var(--space-md);
	max-width: 680px;
}

/* Email notice card */
.bn-confirm-email-card {
	align-items: flex-start;
	background: var(--color-white);
	border: 1px solid rgba(19, 113, 113, 0.18);
	border-radius: var(--radius-card);
	box-shadow: var(--shadow-card);
	display: flex;
	gap: var(--space-sm);
	padding: var(--space-md);
}

.bn-confirm-email-icon {
	flex: 0 0 auto;
	margin-top: 2px;
}

.bn-confirm-email-title {
	color: var(--color-dark);
	font-size: var(--font-size-h4);
	font-weight: 700;
	margin: 0 0 6px;
}

.bn-confirm-email-body {
	color: var(--color-text);
	font-size: var(--font-size-body);
	line-height: 1.6;
	margin: 0;
}

/* Steps */
.bn-confirm-steps-heading {
	color: var(--color-dark);
	font-size: var(--font-size-h3);
	font-weight: 700;
	margin: 0;
}

.bn-confirm-steps {
	display: grid;
	gap: var(--space-sm);
	list-style: none;
	margin: 0;
	padding: 0;
}

.bn-confirm-step {
	align-items: flex-start;
	background: var(--color-white);
	border: 1px solid rgba(15, 42, 42, 0.08);
	border-radius: var(--radius-card);
	display: flex;
	gap: var(--space-sm);
	padding: 20px var(--space-md);
}

.bn-confirm-step-num {
	align-items: center;
	background: var(--color-brand);
	border-radius: 50%;
	color: var(--color-white);
	display: inline-flex;
	flex: 0 0 32px;
	font-size: 14px;
	font-weight: 700;
	height: 32px;
	justify-content: center;
	margin-top: 1px;
	width: 32px;
}

.bn-confirm-step-title {
	color: var(--color-dark);
	display: block;
	font-size: var(--font-size-body-large);
	font-weight: 700;
	margin-bottom: 4px;
}

.bn-confirm-step-body {
	color: var(--color-text);
	font-size: var(--font-size-body);
	line-height: 1.6;
	margin: 0;
}

/* Subscription note */
.bn-confirm-sub-note {
	background: rgba(19, 113, 113, 0.07);
	border: 1px solid rgba(19, 113, 113, 0.18);
	border-radius: 10px;
	color: var(--color-text);
	font-size: var(--font-size-body);
	line-height: 1.6;
	margin: 0;
	padding: 14px 18px;
}

/* CTAs */
.bn-confirm-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-sm);
}

.bn-confirm-support-link {
	font-size: var(--font-size-body-small);
	margin: 0;
}

.bn-confirm-support-link a {
	color: var(--color-text);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.bn-confirm-support-link a:hover {
	color: var(--color-brand);
}

@media (max-width: 600px) {
	.bn-confirm-email-card {
		flex-direction: column;
	}

	.bn-confirm-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.bn-confirm-actions .bondnow-button {
		text-align: center;
		width: 100%;
	}
}

/* ─────────────────────────────────────────────────────────
   BLOG ARCHIVE (bn-blog-*)
   ───────────────────────────────────────────────────────── */

.bn-blog-archive {
	background-color: var(--color-bg-off);
	padding: var(--space-xl) 0;
}

.bn-container {
	margin: 0 auto;
	max-width: var(--container-width);
	padding: 0 var(--container-padding-mobile);
}

@media (min-width: 768px) {
	.bn-container {
		padding: 0 var(--container-padding-desktop);
	}
}

.bn-blog-header {
	margin-bottom: var(--space-lg);
	text-align: center;
}

.bn-blog-title {
	color: var(--color-dark);
	font-size: clamp(32px, 4vw, 48px);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.1;
	margin: 0 0 var(--space-sm);
}

.bn-blog-description {
	color: var(--color-text);
	font-size: var(--font-size-body-large);
	line-height: 1.6;
	margin: 0;
}

.bn-blog-grid {
	display: grid;
	gap: var(--space-md);
	grid-template-columns: 1fr;
	margin-bottom: var(--space-lg);
}

@media (min-width: 768px) {
	.bn-blog-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1024px) {
	.bn-blog-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.bn-blog-card {
	background: var(--color-white);
	border-radius: var(--radius-card);
	box-shadow: var(--shadow-card);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bn-blog-card:hover {
	box-shadow: 0 20px 48px rgba(15, 42, 42, 0.12);
	transform: translateY(-4px);
}

.bn-blog-card-image {
	aspect-ratio: 16 / 9;
	display: block;
	overflow: hidden;
	position: relative;
}

.bn-blog-card-image img {
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
	width: 100%;
}

.bn-blog-card:hover .bn-blog-card-image img {
	transform: scale(1.05);
}

.bn-blog-card-content {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	padding: var(--space-md);
}

.bn-blog-card-meta {
	margin-bottom: var(--space-sm);
}

.bn-blog-card-date {
	color: var(--color-brand);
	font-size: var(--font-size-body-small);
	font-weight: 600;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.bn-blog-card-title {
	color: var(--color-dark);
	font-size: var(--font-size-h3);
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.3;
	margin: 0 0 var(--space-sm);
}

.bn-blog-card-title a {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s ease;
}

.bn-blog-card-title a:hover {
	color: var(--color-brand);
}

.bn-blog-card-excerpt {
	color: var(--color-text);
	flex-grow: 1;
	font-size: var(--font-size-body);
	line-height: 1.6;
	margin-bottom: var(--space-md);
}

.bn-blog-card-excerpt p {
	margin: 0;
}

.bn-blog-card-link {
	align-items: center;
	color: var(--color-brand);
	display: inline-flex;
	font-size: var(--font-size-body);
	font-weight: 600;
	gap: 6px;
	text-decoration: none;
	transition: gap 0.2s ease, color 0.2s ease;
}

.bn-blog-card-link:hover {
	color: var(--color-brand-hover);
	gap: 10px;
}

.bn-blog-card-link svg {
	flex-shrink: 0;
}

.bn-blog-pagination {
	align-items: center;
	display: flex;
	gap: var(--space-md);
	justify-content: center;
	margin-top: var(--space-xl);
}

.bn-blog-pagination a {
	background: var(--color-white);
	border-radius: var(--radius-button);
	box-shadow: 0 2px 8px rgba(15, 42, 42, 0.08);
	color: var(--color-brand);
	font-size: var(--font-size-body);
	font-weight: 600;
	padding: 12px 24px;
	text-decoration: none;
	transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.bn-blog-pagination a:hover {
	background: var(--color-brand);
	box-shadow: 0 4px 12px rgba(19, 113, 113, 0.2);
	color: var(--color-white);
	transform: translateY(-2px);
}

/* ─────────────────────────────────────────────────────────
   SINGLE POST (bn-single-post / bn-post-*)
   ───────────────────────────────────────────────────────── */

.bn-single-post {
	background-color: var(--color-bg-off);
	padding: var(--space-xl) 0 var(--space-2xl);
}

/* Header -------------------------------------------------- */
.bn-post-header {
	margin-bottom: var(--space-lg);
	max-width: 100%;
}

.bn-post-header-meta {
	align-items: center;
	display: flex;
	gap: var(--space-md);
	margin-bottom: var(--space-md);
}

.bn-post-back {
	align-items: center;
	color: var(--color-brand);
	display: inline-flex;
	font-size: var(--font-size-body-small);
	font-weight: 600;
	gap: 4px;
	letter-spacing: 0.02em;
	text-decoration: none;
	text-transform: uppercase;
	transition: gap 0.2s ease, color 0.2s ease;
}

.bn-post-back:hover {
	color: var(--color-brand-hover);
	gap: 8px;
}

.bn-post-date {
	color: var(--color-text);
	font-size: var(--font-size-body-small);
	opacity: 0.7;
}

.bn-post-title {
	color: var(--color-dark);
	font-size: clamp(28px, 4vw, 44px);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.15;
	margin: 0 0 var(--space-sm);
}

.bn-post-excerpt {
	color: var(--color-text);
	font-size: var(--font-size-body-large);
	line-height: 1.65;
	margin: 0 0 var(--space-md);
	max-width: 72ch;
	opacity: 0.85;
}

.bn-post-hero-image {
	border-radius: var(--radius-card);
	margin-top: var(--space-md);
	overflow: hidden;
}

.bn-post-hero-image img {
	display: block;
	height: auto;
	width: 100%;
}

/* Body layout --------------------------------------------- */
.bn-post-body {
	display: grid;
	gap: var(--space-lg);
	grid-template-columns: 1fr;
}

/* Content typography -------------------------------------- */
.bn-post-content {
	background: var(--color-white);
	border-radius: var(--radius-card);
	box-shadow: var(--shadow-card);
	color: var(--color-text);
	font-size: var(--font-size-body-large);
	line-height: 1.8;
	padding: var(--space-lg);
}

.bn-post-content > * + * {
	margin-top: 1.4em;
}

.bn-post-content h2 {
	color: var(--color-dark);
	font-size: var(--font-size-h2);
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.2;
	margin-top: var(--space-lg);
}

.bn-post-content h3 {
	color: var(--color-dark);
	font-size: var(--font-size-h3);
	font-weight: 700;
	letter-spacing: -0.01em;
	line-height: 1.3;
	margin-top: var(--space-md);
}

.bn-post-content h4 {
	color: var(--color-dark);
	font-size: var(--font-size-h4);
	font-weight: 700;
	margin-top: var(--space-md);
}

.bn-post-content p {
	margin: 0;
}

.bn-post-content ul,
.bn-post-content ol {
	padding-left: var(--space-md);
}

.bn-post-content li {
	margin-bottom: 0.5em;
}

.bn-post-content a {
	color: var(--color-brand);
	text-decoration: underline;
	text-underline-offset: 3px;
	transition: color 0.2s ease;
}

.bn-post-content a:hover {
	color: var(--color-brand-hover);
}

.bn-post-content strong {
	color: var(--color-dark);
	font-weight: 700;
}

.bn-post-content blockquote {
	border-left: 4px solid var(--color-brand);
	color: var(--color-dark);
	font-size: var(--font-size-body-large);
	font-style: italic;
	margin: var(--space-md) 0;
	padding: var(--space-sm) var(--space-md);
}

.bn-post-content hr {
	border: none;
	border-top: 1px solid var(--color-bg-tint-1);
	margin: var(--space-md) 0;
}

.bn-post-content img {
	border-radius: 8px;
	height: auto;
	max-width: 100%;
}

/* Footer back link ---------------------------------------- */
.bn-post-footer {
	margin-top: var(--space-lg);
}

.bn-post-back-btn {
	align-items: center;
	background: var(--color-white);
	border-radius: var(--radius-button);
	box-shadow: 0 2px 8px rgba(15, 42, 42, 0.08);
	color: var(--color-brand);
	display: inline-flex;
	font-size: var(--font-size-body);
	font-weight: 600;
	gap: 6px;
	padding: 12px 24px;
	text-decoration: none;
	transition: background-color 0.2s ease, box-shadow 0.2s ease, gap 0.2s ease;
}

.bn-post-back-btn:hover {
	background: var(--color-brand);
	box-shadow: 0 4px 12px rgba(19, 113, 113, 0.2);
	color: var(--color-white);
	gap: 10px;
}

/* Mobile adjustments -------------------------------------- */
@media (max-width: 767px) {
	.bn-post-content {
		padding: var(--space-md);
	}

	.bn-post-content h2 {
		font-size: var(--font-size-h3);
	}

	.bn-post-header-meta {
		flex-wrap: wrap;
		gap: var(--space-sm);
	}
}

/* ── Reduced motion ──────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
