.eqra-contact-page {
  background: linear-gradient(180deg, #f3faf7 0%, #eef6f2 100%);
  color: #0d4632;
  padding: 28px 16px 60px;
}

.eqra-contact-wrap {
  max-width: 1040px;
  margin: 0 auto;
}

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

.eqra-contact-hero h1 {
  margin: 0 0 10px;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 900;
  color: #087c61;
}

.eqra-contact-hero p {
  margin: 0 auto;
  max-width: 680px;
  line-height: 1.8;
  color: #35584a;
  font-size: 16px;
}

.eqra-contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.2fr;
  gap: 18px;
  align-items: stretch;
}

.eqra-contact-side,
.eqra-contact-main {
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(8, 112, 93, 0.08);
}

.eqra-contact-side {
  background: linear-gradient(160deg, #0b6b54, #0a4f40);
  color: #f3fffa;
}

.eqra-contact-side h2 {
  margin: 0 0 12px;
  font-size: 22px;
}

.eqra-contact-side p {
  opacity: 0.9;
  line-height: 1.8;
  margin-bottom: 22px;
}

.eqra-contact-meta {
  margin-bottom: 14px;
}

.eqra-contact-meta strong {
  display: block;
  font-size: 12px;
  opacity: 0.75;
  margin-bottom: 4px;
}

.eqra-contact-meta span {
  font-weight: 700;
  word-break: break-all;
}

.eqra-contact-main {
  background: #ffffff;
}

.eqra-contact-form .eqra-field {
  margin-bottom: 14px;
}

.eqra-contact-form label {
  display: block;
  margin-bottom: 6px;
  font-weight: 700;
  color: #0d4632;
}

.eqra-contact-form input,
.eqra-contact-form textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #c9dfd5;
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 15px;
  background: #f8fcfa;
  color: #12352a;
}

.eqra-contact-form input:focus,
.eqra-contact-form textarea:focus {
  outline: none;
  border-color: #087c61;
  box-shadow: 0 0 0 3px rgba(8, 124, 97, 0.15);
  background: #fff;
}

.eqra-submit {
  border: 0;
  border-radius: 12px;
  background: #087c61;
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  padding: 13px 22px;
  cursor: pointer;
  width: 100%;
}

.eqra-submit:hover {
  background: #066b54;
}

.eqra-contact-alert {
  border-radius: 12px;
  padding: 12px 14px;
  margin-bottom: 16px;
  font-weight: 700;
}

.eqra-contact-alert--success {
  background: #e7f8ef;
  color: #0b6b45;
  border: 1px solid #9ad7bf;
}

.eqra-contact-alert--error {
  background: #ffecec;
  color: #9b1c1c;
  border: 1px solid #f1b0b0;
}

.eqra-captcha-note {
  font-size: 13px;
  color: #5d776c;
  margin: 0;
}

.eqra-captcha .g-recaptcha {
  margin-top: 4px;
}

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

html.quran-dark-mode .eqra-contact-page,
body.quran-dark-mode .eqra-contact-page {
  background: #061912;
  color: #edf8f3;
}

html.quran-dark-mode .eqra-contact-main,
body.quran-dark-mode .eqra-contact-main {
  background: #0d2a20;
}

html.quran-dark-mode .eqra-contact-form label,
body.quran-dark-mode .eqra-contact-form label {
  color: #eaf9f2;
}

html.quran-dark-mode .eqra-contact-form input,
html.quran-dark-mode .eqra-contact-form textarea,
body.quran-dark-mode .eqra-contact-form input,
body.quran-dark-mode .eqra-contact-form textarea {
  background: #12362a;
  border-color: #315d4c;
  color: #edf8f3;
}

html.quran-dark-mode .eqra-contact-hero p,
body.quran-dark-mode .eqra-contact-hero p {
  color: #abc0b7;
}
