:root {
  --color-primary: #1d4ed8;
  --color-primary-dark: #1e40af;
  --color-secondary: #334155;
  --color-ink: #0f172a;
  --color-muted: #475569;
  --color-soft: #f8fafc;
  --color-surface: #ffffff;
  --color-border: #e2e8f0;
  --color-accent-soft: #eff6ff;
  --shadow-card: 0 12px 30px rgba(15, 23, 42, 0.08);
  --radius-lg: 18px;
  --radius-md: 12px;
  --container: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--color-ink);
  background: var(--color-surface);
  line-height: 1.6;
}

img,
svg {
  max-width: 100%;
}

a {
  color: var(--color-primary);
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
  z-index: 1000;
  width: auto;
  height: auto;
  padding: 0.75rem 1rem;
  background: var(--color-ink);
  color: #ffffff;
  border-radius: var(--radius-md);
}

.container {
  width: min(100% - 2rem, var(--container));
  margin: 0 auto;
}

.site-header {
  border-bottom: 1px solid var(--color-border);
  background: rgba(255, 255, 255, 0.96);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  gap: 0.05rem;
  color: var(--color-ink);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.brand:hover,
.brand:focus {
  text-decoration: none;
}

.brand-logo {
  display: block;
  height: 38px;
  width: auto;
}

.hero-illustration {
  display: block;
  border-radius: var(--radius-md);
  margin-bottom: 1rem;
}

.card-with-icon .card-icon,
.section-graphic {
  display: block;
  height: 52px;
  width: 52px;
  margin-bottom: 0.85rem;
}

.section-graphic.wide {
  height: auto;
  width: min(100%, 360px);
  margin-bottom: 1rem;
}

.brand-mark {
  color: var(--color-primary);
  font-size: 1.15rem;
}

.brand-subtitle {
  color: var(--color-muted);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.nav-toggle {
  display: none;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: #ffffff;
  color: var(--color-ink);
  font: inherit;
  padding: 0.55rem 0.75rem;
  cursor: pointer;
}

.site-nav ul {
  display: flex;
  align-items: center;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-nav a {
  color: var(--color-secondary);
  font-weight: 700;
  font-size: 0.94rem;
}

.site-nav a[aria-current="page"] {
  color: var(--color-primary);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 0.9rem;
  border-radius: 999px;
  background: var(--color-primary);
  color: #ffffff;
  font-weight: 700;
}

.header-cta:hover,
.header-cta:focus,
.button:hover,
.button:focus {
  color: #ffffff;
  background: var(--color-primary-dark);
  text-decoration: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.78rem 1rem;
  border-radius: 999px;
  background: var(--color-primary);
  color: #ffffff;
  font-weight: 700;
  border: 1px solid var(--color-primary);
}

.button-secondary {
  background: #ffffff;
  color: var(--color-primary);
  border-color: var(--color-border);
}

.button-secondary:hover,
.button-secondary:focus {
  background: var(--color-accent-soft);
  color: var(--color-primary-dark);
  text-decoration: none;
}

.hero {
  padding: 4.5rem 0 3.25rem;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  gap: 2rem;
  align-items: center;
}

.eyebrow {
  margin: 0 0 0.8rem;
  color: var(--color-primary);
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  line-height: 1.15;
  letter-spacing: -0.035em;
}

h1 {
  margin: 0;
  font-size: clamp(2.25rem, 6vw, 4.25rem);
}

h2 {
  margin: 0 0 0.8rem;
  font-size: clamp(1.65rem, 3vw, 2.45rem);
}

h3 {
  margin: 0 0 0.55rem;
  font-size: 1.2rem;
}

.lede {
  color: var(--color-muted);
  font-size: 1.13rem;
  max-width: 760px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.5rem;
}

.hero-card,
.card,
.quote-panel {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: #ffffff;
  box-shadow: var(--shadow-card);
}

.hero-card {
  padding: 1.35rem;
}

.hero-card ul,
.clean-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-card li,
.clean-list li {
  display: flex;
  gap: 0.65rem;
  padding: 0.6rem 0;
  border-bottom: 1px solid var(--color-border);
  color: var(--color-secondary);
  font-weight: 700;
}

.hero-card li:last-child,
.clean-list li:last-child {
  border-bottom: 0;
}

.check {
  flex: 0 0 auto;
  color: var(--color-primary);
  font-weight: 800;
}

.section {
  padding: 3.5rem 0;
}

.section-soft {
  background: var(--color-soft);
}

.section-header {
  max-width: 760px;
  margin-bottom: 1.75rem;
}

.section-header p {
  margin: 0;
  color: var(--color-muted);
}

.grid-3,
.grid-2,
.borough-grid {
  display: grid;
  gap: 1rem;
}

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.borough-grid {
  grid-template-columns: repeat(5, 1fr);
}

.card {
  padding: 1.25rem;
}

.card p {
  margin: 0;
  color: var(--color-muted);
}

.card-link {
  display: inline-block;
  margin-top: 0.9rem;
  font-weight: 700;
}

.badge-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  padding: 0;
  margin: 1.2rem 0 0;
  list-style: none;
}

.badge-list li,
.badge {
  display: inline-flex;
  align-items: center;
  border: 1px solid #bfdbfe;
  border-radius: 999px;
  background: var(--color-accent-soft);
  color: var(--color-primary-dark);
  padding: 0.45rem 0.7rem;
  font-size: 0.9rem;
  font-weight: 700;
}

.page-hero {
  padding: 3.75rem 0 2.25rem;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.breadcrumb {
  color: var(--color-muted);
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.breadcrumb a {
  color: var(--color-secondary);
  font-weight: 700;
}

.content-block {
  max-width: 820px;
}

.content-block p,
.content-block li {
  color: var(--color-muted);
}

.content-block ul {
  padding-left: 1.2rem;
}

.callout {
  border-left: 4px solid var(--color-primary);
  background: var(--color-accent-soft);
  border-radius: var(--radius-md);
  padding: 1rem;
  color: var(--color-secondary);
}

.pricing-table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.pricing-table th,
.pricing-table td {
  padding: 1rem;
  border-bottom: 1px solid var(--color-border);
  text-align: left;
  vertical-align: top;
}

.pricing-table th {
  background: var(--color-accent-soft);
  color: var(--color-ink);
}

.pricing-table tr:last-child td {
  border-bottom: 0;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 1.05fr);
  gap: 1.5rem;
  align-items: start;
}

.form-card {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 1.25rem;
  background: #ffffff;
  box-shadow: var(--shadow-card);
}

.form-row {
  display: grid;
  gap: 0.45rem;
  margin-bottom: 1rem;
}

label {
  font-weight: 700;
  color: var(--color-secondary);
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: var(--radius-md);
  padding: 0.75rem;
  font: inherit;
  color: var(--color-ink);
  background: #ffffff;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

input:focus,
select:focus,
textarea:focus {
  outline: 0;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(29, 78, 216, 0.14);
}

input[aria-invalid="true"],
textarea[aria-invalid="true"] {
  border-color: #b91c1c;
}

textarea {
  min-height: 160px;
  resize: vertical;
}

code {
  background: var(--color-accent-soft);
  border: 1px solid var(--color-border);
  border-radius: 6px;
  color: var(--color-primary-dark);
  font-family: "Courier New", Courier, monospace;
  font-size: 0.9em;
  padding: 0.1rem 0.3rem;
}

.field-error {
  color: #b91c1c;
  font-size: 0.88rem;
  margin: -0.15rem 0 0;
  min-height: 1.35rem;
}

.form-note,
.form-status {
  color: var(--color-muted);
  font-size: 0.92rem;
}

.form-status {
  border-radius: var(--radius-md);
  margin: 1rem 0 0;
  min-height: 1.5rem;
  padding: 0.75rem;
}

.form-status:empty {
  display: none;
}

.form-status.is-loading {
  background: var(--color-accent-soft);
  color: var(--color-primary-dark);
}

.form-status.is-success {
  background: #ecfdf5;
  color: #065f46;
}

.form-status.is-error {
  background: #fef2f2;
  color: #991b1b;
}

.honeypot {
  left: -9999px;
  opacity: 0;
  position: absolute;
  top: auto;
}

.button:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

.empty-state {
  border: 1px dashed #cbd5e1;
  border-radius: var(--radius-lg);
  padding: 2rem;
  background: #ffffff;
  text-align: center;
}

.empty-state p {
  color: var(--color-muted);
}

.site-footer {
  border-top: 1px solid var(--color-border);
  background: #0f172a;
  color: #e2e8f0;
  padding: 2rem 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 1.5rem;
  align-items: start;
}

.site-footer a {
  color: #bfdbfe;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: flex-end;
}

.footer-small {
  color: #cbd5e1;
  font-size: 0.92rem;
}

@media (max-width: 860px) {
  .header-inner {
    flex-wrap: wrap;
    padding: 0.8rem 0;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    display: none;
    width: 100%;
    padding: 0.75rem 0 0.25rem;
  }

  .site-nav.is-open {
    display: block;
  }

  .site-nav ul {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.75rem;
  }

  .header-cta {
    width: 100%;
  }

  .hero-grid,
  .grid-3,
  .grid-2,
  .borough-grid,
  .contact-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 1.25rem, var(--container));
  }

  .hero,
  .page-hero {
    padding-top: 2.5rem;
  }

  .section {
    padding: 2.5rem 0;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .brand-logo {
    height: 34px;
  }

  .pricing-table,
  .pricing-table thead,
  .pricing-table tbody,
  .pricing-table th,
  .pricing-table td,
  .pricing-table tr {
    display: block;
  }

  .pricing-table thead {
    display: none;
  }

  .pricing-table td {
    border-bottom: 0;
    padding: 0.75rem 1rem;
  }

  .pricing-table tr {
    border-bottom: 1px solid var(--color-border);
    padding: 0.5rem 0;
  }

  .pricing-table tr:last-child {
    border-bottom: 0;
  }

  .pricing-table td::before {
    content: attr(data-label);
    display: block;
    color: var(--color-secondary);
    font-weight: 700;
    margin-bottom: 0.2rem;
  }
}

.site-nav a.header-cta[aria-current="page"] {
  color: #ffffff;
}

.centered-actions {
  justify-content: center;
}


.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.blog-card h2 {
  font-size: 1.25rem;
  margin-bottom: 0.65rem;
}

.blog-card .eyebrow {
  margin-bottom: 0.55rem;
}

.narrow-container {
  max-width: 860px;
}

.article-hero h1 {
  max-width: 820px;
}

.article-content {
  padding-top: 2.5rem;
}

.article-section {
  margin-bottom: 2rem;
}

.article-section p {
  color: var(--color-muted);
  margin: 0 0 1rem;
}

.article-disclaimer {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: var(--color-soft);
  color: var(--color-secondary);
  padding: 1rem;
  margin-top: 2rem;
}

.related-list {
  display: grid;
  gap: 0.75rem;
  margin: 1rem 0 0;
  padding-left: 1.2rem;
}

.related-list a {
  font-weight: 700;
}

@media (max-width: 860px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
}


/* Raster image assets */
.responsive-image,
.image-card img,
.article-image img {
  display: block;
  width: 100%;
  height: auto;
}

.image-card {
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.image-card img {
  margin: -1.25rem -1.25rem 1rem;
  width: calc(100% + 2.5rem);
  max-width: calc(100% + 2.5rem);
  height: auto;
  display: block;
  border-bottom: 1px solid var(--color-border);
}

.hero-photo {
  border-radius: 22px;
  margin-bottom: 1.25rem;
}

.section-image {
  align-self: stretch;
}

.article-image {
  margin: 0 0 2rem;
}

.article-image img {
  border-radius: 24px;
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow);
}

.blog-card-thumb {
  overflow: hidden;
  border-radius: 18px;
  margin: 0 0 1rem;
  border: 1px solid var(--color-border);
}

.blog-card-thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.price-card {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding: 1.35rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: #ffffff;
  box-shadow: var(--shadow-card);
}

.featured-price-card {
  border-color: #bfdbfe;
  background: linear-gradient(180deg, #eff6ff 0%, #ffffff 72%);
}

.price-card h3,
.price-card p,
.price-card ul {
  margin: 0;
}

.price-label {
  color: var(--color-primary);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price {
  color: var(--color-ink);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1;
}

.price-note {
  color: var(--color-muted);
  font-size: 0.95rem;
}

.price-card ul {
  padding-left: 1.1rem;
  color: var(--color-muted);
}

.price-card .button {
  margin-top: auto;
}

@media (max-width: 900px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }
}

/* Homepage redesign: wide photo-led hero */
.hero-wide {
  padding: 3.25rem 0 2rem;
  background:
    radial-gradient(circle at top left, rgba(37, 99, 235, 0.12), transparent 32rem),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 78%);
}

.hero-wide-shell {
  position: relative;
  overflow: hidden;
  min-height: 590px;
  border: 1px solid var(--color-border);
  border-radius: 34px;
  background: var(--color-secondary);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.16);
}

.hero-wide-image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-wide-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(15, 23, 42, 0.86) 0%, rgba(15, 23, 42, 0.70) 36%, rgba(15, 23, 42, 0.24) 66%, rgba(15, 23, 42, 0.08) 100%),
    linear-gradient(180deg, rgba(37, 99, 235, 0.18), rgba(15, 23, 42, 0.10));
}

.hero-wide-overlay {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 760px;
  min-height: 590px;
  padding: clamp(2rem, 5vw, 4.5rem);
  color: #ffffff;
}

.hero-wide-overlay .eyebrow,
.hero-wide-overlay .lede {
  color: rgba(255, 255, 255, 0.88);
}

.hero-wide-overlay h1 {
  max-width: 720px;
  color: #ffffff;
  font-size: clamp(2.4rem, 5.5vw, 4.9rem);
}

.hero-wide-overlay .lede {
  max-width: 680px;
  font-size: 1.18rem;
}

.button-light {
  background: rgba(255, 255, 255, 0.95);
  color: var(--color-primary-dark);
  border-color: rgba(255, 255, 255, 0.85);
}

.button-light:hover,
.button-light:focus {
  background: #ffffff;
  color: var(--color-primary-dark);
  text-decoration: none;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin: -2rem auto 0;
  position: relative;
  z-index: 3;
  width: min(100% - 2rem, 1080px);
  border: 1px solid var(--color-border);
  border-radius: 24px;
  background: var(--color-border);
  box-shadow: var(--shadow-card);
}

.trust-strip div {
  padding: 1.1rem 1.25rem;
  background: #ffffff;
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip strong {
  color: var(--color-secondary);
  font-size: 0.98rem;
}

.trust-strip span {
  margin-top: 0.25rem;
  color: var(--color-muted);
  font-size: 0.9rem;
}

@media (max-width: 860px) {
  .hero-wide-shell,
  .hero-wide-overlay {
    min-height: 560px;
  }

  .hero-wide-shell::before {
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.82) 0%, rgba(15, 23, 42, 0.62) 64%, rgba(15, 23, 42, 0.35) 100%);
  }

  .trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .hero-wide {
    padding-top: 1.5rem;
  }

  .hero-wide-shell,
  .hero-wide-overlay {
    min-height: 610px;
  }

  .hero-wide-shell {
    border-radius: 24px;
  }

  .hero-wide-overlay {
    padding: 1.4rem;
  }

  .trust-strip {
    grid-template-columns: 1fr;
    margin-top: 1rem;
    width: 100%;
    border-radius: 20px;
  }
}


/* CleanNYC-inspired visual refresh */
:root {
  --color-primary: #005eb8;
  --color-primary-dark: #003c70;
  --color-secondary: #082746;
  --color-ink: #071d35;
  --color-muted: #334155;
  --color-soft: #f5f8fc;
  --color-border: #d7e3ee;
  --color-accent-soft: #eaf4ff;
  --shadow-card: 0 14px 34px rgba(8, 39, 70, 0.12);
  --container: 1180px;
}

body {
  color: var(--color-ink);
  background: #ffffff;
}

.clean-header {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid #d9e2eb;
  background: rgba(255,255,255,.98);
  box-shadow: 0 5px 18px rgba(8,39,70,.06);
}

.clean-header-inner {
  min-height: 92px;
  gap: 1.5rem;
}

.clean-logo {
  height: 72px;
  width: auto;
}

.brand-subtitle { display: none; }

.clean-nav { margin-left: auto; }
.clean-nav ul { gap: 1.15rem; }
.clean-nav a {
  position: relative;
  color: #071d35;
  font-size: .86rem;
  font-weight: 800;
  letter-spacing: .01em;
  text-transform: uppercase;
}
.clean-nav a:hover,
.clean-nav a:focus { color: var(--color-primary); text-decoration: none; }
.clean-nav a[aria-current="page"] { color: var(--color-primary); }
.clean-nav a[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.05rem;
  height: 3px;
  background: var(--color-primary);
}

.header-contact {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-left: .5rem;
}
.header-contact-label {
  display: block;
  max-width: 140px;
  color: #334155;
  font-size: .82rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: right;
}
.clean-header-cta,
.header-cta {
  border-radius: 3px;
  padding: .9rem 1.25rem;
  background: var(--color-primary);
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: .02em;
  font-size: .82rem;
}

.button {
  min-height: 48px;
  border-radius: 3px;
  padding: .9rem 1.25rem;
  background: var(--color-primary);
  border-color: var(--color-primary);
  text-transform: uppercase;
  letter-spacing: .02em;
  font-size: .86rem;
}
.button-outline,
.button-secondary {
  background: #ffffff;
  color: var(--color-primary);
  border-color: var(--color-primary);
}
.button-outline:hover,
.button-outline:focus,
.button-secondary:hover,
.button-secondary:focus {
  background: var(--color-primary);
  color: #ffffff;
  text-decoration: none;
}

.clean-hero {
  display: grid;
  grid-template-columns: minmax(320px, .96fr) minmax(420px, 1.04fr);
  min-height: 610px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.96), rgba(255,255,255,.86) 44%, rgba(255,255,255,0) 62%),
    linear-gradient(180deg, #f6f9fd 0%, #ffffff 100%);
  border-bottom: 1px solid #dbe6f1;
}
.clean-hero-copy {
  align-self: center;
  justify-self: end;
  width: min(100% - 2rem, 540px);
  padding: 4.5rem 0 4.5rem 1rem;
  position: relative;
  z-index: 2;
}
.clean-hero-copy .eyebrow { color: var(--color-primary); margin-bottom: 1rem; }
.clean-hero h1 {
  color: #082746;
  font-size: clamp(3rem, 5.8vw, 5.25rem);
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: .98;
  text-transform: uppercase;
}
.clean-hero .lede {
  color: #1f2937;
  font-size: 1.12rem;
  max-width: 520px;
  margin: 1.35rem 0 0;
}
.hero-checks {
  display: grid;
  gap: .65rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}
.hero-checks li {
  display: flex;
  align-items: center;
  gap: .7rem;
  color: #082746;
  font-weight: 700;
}
.hero-checks li::before {
  content: "✓";
  display: inline-grid;
  place-items: center;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: var(--color-primary);
  color: #ffffff;
  font-size: .78rem;
  font-weight: 900;
}
.clean-hero-media {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  background: #0b2d4e;
}
.clean-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,.42), rgba(255,255,255,0) 28%), linear-gradient(180deg, rgba(8,39,70,0) 58%, rgba(8,39,70,.62));
  pointer-events: none;
}
.clean-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.hero-compliance-badge {
  position: absolute;
  right: 7%;
  bottom: 0;
  z-index: 2;
  width: min(88%, 460px);
  padding: 1.35rem 1.5rem;
  background: rgba(0, 44, 83, .92);
  color: #fff;
  border-left: 4px solid #4da3ff;
}
.hero-compliance-badge strong,
.hero-compliance-badge span { display: block; }
.hero-compliance-badge strong { text-transform: uppercase; font-size: 1rem; letter-spacing: .02em; }
.hero-compliance-badge span { margin-top: .35rem; color: #dbeafe; font-size: .94rem; }

.feature-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: linear-gradient(90deg, #05233e, #08345e);
  color: #fff;
  padding: 0 calc((100% - min(100% - 2rem, var(--container))) / 2);
  border-bottom: 1px solid #05233e;
}
.feature-bar-item {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 1rem;
  padding: 1.45rem 1.4rem;
  border-right: 1px solid rgba(255,255,255,.22);
}
.feature-bar-item:last-child { border-right: 0; }
.feature-icon {
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 2px solid rgba(255,255,255,.86);
  border-radius: 8px;
  font-size: 1.35rem;
  font-weight: 800;
}
.feature-bar-item strong { text-transform: uppercase; letter-spacing: .02em; }
.feature-bar-item p { margin: .25rem 0 0; color: #dbeafe; line-height: 1.35; }

.centered-section-header { text-align: center; margin-left: auto; margin-right: auto; }
.centered-section-header h2 { text-transform: uppercase; color: #082746; }
.centered-section-header h2::after {
  content: "";
  display: block;
  width: 56px;
  height: 3px;
  margin: .75rem auto 0;
  background: var(--color-primary);
}
.clean-services { padding-top: 3rem; }
.service-photo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.35rem;
}
.service-photo-card {
  text-align: center;
  background: #ffffff;
}
.service-photo-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.55;
  object-fit: cover;
  border: 1px solid #dbe6f1;
  box-shadow: 0 10px 24px rgba(8,39,70,.08);
}
.service-photo-card h3 {
  margin-top: 1rem;
  color: #082746;
  text-transform: uppercase;
  font-size: 1.02rem;
  letter-spacing: -.015em;
}
.service-photo-card p { color: #334155; font-size: .96rem; }

.clean-split { background: #ffffff; }
.split-grid {
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(360px, 1.06fr);
  gap: 2.5rem;
  align-items: center;
}
.strong-list li { font-weight: 700; color: #082746; }
.image-panel { border: 8px solid #ffffff; box-shadow: 0 18px 44px rgba(8,39,70,.16); }
.image-panel img { display: block; width: 100%; height: auto; }
.clean-borough-grid .card {
  border-radius: 0;
  border-top: 4px solid var(--color-primary);
  box-shadow: 0 8px 18px rgba(8,39,70,.07);
}
.clean-cta {
  background: linear-gradient(90deg, #05233e, #0a4f8d);
  color: #ffffff;
  padding: 3rem 0;
}
.clean-cta .eyebrow, .clean-cta p { color: #dbeafe; }
.clean-cta h2 { color: #ffffff; }
.clean-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.clean-footer { background: #061d33; }

.page-hero {
  background: linear-gradient(90deg, #f8fbff 0%, #ffffff 70%);
  border-bottom: 1px solid #dbe6f1;
}
.page-hero h1 { color: #082746; text-transform: uppercase; font-weight: 900; }
.card, .price-card, .form-card, .empty-state, .pricing-table {
  border-radius: 0;
  box-shadow: 0 10px 24px rgba(8,39,70,.08);
}
.card h3, .price-card h3 { color: #082746; }
.price { color: var(--color-primary); }

@media (max-width: 1040px) {
  .header-contact-label { display: none; }
  .clean-nav ul { gap: .8rem; }
  .clean-nav a { font-size: .78rem; }
  .service-photo-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-bar { grid-template-columns: repeat(2, 1fr); }
  .feature-bar-item:nth-child(2) { border-right: 0; }
}

@media (max-width: 860px) {
  .clean-header-inner { min-height: auto; padding: .75rem 0; }
  .clean-logo { height: 58px; }
  .clean-nav { margin-left: 0; }
  .clean-nav a[aria-current="page"]::after { display: none; }
  .header-contact { width: 100%; margin-left: 0; }
  .header-contact .clean-header-cta { width: 100%; }
  .clean-hero { grid-template-columns: 1fr; }
  .clean-hero-copy { justify-self: center; width: min(100% - 2rem, 680px); padding: 3rem 0; }
  .clean-hero-media { min-height: 420px; }
  .clean-hero h1 { font-size: clamp(2.5rem, 12vw, 4rem); }
  .split-grid { grid-template-columns: 1fr; }
  .clean-cta-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
  .service-photo-grid, .feature-bar { grid-template-columns: 1fr; }
  .feature-bar-item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); }
  .feature-bar-item:last-child { border-bottom: 0; }
  .clean-hero-media { min-height: 360px; }
  .hero-compliance-badge { position: relative; right: auto; bottom: auto; width: 100%; }
}

/* Mockup-matched homepage revision */
.mock-header {
  background: #fff;
  border-bottom: 1px solid #d8dee8;
  box-shadow: 0 1px 0 rgba(8, 38, 71, 0.04);
  position: relative;
  z-index: 20;
}

.mock-header-inner {
  width: min(100%, 1440px);
  margin: 0 auto;
  min-height: 104px;
  padding: 0 42px;
  display: grid;
  grid-template-columns: 295px minmax(380px, 1fr) auto auto;
  align-items: center;
  gap: 20px;
}

.mock-brand,
.mock-brand:hover,
.mock-brand:focus { text-decoration: none; display: inline-flex; align-items: center; }
.mock-brand img { width: 270px; height: auto; display: block; }

.mock-nav { min-width: 0; }
.mock-nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: clamp(16px, 2.1vw, 34px);
  margin: 0;
  padding: 0;
}

.mock-nav a {
  color: #061f3f;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .02em;
  padding: 40px 0 31px;
  display: inline-block;
  white-space: nowrap;
  border-bottom: 4px solid transparent;
}

.mock-nav a[aria-current="page"] { color: #005eb8; border-bottom-color: #006bd6; }
.mock-nav a:hover,
.mock-nav a:focus { color: #005eb8; text-decoration: none; }

.mock-header-contact { text-align: left; line-height: 1.2; white-space: nowrap; }
.mock-phone-row { display: flex; align-items: center; gap: 8px; color: #0065c7; font-weight: 800; font-size: 18px; }
.mock-phone-row a { color: #0065c7; text-decoration: none; }
.mock-phone-row span { font-size: 19px; }
.mock-email { display: block; color: #111827; font-size: 13px; margin-top: 4px; text-decoration: none; }
.mock-schedule {
  justify-self: end;
  background: #005eb8;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: .02em;
  font-size: 13px;
  padding: 17px 22px;
  min-width: 160px;
  text-align: center;
  white-space: nowrap;
  border-radius: 2px;
  box-shadow: 0 7px 16px rgba(0, 94, 184, .2);
}
.mock-schedule:hover,
.mock-schedule:focus { background: #004b93; color: #fff; text-decoration: none; }

.mock-homepage { background: #fff; }
.mock-hero {
  position: relative;
  width: min(100%, 1440px);
  margin: 0 auto;
  min-height: 520px;
  display: grid;
  grid-template-columns: 59.5% 40.5%;
  background:
    linear-gradient(90deg, rgba(255,255,255,.97) 0%, rgba(255,255,255,.87) 28%, rgba(255,255,255,.58) 48%, rgba(255,255,255,.14) 61%, rgba(255,255,255,0) 66%),
    url('../images/nyc-skyline-hero-backdrop.png') center center / cover no-repeat;
  overflow: hidden;
}

.mock-hero-copy {
  position: relative;
  z-index: 2;
  padding: 56px 28px 52px 86px;
  max-width: 640px;
}

.mock-hero-copy h1 {
  margin: 0 0 22px;
  color: #061f3f;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', Arial, sans-serif;
  font-size: clamp(44px, 4.2vw, 72px);
  line-height: .97;
  letter-spacing: .012em;
  text-transform: uppercase;
  font-weight: 900;
}

.mock-hero-copy p {
  margin: 0 0 21px;
  max-width: 500px;
  color: #0f172a;
  font-size: 18px;
  line-height: 1.5;
}

.mock-check-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: grid;
  gap: 10px;
}
.mock-check-list li {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #0f172a;
  font-size: 16px;
  font-weight: 600;
}
.mock-check-list li::before {
  content: "¹3";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  flex: 0 0 20px;
  background: #0065c7;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.mock-hero-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.mock-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 27px;
  background: #005eb8;
  border: 2px solid #005eb8;
  color: #fff;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
  box-shadow: 0 7px 16px rgba(0, 94, 184, .18);
}
.mock-button:hover,
.mock-button:focus { background: #004b93; border-color: #004b93; color: #fff; text-decoration: none; }
.mock-button-outline { background: rgba(255,255,255,.84); color: #005eb8; box-shadow: none; }
.mock-button-outline:hover,
.mock-button-outline:focus { background: #005eb8; color: #fff; }

.mock-hero-visual {
  min-width: 0;
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}
.mock-hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.mock-compliance-card {
  position: absolute;
  left: 50px;
  right: 34px;
  bottom: 26px;
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 16px;
  align-items: center;
  padding: 16px 20px;
  background: linear-gradient(90deg, rgba(5,45,88,.97), rgba(2,34,73,.95));
  color: #fff;
  border: 1px solid rgba(255,255,255,.1);
  box-shadow: 0 10px 24px rgba(2, 22, 49, .3);
}
.mock-compliance-icon {
  width: 54px;
  height: 54px;
  border: 2px solid rgba(255,255,255,.9);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 27px;
  line-height: 1;
}
.mock-compliance-card strong {
  display: block;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 6px;
  letter-spacing: .02em;
}
.mock-compliance-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.35;
  color: rgba(255,255,255,.94);
}

.mock-proof-bar {
  width: min(100%, 1440px);
  margin: 0 auto;
  background: linear-gradient(90deg, #062b4d 0%, #001f3d 100%);
  color: #fff;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: 104px;
  padding: 23px 72px;
  gap: 0;
}
.mock-proof-item {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 17px;
  align-items: center;
  padding: 0 26px;
  border-right: 1px solid rgba(255,255,255,.28);
}
.mock-proof-item:last-child { border-right: 0; }
.mock-proof-icon {
  width: 48px;
  height: 48px;
  border: 2px solid rgba(255,255,255,.92);
  border-radius: 4px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 25px;
  line-height: 1;
  font-weight: 800;
}

.mock-proof-icon svg {
  width: 27px;
  height: 27px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mock-proof-item strong {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.15;
  margin-bottom: 6px;
  letter-spacing: .02em;
}
.mock-proof-item p { margin: 0; color: #e9f3ff; line-height: 1.35; font-size: 15px; }

.mock-services {
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: 25px 76px 48px;
  background: #fff;
}
.mock-section-title { text-align: center; margin-bottom: 18px; }
.mock-section-title h2 {
  margin: 0;
  color: #061f3f;
  text-transform: uppercase;
  font-size: 29px;
  letter-spacing: .025em;
  line-height: 1.15;
  font-weight: 900;
}
.mock-section-title span { display: block; width: 50px; height: 3px; background: #006bd6; margin: 12px auto 0; }
.mock-service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.mock-service-card {
  background: #fff;
  overflow: hidden;
  border: 1px solid #d8dee8;
  border-radius: 3px;
  box-shadow: 0 5px 15px rgba(15, 23, 42, .08);
  text-align: center;
}
.mock-service-card img { width: 100%; height: 150px; object-fit: cover; display: block; }
.mock-service-card div { padding: 17px 16px 18px; }
.mock-service-card h3 { margin: 0 0 8px; color: #061f3f; text-transform: uppercase; font-size: 16px; line-height: 1.15; font-weight: 900; }
.mock-service-card p { margin: 0; color: #1f2937; font-size: 14px; line-height: 1.55; }

.mock-bottom-cta {
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: 46px 84px;
  background: #f4f8fd;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid #e2e8f0;
}
.mock-bottom-cta h2 { margin: 0 0 7px; color: #061f3f; text-transform: uppercase; font-size: 28px; }
.mock-bottom-cta p { margin: 0; color: #334155; max-width: 720px; }

@media (max-width: 1260px) {
  .mock-header-inner { grid-template-columns: 250px minmax(320px, 1fr) auto auto; padding: 0 28px; gap: 14px; }
  .mock-brand img { width: 228px; }
  .mock-nav ul { gap: 16px; }
  .mock-nav a { font-size: 12px; }
  .mock-phone-row { font-size: 16px; }
  .mock-email { font-size: 12px; }
  .mock-schedule { min-width: 145px; padding: 15px 16px; font-size: 12px; }
  .mock-hero-copy { padding-left: 48px; }
  .mock-proof-bar { padding: 20px 24px; }
  .mock-proof-item { padding: 0 16px; grid-template-columns: 50px 1fr; }
  .mock-services { padding-left: 28px; padding-right: 28px; }
  .mock-compliance-card { left: 24px; right: 24px; }
}

@media (max-width: 980px) {
  .mock-header-inner { min-height: 92px; grid-template-columns: 1fr auto; }
  .mock-brand img { width: 225px; }
  .mock-header-contact, .mock-schedule { display: none; }
  .mock-nav-toggle { display: inline-flex; justify-content: center; }
  .mock-nav { display: none; grid-column: 1 / -1; width: 100%; }
  .mock-nav.is-open { display: block; }
  .mock-nav ul { flex-direction: column; align-items: stretch; gap: 0; padding: 8px 0 18px; }
  .mock-nav a { font-size: 14px; padding: 12px 0; border-bottom: 1px solid #e2e8f0; }
  .mock-hero { grid-template-columns: 1fr; min-height: 0; background-position: center top; }
  .mock-hero-copy { max-width: 720px; padding: 44px 28px; }
  .mock-hero-visual { min-height: 420px; }
  .mock-hero-visual img { min-height: 420px; }
  .mock-compliance-card { left: 28px; right: 28px; bottom: 24px; }
  .mock-proof-bar { grid-template-columns: repeat(2, 1fr); row-gap: 24px; }
  .mock-proof-item:nth-child(2) { border-right: 0; }
  .mock-service-grid { grid-template-columns: repeat(2, 1fr); }
  .mock-bottom-cta { padding: 36px 28px; flex-direction: column; align-items: flex-start; }
}

@media (max-width: 620px) {
  .mock-header-inner { padding: 0 18px; }
  .mock-brand img { width: 205px; }
  .mock-hero-copy h1 { font-size: 42px; }
  .mock-hero-copy p { font-size: 16px; }
  .mock-hero-actions { align-items: stretch; }
  .mock-button { width: 100%; }
  .mock-hero-visual { min-height: 360px; }
  .mock-hero-visual img { min-height: 360px; }
  .mock-compliance-card { grid-template-columns: 1fr; gap: 10px; left: 16px; right: 16px; bottom: 16px; padding: 14px 16px; }
  .mock-compliance-icon { width: 42px; height: 42px; font-size: 20px; }
  .mock-proof-bar { grid-template-columns: 1fr; padding: 24px 20px; }
  .mock-proof-item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.25); padding: 0 0 20px; }
  .mock-proof-item:last-child { border-bottom: 0; padding-bottom: 0; }
  .mock-service-grid { grid-template-columns: 1fr; }
  .mock-services { padding: 24px 18px 38px; }
}


.article-section ul {
  color: var(--color-muted);
  margin: 0 0 1rem 1.25rem;
  padding: 0;
}

.article-section li {
  margin-bottom: 0.65rem;
}

.article-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0 1.25rem;
  color: var(--color-muted);
  font-size: 0.95rem;
}

.article-table th,
.article-table td {
  border: 1px solid var(--color-border);
  padding: 0.85rem;
  text-align: left;
  vertical-align: top;
}

.article-table th {
  color: var(--color-primary);
  background: var(--color-soft);
}


/* FAQ and generated lead-paint guide additions */
.faq-list {
  display: grid;
  gap: 1.25rem;
}
.faq-item,
.answer-box {
  background: #fff;
  border: 1px solid rgba(20, 50, 70, 0.12);
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(20, 50, 70, 0.08);
  padding: clamp(1.25rem, 2vw, 2rem);
}
.faq-item h2,
.answer-box h2 {
  margin-top: 0;
}
.faq-item:target {
  outline: 3px solid rgba(15, 90, 120, 0.25);
  scroll-margin-top: 110px;
}
.related-list li + li {
  margin-top: .55rem;
}


