/* Kontaktformular + Seiten-Fuss (Startseite) */
#staysafe-kontakt-form {
  scroll-margin-top: calc(var(--staysafe-topbar-height, 34px) + var(--staysafe-primary-header-height, 72px) + 16px);
}

.staysafe-contact {
  padding: clamp(48px, 8vw, 88px) 16px;
  background: #ffffff;
  border-top: 1px solid #e2e8f0;
}

.staysafe-contact__inner {
  max-width: 640px;
  margin: 0 auto;
}

.staysafe-contact__title {
  margin: 0 0 10px;
  text-align: center;
  color: #0f172a;
  font-size: clamp(24px, 3vw, 30px);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.staysafe-contact__intro {
  margin: 0 0 28px;
  text-align: center;
  color: #64748b;
  font-size: 16px;
  line-height: 1.55;
}

.staysafe-contact__notice {
  margin: 0 0 20px;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 15px;
  text-align: center;
}

.staysafe-contact__notice--ok {
  background: #ecfdf5;
  color: #065f46;
  border: 1px solid #a7f3d0;
}

.staysafe-contact__notice--err {
  background: #fef2f2;
  color: #991b1b;
  border: 1px solid #fecaca;
}

.staysafe-contact__form {
  display: grid;
  gap: 18px;
}

.staysafe-contact__field label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #334155;
}

.staysafe-contact__field input,
.staysafe-contact__field textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  font-size: 16px;
  font-family: inherit;
  line-height: 1.4;
  color: #0f172a;
  background: #fff;
}

.staysafe-contact__field input:focus,
.staysafe-contact__field textarea:focus {
  outline: 2px solid #d87027;
  outline-offset: 1px;
  border-color: #d87027;
}

.staysafe-contact__field textarea {
  min-height: 140px;
  resize: vertical;
}

.staysafe-contact__hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.staysafe-contact__submit {
  justify-self: center;
  margin-top: 4px;
  padding: 14px 28px;
  border: none;
  border-radius: 8px;
  background: #d87027;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
}

.staysafe-contact__submit:hover,
.staysafe-contact__submit:focus {
  background: #c45f1f;
}

.staysafe-page-footer {
  background: #0f172a;
  color: #e2e8f0;
  padding: clamp(32px, 5vw, 48px) 16px 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.staysafe-page-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: 24px;
  text-align: center;
}

@media (min-width: 768px) {
  .staysafe-page-footer__inner {
    grid-template-columns: 1fr 1fr 1fr;
    text-align: left;
    align-items: start;
  }
}

.staysafe-page-footer__brand {
  font-size: 17px;
  font-weight: 700;
  color: #f8fafc;
  margin: 0 0 8px;
}

.staysafe-page-footer__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: #94a3b8;
}

.staysafe-page-footer__text a {
  color: #fdba74;
  text-decoration: none;
}

.staysafe-page-footer__text a:hover,
.staysafe-page-footer__text a:focus {
  text-decoration: underline;
}

.staysafe-page-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  justify-content: center;
}

@media (min-width: 768px) {
  .staysafe-page-footer__links {
    justify-content: flex-start;
  }
}

.staysafe-page-footer__links a {
  color: #fdba74;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.staysafe-page-footer__links a:hover,
.staysafe-page-footer__links a:focus {
  text-decoration: underline;
  color: #fed7aa;
}

.staysafe-page-footer__copy {
  grid-column: 1 / -1;
  margin: 12px 0 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 13px;
  color: #64748b;
  text-align: center;
}

body.staysafe-page-contact-footer #colophon {
  display: none !important;
}
