/*
Theme Name: Blueverse Child
Theme URI: https://blueverse.be/
Description: Custom WordPress child theme for Blueverse.
Author: Blueverse
Author URI: https://blueverse.be/
Template: braintech
Version: 2.3.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blueverse
*/

:root {
	--bv-blue: #4564ad;
	--bv-blue-dark: #354e91;
	--bv-ink: #29293a;
	--bv-ink-soft: #45455b;
	--bv-surface: #f6f8fc;
	--bv-white: #ffffff;
	--bv-border: #e3e7f0;
	--bv-radius-sm: 8px;
	--bv-radius-md: 16px;
	--bv-shadow: 0 18px 50px rgba(41, 41, 58, 0.10);
}

html {
	scroll-behavior: smooth;
}

body {
	color: var(--bv-ink-soft);
	background: var(--bv-white);
}

body,
button,
input,
select,
textarea {
	font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--bv-ink);
	letter-spacing: -0.025em;
}

a {
	color: var(--bv-blue);
}

a:hover,
a:focus {
	color: var(--bv-blue-dark);
}

::selection {
	color: var(--bv-white);
	background: var(--bv-blue);
}

.blueverse-surface {
	background: var(--bv-surface);
}

.blueverse-card {
	height: 100%;
	padding: clamp(24px, 4vw, 40px);
	border: 1px solid var(--bv-border);
	border-radius: var(--bv-radius-md);
	background: var(--bv-white);
	box-shadow: var(--bv-shadow);
}

.blueverse-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 16px;
	color: var(--bv-blue);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.blueverse-button,
.blueverse-button:visited,
.readon,
button,
input[type="button"],
input[type="submit"] {
	border-color: var(--bv-blue);
	border-radius: var(--bv-radius-sm);
	background: var(--bv-blue);
	color: var(--bv-white);
	transition:
		transform 180ms ease,
		background-color 180ms ease,
		border-color 180ms ease,
		box-shadow 180ms ease;
}

.blueverse-button:hover,
.blueverse-button:focus,
.readon:hover,
.readon:focus,
button:hover,
button:focus,
input[type="button"]:hover,
input[type="submit"]:hover {
	border-color: var(--bv-blue-dark);
	background: var(--bv-blue-dark);
	color: var(--bv-white);
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(69, 100, 173, 0.24);
}

.menu-area .navbar ul > li > a:hover,
.menu-area .navbar ul > li.current-menu-item > a,
.menu-area .navbar ul > li.current-menu-ancestor > a {
	color: var(--bv-blue);
}

.menu-area.sticky {
	box-shadow: 0 10px 30px rgba(41, 41, 58, 0.08);
}

.site-footer,
#rs-footer {
	background: var(--bv-ink);
	color: rgba(255, 255, 255, 0.76);
}

.site-footer a,
#rs-footer a {
	color: rgba(255, 255, 255, 0.88);
}

.site-footer a:hover,
#rs-footer a:hover {
	color: var(--bv-white);
}

:focus-visible {
	outline: 3px solid rgba(69, 100, 173, 0.42);
	outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}

/* Blueverse site shell */
.blueverse-site {
	margin: 0;
	overflow-x: hidden;
	font-size: 16px;
	line-height: 1.7;
}

.blueverse-site * {
	box-sizing: border-box;
}

.bv-container {
	width: min(1180px, calc(100% - 48px));
	margin-inline: auto;
}

.bv-skip-link {
	position: fixed;
	z-index: 99999;
	top: 12px;
	left: 12px;
	padding: 10px 16px;
	border-radius: 6px;
	background: var(--bv-ink);
	color: var(--bv-white);
	transform: translateY(-160%);
}

.bv-skip-link:focus {
	color: var(--bv-white);
	transform: translateY(0);
}

.bv-header {
	position: relative;
	z-index: 100;
	border-bottom: 1px solid rgba(227, 231, 240, .8);
	background: rgba(255, 255, 255, .94);
	backdrop-filter: blur(18px);
}

.admin-bar .bv-header {
	top: 0;
}

.bv-header-inner {
	display: flex;
	min-height: 86px;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
}

.bv-brand,
.bv-footer-brand {
	display: inline-flex;
	align-items: center;
}

.bv-brand img {
	display: block;
	width: 174px;
	height: auto;
}

.bv-nav,
.bv-nav-list {
	display: flex;
	align-items: center;
}

.bv-nav {
	gap: 28px;
}

.bv-nav-list {
	gap: 27px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.bv-nav-list li {
	position: relative;
	margin: 0;
}

.bv-nav-list a {
	position: relative;
	color: var(--bv-ink);
	font-size: .9rem;
	font-weight: 650;
	text-decoration: none;
}

.bv-nav-list a::after {
	position: absolute;
	right: 0;
	bottom: -8px;
	left: 0;
	height: 2px;
	border-radius: 999px;
	background: var(--bv-blue);
	content: "";
	transform: scaleX(0);
	transition: transform 180ms ease;
}

.bv-nav-list a:hover::after,
.bv-nav-list a:focus::after,
.bv-nav-list .current-menu-item > a::after {
	transform: scaleX(1);
}

.bv-has-submenu {
	display: flex;
	align-items: center;
}

.bv-submenu-toggle {
	display: inline-flex;
	width: 26px;
	height: 30px;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--bv-ink);
	font-size: 1rem;
	box-shadow: none;
	transition: transform 180ms ease;
}

.bv-has-submenu:hover .bv-submenu-toggle,
.bv-has-submenu:focus-within .bv-submenu-toggle {
	transform: rotate(180deg);
}

.bv-megamenu {
	position: absolute;
	z-index: 30;
	top: calc(100% + 25px);
	left: 50%;
	display: grid;
	width: min(720px, calc(100vw - 48px));
	padding: 16px;
	border: 1px solid rgba(69, 100, 173, .13);
	border-radius: 18px;
	background: rgba(255, 255, 255, .98);
	opacity: 0;
	box-shadow: 0 24px 65px rgba(24, 39, 75, .18);
	pointer-events: none;
	transform: translate(-50%, 12px);
	transition: opacity 180ms ease, transform 180ms ease;
}

.bv-megamenu::before {
	position: absolute;
	top: -26px;
	right: 0;
	left: 0;
	height: 28px;
	content: "";
}

.bv-has-submenu:hover > .bv-megamenu,
.bv-has-submenu:focus-within > .bv-megamenu {
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, 0);
}

.bv-megamenu-solutions {
	grid-template-columns: .7fr 1.3fr;
	gap: 14px;
}

.bv-megamenu-shopify {
	left: 40%;
	width: 460px;
}

.bv-megamenu-intro {
	display: flex;
	padding: 26px;
	flex-direction: column;
	border-radius: 13px;
	background: linear-gradient(145deg, #eef3ff, #f8faff);
}

.bv-megamenu-intro > span {
	margin-bottom: 12px;
	color: var(--bv-blue);
	font-size: .68rem;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.bv-megamenu-intro > strong {
	color: var(--bv-ink);
	font-size: 1.15rem;
	line-height: 1.35;
}

.bv-megamenu-intro > a {
	margin-top: auto;
	padding-top: 30px;
	color: var(--bv-blue);
	font-size: .78rem;
	font-weight: 800;
}

.bv-megamenu-intro > a::after,
.bv-megamenu-links a::after {
	display: none;
}

.bv-megamenu-links {
	display: grid;
	gap: 5px;
}

.bv-megamenu-links > a {
	display: flex;
	min-height: 76px;
	align-items: center;
	gap: 15px;
	padding: 12px 14px;
	border: 1px solid transparent;
	border-radius: 12px;
	transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.bv-megamenu-links > a:hover,
.bv-megamenu-links > a:focus {
	border-color: rgba(69, 100, 173, .14);
	background: var(--bv-surface);
	transform: translateX(3px);
}

.bv-megamenu-links img,
.bv-nav-symbol {
	width: 42px;
	height: 42px;
	flex: 0 0 42px;
	object-fit: contain;
}

.bv-nav-symbol {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 11px;
	background: linear-gradient(145deg, #4564ad, #243a88);
	color: #fff;
	font-size: .75rem;
	font-weight: 850;
}

.bv-nav-symbol-copilot { background: linear-gradient(145deg, #7a4fd0, #2a78d6); font-size: 1rem; }
.bv-nav-symbol-shopify { background: #95bf47; font-size: 1rem; }
.bv-megamenu-links span { min-width: 0; }
.bv-megamenu-links strong,
.bv-megamenu-links small,
.bv-megamenu-links em { display: block; }
.bv-megamenu-links strong { color: var(--bv-ink); font-size: .88rem; }
.bv-megamenu-links small { margin-top: 3px; color: var(--bv-muted); font-size: .72rem; line-height: 1.35; }
.bv-megamenu-links em { margin-top: 6px; color: var(--bv-blue); font-size: .69rem; font-style: normal; font-weight: 800; }
.bv-megamenu-links .bv-menu-featured {
	border-color: rgba(69, 100, 173, .15);
	background: linear-gradient(120deg, #f1f5ff, #fff);
}
.bv-menu-featured img { border-radius: 10px; }

.bv-button,
.bv-button:visited {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 13px 22px;
	border: 1px solid var(--bv-blue);
	border-radius: 9px;
	background: var(--bv-blue);
	color: var(--bv-white);
	font-size: .92rem;
	font-weight: 750;
	line-height: 1.2;
	text-decoration: none;
	box-shadow: 0 12px 25px rgba(69, 100, 173, .18);
}

.bv-button-small {
	min-height: 44px;
	padding: 11px 17px;
	font-size: .84rem;
	white-space: nowrap;
}

.bv-menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	padding: 11px;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.bv-menu-toggle span:not(.screen-reader-text) {
	display: block;
	width: 22px;
	height: 2px;
	margin: 4px auto;
	border-radius: 2px;
	background: var(--bv-ink);
}

/* Product application showcases */
.bv-product-showcase {
	position: relative;
	overflow: hidden;
	padding-block: 88px;
	background: linear-gradient(145deg, #f4f7fc, #fff);
}

.bv-product-showcase::after {
	position: absolute;
	top: -160px;
	right: -120px;
	width: 520px;
	height: 520px;
	border-radius: 50%;
	background: rgba(69, 100, 173, .07);
	content: "";
	filter: blur(2px);
}

.bv-product-showcase-grid {
	position: relative;
	z-index: 1;
	display: grid;
	align-items: center;
	grid-template-columns: .82fr 1.18fr;
	gap: 78px;
}

.bv-product-logo {
	display: inline-flex;
	align-items: center;
	gap: 13px;
	margin-bottom: 25px;
	color: var(--bv-ink);
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .04em;
	text-decoration: none;
}

.bv-product-logo img {
	width: auto;
	max-width: 128px;
	height: 48px;
	object-fit: contain;
}

.bv-product-logo img[src*="shopify"] { width: 122px; max-width: none; height: auto; }
.bv-product-logo img[src*="blueverse-hub"] { width: 52px; height: 52px; border-radius: 13px; }
.bv-product-logo img[src*="shopify"] + span { display: none; }

.bv-product-story h2 {
	margin-bottom: 20px;
	font-size: clamp(2rem, 3.4vw, 3.25rem);
	line-height: 1.08;
}

.bv-product-story > p {
	margin-bottom: 28px;
	font-size: 1rem;
	line-height: 1.75;
}

.bv-product-story ul {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.bv-product-story li {
	display: flex;
	align-items: center;
	gap: 11px;
	color: var(--bv-ink);
	font-size: .88rem;
	font-weight: 700;
}

.bv-product-story li span {
	display: inline-flex;
	width: 24px;
	height: 24px;
	align-items: center;
	justify-content: center;
	flex: 0 0 24px;
	border-radius: 50%;
	background: rgba(69, 100, 173, .11);
	color: var(--bv-blue);
	font-size: .72rem;
}

.bv-app-frame {
	overflow: hidden;
	border: 1px solid rgba(35, 54, 94, .13);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 30px 75px rgba(35, 54, 94, .18);
	transform: perspective(1300px) rotateY(-3deg) rotateX(1deg);
}

.bv-app-topbar {
	display: flex;
	height: 48px;
	align-items: center;
	gap: 7px;
	padding: 0 17px;
	border-bottom: 1px solid #e6eaf2;
	background: #fbfcff;
}

.bv-app-topbar i { width: 8px; height: 8px; border-radius: 50%; background: #d6dce8; }
.bv-app-topbar strong { margin-left: 10px; color: #263451; font-size: .69rem; }
.bv-app-topbar > span { margin-left: auto; color: #8290a8; font-size: .7rem; }
.bv-app-layout { display: grid; min-height: 410px; grid-template-columns: 65px 1fr; }
.bv-app-sidebar { display: flex; align-items: center; padding-top: 25px; flex-direction: column; gap: 21px; background: #263451; }
.bv-app-sidebar b { width: 21px; height: 21px; border: 2px solid rgba(255,255,255,.52); border-radius: 6px; }
.bv-app-sidebar b:first-child { border-color: #fff; background: rgba(255,255,255,.14); }
.bv-app-content { padding: 28px; }
.bv-app-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.bv-app-heading small,
.bv-app-heading strong { display: block; }
.bv-app-heading small { margin-bottom: 5px; color: #8490a7; font-size: .6rem; text-transform: uppercase; letter-spacing: .1em; }
.bv-app-heading strong { max-width: 330px; color: #263451; font-size: .88rem; line-height: 1.3; }
.bv-app-heading button { padding: 9px 13px; border: 0; border-radius: 7px; background: var(--bv-blue); color: #fff; font-size: .64rem; font-weight: 750; box-shadow: none; }
.bv-app-stats { display: grid; margin: 25px 0; grid-template-columns: repeat(3,1fr); gap: 12px; }
.bv-app-stats > div { padding: 17px; border: 1px solid #e8ebf2; border-radius: 10px; }
.bv-app-stats small,
.bv-app-stats strong,
.bv-app-stats span { display: block; }
.bv-app-stats small { color: #8994a9; font-size: .56rem; }
.bv-app-stats strong { margin: 5px 0; color: #263451; font-size: 1.25rem; }
.bv-app-stats span { color: #32a06f; font-size: .56rem; }
.bv-app-panel { display: grid; min-height: 190px; padding: 21px; grid-template-columns: 1.45fr .55fr; gap: 24px; border: 1px solid #e8ebf2; border-radius: 11px; }
.bv-app-chart { display: flex; height: 140px; align-items: flex-end; gap: 10px; padding-top: 20px; border-bottom: 1px solid #dde2ec; }
.bv-app-chart span { width: 13%; border-radius: 5px 5px 0 0; background: linear-gradient(#7893d0, #4564ad); }
.bv-app-list { display: grid; align-content: center; gap: 15px; }
.bv-app-list i { height: 10px; border-radius: 10px; background: #e9edf4; }
.bv-app-list i:nth-child(2) { width: 82%; }
.bv-app-list i:nth-child(3) { width: 66%; }
.bv-app-list i:nth-child(4) { width: 88%; }
.bv-app-power .bv-app-sidebar { background: #5b2d90; }
.bv-app-power .bv-app-heading button,
.bv-app-power .bv-app-chart span { background: linear-gradient(#9365cb, #673ab7); }
.bv-app-dynamics .bv-app-sidebar,
.bv-app-sales .bv-app-sidebar,
.bv-app-service .bv-app-sidebar { background: #132c55; }
.bv-app-shopify .bv-app-sidebar { background: #274b35; }
.bv-app-shopify .bv-app-heading button,
.bv-app-shopify .bv-app-chart span { background: linear-gradient(#a6cf62, #6b9d35); }
.bv-app-hub .bv-app-sidebar { background: #071b48; }
.bv-app-hub .bv-app-heading button,
.bv-app-hub .bv-app-chart span { background: linear-gradient(#2d63ff, #1136b7); }

/* Homepage */
.bv-hero {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(120deg, rgba(246, 248, 252, .95), rgba(255, 255, 255, .85)),
		radial-gradient(circle at 78% 50%, rgba(69, 100, 173, .13), transparent 36%);
}

.bv-hero::before {
	position: absolute;
	inset: 0;
	background-image: linear-gradient(rgba(69, 100, 173, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(69, 100, 173, .035) 1px, transparent 1px);
	background-size: 48px 48px;
	content: "";
	mask-image: linear-gradient(to right, transparent, #000 55%, #000);
}

.bv-hero-grid {
	position: relative;
	display: grid;
	min-height: 710px;
	align-items: center;
	grid-template-columns: 1.04fr .96fr;
	gap: 65px;
	padding-block: 90px;
}

.bv-hero-copy {
	position: relative;
	z-index: 2;
}

.bv-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
	color: var(--bv-blue);
	font-size: .76rem;
	font-weight: 800;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.bv-eyebrow > span {
	width: 24px;
	height: 2px;
	background: currentColor;
}

.bv-hero h1 {
	max-width: 720px;
	margin: 0;
	font-size: clamp(3.5rem, 5.25vw, 5.2rem);
	line-height: 1.02;
}

.bv-hero h1 em {
	display: block;
	color: var(--bv-blue);
	font-style: normal;
}

.bv-hero-copy > p {
	max-width: 640px;
	margin: 26px 0 30px;
	font-size: 1.12rem;
	line-height: 1.75;
}

.bv-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 25px;
}

.bv-text-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--bv-ink);
	font-size: .92rem;
	font-weight: 750;
	text-decoration: none;
}

.bv-trust-row {
	display: flex;
	margin-top: 38px;
	flex-wrap: wrap;
	gap: 18px;
	color: var(--bv-ink-soft);
	font-size: .79rem;
	font-weight: 650;
}

.bv-trust-row i {
	display: inline-grid;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	place-items: center;
	border-radius: 50%;
	background: rgba(69, 100, 173, .12);
	color: var(--bv-blue);
	font-style: normal;
}

.bv-hero-visual {
	position: relative;
	min-height: 510px;
}

.bv-core {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	display: flex;
	width: 210px;
	height: 210px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border: 1px solid rgba(255, 255, 255, .8);
	border-radius: 50%;
	background: linear-gradient(145deg, #526fba, #354e91);
	color: var(--bv-white);
	box-shadow: 0 30px 70px rgba(53, 78, 145, .3), inset 0 1px 0 rgba(255,255,255,.24);
	transform: translate(-50%, -50%);
}

.bv-core::after {
	position: absolute;
	inset: 12px;
	border: 1px solid rgba(255,255,255,.16);
	border-radius: inherit;
	content: "";
}

.bv-core img {
	width: 54px;
	margin-bottom: 9px;
	filter: brightness(0) invert(1);
}

.bv-core strong {
	font-size: 1.18rem;
	letter-spacing: -.02em;
}

.bv-core span {
	opacity: .72;
	font-size: .66rem;
	letter-spacing: .05em;
}

.bv-orbit {
	position: absolute;
	top: 50%;
	left: 50%;
	border: 1px solid rgba(69, 100, 173, .18);
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

.bv-orbit-one {
	width: 360px;
	height: 360px;
}

.bv-orbit-two {
	width: 510px;
	height: 510px;
	border-style: dashed;
}

.bv-float-card {
	position: absolute;
	z-index: 4;
	min-width: 176px;
	padding: 16px 18px;
	border: 1px solid rgba(227,231,240,.9);
	border-radius: 12px;
	background: rgba(255,255,255,.94);
	box-shadow: 0 18px 45px rgba(41,41,58,.11);
	backdrop-filter: blur(12px);
}

.bv-float-card strong,
.bv-float-card span {
	display: block;
}

.bv-float-card strong {
	color: var(--bv-ink);
	font-size: .88rem;
}

.bv-float-card span {
	margin-top: 2px;
	color: #717185;
	font-size: .7rem;
}

.bv-float-power { top: 47px; left: 3%; }
.bv-float-dynamics { top: 103px; right: -3%; }
.bv-float-copilot { right: -1%; bottom: 85px; }
.bv-float-shopify { bottom: 44px; left: 3%; }

.bv-error-content {
	max-width: 820px;
	padding: 50px 0 80px;
}

.bv-error-code {
	display: block;
	margin-bottom: 8px;
	color: rgba(69, 100, 173, .14);
	font-size: clamp(84px, 14vw, 180px);
	font-weight: 800;
	line-height: .8;
	letter-spacing: -.08em;
}

.bv-error-content h1,
.bv-empty-state h2 {
	max-width: 760px;
	margin: 20px 0;
}

.bv-error-content p,
.bv-empty-state p {
	max-width: 650px;
	color: #5f6472;
	font-size: 18px;
	line-height: 1.75;
}

.bv-error-actions {
	display: flex;
	align-items: center;
	gap: 28px;
	margin-top: 32px;
}

.bv-text-link {
	color: #354e91;
	font-weight: 700;
}

.bv-site-search {
	margin-top: 24px;
}

.bv-site-search label {
	display: block;
	margin-bottom: 8px;
	color: #29293a;
	font-size: 14px;
	font-weight: 700;
}

.bv-site-search > div {
	display: flex;
	gap: 10px;
}

.bv-site-search input {
	min-width: 0;
	flex: 1;
	border: 1px solid #d9dfec;
	border-radius: 8px;
	padding: 14px 16px;
	background: #fff;
	color: #29293a;
}

.bv-empty-state {
	padding: 30px 0 60px;
}

@media (max-width: 640px) {
	.bv-error-actions,
	.bv-site-search > div {
		align-items: stretch;
		flex-direction: column;
	}
}

.bv-hero-glow {
	position: absolute;
	border-radius: 50%;
	filter: blur(5px);
}

.bv-hero-glow-one { top: 4%; right: 3%; width: 180px; height: 180px; background: rgba(69,100,173,.07); }
.bv-hero-glow-two { right: 38%; bottom: 6%; width: 100px; height: 100px; background: rgba(69,100,173,.06); }

.bv-platform-strip {
	border-block: 1px solid var(--bv-border);
	background: var(--bv-white);
}

.bv-platform-strip .bv-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.bv-platform-strip span {
	padding: 23px 20px;
	border-right: 1px solid var(--bv-border);
	color: #77778b;
	font-size: .78rem;
	font-weight: 750;
	letter-spacing: .04em;
	text-align: center;
	text-transform: uppercase;
}

.bv-platform-strip span:first-child { border-left: 1px solid var(--bv-border); }

.bv-section {
	padding-block: 115px;
}

.bv-section-heading {
	display: grid;
	align-items: end;
	grid-template-columns: 1.05fr .75fr;
	gap: 90px;
	margin-bottom: 50px;
}

.bv-section h2 {
	margin: 0;
	font-size: clamp(2.25rem, 4vw, 3.65rem);
	line-height: 1.12;
}

.bv-section-heading p {
	margin: 0 0 6px;
	font-size: 1.02rem;
}

.bv-service-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.bv-service-card {
	position: relative;
	display: block;
	min-height: 340px;
	padding: 38px;
	overflow: hidden;
	border: 1px solid var(--bv-border);
	border-radius: 16px;
	background: var(--bv-white);
	color: var(--bv-ink-soft);
	text-decoration: none;
	transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.bv-service-card::after {
	position: absolute;
	right: -50px;
	bottom: -50px;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	background: rgba(69,100,173,.055);
	content: "";
	transition: transform 250ms ease;
}

.bv-service-card:hover {
	border-color: rgba(69,100,173,.28);
	color: var(--bv-ink-soft);
	transform: translateY(-5px);
	box-shadow: var(--bv-shadow);
}

.bv-service-card:hover::after { transform: scale(1.35); }

.bv-card-number {
	position: absolute;
	top: 30px;
	right: 34px;
	color: #c3c8d4;
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .1em;
}

.bv-card-icon {
	display: grid;
	width: 58px;
	height: 58px;
	margin-bottom: 28px;
	place-items: center;
	border-radius: 13px;
	background: rgba(69,100,173,.1);
	color: var(--bv-blue);
	font-size: 1.45rem;
}

.bv-card-logo {
	background: #f5f7fc;
}

.bv-card-logo img {
	display: block;
	width: 42px;
	height: 42px;
	object-fit: contain;
}

.bv-card-logo-wide {
	width: 118px;
	background: #f7faf4;
}

.bv-card-logo-wide img {
	width: 94px;
	height: auto;
}

.bv-service-card h3 {
	margin: 0 0 12px;
	font-size: 1.55rem;
}

.bv-service-card p {
	max-width: 470px;
	margin: 0 0 28px;
}

.bv-service-card strong {
	color: var(--bv-blue);
	font-size: .86rem;
}

.bv-service-card strong span { margin-left: 8px; }

.bv-section-dark {
	position: relative;
	overflow: hidden;
	background: var(--bv-ink);
	color: rgba(255,255,255,.7);
}

.bv-section-dark::after {
	position: absolute;
	top: -300px;
	right: -180px;
	width: 700px;
	height: 700px;
	border: 1px solid rgba(255,255,255,.055);
	border-radius: 50%;
	box-shadow: 0 0 0 90px rgba(255,255,255,.018), 0 0 0 180px rgba(255,255,255,.012);
	content: "";
}

.bv-split {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: .85fr 1fr;
	gap: 100px;
}

.bv-section-dark h2,
.bv-section-dark h3 {
	color: var(--bv-white);
}

.bv-section-dark h2 { margin-bottom: 24px; }
.bv-section-dark p { margin-bottom: 32px; }
.bv-eyebrow-light { color: #9fb4eb; }

.bv-button-light,
.bv-button-light:visited {
	border-color: var(--bv-white);
	background: var(--bv-white);
	color: var(--bv-ink);
	box-shadow: none;
}

.bv-button-light:hover,
.bv-button-light:focus {
	border-color: #edf1fa;
	background: #edf1fa;
	color: var(--bv-ink);
}

.bv-process {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bv-process li {
	display: grid;
	grid-template-columns: 58px 1fr;
	gap: 20px;
	padding: 0 0 26px;
	border-bottom: 1px solid rgba(255,255,255,.11);
	margin-bottom: 26px;
}

.bv-process li:last-child { margin-bottom: 0; }

.bv-process > li > span {
	color: #9fb4eb;
	font-size: .76rem;
	font-weight: 800;
	letter-spacing: .1em;
}

.bv-process h3 {
	margin: -7px 0 2px;
	font-size: 1.2rem;
}

.bv-process p {
	margin: 0;
	font-size: .89rem;
}

.bv-product-section { background: var(--bv-surface); }

.bv-ai-section {
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg, #f6f8fc 0%, #fff 64%);
}

.bv-ai-section::after {
	position: absolute;
	right: -190px;
	bottom: -260px;
	width: 600px;
	height: 600px;
	border: 1px solid rgba(69,100,173,.08);
	border-radius: 50%;
	box-shadow: 0 0 0 80px rgba(69,100,173,.025), 0 0 0 160px rgba(69,100,173,.016);
	content: "";
}

.bv-ai-grid {
	position: relative;
	z-index: 2;
	display: grid;
	align-items: center;
	grid-template-columns: .9fr 1.1fr;
	gap: 90px;
}

.bv-ai-copy h2 {
	margin-bottom: 24px;
}

.bv-ai-copy > p {
	margin-bottom: 30px;
	font-size: 1.02rem;
}

.bv-ai-capabilities {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}

.bv-ai-capabilities > div {
	min-height: 190px;
	padding: 28px;
	border: 1px solid var(--bv-border);
	border-radius: 14px;
	background: rgba(255,255,255,.92);
	box-shadow: 0 14px 35px rgba(41,41,58,.055);
}

.bv-ai-capabilities span {
	display: block;
	margin-bottom: 29px;
	color: var(--bv-blue);
	font-size: .68rem;
	font-weight: 850;
	letter-spacing: .1em;
}

.bv-ai-capabilities strong {
	display: block;
	color: var(--bv-ink);
	font-size: 1.05rem;
}

.bv-ai-capabilities p {
	margin: 7px 0 0;
	font-size: .82rem;
	line-height: 1.55;
}

.bv-product-card {
	display: grid;
	align-items: center;
	padding: 75px;
	overflow: hidden;
	grid-template-columns: 1fr 1fr;
	gap: 70px;
	border: 1px solid var(--bv-border);
	border-radius: 24px;
	background: var(--bv-white);
	box-shadow: 0 25px 70px rgba(41,41,58,.09);
}

.bv-product-label {
	display: inline-block;
	margin-bottom: 18px;
	padding: 6px 11px;
	border-radius: 5px;
	background: rgba(69,100,173,.1);
	color: var(--bv-blue);
	font-size: .7rem;
	font-weight: 850;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.bv-product-copy h2 { font-size: clamp(2.1rem,3.2vw,3.15rem); }
.bv-product-copy > p { margin: 22px 0 28px; }

.bv-product-ui {
	overflow: hidden;
	border: 1px solid #dce2ee;
	border-radius: 14px;
	background: #f7f9fd;
	box-shadow: 0 24px 55px rgba(53,78,145,.2);
	transform: rotate(1.5deg);
}

.bv-ui-top {
	display: flex;
	height: 42px;
	align-items: center;
	gap: 6px;
	padding: 0 14px;
	border-bottom: 1px solid #e3e7f0;
	background: #fff;
}

.bv-ui-top span { width: 7px; height: 7px; border-radius: 50%; background: #ccd3e1; }
.bv-ui-top strong { margin-left: 8px; color: var(--bv-ink); font-size: .65rem; }
.bv-ui-body { display: grid; min-height: 310px; grid-template-columns: 55px 1fr; }
.bv-ui-sidebar { padding: 24px 15px; background: var(--bv-ink); }
.bv-ui-sidebar i { display: block; height: 7px; margin-bottom: 20px; border-radius: 4px; background: rgba(255,255,255,.24); }
.bv-ui-sidebar i:first-child { background: #8ca5df; }
.bv-ui-main { padding: 34px; }
.bv-ui-main > span { color: var(--bv-blue); font-size: .6rem; font-weight: 800; text-transform: uppercase; }
.bv-ui-main > strong { display: block; margin: 5px 0 24px; color: var(--bv-ink); font-size: 1.05rem; }
.bv-ui-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; }
.bv-ui-stats i { height: 52px; border: 1px solid #e5e8f0; border-radius: 7px; background: #fff; }
.bv-ui-chart { display: flex; height: 120px; margin-top: 16px; align-items: end; gap: 10px; padding: 18px; border-radius: 8px; background: #fff; }
.bv-ui-chart b { width: 12%; border-radius: 3px 3px 0 0; background: linear-gradient(#6d86c2,#4564ad); }
.bv-ui-chart b:nth-child(1) { height: 34%; } .bv-ui-chart b:nth-child(2) { height: 58%; } .bv-ui-chart b:nth-child(3) { height: 47%; }
.bv-ui-chart b:nth-child(4) { height: 76%; } .bv-ui-chart b:nth-child(5) { height: 65%; } .bv-ui-chart b:nth-child(6) { height: 91%; }

.bv-cta-section {
	padding-block: 85px;
	background: var(--bv-blue);
}

.bv-cta {
	display: grid;
	align-items: center;
	grid-template-columns: 1fr .75fr;
	gap: 100px;
	color: rgba(255,255,255,.8);
}

.bv-cta h2 { color: var(--bv-white); }
.bv-cta p { margin: 0 0 22px; font-size: 1rem; }

/* Footer */
.bv-footer {
	padding: 85px 0 25px;
	background: #20202e;
	color: rgba(255,255,255,.64);
}

.bv-footer-grid {
	display: grid;
	grid-template-columns: 1.45fr repeat(3, 1fr);
	gap: 60px;
	padding-bottom: 65px;
}

.bv-footer-brand img { width: 175px; height: auto; }
.bv-footer-intro p { max-width: 320px; margin-top: 22px; font-size: .9rem; }
.bv-footer h2 { margin: 3px 0 19px; color: var(--bv-white); font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
.bv-footer ul { margin: 0; padding: 0; list-style: none; }
.bv-footer li { margin-bottom: 9px; font-size: .84rem; }
.bv-footer a { color: rgba(255,255,255,.66); text-decoration: none; }
.bv-footer a:hover { color: var(--bv-white); }

.bv-footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding-top: 24px;
	border-top: 1px solid rgba(255,255,255,.1);
	font-size: .74rem;
}

.bv-footer-bottom p { margin: 0; }
.bv-footer-bottom div { display: flex; gap: 22px; }

/* Interior pages */
.bv-page-hero {
	position: relative;
	overflow: hidden;
	padding: 44px 0 105px;
	background:
		linear-gradient(120deg, rgba(246,248,252,.98), rgba(255,255,255,.92)),
		radial-gradient(circle at 90% 10%, rgba(69,100,173,.16), transparent 34%);
}

.bv-page-hero::before {
	position: absolute;
	inset: 0;
	background-image: linear-gradient(rgba(69,100,173,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(69,100,173,.035) 1px, transparent 1px);
	background-size: 48px 48px;
	content: "";
	mask-image: linear-gradient(to right, transparent, #000);
}

.bv-page-orb {
	position: absolute;
	top: -180px;
	right: -110px;
	width: 480px;
	height: 480px;
	border: 1px solid rgba(69,100,173,.1);
	border-radius: 50%;
	box-shadow: 0 0 0 80px rgba(69,100,173,.025), 0 0 0 160px rgba(69,100,173,.018);
}

.bv-breadcrumbs {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 74px;
	color: #858597;
	font-size: .75rem;
	font-weight: 650;
}

.bv-breadcrumbs a {
	color: var(--bv-blue);
	text-decoration: none;
}

.bv-page-hero-grid {
	position: relative;
	z-index: 2;
	display: grid;
	align-items: end;
	grid-template-columns: 1.15fr .65fr;
	gap: 90px;
}

.bv-page-hero h1 {
	max-width: 800px;
	margin: 0;
	font-size: clamp(3.1rem, 5.4vw, 5.4rem);
	line-height: 1.02;
}

.bv-page-intro {
	padding-bottom: 8px;
}

.bv-page-intro p {
	margin: 0 0 27px;
	font-size: 1.03rem;
	line-height: 1.8;
}

.bv-page-content {
	position: relative;
}

.bv-page-content::before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 55px;
	background: var(--bv-border);
	content: "";
}

.bv-page-card {
	min-height: 320px;
}

.bv-page-cta {
	padding: 78px 0;
	background: var(--bv-blue);
	color: rgba(255,255,255,.78);
}

.bv-page-cta .bv-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 70px;
}

.bv-page-cta span {
	font-size: .78rem;
	font-weight: 750;
	letter-spacing: .04em;
}

.bv-page-cta h2 {
	max-width: 760px;
	margin: 7px 0 0;
	color: #fff;
	font-size: clamp(2rem,3.4vw,3.2rem);
	line-height: 1.13;
}

.bv-page-cta .bv-button {
	min-width: 190px;
}

.bv-contact-panel {
	display: grid;
	margin-top: 90px;
	padding: 64px;
	grid-template-columns: .72fr 1.28fr;
	gap: 75px;
	border: 1px solid var(--bv-border);
	border-radius: 22px;
	background: var(--bv-surface);
}

.bv-contact-copy h2 {
	margin-bottom: 20px;
	font-size: clamp(2rem,3.2vw,3.1rem);
	line-height: 1.12;
}

.bv-contact-form label {
	display: block;
	margin-bottom: 20px;
	color: var(--bv-ink);
	font-size: .79rem;
	font-weight: 750;
}

.bv-contact-form label > span {
	color: var(--bv-blue);
}

.bv-contact-form input[type="text"],
.bv-contact-form input[type="email"],
.bv-contact-form select,
.bv-contact-form textarea {
	display: block;
	width: 100%;
	margin-top: 7px;
	padding: 13px 14px;
	border: 1px solid #d9deea;
	border-radius: 8px;
	background: #fff;
	color: var(--bv-ink);
	font: inherit;
	font-weight: 450;
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

.bv-contact-form input:focus,
.bv-contact-form select:focus,
.bv-contact-form textarea:focus {
	border-color: var(--bv-blue);
	outline: 0;
	box-shadow: 0 0 0 3px rgba(69,100,173,.12);
}

.bv-form-row {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
}

.bv-contact-form .bv-consent {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	color: var(--bv-ink-soft);
	font-weight: 450;
	line-height: 1.55;
}

.bv-consent input {
	width: 17px;
	height: 17px;
	margin-top: 3px;
	accent-color: var(--bv-blue);
}

.bv-honeypot {
	position: absolute !important;
	left: -9999px !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.bv-form-message {
	margin-bottom: 22px;
	padding: 14px 16px;
	border-radius: 8px;
	font-size: .86rem;
	font-weight: 650;
}

.bv-form-success {
	border: 1px solid #a8d5b6;
	background: #edf9f1;
	color: #27633a;
}

.bv-form-error {
	border: 1px solid #e2b4b4;
	background: #fff3f3;
	color: #842f2f;
}

.bv-faq {
	display: grid;
	margin-top: 105px;
	padding-top: 85px;
	grid-template-columns: .78fr 1.22fr;
	gap: 85px;
	border-top: 1px solid var(--bv-border);
}

.bv-faq-heading h2 {
	font-size: clamp(2rem,3.2vw,3.15rem);
}

.bv-faq-list details {
	border-bottom: 1px solid var(--bv-border);
}

.bv-faq-list details:first-child {
	border-top: 1px solid var(--bv-border);
}

.bv-faq-list summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
	padding: 23px 0;
	color: var(--bv-ink);
	font-weight: 750;
	cursor: pointer;
	list-style: none;
}

.bv-faq-list summary::-webkit-details-marker {
	display: none;
}

.bv-faq-list summary span {
	display: grid;
	width: 28px;
	height: 28px;
	flex: 0 0 28px;
	place-items: center;
	border-radius: 50%;
	background: rgba(69,100,173,.1);
	color: var(--bv-blue);
	transition: transform 180ms ease;
}

.bv-faq-list details[open] summary span {
	transform: rotate(45deg);
}

.bv-faq-list details p {
	max-width: 650px;
	margin: -4px 45px 24px 0;
	font-size: .9rem;
}

.bv-resource-section,
.bv-policy-sections {
	margin-top: 105px;
	padding-top: 85px;
	border-top: 1px solid var(--bv-border);
}

.bv-resource-header {
	display: grid;
	margin-bottom: 42px;
	grid-template-columns: 1fr 1fr;
	gap: 70px;
	align-items: end;
}

.bv-resource-header h2 {
	max-width: 720px;
	margin-bottom: 0;
	font-size: clamp(2rem,3.2vw,3.15rem);
}

.bv-resource-grid {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 20px;
}

.bv-resource-card {
	display: flex;
	min-height: 230px;
	padding: 30px;
	flex-direction: column;
	border: 1px solid var(--bv-border);
	border-radius: 14px;
	background: var(--bv-white);
	color: var(--bv-ink);
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.bv-resource-card:hover {
	transform: translateY(-4px);
	border-color: rgba(69,100,173,.45);
	box-shadow: var(--bv-shadow);
}

.bv-resource-card span {
	margin-bottom: 32px;
	color: var(--bv-blue);
	font-size: .74rem;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.bv-resource-card h3 { font-size: 1.2rem; }
.bv-resource-card p { margin-bottom: 24px; font-size: .88rem; }
.bv-resource-card strong { margin-top: auto; color: var(--bv-blue); font-size: .8rem; }

.bv-policy-sections {
	display: grid;
	gap: 22px;
}

.bv-policy-block {
	padding: 34px;
	border: 1px solid var(--bv-border);
	border-radius: 14px;
	background: var(--bv-white);
}

.bv-policy-block h2 { margin-bottom: 14px; font-size: clamp(1.45rem,2.2vw,2rem); }
.bv-policy-block p,
.bv-policy-block li { font-size: .91rem; }
.bv-policy-block ul { margin: 16px 0 0; padding-left: 21px; }

.bv-policy-meta {
	margin-top: 24px;
	padding: 18px 20px;
	border-left: 3px solid var(--bv-blue);
	background: var(--bv-surface);
	font-size: .86rem;
}

@media (max-width: 1100px) {
	.bv-nav-list { gap: 17px; }
	.bv-nav { gap: 18px; }
	.bv-hero-grid { grid-template-columns: 1fr .85fr; gap: 20px; }
	.bv-float-card { min-width: 150px; }
	.bv-product-card { padding: 55px; gap: 45px; }
}

@media (max-width: 960px) {
	.bv-menu-toggle { display: block; }
	.bv-nav {
		position: absolute;
		top: calc(100% + 1px);
		right: 24px;
		left: 24px;
		display: none;
		align-items: stretch;
		padding: 22px;
		flex-direction: column;
		border: 1px solid var(--bv-border);
		border-radius: 12px;
		background: #fff;
		box-shadow: var(--bv-shadow);
	}
	.bv-nav.is-open { display: flex; }
	.bv-nav-list { align-items: stretch; flex-direction: column; gap: 4px; }
	.bv-nav-list > li > a { display: block; padding: 10px 4px; }
	.bv-nav-list a::after { display: none; }
	.bv-has-submenu { display: grid; grid-template-columns: 1fr 42px; }
	.bv-submenu-toggle { width: 42px; height: 42px; justify-self: end; border-radius: 8px; background: var(--bv-surface); }
	.bv-has-submenu:hover .bv-submenu-toggle,
	.bv-has-submenu:focus-within .bv-submenu-toggle { transform: none; }
	.bv-has-submenu.is-submenu-open .bv-submenu-toggle { transform: rotate(180deg); }
	.bv-megamenu,
	.bv-megamenu-shopify {
		position: static;
		display: none;
		width: 100%;
		margin: 5px 0 12px;
		padding: 8px;
		grid-column: 1 / -1;
		opacity: 1;
		box-shadow: none;
		pointer-events: auto;
		transform: none;
	}
	.bv-has-submenu:hover > .bv-megamenu,
	.bv-has-submenu:focus-within > .bv-megamenu { display: none; transform: none; }
	.bv-has-submenu.is-submenu-open > .bv-megamenu { display: grid; }
	.bv-megamenu-solutions { grid-template-columns: 1fr; }
	.bv-megamenu-intro { display: none; }
	.bv-megamenu-links > a { min-height: 68px; }
	.bv-hero-grid { min-height: auto; grid-template-columns: 1fr; padding-block: 80px 50px; }
	.bv-hero-copy { max-width: 760px; }
	.bv-hero-visual { min-height: 500px; }
	.bv-section-heading,
	.bv-split,
	.bv-product-card,
	.bv-product-showcase-grid,
	.bv-cta,
	.bv-page-hero-grid,
	.bv-ai-grid,
	.bv-faq,
	.bv-resource-header { grid-template-columns: 1fr; gap: 45px; }
	.bv-resource-grid { grid-template-columns: repeat(2,1fr); }
	.bv-page-hero-grid { align-items: start; }
	.bv-page-intro { max-width: 700px; }
	.bv-section-heading { align-items: start; }
	.bv-footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
	.bv-footer-grid > div:last-child { grid-column: 2 / 4; }
	.bv-contact-panel { grid-template-columns: 1fr; gap: 38px; }
	.bv-ai-copy { max-width: 760px; }
	.bv-product-showcase-grid { gap: 52px; }
	.bv-product-story { max-width: 760px; }
	.bv-app-frame { transform: none; }
}

@media (max-width: 700px) {
	.bv-container { width: min(100% - 32px, 1180px); }
	.bv-header-inner { min-height: 74px; }
	.bv-brand img { width: 150px; }
	.bv-hero-grid { padding-top: 65px; }
	.bv-hero h1 { font-size: clamp(2.7rem, 13vw, 4rem); }
	.bv-hero-copy > p { font-size: 1rem; }
	.bv-trust-row { align-items: flex-start; flex-direction: column; gap: 10px; }
	.bv-hero-visual { min-height: 400px; transform: scale(.82); margin: -35px -45px; }
	.bv-orbit-two { width: 430px; height: 430px; }
	.bv-orbit-one { width: 310px; height: 310px; }
	.bv-core { width: 175px; height: 175px; }
	.bv-float-power { left: 0; }
	.bv-float-dynamics { right: 0; }
	.bv-float-copilot { right: 0; }
	.bv-float-shopify { left: 0; }
	.bv-platform-strip .bv-container { grid-template-columns: repeat(2, 1fr); }
	.bv-platform-strip span { border-bottom: 1px solid var(--bv-border); }
	.bv-section { padding-block: 82px; }
	.bv-product-showcase { padding-block: 70px; }
	.bv-product-showcase-grid { gap: 40px; }
	.bv-app-layout { min-height: 340px; grid-template-columns: 48px 1fr; }
	.bv-app-content { padding: 19px 15px; }
	.bv-app-stats { gap: 7px; }
	.bv-app-stats > div { padding: 11px 9px; }
	.bv-app-stats strong { font-size: 1rem; }
	.bv-app-panel { min-height: 145px; padding: 14px; grid-template-columns: 1fr; }
	.bv-app-chart { height: 110px; }
	.bv-app-list { display: none; }
	.bv-app-heading button { display: none; }
	.bv-section-heading { margin-bottom: 35px; gap: 18px; }
	.bv-service-grid { grid-template-columns: 1fr; }
	.bv-service-card { min-height: 0; padding: 30px; }
	.bv-split { gap: 60px; }
	.bv-product-card { width: min(100% - 32px,1180px); padding: 34px 24px; border-radius: 18px; }
	.bv-product-ui { transform: none; }
	.bv-ui-main { padding: 22px; }
	.bv-cta-section { padding-block: 70px; }
	.bv-footer { padding-top: 65px; }
	.bv-footer-grid { grid-template-columns: 1fr 1fr; gap: 42px 30px; }
	.bv-footer-intro { grid-column: 1 / -1; }
	.bv-footer-grid > div:last-child { grid-column: auto; }
	.bv-footer-bottom { align-items: flex-start; flex-direction: column; }
	.bv-page-hero { padding: 30px 0 78px; }
	.bv-breadcrumbs { margin-bottom: 52px; }
	.bv-page-hero h1 { font-size: clamp(2.65rem,12vw,4rem); }
	.bv-page-cta .bv-container { align-items: flex-start; flex-direction: column; gap: 32px; }
	.bv-contact-panel { margin-top: 65px; padding: 34px 24px; }
	.bv-form-row { grid-template-columns: 1fr; gap: 0; }
	.bv-ai-capabilities { grid-template-columns: 1fr; }
	.bv-ai-capabilities > div { min-height: 0; }
	.bv-faq { margin-top: 75px; padding-top: 65px; }
	.bv-resource-section,
	.bv-policy-sections { margin-top: 75px; padding-top: 65px; }
	.bv-resource-grid { grid-template-columns: 1fr; }
	.bv-resource-card { min-height: 0; }
	.bv-policy-block { padding: 28px 24px; }
}

@media (max-width: 430px) {
	.bv-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
	.bv-button { width: 100%; }
	.bv-header .bv-button { width: auto; }
	.bv-hero-visual { transform: scale(.7); margin: -70px -80px; }
	.bv-footer-grid { grid-template-columns: 1fr; }
	.bv-footer-intro,
	.bv-footer-grid > div:last-child { grid-column: auto; }
}
