/* ============================================================
   Balance Group — Biz haqimizda (about)
   ============================================================ */

/* ---- HERO ---- */
.ahero {
  position: relative;
  background: #0c0a0b url(../images/hero-dark-bg.png) center center / cover no-repeat;
  background-attachment: fixed;          /* fixed bg — pastdagi section ustidan otadi */
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 120px 0 80px;
  z-index: 0;
}
.ahero__content { max-width: 1160px; margin: 0 auto; text-align: center; }
.ahero__title {
  font-family: var(--display);
  font-weight: 900;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 10px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .ahero__title {
    white-space: normal;
  }
  /* mobilda matn o'zi o'raladi — qo'lda <br> chiqarilmaydi */
  .ahero__text br {
    display: none;
  }
}
.ahero__text {
  margin: 0 auto;
  color: var(--muted);
  font-size: clamp(15px, 1.8vw, 18px);
  line-height: 1.5;
}
.ahero__btn {
  margin-top: 26px;
  text-transform: uppercase;
  width: 100%;
  max-width: 350px;
}
/* keyingi bo'lim fixed hero ustidan suzib o'tishi uchun */
.intro { position: relative; z-index: 1; background: var(--bg); }

/* ---- BALANCE GORUP ---- */
.intro { padding: 70px 0; }
.intro__top {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  align-items: flex-start;
  margin-bottom: 40px;
  margin-top: -11%;
}
.intro__left { max-width: 570px; }
.intro__left .section-title { margin-bottom: 24px; }
.intro__text { color: var(--muted); font-size: clamp(15px, 1.8vw, 18px); line-height: 1.5; }
.intro__text + .intro__text { margin-top: 20px; }
.intro__text strong { color: var(--white); font-weight: 700; }
.intro__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: clamp(150px, 22vw, 206px);
  gap: 16px;
  flex-shrink: 0;
  width: min(600px, 100%);
}
.intro__box { background: #d9d9d9; border-radius: 20px; }
.intro__stats { margin-top: 8px; }

/* ---- NEGA AYNAN BIZ? ---- */
.why { padding: 70px 0; }
.why__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.why-card {
  background: var(--white);
  color: #000;
  border-radius: 20px;
  padding: 24px;
  min-height: 217px;
  display: flex;
  flex-direction: column;
}
.why-card__title { font-weight: 700; font-size: clamp(18px, 2.2vw, 21px); text-transform: uppercase; }
.why-card__desc { margin-top: 12px; font-weight: 400; font-size: 14px; line-height: 1.45; }
/* raqam + strelka bir flex qatorda */
.why-card__foot {
  margin-top: auto;
  padding-top: 16px;
  display: flex;
  align-items: center;
  gap: 12px;                 /* faqat raqam bilan track orasida */
  color: #000;
}
.why-card__num { font-weight: 700; font-size: clamp(34px, 5vw, 48px); line-height: 1; flex-shrink: 0; }
/* dot + chiziq + strelka — bo'shliqsiz, uzluksiz */
.why-card__track { flex: 1 1 auto; display: flex; align-items: center; }
.why-card__dot { width: 14px; height: 14px; border-radius: 50%; background: currentColor; flex-shrink: 0; }
.why-card__rule { flex: 1 1 auto; height: 1.5px; background: currentColor; }
.why-card__arrows { flex-shrink: 0; display: block; margin-left: -1px; }
.why__more { display: flex; justify-content: center; margin-top: 34px; }

/* ---- BIZNING JAMOA ---- */
.team { padding: 70px 0; }
.team__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 36px;
}
.team__lead { max-width: 418px; color: var(--muted); font-size: clamp(15px, 1.8vw, 18px); line-height: 1.5; }
.member {
  width: min(400px, 82vw); flex-shrink: 0;
  background: var(--bg);
  border: 1px solid var(--border-dark);
  border-radius: 20px;
  padding: 24px;
}
.member__photo { width: 100%; aspect-ratio: 352 / 352; height: auto; border-radius: 15px; overflow: hidden; background: #afafaf; }
.member__photo img { width: 100%; height: 100%; object-fit: cover; }
.member__name { margin-top: 20px; font-weight: 600; font-size: clamp(20px, 2.4vw, 24px); color: var(--white); }
.member__role { margin-top: 8px; font-weight: 400; font-size: 16px; color: var(--muted); }

/* ---- ISH BOSQICHLARI ---- */
.process { padding: 70px 0; }
.process__wrap { display: flex; gap: 24px; align-items: flex-start; }
.process__intro {
  width: min(568px, 48%); flex-shrink: 0;
  background: var(--white);
  color: #000;
  border-radius: 20px;
  padding: 24px;
  position: sticky;
  top: 30px;
  align-self: flex-start;
}
.process__title {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(24px, 3.4vw, 32px);
  line-height: 1.1;
  color: #000;
  text-transform: uppercase;
}
.process__sub { margin-top: 14px; font-size: 16px; color: #000; }
.process__btn { margin-top: 16px; }
.process__img { margin-top: 24px; height: 305px; border-radius: 20px; background: #d0d0d0; }
.process__steps { flex: 1; display: flex; flex-direction: column; gap: 16px; }
.step {
  background: var(--white);
  color: #000;
  border-radius: 20px;
  padding: 20px 24px;
}
.step__head { display: flex; align-items: baseline; gap: 12px; }
.step__num { font-weight: 400; font-size: 24px; color: var(--muted); }
.step__title { font-weight: 700; font-size: 24px; color: var(--orange); }
.step__desc { margin-top: 12px; font-weight: 400; font-size: 14px; line-height: 1.5; color: #000; }

/* ---- bo'lim o'ramlari (umumiy spacing style.css da) ---- */

/* ---- responsive ---- */
@media (max-width: 1024px) {
  .intro__top { flex-direction: column; }
  .intro__grid { width: 100%; max-width: 100%; }
  .why__grid { grid-template-columns: 1fr 1fr; }
  .team__head { flex-direction: column; align-items: flex-start; }
  .process__wrap { flex-direction: column; }
  .process__intro { width: 100%; position: static; }
}

@media (max-width: 900px) {
  .stats__grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .intro, .why, .team, .process { padding: 48px 0; }
  .why__grid { gap: 12px; }
  /* mobilda fixed bg janky — scroll qilamiz */
  .ahero { background-attachment: scroll; min-height: 80vh; padding: 110px 0 56px; }
}

@media (max-width: 560px) {
  .why__grid { grid-template-columns: 1fr; }
}
