/*
Theme Name: Advanced Security Solutions
Theme URI: https://advancedsecurityandcctv.com/
Author: Advanced Security Solutions LLC
Description: A fast, accessible custom theme for Advanced Security Solutions LLC, rebuilt for modern WordPress and PHP 8.3.
Version: 1.2.25
Requires at least: 6.4
Tested up to: 7.1
Requires PHP: 8.1
Text Domain: advanced-security-solutions
*/

:root {
  --navy: #172438;
  --navy-deep: #0c1523;
  --blue: #2174a6;
  --blue-bright: #2f94ce;
  --green: #4b8c35;
  --green-dark: #326724;
  --orange: #ef6c22;
  --ink: #1e2936;
  --muted: #5f6c7b;
  --line: #dce3e9;
  --surface: #f4f7f9;
  --white: #fff;
  --shadow: 0 16px 42px rgba(16, 33, 52, .12);
  --radius: 18px;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
}
img { display: block; max-width: 100%; height: auto; }
.ascctv-icon {
  display: inline-block; width: 1em; height: 1em; padding: .08em; overflow: visible;
  fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round;
  vertical-align: -.12em;
}
a { color: var(--blue); text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: var(--green-dark); }
button, input, textarea, select { font: inherit; }
h1, h2, h3 { margin: 0 0 .6em; color: var(--navy); line-height: 1.12; letter-spacing: -.025em; }
h1 { font-size: clamp(2.5rem, 6vw, 4.9rem); }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.55rem); }
p { margin: 0 0 1.25rem; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.screen-reader-text {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus { z-index: 100000; top: 10px; left: 10px; width: auto; height: auto; padding: 12px 16px; clip: auto; background: #fff; }
.eyebrow { margin-bottom: 14px; color: var(--green-dark); font-size: .8rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.section { padding: clamp(70px, 9vw, 118px) 0; }
.section-heading { max-width: 750px; margin-bottom: 42px; }
.section-heading p:last-child { color: var(--muted); font-size: 1.12rem; }
.button {
  display: inline-flex; min-height: 48px; align-items: center; justify-content: center;
  padding: 12px 22px; border: 2px solid transparent; border-radius: 10px;
  background: var(--green-dark); color: #fff; font-weight: 800; text-decoration: none;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
.button:hover { transform: translateY(-2px); background: #244d1a; color: #fff; box-shadow: 0 10px 25px rgba(50, 103, 36, .25); }
.button-secondary { border-color: rgba(255,255,255,.72); background: rgba(12,21,35,.3); }
.button-secondary:hover { background: #fff; color: var(--navy); }

.site-header { position: relative; z-index: 50; border-top: 5px solid var(--navy-deep); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.98); }
.topbar { display: none; }
.topbar-inner { display: flex; min-height: 38px; align-items: center; justify-content: space-between; gap: 20px; }
.topbar a { color: #fff; font-weight: 700; text-decoration: none; }
.header-main { display: flex; min-height: 76px; align-items: center; gap: 18px; }
.site-branding { flex: 0 1 340px; }
.custom-logo-link { display: block; }
.custom-logo { width: auto; max-height: 58px; }
.site-title { margin: 0; font-size: 1.35rem; font-weight: 900; }
.site-title a { color: var(--navy); text-decoration: none; }
.site-nav { margin-left: auto; }
.site-nav ul { display: flex; align-items: center; gap: clamp(14px, 1.55vw, 24px); margin: 0; padding: 0; list-style: none; }
.site-nav li { position: relative; }
.site-nav a { display: inline-flex; min-height: 44px; align-items: center; color: var(--navy); font-size: .88rem; font-weight: 700; text-decoration: none; white-space: nowrap; }
.site-nav a:hover, .site-nav .current-menu-item > a { color: var(--green-dark); }
.site-nav .menu-item-has-children > a::after { content: "⌄"; margin-left: 6px; color: var(--muted); font-size: .9em; }
.site-nav .sub-menu { position: absolute; z-index: 80; top: calc(100% - 2px); left: -18px; display: none; min-width: 250px; max-height: calc(100vh - 110px); overflow-y: auto; padding: 10px; border: 1px solid var(--line); border-radius: 10px; background: #fff; box-shadow: 0 16px 34px rgba(16,33,52,.14); }
.site-nav .sub-menu li { width: 100%; }
.site-nav .sub-menu a { width: 100%; min-height: 42px; padding: 8px 11px; border-radius: 6px; font-size: .9rem; }
.site-nav .sub-menu a:hover, .site-nav .sub-menu a:focus-visible { background: var(--surface); }
.site-nav li:hover > .sub-menu, .site-nav li:focus-within > .sub-menu { display: flex; align-items: stretch; flex-direction: column; gap: 2px; }
.header-cta, .nav-mobile-cta {
  min-height: 44px; align-items: center; justify-content: center; padding: 10px 18px;
  border-radius: 8px; background: var(--green-dark); color: #fff; font-size: .84rem;
  font-weight: 800; line-height: 1.2; text-decoration: none; white-space: nowrap;
  box-shadow: 0 6px 16px rgba(50, 103, 36, .18);
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
.header-cta { display: inline-flex; flex: 0 0 auto; }
.header-cta:hover, .header-cta:focus-visible, .nav-mobile-cta:hover, .nav-mobile-cta:focus-visible {
  transform: translateY(-1px); background: #244d1a; color: #fff; box-shadow: 0 8px 20px rgba(50, 103, 36, .24);
}
.site-nav .nav-mobile-cta { display: none; }
.menu-toggle { display: none; width: 48px; height: 48px; margin-left: auto; border: 1px solid var(--line); border-radius: 9px; background: #fff; color: var(--navy); cursor: pointer; }

.hero { position: relative; min-height: 680px; display: grid; align-items: center; overflow: hidden; color: #fff; background: var(--navy-deep); }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,17,29,.96) 0%, rgba(8,17,29,.80) 48%, rgba(8,17,29,.18) 100%); z-index: 1; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: center top; }
.hero-content { position: relative; z-index: 2; max-width: 790px; padding: 90px 0; }
.hero h1 { color: #fff; }
.hero .eyebrow { color: #a6d194; }
.hero-copy { max-width: 690px; color: #e7eef4; font-size: clamp(1.1rem, 2vw, 1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.trust-strip { position: relative; z-index: 3; margin-top: -48px; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.trust-item { min-height: 124px; padding: 25px 30px; border-right: 1px solid var(--line); }
.trust-item:last-child { border: 0; }
.trust-item strong { display: block; margin-bottom: 4px; color: var(--navy); font-size: 1.08rem; }
.trust-item span { color: var(--muted); font-size: .94rem; }

.services { background: var(--surface); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 9px 28px rgba(16,33,52,.07); }
.service-card img { width: 100%; aspect-ratio: 16 / 7; object-fit: cover; object-position: center; background: #eef3f6; }
.service-card-body { padding: 26px; }
.service-card p { color: var(--muted); }
.service-link { font-weight: 800; }

.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(45px, 8vw, 96px); align-items: center; }
.split-media { overflow: hidden; border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow); }
.split-media img { width: 100%; min-height: 390px; object-fit: cover; }
.check-list { margin: 28px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; margin: 13px 0; padding-left: 34px; font-weight: 700; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; display: grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; background: #e4f1de; color: var(--green-dark); font-size: .8rem; }
.credentials { background: var(--navy); color: #e8eff4; }
.credentials h2 { color: #fff; }
.credential-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 35px; }
.credential-card { display: flex; min-height: 190px; align-items: center; justify-content: center; padding: 28px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: #fff; }
.credential-card img { max-height: 150px; object-fit: contain; }

.technology-partners { padding: 70px 0 48px; background: #fff; }
.partner-heading { margin: 0 auto 26px; text-align: center; }
.partner-heading h2 { margin-bottom: 0; font-size: clamp(1.7rem, 3vw, 2.4rem); }
.partner-marquee { overflow: hidden; padding: 8px 0 14px; -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); }
.partner-track { display: flex; width: max-content; animation: partner-scroll 36s linear infinite; }
.partner-set { display: flex; gap: 20px; padding-right: 20px; }
.partner-marquee:hover .partner-track, .partner-marquee:focus-within .partner-track { animation-play-state: paused; }
.partner-card { display: flex; width: 230px; min-height: 122px; flex: 0 0 230px; align-items: center; justify-content: center; padding: 22px 18px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 8px 24px rgba(16,33,52,.06); color: var(--navy); text-align: center; text-decoration: none; transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.partner-card:hover, .partner-card:focus-visible { transform: translateY(-3px); border-color: #aebdca; color: var(--navy); box-shadow: 0 13px 30px rgba(16,33,52,.11); }
.partner-card > span { display: flex; align-items: center; justify-content: center; flex-direction: column; font-size: clamp(1.15rem, 2.1vw, 1.8rem); font-weight: 900; line-height: 1; letter-spacing: .02em; }
.partner-card > img { width: 132px; height: 52px; object-fit: contain; }
.partner-card small { margin-top: 7px; color: var(--muted); font-size: .54rem; font-weight: 800; letter-spacing: .09em; }
.partner-sonos > span { letter-spacing: .18em; }
.partner-silent-knight > span { color: #b42318; font-size: clamp(1rem, 1.65vw, 1.45rem); }
.partner-silent-knight small, .partner-system-sensor small { margin: 0 0 7px; color: #4d5965; }
.partner-napco > span { color: #174f86; }
.partner-sony > span { color: #111; font-family: Georgia, "Times New Roman", serif; letter-spacing: .08em; }
.partner-samsung > span { color: #1428a0; letter-spacing: .08em; }
.partner-system-sensor > span { color: #d7282f; font-size: clamp(1rem, 1.65vw, 1.45rem); }
.partner-note { margin: 22px 0 0; color: var(--muted); font-size: .78rem; text-align: center; }
@keyframes partner-scroll { to { transform: translateX(-50%); } }

.cta { background: linear-gradient(125deg, var(--blue) 0%, #174e72 100%); color: #fff; }
.cta-inner { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; }
.cta h2 { color: #fff; }
.cta p { max-width: 760px; margin-bottom: 0; color: #e7f2f9; }
.cta-actions { display: flex; flex-direction: column; gap: 12px; min-width: 220px; }

.content-area { padding: 70px 0 100px; }
.entry-header { margin-bottom: 35px; }
.entry-content { max-width: 850px; }
.entry-content > * { max-width: 100%; }
.entry-content img { border-radius: 12px; }
.post-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.post-card { padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); }
.post-meta { color: var(--muted); font-size: .9rem; }

/* About page */
.about-main { overflow: hidden; }
.about-hero { padding: clamp(62px, 8vw, 108px) 0; background: linear-gradient(135deg, #edf5f9 0%, #fff 68%); }
.about-hero-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr); gap: clamp(44px, 7vw, 90px); align-items: center; }
.about-hero-copy h1 { max-width: 720px; font-size: clamp(2.65rem, 5.2vw, 4.7rem); }
.about-hero-copy > p:not(.eyebrow) { max-width: 690px; color: var(--muted); font-size: clamp(1.04rem, 1.7vw, 1.2rem); }
.about-hero-copy > .about-since { color: var(--green-dark); font-size: .94rem; }
.about-hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 28px; }
.about-outline-button { border-color: var(--blue); background: transparent; color: var(--blue); }
.about-outline-button:hover, .about-outline-button:focus-visible { background: var(--blue); color: #fff; }
.about-hero-media { position: relative; }
.about-hero-media img { width: 100%; aspect-ratio: 16 / 11; object-fit: cover; border-radius: var(--radius); box-shadow: 0 22px 55px rgba(16,33,52,.19); }
.about-hero-label { position: absolute; right: 20px; bottom: 20px; max-width: calc(100% - 40px); padding: 13px 17px; border: 1px solid rgba(255,255,255,.2); border-radius: 9px; background: rgba(7,23,40,.91); color: #fff; font-size: .84rem; font-weight: 800; letter-spacing: .025em; box-shadow: 0 9px 24px rgba(0,0,0,.2); }

.about-proof { border-block: 1px solid var(--line); background: #fff; }
.about-proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.about-proof-item { display: grid; min-height: 126px; grid-template-columns: 44px 1fr; gap: 17px; align-items: center; padding: 25px clamp(20px, 3vw, 36px); border-right: 1px solid var(--line); }
.about-proof-item:last-child { border-right: 0; }
.about-proof-icon { display: grid !important; width: 44px !important; height: 44px !important; padding: 10px; place-items: center; border-radius: 50%; background: #e7f1f7; color: var(--blue); font-size: 23px !important; }
.about-proof-item strong { display: block; margin-bottom: 3px; color: var(--navy); font-size: 1rem; }
.about-proof-item span:last-child { display: block; color: var(--muted); font-size: .86rem; line-height: 1.45; }

.about-story { padding: clamp(76px, 9vw, 118px) 0; background: #fff; }
.about-story-grid { display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(380px, .97fr); gap: clamp(48px, 8vw, 104px); align-items: center; }
.about-story-copy h2 { max-width: 720px; }
.about-story-copy > p:not(.eyebrow) { max-width: 690px; color: var(--muted); font-size: 1.05rem; }
.about-system-card { overflow: hidden; border-radius: var(--radius); background: var(--navy); color: #e4edf3; box-shadow: var(--shadow); }
.about-system-card-header { padding: 28px 30px 22px; border-bottom: 1px solid rgba(255,255,255,.12); }
.about-system-card-header p { margin: 0; color: #a9d49a; font-size: .76rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.about-system-card-header h3 { margin: 7px 0 0; color: #fff; font-size: clamp(1.45rem, 2.6vw, 2rem); }
.about-system-list { margin: 0; padding: 0; list-style: none; }
.about-system-list li { display: grid; min-height: 72px; grid-template-columns: 38px 1fr; gap: 15px; align-items: center; padding: 15px 30px; border-bottom: 1px solid rgba(255,255,255,.1); }
.about-system-list li:last-child { border-bottom: 0; }
.about-system-list .dashicons { width: 30px; height: 30px; color: #a9d49a; font-size: 30px; }
.about-system-list strong { display: block; color: #fff; font-size: .98rem; }
.about-system-list span:last-child { display: block; color: #bdcbd5; font-size: .82rem; line-height: 1.45; }

.about-team { padding: clamp(70px, 8vw, 104px) 0; border-top: 1px solid var(--line); background: #f3f6f8; }
.about-team-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr); gap: clamp(48px, 8vw, 96px); align-items: center; }
.about-team-copy h2 { max-width: 720px; }
.about-team-copy > p:not(.eyebrow) { max-width: 720px; color: var(--muted); font-size: 1.05rem; line-height: 1.72; }
.about-team-commitments { display: grid; gap: 1px; overflow: hidden; margin: 0; padding: 0; border-radius: var(--radius); background: rgba(255,255,255,.12); color: #e4edf3; list-style: none; box-shadow: var(--shadow); }
.about-team-commitments li { display: grid; min-height: 106px; grid-template-columns: 40px 1fr; gap: 17px; align-items: center; padding: 24px 28px; background: var(--navy); }
.about-team-commitments .dashicons { width: 34px; height: 34px; color: #b7dca9; font-size: 34px; }
.about-team-commitments strong { display: block; margin-bottom: 4px; color: #fff; font-size: 1rem; }
.about-team-commitments span:last-child { display: block; color: #bdcbd5; font-size: .84rem; line-height: 1.5; }

.about-values { padding: clamp(70px, 8vw, 100px) 0; border-block: 1px solid var(--line); background: var(--surface); }
.about-values-heading { max-width: 760px; margin-bottom: 38px; }
.about-values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.about-value-card { min-height: 250px; padding: 28px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 8px 25px rgba(16,33,52,.055); }
.about-value-number { display: inline-flex; margin-bottom: 38px; color: var(--blue); font-size: .75rem; font-weight: 900; letter-spacing: .13em; }
.about-value-card h3 { font-size: 1.18rem; }
.about-value-card p { margin-bottom: 0; color: var(--muted); font-size: .91rem; }

.about-clients { padding: clamp(76px, 9vw, 112px) 0; background: #fff; }
.about-clients-heading { max-width: 800px; margin: 0 auto 40px; text-align: center; }
.about-clients-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.about-client-card { position: relative; overflow: hidden; min-height: 310px; padding: clamp(30px, 4vw, 48px); border-radius: var(--radius); background: #0d2d4b; color: #dce8f0; }
.about-client-card:last-child { background: #174e72; }
.about-client-card::after { content: ""; position: absolute; right: -80px; bottom: -110px; width: 270px; height: 270px; border: 52px solid rgba(255,255,255,.055); border-radius: 50%; }
.about-client-card .dashicons { position: relative; z-index: 1; width: 40px; height: 40px; margin-bottom: 25px; color: #b7dca9; font-size: 40px; }
.about-client-card h3 { position: relative; z-index: 1; color: #fff; font-size: clamp(1.45rem, 2.7vw, 2rem); }
.about-client-card p { position: relative; z-index: 1; max-width: 520px; margin-bottom: 0; color: #d8e4ec; }
.about-service-area { margin: 28px auto 0; color: var(--muted); text-align: center; }
.about-service-area strong { color: var(--navy); }

.about-editor-content { padding: 0 0 80px; }
.about-editor-content .entry-content { margin-inline: auto; }

.about-cta { padding: 45px 0; background: var(--navy-deep); color: #fff; }
.about-cta-inner { display: grid; grid-template-columns: 1fr auto; gap: 38px; align-items: center; }
.about-cta .eyebrow { margin-bottom: 6px; color: #b7dca9; }
.about-cta h2 { max-width: 770px; margin: 0; color: #fff; font-size: clamp(1.55rem, 2.7vw, 2.35rem); }
.about-cta-actions { display: grid; min-width: 225px; gap: 10px; }
.about-cta .button-secondary { background: transparent; }

.legal-hero { padding-bottom: 64px; background: linear-gradient(135deg, #edf5f9 0%, #fff 70%); }
.legal-hero h1 { max-width: 900px; font-size: clamp(2.7rem, 6vw, 4.6rem); }
.legal-hero > .container > p:not(.eyebrow):not(.legal-updated) { max-width: 790px; color: var(--muted); font-size: 1.14rem; }
.legal-updated { margin: 24px 0 0; color: var(--navy); font-size: .92rem; }
.legal-main { padding-top: 64px; }
.legal-layout { display: grid; grid-template-columns: 240px minmax(0, 820px); gap: clamp(42px, 8vw, 94px); align-items: start; }
.legal-toc { position: sticky; top: 24px; display: flex; flex-direction: column; gap: 4px; padding: 24px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); }
.legal-toc strong { margin-bottom: 8px; color: var(--navy); }
.legal-toc a { padding: 7px 0; color: var(--muted); font-size: .9rem; font-weight: 700; text-decoration: none; }
.legal-toc a:hover, .legal-toc a:focus-visible { color: var(--green-dark); text-decoration: underline; }
.legal-content { min-width: 0; }
.legal-section { scroll-margin-top: 30px; padding-bottom: 38px; }
.legal-section + .legal-section { padding-top: 38px; border-top: 1px solid var(--line); }
.legal-section h2 { font-size: clamp(1.75rem, 3vw, 2.45rem); }
.legal-section h3 { margin-top: 30px; font-size: 1.24rem; }
.legal-section p, .legal-section li { color: #465565; }
.legal-section ul { margin: 8px 0 24px; padding-left: 23px; }
.legal-section li { margin: 9px 0; }
.legal-callout { margin: 28px 0 0; padding: 18px 20px; border-left: 4px solid var(--blue); border-radius: 8px; background: #eef6fb; color: #324b5f; }
.legal-section address { padding: 20px; border-radius: 10px; background: var(--surface); color: var(--navy); font-style: normal; font-weight: 700; }
.legal-terms { margin-top: 12px; }

.contact-hero { background: linear-gradient(135deg, #edf5f9 0%, #fff 66%); }
.contact-hero-inner { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); gap: clamp(40px, 8vw, 100px); align-items: center; }
.contact-hero h1 { font-size: clamp(2.35rem, 5vw, 3.8rem); }
.contact-hero p:not(.eyebrow) { max-width: 780px; color: var(--muted); font-size: 1.17rem; }
.contact-outline-button { border-color: var(--blue); background: transparent; color: var(--blue); }
.contact-outline-button:hover { background: var(--blue); color: #fff; }
.contact-hero-card { padding: 32px; border-top: 5px solid var(--green); border-radius: var(--radius); background: var(--navy); color: #dbe5ed; box-shadow: var(--shadow); }
.contact-hero-card strong { display: block; margin-bottom: 10px; color: #fff; font-size: 1.3rem; }
.contact-options { position: relative; z-index: 2; padding-bottom: 24px; background: var(--surface); }
.contact-option-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; transform: translateY(-28px); }
.contact-option-grid article { padding: 25px; border: 1px solid var(--line); border-radius: 15px; background: #fff; box-shadow: 0 9px 28px rgba(16,33,52,.08); }
.contact-option-grid article > span { display: grid; width: 39px; height: 39px; margin-bottom: 18px; place-items: center; border-radius: 10px; background: #e5f0f7; color: var(--blue); }
.contact-option-grid h2 { font-size: 1.15rem; }
.contact-option-grid p { margin-bottom: 0; color: var(--muted); font-size: .94rem; }
.contact-main { background: var(--surface); }
.contact-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); gap: 30px; align-items: start; }
.contact-form-card, .contact-details-card { padding: clamp(24px, 3.4vw, 38px); border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 10px 32px rgba(16,33,52,.07); }
.contact-form-card h2 { font-size: clamp(1.7rem, 3vw, 2.35rem); }
.contact-details-card h2 { font-size: clamp(1.45rem, 2.25vw, 1.9rem); }
.contact-details-card { position: sticky; top: 24px; }
.form-notice { margin: 22px 0; padding: 14px 16px; border-left: 4px solid; border-radius: 7px; }
.form-notice-success { border-color: var(--green); background: #edf7e9; color: #24531a; }
.form-notice-error { border-color: #b42318; background: #fff0ef; color: #7a1710; }
.contact-form { margin-top: 22px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-grid label > span { display: block; margin-bottom: 5px; color: var(--navy); font-size: .86rem; font-weight: 750; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; min-height: 44px; padding: 9px 11px; border: 1px solid #bcc8d2; border-radius: 8px; background: #fff; color: var(--ink); font-size: .94rem; }
.form-grid textarea { min-height: 125px; resize: vertical; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { outline: 3px solid rgba(33,116,166,.2); border-color: var(--blue); }
.form-full { grid-column: 1 / -1; }
.contact-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.payment-warning { margin: 18px 0 13px; padding: 11px 13px; border-radius: 8px; background: #fff6e8; color: #65410d; font-size: .82rem; }
.privacy-consent { display: flex; align-items: flex-start; gap: 9px; margin-bottom: 16px; font-size: .84rem; }
.privacy-consent input { width: 19px; height: 19px; margin-top: 3px; flex: 0 0 auto; }
.turnstile-wrap { width: 100%; max-width: 420px; min-height: 0; margin: 0 0 16px; overflow: hidden; }
.response-note { margin: 14px 0 0; color: var(--muted); font-size: .88rem; }
.contact-details-list { margin: 22px 0; }
.contact-details-list div { padding: 14px 0; border-bottom: 1px solid var(--line); }
.contact-details-list dt { margin-bottom: 4px; color: var(--muted); font-size: .8rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contact-details-list dd { margin: 0; color: var(--navy); font-weight: 750; overflow-wrap: anywhere; }
.contact-trust-list { margin-top: 22px; font-size: .9rem; }

.estimate-hero { padding: clamp(68px, 8vw, 104px) 0; background: linear-gradient(135deg, #071728 0%, #0d3555 100%); color: #dbe7ef; }
.estimate-hero-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); gap: clamp(42px, 7vw, 90px); align-items: center; }
.estimate-hero h1 { max-width: 760px; color: #fff; font-size: clamp(2.65rem, 6vw, 4.7rem); }
.estimate-hero p:not(.eyebrow) { max-width: 720px; margin: 0; color: #d8e4ec; font-size: 1.08rem; }
.estimate-hero .eyebrow { color: #b7dca9; }
.estimate-hero-card { display: grid; grid-template-columns: 52px 1fr; gap: 8px 18px; padding: 30px; border: 1px solid rgba(255,255,255,.24); border-top: 5px solid var(--green); border-radius: 14px; background: rgba(255,255,255,.08); box-shadow: 0 22px 50px rgba(0,0,0,.18); }
.estimate-hero-card > .ascctv-icon { width: 48px; height: 48px; grid-row: 1 / 3; color: #b7dca9; }
.estimate-hero-card strong { color: #fff; font-size: 1.18rem; }
.estimate-hero-card span { color: #d1dee7; font-size: .9rem; line-height: 1.55; }
.estimate-main { padding: clamp(58px, 7vw, 92px) 0; background: var(--surface); }
.estimate-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 30px; align-items: start; }
.estimate-form-card { min-width: 0; padding: clamp(24px, 4vw, 44px); border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 14px 38px rgba(16,33,52,.08); }
.estimate-form-card h2 { font-size: clamp(1.9rem, 3.4vw, 2.7rem); }
.estimate-intro, .estimate-help { color: var(--muted); }
.estimate-progress { display: grid; grid-template-columns: repeat(4, 1fr); margin: 30px 0 38px; padding: 0; list-style: none; }
.estimate-progress li { position: relative; display: grid; gap: 7px; justify-items: center; color: #74808c; text-align: center; }
.estimate-progress li:not(:last-child)::after { content: ""; position: absolute; z-index: 0; top: 17px; left: calc(50% + 23px); width: calc(100% - 46px); height: 2px; background: #d7e0e6; }
.estimate-progress span { position: relative; z-index: 1; display: grid; width: 36px; height: 36px; place-items: center; border: 2px solid #c8d2d9; border-radius: 50%; background: #fff; font-size: .82rem; font-weight: 900; }
.estimate-progress strong { font-size: .74rem; letter-spacing: .035em; text-transform: uppercase; }
.estimate-progress li[aria-current="step"], .estimate-progress li.is-complete { color: var(--navy); }
.estimate-progress li[aria-current="step"] span { border-color: var(--blue); background: var(--blue); color: #fff; box-shadow: 0 0 0 5px rgba(33,116,166,.12); }
.estimate-progress li.is-complete span { border-color: var(--green-dark); background: var(--green-dark); color: #fff; }
.estimate-progress li.is-complete::after { background: var(--green-dark); }
.estimate-form { margin-top: 0; }
.estimate-form-card:not(.is-enhanced) .estimate-progress, .estimate-form:not(.is-enhanced) .estimate-next, .estimate-form:not(.is-enhanced) .estimate-back { display: none; }
.estimate-step { min-width: 0; margin: 0; padding: 0; border: 0; }
.estimate-step[hidden] { display: none; }
.estimate-step > legend { width: 100%; margin: 0 0 6px; padding: 0; color: var(--navy); font-size: clamp(1.35rem, 2.5vw, 1.85rem); font-weight: 850; line-height: 1.25; }
.estimate-step > legend:focus { outline: 3px solid rgba(33,116,166,.22); outline-offset: 5px; }
.estimate-subgroup { margin: 32px 0 0; padding: 26px 0 0; border: 0; border-top: 1px solid var(--line); }
.estimate-subgroup > legend { padding: 0 8px 0 0; color: var(--navy); font-size: 1.08rem; font-weight: 850; }
.estimate-choice-grid { display: grid; gap: 13px; margin-top: 22px; }
.estimate-service-choices { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.estimate-property-choices, .estimate-timeline-choices { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.estimate-choice { position: relative; display: block; cursor: pointer; }
.estimate-choice > input { position: absolute; width: 1px; height: 1px; margin: 0; opacity: 0; }
.estimate-choice-content { display: grid; min-height: 132px; grid-template-columns: 34px 1fr; gap: 4px 12px; align-content: center; padding: 20px; border: 2px solid #d7e0e6; border-radius: 12px; background: #fff; transition: border-color .16s ease, background .16s ease, box-shadow .16s ease; }
.estimate-choice-content > .ascctv-icon { width: 32px; height: 32px; grid-row: 1 / 3; color: var(--green-dark); }
.estimate-choice-content strong { align-self: end; color: var(--navy); font-size: .95rem; line-height: 1.35; }
.estimate-choice-content small { color: var(--muted); font-size: .78rem; line-height: 1.45; }
.estimate-choice:hover .estimate-choice-content { border-color: #9eb1be; }
.estimate-choice > input:focus-visible + .estimate-choice-content { outline: 3px solid rgba(33,116,166,.25); outline-offset: 3px; }
.estimate-choice > input:checked + .estimate-choice-content { border-color: var(--green-dark); background: #f1f8ee; box-shadow: 0 0 0 2px rgba(50,103,36,.1); }
.estimate-choice > input:checked + .estimate-choice-content::after { content: "✓"; position: absolute; top: 12px; right: 14px; display: grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; background: var(--green-dark); color: #fff; font-size: .78rem; font-weight: 900; }
.estimate-choice-compact .estimate-choice-content { min-height: 68px; grid-template-columns: 1fr; padding: 15px 42px 15px 16px; }
.estimate-choice-compact .estimate-choice-content strong { align-self: center; }
.estimate-field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 22px; }
.estimate-field { display: block; }
.estimate-field > span { display: block; margin-bottom: 6px; color: var(--navy); font-size: .88rem; font-weight: 800; }
.estimate-field input, .estimate-field select, .estimate-field textarea { width: 100%; min-height: 48px; padding: 10px 12px; border: 1px solid #aebcc7; border-radius: 8px; background: #fff; color: var(--ink); }
.estimate-field textarea { min-height: 150px; resize: vertical; }
.estimate-field input:focus, .estimate-field select:focus, .estimate-field textarea:focus { outline: 3px solid rgba(33,116,166,.2); border-color: var(--blue); }
.estimate-field-full { grid-column: 1 / -1; }
.estimate-details-field { margin-top: 26px; }
.estimate-step-actions { display: flex; align-items: center; justify-content: flex-end; gap: 13px; margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--line); }
.estimate-step-actions .button { border: 0; cursor: pointer; }
.estimate-back { display: inline-flex; min-height: 48px; align-items: center; gap: 8px; padding: 10px 16px; border: 1px solid #bac7d0; border-radius: 9px; background: #fff; color: var(--navy); font-weight: 800; cursor: pointer; }
.estimate-back:hover, .estimate-back:focus-visible { border-color: var(--blue); background: #eef6fb; }
.estimate-submit:disabled { cursor: not-allowed; opacity: .55; }
.estimate-support-card { position: sticky; top: 24px; padding: 30px; border-top: 5px solid var(--green); border-radius: 14px; background: var(--navy); color: #dbe5ed; box-shadow: var(--shadow); }
.estimate-support-card > .ascctv-icon { width: 44px; height: 44px; margin-bottom: 17px; color: #b7dca9; }
.estimate-support-card h2 { color: #fff; font-size: 1.55rem; }
.estimate-support-card ol { display: grid; gap: 19px; margin: 24px 0; padding: 0; counter-reset: estimate-next; list-style: none; }
.estimate-support-card li { position: relative; padding-left: 38px; counter-increment: estimate-next; }
.estimate-support-card li::before { content: counter(estimate-next); position: absolute; top: 1px; left: 0; display: grid; width: 26px; height: 26px; place-items: center; border-radius: 50%; background: #fff; color: var(--navy); font-size: .76rem; font-weight: 900; }
.estimate-support-card li strong, .estimate-support-card li span { display: block; }
.estimate-support-card li strong { color: #fff; font-size: .92rem; }
.estimate-support-card li span { margin-top: 3px; color: #bdcad4; font-size: .8rem; line-height: 1.5; }
.estimate-support-card > p { margin: 22px 0 0; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.16); color: #d8e4ec; font-size: .82rem; font-weight: 800; }
.estimate-phone-link { display: inline-flex; min-height: 44px; align-items: center; gap: 8px; color: #fff; font-weight: 850; }
.estimate-phone-link .ascctv-icon { width: 20px; height: 20px; }

.site-footer { padding: 62px 0 26px; background: var(--navy-deep); color: #bdc9d4; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 60px; }
.footer-logo { width: min(390px, 100%); margin-bottom: 18px; padding: 10px; border-radius: 8px; background: #fff; }
.footer-social-link { display: inline-flex; min-height: 44px; align-items: center; gap: 10px; margin-top: 8px; padding: 8px 13px 8px 8px; border: 1px solid rgba(255,255,255,.18); border-radius: 8px; font-weight: 800; text-decoration: none; }
.footer-social-link svg { width: 28px; height: 28px; padding: 3px; flex: 0 0 28px; border-radius: 6px; background: #1877f2; color: #fff; }
.footer-social-link:hover, .footer-social-link:focus-visible { border-color: #74a7e8; background: rgba(24,119,242,.14); color: #fff; }
.site-footer h2, .site-footer h3 { color: #fff; font-size: 1.05rem; }
.site-footer a { color: #e8f3fa; }
.footer-nav { margin: 0; padding: 0; list-style: none; }
.footer-nav li { margin: 7px 0; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 48px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); font-size: .88rem; }
.footer-legal { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 10px 18px; }
.privacy-choices-link { display: inline-flex; min-height: 0; align-items: center; gap: 4px; line-height: 1.25; }
.privacy-choices-icon { display: inline-block; width: 24px; height: 12px; flex: 0 0 auto; vertical-align: middle; }
.cookie-settings-button { min-height: 0; padding: 0; border: 0; background: transparent; color: #e8f3fa; font-size: inherit; line-height: 1.25; text-decoration: underline; text-decoration-thickness: .08em; text-underline-offset: .18em; cursor: pointer; }
.cookie-settings-button:hover, .cookie-settings-button:focus-visible { color: #b7d9ec; }
.cookie-settings-primary { min-height: 46px; padding: 10px 18px; border: 2px solid transparent; border-radius: 9px; background: var(--green); color: #fff; font-weight: 800; text-decoration: none; }
.cookie-settings-primary:hover, .cookie-settings-primary:focus-visible { background: var(--green-dark); color: #fff; }
.cookie-table-wrap { margin: 22px 0 28px; overflow-x: auto; border: 1px solid var(--line); border-radius: 12px; }
.cookie-table { width: 100%; min-width: 620px; border-collapse: collapse; background: #fff; font-size: .92rem; }
.cookie-table th, .cookie-table td { padding: 13px 15px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.cookie-table thead th { background: var(--surface); color: var(--navy); }
.cookie-table tbody th { color: var(--navy); }
.cookie-table tr:last-child th, .cookie-table tr:last-child td { border-bottom: 0; }
.cookie-banner { position: fixed; z-index: 120; right: 0; bottom: 0; left: 0; padding: 14px 20px; border-top: 1px solid #c8d1d8; background: #eef1f3; box-shadow: 0 -9px 28px rgba(12, 21, 35, .14); }
.cookie-banner[hidden] { display: none; }
.cookie-banner-inner { display: flex; width: min(100%, 1160px); margin: 0 auto; align-items: center; justify-content: space-between; gap: 24px; }
.cookie-banner-copy { max-width: 820px; }
.cookie-banner-copy strong { display: block; margin-bottom: 2px; color: var(--navy); font-size: .9rem; }
.cookie-banner-copy p { margin: 0; color: #43515e; font-size: .8rem; line-height: 1.45; }
.cookie-actions { display: flex; flex: 0 0 auto; gap: 10px; }
.cookie-button { min-width: 98px; min-height: 40px; padding: 8px 18px; border: 1px solid var(--blue); border-radius: 999px; font-size: .84rem; font-weight: 800; cursor: pointer; }
.cookie-deny { background: transparent; color: var(--blue); }
.cookie-deny:hover, .cookie-deny:focus-visible { background: #fff; }
.cookie-customize { background: #fff; color: var(--navy); }
.cookie-customize:hover, .cookie-customize:focus-visible { background: #f8fbfd; }
.cookie-allow { background: var(--blue); color: #fff; }
.cookie-allow:hover, .cookie-allow:focus-visible { background: #155d89; }
.cookie-preferences-backdrop { position: fixed; z-index: 125; inset: 0; background: rgba(5, 15, 28, .62); }
.cookie-preferences-backdrop[hidden] { display: none; }
.cookie-preferences { position: fixed; z-index: 130; top: 50%; left: 50%; visibility: hidden; width: min(620px, calc(100% - 32px)); max-height: calc(100vh - 32px); overflow-y: auto; padding: 30px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 26px 80px rgba(5, 18, 34, .34); opacity: 0; transform: translate(-50%, calc(-50% + 18px)); transition: opacity .18s ease, transform .18s ease, visibility .18s ease; }
.cookie-preferences[aria-hidden="false"] { visibility: visible; opacity: 1; transform: translate(-50%, -50%); }
.cookie-preferences-open { overflow: hidden; }
.cookie-preferences-close { position: absolute; top: 14px; right: 16px; width: 40px; height: 40px; border: 0; border-radius: 50%; background: #edf2f5; color: var(--navy); font-size: 1.55rem; cursor: pointer; }
.cookie-preferences h2 { margin: 3px 42px 8px 0; color: var(--navy); font-size: 1.7rem; }
.cookie-preferences > p:not(.eyebrow):not(.cookie-preferences-links) { margin: 0 0 18px; color: var(--muted); font-size: .9rem; }
.cookie-gpc-notice { display: grid; gap: 2px; margin-bottom: 16px; padding: 12px 14px; border-left: 4px solid var(--green); border-radius: 8px; background: #f0f7ec; color: var(--navy); font-size: .84rem; }
.cookie-gpc-notice[hidden] { display: none; }
.cookie-gpc-notice span { color: var(--muted); }
.cookie-category-list { overflow: hidden; border: 1px solid var(--line); border-radius: 12px; }
.cookie-category { display: flex; min-height: 72px; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 16px; border-bottom: 1px solid var(--line); cursor: pointer; }
.cookie-category:last-child { border-bottom: 0; }
.cookie-category > span { display: grid; gap: 3px; }
.cookie-category strong { color: var(--navy); font-size: .94rem; }
.cookie-category small { color: var(--muted); font-size: .78rem; line-height: 1.4; }
.cookie-category input { width: 22px; height: 22px; flex: 0 0 auto; accent-color: var(--green); }
.cookie-category input:disabled { opacity: .62; cursor: not-allowed; }
.cookie-preferences-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 18px; }
.cookie-preferences-actions .cookie-button { flex: 1 1 150px; }
.cookie-save { background: var(--green); border-color: var(--green); color: #fff; }
.cookie-save:hover, .cookie-save:focus-visible { background: var(--green-dark); }
.cookie-preferences-links { margin: 16px 0 0; text-align: center; font-size: .8rem; }
.feedback-tab {
  position: fixed; z-index: 95; top: 54%; right: 0; display: flex; min-width: 48px; min-height: 132px;
  align-items: center; justify-content: center; flex-direction: column; gap: 8px; padding: 13px 11px;
  border: 0; border-radius: 10px 0 0 10px; background: #286fe0; color: #fff; box-shadow: 0 9px 28px rgba(18, 53, 98, .3);
  font-size: .88rem; font-weight: 850; letter-spacing: .03em; text-decoration: none; cursor: pointer;
}
.feedback-tab span { writing-mode: vertical-rl; transform: rotate(180deg); }
.feedback-tab svg { width: 20px; height: 20px; flex: 0 0 auto; }
.feedback-tab:hover, .feedback-tab:focus-visible { background: #1558be; color: #fff; }
.feedback-backdrop { position: fixed; z-index: 80; inset: 0; visibility: hidden; background: rgba(7, 15, 26, .52); opacity: 0; transition: opacity .22s ease, visibility .22s ease; }
.feedback-backdrop.is-open { visibility: visible; opacity: 1; }
.feedback-panel { position: fixed; z-index: 90; top: 50%; right: 28px; visibility: hidden; width: min(420px, calc(100% - 40px)); max-height: calc(100vh - 40px); overflow-y: auto; padding: 32px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 24px 70px rgba(7, 20, 38, .28); opacity: 0; transform: translate(36px, -50%); transition: opacity .22s ease, transform .22s ease, visibility .22s ease; }
.feedback-panel[aria-hidden="false"] { visibility: visible; opacity: 1; transform: translate(0, -50%); }
.feedback-panel h2 { padding-right: 32px; font-size: 1.9rem; }
.feedback-panel > p:not(.eyebrow) { color: var(--muted); }
.feedback-close { position: absolute; top: 14px; right: 14px; display: grid; width: 44px; height: 44px; place-items: center; border: 0; border-radius: 50%; background: var(--surface); color: var(--navy); font-size: 1.8rem; line-height: 1; cursor: pointer; }
.feedback-close:hover, .feedback-close:focus-visible { background: #dfeaf0; }
.feedback-form { display: grid; gap: 16px; margin-top: 24px; }
.feedback-form label > span { display: block; margin-bottom: 6px; color: var(--navy); font-size: .9rem; font-weight: 750; }
.feedback-form input[type="text"], .feedback-form input[type="email"], .feedback-form textarea { width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid #bcc8d2; border-radius: 8px; background: #fff; color: var(--ink); }
.feedback-form textarea { min-height: 125px; resize: vertical; }
.feedback-form input:focus, .feedback-form textarea:focus { outline: 3px solid rgba(33,116,166,.2); border-color: var(--blue); }
.feedback-form .privacy-consent { margin: 0; }
.feedback-form .privacy-consent > span { margin: 0; color: var(--muted); font-weight: 500; }
.feedback-form .turnstile-wrap { margin-bottom: 0; }
.feedback-form .button { width: 100%; border: 0; cursor: pointer; }
body.feedback-open { overflow: hidden; }
.back-to-top {
  position: fixed; z-index: 70; right: 22px; bottom: 22px; display: grid; width: 48px; height: 48px;
  place-items: center; border: 0; border-radius: 10px; background: #286fe0; color: #fff;
  box-shadow: 0 9px 28px rgba(18, 53, 98, .3); font-size: 1.7rem; line-height: 1; cursor: pointer;
}
.back-to-top:hover, .back-to-top:focus-visible { background: #1558be; }
.back-to-top[hidden] { display: none; }

@media (max-width: 1080px) {
  .header-main { min-height: 80px; }
  .site-branding { flex-basis: 330px; }
  .menu-toggle { display: inline-grid; place-items: center; }
  .site-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; max-height: calc(100vh - 80px); overflow-y: auto; margin: 0; padding: 12px 20px 22px; border-top: 1px solid var(--line); background: #fff; box-shadow: 0 12px 20px rgba(0,0,0,.1); }
  .site-nav.is-open { display: block; }
  .site-nav ul { align-items: stretch; flex-direction: column; gap: 0; }
  .site-nav a { width: 100%; border-bottom: 1px solid var(--line); }
  .site-nav .sub-menu { position: static; display: flex; min-width: 0; padding: 0 0 0 16px; border: 0; border-radius: 0; box-shadow: none; }
  .site-nav .sub-menu a { min-height: 44px; border-radius: 0; color: var(--muted); }
  .header-cta { display: none; }
  .site-nav .nav-mobile-cta { display: inline-flex; width: 100%; margin-top: 14px; border-bottom: 0; color: #fff; }
  .hero { min-height: 620px; }
  .hero::before { background: rgba(8,17,29,.79); }
	.legal-layout { grid-template-columns: 210px minmax(0, 1fr); gap: 38px; }
  .trust-grid, .service-grid, .post-list { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:last-child { grid-column: 1 / -1; border-top: 1px solid var(--line); }
  .split { grid-template-columns: 1fr; }
  .cta-inner { grid-template-columns: 1fr; }
  .cta-actions { align-items: flex-start; }
  .contact-hero-inner, .contact-layout { grid-template-columns: 1fr; }
  .contact-option-grid { grid-template-columns: 1fr 1fr; }
  .contact-details-card { position: static; }
	.estimate-hero-grid, .estimate-layout { grid-template-columns: 1fr; }
	.estimate-support-card { position: static; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .topbar-inner { min-height: 42px; justify-content: center; text-align: center; }
  .topbar-service { display: none; }
  .header-main { gap: 12px; }
  .site-branding { flex-basis: auto; }
  .custom-logo { max-height: 52px; }
  .hero { min-height: 680px; align-items: start; }
  .hero-image { top: auto; bottom: 0; height: auto; object-position: center bottom; }
  .hero-content { padding: 58px 0 215px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .trust-strip { margin-top: -35px; }
	.technology-partners { padding: 56px 0 40px; }
  .trust-grid, .service-grid, .post-list, .credential-grid, .footer-grid { grid-template-columns: 1fr; }
  .trust-item, .trust-item:nth-child(2), .trust-item:last-child { grid-column: auto; border: 0; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border: 0; }
  .service-card img { aspect-ratio: 16 / 8; }
  .split-media img { min-height: 280px; }
  .credential-card { min-height: 155px; }
	.partner-set { gap: 14px; padding-right: 14px; }
	.partner-card { width: 190px; min-height: 108px; flex-basis: 190px; padding: 18px 12px; }
  .footer-bottom { flex-direction: column; }
  .footer-legal { justify-content: flex-start; }
	.cookie-banner { padding: 14px; }
	.cookie-banner-inner { align-items: stretch; flex-direction: column; gap: 12px; }
	.cookie-actions { width: 100%; }
	.cookie-button { flex: 1 1 50%; }
  .feedback-tab { top: auto; right: 0; bottom: 88px; min-height: 112px; padding-inline: 9px; }
	.feedback-panel { right: 14px; width: calc(100% - 28px); max-height: calc(100vh - 28px); padding: 28px 22px; }
  .back-to-top { right: 14px; bottom: 18px; }
  .contact-option-grid, .form-grid { grid-template-columns: 1fr; }
  .contact-option-grid { transform: none; padding-top: 28px; }
  .form-full { grid-column: auto; }
	.estimate-hero { padding-block: 56px; }
	.estimate-hero-card { grid-template-columns: 42px 1fr; padding: 24px; }
	.estimate-hero-card > .ascctv-icon { width: 40px; height: 40px; }
	.estimate-form-card { padding: 24px 18px; }
	.estimate-progress { margin: 26px 0 32px; }
	.estimate-progress strong { font-size: .64rem; }
	.estimate-progress li:not(:last-child)::after { left: calc(50% + 20px); width: calc(100% - 40px); }
	.estimate-service-choices, .estimate-property-choices, .estimate-timeline-choices, .estimate-field-grid { grid-template-columns: 1fr; }
	.estimate-choice-content { min-height: 112px; }
	.estimate-choice-compact .estimate-choice-content { min-height: 62px; }
	.estimate-field-full { grid-column: auto; }
	.estimate-step-actions { align-items: stretch; flex-direction: column-reverse; }
	.estimate-step-actions .button, .estimate-step-actions .estimate-back { width: 100%; justify-content: center; }
	.legal-layout { grid-template-columns: 1fr; }
	.legal-toc { position: static; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
	.partner-marquee { overflow-x: auto; -webkit-mask-image: none; mask-image: none; }
	.partner-track { animation: none; }
	.partner-set[aria-hidden="true"] { display: none; }
}

/* 2026 Night & Day homepage direction. */
.site-header { border-top-width: 4px; }
.header-main { min-height: 74px; }
.site-branding { flex-basis: 285px; }
.custom-logo { max-width: 270px; max-height: 54px; }
.site-nav ul { gap: clamp(11px, 1.15vw, 18px); }
.site-nav a { font-size: .82rem; }
.header-phone {
  display: inline-flex; min-height: 44px; flex: 0 0 auto; align-items: center; gap: 8px;
  color: var(--navy); font-size: .94rem; font-weight: 850; text-decoration: none; white-space: nowrap;
}
.header-phone .dashicons { width: 22px; height: 22px; color: var(--green); font-size: 22px; }
.header-phone:hover, .header-phone:focus-visible { color: var(--green-dark); }

.home-main { overflow: hidden; }
.home-main .hero {
  min-height: 700px; display: grid; place-items: center; padding: 44px 20px;
  background: var(--navy-deep);
}
.home-main .hero::before { background: rgba(5, 14, 26, .18); }
.home-main .hero-picture { position: absolute; inset: 0; display: block; }
.home-main .hero-image { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-panel {
  position: relative; z-index: 2; width: min(540px, calc(100% - 32px)); padding: 38px 42px;
  border: 1px solid rgba(255,255,255,.14); border-radius: 8px;
  background: rgba(7, 25, 44, .90); box-shadow: 0 18px 55px rgba(0,0,0,.28); color: #e8eff4; text-align: center;
  -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
}
.hero-panel .eyebrow { margin-bottom: 9px; color: #a9d49a; font-size: .67rem; }
.hero-panel h1 { margin-bottom: 14px; color: #fff; font-size: clamp(2.05rem, 4.1vw, 3.35rem); }
.hero-panel > p:not(.eyebrow) { max-width: 450px; margin: 0 auto; color: #e3ebf1; font-size: .98rem; line-height: 1.55; }
.hero-panel .hero-actions { justify-content: center; margin-top: 22px; }
.hero-panel .button { min-height: 44px; padding: 9px 18px; border-radius: 7px; font-size: .84rem; }
.hero-panel .button .dashicons, .home-cta .button .dashicons { width: 18px; height: 18px; margin-right: 6px; font-size: 18px; }

.home-main .trust-strip { margin: 0; border-bottom: 1px solid var(--line); background: #fff; }
.home-main .trust-grid { border-radius: 0; box-shadow: none; }
.home-main .trust-item {
  display: flex; min-height: 70px; align-items: center; justify-content: center; gap: 13px;
  padding: 16px 24px; color: var(--navy); text-align: left;
}
.home-main .trust-item .dashicons { width: 27px; height: 27px; color: var(--navy); font-size: 27px; }
.home-main .trust-item strong { margin: 0; font-size: .9rem; }

.solution-switcher { padding: 28px 0 24px; background: #fff; text-align: center; }
.audience-tabs { display: grid; grid-template-columns: 1fr 1fr; width: min(360px, 100%); margin: 0 auto; padding: 3px; border: 1px solid #9aabb9; border-radius: 999px; }
.audience-tabs button { min-height: 42px; padding: 8px 24px; border: 0; border-radius: 999px; background: transparent; color: var(--navy); font-size: .9rem; font-weight: 800; cursor: pointer; }
.audience-tabs button[aria-selected="true"] { background: var(--navy); color: #fff; }
.audience-tabs button:focus-visible { outline: 3px solid rgba(33,116,166,.28); outline-offset: 2px; }
.audience-summary { max-width: 710px; margin: 13px auto 0; color: var(--muted); font-size: .9rem; }

.service-bands { padding: 16px 0 54px; background: #f6f8fa; }
.service-heading { max-width: 800px; margin: 0 auto 30px; text-align: center; }
.service-heading h2 { font-size: clamp(1.85rem, 3.4vw, 2.65rem); }
.service-band-list { overflow: hidden; border: 1px solid #20374f; border-radius: 10px; background: var(--navy-deep); box-shadow: 0 16px 40px rgba(12,21,35,.14); }
.service-band {
  display: grid; height: 138px; grid-template-columns: minmax(330px, 42%) minmax(0, 58%);
  border-bottom: 1px solid rgba(255,255,255,.65); background: #0b1b2d;
}
.service-band:last-child { border-bottom: 0; }
.service-band-copy { display: grid; grid-template-columns: 48px 1fr; gap: 20px; align-items: center; padding: 18px 34px; color: #dbe6ee; }
.service-band-copy > .dashicons { width: 38px; height: 38px; color: #fff; font-size: 38px; }
.service-band h3 { margin: 0 0 6px; color: #fff; font-size: 1.35rem; }
.service-band p { max-width: 440px; margin: 0; color: #d4dee6; font-size: .91rem; line-height: 1.5; }
.service-band img { width: 100%; height: 138px; object-fit: cover; object-position: center; }

.connected-section { padding: 72px 0; background: #fff; }
.connected-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: clamp(42px, 7vw, 88px); align-items: center; }
.connected-media { overflow: hidden; border-radius: 12px; box-shadow: var(--shadow); }
.connected-media img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.connected-copy h2 { font-size: clamp(2rem, 3.5vw, 3rem); }
.connected-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.03rem; }
.connected-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 28px 0 0; padding: 0; list-style: none; }
.connected-features li { color: var(--navy); font-size: .82rem; font-weight: 750; line-height: 1.4; }
.connected-features .dashicons { display: block; width: 28px; height: 28px; margin-bottom: 9px; color: var(--navy); font-size: 28px; }

.process-section { padding: 58px 0 66px; border-top: 1px solid var(--line); background: #fff; }
.process-heading { margin: 0 auto 32px; text-align: center; }
.process-heading h2 { font-size: clamp(1.8rem, 3vw, 2.35rem); }
.process-list { display: grid; grid-template-columns: repeat(5, 1fr); gap: 22px; margin: 0; padding: 0; list-style: none; counter-reset: none; }
.process-list li { position: relative; text-align: center; }
.process-icon { display: grid !important; width: 58px !important; height: 58px !important; margin: 0 auto 15px; padding: 15px; place-items: center; border-radius: 50%; background: var(--navy); color: #fff; font-size: 27px !important; }
.process-list strong { display: block; margin-bottom: 7px; color: var(--navy); font-size: .9rem; }
.process-list li > span:last-child { display: block; color: var(--muted); font-size: .79rem; line-height: 1.45; }

.home-main .technology-partners { padding: 36px 0 30px; border-top: 1px solid var(--line); background: #fff; }
.home-main .partner-heading { margin-bottom: 18px; }
.home-main .partner-heading h2 { font-size: 1.2rem; }
.home-main .partner-marquee { padding: 0; }
.home-main .partner-set { gap: 36px; padding-right: 36px; }
.home-main .partner-card { width: 170px; min-height: 76px; flex-basis: 170px; padding: 13px 8px; border: 0; border-radius: 0; box-shadow: none; }
.home-main .partner-card:hover, .home-main .partner-card:focus-visible { transform: none; border: 0; box-shadow: none; }
.home-main .partner-card > span { font-size: 1.35rem; }
.home-main .partner-card > img { width: 126px; height: 48px; }

.home-cta { padding: 34px 0; background: #0d2d4b; color: #fff; }
.home-cta-inner { display: grid; grid-template-columns: 1fr auto; gap: 36px; align-items: center; }
.home-cta .eyebrow { margin-bottom: 6px; color: #b7dca9; }
.home-cta h2 { max-width: 720px; margin: 0; color: #fff; font-size: clamp(1.45rem, 2.5vw, 2.15rem); }
.home-cta-actions { display: grid; min-width: 230px; gap: 8px; }
.home-cta .button { min-height: 43px; padding: 8px 18px; border-radius: 6px; font-size: .85rem; }

.site-footer { padding: 38px 0 22px; background: #071728; }
.footer-grid { grid-template-columns: 1.35fr .7fr .8fr; gap: clamp(38px, 7vw, 88px); }
.footer-logo { width: min(300px, 100%); margin-bottom: 14px; padding: 8px 10px; }
.site-footer p, .site-footer li { font-size: .84rem; line-height: 1.55; }
.site-footer h2 { margin-bottom: 12px; font-size: .93rem; }
.footer-credential-row { display: flex; justify-content: center; margin-top: 30px; padding-inline: 12px; text-align: center; }
.footer-credential { max-width: 100%; margin: 0; color: #cde2c6 !important; font-weight: 750; white-space: nowrap; }
.footer-bottom { margin-top: 20px; padding-top: 18px; font-size: .76rem; }

/* Show the complete hero photograph on full-HD and similar desktop screens. */
@media (min-width: 1600px) and (max-width: 2199px) {
  .home-main .hero-image {
    object-fit: contain;
    object-position: center;
  }
}

/* Preserve the intended visual scale on ultrawide desktop displays. */
@media (min-width: 2200px) {
  .header-main { min-height: 108px; }
  .site-branding { flex-basis: 430px; }
  .custom-logo { max-width: 390px; max-height: 78px; }
  .site-nav ul { gap: clamp(22px, 1.1vw, 36px); }
  .site-nav a { font-size: 1.05rem; }
  .header-phone { min-height: 54px; gap: 11px; font-size: 1.12rem; }
  .header-phone .dashicons { width: 27px; height: 27px; font-size: 27px; }

  .home-main .hero {
    min-height: clamp(760px, 26.2vw, 900px);
    padding: 58px 26px;
  }
  .home-main .hero-image { object-position: center 24%; }
  .hero-panel {
    width: min(760px, calc(100% - 64px));
    padding: 52px 58px;
    border-radius: 12px;
    box-shadow: 0 24px 70px rgba(0,0,0,.3);
  }
  .hero-panel .eyebrow { margin-bottom: 12px; font-size: .84rem; }
  .hero-panel h1 { margin-bottom: 18px; font-size: clamp(3.65rem, 2vw, 4.25rem); }
  .hero-panel > p:not(.eyebrow) { max-width: 620px; font-size: 1.15rem; line-height: 1.55; }
  .hero-panel .hero-actions { margin-top: 27px; gap: 14px; }
  .hero-panel .button { min-height: 58px; padding: 12px 24px; border-radius: 9px; font-size: 1rem; }
  .hero-panel .button .dashicons { width: 22px; height: 22px; margin-right: 7px; font-size: 22px; }

  .home-main .trust-item { min-height: 92px; gap: 17px; padding: 20px 30px; }
  .home-main .trust-item .dashicons { width: 34px; height: 34px; font-size: 34px; }
  .home-main .trust-item strong { font-size: 1.02rem; }
}

@media (max-width: 1100px) {
  .header-main { min-height: 72px; }
  .site-branding { flex-basis: 270px; }
  .header-phone { margin-left: auto; }
  .menu-toggle { margin-left: 0; }
  .home-main .hero { min-height: 620px; }
  .service-band { grid-template-columns: minmax(300px, 45%) minmax(0, 55%); }
  .connected-features { grid-template-columns: 1fr; }
  .connected-features li { display: flex; align-items: center; gap: 10px; }
  .connected-features .dashicons { margin: 0; flex: 0 0 auto; }
  .process-list { grid-template-columns: repeat(3, 1fr); row-gap: 36px; }

	.about-hero-grid, .about-story-grid, .about-team-grid { grid-template-columns: 1fr 1fr; gap: 42px; }
	.about-values-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .custom-logo { max-width: 220px; max-height: 48px; }
  .header-phone span:last-child { display: none; }
  .header-phone { width: 44px; justify-content: center; margin-left: auto; }
  .home-main .hero { min-height: 590px; place-items: end center; padding: 140px 14px 22px; }
  .home-main .hero-image { object-position: 22% center; }
  .home-main .hero::before { background: linear-gradient(180deg, rgba(5,14,26,.08) 0%, rgba(5,14,26,.50) 100%); }
  .hero-panel { width: 100%; padding: 26px 20px; }
  .hero-panel h1 { font-size: clamp(2rem, 9vw, 2.7rem); }
  .hero-panel .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-panel .button { width: 100%; }
  .home-main .trust-grid { grid-template-columns: 1fr; }
  .home-main .trust-item, .home-main .trust-item:nth-child(2), .home-main .trust-item:last-child { min-height: 60px; justify-content: flex-start; padding: 13px 18px; border: 0; border-bottom: 1px solid var(--line); }
  .home-main .trust-item:last-child { border-bottom: 0; }
  .solution-switcher { padding-block: 24px 20px; }
  .service-bands { padding-block: 14px 45px; }
  .service-band { height: auto; grid-template-columns: 1fr; }
  .service-band-copy { min-height: 145px; padding: 24px; }
  .service-band img { height: 185px; min-height: 0; max-height: none; }
  .connected-section { padding-block: 52px; }
  .connected-grid { grid-template-columns: 1fr; gap: 34px; }
  .connected-features { grid-template-columns: 1fr; }
  .process-list { grid-template-columns: 1fr 1fr; }
  .home-cta-inner { grid-template-columns: 1fr; gap: 24px; }
  .home-cta-actions { min-width: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; }
  .footer-legal { justify-content: flex-start; }

	.about-hero { padding-block: 52px 62px; }
	.about-hero-grid, .about-story-grid, .about-team-grid { grid-template-columns: 1fr; }
	.about-hero-copy h1 { font-size: clamp(2.35rem, 11vw, 3.25rem); }
	.about-hero-media { order: -1; }
	.about-hero-media img { aspect-ratio: 16 / 10; }
	.about-hero-actions { align-items: stretch; flex-direction: column; }
	.about-hero-actions .button { width: 100%; }
	.about-proof-grid { grid-template-columns: 1fr; }
	.about-proof-item, .about-proof-item:last-child { min-height: 96px; border: 0; border-bottom: 1px solid var(--line); }
	.about-proof-item:last-child { border-bottom: 0; }
	.about-story, .about-team { padding-block: 66px; }
	.about-values-grid, .about-clients-grid { grid-template-columns: 1fr; }
	.about-value-card { min-height: 0; }
	.about-value-number { margin-bottom: 22px; }
	.about-client-card { min-height: 280px; }
	.about-cta-inner { grid-template-columns: 1fr; gap: 25px; }
	.about-cta-actions { min-width: 0; }
}

@media (max-width: 430px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .custom-logo { max-width: 190px; }
  .home-main .hero { min-height: 610px; }
  .hero-panel .eyebrow { font-size: .61rem; letter-spacing: .1em; }
  .audience-tabs { width: 100%; }
  .service-band-copy { grid-template-columns: 40px 1fr; gap: 14px; }
  .service-band-copy > .dashicons { width: 32px; height: 32px; font-size: 32px; }
  .service-band h3 { font-size: 1.18rem; }
  .process-list { grid-template-columns: 1fr; }
  .cookie-preferences { width: calc(100% - 20px); max-height: calc(100vh - 20px); padding: 24px 18px; }
  .cookie-preferences h2 { font-size: 1.45rem; }
  .cookie-category { min-height: 66px; padding: 12px; }
  .cookie-preferences-actions { flex-direction: column; }
  .cookie-preferences-actions .cookie-button { width: 100%; flex-basis: auto; }
}

/* Regional growth and service landing pages. */
.service-band-media { position: relative; overflow: hidden; }
.service-band-media img { display: block; }
.service-band-media a {
  position: absolute; right: 18px; bottom: 16px; display: inline-flex; min-height: 44px; align-items: center; gap: 9px;
  padding: 9px 14px; border: 1px solid rgba(255,255,255,.62); border-radius: 6px;
  background: rgba(7,23,40,.9); color: #fff; font-size: .8rem; font-weight: 850; text-decoration: none;
}
.service-band-media a:hover, .service-band-media a:focus-visible { background: #fff; color: var(--navy); }

.regional-service { padding: 58px 0; border-block: 1px solid var(--line); background: #eef3f6; }
.regional-service-inner { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(320px, .7fr); gap: clamp(36px, 6vw, 74px); align-items: center; }
.regional-service h2 { max-width: 760px; font-size: clamp(1.85rem, 3vw, 2.55rem); }
.regional-service p:not(.eyebrow) { max-width: 760px; color: var(--muted); }
.regional-service-trust { display: grid; grid-template-columns: 46px 1fr; gap: 18px; align-items: start; padding: 26px; border: 1px solid #bdcbd5; border-radius: 10px; background: #fff; box-shadow: 0 14px 34px rgba(12,35,55,.09); }
.regional-service-trust > .dashicons { width: 42px; height: 42px; color: var(--green-dark); font-size: 42px; }
.regional-service-trust strong, .regional-service-trust small { display: block; }
.regional-service-trust strong { margin-bottom: 8px; color: var(--navy); font-size: 1rem; line-height: 1.35; }
.regional-service-trust small { color: var(--muted); font-size: .79rem; line-height: 1.5; }

.services-hero, .service-detail-hero, .faq-hero, .sitemap-hero { padding: clamp(70px, 8vw, 112px) 0; background: linear-gradient(135deg, #071728 0%, #0d3555 100%); color: #e8f0f5; }
.services-hero-grid, .service-detail-hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); gap: clamp(42px, 7vw, 92px); align-items: center; }
.services-hero h1, .service-detail-hero h1, .faq-hero h1, .sitemap-hero h1 { max-width: 830px; color: #fff; font-size: clamp(2.35rem, 5vw, 4.45rem); line-height: 1.04; }
.services-hero p:not(.eyebrow), .service-detail-copy > p:not(.eyebrow) { max-width: 760px; color: #d8e4ec; font-size: 1.04rem; line-height: 1.68; }
.services-hero .eyebrow, .service-detail-hero .eyebrow, .faq-hero .eyebrow, .sitemap-hero .eyebrow { color: #b7dca9; }
.services-hero .button-secondary, .service-detail-hero .button-secondary { border-color: rgba(255,255,255,.7); color: #fff; }
.services-trust-card { padding: 34px; border: 1px solid rgba(255,255,255,.24); border-radius: 12px; background: rgba(255,255,255,.08); box-shadow: 0 24px 54px rgba(0,0,0,.18); }
.services-trust-card > .dashicons { width: 48px; height: 48px; margin-bottom: 20px; color: #b7dca9; font-size: 48px; }
.services-trust-card strong { display: block; margin-bottom: 12px; color: #fff; font-size: 1.28rem; line-height: 1.35; }
.services-trust-card p { margin: 0; color: #d8e4ec; }

.services-directory { padding: clamp(68px, 8vw, 106px) 0; background: #f5f7f9; }
.services-directory-heading { max-width: 820px; margin: 0 auto 42px; text-align: center; }
.services-directory-heading h2 { font-size: clamp(2rem, 3.6vw, 3rem); }
.services-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.services-card { overflow: hidden; border: 1px solid #ccd6de; border-radius: 12px; background: #fff; box-shadow: 0 12px 28px rgba(11,34,53,.08); }
.services-card > img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.services-card-copy { padding: 26px; }
.services-card-copy > .dashicons { width: 35px; height: 35px; margin-bottom: 16px; color: var(--green-dark); font-size: 35px; }
.services-card h3 { margin-bottom: 10px; color: var(--navy); font-size: 1.35rem; }
.services-card p { min-height: 82px; color: var(--muted); font-size: .91rem; line-height: 1.55; }
.services-card a, .service-ideal-card a { display: inline-flex; min-height: 44px; align-items: center; gap: 9px; color: var(--navy); font-weight: 850; text-decoration: none; }
.services-card a:hover, .services-card a:focus-visible, .service-ideal-card a:hover, .service-ideal-card a:focus-visible { color: var(--green-dark); text-decoration: underline; }
.services-conversion, .service-detail-cta { padding: 46px 0; background: #0d2d4b; color: #fff; }
.services-conversion-inner, .service-detail-cta-inner { display: grid; grid-template-columns: 1fr auto; gap: 38px; align-items: center; }
.services-conversion h2, .service-detail-cta h2 { margin-bottom: 8px; color: #fff; font-size: clamp(1.65rem, 3vw, 2.45rem); }
.services-conversion p:not(.eyebrow) { max-width: 780px; margin-bottom: 0; color: #d9e4ec; }

.service-breadcrumb { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 24px; color: #c2d1dc; font-size: .82rem; }
.service-breadcrumb a { color: #fff; }
.service-detail-media { overflow: hidden; border: 1px solid rgba(255,255,255,.24); border-radius: 14px; box-shadow: 0 28px 64px rgba(0,0,0,.27); }
.service-detail-media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.service-detail-trust { border-bottom: 1px solid var(--line); background: #fff; }
.service-detail-trust-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.service-detail-trust-grid > div { display: flex; min-height: 84px; align-items: center; justify-content: center; gap: 12px; padding: 16px 22px; border-right: 1px solid var(--line); text-align: center; }
.service-detail-trust-grid > div:last-child { border-right: 0; }
.service-detail-trust .dashicons { width: 26px; height: 26px; flex: 0 0 26px; color: var(--green-dark); font-size: 26px; }
.service-detail-trust strong { color: var(--navy); font-size: .86rem; line-height: 1.4; }
.service-detail-overview { padding: clamp(70px, 8vw, 108px) 0; background: #fff; }
.service-detail-overview-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); gap: clamp(48px, 8vw, 104px); align-items: start; }
.service-detail-overview h2 { font-size: clamp(1.95rem, 3.4vw, 2.85rem); }
.service-feature-list { display: grid; gap: 15px; margin: 30px 0 0; padding: 0; list-style: none; }
.service-feature-list li { display: grid; grid-template-columns: 28px 1fr; gap: 12px; align-items: start; color: #243a4c; line-height: 1.55; }
.service-feature-list .dashicons { width: 25px; height: 25px; color: var(--green-dark); font-size: 25px; }
.service-ideal-card { padding: 30px; border: 1px solid #c7d3dc; border-radius: 12px; background: #f3f6f8; }
.service-ideal-card h2 { font-size: 1.35rem; }
.service-ideal-card ul { display: grid; gap: 11px; margin: 20px 0 22px; padding-left: 20px; color: var(--muted); }
.service-editor-content { padding: 0 0 72px; background: #fff; }
.alarmcom-partner { padding: clamp(70px, 8vw, 104px) 0; border-top: 1px solid var(--line); background: #fff; }
.alarmcom-partner-grid { display: grid; grid-template-columns: minmax(0, 1.16fr) minmax(300px, .84fr); gap: clamp(46px, 8vw, 98px); align-items: center; }
.alarmcom-partner-copy h2, .remote-monitoring-heading h2, .wireless-alarm-copy h2 { font-size: clamp(1.95rem, 3.4vw, 2.85rem); }
.alarmcom-partner-copy > p:not(.eyebrow), .remote-monitoring-heading > p:not(.eyebrow), .wireless-alarm-copy > p:not(.eyebrow):not(.alarm-service-disclaimer) { color: var(--muted); line-height: 1.7; }
.alarmcom-link { color: var(--navy); }
.alarmcom-badge-card { display: grid; min-height: 360px; place-items: center; align-content: center; gap: 17px; padding: clamp(28px, 4vw, 44px); border: 1px solid #c9d4dc; border-radius: 15px; background: #f5f7f9; text-align: center; box-shadow: 0 16px 38px rgba(10,34,53,.09); }
.alarmcom-badge-card img { display: block; width: min(315px, 100%); height: auto; }
.alarmcom-badge-card strong { color: var(--navy); font-size: .9rem; }
.remote-video-monitoring { padding: clamp(70px, 8vw, 104px) 0; background: #f3f6f8; }
.remote-monitoring-heading { max-width: 880px; margin-bottom: 40px; }
.remote-monitoring-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin: 0; padding: 0; list-style: none; }
.remote-monitoring-grid li { position: relative; min-height: 330px; padding: 30px 24px; border: 1px solid #c9d4dc; border-radius: 13px; background: #fff; box-shadow: 0 13px 30px rgba(10,34,53,.07); }
.remote-monitoring-number { display: block; margin-bottom: 28px; color: var(--blue); font-size: .72rem; font-weight: 900; letter-spacing: .14em; }
.remote-monitoring-grid .dashicons { width: 38px; height: 38px; margin-bottom: 17px; color: var(--green-dark); font-size: 38px; }
.remote-monitoring-grid h3 { color: var(--navy); font-size: 1.2rem; }
.remote-monitoring-grid p { margin-bottom: 0; color: var(--muted); font-size: .88rem; line-height: 1.62; }
.alarm-service-disclaimer { margin: 28px 0 0; padding: 18px 22px; border-left: 4px solid var(--blue); border-radius: 8px; background: #e7f1f7; color: #435b6d; font-size: .78rem; line-height: 1.62; }
.wireless-alarm-security { padding: clamp(70px, 8vw, 104px) 0; background: linear-gradient(135deg, #071728 0%, #0d3555 100%); }
.wireless-alarm-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr); gap: clamp(45px, 7vw, 90px); align-items: center; }
.wireless-alarm-copy h2 { color: #fff; }
.wireless-alarm-copy .eyebrow { color: #b7dca9; }
.wireless-alarm-copy > p:not(.eyebrow):not(.alarm-service-disclaimer) { color: #d8e4ec; }
.alarm-service-disclaimer-dark { border-color: #b7dca9; background: rgba(255,255,255,.1); color: #e1ebf1; }
.wireless-alarm-features { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.wireless-alarm-features li { display: grid; min-height: 64px; grid-template-columns: 34px 1fr; gap: 14px; align-items: center; padding: 14px 18px; border: 1px solid rgba(255,255,255,.16); border-radius: 10px; background: rgba(255,255,255,.08); color: #fff; font-weight: 750; line-height: 1.45; }
.wireless-alarm-features .dashicons { width: 28px; height: 28px; color: #b7dca9; font-size: 28px; }
.wireless-cctv-explainer { padding: clamp(70px, 8vw, 104px) 0; border-top: 1px solid var(--line); background: #f3f6f8; }
.wireless-cctv-heading { max-width: 890px; margin-bottom: 38px; }
.wireless-cctv-heading h2 { font-size: clamp(1.95rem, 3.4vw, 2.85rem); }
.wireless-cctv-heading > p:not(.eyebrow) { color: var(--muted); font-size: 1rem; line-height: 1.7; }
.wireless-cctv-path { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 58px; margin: 0 0 32px; padding: 0; list-style: none; }
.wireless-cctv-path li { position: relative; display: grid; min-height: 174px; place-items: center; align-content: center; padding: 25px; border: 1px solid #c5d2db; border-radius: 13px; background: #fff; text-align: center; box-shadow: 0 13px 30px rgba(10,34,53,.07); }
.wireless-cctv-path li:not(:last-child)::after { content: '\2192'; position: absolute; top: 50%; right: -42px; width: 26px; color: var(--green-dark); font-size: 27px; font-weight: 900; transform: translateY(-50%); }
.wireless-cctv-path .dashicons { width: 42px; height: 42px; margin-bottom: 13px; color: var(--green-dark); font-size: 42px; }
.wireless-cctv-path strong, .wireless-cctv-path small { display: block; }
.wireless-cctv-path strong { color: var(--navy); font-size: 1.08rem; }
.wireless-cctv-path small { margin-top: 7px; color: var(--muted); font-size: .8rem; line-height: 1.45; }
.wireless-cctv-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin: 0 0 16px; }
.wireless-cctv-gallery figure { overflow: hidden; margin: 0; border: 1px solid #c5d2db; border-radius: 13px; background: #fff; box-shadow: 0 14px 32px rgba(10,34,53,.08); }
.wireless-cctv-image-wrap { position: relative; overflow: hidden; background: #dbe4e9; }
.wireless-cctv-image-wrap > span { position: absolute; z-index: 1; top: 14px; left: 14px; padding: 7px 11px; border-radius: 999px; background: rgba(7,23,40,.91); color: #fff; font-size: .71rem; font-weight: 850; letter-spacing: .03em; }
.wireless-cctv-gallery img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.wireless-cctv-gallery figcaption { display: grid; gap: 7px; min-height: 134px; padding: 22px 24px; }
.wireless-cctv-gallery figcaption strong { color: var(--navy); font-size: 1.08rem; line-height: 1.35; }
.wireless-cctv-gallery figcaption span { color: var(--muted); font-size: .84rem; line-height: 1.58; }
.wireless-cctv-concept-note { margin: 0 0 30px; color: var(--muted); font-size: .76rem; line-height: 1.55; }
.wireless-cctv-notes { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); gap: 24px; }
.wireless-cctv-notes > div, .wireless-cctv-notes > aside { padding: clamp(25px, 3.5vw, 36px); border-radius: 13px; }
.wireless-cctv-notes > div { border: 1px solid #c5d2db; background: #fff; }
.wireless-cctv-notes > aside { background: var(--navy); color: #d8e4ec; }
.wireless-cctv-notes h3 { font-size: 1.38rem; }
.wireless-cctv-notes > aside h3 { color: #fff; }
.wireless-cctv-notes ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 28px; margin: 20px 0 0; padding-left: 20px; color: var(--muted); }
.wireless-cctv-notes li { line-height: 1.5; }
.wireless-cctv-notes > aside .dashicons { width: 42px; height: 42px; margin-bottom: 16px; color: #b7dca9; font-size: 42px; }
.wireless-cctv-notes > aside p { color: #d8e4ec; line-height: 1.65; }
.wireless-cctv-notes > aside a { display: inline-flex; min-height: 44px; align-items: center; gap: 8px; color: #fff; font-weight: 850; }
.wireless-cctv-notes > aside a:hover, .wireless-cctv-notes > aside a:focus-visible { color: #b7dca9; }
.video-security-guidance { padding: clamp(70px, 8vw, 104px) 0; border-top: 1px solid var(--line); background: #f3f6f8; }
.video-guidance-heading, .wiseisp-heading { max-width: 860px; margin-bottom: 38px; }
.video-guidance-heading h2, .wiseisp-heading h2, .video-storage-planning h2 { font-size: clamp(1.95rem, 3.4vw, 2.85rem); }
.video-guidance-heading > p:not(.eyebrow), .wiseisp-heading > p:not(.eyebrow), .video-storage-planning p { color: var(--muted); line-height: 1.7; }
.video-guidance-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.video-guidance-card { padding: clamp(25px, 3vw, 34px); border: 1px solid #c8d4dc; border-radius: 13px; background: #fff; box-shadow: 0 14px 32px rgba(10,34,53,.07); }
.video-guidance-card-emphasis { border-top: 5px solid var(--green-dark); }
.video-guidance-card > .dashicons { width: 42px; height: 42px; margin-bottom: 18px; color: var(--green-dark); font-size: 42px; }
.video-guidance-card h3 { color: var(--navy); font-size: 1.4rem; }
.video-guidance-card p, .video-guidance-card li { color: var(--muted); line-height: 1.62; }
.video-guidance-card ul { display: grid; gap: 9px; margin: 0; padding-left: 20px; }
.video-guidance-card a, .video-text-link, .wiseisp-disclaimer a { color: var(--navy); font-weight: 850; }
.video-guidance-card a:hover, .video-guidance-card a:focus-visible, .video-text-link:hover, .video-text-link:focus-visible, .wiseisp-disclaimer a:hover, .wiseisp-disclaimer a:focus-visible { color: var(--green-dark); }
.wiseisp-showcase { padding: clamp(70px, 8vw, 104px) 0; background: #fff; }
.wiseisp-comparison-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.wiseisp-figure { overflow: hidden; margin: 0; border: 1px solid #c9d4dc; border-radius: 13px; background: var(--navy); box-shadow: 0 16px 36px rgba(10,34,53,.12); }
.wiseisp-figure img { display: block; width: 100%; aspect-ratio: 516 / 294; object-fit: cover; background: #07121e; }
.wiseisp-figure figcaption { display: grid; gap: 5px; min-height: 94px; padding: 20px 22px; color: #d8e4ec; }
.wiseisp-figure figcaption strong { color: #fff; font-size: 1rem; }
.wiseisp-figure figcaption span { font-size: .82rem; line-height: 1.5; }
.wiseisp-disclaimer { margin: 22px 0 0; color: var(--muted); font-size: .78rem; line-height: 1.6; }
.video-storage-planning { padding: clamp(70px, 8vw, 104px) 0; background: linear-gradient(135deg, #071728 0%, #0d3555 100%); }
.video-storage-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); gap: clamp(42px, 7vw, 90px); align-items: center; }
.video-storage-planning h2 { color: #fff; }
.video-storage-planning p { color: #d8e4ec; }
.video-storage-planning .eyebrow { color: #b7dca9; }
.video-text-link { display: inline-flex; min-height: 44px; align-items: center; gap: 8px; color: #fff; }
.video-text-link:hover, .video-text-link:focus-visible { color: #b7dca9; }
.storage-planning-card { padding: clamp(27px, 4vw, 38px); border: 1px solid rgba(255,255,255,.28); border-radius: 14px; background: #fff; box-shadow: 0 24px 54px rgba(0,0,0,.2); }
.storage-planning-card > .dashicons { width: 44px; height: 44px; margin-bottom: 17px; color: var(--green-dark); font-size: 44px; }
.storage-planning-card h3 { color: var(--navy); font-size: 1.45rem; }
.storage-planning-card p { color: var(--muted); font-size: .9rem; }
.storage-planning-card .button { margin-top: 8px; }
.service-faq { padding: clamp(68px, 8vw, 100px) 0; border-top: 1px solid var(--line); background: #f5f7f9; }
.service-faq-grid { display: grid; grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr); gap: clamp(44px, 8vw, 100px); align-items: start; }
.service-faq h2 { font-size: clamp(1.9rem, 3.3vw, 2.75rem); }
.service-faq-grid > div:first-child > p:not(.eyebrow) { color: var(--muted); }
.service-faq-list, .faq-list { display: grid; gap: 12px; }
.service-faq-list details, .faq-list details { overflow: hidden; border: 1px solid #c9d4dc; border-radius: 9px; background: #fff; }
.service-faq-list summary, .faq-list summary { min-height: 56px; padding: 17px 48px 17px 20px; color: var(--navy); font-weight: 850; cursor: pointer; }
.service-faq-list details p, .faq-list details p { margin: 0; padding: 0 20px 20px; color: var(--muted); line-height: 1.65; }
.service-detail-cta .eyebrow, .services-conversion .eyebrow { color: #b7dca9; }

.faq-hero { text-align: center; }
.faq-hero h1 { margin-inline: auto; }
.faq-hero > .container > p:not(.eyebrow) { max-width: 760px; margin-inline: auto; color: #d8e4ec; }
.faq-content { padding: clamp(70px, 8vw, 104px) 0; background: #f5f7f9; }
.faq-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: clamp(42px, 7vw, 88px); align-items: start; }
.faq-contact-card { position: sticky; top: 110px; padding: 30px; border-radius: 12px; background: var(--navy); color: #dce6ed; box-shadow: 0 18px 42px rgba(8,28,46,.18); }
.faq-contact-card .dashicons { width: 40px; height: 40px; color: #b7dca9; font-size: 40px; }
.faq-contact-card h2 { color: #fff; font-size: 1.45rem; }
.sitemap-hero { text-align: center; }
.sitemap-hero h1, .sitemap-hero > .container > p:not(.eyebrow) { margin-inline: auto; }
.sitemap-hero > .container > p:not(.eyebrow) { max-width: 760px; color: #d8e4ec; }
.sitemap-content { padding: clamp(66px, 8vw, 104px) 0; background: #f5f7f9; }
.sitemap-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; align-items: start; }
.sitemap-card { padding: clamp(25px, 3vw, 34px); border: 1px solid #d2dce3; border-radius: 14px; background: #fff; box-shadow: 0 14px 34px rgba(12,35,54,.07); }
.sitemap-card h2 { margin-top: 0; color: var(--navy); font-size: 1.45rem; }
.sitemap-card ul { display: grid; gap: 3px; margin: 0; padding: 0; list-style: none; }
.sitemap-card a { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 44px; padding: 9px 0; border-bottom: 1px solid #e5eaee; color: var(--navy); font-weight: 750; text-decoration: none; }
.sitemap-card li:last-child a { border-bottom: 0; }
.sitemap-card a::after { content: '\2192'; color: var(--green-dark); font-weight: 900; }
.sitemap-card a:hover, .sitemap-card a:focus-visible { color: var(--green-dark); text-decoration: underline; }
.sitemap-xml-note { margin: 32px 0 0; padding: 20px 24px; border-left: 4px solid var(--blue); border-radius: 8px; background: #eaf3f8; color: #354c5c; }
.sitemap-xml-note a { color: var(--navy); font-weight: 800; }

@media (max-width: 980px) {
  .regional-service-inner, .services-hero-grid, .service-detail-hero-grid, .service-detail-overview-grid, .service-faq-grid, .video-storage-grid, .alarmcom-partner-grid, .wireless-alarm-grid { grid-template-columns: 1fr; }
	.video-guidance-grid, .wiseisp-comparison-grid, .wireless-cctv-notes { grid-template-columns: 1fr; }
	.remote-monitoring-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.wireless-cctv-path { gap: 18px; }
	.wireless-cctv-path li:not(:last-child)::after { display: none; }
  .services-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .services-trust-card { max-width: 600px; }
  .service-detail-media { max-width: 720px; }
  .faq-layout { grid-template-columns: 1fr; }
  .faq-contact-card { position: static; }
	.sitemap-grid { grid-template-columns: 1fr; }
	.footer-credential { white-space: normal; }
}

@media (max-width: 760px) {
  .service-band-media a { right: 12px; bottom: 12px; }
  .regional-service { padding-block: 48px; }
  .regional-service-trust { grid-template-columns: 36px 1fr; padding: 22px; }
  .regional-service-trust > .dashicons { width: 34px; height: 34px; font-size: 34px; }
  .services-hero, .service-detail-hero, .faq-hero, .sitemap-hero { padding-block: 58px; }
  .services-card-grid { grid-template-columns: 1fr; }
  .services-card p { min-height: 0; }
  .services-conversion-inner, .service-detail-cta-inner { grid-template-columns: 1fr; gap: 24px; }
  .services-conversion .button, .service-detail-cta .button { width: 100%; }
  .service-detail-trust-grid { grid-template-columns: 1fr; }
  .service-detail-trust-grid > div, .service-detail-trust-grid > div:last-child { min-height: 66px; justify-content: flex-start; border: 0; border-bottom: 1px solid var(--line); text-align: left; }
  .service-detail-trust-grid > div:last-child { border-bottom: 0; }
	.wireless-cctv-path, .wireless-cctv-notes ul { grid-template-columns: 1fr; }
	.wireless-cctv-gallery { grid-template-columns: 1fr; }
	.wireless-cctv-gallery figcaption { min-height: 0; }
	.remote-monitoring-grid { grid-template-columns: 1fr; }
	.remote-monitoring-grid li { min-height: 0; }
}
