
.az-history26-section {
  width: 100%;
  padding: 80px 20px;
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
  background: linear-gradient(180deg, #ffffff 0%, #f3f5ff 100%);
}

.az-history26-section *,
.az-history26-section *::before,
.az-history26-section *::after {
  box-sizing: border-box;
}

.az-history26-container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.az-history26-heading {
  max-width: 930px;
  margin-bottom: 54px;
}

.az-history26-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: #162A9F;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.az-history26-heading h2 {
  margin: 0 0 18px;
  color: #0d164e;
  font-size: clamp(31px, 4vw, 50px);
  line-height: 1.15;
  font-weight: 850;
  letter-spacing: -0.8px;
}

.az-history26-heading > p {
  max-width: 850px;
  margin: 0;
  color: #5b6684;
  font-size: 16px;
  line-height: 1.8;
}

.az-history26-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.az-history26-stat {
  min-height: 122px;
  padding: 20px;
  border: 1px solid rgba(22, 42, 159, 0.1);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 12px 25px rgba(13, 22, 78, 0.06);
}

.az-history26-stat strong {
  display: block;
  margin-bottom: 9px;
  color: #162A9F;
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
}

.az-history26-stat span {
  display: block;
  color: #46506e;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 750;
}

.az-history26-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 48px;
  align-items: start;
}

.az-history26-summary {
  position: sticky;
  top: 32px;
  overflow: hidden;
  padding: 34px 30px;
  border-radius: 28px;
  color: #ffffff;
  background:
    radial-gradient(circle at top right, rgba(63, 87, 216, 0.5), transparent 42%),
    linear-gradient(145deg, #0d164e, #162A9F);
  box-shadow: 0 20px 48px rgba(13, 22, 78, 0.22);
}

.az-history26-summary::after {
  content: "";
  position: absolute;
  right: -110px;
  bottom: -110px;
  width: 260px;
  height: 260px;
  border: 42px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  pointer-events: none;
}

.az-history26-summary-tag {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 18px;
  color: #aebcff;
  font-size: 12px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: 1.5px;
}

.az-history26-summary h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 15px;
  color: #ffffff;
  font-size: 29px;
  line-height: 1.2;
  font-weight: 850;
}

.az-history26-summary > p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1.8;
}

.az-history26-benefits {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 13px;
  margin-top: 28px;
}

.az-history26-benefit {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.09);
}

.az-history26-benefit strong {
  display: block;
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 850;
}

.az-history26-benefit span {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.55;
}

.az-history26-timeline {
  position: relative;
  padding-left: 118px;
}

.az-history26-timeline::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 82px;
  width: 2px;
  background: linear-gradient(180deg, #3f57d8 0%, #162A9F 58%, rgba(22, 42, 159, 0.15) 100%);
}

.az-history26-item {
  position: relative;
  min-height: 170px;
  padding-bottom: 25px;
}

.az-history26-item:last-child {
  padding-bottom: 0;
}

.az-history26-year {
  position: absolute;
  top: 18px;
  left: -118px;
  width: 60px;
  color: #162A9F;
  font-size: 17px;
  line-height: 1;
  font-weight: 900;
  text-align: right;
}

.az-history26-dot {
  position: absolute;
  top: 17px;
  left: -45px;
  width: 18px;
  height: 18px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  background: #162A9F;
  box-shadow: 0 0 0 5px rgba(22, 42, 159, 0.14);
}

.az-history26-card {
  position: relative;
  overflow: hidden;
  padding: 25px 26px;
  border: 1px solid rgba(22, 42, 159, 0.1);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 14px 28px rgba(13, 22, 78, 0.07);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.az-history26-card::after {
  content: "";
  position: absolute;
  right: -58px;
  bottom: -68px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(22, 42, 159, 0.1), transparent 68%);
  pointer-events: none;
}

.az-history26-card:hover {
  border-color: rgba(22, 42, 159, 0.34);
  box-shadow: 0 23px 48px rgba(13, 22, 78, 0.13);
  transform: translateY(-5px);
}

.az-history26-card > span {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 11px;
  color: #162A9F;
  font-size: 11px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.az-history26-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 11px;
  color: #0d164e;
  font-size: 21px;
  line-height: 1.28;
  font-weight: 850;
}

.az-history26-card p {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 0;
  color: #5b6684;
  font-size: 14px;
  line-height: 1.78;
}

.az-history26-item-current .az-history26-card {
  border-color: rgba(22, 42, 159, 0.3);
  background: linear-gradient(135deg, #eef1ff, #ffffff);
}

.az-history26-item-current .az-history26-dot {
  width: 22px;
  height: 22px;
  top: 15px;
  left: -47px;
  background: #3f57d8;
  box-shadow: 0 0 0 7px rgba(63, 87, 216, 0.17);
}

.az-history26-tags {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px;
}

.az-history26-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 11px;
  border: 1px solid rgba(22, 42, 159, 0.16);
  border-radius: 999px;
  color: #162A9F;
  background: rgba(22, 42, 159, 0.07);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
}

@media (max-width: 980px) {
  .az-history26-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .az-history26-summary {
    position: relative;
    top: auto;
  }
}

@media (max-width: 760px) {
  .az-history26-section {
    padding: 58px 16px;
  }

  .az-history26-heading {
    margin-bottom: 38px;
  }

  .az-history26-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .az-history26-timeline {
    padding-left: 44px;
  }

  .az-history26-timeline::before {
    left: 10px;
  }

  .az-history26-year {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    margin-bottom: 10px;
    text-align: left;
  }

  .az-history26-dot {
    top: 39px;
    left: -43px;
  }

  .az-history26-item-current .az-history26-dot {
    top: 37px;
    left: -45px;
  }
}

@media (max-width: 520px) {
  .az-history26-heading h2 {
    font-size: 31px;
  }

  .az-history26-summary {
    padding: 28px 22px;
    border-radius: 22px;
  }

  .az-history26-summary h3 {
    font-size: 25px;
  }

  .az-history26-stat {
    min-height: 108px;
    padding: 17px;
    border-radius: 16px;
  }

  .az-history26-stat strong {
    font-size: 26px;
  }

  .az-history26-card {
    padding: 22px 20px;
    border-radius: 18px;
  }

  .az-history26-card h3 {
    font-size: 19px;
  }

  .az-history26-card:hover {
    transform: translateY(-3px);
  }
}
