.static-contact-card {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, .12);
  padding: 42px;
}

.static-contact-card h2 {
  color: #1c1c1c;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 38px;
  margin: 0 0 16px;
}

.static-contact-card p {
  color: #333;
  font-size: 17px;
  line-height: 1.65;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 26px 0 20px;
}

.contact-actions .sec-btn {
  margin: 0;
}

.contact-actions .transparent-btn {
  background: #1c1c1c;
  border-color: #1c1c1c;
  color: #fff;
}

.contact-hours {
  margin-bottom: 0;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid #2d64e2;
  outline-offset: 4px;
}

.error-page {
  align-items: center;
  background: #f8f8f8;
  display: flex;
  min-height: 100vh;
  padding: 40px 20px;
  text-align: center;
}

.error-page__card {
  margin: auto;
  max-width: 720px;
}

.error-page__logo {
  height: auto;
  margin-bottom: 35px;
  max-width: 280px;
  width: 100%;
}

.error-page h1 {
  color: #1c1c1c;
  font-size: clamp(42px, 8vw, 82px);
  line-height: 1.05;
}

.error-page p {
  font-size: 18px;
  margin: 24px auto 32px;
  max-width: 600px;
}

@media (max-width: 767px) {
  .static-contact-card { padding: 30px 24px; }
  .static-contact-card h2 { font-size: 31px; }
  .contact-actions { display: grid; }
  .contact-actions .sec-btn { text-align: center; width: 100%; }
  .h1-title { font-size: clamp(30px, 9vw, 48px); line-height: 1.15; }
}
