/* Practice-area landing — Golden Master structure · Ajman identity (#22/#26). pageType=practice-area only. */

.pa-hero,
.pa-landing {
  --pa-gold: #c9a84c;
  --pa-gold-bright: #d4af37;
  --pa-navy: #0b1f33;
  --pa-black: #0b1a33;
  --pa-ink: #1a1a1a;
  --pa-muted: #5b5b5b;
  --pa-line: rgba(11, 31, 51, 0.1);
  --pa-mist: #f2f0e8;
  --pa-radius: 12px;
}

.pa-hero {
  position: relative;
  overflow: hidden;
  min-height: clamp(280px, 38vh, 420px);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--pa-navy);
  background-image: var(--pa-hero-bg);
  background-size: cover;
  background-position: center 35%;
  color: #fff;
  text-align: center;
}

.pa-hero__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(11, 31, 51, 0.82) 0%, rgba(11, 31, 51, 0.72) 48%, rgba(11, 26, 51, 0.9) 100%),
    radial-gradient(ellipse at 50% 18%, rgba(201, 168, 76, 0.16), transparent 55%);
  pointer-events: none;
}

.pa-hero__inner {
  position: relative;
  z-index: 1;
  width: min(100% - 2.5rem, 52rem);
  margin-inline: auto;
  padding-block: 3.4rem 2.85rem;
}

.pa-crumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem 0.45rem;
  margin: 0 auto 1.15rem;
  font-size: 0.88rem;
}

.pa-crumb--light,
.pa-crumb--light a {
  color: rgba(255, 255, 255, 0.92);
}

.pa-crumb--light a:hover {
  color: var(--pa-gold);
}

.pa-crumb__sep {
  opacity: 0.5;
}

.pa-hero__title {
  margin: 0 auto 0.9rem;
  color: #fff;
  font-size: clamp(1.55rem, 1.15rem + 1.8vw, 2.45rem);
  font-weight: 700;
  line-height: 1.3;
  text-wrap: balance;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}

.pa-hero__title::after {
  content: "";
  display: block;
  width: 3.5rem;
  height: 3px;
  margin: 0.9rem auto 0;
  background: linear-gradient(90deg, var(--pa-gold), #f0c46a);
  border-radius: 2px;
}

.pa-hero__lede {
  margin: 0 auto;
  max-width: 40rem;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(0.95rem, 0.88rem + 0.35vw, 1.08rem);
  line-height: 1.75;
}

.pa-landing {
  padding: 3.4rem 0 4.5rem;
  background: #fff;
}

.pa-landing__shell {
  width: min(100% - 2rem, 1180px);
  margin-inline: auto;
}

.pa-landing__grid {
  display: grid;
  gap: 2.25rem;
}

@media (min-width: 992px) {
  .pa-landing__grid {
    grid-template-columns: minmax(0, 1fr) 21.5rem;
    align-items: start;
  }
}

.pa-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 0.65rem;
  margin-bottom: 1.15rem;
  padding: 0.65rem 0.85rem;
  background: var(--pa-mist);
  border-radius: 10px;
  border: 1px solid var(--pa-line);
}

.pa-meta__tag {
  display: inline-block;
  padding: 0.28rem 0.75rem;
  border-radius: 999px;
  background: rgba(197, 164, 111, 0.18);
  color: #8a5a10;
  font-size: 0.78rem;
  font-weight: 700;
}

.pa-meta__sep {
  color: #bbb;
}

.pa-meta__loc {
  font-size: 0.88rem;
  color: #666;
}

.pa-figure {
  position: relative;
  min-height: 260px;
  margin-bottom: 1.75rem;
  border-radius: 14px;
  overflow: hidden;
  background-color: var(--pa-navy);
  background-image: var(--pa-figure-bg);
  background-size: cover;
  background-position: center 30%;
  box-shadow: 0 16px 40px rgba(11, 31, 51, 0.18);
}

.pa-figure__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(8, 8, 8, 0.88) 0%, rgba(8, 8, 8, 0.58) 55%, rgba(8, 8, 8, 0.78) 100%);
}

.pa-figure__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 0.35rem;
  min-height: 260px;
  padding: 1.75rem 1.6rem;
  color: #fff;
}

.pa-figure__icon {
  display: grid;
  place-items: center;
  width: 3.4rem;
  height: 3.4rem;
  margin-bottom: 0.4rem;
  border-radius: 50%;
  background: var(--pa-gold);
  color: #111;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
}

.pa-figure__icon svg {
  width: 1.55rem;
  height: 1.55rem;
}

.pa-figure__label {
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 600;
}

.pa-figure__title {
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  line-height: 1.3;
  font-weight: 800;
  color: #fff;
}

.pa-body__h {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 1.75rem 0 0.85rem;
  color: var(--pa-ink);
  font-size: 1.4rem;
}

.pa-body__h:first-child {
  margin-top: 0;
}

.pa-body__ico {
  display: grid;
  place-items: center;
  flex: 0 0 2rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: rgba(197, 164, 111, 0.16);
  color: var(--pa-gold);
}

.pa-body p,
.pa-body__lead {
  color: #444;
  line-height: 1.85;
}

.pa-body__lead {
  font-size: 1.05rem;
}

.pa-quote {
  margin: 1.5rem 0;
  padding: 1.15rem 1.35rem;
  border-inline-start: 4px solid var(--pa-gold);
  background: #faf8f4;
  color: #333;
  font-size: 1.05rem;
  font-style: italic;
  line-height: 1.7;
  border-radius: 0 10px 10px 0;
}

html[dir="rtl"] .pa-quote {
  border-radius: 10px 0 0 10px;
}

.pa-bullets {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
}

.pa-bullets li {
  position: relative;
  padding: 0.85rem 1rem 0.85rem 1.1rem;
  padding-inline-start: 2.2rem;
  margin: 0.55rem 0;
  background: #fff;
  border: 1px solid var(--pa-line);
  border-radius: 10px;
  line-height: 1.65;
  color: #444;
}

.pa-bullets li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0.95rem;
  top: 1.15rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--pa-gold);
}

.pa-steps {
  display: grid;
  gap: 1rem;
}

@media (min-width: 720px) {
  .pa-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.pa-step {
  height: 100%;
  padding: 1.15rem 1rem;
  border: 1px solid var(--pa-line);
  border-radius: var(--pa-radius);
  background: #fff;
  box-shadow: 0 6px 18px rgba(11, 11, 11, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.pa-step:hover {
  transform: translateY(-3px);
  border-color: rgba(197, 164, 111, 0.45);
  box-shadow: 0 12px 24px rgba(11, 11, 11, 0.08);
}

.pa-step__num {
  display: inline-grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.65rem;
  border-radius: 50%;
  background: #111;
  color: var(--pa-gold);
  font-weight: 700;
  font-size: 0.9rem;
}

.pa-step h3 {
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
  color: var(--pa-ink);
}

.pa-step p {
  margin: 0;
  color: #666;
  font-size: 0.92rem;
  line-height: 1.55;
}

.pa-faq > .pa-body__h {
  margin-top: 30px;
}

.pa-faq__item {
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--pa-line);
}

.pa-faq__item:last-child {
  border-bottom: 0;
}

.pa-faq__item h3 {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
  color: var(--pa-ink);
}

.pa-faq__item p {
  margin: 0;
  color: #555;
}

.pa-cta-band {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  padding: 1.5rem 1.35rem;
  border-radius: 14px;
  background: linear-gradient(135deg, #0b1f33 0%, #122a42 100%);
  color: #fff;
}

.pa-cta-band h3 {
  margin: 0 0 0.45rem;
  color: #fff;
  font-size: 1.25rem;
}

.pa-cta-band p {
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.82);
}

.pa-cta-band__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.pa-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.56rem 1.2rem;
  border-radius: 8px;
  background: var(--pa-gold);
  border: 1px solid var(--pa-gold);
  color: #111 !important;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: box-shadow 0.2s ease, filter 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.pa-btn:hover {
  filter: brightness(1.06);
  box-shadow: 0 6px 16px rgba(197, 160, 89, 0.35);
  color: #111 !important;
}

.pa-btn--dark {
  background: #111;
  border-color: rgba(197, 164, 111, 0.55);
  color: #fff !important;
}

.pa-btn--dark:hover {
  border-color: var(--pa-gold);
  color: var(--pa-gold) !important;
}

.pa-btn--block {
  width: 100%;
}

.pa-related {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}

.pa-card {
  display: grid;
  grid-template-columns: 7.5rem minmax(0, 1fr);
  gap: 0.85rem;
  align-items: stretch;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--pa-line);
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.pa-card:hover {
  transform: translateY(-2px);
  border-color: rgba(197, 164, 111, 0.55);
  box-shadow: 0 8px 20px rgba(11, 11, 11, 0.06);
}

.pa-card__media {
  display: block;
  min-height: 5.5rem;
  background: #111;
}

.pa-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pa-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.3rem;
  padding: 0.75rem 0.85rem 0.75rem 0;
}

.pa-card__title {
  font-weight: 700;
  color: var(--pa-ink);
  line-height: 1.4;
}

.pa-card__text {
  font-size: 0.86rem;
  color: #777;
  line-height: 1.55;
}

.pa-widget {
  background: #fff;
  border: 1px solid var(--pa-line);
  border-radius: 14px;
  padding: 1.35rem 1.25rem 1.25rem;
  margin-bottom: 1.35rem;
  box-shadow: 0 10px 28px rgba(11, 11, 11, 0.05);
}

.pa-widget h4 {
  margin: 0;
  color: var(--pa-ink);
  font-size: 1.15rem;
}

.pa-widget__rule {
  width: 2.4rem;
  height: 2px;
  margin: 0.4rem 0 1rem;
  background: var(--pa-gold);
}

.pa-widget p {
  color: #555;
  font-size: 0.92rem;
  line-height: 1.65;
}

.pa-contact {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}

.pa-contact li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin: 0.7rem 0;
  line-height: 1.45;
}

.pa-contact__ico {
  flex: 0 0 auto;
  margin-top: 0.15rem;
  color: var(--pa-gold);
}

.pa-contact a {
  color: var(--pa-ink);
  font-weight: 600;
}

.pa-contact a:hover {
  color: var(--pa-gold);
}

.pa-widget--paths {
  background: linear-gradient(160deg, #0b1f33 0%, #122a42 100%);
  border: 1px solid rgba(197, 164, 111, 0.28);
  color: #fff;
}

.pa-widget--paths h4 {
  color: #fff;
}

.pa-widget__eyebrow {
  display: inline-block;
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pa-gold);
}

.pa-paths {
  list-style: none;
  margin: 0.35rem 0 0;
  padding: 0;
}

.pa-paths li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.pa-paths a {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.85rem 0;
  color: inherit;
  text-decoration: none;
}

.pa-paths a:hover .pa-paths__body strong {
  color: var(--pa-gold);
}

.pa-paths__ico {
  flex: 0 0 auto;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: rgba(197, 164, 111, 0.18);
  color: var(--pa-gold);
  margin-top: 0.1rem;
}

.pa-paths__body {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
}

.pa-paths__body strong {
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.35;
}

.pa-paths__body em {
  font-style: normal;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.45;
}

.pa-widget--banner {
  padding: 0.65rem;
}

.pa-banner {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none !important;
  color: #fff;
  border-radius: 12px;
  padding: 1.35rem 1.2rem 1.3rem;
  background:
    radial-gradient(120% 90% at 100% 0%, rgba(197, 160, 89, 0.28) 0%, transparent 55%),
    linear-gradient(155deg, #0b1f33 0%, #122a42 48%, #0b1a33 100%);
  border: 1px solid rgba(197, 160, 89, 0.28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pa-banner:hover {
  transform: translateY(-2px);
}

.pa-banner__eyebrow {
  display: inline-block;
  margin-bottom: 0.65rem;
  padding: 0.22rem 0.7rem;
  border-radius: 999px;
  background: rgba(240, 196, 106, 0.16);
  border: 1px solid rgba(240, 196, 106, 0.42);
  color: #f0c46a;
  font-size: 0.72rem;
  font-weight: 700;
}

.pa-banner__title {
  display: block;
  margin: 0 0 0.55rem;
  font-size: 1.22rem;
  line-height: 1.35;
  font-weight: 800;
  color: #fff;
}

.pa-banner__text {
  display: block;
  margin: 0 0 1.05rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.9rem;
  line-height: 1.65;
}

.pa-banner__cta {
  display: inline-flex;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  background: linear-gradient(145deg, #f0c46a, #c5a059);
  color: #0e0e0e !important;
  font-weight: 800;
  font-size: 0.88rem;
}

.pa-aside-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pa-aside-list li {
  border-bottom: 1px solid var(--pa-line);
}

.pa-aside-list li:last-child {
  border-bottom: 0;
}

.pa-aside-list a {
  display: block;
  padding: 0.7rem 0;
  color: var(--pa-ink);
  font-weight: 600;
  line-height: 1.45;
}

.pa-aside-list a:hover {
  color: var(--pa-gold);
}

.pa-sib {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pa-sib li {
  border-bottom: 1px solid var(--pa-line);
}

.pa-sib li:last-child {
  border-bottom: 0;
}

.pa-sib a {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  padding: 0.55rem 0;
  color: var(--pa-ink);
  text-decoration: none;
}

.pa-sib a:hover span:last-child {
  color: var(--pa-gold);
}

.pa-sib__ico {
  flex: 0 0 1.2rem;
  width: 1.2rem;
  margin-top: 0.15rem;
  color: var(--pa-gold);
}

.pa-sib__ico svg {
  width: 1.05rem;
  height: 1.05rem;
}

.pa-sib a span:last-child {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 0.92rem;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.pa-aside-all {
  display: inline-block;
  margin-top: 0.85rem;
  font-weight: 700;
  color: var(--pa-ink);
  border-bottom: 1px solid var(--pa-gold);
}

.pa-aside-all:hover {
  color: var(--pa-gold);
}

@media (max-width: 639px) {
  .pa-hero__inner {
    padding: 2.4rem 16px 2rem;
    width: min(100% - 32px, 52rem);
  }

  .pa-landing {
    padding: 2.2rem 0 3rem;
  }

  .pa-landing__shell {
    width: min(100% - 32px, 1180px);
    padding-inline: 0;
  }

  .pa-body p,
  .pa-cta-band,
  .pa-aside {
    padding-inline: 0;
  }

  .pa-cta-band {
    padding: 16px;
  }

  .pa-cta-band__actions {
    flex-direction: column;
    align-items: center;
  }

  .pa-cta-band__actions .pa-btn,
  .pa-btn {
    width: 90%;
    padding: 12px;
    margin-inline: auto;
  }

  .pa-btn--block {
    width: 90%;
  }

  .pa-card {
    grid-template-columns: 1fr;
  }

  .pa-card__media {
    min-height: 8rem;
    aspect-ratio: 16 / 9;
  }

  .pa-card__body {
    padding: 0.85rem 1rem 1rem;
  }
}
