/* ===== CONTACT PAGE ===== */

.page-content .page-title {
  margin-bottom: 24px;
}

.contact-intro {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 20px;
  animation: fadeInUp 0.8s ease-out 0.2s both;
}

.contact-welcome {
  font-family: 'Cinzel', serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f0ece4;
  margin-bottom: 8px;
  line-height: 1.2;
}

.contact-intro p {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-style: normal;
  color: #c4a882;
  letter-spacing: 0.02em;
}

.page-content .social-links {
  margin-bottom: 24px;
}

@media (max-width: 700px) {
  .contact-welcome {
    font-size: 28px;
    letter-spacing: 0.08em;
  }
}

.contact-form-section {
  max-width: 560px;
  margin: 0 auto;
  animation: fadeInUp 0.8s ease-out 0.4s both;
}

.contact-form-section h2 {
  font-family: 'Cinzel', serif;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 36px;
  letter-spacing: 0.03em;
}

.contact-form-status {
  margin-top: 12px;
  color: #c4a882;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  min-height: 18px;
}

.contact-honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.contact-backup-tools {
  margin-top: 18px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.backup-btn {
  border: 1px solid rgba(196, 168, 130, 0.45);
  background: rgba(196, 168, 130, 0.12);
  color: #f1dfc5;
  border-radius: 999px;
  height: 36px;
  padding: 0 16px;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  cursor: pointer;
}

.backup-btn--secondary {
  background: transparent;
}

.saved-contacts-panel {
  margin-top: 14px;
  border: 1px solid rgba(196, 168, 130, 0.25);
  border-radius: 12px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.02);
}

.saved-contacts-list {
  display: grid;
  gap: 10px;
}

.saved-contact-item {
  border: 1px solid rgba(196, 168, 130, 0.2);
  border-radius: 10px;
  padding: 10px;
  font-family: 'DM Sans', sans-serif;
}

.saved-contact-item strong {
  color: #f3e2c8;
}

.saved-contact-item p {
  margin: 8px 0 0;
  color: #d2d2d2;
  line-height: 1.5;
  white-space: pre-wrap;
}

.contact-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  display: grid;
  place-items: center;
  z-index: 6000;
  padding: 16px;
}

.contact-modal[hidden] {
  display: none !important;
}

.contact-modal__dialog {
  width: min(440px, 100%);
  border-radius: 16px;
  border: 1px solid rgba(196, 168, 130, 0.4);
  background: #111111;
  padding: 22px;
  text-align: center;
}

.contact-modal__dialog h2 {
  margin: 0 0 10px;
  font-family: 'Cinzel', serif;
  color: #f3e2c8;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.contact-modal__dialog p {
  margin: 0 0 18px;
  color: #e0e0e0;
  font-family: 'DM Sans', sans-serif;
}

.contact-modal__button {
  border: none;
  border-radius: 999px;
  height: 40px;
  min-width: 120px;
  padding: 0 20px;
  background: #c4a882;
  color: #111111;
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  cursor: pointer;
}
