/* ===============================
   Otoemdad — فقط about-us.html
   هم‌خوان با فیگما (node 572:3673)
   =============================== */

.about-us-main {
  padding-top: 10rem;
  padding-bottom: 3.5rem;
  background: #f9fafb;
  min-height: 50vh;
}

.about-us-main .breadcrumb {
  font-size: 0.88rem;
  --bs-breadcrumb-divider: "›";
}

.about-us-main .breadcrumb-item a {
  color: #4a5565;
  text-decoration: none;
  transition: color 0.2s ease;
}

.about-us-main .breadcrumb-item a:hover {
  color: var(--oto-primary);
}

.about-us-main .breadcrumb-item.active {
  color: #1e2939;
  font-weight: 600;
}

/* هیرو */
.about-us-hero-card {
  overflow: hidden;
  margin-bottom: 2rem;
  border-radius: 16px;
  background: #fff;
  box-shadow:
    0 1px 3px rgba(0, 0, 0, 0.1),
    0 1px 2px -1px rgba(0, 0, 0, 0.1);
}

.about-us-hero-card__body {
  padding: 2rem 1.75rem;
}

@media (min-width: 992px) {
  .about-us-hero-card__body {
    padding: 3rem 3rem 3rem 2.5rem;
  }
}

.about-us-hero-card__title {
  margin: 0 0 1rem;
  font-size: clamp(1.65rem, 4vw, 2.25rem);
  font-weight: 700;
  color: #1e2939;
  line-height: 1.25;
}

.about-us-hero-card__text {
  margin: 0 0 1rem;
  font-size: 1rem;
  line-height: 1.65;
  color: #364153;
}

.about-us-hero-card__text:last-of-type {
  margin-bottom: 1.5rem;
}

.about-us-hero-card__cta.btn-tech-fill {
  border-radius: 12px;
  padding: 0.65rem 1.35rem;
  font-weight: 700;
  background: linear-gradient(135deg, #ff8904 0%, #f54900 100%);
  text-decoration: none;
}

.about-us-hero-card__cta.btn-tech-fill:hover {
  background: linear-gradient(135deg, #e67a00 0%, #dc4400 100%);
  color: #fff;
}

.about-us-hero-card__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  padding: 2.5rem 1.5rem;
  background: linear-gradient(150.16deg, #ffedd4 0%, #fff7ed 100%);
}

@media (min-width: 992px) {
  .about-us-hero-card__visual {
    min-height: 100%;
    padding: 3rem 2rem;
  }
}

.about-us-hero-card__orbit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(192px, 46vw);
  height: min(192px, 46vw);
  border-radius: 50%;
  background: linear-gradient(135deg, #ff8904 0%, #f54900 100%);
  box-shadow: 0 25px 25px rgba(0, 0, 0, 0.25);
}

.about-us-hero-card__orbit .bi {
  font-size: clamp(3rem, 12vw, 6rem);
  color: #fff;
  line-height: 1;
}

/* آمار */
.about-us-stat-card {
  height: 100%;
  padding: 1.5rem 1.25rem;
  border-radius: 16px;
  background: #fff;
  text-align: center;
  box-shadow:
    0 1px 1.5px rgba(0, 0, 0, 0.1),
    0 1px 1px rgba(0, 0, 0, 0.1);
  transition:
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.about-us-stat-card:hover {
  box-shadow:
    0 8px 24px rgba(11, 60, 93, 0.08),
    0 2px 8px rgba(0, 0, 0, 0.06);
  transform: translateY(-2px);
}

.about-us-stat-card__icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 0.75rem;
  border-radius: 50%;
  background: #fff7ed;
}

.about-us-stat-card__icon-wrap .bi {
  font-size: 1.65rem;
  color: #f54900;
  line-height: 1;
}

.about-us-stat-card__value {
  margin: 0 0 0.35rem;
  font-size: clamp(1.5rem, 3vw, 1.875rem);
  font-weight: 700;
  color: #1e2939;
  line-height: 1.2;
}

.about-us-stat-card__label {
  margin: 0;
  font-size: 0.875rem;
  color: #4a5565;
}

/* ارزش‌ها */
.about-us-values-card {
  padding: 2rem 1.75rem;
  margin-bottom: 2rem;
  border-radius: 16px;
  background: #fff;
  box-shadow:
    0 1px 1.5px rgba(0, 0, 0, 0.1),
    0 1px 1px rgba(0, 0, 0, 0.1);
}

.about-us-values-card__title {
  margin: 0 0 1.5rem;
  font-size: clamp(1.35rem, 3vw, 1.875rem);
  font-weight: 700;
  color: #1e2939;
}

.about-us-value-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.about-us-value-item__icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #fff7ed;
}

.about-us-value-item__icon .bi {
  font-size: 1.35rem;
  color: #f54900;
  line-height: 1;
}

.about-us-value-item__body {
  min-width: 0;
}

.about-us-value-item__title {
  margin: 0 0 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #1e2939;
}

.about-us-value-item__desc {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.65;
  color: #4a5565;
}

/* ماموریت */
.about-us-mission {
  padding: 3rem 1.75rem;
  border-radius: 16px;
  background: linear-gradient(to left, #ffedd4 0%, #fff7ed 100%);
  text-align: center;
}

.about-us-mission__title {
  margin: 0 0 1rem;
  font-size: clamp(1.35rem, 3vw, 1.875rem);
  font-weight: 700;
  color: #1e2939;
}

.about-us-mission__text {
  margin: 0 auto;
  max-width: 48rem;
  font-size: 1.125rem;
  line-height: 1.65;
  color: #364153;
}
