/**
 * Urgent consultation — Ajman · isolated (Golden Master parity · uae-lawyer urgent-consult.css)
 * Gold #c9a84c · Navy #0b1f33 · Mist #f2f0e8 · local Tajawal / Inter only.
 */
body[data-page="urgent-legal-consultation-request"] .site-main,
body[data-page="consultation"] .site-main {
  font-family: "Tajawal", system-ui, sans-serif;
  background: #fff;
  color: #1a1a1a;
  max-width: 100%;
  overflow-x: hidden;
}
html[lang="en"] body[data-page="urgent-legal-consultation-request"] .site-main,
html[lang="en"] body[data-page="consultation"] .site-main {
  font-family: "Inter", system-ui, sans-serif;
}

.uc-page {
  display: block;
  visibility: visible;
  background: #fff;
  color: #1a1a1a;
  min-height: 60vh;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
.uc-wrap {
  width: min(100% - 40px, 960px);
  margin-inline: auto;
  padding: 24px 0;
}

.uc-hero {
  background:
    linear-gradient(180deg, #f2f0e8 0%, #fff 72%);
  border-bottom: 2px solid #c9a84c;
}
.uc-hero .uc-wrap {
  padding-top: 32px;
  padding-bottom: 28px;
}
.uc-crumb {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 16px;
  font-size: 0.82rem;
  color: #6b7280;
}
.uc-crumb a {
  color: #6b7280;
  text-decoration: none;
}
.uc-crumb a:hover { color: #c9a84c; }
.uc-hero h1 {
  margin: 0;
  color: #0b1f33;
  font-size: clamp(1.45rem, 1.1rem + 1.3vw, 2rem);
  font-weight: 800;
  line-height: 1.4;
}
html[lang="ar"] .uc-hero h1 {
  max-width: none;
}
.uc-hero__rule {
  display: block;
  width: 72px;
  height: 3px;
  margin: 16px 0;
  background: #c9a84c;
  border-radius: 2px;
}
.uc-hero__lede {
  margin: 0 0 12px;
  color: #c9a84c;
  font-size: clamp(1.12rem, 1rem + 0.6vw, 1.35rem);
  font-weight: 700;
  line-height: 1.45;
  display: flex;
  align-items: center;
  gap: 10px;
}
.uc-bolt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.55em;
  height: 1.55em;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #c9a84c;
  box-shadow: 0 4px 12px rgba(201, 168, 76, 0.22);
  font-size: 0.92em;
}
.uc-hero p {
  margin: 0;
  color: #333;
  font-size: 1.05rem;
  line-height: 1.85;
}

.uc-form-sec {
  background: #fff;
}
.uc-form-sec .uc-wrap {
  padding-top: 8px;
  padding-bottom: 48px;
}
.uc-form-sec h3 {
  margin: 0 0 20px;
  color: #c9a84c;
  font-size: 1.22rem;
  font-weight: 700;
}

.uc-alert {
  margin: 0 0 16px;
  padding: 14px 18px;
  border-radius: 10px;
  font-weight: 600;
  line-height: 1.6;
}
.uc-alert--ok {
  background: #f2f0e8;
  color: #0b1f33;
  border: 1px solid #c9a84c;
}
.uc-alert--err {
  background: #fff4f2;
  color: #b42318;
  border: 1px solid #f0c0b8;
}

.uc-form {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 20px;
  padding: 24px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(11, 31, 51, 0.06);
  border: 1px solid rgba(201, 168, 76, 0.35);
  border-top: 3px solid #c9a84c;
}
.uc-form label {
  display: grid;
  gap: 8px;
  font-weight: 700;
  font-size: 0.92rem;
  color: #0b1f33;
}
.uc-form__full { grid-column: 1 / -1; }
.uc-form input,
.uc-form select,
.uc-form textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 11px 13px;
  border: 1px solid #e8e2d8;
  border-radius: 8px;
  font: inherit;
  font-weight: 400;
  background: #fcfaf8;
  color: #1a1a1a;
}
.uc-form textarea { resize: vertical; min-height: 132px; }
.uc-form input:focus,
.uc-form select:focus,
.uc-form textarea:focus {
  outline: 2px solid #c9a84c;
  outline-offset: 1px;
  background: #fff;
}
.uc-hp {
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  border: 0;
  opacity: 0;
  pointer-events: none;
}

.uc-btn {
  grid-column: 1 / -1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  margin-top: 4px;
  padding: 13px 24px;
  min-height: 48px;
  width: 100%;
  border: 0;
  border-radius: 10px;
  background: #c9a84c;
  color: #fff;
  font-family: "Tajawal", system-ui, sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: box-shadow 0.2s ease, background 0.2s ease, transform 0.15s ease;
}
html[lang="en"] .uc-btn {
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 700;
}
.uc-btn:hover {
  background: #d8b46a;
  box-shadow: 0 8px 22px rgba(201, 168, 76, 0.45);
}
.uc-btn:active {
  transform: translateY(1px);
}

.uc-direct {
  margin: 20px 0 0;
  text-align: center;
  color: #6b7280;
}
.uc-direct a {
  color: #c9a84c;
  font-weight: 700;
  text-decoration: none;
}
.uc-direct a:hover { color: #a98b45; }

@media (max-width: 720px) {
  .uc-wrap {
    width: 100%;
    padding: 24px;
    box-sizing: border-box;
  }
  .uc-hero .uc-wrap {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .uc-form-sec .uc-wrap {
    padding-top: 8px;
    padding-bottom: 40px;
  }
  .uc-hero h1 { font-size: 1.38rem; }
  .uc-hero__lede {
    flex-wrap: wrap;
  }
  .uc-form {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }
  .uc-btn {
    width: 90%;
    margin-inline: auto;
    border-radius: 10px;
  }
}
