/* =========================
   HERO
========================= */

.contact-hero {
  text-align: center;
  margin-bottom: 96px;
}

.contact-hero h1 {
  margin-bottom: 16px;
}

.contact-hero p {
  font-size: 20px;
  line-height: 1.5;
}

/* =========================
   CONTACT CARD
========================= */

.contact-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 96px;
}

.contact-card {
  width: 100%;
  max-width: 520px;
  border: 2px solid rgba(0,0,0,0.12);
  border-radius: 32px;
  padding: 48px;
  text-align: center;
}

/* NEW – monster illustration (does NOT affect layout) */
.contact-illustration {
  display: block;
  max-width: 260px;
  width: 100%;
  margin: 0 auto 32px;
}

.contact-line {
  font-size: 16px;
  margin-bottom: 16px;
}

.contact-email {
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
  color: inherit;
  text-decoration: none;
  margin-bottom: 24px;
}

.contact-email:hover {
  text-decoration: underline;
}

.contact-note {
  font-size: 14px;
  opacity: 0.7;
  line-height: 1.4;
}

/* =========================
   FOOTER TEXT
========================= */

.contact-footer {
  text-align: center;
  margin-bottom: 96px;
}

.contact-footer p {
  font-size: 18px;
  line-height: 1.6;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 600px) {

  .contact-hero p {
    font-size: 18px;
  }

  .contact-card {
    padding: 36px 28px;
  }

  .contact-email {
    font-size: 20px;
  }

  .contact-illustration {
    max-width: 220px;
  }
}
