:root {
	--bh-ink: #102746;
	--bh-navy: #142d50;
	--bh-blue: #078fc5;
	--bh-cyan: #2bc6e9;
	--bh-sky: #e9f6fa;
	--bh-mist: #f5f9fb;
	--bh-line: #d5e2e8;
	--bh-gold: #e8a64d;
	--bh-muted: #587086;
	--bh-white: #fff;
	--bh-radius: 18px;
	--bh-shadow: 0 22px 70px rgba(16, 39, 70, .11);
}

* { box-sizing: border-box; }
body { background: var(--bh-mist); color: var(--bh-ink); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.bh-container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.bh-site-shell { min-height: 100vh; }
.bh-skip-link { position: fixed; left: 15px; top: -50px; z-index: 1000; padding: 12px 18px; background: var(--bh-blue); color: #fff; }
.bh-skip-link:focus { top: 15px; }
.bh-topbar { background: var(--bh-navy); color: #c9d6e4; font-size: 12px; letter-spacing: .02em; }
.bh-topbar-inner { min-height: 35px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.bh-topbar a { color: #fff; }
.bh-topbar-center { opacity: .7; }
.bh-dot { display: inline-block; width: 6px; height: 6px; border-radius: 99px; margin-right: 7px; background: var(--bh-gold); }
.bh-header { position: sticky; top: 0; z-index: 30; background: rgba(245,249,251,.92); border-bottom: 1px solid rgba(213,226,232,.9); backdrop-filter: blur(18px); }
.bh-header-inner { min-height: 86px; display: flex; align-items: center; gap: 26px; }
.bh-brand { width: 124px; height: 74px; display: flex; align-items: center; overflow: hidden; flex: 0 0 auto; }
.bh-brand img { width: 100%; height: 100%; object-fit: contain; display: block; }
.bh-navigation { margin-left: auto; }
.bh-menu { display: flex; align-items: center; gap: 27px; list-style: none; padding: 0; margin: 0; font-size: 13px; font-weight: 700; color: #344b64; }
.bh-menu a { transition: color .2s ease; }
.bh-menu a:hover, .bh-menu a:focus { color: var(--bh-blue); }
.bh-menu-cta { display: none; }
.bh-header-contact { display: flex; align-items: center; gap: 18px; }
.bh-phone-link { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 800; white-space: nowrap; }
.bh-phone-icon { display: grid; place-items: center; width: 20px; height: 20px; border: 1px solid var(--bh-blue); border-radius: 50%; color: var(--bh-blue); font-size: 12px; transform: rotate(-45deg); }
.bh-button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 50px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-size: 13px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; cursor: pointer; }
.bh-button:hover, .bh-button:focus { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(8,143,197,.2); }
.bh-button-small { min-height: 44px; padding: 0 19px; font-size: 12px; }
.bh-button-blue { background: var(--bh-blue); color: #fff; }
.bh-button-outline { background: transparent; border-color: #bacbd2; color: var(--bh-ink); }
.bh-button-light { background: #fff; color: var(--bh-navy); }
.bh-button-outline-light { border-color: rgba(255,255,255,.4); color: #fff; }
.bh-ticker { overflow: hidden; background: #fff; border-bottom: 1px solid var(--bh-line); color: var(--bh-blue); font-size: 10px; font-weight: 800; letter-spacing: .14em; white-space: nowrap; }
.bh-ticker-track { display: flex; width: max-content; animation: bh-marquee 34s linear infinite; }
.bh-ticker-track span { padding: 13px 50px; }
@keyframes bh-marquee { to { transform: translateX(-50%); } }
.bh-menu-toggle { display: none; margin-left: auto; border: 0; background: none; padding: 10px; cursor: pointer; }
.bh-menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--bh-navy); }
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; width: 1px; }

.bh-hero { position: relative; padding: 108px 0 92px; background: linear-gradient(115deg, #f5f9fb 45%, #e7f5f9); }
.bh-hero-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 72px; }
.bh-eyebrow { margin: 0 0 24px; color: var(--bh-blue); font-size: 11px; font-weight: 900; letter-spacing: .16em; line-height: 1.4; }
.bh-hero h1, .bh-inner-hero h1 { margin: 0; color: var(--bh-navy); font-size: clamp(52px, 7vw, 88px); font-weight: 600; letter-spacing: -.075em; line-height: .95; }
.bh-hero h1 em, .bh-section-heading h2 em, .bh-inner-hero h1 em { color: var(--bh-blue); font-style: normal; }
.bh-hero-lead { max-width: 600px; margin: 30px 0 30px; color: #536b7b; font-size: 16px; line-height: 1.7; }
.bh-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.bh-hero-note { display: flex; align-items: center; gap: 8px; margin: 24px 0 0; color: #6c8392; font-size: 12px; }
.bh-hero-note span { display: grid; place-items: center; width: 16px; height: 16px; border: 1px solid var(--bh-blue); border-radius: 50%; color: var(--bh-blue); }
.bh-system-visual { position: relative; min-height: 430px; overflow: hidden; border-radius: 20px; background: var(--bh-navy); box-shadow: 0 25px 55px rgba(20,45,80,.2); color: #b6cedc; }
.bh-visual-grid { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(142,193,211,.25) 1px, transparent 1px), linear-gradient(90deg, rgba(142,193,211,.25) 1px, transparent 1px); background-size: 32px 32px; }
.bh-system-visual:after { content: ""; position: absolute; width: 450px; height: 450px; right: -200px; bottom: -200px; border: 1px solid rgba(90,192,221,.4); border-radius: 50%; }
.bh-visual-label, .bh-visual-index, .bh-visual-footer { position: absolute; z-index: 2; font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.bh-visual-label { top: 24px; left: 24px; }
.bh-visual-index { top: 24px; right: 24px; color: var(--bh-gold); }
.bh-visual-footer { right: 24px; bottom: 24px; left: 24px; padding-top: 15px; border-top: 1px solid rgba(182,206,220,.24); font-size: 8px; }
.bh-visual-footer strong { float: right; color: #dbe8ef; letter-spacing: 0; font-size: 10px; }
.bh-visual-footer b { display: inline-block; width: 6px; height: 6px; margin-right: 5px; border-radius: 50%; background: var(--bh-gold); }
.bh-tank { position: absolute; top: 77px; left: 50%; width: 158px; height: 210px; border: 2px solid #79b7ce; border-radius: 23px; transform: translateX(-50%); opacity: .9; }
.bh-tank:after { content: ""; position: absolute; right: -28px; bottom: 35px; left: -28px; height: 70px; border: 2px solid #79b7ce; border-radius: 22px; }
.bh-tank span { position: absolute; top: 95px; left: 0; right: 0; text-align: center; font-size: 14px; font-weight: 800; letter-spacing: .1em; }
.bh-pump { position: absolute; top: 294px; left: 50%; width: 112px; height: 60px; border: 2px solid #f0aa51; border-radius: 7px; transform: translateX(-50%); }
.bh-pump:before { content: ""; position: absolute; top: -27px; left: -25px; width: 28px; height: 55px; border: 2px solid #f0aa51; border-radius: 50%; }
.bh-pump span { position: absolute; top: 13px; right: -38px; width: 39px; height: 2px; background: #f0aa51; }
.bh-pump i { position: absolute; top: 18px; left: 15px; width: 75px; border-top: 2px dotted #f0aa51; }
.bh-pipe { position: absolute; background: #159bc8; }
.bh-pipe-one { top: 286px; left: 50%; width: 3px; height: 27px; }
.bh-pipe-two { top: 255px; left: 50%; width: 170px; height: 3px; transform: translateX(-50%); }
.bh-visual-callout { position: absolute; left: 0; bottom: 75px; padding: 15px 20px; border-radius: 0 10px 10px 0; background: #eda84d; color: var(--bh-navy); font-size: 10px; font-weight: 900; line-height: 1.4; }

.bh-trust-strip { padding: 28px 0; background: var(--bh-navy); color: #fff; }
.bh-trust-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 18px; align-items: center; }
.bh-trust-grid > div:not(:first-child) { display: grid; grid-template-columns: 32px 1fr; column-gap: 12px; align-items: center; padding-left: 24px; border-left: 1px solid rgba(255,255,255,.2); }
.bh-trust-intro { color: #a9bfce; font-size: 12px; line-height: 1.45; }
.bh-trust-intro strong, .bh-trust-grid strong { color: #fff; }
.bh-trust-grid strong { font-size: 13px; }
.bh-trust-grid small { display: block; grid-column: 2; color: #8ea8bb; font-size: 11px; }
.bh-trust-icon { grid-row: span 2; color: var(--bh-gold); font-size: 11px; font-weight: 900; }

.bh-section { padding: 118px 0; }
.bh-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 48px; }
.bh-section-heading h2 { margin: 0; color: var(--bh-navy); font-size: clamp(40px, 5vw, 64px); font-weight: 600; letter-spacing: -.065em; line-height: .98; }
.bh-section-heading > p:last-child { max-width: 360px; margin: 0; color: var(--bh-muted); font-size: 14px; line-height: 1.65; }
.bh-services { background: #fff; }
.bh-service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 58px; }
.bh-service-card { min-height: 300px; padding: 25px; border: 1px solid var(--bh-line); border-radius: var(--bh-radius); background: #fff; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.bh-service-card:hover { border-color: #9dcfdf; transform: translateY(-6px); box-shadow: var(--bh-shadow); }
.bh-card-top { display: flex; justify-content: space-between; margin-bottom: 52px; }
.bh-card-number { color: var(--bh-blue); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.bh-card-arrow { color: var(--bh-gold); font-size: 22px; }
.bh-service-card h2, .bh-service-card h3 { margin: 0 0 16px; color: var(--bh-navy); font-size: 21px; letter-spacing: -.04em; line-height: 1.1; }
.bh-service-card p { min-height: 82px; margin: 0 0 24px; color: var(--bh-muted); font-size: 13px; line-height: 1.55; }
.bh-service-card a, .bh-text-link { color: var(--bh-blue); font-size: 12px; font-weight: 900; }
.bh-service-card a span, .bh-text-link span { margin-left: 7px; }

.bh-solutions { background: var(--bh-sky); }
.bh-solutions-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 105px; }
.bh-solution-visual { position: relative; min-height: 450px; }
.bh-solution-blueprint { position: absolute; inset: 0; overflow: hidden; border-radius: 18px; background: var(--bh-navy); box-shadow: var(--bh-shadow); }
.bh-solution-blueprint:before { content: ""; position: absolute; inset: 10%; border: 1px solid rgba(112,186,207,.3); border-radius: 50%; transform: rotate(-25deg); }
.bh-blueprint-title, .bh-blueprint-footer { position: absolute; color: #8fb4c2; font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.bh-blueprint-title { top: 24px; left: 24px; }
.bh-blueprint-footer { right: 24px; bottom: 24px; left: 24px; padding-top: 16px; border-top: 1px solid rgba(143,180,194,.25); }
.bh-blueprint-circle { position: absolute; top: 105px; left: 50%; width: 160px; height: 160px; border: 2px solid #68b5cf; border-radius: 50%; transform: translateX(-50%); }
.bh-blueprint-circle:after { content: ""; position: absolute; inset: 32px; border: 1px dashed #68b5cf; border-radius: 50%; }
.bh-blueprint-line { position: absolute; background: var(--bh-blue); }
.line-a { top: 184px; left: 26%; width: 48%; height: 2px; }
.line-b { top: 140px; left: calc(50% - 1px); width: 2px; height: 140px; }
.bh-blueprint-chip { position: absolute; padding: 8px 12px; border: 1px solid #dfa156; border-radius: 4px; color: #e8b16a; font-size: 9px; font-weight: 900; }
.chip-a { top: 128px; left: 15%; }.chip-b { top: 225px; right: 13%; }.chip-c { bottom: 130px; left: 39%; }
.bh-solution-list { margin: 34px 0 30px; border-top: 1px solid var(--bh-line); }
.bh-solution-row { display: grid; grid-template-columns: 35px 135px 1fr; gap: 12px; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--bh-line); }
.bh-solution-row span { color: var(--bh-blue); font-size: 10px; font-weight: 900; }.bh-solution-row strong { font-size: 13px; }.bh-solution-row small { color: var(--bh-muted); font-size: 11px; line-height: 1.4; }

.bh-locations { background: #fff; }
.bh-location-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 52px; }
.bh-location-card { display: grid; grid-template-columns: 40px 1fr 20px; gap: 12px; align-items: center; min-height: 115px; padding: 20px; border: 1px solid var(--bh-line); border-radius: 12px; transition: background .2s ease, transform .2s ease; }
.bh-location-card:hover { background: var(--bh-sky); transform: translateY(-3px); }
.bh-location-index { color: var(--bh-blue); font-size: 11px; font-weight: 900; }.bh-location-card strong { display: block; color: var(--bh-navy); font-size: 14px; }.bh-location-card small { display: block; margin-top: 7px; color: var(--bh-muted); font-size: 11px; line-height: 1.4; }.bh-location-arrow { color: var(--bh-gold); font-size: 20px; }

.bh-faq { background: var(--bh-sky); }.bh-faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }.bh-faq .bh-section-heading > p:last-of-type { margin-top: 24px; }.bh-faq .bh-text-link { display: inline-block; margin-top: 30px; }.bh-accordion { border-top: 1px solid var(--bh-line); }.bh-accordion details { border-bottom: 1px solid var(--bh-line); }.bh-accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; color: var(--bh-navy); font-size: 15px; font-weight: 800; cursor: pointer; list-style: none; }.bh-accordion summary::-webkit-details-marker { display: none; }.bh-accordion summary b { color: var(--bh-blue); font-size: 24px; font-weight: 400; transition: transform .2s ease; }.bh-accordion details[open] summary b { transform: rotate(45deg); }.bh-faq-answer { max-width: 690px; padding: 0 35px 24px 0; color: var(--bh-muted); font-size: 13px; line-height: 1.65; }

.bh-blog { background: #fff; }.bh-blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 55px; }.bh-blog-card { padding: 27px; border: 1px solid var(--bh-line); border-radius: var(--bh-radius); }.bh-blog-card h2, .bh-blog-card h3 { margin: 44px 0 14px; color: var(--bh-navy); font-size: 22px; letter-spacing: -.04em; line-height: 1.1; }.bh-blog-card p { min-height: 60px; color: var(--bh-muted); font-size: 13px; line-height: 1.6; }.bh-blog-card .bh-text-link { display: inline-block; margin-top: 16px; }

.bh-quote { background: var(--bh-mist); }.bh-quote-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; align-items: start; }.bh-quote-contact { margin-top: 45px; padding-top: 17px; border-top: 1px solid var(--bh-line); }.bh-quote-contact span { display: block; color: var(--bh-muted); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }.bh-quote-contact a { display: block; margin-top: 8px; color: var(--bh-navy); font-size: 24px; font-weight: 800; }.bh-form-wrap { padding: 31px; border: 1px solid var(--bh-line); border-radius: var(--bh-radius); background: #fff; box-shadow: 0 14px 44px rgba(16,39,70,.05); }.bh-form { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }.bh-form label { display: grid; gap: 8px; color: var(--bh-navy); font-size: 11px; font-weight: 800; }.bh-form label:nth-of-type(3), .bh-form label:nth-of-type(4), .bh-form button, .bh-form small { grid-column: 1 / -1; }.bh-form input, .bh-form textarea, .bh-form select { width: 100%; padding: 14px 15px; border: 1px solid var(--bh-line); border-radius: 7px; outline: none; background: #fbfdfe; color: var(--bh-ink); font-size: 13px; }.bh-form input:focus, .bh-form textarea:focus, .bh-form select:focus { border-color: var(--bh-blue); box-shadow: 0 0 0 3px rgba(8,143,197,.12); }.bh-form textarea { resize: vertical; }.bh-form button { justify-self: start; border: 0; }.bh-form small { color: var(--bh-muted); font-size: 10px; }.bh-form-success { margin-bottom: 18px; padding: 14px; border-left: 3px solid var(--bh-blue); background: var(--bh-sky); color: var(--bh-navy); font-size: 13px; }

.bh-cta { padding: 72px 0; background: var(--bh-navy); color: #fff; }.bh-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }.bh-cta .bh-eyebrow { color: var(--bh-gold); }.bh-cta h2 { margin: 0; font-size: clamp(34px, 5vw, 58px); letter-spacing: -.06em; line-height: .98; }.bh-cta p:not(.bh-eyebrow) { margin: 20px 0 0; color: #a8bdcc; font-size: 14px; }.bh-cta-actions { display: flex; flex-direction: column; align-items: stretch; gap: 12px; min-width: 255px; }.bh-cta-phone { color: #fff; font-size: 24px; font-weight: 800; text-align: center; }.bh-cta-actions .bh-button { width: 100%; }

.bh-footer { padding: 68px 0 24px; background: #0d213d; color: #9eb5c4; }.bh-footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .9fr 1fr; gap: 58px; }.bh-brand-footer { display: block; width: 180px; height: 110px; margin-bottom: 20px; }.bh-footer-brand p { max-width: 315px; margin: 0 0 22px; font-size: 12px; line-height: 1.7; }.bh-social-link { color: #fff; font-size: 12px; font-weight: 800; }.bh-footer-kicker { margin: 0 0 20px; color: var(--bh-gold); font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }.bh-footer-links { margin: 0; padding: 0; list-style: none; }.bh-footer-links li { margin: 0 0 13px; font-size: 12px; }.bh-footer-links a:hover { color: #fff; }.bh-footer-phone { display: block; margin-bottom: 12px; color: #fff; font-size: 21px; font-weight: 800; }.bh-footer-contact p { font-size: 12px; line-height: 1.6; }.bh-footer-contact .bh-button { margin-top: 10px; font-size: 11px; }.bh-footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 58px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.13); font-size: 10px; }
.bh-floating-whatsapp { position: fixed; right: 26px; bottom: 26px; z-index: 20; display: flex; align-items: center; gap: 12px; padding: 14px 18px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: var(--bh-blue); color: #fff; box-shadow: 0 14px 30px rgba(8,143,197,.3); font-size: 12px; font-weight: 900; }.bh-floating-whatsapp span { font-size: 17px; }.bh-mobile-bar { display: none; }

.bh-inner-hero { padding: 88px 0 84px; background: linear-gradient(115deg, #f5f9fb 45%, #e7f5f9); }.bh-inner-hero h1 { font-size: clamp(48px, 7vw, 80px); }.bh-breadcrumbs { display: flex; gap: 10px; margin-bottom: 48px; color: var(--bh-muted); font-size: 11px; }.bh-breadcrumbs a { color: var(--bh-blue); }.bh-content-section { min-height: 400px; background: #fff; }.bh-prose { max-width: 800px; color: var(--bh-muted); font-size: 16px; line-height: 1.8; }.bh-prose h2, .bh-prose h3 { color: var(--bh-navy); line-height: 1.2; }.bh-prose .bh-button { margin-top: 28px; }.bh-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }.bh-product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }.bh-product-card { display: grid; grid-template-columns: .8fr 1fr; gap: 25px; padding: 20px; border: 1px solid var(--bh-line); border-radius: var(--bh-radius); background: #fff; }.bh-product-card h2 { margin: 0 0 13px; color: var(--bh-navy); font-size: 24px; }.bh-product-card p { color: var(--bh-muted); font-size: 13px; line-height: 1.55; }.bh-product-art { position: relative; min-height: 230px; overflow: hidden; border-radius: 12px; background: var(--bh-navy); }.bh-product-art:before { content: ""; position: absolute; inset: 20%; border: 2px solid #71b7ce; border-radius: 50%; }.bh-product-art:after { content: ""; position: absolute; top: 50%; left: 12%; width: 76%; height: 2px; background: var(--bh-blue); }.bh-product-art span { position: absolute; top: 14px; left: 14px; color: var(--bh-gold); font-size: 10px; font-weight: 900; }.bh-404 { min-height: 530px; }.bh-404 p:not(.bh-eyebrow) { max-width: 460px; margin: 24px 0; color: var(--bh-muted); line-height: 1.6; }

@media (max-width: 1000px) {
	.bh-header-contact .bh-phone-link { display: none; }
	.bh-navigation { margin-left: auto; }.bh-service-grid { grid-template-columns: repeat(2, 1fr); }.bh-solutions-grid, .bh-faq-grid, .bh-quote-grid { gap: 55px; }.bh-footer-grid { gap: 28px; }
}
@media (max-width: 760px) {
	.bh-container { width: min(100% - 30px, 600px); }.bh-topbar-center, .bh-topbar-inner > a { display: none; }.bh-topbar-inner { min-height: 32px; justify-content: flex-start; font-size: 10px; }.bh-header-inner { min-height: 74px; gap: 10px; }.bh-brand { width: 94px; height: 58px; }.bh-header-contact { margin-left: auto; }.bh-header-contact .bh-button { min-height: 42px; padding: 0 14px; font-size: 11px; }.bh-menu-toggle { display: block; order: 3; }.bh-navigation { position: absolute; top: 74px; right: 15px; left: 15px; display: none; padding: 12px; border: 1px solid var(--bh-line); border-radius: 14px; background: #fff; box-shadow: var(--bh-shadow); }.bh-navigation.is-open { display: block; }.bh-menu { display: grid; gap: 0; }.bh-menu li a { display: block; padding: 14px 12px; border-bottom: 1px solid #edf3f5; }.bh-menu .bh-menu-cta { display: block; margin-top: 8px; border-radius: 8px; background: var(--bh-blue); color: #fff; text-align: center; }.bh-ticker-track span { padding: 11px 25px; font-size: 8px; }
	.bh-hero { padding: 63px 0 54px; }.bh-hero-grid { grid-template-columns: 1fr; gap: 44px; }.bh-hero h1 { font-size: clamp(48px, 15vw, 68px); }.bh-hero-lead { font-size: 14px; }.bh-hero-actions { display: grid; }.bh-hero-actions .bh-button { width: 100%; }.bh-system-visual { min-height: 360px; }.bh-tank { top: 75px; }.bh-pump { top: 260px; }.bh-pipe-one { top: 252px; }.bh-pipe-two { top: 224px; }.bh-visual-callout { bottom: 60px; }.bh-trust-grid { grid-template-columns: 1fr 1fr; gap: 22px 10px; }.bh-trust-intro { grid-column: 1 / -1; }.bh-trust-grid > div:not(:first-child) { padding-left: 10px; }.bh-trust-grid > div:nth-child(3) { border-left: 0; }
	.bh-section { padding: 78px 0; }.bh-heading-row { display: block; }.bh-heading-row > p { margin-top: 24px !important; }.bh-section-heading h2 { font-size: 46px; }.bh-service-grid, .bh-location-grid, .bh-blog-grid, .bh-post-grid, .bh-product-grid { grid-template-columns: 1fr; margin-top: 35px; }.bh-service-card { min-height: 250px; }.bh-card-top { margin-bottom: 36px; }
	.bh-solutions-grid, .bh-faq-grid, .bh-quote-grid { grid-template-columns: 1fr; gap: 42px; }.bh-solution-visual { min-height: 360px; }.bh-solution-row { grid-template-columns: 30px 1fr; }.bh-solution-row small { grid-column: 2; }.bh-faq-answer { padding-right: 0; }.bh-form { grid-template-columns: 1fr; }.bh-form label:nth-of-type(3), .bh-form label:nth-of-type(4), .bh-form button, .bh-form small { grid-column: auto; }.bh-form-wrap { padding: 21px; }.bh-cta-inner { display: block; }.bh-cta-actions { margin-top: 35px; }.bh-footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 25px; }.bh-footer-brand { grid-column: 1 / -1; }.bh-footer-bottom { display: block; line-height: 1.7; }.bh-footer-bottom span:last-child { display: block; margin-top: 8px; }.bh-floating-whatsapp { display: none; }.bh-mobile-bar { position: fixed; right: 10px; bottom: 10px; left: 10px; z-index: 25; display: grid; grid-template-columns: 1fr 1fr; gap: 6px; padding: 6px; border-radius: 13px; background: var(--bh-navy); box-shadow: 0 14px 30px rgba(16,39,70,.3); }.bh-mobile-bar a { padding: 13px 6px; border-radius: 8px; color: #fff; font-size: 10px; font-weight: 900; text-align: center; }.bh-mobile-bar a:first-child { background: var(--bh-blue); }.bh-mobile-bar span { margin-right: 4px; font-size: 14px; }
	.bh-inner-hero { padding: 58px 0; }.bh-breadcrumbs { margin-bottom: 30px; }.bh-inner-hero h1 { font-size: 50px; }.bh-product-card { grid-template-columns: 1fr; }.bh-product-art { min-height: 180px; }
}