/* Hocking County 911 page - original approved design */
.hc911-wrap,.hc911-wrap *{box-sizing:border-box}
.hc911-wrap{font-family:Raleway,Arial,Helvetica,sans-serif;background:#000;color:#fff;padding:28px 18px 40px}
.hc911-main{max-width:1280px;margin:0 auto}
.hc911-logo{display:block;width:100%;max-width:360px;height:auto;margin:0 auto 24px}
.hc911-hero{background:#111;border:2px solid #FCB315;border-radius:24px;padding:32px 28px;margin:0 0 24px;box-shadow:0 10px 28px rgba(0,0,0,.18)}
.hc911-eyebrow{display:inline-block;margin:0 0 14px;background:#FCB315;color:#000;font-size:.84rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;border-radius:999px;padding:8px 14px}
.hc911-topgrid{display:grid;grid-template-columns:1.45fr .95fr;gap:24px;align-items:start}
.hc911-hero h2{margin:0 0 14px;font-family:Raleway,Arial,sans-serif;font-size:clamp(2.2rem,4vw,3.7rem);line-height:1.04;font-weight:800;color:#fff}
.hc911-hero p{margin:0 0 16px;max-width:900px;font-size:1.08rem;line-height:1.75;color:#f4f4f4}
.hc911-btn-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}
.hc911-btn{display:inline-block;text-decoration:none;font-weight:800;padding:13px 18px;border-radius:12px;border:2px solid #FCB315;background:#FCB315;color:#000;transition:.2s ease;font-size:.98rem;min-height:44px}
.hc911-btn:hover,.hc911-btn:focus{background:#000;color:#FCB315}
.hc911-btn.alt{background:transparent;color:#FCB315}
.hc911-btn.alt:hover,.hc911-btn.alt:focus{background:#FCB315;color:#000}
.hc911-contact-card{background:#161616;border:1px solid rgba(252,179,21,.55);border-radius:20px;padding:22px}
.hc911-contact-card h2{margin:0 0 16px;font-family:Raleway,Arial,sans-serif;font-size:1.5rem;line-height:1.2;color:#fff;font-weight:800}
.hc911-contact-row{margin:0 0 14px}
.hc911-contact-label{display:block;margin:0 0 2px;color:#FCB315;font-size:.88rem;text-transform:uppercase;letter-spacing:.05em;font-weight:800}
.hc911-contact-value{display:block;color:#fff;font-size:1.02rem;line-height:1.6;font-weight:600}
.hc911-contact-value a{color:#fff}
.hc911-contact-value a:hover,.hc911-contact-value a:focus{text-decoration:underline}
.hc911-contact-value a:hover,.hc911-contact-value a:focus{color:#FCB315}
.hc911-jump{background:#111;border:1px solid rgba(252,179,21,.45);border-radius:20px;padding:18px 18px 14px;margin:0 0 24px}
.hc911-jump h2{margin:0 0 10px;font-family:Raleway,Arial,sans-serif;color:#fff;font-size:1.15rem;font-weight:800}
.hc911-jump-text{color:#fff;font-size:1rem;line-height:1.9}
.hc911-jump-text a{color:#fff;font-weight:700;white-space:nowrap}
.hc911-jump-text a:hover,.hc911-jump-text a:focus{text-decoration:underline}
.hc911-jump-text a:hover,.hc911-jump-text a:focus{color:#FCB315}
.hc911-section{background:#f3f3f3;color:#1d1d1d;border-radius:24px;padding:28px 24px;margin:0 0 22px;border:1px solid #dfdfdf;box-shadow:0 10px 28px rgba(0,0,0,.16)}
.hc911-section h2{margin:0 0 10px;font-family:Raleway,Arial,sans-serif;font-size:2rem;line-height:1.15;color:#111;font-weight:800}
.hc911-section h3{margin:18px 0 8px;font-family:Raleway,Arial,sans-serif;font-size:1.28rem;line-height:1.3;color:#111;font-weight:800}
.hc911-section p{margin:0 0 14px;line-height:1.78;font-size:1.02rem;color:#222}
.hc911-accent-rule{width:110px;height:6px;background:#FCB315;border-radius:999px;margin:0 0 18px}
.hc911-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.hc911-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.hc911-card{background:#fff;border:1px solid #d8d8d8;border-radius:18px;padding:20px}
.hc911-card h3{margin:0 0 10px}
.hc911-card p{margin:0 0 12px}
.hc911-links a,.hc911-section a{color:#111;font-weight:700}
.hc911-links a:hover,.hc911-links a:focus,.hc911-section a:hover,.hc911-section a:focus{text-decoration:underline}
.hc911-links a:hover,.hc911-links a:focus,.hc911-section a:hover,.hc911-section a:focus{color:#000}
.hc911-plain{color:#222;font-size:1.02rem;line-height:1.9}
.hc911-plain li{margin:0 0 10px}
.hc911-section .hc911-btn,.hc911-section .hc911-btn:visited{background:#FCB315;color:#000;text-decoration:none;border:2px solid #FCB315}
.hc911-section .hc911-btn:hover,.hc911-section .hc911-btn:focus{background:#000;color:#FCB315}
@media (max-width:980px){
  .hc911-topgrid,.hc911-grid-2,.hc911-grid-3{grid-template-columns:1fr}
}
@media (max-width:640px){
  .hc911-wrap{padding:18px 12px 28px}
  .hc911-hero,.hc911-section{padding:22px 16px;border-radius:18px}
  .hc911-jump{padding:16px 14px 12px;border-radius:18px}
  .hc911-btn{width:100%;text-align:center}
  .hc911-section h2{font-size:1.7rem}
}
