/*
Theme Name: Bowsher Modern
Theme URI: https://bowsherit.com/
Author: Bowsher IT Solutions
Description: A fast, modern block theme built for easy editing in WordPress.
Version: 2.6.9
Requires at least: 6.7
Requires PHP: 8.0
Text Domain: bowsher-modern
*/

@font-face {
	font-family: "Inter";
	src: url("./assets/fonts/inter-latin-var.woff2") format("woff2");
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
}

:root {
	--bm-ink: #07111f;
	--bm-ink-soft: #122033;
	--bm-slate: #526174;
	--bm-line: #dce4ec;
	--bm-surface: #f5f8fb;
	--bm-white: #ffffff;
	--bm-blue: #2878ff;
	--bm-cyan: #26d0ce;
	--bm-lime: #b8f34a;
	--bm-shadow: 0 22px 70px rgba(7, 17, 31, 0.12);
	--bm-radius: 24px;
}

html {
	scroll-behavior: smooth;
}

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

body {
	background: var(--bm-white);
	color: var(--bm-ink);
	-webkit-font-smoothing: antialiased;
}

a {
	text-underline-offset: 0.18em;
}

.wp-site-blocks {
	overflow: visible;
}

.bm-main,
.bm-main > .wp-block-post-content,
.wp-block-group,
.wp-block-columns,
.wp-block-column {
	min-width: 0;
}

img,
video,
iframe {
	max-width: 100%;
	height: auto;
}

.bm-card,
.bm-panel,
.bm-contact-card,
.bm-site-footer {
	overflow-wrap: anywhere;
}

/* Keep the homepage visually centered without changing interior page layouts. */
.home .bm-main .bm-hero-inner,
.home .bm-main .bm-metrics,
.home .bm-main .bm-card,
.home .bm-main .bm-panel,
.home .bm-main .bm-split > .wp-block-group,
.home .bm-main .bm-cta {
	text-align: center;
}

.home .bm-main .bm-display,
.home .bm-main .bm-lede,
.home .bm-main .bm-section-heading,
.home .bm-main .bm-section-intro,
.home .bm-main .bm-cta h2,
.home .bm-main .bm-cta p,
.home .bm-main .bm-card p:last-child {
	margin-right: auto !important;
	margin-left: auto !important;
}

.home .bm-main .bm-actions,
.home .bm-main .wp-block-buttons {
	justify-content: center;
}

.home .bm-main .bm-card-number {
	margin-right: auto !important;
	margin-left: auto !important;
}

.home .bm-main .bm-card p:last-child {
	max-width: 38ch;
}

.home .bm-main .bm-checklist {
	max-width: 640px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.home .bm-main .bm-checklist li {
	padding: 2.65rem 0.75rem 1rem;
}

.home .bm-main .bm-checklist li::before {
	left: 50%;
	top: 0.75rem;
	transform: translateX(-50%);
}

.home .bm-main .bm-split {
	justify-items: center;
}

.home .bm-main .bm-split > .wp-block-group {
	width: 100%;
}

/* Interior pages use balanced, centered presentation while content stays editable. */
.page:not(.home) .bm-main .bm-page-hero,
.page:not(.home) .bm-main .bm-section,
.page:not(.home) .bm-main .bm-card,
.page:not(.home) .bm-main .bm-panel,
.page:not(.home) .bm-main .bm-contact-card,
.page:not(.home) .bm-main .bm-support-box,
.page:not(.home) .bm-main .bm-split > .wp-block-group,
.page:not(.home) .bm-main .bm-cta {
	text-align: center;
}

.page:not(.home) .bm-main .bm-page-title,
.page:not(.home) .bm-main .bm-page-intro,
.page:not(.home) .bm-main .bm-section-heading,
.page:not(.home) .bm-main .bm-section-intro,
.page:not(.home) .bm-main .bm-card p:last-child,
.page:not(.home) .bm-main .bm-panel p,
.page:not(.home) .bm-main .bm-cta h2,
.page:not(.home) .bm-main .bm-cta p {
	margin-right: auto !important;
	margin-left: auto !important;
}

.page:not(.home) .bm-main .bm-card-number {
	margin-right: auto !important;
	margin-left: auto !important;
}

.page:not(.home) .bm-main .bm-card p:last-child,
.page:not(.home) .bm-main .bm-panel p {
	max-width: 44ch;
}

.page:not(.home) .bm-main .bm-actions,
.page:not(.home) .bm-main .wp-block-buttons {
	justify-content: center;
}

.page:not(.home) .bm-main .bm-split {
	justify-items: center;
}

.page:not(.home) .bm-main .bm-split > .wp-block-group {
	width: 100%;
}

.bm-site-header {
	position: relative;
	z-index: 50;
	border-bottom: 1px solid rgba(7, 17, 31, 0.08);
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(18px);
}

@media (min-width: 820px) {
	.bm-site-header {
		position: sticky;
		top: var(--wp-admin--admin-bar--height, 0);
	}
}

.bm-header-inner {
	min-height: 78px;
}

.bm-brand {
	position: relative;
	padding-left: 42px;
	font-size: 1.05rem;
	font-weight: 760;
	letter-spacing: -0.025em;
}

.bm-brand::before {
	position: absolute;
	left: 0;
	top: 50%;
	width: 30px;
	height: 30px;
	border-radius: 10px;
	background: linear-gradient(135deg, var(--bm-blue), var(--bm-cyan));
	box-shadow: 0 8px 22px rgba(40, 120, 255, 0.3);
	content: "";
	transform: translateY(-50%) rotate(-8deg);
}

.bm-brand a {
	text-decoration: none;
}

.bm-site-header .wp-block-navigation {
	font-size: 0.9rem;
	font-weight: 650;
}

.bm-site-header .wp-block-navigation-item__content {
	padding: 0.55rem 0.3rem;
	text-decoration: none;
}

.bm-site-header .wp-block-navigation-item:last-child .wp-block-navigation-item__content {
	padding: 0.62rem 1rem;
	border-radius: 999px;
	background: var(--bm-ink);
	color: var(--bm-white);
	transform: translateX(0);
}

.bm-site-header .wp-block-navigation-item:last-child .wp-block-navigation-item__content:hover {
	background: var(--bm-blue);
}

.bm-site-header .wp-block-navigation__responsive-container-open {
	width: 44px;
	height: 44px;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 1px solid var(--bm-line);
	border-radius: 14px;
	background: var(--bm-surface);
	color: var(--bm-ink);
	transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.bm-site-header .wp-block-navigation__responsive-container-open:hover,
.bm-site-header .wp-block-navigation__responsive-container-open:focus-visible {
	border-color: rgba(40, 120, 255, 0.45);
	background: #eaf2ff;
	transform: translateY(-1px);
}

.bm-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	min-height: clamp(620px, 78vh, 850px);
	display: flex;
	align-items: center;
	background:
		radial-gradient(circle at 82% 28%, rgba(38, 208, 206, 0.26), transparent 25%),
		radial-gradient(circle at 72% 78%, rgba(40, 120, 255, 0.3), transparent 30%),
		linear-gradient(135deg, #07111f 0%, #0b1b31 58%, #102c48 100%);
	color: var(--bm-white);
}

.bm-hero::before,
.bm-hero::after {
	position: absolute;
	z-index: -1;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 50%;
	content: "";
}

.bm-hero::before {
	right: -8vw;
	top: -12vw;
	width: min(50vw, 690px);
	height: min(50vw, 690px);
}

.bm-hero::after {
	right: 14vw;
	bottom: -18vw;
	width: min(38vw, 520px);
	height: min(38vw, 520px);
}

.bm-hero-inner {
	width: 100%;
	padding-top: clamp(5rem, 10vw, 8.5rem);
	padding-bottom: clamp(5rem, 10vw, 8.5rem);
}

.bm-eyebrow,
.bm-kicker {
	font-size: 0.76rem;
	font-weight: 780;
	letter-spacing: 0.17em;
	line-height: 1.35;
	text-transform: uppercase;
}

.bm-eyebrow {
	color: var(--bm-cyan);
}

.bm-kicker {
	color: var(--bm-blue);
}

.bm-display {
	max-width: 920px;
	margin-top: 1.1rem !important;
	font-size: clamp(3.25rem, 8vw, 7.75rem) !important;
	font-weight: 770 !important;
	letter-spacing: -0.065em !important;
	line-height: 0.91 !important;
}

.bm-gradient-text {
	background: linear-gradient(100deg, #ffffff 8%, #9ef7ee 48%, #8bb5ff 92%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.bm-lede {
	max-width: 760px;
	margin-top: 2rem !important;
	color: #c5d3e1;
	font-size: clamp(1.1rem, 2vw, 1.34rem);
	line-height: 1.65;
}

.bm-actions {
	margin-top: 2.2rem !important;
	gap: 0.8rem !important;
}

.wp-element-button,
.wp-block-button__link {
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.wp-element-button:hover,
.wp-block-button__link:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 32px rgba(40, 120, 255, 0.24);
}

.bm-button-light .wp-block-button__link {
	background: var(--bm-white);
	color: var(--bm-ink);
}

.bm-button-ghost .wp-block-button__link {
	border: 1px solid rgba(255, 255, 255, 0.36);
	background: rgba(255, 255, 255, 0.06);
	color: var(--bm-white);
}

.bm-metrics {
	position: relative;
	z-index: 5;
	margin-top: -48px !important;
	border: 1px solid rgba(7, 17, 31, 0.08);
	border-radius: var(--bm-radius);
	background: rgba(255, 255, 255, 0.96);
	box-shadow: var(--bm-shadow);
	backdrop-filter: blur(18px);
}

.bm-metrics .wp-block-column {
	padding: 1.6rem clamp(1.25rem, 3vw, 2.3rem);
}

.bm-metrics .wp-block-column + .wp-block-column {
	border-left: 1px solid var(--bm-line);
}

.bm-metric-value {
	margin-bottom: 0.25rem !important;
	font-size: clamp(1.35rem, 2vw, 1.8rem);
	font-weight: 760;
	letter-spacing: -0.035em;
}

.bm-metric-label {
	margin-top: 0 !important;
	color: var(--bm-slate);
	font-size: 0.9rem;
}

.bm-section {
	padding-top: clamp(5rem, 9vw, 8rem);
	padding-bottom: clamp(5rem, 9vw, 8rem);
}

.bm-section-soft {
	background: var(--bm-surface);
}

.bm-section-heading {
	max-width: 830px;
	margin-top: 0.75rem !important;
	font-size: clamp(2.35rem, 5vw, 4.65rem) !important;
	font-weight: 740 !important;
	letter-spacing: -0.052em !important;
	line-height: 1.02 !important;
}

.bm-section-intro {
	max-width: 710px;
	color: var(--bm-slate);
	font-size: 1.08rem;
	line-height: 1.7;
}

.bm-card-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem !important;
	margin-top: 3rem !important;
}

.bm-card {
	min-height: 280px;
	display: flex;
	flex-direction: column;
	padding: clamp(1.5rem, 3vw, 2.25rem);
	border: 1px solid var(--bm-line);
	border-radius: var(--bm-radius);
	background: var(--bm-white);
	box-shadow: 0 4px 20px rgba(7, 17, 31, 0.035);
	transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.bm-card:hover {
	transform: translateY(-6px);
	border-color: rgba(40, 120, 255, 0.38);
	box-shadow: 0 24px 60px rgba(7, 17, 31, 0.1);
}

.bm-card-number {
	width: 38px;
	height: 38px;
	display: grid;
	place-items: center;
	margin: 0 0 auto !important;
	border-radius: 12px;
	background: #eaf2ff;
	color: var(--bm-blue);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.bm-card h3 {
	margin-top: 2.6rem !important;
	font-size: 1.35rem;
	letter-spacing: -0.025em;
}

.bm-card p:last-child {
	margin-bottom: 0;
	color: var(--bm-slate);
	font-size: 0.96rem;
	line-height: 1.65;
}

.bm-card-featured {
	background: var(--bm-ink);
	color: var(--bm-white);
}

.bm-card-featured .bm-card-number {
	background: rgba(38, 208, 206, 0.16);
	color: var(--bm-cyan);
}

.bm-card-featured h3,
.bm-panel h2,
.bm-page-hero .bm-page-title {
	color: var(--bm-white);
}

.bm-card-featured p:last-child {
	color: #b8c7d6;
}

.bm-split {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(2.5rem, 7vw, 7rem) !important;
	align-items: center !important;
}

@media (min-width: 981px) {
	.bm-services-section .bm-card-grid > .bm-card:nth-child(7):last-child {
		grid-column: 2;
	}
}

.bm-panel {
	padding: clamp(2rem, 5vw, 4.5rem);
	border-radius: calc(var(--bm-radius) + 8px);
	background:
		radial-gradient(circle at 90% 10%, rgba(38, 208, 206, 0.23), transparent 32%),
		var(--bm-ink);
	color: var(--bm-white);
	box-shadow: var(--bm-shadow);
}

.bm-panel p {
	color: #bfd0df;
}

.bm-panel .bm-quote {
	color: var(--bm-white);
	font-size: clamp(1.55rem, 3vw, 2.4rem);
	font-weight: 680;
	letter-spacing: -0.035em;
	line-height: 1.2;
}

.bm-checklist {
	padding: 0;
	list-style: none;
}

.bm-checklist li {
	position: relative;
	padding: 0.9rem 0 0.9rem 2.2rem;
	border-bottom: 1px solid var(--bm-line);
}

.bm-checklist li::before {
	position: absolute;
	left: 0;
	top: 0.92rem;
	width: 1.35rem;
	height: 1.35rem;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: #e4f8f5;
	color: #087f75;
	content: "✓";
	font-size: 0.72rem;
	font-weight: 800;
}

.bm-page-hero {
	padding-top: clamp(5rem, 10vw, 9rem);
	padding-bottom: clamp(4rem, 8vw, 7rem);
	background:
		radial-gradient(circle at 85% 30%, rgba(38, 208, 206, 0.22), transparent 25%),
		linear-gradient(135deg, #07111f, #112945);
	color: var(--bm-white);
}

.bm-page-title {
	max-width: 970px;
	margin-top: 1rem !important;
	font-size: clamp(3.2rem, 8vw, 7rem) !important;
	font-weight: 760 !important;
	letter-spacing: -0.062em !important;
	line-height: 0.94 !important;
}

.bm-page-intro {
	max-width: 760px;
	color: #c5d3e1;
	font-size: clamp(1.08rem, 2vw, 1.3rem);
	line-height: 1.65;
}

.bm-prose {
	font-size: 1.08rem;
	line-height: 1.8;
}

.bm-prose h2 {
	margin-top: 2.4rem;
	font-size: clamp(2rem, 4vw, 3.2rem);
	letter-spacing: -0.04em;
}

.bm-contact-grid {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem !important;
}

.bm-contact-card {
	padding: clamp(1.6rem, 4vw, 2.8rem);
	border: 1px solid var(--bm-line);
	border-radius: var(--bm-radius);
	background: var(--bm-white);
}

.bm-contact-card h2,
.bm-contact-card h3 {
	margin-top: 0;
	letter-spacing: -0.025em;
}

.bm-contact-card a {
	color: var(--bm-blue);
	font-weight: 700;
}

.page-contact .bm-page-hero .wp-block-group.alignwide,
.page-contact .bm-page-hero .bm-page-intro,
.page-contact .bm-page-hero .bm-eyebrow {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.page-contact .bm-contact-grid {
	margin-top: 0.25rem;
}

.page-contact .bm-contact-card {
	text-align: center;
}

.bm-contact-form-shell {
	max-width: 960px;
	margin-right: auto !important;
	margin-left: auto !important;
	padding: clamp(1.4rem, 4vw, 2.4rem);
	border: 1px solid rgba(100, 121, 148, 0.14);
	border-radius: 30px;
	background:
		radial-gradient(circle at 100% 0, rgba(45, 212, 202, 0.12), transparent 24%),
		radial-gradient(circle at 0 100%, rgba(124, 92, 255, 0.12), transparent 26%),
		linear-gradient(155deg, rgba(255, 255, 255, 0.99), rgba(247, 250, 253, 0.96));
	box-shadow: 0 24px 70px rgba(20, 39, 66, 0.08);
}

.bm-contact-form-shell .wpforms-container {
	margin: 0;
}

.bm-contact-form-shell .wpforms-form {
	display: grid;
	gap: 1rem;
}

.bm-contact-form-shell .wpforms-field {
	margin-bottom: 0;
}

.bm-contact-form-shell .wpforms-field-label {
	margin-bottom: 0.55rem;
	color: var(--bm-ink);
	font-size: 0.98rem;
	font-weight: 700;
	letter-spacing: -0.01em;
}

.bm-contact-form-shell .wpforms-required-label {
	color: #d14b4b;
}

.bm-contact-form-shell .wpforms-field input,
.bm-contact-form-shell .wpforms-field textarea,
.bm-contact-form-shell .wpforms-field select {
	width: 100%;
	min-height: 56px;
	padding: 0.95rem 1rem;
	border: 1px solid rgba(100, 121, 148, 0.18);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.94);
	color: var(--bm-ink);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78), 0 8px 20px rgba(20, 39, 66, 0.05);
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.bm-contact-form-shell .wpforms-field textarea {
	min-height: 170px;
	resize: vertical;
}

.bm-contact-form-shell .wpforms-field input:focus,
.bm-contact-form-shell .wpforms-field textarea:focus,
.bm-contact-form-shell .wpforms-field select:focus {
	border-color: rgba(40, 120, 255, 0.58);
	outline: none;
	box-shadow: 0 0 0 4px rgba(40, 120, 255, 0.12), 0 14px 28px rgba(20, 39, 66, 0.08);
	transform: translateY(-1px);
}

.bm-contact-form-shell .wpforms-submit-container {
	margin-top: 0.35rem;
	padding-top: 0;
}

.bm-contact-form-shell .wpforms-submit {
	width: 100%;
	min-height: 58px;
	padding: 0.95rem 1.4rem;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(115deg, var(--bm-blue), #1f5de0);
	box-shadow: 0 14px 34px rgba(40, 120, 255, 0.28);
	color: var(--bm-white);
	font-size: 1.02rem;
	font-weight: 750;
	letter-spacing: -0.01em;
}

.bm-contact-form-shell .wpforms-submit:hover,
.bm-contact-form-shell .wpforms-submit:focus {
	background: linear-gradient(115deg, #2f86ff, #194ccc);
	box-shadow: 0 18px 40px rgba(40, 120, 255, 0.34);
	transform: translateY(-1px);
}

.bm-contact-form-shell .wpforms-confirmation-container-full,
.bm-contact-form-shell .wpforms-error-container {
	margin-top: 0;
	border-radius: 18px;
}

.bm-trust-ribbon {
	padding-top: clamp(1.25rem, 3vw, 2rem);
	padding-bottom: clamp(1.25rem, 3vw, 2rem);
}

.bm-trust-inner {
	max-width: 1160px;
	margin-right: auto;
	margin-left: auto;
	padding: clamp(1.15rem, 3vw, 1.75rem);
	border: 1px solid rgba(100, 121, 148, 0.12);
	border-radius: 28px;
	background:
		radial-gradient(circle at 50% 0, rgba(45, 212, 202, 0.1), transparent 30%),
		linear-gradient(155deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 253, 0.96));
	box-shadow: 0 18px 50px rgba(20, 39, 66, 0.08);
	text-align: center;
}

.bm-trust-label {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.bm-trust-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.9rem;
	margin-top: 1rem;
}

.bm-trust-badge {
	display: grid;
	grid-template-columns: 1fr;
	justify-items: center;
	align-items: center;
	gap: 0.55rem;
	padding: 0.95rem 1rem;
	border: 1px solid rgba(100, 121, 148, 0.12);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 10px 24px rgba(20, 39, 66, 0.05);
	text-align: center;
	transition: transform 220ms var(--bm-ease), border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.bm-trust-badge:hover {
	transform: translateY(-4px);
	border-color: rgba(40, 120, 255, 0.28);
	background: rgba(246, 250, 255, 0.98);
	box-shadow: 0 18px 34px rgba(20, 39, 66, 0.1);
}

.bm-trust-icon-wrap {
	display: grid;
	place-items: center;
	width: 3rem;
	height: 3rem;
	border-radius: 16px;
	background: linear-gradient(145deg, rgba(40, 120, 255, 0.12), rgba(38, 208, 206, 0.12));
	color: var(--bm-blue);
	transition: background 220ms ease, color 220ms ease, transform 220ms ease;
}

.bm-trust-badge:hover .bm-trust-icon-wrap {
	background: linear-gradient(145deg, var(--bm-blue), var(--bm-cyan));
	color: var(--bm-white);
	transform: scale(1.03);
}

.bm-trust-icon {
	color: inherit;
	stroke: currentColor;
	transition: color 220ms ease;
}

.bm-trust-text {
	display: grid;
	gap: 0.15rem;
	justify-items: center;
}

.bm-trust-name {
	color: var(--bm-ink);
	font-size: 0.95rem;
	font-weight: 750;
	letter-spacing: -0.01em;
}

.bm-trust-role {
	color: var(--bm-slate);
	font-size: 0.88rem;
}

/* Credentials CTA and editable credentials page. */
.bm-trust-badge {
	display: grid !important;
}

.bm-trust-icon-wrap,
.bm-trust-text {
	display: grid !important;
}

.bm-trust-icon-text {
	margin: 0 !important;
	color: inherit;
	font-size: 1.35rem;
	font-weight: 800;
	line-height: 1;
}

.bm-trust-text > * {
	margin: 0 !important;
}

.bm-credential-badge {
	position: relative;
	cursor: pointer;
}

.bm-credential-link a {
	position: static;
	color: var(--bm-blue);
	font-weight: 800;
	text-decoration: none;
	text-underline-offset: 0.18em;
}

.bm-credential-link a::after {
	position: absolute;
	inset: 0;
	border-radius: inherit;
	content: "";
}

.bm-credential-badge:hover .bm-credential-link a,
.bm-credential-badge:focus-within .bm-credential-link a {
	color: #1555c7;
	text-decoration: underline;
}

.bm-credential-badge:focus-within {
	border-color: rgba(40, 120, 255, 0.58);
	box-shadow: 0 0 0 4px rgba(40, 120, 255, 0.14), 0 18px 34px rgba(20, 39, 66, 0.1);
}

.bm-credentials-intro {
	max-width: 780px;
	margin-right: auto !important;
	margin-left: auto !important;
	text-align: center;
}

.bm-credentials-grid {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	align-items: start;
	gap: clamp(0.8rem, 2vw, 1.15rem);
	margin-top: clamp(1.75rem, 4vw, 3rem) !important;
}

.bm-credentials-grid > .wp-block-column {
	width: auto !important;
	flex-basis: auto !important;
	margin: 0 !important;
}

.bm-credential-category {
	display: flex;
	align-self: start;
	min-width: 0;
	flex-direction: column;
	padding: clamp(1.25rem, 2.2vw, 1.8rem);
	border: 1px solid rgba(100, 121, 148, 0.15);
	border-radius: 24px;
	background: linear-gradient(155deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 253, 0.98));
	box-shadow: 0 18px 48px rgba(20, 39, 66, 0.07);
	text-align: left;
	overflow-wrap: anywhere;
}

.bm-credential-category .bm-kicker {
	margin-top: 0 !important;
	margin-bottom: 0.9rem !important;
}

.bm-credential-category h2 {
	margin-top: 0 !important;
	font-size: clamp(1.25rem, 1.8vw, 1.6rem);
	line-height: 1.08;
}

.bm-credential-category-intro {
	margin-top: 0.85rem !important;
	color: var(--bm-slate);
	font-size: 0.94rem;
	line-height: 1.55;
}

.bm-credential-list {
	margin: 1.15rem 0 0 !important;
	padding: 0.2rem 0 0 !important;
	list-style: none;
}

.bm-credential-list li {
	position: relative;
	margin: 0 !important;
	padding: 0.7rem 0.8rem 0.7rem 1.25rem;
	border: 1px solid rgba(100, 121, 148, 0.14);
	border-radius: 13px;
	background: rgba(244, 247, 251, 0.7);
	color: var(--bm-ink);
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.35;
}

.bm-credential-list li + li {
	margin-top: 0.5rem !important;
}

.bm-credential-list li::before {
	position: absolute;
	left: 0;
	top: 1.02rem;
	width: 0.45rem;
	height: 0.45rem;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--bm-blue), var(--bm-cyan));
	content: "";
}

.bm-credential-category:hover {
	border-color: rgba(40, 120, 255, 0.28);
	box-shadow: 0 24px 58px rgba(20, 39, 66, 0.11);
	transform: translateY(-3px);
}

.bm-credential-category {
	transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.bm-cta {
	position: relative;
	isolation: isolate;
	padding: clamp(2.5rem, 7vw, 5.5rem);
	border-radius: calc(var(--bm-radius) + 10px);
	background:
		radial-gradient(circle at 100% 0, rgba(184, 243, 74, 0.2), transparent 30%),
		linear-gradient(135deg, #1768ef, #1452bd);
	color: var(--bm-white);
	box-shadow: 0 28px 80px rgba(40, 120, 255, 0.25);
}

.bm-cta h2 {
	max-width: 760px;
	font-size: clamp(2.25rem, 5vw, 4.5rem);
	letter-spacing: -0.05em;
	line-height: 1;
}

.bm-cta p {
	max-width: 680px;
	color: #deebff;
}

.bm-support-box {
	max-width: 820px;
	margin-right: auto !important;
	margin-left: auto !important;
	padding: clamp(2rem, 6vw, 5rem);
	border: 1px solid var(--bm-line);
	border-radius: calc(var(--bm-radius) + 8px);
	background: var(--bm-white);
	box-shadow: var(--bm-shadow);
	text-align: center;
}

.bm-support-icon {
	width: 70px;
	height: 70px;
	display: grid;
	place-items: center;
	margin: 0 auto 1.5rem !important;
	border-radius: 22px;
	background: linear-gradient(135deg, var(--bm-blue), var(--bm-cyan));
	color: var(--bm-white);
	font-size: 1.4rem;
	font-weight: 800;
}

.bm-site-footer {
	margin-top: 0;
	background: #050c16;
	color: #c4d0dc;
}

.bm-footer-inner {
	padding-top: 4rem;
	padding-bottom: 2rem;
}

.bm-footer-inner .wp-block-columns {
	gap: clamp(2rem, 5vw, 4rem);
}

.bm-footer-brand {
	color: var(--bm-white);
	font-size: 1.25rem;
	font-weight: 750;
}

.bm-footer-inner a {
	color: inherit;
}

.bm-footer-meta {
	padding-top: 1.5rem;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	color: #8393a4;
	font-size: 0.84rem;
}

@media (max-width: 980px) {
	.bm-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bm-split {
		grid-template-columns: 1fr;
	}

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

@media (max-width: 819px) {
	body {
		padding-right: clamp(0.65rem, 3vw, 1rem) !important;
		padding-left: clamp(0.65rem, 3vw, 1rem) !important;
	}

	.bm-header-inner {
		min-height: 68px;
	}

	.bm-site-header {
		border-radius: 0 0 18px 18px;
		background: var(--bm-white);
		backdrop-filter: none;
	}

	.bm-site-header .wp-block-navigation__responsive-container.is-menu-open {
		position: fixed;
		inset: 0 !important;
		z-index: 999999;
		width: 100vw !important;
		height: 100vh !important;
		height: 100dvh !important;
		min-height: 100vh;
		padding:
			max(1.25rem, env(safe-area-inset-top))
			max(1.25rem, env(safe-area-inset-right))
			max(1.25rem, env(safe-area-inset-bottom))
			max(1.25rem, env(safe-area-inset-left)) !important;
		overflow-y: auto;
		overscroll-behavior: contain;
		background:
			radial-gradient(circle at 88% 12%, rgba(38, 208, 206, 0.22), transparent 27%),
			radial-gradient(circle at 12% 88%, rgba(40, 120, 255, 0.26), transparent 30%),
			linear-gradient(145deg, #07111f 0%, #0a1d34 58%, #12365a 100%) !important;
		color: var(--bm-white) !important;
		animation: bm-menu-in 220ms ease both;
	}

	.bm-site-header .wp-block-navigation__responsive-close,
	.bm-site-header .wp-block-navigation__responsive-dialog {
		width: 100%;
		max-width: none;
		min-height: calc(100dvh - 2.5rem);
	}

	.bm-site-header .wp-block-navigation__responsive-container-close {
		position: fixed;
		top: max(1.25rem, env(safe-area-inset-top));
		right: max(1.25rem, env(safe-area-inset-right));
		width: 46px;
		height: 46px;
		display: grid;
		place-items: center;
		padding: 0;
		border: 1px solid rgba(255, 255, 255, 0.24);
		border-radius: 50%;
		background: rgba(255, 255, 255, 0.08);
		color: var(--bm-white);
		transition: background 180ms ease, transform 180ms ease;
	}

	.bm-site-header .wp-block-navigation__responsive-container-close:hover,
	.bm-site-header .wp-block-navigation__responsive-container-close:focus-visible {
		background: rgba(255, 255, 255, 0.16);
		transform: rotate(5deg);
	}

	.bm-site-header .wp-block-navigation__responsive-container-content {
		min-height: calc(100dvh - 2.5rem);
		display: flex;
		align-items: center !important;
		justify-content: center !important;
		padding: 4.75rem 0 2rem !important;
	}

	.bm-site-header .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
		width: min(100%, 28rem);
		display: flex;
		flex: 0 1 auto !important;
		flex-direction: column;
		align-items: stretch !important;
		justify-content: center;
		gap: 0.55rem !important;
	}

	.bm-site-header .wp-block-navigation__responsive-container-content .wp-block-navigation-item {
		width: 100%;
		text-align: center;
	}

	.bm-site-header .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0.9rem 1rem !important;
		border: 1px solid rgba(255, 255, 255, 0.12);
		border-radius: 16px;
		background: rgba(255, 255, 255, 0.045);
		color: var(--bm-white) !important;
		font-size: clamp(1.18rem, 5.8vw, 1.55rem);
		font-weight: 720;
		letter-spacing: -0.025em;
		line-height: 1.2;
		text-decoration: none;
		transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
	}

	.bm-site-header .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content:hover,
	.bm-site-header .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content:focus-visible {
		border-color: rgba(38, 208, 206, 0.65);
		background: rgba(38, 208, 206, 0.12);
		transform: translateY(-2px);
	}

	.bm-site-header .wp-block-navigation__responsive-container-content .wp-block-navigation-item:last-child .wp-block-navigation-item__content {
		margin-top: 0.35rem;
		border-color: transparent;
		background: linear-gradient(110deg, var(--bm-cyan), #80e8df) !important;
		color: var(--bm-ink) !important;
		box-shadow: 0 16px 40px rgba(38, 208, 206, 0.18);
		transform: translateX(4px);
	}

	.bm-brand {
		padding-left: 36px;
		font-size: 0.96rem;
	}

	.bm-brand::before {
		width: 27px;
		height: 27px;
		border-radius: 9px;
	}

	.bm-hero {
		min-height: auto;
		border-radius: 0 0 24px 24px;
	}

	.bm-trust-badge {
		padding: 0.9rem 0.85rem;
	}

	.bm-trust-grid {
		grid-template-columns: 1fr;
	}

	.bm-hero-inner {
		padding-top: clamp(4.5rem, 18vw, 6rem);
		padding-bottom: clamp(4.5rem, 18vw, 6rem);
	}

	.bm-display {
		max-width: 100%;
		font-size: clamp(2.65rem, 13.5vw, 4.5rem) !important;
		letter-spacing: -0.055em !important;
		line-height: 0.95 !important;
	}

	.bm-lede {
		margin-top: 1.4rem !important;
		font-size: 1rem;
		line-height: 1.58;
	}

	.bm-actions {
		margin-top: 1.7rem !important;
	}

	.bm-metrics {
		margin-top: -20px !important;
		border-radius: 20px;
	}

	.bm-metrics .wp-block-column + .wp-block-column {
		border-top: 1px solid var(--bm-line);
		border-left: 0;
	}

	.bm-metrics .wp-block-column {
		padding: 1.25rem 1.35rem;
	}

	.bm-section {
		padding-top: clamp(4rem, 16vw, 5.5rem);
		padding-bottom: clamp(4rem, 16vw, 5.5rem);
	}

	.bm-section-heading {
		font-size: clamp(2.15rem, 10.5vw, 3.3rem) !important;
		letter-spacing: -0.045em !important;
		line-height: 1.03 !important;
	}

	.bm-section-intro {
		font-size: 1rem;
		line-height: 1.62;
	}

	.bm-card-grid,
	.bm-contact-grid {
		gap: 0.8rem !important;
	}

	.bm-card {
		min-height: 0;
		padding: 1.4rem;
		border-radius: 19px;
	}

	.bm-card h3 {
		margin-top: 1.8rem !important;
	}

	.bm-split {
		gap: 1.6rem !important;
	}

	.bm-panel {
		padding: 1.65rem;
		border-radius: 22px;
	}

	.bm-page-hero {
		padding-top: clamp(4.5rem, 17vw, 6rem);
		padding-bottom: clamp(3.75rem, 14vw, 5rem);
		border-radius: 0 0 24px 24px;
	}

	.bm-page-title {
		max-width: 100%;
		font-size: clamp(2.75rem, 13.5vw, 4.5rem) !important;
		letter-spacing: -0.052em !important;
		line-height: 0.97 !important;
	}

	.bm-page-intro {
		font-size: 1rem;
		line-height: 1.58;
	}

	.bm-contact-card {
		padding: 1.45rem;
		border-radius: 19px;
	}

	.bm-cta {
		padding: 2rem 1.5rem;
		border-radius: 22px;
	}

	.bm-cta h2 {
		font-size: clamp(2.1rem, 10.5vw, 3.2rem);
	}

	.bm-support-box {
		padding: 1.75rem 1.35rem;
		border-radius: 22px;
	}

	.bm-footer-inner {
		padding-top: 3rem;
		padding-bottom: 1.5rem;
	}

	.bm-footer-inner .wp-block-columns {
		gap: 1.8rem;
	}

	.bm-footer-inner .wp-block-column {
		flex-basis: 100% !important;
	}

	.bm-footer-meta {
		align-items: flex-start !important;
		gap: 0.4rem !important;
	}

	.bm-site-footer .wp-block-column,
	.bm-footer-meta {
		text-align: center;
	}

	.bm-site-footer .wp-block-navigation {
		width: 100%;
		justify-content: center;
	}

	.bm-site-footer .wp-block-navigation__container,
	.bm-footer-meta {
		align-items: center !important;
		justify-content: center;
	}
}

@media (min-width: 641px) and (max-width: 980px) {
	.bm-services-section .bm-card-grid > .bm-card:nth-child(7):last-child {
		width: calc(50% - 0.4rem);
		grid-column: 1 / -1;
		justify-self: center;
	}
}

@media (max-width: 819px) and (max-height: 620px) {
	.bm-site-header .wp-block-navigation__responsive-container-content {
		justify-content: flex-start !important;
		padding-top: 4rem !important;
		padding-bottom: 1rem !important;
	}

	.bm-site-header .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
		gap: 0.35rem !important;
	}

	.bm-site-header .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
		padding: 0.65rem 0.9rem !important;
		font-size: 1.05rem;
	}
}

@media (max-width: 640px) {
	.bm-card-grid,
	.bm-contact-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 480px) {
	.bm-actions {
		width: 100%;
	}

	.bm-actions .wp-block-button {
		width: 100%;
	}

	.bm-actions .wp-block-button__link {
		width: 100%;
		display: flex;
		justify-content: center;
		text-align: center;
	}

	.bm-site-footer {
		border-radius: 22px 22px 0 0;
	}

	.bm-footer-meta {
		flex-direction: column;
	}
}

@media (max-width: 360px) {
	body {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}

	.bm-brand {
		padding-left: 32px;
		font-size: 0.9rem;
	}

	.bm-brand::before {
		width: 24px;
		height: 24px;
	}

	.bm-display {
		font-size: clamp(2.45rem, 13.3vw, 3.2rem) !important;
	}

	.bm-page-title {
		font-size: clamp(2.55rem, 13.3vw, 3.4rem) !important;
	}

	.bm-eyebrow,
	.bm-kicker {
		font-size: 0.69rem;
		letter-spacing: 0.13em;
	}
}

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

	* {
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
	}
}

@keyframes bm-menu-in {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.editor-styles-wrapper .bm-hero,
.editor-styles-wrapper .bm-page-hero {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.editor-styles-wrapper .bm-card-grid > .block-editor-inner-blocks > .block-editor-block-list__layout {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.editor-styles-wrapper .bm-page-hero,
.editor-styles-wrapper .bm-section,
.editor-styles-wrapper .bm-card,
.editor-styles-wrapper .bm-panel,
.editor-styles-wrapper .bm-contact-card,
.editor-styles-wrapper .bm-support-box,
.editor-styles-wrapper .bm-cta {
	text-align: center;
}

.editor-styles-wrapper .bm-page-title,
.editor-styles-wrapper .bm-page-intro,
.editor-styles-wrapper .bm-section-heading,
.editor-styles-wrapper .bm-section-intro,
.editor-styles-wrapper .bm-card-number {
	margin-right: auto !important;
	margin-left: auto !important;
}

.editor-styles-wrapper .bm-actions,
.editor-styles-wrapper .wp-block-buttons {
	justify-content: center;
}

/* --------------------------------------------------------------------------
	Bowsher Modern 2.0 visual system
	Presentation only: all business content remains in editable WordPress blocks.
---------------------------------------------------------------------------- */

:root {
	--bm-blue: #3978ff;
	--bm-cyan: #2dd4ca;
	--bm-violet: #7c5cff;
	--bm-surface: #f4f7fb;
	--bm-line: rgba(93, 113, 138, 0.18);
	--bm-radius: 28px;
	--bm-radius-xl: 42px;
	--bm-ease: cubic-bezier(0.22, 1, 0.36, 1);
	--bm-shadow: 0 28px 90px rgba(22, 38, 61, 0.14);
	--bm-shadow-soft: 0 18px 55px rgba(22, 38, 61, 0.09);
}

::selection {
	background: rgba(45, 212, 202, 0.32);
	color: var(--bm-ink);
}

body {
	background:
		radial-gradient(circle at 8% 3%, rgba(124, 92, 255, 0.1), transparent 27rem),
		radial-gradient(circle at 96% 14%, rgba(45, 212, 202, 0.11), transparent 30rem),
		#eef3f8;
	font-family: "Inter", Aptos, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-wrap: balance;
}

p,
li {
	text-wrap: pretty;
}

a:focus-visible,
button:focus-visible,
.wp-element-button:focus-visible {
	outline: 3px solid rgba(45, 212, 202, 0.72);
	outline-offset: 4px;
}

.bm-site-header {
	margin-top: 0.75rem;
	margin-bottom: 1rem;
	border: 1px solid rgba(255, 255, 255, 0.78);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.84);
	box-shadow: 0 14px 45px rgba(20, 39, 66, 0.09);
}

@media (min-width: 820px) {
	.bm-site-header {
		top: calc(var(--wp-admin--admin-bar--height, 0px) + 0.75rem);
	}
}

.bm-header-inner {
	min-height: 72px;
}

.bm-brand::before {
	background: linear-gradient(135deg, var(--bm-violet), var(--bm-blue) 48%, var(--bm-cyan));
	box-shadow: 0 9px 25px rgba(57, 120, 255, 0.32);
}

.bm-site-header .wp-block-navigation-item__content {
	padding: 0.58rem 0.78rem;
	border-radius: 999px;
	transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.bm-site-header .wp-block-navigation-item__content:hover,
.bm-site-header .current-menu-item .wp-block-navigation-item__content {
	background: rgba(57, 120, 255, 0.08);
	color: var(--bm-blue);
	transform: translateY(-1px);
}

.bm-site-header .wp-block-navigation-item:last-child .wp-block-navigation-item__content {
	border: 1px solid rgba(255, 255, 255, 0.28);
	background: linear-gradient(115deg, var(--bm-violet), var(--bm-blue));
	box-shadow: 0 10px 25px rgba(77, 87, 225, 0.24);
}

.bm-site-header .wp-block-navigation-item:last-child .wp-block-navigation-item__content:hover {
	background: linear-gradient(115deg, #6b4ff1, #2268ef);
	color: var(--bm-white);
	transform: translateX(0) translateY(-1px);
}

.bm-hero,
.bm-page-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: var(--bm-radius-xl);
	background:
		linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		radial-gradient(circle at 82% 22%, rgba(45, 212, 202, 0.25), transparent 26%),
		radial-gradient(circle at 25% 110%, rgba(124, 92, 255, 0.34), transparent 38%),
		linear-gradient(135deg, #06101d 0%, #0b1d34 58%, #11385b 100%);
	background-size: 64px 64px, 64px 64px, auto, auto, auto;
	box-shadow: 0 34px 100px rgba(5, 18, 35, 0.24);
}

.bm-page-hero::before {
	position: absolute;
	z-index: -1;
	right: -8rem;
	top: -10rem;
	width: 28rem;
	height: 28rem;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 50%;
	content: "";
	box-shadow: 0 0 100px rgba(45, 212, 202, 0.1);
}

.bm-hero-inner,
.bm-page-hero > .wp-block-group {
	position: relative;
	z-index: 2;
}

.bm-eyebrow,
.bm-kicker {
	width: fit-content;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.45rem 0.78rem;
	border: 1px solid rgba(57, 120, 255, 0.13);
	border-radius: 999px;
	background: rgba(57, 120, 255, 0.075);
}

.bm-eyebrow {
	border-color: rgba(45, 212, 202, 0.23);
	background: rgba(45, 212, 202, 0.09);
}

.home .bm-eyebrow,
.page:not(.home) .bm-page-hero .bm-eyebrow,
.bm-panel .bm-eyebrow,
.bm-cta .bm-eyebrow {
	margin-right: auto;
	margin-left: auto;
}

.bm-display,
.bm-page-title {
	filter: drop-shadow(0 18px 38px rgba(0, 0, 0, 0.12));
}

.bm-gradient-text {
	background: linear-gradient(105deg, #ffffff 6%, #aaf8ef 42%, #88b5ff 73%, #c0aaff 100%);
	-webkit-background-clip: text;
	background-clip: text;
}

.bm-metrics {
	margin-top: -56px !important;
	border: 1px solid rgba(255, 255, 255, 0.78);
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.86);
	box-shadow: 0 26px 80px rgba(21, 39, 65, 0.16);
	backdrop-filter: blur(24px) saturate(135%);
}

.bm-metric-value {
	background: linear-gradient(110deg, var(--bm-ink), #274f7d);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.bm-section {
	position: relative;
	overflow: hidden;
	margin-top: 1rem !important;
	border: 1px solid rgba(255, 255, 255, 0.82);
	border-radius: 36px;
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 22px 70px rgba(20, 39, 66, 0.07);
}

.bm-section-soft {
	background:
		radial-gradient(circle at 10% 10%, rgba(124, 92, 255, 0.08), transparent 28%),
		radial-gradient(circle at 92% 88%, rgba(45, 212, 202, 0.1), transparent 30%),
		linear-gradient(145deg, rgba(247, 249, 253, 0.97), rgba(238, 244, 250, 0.96));
}

.bm-section-heading {
	color: #081426;
}

.bm-card-grid {
	gap: 1.15rem !important;
}

.bm-card,
.bm-contact-card {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	border: 1px solid rgba(100, 121, 148, 0.17);
	border-radius: 26px;
	background: linear-gradient(155deg, rgba(255, 255, 255, 0.99), rgba(248, 250, 253, 0.96));
	box-shadow: 0 12px 35px rgba(20, 39, 66, 0.07);
	transition: transform 260ms var(--bm-ease), border-color 260ms ease, box-shadow 260ms ease;
}

.bm-card::before,
.bm-contact-card::before {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	left: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--bm-violet), var(--bm-blue), var(--bm-cyan));
	content: "";
	opacity: 0;
	transition: opacity 220ms ease;
}

.bm-card:hover,
.bm-contact-card:hover {
	transform: translateY(-7px);
	border-color: rgba(57, 120, 255, 0.32);
	box-shadow: 0 25px 60px rgba(20, 39, 66, 0.13);
}

.bm-card:hover::before,
.bm-contact-card:hover::before {
	opacity: 1;
}

.bm-card-number {
	width: 42px;
	height: 42px;
	border: 1px solid rgba(57, 120, 255, 0.12);
	border-radius: 14px;
	background: linear-gradient(145deg, #eef4ff, #e8f7f7);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.bm-card-featured {
	border-color: rgba(45, 212, 202, 0.28);
	background:
		radial-gradient(circle at 92% 4%, rgba(45, 212, 202, 0.21), transparent 34%),
		linear-gradient(145deg, #06101d, #102942);
	box-shadow: 0 25px 65px rgba(4, 16, 30, 0.22);
}

.bm-card-featured::before {
	opacity: 1;
}

.bm-panel {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background:
		radial-gradient(circle at 92% 8%, rgba(45, 212, 202, 0.22), transparent 34%),
		radial-gradient(circle at 4% 100%, rgba(124, 92, 255, 0.24), transparent 38%),
		linear-gradient(145deg, #07111f, #102740);
	box-shadow: 0 30px 75px rgba(5, 18, 35, 0.2);
}

.bm-panel::after {
	position: absolute;
	right: -4rem;
	bottom: -5rem;
	width: 13rem;
	height: 13rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	content: "";
}

.bm-cta {
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.22);
	background:
		radial-gradient(circle at 92% 8%, rgba(45, 212, 202, 0.42), transparent 28%),
		radial-gradient(circle at 5% 100%, rgba(124, 92, 255, 0.44), transparent 34%),
		linear-gradient(125deg, #5d42e8 0%, #276bef 52%, #178eac 100%);
	box-shadow: 0 32px 85px rgba(57, 92, 215, 0.3);
}

.bm-cta h2 {
	color: var(--bm-white);
}

.bm-support-box {
	border: 1px solid rgba(255, 255, 255, 0.88);
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 28px 80px rgba(20, 39, 66, 0.14);
	backdrop-filter: blur(18px);
}

.bm-support-icon {
	background: linear-gradient(135deg, var(--bm-violet), var(--bm-blue) 52%, var(--bm-cyan));
	box-shadow: 0 18px 35px rgba(57, 120, 255, 0.25);
}

.wp-block-button__link,
.wp-element-button {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	box-shadow: 0 10px 26px rgba(57, 120, 255, 0.18);
	transition: transform 220ms var(--bm-ease), box-shadow 220ms ease, background 220ms ease;
}

.wp-block-button__link::after,
.wp-element-button::after {
	position: absolute;
	z-index: -1;
	top: -70%;
	left: -45%;
	width: 35%;
	height: 240%;
	background: rgba(255, 255, 255, 0.25);
	content: "";
	transform: rotate(24deg) translateX(-240%);
	transition: transform 520ms var(--bm-ease);
}

.wp-block-button__link:hover::after,
.wp-element-button:hover::after {
	transform: rotate(24deg) translateX(520%);
}

.bm-site-footer {
	margin-top: 1rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 38px 38px 0 0;
	background:
		radial-gradient(circle at 8% 0%, rgba(124, 92, 255, 0.18), transparent 25%),
		radial-gradient(circle at 92% 100%, rgba(45, 212, 202, 0.14), transparent 28%),
		linear-gradient(145deg, #040b14, #071321 62%, #0b2034);
	box-shadow: 0 -18px 65px rgba(10, 24, 42, 0.11);
}

.bm-site-footer a {
	transition: color 180ms ease;
}

.bm-site-footer a:hover {
	color: var(--bm-cyan);
}

.wp-site-blocks > .bm-site-header {
	animation: bm-header-arrive 620ms var(--bm-ease) both;
}

.bm-main .bm-hero-inner > *,
.bm-main .bm-page-hero > .wp-block-group > * {
	animation: bm-rise-in 720ms var(--bm-ease) both;
}

.bm-main .bm-hero-inner > :nth-child(2),
.bm-main .bm-page-hero > .wp-block-group > :nth-child(2) {
	animation-delay: 90ms;
}

.bm-main .bm-hero-inner > :nth-child(3),
.bm-main .bm-page-hero > .wp-block-group > :nth-child(3) {
	animation-delay: 170ms;
}

.bm-main .bm-hero-inner > :nth-child(4) {
	animation-delay: 240ms;
}

.bm-metrics {
	animation: bm-rise-in 760ms 280ms var(--bm-ease) both;
}

@keyframes bm-header-arrive {
	from {
		opacity: 0;
		transform: translateY(-14px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes bm-rise-in {
	from {
		opacity: 0;
		transform: translateY(24px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 819px) {
	.bm-site-header {
		margin-top: 0.45rem;
		margin-bottom: 0.7rem;
		border-radius: 19px;
		background: rgba(255, 255, 255, 0.96);
		backdrop-filter: none;
	}

	.bm-hero,
	.bm-page-hero {
		border-radius: 28px;
		box-shadow: 0 24px 65px rgba(5, 18, 35, 0.2);
	}

	.bm-metrics {
		margin-top: -22px !important;
		border-radius: 22px;
	}

	.bm-section {
		margin-top: 0.7rem !important;
		border-radius: 27px;
	}

	.bm-card,
	.bm-contact-card {
		border-radius: 22px;
	}

	.bm-card:hover,
	.bm-contact-card:hover {
		transform: translateY(-3px);
	}

	.bm-site-footer {
		border-radius: 28px 28px 0 0;
	}
}

.editor-styles-wrapper {
	background: #eef3f8;
}

.editor-styles-wrapper .bm-section {
	border: 1px solid rgba(100, 121, 148, 0.16);
	border-radius: 28px;
}

/* --------------------------------------------------------------------------
	Bowsher Modern 2.1 responsive system
	Fluid geometry across phones, tablets, laptops, and wide displays.
---------------------------------------------------------------------------- */

:root {
	--bm-fluid-gutter: clamp(0.625rem, calc(0.25rem + 2vw), 2.25rem);
	--bm-fluid-section-y: clamp(3.5rem, calc(2.5rem + 4vw), 7.5rem);
}

body {
	min-width: 0;
	padding-right: var(--bm-fluid-gutter) !important;
	padding-left: var(--bm-fluid-gutter) !important;
}

.wp-site-blocks,
.bm-main,
.bm-main > .wp-block-post-content,
.bm-header-inner,
.bm-footer-inner {
	width: 100%;
	max-width: 100%;
}

.bm-hero,
.bm-page-hero,
.bm-section,
.bm-site-header,
.bm-site-footer {
	max-width: 100%;
}

.bm-display {
	font-size: clamp(2.25rem, calc(1.4rem + 6vw), 7.5rem) !important;
}

.bm-page-title {
	font-size: clamp(2.25rem, calc(1.4rem + 5.8vw), 7rem) !important;
}

.bm-section-heading {
	font-size: clamp(2rem, calc(1.35rem + 3.25vw), 4.4rem) !important;
}

.bm-cta h2 {
	font-size: clamp(2rem, calc(1.4rem + 3vw), 4.3rem);
}

.bm-section {
	padding-top: var(--bm-fluid-section-y);
	padding-bottom: var(--bm-fluid-section-y);
}

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

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

@media (max-width: 1099px) {
	.bm-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

		.bm-services-section .bm-card-grid > .bm-card:nth-child(7):last-child {
		width: calc(50% - 0.575rem);
		grid-column: 1 / -1;
		justify-self: center;
	}
}

@media (min-width: 1100px) {
		.bm-services-section .bm-card-grid > .bm-card:nth-child(7):last-child {
		width: auto;
		grid-column: 2;
	}
}

@media (max-width: 699px) {
	.bm-card-grid,
	.bm-contact-grid {
		grid-template-columns: minmax(0, 1fr);
	}

		.bm-services-section .bm-card-grid > .bm-card:nth-child(7):last-child {
		width: auto;
		grid-column: auto;
	}
}

@media (max-width: 819px) {
	/* WordPress switches navigation at 600px by default. Keep one intentional
	   mobile mode through tablet widths so the header never expands or wraps. */
	.bm-site-header .wp-block-navigation__responsive-container:not(.is-menu-open) {
		display: none !important;
	}

	.bm-site-header .wp-block-navigation__responsive-container-open {
		margin-right: clamp(0.25rem, 1.5vw, 0.5rem);
		display: flex !important;
	}

	.bm-site-header .wp-block-navigation__responsive-container.is-menu-open {
		display: flex !important;
	}

	.bm-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-close,
	.bm-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-dialog {
		min-height: calc(100dvh - 2.5rem);
	}

	.bm-site-header .wp-block-navigation__responsive-container:not(.is-menu-open) .wp-block-navigation__responsive-close,
	.bm-site-header .wp-block-navigation__responsive-container:not(.is-menu-open) .wp-block-navigation__responsive-dialog,
	.bm-site-header .wp-block-navigation__responsive-container:not(.is-menu-open) .wp-block-navigation__responsive-container-content {
		min-height: 0;
	}

	.bm-hero-inner,
	.bm-page-hero > .wp-block-group {
		padding-right: clamp(0.9rem, 4vw, 2rem) !important;
		padding-left: clamp(0.9rem, 4vw, 2rem) !important;
	}

	.bm-card,
	.bm-contact-card,
	.bm-panel,
	.bm-cta,
	.bm-support-box {
		max-width: 100%;
	}
}

@media (min-width: 820px) {
	.bm-site-header .wp-block-navigation__responsive-container-open {
		display: none !important;
	}
}

@media (max-width: 299px) {
	:root {
		--bm-fluid-gutter: 0.375rem;
	}

	.bm-header-inner {
		gap: 0.25rem !important;
	}

	.bm-brand {
		padding-left: 29px;
		font-size: 0.82rem;
		line-height: 1.15;
	}

	.bm-brand::before {
		width: 22px;
		height: 22px;
	}

	.bm-display,
	.bm-page-title {
		font-size: clamp(2rem, 15vw, 2.35rem) !important;
		letter-spacing: -0.045em !important;
	}

	.bm-page-title {
		font-size: clamp(1.875rem, 12vw, 2.15rem) !important;
		overflow-wrap: anywhere;
	}

	.bm-section-heading,
	.bm-cta h2 {
		font-size: clamp(1.75rem, 12vw, 2rem) !important;
	}

	.bm-card,
	.bm-contact-card,
	.bm-panel,
	.bm-cta,
	.bm-support-box {
		padding-right: 0.9rem;
		padding-left: 0.9rem;
	}
}

@media (max-width: 819px) and (max-height: 380px) {
	.bm-site-header .wp-block-navigation__responsive-container-content {
		padding-top: 4rem !important;
		padding-bottom: 0.5rem !important;
	}

	.bm-site-header .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
		gap: 0.2rem !important;
	}

	.bm-site-header .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
		padding: 0.4rem 0.7rem !important;
		font-size: 0.95rem;
		line-height: 1.15;
	}

	.bm-site-header .wp-block-navigation__responsive-container-content .wp-block-navigation-item:last-child .wp-block-navigation-item__content {
		margin-top: 0.1rem;
	}
}

/* Editable WordPress Site Logo lockup. */
.bm-brand-lockup {
	min-width: 0;
	flex: 0 1 auto;
	align-items: center;
	gap: 0.7rem;
}

.bm-site-logo {
	flex: 0 0 auto;
	margin: 0 !important;
}

.bm-site-logo img,
.bm-site-logo .custom-logo {
	display: block;
	width: 88px;
	height: 88px;
	max-width: 88px;
	object-fit: contain;
}

@media (max-width: 1100px) {
	.bm-credentials-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 620px) {
	.bm-credentials-grid {
		grid-template-columns: 1fr;
	}

	.bm-credential-category {
		padding: 1.25rem;
	}

	.bm-credential-category:hover {
		transform: none;
	}
}

.editor-styles-wrapper .bm-credentials-intro {
	margin-right: auto !important;
	margin-left: auto !important;
}

.editor-styles-wrapper .bm-credentials-grid {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	align-items: start;
	gap: 1rem;
}

.editor-styles-wrapper .bm-credentials-grid > .wp-block-column {
	width: auto !important;
	flex-basis: auto !important;
}

@media (max-width: 1100px) {
	.editor-styles-wrapper .bm-credentials-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 620px) {
	.editor-styles-wrapper .bm-credentials-grid {
		grid-template-columns: 1fr;
	}
}

.bm-brand-text {
	min-width: 0;
	margin: 0 !important;
	font-size: 1.05rem;
	font-weight: 760;
	letter-spacing: -0.025em;
	line-height: 1.15;
}

.bm-brand-text a {
	text-decoration: none;
}

.home .bm-main .bm-kicker {
	display: flex;
	margin-right: auto !important;
	margin-left: auto !important;
}

@media (max-width: 819px) {
	.bm-site-logo img,
	.bm-site-logo .custom-logo {
		width: 72px;
		height: 72px;
		max-width: 72px;
	}

	.bm-brand-text {
		font-size: 0.96rem;
	}
}

@media (max-width: 299px) {
	.bm-brand-lockup {
		gap: 0.35rem;
	}

	.bm-site-logo img,
	.bm-site-logo .custom-logo {
		width: 56px;
		height: 56px;
		max-width: 56px;
	}

	.bm-brand-text {
		font-size: 0.82rem;
	}
}

/* Secondary (outline) button style for light sections. */
.wp-block-button.bm-button-secondary .wp-block-button__link,
.wp-block-button.bm-button-secondary .wp-element-button {
	border: 1.5px solid rgba(40, 120, 255, 0.32) !important;
	background: transparent !important;
	color: var(--bm-blue) !important;
	box-shadow: none !important;
}

.wp-block-button.bm-button-secondary .wp-block-button__link:hover,
.wp-block-button.bm-button-secondary .wp-element-button:hover {
	border-color: var(--bm-blue) !important;
	background: rgba(40, 120, 255, 0.06) !important;
	color: var(--bm-blue) !important;
	box-shadow: 0 8px 20px rgba(40, 120, 255, 0.1) !important;
}

/* --------------------------------------------------------------------------
	Bowsher Modern 2.4 visual refinement
	Sharper brand identity, varied page rhythm, denser mobile layouts, and
	fully styled editable contact/support experiences.
---------------------------------------------------------------------------- */

:root {
	--bm-slate: #45566b;
	--bm-copy: #34475d;
	--bm-fluid-section-y: clamp(3.25rem, calc(2.35rem + 3.4vw), 6.35rem);
}

/* Header breathing room and a clearer icon-only crop of the editable logo. */
.bm-header-inner {
	gap: clamp(0.7rem, 1.6vw, 1.4rem) !important;
	padding-right: clamp(0.75rem, 1.6vw, 1.35rem) !important;
	padding-left: clamp(0.75rem, 1.6vw, 1.35rem) !important;
}

.bm-brand-lockup {
	flex: 0 1 auto;
	gap: 0.65rem;
}

.bm-site-logo {
	position: relative;
	width: 52px;
	height: 52px;
	min-width: 52px;
	flex: 0 0 52px;
	overflow: hidden;
	border: 1px solid rgba(45, 212, 202, 0.2);
	border-radius: 16px;
	background: linear-gradient(145deg, #effcfb, #edf3ff);
	box-shadow: 0 9px 24px rgba(31, 87, 134, 0.11);
}

.bm-site-logo .custom-logo-link {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}

.bm-site-logo img,
.bm-site-logo .custom-logo {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 130px !important;
	height: 130px !important;
	max-width: none !important;
	margin: 0 !important;
	object-fit: contain;
	transform: translate(-50%, -35%);
}

.bm-brand-text {
	font-size: clamp(0.96rem, 1.25vw, 1.08rem);
	white-space: nowrap;
}

.bm-site-header .wp-block-navigation {
	min-width: 0;
}

.bm-site-header .wp-block-navigation__container {
	gap: clamp(0.05rem, 0.7vw, 0.55rem) !important;
}

.bm-site-header .wp-block-navigation-item:last-child {
	margin-right: 0.35rem;
}

/* Stronger secondary copy without flattening the visual hierarchy. */
.bm-section-intro,
.bm-card p:last-child,
.bm-contact-card p,
.bm-prose,
.bm-credential-category-intro,
.bm-trust-role {
	color: var(--bm-copy);
}

.bm-card-featured p:last-child,
.bm-panel p {
	color: #c7d5e3;
}

.bm-site-footer {
	color: #cfdae5;
}

.bm-footer-meta {
	color: #9aabbc;
}

/* Slightly denser cards and more varied section geometry. */
.bm-card {
	min-height: 250px;
	padding: clamp(1.35rem, 2.4vw, 2rem);
}

.bm-card h3 {
	margin-top: 1.65rem !important;
}

.bm-story-section {
	border-radius: 38px 18px 38px 18px;
	background:
		linear-gradient(90deg, rgba(57, 120, 255, 0.035) 0, transparent 38%),
		rgba(255, 255, 255, 0.91);
}

.bm-story-section::before {
	position: absolute;
	left: 0;
	top: 16%;
	bottom: 16%;
	width: 4px;
	border-radius: 999px;
	background: linear-gradient(var(--bm-violet), var(--bm-blue), var(--bm-cyan));
	content: "";
}

.bm-story-section .bm-split {
	grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
}

.bm-story-copy {
	max-width: 62ch;
	text-align: left !important;
}

.bm-story-copy p {
	margin-left: 0 !important;
}

.bm-story-band {
	border-radius: 18px 42px 18px 42px;
}

.bm-story-band .bm-split {
	grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

.bm-home-services,
.bm-services-section {
	background:
		radial-gradient(circle at 50% 0, rgba(45, 212, 202, 0.07), transparent 26%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 251, 254, 0.9));
}

.bm-cta-section {
	padding-top: clamp(2.5rem, 5vw, 4.5rem);
	padding-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

/* Honest founder identity treatment until an authentic portrait is supplied. */
.bm-founder-card {
	min-height: 360px;
	display: grid;
	align-content: center;
	justify-items: center;
}

.bm-founder-monogram {
	width: 112px;
	height: 112px;
	display: grid;
	place-items: center;
	margin: 0 auto 1.4rem !important;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 34px;
	background:
		radial-gradient(circle at 25% 18%, rgba(255, 255, 255, 0.25), transparent 30%),
		linear-gradient(135deg, var(--bm-violet), var(--bm-blue) 55%, var(--bm-cyan));
	color: var(--bm-white) !important;
	box-shadow: 0 20px 50px rgba(40, 90, 210, 0.32);
	font-size: 2.35rem;
	font-weight: 820;
	letter-spacing: -0.06em;
	line-height: 1;
	transform: rotate(-3deg);
}

/* Partner and credentials proof: compact, even, and scannable on every width. */
.bm-trust-grid {
	display: grid !important;
	grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
	grid-auto-rows: 1fr;
	align-items: stretch;
	gap: 0.7rem !important;
}

.bm-trust-badge {
	height: 100%;
	min-width: 0;
	padding: 0.85rem 0.65rem;
}

.bm-trust-icon-wrap {
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 14px;
}

.bm-trust-name {
	font-size: 0.9rem;
}

.bm-trust-role {
	font-size: 0.8rem;
	line-height: 1.35;
}

/* Contact form: activate a cohesive, branded WPForms presentation. */
.bm-contact-form-section {
	padding-top: clamp(2.75rem, 6vw, 5rem);
	padding-bottom: clamp(2.75rem, 6vw, 5rem);
}

.bm-contact-form-shell {
	max-width: 900px;
}

.bm-form-intro {
	margin-bottom: clamp(1.5rem, 3vw, 2.3rem);
	text-align: center;
}

.bm-form-intro .bm-kicker,
.bm-form-intro .bm-section-heading,
.bm-form-intro .bm-section-intro {
	margin-right: auto !important;
	margin-left: auto !important;
}

.bm-form-intro .bm-section-heading {
	font-size: clamp(2rem, 4vw, 3.35rem) !important;
}

.bm-contact-form-shell .wpforms-container {
	--wpforms-field-border-radius: 16px;
	--wpforms-field-border-color: rgba(74, 96, 122, 0.25);
	--wpforms-field-text-color: #17263a;
	--wpforms-label-color: #17263a;
	--wpforms-label-sublabel-color: #5a6c81;
	--wpforms-button-border-radius: 999px;
	--wpforms-button-background-color: #2878ff;
	--wpforms-button-text-color: #ffffff;
}

.bm-contact-form-shell div.wpforms-container-full .wpforms-form .wpforms-field {
	padding: 0 0 1rem !important;
	text-align: left;
}

.bm-contact-form-shell div.wpforms-container-full .wpforms-form input[type="text"],
.bm-contact-form-shell div.wpforms-container-full .wpforms-form input[type="email"],
.bm-contact-form-shell div.wpforms-container-full .wpforms-form textarea,
.bm-contact-form-shell div.wpforms-container-full .wpforms-form select {
	width: 100% !important;
	max-width: 100% !important;
	min-height: 56px !important;
	border: 1px solid rgba(74, 96, 122, 0.22) !important;
	border-radius: 16px !important;
	background: rgba(255, 255, 255, 0.96) !important;
	box-shadow: 0 8px 22px rgba(20, 39, 66, 0.055) !important;
}

.bm-contact-form-shell div.wpforms-container-full .wpforms-form textarea {
	min-height: 160px !important;
}

.bm-contact-form-shell div.wpforms-container-full .wpforms-form input:focus,
.bm-contact-form-shell div.wpforms-container-full .wpforms-form textarea:focus,
.bm-contact-form-shell div.wpforms-container-full .wpforms-form select:focus {
	border-color: rgba(40, 120, 255, 0.65) !important;
	box-shadow: 0 0 0 4px rgba(40, 120, 255, 0.12), 0 12px 28px rgba(20, 39, 66, 0.08) !important;
}

.bm-contact-form-shell div.wpforms-container-full .wpforms-form button[type="submit"] {
	width: 100% !important;
	min-height: 58px !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: linear-gradient(115deg, var(--bm-violet), var(--bm-blue)) !important;
	box-shadow: 0 14px 34px rgba(40, 120, 255, 0.28) !important;
	color: var(--bm-white) !important;
	font-size: 1rem !important;
	font-weight: 760 !important;
}

.bm-contact-form-shell div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.bm-contact-form-shell div.wpforms-container-full .wpforms-form button[type="submit"]:focus-visible {
	background: linear-gradient(115deg, #6b4ff1, #236cf4) !important;
	box-shadow: 0 18px 40px rgba(40, 120, 255, 0.34) !important;
	transform: translateY(-1px);
}

/* Native Gutenberg support workflow. */
.bm-support-workflow {
	padding-top: clamp(3rem, 6vw, 5.25rem);
	padding-bottom: clamp(3rem, 6vw, 5.25rem);
}

.bm-sos-container {
	display: grid;
	gap: clamp(1.5rem, 3vw, 2.4rem);
}

.bm-sos-steps-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-auto-rows: 1fr;
	align-items: stretch;
	gap: 1rem;
}

.bm-sos-step-card {
	height: 100%;
	min-width: 0;
	display: grid;
	align-content: start;
	justify-items: center;
	padding: clamp(1.35rem, 2.8vw, 2rem);
	border: 1px solid rgba(100, 121, 148, 0.16);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 14px 36px rgba(20, 39, 66, 0.07);
	text-align: center;
}

.bm-sos-steps-grid > .bm-sos-step-card {
	margin-block: 0 !important;
}

.bm-step-badge {
	margin: 0 0 0.8rem !important;
	padding: 0.32rem 0.68rem;
	border-radius: 999px;
	background: #eaf2ff;
	color: var(--bm-blue);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.bm-step-icon {
	width: 48px;
	height: 48px;
	display: grid;
	place-items: center;
	margin: 0 0 1rem !important;
	border: 1px solid rgba(45, 212, 202, 0.22);
	border-radius: 16px;
	background: linear-gradient(145deg, rgba(57, 120, 255, 0.11), rgba(45, 212, 202, 0.14));
	color: #1463d6;
	font-size: 1.35rem;
	font-weight: 820;
	line-height: 1;
}

.bm-step-title {
	margin: 0 !important;
	font-size: clamp(1.12rem, 1.8vw, 1.35rem);
}

.bm-step-desc {
	margin-bottom: 0 !important;
	color: var(--bm-copy);
	font-size: 0.96rem;
	line-height: 1.6;
}

.bm-sos-download-box {
	position: relative;
	overflow: hidden;
	padding: clamp(2rem, 5vw, 4.5rem);
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 32px;
	background:
		radial-gradient(circle at 90% 8%, rgba(45, 212, 202, 0.24), transparent 30%),
		radial-gradient(circle at 8% 100%, rgba(124, 92, 255, 0.25), transparent 38%),
		linear-gradient(145deg, #06101d, #0c2943);
	color: var(--bm-white);
	box-shadow: 0 28px 75px rgba(5, 18, 35, 0.21);
	text-align: center;
}

.bm-sos-download-box .bm-eyebrow,
.bm-sos-download-heading,
.bm-sos-download-sub {
	margin-right: auto !important;
	margin-left: auto !important;
}

.bm-sos-download-heading {
	max-width: 760px;
	margin-top: 1rem !important;
	color: var(--bm-white);
	font-size: clamp(2rem, 4.5vw, 3.8rem);
	letter-spacing: -0.045em;
	line-height: 1.02;
}

.bm-sos-download-sub {
	max-width: 620px;
	color: #c6d5e4;
}

.bm-sos-buttons-row {
	justify-content: center;
	gap: 0.8rem !important;
	margin-top: 1.6rem !important;
}

.bm-sos-buttons-row .wp-block-button__link {
	min-width: 220px;
	min-height: 52px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.bm-sos-btn-mac .wp-block-button__link {
	border: 1px solid rgba(255, 255, 255, 0.35) !important;
	background: rgba(255, 255, 255, 0.07) !important;
	color: var(--bm-white) !important;
}

.bm-sos-code-preview {
	max-width: 620px;
	margin: clamp(1.6rem, 4vw, 2.5rem) auto 0 !important;
	padding: 1.25rem;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.055);
}

.bm-code-label,
.bm-code-hint {
	margin: 0 !important;
	color: #bfcfe0;
	font-size: 0.88rem;
}

.bm-code-value {
	margin: 0.55rem 0 !important;
	color: var(--bm-white);
	font-size: clamp(1.1rem, 2.5vw, 1.5rem);
	font-weight: 790;
	letter-spacing: 0.08em;
}

.bm-sos-security-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.65rem;
	margin: 1rem 0 0 !important;
	padding: 0 !important;
	list-style: none;
}

.bm-sos-security-list li {
	margin: 0 !important;
	padding: 0.8rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.045);
	color: #d2deea;
	font-size: 0.84rem;
	line-height: 1.45;
}

.bm-sos-security-list li::before {
	margin-right: 0.4rem;
	color: var(--bm-cyan);
	content: "✓";
	font-weight: 800;
}

@media (max-width: 1100px) {
	.bm-trust-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}

@media (min-width: 820px) and (max-width: 1040px) {
	.bm-header-inner {
		gap: 0.55rem !important;
		padding-right: 0.7rem !important;
		padding-left: 0.7rem !important;
	}

	.bm-site-header .wp-block-navigation {
		font-size: 0.83rem;
	}

	.bm-site-header .wp-block-navigation-item__content {
		padding-right: 0.52rem;
		padding-left: 0.52rem;
	}

	.bm-brand-text {
		font-size: 0.93rem;
	}

	.bm-site-logo {
		width: 46px;
		height: 46px;
		min-width: 46px;
		flex-basis: 46px;
		border-radius: 14px;
	}

	.bm-site-logo img,
	.bm-site-logo .custom-logo {
		width: 115px !important;
		height: 115px !important;
	}
}

@media (max-width: 819px) {
	.bm-header-inner {
		padding-right: clamp(0.55rem, 2.5vw, 0.9rem) !important;
		padding-left: clamp(0.55rem, 2.5vw, 0.9rem) !important;
	}

	.bm-site-header .wp-block-navigation-item:last-child {
		margin-right: 0;
	}

	.bm-site-logo {
		width: 46px;
		height: 46px;
		min-width: 46px;
		flex-basis: 46px;
		border-radius: 14px;
	}

	.bm-site-logo img,
	.bm-site-logo .custom-logo {
		width: 115px !important;
		height: 115px !important;
	}

	.bm-brand-text {
		font-size: clamp(0.88rem, 4vw, 0.98rem);
	}

	.bm-story-section,
	.bm-story-band {
		border-radius: 24px 12px 24px 12px;
	}

	.bm-story-section .bm-split,
	.bm-story-band .bm-split {
		grid-template-columns: minmax(0, 1fr);
	}

	.bm-story-copy {
		width: 100%;
		padding-right: 1rem;
		padding-left: 1.15rem;
	}

	.bm-founder-card {
		min-height: 0;
	}

	.bm-founder-monogram {
		width: 88px;
		height: 88px;
		border-radius: 27px;
		font-size: 1.9rem;
	}

	.bm-sos-steps-grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 0.75rem;
	}

	.bm-sos-step-card {
		padding: 1.25rem;
	}

	.bm-sos-security-list {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (max-width: 699px) {
	:root {
		--bm-fluid-section-y: clamp(2.75rem, 10vw, 4rem);
	}

	.bm-card-grid {
		gap: 0.65rem !important;
		margin-top: 2rem !important;
	}

	.bm-card {
		min-height: 0;
		padding: 1.2rem;
	}

	.bm-card-number {
		width: 36px;
		height: 36px;
		border-radius: 12px;
	}

	.bm-card h3 {
		margin-top: 0.95rem !important;
		font-size: 1.18rem;
	}

	.bm-card p:last-child {
		font-size: 0.95rem;
		line-height: 1.58;
	}

	.bm-trust-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.bm-trust-badge {
		padding: 0.75rem 0.55rem;
	}

	.bm-sos-download-box {
		padding: 1.6rem 1rem;
		border-radius: 24px;
	}

	.bm-sos-buttons-row,
	.bm-sos-buttons-row .wp-block-button,
	.bm-sos-buttons-row .wp-block-button__link {
		width: 100%;
	}

	.bm-sos-buttons-row .wp-block-button__link {
		min-width: 0;
	}

	.bm-contact-form-shell {
		padding: 1rem;
		border-radius: 22px;
	}

	.bm-contact-form-shell div.wpforms-container-full .wpforms-form .wpforms-field-row-block.wpforms-one-half {
		width: 100% !important;
		margin-left: 0 !important;
	}

	.bm-contact-form-shell div.wpforms-container-full .wpforms-form .wpforms-field-row-block + .wpforms-field-row-block {
		margin-top: 0.75rem;
	}
}

@media (max-width: 359px) {
	.bm-trust-grid {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	.bm-brand-lockup {
		gap: 0.4rem;
	}

	.bm-site-logo {
		width: 40px;
		height: 40px;
		min-width: 40px;
		flex-basis: 40px;
	}

	.bm-site-logo img,
	.bm-site-logo .custom-logo {
		width: 100px !important;
		height: 100px !important;
	}
}

.editor-styles-wrapper .bm-sos-steps-grid,
.editor-styles-wrapper .bm-trust-grid {
	display: grid !important;
}

.editor-styles-wrapper .bm-founder-monogram {
	display: grid;
	place-items: center;
}

/* --------------------------------------------------------------------------
	Bowsher Modern 2.5 experience, accessibility, and performance pass
	High-contrast controls, resilient focus states, faster below-fold rendering,
	and recovery patterns for every viewport.
---------------------------------------------------------------------------- */

:root {
	--bm-blue: #1e5fc9;
	--bm-violet: #6744dc;
	--bm-focus: #075fca;
	--bm-copy: #31465e;
}

html {
	scroll-padding-top: clamp(5.5rem, 10vw, 7rem);
}

body {
	overflow-x: clip;
}

button,
input,
select,
textarea {
	max-width: 100%;
	font: inherit;
}

a,
button,
.wp-element-button,
.wp-block-button__link {
	touch-action: manipulation;
}

.bm-skip-link-wrap {
	position: absolute;
	z-index: 1000000;
	margin: 0 !important;
}

.bm-skip-link-wrap a {
	position: fixed;
	left: max(0.75rem, env(safe-area-inset-left));
	top: max(0.75rem, env(safe-area-inset-top));
	z-index: 1000000;
	padding: 0.75rem 1rem;
	border: 2px solid var(--bm-white);
	border-radius: 12px;
	background: var(--bm-ink);
	color: var(--bm-white);
	font-weight: 750;
	text-decoration: none;
	box-shadow: 0 12px 34px rgba(7, 17, 31, 0.28);
	transform: translateY(calc(-100% - 2rem));
	transition: transform 160ms ease;
}

.bm-skip-link-wrap a:focus {
	outline: 3px solid var(--bm-cyan);
	outline-offset: 3px;
	transform: translateY(0);
}

#main-content {
	scroll-margin-top: clamp(5.5rem, 10vw, 7rem);
}

.bm-main a:not(.wp-block-button__link):not(.wp-element-button) {
	color: #1456b8;
	text-decoration-thickness: 0.09em;
	text-decoration-skip-ink: auto;
}

.bm-main a:not(.wp-block-button__link):not(.wp-element-button):hover {
	color: #0c438f;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
.wp-element-button:focus-visible,
.wp-block-button__link:focus-visible {
	outline: 3px solid var(--bm-focus) !important;
	outline-offset: 4px;
	box-shadow: 0 0 0 2px var(--bm-white) !important;
}

.wp-block-button__link,
.wp-element-button {
	min-height: 48px;
	max-width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	white-space: normal;
	overflow-wrap: anywhere;
	text-align: center;
}

.bm-main .wp-block-button:not(.bm-button-light):not(.bm-button-ghost):not(.bm-button-secondary) .wp-block-button__link,
.bm-main .wp-block-button:not(.bm-button-light):not(.bm-button-ghost):not(.bm-button-secondary) .wp-element-button,
.bm-site-header .wp-block-navigation-item:last-child .wp-block-navigation-item__content,
.bm-contact-form-shell div.wpforms-container-full .wpforms-form button[type="submit"] {
	background: linear-gradient(115deg, #5a3bc9, #1458bd) !important;
	color: var(--bm-white) !important;
}

.bm-main .wp-block-button:not(.bm-button-light):not(.bm-button-ghost):not(.bm-button-secondary) .wp-block-button__link:hover,
.bm-main .wp-block-button:not(.bm-button-light):not(.bm-button-ghost):not(.bm-button-secondary) .wp-element-button:hover,
.bm-site-header .wp-block-navigation-item:last-child .wp-block-navigation-item__content:hover,
.bm-contact-form-shell div.wpforms-container-full .wpforms-form button[type="submit"]:hover {
	background: linear-gradient(115deg, #4e30b8, #0e489c) !important;
}

.bm-cta {
	background:
		radial-gradient(circle at 92% 8%, rgba(45, 212, 202, 0.28), transparent 28%),
		radial-gradient(circle at 5% 100%, rgba(124, 92, 255, 0.36), transparent 34%),
		linear-gradient(125deg, #5335c4 0%, #1558be 55%, #076b83 100%);
}

/* Keep the active-page tint on navigation items, not the Home logo/title.
   Rollback: remove `.wp-block-navigation` from this selector. */
.bm-site-header .wp-block-navigation [aria-current="page"] {
	background: rgba(30, 95, 201, 0.1);
	color: #174f9f;
}

.bm-site-footer .wp-block-navigation-item__content {
	min-height: 44px;
	display: inline-flex;
	align-items: center;
}

.bm-site-search {
	width: min(100%, 620px);
	margin: 2rem auto 1.25rem !important;
}

.bm-site-search .wp-block-search__inside-wrapper {
	padding: 0.35rem;
	border: 1px solid rgba(74, 96, 122, 0.24);
	border-radius: 18px;
	background: var(--bm-white);
	box-shadow: 0 14px 38px rgba(20, 39, 66, 0.1);
}

.bm-site-search .wp-block-search__input {
	min-width: 0;
	min-height: 48px;
	padding: 0.75rem 0.9rem;
	border: 0;
	background: transparent;
}

.bm-site-search .wp-block-search__button {
	width: 48px;
	height: 48px;
	display: grid;
	place-items: center;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 14px;
	background: var(--bm-blue);
	color: var(--bm-white);
}

.bm-not-found {
	min-height: clamp(32rem, 72vh, 48rem);
	display: grid;
	align-content: center;
	text-align: center;
}

.bm-not-found .bm-kicker,
.bm-not-found .bm-section-heading,
.bm-not-found .bm-section-intro,
.bm-not-found .wp-block-buttons {
	margin-right: auto !important;
	margin-left: auto !important;
}

@supports (content-visibility: auto) {
	.bm-main > .wp-block-post-content > .bm-section:not(:first-child) {
		content-visibility: auto;
		contain-intrinsic-size: auto 760px;
	}
}

@media (hover: none) {
	.bm-card:hover,
	.bm-contact-card:hover,
	.bm-credential-category:hover,
	.bm-trust-badge:hover,
	.wp-element-button:hover,
	.wp-block-button__link:hover {
		transform: none;
	}

	.wp-block-button__link::after,
	.wp-element-button::after {
		display: none;
	}
}

@media (max-width: 480px) {
	.wp-block-button,
	.wp-block-button__link,
	.wp-element-button {
		max-width: 100%;
	}

	.bm-site-search .wp-block-search__inside-wrapper {
		border-radius: 16px;
	}
}

@media (prefers-reduced-transparency: reduce) {
	.bm-site-header,
	.bm-metrics,
	.bm-support-box {
		background: var(--bm-white);
		backdrop-filter: none;
	}
}

@media (forced-colors: active) {
	.bm-card,
	.bm-contact-card,
	.bm-panel,
	.bm-cta,
	.bm-site-search .wp-block-search__inside-wrapper {
		border: 2px solid CanvasText;
	}

	a:focus-visible,
	button:focus-visible,
	input:focus-visible,
	select:focus-visible,
	textarea:focus-visible {
		outline: 3px solid Highlight !important;
		box-shadow: none !important;
	}
}

/* Keep the homepage service cards consistent: Cybersecurity earns its emphasis
   through a dark hover state instead of a permanently dark surface. */
.home .bm-card-featured {
	border-color: rgba(100, 121, 148, 0.17);
	background: var(--bm-white);
	box-shadow: 0 12px 35px rgba(20, 39, 66, 0.07);
	color: var(--bm-ink);
}

.home .bm-card-featured .bm-card-number {
	border-color: rgba(57, 120, 255, 0.12);
	background: linear-gradient(145deg, #eef4ff, #e8f7f7);
	color: var(--bm-blue);
}

.home .bm-card-featured h3 {
	color: var(--bm-ink);
}

.home .bm-card-featured p:last-child {
	color: var(--bm-copy);
}

.home .bm-card-featured::before {
	opacity: 0;
}

.home .bm-card-featured:hover,
.home .bm-card-featured:focus-within {
	border-color: rgba(45, 212, 202, 0.28);
	background: var(--bm-ink);
	box-shadow: 0 25px 65px rgba(4, 16, 30, 0.22);
	color: var(--bm-white);
}

.home .bm-card-featured:hover::before,
.home .bm-card-featured:focus-within::before {
	opacity: 1;
}

.home .bm-card-featured:hover .bm-card-number,
.home .bm-card-featured:focus-within .bm-card-number {
	border-color: transparent;
	background: rgba(38, 208, 206, 0.16);
	color: var(--bm-cyan);
}

.home .bm-card-featured:hover h3,
.home .bm-card-featured:focus-within h3 {
	color: var(--bm-white);
}

.home .bm-card-featured:hover p:last-child,
.home .bm-card-featured:focus-within p:last-child {
	color: #c7d5e3;
}

/* Give every homepage service card the same interactive emphasis. */
.home .bm-card {
	transition: transform 260ms var(--bm-ease), border-color 260ms ease, box-shadow 260ms ease, background 220ms ease, color 220ms ease;
}

.home .bm-card:hover,
.home .bm-card:focus-within {
	border-color: rgba(45, 212, 202, 0.28);
	background: var(--bm-ink);
	box-shadow: 0 25px 65px rgba(4, 16, 30, 0.22);
	color: var(--bm-white);
}

.home .bm-card:hover .bm-card-number,
.home .bm-card:focus-within .bm-card-number {
	border-color: transparent;
	background: rgba(38, 208, 206, 0.16);
	color: var(--bm-cyan);
}

.home .bm-card:hover h3,
.home .bm-card:focus-within h3 {
	color: var(--bm-white);
}

.home .bm-card:hover p:last-child,
.home .bm-card:focus-within p:last-child {
	color: #c7d5e3;
}

/* Services page cards mirror the homepage: light at rest, dark on interaction. */
.bm-services-section .bm-card-featured {
	border-color: rgba(100, 121, 148, 0.17);
	background: var(--bm-white);
	box-shadow: 0 12px 35px rgba(20, 39, 66, 0.07);
	color: var(--bm-ink);
}

.bm-services-section .bm-card-featured .bm-card-number {
	border-color: rgba(57, 120, 255, 0.12);
	background: linear-gradient(145deg, #eef4ff, #e8f7f7);
	color: var(--bm-blue);
}

.bm-services-section .bm-card-featured h3 {
	color: var(--bm-ink);
}

.bm-services-section .bm-card-featured p:last-child {
	color: var(--bm-copy);
}

.bm-services-section .bm-card-featured::before {
	opacity: 0;
}

.bm-services-section .bm-card {
	transition: transform 260ms var(--bm-ease), border-color 260ms ease, box-shadow 260ms ease, background 220ms ease, color 220ms ease;
}

.bm-services-section .bm-card:hover,
.bm-services-section .bm-card:focus-within {
	border-color: rgba(45, 212, 202, 0.28);
	background: var(--bm-ink);
	box-shadow: 0 25px 65px rgba(4, 16, 30, 0.22);
	color: var(--bm-white);
}

.bm-services-section .bm-card:hover::before,
.bm-services-section .bm-card:focus-within::before {
	opacity: 1;
}

.bm-services-section .bm-card:hover .bm-card-number,
.bm-services-section .bm-card:focus-within .bm-card-number {
	border-color: transparent;
	background: rgba(38, 208, 206, 0.16);
	color: var(--bm-cyan);
}

.bm-services-section .bm-card:hover h3,
.bm-services-section .bm-card:focus-within h3 {
	color: var(--bm-white);
}

.bm-services-section .bm-card:hover p:last-child,
.bm-services-section .bm-card:focus-within p:last-child {
	color: #c7d5e3;
}

.bm-services-section ~ .bm-section .bm-cta .wp-block-button__link:hover,
.bm-services-section ~ .bm-section .bm-cta .wp-block-button__link:focus-visible,
.bm-services-section ~ .bm-section .bm-cta .wp-element-button:hover,
.bm-services-section ~ .bm-section .bm-cta .wp-element-button:focus-visible {
	border-color: var(--bm-ink) !important;
	background: var(--bm-ink) !important;
	color: var(--bm-white) !important;
}

/* --------------------------------------------------------------------------
	Bowsher Modern 2.6.0 reversible homepage visual refresh (2026-09-02)
	Rollback: remove this entire block and restore the theme version to 2.5.5.
	The related WordPress content rollback is documented in
	docs/rollback/2026-09-02-homepage-visual-refresh.md.
---------------------------------------------------------------------------- */

/* Make the hero lettering stay crisp over every part of the dark backdrop. */
.home .bm-hero .bm-gradient-text {
	background-image: linear-gradient(105deg, #ffffff 4%, #d5fff9 34%, #38bdf8 66%, #c4b5fd 100%);
}

/* Replace the cropped legacy artwork with a purpose-built square brandmark. */
.bm-site-logo {
	border-color: transparent;
	background: transparent;
	box-shadow: none;
}

.bm-site-logo .custom-logo-link {
	overflow: visible;
	border-radius: inherit;
}

.bm-site-logo img,
.bm-site-logo .custom-logo {
	position: static;
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	object-fit: contain;
	transform: none;
}

.bm-site-logo .custom-logo-link:focus-visible {
	outline: 3px solid var(--bm-focus);
	outline-offset: 4px;
}

/* Give the proof section its own full-bleed rhythm instead of another island. */
.home .bm-proof-strip {
	width: auto;
	max-width: none;
	margin-right: calc(-1 * var(--bm-fluid-gutter)) !important;
	margin-left: calc(-1 * var(--bm-fluid-gutter)) !important;
	padding: clamp(2.75rem, 6vw, 4.75rem) var(--bm-fluid-gutter);
	border: 0;
	border-radius: 0;
	background:
		radial-gradient(circle at 82% 0, rgba(45, 212, 202, 0.17), transparent 30rem),
		radial-gradient(circle at 10% 100%, rgba(124, 92, 255, 0.18), transparent 28rem),
		linear-gradient(135deg, #081728, #102b45);
	box-shadow: none;
	color: var(--bm-white);
}

.home .bm-proof-strip > .bm-trust-inner {
	width: min(100%, 1240px);
	max-width: 1240px;
	margin-right: auto !important;
	margin-left: auto !important;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.home .bm-proof-strip .bm-trust-label {
	color: #dce9f5;
}

.home .bm-proof-strip .bm-trust-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 0 !important;
	margin-top: clamp(1.25rem, 3vw, 2rem) !important;
	border-top: 1px solid rgba(255, 255, 255, 0.13);
	border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.home .bm-proof-strip .bm-trust-badge,
.home .bm-proof-strip .bm-trust-badge:hover,
.home .bm-proof-strip .bm-trust-badge:focus-within {
	min-height: clamp(7rem, 12vw, 8.5rem);
	align-content: center;
	padding: clamp(1rem, 2.4vw, 1.55rem) clamp(0.6rem, 1.8vw, 1rem);
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	transform: none;
}

.home .bm-proof-strip .bm-trust-badge:nth-child(odd) {
	background: rgba(255, 255, 255, 0.025);
}

.home .bm-proof-strip .bm-trust-text {
	gap: 0.35rem;
}

.home .bm-proof-strip .bm-trust-name {
	color: var(--bm-white);
	font-size: clamp(1.05rem, 1.7vw, 1.45rem);
	font-weight: 800;
	letter-spacing: -0.035em;
	line-height: 1.1;
}

.home .bm-proof-strip .bm-trust-role {
	color: #c6d6e6;
	font-size: clamp(0.76rem, 1.1vw, 0.88rem);
	line-height: 1.4;
}

.home .bm-proof-strip .bm-credential-link a {
	color: #67e8f9;
}

.home .bm-proof-strip .bm-credential-link a:hover,
.home .bm-proof-strip .bm-credential-link a:focus-visible {
	color: var(--bm-white);
	text-decoration: underline;
}

.home .bm-proof-strip .bm-credential-badge:focus-within {
	outline: 3px solid #67e8f9;
	outline-offset: -3px;
}

/* Let the content and CTA breathe without another rounded outer shell. */
.home .bm-home-services,
.home .bm-cta-section {
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	overflow: visible;
}

@media (max-width: 819px) {
	.home .bm-proof-strip .bm-trust-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 359px) {
	.home .bm-proof-strip .bm-trust-grid {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	.home .bm-proof-strip .bm-trust-badge {
		min-height: 6.25rem;
	}
}

@media (forced-colors: active) {
	.home .bm-hero .bm-gradient-text {
		background: none;
		color: CanvasText;
		-webkit-text-fill-color: CanvasText;
	}
}

/* --------------------------------------------------------------------------
	Bowsher Modern 2.6.1 reversible technology icon pass (2026-09-02)
	Rollback: remove this block, restore version 2.6.0, and restore Home
	revision 83. Details: docs/rollback/2026-09-02-technology-icons.md.
---------------------------------------------------------------------------- */

.home .bm-proof-strip .bm-trust-badge {
	transition: background 220ms ease, color 220ms ease;
}

.home .bm-proof-strip .bm-trust-badge:hover,
.home .bm-proof-strip .bm-trust-badge:focus-within {
	background: rgba(255, 255, 255, 0.065);
}

.home .bm-proof-strip .bm-trust-icon-wrap {
	width: 3.35rem;
	height: 3.35rem;
	display: grid !important;
	place-items: center;
	margin: 0 0 0.35rem !important;
	border: 1px solid rgba(103, 232, 249, 0.2);
	border-radius: 17px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 10px 28px rgba(2, 12, 24, 0.2);
	transition: background 220ms ease, border-color 220ms ease, box-shadow 220ms ease, transform 220ms var(--bm-ease);
}

.home .bm-proof-strip .bm-trust-icon {
	width: 1.8rem;
	height: 1.8rem;
	display: block;
	margin: 0 !important;
	line-height: 0;
}

.home .bm-proof-strip .bm-trust-icon img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
	filter: none;
	transition: filter 220ms ease, transform 220ms var(--bm-ease);
}

.home .bm-proof-strip .bm-trust-badge:hover .bm-trust-icon-wrap,
.home .bm-proof-strip .bm-trust-badge:focus-within .bm-trust-icon-wrap {
	border-color: transparent;
	background: linear-gradient(145deg, var(--bm-blue), var(--bm-cyan));
	box-shadow: 0 14px 32px rgba(38, 208, 206, 0.22);
	transform: translateY(-2px) scale(1.04);
}

.home .bm-proof-strip .bm-trust-badge:hover .bm-trust-icon img,
.home .bm-proof-strip .bm-trust-badge:focus-within .bm-trust-icon img {
	filter: brightness(0) invert(1);
	transform: scale(1.04);
}

.home .bm-proof-strip .bm-trust-badge:hover .bm-trust-name,
.home .bm-proof-strip .bm-trust-badge:focus-within .bm-trust-name {
	color: #67e8f9;
}

@media (hover: none) {
	.home .bm-proof-strip .bm-trust-badge:hover {
		background: transparent;
	}

	.home .bm-proof-strip .bm-trust-badge:nth-child(odd):hover {
		background: rgba(255, 255, 255, 0.025);
	}

	.home .bm-proof-strip .bm-trust-badge:hover .bm-trust-icon-wrap {
		border-color: rgba(103, 232, 249, 0.2);
		background: rgba(255, 255, 255, 0.94);
		box-shadow: 0 10px 28px rgba(2, 12, 24, 0.2);
		transform: none;
	}

	.home .bm-proof-strip .bm-trust-badge:hover .bm-trust-icon img {
		filter: none;
		transform: none;
	}

	.home .bm-proof-strip .bm-trust-badge:hover .bm-trust-name {
		color: var(--bm-white);
	}
}

@media (prefers-reduced-motion: reduce) {
	.home .bm-proof-strip .bm-trust-badge,
	.home .bm-proof-strip .bm-trust-icon-wrap,
	.home .bm-proof-strip .bm-trust-icon img {
		transition: none;
	}
}

@media (forced-colors: active) {
	.home .bm-proof-strip .bm-trust-icon-wrap {
		border: 1px solid CanvasText;
		background: Canvas;
	}

	.home .bm-proof-strip .bm-trust-icon img {
		filter: grayscale(1) contrast(2);
	}
}

/* --------------------------------------------------------------------------
	Bowsher Modern 2.6.2 reversible header phone link (2026-09-02)
	Rollback: remove this block, restore version 2.6.1, and restore Navigation
	revision 35. Details: docs/rollback/2026-09-02-header-phone.md.
---------------------------------------------------------------------------- */

@media (min-width: 820px) {
	.bm-site-header .bm-header-phone {
		margin-left: clamp(0.15rem, 0.5vw, 0.4rem);
	}

	.bm-site-header .bm-header-phone .wp-block-navigation-item__content {
		min-height: 44px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		padding: 0.58rem 0.9rem;
		border: 1px solid rgba(30, 95, 201, 0.22);
		border-radius: 999px;
		background: linear-gradient(145deg, rgba(239, 248, 255, 0.98), rgba(235, 252, 250, 0.98));
		box-shadow: 0 8px 22px rgba(20, 75, 130, 0.09);
		color: #134f98;
		font-size: 0.86rem;
		font-variant-numeric: tabular-nums;
		font-weight: 780;
		letter-spacing: -0.015em;
		line-height: 1;
		white-space: nowrap;
	}

	.bm-site-header .bm-header-phone .wp-block-navigation-item__content:hover,
	.bm-site-header .bm-header-phone .wp-block-navigation-item__content:focus-visible {
		border-color: var(--bm-ink);
		background: var(--bm-ink);
		box-shadow: 0 12px 28px rgba(7, 17, 31, 0.18);
		color: var(--bm-white);
		transform: translateY(-1px);
	}
}

@media (min-width: 820px) and (max-width: 1040px) {
	.bm-site-header .bm-header-phone {
		margin-left: 0;
	}

	.bm-site-header .bm-header-phone .wp-block-navigation-item__content {
		padding-right: 0.65rem;
		padding-left: 0.65rem;
		font-size: 0.78rem;
	}
}

@media (max-width: 819px) {
	.bm-site-header .bm-header-phone {
		margin-top: 0.25rem;
	}

	.bm-site-header .bm-header-phone .wp-block-navigation-item__content {
		border-color: rgba(103, 232, 249, 0.48) !important;
		background: rgba(38, 208, 206, 0.1) !important;
		color: #aaf8ef !important;
		font-variant-numeric: tabular-nums;
		font-weight: 780;
		white-space: nowrap;
	}

	.bm-site-header .bm-header-phone .wp-block-navigation-item__content:hover,
	.bm-site-header .bm-header-phone .wp-block-navigation-item__content:focus-visible {
		border-color: var(--bm-cyan) !important;
		background: rgba(38, 208, 206, 0.2) !important;
		color: var(--bm-white) !important;
	}
}

@media (forced-colors: active) {
	.bm-site-header .bm-header-phone .wp-block-navigation-item__content {
		border: 1px solid LinkText;
		background: Canvas;
		color: LinkText;
	}
}

/* --------------------------------------------------------------------------
	Bowsher Modern 2.6.4 supplied partner logo pass (2026-09-02)
	Rollback: remove this block, restore version 2.6.2, and restore Home
	revision 84. Details: docs/rollback/2026-09-02-supplied-partner-logos.md.
---------------------------------------------------------------------------- */

.home .bm-proof-strip .bm-trust-icon-wrap {
	position: relative;
	width: clamp(3.8rem, 5.4vw, 4.4rem);
	height: clamp(3.8rem, 5.4vw, 4.4rem);
	padding: 0;
	overflow: hidden;
	border-color: rgba(103, 232, 249, 0.3);
	border-radius: 50%;
	background: #fff;
}

.home .bm-proof-strip .bm-partner-logo {
	position: absolute;
	inset: 0.18rem;
	width: auto;
	height: auto;
	display: block;
	overflow: hidden;
	margin: 0 !important;
	border-radius: 50%;
	background: #071a2d;
	line-height: 0;
}

.home .bm-proof-strip .bm-partner-logo img {
	position: absolute;
	width: 200% !important;
	height: 400% !important;
	max-width: none !important;
	display: block;
	object-fit: fill;
	filter: saturate(0.96) contrast(1.02);
	transform: none;
	transition: filter 220ms ease;
}

.home .bm-proof-strip .bm-partner-logo-microsoft img,
.home .bm-proof-strip .bm-partner-logo-ubiquiti img,
.home .bm-proof-strip .bm-partner-logo-hp img,
.home .bm-proof-strip .bm-partner-logo-inky img {
	left: 0;
}

.home .bm-proof-strip .bm-partner-logo-cisco img,
.home .bm-proof-strip .bm-partner-logo-dell img,
.home .bm-proof-strip .bm-partner-logo-splashtop img,
.home .bm-proof-strip .bm-partner-logo-credentials img {
	left: -100%;
}

.home .bm-proof-strip .bm-partner-logo-microsoft img,
.home .bm-proof-strip .bm-partner-logo-cisco img {
	top: 0;
}

.home .bm-proof-strip .bm-partner-logo-ubiquiti img,
.home .bm-proof-strip .bm-partner-logo-dell img {
	top: -100%;
}

.home .bm-proof-strip .bm-partner-logo-hp img,
.home .bm-proof-strip .bm-partner-logo-splashtop img {
	top: -200%;
}

.home .bm-proof-strip .bm-partner-logo-inky img,
.home .bm-proof-strip .bm-partner-logo-credentials img {
	top: -300%;
}

.home .bm-proof-strip .bm-trust-badge:hover .bm-trust-icon-wrap,
.home .bm-proof-strip .bm-trust-badge:focus-within .bm-trust-icon-wrap {
	background: linear-gradient(145deg, var(--bm-blue), var(--bm-cyan));
	box-shadow:
		0 0 0 3px rgba(103, 232, 249, 0.2),
		0 16px 36px rgba(38, 208, 206, 0.3);
	transform: translateY(-3px) scale(1.07);
}

.home .bm-proof-strip .bm-trust-badge:hover .bm-partner-logo img,
.home .bm-proof-strip .bm-trust-badge:focus-within .bm-partner-logo img {
	filter: saturate(1.22) brightness(1.06) contrast(1.04);
}

@media (hover: none) {
	.home .bm-proof-strip .bm-trust-badge:hover .bm-trust-icon-wrap {
		border-color: rgba(103, 232, 249, 0.3);
		background: #fff;
		box-shadow: 0 10px 28px rgba(2, 12, 24, 0.2);
		transform: none;
	}

	.home .bm-proof-strip .bm-trust-badge:hover .bm-partner-logo img {
		filter: saturate(0.96) contrast(1.02);
	}
}

@media (prefers-reduced-motion: reduce) {
	.home .bm-proof-strip .bm-partner-logo img {
		transition: none;
	}
}

@media (forced-colors: active) {
	.home .bm-proof-strip .bm-trust-icon-wrap {
		border: 1px solid CanvasText;
		background: Canvas;
	}

	.home .bm-proof-strip .bm-partner-logo img {
		filter: grayscale(1) contrast(1.4);
	}
}

/* --------------------------------------------------------------------------
	Bowsher Modern 2.6.5 reversible About value-card pass (2026-09-02)
	Rollback: remove this block, restore version 2.6.4, and restore About
	revision 61. Details: docs/rollback/2026-09-02-about-value-cards.md.
---------------------------------------------------------------------------- */

.bm-about-values .bm-card,
.bm-about-values .bm-card-featured {
	border-color: rgba(100, 121, 148, 0.17);
	background: linear-gradient(155deg, rgba(255, 255, 255, 0.99), rgba(248, 250, 253, 0.96));
	box-shadow: 0 12px 35px rgba(20, 39, 66, 0.07);
	color: var(--bm-ink);
	transition: transform 260ms var(--bm-ease), border-color 260ms ease, box-shadow 260ms ease, background 220ms ease, color 220ms ease;
}

.bm-about-values .bm-card-featured .bm-card-number {
	border-color: rgba(57, 120, 255, 0.12);
	background: linear-gradient(145deg, #eef4ff, #e8f7f7);
	color: var(--bm-blue);
}

.bm-about-values .bm-card-featured h3 {
	color: var(--bm-ink);
}

.bm-about-values .bm-card-featured p:last-child {
	color: var(--bm-copy);
}

.bm-about-values .bm-card-featured::before {
	opacity: 0;
}

.bm-about-values .bm-card:hover,
.bm-about-values .bm-card:focus-within {
	border-color: rgba(45, 212, 202, 0.28);
	background:
		radial-gradient(circle at 92% 4%, rgba(45, 212, 202, 0.21), transparent 34%),
		linear-gradient(145deg, #06101d, #102942);
	box-shadow: 0 25px 65px rgba(4, 16, 30, 0.22);
	color: var(--bm-white);
}

.bm-about-values .bm-card:hover::before,
.bm-about-values .bm-card:focus-within::before {
	opacity: 1;
}

.bm-about-values .bm-card:hover .bm-card-number,
.bm-about-values .bm-card:focus-within .bm-card-number {
	border-color: transparent;
	background: rgba(38, 208, 206, 0.16);
	color: var(--bm-cyan);
}

.bm-about-values .bm-card:hover h3,
.bm-about-values .bm-card:focus-within h3 {
	color: var(--bm-white);
}

.bm-about-values .bm-card:hover p:last-child,
.bm-about-values .bm-card:focus-within p:last-child {
	color: #c7d5e3;
}

@media (hover: none) {
	.bm-about-values .bm-card:hover,
	.bm-about-values .bm-card-featured:hover {
		border-color: rgba(100, 121, 148, 0.17);
		background: linear-gradient(155deg, rgba(255, 255, 255, 0.99), rgba(248, 250, 253, 0.96));
		box-shadow: 0 12px 35px rgba(20, 39, 66, 0.07);
		color: var(--bm-ink);
	}

	.bm-about-values .bm-card:hover::before,
	.bm-about-values .bm-card-featured:hover::before {
		opacity: 0;
	}

	.bm-about-values .bm-card:hover .bm-card-number,
	.bm-about-values .bm-card-featured:hover .bm-card-number {
		border-color: rgba(57, 120, 255, 0.12);
		background: linear-gradient(145deg, #eef4ff, #e8f7f7);
		color: var(--bm-blue);
	}

	.bm-about-values .bm-card:hover h3,
	.bm-about-values .bm-card-featured:hover h3 {
		color: var(--bm-ink);
	}

	.bm-about-values .bm-card:hover p:last-child,
	.bm-about-values .bm-card-featured:hover p:last-child {
		color: var(--bm-copy);
	}
}

@media (prefers-reduced-motion: reduce) {
	.bm-about-values .bm-card {
		transition: none;
	}
}

/* --------------------------------------------------------------------------
	Bowsher Modern 2.6.7 reversible contact-only header phone (2026-09-02)
	Rollback: remove this block, restore version 2.6.5, and restore the saved
	live functions.php. Details: docs/rollback/2026-09-02-contact-only-header-phone.md.
---------------------------------------------------------------------------- */

.bm-header-phone {
	display: none !important;
}

.page-contact .bm-header-phone {
	display: flex !important;
}
