/* =========================================================
   LNS Maintenance Services — static site styles
   Hand-written, framework-free. White & blue theme.
   ========================================================= */

:root {
  --brand: #1273c4;
  --brand-dark: #0b4f93;
  --brand-soft: #6fb7ec;
  --accent-teal: #14a3b8;
  --ink: #0f2a43;
  --ink-soft: #4a6981;
  --surface: #f1f7fd;
  --white: #ffffff;
  --amber: #f5b400;
  --border: rgba(15, 42, 67, 0.08);
  --border-strong: rgba(15, 42, 67, 0.14);
  --radius: 16px;
  --radius-lg: 24px;
  --maxw: 1180px;
  --shadow-card: 0 18px 50px -24px rgba(11, 79, 147, 0.45);
  --shadow-soft: 0 10px 40px -22px rgba(11, 79, 147, 0.4);
  --font: 'Inter', ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background-color: var(--white);
  background-image: linear-gradient(180deg, #ffffff 0%, #f3f9fe 45%, #e7f2fc 100%);
  background-attachment: fixed;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  line-height: 1.5;
}

h1, h2, h3, h4 { margin: 0; letter-spacing: -0.02em; line-height: 1.05; font-weight: 700; }
p { margin: 0; }
a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }
ul { margin: 0; padding: 0; list-style: none; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.eyebrow {
  font-size: 11px; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.18em; color: var(--brand);
}
.text-grad {
  background-image: linear-gradient(90deg, var(--brand-dark), var(--brand), var(--accent-teal));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  height: 48px; padding: 0 28px; border-radius: 999px; font-size: 14px; font-weight: 600;
  cursor: pointer; border: 1px solid transparent; transition: transform .25s ease, background-color .25s ease, box-shadow .25s ease, color .25s ease;
  white-space: nowrap;
}
.btn svg { width: 16px; height: 16px; }
.btn-brand { background: var(--brand); color: #fff; border-color: var(--brand); }
.btn-brand:hover { background: var(--brand-dark); box-shadow: 0 8px 30px -10px rgba(18,115,196,.8); transform: translateY(-1px); }
.btn-white { background: #fff; color: var(--brand-dark); box-shadow: 0 10px 40px -12px rgba(0,0,0,.5); }
.btn-white:hover { transform: translateY(-2px); }
.btn-ghost { background: rgba(255,255,255,.1); color: #fff; border-color: rgba(255,255,255,.3); backdrop-filter: blur(10px); }
.btn-ghost:hover { background: rgba(255,255,255,.2); }
.btn-sm { height: 40px; padding: 0 20px; }

.glass { backdrop-filter: blur(14px) saturate(140%); -webkit-backdrop-filter: blur(14px) saturate(140%); }

/* ---------- Icons (inline SVG sprite) ---------- */
.ic { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.ic-g { width: 24px; height: 24px; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
/* star glyph rows */
.stars { display: inline-flex; line-height: 1; }
.hero-badge .stars { font-size: 15px; letter-spacing: 1px; }
.gbadge .stars { font-size: 17px; }
.review-card .stars { font-size: 16px; }
.hipages-rating .stars { font-size: 22px; letter-spacing: 2px; }
.hipages-rating .stars .faded { opacity: .45; }

/* ---------- Nav ---------- */
.nav {
  position: fixed; top: 0; left: 0; width: 100%; z-index: 50;
  background: rgba(255,255,255,.78); border-bottom: 1px solid var(--border);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 64px; }
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand img { width: 36px; height: 36px; border-radius: 10px; object-fit: cover; box-shadow: 0 1px 3px rgba(0,0,0,.12); }
.brand-name { font-size: 14px; font-weight: 800; letter-spacing: -0.01em; color: var(--ink); }
.brand-name span { color: var(--brand); }
.nav-links { display: flex; align-items: center; gap: 34px; }
.nav-links a { font-size: 14px; color: var(--ink-soft); transition: color .2s; }
.nav-links a:hover { color: var(--brand); }
.nav-right { display: flex; align-items: center; gap: 14px; }
.nav-phone { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 600; color: var(--brand); }
.nav-phone:hover { color: var(--brand-dark); }
.nav-toggle { display: none; background: none; border: 0; padding: 8px; cursor: pointer; color: var(--ink); }
.nav-toggle svg { width: 24px; height: 24px; }
.mobile-menu { display: none; flex-direction: column; gap: 4px; padding: 8px 24px 20px; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--border); }
.mobile-menu.open { display: flex; }
.mobile-menu a { padding: 10px 0; font-size: 16px; color: var(--ink); border-bottom: 1px solid var(--border); }

/* ---------- Hero ---------- */
.hero {
  position: relative; min-height: 100svh; display: flex; flex-direction: column;
  align-items: center; justify-content: center; text-align: center;
  padding: 96px 24px 48px; overflow: hidden;
}
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.hero-overlay {
  position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(8,28,48,.72) 0%, rgba(11,79,147,.55) 45%, rgba(8,28,48,.82) 100%);
}
.hero-inner { position: relative; max-width: 940px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px; margin-bottom: 28px;
  padding: 7px 16px; border-radius: 999px;
  border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.1);
}
.hero-badge .stars { display: inline-flex; gap: 2px; color: var(--brand-soft); }
.hero-badge .stars svg { width: 14px; height: 14px; }
.hero-badge span.label { font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: #fff; }
.hero h1 {
  color: #fff; font-weight: 600; letter-spacing: -0.03em; line-height: 1.0;
  font-size: clamp(2.6rem, 8vw, 6.5rem); text-wrap: balance;
  text-shadow: 0 2px 18px rgba(0,0,0,.35);
}
.hero h1 .accent { color: var(--brand-soft); }
.hero p {
  margin: 28px auto 0; max-width: 58ch; color: rgba(255,255,255,.9);
  font-size: clamp(1rem, 2.2vw, 1.18rem); line-height: 1.6; text-wrap: pretty;
}
.hero-actions { margin-top: 40px; display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.scroll-cue { position: absolute; bottom: 34px; left: 50%; transform: translateX(-50%); }
.scroll-cue .mouse { width: 24px; height: 40px; border: 1px solid rgba(255,255,255,.4); border-radius: 999px; display: flex; justify-content: center; }
.scroll-cue .dot { width: 6px; height: 6px; border-radius: 999px; background: #fff; margin-top: 8px; animation: cue 2s ease-in-out infinite; }
@keyframes cue { 0%,100% { transform: translateY(0); opacity: 1; } 50% { transform: translateY(10px); opacity: .4; } }

/* fade-up entrance for hero pieces */
.fu { opacity: 0; transform: translateY(14px); animation: fadeUp .8s cubic-bezier(.16,1,.3,1) forwards; }
.fu-1 { animation-delay: .05s; } .fu-2 { animation-delay: .2s; } .fu-3 { animation-delay: .4s; } .fu-4 { animation-delay: .55s; }
@keyframes fadeUp { to { opacity: 1; transform: translateY(0); } }

/* ---------- Marquee ---------- */
.marquee { overflow: hidden; background: var(--surface); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 30px 0; }
.marquee-track { display: flex; align-items: center; gap: 48px; width: max-content; animation: marquee 34s linear infinite; }
.marquee-track span.word { font-size: clamp(2.4rem, 6vw, 4.4rem); font-weight: 700; letter-spacing: -0.02em; color: rgba(15,42,67,.14); white-space: nowrap; }
.marquee-track .dot { width: 18px; height: 18px; border-radius: 999px; background: var(--accent-teal); flex: none; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- Section base ---------- */
.section { padding: 96px 0; }
.section-head { max-width: 46ch; }
.section h2 { font-size: clamp(1.9rem, 4.5vw, 3.1rem); font-weight: 700; text-wrap: balance; margin-top: 14px; }

/* ---------- Services ---------- */
.services { background-image: linear-gradient(160deg, #fff 0%, #eaf4fc 55%, #d6ebfb 100%); padding: 96px 0; }
.services-top { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; margin-bottom: 48px; }
.services-top .lead { max-width: 380px; color: var(--ink-soft); font-size: 15px; line-height: 1.6; }
.svc-group { margin-bottom: 52px; }
.svc-group:last-child { margin-bottom: 0; }
.svc-group-head { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; }
.svc-group-head h3 { font-size: 20px; font-weight: 700; color: var(--ink); }
.svc-group-head .rule { height: 1px; flex: 1; background: rgba(18,115,196,.15); }
.svc-group .group-copy { max-width: 60ch; color: var(--ink-soft); font-size: 15px; line-height: 1.6; margin-bottom: 28px; }
.svc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.svc-card {
  display: flex; flex-direction: column; height: 100%; padding: 24px;
  border: 1px solid rgba(18,115,196,.1); border-radius: var(--radius);
  background: rgba(255,255,255,.8); backdrop-filter: blur(6px);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.svc-card:hover { transform: translateY(-4px); border-color: rgba(18,115,196,.3); box-shadow: var(--shadow-card); }
.svc-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.svc-icon {
  width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center;
  color: #fff; background: linear-gradient(135deg, var(--brand), var(--accent-teal));
  box-shadow: 0 8px 20px -8px rgba(18,115,196,.7);
}
.svc-icon svg { width: 24px; height: 24px; }
.svc-arrow {
  width: 32px; height: 32px; border-radius: 999px; display: flex; align-items: center; justify-content: center;
  background: var(--surface); color: var(--brand); transition: transform .3s ease;
}
.svc-arrow svg { width: 16px; height: 16px; }
.svc-card:hover .svc-arrow { transform: translate(2px, -2px); }
.svc-card h4, .svc-card .svc-card-h { font-size: 18px; font-weight: 700; color: var(--ink); margin: 0; }
.svc-card p { margin-top: 8px; font-size: 14px; line-height: 1.55; color: var(--ink-soft); }

/* ---------- Process ---------- */
.process { padding: 96px 0; }
.process-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.process-left { position: sticky; top: 120px; align-self: start; }
.process-left h2 { font-size: clamp(1.9rem, 4.5vw, 3.4rem); margin-top: 14px; }
.process-left p { margin-top: 24px; max-width: 44ch; color: var(--ink-soft); font-size: 17px; line-height: 1.6; }
.timeline { position: relative; display: flex; flex-direction: column; gap: 64px; }
.timeline::before { content: ""; position: absolute; left: 7px; top: 8px; bottom: 8px; width: 1px; background: rgba(18,115,196,.15); }
.step { position: relative; padding-left: 40px; }
.step::before { content: ""; position: absolute; left: 0; top: 8px; width: 14px; height: 14px; border-radius: 999px; background: #fff; box-shadow: 0 0 0 2px var(--brand); }
.step .tag { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .16em; color: var(--brand); }
.step h3 { margin-top: 12px; font-size: clamp(1.3rem, 3vw, 1.8rem); }
.step p { margin-top: 14px; max-width: 44ch; color: var(--ink-soft); font-size: 16px; line-height: 1.6; }

/* ---------- Stats ---------- */
.stats { background: var(--surface); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 72px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px 24px; }
.stat .num { font-size: clamp(2.2rem, 5vw, 3.6rem); font-weight: 700; letter-spacing: -0.02em; color: var(--ink); }
.stat .num .suffix { color: var(--brand); }
.stat .label { margin-top: 8px; font-size: 12px; text-transform: uppercase; letter-spacing: .16em; color: var(--ink-soft); }

/* ---------- Reviews (Google) ---------- */
.reviews { background: #fff; padding: 96px 0; }
.reviews-top { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; flex-wrap: wrap; margin-bottom: 48px; }
.gbadge { display: flex; align-items: center; gap: 16px; padding: 16px 24px; border-radius: var(--radius); border: 1px solid rgba(18,115,196,.1); background: var(--surface); transition: box-shadow .25s; }
.gbadge:hover { box-shadow: var(--shadow-soft); }
.gbadge .g { width: 36px; height: 36px; flex: none; }
.gbadge-body { display: flex; flex-direction: column; }
.gbadge .gbadge-score { display: flex; align-items: center; }
.gbadge .score { font-size: 26px; font-weight: 700; color: var(--ink); line-height: 1; }
.gbadge .stars { color: var(--amber); margin-left: 8px; }
.gbadge .sub { font-size: 12px; color: var(--ink-soft); margin-top: 4px; white-space: nowrap; }
.gbadge .readall { color: var(--brand); font-weight: 600; }
.gbadge:hover .readall { text-decoration: underline; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.review-card { display: flex; flex-direction: column; justify-content: space-between; padding: 28px; border: 1px solid rgba(18,115,196,.1); border-radius: var(--radius); background: #fff; box-shadow: 0 10px 40px -24px rgba(11,79,147,.45); }
.review-card .rc-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.review-card .stars { display: inline-flex; gap: 1px; color: var(--amber); }
.review-card .stars svg { width: 16px; height: 16px; }
.review-card .g { width: 20px; height: 20px; opacity: .85; }
.review-card blockquote { font-size: 15.5px; line-height: 1.6; color: var(--ink); margin: 0; }
.review-card figcaption { display: flex; align-items: center; gap: 12px; margin-top: 28px; border-top: 1px solid rgba(18,115,196,.1); padding-top: 20px; }
.avatar { width: 40px; height: 40px; border-radius: 999px; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: #fff; background: linear-gradient(135deg, var(--brand), var(--accent-teal)); flex: none; }
.review-card .who { font-size: 14px; font-weight: 600; color: var(--ink); }
.review-card .meta { font-size: 12px; color: var(--ink-soft); }

/* ---------- HiPages band ---------- */
.hipages { padding: 56px 0; }
.hipages-band { position: relative; overflow: hidden; border-radius: 32px; padding: 56px; color: #fff; background: linear-gradient(135deg, #0c2740 0%, #0b4f93 55%, #1273c4 100%); }
.hipages-band .glow { position: absolute; width: 280px; height: 280px; border-radius: 999px; filter: blur(80px); }
.hipages-band .glow.a { right: -90px; top: -90px; background: rgba(20,163,184,.3); }
.hipages-band .glow.b { left: -90px; bottom: -90px; background: rgba(111,183,236,.2); }
.hipages-inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.hipages-text { max-width: 560px; }
.hipages-pill { display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px; border-radius: 999px; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.1); font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .14em; }
.hipages-pill svg { width: 14px; height: 14px; }
.hipages-text h2 { margin-top: 20px; font-size: clamp(1.7rem, 4vw, 2.4rem); }
.hipages-text h2 .hl { color: var(--brand-soft); }
.hipages-text p { margin-top: 16px; max-width: 460px; color: rgba(255,255,255,.8); font-size: 16px; line-height: 1.6; }
.hipages-rating { width: 280px; flex: none; text-align: center; padding: 32px; border-radius: var(--radius-lg); border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.1); }
.hipages-rating .big { font-size: 56px; font-weight: 700; letter-spacing: -0.02em; line-height: 1; }
.hipages-rating .stars { display: inline-flex; gap: 2px; color: #fcd34d; margin-top: 10px; }
.hipages-rating .stars svg { width: 20px; height: 20px; }
.hipages-rating .stars .faded { opacity: .45; }
.hipages-rating .count { margin-top: 12px; font-size: 14px; color: rgba(255,255,255,.8); }
.hipages-rating .rule { height: 1px; width: 100%; background: rgba(255,255,255,.15); margin: 20px 0; }
.hipages-rating .src { font-size: 11px; text-transform: uppercase; letter-spacing: .16em; color: rgba(255,255,255,.6); }

/* ---------- CTA ---------- */
.cta { padding: 96px 0; }
.cta-panel { position: relative; overflow: hidden; border-radius: 36px; text-align: center; padding: 88px 40px; color: #fff; background: linear-gradient(135deg, #0c2740 0%, #0b4f93 55%, #1273c4 100%); }
.cta-panel .glow { position: absolute; width: 320px; height: 320px; border-radius: 999px; filter: blur(90px); }
.cta-panel .glow.a { left: -90px; top: -90px; background: rgba(20,163,184,.25); }
.cta-panel .glow.b { right: -90px; bottom: -90px; background: rgba(111,183,236,.2); }
.cta-panel .inner { position: relative; }
.cta-panel .eyebrow { color: var(--brand-soft); }
.cta-panel h2 { margin-top: 16px; font-size: clamp(2.1rem, 5vw, 4rem); color: #fff; }
.cta-panel p { margin: 24px auto 0; max-width: 46ch; color: rgba(255,255,255,.82); font-size: 17px; line-height: 1.6; }
.cta-actions { margin-top: 40px; display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ---------- Footer ---------- */
.footer { background: #fff; border-top: 1px solid var(--border); padding: 64px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 48px; }
.footer .f-brand .brand { margin-bottom: 16px; }
.footer .f-brand img { width: 40px; height: 40px; }
.footer .f-brand p { max-width: 280px; color: var(--ink-soft); font-size: 14px; line-height: 1.6; }
.footer .socials { display: flex; gap: 12px; margin-top: 20px; }
.footer .socials a { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .14em; color: var(--ink-soft); }
.footer .socials a:hover { color: var(--brand); }
.footer h3 { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .16em; color: var(--brand); margin-bottom: 16px; }
.footer .f-col li { margin-bottom: 10px; }
.footer .f-col a, .footer .f-col span { font-size: 14px; color: var(--ink-soft); }
.footer .f-col a:hover { color: var(--brand); }
.areas-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 16px; }
.contact-list li { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 14px; font-size: 14px; color: var(--ink-soft); }
.contact-list svg { width: 16px; height: 16px; color: var(--brand); flex: none; margin-top: 2px; }
.contact-list a:hover { color: var(--brand); }
.footer-bottom { display: flex; justify-content: space-between; gap: 8px; flex-wrap: wrap; margin-top: 56px; padding-top: 24px; border-top: 1px solid var(--border); font-size: 12px; color: var(--ink-soft); }

/* ---------- Service detail pages ---------- */
.svc-page { padding-top: 128px; }
.back-link { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; color: var(--ink-soft); }
.back-link:hover { color: var(--brand); }
.back-link svg { width: 16px; height: 16px; }
.svc-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; margin-top: 40px; align-items: start; }
.svc-tag { display: inline-flex; align-items: center; gap: 8px; padding: 5px 12px; border-radius: 999px; background: var(--surface); color: var(--brand); font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .14em; }
.svc-tag svg { width: 14px; height: 14px; }
.svc-detail h1 { margin-top: 20px; font-size: clamp(2.2rem, 5vw, 3.6rem); font-weight: 700; }
.svc-detail .lead { margin-top: 24px; max-width: 46ch; color: var(--ink-soft); font-size: 18px; line-height: 1.6; }
.checklist { margin-top: 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.checklist li { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: var(--ink); }
.checklist .tick { width: 20px; height: 20px; border-radius: 999px; background: var(--brand); color: #fff; display: flex; align-items: center; justify-content: center; flex: none; margin-top: 1px; }
.checklist .tick svg { width: 12px; height: 12px; }
.svc-detail .media { position: relative; aspect-ratio: 4/5; border-radius: var(--radius-lg); overflow: hidden; box-shadow: 0 1px 0 rgba(0,0,0,.05); border: 1px solid var(--border); }
.svc-detail .media img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- Scroll reveal ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1000px) {
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: 1fr; gap: 32px; }
  .process-left { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .svc-detail { grid-template-columns: 1fr; gap: 40px; }
  .svc-detail .media { max-width: 460px; }
}
@media (max-width: 760px) {
  .nav-links, .nav-phone { display: none; }
  .nav-toggle { display: inline-flex; }
  .review-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .hipages-band { padding: 36px 24px; }
  .hipages-rating { width: 100%; }
  .cta-panel { padding: 56px 24px; }
}
@media (max-width: 520px) {
  .svc-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .checklist { grid-template-columns: 1fr; }
  .section, .services, .process, .reviews, .cta { padding: 64px 0; }
}

@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none; }
  .fu { animation: none; opacity: 1; transform: none; }
  .reveal { transition: none; opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
  .scroll-cue .dot { animation: none; }
}

/* =========================================================
   SEO components: breadcrumbs, FAQ, areas, location pages,
   trust bar, prose. Added for local SEO build.
   ========================================================= */

/* ---------- Breadcrumbs ---------- */
.breadcrumb { font-size: 13px; color: var(--ink-soft); }
.breadcrumb ol { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.breadcrumb li { display: inline-flex; align-items: center; gap: 8px; }
.breadcrumb a { color: var(--ink-soft); }
.breadcrumb a:hover { color: var(--brand); }
.breadcrumb li[aria-current] { color: var(--ink); font-weight: 600; }
.breadcrumb .sep { color: var(--ink-soft); opacity: .5; }

/* ---------- Trust bar (E-E-A-T) ---------- */
.trustbar { background: var(--surface); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.trustbar .container { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 36px; padding-top: 22px; padding-bottom: 22px; }
.trustbar .item { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; color: var(--ink); }
.trustbar .item svg { width: 20px; height: 20px; color: var(--brand); }

/* ---------- FAQ (native <details>) ---------- */
.faq { padding: 88px 0; }
.faq .faq-list { max-width: 820px; margin: 40px auto 0; }
.faq details {
  border: 1px solid var(--border); border-radius: 14px; background: #fff;
  margin-bottom: 12px; overflow: hidden; transition: border-color .2s, box-shadow .2s;
}
.faq details[open] { border-color: rgba(18,115,196,.3); box-shadow: var(--shadow-soft); }
.faq summary {
  list-style: none; cursor: pointer; padding: 20px 24px; display: flex;
  align-items: center; justify-content: space-between; gap: 16px;
  font-size: 16px; font-weight: 600; color: var(--ink);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary .plus { position: relative; width: 18px; height: 18px; flex: none; }
.faq summary .plus::before, .faq summary .plus::after {
  content: ""; position: absolute; background: var(--brand); border-radius: 2px;
  transition: transform .25s ease;
}
.faq summary .plus::before { top: 8px; left: 0; width: 18px; height: 2px; }
.faq summary .plus::after { left: 8px; top: 0; width: 2px; height: 18px; }
.faq details[open] summary .plus::after { transform: rotate(90deg); opacity: 0; }
.faq .faq-answer { padding: 0 24px 22px; color: var(--ink-soft); font-size: 15px; line-height: 1.65; }
.faq .faq-answer a { color: var(--brand); font-weight: 500; }

/* ---------- Areas We Serve ---------- */
.areas-serve { padding: 88px 0; }
.areas-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 40px; }
.area-card {
  display: flex; flex-direction: column; gap: 4px; padding: 22px;
  border: 1px solid rgba(18,115,196,.12); border-radius: 14px; background: rgba(255,255,255,.85);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.area-card:hover { transform: translateY(-3px); border-color: rgba(18,115,196,.3); box-shadow: var(--shadow-card); }
.area-card .area-name { display: flex; align-items: center; gap: 8px; font-size: 17px; font-weight: 700; color: var(--ink); }
.area-card .area-name svg { width: 18px; height: 18px; color: var(--brand); }
.area-card .area-pc { font-size: 13px; color: var(--ink-soft); }
.area-card .area-link { margin-top: 8px; font-size: 13px; font-weight: 600; color: var(--brand); display: inline-flex; align-items: center; gap: 4px; }
.area-card .area-link svg { width: 14px; height: 14px; }

/* ---------- Location page hero + prose ---------- */
.loc-hero { position: relative; overflow: hidden; padding: 150px 0 64px; color: #fff; background: linear-gradient(135deg, #0c2740 0%, #0b4f93 55%, #1273c4 100%); }
.loc-hero .glow { position: absolute; width: 320px; height: 320px; border-radius: 999px; filter: blur(90px); pointer-events: none; }
.loc-hero .glow.a { right: -100px; top: -80px; background: rgba(20,163,184,.28); }
.loc-hero .glow.b { left: -100px; bottom: -120px; background: rgba(111,183,236,.2); }
.loc-hero .inner { position: relative; max-width: 820px; }
.loc-hero .breadcrumb, .loc-hero .breadcrumb a, .loc-hero .breadcrumb li[aria-current], .loc-hero .breadcrumb .sep { color: rgba(255,255,255,.75); }
.loc-hero .breadcrumb a:hover { color: #fff; }
.loc-hero .pill { display: inline-flex; align-items: center; gap: 8px; margin: 20px 0 0; padding: 6px 14px; border-radius: 999px; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.1); font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .14em; }
.loc-hero .pill svg { width: 14px; height: 14px; }
.loc-hero h1 { margin-top: 18px; font-size: clamp(2.2rem, 5.5vw, 3.8rem); font-weight: 700; }
.loc-hero h1 .accent { color: var(--brand-soft); }
.loc-hero p { margin-top: 20px; max-width: 60ch; font-size: clamp(1rem, 2.2vw, 1.15rem); line-height: 1.6; color: rgba(255,255,255,.9); }
.loc-hero .hero-actions { margin-top: 32px; justify-content: flex-start; }

.prose { max-width: 760px; }
.prose h2 { font-size: clamp(1.5rem, 3.5vw, 2.1rem); margin: 40px 0 14px; }
.prose h3 { font-size: 1.25rem; margin: 28px 0 10px; }
.prose p { color: var(--ink-soft); font-size: 16px; line-height: 1.7; margin-bottom: 16px; }
.prose ul.ticks { margin: 8px 0 20px; display: grid; gap: 10px; }
.prose ul.ticks li { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; color: var(--ink); }
.prose ul.ticks .tick { width: 20px; height: 20px; border-radius: 999px; background: var(--brand); color: #fff; display: flex; align-items: center; justify-content: center; flex: none; margin-top: 1px; }
.prose ul.ticks .tick svg { width: 12px; height: 12px; }

/* ---------- GEO citable answer sections (service pages) ---------- */
.svc-copy { padding: 64px 0; border-top: 1px solid var(--border); }
.svc-copy h2 { font-size: clamp(1.3rem, 3vw, 1.9rem); font-weight: 700; margin: 0 0 14px; color: var(--ink); }
.svc-copy h2:not(:first-child) { margin-top: 36px; }
.svc-copy p { font-size: 16px; line-height: 1.75; color: var(--ink-soft); max-width: 72ch; margin-bottom: 18px; }
.faq h3 { font-size: 1.05rem; font-weight: 700; margin: 22px 0 6px; color: var(--ink); }

/* ---------- Location page sub-sections ---------- */
.loc-section { padding: 56px 0; }
.loc-section.alt { background: var(--surface); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.loc-section > .container > .eyebrow { display: block; margin-bottom: 10px; }
.loc-section h2 { font-size: clamp(1.5rem, 3.5vw, 2.2rem); font-weight: 700; margin-bottom: 8px; }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 28px; }
.why-card { display: flex; gap: 12px; align-items: flex-start; padding: 20px; border: 1px solid var(--border); border-radius: 14px; background: #fff; }
.why-card svg { width: 22px; height: 22px; color: var(--brand); flex: none; margin-top: 2px; }
.why-card .wt { font-size: 15px; font-weight: 700; color: var(--ink); }
.why-card .wd { font-size: 13.5px; color: var(--ink-soft); margin-top: 3px; line-height: 1.5; }
.review-quote { max-width: 760px; margin-top: 24px; padding: 28px 32px; border-left: 3px solid var(--brand); background: var(--surface); border-radius: 0 14px 14px 0; }
.review-quote blockquote { font-size: 17px; line-height: 1.6; color: var(--ink); margin: 0; font-weight: 500; }
.review-quote .who { margin-top: 14px; font-size: 13px; color: var(--ink-soft); }
.nap-block { display: grid; grid-template-columns: repeat(2, auto); gap: 12px 40px; margin-top: 24px; }
.nap-block .nap-item { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; color: var(--ink); }
.nap-block .nap-item svg { width: 18px; height: 18px; color: var(--brand); flex: none; margin-top: 2px; }
.nearby-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }
.nearby-links a { display: inline-flex; align-items: center; gap: 8px; padding: 10px 18px; border: 1px solid var(--border); border-radius: 999px; font-size: 14px; font-weight: 600; color: var(--brand); background: #fff; transition: border-color .2s, box-shadow .2s; }
.nearby-links a:hover { border-color: rgba(18,115,196,.3); box-shadow: var(--shadow-soft); }
.related-services { padding: 56px 0; border-top: 1px solid var(--border); }

@media (max-width: 1000px) { .areas-grid { grid-template-columns: repeat(2, 1fr); } .why-grid { grid-template-columns: 1fr; } .nap-block { grid-template-columns: 1fr; } }
@media (max-width: 520px) { .areas-grid { grid-template-columns: 1fr; } .faq, .areas-serve { padding: 56px 0; } }

/* =========================================================
   Chat widget (quote bot)
   ========================================================= */
.lns-chat * { box-sizing: border-box; }
.lns-chat-launch {
  position: fixed; right: 22px; bottom: 22px; z-index: 9998;
  display: inline-flex; align-items: center; gap: 10px; height: 56px; padding: 0 22px 0 18px;
  border: none; border-radius: 999px; cursor: pointer; color: #fff; font-family: var(--font); font-size: 15px; font-weight: 600;
  background: linear-gradient(135deg, var(--brand), var(--accent-teal));
  box-shadow: 0 14px 38px -12px rgba(11,79,147,.7); transition: transform .2s ease, box-shadow .2s ease;
}
.lns-chat-launch:hover { transform: translateY(-2px); box-shadow: 0 18px 44px -12px rgba(11,79,147,.8); }
.lns-chat-launch svg { width: 22px; height: 22px; }
.lns-chat-launch .lbl { white-space: nowrap; }
.lns-chat-launch.hide { display: none; }
@media (max-width: 480px) { .lns-chat-launch .lbl { display: none; } .lns-chat-launch { padding: 0; width: 56px; justify-content: center; right: 16px; bottom: 16px; } }

.lns-chat-panel {
  position: fixed; right: 22px; bottom: 22px; z-index: 9999;
  width: 380px; max-width: calc(100vw - 32px); height: 600px; max-height: calc(100vh - 44px);
  display: none; flex-direction: column; overflow: hidden;
  background: #fff; border-radius: 20px; border: 1px solid var(--border);
  box-shadow: 0 30px 70px -20px rgba(11,42,67,.5); font-family: var(--font);
}
.lns-chat-panel.open { display: flex; animation: lns-pop .25s cubic-bezier(.16,1,.3,1); }
@keyframes lns-pop { from { opacity: 0; transform: translateY(16px) scale(.98); } to { opacity: 1; transform: none; } }
@media (max-width: 480px) { .lns-chat-panel { right: 0; bottom: 0; width: 100vw; height: 100dvh; max-height: 100dvh; border-radius: 0; } }

.lns-chat-head { display: flex; align-items: center; gap: 12px; padding: 16px 18px; color: #fff; background: linear-gradient(135deg, #0c2740, #0b4f93 60%, #1273c4); }
.lns-chat-head img { width: 38px; height: 38px; border-radius: 10px; object-fit: cover; }
.lns-chat-head .ht { font-size: 15px; font-weight: 700; line-height: 1.1; }
.lns-chat-head .hs { font-size: 12px; color: rgba(255,255,255,.8); display: flex; align-items: center; gap: 6px; margin-top: 2px; }
.lns-chat-head .dot { width: 7px; height: 7px; border-radius: 999px; background: #34d399; display: inline-block; }
.lns-chat-head .close { margin-left: auto; background: rgba(255,255,255,.15); border: none; color: #fff; width: 32px; height: 32px; border-radius: 999px; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.lns-chat-head .close svg { width: 18px; height: 18px; }

.lns-chat-body { flex: 1; overflow-y: auto; padding: 18px; background: #f6fafe; display: flex; flex-direction: column; gap: 10px; }
.lns-msg { max-width: 84%; padding: 11px 14px; font-size: 14px; line-height: 1.5; border-radius: 16px; white-space: pre-wrap; word-wrap: break-word; }
.lns-msg.bot { align-self: flex-start; background: #fff; color: var(--ink); border: 1px solid var(--border); border-bottom-left-radius: 5px; }
.lns-msg.user { align-self: flex-end; background: linear-gradient(135deg, var(--brand), var(--brand-dark)); color: #fff; border-bottom-right-radius: 5px; }
.lns-msg a { color: var(--brand); font-weight: 600; }
.lns-msg.user a { color: #fff; text-decoration: underline; }
.lns-typing { align-self: flex-start; display: flex; gap: 4px; padding: 14px 16px; background: #fff; border: 1px solid var(--border); border-radius: 16px; border-bottom-left-radius: 5px; }
.lns-typing span { width: 7px; height: 7px; border-radius: 999px; background: var(--ink-soft); opacity: .5; animation: lns-blink 1.2s infinite; }
.lns-typing span:nth-child(2) { animation-delay: .2s; } .lns-typing span:nth-child(3) { animation-delay: .4s; }
@keyframes lns-blink { 0%,60%,100% { opacity: .3; transform: translateY(0); } 30% { opacity: 1; transform: translateY(-3px); } }

.lns-quick { display: flex; flex-wrap: wrap; gap: 8px; padding: 0 4px; }
.lns-quick button { font-family: var(--font); font-size: 13px; font-weight: 600; color: var(--brand); background: #fff; border: 1px solid rgba(18,115,196,.35); border-radius: 999px; padding: 8px 14px; cursor: pointer; transition: background .15s, color .15s; }
.lns-quick button:hover { background: var(--brand); color: #fff; }

.lns-chat-foot { border-top: 1px solid var(--border); padding: 10px; background: #fff; }
.lns-input-row { display: flex; gap: 8px; align-items: center; }
.lns-input-row input[type=text], .lns-input-row input[type=email], .lns-input-row input[type=tel], .lns-input-row textarea {
  flex: 1; font-family: var(--font); font-size: 14px; padding: 11px 14px; border: 1px solid var(--input); border-radius: 999px; outline: none; resize: none; color: var(--ink); background: #fff;
}
.lns-input-row textarea { border-radius: 16px; line-height: 1.4; }
.lns-input-row input:focus, .lns-input-row textarea:focus { border-color: var(--brand); }
.lns-send, .lns-attach { flex: none; width: 42px; height: 42px; border-radius: 999px; border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.lns-send { background: var(--brand); color: #fff; } .lns-send:hover { background: var(--brand-dark); }
.lns-attach { background: var(--surface); color: var(--brand); border: 1px solid var(--border); }
.lns-send svg, .lns-attach svg { width: 18px; height: 18px; }
.lns-foot-note { font-size: 10.5px; color: var(--ink-soft); text-align: center; margin-top: 7px; }
.lns-files { display: flex; flex-wrap: wrap; gap: 6px; padding: 6px 4px 0; }
.lns-file-chip { font-size: 11.5px; background: var(--surface); border: 1px solid var(--border); border-radius: 8px; padding: 4px 8px; color: var(--ink-soft); display: inline-flex; align-items: center; gap: 6px; }
.lns-file-chip button { border: none; background: none; cursor: pointer; color: var(--ink-soft); font-size: 14px; line-height: 1; padding: 0; }
.lns-chat-body::-webkit-scrollbar { width: 8px; }
.lns-chat-body::-webkit-scrollbar-thumb { background: rgba(18,115,196,.25); border-radius: 999px; }
