/* Shared column heroes — same treatment as contact-us */
.col-hero {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  margin: 12px 0 16px;
  min-height: 188px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.12);
}
.col-hero-img {
  display: block;
  width: 100%;
  height: 210px;
  object-fit: cover;
  object-position: center 40%;
}
.col-hero-img.pos-about { object-position: center 32%; }
.col-hero-img.pos-join { object-position: center 55%; }
.col-hero-img.pos-news { object-position: center 48%; }
.col-hero-img.pos-sitemap { object-position: center 42%; }
.col-hero-img.pos-copyright { object-position: center 46%; }
.col-hero-copy {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px 32px;
  color: #fff;
  background: linear-gradient(90deg, rgba(12, 42, 84, 0.88) 0%, rgba(15, 55, 110, 0.62) 52%, rgba(15, 55, 110, 0.28) 100%);
}
.col-hero-copy h1 {
  margin: 0 0 8px;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.28);
  color: #fff;
}
.col-hero-copy p {
  margin: 0;
  max-width: 38em;
  font-size: 15px;
  line-height: 1.65;
  opacity: 0.96;
  color: #fff;
}

.col-panel {
  border: 1px solid #e2e8f0 !important;
  border-radius: 12px;
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.03);
}

.col-join .position {
  border: 1px solid #dbeafe;
  border-radius: 12px;
  padding: 16px 18px;
  margin-bottom: 14px;
  background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
}
.col-join .position h2 {
  margin: 0 0 8px;
  font-size: 17px;
  color: #0f172a;
}
.col-join .position-jd {
  color: #1d4ed8;
  font-size: 13px;
}

.col-legal {
  border: 1px solid #e2e8f0 !important;
  border-radius: 12px;
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.03);
}
.col-legal h2 {
  margin: 18px 0 8px;
  font-size: 17px;
  color: #0f172a;
  padding-bottom: 6px;
  border-bottom: 1px solid #e2e8f0;
}
.col-legal h2:first-of-type { margin-top: 0; }
.col-legal p { color: #334155; }

html[dir="rtl"] .col-hero-copy {
  background: linear-gradient(270deg, rgba(12, 42, 84, 0.88) 0%, rgba(15, 55, 110, 0.62) 52%, rgba(15, 55, 110, 0.28) 100%);
}

@media (max-width: 768px) {
  .col-hero-copy { padding: 20px; }
  .col-hero-copy h1 { font-size: 24px; }
  .col-hero-img { height: 170px; }
}
