.district-grid,.location-grid,.pest-link-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.district-card,.location-card,.pest-link-card{display:flex;min-width:0;flex-direction:column;align-items:flex-start;background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px;box-shadow:0 8px 26px rgba(24,49,42,.045);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.district-card:hover,.location-card:hover,.pest-link-card:hover{transform:translateY(-3px);border-color:#9bc9b2;box-shadow:0 16px 34px rgba(8,115,75,.1);text-decoration:none}.district-card span,.location-card span,.pest-link-card span{color:var(--brand);font-size:.72rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.district-card strong,.location-card strong,.pest-link-card strong{color:var(--ink);font-size:1.1rem;line-height:1.3;margin:6px 0}.district-card small{color:var(--muted)}.district-card em,.location-card em,.pest-link-card em{color:var(--brand);font-size:.86rem;font-style:normal;font-weight:750;margin-top:auto;padding-top:12px}.pest-link-card p{color:var(--muted);font-size:.9rem;line-height:1.55;margin:5px 0 10px}.pest-location-section{background:#eaf3ee}.process-flow{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.process-flow article{position:relative;background:#fff;border:1px solid var(--line);border-radius:18px;padding:25px}.process-flow b{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:var(--mint);color:var(--brand)}.process-flow h3{margin:14px 0 4px}.process-flow p{color:var(--muted);margin:0}.context-badge{display:flex;flex-direction:column;padding:15px 18px;margin-bottom:22px;background:var(--mint);border-radius:14px}.context-badge span{color:var(--brand);font-size:.78rem;font-weight:800;text-transform:uppercase}.context-badge strong{font-size:1.05rem}.lead{font-size:1.08rem;color:#3f5650}.section-title .eyebrow{margin-bottom:10px}.finder input:disabled{opacity:1;color:var(--ink);background:#f4f8f6}@media(max-width:900px){.district-grid,.location-grid,.pest-link-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:650px){.district-grid,.location-grid,.pest-link-grid,.process-flow{grid-template-columns:1fr}.district-card,.location-card,.pest-link-card{padding:18px}}
