:root {
  --ink: #071617;
  --muted: #637371;
  --paper: #f4f8f6;
  --white: #fff;
  --line: #dfe8e4;
  --navy: #10242b;
  --green: #0f766e;
  --mint: #9be15d;
  --blue: #1d4ed8;
  --shadow: 0 24px 70px rgba(7, 22, 23, .14);
}
* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
.wrap { width: min(1200px, calc(100% - 36px)); margin: 0 auto; }
.topbar { color: #d9f5e7; background: #071617; font-size: 14px; }
.topbar-inner { display: flex; justify-content: space-between; gap: 18px; padding: 8px 0; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.nav-row { min-height: 82px; display: flex; align-items: center; gap: 24px; }
.brand { display: inline-flex; width: 255px; flex: 0 0 auto; }
.brand img { width: 255px; display: block; }
.nav { flex: 1; }
.menu { display: flex; align-items: center; justify-content: center; gap: 24px; margin: 0; padding: 0; list-style: none; font-weight: 800; font-size: 15px; }
.menu a { display: block; padding: 12px 0; }
.nav-cta, .btn { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 0 18px; border-radius: 6px; font-weight: 900; }
.nav-cta, .btn.primary { color: #061414; background: var(--mint); }
.btn.secondary { color: #fff; border: 1px solid rgba(255,255,255,.32); }
.btn.ghost { color: var(--green); background: #fff; border: 1px solid var(--line); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--line); background: #fff; border-radius: 6px; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--ink); }
.home-slider { position: relative; overflow: hidden; color: #fff; background: #071617; }
.slider-track { position: relative; min-height: 670px; }
.slider-item { position: absolute; inset: 0; display: flex; align-items: center; opacity: 0; pointer-events: none; background-color: #071617; background-image: radial-gradient(circle at 78% 32%, rgba(155,225,93,.28), transparent 30%), linear-gradient(135deg, #071617, #10242b 58%, #0f3d3e); background-size: cover; background-position: center; transition: opacity .7s ease; }
.slider-item.is-active { opacity: 1; pointer-events: auto; }
.slider-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,22,23,.95), rgba(7,22,23,.74) 44%, rgba(7,22,23,.28)); }
.slider-content { position: relative; padding: 110px 0 128px; }
.slider-content h1 { max-width: 820px; font-size: 66px; }
.slider-content p:not(.eyebrow) { max-width: 650px; color: #d9e9e6; font-size: 21px; }
.slider-dots { position: absolute; left: 50%; bottom: 34px; z-index: 2; display: flex; gap: 10px; transform: translateX(-50%); }
.slider-dots button { width: 42px; height: 10px; padding: 0; border: 0; border-radius: 999px; background: rgba(255,255,255,.42); cursor: pointer; }
.slider-dots button.is-active { width: 70px; background: var(--mint); }
.slider-dots span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.slider-admin { position: absolute; left: 50%; bottom: 58px; z-index: 3; display: flex; width: min(1200px, calc(100% - 36px)); align-items: center; justify-content: flex-end; gap: 10px; transform: translateX(-50%); pointer-events: none; }
.slider-admin strong, .slider-admin a { pointer-events: auto; }
.slider-admin strong { color: #fff; text-shadow: 0 2px 8px rgba(0,0,0,.38); }
.hero { position: relative; overflow: hidden; color: #fff; background: #071617; }
.hero-bg { position: absolute; inset: 0; pointer-events: none; }
.city-grid { position: absolute; inset: 0; background: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent); }
.radar { position: absolute; right: max(30px, calc((100vw - 1200px) / 2)); top: 86px; width: 430px; height: 430px; border-radius: 50%; border: 1px solid rgba(155,225,93,.34); background: radial-gradient(circle, rgba(155,225,93,.18), transparent 58%); }
.radar:before, .radar:after { content: ""; position: absolute; inset: 76px; border: 1px solid rgba(155,225,93,.24); border-radius: 50%; }
.radar:after { inset: 150px; background: var(--mint); box-shadow: 0 0 60px rgba(155,225,93,.55); }
.hero-inner { position: relative; min-height: 720px; display: grid; grid-template-columns: minmax(0, 1fr) 390px; align-items: center; gap: 50px; }
.hero-copy { max-width: 760px; }
.eyebrow { margin: 0 0 10px; color: var(--green); font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: 0; }
.hero .eyebrow, .dark-section .eyebrow, .cta-box .eyebrow { color: var(--mint); }
h1, h2, h3 { margin: 0 0 14px; line-height: 1.08; }
h1 { font-size: 64px; }
h2 { font-size: 38px; }
.hero-copy p { max-width: 680px; color: #d9e9e6; font-size: 21px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.ops-panel { position: relative; padding: 28px; color: var(--ink); background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.25); border-radius: 8px; box-shadow: var(--shadow); }
.ops-panel span { color: var(--green); font-weight: 900; }
.ops-panel strong { display: block; margin: 8px 0; font-size: 44px; line-height: 1; }
.ops-lines { display: grid; gap: 10px; margin-top: 24px; }
.ops-lines i { display: block; height: 12px; border-radius: 999px; background: linear-gradient(90deg, var(--green), var(--mint)); opacity: .86; }
.ops-lines i:nth-child(2) { width: 78%; }
.ops-lines i:nth-child(3) { width: 58%; }
.ops-lines i:nth-child(4) { width: 88%; }
.section { padding: 78px 0; }
.stats-band { padding: 28px 0; background: #fff; border-bottom: 1px solid var(--line); }
.stats-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.stats-grid div { min-height: 96px; padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.stats-grid strong { display: block; color: var(--green); font-size: 22px; }
.stats-grid span { color: var(--muted); font-weight: 700; }
.split { display: grid; grid-template-columns: minmax(0, 1fr) 520px; gap: 54px; align-items: center; }
.lead { color: var(--muted); font-size: 19px; }
.process-list { display: grid; gap: 14px; }
.process-list div, .side-panel, .prose-block, .reference-grid div, .info-grid div { padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 10px 26px rgba(7,22,23,.05); }
.process-list b { display: block; color: var(--green); font-size: 30px; line-height: 1; margin-bottom: 10px; }
.process-list p, .section-head p, .pest-grid p, .prose p, .footer p { color: var(--muted); }
.dark-section { color: #fff; background: linear-gradient(135deg, #071617, #10242b 58%, #0f3d3e); }
.section-head { max-width: 820px; margin-bottom: 28px; }
.section-head p { font-size: 18px; }
.dark-section .section-head p { color: #c9dad7; }
.district-preview { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
.district-preview a { min-height: 58px; display: flex; align-items: center; justify-content: center; padding: 12px; color: #e9fbf1; border: 1px solid rgba(255,255,255,.18); border-radius: 8px; background: rgba(255,255,255,.08); font-weight: 900; }
.center-action { display: flex; justify-content: center; margin-top: 28px; }
.pest-section { background: #fff; }
.pest-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.pest-grid a { min-height: 220px; padding: 24px; border-radius: 8px; border: 1px solid var(--line); background: linear-gradient(180deg, #fff, #f4faf7); box-shadow: 0 10px 26px rgba(7,22,23,.05); }
.pest-grid span { display: block; width: 54px; height: 54px; margin-bottom: 26px; border-radius: 16px; background: radial-gradient(circle at 35% 35%, var(--mint), var(--green)); }
.references { background: #f7faf8; }
.reference-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.reference-grid.mini div { min-height: 78px; display: flex; align-items: center; font-weight: 900; }
.editable-references { padding-top: 0; }
.reference-manager { display: grid; gap: 18px; }
.reference-grid.managed { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.reference-card { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 10px 26px rgba(7,22,23,.06); }
.reference-card figure { height: 168px; margin: 0; background: linear-gradient(135deg, #eaf4ef, #fff); }
.reference-card figure img { width: 100%; height: 100%; object-fit: cover; display: block; }
.reference-mark { display: flex; align-items: center; justify-content: center; }
.reference-mark span { width: 64px; height: 64px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; color: #061414; background: var(--mint); font-size: 30px; font-weight: 900; }
.reference-body { padding: 20px; }
.reference-body h3 { font-size: 22px; }
.reference-body p { color: var(--muted); margin: 8px 0 0; }
.reference-meta { color: var(--green) !important; font-weight: 900; }
.reference-admin { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; padding: 18px; border: 1px dashed var(--green); border-radius: 8px; background: #f0fbf5; }
.reference-admin strong { font-size: 20px; }
.reference-admin p { margin: 0; color: var(--muted); flex: 1 1 260px; }
.reference-manager.is-compact .reference-grid.managed { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; }
.reference-manager.is-compact .reference-card { box-shadow: 0 6px 18px rgba(7,22,23,.05); }
.reference-manager.is-compact .reference-card figure { height: 76px; }
.reference-manager.is-compact .reference-mark span { width: 42px; height: 42px; font-size: 20px; }
.reference-manager.is-compact .reference-body { padding: 12px; }
.reference-manager.is-compact .reference-body h3 { margin-bottom: 4px; font-size: 14px; line-height: 1.2; }
.reference-manager.is-compact .reference-body p { display: none; }
.reference-manager.is-compact .reference-body .reference-meta { display: block; font-size: 11px; line-height: 1.25; }
.reference-manager.is-compact .reference-admin { margin-top: 10px; }
.cta-section { padding-top: 0; }
.cta-box { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 34px; color: #fff; border-radius: 8px; background: linear-gradient(135deg, #0f3d3e, #10242b); box-shadow: var(--shadow); }
.cta-box p { color: #d9e9e6; }
.page-hero { padding: 82px 0; color: #fff; background: linear-gradient(135deg, #071617, #123c3d); }
.page-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 38px; align-items: start; }
.prose { font-size: 18px; }
.prose h2 { font-size: 32px; }
.prose a { color: var(--green); font-weight: 900; }
.side-panel { position: sticky; top: 112px; display: grid; gap: 12px; }
.side-panel strong { font-size: 24px; }
.info-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin: 24px 0; }
.link-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 24px; }
.link-grid a { padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 8px 22px rgba(7,22,23,.05); }
.link-grid span { display: block; font-weight: 900; }
.link-grid small { color: var(--muted); }
.knowledge-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 24px; }
.knowledge-card { min-height: 210px; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: linear-gradient(180deg, #fff, #f5faf8); box-shadow: 0 10px 26px rgba(7,22,23,.05); }
.knowledge-card span, .article-tag { color: var(--green); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.knowledge-card h3 { font-size: 25px; }
.knowledge-card p { color: var(--muted); margin: 0; }
.knowledge-article h2 { margin-top: 28px; }
.knowledge-article h2:first-of-type { margin-top: 0; }
.article-cta { margin-top: 30px; padding: 22px; border-radius: 8px; background: #eef8f2; border: 1px solid var(--line); }
.article-cta strong { font-size: 22px; }
.article-cta p { margin: 8px 0 16px; }
.contact-corporate { display: grid; grid-template-columns: 360px minmax(0, 1fr); gap: 24px; }
.contact-lead { padding: 28px; color: #fff; border-radius: 8px; background: linear-gradient(135deg, #0f3d3e, #10242b); }
.contact-lead p:not(.eyebrow) { color: #d9e9e6; }
.contact-table { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.contact-table div { padding: 20px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.contact-table span { display: block; color: var(--green); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.contact-table strong { display: block; margin-top: 6px; font-size: 18px; }
.footer { position: relative; padding: 54px 0 96px; color: #e9fbf1; background: #071617; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 34px; }
.footer-logo { width: 255px; display: block; margin-bottom: 16px; }
.footer a { display: block; color: #d9f5e7; margin: 8px 0; }
.footer h3 { color: #fff; font-size: 20px; }
.sticky-actions { position: fixed; right: 18px; bottom: 18px; z-index: 60; display: flex; gap: 10px; }
.sticky-actions a { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: 0 16px; color: #061414; background: var(--mint); border-radius: 6px; box-shadow: var(--shadow); font-weight: 900; }
@media (max-width: 960px) {
  .topbar, .nav-cta { display: none; }
  .nav-row { min-height: 72px; }
  .brand, .brand img { width: 210px; }
  .menu-toggle { display: block; margin-left: auto; }
  .nav { position: absolute; left: 18px; right: 18px; top: 72px; display: none; padding: 12px; background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); }
  .nav.is-open { display: block; }
  .menu { display: grid; justify-content: stretch; gap: 4px; }
  .menu a { padding: 12px; }
  .slider-track { min-height: 560px; }
  .slider-content { padding: 76px 0 112px; }
  .slider-content h1 { font-size: 40px; }
  .slider-content p:not(.eyebrow) { font-size: 18px; }
  .slider-admin { position: relative; left: auto; bottom: auto; justify-content: flex-start; padding: 14px 0; transform: none; pointer-events: auto; }
  .hero-inner, .split, .page-layout, .contact-corporate, .footer-grid { grid-template-columns: 1fr; }
  .hero-inner { min-height: auto; padding: 72px 0; }
  h1 { font-size: 42px; }
  h2 { font-size: 30px; }
  .ops-panel { max-width: 420px; }
  .stats-grid, .pest-grid, .district-preview, .info-grid, .link-grid, .knowledge-grid, .contact-table, .reference-grid.managed { grid-template-columns: 1fr; }
  .reference-manager.is-compact .reference-grid.managed { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
  .reference-manager.is-compact .reference-card figure { height: 54px; }
  .reference-manager.is-compact .reference-body { padding: 8px; }
  .reference-manager.is-compact .reference-body h3 { font-size: 11px; }
  .reference-manager.is-compact .reference-body .reference-meta { font-size: 9px; }
  .reference-manager.is-compact .reference-admin { display: none; }
  .cta-box { display: grid; }
  .side-panel { position: static; }
  .sticky-actions { left: 12px; right: 12px; bottom: 12px; }
  .sticky-actions a { flex: 1; }
}
