/* =========================================================================
   BIG EASY AIR CONDITIONING — 2026 original theme
   Direction: "Clean & trustworthy" — airy whitespace, deep navy + soft cyan,
   brand red reserved for primary CTAs only. Premium, corporate, reassuring.
   This is an ORIGINAL design system (not derived from any sister site).
   Namespaced .beac- / #beac-.
   ========================================================================= */

:root {
	--navy:      #173a6b;   /* brand deep navy (logo "BIG EASY") */
	--navy-d:    #0f2748;   /* darkest navy — headings / footer */
	--navy-700:  #14315c;
	--cyan:      #1192cf;   /* cool cyan accent (cold-air swoosh) */
	--cyan-d:    #0d76a8;
	--cyan-l:    #e8f3fb;   /* pale cyan wash for soft backgrounds */
	--cyan-xl:   #f3f9fd;
	--red:       #e2312a;   /* brand red — primary CTA / heat accent */
	--red-d:     #c11f19;
	--ink:       #1d2b3e;   /* body heading ink */
	--text:      #4a5666;   /* body text */
	--muted:     #74808e;   /* secondary text */
	--line:      #e6ecf3;   /* hairlines / borders */
	--line-2:    #eef3f8;
	--paper:     #ffffff;
	--mist:      #f5f8fc;   /* section alt background */
	--white:     #ffffff;

	--head: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
	--body: 'Inter', system-ui, -apple-system, sans-serif;

	--container: 1600px;
	--radius:    14px;
	--radius-lg: 22px;
	--radius-sm: 10px;
	--shadow:    0 24px 60px -28px rgba(15,39,72,.28);
	--shadow-sm: 0 10px 30px -16px rgba(15,39,72,.20);
	--shadow-cyan: 0 20px 44px -22px rgba(17,146,207,.42);
	--ease: cubic-bezier(.22,.7,.28,1);
}

/* ---------------- Reset / base ---------------- */
*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body.beac-body {
	margin: 0; font-family: var(--body); color: var(--text);
	background: var(--paper); font-size: 16.5px; line-height: 1.7;
	-webkit-font-smoothing: antialiased; overflow-x: clip; max-width: 100%;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--cyan-d); text-decoration: none; }
.beac-no-scroll { overflow: hidden; }

h1, h2, h3, h4, h5 { font-family: var(--head); color: var(--ink); line-height: 1.12; margin: 0 0 .5em; font-weight: 800; letter-spacing: -.02em; }

.beac-container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 28px; }
.beac-container--narrow { max-width: 1440px; }

/* shared big headings */
.beac-h1 { font-size: clamp(2.3rem, 4.6vw, 3.5rem); color: var(--navy-d); }
.beac-h2 { font-size: clamp(1.9rem, 3.2vw, 2.7rem); color: var(--navy-d); }
.beac-h2 strong, .beac-h1 strong { color: var(--cyan); font-weight: 800; }

.beac-skip { position: absolute; left: -9999px; }
.beac-skip:focus { left: 14px; top: 14px; z-index: 99999; background: var(--navy); color: #fff; padding: 10px 16px; border-radius: 8px; }

/* Section heading block */
.beac-shead { margin: 0 0 48px; }
.beac-shead--center { text-align: center; max-width: 760px; margin-left: auto; margin-right: auto; }
.beac-shead__kicker { display: inline-flex; align-items: center; gap: 8px; font-family: var(--head); font-weight: 700; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: var(--cyan-d); background: var(--cyan-l); padding: 7px 16px; border-radius: 999px; margin-bottom: 18px;max-width: max-content; }
.beac-shead__kicker svg { width: 16px; height: 16px; }
.beac-shead__sub { color: var(--muted); font-size: 1.06rem; margin: 14px 0 0; }
.beac-shead--light .beac-h2 { color: #fff; }
.beac-shead--light .beac-shead__sub { color: rgba(255,255,255,.78); }
.beac-shead--light .beac-shead__kicker { color: #fff; background: rgba(255,255,255,.14); }

/* Scroll reveal (JS adds .is-in; CSS failsafe reveals after 1.4s) */
html.beac-js [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease), transform .7s var(--ease); animation: beac-failsafe .01s linear 1.4s forwards; }
html.beac-js [data-reveal].is-in { opacity: 1; transform: none; animation: none; }
html.beac-js [data-reveal].d1 { transition-delay: .08s; }
html.beac-js [data-reveal].d2 { transition-delay: .16s; }
html.beac-js [data-reveal].d3 { transition-delay: .24s; }
@keyframes beac-failsafe { to { opacity: 1; transform: none; } }

/* Safety: decorative pseudo-layers never trap clicks */
[class^="beac-"]::before, [class*=" beac-"]::before,
[class^="beac-"]::after, [class*=" beac-"]::after,
[class*="__bg"], [class*="__scrim"], [class*="__glow"], [class*="__deco"] { pointer-events: none; }
a, button, input, textarea, select, summary, label, .beac-btn { pointer-events: auto; }

/* Rich text (ACF wysiwyg / content) */
.beac-rich { color: var(--text); }
.beac-rich p { margin: 0 0 1em; }
.beac-rich a { color: var(--cyan-d); text-decoration: underline; text-underline-offset: 2px; }
.beac-rich a:hover{color: #000;}
.beac-rich ul { list-style: none; margin: 0 0 1em; padding: 0; display: grid; gap: 12px; }
.beac-rich ul li { position: relative; padding-left: 32px; }
.beac-rich ul li::before { content: ""; position: absolute; left: 0; top: 3px; width: 20px; height: 20px; border-radius: 50%; background: var(--cyan-l) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%231192cf'%3E%3Cpath d='M9.5 16.2 5.3 12l-1.4 1.4 5.6 5.6L20.5 8 19 6.6z'/%3E%3C/svg%3E") center/13px no-repeat; }
/* List items that wrap a heading: align the check inline with the heading (not floating above) */
.beac-rich ul li:has(> h2:first-child), .beac-rich ul li:has(> h3:first-child), .beac-rich ul li:has(> h4:first-child) { display: flex; align-items: center; gap: 12px; padding-left: 0; }
.beac-rich ul li:has(> h2:first-child)::before, .beac-rich ul li:has(> h3:first-child)::before, .beac-rich ul li:has(> h4:first-child)::before { position: static; flex: none; top: auto; left: auto; }
.beac-rich ul li > h2:first-child, .beac-rich ul li > h3:first-child, .beac-rich ul li > h4:first-child { margin: 0; }
.beac-rich h2, .beac-rich h3, .beac-rich h4 { color: var(--navy-d); margin: 1.4em 0 .5em; }

/* ---- Long-form content: premium, scannable (blog/service/location single pages) ---- */
.beac-rich { font-size: 1.05rem; line-height: 1.8; }
.beac-rich > p:first-of-type { font-size: 1.18rem; line-height: 1.7; color: var(--navy-700); }
.beac-rich h2 { position: relative; font-size: clamp(1.5rem, 2.4vw, 2rem); margin: 1.7em 0 .55em; padding-left: 18px; line-height: 1.2; }
.beac-rich h2::before { content: ""; position: absolute; left: 0; top: .15em; bottom: .15em; width: 5px; border-radius: 3px; background: linear-gradient(180deg, var(--cyan), var(--navy)); }
.beac-rich ul li h2::before, .beac-rich ul li h3::before { display: none; }
.beac-rich h3 { font-size: 1.32rem; margin: 1.5em 0 .4em; line-height: 1.25; }
.beac-rich h4 { font-size: 1.12rem; }
.beac-rich strong { color: var(--navy-d); }
.beac-rich blockquote { position: relative; margin: 1.9em 0; padding: 26px 30px 26px 58px; background: var(--mist); border-left: 4px solid var(--cyan); border-radius: var(--radius); font-size: 1.14rem; font-style: italic; color: var(--ink); }
.beac-rich blockquote::before { content: "\201C"; position: absolute; left: 18px; top: 10px; font-family: var(--head); font-size: 3rem; line-height: 1; color: var(--cyan); opacity: .55; }
.beac-rich blockquote p:last-child { margin: 0; }
.beac-rich ol { margin: 0 0 1.1em; padding-left: 1.35em; }
.beac-rich ol li { margin-bottom: 10px; padding-left: 4px; }
.beac-rich ol li::marker { color: var(--cyan-d); font-family: var(--head); font-weight: 800; }
.beac-rich hr { border: 0; height: 1px; background: var(--line); margin: 2.4em 0; }
.beac-rich table { width: 100%; border-collapse: collapse; margin: 1.6em 0; font-size: .98rem; box-shadow: var(--shadow-sm); border-radius: var(--radius); overflow: hidden; }
/* Wide tables in body content must not push horizontal page scroll: let the table
   scroll inside its own block on small screens. */
.beac-rich { overflow-wrap: break-word; }
.beac-rich table { display: block; max-width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.beac-rich th, .beac-rich td { border: 1px solid var(--line); padding: 13px 16px; text-align: left; }
.beac-rich th { background: var(--navy-d); color: #fff; font-family: var(--head); }
.beac-rich tr:nth-child(even) td { background: var(--mist); }

/* =========================================================================
   BUTTONS
   ========================================================================= */
.beac-btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-family: var(--head); font-weight: 700; font-size: .98rem; line-height: 1; padding: 15px 26px; border-radius: 10px; border: 2px solid transparent; cursor: pointer; transition: transform .2s var(--ease), box-shadow .25s, background .2s, color .2s, border-color .2s; text-align: center; }
.beac-btn svg { width: 18px; height: 18px; }
.beac-btn:hover { transform: translateY(-2px); }
.beac-btn--accent { background: var(--red); color: #fff; box-shadow: 0 14px 30px -14px rgba(226,49,42,.6); }
.beac-btn--accent:hover { background: var(--red-d); box-shadow: 0 18px 38px -14px rgba(226,49,42,.7); }
.beac-btn--primary { background: var(--navy); color: #fff; }
.beac-btn--primary:hover { background: var(--navy-d); }
.beac-btn--cyan { background: var(--cyan); color: #fff; }
.beac-btn--cyan:hover { background: var(--cyan-d); }
.beac-btn--ghost { background: transparent; color: var(--navy); border-color: var(--line); }
.beac-btn--ghost:hover { border-color: var(--navy); background: var(--mist);    color: #000; }
.beac-btn--ghost-light { background: rgba(255,255,255,.1); color: #fff; border-color: rgba(255,255,255,.4); }
.beac-btn--ghost-light:hover { background: rgba(255,255,255,.18); border-color: #fff; }
.beac-btn--light { background: #fff; color: var(--navy); }
.beac-btn--light:hover { background: var(--cyan-l); }
.beac-btn--lg { padding: 17px 32px; font-size: 1.04rem; }
.beac-btn--sm { padding: 11px 18px; font-size: .9rem; }
.beac-btn--block { width: 100%; }

/* =========================================================================
   HEADER
   ========================================================================= */
.beac-header { position: sticky; top: 0; z-index: 900; background: #fff; box-shadow: 0 1px 0 var(--line); }
.beac-header.is-stuck { box-shadow: 0 10px 30px -18px rgba(15,39,72,.35); }

/* Top utility bar */
.beac-topbar { background: var(--navy-d); color: rgba(255,255,255,.85); font-size: .85rem; }
.beac-topbar__row { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 42px; }
.beac-topbar__tag { display: inline-flex; align-items: center; gap: 8px; margin: 0; }
.beac-topbar__ico { width: 15px; height: 15px; color: var(--cyan); flex: none; }
.beac-topbar__right { display: flex; align-items: center; gap: 22px; }
.beac-topbar__loc { display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,.85); }
.beac-topbar__loc:hover { color: #fff; }
.beac-topbar__social { display: inline-flex; gap: 6px; }
.beac-topbar__social a { width: 28px; height: 28px; display: inline-flex; align-items: center; justify-content: center; border-radius: 7px; background: rgba(255,255,255,.1); color: #fff; transition: background .2s; }
.beac-topbar__social a:hover { background: var(--cyan); }
.beac-soc { width: 15px; height: 15px; }
.beac-topbar__cta { display: inline-flex; align-items: center; gap: 7px; color: #fff; font-weight: 600; font-family: var(--head); }
.beac-topbar__cta-ico { width: 15px; height: 15px; color: var(--red); }
.beac-topbar__cta:hover { color: var(--cyan); }

/* Main navbar */
.beac-navbar__row { display: flex; align-items: center; gap: 28px; min-height: 86px; }
.beac-brand { flex: none; display: block; }
.beac-brand__logo { height: 52px; width: auto; }
.beac-brand__logo--white { display: none; }
.beac-nav-wrap { margin-left: auto; }

/* Mega & simple dropdown PANELS — blue background, light links (header bar stays white) */
.beac-mega__inner { background: #234982; border-color: rgba(255,255,255,.16); }
.beac-mega__list .beac-mega__link { color: rgba(255,255,255,.92); }
.beac-mega__list .beac-mega__link:hover { background: rgba(255,255,255,.1); color: #fff; }
.beac-mega__bullet { background: rgba(255,255,255,.14); color: var(--cyan); }
.beac-mega__link:hover .beac-mega__bullet { background: var(--cyan); color: #fff; }
.beac-navbar__cta { display: flex; align-items: center; gap: 16px; flex: none; }
.beac-phone { display: inline-flex; align-items: center; gap: 11px; }
.beac-phone__ico { width: 42px; height: 42px; border-radius: 11px; background: var(--cyan-l); color: var(--cyan-d); display: flex; align-items: center; justify-content: center; flex: none; }
.beac-phone__ico svg { width: 20px; height: 20px; }
.beac-phone__txt { display: flex; flex-direction: column; line-height: 1.15; }
.beac-phone__txt small { font-size: .72rem; color: var(--muted); }
.beac-phone__txt strong { font-family: var(--head); font-size: 1.12rem; color: var(--navy-d); }
.beac-burger { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--navy); cursor: pointer; }
.beac-burger svg { width: 24px; height: 24px; margin: 0 auto; }
.beac-phone:hover strong {
    color: #e2312a;
}
/* =========================================================================
   PRIMARY NAV + MEGA MENU
   ========================================================================= */
.beac-nav { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.beac-nav__item { position: relative; }
.beac-nav__link { display: inline-flex; align-items: center; gap: 5px; padding: 12px 14px; font-family: var(--head); font-weight: 600; font-size: .96rem; color: var(--navy-d); border-radius: 8px; transition: color .2s, background .2s; }
.beac-nav__link:hover, .beac-nav__item.is-current > .beac-nav__link { color: var(--cyan-d); }
.beac-nav__caret { width: 15px; height: 15px; transition: transform .25s; opacity: .7; }
.beac-nav__item:hover .beac-nav__caret { transform: rotate(180deg); }

/* Mega panel */
.beac-mega { position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(8px); min-width: 640px; padding-top: 14px; opacity: 0; visibility: hidden; transition: opacity .22s var(--ease), transform .22s var(--ease); z-index: 950; }
.beac-nav__item.is-open .beac-mega, html:not(.beac-js) .beac-nav__item:hover .beac-mega { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.beac-mega__inner { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); padding: 26px; display: grid; grid-template-columns: 1fr; gap: 22px; overflow: hidden; }
.beac-mega--promo .beac-mega__inner { grid-template-columns: 1.55fr .95fr; }
.beac-mega__main { min-width: 0; }
.beac-mega__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 6px 26px; }
.beac-mega__groups { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 26px; }
.beac-mega__group { min-width: 0; }
.beac-mega__ghead { display: flex; align-items: center; gap: 8px; font-family: var(--head); font-weight: 700; font-size: .82rem; letter-spacing: .04em; text-transform: uppercase; color: var(--cyan-d); margin: 0 0 10px; padding-bottom: 8px; border-bottom: 1px solid var(--line-2); }
.beac-mega__ghead-go { margin-left: auto; color: var(--muted); }
.beac-mega__sublist { list-style: none; margin: 0; padding: 0; }
.beac-mega__link { display: flex; align-items: center; gap: 10px; padding: 9px 12px; border-radius: 9px; color: var(--ink); font-weight: 500; font-size: .94rem; transition: background .18s, color .18s; }
.beac-mega__link:hover { background: var(--cyan-xl); color: var(--cyan-d); }
.beac-mega__dot, .beac-mega__bullet { width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); flex: none; }
.beac-mega__txt { min-width: 0; }
.beac-mega__go { margin-left: auto; opacity: 0; transform: translateX(-4px); transition: .2s; color: var(--cyan); }
.beac-mega__go svg { width: 15px; height: 15px; }
.beac-mega__link:hover .beac-mega__go { opacity: 1; transform: none; }
/* Promo card inside mega */
.beac-mega__promo { background: linear-gradient(160deg, var(--navy), var(--navy-d)); color: #fff; border-radius: var(--radius); padding: 24px; display: flex; flex-direction: column; justify-content: center; gap: 8px; position: relative; overflow: hidden; }
.beac-mega__promo::after { content: ""; position: absolute; right: -30px; bottom: -30px; width: 140px; height: 140px; border-radius: 50%; background: radial-gradient(circle, rgba(17,146,207,.5), transparent 70%); }
.beac-mega__promo-eyebrow { font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; color: var(--cyan); font-weight: 700; }
.beac-mega__promo-title { font-family: var(--head); font-weight: 800; font-size: 1.3rem; line-height: 1.2; }
.beac-mega__eyebrow { display: inline-flex; }

/* Mobile drawer */
.beac-drawer { position: fixed; top: 0; right: 0; width: min(380px, 90vw); height: 100%; background: #fff; z-index: 1100; transform: translateX(100%); transition: transform .32s var(--ease); display: flex; flex-direction: column; box-shadow: -20px 0 60px -20px rgba(15,39,72,.4); }
.beac-drawer.is-open { transform: none; }
.beac-drawer__head { display: flex; align-items: center; justify-content: space-between; padding: 18px 22px; border-bottom: 1px solid var(--line); }
.beac-drawer__head img { height: 42px; width: auto; }
.beac-drawer__close { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--navy); cursor: pointer; }
.beac-drawer__close svg { width: 22px; height: 22px; margin: 0 auto; }
.beac-drawer__body { flex: 1; overflow-y: auto; padding: 14px 16px; }
.beac-drawer__foot { padding: 18px 20px; border-top: 1px solid var(--line); display: grid; gap: 10px; }
.beac-overlay { position: fixed; inset: 0; background: rgba(15,39,72,.5); opacity: 0; visibility: hidden; transition: opacity .3s; z-index: 1050; }
.beac-overlay.is-open { opacity: 1; visibility: visible; }
/* Mobile accordion menu */
.beac-macc { list-style: none; margin: 0; padding: 0; }
.beac-macc__item { border-bottom: 1px solid var(--line-2); }
.beac-macc__row { display: flex; align-items: center; }
/* flex:1 1 0 + min-width:0 so a long label can shrink and the chevron never wraps */
.beac-macc__link { flex: 1 1 0; min-width: 0; padding: 14px 10px; font-family: var(--head); font-weight: 600; color: var(--navy-d); }
.beac-macc__toggle { flex: none; width: 44px; height: 44px; background: none; border: 0; color: var(--muted); cursor: pointer; }
.beac-macc__toggle svg { width: 20px; height: 20px; margin: 0 auto; transition: transform .25s; }
.beac-macc__item.is-open > .beac-macc__row .beac-macc__toggle svg { transform: rotate(180deg); }
/* Sub-menus collapsed by default; expand only when the parent <li> is .is-open.
   Generous open max-height + drawer overflow-y:auto means deep trees never clip. */
.beac-macc__sub { list-style: none; margin: 0; padding: 0 0 0 14px; overflow: hidden; max-height: 0; transition: max-height .35s var(--ease); border-left: 1px solid var(--line-2); }
.beac-macc__item.is-open > .beac-macc__sub { max-height: 4000px; }
.beac-macc__sub .beac-macc__link { font-weight: 500; font-size: .92rem; color: var(--text); padding: 11px 10px; }
/* Compounding indent + shading per nesting level (unlimited depth) */
.beac-macc__sub { background: rgba(15,39,72,.025); }
.beac-macc__sub .beac-macc__sub { background: rgba(15,39,72,.05); }
.beac-macc__sub .beac-macc__sub .beac-macc__sub { background: rgba(15,39,72,.075); }
.beac-macc__sub .beac-macc__sub .beac-macc__sub .beac-macc__sub { background: rgba(15,39,72,.1); }

/* Floating estimate tab + back-to-top */
.beac-fab { position: fixed; right: 0; top: 50%; transform: translateY(-50%); z-index: 800; display: inline-flex; align-items: center; justify-content: center; gap: 9px; background: var(--red); color: #fff; border: 0; padding: 16px 11px; border-radius: 12px 0 0 12px; writing-mode: vertical-rl; font-family: var(--head); font-weight: 700; font-size: .9rem; letter-spacing: .02em; cursor: pointer; box-shadow: -8px 12px 30px -12px rgba(226,49,42,.55); transition: padding-right .2s var(--ease), background .2s; }
.beac-fab:hover { background: var(--red-d); padding-right: 15px; }
.beac-fab__ico { width: 18px; height: 18px; transform: rotate(90deg); }
#back-top-wrapper { position: fixed; right: 22px; bottom: 100px; z-index: 700; }
#beac-backtop { width: 46px; height: 46px; border-radius: 12px; background: var(--navy); color: #fff; border: 0; cursor: pointer; opacity: 0; visibility: hidden; transition: opacity .3s, transform .3s; transform: translateY(10px); }
#beac-backtop.is-show { opacity: 1; visibility: visible; transform: none; }
#beac-backtop svg { width: 22px; height: 22px; margin: 0 auto; transform: rotate(180deg); }

/* =========================================================================
   HERO — light, airy, content left / form card right
   ========================================================================= */
.beac-hero { position: relative; background: linear-gradient(180deg, var(--cyan-xl), #fff 70%); overflow: hidden; }
.beac-hero::before { content: ""; position: absolute; top: -160px; right: -120px; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, rgba(17,146,207,.14), transparent 65%); }
.beac-hero__grid { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center; padding: 70px 28px 84px; }
.beac-hero--noform .beac-hero__grid { grid-template-columns: 1fr; max-width: 860px; text-align: center; }
.beac-hero__eyebrow { display: inline-flex; align-items: center; gap: 12px; background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 7px 16px 7px 10px; box-shadow: var(--shadow-sm); font-size: .9rem; color: var(--navy-d); font-weight: 600; margin-bottom: 22px; }
.beac-hero__eyebrow b { font-weight: 600; color: var(--muted); }
.beac-stars { display: inline-flex; gap: 1px; color: #f5a623; }
.beac-star { width: 16px; height: 16px; }
.beac-hero__title { font-family: var(--head); font-size: clamp(2.3rem, 4.4vw, 3.5rem); line-height: 1.08; color: var(--navy-d); margin: 0 0 22px; letter-spacing: -.025em; }
.beac-hero__title strong { color: var(--cyan); }
.beac-hero__list { margin-bottom: 28px; font-size: 1.05rem; }
.beac-hero__btns { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 30px; }
.beac-hero__trust { list-style: none; display: flex; flex-wrap: wrap; gap: 12px 26px; margin: 0; padding: 24px 0 0; border-top: 1px solid var(--line); }
.beac-hero__trust li { display: inline-flex; align-items: center; gap: 9px; font-weight: 600; color: var(--navy-d); font-size: .94rem; }
.beac-hero__trust-ico { width: 22px; height: 22px; color: var(--cyan); flex: none; }
.beac-hero__seals { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 26px; }
.beac-hero__seals::before { content: "Trusted by"; font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); font-weight: 700; }
.beac-hero__seal img { max-height: 46px; width: auto; opacity: .9; }
/* hero form card */
.beac-hero__form { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); overflow: hidden; }
.beac-hero__form-head { background: var(--navy-d); color: #fff; padding: 22px 28px; position: relative; }
.beac-hero__form-head::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: linear-gradient(90deg, var(--cyan), var(--red)); }
.beac-hero__form-head h2 { font-size: 1.4rem; margin: 0; color: #fff; }
.beac-hero__form-head h2 strong { color: var(--cyan); }
.beac-hero__form-body { padding: 26px 28px; }
/* hero featured testimonial */
.beac-hero__tml { margin: 28px 0 0; padding: 20px 22px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.beac-hero__tml-quote { margin: 10px 0 14px; font-style: italic; color: var(--ink); }
.beac-hero__tml-by { display: flex; align-items: center; gap: 12px; }
.beac-hero__tml-avatar { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.beac-hero__tml-meta { display: flex; flex-direction: column; }
.beac-hero__tml-name { color: var(--navy-d); font-family: var(--head); }
.beac-hero__tml-role { color: var(--muted); font-size: .82rem; }

/* =========================================================================
   STATS strip
   ========================================================================= */
.beac-stats { padding: 56px 0; background: #fff; }
.beac-stats__card { display: grid; gap: 20px; }
.beac-stats__item { display: flex; align-items: center; gap: 18px; padding: 26px 28px; background: var(--mist); border: 1px solid var(--line); border-radius: var(--radius); }
.beac-stats__ico { flex: none; width: 56px; height: 56px; border-radius: 14px; background: var(--cyan-l); color: var(--cyan-d); display: flex; align-items: center; justify-content: center; }
.beac-stats__ico svg { width: 28px; height: 28px; }
.beac-stats__item > span:last-child { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.beac-stats__num { font-family: var(--head); font-weight: 800; font-size: 2rem; color: var(--navy-d); line-height: 1; }
.beac-stats__num small { font-size: .6em; color: var(--red); margin-left: 2px; }
.beac-stats__lbl { font-size: .92rem; color: var(--muted); line-height: 1.3; }

/* =========================================================================
   ABOUT
   ========================================================================= */
.beac-about { padding: 100px 0; }
.beac-about__grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 60px; align-items: center; }
.beac-about__visual { position: relative; }
.beac-about__visual > img { width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.beac-about__visual-2 { position: absolute; right: -26px; bottom: -34px; width: 46%; border-radius: var(--radius); border: 6px solid #fff; box-shadow: var(--shadow); }
.beac-about__badge { position: absolute; left: -22px; top: 26px; display: inline-flex; align-items: center; gap: 10px; background: #fff; border-radius: 12px; padding: 12px 18px; box-shadow: var(--shadow); font-family: var(--head); font-weight: 700; color: var(--navy-d); }
.beac-about__badge-ico { width: 26px; height: 26px; color: var(--cyan); }
.beac-about__body .beac-shead__kicker { margin-bottom: 16px; }
.beac-about__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }
.beac-vision__text.beac-rich a:hover{color: #fff;}
/* =========================================================================
   SERVICES
   ========================================================================= */
.beac-services { padding: 100px 0; background: var(--mist); }
.beac-svcblock { margin-top: 44px; }
.beac-svcblock__head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 22px; padding-bottom: 16px; border-bottom: 2px solid var(--line); }
.beac-svcblock__title { display: flex; align-items: center; gap: 12px; font-size: 1.5rem; color: var(--navy-d); margin: 0; }
.beac-svcblock__icon { width: 30px; height: 30px; color: var(--cyan); }
.beac-svcblock__all { display: inline-flex; align-items: center; gap: 6px; font-family: var(--head); font-weight: 700; color: var(--cyan-d); white-space: nowrap; }
.beac-svcblock__all svg { width: 16px; height: 16px; }
.beac-svcgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.beac-svc { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform .25s var(--ease), box-shadow .25s, border-color .25s; }
.beac-svc:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: transparent; }
.beac-svc__media { position: relative; aspect-ratio: 16/10; background: var(--navy) center/cover no-repeat; display: flex; align-items: flex-end; }
.beac-svc__scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(15,39,72,.05), rgba(15,39,72,.55)); }
.beac-svc__icon { position: absolute; left: 16px; bottom: 16px; width: 48px; height: 48px; border-radius: 12px; background: #fff; display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-sm); }
.beac-svc__icon img { width: 26px; height: 26px; object-fit: contain; }
.beac-svc__body { padding: 20px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.beac-svc__name { font-family: var(--head); font-weight: 700; font-size: 1.1rem; color: var(--navy-d); }
.beac-svc__desc { font-size: .9rem; color: var(--muted); flex: 1; }
.beac-svc__go { display: inline-flex; align-items: center; gap: 6px; font-family: var(--head); font-weight: 700; font-size: .88rem; color: var(--cyan-d); margin-top: 4px; }
.beac-svc__go svg { width: 15px; height: 15px; transition: transform .2s; }
.beac-svc:hover .beac-svc__go svg { transform: translateX(4px); }

/* =========================================================================
   PROCESS — numbered horizontal flow
   ========================================================================= */
.beac-process { padding: 100px 0; }
.beac-flow { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; counter-reset: beac-step; }
.beac-flow__step { position: relative; padding: 30px 24px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.beac-flow__step::before { content: ""; position: absolute; top: 0; left: 24px; right: 24px; height: 3px; background: linear-gradient(90deg, var(--cyan), transparent); border-radius: 3px; }
.beac-flow__num { display: inline-flex; align-items: center; justify-content: center; width: 54px; height: 54px; border-radius: 14px; background: var(--cyan-l); color: var(--cyan-d); font-family: var(--head); font-weight: 800; font-size: 1.4rem; margin-bottom: 16px; }
.beac-flow__body h3 { font-size: 1.18rem; color: var(--navy-d); margin: 0 0 8px; }
.beac-flow__body p { margin: 0; color: var(--muted); font-size: .95rem; }

/* =========================================================================
   COMPARISON ("vs the Rest") — clean light table
   ========================================================================= */
.beac-compare { padding: 100px 0; background: var(--mist); }
.beac-compare__table { max-width: 980px; margin: 0 auto; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); }
.beac-compare__head, .beac-compare__row { display: grid; grid-template-columns: 1.4fr .8fr 1.4fr; align-items: stretch; }
.beac-compare__head { background: var(--navy-d); color: #fff; }
.beac-compare__head > span { padding: 20px 22px; font-family: var(--head); font-weight: 700; display: flex; align-items: center; }
.beac-compare__head .beac-compare__us { background: var(--red); justify-content: center; flex-direction: column; gap: 6px; text-align: center; position: relative; }
.beac-compare__head .beac-compare__us img { max-height: 34px; width: auto; filter: brightness(0) invert(1); }
.beac-compare__head .beac-compare__comp { color: rgba(255,255,255,.8); justify-content: center; }
.beac-compare__row { border-top: 1px solid var(--line); }
.beac-compare__row:nth-child(even) { background: var(--cyan-xl); }
.beac-compare__feat { padding: 16px 22px; font-weight: 600; color: var(--navy-d); display: flex; align-items: center; }
.beac-compare__head .beac-compare__feat { color: #fff; background: transparent; }
.beac-compare__cell { padding: 14px 18px; display: flex; align-items: center; justify-content: center; text-align: center; font-size: .92rem; }
.beac-compare__cell--us { background: rgba(226,49,42,.05); color: var(--navy-d); font-weight: 600; }
.beac-compare__cell--us svg { width: 26px; height: 26px; color: #16a35a; }
.beac-compare__cell--us.is-no svg { color: #d2dae1; }
.beac-compare__cell--comp { color: var(--muted); justify-content: flex-start; text-align: left; }

/* =========================================================================
   TESTIMONIALS — light cards on navy band
   ========================================================================= */
.beac-tmls { padding: 100px 0; background: var(--navy-d); position: relative; overflow: hidden; }
.beac-tmls::before { content: ""; position: absolute; top: -120px; left: -80px; width: 360px; height: 360px; border-radius: 50%; background: radial-gradient(circle, rgba(17,146,207,.3), transparent 70%); }
.beac-tmls__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; position: relative; }
.beac-tcard { background: #fff; border-radius: var(--radius); padding: 28px; margin: 0; box-shadow: var(--shadow); }
.beac-tcard__quote { margin: 14px 0 18px; color: var(--text); font-size: .98rem; }
.beac-tcard__by { display: flex; align-items: center; gap: 12px; }
.beac-tcard__by img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
.beac-tcard__mono { width: 48px; height: 48px; border-radius: 50%; background: var(--cyan-l); color: var(--cyan-d); display: flex; align-items: center; justify-content: center; font-family: var(--head); font-weight: 800; font-size: 1.2rem; }
.beac-tcard__name { display: flex; flex-direction: column; font-family: var(--head); font-weight: 700; color: var(--navy-d); }
.beac-tcard__name small { font-weight: 500; color: var(--muted); font-size: .8rem; }

/* =========================================================================
   CONTENT / FAQ / INSTAGRAM / BLOG
   ========================================================================= */
.beac-content { padding: 90px 0; }
.beac-content__title { text-align: center; }

/* Content section — blue band with vector decoration */
.beac-content--navy { position: relative; overflow: hidden; isolation: isolate; background: linear-gradient(135deg, #234982 0%, var(--navy-d) 100%); }
.beac-content--navy::before { content: ""; position: absolute; top: -130px; right: -90px; width: 360px; height: 360px; border-radius: 50%; background: radial-gradient(circle, rgba(17,146,207,.32), transparent 70%); z-index: 0; }
.beac-content--navy::after { content: ""; position: absolute; bottom: -150px; left: -110px; width: 400px; height: 400px; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.06), transparent 70%); z-index: 0; }
.beac-content--navy > .beac-container { position: relative; z-index: 1; }
.beac-content--navy .beac-h2 { color: #fff; }
.beac-content--navy .beac-h2 strong { color: var(--cyan); }
.beac-content--navy .beac-content__body, .beac-content--navy .beac-content__body p, .beac-content--navy .beac-content__body li, .beac-content--navy .beac-content__body strong { color: rgba(255,255,255,.85); }
.beac-content--navy .beac-content__body a { color: var(--cyan); }
.beac-content--navy .beac-content__body ul li::before { box-shadow: 0 0 0 4px rgba(17,146,207,.18); }
.beac-content__deco { position: absolute; z-index: 0; color: rgba(255,255,255,.05); pointer-events: none; }
.beac-content__deco svg { width: 100%; height: 100%; }
.beac-content__deco--1 { top: 34px; left: 46px; width: 88px; height: 88px; }
.beac-content__deco--2 { bottom: 34px; right: 64px; width: 124px; height: 124px; }

.beac-faq { padding: 100px 0; background: linear-gradient(135deg, var(--red) 0%, var(--red-d) 100%); }
.beac-faq .beac-h2 { color: #fff; }
.beac-faq .beac-h2 strong { color: #fff; }
.beac-faq__list { max-width: 860px; margin: 0 auto; display: grid; gap: 14px; }
.beac-faq__item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: border-color .25s, box-shadow .25s; }
.beac-faq__item[open] { border-color: var(--navy); box-shadow: 0 18px 40px -22px rgba(15,39,72,.5); }
.beac-faq__item summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 20px 24px; font-family: var(--head); font-weight: 700; color: var(--navy-d); transition: color .2s; }
.beac-faq__item summary::-webkit-details-marker { display: none; }
.beac-faq__item[open] summary { color: var(--red); }
.beac-faq__caret { width: 22px; height: 22px; color: var(--red); flex: none; transition: transform .25s; }
.beac-faq .beac-shead__kicker { color: #fff; background: rgba(255,255,255,.2); }
.beac-faq__item[open] .beac-faq__caret { transform: rotate(180deg); }
.beac-faq__answer { padding: 0 24px 22px; color: var(--muted); }

.beac-insta {padding: 0 0 90px; background: #fff; }
.beac-insta__embed { position: relative; overflow: hidden; max-width: 100%; }
.beac-insta__embed iframe, .beac-insta__embed img { max-width: 100%; width: 100%; }

/* compact full-width strip that sits flush on top of the footer */
.beac-insta--strip { padding: 0; margin: 0; background: #fff; }
.beac-insta--strip .beac-insta__head { text-align: center; padding: 40px 20px 20px; }
.beac-insta--strip .beac-insta__head .beac-shead__kicker { margin-bottom: 10px; }
.beac-insta--strip .beac-insta__head .beac-h2 { margin: 0; font-size: clamp(1.5rem, 2.4vw, 2rem); }
.beac-insta--strip .beac-insta__embed { width: 100%; display: block; line-height: 0; }
.beac-insta--strip .beac-insta__embed img, .beac-insta--strip .beac-insta__embed iframe { width: 100%; display: block; }

.beac-blog { padding: 100px 0; background: #fff; }
.beac-bcard-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.beac-bcard { background: var(--navy-d); border: 1px solid rgba(255,255,255,.08); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; box-shadow: 0 20px 46px -28px rgba(15,39,72,.4); transition: transform .25s var(--ease), box-shadow .25s; }
.beac-bcard:hover { transform: translateY(-6px); box-shadow: 0 34px 64px -28px rgba(15,39,72,.55); }
.beac-bcard__media { position: relative; display: block; aspect-ratio: 16/10; overflow: hidden; background: var(--navy); }
.beac-bcard__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s var(--ease); }
.beac-bcard:hover .beac-bcard__media img { transform: scale(1.07); }
.beac-bcard__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(10,29,56,.6)); }
.beac-bcard__media-fallback { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.beac-bcard__media-fallback svg { width: 46px; height: 46px; color: rgba(255,255,255,.45); }
.beac-bcard__date { position: absolute; left: 14px; top: 14px; z-index: 2; display: inline-flex; align-items: center; gap: 7px; background: var(--cyan); color: #fff; font-family: var(--head); font-weight: 700; font-size: .78rem; padding: 7px 13px; border-radius: 999px; box-shadow: 0 8px 20px -8px rgba(17,146,207,.7); }
.beac-bcard__date-ico { width: 14px; height: 14px; }
.beac-bcard__body { padding: 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.beac-bcard__title { font-size: 1.16rem; margin: 0; }
.beac-bcard__title a { color: #fff; }
.beac-bcard__title a:hover { color: var(--cyan); }
.beac-bcard__excerpt { color: rgba(255,255,255,.72); font-size: .93rem; flex: 1; margin: 0; }
.beac-bcard__more { display: inline-flex; align-items: center; gap: 6px; font-family: var(--head); font-weight: 700; font-size: .88rem; color: var(--cyan); }
.beac-bcard__more svg { width: 15px; height: 15px; }
.beac-blog__cta { text-align: center; margin-top: 40px; }
.beac-bcard__more:hover { color: #fff; }
/* =========================================================================
   FOOTER
   ========================================================================= */
/* Full-width newsletter band — big, centered highlight (sits flush on the footer) */
.beac-news { position: relative;  background: linear-gradient(135deg, #2a548f 0%, var(--navy-d) 100%); isolation: isolate; }
.beac-news::before { content: ""; position: absolute; top: -120px; right: -80px; width: 360px; height: 360px; border-radius: 50%; background: radial-gradient(circle, rgba(17,146,207,.34), transparent 70%); z-index: 0; }
.beac-news::after { content: ""; position: absolute; bottom: -140px; left: -100px; width: 380px; height: 380px; border-radius: 50%; background: radial-gradient(circle, rgba(17,146,207,.18), transparent 70%); z-index: 0; }
.beac-news__inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 28px 50px; padding: 30px 28px; }
.beac-news__text { min-width: 0; }
.beac-news__eyebrow { display: inline-flex; align-items: center; gap: 9px; font-family: var(--head); font-weight: 700; font-size: .8rem; letter-spacing: .18em; text-transform: uppercase; color: #fff; background: rgba(255,255,255,.14); padding: 9px 20px; border-radius: 999px; margin-bottom: 16px; }
.beac-news__eyebrow svg { width: 16px; height: 16px; color: var(--cyan); }
.beac-news__title { font-family: var(--head); color: #fff; font-size: clamp(2rem, 3.6vw, 3rem); margin: 0; line-height: 1.1; letter-spacing: -.02em; }
.beac-news__title strong { color: var(--cyan); }
.beac-news__sub { color: rgba(255,255,255,.82); font-size: 1.05rem; line-height: 1.6; margin: 14px 0 0; max-width: 540px; }
.beac-news__form { width: 100%; }
.beac-news__form input[type="email"], .beac-news__form input[type="text"] { width: 100%; }
@media (max-width: 820px) { .beac-news__inner { grid-template-columns: 1fr; gap: 22px; padding: 44px 22px; } }

.beac-footer { background: var(--navy-d); color: rgba(255,255,255,.72); }
/* CTA + newsletter band */
.beac-cta-news { display: block; text-align: center; background: linear-gradient(135deg, var(--navy), var(--navy-700)); border-radius: var(--radius-lg); padding: 46px 48px; margin: -70px 0 60px; position: relative; box-shadow: var(--shadow); overflow: hidden; }
.beac-cta-news__eyebrow { justify-content: center; }
.beac-cta-news__lead { max-width: 660px; margin-left: auto; margin-right: auto; }
.beac-cta-news__actions { justify-content: center; }
.beac-cta-news::after { content: ""; position: absolute; right: -60px; top: -60px; width: 240px; height: 240px; border-radius: 50%; background: radial-gradient(circle, rgba(17,146,207,.35), transparent 70%); }
.beac-cta-news__eyebrow, .beac-cta-news__news-eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--cyan); font-weight: 700; font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; }
.beac-cta-news__eyebrow-ico { width: 16px; height: 16px; }
.beac-cta-news__title { color: #fff; font-size: 1.9rem; margin: 12px 0 10px; }
.beac-cta-news__lead { color: rgba(255,255,255,.8); margin: 0 0 22px; }
.beac-cta-news__actions { display: flex; flex-wrap: wrap; gap: 14px; }
.beac-cta-news__news { position: relative; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); padding: 24px; }
.beac-cta-news__form { margin-top: 14px; }
/* footer grid */
.beac-footer__grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr) 1.3fr; gap: 30px 56px; padding-bottom: 56px; }
.beac-footer__grid--top { padding-top: 70px; }
.beac-footer__brand { max-width: 320px; }
.beac-footer__logo { height: 56px; width: auto; margin-bottom: 18px; }
.beac-footer__text { font-size: .92rem; line-height: 1.7; }
.beac-footer__badge { display: inline-flex; align-items: center; gap: 12px; margin: 20px 0; color: #fff; }
.beac-footer__badge-ico { width: 30px; height: 30px; color: var(--cyan); flex: none; }
.beac-footer__badge span { display: flex; flex-direction: column; font-family: var(--head); font-weight: 700; font-size: .95rem; }
.beac-footer__badge small { font-weight: 500; color: rgba(255,255,255,.6); font-size: .8rem; }
.beac-footer__social { display: flex; gap: 8px; }
.beac-footer__social a { width: 38px; height: 38px; border-radius: 10px; background: rgba(255,255,255,.08); color: #fff; display: flex; align-items: center; justify-content: center; transition: background .2s; }
.beac-footer__social a:hover { background: var(--cyan); }
.beac-footer__title { color: #fff; font-size: 1.02rem; margin: 0 0 18px; font-family: var(--head); }
.beac-footer__title strong { color: var(--cyan); font-weight: 800; }
.beac-footer__menu { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.beac-footer__menu a { color: rgba(255,255,255,.72); font-size: .92rem; transition: color .2s, padding .2s; }
.beac-footer__menu a:hover { color: #fff; padding-left: 4px; }
.beac-footer__contact-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; }
.beac-footer__contact-list li, .beac-footer__contact-list a { display: flex; align-items: flex-start; gap: 12px; color: rgba(255,255,255,.78); }
.beac-footer__contact-list a:hover{color: #fff;}
.beac-footer__ci { width: 20px; height: 20px; color: var(--cyan); flex: none; margin-top: 3px; }
.beac-footer__contact-list small { display: block; color: rgba(255,255,255,.5); font-size: .76rem; }
.beac-footer__contact-list span { display: flex; flex-direction: column; }
.beac-footer__contact .beac-btn { margin-top: 22px; }
/* footer bar */
.beac-footer__bar { border-top: 1px solid rgba(255,255,255,.1); }
/* Bottom bar: copyright LEFT, legal menu RIGHT (stacks/centers only on mobile portrait) */
.beac-footer__bar-row { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 14px 24px; padding: 22px 20px; }
.beac-footer__copy { margin: 0; font-size: .86rem; color: rgba(255,255,255,.6); text-align: left; }
.beac-footer__copy a { color: var(--cyan); }
.beac-footer__credits { display: flex; flex-wrap: wrap; gap: 10px 22px; }
.beac-footer__credits a { position: relative; color: rgba(255,255,255,.72); font-family: var(--head); font-weight: 600; font-size: .9rem; transition: color .2s; }
.beac-footer__credits a:hover { color: var(--cyan); }
.beac-footer__credits a:not(:last-child)::after { content: "·"; position: absolute; right: -13px; color: rgba(255,255,255,.3); }
.beac-footer__bar-row .beac-footer__copy {
    display: none;
}
.beac-footer__bar-row p {
    margin: 0;
}
.beac-footer__bar-row p a:hover{color: #fff;}

/* =========================================================================
   GLOBAL ESTIMATE MODAL
   ========================================================================= */
.beac-modal { position: fixed; inset: 0; z-index: 1200; display: none; }
.beac-modal.is-open { display: block; }
.beac-modal__overlay { position: absolute; inset: 0; background: rgba(15,39,72,.6); }
.beac-modal__box { position: relative; background: #fff; border-radius: var(--radius-lg); max-width: 920px; width: calc(100% - 36px); max-height: 90vh; overflow: auto; margin: 5vh auto 0; box-shadow: var(--shadow); }
.beac-modal__close { position: absolute; right: 14px; top: 14px; z-index: 3; width: 40px; height: 40px; border-radius: 10px; border: 0; background: var(--mist); color: var(--navy); cursor: pointer; }
.beac-modal__close svg { width: 22px; height: 22px; margin: 0 auto; }
.beac-modal__split { display: grid; grid-template-columns: .9fr 1.1fr; }
.beac-modal__aside { background: var(--navy-d); color: #fff; padding: 34px; border-radius: var(--radius-lg) 0 0 var(--radius-lg); }
.beac-modal__atitle { color: #fff; font-size: 1.5rem; margin: 12px 0 18px; }
.beac-modal__svc { margin-bottom: 16px; }
.beac-modal__svc h4 { color: var(--cyan); font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; margin: 0 0 8px; }
.beac-modal__svc ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px; }
.beac-modal__svc a { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.8); font-size: .9rem; }
.beac-modal__svc a:hover { color: #fff; }
.beac-modal__svc-ico { width: 15px; height: 15px; color: var(--cyan); flex: none; }
.beac-modal__call { display: inline-flex; align-items: center; gap: 12px; margin-top: 16px; color: #fff; }
.beac-modal__call-ico { width: 26px; height: 26px; color: var(--cyan); }
.beac-modal__call span { display: flex; flex-direction: column; font-size: .82rem; color: rgba(255,255,255,.6); }
.beac-modal__call strong { font-family: var(--head); font-size: 1.2rem; color: #fff; }
.beac-modal__main { padding: 34px; }
.beac-modal__head h3 { font-size: 1.5rem; color: var(--navy-d); margin: 0 0 8px; }
.beac-modal__head p { color: var(--muted); margin: 0 0 18px; }

/* =========================================================================
   GRAVITY FORMS / GHL embeds — clean, on-brand
   ========================================================================= */
.gform_wrapper { font-family: var(--body); }
.gform_wrapper .gform_fields { display: grid; gap: 14px; }
.gform_wrapper input:not([type=submit]):not([type=radio]):not([type=checkbox]),
.gform_wrapper select, .gform_wrapper textarea {
	width: 100%; padding: 13px 15px; border: 1px solid var(--line); border-radius: 10px; font-family: var(--body); font-size: .95rem; background: #fff; color: var(--ink);
}
.gform_wrapper input:focus, .gform_wrapper select:focus, .gform_wrapper textarea:focus { outline: none; border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(17,146,207,.15); }
.gform_wrapper label, .gform_wrapper legend { font-size: .85rem; font-weight: 600; color: var(--navy-d); margin-bottom: 5px; display: block; }
.gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_button {
	background: var(--red); color: #fff; border: 0; border-radius: 10px; padding: 15px 28px; font-family: var(--head); font-weight: 700; font-size: 1rem; cursor: pointer; width: 100%; transition: background .2s, transform .2s;
}
.gform_wrapper .gform_footer input[type=submit]:hover { background: var(--red-d); transform: translateY(-2px); }
.beac-hero__form-body--ghl iframe, .beac-modal__form iframe, .beac-cta-news__form iframe { width: 100% !important; border: 0; min-height: 440px; }

/* Responsive embeds inside WYSIWYG/rich content (Google Maps, video, etc.) — never
   overflow the column / cause horizontal scroll. Maps get a fixed aspect ratio. */
.beac-rich iframe, .beac-svcpg__main iframe, .beac-page-body iframe, .beac-post__content iframe { max-width: 100%; width: 100%; border: 0; }
.beac-rich iframe[src*="google"], .beac-rich iframe[src*="maps"],
.beac-svcpg__main iframe[src*="google"], .beac-svcpg__main iframe[src*="maps"],
.beac-post__content iframe[src*="google"], .beac-post__content iframe[src*="maps"] { display: block; aspect-ratio: 16 / 9; height: auto; min-height: 280px; border-radius: var(--radius); margin: 26px 0; }
.beac-rich .wp-block-embed__wrapper, .beac-rich .wp-video, .beac-rich video,
.beac-svcpg__main .wp-block-embed__wrapper, .beac-post__content .wp-block-embed__wrapper { max-width: 100%; }
.beac-rich video, .beac-svcpg__main video, .beac-post__content video { width: 100%; height: auto; }
/* iPad + mobile: drop the modal's left services panel, show only the form */
@media (max-width: 1024px) {
	.beac-modal__split { grid-template-columns: 1fr; }
	.beac-modal__aside { display: none !important; }
	.beac-modal__main { border-radius: var(--radius-lg); }
}

/* =========================================================================
   INNER PAGE BASICS (page hero + content) — used by inner templates
   ========================================================================= */
.beac-page-hero { position: relative; background: linear-gradient(135deg, var(--navy), var(--navy-d)); color: #fff; padding: 64px 0; overflow: hidden; }
.beac-page-hero::after { content: ""; position: absolute; right: -80px; top: -80px; width: 320px; height: 320px; border-radius: 50%; background: radial-gradient(circle, rgba(17,146,207,.3), transparent 70%); }
.beac-page-hero__inner { position: relative; }
.beac-page-hero h1 { color: #fff; font-size: clamp(2rem, 3.6vw, 3rem); margin: 0; }
.beac-breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; font-size: .85rem; color: rgba(255,255,255,.7); margin-bottom: 14px; }
.beac-breadcrumb a { color: var(--cyan); }
.beac-page-body { padding: 80px 0; }
.beac-footer__bar-row p:empty {
    display: none;
}
/* =========================================================================
   RESPONSIVE
   ========================================================================= */
/* Tighten the desktop nav so it still fits (with the Free Estimate button) down to 1199px */

@media (max-width: 1499px) {
.beac-nav__link {
    padding: 12px 4px;
}
.beac-navbar__row {
    gap: 20px;
}



}

@media (max-width: 1340px) {
	.beac-navbar__row { gap: 16px; }
	    .beac-nav__link {
        padding: 10px 4px;
        font-size: .75rem;
    }
	.beac-navbar__cta { gap: 12px; }
	.beac-phone { gap: 8px; }
	.beac-phone__txt small { display: none; }
	.beac-phone__txt strong { font-size: 1rem; }
}
/* Switch to the burger menu at 1199px and below */
@media (max-width: 1199px) {
	.beac-nav-wrap, .beac-phone { display: none; }
	.beac-navbar__cta { margin-left: auto; }
	.beac-burger { display: inline-flex; align-items: center; justify-content: center; }
}
@media (max-width: 1080px) {
	.beac-hero__grid { grid-template-columns: 1fr; gap: 40px; }
	.beac-about__grid { grid-template-columns: 1fr; gap: 50px; }
	.beac-svcgrid { grid-template-columns: repeat(2, 1fr); }
	.beac-flow { grid-template-columns: repeat(2, 1fr); }
	.beac-tmls__grid, .beac-bcard-grid { grid-template-columns: repeat(2, 1fr); }
	.beac-footer__grid { grid-template-columns: 1fr 1fr 1fr; }
	.beac-cta-news { grid-template-columns: 1fr; }
	.beac-modal__split { grid-template-columns: 1fr; }
	.beac-modal__aside { border-radius: var(--radius-lg) var(--radius-lg) 0 0; }
}

@media (max-width: 811.98px) {
.beac-topbar__row {
    justify-content: center;
}
.beac-topbar__loc {
    display: none;
}
.beac-topbar__tag {
    display: none;
}


}

@media (max-width: 680px) {
	.beac-container { padding: 0 20px; }
	/* Full-bleed Service Areas banner: keep text off the edges when stacked */
	.beac-areas__btext { padding-left: 20px; padding-right: 20px; }
	.beac-topbar__tag, .beac-topbar__loc { display: none; }
	.beac-svcgrid, .beac-flow, .beac-tmls__grid, .beac-bcard-grid, .beac-stats__card { grid-template-columns: 1fr; }
	.beac-footer__grid { grid-template-columns: 1fr 1fr; }
	.beac-cta-news { padding: 30px 24px; }
	.beac-compare__head, .beac-compare__row { grid-template-columns: 1.2fr .6fr 1.2fr; }
	.beac-compare__cell { font-size: .82rem; }
	.beac-about__visual-2 { display: none; }
	.beac-hero__btns .beac-btn { width: 100%; }
.beac-news__inner {
    padding: 30px 20px;
}
.beac-modal__main {
    padding: 15px;
}

}
@media (max-width: 480px) {
	.beac-footer__grid { grid-template-columns: 1fr; }
.beac-brand__logo {
    height: 42px !important;
    width: auto !important;
}
.beac-btn {
    font-size: .8rem;
    padding: 13px 15px;
}


}

/* =========================================================================
   ADDITIONS — full ACF field coverage (hero image, logos, areas, etc.)
   ========================================================================= */
/* Hero background image (kept airy with a near-white wash) */
.beac-hero__bg { position: absolute; inset: 0; background-size: cover; background-position: center; z-index: 0; }
.beac-hero__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(105deg, rgba(255,255,255,.96) 38%, rgba(255,255,255,.82) 60%, rgba(23,58,107,.30)); }
.beac-hero > .beac-hero__grid { position: relative; z-index: 1; }
.beac-hero__form-sub { color: rgba(255,255,255,.78); font-size: .9rem; margin: 8px 0 0; }

/* Partner / brand logos strip */
.beac-logos { padding: 46px 0; background: #fff; border-bottom: 1px solid var(--line); }
.beac-logos__label { text-align: center; font-family: var(--head); font-weight: 700; font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin: 0 0 26px; }
.beac-logos__row { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 40px; }
.beac-logos__item img { max-height: 52px; width: auto; opacity: .72; filter: grayscale(1); transition: opacity .2s, filter .2s; }
.beac-logos__item img:hover { opacity: 1; filter: none; }

/* About — 3-image collage */
.beac-about__visual-main { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; max-height: 520px; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
@media (max-width: 600px) { .beac-about__visual-main { max-height: 360px; } }
.beac-about__thumbs { position: absolute; right: -24px; bottom: -30px; display: flex; gap: 10px; }
.beac-about__thumbs img { width: 116px; height: 96px; object-fit: cover; border-radius: var(--radius-sm); border: 5px solid #fff; box-shadow: var(--shadow); }

/* Services — block heading sub + per-block CTA */
.beac-svcblock__heading { display: flex; flex-direction: column; gap: 4px; }
.beac-svcblock__sub { margin: 0; color: var(--muted); font-size: .95rem; }
.beac-svcblock__cta { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 30px; }

/* Process logo */
.beac-process__logo { text-align: center; margin-top: 44px; }
.beac-process__logo img { max-height: 70px; width: auto; display: inline-block; }

/* Service areas */
.beac-areas { padding: 0 0 96px; background: #fff; }
/* full-bleed banner: navy text + area list left, image touching the corner right */
.beac-areas__banner { position: relative; left: 50%; width: 100vw; margin-left: -50vw; display: grid; grid-template-columns: 1.05fr .95fr; align-items: stretch; background: #234982; overflow: hidden; }
.beac-areas__btext { color: #fff; display: flex; flex-direction: column; justify-content: center; padding: 64px 56px 64px max(28px, calc((100vw - 1600px) / 2 + 28px)); }
.beac-areas__btext .beac-shead__kicker { color: #fff; background: rgba(255,255,255,.14); align-self: flex-start; margin-bottom: 18px; }
.beac-areas__btext .beac-h2 { color: #fff; margin: 0; }
.beac-areas__btext .beac-h2 strong { color: var(--cyan); }
.beac-areas__bsub { color: rgba(255,255,255,.84); font-size: 1.04rem; line-height: 1.6; margin: 16px 0 0; max-width: 520px; }
.beac-areas__bimg { align-self: center; height: 100%; background-size: cover; background-position: center; min-height: 340px; max-height: 520px; }

.beac-areas__list { list-style: none; margin: 26px 0 30px; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 2px 22px; }
.beac-areas__list a { display: flex; align-items: center; gap: 10px; padding: 9px 8px; color: rgba(255,255,255,.9); font-family: var(--head); font-weight: 600; font-size: .98rem; border-radius: 8px; transition: color .2s, background .2s; }
.beac-areas__list a:hover { color: #fff; background: rgba(255,255,255,.09); }
.beac-areas__list-ico { width: 16px; height: 16px; color: var(--cyan); flex: none; }
.beac-areas__btn { align-self: flex-start; }
@media (max-width: 880px) {
	.beac-areas__banner { grid-template-columns: 1fr; }
	.beac-areas__bimg { min-height: 240px; order: 2; }
	.beac-areas__btext { padding: 48px 24px; }
	.beac-news__text { text-align: center; }

}
@media (max-width: 480px) {
	.beac-areas__list { grid-template-columns: 1fr; }
}

@media (max-width: 1080px) {
	.beac-areas__grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 680px) {
	.beac-areas__grid { grid-template-columns: repeat(2, 1fr); }
	.beac-about__thumbs { position: static; margin-top: 14px; justify-content: center; }
	.beac-hero__bg::after { background: linear-gradient(180deg, rgba(255,255,255,.95), rgba(255,255,255,.9)); }
}

/* =========================================================================
   RHYTHM PASS — dark sections, boxed cards, centered incomplete last rows
   ========================================================================= */

/* ---- PROCESS as a DARK band (boxed steps on navy) ---- */
.beac-process { background: var(--navy-d); position: relative; overflow: hidden; }
.beac-process::before { content: ""; position: absolute; top: -140px; right: -100px; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(17,146,207,.28), transparent 70%); }
.beac-process > .beac-container { position: relative; z-index: 1; }
.beac-process .beac-h2 { color: #fff; }
.beac-process .beac-h2 strong { color: var(--cyan); }
.beac-process .beac-shead__sub { color: rgba(255,255,255,.78); }
.beac-process .beac-shead__kicker { color: #fff; background: rgba(255,255,255,.14); }
.beac-flow__step { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.12); }
.beac-flow__step::before { background: linear-gradient(90deg, var(--cyan), transparent); }
.beac-flow__num { background: rgba(17,146,207,.18); color: var(--cyan); }
.beac-flow__body h3 { color: #fff; }
.beac-flow__body p { color: rgba(255,255,255,.72); }
.beac-process__logo img { filter: brightness(0) invert(1); opacity: .85; }

/* ---- SERVICE AREAS — white section, full-bleed navy banner on top ---- */
.beac-areas { background: #fff; }

/* ---- Centered incomplete last rows: card grids -> centered flex-wrap ---- */
.beac-svcgrid { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }
.beac-svcgrid > .beac-svc { flex: 0 1 calc(25% - 15px); min-width: 230px; }

.beac-areas__grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }
.beac-areas__chip { flex: 0 1 calc(25% - 11px); min-width: 200px; }

.beac-tmls__grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px; }
.beac-tcard { flex: 0 1 calc(33.333% - 16px); min-width: 290px; }

/* .beac-bcard-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 26px; } */
.beac-bcard { flex: 0 1 calc(33.333% - 18px); min-width: 290px; }

.beac-logos__row { justify-content: center; }

@media (max-width: 1199.98px) {
.beac-svcgrid > .beac-svc {
    flex: 0 1 calc(33.33% - 15px);
}
}
@media (max-width: 1080px) {
	.beac-svcgrid > .beac-svc { flex-basis: calc(50% - 10px); }
	.beac-areas__chip { flex-basis: calc(33.333% - 10px); }
	.beac-tcard, .beac-bcard { flex-basis: calc(50% - 13px); }
}

@media (max-width: 610px) {
.beac-svcgrid > .beac-svc {
    min-width: 170px;
}
	.beac-svc__desc{display: none;}
.beac-svc__name {
    font-size: 15px;
    line-height: 1.4;
}


}

@media (max-width:420px) {
	.beac-svcgrid > .beac-svc, .beac-areas__chip, .beac-tcard, .beac-bcard { flex-basis: 100%; }    
	.beac-svcgrid > .beac-svc {
        flex-basis: 100%;
    }

}


/* =========================================================================
   CINEMATIC IMMERSIVE REDESIGN (overrides) — dark full-bleed hero, floating
   stat bar, trusted-by strip, image-forward service cards, dark "why us" band.
   ========================================================================= */

/* ---- HERO: solid navy #234982 — content left, photo + floating review right ---- */
.beac-hero { background: #234982; position: relative; overflow: hidden; isolation: isolate; }
.beac-hero::before { display: none; }
.beac-hero__bg { display: none; }
.beac-hero__grid { position: relative; z-index: 2; grid-template-columns: 1.45fr .55fr; gap: 56px; align-items: center; padding: 48px 28px 124px; }
.beac-hero--noform .beac-hero__grid { grid-template-columns: 1fr; max-width: 860px; text-align: left; padding-bottom: 124px; }

/* ---- PROCESS MAP (how it works, sits under the banner) ---- */
/* Negative margin pulls the mist bg up behind the floating stat bar so the
   page background never shows as a white gap beside the bar. */
.beac-feat { position: relative; z-index: 1; margin-top: -40px; padding: 122px 0 82px; background: var(--mist); }
.beac-feat__grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 22px; }
.beac-feat__card { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 24px; box-shadow: var(--shadow-sm); transition: transform .25s var(--ease), box-shadow .25s; }
.beac-feat__card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.beac-feat__ico { display: inline-flex; align-items: center; justify-content: center; width: 58px; height: 58px; border-radius: 14px; background: var(--navy); color: #fff; margin-bottom: 18px; }
.beac-feat__ico svg { width: 26px; height: 26px; }
.beac-feat__step { display: block; font-family: var(--head); font-weight: 700; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--cyan-d); margin-bottom: 7px; }
.beac-feat__title { font-family: var(--head); font-size: 1.12rem; color: var(--navy-d); margin: 0 0 9px; line-height: 1.25; }
.beac-feat__text { color: var(--muted); font-size: .92rem; line-height: 1.6; margin: 0; }
@media (max-width: 1100px) { .beac-feat__grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 760px) { .beac-feat__grid { grid-template-columns: repeat(2, 1fr); } .beac-feat__grid>:last-child:nth-child(odd) {
    width: 50%;
    grid-column: 1 / 3;
    justify-self: center;
}}
@media (max-width: 480px) { .beac-feat__grid { grid-template-columns: 1fr; } .beac-feat__grid>:last-child:nth-child(odd) {
    width: 100%;
    grid-column: 1;
    justify-self: center;
}}

/* ---- SERVICES (AC + Heating) — compact full-width service lists ---- */
.beac-svccards { padding: 0; }
.beac-svccards__block { padding: 68px 0; }
.beac-svccards__block--navy { background: #234982; }
.beac-svccards__block--mist { background: #f4f7fb; }
.beac-svccards .beac-shead { margin-bottom: 36px; }

.beac-svclist { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px 26px; }
.beac-svclist__item { display: flex; align-items: center; gap: 15px; padding: 14px 16px; border-radius: 10px; transition: background .2s, transform .2s; }
.beac-svclist__ico { flex: none; width: 44px; height: 44px; border-radius: 11px; display: inline-flex; align-items: center; justify-content: center; transition: background .2s, color .2s; }
.beac-svclist__ico svg { width: 22px; height: 22px; }
.beac-svclist__ico img { width: 24px; height: 24px; object-fit: contain; }
.beac-svclist__name { font-family: var(--head); font-weight: 600; font-size: 1.12rem; line-height: 1.3; }
.beac-svclist__go { margin-left: auto; display: inline-flex; opacity: 0; transform: translateX(-4px); transition: opacity .2s, transform .2s; }
.beac-svclist__go svg { width: 15px; height: 15px; }
.beac-svclist__item:hover .beac-svclist__go { opacity: 1; transform: none; }
.beac-svccards__cta { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 36px; }

/* navy block — light text on deep navy */
.beac-svccards__block--navy .beac-shead__kicker { color: #fff; background: rgba(255,255,255,.14); }
.beac-svccards__block--navy .beac-h2 { color: #fff; }
.beac-svccards__block--navy .beac-shead__sub { color: rgba(255,255,255,.8); }
.beac-svccards__block--navy .beac-svclist__item { color: #fff; }
.beac-svccards__block--navy .beac-svclist__item:hover { background: rgba(255,255,255,.08); }
.beac-svccards__block--navy .beac-svclist__ico { background: rgba(255,255,255,.12); color: var(--cyan); }
.beac-svccards__block--navy .beac-svclist__ico img { filter: brightness(0) invert(1); }
.beac-svccards__block--navy .beac-svclist__item:hover .beac-svclist__ico { background: var(--cyan); color: #fff; }
.beac-svccards__block--navy .beac-svclist__go { color: var(--cyan); }
/* "Call Us Today" — filled (white) by default, blue fill on hover */
.beac-svccards__cta .beac-btn--ghost { background: #fff; color: var(--navy-d); border-color: transparent; box-shadow: var(--shadow-sm); }
.beac-svccards__cta .beac-btn--ghost:hover { background: var(--cyan); color: #fff; border-color: var(--cyan); }

/* mist block — dark text on light blue-grey */
.beac-svccards__block--mist .beac-svclist__item { color: var(--navy-d); }
.beac-svccards__block--mist .beac-svclist__item:hover { background: #fff; box-shadow: var(--shadow-sm); }
.beac-svccards__block--mist .beac-svclist__ico { background: var(--navy); color: #fff; }
.beac-svccards__block--mist .beac-svclist__ico img { filter: brightness(0) invert(1); }
.beac-svccards__block--mist .beac-svclist__item:hover .beac-svclist__ico { background: var(--cyan); color: #fff; }
.beac-svccards__block--mist .beac-svclist__item:hover .beac-svclist__name { color: var(--cyan-d); }
.beac-svccards__block--mist .beac-svclist__go { color: var(--cyan-d); }

@media (max-width: 920px) { .beac-svclist { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .beac-svclist { grid-template-columns: 1fr; } }

/* ---- TESTIMONIALS — centered cards on white (after services) ---- */
.beac-tml2 { background: #fff; padding: 88px 0; }
/* Flex-wrap (not grid) so an incomplete last row stays centered; cards keep equal
   height per row via align-items:stretch (default). */
.beac-tml2__grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 26px; align-items: stretch; }
.beac-tml2__grid > .beac-tml2__card { flex: 0 1 calc(33.333% - 18px); min-width: 290px; }
.beac-tml2__card { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 44px 30px 32px; text-align: center; display: flex; flex-direction: column; align-items: center; overflow: hidden; box-shadow: 0 18px 44px -28px rgba(15,39,72,.28); transition: transform .25s var(--ease), box-shadow .25s;margin: 0 !important; }
.beac-tml2__card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: linear-gradient(90deg, var(--cyan), var(--navy)); }
.beac-tml2__card:hover { transform: translateY(-8px); box-shadow: 0 34px 66px -30px rgba(17,146,207,.5); }
.beac-tml2__qmark { position: absolute; right: 22px; top: 14px; font-family: var(--head); font-size: 3.6rem; line-height: 1; color: var(--cyan); opacity: .35; }
.beac-tml2__avatar { width: 92px; height: 92px; border-radius: 50%; padding: 3px; background: linear-gradient(135deg, var(--cyan), var(--navy)); box-shadow: var(--shadow-cyan); margin-bottom: 14px; display: inline-flex; align-items: center; justify-content: center; }
.beac-tml2__avatar img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; border: 3px solid #fff; }
.beac-tml2__mono { width: 100%; height: 100%; border-radius: 50%; background: #fff; display: inline-flex; align-items: center; justify-content: center; font-family: var(--head); font-weight: 800; font-size: 1.8rem; color: var(--cyan-d); }
.beac-tml2__name { font-family: var(--head); font-weight: 800; color: var(--navy-d); font-size: 1.06rem; }
.beac-tml2__role { color: var(--muted); font-size: .85rem; margin-bottom: 14px; }
.beac-tml2__quote { color: var(--text); line-height: 1.62; margin: 0px 0 18px; font-size: .96rem; font-style: normal; }
.beac-tml2__stars { display: inline-flex; }
.beac-tml2__stars .beac-stars { justify-content: center; }
@media (max-width: 920px) { .beac-tml2__grid > .beac-tml2__card { flex-basis: calc(50% - 13px); } }
@media (max-width: 600px) { .beac-tml2__grid > .beac-tml2__card { flex-basis: 100%; } }

/* featured testimonial — bold navy highlight card, person | quote */
.beac-tml2__featured { position: relative; display: grid; grid-template-columns: 240px 1fr; align-items: center; gap: 16px; max-width: 980px; margin: 0 auto 44px; background: linear-gradient(135deg, var(--navy) 0%, var(--navy-d) 100%); border-radius: var(--radius-lg); padding: 46px 50px; overflow: hidden; box-shadow: 0 34px 70px -30px rgba(15,39,72,.55); isolation: isolate; }
.beac-tml2__featured::before { content: ""; position: absolute; right: -60px; top: -60px; width: 260px; height: 260px; border-radius: 50%; background: radial-gradient(circle, rgba(17,146,207,.34), transparent 70%); z-index: 0; }
.beac-tml2__fqmark { position: absolute; right: 34px; bottom: 6px; font-family: var(--head); font-size: 6rem; line-height: 1; color: #fff; opacity: .12; z-index: 0; }
.beac-tml2__fside { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 4px; padding-right: 28px; border-right: 1px solid rgba(255,255,255,.16); }
.beac-tml2__favatar { width: 92px; height: 92px; border-radius: 50%; overflow: hidden; border: 4px solid rgba(255,255,255,.22); box-shadow: var(--shadow); margin-bottom: 10px; display: inline-flex; align-items: center; justify-content: center; background: var(--cyan-l); }
.beac-tml2__favatar img { width: 100%; height: 100%; object-fit: cover; }
.beac-tml2__favatar .beac-tml2__mono { font-family: var(--head); font-weight: 800; font-size: 2rem; color: var(--cyan-d); }
.beac-tml2__fname { font-family: var(--head); font-weight: 800; color: #fff; font-size: 1.12rem; }
.beac-tml2__frole { color: rgba(255,255,255,.66); font-size: .82rem; margin-bottom: 10px; }
.beac-tml2__fside .beac-stars { justify-content: center; }
.beac-tml2__fmain { position: relative; z-index: 1; }
.beac-tml2__fbadge { display: inline-flex; align-items: center; gap: 7px; font-family: var(--head); font-weight: 700; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--navy-d); background: var(--cyan); padding: 6px 14px; border-radius: 999px; margin-bottom: 16px; }
.beac-tml2__fbadge svg { width: 13px; height: 13px; }
.beac-tml2__fquote { font-style: italic; font-size: 1.3rem; line-height: 1.55; color: #fff; margin: 0; font-weight: 500; }
@media (max-width: 760px) {
	.beac-tml2__featured { grid-template-columns: 1fr; gap: 22px; padding: 36px 28px; text-align: center; }
	.beac-tml2__fside { padding-right: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); padding-bottom: 20px; }
	.beac-tml2__fquote { font-size: 1.12rem; }
}

/* ---- VISION / "comfort is our priority" band (between AC & Heating) ---- */
.beac-vision { background: #fff; padding: 64px 0; }
.beac-seals__label { text-align: center; font-family: var(--head); font-weight: 700; font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin: 44px 0 0; }
.beac-seals__label + .beac-seals { margin-top: 22px; }
.beac-seals { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 20px 24px; margin-top: 44px; }
.beac-seals__img { height: 66px; width: auto; object-fit: contain; border-radius: 8px; box-shadow: var(--shadow-sm); transition: transform .2s var(--ease), box-shadow .2s; }
.beac-seals__img:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
@media (max-width: 700px) { .beac-seals { gap: 14px 16px; } .beac-seals__img { height: 50px; } }
.beac-vision__card { position: relative; border-radius: var(--radius-lg); overflow: hidden; background-size: cover; background-position: right center; background-repeat: no-repeat; box-shadow: var(--shadow); }
.beac-vision__content { max-width: 760px; padding: 44px 52px; }
.beac-vision__badge { display: inline-flex; align-items: center; justify-content: center; width: 52px; height: 52px; border-radius: 50%; border: 1px solid rgba(255,255,255,.35); background: rgba(255,255,255,.08); color: #fff; margin-bottom: 16px; }
.beac-vision__badge svg { width: 22px; height: 22px; }
.beac-vision__eyebrow { display: block; font-family: var(--head); font-weight: 700; font-size: .8rem; letter-spacing: .18em; text-transform: uppercase; color: var(--cyan); margin-bottom: 12px; }
.beac-vision__title { font-family: var(--head); font-size: clamp(1.9rem, 3.2vw, 2.7rem); line-height: 1.16; color: #fff; margin: 0 0 14px; letter-spacing: -.02em; }
.beac-vision__text { color: rgba(255,255,255,.86); font-size: .98rem; line-height: 1.62; margin: 0 0 24px; max-width: 660px; }
/* Vision text sits on a dark band — force light text even though it also carries .beac-rich (dark) */
.beac-vision__text, .beac-vision__text.beac-rich p, .beac-vision__text.beac-rich li, .beac-vision__text.beac-rich span { color: rgba(255,255,255,.9) !important; }
.beac-vision__text.beac-rich strong, .beac-vision__text.beac-rich b, .beac-vision__text.beac-rich h2, .beac-vision__text.beac-rich h3 { color: #fff !important; }
.beac-vision__text.beac-rich a { color: var(--cyan) !important; }
.beac-vision__btns { display: flex; flex-wrap: nowrap; gap: 14px; }
/* Smaller screens: drop the photo, use a solid navy panel with white text */
@media (max-width: 1280px) {
	.beac-vision__card { background-image: none !important; background-color: var(--navy-d); }
	.beac-vision__card::before { display: none; }
	.beac-vision__content { position: relative; z-index: 1; max-width: none; padding: 54px 40px; }
	.beac-vision__title, .beac-vision__title * { color: #fff; }
	.beac-vision__text, .beac-vision__text * { color: rgba(255,255,255,.88); }
	.beac-vision__text strong, .beac-vision__text b { color: #fff; }
	.beac-vision__text a { color: var(--cyan); }
}
@media (max-width: 767px) {
	.beac-vision__btns { flex-wrap: wrap; }
	.beac-vision__btns .beac-btn { width: 100%; }
	.beac-insta {
    padding: 0 0 60px;
}
.beac-compare {
    padding: 60px 0;
}
.beac-compare__feat {
    padding: 10px 10px;
    font-size: 12px;
}
.beac-compare__head > span {
    padding: 15px 15px;
    font-size: 12px;
}
.beac-compare__cell {
        font-size: 11px;
        padding: 10px 10px;
    }
    .beac-compare__head, .beac-compare__row {
        grid-template-columns: 1.2fr 1fr 1.2fr;
    }
.beac-blog {
    padding: 60px 0;
}
.beac-shead {
    margin: 0 0 25px;
}
.beac-blog__cta {
    margin-top: 30px;
}
.beac-tml2 {
    padding: 60px 0;
}



}
.beac-hero__eyebrow { background: rgba(255,255,255,.12); border: 0; color: #fff; box-shadow: none; backdrop-filter: none; padding: 8px 18px; font-size: .82rem; font-weight: 600; margin-bottom: 18px; }
.beac-hero__title { color: #fff; font-size: clamp(2.1rem, 3.4vw, 3.05rem); line-height: 1.1; letter-spacing: -.025em; text-shadow: none; margin: 0 0 18px; max-width: 17em; }
.beac-hero__title strong { color: #fff; }
.beac-hero__list, .beac-hero__list p, .beac-hero__list li, .beac-hero__list strong { color: rgba(255,255,255,.9); }
.beac-hero__list { max-width: none; font-size: 1rem; margin-bottom: 26px; }
.beac-hero__list ul { gap: 10px; }
/* one bullet per line across laptop → desktop */
@media (min-width: 1200px) { .beac-hero__list ul li { white-space: nowrap; } }
.beac-hero__btns { margin-bottom: 0; }
.beac-hero .beac-btn--primary { background: #fff; color: var(--navy-d); }
.beac-hero .beac-btn--primary:hover { background: var(--cyan-l); color: var(--navy-d); }
.beac-hero .beac-btn--ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.45); }
.beac-hero .beac-btn--ghost:hover { background: rgba(255,255,255,.12); border-color: #fff; }

/* right photo (small vertical) + floating review card */
.beac-hero__media { position: relative; width: 100%; max-width: 340px; margin-left: auto; }
.beac-hero__photo { border-radius: 20px; overflow: hidden; box-shadow: 0 40px 84px -34px rgba(0,0,0,.5); aspect-ratio: 3 / 4; max-height: 460px; }
.beac-hero__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.beac-hero__review { position: absolute; left: -22px; bottom: 46px; z-index: 3; background: #fff; border-radius: 16px; box-shadow: 0 26px 56px -22px rgba(15,39,72,.45); padding: 20px 30px; display: flex; flex-direction: column; align-items: center; gap: 7px; min-width: 222px; }
.beac-hero__review .beac-stars { gap: 2px; }
.beac-hero__review .beac-star { width: 19px; height: 19px; }
.beac-hero__review-grade { font-family: var(--head); font-weight: 800; font-size: 1.35rem; color: var(--navy-d); }
.beac-hero__review-sub { font-size: .84rem; color: var(--muted); }
.beac-hero__review-brand { display: inline-flex; align-items: center; gap: 7px; font-family: var(--head); font-weight: 800; font-size: 1.05rem; color: var(--navy-d); margin-top: 2px; }
.beac-hero__review-bstar { width: 19px; height: 19px; color: #00b67a; }

@media (max-width: 1080px) {
	.beac-hero__media { max-width: 540px; margin: 0 auto; }
}
@media (max-width: 600px) {
	.beac-hero__review { left: 50%; transform: translateX(-50%); right: auto; bottom: -24px; }
	.beac-hero__media { margin-bottom: 34px; }
}

/* ---- FLOATING STAT BAR (overlaps the hero) ---- */
.beac-statbar { position: relative; z-index: 5; margin-top: -78px; margin-bottom: 8px; }
.beac-statbar__card { background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow); display: flex; flex-wrap: wrap; overflow: hidden; }
.beac-statbar__item { flex: 1 1 0; min-width: 210px; display: flex; align-items: center; gap: 16px; padding: 26px 30px; border-left: 1px solid var(--line); }
.beac-statbar__item:first-child { border-left: 0; }
.beac-statbar__ico { flex: none; width: 54px; height: 54px; border-radius: 14px; background: var(--cyan-l); color: var(--cyan-d); display: flex; align-items: center; justify-content: center; }
.beac-statbar__ico svg { width: 26px; height: 26px; }
.beac-statbar__meta { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.beac-statbar__num { font-family: var(--head); font-weight: 800; font-size: 1.9rem; color: var(--navy-d); line-height: 1; }
.beac-statbar__num small { font-size: .58em; color: var(--red); margin-left: 2px; }
.beac-statbar__lbl { font-size: .88rem; color: var(--muted); line-height: 1.3; }

/* ---- TRUSTED-BY (featured review + seals) ---- */
.beac-trustrow { padding: 46px 0 84px; }
.beac-trustrow__grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: 44px; align-items: center; }
.beac-trustrow__quote { position: relative; margin: 0; background: var(--mist); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 30px 36px; overflow: hidden; }
.beac-trustrow__qmark { position: absolute; top: 2px; right: 26px; font-family: var(--head); font-size: 5rem; line-height: 1; color: var(--cyan-l); }
.beac-trustrow__quote blockquote { margin: 12px 0 18px; font-size: 1.16rem; line-height: 1.55; color: var(--ink); font-style: italic; position: relative; }
.beac-trustrow__by { display: flex; align-items: center; gap: 13px; }
.beac-trustrow__by img { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; }
.beac-trustrow__by span { display: flex; flex-direction: column; }
.beac-trustrow__by strong { font-family: var(--head); color: var(--navy-d); }
.beac-trustrow__by small { color: var(--muted); font-size: .82rem; }
.beac-trustrow__seals-label { display: block; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); font-weight: 700; margin-bottom: 18px; }
.beac-trustrow__logos { display: flex; flex-wrap: wrap; align-items: center; gap: 28px; }
.beac-trustrow__seal img { max-height: 56px; width: auto; }

/* ---- SERVICES: image-forward overlay cards w/ hover zoom ---- */
.beac-services { background: #fff; }
.beac-svc { position: relative; display: block; aspect-ratio: 4 / 4.7; border: 0; border-radius: var(--radius); overflow: hidden; background: var(--navy); box-shadow: var(--shadow-sm); }
.beac-svc:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.beac-svc__media { position: absolute; inset: 0; aspect-ratio: auto; background-size: cover; background-position: center; transition: transform .6s var(--ease); }
.beac-svc:hover .beac-svc__media { transform: scale(1.09); }
.beac-svc__scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,29,56,.15) 0%, rgba(10,29,56,.35) 45%, rgba(10,29,56,.93) 100%); }
.beac-svc__icon { position: absolute; left: 16px; top: 16px; bottom: auto; z-index: 3; width: 46px; height: 46px; border-radius: 12px; background: var(--navy-d); display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-sm); }
.beac-svc__icon img { filter: brightness(0) invert(1); }
.beac-svc__body { position: absolute; left: 0; right: 0; bottom: 0; z-index: 3; padding: 22px; gap: 4px; }
.beac-svc__name { color: #fff; font-size: 1.16rem; }
.beac-svc__desc { color: rgba(255,255,255,.82); font-size: .88rem; max-height: 0; opacity: 0; overflow: hidden; transition: max-height .4s var(--ease), opacity .3s, margin .3s; }
.beac-svc:hover .beac-svc__desc { max-height: 120px; opacity: 1; margin-top: 4px; }
.beac-svc__go { color: var(--cyan); margin-top: 8px; }
.beac-svc__go svg { width: 15px; height: 15px; }

/* ---- COMPARISON — image bg with blue overlay, clean white table on top ---- */
.beac-compare { position: relative; overflow: hidden; background: linear-gradient(rgba(35,73,130,.92), rgba(15,39,72,.95)), url('../img/solarhd-12.jpg') center/cover no-repeat fixed; }
.beac-compare > .beac-container { position: relative; z-index: 1; }
.beac-compare .beac-h2 { color: #fff; }
.beac-compare .beac-h2 strong { color: var(--cyan); }
.beac-compare .beac-shead__kicker { color: #fff; background: rgba(255,255,255,.16); }
.beac-compare__table { box-shadow: 0 44px 90px -34px rgba(0,0,0,.55); }

@media (max-width: 1080px) {
	.beac-hero__grid { grid-template-columns: 1fr; gap: 36px; padding-bottom: 120px; }
	.beac-trustrow__grid { grid-template-columns: 1fr; gap: 28px; }
	
}
@media (max-width: 700px) {
	.beac-statbar { margin-top: -40px; }
	.beac-statbar__item { border-top: 1px solid var(--line); justify-content: center;}
	.beac-statbar__item:first-child { border-top: 0; }
}

/* =========================================================================
   INNER PAGES — hero, service/location body + sidebar, CTA band, areas,
   mission, contact, thank-you, blog post, pagination.
   ========================================================================= */

/* Page hero (dark, optional photo) */
.beac-page-hero { position: relative; background: linear-gradient(120deg, var(--navy), var(--navy-d)); color: #fff; padding: 92px 0 84px; overflow: hidden; isolation: isolate; }
.beac-page-hero::after { content: ""; position: absolute; right: -90px; top: -90px; width: 360px; height: 360px; border-radius: 50%; background: radial-gradient(circle, rgba(17,146,207,.32), transparent 70%); z-index: 1; }
.beac-page-hero::before { content: ""; position: absolute; left: -110px; bottom: -130px; width: 360px; height: 360px; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.05), transparent 70%); z-index: 1; }
.beac-page-hero__bg { position: absolute; inset: 0; z-index: 0; background-size: cover; background-position: center; transform: scale(1.04); }
.beac-page-hero__scrim { position: absolute; inset: 0; z-index: 1; background: linear-gradient(110deg, rgba(10,29,56,.94) 0%, rgba(12,33,62,.82) 50%, rgba(15,39,72,.5) 100%); }
.beac-page-hero__inner { position: relative; z-index: 2; text-align: left; }
.beac-page-hero h1 { color: #fff; font-size: clamp(2.1rem, 4vw, 3.2rem); margin: 0; max-width: 900px; line-height: 1.08; letter-spacing: -.02em; }
.beac-page-hero__sub { color: rgba(255,255,255,.82); margin: 16px 0 0; font-size: 1.08rem; max-width: 760px; line-height: 1.6; }
.beac-page-hero__cta { display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 14px; margin-top: 28px; }
.beac-page-hero__trust { list-style: none; display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 12px 26px; margin: 28px 0 0; padding: 22px 0 0; border-top: 1px solid rgba(255,255,255,.16); }
.beac-page-hero__trust li { display: inline-flex; align-items: center; gap: 9px; font-weight: 600; color: #fff; font-size: .94rem; }
.beac-page-hero__trust-ico { width: 22px; height: 22px; color: var(--cyan); flex: none; }
.beac-breadcrumb { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; font-size: .85rem; color: rgba(255,255,255,.7); margin-bottom: 16px; }
.beac-breadcrumb a { color: var(--cyan); }
.beac-breadcrumb span[aria-hidden] { color: rgba(255,255,255,.4); }

/* Body + sidebar layout */
.beac-page-body { padding: 80px 0; }
.beac-svcpg__grid { display: grid; grid-template-columns: minmax(0,1fr) 370px; gap: 50px; align-items: start; }
/* Hub pages: no sidebar — body runs full width at a comfortable reading measure, centered */
.beac-svcpg--full { display: block; }
.beac-svcpg--full .beac-svcpg__main { max-width: 1040px; margin-inline: auto; text-align: center; }
.beac-svcpg--full .beac-svcpg__main > *:last-child { margin-bottom: 0; }
.beac-svcpg__main { min-width: 0; }
.beac-svcpg__main { font-size: 1.05rem; line-height: 1.8; color: var(--text); }
.beac-svcpg__main h1, .beac-svcpg__main h2 { color: var(--navy-d); }
.beac-svcpg__main h2 { font-size: clamp(1.5rem, 2.4vw, 2rem); margin: 1.5em 0 .5em; }
.beac-svcpg__main h3 { font-size: 1.3rem; color: var(--navy-d); margin: 1.3em 0 .4em; }
/* Content photos: centered, premium framing, never upscaled (no blur).
   Large/HD images fill the column; smaller ones stay sharp at their true size. */
.beac-svcpg__main img,
.beac-page-body .beac-rich img,
.beac-content__body img,
.beac-about__more img {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
	max-height: 460px;
	object-fit: cover;
	border-radius: var(--radius-lg);
	margin: 26px auto;
	box-shadow: var(--shadow);
}
.beac-svcpg__main .wp-caption, .beac-page-body .wp-caption { width: 100% !important; max-width: 100%; }
.beac-svcpg__main .alignleft, .beac-svcpg__main .alignright,
.beac-page-body .alignleft, .beac-page-body .alignright { float: none; margin: 26px auto; }

/* Inner-page "Why Choose Us" trust band */
.beac-whyx { padding: 84px 0; background: var(--mist); }
.beac-whyx__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 8px; }
.beac-whyx__card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 26px; box-shadow: var(--shadow-sm); transition: transform .25s var(--ease), box-shadow .25s; }
.beac-whyx__card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.beac-whyx__ico { display: inline-flex; align-items: center; justify-content: center; width: 56px; height: 56px; border-radius: 14px; background: var(--navy); color: #fff; margin-bottom: 16px; }
.beac-whyx__ico svg { width: 26px; height: 26px; }
.beac-whyx__title { font-family: var(--head); font-size: 1.08rem; color: var(--navy-d); margin: 0 0 8px; line-height: 1.3; }
.beac-whyx__text { color: var(--muted); font-size: .93rem; line-height: 1.6; margin: 0; }
@media (max-width: 980px) { .beac-whyx__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .beac-whyx__grid { grid-template-columns: 1fr; } }
.beac-sidebar { position: sticky; top: 110px; display: grid; gap: 18px; }
.beac-sidebar__card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); overflow: hidden; }
.beac-sidebar__head { background: var(--navy-d); color: #fff; margin: 0; padding: 20px 24px; font-size: 1.2rem; position: relative; }
.beac-sidebar__head::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: linear-gradient(90deg, var(--cyan), var(--red)); }
.beac-sidebar__form { padding: 22px 24px; }
.beac-sidebar__form iframe { width: 100% !important; border: 0; min-height: 420px; }
.beac-sidebar__call { display: flex; align-items: center; gap: 13px; background: var(--cyan-l); border-radius: var(--radius); padding: 16px 20px; }
.beac-sidebar__call-ico { width: 26px; height: 26px; color: var(--cyan-d); flex: none; }
.beac-sidebar__call span { display: flex; flex-direction: column; }
.beac-sidebar__call small { color: var(--muted); font-size: .8rem; }
.beac-sidebar__call strong { font-family: var(--head); font-size: 1.2rem; color: var(--navy-d); }

/* ---- Blog sidebar widgets — footer-menu look: header bar + divider rows ---- */
.beac-sidebar__inner { display: grid; gap: 26px; }
.beac-widget { background: transparent; }
.beac-widget__head { display: flex; align-items: center; gap: 9px; margin: 0 0 6px; padding: 14px 44px 14px 18px; position: relative; font-family: var(--head); font-weight: 700; font-size: 1.02rem; color: #fff; background: var(--navy-d); border-radius: 12px; }
.beac-widget__head::after { content: "\2197"; position: absolute; right: 18px; top: 50%; transform: translateY(-50%); color: var(--cyan); font-weight: 800; font-size: 1.05rem; }
.beac-widget__ico { width: 17px; height: 17px; color: var(--cyan); flex: none; }
.beac-widget__body { padding: 12px 6px 0; }
.beac-widget__body form { display: flex; gap: 8px; }
.beac-widget__body input[type="search"], .beac-widget__body input[type="text"] { flex: 1; min-width: 0; padding: 12px 14px; border: 1px solid var(--line); border-radius: 10px; font-size: .92rem; color: var(--navy-d); }
.beac-widget__body input:focus { outline: none; border-color: var(--cyan); }
.beac-widget__body button, .beac-widget__body input[type="submit"] { padding: 0 14px; min-height: 46px; border: 0; border-radius: 10px; background: var(--cyan); color: #fff; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; }
.beac-widget__body button:hover { background: var(--cyan-d); }
.beac-widget__body button svg { width: 18px; height: 18px; }
.beac-recent { list-style: none; margin: 0; padding: 0 6px; }
.beac-recent li { display: flex; gap: 12px; align-items: center; padding: 13px 8px; border-bottom: 1px solid var(--line); }
.beac-recent li:last-child { border-bottom: 0; }
.beac-recent__thumb { width: 56px; height: 56px; border-radius: 10px; flex: none; background: var(--navy) center/cover no-repeat; display: flex; align-items: center; justify-content: center; }
.beac-recent__thumb-fb svg { width: 22px; height: 22px; color: rgba(255,255,255,.5); }
.beac-recent__txt { min-width: 0; }
.beac-recent__txt a { font-family: var(--head); font-weight: 600; font-size: .9rem; color: var(--navy-d); line-height: 1.3; display: block; }
.beac-recent__txt a:hover { color: var(--cyan-d); }
.beac-recent__txt small { display: flex; align-items: center; gap: 5px; color: var(--muted); font-size: .76rem; margin-top: 4px; }
.beac-recent__date-ico { width: 13px; height: 13px; }
.beac-catlist { list-style: none; margin: 0; padding: 0 6px; }
.beac-catlist li { border-bottom: 1px solid var(--line); }
.beac-catlist li:last-child { border-bottom: 0; }
.beac-catlist a { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 13px 8px; color: var(--text); transition: color .2s, padding .2s; }
.beac-catlist a:hover { color: var(--cyan-d); padding-left: 12px; }
.beac-catlist__name { display: inline-flex; align-items: center; gap: 8px; font-family: var(--head); font-weight: 600; font-size: .92rem; }
.beac-catlist__ico { width: 13px; height: 13px; color: var(--cyan); flex: none; }
.beac-catlist__count { flex: none; background: var(--cyan-l); color: var(--cyan-d); font-size: .74rem; font-weight: 700; padding: 2px 9px; border-radius: 999px; }
.beac-tagcloud { display: flex; flex-wrap: wrap; gap: 8px; padding: 12px 8px 0; }
.beac-tagcloud__tag { padding: 7px 13px; border-radius: 999px; background: var(--mist); border: 1px solid var(--line); color: var(--navy); font-size: .82rem; font-weight: 600; transition: background .2s, border-color .2s, color .2s; }
.beac-tagcloud__tag:hover { background: var(--cyan); border-color: var(--cyan); color: #fff; }
.beac-widget--cta { background: linear-gradient(155deg, #1d4581, var(--navy-d)); border: 0; border-radius: var(--radius-lg); color: #fff; text-align: center; padding: 28px 22px; }
.beac-widget__cta-ico { display: inline-flex; width: 54px; height: 54px; border-radius: 50%; align-items: center; justify-content: center; background: rgba(17,146,207,.2); margin-bottom: 14px; }
.beac-widget__cta-ico svg { width: 26px; height: 26px; color: var(--cyan); }
.beac-widget--cta h4 { font-family: var(--head); font-size: 1.2rem; margin: 0 0 8px; color: #fff; }
.beac-widget--cta p { color: rgba(255,255,255,.8); font-size: .9rem; line-height: 1.6; margin: 0 0 16px; }
.beac-widget--cta .beac-btn { margin-top: 8px; }
/* default WP widgets, if the blog-sidebar widget area is used instead */
.beac-sidebar .widget { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); padding: 18px 20px; }
.beac-sidebar .widget-title, .beac-sidebar .widgettitle, .beac-sidebar .widget h2, .beac-sidebar .widget h3 { font-family: var(--head); font-size: 1.05rem; color: var(--navy-d); margin: 0 0 12px; }
.beac-sidebar .widget ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.beac-sidebar .widget ul li a { color: var(--navy); font-weight: 600; font-size: .92rem; }
.beac-sidebar .widget ul li a:hover { color: var(--cyan-d); }
/* .beac-services--inner { padding-top: 0; } */

/* CTA band */
.beac-ctaband { position: relative; background: linear-gradient(135deg, var(--navy), var(--navy-d)); color: #fff; padding: 70px 0; overflow: hidden; isolation: isolate; }
.beac-ctaband::after { content: ""; position: absolute; left: -80px; bottom: -100px; width: 320px; height: 320px; border-radius: 50%; background: radial-gradient(circle, rgba(17,146,207,.32), transparent 70%); }
.beac-ctaband__bg { position: absolute; inset: 0; z-index: 0; background-size: cover; background-position: center; opacity: .18; }
.beac-ctaband__inner { position: relative; z-index: 2; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 26px; }
.beac-ctaband__title { color: #fff; font-size: clamp(1.6rem, 2.6vw, 2.3rem); margin: 0; max-width: 760px; }
.beac-ctaband__title strong { color: var(--cyan); }
.beac-ctaband__actions { display: flex; flex-wrap: wrap; gap: 14px; }

/* Service areas hub — location cards */
.beac-areas--top { padding-top: 100px; }
.beac-arealist { display: flex; flex-wrap: wrap; justify-content: center; gap: 22px; }
.beac-areacard { flex: 0 1 calc(25% - 17px); min-width: 240px; position: relative; display: block; min-height: 208px; padding: 26px 24px; border-radius: var(--radius); overflow: hidden; background: linear-gradient(155deg, #1d4581 0%, var(--navy-d) 100%); border: 1px solid rgba(255,255,255,.09); box-shadow: var(--shadow-sm); transition: transform .3s var(--ease), box-shadow .3s, border-color .3s; }
.beac-areacard::after { content: ""; position: absolute; left: 0; bottom: 0; height: 3px; width: 100%; background: linear-gradient(90deg, var(--cyan), var(--red)); transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease); }
.beac-areacard:hover { transform: translateY(-6px); box-shadow: 0 30px 60px -28px rgba(15,39,72,.6); border-color: rgba(17,146,207,.6); }
.beac-areacard:hover::after { transform: scaleX(1); }
.beac-areacard__media { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: .38; transition: transform .5s var(--ease), opacity .3s; }
.beac-areacard:hover .beac-areacard__media { transform: scale(1.07); opacity: .5; }
.beac-areacard__scrim { position: absolute; inset: 0; background: linear-gradient(160deg, rgba(29,69,129,.55), rgba(15,39,72,.92)); }
.beac-areacard__watermark { position: absolute; top: -22px; right: -16px; width: 132px; height: 132px; color: rgba(17,146,207,.12); transform: rotate(8deg); pointer-events: none; transition: color .35s, transform .45s; }
.beac-areacard:hover .beac-areacard__watermark { color: rgba(17,146,207,.22); transform: rotate(0) scale(1.06); }
.beac-areacard__body { position: relative; z-index: 2; display: flex; flex-direction: column; height: 100%; min-height: 156px; }
.beac-areacard__ico { width: 46px; height: 46px; border-radius: 13px; background: rgba(17,146,207,.18); border: 1px solid rgba(17,146,207,.3); display: inline-flex; align-items: center; justify-content: center; }
.beac-areacard__ico svg { width: 22px; height: 22px; color: var(--cyan); }
.beac-areacard__name { font-family: var(--head); font-weight: 800; font-size: 1.32rem; color: #fff; margin-top: auto; padding-top: 18px; line-height: 1.15; }
.beac-areacard__sub { color: rgba(255,255,255,.62); font-size: .82rem; margin-top: 5px; }
.beac-areacard__go { display: inline-flex; align-items: center; gap: 7px; color: var(--cyan); font-size: .86rem; font-weight: 700; margin-top: 14px; }
.beac-areacard__go svg { width: 15px; height: 15px; transition: transform .25s; }
.beac-areacard:hover .beac-areacard__go svg { transform: translateX(4px); }

/* Mission (about) */
.beac-mission { padding: 100px 0; background: var(--mist); }
.beac-mission__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.beac-mission__visual img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; max-height: 520px; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
@media (max-width: 600px) { .beac-mission__visual img { max-height: 360px; } }

/* Contact */
.beac-contact-info__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 22px; }
.beac-contact-info__box { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-sm); text-align: center; }
.beac-contact-info__box img { display: block; width: 100%; height: auto; max-height: 220px; object-fit: cover; margin: 0 auto; border-radius: var(--radius-sm); }
.beac-contactform { position: relative; z-index: 2; margin-top: -64px; padding: 0 0 100px; }
.beac-contactform__grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 50px; align-items: stretch; }
/* Intro = navy info panel that stretches to the form's full height */
.beac-contactform__intro { position: relative; overflow: hidden; display: flex; flex-direction: column; background: linear-gradient(150deg, #234982 0%, var(--navy-d) 100%); color: rgba(255,255,255,.85); border-radius: var(--radius-lg); padding: 46px 42px; box-shadow: var(--shadow); }
.beac-contactform__intro::after { content: ""; position: absolute; right: -70px; bottom: -70px; width: 220px; height: 220px; border-radius: 50%; background: radial-gradient(circle, rgba(17,146,207,.32), transparent 70%); z-index: 0; }
.beac-contactform__intro > * { position: relative; z-index: 1; }
.beac-contactform__intro .beac-shead__kicker { color: #fff; background: rgba(255,255,255,.16); }
.beac-contactform__intro .beac-h2 { color: #fff; }
.beac-contactform__intro .beac-h2 strong { color: var(--cyan); }
.beac-contactform__intro .beac-rich, .beac-contactform__intro .beac-rich p, .beac-contactform__intro .beac-rich li { color: rgba(255,255,255,.84); }
.beac-contactform__points { list-style: none; margin: 24px 0 0; padding: 26px 0 0; display: grid; gap: 16px; border-top: 1px solid rgba(255,255,255,.16); }
.beac-contactform__map { margin-top: 22px; flex: 1 1 auto; min-height: 220px; border-radius: var(--radius); overflow: hidden; box-shadow: 0 16px 34px -18px rgba(0,0,0,.55); }
.beac-contactform__map img, .beac-contactform__map iframe { display: block; width: 100%; height: 100%; min-height: 220px; object-fit: cover; border: 0; border-radius: var(--radius); }
.beac-contactform__points li { display: flex; align-items: center; gap: 12px; color: #fff; font-weight: 600; }
.beac-contactform__points a { color: #fff; }
.beac-contactform__points a:hover { color: var(--cyan); }
.beac-contactform__ico { width: 22px; height: 22px; color: var(--cyan); flex: none; }
.beac-contactform__card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); padding: 30px; }
.beac-contactform__form iframe { width: 100% !important; border: 0; min-height: 520px; }

/* Thank you */
.beac-thankyou { padding: 90px 0; }
.beac-thankyou__inner { text-align: center; }
.beac-thankyou__check { display: inline-flex; align-items: center; justify-content: center; width: 76px; height: 76px; border-radius: 50%; background: var(--cyan-l); color: var(--cyan-d); margin-bottom: 22px; }
.beac-thankyou__check svg { width: 40px; height: 40px; }
.beac-thankyou__actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 28px; }

/* Blog single */
.beac-post__hero { position: relative; background: linear-gradient(120deg, var(--navy), var(--navy-d)); color: #fff; padding: 78px 0; overflow: hidden; isolation: isolate; }
.beac-post__hero-bg { position: absolute; inset: 0; z-index: 0; background-size: cover; background-position: center; }
.beac-post__hero-scrim { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(10,29,56,.7), rgba(10,29,56,.92)); }
.beac-post__hero-inner { position: relative; z-index: 2; text-align: left; }
.beac-post__hero h1 { color: #fff; font-size: clamp(2rem, 3.6vw, 3rem); margin: 0; max-width: 900px; }
.beac-post__meta { display: flex; gap: 10px; align-items: center; color: rgba(255,255,255,.8); font-size: .9rem; margin-bottom: 12px; }
.beac-post__content img { display: block; max-width: 100%; width: auto; height: auto; max-height: 540px; object-fit: cover; border-radius: var(--radius); margin: 22px auto; }
@media (max-width: 600px) { .beac-post__content img { max-height: 360px; } }

/* Pagination */
.beac-pagination { margin-top: 46px; }
.beac-pagination .nav-links { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.beac-pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; height: 44px; padding: 0 14px; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--navy-d); font-family: var(--head); font-weight: 700; }
.beac-pagination .page-numbers.current, .beac-pagination .page-numbers:hover { background: var(--navy); color: #fff; border-color: var(--navy); }
.beac-pagination .page-numbers.dots { border: 0; background: none; min-width: auto; padding: 0 6px; color: var(--muted); }
.beac-pagination .page-numbers.dots:hover { background: none; color: var(--muted); }

@media (max-width: 1080px) {
	.beac-svcpg__grid { grid-template-columns: 1fr; gap: 40px; }
	.beac-sidebar { position: static; }
	.beac-mission__grid, .beac-contactform__grid { grid-template-columns: 1fr; gap: 32px; }
	.beac-areacard { flex-basis: calc(50% - 11px); }
	.beac-ctaband__inner { flex-direction: column; align-items: flex-start; }
.beac-page-hero {
    padding: 50px 0 50px;
}
.beac-areas {
    padding: 0 0 60px;
}
.beac-about {
    padding: 60px 0;
}
.beac-mission {
    padding: 60px 0;
}
.beac-services {
    padding: 60px 0;
}
.beac-page-body {
    padding: 60px 0;
}

.beac-areas--top {
    padding-top: 60px;
}
.beac-whyx {
    padding: 60px 0;
}
.beac-contactform {
    margin-top: -24px;
    padding: 0 0 60px;
}
.beac-footer__bar-row p {
    font-size: 15px;
}


}
@media (max-width: 680px) {
	.beac-areacard { flex-basis: 100%; }
}

/* =========================================================================
   MEGA MENU FIX — open on hover ALWAYS (not only when JS is absent), keep a
   solid hover bridge so the cursor can travel from the link onto the panel.
   ========================================================================= */
.beac-nav__item.has-mega:hover > .beac-mega,
.beac-nav__item.has-mega:focus-within > .beac-mega,
.beac-nav__item.has-mega.is-open > .beac-mega {
	opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); pointer-events: auto;
}
/* Bridge: a transparent strip from the link bottom to the panel so there is no
   dead gap that drops the hover. The padding-top area is part of .beac-mega and
   sits inside the hovered <li>, so moving down keeps the menu open. */
.beac-mega { padding-top: 18px; margin-top: 0; }
.beac-mega::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 20px; background: transparent; pointer-events: auto; }
.beac-nav__item.has-mega { padding-bottom: 4px; }
.beac-mega, .beac-mega__inner, .beac-mega a, .beac-mega__link { pointer-events: auto; }

/* ---- Mega dropdown: 2-col for big menus, single-col for short ones ---- */
.beac-mega { min-width: 0; width: max-content; max-width: min(620px, 92vw); }
.beac-mega--cols { min-width: 480px; }
.beac-mega__inner { display: block; padding: 14px; }
.beac-mega__list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr; gap: 2px; }
.beac-mega__list--2col { grid-template-columns: 1fr 1fr; gap: 2px 10px; }
.beac-mega__list .beac-mega__link { display: flex; align-items: center; gap: 11px; padding: 10px 14px; border-radius: 10px; color: var(--ink); font-weight: 600; font-size: .95rem; line-height: 1.25; transition: background .18s var(--ease), color .18s, transform .18s; }
.beac-mega__list .beac-mega__link:hover { background: var(--cyan-xl); color: var(--cyan-d); transform: translateX(3px); }
.beac-mega__bullet { flex: none; width: 24px; height: 24px; border-radius: 7px; display: inline-flex; align-items: center; justify-content: center; background: var(--cyan-l); color: var(--cyan-d); transition: background .18s, color .18s; }
.beac-mega__bullet-ico { width: 13px; height: 13px; }
.beac-mega__link:hover .beac-mega__bullet { background: var(--cyan); color: #fff; }
.beac-mega__txt { min-width: 0; }
@media (max-width: 1080px) { .beac-mega__list--2col { grid-template-columns: 1fr; } .beac-mega--cols { min-width: 0; } }

/* Footer: fill the width with auto-fit columns up to 1199px (our theme),
   brand spanning the top; collapses to one column on phones. */
@media (max-width: 1199px) {
	.beac-footer__grid { grid-template-columns: 1fr; text-align: center; gap: 0px; max-width: none; padding-top: 60px;padding-bottom: 35px; }
	.beac-footer__brand { max-width: 540px; margin: 0 auto 25px; }
	.beac-footer__text { margin: 14px auto 0; }
	.beac-footer__logolink { display: inline-block; }
	.beac-footer__badge { justify-content: center; }
	.beac-footer__social { justify-content: center; }
	/* Section header bar + divider list (scannable on mobile, our theme) */
	.beac-footer__title { position: relative; margin: 0; padding: 15px 40px 15px 22px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 10px; font-size: 1rem; letter-spacing: .02em; }
	/* .beac-footer__title::after { content: "\2197"; position: absolute; right: 18px; top: 50%; transform: translateY(-50%); color: var(--cyan); font-weight: 800; font-size: 1.05rem; } */
	.beac-footer__menu { display: block; margin-top: 4px; }
	.beac-footer__menu li { border-bottom: 1px solid rgba(255,255,255,.09); }
	.beac-footer__menu li:last-child { border-bottom: 0; }
	.beac-footer__menu a { display: block; padding: 14px 12px; }
	.beac-footer__menu a:hover { padding-left: 12px; color: var(--cyan); }
	.beac-footer__contact-list { justify-items: center; margin-top: 16px; gap: 22px; }
	.beac-footer__contact-list li, .beac-footer__contact-list a { flex-direction: column; align-items: center; text-align: center; gap: 8px; }
	.beac-footer__contact-list span { align-items: center; }
	.beac-footer__badge span {
    text-align: left;
}
}

@media (max-width: 1080px) {

.beac-footer__grid { display: flex; flex-direction: column;padding-bottom: 0px;}
.beac-footer__contact { order: -1; }
.beac-footer__bar-row { flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: 14px; justify-content: center;padding: 22px 20px;}
.beac-footer__credits { order: -1; justify-content: center; row-gap: 8px; }
.beac-footer__copy { order: 0; text-align: center; }
    .beac-footer__brand {
        margin: 30px auto 30px;
    }
    .beac-footer__text {
        margin: 0px auto 0;
    }



}




/* =========================================================================
   404 — branded error page
   ========================================================================= */
.beac-404 { position: relative; overflow: hidden; background: var(--navy-d); color: #fff; padding: clamp(64px, 11vh, 120px) 0 clamp(72px, 11vh, 120px); text-align: center; }
.beac-404__bg { position: absolute; inset: 0; background: radial-gradient(120% 90% at 50% 8%, #1d4581 0%, var(--navy-d) 55%, #0a1d38 100%); }
.beac-404__scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,29,56,0) 55%, rgba(10,29,56,.65)); }
.beac-404__rays { position: absolute; left: 50%; top: clamp(-220px, -18vw, -120px); width: min(760px, 130vw); height: min(760px, 130vw); transform: translateX(-50%); pointer-events: none; opacity: .6;
	background: repeating-conic-gradient(from 0deg at 50% 50%, rgba(17,146,207,.16) 0deg 5deg, transparent 5deg 17deg);
	-webkit-mask: radial-gradient(circle at 50% 50%, #000 4%, transparent 58%); mask: radial-gradient(circle at 50% 50%, #000 4%, transparent 58%);
	animation: beac-404-spin 70s linear infinite; }
@keyframes beac-404-spin { from { transform: translateX(-50%) rotate(0); } to { transform: translateX(-50%) rotate(360deg); } }
.beac-404__in { position: relative; z-index: 2; max-width: 760px; margin: 0 auto; }
.beac-404__mark { display: flex; align-items: center; justify-content: center; gap: clamp(4px, 2vw, 20px); line-height: 1; margin-bottom: 6px; }
.beac-404__digit { font-family: var(--head); font-weight: 800; font-size: clamp(104px, 25vw, 232px); letter-spacing: -.05em; background: linear-gradient(180deg, #ffffff 0%, #b9d6ec 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.beac-404__sun { flex: none; width: clamp(86px, 19vw, 184px); height: clamp(86px, 19vw, 184px); border-radius: 50%; display: flex; align-items: center; justify-content: center;
	background: radial-gradient(circle at 50% 38%, #8fdcf9 0%, var(--cyan) 52%, var(--cyan-d) 120%);
	box-shadow: 0 0 70px rgba(17,146,207,.6), inset 0 -12px 34px rgba(13,118,168,.55); }
.beac-404__sun-ico { width: 50%; height: 50%; color: #fff; }
.beac-404__eyebrow { display: inline-flex; align-items: center; gap: 8px; font-family: var(--head); font-weight: 700; font-size: .8rem; letter-spacing: .16em; text-transform: uppercase; color: var(--cyan); margin: 8px 0 14px; }
.beac-404__eyebrow svg { width: 16px; height: 16px; }
.beac-404__title { font-family: var(--head); font-weight: 800; color: #fff; font-size: clamp(2rem, 5vw, 3.3rem); line-height: 1.06; margin: 0 0 16px; }
.beac-404__title strong { color: var(--cyan); }
.beac-404__title { margin-bottom: 6px; }
.beac-404__msg { font-size: 1.05rem; line-height: 1.7; max-width: 560px; margin: 22px auto 28px; }
.beac-404__msg, .beac-404__msg.beac-rich p, .beac-404__msg.beac-rich li, .beac-404__msg.beac-rich span { color: rgba(255,255,255,.85) !important; }
.beac-404__msg.beac-rich p { margin: 0; }
.beac-404__msg.beac-rich strong, .beac-404__msg.beac-rich a { color: #fff !important; }
.beac-404__search { max-width: 460px; margin: 0 auto 26px; }
.beac-404__search form { display: flex; gap: 10px; }
.beac-404__search label { flex: 1; display: block; }
.beac-404__search input[type="search"], .beac-404__search input[type="text"] { width: 100%; padding: 14px 18px; border-radius: 12px; border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.08); color: #fff; font-size: .98rem; }
.beac-404__search input::placeholder { color: rgba(255,255,255,.55); }
.beac-404__search input:focus { outline: none; border-color: var(--cyan); background: rgba(255,255,255,.12); }
.beac-404__search button, .beac-404__search input[type="submit"] { padding: 0 20px; min-height: 50px; border-radius: 12px; border: none; background: var(--cyan); color: #fff; font-weight: 700; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; transition: background .2s; }
.beac-404__search button:hover, .beac-404__search input[type="submit"]:hover { background: var(--cyan-d); }
.beac-404__search button svg { width: 18px; height: 18px; }
.beac-404__links { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 12px; margin-bottom: 32px; }
.beac-404__link { display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; border-radius: 999px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); color: #fff; font-family: var(--head); font-weight: 600; font-size: .9rem; transition: background .2s, border-color .2s, transform .2s; }
.beac-404__link:hover { background: rgba(17,146,207,.18); border-color: var(--cyan); transform: translateY(-2px); }
.beac-404__link-ico { display: inline-flex; }
.beac-404__link-ico svg { width: 16px; height: 16px; color: var(--cyan); }
.beac-404__cta { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }
@media (max-width: 540px) {
	.beac-404__search form { flex-direction: column; }
	.beac-404__cta .beac-btn { width: 100%; justify-content: center; }
}

/* =========================================================================
   Archive / search / blog / author / tag / category hero (shared archive-hero)
   ========================================================================= */
.beac-archive-hero__in { position: relative; z-index: 2; }
.beac-archive-hero__copy { position: relative; z-index: 2; }
.beac-archive-hero__kicker { display: inline-flex; align-items: center; gap: 8px; font-family: var(--head); font-weight: 700; font-size: .8rem; letter-spacing: .16em; text-transform: uppercase; color: var(--cyan); margin-bottom: 14px; }
.beac-archive-hero__kicker, .beac-archive-hero__kicker * { color: var(--cyan); }
.beac-archive-hero__kicker-ico { width: 16px; height: 16px; }
.beac-archive-hero .beac-page-hero__title, .beac-archive-hero__title { color: #fff !important; }
.beac-archive-hero__count { display: inline-block; margin-top: 12px; padding: 6px 16px; border-radius: 999px; background: rgba(17,146,207,.18); border: 1px solid rgba(17,146,207,.3); color: var(--cyan); font-family: var(--head); font-weight: 700; font-size: .85rem; }
.beac-archive-hero__lead { font-size: 1.05rem; line-height: 1.7; max-width: 640px; margin-top: 16px; }
.beac-archive-hero__lead, .beac-archive-hero__lead p, .beac-archive-hero__lead span { color: rgba(255,255,255,.85) !important; margin: 0; }
.beac-archive-hero__avatar { width: 92px; height: 92px; border-radius: 50%; overflow: hidden; border: 3px solid rgba(255,255,255,.25); margin-bottom: 18px; }
.beac-archive-hero__avatar img { width: 100%; height: 100%; object-fit: cover; }
.beac-crumbs, .beac-crumbs a, .beac-crumbs span { color: rgba(255,255,255,.7); font-size: .85rem; }
.beac-crumbs a:hover { color: var(--cyan); }

/* Mobile portrait fixed action bar — Free Estimate (left) + Call Us (right) */
.beac-mobar { display: none; }
@media (max-width: 768px) and (orientation: portrait) {
	.beac-mobar { display: grid; grid-template-columns: 1fr 1fr; position: fixed; left: 0; right: 0; bottom: 0; z-index: 1095; font-family: var(--head); box-shadow: 0 -6px 24px rgba(15,39,72,.3); transform: translateY(110%); transition: transform .35s var(--ease); }
	.beac-mobar.is-shown { transform: translateY(0); }
	.beac-mobar__btn { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 15px 8px; min-height: 56px; font-weight: 700; font-size: 1rem; line-height: 1.1; color: #fff; border: 0; cursor: pointer; text-decoration: none; -webkit-tap-highlight-color: transparent; }
	.beac-mobar__btn--quote { background: var(--red); }
	.beac-mobar__btn--quote:active { background: var(--red-d); }
	.beac-mobar__btn--call { background: var(--navy-d); position: relative; }
	.beac-mobar__btn--call::before { content: ""; position: absolute; left: 0; top: 24%; bottom: 24%; width: 1px; background: rgba(255,255,255,.2); }
	.beac-mobar__ico { display: inline-flex; width: 34px; height: 34px; border-radius: 50%; align-items: center; justify-content: center; flex: none; background: rgba(255,255,255,.16); }
	.beac-mobar__ico svg { width: 18px; height: 18px; color: #fff; }
	.beac-mobar__btn--call .beac-mobar__ico { background: rgba(17,146,207,.25); }
	.beac-mobar__btn--call .beac-mobar__ico svg { color: var(--cyan); }
	/* clear the fixed bar + drop the side FAB in portrait */
	body { padding-bottom: 56px; }
	.beac-fab { display: none !important; }
	/* lift the GHL / LeadConnector chat bubble above the action bar */
	chat-widget, [id*="chat-widget"], [class*="chat-widget"],
	#lc_text-widget, [class*="lc_text-widget"], [class*="leadconnector"],
	iframe[src*="leadconnector"], iframe[src*="msgsndr"] { bottom: 02px !important; }
}

/* FAQ accordion inside post/page content (from imported "Frequently Asked Questions") */
.beac-postfaq { display: grid; gap: 12px; margin: 28px 0; }
.beac-postfaq__item { border: 1px solid var(--line); border-radius: 12px; background: #fff; overflow: hidden; transition: border-color .2s, box-shadow .2s; }
.beac-postfaq__item[open] { border-color: var(--cyan); box-shadow: var(--shadow-sm); }
.beac-postfaq__q { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 17px 20px; margin: 0; font-family: var(--head); font-weight: 700; font-size: 1.05rem; color: var(--navy-d); cursor: pointer; list-style: none; }
.beac-postfaq__q::-webkit-details-marker { display: none; }
.beac-postfaq__q:hover { color: var(--cyan-d); }
.beac-postfaq__item[open] .beac-postfaq__q { color: var(--cyan-d); }
.beac-postfaq__ico { position: relative; width: 18px; height: 18px; flex: none; }
.beac-postfaq__ico::before, .beac-postfaq__ico::after { content: ""; position: absolute; background: var(--cyan); border-radius: 2px; transition: transform .25s; }
.beac-postfaq__ico::before { left: 0; top: 8px; width: 18px; height: 2px; }
.beac-postfaq__ico::after { left: 8px; top: 0; width: 2px; height: 18px; }
.beac-postfaq__item[open] .beac-postfaq__ico::after { transform: scaleY(0); }
.beac-postfaq__a { padding: 2px 20px 18px; color: var(--text); line-height: 1.7; }
.beac-postfaq__a p { margin: 0 0 10px; }
.beac-postfaq__a p:last-child { margin-bottom: 0; }

/* Blog / archive / search / single body layout: content + sidebar column */
.beac-blog-layout { padding: clamp(56px, 7vw, 84px) 0 clamp(72px, 8vw, 100px); background: #fff; }
.beac-blog-layout__grid { display: grid; grid-template-columns: minmax(0, 1fr) 348px; gap: 48px; align-items: start; }
.beac-blog-layout__main { min-width: 0; }
@media (max-width: 1080px) {
	.beac-blog-layout__grid { grid-template-columns: 1fr; gap: 56px; }
}

/* =========================================================================
   AUTHORITATIVE MOBILE LAYER (placed LAST so it wins the cascade)
   1) Consistent buttons   2) Small-mobile QA (no overflow / oversize)
   ========================================================================= */
@media (max-width: 768px) {
	/* --- Consistent mobile buttons: uniform size/padding/font/gap/icon --- */
	.beac-btn,
	.beac-btn--sm,
	.beac-btn--lg {
		min-height: 50px;
		padding: 13px 20px;
		font-size: .95rem;
		gap: 9px;
		line-height: 1.1;
	}
	.beac-btn svg,
	.beac-btn__ico svg { width: 18px; height: 18px; }
	.beac-btn--block { width: 100%; }

	/* --- Small-mobile QA: kill horizontal overflow + flex-basis empty-space --- */
	html, body { overflow-x: clip; }
	.beac-container { max-width: 100%; }
	/* Drawer link can shrink so its chevron never pushes the row to wrap */
	.beac-macc__link { min-width: 0; }
	/* Header must never overflow / wrap: brand shrinks, burger stays */
	.beac-navbar__row { flex-wrap: nowrap; gap: 12px; }
	.beac-brand { min-width: 0; flex: 0 1 auto; }
	.beac-brand__logo { max-width: 100%; }
	.beac-navbar__cta { flex: none; }
}

@media (max-width: 380px) {
	/* Smaller buttons on very narrow screens */
	.beac-btn,
	.beac-btn--sm,
	.beac-btn--lg {
		min-height: 46px;
		padding: 11px 14px;
		font-size: .85rem;
		gap: 7px;
	}
	.beac-btn svg,
	.beac-btn__ico svg { width: 16px; height: 16px; }
	.beac-container { padding: 0 16px; }
}
