/* ================================================
   NP Co.™ — DARK INDUSTRIAL EDITORIAL THEME
   needaplumberco.com
   Palette: near-black · electric blue · amber · off-white
   Fonts: Syne (display) + DM Sans (body)
================================================ */

/* ── Reset & Root ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }

:root {
  --black:   #0b0d0f;
  --ink:     #111418;
  --surface: #161b22;
  --line:    #232b36;
  --blue:    #1b7fe8;
  --cyan:    #00c2ff;
  --amber:   #e8a020;
  --amber-l: #ffb733;
  --white:   #f4f6f8;
  --muted:   #7a8898;
  --dim:     #3a4555;
  --green:   #00d68f;
  --r:       4px;
}

body {
  font-family: "DM Sans", sans-serif;
  color: var(--white);
  background: var(--black);
  line-height: 1.6;
  overflow-x: hidden;
}

a { color: var(--blue); text-decoration: none; }
a:hover { color: var(--cyan); }
img { max-width: 100%; height: auto; display: block; }

/* ── Layout ── */
.container { max-width: 1200px; margin: 0 auto; padding: 0 28px; }
.section { padding: 88px 0; }

/* ── Typography ── */
h1, h2, h3, h4 {
  font-family: "Syne", sans-serif;
  font-weight: 800;
  color: var(--white);
  letter-spacing: -.03em;
  line-height: 1.05;
}
h1 { font-size: clamp(3rem, 6.5vw, 5.5rem); letter-spacing: -.04em; }
h2 { font-size: clamp(2.1rem, 4vw, 3.2rem); }
h3 { font-size: 1.1rem; }
h4 { font-size: 1rem; }

h2 em, .accent { color: var(--cyan); font-style: normal; }
h2 .amber-text { color: var(--amber); }

.eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: var(--cyan);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--cyan);
  flex-shrink: 0;
}
.eyebrow.center { justify-content: center; }
.eyebrow.center::before { display: none; }

.body-text {
  font-size: 1rem;
  color: var(--muted);
  line-height: 1.78;
  max-width: 600px;
  margin-top: 16px;
}

/* ── Buttons ── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 26px;
  font-family: "DM Sans", sans-serif;
  font-size: .88rem;
  font-weight: 700;
  letter-spacing: .4px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  border-radius: var(--r);
  transition: all .2s;
}
.btn-blue { background: var(--blue); color: #fff; }
.btn-blue:hover { background: #1568c8; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(27,127,232,.35); color: #fff; }
.btn-amber { background: var(--amber); color: var(--black); }
.btn-amber:hover { background: var(--amber-l); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(232,160,32,.4); color: var(--black); }
.btn-outline { background: transparent; color: var(--white); border: 1px solid var(--line); }
.btn-outline:hover { border-color: var(--cyan); color: var(--cyan); }


    /* ── Big Call Button (exact from design) ── */
    .big-call {
      display: inline-flex; align-items: stretch;
      text-decoration: none;
      border-radius: var(--r);
      overflow: hidden;
      box-shadow: 0 4px 40px rgba(232,160,32,.3);
      transition: all .25s;
      margin-bottom: 20px;
    }
    .big-call:hover { box-shadow: 0 8px 60px rgba(232,160,32,.5); transform: translateY(-3px); }
    .big-call-left {
      background: var(--amber);
      color: var(--black);
      display: flex; align-items: center; justify-content: center;
      padding: 0 22px;
      font-size: 1.4rem;
    }
    .big-call-right {
      background: #1a1200;
      border: 1px solid var(--amber);
      border-left: none;
      padding: 16px 28px;
      display: flex; flex-direction: column; gap: 2px;
    }
    .bcr-label {
      font-size: .68rem; font-weight: 700;
      letter-spacing: 2px; text-transform: uppercase;
      color: var(--amber); opacity: .8;
    }
    .bcr-num {
      font-family: "Syne", sans-serif;
      font-size: 1.8rem; font-weight: 800;
      color: var(--white); letter-spacing: -.02em;
      line-height: 1;
    }

    /* ── Mega Call Button (CTA sections) ── */
.mega-call {
  display: inline-flex;
  align-items: stretch;
  text-decoration: none;
  border-radius: var(--r);
  overflow: hidden;
  box-shadow: 0 8px 48px rgba(232,160,32,.3);
  transition: all .3s;
}
.mega-call:hover { transform: translateY(-4px); box-shadow: 0 20px 72px rgba(232,160,32,.5); }
.mega-call__icon {
  background: var(--amber);
  color: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  font-size: 1.8rem;
  flex-shrink: 0;
}
.mega-call__body {
  background: #130a00;
  border: 1px solid var(--amber);
  border-left: none;
  padding: 18px 32px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
}
.mega-call__label {
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: rgba(232,160,32,.7);
}
.mega-call__num {
  font-family: "Syne", sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 800;
  color: var(--white);
  letter-spacing: -.03em;
  line-height: 1;
}

/* ── Topbar ── */
.topbar {
  background: var(--ink);
  border-bottom: 1px solid var(--line);
  padding: 9px 0;
  font-size: .8rem;
  color: var(--muted);
}
.topbar__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.topbar a { color: var(--cyan); font-weight: 600; }
.topbar a:hover { color: var(--white); }
.topbar__right { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; }
.topbar__live { display: flex; align-items: center; gap: 7px; font-size: .78rem; }
.topbar__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  animation: dot-pulse 2s infinite;
}
@keyframes dot-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: .4; transform: scale(.75); }
}

/* ── Navigation ── */
.nav {
  background: rgba(11,13,15,.96);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 200;
}
.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  gap: 20px;
}

/* Logo */
.logo {
  display: flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
}
.logo__mark {
  width: 38px;
  height: 38px;
  background: var(--blue);
  border-radius: var(--r);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform .2s;
}
.logo:hover .logo__mark { transform: rotate(-5deg); }
.logo__type { display: flex; flex-direction: column; line-height: 1; }
.logo__name {
  font-family: "Syne", sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--white);
  letter-spacing: -.02em;
}
.logo__name em { color: var(--cyan); font-style: normal; }
.logo__sub {
  font-size: .6rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--dim);
  margin-top: 3px;
}

/* Nav links */
.nav__links {
  display: flex;
  gap: 2px;
  list-style: none;
}
.nav__links a {
  padding: 8px 14px;
  border-radius: var(--r);
  font-size: .85rem;
  font-weight: 500;
  color: var(--muted);
  transition: all .15s;
}
.nav__links a:hover,
.nav__links a.active { color: var(--white); background: var(--surface); }

/* Nav call button */
.nav__call {
  display: flex;
  align-items: center;
  gap: 9px;
  background: var(--amber);
  color: var(--black) !important;
  padding: 10px 18px;
  border-radius: var(--r);
  text-decoration: none;
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: .3px;
  transition: all .2s;
  white-space: nowrap;
  animation: amber-pulse 3s infinite;
}
.nav__call:hover { background: var(--amber-l); transform: translateY(-1px); }
@keyframes amber-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(232,160,32,0); }
  50% { box-shadow: 0 0 18px 3px rgba(232,160,32,.25); }
}

/* Mobile menu toggle */
.nav__toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.nav__toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: all .3s;
}
.nav__toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__toggle.open span:nth-child(2) { opacity: 0; }
.nav__toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── Breadcrumb ── */
.breadcrumb {
  background: var(--ink);
  border-bottom: 1px solid var(--line);
  padding: 11px 0;
  font-size: .82rem;
  color: var(--dim);
}
.breadcrumb a { color: var(--blue); }
.breadcrumb a:hover { color: var(--cyan); }
.breadcrumb__sep { margin: 0 8px; color: var(--line); }

/* ── Sub Nav (Borough / Service) ── */
.sub-nav {
  background: var(--ink);
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.sub-nav__inner {
  display: flex;
  gap: 6px;
  flex-wrap: nowrap;
  min-width: max-content;
}
.sub-nav__label {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--dim);
  margin-right: 6px;
  white-space: nowrap;
  align-self: center;
}
.sub-nav__inner a {
  padding: 7px 14px;
  border-radius: var(--r);
  border: 1px solid var(--line);
  font-size: .82rem;
  font-weight: 600;
  color: var(--muted);
  transition: all .15s;
  white-space: nowrap;
}
.sub-nav__inner a:hover,
.sub-nav__inner a.active {
  background: var(--blue);
  color: var(--white);
  border-color: var(--blue);
}

/* ── Hero ── */
.hero {
  background: var(--black);
  position: relative;
  overflow: hidden;
  padding: 80px 0 72px;
  min-height: 90vh;
  display: flex;
  align-items: center;
}
.hero__bg-mesh {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 65% 80% at 72% 28%, rgba(27,127,232,.17) 0%, transparent 58%),
    radial-gradient(ellipse 40% 55% at 18% 78%, rgba(0,194,255,.07) 0%, transparent 50%);
  pointer-events: none;
}
.hero__dots {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, var(--line) 1px, transparent 1px);
  background-size: 32px 32px;
  opacity: .55;
  pointer-events: none;
}
.hero__vline {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--blue) 0%, transparent 100%);
  opacity: .6;
}
.hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 64px;
  align-items: center;
  width: 100%;
}
.hero__tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}
.hero__tag-pill {
  background: rgba(0,194,255,.1);
  border: 1px solid rgba(0,194,255,.25);
  border-radius: 2px;
  padding: 4px 10px;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--cyan);
}
.hero__tag-text { font-size: .78rem; color: var(--dim); }
.hero h1 { margin-bottom: 24px; }
.hero h1 .outline {
  -webkit-text-stroke: 1.5px var(--blue);
  color: transparent;
  display: block;
}
.hero__desc {
  font-size: 1.05rem;
  color: var(--muted);
  max-width: 480px;
  margin-bottom: 40px;
  line-height: 1.78;
}
.hero__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 16px;
  margin-bottom: 40px;
}
.hero__metrics {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  padding-top: 32px;
  border-top: 1px solid var(--line);
}
.metric__num {
  font-family: "Syne", sans-serif;
  font-size: 1.9rem;
  font-weight: 800;
  color: var(--white);
  letter-spacing: -.04em;
  line-height: 1;
}
.metric__label {
  font-size: .75rem;
  color: var(--muted);
  font-weight: 500;
  margin-top: 4px;
  letter-spacing: .3px;
}

/* ── Quote Panel ── */
.quote-panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
}
.quote-panel__head {
  background: var(--blue);
  padding: 16px 22px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.quote-panel__mark {
  width: 30px;
  height: 30px;
  background: rgba(255,255,255,.15);
  border-radius: var(--r);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.quote-panel__head h3 { font-size: 1rem; color: #fff; letter-spacing: -.01em; }
.quote-panel__head p { font-size: .73rem; color: rgba(255,255,255,.65); margin-top: 1px; font-family: "DM Sans", sans-serif; font-weight: 400; }
.quote-panel__call {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 22px;
  background: rgba(232,160,32,.07);
  border-bottom: 1px solid rgba(232,160,32,.18);
  text-decoration: none;
  transition: background .2s;
}
.quote-panel__call:hover { background: rgba(232,160,32,.13); }
.quote-panel__call-label {
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: 2px;
}
.quote-panel__call-num {
  font-family: "Syne", sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--white);
  letter-spacing: -.02em;
  line-height: 1;
}
.quote-panel__call-arrow { color: var(--amber); font-size: 1rem; }
.quote-panel__body { padding: 20px 22px; }

/* ── Forms ── */
.form-field { display: flex; flex-direction: column; gap: 5px; margin-bottom: 10px; }
.form-field label {
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--dim);
}
.form-field input,
.form-field select {
  background: var(--black);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 11px 14px;
  font-family: "DM Sans", sans-serif;
  font-size: .9rem;
  color: var(--white);
  transition: border-color .2s;
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
}
.form-field input::placeholder { color: var(--dim); }
.form-field input:focus,
.form-field select:focus {
  outline: none;
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(27,127,232,.12);
}
.form-field select option { background: var(--ink); }
.form-submit {
  background: var(--blue);
  color: #fff;
  border: none;
  width: 100%;
  padding: 13px;
  border-radius: var(--r);
  font-family: "DM Sans", sans-serif;
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: .4px;
  cursor: pointer;
  transition: all .2s;
  margin-top: 4px;
}
.form-submit:hover { background: #1568c8; transform: translateY(-1px); }
.form-note {
  font-size: .73rem;
  color: var(--dim);
  text-align: center;
  margin-top: 8px;
}
.form-note strong { color: var(--green); }

/* ── Trust Strip ── */
.trust-strip {
  background: var(--surface);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
}
.trust-strip__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: .82rem;
  font-weight: 500;
  color: var(--muted);
}
.trust-item__icon {
  width: 26px;
  height: 26px;
  background: var(--ink);
  border: 1px solid var(--line);
  border-radius: var(--r);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .8rem;
}
.trust-item strong { color: var(--white); font-weight: 700; }

/* ── Service Grid (editorial) ── */
.svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  margin-top: 48px;
}
.svc-item {
  background: var(--black);
  padding: 28px 24px;
  display: block;
  text-decoration: none;
  position: relative;
  transition: background .2s;
}
.svc-item::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s;
}
.svc-item:hover { background: var(--surface); }
.svc-item:hover::before { transform: scaleX(1); }
.svc-item__num {
  font-family: "Syne", sans-serif;
  font-size: .7rem;
  font-weight: 800;
  color: var(--dim);
  letter-spacing: 1px;
  display: block;
  margin-bottom: 12px;
}
.svc-item h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 8px;
  letter-spacing: -.01em;
}
.svc-item p { font-size: .84rem; color: var(--muted); line-height: 1.6; }
.svc-item__arrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  font-size: .78rem;
  font-weight: 700;
  color: var(--blue);
  letter-spacing: .3px;
}

/* ── Borough Grid (typographic) ── */
.boro-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  margin-top: 48px;
}
.boro-item {
  background: var(--ink);
  padding: 28px 18px 22px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  transition: background .2s;
  position: relative;
}
.boro-item::after {
  content: "";
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  background: var(--cyan);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s;
}
.boro-item:hover { background: var(--surface); }
.boro-item:hover::after { transform: scaleX(1); }
.boro-item__initial {
  font-family: "Syne", sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--line);
  line-height: 1;
  margin-bottom: 12px;
  transition: color .2s;
}
.boro-item:hover .boro-item__initial { color: var(--blue); }
.boro-item__name {
  font-family: "Syne", sans-serif;
  font-size: .95rem;
  font-weight: 700;
  color: var(--white);
  letter-spacing: -.01em;
  margin-bottom: 4px;
}
.boro-item__count { font-size: .75rem; color: var(--dim); }
.boro-item__link {
  margin-top: 16px;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--blue);
  opacity: 0;
  transition: opacity .2s;
}
.boro-item:hover .boro-item__link { opacity: 1; }

/* ── Stat Cards ── */
.stat-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 24px;
}
.stat-card--cyan { border-top: 2px solid var(--cyan); }
.stat-card--amber { border-top: 2px solid var(--amber); }
.stat-card--blue { border-top: 2px solid var(--blue); }
.stat-card__num {
  font-family: "Syne", sans-serif;
  font-size: 3rem;
  font-weight: 800;
  color: var(--white);
  letter-spacing: -.05em;
  line-height: 1;
  margin-bottom: 4px;
}
.stat-card__num .unit { font-size: 1.8rem; color: var(--cyan); }
.stat-card__num .amber { color: var(--amber); }
.stat-card__label { font-size: .8rem; color: var(--muted); }

/* ── Review Cards ── */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 48px;
}
.review-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 28px;
}
.review-card__stars {
  display: flex;
  gap: 3px;
  margin-bottom: 16px;
}
.review-card__stars span {
  width: 11px;
  height: 11px;
  background: var(--amber);
  clip-path: polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);
  flex-shrink: 0;
}
.review-card__text {
  font-size: .9rem;
  color: var(--muted);
  line-height: 1.75;
  font-style: italic;
}
.review-card__author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}
.review-card__init {
  width: 36px;
  height: 36px;
  border-radius: var(--r);
  background: var(--blue);
  font-family: "Syne", sans-serif;
  font-size: .82rem;
  font-weight: 800;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.review-card__name {
  font-family: "Syne", sans-serif;
  font-size: .85rem;
  font-weight: 700;
  color: var(--white);
}
.review-card__loc { font-size: .73rem; color: var(--dim); margin-top: 2px; }

/* ── FAQ ── */
.faq-list { margin-top: 36px; }
details {
  background: var(--ink);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  margin-bottom: 10px;
  transition: border-color .2s;
}
details[open] { border-color: var(--blue); }
summary {
  padding: 18px 20px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: .95rem;
  color: var(--white);
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  transition: color .15s;
}
summary::-webkit-details-marker { display: none; }
summary::after {
  content: "+";
  font-size: 1.2rem;
  color: var(--blue);
  font-weight: 300;
  flex-shrink: 0;
}
details[open] summary::after { content: "−"; }
details[open] summary { color: var(--cyan); }
.faq-answer {
  padding: 14px 20px 18px;
  color: var(--muted);
  line-height: 1.75;
  font-size: .92rem;
  border-top: 1px solid var(--line);
}

/* ── CTA Section ── */
.cta-section {
  background: var(--surface);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 72px 0;
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 100% at 50% 50%, rgba(27,127,232,.1), transparent);
  pointer-events: none;
}
.cta-section__inner {
  position: relative;
  text-align: center;
}
.cta-section__inner h2 { margin-bottom: 10px; }
.cta-section__inner p { color: var(--muted); margin-bottom: 36px; font-size: .95rem; }
.cta-section__sub { margin-top: 18px; font-size: .78rem; color: var(--dim); }
.cta-section__sub strong { color: var(--muted); }

/* ── Experts Section ── */
.experts-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
  margin-top: 52px;
}
.expert-features { display: flex; flex-direction: column; }
.expert-item {
  display: flex;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}
.expert-item:last-child { border-bottom: none; }
.expert-item__num {
  font-family: "Syne", sans-serif;
  font-size: .7rem;
  font-weight: 800;
  color: var(--dim);
  letter-spacing: 1px;
  min-width: 24px;
  padding-top: 2px;
}
.expert-item__text h4 { margin-bottom: 5px; }
.expert-item__text p { font-size: .88rem; color: var(--muted); line-height: 1.6; }
.experts-stats { display: flex; flex-direction: column; gap: 14px; }
.experts-call {
  background: var(--amber);
  border-radius: var(--r);
  padding: 18px 22px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .2s;
}
.experts-call:hover { background: var(--amber-l); transform: translateY(-2px); box-shadow: 0 8px 32px rgba(232,160,32,.4); }
.experts-call__label {
  font-size: .67rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(0,0,0,.6);
  margin-bottom: 3px;
}
.experts-call__num {
  font-family: "Syne", sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--black);
  letter-spacing: -.02em;
  line-height: 1;
}

/* ── Neighborhood Tags ── */
.hood-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin-top: 36px;
}
.hood-tag {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 8px 12px;
  text-align: center;
  font-size: .82rem;
  font-weight: 500;
  color: var(--muted);
  transition: all .15s;
  cursor: default;
}
.hood-tag:hover {
  background: var(--blue);
  color: var(--white);
  border-color: var(--blue);
}

/* ── Process Steps ── */
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 40px;
}
.process-step {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 24px;
  position: relative;
  transition: border-color .2s;
}
.process-step:hover { border-color: var(--blue); }
.process-step__num {
  font-family: "Syne", sans-serif;
  font-size: .7rem;
  font-weight: 800;
  color: var(--dim);
  letter-spacing: 1px;
  margin-bottom: 10px;
  display: block;
}
.process-step h4 { margin-bottom: 8px; }
.process-step p { font-size: .86rem; color: var(--muted); line-height: 1.6; }

/* ── Page Header (inner pages) ── */
.page-header {
  background: var(--ink);
  border-bottom: 1px solid var(--line);
  padding: 56px 0 44px;
  position: relative;
  overflow: hidden;
}
.page-header::after {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--blue) 0%, transparent 100%);
}
.page-header h1 { font-size: clamp(2.2rem, 4.5vw, 3.5rem); margin-bottom: 12px; }
.page-header p { color: var(--muted); font-size: .95rem; max-width: 580px; line-height: 1.7; }

/* ── About Timeline ── */
.timeline { display: flex; flex-direction: column; }
.timeline-item {
  display: flex;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.timeline-item:last-child { border-bottom: none; }
.timeline-item__year {
  font-family: "Syne", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  color: var(--blue);
  min-width: 48px;
}
.timeline-item h4 { font-size: .95rem; margin-bottom: 4px; }
.timeline-item p { font-size: .83rem; color: var(--muted); line-height: 1.5; }

/* ── Values Grid ── */
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  margin-top: 40px;
}
.value-item { background: var(--black); padding: 28px 24px; }
.value-item__num {
  font-family: "Syne", sans-serif;
  font-size: .7rem;
  font-weight: 800;
  color: var(--dim);
  letter-spacing: 1px;
  margin-bottom: 12px;
  display: block;
}
.value-item h4 { margin-bottom: 8px; }
.value-item p { font-size: .85rem; color: var(--muted); line-height: 1.6; }

/* ── Cert Cards ── */
.cert-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 36px;
}
.cert-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-top: 2px solid var(--blue);
  border-radius: var(--r);
  padding: 22px;
}
.cert-card h4 { font-size: .95rem; margin-bottom: 8px; }
.cert-card p { font-size: .83rem; color: var(--muted); line-height: 1.6; }

/* ── FAQ Page Sidebar ── */
.faq-layout {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 48px;
  align-items: start;
}
.faq-sidebar { position: sticky; top: 90px; }
.faq-sidebar__box {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 20px;
}
.faq-sidebar__title {
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--dim);
  margin-bottom: 14px;
}
.faq-sidebar__link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  border-bottom: 1px solid var(--line);
  font-size: .83rem;
  color: var(--muted);
  text-decoration: none;
  transition: color .15s;
}
.faq-sidebar__link:hover { color: var(--white); }
.faq-sidebar__link-num {
  font-family: "Syne", sans-serif;
  font-size: .68rem;
  font-weight: 800;
  color: var(--dim);
  min-width: 18px;
}
.faq-sidebar__call {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--amber);
  border-radius: var(--r);
  padding: 18px;
  margin-top: 14px;
  text-decoration: none;
  transition: background .2s;
}
.faq-sidebar__call:hover { background: var(--amber-l); }
.faq-sidebar__call-label {
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(0,0,0,.6);
}
.faq-sidebar__call-num {
  font-family: "Syne", sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--black);
  margin-top: 4px;
}
.faq-category { margin-bottom: 44px; }
.faq-category__header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}
.faq-category__count { font-size: .72rem; color: var(--dim); font-weight: 600; }

/* ── Terms Page ── */
.terms-layout {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 48px;
  align-items: start;
  padding: 56px 0 80px;
}
.terms-sidebar { position: sticky; top: 90px; }
.terms-section { margin-bottom: 44px; padding-bottom: 44px; border-bottom: 1px solid var(--line); }
.terms-section:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.terms-section__num {
  font-family: "Syne", sans-serif;
  font-size: .72rem;
  font-weight: 800;
  color: var(--blue);
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.terms-section h2 { font-size: 1.4rem; margin-bottom: 16px; }
.terms-section p { font-size: .93rem; color: var(--muted); line-height: 1.8; margin-bottom: 12px; }
.terms-section p:last-child { margin-bottom: 0; }
.terms-section strong { color: var(--white); font-weight: 600; }
.terms-section a { color: var(--cyan); }

/* ── Footer ── */
.footer {
  background: var(--ink);
  border-top: 1px solid var(--line);
}
.footer__main { padding: 56px 0 36px; }
.footer__grid {
  display: grid;
  grid-template-columns: 2.2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 44px;
}
.footer__logo {
  display: flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  margin-bottom: 14px;
}
.footer__logo-mark {
  width: 34px;
  height: 34px;
  background: var(--blue);
  border-radius: var(--r);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.footer__logo-name {
  font-family: "Syne", sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--white);
  letter-spacing: -.02em;
  line-height: 1;
}
.footer__logo-name em { color: var(--cyan); font-style: normal; }
.footer__logo-sub {
  font-size: .59rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--dim);
  margin-top: 2px;
}
.footer__desc { font-size: .84rem; color: var(--dim); line-height: 1.7; max-width: 275px; margin-bottom: 18px; }
.footer__phone {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 10px 16px;
  text-decoration: none;
  font-family: "Syne", sans-serif;
  font-size: .95rem;
  font-weight: 700;
  color: var(--white);
  letter-spacing: -.01em;
  transition: all .2s;
}
.footer__phone:hover { border-color: var(--blue); color: var(--cyan); }
.footer__phone-icon { color: var(--amber); }
.footer__col h4 {
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: var(--dim);
  margin-bottom: 16px;
}
.footer__links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer__links a { font-size: .84rem; color: var(--muted); text-decoration: none; transition: color .15s; }
.footer__links a:hover { color: var(--white); }
.footer__bottom {
  border-top: 1px solid var(--line);
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: .77rem;
  color: var(--dim);
  flex-wrap: wrap;
  gap: 12px;
}
.footer__bottom a { color: var(--dim); text-decoration: none; }
.footer__bottom a:hover { color: var(--muted); }
.footer__bottom-right { display: flex; gap: 20px; }

/* ── Sticky Mobile Call Bar ── */
.sticky-call {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 300;
  background: var(--amber);
}
.sticky-call a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px;
  color: var(--black) !important;
  text-decoration: none;
  font-family: "Syne", sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -.01em;
}

/* ── Utility ── */
.text-center { text-align: center; }
.mt-sm { margin-top: 16px; }
.mt-md { margin-top: 28px; }
.mt-lg { margin-top: 40px; }
.mb-md { margin-bottom: 28px; }
.flex-gap { display: flex; gap: 12px; flex-wrap: wrap; }

/* ── Responsive ── */
@media (max-width: 900px) {
  .nav__links { display: none; }
  .nav__toggle { display: flex; }
  .nav__links.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 72px; left: 0; right: 0;
    background: rgba(11,13,15,.98);
    border-bottom: 1px solid var(--line);
    padding: 16px 28px 24px;
    gap: 4px;
  }
  .sticky-call { display: block; }
  body { padding-bottom: 60px; }
  .hero { min-height: auto; padding: 56px 0; }
  .hero__inner { grid-template-columns: 1fr; }
  .quote-panel { display: none; }
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
  .boro-grid { grid-template-columns: repeat(2, 1fr); }
  .reviews-grid { grid-template-columns: 1fr; }
  .experts-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .hood-grid { grid-template-columns: repeat(3, 1fr); }
  .values-grid { grid-template-columns: 1fr; }
  .cert-grid { grid-template-columns: repeat(2, 1fr); }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .faq-layout { grid-template-columns: 1fr; }
  .faq-sidebar { display: none; }
  .terms-layout { grid-template-columns: 1fr; }
  .terms-sidebar { display: none; }
}

@media (max-width: 560px) {
  .container { padding: 0 18px; }
  .section { padding: 56px 0; }
  .svc-grid { grid-template-columns: 1fr; }
  .boro-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .hood-grid { grid-template-columns: repeat(2, 1fr); }
  .cert-grid { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
  .trust-strip__inner { gap: 10px; }
  .hero__metrics { gap: 20px; }
  .call-btn__num { font-size: 1.2rem; }
} /* Block all links/buttons */
a, button {
  pointer-events: none !important;
  cursor: default !important;
}

/* Allow only phone calls */
a[href^="tel:"] {
  pointer-events: auto !important;
  cursor: pointer !important;
}
