.contact-hero {
  padding: 54px 0 64px;
}

.contact-hero__copy {
  max-width: 720px;
  margin-bottom: 28px;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 0.9fr);
  gap: 24px;
  align-items: start;
}

.contact-card::before,
.contact-support::before {
  content: none;
}

.contact-grid__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.field textarea {
  width: 100%;
  padding: 12px 12px;
  border-radius: 12px;
  background: rgba(8, 8, 12, 0.92);
  border: 1px solid rgba(255, 45, 30, 0.35);
  color: rgba(238, 231, 218, 0.92);
  outline: none;
  resize: vertical;
  min-height: 150px;
}

.field textarea::placeholder {
  color: rgba(238, 231, 218, 0.45);
}

.field textarea:focus {
  border-color: rgba(255, 45, 30, 0.55);
  box-shadow: 0 0 0 3px rgba(255, 45, 30, 0.15);
}

.contact-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

.contact-actions .btn {
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.contact-hint {
  font-size: 12px;
  color: rgba(238, 231, 218, 0.68);
  max-width: 320px;
}

.contact-support h2 {
  margin: 0 0 8px;
  font-size: 20px;
}

.contact-support__lead {
  margin: 0 0 18px;
  color: rgba(238, 231, 218, 0.72);
  font-size: 14px;
}

.contact-support__items {
  display: grid;
  gap: 12px;
}

.contact-support__item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(255, 45, 30, 0.25);
  background: rgba(7, 7, 10, 0.7);
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.contact-support__item strong {
  color: rgba(255, 255, 255, 0.92);
}

.contact-support__item:hover {
  border-color: rgba(255, 45, 30, 0.6);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.45);
  transform: translateY(-2px);
}

.status {
  margin-top: 14px;
  padding: 12px 12px;
  border-radius: 12px;
  border: 1px solid transparent;
  font-size: 13px;
}

.status--ok {
  background: rgba(46, 229, 157, 0.12);
  border-color: rgba(46, 229, 157, 0.35);
}

.status--err {
  background: rgba(255, 107, 107, 0.12);
  border-color: rgba(255, 107, 107, 0.35);
}

.status--warn {
  background: rgba(255, 204, 102, 0.12);
  border-color: rgba(255, 204, 102, 0.35);
}

.hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 960px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-hint {
    max-width: none;
  }
}

@media (max-width: 720px) {
  .contact-hero {
    padding: 42px 0 54px;
  }

  .contact-grid__row {
    grid-template-columns: 1fr;
  }
}
/* Footer – halkabb, információs jelleg (contact oldal) */
.footer,
.footer * {
  opacity: 0.78 !important;
}

.footer a {
  opacity: 0.72 !important;
  text-decoration: none !important;
}

.footer a:hover {
  opacity: 1 !important;
}
/* Footer – kisebb betűméret, diszkrét információ */
.footer {
  font-size: 13px !important;
  line-height: 1.45 !important;
}

.footer a {
  font-size: 13px !important;
}
