:root {
  --navy-950: #031027;
  --navy-900: #06162f;
  --navy-850: #08203f;
  --navy-800: #0a2a50;
  --blue-600: #087df2;
  --blue-500: #1d9cff;
  --blue-400: #42bdff;
  --cyan-300: #62f1d5;
  --rose-400: #d6a0aa;
  --ink: #0a1e3b;
  --ink-soft: #455b78;
  --line: #dce8f4;
  --surface: #f5f9fe;
  --white: #ffffff;
  --shadow-sm: 0 12px 35px rgba(9, 38, 77, 0.09);
  --shadow-lg: 0 30px 90px rgba(1, 16, 39, 0.22);
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 32px;
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
::selection { background: rgba(29, 156, 255, 0.25); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 105px 0; }
.icon { width: 1.15em; height: 1.15em; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.skip-link { position: fixed; z-index: 9999; top: 10px; left: 10px; padding: 10px 14px; color: var(--white); background: var(--blue-600); border-radius: 10px; transform: translateY(-140%); }
.skip-link:focus { transform: translateY(0); }

.topbar { color: #d8e8fb; background: #020c1e; border-bottom: 1px solid rgba(255,255,255,0.08); font-size: 0.82rem; }
.topbar__inner { display: flex; min-height: 38px; align-items: center; justify-content: space-between; gap: 18px; }
.topbar__contacts { display: flex; align-items: center; gap: 22px; }
.topbar a, .language-switch { display: inline-flex; align-items: center; gap: 7px; }
.topbar a:hover { color: var(--blue-400); }
.language-switch { color: #7189a8; }
.language-switch__button { padding: 4px 2px; color: #9bb0ca; background: none; border: 0; }
.language-switch__button:hover, .language-switch__button.is-active { color: var(--blue-400); }

.site-header { position: sticky; z-index: 1000; top: 0; color: var(--white); background: rgba(3, 16, 39, 0.91); border-bottom: 1px solid rgba(255,255,255,0.08); backdrop-filter: blur(18px); transition: box-shadow 0.25s ease, background 0.25s ease; }
.site-header.is-scrolled { background: rgba(3, 16, 39, 0.97); box-shadow: 0 12px 34px rgba(0,0,0,0.2); }
.site-header__inner { display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; flex-direction: column; gap: 0; flex-shrink: 0; }
.brand img { width: 170px; height: 54px; object-fit: contain; object-position: left center; }
.brand img, .footer__brand img { filter: drop-shadow(0 0 1px rgba(255,255,255,.68)) drop-shadow(0 5px 13px rgba(0,0,0,.24)); }
.brand__tagline { margin-top: -8px; padding-left: 10px; color: #9bb7d5; font-size: 0.67rem; letter-spacing: 0.04em; }
.primary-nav { display: flex; align-items: center; gap: 22px; font-size: 0.89rem; font-weight: 650; }
.primary-nav > a:not(.nav-cta):not(.nav-contact) { position: relative; padding: 27px 0 25px; color: #d6e4f6; }
.primary-nav > a:not(.nav-cta):not(.nav-contact)::after { position: absolute; right: 50%; bottom: 18px; left: 50%; height: 2px; content: ""; background: var(--blue-400); border-radius: 99px; transition: left 0.25s ease, right 0.25s ease; }
.primary-nav > a:not(.nav-cta):not(.nav-contact):hover { color: var(--white); }
.primary-nav > a:not(.nav-cta):not(.nav-contact):hover::after { right: 0; left: 0; }
.nav-cta, .nav-contact { display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border-radius: 11px; }
.nav-cta { background: linear-gradient(135deg, var(--blue-600), var(--blue-500)); box-shadow: 0 8px 28px rgba(29, 156, 255, 0.25); }
.nav-contact { color: #dbeaff; border: 1px solid rgba(66, 189, 255, 0.55); }
.nav-cta:hover, .nav-contact:hover { transform: translateY(-1px); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid rgba(255,255,255,0.15); border-radius: 12px; background: rgba(255,255,255,0.06); }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--white); border-radius: 99px; transition: transform 0.25s ease, opacity 0.25s ease; }
.menu-toggle.is-active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.is-active span:nth-child(2) { opacity: 0; }
.menu-toggle.is-active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero { position: relative; overflow: hidden; padding: 105px 0 28px; color: var(--white); background:
  radial-gradient(circle at 78% 35%, rgba(20, 124, 255, 0.22), transparent 27%),
  linear-gradient(145deg, #020b1b 0%, #061a39 56%, #05254a 100%); }
.hero::before { position: absolute; inset: 0; content: ""; opacity: 0.18; background-image: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px); background-size: 44px 44px; mask-image: radial-gradient(circle at 70% 40%, black, transparent 70%); }
.hero__glow { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero__glow--one { top: 100px; right: -150px; width: 500px; height: 500px; background: radial-gradient(circle, rgba(0, 142, 255, 0.24), transparent 70%); }
.hero__glow--two { bottom: 0; left: -120px; width: 380px; height: 380px; background: radial-gradient(circle, rgba(98, 241, 213, 0.08), transparent 70%); }
.hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr); align-items: center; gap: 40px; }
.eyebrow { margin: 0 0 12px; color: var(--blue-400); font-size: 0.78rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.eyebrow--dark { color: var(--blue-600); }
.hero h1 { max-width: 720px; margin: 0; font-size: clamp(3rem, 5.4vw, 5.25rem); line-height: 1.02; letter-spacing: -0.052em; }
.hero h1 .accent { color: var(--blue-400); text-shadow: 0 0 32px rgba(66, 189, 255, 0.35); }
.hero__lead { max-width: 650px; margin: 28px 0 0; color: #c5d7ec; font-size: 1.05rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px; padding: 0 20px; color: var(--white); border: 1px solid transparent; border-radius: 13px; font-weight: 800; transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { background: linear-gradient(135deg, #087df2, #20a7ff); box-shadow: 0 14px 35px rgba(8, 125, 242, 0.28), inset 0 1px rgba(255,255,255,0.2); }
.button--primary:hover { box-shadow: 0 18px 42px rgba(8, 125, 242, 0.38); }
.button--secondary { background: rgba(255,255,255,0.03); border-color: rgba(66, 189, 255, 0.5); }
.button--secondary:hover { background: rgba(66,189,255,0.1); }
.button--dark { color: var(--white); background: var(--navy-900); }
.button--wide { width: 100%; }

.hero-network { position: relative; min-height: 540px; transform-style: preserve-3d; perspective: 900px; }
.hero-network::before { position: absolute; right: 10%; bottom: 5%; left: 4%; height: 190px; content: ""; background: radial-gradient(ellipse, rgba(8,125,242,0.18), transparent 70%); filter: blur(8px); }
.hero-network__lines { position: absolute; inset: 0; overflow: visible; }
.hero-network__lines path { fill: none; stroke: url(#line-gradient); stroke-width: 2.2; filter: url(#line-glow); }
.hero-network__lines .line-pulse { stroke: #7bd7ff; stroke-width: 4; stroke-dasharray: 6 28; animation: lineFlow 3.2s linear infinite; }
.hero-network__lines .line-pulse--delay { animation-delay: -0.6s; }
.hero-network__lines .line-pulse--delay-2 { animation-delay: -1.1s; }
.hero-network__lines .line-pulse--delay-3 { animation-delay: -1.8s; }
.hero-network__lines .line-pulse--delay-4 { animation-delay: -2.3s; }
@keyframes lineFlow { to { stroke-dashoffset: -68; } }
.network-hub { position: absolute; z-index: 3; top: 50%; left: 50%; display: grid; width: 92px; height: 92px; place-items: center; border: 1px solid rgba(126,219,255,0.8); border-radius: 50%; background: radial-gradient(circle, rgba(39,181,255,0.8), rgba(4,45,90,0.75) 55%, rgba(3,21,50,0.75)); box-shadow: 0 0 25px rgba(29,156,255,0.75), 0 0 70px rgba(29,156,255,0.28); transform: translate(-50%, -50%); }
.network-hub__ring { position: absolute; inset: -18px; border: 1px solid rgba(72,198,255,0.4); border-radius: 50%; animation: hubPulse 2.8s ease-out infinite; }
.network-hub__icon { width: 44px; height: 44px; fill: none; stroke: white; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
@keyframes hubPulse { 0% { opacity: .8; transform: scale(.75); } 80%,100% { opacity: 0; transform: scale(1.5); } }
.tech-node { position: absolute; z-index: 4; display: flex; min-width: 130px; min-height: 100px; flex-direction: column; align-items: center; justify-content: center; gap: 10px; padding: 14px; border: 1px solid rgba(73, 183, 255, 0.42); border-radius: 17px; background: linear-gradient(160deg, rgba(17,52,96,0.92), rgba(3,18,43,0.84)); box-shadow: 0 20px 40px rgba(0,0,0,0.25), inset 0 1px rgba(255,255,255,0.09); backdrop-filter: blur(10px); transition: transform 0.18s ease-out, border-color 0.2s ease; animation: nodeFloat 5s ease-in-out infinite; }
.tech-node:hover { border-color: rgba(98, 241, 213, 0.85); }
.tech-node__label { color: #a9d8ff; font-size: 0.68rem; font-weight: 850; letter-spacing: 0.08em; text-transform: uppercase; }
.tech-node__icon { width: 42px; height: 42px; fill: none; stroke: #f3f9ff; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.tech-node--network { top: 9%; left: 9%; }
.tech-node--security { top: 7%; right: 4%; animation-delay: -1.2s; }
.tech-node--av { top: 38%; right: -1%; animation-delay: -2.1s; }
.tech-node--voip { bottom: 5%; left: 4%; animation-delay: -2.9s; }
.tech-node--smart { right: 9%; bottom: 1%; animation-delay: -3.6s; }
@keyframes nodeFloat { 0%,100% { margin-top: 0; } 50% { margin-top: -10px; } }
.hero-network__building { position: absolute; z-index: 0; right: 20%; bottom: 16%; left: 23%; display: flex; align-items: end; justify-content: center; gap: 8px; opacity: 0.45; }
.building { position: relative; width: 72px; border: 1px solid rgba(69,186,255,0.35); background: linear-gradient(180deg, rgba(13,65,121,0.85), rgba(5,29,59,0.7)); box-shadow: 0 0 30px rgba(8,125,242,0.1); }
.building::before { position: absolute; inset: 12px 9px; content: ""; background: repeating-linear-gradient(90deg, rgba(93,204,255,0.5) 0 4px, transparent 4px 13px), repeating-linear-gradient(0deg, rgba(93,204,255,0.35) 0 4px, transparent 4px 17px); }
.building--one { height: 150px; }
.building--two { width: 96px; height: 210px; }
.building--three { height: 120px; }
.trust-row { position: relative; z-index: 4; display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 55px; overflow: hidden; border: 1px solid rgba(95, 184, 255, 0.35); border-radius: 18px; background: rgba(4, 26, 58, 0.7); box-shadow: inset 0 1px rgba(255,255,255,0.06); backdrop-filter: blur(12px); }
.trust-chip { display: flex; min-height: 76px; align-items: center; gap: 12px; padding: 16px; color: #e2effc; font-size: 0.78rem; font-weight: 750; line-height: 1.3; }
.trust-chip + .trust-chip { border-left: 1px solid rgba(255,255,255,0.13); }
.trust-chip .icon { width: 28px; height: 28px; color: #9cdbff; }

.overview { background: var(--white); }
.overview__grid { display: grid; grid-template-columns: 190px minmax(0, 1.25fr) minmax(260px, 0.7fr); align-items: center; gap: 55px; }
.overview__badge { position: relative; display: grid; width: 170px; aspect-ratio: 1; place-items: center; border: 1px solid #b9d9f8; border-radius: 50%; background: radial-gradient(circle, #f3fbff, #dbeefe); box-shadow: 0 0 0 14px #f6fbff, 0 20px 40px rgba(18,78,140,0.12); }
.overview__badge::before, .overview__badge::after { position: absolute; width: 195px; height: 1px; content: ""; background: repeating-linear-gradient(90deg, #9dcff5 0 3px, transparent 3px 9px); }
.overview__badge::after { transform: rotate(90deg); }
.overview__building { position: relative; z-index: 1; width: 82px; height: 92px; padding: 10px; border-radius: 14px 14px 6px 6px; background: linear-gradient(150deg, var(--blue-500), var(--navy-800)); box-shadow: 0 14px 24px rgba(9,88,168,0.25); }
.overview__building span { display: inline-block; width: 21px; height: 26px; margin: 4px; background: rgba(255,255,255,0.75); border-radius: 3px; }
.overview__copy h2, .section-heading h2, .history-card h2, .review__copy h2, .quote h2 { margin: 0; font-size: clamp(2rem, 3.4vw, 3.25rem); line-height: 1.12; letter-spacing: -0.035em; }
.overview__copy p:not(.eyebrow) { color: var(--ink-soft); }
.overview__features { display: grid; gap: 17px; padding-left: 30px; border-left: 1px solid var(--line); }
.overview__features div { display: flex; align-items: center; gap: 13px; color: #123b6a; font-weight: 800; }
.overview__features .icon { width: 24px; height: 24px; color: var(--blue-600); }

.services { background: linear-gradient(180deg, #f9fcff, #f2f8fe); border-top: 1px solid #e8f1fa; border-bottom: 1px solid #e8f1fa; }
.section-heading { max-width: 720px; margin: 0 auto 48px; text-align: center; }
.section-heading p:not(.eyebrow) { color: var(--ink-soft); }
.section-heading--compact { margin-bottom: 35px; }
.service-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.service-card { position: relative; overflow: hidden; min-height: 390px; padding: 28px 22px 24px; background: var(--white); border: 1px solid #dce9f6; border-radius: 20px; box-shadow: 0 12px 35px rgba(8,48,93,0.05); transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease; }
.service-card::after { position: absolute; right: -65px; bottom: -65px; width: 145px; height: 145px; content: ""; background: radial-gradient(circle, rgba(29,156,255,0.1), transparent 70%); }
.service-card:hover { z-index: 2; border-color: #9cd4ff; box-shadow: 0 24px 55px rgba(8,48,93,0.13); transform: translateY(-9px); }
.service-card__icon { display: grid; width: 58px; height: 58px; margin-bottom: 18px; place-items: center; color: var(--white); border-radius: 14px; box-shadow: 0 12px 25px rgba(0,0,0,0.16); }
.service-card__icon svg { width: 31px; height: 31px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.service-card__icon--blue { background: linear-gradient(135deg, #138df5, #1749a8); }
.service-card__icon--purple { background: linear-gradient(135deg, #8b5be8, #4a2da9); }
.service-card__icon--green { background: linear-gradient(135deg, #22bc66, #04763a); }
.service-card__icon--teal { background: linear-gradient(135deg, #26c9bb, #087f86); }
.service-card h3 { min-height: 54px; margin: 0 0 14px; color: #092c55; font-size: 1rem; line-height: 1.25; }
.service-card ul { display: grid; gap: 9px; margin: 0; padding-left: 18px; color: var(--ink-soft); font-size: 0.86rem; line-height: 1.35; }
.service-card li::marker { color: var(--blue-600); }

.solutions { padding: 32px 0 80px; background: #f2f8fe; }
.solutions__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.solution-panel { position: relative; min-height: 330px; overflow: hidden; color: var(--white); border-radius: 24px; box-shadow: var(--shadow-lg); }
.solution-panel::before { position: absolute; inset: 0; content: ""; background-image: linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px); background-size: 34px 34px; }
.solution-panel--residential { background: radial-gradient(circle at 100% 10%, rgba(71,255,216,0.22), transparent 38%), linear-gradient(135deg, #064d4c, #062d3a 68%, #031a29); }
.solution-panel--commercial { background: radial-gradient(circle at 100% 10%, rgba(49,183,255,0.22), transparent 38%), linear-gradient(135deg, #073c75, #061d43 70%, #031127); }
.solution-panel__overlay { position: absolute; right: -40px; bottom: -120px; width: 400px; height: 400px; border: 1px solid rgba(255,255,255,0.11); border-radius: 50%; box-shadow: 0 0 0 30px rgba(255,255,255,0.02), 0 0 0 65px rgba(255,255,255,0.018); }
.solution-panel__content { position: relative; z-index: 2; padding: 36px; }
.solution-panel__heading { display: flex; align-items: center; gap: 16px; }
.solution-panel__heading h2 { margin: 0; font-size: 2rem; line-height: 1.05; }
.solution-panel__icon { display: grid; width: 70px; height: 70px; flex: 0 0 auto; place-items: center; border: 1px solid rgba(255,255,255,0.25); border-radius: 50%; background: rgba(255,255,255,0.08); }
.solution-panel__icon svg { width: 38px; height: 38px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.solution-panel__content > p { max-width: 570px; color: #d4edf1; }
.solution-panel__tags { display: flex; flex-wrap: wrap; gap: 12px 20px; margin-top: 28px; }
.solution-panel__tags > span { display: flex; align-items: center; gap: 8px; font-size: 0.78rem; font-weight: 750; }
.solution-panel__tags svg { width: 27px; height: 27px; padding: 5px; fill: none; stroke: currentColor; stroke-width: 1.7; border: 1px solid rgba(255,255,255,0.2); border-radius: 50%; }

.footprint { background: var(--white); }
.footprint__grid { display: grid; grid-template-columns: 0.8fr 1.15fr 0.9fr; align-items: center; gap: 38px; }
.footprint__copy h2 { margin: 0; font-size: clamp(2rem, 3vw, 3rem); line-height: 1.1; }
.footprint__copy > p:not(.eyebrow) { color: var(--ink-soft); }
.coverage-list { display: grid; gap: 11px; margin: 28px 0 0; padding: 0; list-style: none; }
.coverage-list li { display: flex; align-items: center; gap: 10px; font-weight: 750; color: #183b65; }
.coverage-list .icon { color: var(--blue-600); }
.south-florida-map { padding: 22px; border: 1px solid #d8e9f8; border-radius: 26px; background: linear-gradient(155deg, #f8fcff, #eaf5ff); box-shadow: var(--shadow-sm); }
.map-land { transform-origin: center; }
.map-shape { vector-effect: non-scaling-stroke; stroke: #2a76be; stroke-width: 3; stroke-linejoin: round; }
.map-shape--base { fill: #dceeff; opacity: 0.72; }
.map-shape--south { fill: url(#map-fill); opacity: 1; }
.map-east-coast { fill: none; stroke: url(#map-coast-glow); stroke-width: 7; stroke-linecap: round; opacity: 0.9; }
.map-county-line { fill: none; stroke: rgba(255,255,255,0.72); stroke-width: 2; stroke-dasharray: 5 5; }
.map-county-line--monroe { stroke-width: 2.4; }
.map-service-coast { fill: none; stroke: rgba(8,125,242,0.32); stroke-width: 11; stroke-linecap: round; }
.map-lake { fill: rgba(86,174,235,0.22); stroke: rgba(38,118,185,0.5); stroke-width: 1.5; }
.map-keys { fill: #2a76be; stroke: #e9f7ff; stroke-width: 0.8; }
.map-keys path { fill: none; stroke: #2a76be; stroke-width: 3; stroke-linecap: round; }
.map-marker__dot { fill: #087df2; stroke: white; stroke-width: 3; filter: url(#pin-glow); }
.map-marker__pulse { fill: none; stroke: #1d9cff; stroke-width: 2; opacity: 0; animation: mapPulse 2.7s ease-out infinite; transform-origin: center; }
.map-marker--broward .map-marker__pulse { animation-delay: -0.7s; }
.map-marker--miami .map-marker__pulse { animation-delay: -1.3s; }
.map-marker--monroe .map-marker__pulse { animation-delay: -2s; }
@keyframes mapPulse { 0% { opacity: .85; transform: scale(.35); } 75%,100% { opacity: 0; transform: scale(1.35); } }
.map-leader { fill: none; stroke: #2d79bf; stroke-width: 1.8; stroke-dasharray: 4 4; }
.map-label rect { fill: white; stroke: #c3def4; stroke-width: 1.5; filter: drop-shadow(0 8px 10px rgba(27,86,139,0.1)); }
.map-label text { fill: #0a3566; font-size: 14px; font-weight: 800; }
.history-card { padding: 34px; border: 1px solid #dbe9f6; border-radius: 24px; background: #f9fcff; box-shadow: var(--shadow-sm); }
.history-card > p:not(.eyebrow) { color: var(--ink-soft); }
.history-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 28px; }
.history-stats div { padding: 15px 8px; text-align: center; border: 1px solid #dcebf7; border-radius: 13px; background: white; }
.history-stats strong { display: block; color: var(--blue-600); font-size: 1.28rem; }
.history-stats span { display: block; color: var(--ink-soft); font-size: 0.65rem; line-height: 1.2; }

.credentials { position: relative; overflow: hidden; padding: 75px 0 85px; color: var(--white); background: linear-gradient(135deg, #06172f, #0a315d); }
.credentials::before { position: absolute; inset: 0; content: ""; opacity: 0.1; background-image: radial-gradient(#4dbdff 1px, transparent 1px); background-size: 26px 26px; }
.credentials .container { position: relative; z-index: 1; }
.credentials .section-heading h2 { color: white; }
.credential-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 10px; }
.credential-card { display: flex; min-height: 150px; flex-direction: column; align-items: center; justify-content: center; gap: 14px; padding: 20px 12px; text-align: center; border: 1px solid rgba(127,210,255,0.22); border-radius: 17px; background: rgba(255,255,255,0.055); box-shadow: inset 0 1px rgba(255,255,255,0.08); backdrop-filter: blur(8px); transition: transform 0.25s ease, background 0.25s ease; }
.credential-card:hover { background: rgba(255,255,255,0.1); transform: translateY(-6px); }
.credential-card svg { width: 38px; height: 38px; fill: none; stroke: var(--blue-400); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.credential-card strong { display: grid; width: 42px; height: 42px; place-items: center; color: #e3f5ff; border: 1px solid var(--blue-400); border-radius: 50%; font-size: 1.05rem; }
.credential-card span { color: #d3e3f4; font-size: 0.75rem; font-weight: 750; line-height: 1.3; }

.action-band { padding: 22px 0; background: #020d20; }
.action-band__grid { display: grid; grid-template-columns: 1fr 1fr 1.45fr 1fr; gap: 10px; }
.action-card { display: flex; min-height: 90px; align-items: center; gap: 14px; padding: 18px; color: var(--white); border: 1px solid rgba(91,186,255,0.28); border-radius: 15px; background: linear-gradient(145deg, rgba(11,42,79,0.9), rgba(4,22,49,0.95)); transition: transform 0.2s ease, border-color 0.2s ease; }
.action-card:hover { border-color: rgba(97,216,255,0.75); transform: translateY(-3px); }
.action-card > svg { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.action-card span { display: flex; min-width: 0; flex-direction: column; }
.action-card strong { font-size: 0.92rem; }
.action-card small { overflow: hidden; color: #93abc6; font-size: 0.72rem; text-overflow: ellipsis; white-space: nowrap; }
.action-card--primary { background: linear-gradient(135deg, #087df2, #10a3ff); box-shadow: 0 10px 30px rgba(8,125,242,0.28); }
.action-card--primary small { color: #eaf7ff; }
.action-card__arrow { width: 24px !important; height: 24px !important; margin-left: auto; }

.review { background: linear-gradient(180deg, #f8fbff, white); }
.review__grid { display: grid; grid-template-columns: 1fr 0.85fr; align-items: center; gap: 75px; }
.review__copy p:not(.eyebrow) { max-width: 610px; color: var(--ink-soft); }
.review__visual { position: relative; min-height: 260px; overflow: hidden; padding: 50px; color: var(--white); border-radius: 30px; background: radial-gradient(circle at 80% 0%, rgba(82,212,255,0.25), transparent 36%), linear-gradient(135deg, #082c56, #031127); box-shadow: var(--shadow-lg); }
.review__visual::before, .review__visual::after { position: absolute; content: ""; border: 1px solid rgba(93,210,255,0.25); border-radius: 50%; }
.review__visual::before { right: -80px; bottom: -130px; width: 310px; height: 310px; }
.review__visual::after { right: -25px; bottom: -75px; width: 200px; height: 200px; }
.review__stars { color: #ffd96b; font-size: 2rem; letter-spacing: 0.12em; }
.review__visual p { margin: 22px 0 4px; font-size: 1.75rem; font-weight: 850; }
.review__visual span { color: #95ccef; }

.quote { position: relative; overflow: hidden; color: var(--white); background: linear-gradient(145deg, #03142e, #082f5b); }
.quote::before { position: absolute; right: -160px; bottom: -160px; width: 520px; height: 520px; content: ""; border: 1px solid rgba(59,193,255,0.15); border-radius: 50%; box-shadow: 0 0 0 48px rgba(59,193,255,0.025), 0 0 0 100px rgba(59,193,255,0.018); }
.quote__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 0.7fr 1.3fr; align-items: start; gap: 70px; }
.quote__intro > p:not(.eyebrow) { color: #b9cee4; }
.quote__contact-list { display: grid; gap: 12px; margin-top: 35px; }
.quote__contact-list a { display: flex; align-items: center; gap: 13px; padding: 15px; border: 1px solid rgba(255,255,255,0.13); border-radius: 14px; background: rgba(255,255,255,0.04); }
.quote__contact-list .icon { width: 26px; height: 26px; color: var(--blue-400); }
.quote__contact-list span { display: flex; flex-direction: column; }
.quote__contact-list small { color: #8fa8c4; }
.quote-form { padding: 34px; color: var(--ink); border: 1px solid rgba(255,255,255,0.3); border-radius: 25px; background: rgba(255,255,255,0.96); box-shadow: 0 25px 70px rgba(0,0,0,0.24); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.form-grid__full { grid-column: 1 / -1; }
.quote-form label { display: grid; gap: 7px; color: #173c66; font-size: 0.78rem; font-weight: 800; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; color: var(--ink); border: 1px solid #cfe0ef; outline: 0; border-radius: 11px; background: #f9fcff; transition: border-color 0.2s ease, box-shadow 0.2s ease; }
.quote-form input, .quote-form select { height: 48px; padding: 0 13px; }
.quote-form textarea { resize: vertical; padding: 13px; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--blue-500); box-shadow: 0 0 0 4px rgba(29,156,255,0.12); }
.quote-form [aria-invalid="true"] { border-color: #d04d5d; box-shadow: 0 0 0 4px rgba(208,77,93,0.1); }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-status { min-height: 26px; margin: 16px 0 8px; color: #173c66; font-size: 0.82rem; font-weight: 750; }
.form-status[data-state="loading"] { color: #155da1; }
.form-status[data-state="success"] { color: #147447; }
.form-status[data-state="error"] { color: #b0283c; }
.quote-form button[disabled] { cursor: wait; opacity: 0.78; transform: none; }
.quote-form button.is-loading .icon { animation: submitArrowPulse 0.9s ease-in-out infinite alternate; }
@keyframes submitArrowPulse { to { transform: translateX(5px); opacity: 0.55; } }

.footer { color: #c5d8ed; background: #020b1b; }
.footer__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr 0.9fr 0.8fr; align-items: center; gap: 50px; padding: 55px 0 40px; }
.footer__brand img { width: 220px; height: 78px; object-fit: contain; object-position: left center; }
.footer__brand p { max-width: 330px; margin: -8px 0 0 10px; color: var(--blue-400); font-weight: 700; }
.footer__contact { display: grid; gap: 11px; }
.footer__contact a { display: flex; align-items: center; gap: 11px; }
.footer__contact a:hover { color: var(--blue-400); }
.footer__language { display: flex; align-items: center; gap: 13px; }
.footer__language .icon { width: 35px; height: 35px; color: var(--blue-400); }
.footer__language p { display: flex; flex-direction: column; margin: 0; }
.footer__language span { color: #8ca6c3; }
.footer__bottom { position: relative; z-index: 1; display: flex; min-height: 60px; align-items: center; justify-content: space-between; gap: 30px; color: #6f88a6; border-top: 1px solid rgba(255,255,255,0.08); font-size: 0.72rem; }
.floating-call { position: fixed; z-index: 900; right: 22px; bottom: 22px; display: none; width: 58px; height: 58px; place-items: center; color: var(--white); border-radius: 50%; background: linear-gradient(135deg, var(--blue-600), var(--blue-400)); box-shadow: 0 14px 34px rgba(8,125,242,0.42); }
.floating-call svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

/* Progressive enhancement: content stays visible unless JavaScript confirms reveal animations can run. */
.reveal { opacity: 1; translate: 0 0; transition: opacity 0.65s ease, translate 0.65s ease; transition-delay: var(--reveal-delay, 0ms); }
.reveal-animations .reveal { opacity: 0; translate: 0 24px; }
.reveal-animations .reveal.is-visible { opacity: 1; translate: 0 0; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: 0.001ms !important; }
  .reveal { opacity: 1; translate: 0 0; }
}

@media (max-width: 1180px) {
  .primary-nav { gap: 14px; font-size: 0.82rem; }
  .nav-cta, .nav-contact { padding: 9px 11px; }
  .hero__grid { grid-template-columns: 1fr 1fr; }
  .service-grid { grid-template-columns: repeat(3, 1fr); }
  .service-card { min-height: 350px; }
  .credential-grid { grid-template-columns: repeat(4, 1fr); }
  .footprint__grid { grid-template-columns: 0.8fr 1.2fr; }
  .history-card { grid-column: 1 / -1; }
  .history-stats { grid-template-columns: repeat(2, minmax(120px, 1fr)); }
}

@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .primary-nav { position: fixed; inset: 116px 16px auto; display: grid; max-height: calc(100vh - 135px); overflow-y: auto; padding: 18px; border: 1px solid rgba(255,255,255,0.12); border-radius: 20px; background: rgba(3,16,39,0.98); box-shadow: 0 24px 60px rgba(0,0,0,0.35); opacity: 0; pointer-events: none; transform: translateY(-18px); transition: opacity .25s ease, transform .25s ease; }
  .primary-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .primary-nav > a:not(.nav-cta):not(.nav-contact) { padding: 10px 8px; }
  .primary-nav > a:not(.nav-cta):not(.nav-contact)::after { display: none; }
  .nav-cta, .nav-contact { justify-content: center; padding: 13px; }
  .hero { padding-top: 70px; }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__copy { text-align: center; }
  .hero__lead { margin-inline: auto; }
  .hero__actions { justify-content: center; }
  .hero-network { width: min(100%, 720px); margin-inline: auto; }
  .trust-row { grid-template-columns: repeat(2, 1fr); }
  .trust-chip + .trust-chip { border-left: 0; }
  .trust-chip:nth-child(even) { border-left: 1px solid rgba(255,255,255,0.13); }
  .trust-chip:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,0.13); }
  .trust-chip:last-child { grid-column: 1 / -1; }
  .overview__grid { grid-template-columns: 160px 1fr; }
  .overview__features { grid-column: 1 / -1; grid-template-columns: repeat(2, 1fr); padding: 28px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .solutions__grid, .review__grid, .quote__grid { grid-template-columns: 1fr; }
  .action-band__grid { grid-template-columns: repeat(2, 1fr); }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer__language { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 78px 0; }
  .topbar__contacts a:first-child { display: none; }
  .topbar__contacts { gap: 10px; }
  .topbar { font-size: 0.72rem; }
  .site-header__inner { min-height: 70px; }
  .brand img { width: 145px; height: 48px; }
  .brand__tagline { display: none; }
  .primary-nav { top: 108px; }
  .hero { padding-top: 55px; }
  .hero h1 { font-size: clamp(2.55rem, 12vw, 4rem); }
  .hero__lead { font-size: 0.96rem; }
  .hero__actions .button { width: 100%; }
  .hero-network { min-height: 450px; transform: scale(0.94); }
  .hero-network__lines { top: -20px; }
  .tech-node { min-width: 105px; min-height: 82px; padding: 10px; }
  .tech-node__icon { width: 32px; height: 32px; }
  .tech-node__label { font-size: 0.57rem; }
  .tech-node--network { left: 0; }
  .tech-node--security { right: 0; }
  .tech-node--av { right: -2%; }
  .tech-node--voip { left: 0; }
  .tech-node--smart { right: 4%; }
  .network-hub { width: 78px; height: 78px; }
  .trust-row { grid-template-columns: 1fr; }
  .trust-chip, .trust-chip:nth-child(even), .trust-chip:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,0.12); border-left: 0; }
  .trust-chip:first-child { border-top: 0; }
  .trust-chip:last-child { grid-column: auto; }
  .overview__grid { grid-template-columns: 1fr; text-align: center; }
  .overview__badge { margin-inline: auto; }
  .overview__features { grid-template-columns: 1fr; text-align: left; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .solutions { padding-top: 20px; }
  .solution-panel__content { padding: 28px 24px; }
  .solution-panel__heading { align-items: flex-start; }
  .solution-panel__heading h2 { font-size: 1.65rem; }
  .solution-panel__icon { width: 58px; height: 58px; }
  .solution-panel__tags { display: grid; grid-template-columns: 1fr 1fr; }
  .footprint__grid { grid-template-columns: 1fr; }
  .south-florida-map { padding: 10px; }
  .history-card { grid-column: auto; }
  .history-stats { grid-template-columns: repeat(2, 1fr); }
  .credential-grid { grid-template-columns: repeat(2, 1fr); }
  .credential-card { min-height: 135px; }
  .action-band__grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid__full { grid-column: auto; }
  .quote-form { padding: 24px; }
  .footer__grid { grid-template-columns: 1fr; gap: 28px; text-align: left; }
  .footer__language { grid-column: auto; }
  .footer__bottom { flex-direction: column; align-items: flex-start; justify-content: center; padding: 18px 0 85px; }
  .floating-call { display: grid; }
}

@media (max-width: 430px) {
  .language-switch__button { font-size: 0.68rem; }
  .hero-network { min-height: 390px; transform: scale(0.83); transform-origin: center top; margin-bottom: -70px; }
  .hero h1 { letter-spacing: -0.045em; }
  .credential-grid { grid-template-columns: 1fr; }
  .solution-panel__tags { grid-template-columns: 1fr; }
  .history-stats { grid-template-columns: 1fr; }
}


/* ================================================================
   WiComm interactive experience — v1.4
   Progressive enhancements only: core content and actions remain
   usable when JavaScript, hover, or motion are unavailable.
   ================================================================ */

/* Shared focus treatment */
:where(a, button, input, select, textarea):focus-visible {
  outline: 3px solid rgba(98, 241, 213, 0.9);
  outline-offset: 4px;
}
section[id] { scroll-margin-top: 112px; }

/* Header motion, active navigation, and premium CTA responses */
.site-header__inner,
.brand img,
.brand__tagline,
.primary-nav > a { transition: min-height 0.3s ease, width 0.3s ease, height 0.3s ease, color 0.25s ease, opacity 0.25s ease, transform 0.25s ease; }
.brand { transform-origin: left center; transition: transform 0.3s cubic-bezier(.2,.8,.2,1), filter 0.3s ease; }
.brand:hover, .brand:focus-visible { filter: drop-shadow(0 0 1px rgba(255,255,255,.72)) drop-shadow(0 8px 18px rgba(66,189,255,0.28)); transform: translateY(-1px) scale(1.018); }
.primary-nav > a:not(.nav-cta):not(.nav-contact).is-current { color: var(--white); }
.primary-nav > a:not(.nav-cta):not(.nav-contact).is-current::after { right: 0; left: 0; box-shadow: 0 0 12px rgba(66,189,255,0.75); }
.nav-indicator { position: absolute; z-index: -1; bottom: 16px; left: 0; width: var(--indicator-width, 0px); height: 2px; border-radius: 99px; pointer-events: none; opacity: 0; background: linear-gradient(90deg, var(--blue-500), var(--cyan-300)); box-shadow: 0 0 13px rgba(66,189,255,0.72); transform: translateX(var(--indicator-x, 0px)); transition: width .32s cubic-bezier(.2,.8,.2,1), transform .32s cubic-bezier(.2,.8,.2,1), opacity .2s ease; }
.interactive-ready .nav-indicator { opacity: 1; }
.interactive-ready .primary-nav > a:not(.nav-cta):not(.nav-contact)::after { opacity: 0; }

.nav-cta, .nav-contact {
  --mag-x: 0px;
  --mag-y: 0px;
  --mag-lift: 0px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  transform: translate3d(var(--mag-x), calc(var(--mag-y) + var(--mag-lift)), 0);
  transition: transform .22s cubic-bezier(.2,.8,.2,1), box-shadow .25s ease, background .25s ease, border-color .25s ease;
  will-change: transform;
}
.nav-cta:hover, .nav-contact:hover { transform: translate3d(var(--mag-x), calc(var(--mag-y) - 2px), 0); }
.nav-cta:active, .nav-contact:active, .nav-cta.is-pressed, .nav-contact.is-pressed { transform: translate3d(var(--mag-x), calc(var(--mag-y) + 1px), 0) scale(.975); }
.nav-cta::after { position: absolute; z-index: -1; top: -80%; bottom: -80%; left: -65%; width: 42%; content: ""; pointer-events: none; opacity: 0; background: linear-gradient(90deg, transparent, rgba(255,255,255,.65), transparent); transform: rotate(16deg); transition: left .62s cubic-bezier(.2,.8,.2,1), opacity .2s ease; }
.nav-cta:hover::after, .nav-cta:focus-visible::after { left: 125%; opacity: .9; }
.nav-cta:hover, .nav-cta:focus-visible { box-shadow: 0 13px 34px rgba(29,156,255,.42), 0 0 0 1px rgba(145,222,255,.2), inset 0 1px rgba(255,255,255,.28); }
.nav-cta .icon { transition: transform .25s cubic-bezier(.2,.8,.2,1); }
.nav-cta:hover .icon, .nav-cta:focus-visible .icon { transform: translate3d(2px,-1px,0) scale(1.08); }
.nav-contact { background: rgba(66,189,255,.015); }
.nav-contact::before { position: absolute; z-index: -1; inset: -1px; padding: 1px; content: ""; pointer-events: none; border-radius: inherit; opacity: 0; background: conic-gradient(from 0turn, transparent 0 62%, rgba(98,241,213,.95) 72%, rgba(66,189,255,.95) 80%, transparent 90%); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; }
.nav-contact:hover::before, .nav-contact:focus-visible::before { opacity: 1; animation: contactBorderOrbit 1.05s linear 1; }
.nav-contact:hover, .nav-contact:focus-visible { color: white; border-color: rgba(98,241,213,.74); background: rgba(66,189,255,.12); box-shadow: 0 9px 24px rgba(29,156,255,.17); }
.nav-contact .icon { transform-origin: 55% 72%; }
.nav-contact:hover .icon, .nav-contact:focus-visible .icon { animation: phoneRing .55s ease 1; }
@keyframes contactBorderOrbit { to { transform: rotate(1turn); } }
@keyframes phoneRing { 0%,100% { transform: rotate(0); } 25% { transform: rotate(11deg); } 50% { transform: rotate(-9deg); } 75% { transform: rotate(5deg); } }

@media (min-width: 981px) {
  .primary-nav { position: relative; }
  .site-header.is-scrolled .site-header__inner { min-height: 66px; }
  .site-header.is-scrolled .brand img { width: 155px; height: 48px; }
  .site-header.is-scrolled .brand__tagline { opacity: .72; transform: translateY(-2px); }
  .site-header.is-scrolled .primary-nav > a:not(.nav-cta):not(.nav-contact) { padding-top: 21px; padding-bottom: 20px; }
  .site-header.is-scrolled .nav-indicator { bottom: 12px; }
}

/* Hero: layered cursor parallax and proximity lighting */
.hero { --hero-bg-x: 0px; --hero-bg-y: 0px; }
.hero::before { background-position: var(--hero-bg-x) var(--hero-bg-y); transition: background-position .45s ease-out; }
.hero__glow--one { transform: translate3d(var(--hero-glow-one-x, 0px), var(--hero-glow-one-y, 0px), 0); transition: transform .5s ease-out; }
.hero__glow--two { transform: translate3d(var(--hero-glow-two-x, 0px), var(--hero-glow-two-y, 0px), 0); transition: transform .55s ease-out; }
.hero-network {
  --scene-rx: 0deg;
  --scene-ry: 0deg;
  --scene-x: 0px;
  --scene-y: 0px;
  --glow-x: 50%;
  --glow-y: 50%;
  --glow-opacity: .18;
  --hub-x: 0px;
  --hub-y: 0px;
  --hub-scale: 1;
  --lines-x: 0px;
  --lines-y: 0px;
  --building-x: 0px;
  --building-y: 0px;
  isolation: isolate;
}
.hero-network::after { position: absolute; z-index: 1; inset: 0; content: ""; border-radius: 34px; pointer-events: none; opacity: var(--glow-opacity); background: radial-gradient(circle 150px at var(--glow-x) var(--glow-y), rgba(65,194,255,.55), rgba(21,122,255,.17) 34%, transparent 72%); mix-blend-mode: screen; transition: opacity .35s ease; }
.hero-network__scene { position: absolute; z-index: 2; inset: 0; transform-style: preserve-3d; transform: translate3d(var(--scene-x), var(--scene-y), 0) rotateX(var(--scene-rx)) rotateY(var(--scene-ry)); transition: transform .55s cubic-bezier(.18,.75,.22,1); will-change: transform; }
.hero-network.is-interacting .hero-network__scene { transition-duration: .09s; }
.hero-network__lines { transform: translate3d(var(--lines-x), var(--lines-y), 14px); transition: transform .45s ease-out, opacity .25s ease, filter .25s ease; }
.hero-network.is-interacting .hero-network__lines { opacity: 1; filter: saturate(1.18) brightness(1.08); }
.hero-network__lines path { transition: stroke-width .22s ease, opacity .22s ease, filter .22s ease; }
.hero-network__lines path.is-highlighted { stroke-width: 3.5; opacity: 1; filter: url(#line-glow) drop-shadow(0 0 6px rgba(98,241,213,.9)); }
.hero-network__lines .line-pulse.is-highlighted { stroke-width: 5.4; }
.network-hub { transform: translate(calc(-50% + var(--hub-x)), calc(-50% + var(--hub-y))) scale(var(--hub-scale)); transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .3s ease, filter .3s ease; }
.hero-network.is-interacting .network-hub { filter: brightness(1.13) saturate(1.15); box-shadow: 0 0 34px rgba(29,156,255,.9), 0 0 95px rgba(29,156,255,.38); }
.tech-node {
  --node-x: 0px;
  --node-y: 0px;
  --node-z: 0px;
  --node-lift: 0px;
  --node-scale: 1;
  transform: translate3d(var(--node-x), calc(var(--node-y) - var(--node-lift)), var(--node-z)) scale(var(--node-scale));
  transition: transform .38s cubic-bezier(.2,.8,.2,1), border-color .25s ease, box-shadow .25s ease, filter .25s ease;
  will-change: transform;
}
.hero-network.is-interacting .tech-node { transition-duration: .1s, .25s, .25s, .25s; }
.tech-node.is-nearest { --node-lift: 8px; --node-scale: 1.045; z-index: 7; color: white; border-color: rgba(98,241,213,.95); box-shadow: 0 24px 56px rgba(0,0,0,.34), 0 0 28px rgba(44,193,255,.38), inset 0 1px rgba(255,255,255,.16); filter: brightness(1.1) saturate(1.1); }
.tech-node.is-nearest .tech-node__label { color: #d8fbff; }
.hero-network__building { transform: translate3d(var(--building-x), var(--building-y), -18px); transition: transform .5s ease-out, opacity .3s ease; }
.hero-network.is-interacting .hero-network__building { opacity: .56; }
.hero-network.is-offscreen :is(.line-pulse, .network-hub__ring, .tech-node) { animation-play-state: paused; }

/* Secondary magnetic surfaces retain their existing visual hierarchy. */
.hero__actions .button--primary, .action-card--primary {
  --mag-x: 0px;
  --mag-y: 0px;
  transform: translate3d(var(--mag-x), var(--mag-y), 0);
  will-change: transform;
}
.hero__actions .button--primary:hover { transform: translate3d(var(--mag-x), calc(var(--mag-y) - 2px), 0); }
.action-card--primary:hover { transform: translate3d(var(--mag-x), calc(var(--mag-y) - 3px), 0); }
.hero__actions .button--primary:active, .action-card--primary:active { transform: translate3d(var(--mag-x), calc(var(--mag-y) + 1px), 0) scale(.985); }

/* Service cards: desktop depth and deliberate touch activation */
.service-card {
  --card-rx: 0deg;
  --card-ry: 0deg;
  --card-lift: 0px;
  --card-scale: 1;
  --card-spot-x: 50%;
  --card-spot-y: 50%;
  isolation: isolate;
  transform: perspective(850px) rotateX(var(--card-rx)) rotateY(var(--card-ry)) translateY(var(--card-lift)) scale(var(--card-scale));
  transform-style: preserve-3d;
}
.service-card::before { position: absolute; z-index: -1; inset: 0; content: ""; pointer-events: none; opacity: 0; background: radial-gradient(circle 180px at var(--card-spot-x) var(--card-spot-y), rgba(72,184,255,.19), transparent 70%); transition: opacity .3s ease; }
.service-card:hover, .service-card:focus-visible, .service-card.is-active { --card-lift: -9px; --card-scale: 1.008; z-index: 2; border-color: #8ecfff; box-shadow: 0 27px 62px rgba(8,48,93,.16), 0 0 0 1px rgba(29,156,255,.06); }
.service-card:hover::before, .service-card:focus-visible::before, .service-card.is-active::before { opacity: 1; }
.service-card__icon { transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .3s ease, filter .3s ease; }
.service-card:hover .service-card__icon, .service-card:focus-visible .service-card__icon, .service-card.is-active .service-card__icon { transform: translate3d(0,-3px,20px) scale(1.055); filter: saturate(1.12) brightness(1.06); box-shadow: 0 16px 32px rgba(0,0,0,.22), 0 0 20px rgba(29,156,255,.2); }
.service-card h3, .service-card li { transition: color .25s ease, transform .3s ease, opacity .25s ease; }
.service-card:hover h3, .service-card:focus-visible h3, .service-card.is-active h3 { color: #006fcf; transform: translateZ(14px); }
.service-card:hover li, .service-card:focus-visible li, .service-card.is-active li { color: #274a70; transform: translateX(2px); }
.service-card.is-active { border-width: 2px; }

/* Residential and commercial panels */
.solution-panel {
  --panel-rx: 0deg;
  --panel-ry: 0deg;
  --panel-lift: 0px;
  --panel-spot-x: 78%;
  --panel-spot-y: 25%;
  transform: perspective(1050px) rotateX(var(--panel-rx)) rotateY(var(--panel-ry)) translateY(var(--panel-lift));
  transform-style: preserve-3d;
  transition: transform .42s cubic-bezier(.2,.8,.2,1), box-shadow .35s ease, filter .35s ease;
}
.solution-panel::after { position: absolute; z-index: 1; inset: 0; content: ""; pointer-events: none; opacity: .18; background: radial-gradient(circle 250px at var(--panel-spot-x) var(--panel-spot-y), rgba(255,255,255,.3), transparent 70%); transition: opacity .3s ease; }
.solution-panel:hover, .solution-panel:focus-visible, .solution-panel.is-active { --panel-lift: -5px; box-shadow: 0 34px 95px rgba(1,16,39,.3), 0 0 0 1px rgba(104,218,255,.14); filter: saturate(1.06); }
.solution-panel:hover::after, .solution-panel:focus-visible::after, .solution-panel.is-active::after { opacity: .36; }
.solution-panel__overlay { transform: translate3d(var(--panel-overlay-x, 0px), var(--panel-overlay-y, 0px), 10px); transition: transform .45s ease-out, border-color .3s ease; }
.solution-panel:hover .solution-panel__overlay, .solution-panel.is-active .solution-panel__overlay { border-color: rgba(255,255,255,.2); }
.solution-panel__icon, .solution-panel__tags > span { transition: transform .32s cubic-bezier(.2,.8,.2,1), background .25s ease, border-color .25s ease; }
.solution-panel:hover .solution-panel__icon, .solution-panel:focus-visible .solution-panel__icon, .solution-panel.is-active .solution-panel__icon { transform: translate3d(0,-4px,22px) scale(1.04); background: rgba(255,255,255,.14); }
.solution-panel:hover .solution-panel__tags > span, .solution-panel:focus-visible .solution-panel__tags > span, .solution-panel.is-active .solution-panel__tags > span { transform: translate3d(0,-2px,12px); }
.solution-panel__tags > span:nth-child(2) { transition-delay: 35ms; }
.solution-panel__tags > span:nth-child(3) { transition-delay: 70ms; }
.solution-panel__tags > span:nth-child(4) { transition-delay: 105ms; }

/* Trust, county coverage, credentials, actions, and history */
.trust-chip { transition: background .25s ease, color .25s ease, transform .25s ease; }
.trust-chip:hover { color: white; background: rgba(49,183,255,.09); transform: translateY(-2px); }
.trust-chip .icon { transition: transform .3s ease, color .25s ease, filter .25s ease; }
.trust-chip:hover .icon { color: var(--cyan-300); filter: drop-shadow(0 0 8px rgba(98,241,213,.5)); transform: scale(1.1) rotate(-3deg); }
.count-up-text, .count-up-number { font-variant-numeric: tabular-nums; }
.history-stats div { transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.history-stats div:hover { border-color: #a7d7fb; box-shadow: 0 12px 24px rgba(20,91,158,.1); transform: translateY(-4px); }
.south-florida-map { position: relative; overflow: hidden; }
.coverage-list { position: relative; padding-left: 8px; }
.coverage-list::before { position: absolute; top: 16px; bottom: 16px; left: 19px; width: 2px; content: ""; border-radius: 99px; background: linear-gradient(var(--blue-500), var(--cyan-300)); box-shadow: 0 0 10px rgba(29,156,255,.35); transform: scaleY(1); transform-origin: top; }
.coverage-list li { position: relative; z-index: 1; min-height: 42px; padding: 7px 10px 7px 0; border-radius: 12px; transition: transform .25s ease, background .25s ease, color .25s ease, opacity .45s ease; transition-delay: calc(var(--county-index, 0) * 75ms); }
.coverage-list li .icon { width: 30px; height: 30px; padding: 6px; color: white; border-radius: 50%; background: linear-gradient(135deg, var(--blue-600), var(--blue-400)); box-shadow: 0 6px 16px rgba(8,125,242,.24); transition: transform .32s cubic-bezier(.2,.8,.2,1), box-shadow .3s ease; }
.coverage-list li:hover { color: #0871ce; background: rgba(29,156,255,.07); transform: translateX(5px); }
.coverage-list li:hover .icon { box-shadow: 0 9px 20px rgba(8,125,242,.35), 0 0 0 5px rgba(29,156,255,.08); transform: translateY(-2px) scale(1.08); }
.micro-animations .south-florida-map:not(.is-animated) .coverage-list::before { transform: scaleY(0); }
.micro-animations .south-florida-map:not(.is-animated) .coverage-list li { opacity: 0; transform: translateY(13px); }
.south-florida-map.is-animated .coverage-list::before { transition: transform .8s cubic-bezier(.2,.8,.2,1); }
.credential-card { position: relative; overflow: hidden; isolation: isolate; border-color: rgba(127,210,255,.22); transition: transform .3s cubic-bezier(.2,.8,.2,1), background .25s ease, border-color .25s ease, box-shadow .25s ease; }
.credential-card::before { position: absolute; z-index: -1; inset: 0; content: ""; opacity: 0; background: radial-gradient(circle at 50% 0%, rgba(66,189,255,.26), transparent 70%); transition: opacity .3s ease; }
.credential-card:hover, .credential-card:focus-visible { border-color: rgba(98,241,213,.48); background: rgba(255,255,255,.095); box-shadow: 0 18px 38px rgba(0,0,0,.15), inset 0 1px rgba(255,255,255,.12); transform: translateY(-7px); }
.credential-card:hover::before, .credential-card:focus-visible::before { opacity: 1; }
.credential-card svg, .credential-card strong { transition: transform .32s ease, filter .28s ease, box-shadow .28s ease; }
.credential-card:hover svg, .credential-card:focus-visible svg, .credential-card:hover strong, .credential-card:focus-visible strong { filter: drop-shadow(0 0 9px rgba(66,189,255,.55)); transform: translateY(-2px) scale(1.08); }
.action-card { position: relative; overflow: hidden; isolation: isolate; }
.action-card::after { position: absolute; z-index: -1; inset: 0; content: ""; pointer-events: none; opacity: 0; background: linear-gradient(115deg, transparent 20%, rgba(255,255,255,.11) 48%, transparent 72%); transform: translateX(-70%); transition: transform .55s ease, opacity .25s ease; }
.action-card:hover::after, .action-card:focus-visible::after { opacity: 1; transform: translateX(70%); }
.action-card > svg { transition: transform .28s ease, filter .28s ease; }
.action-card:hover > svg:first-child, .action-card:focus-visible > svg:first-child { filter: drop-shadow(0 0 8px rgba(66,189,255,.5)); transform: translateY(-2px) scale(1.08); }
.action-card:hover .action-card__arrow, .action-card:focus-visible .action-card__arrow { transform: translateX(5px); }

/* Review depth and one-time star reveal */
.review__visual {
  --review-rx: 0deg;
  --review-ry: 0deg;
  --review-lift: 0px;
  --review-ring-x: 0px;
  --review-ring-y: 0px;
  transform: perspective(950px) rotateX(var(--review-rx)) rotateY(var(--review-ry)) translateY(var(--review-lift));
  transform-style: preserve-3d;
  transition: transform .42s cubic-bezier(.2,.8,.2,1), box-shadow .35s ease;
}
.review__visual:hover { --review-lift: -4px; box-shadow: 0 36px 100px rgba(1,16,39,.28); }
.review__visual::before { transform: translate3d(var(--review-ring-x), var(--review-ring-y), 0); transition: transform .55s ease-out; }
.review__visual::after { transform: translate3d(var(--review-ring-x-secondary, 0px), var(--review-ring-y-secondary, 0px), 0); transition: transform .62s ease-out; }
.review__stars { display: flex; min-height: 48px; align-items: center; transform: translateZ(26px); }
.review__stars span { display: inline-block; opacity: 1; transform: none; }
.micro-animations .review__visual:not(.is-starred) .review__stars span { opacity: 0; transform: translateY(12px) scale(.6) rotate(-14deg); }
.review__visual.is-starred .review__stars span { animation: starPop .52s cubic-bezier(.17,.89,.32,1.45) both; animation-delay: calc(var(--star-index, 0) * 85ms); }
@keyframes starPop { from { opacity: 0; transform: translateY(12px) scale(.55) rotate(-14deg); } to { opacity: 1; transform: translateY(0) scale(1) rotate(0); } }

/* Quote form: focus, completion, delivery feedback */
.quote__contact-list a { transition: transform .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease; }
.quote__contact-list a:hover, .quote__contact-list a:focus-visible { border-color: rgba(98,241,213,.42); background: rgba(66,189,255,.09); box-shadow: 0 12px 26px rgba(0,0,0,.12); transform: translateX(4px); }
.quote__contact-list a .icon { transition: transform .28s ease, filter .28s ease; }
.quote__contact-list a:hover .icon, .quote__contact-list a:focus-visible .icon { filter: drop-shadow(0 0 7px rgba(66,189,255,.55)); transform: scale(1.08); }
.quote-form { position: relative; transition: transform .28s ease, box-shadow .3s ease; }
.quote-form label { position: relative; }
.quote-form label > span:first-child { transition: color .22s ease, transform .22s ease; }
.quote-form label:focus-within > span:first-child { color: var(--blue-600); transform: translateX(2px); }
.quote-form label.is-complete > span:first-child::after { margin-left: 6px; content: "✓"; color: #15925d; font-weight: 900; }
.quote-form input, .quote-form select, .quote-form textarea { transition: border-color .22s ease, box-shadow .22s ease, background .22s ease, transform .22s ease; }
.quote-form input:hover, .quote-form select:hover, .quote-form textarea:hover { border-color: #9ecdf2; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { background: white; transform: translateY(-1px); }
.quote-form label.is-complete :is(input, select, textarea) { border-color: #9cdcc2; background-color: #fbfffd; }
.form-status { transition: opacity .25s ease, transform .25s ease, color .25s ease; }
.form-status:empty { opacity: 0; transform: translateY(-4px); }
.form-status:not(:empty) { opacity: 1; transform: translateY(0); }
.form-status[data-state="success"] { animation: statusArrive .42s ease both; }
.form-status[data-state="error"] { animation: statusArrive .32s ease both; }
.quote-form.form-shake { animation: formNudge .32s ease 1; }
.quote-form button { position: relative; overflow: hidden; isolation: isolate; }
.quote-form button::before { position: absolute; z-index: -1; inset: 0; content: ""; pointer-events: none; background: linear-gradient(90deg, transparent, rgba(255,255,255,.22), transparent); transform: translateX(-120%); }
.quote-form button.is-loading::before { animation: loadingSweep 1.1s ease-in-out infinite; }
.quote-form button.is-loading { box-shadow: 0 14px 35px rgba(8,125,242,.35), inset 0 -3px rgba(255,255,255,.16); }
@keyframes statusArrive { from { opacity: 0; transform: translateY(7px); } }
@keyframes formNudge { 0%,100% { transform: translateX(0); } 25% { transform: translateX(-4px); } 60% { transform: translateX(3px); } }
@keyframes loadingSweep { to { transform: translateX(120%); } }

/* Footer and low-intensity ambient motion */
.footer { position: relative; overflow: hidden; isolation: isolate; }
.footer::before, .footer::after { position: absolute; z-index: 0; content: ""; pointer-events: none; border-radius: 50%; }
.footer::before { right: -170px; bottom: -230px; width: 520px; height: 520px; border: 1px solid rgba(66,189,255,.12); box-shadow: 0 0 0 55px rgba(66,189,255,.018), 0 0 0 115px rgba(66,189,255,.012); animation: footerDrift 18s ease-in-out infinite alternate; }
.footer::after { top: 25%; right: 9%; width: 5px; height: 5px; background: var(--blue-400); box-shadow: 80px 28px rgba(98,241,213,.45), 145px -12px rgba(66,189,255,.4), 215px 52px rgba(66,189,255,.32); animation: footerNodes 9s ease-in-out infinite alternate; }
.footer__contact a { width: fit-content; transition: color .25s ease, transform .25s ease; }
.footer__contact a:hover, .footer__contact a:focus-visible { color: var(--blue-400); transform: translateX(4px); }
.footer__contact .icon { transition: transform .28s ease, filter .28s ease; }
.footer__contact a:hover .icon, .footer__contact a:focus-visible .icon { filter: drop-shadow(0 0 7px rgba(66,189,255,.55)); transform: translateY(-1px) scale(1.08); }
@keyframes footerDrift { to { transform: translate3d(-22px,-12px,0) scale(1.035); } }
@keyframes footerNodes { to { opacity: .55; transform: translate3d(-20px,10px,0); } }

/* Mobile menu entrance and interactive touch states */
@media (max-width: 980px) {
  .interactive-ready .primary-nav > a { opacity: 0; transform: translateY(-5px); transition: opacity .22s ease, transform .28s ease, background .2s ease; }
  .interactive-ready .primary-nav.is-open > a { opacity: 1; transform: translateY(0); }
  .primary-nav.is-open > a:nth-child(2) { transition-delay: 25ms; }
  .primary-nav.is-open > a:nth-child(3) { transition-delay: 50ms; }
  .primary-nav.is-open > a:nth-child(4) { transition-delay: 75ms; }
  .primary-nav.is-open > a:nth-child(5) { transition-delay: 100ms; }
  .primary-nav.is-open > a:nth-child(6) { transition-delay: 125ms; }
  .primary-nav.is-open > a:nth-child(7) { transition-delay: 150ms; }
  .primary-nav.is-open > a:nth-child(8) { transition-delay: 175ms; }
  .nav-indicator { display: none; }
  .interactive-ready .primary-nav > a:not(.nav-cta):not(.nav-contact)::after { opacity: 1; }
  .service-card.is-active, .solution-panel.is-active { transform: translateY(-5px) scale(1.008); }
}

@media (hover: none), (pointer: coarse) {
  .nav-cta, .nav-contact { will-change: auto; }
  .service-card:hover, .solution-panel:hover, .review__visual:hover { transform: none; }
  .service-card.is-active { --card-lift: -6px; --card-scale: 1.008; }
  .solution-panel.is-active { --panel-lift: -4px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-network__scene, .hero-network__lines, .network-hub, .tech-node, .hero-network__building,
  .service-card, .solution-panel, .review__visual, .nav-cta, .nav-contact { transform: none !important; }
  .network-hub { transform: translate(-50%, -50%) !important; }
  .hero-network::after { opacity: .14 !important; }
  .micro-animations .south-florida-map:not(.is-animated) .coverage-list li,
  .micro-animations .review__visual:not(.is-starred) .review__stars span { opacity: 1; transform: none; }
  .micro-animations .south-florida-map:not(.is-animated) .coverage-list::before { transform: scaleY(1); }
}

/* ==================================================================
   WiComm v1.6 — Living Technology Blueprint, accessibility & launch
   ================================================================== */

:root {
  --header-offset: 104px;
  --focus-ring: #62f1d5;
  --focus-ring-dark: #087df2;
  --security-red: #e65769;
  --av-violet: #9a7cff;
  --voip-cyan: #70e7ff;
}

html { scroll-padding-top: var(--header-offset); }
:where(section[id], [id="contact"], [id="main"]) { scroll-margin-top: var(--header-offset); }
.site-header { -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); }

/* Consistent, high-contrast keyboard focus treatment. */
:where(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline: 3px solid var(--focus-ring);
  outline-offset: 4px;
  box-shadow: 0 0 0 7px rgba(98, 241, 213, 0.17);
}
:where(input, select, textarea):focus-visible {
  outline-color: #7fd1ff;
  outline-offset: 1px;
  box-shadow: 0 0 0 4px rgba(29, 156, 255, 0.2);
}
:where(.service-card, .solution-panel):focus-visible {
  border-color: var(--focus-ring);
}
.skip-link:focus-visible { outline-color: white; }

/* Mobile navigation: backdrop, focus-safe animation and no-JS fallback. */
.nav-backdrop {
  position: fixed;
  z-index: 990;
  inset: 0;
  visibility: hidden;
  background: rgba(1, 8, 21, 0.68);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .24s ease, visibility .24s step-end;
}
.nav-backdrop.is-visible {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition: opacity .24s ease, visibility 0s;
}
body.menu-open { overflow: hidden; overscroll-behavior: contain; }

/* Interactive service wording in the hero remains readable as normal copy. */
.hero-service-term {
  display: inline;
  margin: 0;
  padding: 0 .08em;
  color: #dff5ff;
  background: linear-gradient(transparent 68%, rgba(66,189,255,.2) 68%);
  border: 0;
  border-radius: 3px;
  font: inherit;
  font-weight: 720;
  line-height: inherit;
  cursor: pointer;
  transition: color .2s ease, background .2s ease, text-shadow .2s ease;
}
.hero-service-term:hover,
.hero-service-term:focus-visible,
.hero-service-term.is-active {
  color: white;
  background: linear-gradient(transparent 58%, rgba(98,241,213,.34) 58%);
  text-shadow: 0 0 15px rgba(66,189,255,.5);
}

/* Living Technology Blueprint. */
.blueprint-hero {
  --lens-x: 50%;
  --lens-y: 50%;
  --lens-size: 145px;
  --scene-rx: 0deg;
  --scene-ry: 0deg;
  --scene-x: 0px;
  --scene-y: 0px;
  position: relative;
  min-height: 570px;
  perspective: 1100px;
  isolation: isolate;
}
.blueprint-hero::before {
  position: absolute;
  z-index: -1;
  right: 2%;
  bottom: 4%;
  left: 2%;
  height: 28%;
  content: "";
  background: radial-gradient(ellipse, rgba(8,125,242,.25), transparent 72%);
  filter: blur(18px);
}
.blueprint-scene {
  position: absolute;
  inset: 0 0 30px;
  overflow: hidden;
  border: 1px solid rgba(95,199,255,.18);
  border-radius: 30px;
  background:
    radial-gradient(circle at 72% 28%, rgba(28,139,255,.15), transparent 30%),
    linear-gradient(155deg, rgba(7,34,67,.94), rgba(2,14,34,.86));
  box-shadow: inset 0 1px rgba(255,255,255,.07), 0 28px 80px rgba(0,0,0,.25);
  transform: translate3d(var(--scene-x), var(--scene-y), 0) rotateX(var(--scene-rx)) rotateY(var(--scene-ry));
  transform-style: preserve-3d;
  transition: transform .55s cubic-bezier(.18,.75,.22,1), border-color .3s ease, box-shadow .3s ease;
  will-change: transform;
}
.blueprint-hero.is-interacting .blueprint-scene { transition-duration: .09s; border-color: rgba(92,207,255,.36); box-shadow: inset 0 1px rgba(255,255,255,.1), 0 34px 95px rgba(0,0,0,.3), 0 0 42px rgba(13,121,225,.12); }
.blueprint-scene::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: .2;
  background-image: linear-gradient(rgba(103,194,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(103,194,255,.08) 1px, transparent 1px);
  background-size: 32px 32px;
  -webkit-mask-image: radial-gradient(circle at 62% 52%, black, transparent 77%);
  mask-image: radial-gradient(circle at 62% 52%, black, transparent 77%);
}
.blueprint-svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.blueprint-svg--base { z-index: 2; }
.blueprint-svg--xray {
  z-index: 4;
  opacity: .96;
  pointer-events: none;
  -webkit-mask-image: radial-gradient(circle var(--lens-size) at var(--lens-x) var(--lens-y), #000 0 64%, rgba(0,0,0,.9) 73%, transparent 100%);
  mask-image: radial-gradient(circle var(--lens-size) at var(--lens-x) var(--lens-y), #000 0 64%, rgba(0,0,0,.9) 73%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  transition: opacity .25s ease;
}
.blueprint-cursor-glow {
  position: absolute;
  z-index: 3;
  width: calc(var(--lens-size) * 2.1);
  aspect-ratio: 1;
  left: var(--lens-x);
  top: var(--lens-y);
  pointer-events: none;
  border: 1px solid rgba(112,231,255,.2);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(90,210,255,.17), rgba(27,120,255,.06) 44%, transparent 72%);
  box-shadow: inset 0 0 35px rgba(103,220,255,.09), 0 0 48px rgba(29,156,255,.11);
  transform: translate(-50%,-50%);
  opacity: .7;
  transition: opacity .3s ease, width .35s ease;
}
.blueprint-hero.is-interacting .blueprint-cursor-glow { opacity: 1; }
.blueprint-scanline {
  position: absolute;
  z-index: 5;
  top: 13%;
  bottom: 8%;
  left: 50%;
  width: 1px;
  pointer-events: none;
  opacity: .18;
  background: linear-gradient(transparent, rgba(112,231,255,.9), transparent);
  box-shadow: 0 0 14px rgba(66,189,255,.65);
  animation: blueprintScan 10s ease-in-out infinite alternate;
}
@keyframes blueprintScan { from { transform: translateX(-245px); } to { transform: translateX(245px); } }

.bp-background { fill: none; stroke: #4a9bd4; stroke-width: 1.25; opacity: .32; }
.bp-horizon { stroke: #3d8fc7; stroke-width: 1.4; }
.bp-skyline { fill: url(#bp-sky); stroke: #4b9bd3; }
.bp-window-lines { fill: none; stroke: #6ebff1; stroke-width: 1; opacity: .38; }
.bp-palms { fill: none; stroke: #4b9bd3; stroke-width: 2; stroke-linecap: round; opacity: .55; }
.bp-shell { stroke-linejoin: round; stroke-linecap: round; }
.bp-structure { fill: url(#bp-home); stroke: rgba(125,211,255,.8); stroke-width: 2.15; }
.bp-roof, .bp-floor, .bp-entry, .bp-door { fill: none; stroke: rgba(133,218,255,.83); stroke-width: 2; }
.bp-glass { fill: url(#bp-glass); stroke: rgba(94,190,238,.5); stroke-width: 1.15; }
.bp-home-shell .bp-structure { fill: rgba(8,46,82,.72); }
.bp-commercial-shell .bp-structure { fill: rgba(5,34,68,.76); }
.bp-depth { transform-box: fill-box; transform-origin: center; transition: transform .4s ease-out; }

.bp-route, .bp-pulse { fill: none; stroke-linecap: round; stroke-linejoin: round; }
.bp-route { stroke-width: 2.5; opacity: .42; filter: url(#bp-route-glow); transition: opacity .25s ease, stroke-width .25s ease, filter .25s ease; }
.bp-route--network { stroke: var(--blue-400); }
.bp-route--security { stroke: var(--security-red); }
.bp-route--av { stroke: var(--av-violet); }
.bp-route--voip { stroke: var(--voip-cyan); }
.bp-route--automation { stroke: var(--cyan-300); }
.bp-route-ghosts .bp-route { opacity: .2; stroke-width: 2; }
.bp-pulse { stroke-width: 4.2; stroke-dasharray: 4 30; filter: url(#bp-route-glow); animation: blueprintDataFlow 4.4s linear infinite; }
.bp-pulse--network { stroke: var(--blue-400); }
.bp-pulse--security { stroke: var(--security-red); animation-delay: -.8s; }
.bp-pulse--av { stroke: var(--av-violet); animation-delay: -1.7s; }
.bp-pulse--voip { stroke: var(--voip-cyan); animation-delay: -2.5s; }
.bp-pulse--automation { stroke: var(--cyan-300); animation-delay: -3.3s; }
@keyframes blueprintDataFlow { to { stroke-dashoffset: -102; } }
.bp-interiors { fill: rgba(40,161,226,.07); stroke: rgba(154,220,255,.72); stroke-width: 1.3; }
.bp-room { opacity: .6; transition: opacity .25s ease, filter .25s ease; }
.bp-room path, .bp-room circle { fill: none; stroke: rgba(181,233,255,.78); stroke-width: 1.35; }
.bp-room circle { fill: rgba(89,202,255,.14); }
.bp-route-nodes circle { fill: #dff8ff; stroke: var(--blue-400); stroke-width: 2; filter: url(#bp-route-glow); animation: blueprintNodeBreath 2.9s ease-in-out infinite alternate; }
@keyframes blueprintNodeBreath { to { opacity: .5; transform: scale(.78); transform-origin: center; } }

.blueprint-hero.has-active-system [data-system] { opacity: .13; }
.blueprint-hero[data-active-system="network"] [data-system="network"],
.blueprint-hero[data-active-system="security"] [data-system="security"],
.blueprint-hero[data-active-system="av"] [data-system="av"],
.blueprint-hero[data-active-system="voip"] [data-system="voip"],
.blueprint-hero[data-active-system="automation"] [data-system="automation"] {
  opacity: 1;
  filter: url(#bp-route-glow) brightness(1.28) saturate(1.2);
}
.blueprint-hero.has-active-system .bp-route[data-system] { stroke-width: 2; }
.blueprint-hero[data-active-system="network"] .bp-route[data-system="network"],
.blueprint-hero[data-active-system="security"] .bp-route[data-system="security"],
.blueprint-hero[data-active-system="av"] .bp-route[data-system="av"],
.blueprint-hero[data-active-system="voip"] .bp-route[data-system="voip"],
.blueprint-hero[data-active-system="automation"] .bp-route[data-system="automation"] { stroke-width: 4; }

.blueprint-indicators { position: absolute; z-index: 8; inset: 0 0 30px; pointer-events: none; }
.blueprint-indicator {
  --indicator-color: var(--blue-400);
  position: absolute;
  left: var(--indicator-x);
  top: var(--indicator-y);
  display: flex;
  width: 38px;
  height: 38px;
  align-items: center;
  gap: 9px;
  padding: 8px;
  overflow: hidden;
  color: white;
  background: rgba(4,25,55,.88);
  border: 1px solid color-mix(in srgb, var(--indicator-color) 75%, white 10%);
  border-radius: 999px;
  box-shadow: 0 0 0 5px rgba(29,156,255,.06), 0 8px 25px rgba(0,0,0,.28), 0 0 18px color-mix(in srgb, var(--indicator-color) 30%, transparent);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  pointer-events: auto;
  transform: translate(-50%,-50%);
  transition: width .34s cubic-bezier(.2,.8,.2,1), transform .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease;
  white-space: nowrap;
}
.blueprint-indicator--security { --indicator-color: var(--security-red); }
.blueprint-indicator--av { --indicator-color: var(--av-violet); }
.blueprint-indicator--voip { --indicator-color: var(--voip-cyan); }
.blueprint-indicator--automation { --indicator-color: var(--cyan-300); }
.blueprint-indicator svg { width: 20px; height: 20px; flex: 0 0 20px; fill: none; stroke: var(--indicator-color); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.blueprint-indicator span { opacity: 0; font-size: .69rem; font-weight: 800; letter-spacing: .02em; transition: opacity .18s ease .04s; }
.blueprint-indicator:hover,
.blueprint-indicator:focus-visible,
.blueprint-indicator.is-active { width: 178px; background: rgba(4,31,66,.96); border-color: var(--indicator-color); box-shadow: 0 10px 30px rgba(0,0,0,.34), 0 0 25px color-mix(in srgb, var(--indicator-color) 45%, transparent); transform: translate(-50%,-50%) translateY(-3px); }
.blueprint-indicator:hover span,
.blueprint-indicator:focus-visible span,
.blueprint-indicator.is-active span { opacity: 1; }
.blueprint-indicator::after { position: absolute; inset: -7px; content: ""; border: 1px solid var(--indicator-color); border-radius: 50%; opacity: .16; animation: indicatorRadar 2.8s ease-out infinite; }
@keyframes indicatorRadar { 0% { transform: scale(.55); opacity: .35; } 80%,100% { transform: scale(1.25); opacity: 0; } }
.blueprint-caption { position: absolute; right: 14px; bottom: 0; left: 14px; margin: 0; color: #8ab3d4; font-size: .72rem; text-align: center; letter-spacing: .025em; }
.blueprint-hero.is-offscreen .bp-pulse,
.blueprint-hero.is-offscreen .blueprint-scanline,
.blueprint-hero.is-offscreen .bp-route-nodes circle,
.blueprint-hero.is-offscreen .blueprint-indicator::after { animation-play-state: paused; }

/* County card name no longer suggests a map. */
.county-coverage-card { padding: 28px; border: 1px solid #d8e9f8; border-radius: 26px; background: linear-gradient(155deg, #f8fcff, #eaf5ff); box-shadow: var(--shadow-sm); }
.county-coverage-card .coverage-list { position: relative; padding-left: 21px; }
.county-coverage-card .coverage-list::before { position: absolute; top: 7px; bottom: 7px; left: 7px; width: 2px; content: ""; background: linear-gradient(var(--blue-500), var(--cyan-300)); border-radius: 99px; transform-origin: top; transform: scaleY(1); }
.county-coverage-card .coverage-list li { position: relative; }
.county-coverage-card .coverage-list li::before { position: absolute; left: -18px; width: 7px; height: 7px; content: ""; background: white; border: 2px solid var(--blue-500); border-radius: 50%; box-shadow: 0 0 0 4px rgba(29,156,255,.08); }

/* Accessible form validation. */
.form-error-summary { margin-bottom: 20px; padding: 16px 18px; color: #6f1624; background: #fff2f4; border: 1px solid #ee9cab; border-left: 5px solid #d93751; border-radius: 12px; }
.form-error-summary[hidden] { display: none; }
.form-error-summary h3 { margin: 0 0 7px; color: #8b172a; font-size: 1rem; }
.form-error-summary ul { display: grid; gap: 3px; margin: 0; padding-left: 20px; }
.form-error-summary a { color: #8b172a; text-decoration: underline; text-underline-offset: 2px; }
.field-error { display: block; min-height: 0; margin-top: 6px; color: #a51f35; font-size: .76rem; font-weight: 700; line-height: 1.35; }
.field-error:empty { display: none; }
.quote-form :is(input,select,textarea)[aria-invalid="true"] { border-color: #dc4058; background: #fff8f9; box-shadow: 0 0 0 3px rgba(220,64,88,.13); }
.quote-form label.has-error > span:first-child { color: #c32640; }
.quote-form label.has-error > span:first-child::after { margin-left: 6px; content: "!"; color: #c32640; font-weight: 950; }
.quote-form label.has-error.is-complete > span:first-child::after { content: "!"; color: #c32640; }
.quote-form.form-is-success { box-shadow: 0 28px 70px rgba(33,169,112,.2); }
.quote-form.form-is-error { box-shadow: 0 28px 70px rgba(207,53,77,.13); }
.form-status[data-state="success"] { color: #08734b; }
.form-status[data-state="error"] { color: #a51f35; }

/* Direct Google review link can be activated by entering its exact URL in data-review-url. */
#google-review-link[data-review-ready="true"] .icon { color: #ffd96b; }

/* Compatibility fallbacks. */
@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
  .site-header, .primary-nav, .blueprint-indicator, .credential-card { background-color: rgba(3,16,39,.98); }
}
@supports not ((-webkit-mask-image: radial-gradient(circle, #000, transparent)) or (mask-image: radial-gradient(circle, #000, transparent))) {
  .blueprint-svg--xray { opacity: .26; }
  .blueprint-hero.has-active-system .blueprint-svg--xray { opacity: .78; }
  .blueprint-scene::before { opacity: .08; }
}
@supports not (background: color-mix(in srgb, red, blue)) {
  .blueprint-indicator { border-color: rgba(82,196,255,.75); box-shadow: 0 8px 25px rgba(0,0,0,.28), 0 0 18px rgba(66,189,255,.24); }
}

@media (max-width: 1180px) {
  .blueprint-hero { min-height: 525px; }
}

@media (max-width: 980px) {
  .js .primary-nav { z-index: 1001; }
  html:not(.js) .menu-toggle { display: none; }
  html:not(.js) .primary-nav {
    position: static;
    display: grid;
    max-height: none;
    overflow: visible;
    padding: 12px;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }
  html:not(.js) .site-header__inner { flex-wrap: wrap; padding-bottom: 12px; }
  html:not(.js) .primary-nav { flex: 1 0 100%; }
  .blueprint-hero { width: min(100%, 760px); min-height: 545px; margin-inline: auto; }
}

@media (max-width: 720px) {
  .blueprint-hero { min-height: 485px; }
  .blueprint-scene { bottom: 38px; border-radius: 23px; }
  .blueprint-indicators { bottom: 38px; }
  .blueprint-indicator { width: 34px; height: 34px; padding: 7px; }
  .blueprint-indicator svg { width: 18px; height: 18px; flex-basis: 18px; }
  .blueprint-indicator:hover, .blueprint-indicator:focus-visible, .blueprint-indicator.is-active { width: 150px; }
  .blueprint-indicator span { font-size: .62rem; }
  .blueprint-caption { font-size: .66rem; }
}

@media (max-width: 430px) {
  .blueprint-hero { min-height: 390px; margin-bottom: 0; }
  .blueprint-scene { inset: 0 0 42px; }
  .blueprint-indicators { inset: 0 0 42px; }
  .blueprint-indicator { transform: translate(-50%,-50%) scale(.88); }
  .blueprint-indicator:hover, .blueprint-indicator:focus-visible, .blueprint-indicator.is-active { width: 132px; transform: translate(-50%,-50%) translateY(-2px) scale(.9); }
  .blueprint-indicator span { font-size: .57rem; }
  .blueprint-scanline { display: none; }
  .blueprint-caption { right: 5px; left: 5px; }
}

@media (hover: none), (pointer: coarse) {
  .blueprint-svg--xray { opacity: .45; --lens-size: 190px; }
  .blueprint-cursor-glow { display: none; }
  .blueprint-indicator::after { animation-duration: 4.8s; }
}

@media (update: slow), (prefers-reduced-data: reduce) {
  .bp-pulse, .blueprint-scanline, .blueprint-indicator::after, .footer::before, .footer::after { animation: none !important; }
  .blueprint-cursor-glow { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .blueprint-scene, .bp-depth, .blueprint-indicator { transform: none !important; }
  .blueprint-svg--xray { opacity: .55; -webkit-mask-image: none; mask-image: none; }
  .blueprint-cursor-glow, .blueprint-scanline { display: none; }
  .bp-pulse, .blueprint-indicator::after, .bp-route-nodes circle { animation: none !important; }
}
