/* ==========================================================================
   About Section — Visual Reference Matching
   شركة الكوادر العاملة للتشغيل والصيانة
   ========================================================================== */

.about {
  background-color: var(--white);
  border-bottom: 1px solid var(--line);
}

.about-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}

/* Left Column: Visual with Badges */
.about-visual {
  position: relative;
}

.about-image-wrap {
  position: relative;
  width: 100%;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  background-color: var(--navy-dark);
}

.about-image-wrap img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  display: block;
}

/* 360° Top Badge */
.about-badge-top {
  position: absolute;
  top: 20px;
  right: -16px;
  background-color: var(--white);
  padding: 14px 20px;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-md);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  z-index: 2;
}

.about-badge-top b {
  font-size: 1.75rem;
  color: var(--gold);
  line-height: 1;
  font-weight: 800;
  font-family: var(--font-latin);
}

.about-badge-top span {
  font-size: 0.75rem;
  color: var(--steel);
  font-weight: 600;
  margin-top: 4px;
}

/* Bottom Left Dark Navy Tag (معاً لتشغيل أكثر استدامة) */
.about-tag-bottom {
  position: absolute;
  bottom: 24px;
  left: 20px;
  background-color: rgba(11, 32, 56, 0.94);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(199, 149, 62, 0.4);
  color: var(--white);
  padding: 12px 20px;
  border-radius: var(--radius-sm);
  box-shadow: 0 8px 24px rgba(11, 32, 56, 0.3);
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.about-tag-bottom strong {
  font-size: 0.92rem;
  color: var(--white);
  font-weight: 700;
}

.about-tag-bottom span {
  font-size: 0.78rem;
  color: var(--gold-light);
}

/* Right Column: Copy */
.about-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.about-copy h2 {
  font-size: var(--font-size-h2);
  margin-bottom: 14px;
}

.about-copy p {
  color: var(--steel);
  font-size: var(--font-size-lead);
  line-height: 1.75;
  margin: 0 0 24px;
}

/* 4 Feature Points Grid (2x2) */
.about-features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 20px;
  width: 100%;
  margin-bottom: 28px;
  padding: 20px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.about-feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--navy);
  font-weight: 700;
  font-size: 0.9rem;
}

.about-feature-icon {
  width: 28px;
  height: 28px;
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.about-feature-icon svg {
  width: 20px;
  height: 20px;
}
