.contact-actions-section { padding-block: 54px; background: var(--surface-muted); }
.contact-actions-section .section-head { margin-bottom: 24px; }
.contact-actions-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.contact-actions-grid article { display: flex; flex-direction: column; align-items: flex-start; min-width: 0; padding: 22px; border: 1px solid var(--border); border-radius: 18px; background: #fff; }
.contact-actions-grid h3 { margin: 0 0 8px; color: var(--primary); font-size: 1.2rem; }
.contact-actions-grid article > p:not(.contact-action-kind) { flex: 1; margin-top: 0; color: var(--text-muted); }
.contact-action-kind,
.emergency-kicker { margin: 0 0 7px; color: var(--secondary); font-size: .78rem; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; }
.emergency-button { border-color: var(--emergency); background: var(--emergency); color: #fff; }
.emergency-button:hover { border-color: var(--emergency-hover); background: var(--emergency-hover); color: #fff; }
.emergency-compact { padding-block: 20px; background: var(--emergency-surface); }
.emergency-compact-inner { display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.emergency-compact p { margin: 0; }
.emergency-guide { scroll-margin-top: 110px; background: var(--emergency-surface); }
.emergency-guide .section-head p { max-width: 900px; }
.emergency-steps { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.emergency-steps article { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 15px; padding: 22px; border: 1px solid var(--emergency-border); border-radius: 16px; background: #fff; }
.emergency-steps article > span { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--emergency); color: #fff; font-size: 1.18rem; font-weight: 800; }
.emergency-steps h3 { margin: 0 0 8px; color: var(--primary); }
.emergency-steps p,
.emergency-steps ul { margin: 0 0 9px; }
.emergency-phone-links { display: grid; gap: 8px; }
.emergency-phone-links a { font-size: 1.12rem; font-weight: 800; }
.emergency-note { color: var(--text-muted); }
.response-times-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.response-times-grid article { padding: 21px; border: 1px solid var(--border); border-radius: 15px; background: #fff; }
.response-times-grid article:last-child { grid-column: 1 / -1; }
.response-times-grid h3 { margin: 0 0 8px; color: var(--primary); }
.response-times-basis { margin-bottom: 0; color: var(--text-muted); font-size: .92rem; }
.response-times-note { margin: 18px 0 0; padding: 15px 17px; border-left: 4px solid var(--secondary); background: #fff; }
.contacts-map__status { padding: 12px 14px; border-radius: 10px; background: var(--surface-muted); color: #34564d; }
.contacts-map__error { padding: 18px; border: 1px solid var(--emergency-border); border-radius: 12px; background: var(--emergency-surface); }
.contacts-map__frame:empty { min-height: 180px; border: 1px dashed #bcd2c8; border-radius: 12px; background: #f7faf8; }
.contacts-map__frame:not(:empty) { overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); }
.contacts-map__frame iframe { display: block; width: 100%; height: 420px; border: 0; }
.contacts-map [hidden] { display: none !important; }
.house-card-body h3 { margin: 0; color: var(--primary); font-size: 1.2rem; }

@media (max-width: 820px) {
  .contact-actions-grid { grid-template-columns: 1fr; }
  .emergency-steps,
  .response-times-grid { grid-template-columns: 1fr; }
  .response-times-grid article:last-child { grid-column: auto; }
}

@media (max-width: 600px) {
  .contact-actions-section { padding-block: 44px; }
  .contact-actions-grid article { padding: 20px 18px; }
  .contact-actions-grid .button { width: 100%; }
  .emergency-compact-inner { align-items: stretch; flex-direction: column; }
  .emergency-steps article { grid-template-columns: 42px minmax(0, 1fr); padding: 19px 17px; }
  .emergency-steps article > span { width: 38px; height: 38px; }
  .contacts-map__frame iframe { height: 340px; }
}
