/* Bit & Byte Lab restyle — talkin.io-style layout and skin over tm-heli. Loaded only when bbl-restyle is active. */

:root {
	--bbl-teal: #3aacc7;
	--bbl-teal-dark: #2b93ad;
	--bbl-teal-light: #7fd0e2;
	--bbl-teal-text: #1d7d96;
	--bbl-blue: #17406e;
	--bbl-purple: #1d7d96;
	--bbl-purple-dark: #0c2340;
	--bbl-ink: #12223a;
	--bbl-muted: #45546a;
	--bbl-soft: #f1f3f6;
	--bbl-line: #dde5ef;
	--bbl-navy: #0c2340;
	--bbl-navy-dark: #081a30;
	--bbl-grad: linear-gradient(118deg, #0a1e38 0%, #0f2f55 55%, #17406e 100%);
	--bbl-grad-v: linear-gradient(180deg, #0c2340 0%, #133a64 100%);
	--bbl-radius: 24px;
	--bbl-shadow: 0 22px 50px -24px rgba(20, 58, 108, .38);
	--bbl-font: "Outfit", "Source Sans Pro", system-ui, sans-serif;
}

html, body.bbl-skin { overflow-x: hidden; }
.bbl-skin .bbl-sec,
.bbl-skin .bbl-band,
.bbl-skin .bbl-footer { font-family: var(--bbl-font); color: var(--bbl-ink); }
.bbl-skin .bbl-sec *,
.bbl-skin .bbl-band *,
.bbl-skin .bbl-footer * { box-sizing: border-box; }
.bbl-skin .bbl-sec p,
.bbl-skin .bbl-sec h1, .bbl-skin .bbl-sec h2, .bbl-skin .bbl-sec h3,
.bbl-skin .bbl-band h3, .bbl-skin .bbl-band p,
.bbl-skin .bbl-footer p {
	font-family: var(--bbl-font) !important;
	text-transform: none !important;
	letter-spacing: normal;
}
.bbl-wrap { max-width: 1180px; margin: 0 auto; padding: 0 24px; position: relative; }

/* Full-bleed sections out of the theme's .container */
.bbl-sec,
.bbl-band,
.bbl-footer {
	position: relative;
	width: 100vw;
	margin-left: calc(50% - 50vw);
}

/* ---------- Buttons & links ---------- */
.bbl-btn,
.bbl-skin .frm_forms .frm_button_submit,
.bbl-skin .frm_forms button[type="submit"] {
	display: inline-flex;
	align-items: center;
	gap: .5em;
	font-family: var(--bbl-font) !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	color: var(--bbl-navy) !important;
	background: var(--bbl-teal) !important;
	border: 0 !important;
	border-radius: 999px !important;
	padding: 13px 30px !important;
	box-shadow: 0 10px 24px -12px rgba(58, 172, 199, .55) !important;
	transition: background .2s, transform .2s;
	text-decoration: none !important;
	line-height: 1.2 !important;
	height: auto !important;
	white-space: nowrap;
}
.bbl-btn:hover,
.bbl-skin .frm_forms .frm_button_submit:hover {
	background: var(--bbl-teal-light) !important;
	transform: translateY(-1px);
	color: var(--bbl-navy) !important;
}
.bbl-btn--small { padding: 10px 24px !important; font-size: 14px !important; }
.bbl-link {
	display: inline-block;
	color: var(--bbl-purple) !important;
	font-size: 16px;
	text-decoration: underline !important;
	text-underline-offset: 4px;
}
.bbl-link--arrow { text-decoration: none !important; font-size: 18px; }
.bbl-link--arrow::after { content: "\2192"; margin-left: 14px; display: inline-block; transition: transform .2s; }
.bbl-link--arrow:hover::after { transform: translateX(4px); }

/* ---------- Headings ---------- */
.bbl-h2 {
	font-family: var(--bbl-font) !important;
	font-weight: 400 !important;
	font-size: clamp(34px, 4vw, 52px) !important;
	line-height: 1.12 !important;
	letter-spacing: -.01em !important;
	margin: 0 0 24px !important;
}
.bbl-h2--xl { font-size: clamp(38px, 4.6vw, 60px) !important; }
.bbl-h2--grad {
	width: fit-content;
	max-width: 100%;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center;
	background: linear-gradient(90deg, #0c2340 0%, #1d7d96 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: var(--bbl-purple) !important;
	padding-bottom: .08em;
}
.bbl-h2--teal { color: var(--bbl-teal-text) !important; }
.bbl-h2--light { color: #fff !important; text-align: center; }

/* ---------- Header ---------- */
.bbl-skin .site-header {
	background: #fff !important;
	transition: box-shadow .25s, background .25s;
	position: relative;
	z-index: 60;
}
.bbl-skin .site-header.bbl-scrolled { box-shadow: 0 6px 24px -14px rgba(20, 58, 108, .45); }
.bbl-skin .site-branding img,
.bbl-skin #menu .mm-panel img[src*="bit_byte_logo"] { max-height: 44px; width: auto; filter: brightness(0); }
.bbl-skin #site-navigation #primary-menu { white-space: nowrap; }
.bbl-skin #site-navigation #primary-menu > li { padding-left: 11px !important; padding-right: 11px !important; }
.bbl-skin .main-navigation .menu > li > a,
.bbl-skin #primary-menu > li > a {
	font-family: var(--bbl-font) !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	color: var(--bbl-ink) !important;
}
.bbl-skin #primary-menu > li.current-menu-item > a,
.bbl-skin #primary-menu > li > a:hover { color: var(--bbl-teal) !important; }
.bbl-skin #primary-menu > li > a::before,
.bbl-skin #primary-menu > li > a::after { background: currentColor !important; }
.bbl-skin #site-navigation #primary-menu > li.bbl-nav-cta { padding: 18px 0 18px 14px !important; }
.bbl-skin #primary-menu > li.bbl-nav-cta > a {
	display: inline-block !important;
	color: var(--bbl-teal-text) !important;
	background: #fff;
	border-radius: 999px;
	padding: 9px 22px !important;
	line-height: 1.2 !important;
	font-weight: 500 !important;
	box-shadow: inset 0 0 0 1.5px var(--bbl-teal);
}
.bbl-skin #primary-menu > li.bbl-nav-cta > a::before,
.bbl-skin #primary-menu > li.bbl-nav-cta > a::after { display: none !important; }
.bbl-skin #primary-menu .sub-menu {
	border-radius: 16px;
	overflow: hidden;
	box-shadow: var(--bbl-shadow);
	border: 1px solid var(--bbl-line);
}
.bbl-skin #primary-menu .sub-menu a {
	font-family: var(--bbl-font) !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
	color: var(--bbl-ink) !important;
}

/* Homepage on desktop: header melts into the hero like talkin's */
@media (min-width: 992px) {
	.bbl-skin:is(.home, .bbl-newlayout) .site-header {
		background: var(--bbl-grad) !important;
		background-attachment: fixed !important;
		background-size: 100vw 100vh !important;
	}
	.bbl-skin:is(.home, .bbl-newlayout) .bbl-hero {
		background-attachment: fixed;
		background-size: 100vw 100vh;
	}
	.bbl-skin:is(.home, .bbl-newlayout) .site-branding img { filter: brightness(0) invert(1); }
	.bbl-skin:is(.home, .bbl-newlayout) #primary-menu > li > a { color: #fff !important; }
	.bbl-skin:is(.home, .bbl-newlayout) #primary-menu > li.current-menu-item > a,
	.bbl-skin:is(.home, .bbl-newlayout) #primary-menu > li > a:hover { color: var(--bbl-teal-light) !important; }
	.bbl-skin:is(.home, .bbl-newlayout) #primary-menu > li.bbl-nav-cta > a { color: var(--bbl-navy) !important; background: var(--bbl-teal); box-shadow: none; }
	.bbl-skin:is(.home, .bbl-newlayout) #primary-menu > li.bbl-nav-cta > a:hover { background: var(--bbl-teal-light); }
	.bbl-skin:is(.home, .bbl-newlayout) .site-header .button-search,
	.bbl-skin:is(.home, .bbl-newlayout) .site-header .menu_button,
	.bbl-skin:is(.home, .bbl-newlayout) .site-header [class*="search"] i,
	.bbl-skin:is(.home, .bbl-newlayout) .site-header .open-side-box { color: #fff !important; }
	.bbl-skin:is(.home, .bbl-newlayout) .site-header .menu_button span,
	.bbl-skin:is(.home, .bbl-newlayout) .site-header .menu_button span::before,
	.bbl-skin:is(.home, .bbl-newlayout) .site-header .menu_button span::after { background: #fff !important; }
}

/* ---------- 1. Hero ---------- */
.bbl-hero {
	overflow: hidden;
	background: var(--bbl-grad);
	color: #fff;
	padding: 60px 0 120px;
}
.bbl-hero__path { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.bbl-pin { position: absolute; width: 24px; color: rgba(255, 255, 255, .45); pointer-events: none; }
.bbl-pin svg, .bbl-card__pin svg { display: block; width: 100%; height: auto; }
.bbl-pin--a { left: 47%; bottom: 10%; }
.bbl-pin--b { left: 56%; top: 62%; width: 18px; }
.bbl-pin--c { right: 12%; top: 4%; width: 30px; color: rgba(255, 255, 255, .7); }
.bbl-hero__inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: center;
}
.bbl-hero__title {
	font-weight: 300 !important;
	font-size: clamp(40px, 4.8vw, 62px) !important;
	line-height: 1.12 !important;
	letter-spacing: -.02em !important;
	color: #fff !important;
	margin: 0 0 26px !important;
}
.bbl-rotator { display: inline-block; font-weight: 500; color: var(--bbl-teal-light); transition: opacity .3s, transform .3s; }
.bbl-rotator.is-out { opacity: 0; transform: translateY(8px); }
.bbl-hero__lead {
	font-size: 16px !important;
	line-height: 1.6 !important;
	color: rgba(255, 255, 255, .92) !important;
	max-width: 470px;
	margin: 0 0 34px !important;
}
.bbl-hero__lead a { color: #fff !important; text-decoration: underline; text-underline-offset: 3px; }
.bbl-hero__lead p { margin: 0 0 .6em !important; font-size: inherit !important; line-height: inherit !important; color: inherit !important; }
.bbl-hero__lead p:last-child { margin-bottom: 0 !important; }

.bbl-hero__visual { position: relative; height: 420px; }
.bbl-card {
	position: absolute;
	background: #fff;
	border-radius: var(--bbl-radius);
	box-shadow: 0 30px 60px -28px rgba(8, 30, 70, .55);
	color: var(--bbl-ink);
}
.bbl-card img { display: block; max-width: 100%; }
.bbl-card--photo { right: 0; top: 70px; width: 66%; height: 290px; padding: 0; overflow: visible; }
.bbl-card--photo > img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--bbl-radius); }
.bbl-card__pin {
	position: absolute;
	left: 50%;
	top: 16%;
	width: 26px;
	color: #fff;
	filter: drop-shadow(0 2px 6px rgba(0, 0, 0, .35));
}
.bbl-tag {
	position: absolute;
	left: 18%;
	top: 34%;
	font-size: 11px;
	padding: 5px 12px;
	border-radius: 999px;
	color: var(--bbl-navy);
	background: rgba(58, 172, 199, .95);
}
.bbl-tag--teal { background: rgba(12, 35, 64, .88); color: #fff; }
.bbl-card--profile {
	left: 2%;
	top: 0;
	z-index: 2;
	width: 200px;
	padding: 22px 16px 20px;
	text-align: center;
	animation: bbl-float 6s ease-in-out infinite;
}
.bbl-card--profile img {
	width: 84px;
	height: 84px;
	margin: 0 auto 12px;
	border-radius: 50%;
	object-fit: cover;
	box-shadow: 0 0 0 4px #fff, 0 0 0 5px var(--bbl-line);
}
.bbl-card--profile img.is-logo { object-fit: contain; padding: 10px; background: #fff; }
.bbl-card--profile strong { display: block; font-weight: 400; color: var(--bbl-teal-text); font-size: 18px; }
.bbl-card--profile small { display: block; font-size: 12px; color: var(--bbl-muted); margin-top: 3px; line-height: 1.4; }
.bbl-card--profile em { display: block; margin-top: 4px; font-style: normal; font-size: 11px; color: #9aa8b8; }
@keyframes bbl-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@media (prefers-reduced-motion: reduce) { .bbl-card { animation: none !important; } }

/* ---------- 2. What we do ---------- */
.bbl-features { background: #fff; padding: 90px 0 0; text-align: center; }
.bbl-intro {
	max-width: 760px;
	margin: 0 auto 60px !important;
	font-size: 18px !important;
	line-height: 1.55 !important;
	color: var(--bbl-ink) !important;
}
.bbl-features__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 56px 40px;
	max-width: 900px;
	margin: 0 auto;
	padding-bottom: 90px;
}
.bbl-feature { display: block; text-decoration: none !important; color: inherit !important; }
.bbl-feature__art { display: block; width: 132px; height: 132px; margin: 0 auto 14px; transition: transform .25s; }
.bbl-feature__art svg { width: 100%; height: 100%; }
.bbl-feature:hover .bbl-feature__art { transform: translateY(-4px); }
.bbl-feature h3 {
	font-size: 18px !important;
	font-weight: 400 !important;
	color: var(--bbl-teal-text) !important;
	margin: 0 0 8px !important;
}
.bbl-feature p {
	font-size: 13.5px !important;
	line-height: 1.5 !important;
	color: var(--bbl-muted) !important;
	max-width: 220px;
	margin: 0 auto !important;
}
.bbl-features__cta { position: relative; z-index: 3; margin-bottom: -24px; }

/* ---------- 3. Products band ---------- */
.bbl-band2 { background: var(--bbl-grad-v); padding: 70px 0 0; overflow: hidden; }
.bbl-band2 .bbl-h2 { margin-bottom: 44px !important; }
.bbl-screens {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 22px;
	min-width: 1500px;
	margin-left: 50%;
	transform: translateX(-50%);
}
.bbl-screen {
	flex: none;
	background: #fff;
	border-radius: 26px 26px 0 0;
	padding: 22px 20px 26px;
	color: var(--bbl-ink);
	box-shadow: 0 -10px 40px -20px rgba(8, 30, 70, .4);
	font-size: 12px;
}
.bbl-screen b { display: block; font-weight: 500; font-size: 16px; line-height: 1.15; color: var(--bbl-ink); margin-bottom: 14px; }
.bbl-screen b span { display: block; color: var(--bbl-purple); }
.bbl-screen small { display: block; color: var(--bbl-muted); font-size: 11px; }
.bbl-screen strong { display: block; font-weight: 400; color: var(--bbl-teal-text); font-size: 15px; margin-top: 8px; }
.bbl-screen--edge {
	width: 250px;
	height: 190px;
	background: rgba(255, 255, 255, .08);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .14);
	color: #fff;
}
.bbl-screen--edge strong { color: var(--bbl-teal-light); }
.bbl-screen--edge small { color: rgba(255, 255, 255, .75); }
.bbl-screen--left { text-align: center; }
.bbl-screen__avatar { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; margin: 0 auto; display: block; }
.bbl-screen__avatar--lg { width: 86px; height: 86px; margin-top: 10px; }
.bbl-screen__btn {
	display: inline-block;
	margin-top: 12px;
	padding: 5px 16px;
	border-radius: 999px;
	background: var(--bbl-teal);
	color: var(--bbl-navy);
	font-size: 11px;
}
.bbl-screen--stack { width: 220px; background: #17406e; color: #fff; }
.bbl-screen--stack b { color: #fff; }
.bbl-screen__avatars { display: flex; gap: 8px; margin-bottom: 16px; }
.bbl-screen__avatars span {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 10px;
	font-weight: 600;
	color: #fff;
	background: var(--c);
	box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}
.bbl-screen__lines { list-style: none; margin: 0 !important; padding: 0 !important; }
.bbl-screen__lines li {
	margin: 0 0 8px !important;
	padding: 7px 10px;
	border-radius: 8px;
	background: rgba(255, 255, 255, .1);
	font-size: 10.5px;
	color: rgba(255, 255, 255, .85);
}
.bbl-screen__lines li::before { display: none !important; }
.bbl-screen--timeline { width: 270px; padding-bottom: 30px; }
.bbl-screen__row {
	display: grid;
	grid-template-columns: 1fr auto 26px;
	align-items: center;
	gap: 8px;
	padding: 6px 0;
	font-size: 11px;
	border-top: 1px solid #eef2f6;
}
.bbl-screen__row em {
	font-style: normal;
	padding: 3px 9px;
	border-radius: 6px;
	background: #eef2f6;
	color: var(--bbl-ink);
}
.bbl-check {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #22c55e;
	position: relative;
}
.bbl-check::after {
	content: "";
	position: absolute;
	left: 6px;
	top: 5px;
	width: 7px;
	height: 4px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
}
.bbl-screen__row.is-off { color: #7d8ca0; }
.bbl-screen__row.is-off .bbl-check { background: #dfe5ec; }
.bbl-screen--profile { width: 200px; text-align: center; padding-bottom: 20px; margin-bottom: -1px; }
.bbl-screen__eyebrow { text-align: center; }
.bbl-screen__call {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 30px;
	margin-top: 14px;
	border-radius: 999px;
	background: #22c55e;
	color: #fff;
	font-size: 14px;
}
.bbl-screen--chat { width: 300px; background: transparent; box-shadow: none; padding: 0 0 30px; }
.bbl-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: 220px;
	margin-bottom: 18px;
	padding: 10px 12px 10px 18px;
	background: #fff;
	border-radius: 999px;
	color: var(--bbl-muted);
	font-size: 12px;
	box-shadow: var(--bbl-shadow);
}
.bbl-toggle i { position: relative; width: 40px; height: 22px; border-radius: 999px; background: #22c55e; }
.bbl-toggle i::after { content: ""; position: absolute; right: 3px; top: 3px; width: 16px; height: 16px; border-radius: 50%; background: #fff; }
.bbl-bubble {
	margin: 0 0 12px !important;
	padding: 10px 14px;
	border-radius: 14px;
	font-size: 12px !important;
	line-height: 1.4 !important;
	color: #fff !important;
}
.bbl-bubble--in { width: fit-content; margin-left: 50px !important; background: rgba(255, 255, 255, .22); }
.bbl-bubble--brand {
	display: flex;
	align-items: center;
	gap: 10px;
	background: rgba(255, 255, 255, .95);
	color: var(--bbl-ink) !important;
	box-shadow: var(--bbl-shadow);
}
.bbl-bubble--brand img { width: 34px; height: 34px; border-radius: 50%; object-fit: cover; flex: none; }
.bbl-screen--right { width: 240px; height: 120px; display: flex; align-items: center; padding-left: 24px; }
.bbl-screen__mail {
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .14);
	color: #fff;
	font-size: 12px;
}

/* ---------- 4. Case studies ---------- */
.bbl-cases { background: var(--bbl-soft); padding: 80px 0 60px; overflow: hidden; }
.bbl-cases__waves { position: absolute; right: 0; top: 30px; width: 46%; height: 120px; opacity: .55; pointer-events: none; }
.bbl-cases .bbl-h2 { margin-bottom: 36px !important; }
.bbl-cases__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; margin-bottom: 30px; }
.bbl-case {
	background: #fff;
	border-radius: 20px;
	padding: 20px 20px 26px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	transition: transform .25s, box-shadow .25s;
}
.bbl-case:hover { transform: translateY(-4px); box-shadow: var(--bbl-shadow); }
.bbl-case__img { display: block; width: 100%; aspect-ratio: 16 / 10; border-radius: 12px; overflow: hidden; background: #f4f6f8; margin-bottom: 16px; }
.bbl-case__img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s; }
.bbl-case:hover .bbl-case__img img { transform: scale(1.04); }
.bbl-case__label { font-size: 13px !important; font-weight: 600 !important; color: var(--bbl-ink) !important; margin: 0 0 4px !important; }
.bbl-case h3 { font-size: 15px !important; font-weight: 400 !important; margin: 0 0 8px !important; }
.bbl-case h3 a { color: var(--bbl-teal-text) !important; text-decoration: none !important; }
.bbl-case__text { font-size: 13.5px !important; line-height: 1.55 !important; color: var(--bbl-muted) !important; margin: 0 0 20px !important; flex: 1; }

/* ---------- 5. Team anywhere ---------- */
.bbl-anywhere { background: var(--bbl-soft); padding: 30px 0 90px; }
.bbl-panel { background: #fff; border-radius: 28px; }
.bbl-anywhere__panel {
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	align-items: center;
	gap: 30px;
	padding: 50px 0 50px 56px;
	box-shadow: 0 30px 60px -45px rgba(20, 58, 108, .45);
}
.bbl-anywhere__copy .bbl-h2 { margin-bottom: 34px !important; }
.bbl-anywhere__visual { position: relative; height: 300px; }
.bbl-card--static { animation: none; left: 0; top: 0; width: 190px; }
.bbl-card--photo-sm { right: -24px; top: 30px; width: 76%; height: 240px; }

/* ---------- 6. Easy steps ---------- */
.bbl-steps { background: #fff; padding: 90px 0 80px; }
.bbl-steps__row { display: grid; grid-template-columns: .9fr 1.4fr; align-items: center; position: relative; }
.bbl-steps__copy { position: relative; z-index: 2; padding: 30px 0; }
.bbl-steps__copy .bbl-h2 { margin-bottom: 34px !important; max-width: 420px; }
.bbl-steps__list {
	list-style: none;
	margin: 0 0 0 -120px !important;
	padding: 70px 40px 60px 150px !important;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	background: var(--bbl-soft);
	text-align: center;
}
.bbl-steps__list li {
	margin: 0 !important;
	font-size: 13.5px;
	line-height: 1.5;
	color: var(--bbl-muted);
}
.bbl-steps__list li::before { display: none !important; }
.bbl-steps__list li span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	margin: 0 auto 16px;
	border-radius: 50%;
	background: var(--bbl-teal);
	color: var(--bbl-navy);
	font-size: 22px;
	box-shadow: 0 0 0 6px rgba(58, 172, 199, .22);
}
.bbl-steps__more { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; margin: 34px 0 0 calc(38% + 24px); }
.bbl-ring {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--bbl-navy);
	box-shadow: inset 0 0 0 1.5px var(--bbl-teal);
}
.bbl-ring svg { width: 18px; height: 18px; }
.bbl-steps__more .bbl-link { margin-left: 18px; }

/* ---------- 7. Contact form ---------- */
.bbl-contact { background: var(--bbl-soft); padding: 90px 0; }
.bbl-contact__row { display: grid; grid-template-columns: 5fr 7fr; gap: 60px; align-items: center; }
.bbl-contact__copy .bbl-h2--grad { margin-left: 0 !important; text-align: left; }
.bbl-contact__copy p { font-size: 17px !important; line-height: 1.65 !important; color: var(--bbl-muted) !important; }
.bbl-contact__form { background: #fff; border-radius: 28px; padding: 34px 34px 16px; box-shadow: var(--bbl-shadow); }
.bbl-skin .frm_forms input[type="text"],
.bbl-skin .frm_forms input[type="email"],
.bbl-skin .frm_forms input[type="tel"],
.bbl-skin .frm_forms select,
.bbl-skin .frm_forms textarea {
	border: 1px solid var(--bbl-line) !important;
	border-radius: 14px !important;
	background: #fff !important;
	padding: 13px 16px !important;
	font-size: 15px !important;
	color: var(--bbl-ink) !important;
	box-shadow: none !important;
	height: auto !important;
}
.bbl-skin .frm_forms input:focus,
.bbl-skin .frm_forms textarea:focus {
	border-color: var(--bbl-teal) !important;
	box-shadow: 0 0 0 3px rgba(58, 172, 199, .22) !important;
	outline: none;
}
.bbl-skin .frm_forms .frm_primary_label {
	font-family: var(--bbl-font) !important;
	font-weight: 500 !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
	color: var(--bbl-ink) !important;
}

/* ---------- Contact band ---------- */
.bbl-band { background: var(--bbl-grad-v); color: #fff; padding: 64px 24px 70px; }
.bbl-band__inner { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; }
.bbl-band__col { display: flex; flex-direction: column; align-items: flex-start; }
.bbl-band h3 { font-size: 20px !important; font-weight: 400 !important; color: #fff !important; margin: 0 0 12px !important; }
.bbl-band p { color: rgba(255, 255, 255, .9) !important; font-size: 14px !important; line-height: 1.55 !important; margin: 0 0 20px !important; flex: 1; }
.bbl-band__big { color: #fff !important; font-size: 22px; font-weight: 400; text-decoration: none !important; }

/* ---------- Footer ---------- */
.bbl-skin .site-footer,
.bbl-skin .copyright { display: none !important; }
.bbl-footer { background: var(--bbl-navy-dark); color: rgba(255, 255, 255, .8); padding: 46px 24px 50px; font-size: 13px; }
.bbl-footer__inner {
	max-width: 1180px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 2fr 1fr 1.2fr 1.6fr;
	gap: 40px;
}
.bbl-footer__brand img { filter: brightness(0) invert(1); margin-bottom: 10px; height: auto; }
.bbl-footer__brand p { font-weight: 500; color: #fff !important; margin: 0 0 14px !important; }
.bbl-footer__social { display: flex; gap: 8px; }
.bbl-footer .bbl-footer__social a {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	color: var(--bbl-navy) !important;
	font-size: 14px;
}
.bbl-footer__links { list-style: none; margin: 0 !important; padding: 0 !important; }
.bbl-footer__links li { margin: 0 0 6px !important; padding: 0 !important; }
.bbl-footer__links li::before { display: none !important; }
.bbl-footer a { color: rgba(255, 255, 255, .85) !important; text-decoration: none !important; }
.bbl-footer a:hover { color: #fff !important; }
.bbl-footer__mail { display: block; font-weight: 600; color: #fff !important; margin-bottom: 12px; font-size: 14px; }
.bbl-footer__contact p { font-size: 12px !important; line-height: 1.5 !important; color: rgba(255, 255, 255, .65) !important; margin: 0 0 4px !important; }
.bbl-skin .scrollup { bottom: 24px !important; }

/* ---------- Floating WhatsApp (talkin's edge tab) ---------- */
.bbl-float {
	position: fixed;
	right: 0;
	top: 58%;
	z-index: 9990;
	width: 58px;
	height: 54px;
	border-radius: 16px 0 0 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff !important;
	background: var(--bbl-teal);
	box-shadow: -6px 10px 26px -12px rgba(8, 60, 90, .6);
	transition: width .2s, background .2s;
}
.bbl-float:hover { width: 66px; background: var(--bbl-teal); }
.bbl-float svg { width: 28px; height: 28px; }

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
	.bbl-hero { padding: 50px 0 80px; }
	.bbl-hero__inner { grid-template-columns: 1fr; gap: 40px; }
	.bbl-hero__visual { height: 380px; max-width: 520px; width: 100%; margin: 0 auto; }
	.bbl-pin--b, .bbl-pin--c { display: none; }
	.bbl-features__grid { grid-template-columns: repeat(2, 1fr); gap: 44px 24px; }
	.bbl-cases__grid { grid-template-columns: 1fr 1fr; }
	.bbl-anywhere__panel { grid-template-columns: 1fr; padding: 40px 30px; }
	.bbl-card--photo-sm { right: 0; }
	.bbl-steps__row { grid-template-columns: 1fr; }
	.bbl-steps__list { margin: 20px 0 0 !important; padding: 44px 24px !important; border-radius: 28px; }
	.bbl-steps__more { margin-left: 0; }
	.bbl-contact__row { grid-template-columns: 1fr; gap: 30px; }
	.bbl-band__inner { grid-template-columns: repeat(2, 1fr); }
	.bbl-footer__inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
	.bbl-hero__visual { height: 330px; }
	.bbl-card--photo { width: 80%; height: 230px; top: 80px; }
	.bbl-card--profile { width: 160px; padding: 16px 12px; }
	.bbl-card--profile img { width: 60px; height: 60px; }
	.bbl-card--profile strong { font-size: 15px; }
	.bbl-features__grid { gap: 36px 14px; }
	.bbl-feature__art { width: 100px; height: 100px; }
	.bbl-feature h3 { font-size: 16px !important; }
	.bbl-feature p { font-size: 12.5px !important; }
	.bbl-cases__grid { grid-template-columns: 1fr; }
	.bbl-screens { min-width: 0; margin-left: 0; transform: none; justify-content: flex-start; overflow-x: auto; padding: 0 20px; scroll-snap-type: x mandatory; }
	.bbl-screen { scroll-snap-align: center; }
	.bbl-screen--edge { display: none; }
	.bbl-anywhere__visual { height: 280px; }
	.bbl-card--photo-sm { width: 70%; height: 200px; top: 60px; }
	.bbl-steps__list { grid-template-columns: 1fr; }
	.bbl-band__inner, .bbl-footer__inner { grid-template-columns: 1fr; gap: 28px; }
	.bbl-contact__form { padding: 24px 20px 8px; }
	.bbl-float { top: auto; bottom: 90px; }
}

/* ---------- Clickable cards ---------- */
a.bbl-card,
a.bbl-screen { display: block; text-decoration: none !important; cursor: pointer; }
a.bbl-card { color: var(--bbl-ink) !important; }
a.bbl-screen { transition: transform .25s ease, box-shadow .25s ease; }
a.bbl-screen:hover { transform: translateY(-8px); }
a.bbl-screen--chat:hover .bbl-bubble--brand { box-shadow: 0 18px 40px -18px rgba(0, 0, 0, .6); }
a.bbl-card--photo:hover > img { filter: brightness(1.05); }
a.bbl-card--static:hover,
.bbl-anywhere a.bbl-card--photo:hover { transform: translateY(-4px); transition: transform .25s; }
.bbl-screen__call { width: auto; padding: 0 16px; font-size: 12px; }
a.bbl-screen:focus-visible,
a.bbl-card:focus-visible { outline: 3px solid var(--bbl-teal-light); outline-offset: 4px; }

/* ---------- Theme's pinned (sticky) header ----------
   tm-heli forces #222 links and a white background once the header pins on scroll-up;
   these selectors out-rank body:not(.special) .site-header.headroom--not-top.headroom--pinned ... */
body.bbl-skin:not(.special) .site-header.headroom.headroom--not-top #site-navigation .menu > li.bbl-nav-cta > a {
	color: var(--bbl-teal-text) !important;
}
@media (min-width: 992px) {
	body.bbl-skin:is(.home, .bbl-newlayout):not(.special) .site-header.headroom.headroom--not-top {
		background: var(--bbl-grad) !important;
		background-attachment: scroll !important;
		background-size: auto !important;
		box-shadow: 0 8px 30px -12px rgba(0, 0, 0, .55);
	}
	body.bbl-skin:is(.home, .bbl-newlayout):not(.special) .site-header.headroom.headroom--not-top #site-navigation .menu > li:not(.bbl-nav-cta) > a {
		color: #fff !important;
	}
	body.bbl-skin:is(.home, .bbl-newlayout):not(.special) .site-header.headroom.headroom--not-top #site-navigation .menu > li.current-menu-item > a,
	body.bbl-skin:is(.home, .bbl-newlayout):not(.special) .site-header.headroom.headroom--not-top #site-navigation .menu > li:not(.bbl-nav-cta) > a:hover {
		color: var(--bbl-teal-light) !important;
	}
	body.bbl-skin:is(.home, .bbl-newlayout):not(.special) .site-header.headroom.headroom--not-top #site-navigation .menu > li.bbl-nav-cta > a {
		color: var(--bbl-navy) !important;
	}
	body.bbl-skin:is(.home, .bbl-newlayout):not(.special) .site-header.headroom.headroom--not-top .menu_button::before,
	body.bbl-skin:is(.home, .bbl-newlayout):not(.special) .site-header.headroom.headroom--not-top .menu_button::after,
	body.bbl-skin:is(.home, .bbl-newlayout):not(.special) .site-header.headroom.headroom--not-top .menu_button span,
	body.bbl-skin:is(.home, .bbl-newlayout):not(.special) .site-header.headroom.headroom--not-top #slidx_button::before,
	body.bbl-skin:is(.home, .bbl-newlayout):not(.special) .site-header.headroom.headroom--not-top #slidx_button::after {
		background-color: #fff !important;
	}
	body.bbl-skin:is(.home, .bbl-newlayout):not(.special) .site-header.headroom.headroom--not-top .button-search,
	body.bbl-skin:is(.home, .bbl-newlayout):not(.special) .site-header.headroom.headroom--not-top .button-search i { color: #fff !important; }
	body.bbl-skin:is(.home, .bbl-newlayout):not(.special) .site-header.headroom.headroom--not-top .site-branding img { filter: brightness(0) invert(1); }
}
/* ---------- WPBakery wrappers around BBL elements ----------
   Sections are full-bleed on their own; strip the row/column spacing so they stack edge to edge. */
.bbl-skin .vc_row:has(.bbl-sec) { margin-top: 0 !important; margin-bottom: 0 !important; padding-top: 0 !important; padding-bottom: 0 !important; }
.bbl-skin .vc_column_container > .vc_column-inner:has(> .wpb_wrapper > .bbl-sec) { padding-top: 0 !important; padding-bottom: 0 !important; }
.bbl-skin .wpb_wrapper > .bbl-sec { margin-top: 0; margin-bottom: 0; }

/* =====================================================================
   v2 — positioning & proof layout (core services, real screenshots,
   problem → build → outcome case studies, trust section, readable type)
   ===================================================================== */

/* Readable body copy: premium, not delicate */
.bbl-hero__lead { font-size: 19px !important; line-height: 1.6 !important; max-width: 520px; }
.bbl-intro { font-size: 20px !important; line-height: 1.6 !important; max-width: 780px; }
.bbl-section-intro { font-size: 18px !important; line-height: 1.6 !important; color: var(--bbl-muted) !important; margin: -12px 0 36px !important; max-width: 640px; }
.bbl-steps__list li { font-size: 16px !important; line-height: 1.5 !important; color: var(--bbl-ink) !important; }
.bbl-contact__copy p { font-size: 18px !important; }
.bbl-band p { font-size: 15px !important; }
.bbl-footer { font-size: 14px; }

/* Hero: second link + real screenshot card */
.bbl-hero__cta { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.bbl-link--light { color: #fff !important; font-size: 16px; text-decoration: underline !important; text-underline-offset: 5px; }
.bbl-link--light:hover { color: var(--bbl-teal-light) !important; }
.bbl-browser { display: flex; gap: 6px; padding: 10px 12px; background: #eef2f6; border-radius: 14px 14px 0 0; }
.bbl-browser i { width: 9px; height: 9px; border-radius: 50%; background: #c9d3de; }
.bbl-browser i:first-child { background: #f87171; }
.bbl-browser i:nth-child(2) { background: #fbbf24; }
.bbl-browser i:nth-child(3) { background: #34d399; }
.bbl-card--shot { top: 60px; width: 74%; height: auto !important; padding: 0 !important; border-radius: 16px !important; overflow: hidden; }
.bbl-card--shot > img { width: 100%; height: auto !important; aspect-ratio: 16 / 10; object-fit: cover; object-position: top; border-radius: 0 !important; display: block; }
.bbl-card--shot .bbl-tag { left: auto; right: 16px; top: auto; bottom: 16px; }
.bbl-hero__visual { height: 440px; }
.bbl-hero__visual .bbl-card--shot { top: 20px; right: -10px; width: 86%; }
.bbl-hero__visual .bbl-card--profile { top: auto; bottom: 0; left: -4%; width: 210px; padding: 18px 16px 16px; }
.bbl-hero__visual .bbl-card--profile img { width: 64px; height: 64px; }

/* What we do: three core cards + supporting chips */
.bbl-core { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; text-align: left; margin-top: 10px; }
.bbl-core__card {
	display: flex !important;
	flex-direction: column;
	padding: 34px 30px 30px;
	background: #fff;
	border: 1px solid var(--bbl-line);
	border-radius: 26px;
	text-decoration: none !important;
	color: var(--bbl-ink) !important;
	transition: transform .25s, box-shadow .25s, border-color .25s;
}
.bbl-core__card:hover { transform: translateY(-6px); box-shadow: var(--bbl-shadow); border-color: transparent; }
.bbl-core__art { width: 92px; height: 92px; margin-bottom: 18px; }
.bbl-core__art svg { width: 100%; height: 100%; }
.bbl-core__card h3 { font-size: 24px !important; font-weight: 500 !important; color: var(--bbl-navy) !important; margin: 0 0 10px !important; }
.bbl-core__card p { font-size: 16.5px !important; line-height: 1.6 !important; color: var(--bbl-muted) !important; margin: 0 0 18px !important; }
.bbl-ticks { list-style: none; margin: 0 0 22px !important; padding: 0 !important; flex: 1; }
.bbl-ticks li { position: relative; margin: 0 0 9px !important; padding: 0 0 0 28px !important; font-size: 15.5px; line-height: 1.45; color: var(--bbl-ink); }
.bbl-ticks li::before {
	content: "" !important;
	display: block !important;
	position: absolute;
	left: 0;
	top: 2px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #dff2f7;
}
.bbl-ticks li::after { content: ""; position: absolute; left: 5px; top: 7px; width: 8px; height: 5px; border-left: 2px solid var(--bbl-teal-text); border-bottom: 2px solid var(--bbl-teal-text); transform: rotate(-45deg); }
.bbl-core__more { font-size: 15px; font-weight: 500; color: var(--bbl-teal-text); }
.bbl-support { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px; margin: 34px 0 0; padding-bottom: 80px; }
.bbl-support__label { font-size: 15px; color: var(--bbl-muted); margin-right: 6px; }
.bbl-support__chip {
	display: inline-block;
	padding: 8px 18px;
	border-radius: 999px;
	border: 1px solid var(--bbl-line);
	font-size: 15px;
	color: var(--bbl-ink) !important;
	text-decoration: none !important;
	transition: border-color .2s, color .2s;
}
.bbl-support__chip:hover { border-color: var(--bbl-teal); color: var(--bbl-teal-text) !important; }

/* Chips */
.bbl-chips { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; margin: 10px 0 0 !important; padding: 0 !important; }
.bbl-chips li { margin: 0 !important; padding: 4px 10px !important; border-radius: 999px; background: #eef4f8; color: var(--bbl-navy); font-size: 12.5px; line-height: 1.3; }
.bbl-chips li::before { display: none !important; }
.bbl-chips--light li { background: rgba(255, 255, 255, .12); color: #fff; }

/* Products band: real screenshots, phone and profile cards */
.bbl-band2__intro { text-align: center; color: rgba(255, 255, 255, .8) !important; font-size: 18px !important; margin: -28px auto 40px !important; max-width: 620px; padding: 0 24px; }
.bbl-screens { align-items: flex-end; }
.bbl-screen { font-size: 14px; }
.bbl-screen strong { font-size: 18px; font-weight: 500; color: var(--bbl-navy); margin-top: 0; }
.bbl-screen small { font-size: 14px; line-height: 1.45; color: var(--bbl-muted); margin-top: 4px; }
.bbl-screen--screen { width: 400px; padding: 0; overflow: hidden; }
.bbl-screen--screen .bbl-browser { border-radius: 0; }
.bbl-screen__shot { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; object-position: top; }
.bbl-screen__body { display: block; padding: 16px 20px 22px; }
.bbl-screen--phone { width: 230px; padding: 14px 14px 0; background: #0a1e38; box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .12); }
.bbl-phone { display: block; background: #fff; border-radius: 22px 22px 0 0; padding: 26px 16px 24px; text-align: center; position: relative; }
.bbl-phone__notch { position: absolute; top: 9px; left: 50%; width: 56px; height: 6px; margin-left: -28px; border-radius: 6px; background: #dfe6ee; }
.bbl-phone .bbl-chips { justify-content: center; }
.bbl-screen--profile { width: 230px; text-align: center; }
.bbl-screen--profile .bbl-chips { justify-content: center; }
.bbl-screen--note { width: 240px; padding: 22px; }
.bbl-screen--note b { color: #fff; font-size: 16px; }
.bbl-screen--edge strong { color: var(--bbl-teal-light); }
.bbl-screen--edge small { color: rgba(255, 255, 255, .78); }
.bbl-screen--edge .bbl-chips li { background: rgba(255, 255, 255, .12); color: #fff; }

/* Case studies: flagship + problem → build → outcome → tech */
.bbl-flagship {
	display: grid;
	grid-template-columns: 1.05fr 1fr;
	gap: 44px;
	align-items: center;
	padding: 30px;
	margin-bottom: 30px;
	background: #fff;
	border-radius: 28px;
	box-shadow: 0 30px 60px -45px rgba(20, 58, 108, .45);
}
.bbl-flagship__shot { display: block; border-radius: 16px; overflow: hidden; box-shadow: 0 20px 44px -26px rgba(8, 30, 70, .55); }
.bbl-flagship__shot img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; object-position: top; }
.bbl-flagship__body h3 { font-size: 34px !important; font-weight: 500 !important; margin: 0 0 18px !important; }
.bbl-flagship__body h3 a { color: var(--bbl-navy) !important; text-decoration: none !important; }
.bbl-case__label {
	display: inline-block;
	font-size: 13px !important;
	font-weight: 500 !important;
	letter-spacing: .04em !important;
	text-transform: uppercase !important;
	color: var(--bbl-teal-text) !important;
	margin: 0 0 8px !important;
}
.bbl-facts { margin: 0 0 22px !important; }
.bbl-facts__row { display: grid; grid-template-columns: 120px 1fr; gap: 14px; padding: 12px 0; border-top: 1px solid #e8eef4; }
.bbl-facts__row:first-child { border-top: 0; padding-top: 0; }
.bbl-facts dt { font-size: 13px; font-weight: 500; text-transform: uppercase; letter-spacing: .05em; color: var(--bbl-muted); padding-top: 3px; }
.bbl-facts dd { margin: 0 !important; }
.bbl-facts dd p { font-size: 16px !important; line-height: 1.55 !important; color: var(--bbl-ink) !important; margin: 0 !important; }
.bbl-facts .bbl-chips { margin-top: 0 !important; }
.bbl-facts__row--outcome dd p { font-weight: 500; color: var(--bbl-navy) !important; }
.bbl-cases__grid { grid-template-columns: repeat(2, 1fr) !important; gap: 30px !important; }
.bbl-case { padding: 0 !important; overflow: hidden; }
.bbl-case__img { border-radius: 0 !important; margin: 0 !important; aspect-ratio: 16 / 8 !important; }
.bbl-case__img img { object-position: top; }
.bbl-case__body { padding: 24px 26px 28px; display: flex; flex-direction: column; align-items: flex-start; flex: 1; }
.bbl-case h3 { font-size: 24px !important; font-weight: 500 !important; margin: 0 0 14px !important; }
.bbl-case h3 a { color: var(--bbl-navy) !important; }
.bbl-case .bbl-facts__row { grid-template-columns: 1fr; gap: 4px; }
.bbl-case .bbl-facts dd p { font-size: 15.5px !important; }

/* Team anywhere: supporting line */
.bbl-anywhere__text { font-size: 18px !important; line-height: 1.6 !important; color: var(--bbl-muted) !important; margin: -14px 0 30px !important; max-width: 460px; }

/* Trust & proof: navy layer between steps and contact */
.bbl-trust { background: var(--bbl-grad); padding: 90px 0 80px; color: #fff; overflow: hidden; }
.bbl-trust__head { max-width: 760px; margin: 0 auto 46px; text-align: center; }
.bbl-trust__head p { font-size: 19px !important; line-height: 1.6 !important; color: rgba(255, 255, 255, .82) !important; margin: 0 !important; }
.bbl-stats { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px 60px; margin: 0 0 44px; }
.bbl-stats__item { text-align: center; }
.bbl-stats__item strong { display: block; font-size: 46px; font-weight: 400; color: var(--bbl-teal-light); line-height: 1.1; }
.bbl-stats__item span { font-size: 15px; color: rgba(255, 255, 255, .78); }
.bbl-proofs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.bbl-proof { background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .16); box-shadow: 0 22px 40px -30px rgba(0, 0, 0, .7); border-radius: 22px; padding: 28px 24px 26px; transition: border-color .25s, background .25s; }
.bbl-proof:hover { border-color: rgba(127, 208, 226, .45); background: rgba(255, 255, 255, .09); }
.bbl-proof__art { display: block; width: 64px; height: 64px; margin-bottom: 16px; }
.bbl-proof__art svg { width: 100%; height: 100%; }
.bbl-proof h3 { font-size: 20px !important; font-weight: 500 !important; color: #fff !important; margin: 0 0 8px !important; }
.bbl-proof p { font-size: 15.5px !important; line-height: 1.55 !important; color: rgba(255, 255, 255, .8) !important; margin: 0 !important; }
.bbl-techstrip { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px 16px; margin-top: 44px; }
.bbl-techstrip > span { font-size: 14px; color: rgba(255, 255, 255, .7); }
.bbl-techstrip .bbl-chips { margin: 0 !important; justify-content: center; }
.bbl-techstrip .bbl-chips li { font-size: 13.5px; padding: 6px 12px !important; }

@media (max-width: 991px) {
	.bbl-core { grid-template-columns: 1fr; }
	.bbl-flagship { grid-template-columns: 1fr; gap: 26px; padding: 22px; }
	.bbl-cases__grid { grid-template-columns: 1fr !important; }
	.bbl-proofs { grid-template-columns: repeat(2, 1fr); }
	.bbl-hero__visual .bbl-card--shot { width: 92%; right: 0; top: 0; }
	.bbl-hero__visual .bbl-card--profile { left: 0; bottom: 0; }
}
@media (max-width: 600px) {
	.bbl-hero__lead { font-size: 17px !important; }
	.bbl-intro { font-size: 18px !important; }
	.bbl-facts__row { grid-template-columns: 1fr; gap: 4px; }
	.bbl-flagship__body h3 { font-size: 28px !important; }
	.bbl-proofs { grid-template-columns: 1fr; }
	.bbl-screen--screen { width: 300px; }
	.bbl-hero__visual { height: 340px; }
}
/* ---------- Production polish ---------- */

/* Steps: title + one line */
.bbl-steps__list li strong { display: block; margin: 0 0 4px; font-size: 18px; font-weight: 500; color: var(--bbl-navy); }
.bbl-steps__list li { font-size: 15.5px !important; color: var(--bbl-muted) !important; }

/* Service cards: lighter density */
.bbl-core__card p { margin-bottom: 16px !important; }
.bbl-ticks li { margin-bottom: 7px !important; }

/* Case studies: scannable facts */
.bbl-facts__row { padding: 10px 0; }
.bbl-facts dd p { font-size: 16px !important; line-height: 1.5 !important; }
.bbl-case .bbl-facts__row { grid-template-columns: 104px 1fr; gap: 12px; }
.bbl-case .bbl-facts dt { font-size: 12px; }
.bbl-case__img--contain { background: #f4f6f8; }
.bbl-case__img--contain img { object-fit: contain !important; padding: 26px 40px; }

/* Phone card: real app screen when uploaded, small logo otherwise */
.bbl-phone__screen { display: block; width: 100%; aspect-ratio: 9 / 16; max-height: 300px; object-fit: cover; object-position: top; border-radius: 12px; margin: 0 0 12px; }
.bbl-phone .bbl-screen__avatar { width: 56px; height: 56px; margin: 0 auto 10px; object-fit: contain; background: #fff; box-shadow: 0 0 0 1px var(--bbl-line); }

@media (max-width: 600px) {
	.bbl-case .bbl-facts__row { grid-template-columns: 1fr; gap: 2px; }
	.bbl-case__img--contain img { padding: 20px; }
}
/* Meta text floor: labels and chips never below 13px */
.bbl-chips li { font-size: 13px; }
.bbl-card--profile small { font-size: 13px; }
.bbl-card--profile em { font-size: 12.5px; }
.bbl-case .bbl-facts dt,
.bbl-facts dt { font-size: 12.5px; }
/* Tablet: service cards 2 + 1 instead of one wide column */
@media (min-width: 601px) and (max-width: 991px) {
	.bbl-core { grid-template-columns: 1fr 1fr; }
	.bbl-core__card:last-child { grid-column: 1 / -1; }
}
/* Mobile header breathing room + smaller hero card */
@media (max-width: 991px) {
	.bbl-skin .site-header { padding-top: 10px !important; padding-bottom: 10px !important; }
	.bbl-skin .site-branding img { max-height: 38px; }
}
@media (max-width: 600px) {
	.bbl-hero__visual { height: 300px; }
	.bbl-hero__visual .bbl-card--profile { width: 160px; padding: 12px 10px 12px; bottom: -6px; }
	.bbl-hero__visual .bbl-card--profile img { width: 46px; height: 46px; margin-bottom: 8px; }
	.bbl-hero__visual .bbl-card--profile strong { font-size: 15px; }
	.bbl-hero__visual .bbl-card--profile em { display: none; }
}
/* =====================================================================
   Inner pages — same tokens and components as the homepage
   ===================================================================== */
.bbl-skin.bbl-newlayout .big-title { display: none !important; }
.bbl-bg--white { background: #fff; }
.bbl-bg--soft { background: var(--bbl-soft); }
.bbl-bg--navy { background: var(--bbl-grad); }
.bbl-h2--navy { color: var(--bbl-navy) !important; }
.bbl-h2--center { text-align: center; }

/* Page hero */
.bbl-phero { background: var(--bbl-grad); color: #fff; padding: 56px 0 84px; overflow: hidden; }
.bbl-phero__inner { display: grid; grid-template-columns: 1fr; gap: 56px; align-items: center; }
.bbl-phero--media .bbl-phero__inner { grid-template-columns: 1.05fr .95fr; }
.bbl-phero__copy { max-width: 760px; }
.bbl-crumbs { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 22px; font-size: 14px; color: rgba(255, 255, 255, .65); }
.bbl-crumbs a { color: rgba(255, 255, 255, .85) !important; text-decoration: none !important; }
.bbl-crumbs a:hover { color: #fff !important; }
.bbl-phero__eyebrow { margin: 0 0 12px !important; font-size: 13px !important; font-weight: 500; letter-spacing: .06em; text-transform: uppercase !important; color: var(--bbl-teal-light) !important; }
.bbl-phero__title { font-family: var(--bbl-font) !important; font-weight: 300 !important; font-size: clamp(36px, 4.2vw, 56px) !important; line-height: 1.12 !important; letter-spacing: -.015em !important; color: #fff !important; text-transform: none !important; margin: 0 0 20px !important; }
.bbl-phero__lead p { font-size: 19px !important; line-height: 1.6 !important; color: rgba(255, 255, 255, .9) !important; margin: 0 0 12px !important; max-width: 640px; }
.bbl-phero__lead a { color: #fff !important; text-decoration: underline; text-underline-offset: 3px; }
.bbl-phero .bbl-hero__cta { margin-top: 26px; }
.bbl-phero__chips { margin-top: 26px !important; }
.bbl-phero__media { background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 30px 60px -28px rgba(0, 0, 0, .55); }
.bbl-phero__media img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; object-position: top; }

/* Text + image */
.bbl-split { padding: 90px 0; }
.bbl-split__inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; }
.bbl-split--flip .bbl-split__copy { order: 2; }
.bbl-split--solo .bbl-split__inner { grid-template-columns: 1fr; max-width: 860px; }
.bbl-rich p { font-size: 17.5px !important; line-height: 1.7 !important; color: var(--bbl-muted) !important; margin: 0 0 16px !important; }
.bbl-rich strong { color: var(--bbl-ink); font-weight: 500; }
.bbl-rich a { color: var(--bbl-teal-text) !important; text-decoration: underline; text-underline-offset: 3px; }
.bbl-rich ul { margin: 0 0 16px !important; padding: 0 !important; list-style: none; }
.bbl-rich ul li { position: relative; padding-left: 22px; margin: 0 0 8px; font-size: 17px; color: var(--bbl-ink); }
.bbl-rich ul li::before { content: ""; position: absolute; left: 4px; top: .6em; width: 7px; height: 7px; border-radius: 50%; background: var(--bbl-teal); }
.bbl-split .bbl-btn { margin-top: 10px; }
.bbl-split__media img { display: block; width: 100%; height: auto; border-radius: 22px; box-shadow: var(--bbl-shadow); }
.bbl-split__card { padding: 34px 32px 20px; border-radius: 24px; background: var(--bbl-soft); }
.bbl-bg--soft .bbl-split__card { background: #fff; box-shadow: 0 24px 50px -36px rgba(20, 58, 108, .5); }
.bbl-split__card h3 { font-size: 20px !important; font-weight: 500 !important; color: var(--bbl-navy) !important; margin: 0 0 16px !important; }

/* Cards */
.bbl-cards { padding: 90px 0; }
.bbl-cards__intro { max-width: 720px; margin: -6px auto 44px !important; text-align: center; font-size: 18px !important; line-height: 1.6 !important; color: var(--bbl-muted) !important; }
.bbl-bg--navy .bbl-cards__intro { color: rgba(255, 255, 255, .82) !important; }
.bbl-cards__grid { display: grid; gap: 24px; }
.bbl-cards__grid--2 { grid-template-columns: repeat(2, 1fr); }
.bbl-cards__grid--3 { grid-template-columns: repeat(3, 1fr); }
.bbl-cards__grid--4 { grid-template-columns: repeat(4, 1fr); }
.bbl-core__card--compact { padding: 28px 26px 26px; }
.bbl-core__card--compact .bbl-core__art { width: 72px; height: 72px; margin-bottom: 14px; }
.bbl-core__card--compact h3 { font-size: 21px !important; }
.bbl-core__card--compact p { font-size: 16px !important; flex: 1; }
div.bbl-core__card:hover { transform: none; box-shadow: none; border-color: var(--bbl-line); }
.bbl-bg--soft .bbl-core__card { border-color: transparent; }
.bbl-bg--soft div.bbl-core__card:hover { border-color: transparent; }
a.bbl-proof { display: block; text-decoration: none !important; }

/* Process */
.bbl-process { padding: 90px 0; }
.bbl-process__list { display: grid; gap: 22px; margin: 0 !important; padding: 0 !important; list-style: none; counter-reset: none; }
.bbl-process__list--2 { grid-template-columns: repeat(2, 1fr); }
.bbl-process__list--3 { grid-template-columns: repeat(3, 1fr); }
.bbl-process__list--4 { grid-template-columns: repeat(4, 1fr); }
.bbl-process__list--5 { grid-template-columns: repeat(5, 1fr); }
.bbl-process__list li { margin: 0 !important; padding: 28px 24px 24px !important; border-radius: 22px; background: var(--bbl-soft); }
.bbl-process__list li::before { display: none !important; }
.bbl-bg--soft .bbl-process__list li { background: #fff; }
.bbl-process__num { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; margin: 0 0 16px; border-radius: 50%; background: var(--bbl-teal); color: var(--bbl-navy); font-size: 18px; box-shadow: 0 0 0 6px rgba(58, 172, 199, .2); }
.bbl-process__list strong { display: block; margin: 0 0 6px; font-size: 19px; font-weight: 500; color: var(--bbl-navy); }
.bbl-process__list p { font-size: 15.5px !important; line-height: 1.55 !important; color: var(--bbl-muted) !important; margin: 0 !important; }

/* FAQ */
.bbl-faq { padding: 90px 0; }
.bbl-faq__inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: start; }
.bbl-faq__head p { font-size: 17.5px !important; line-height: 1.6 !important; color: var(--bbl-muted) !important; }
.bbl-faq__item { margin: 0 0 12px; padding: 18px 24px; border-radius: 16px; background: #fff; border: 1px solid var(--bbl-line); }
.bbl-bg--soft .bbl-faq__item { border-color: transparent; }
.bbl-faq__item summary { position: relative; padding-right: 32px; list-style: none; cursor: pointer; font-size: 18px; font-weight: 500; line-height: 1.4; color: var(--bbl-navy); }
.bbl-faq__item summary::-webkit-details-marker { display: none; }
.bbl-faq__item summary::after { content: "+"; position: absolute; right: 0; top: -2px; font-size: 24px; font-weight: 300; color: var(--bbl-teal-text); }
.bbl-faq__item[open] summary::after { content: "\2212"; }
.bbl-faq__item p { margin: 12px 0 2px !important; font-size: 16.5px !important; line-height: 1.65 !important; color: var(--bbl-muted) !important; }

/* CTA */
.bbl-cta { background: var(--bbl-grad); padding: 70px 0; color: #fff; }
.bbl-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.bbl-cta__title { text-align: left !important; font-size: clamp(30px, 3.2vw, 42px) !important; margin-bottom: 10px !important; }
.bbl-cta p { font-size: 18px !important; color: rgba(255, 255, 255, .82) !important; margin: 0 !important; max-width: 620px; }
.bbl-cta .bbl-hero__cta { flex: none; }

/* Long text */
.bbl-prose-sec { padding: 70px 0 90px; }
.bbl-prose--narrow { max-width: 860px; }
.bbl-prose h2 { font-size: 30px !important; font-weight: 500 !important; color: var(--bbl-navy) !important; margin: 40px 0 14px !important; text-transform: none !important; letter-spacing: 0 !important; }
.bbl-prose h3, .bbl-prose h4 { font-size: 21px !important; font-weight: 500 !important; color: var(--bbl-navy) !important; margin: 28px 0 10px !important; text-transform: none !important; letter-spacing: 0 !important; font-family: var(--bbl-font) !important; }
.bbl-prose p, .bbl-prose li { font-size: 17px !important; line-height: 1.75 !important; color: var(--bbl-ink) !important; }
.bbl-prose a { color: var(--bbl-teal-text) !important; text-decoration: underline; }
.bbl-prose ul, .bbl-prose ol { padding-left: 22px !important; margin: 0 0 18px !important; }

@media (max-width: 991px) {
	.bbl-phero--media .bbl-phero__inner, .bbl-split__inner, .bbl-faq__inner { grid-template-columns: 1fr; gap: 36px; }
	.bbl-split--flip .bbl-split__copy { order: 0; }
	.bbl-cards__grid--3, .bbl-cards__grid--4 { grid-template-columns: repeat(2, 1fr); }
	.bbl-process__list--3, .bbl-process__list--4, .bbl-process__list--5 { grid-template-columns: repeat(2, 1fr); }
	.bbl-cta__inner { flex-direction: column; align-items: flex-start; }
	.bbl-split, .bbl-cards, .bbl-process, .bbl-faq { padding: 70px 0; }
}
@media (max-width: 600px) {
	.bbl-cards__grid--2, .bbl-cards__grid--3, .bbl-cards__grid--4, .bbl-process__list--2, .bbl-process__list--3, .bbl-process__list--4, .bbl-process__list--5 { grid-template-columns: 1fr; }
	.bbl-phero { padding: 36px 0 60px; }
	.bbl-phero__lead p { font-size: 17px !important; }
	.bbl-rich p { font-size: 16.5px !important; }
	.bbl-split__card { padding: 26px 22px 12px; }
}
@media (min-width: 992px) {
	.bbl-skin.bbl-newlayout .bbl-phero { background-attachment: fixed; background-size: 100vw 100vh; }
}

/* Products band: app-style cards (stack, modules, notification) — readable sizes */
.bbl-screen__lines { display: block; }
.bbl-screen__lines span { display: block; margin: 0 0 8px; padding: 8px 11px; border-radius: 8px; background: rgba(255, 255, 255, .1); font-size: 13px; line-height: 1.35; color: rgba(255, 255, 255, .88); }
.bbl-screen--stack { width: 250px; }
.bbl-screen--stack b { font-size: 17px; }
.bbl-screen__avatars span { font-size: 11px; }
.bbl-screen--timeline { width: 290px; }
.bbl-screen--timeline b { font-size: 17px; }
.bbl-screen__row { font-size: 13.5px; padding: 8px 0; }
.bbl-screen__row em { font-size: 12.5px; }
.bbl-screen--profile .bbl-screen__eyebrow { font-size: 13px; margin: 0 0 4px; }
.bbl-screen--profile strong { color: var(--bbl-teal-text); }
.bbl-screen__call { font-size: 13.5px; height: 32px; padding: 0 18px; }
.bbl-screen--chat { width: 330px; }
.bbl-toggle { width: 240px; font-size: 13.5px; }
.bbl-bubble { display: block; font-size: 13.5px !important; }
.bbl-bubble--in { width: fit-content; }
.bbl-screen--note .bbl-chips li { font-size: 13px; }
.bbl-screen--edge .bbl-screen__btn { font-size: 13px; padding: 6px 16px; }
/* ---------- Case studies: story layout (flow → outcome → tech) ---------- */
.bbl-story { margin: 0 0 22px; }
.bbl-flow { display: grid; grid-template-columns: 1fr auto 1fr; gap: 10px; align-items: stretch; margin: 0 0 14px; }
.bbl-flow__step { padding: 14px 16px; border-radius: 14px; background: var(--bbl-soft); }
.bbl-flow__step span { display: block; margin: 0 0 4px; font-size: 12.5px; font-weight: 500; letter-spacing: .05em; text-transform: uppercase; color: var(--bbl-teal-text); }
.bbl-flow__step p { margin: 0 !important; font-size: 15.5px !important; line-height: 1.45 !important; color: var(--bbl-ink) !important; }
.bbl-flow__arrow { align-self: center; display: flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 50%; background: var(--bbl-teal); color: var(--bbl-navy); font-size: 15px; }
.bbl-outcome { display: flex; gap: 12px; align-items: flex-start; margin: 0 0 16px; padding: 14px 16px; border-radius: 14px; background: #e6f4f8; }
.bbl-outcome__tick { position: relative; flex: none; width: 24px; height: 24px; margin-top: 2px; border-radius: 50%; background: var(--bbl-teal); }
.bbl-outcome__tick::after { content: ""; position: absolute; left: 7px; top: 7px; width: 9px; height: 5px; border-left: 2px solid var(--bbl-navy); border-bottom: 2px solid var(--bbl-navy); transform: rotate(-45deg); }
.bbl-outcome p { margin: 0 !important; font-size: 16.5px !important; line-height: 1.45 !important; font-weight: 500; color: var(--bbl-navy) !important; }
.bbl-outcome p span { display: block; margin: 0 0 2px; font-size: 12.5px; font-weight: 500; letter-spacing: .05em; text-transform: uppercase; color: var(--bbl-teal-text); }
.bbl-story__tech { margin: 0 !important; }
.bbl-case:hover { transform: none; }
.bbl-case .bbl-flow { grid-template-columns: 1fr; }
.bbl-case .bbl-flow__arrow { justify-self: start; margin-left: 14px; transform: rotate(90deg); width: 26px; height: 26px; font-size: 13px; }

/* Flagship on navy */
.bbl-flagship--dark { background: var(--bbl-grad); box-shadow: 0 34px 70px -40px rgba(8, 30, 70, .8); color: #fff; }
.bbl-flagship--dark .bbl-case__label { color: var(--bbl-teal-light) !important; }
.bbl-flagship--dark h3 a { color: #fff !important; }
.bbl-flagship--dark .bbl-flow__step { background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .14); }
.bbl-flagship--dark .bbl-flow__step span { color: var(--bbl-teal-light); }
.bbl-flagship--dark .bbl-flow__step p { color: rgba(255, 255, 255, .92) !important; }
.bbl-flagship--dark .bbl-outcome { background: rgba(58, 172, 199, .16); border: 1px solid rgba(127, 208, 226, .35); }
.bbl-flagship--dark .bbl-outcome p { color: #fff !important; }
.bbl-flagship--dark .bbl-outcome p span { color: var(--bbl-teal-light); }
.bbl-flagship--dark .bbl-chips li { background: rgba(255, 255, 255, .12); color: #fff; }
.bbl-flagship__media { display: flex; flex-direction: column; gap: 22px; }
.bbl-flagship--dark .bbl-flagship__shot { box-shadow: 0 26px 50px -24px rgba(0, 0, 0, .6); }
.bbl-stat { display: flex; align-items: center; gap: 16px; margin: 0 !important; padding: 0 6px; }
.bbl-stat strong { font-size: 58px; font-weight: 300; line-height: 1; color: var(--bbl-teal-light); letter-spacing: -.02em; }
.bbl-stat span { max-width: 220px; font-size: 16px; line-height: 1.4; color: rgba(255, 255, 255, .85); }

/* Logo-only case visuals: app-icon card on navy instead of a grey box */
.bbl-case__img--contain { display: flex !important; align-items: center; justify-content: center; background: var(--bbl-grad) !important; }
.bbl-case__img--contain img { width: auto !important; height: 64% !important; aspect-ratio: 1 / 1; object-fit: cover !important; padding: 0 !important; border-radius: 28px; background: #fff; box-shadow: 0 22px 44px -20px rgba(0, 0, 0, .6); }

@media (max-width: 600px) {
	.bbl-flow { grid-template-columns: 1fr; }
	.bbl-flow__arrow { justify-self: start; margin-left: 14px; transform: rotate(90deg); }
	.bbl-stat strong { font-size: 46px; }
}