/* فوتر مؤسسي موحّد — للصفحات المستقلة (بيان 3/4/5 وغيرها) */
.site-footer.site-footer--corp {
  position: relative;
  padding: 1.45rem 0 1.35rem;
  border-top: 0;
  overflow: visible;
  background: linear-gradient(180deg, #070c12 0%, #04080d 100%);
  direction: rtl;
}

.site-footer.site-footer--corp::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 18%, rgba(201, 168, 76, 0.06), transparent 24%),
    radial-gradient(circle at 84% 0%, rgba(255, 255, 255, 0.02), transparent 20%);
  pointer-events: none;
}

.site-footer.site-footer--corp .container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 1.5rem;
  position: relative;
  z-index: 1;
}

.site-footer.site-footer--corp .footer-grid {
  display: grid;
  grid-template-columns: minmax(220px, 1.15fr) repeat(4, minmax(128px, 1fr));
  gap: 1.65rem;
  align-items: start;
}

.site-footer.site-footer--corp .footer-column {
  display: grid;
  align-content: start;
  padding-top: 0.15rem;
}

.site-footer.site-footer--corp .footer-column:not(.footer-column--brand) {
  padding-top: 0.35rem;
}

.site-footer.site-footer--corp .footer-logo {
  width: min(88px, 100%);
  height: auto;
  margin-bottom: 0.75rem;
}

.site-footer.site-footer--corp .footer-column--brand p {
  line-height: 1.72;
  color: rgba(232, 238, 244, 0.88);
  margin-bottom: 0;
  font-size: 0.88rem;
  max-width: 26rem;
}

.site-footer.site-footer--corp .footer-brand {
  color: #c9a84c;
  font-weight: 700;
}

.site-footer.site-footer--corp .footer-column h3 {
  color: #f5f0e6;
  margin-bottom: 0.75rem;
  position: relative;
  width: fit-content;
  font-size: 1rem;
  font-weight: 700;
}

.site-footer.site-footer--corp .footer-column h3::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.35rem;
  width: 1.55rem;
  height: 2px;
  background: #c9a84c;
}

.site-footer.site-footer--corp .footer-column--links a,
.site-footer.site-footer--corp .footer-column--services a,
.site-footer.site-footer--corp .footer-column--legal a,
.site-footer.site-footer--corp .footer-column--contact a {
  color: #aeb6c0;
  margin-bottom: 0.55rem;
  transition: color 0.3s ease, transform 0.3s ease;
  font-size: 0.92rem;
  line-height: 1.55;
  text-decoration: none;
  display: block;
  font-weight: 500;
}

.site-footer.site-footer--corp .footer-column--links a:last-child,
.site-footer.site-footer--corp .footer-column--services a:last-child,
.site-footer.site-footer--corp .footer-column--legal a:last-child,
.site-footer.site-footer--corp .footer-column--contact a:last-child {
  margin-bottom: 0;
}

.site-footer.site-footer--corp .footer-column--links a:hover,
.site-footer.site-footer--corp .footer-column--services a:hover,
.site-footer.site-footer--corp .footer-column--legal a:hover,
.site-footer.site-footer--corp .footer-column--contact a:hover {
  color: #c9a84c;
  transform: translateX(-3px);
}

.site-footer.site-footer--corp .footer-column--contact {
  gap: 0.35rem;
}

.site-footer.site-footer--corp .contact-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.55rem;
  width: fit-content;
  margin: 0.15rem 0 0;
}

.site-footer.site-footer--corp .contact-icon {
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 0.45rem;
  border: 1px solid rgba(230, 195, 111, 0.2);
  background: rgba(230, 195, 111, 0.08);
  color: #c9a84c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.82rem;
  line-height: 1;
  flex-shrink: 0;
}

.site-footer.site-footer--corp .contact-icon svg {
  width: 0.82rem;
  height: 0.82rem;
  stroke: #c9a84c;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-footer.site-footer--corp .contact-location-text {
  white-space: nowrap;
  font-size: 0.9rem;
}

.site-footer.site-footer--corp .footer-column--contact p,
.site-footer.site-footer--corp .footer-bottom p {
  color: #aeb6c0;
}

.site-footer.site-footer--corp .footer-bottom p {
  font-size: 0.86rem;
  opacity: 0.9;
  text-align: center;
}

.site-footer.site-footer--corp .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 0.5rem;
  padding-top: 0.45rem;
  padding-bottom: 0.65rem;
  position: relative;
  z-index: 2;
}

.site-footer.site-footer--corp .footer-bottom,
.site-footer.site-footer--corp .footer-bottom p {
  opacity: 1;
  transform: none;
}

@media (max-width: 1024px) {
  .site-footer.site-footer--corp .footer-grid {
    grid-template-columns: repeat(2, minmax(160px, 1fr));
    gap: 1.35rem;
  }

  .site-footer.site-footer--corp .footer-column--brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 768px) {
  .site-footer.site-footer--corp {
    padding: 1.25rem 0 0.75rem;
  }

  .site-footer.site-footer--corp .footer-grid {
    grid-template-columns: 1fr;
    gap: 1.1rem;
  }

  .site-footer.site-footer--corp .contact-location-text {
    white-space: normal;
  }

  .site-footer.site-footer--corp .footer-logo {
    width: 56px;
  }
}
