
.az-p120str-section {
  width: 100%;
  padding: 50px 20px;
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
}

.az-p120str-section *,
.az-p120str-section *::before,
.az-p120str-section *::after {
  box-sizing: border-box;
}

.az-p120str-container {
  max-width: 1180px;
  margin: 0 auto;
}

.az-p120str-heading {
  max-width: 900px;
  margin-bottom: 50px;
}

.az-p120str-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  color: #198da8;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.az-p120str-heading h2 {
  margin: 0 0 16px;
  color: #101820;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.15;
  font-weight: 800;
}

.az-p120str-heading p {
  margin: 0;
  color: #5f6b76;
  font-size: 16px;
  line-height: 1.75;
}

.az-p120str-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
  gap: 28px;
  align-items: stretch;
}

.az-p120str-stack {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border-radius: 28px;
  color: #ffffff;
  background:
    radial-gradient(circle at top right, rgba(67, 195, 216, 0.26), transparent 36%),
    linear-gradient(145deg, #101820, #22313f);
  box-shadow: 0 22px 52px rgba(16, 24, 32, 0.18);
}

.az-p120str-stack::after {
  content: "";
  position: absolute;
  right: -125px;
  bottom: -140px;
  width: 310px;
  height: 310px;
  border-radius: 50%;
  border: 44px solid rgba(67, 195, 216, 0.08);
  pointer-events: none;
}

.az-p120str-stack-head {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 26px;
}

.az-p120str-stack-head span {
  color: #43c3d8;
  font-size: 12px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.az-p120str-stack-head strong {
  color: #ffffff;
  font-size: 27px;
  line-height: 1.2;
  font-weight: 850;
}

.az-p120str-layer {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 20px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.az-p120str-layer + .az-p120str-layer {
  margin-top: 12px;
}

.az-p120str-layer:hover {
  transform: translateX(7px);
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(67, 195, 216, 0.34);
}

.az-p120str-layer-1 {
  background: rgba(67, 195, 216, 0.17);
}

.az-p120str-layer-2 {
  background: rgba(255, 255, 255, 0.09);
}

.az-p120str-layer-3 {
  background: rgba(25, 141, 168, 0.13);
}

.az-p120str-layer-4 {
  background: rgba(255, 255, 255, 0.07);
}

.az-p120str-layer-5 {
  background: rgba(67, 195, 216, 0.10);
}

.az-p120str-layer-no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
}

.az-p120str-layer h3 {
  margin: 0 0 5px;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 850;
}

.az-p120str-layer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 13.5px;
  line-height: 1.55;
}

.az-p120str-info {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.az-p120str-intro {
  padding: 30px;
  border-radius: 24px;
  background: linear-gradient(135deg, #f3fafc, #ffffff);
  border: 1px solid rgba(16, 24, 32, 0.08);
  box-shadow: 0 14px 28px rgba(16, 24, 32, 0.06);
}

.az-p120str-intro-label {
  display: inline-block;
  margin-bottom: 12px;
  color: #198da8;
  font-size: 12px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.az-p120str-intro h3 {
  margin: 0 0 14px;
  color: #101820;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 850;
}

.az-p120str-intro p {
  margin: 0;
  color: #5f6b76;
  font-size: 15px;
  line-height: 1.75;
}

.az-p120str-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.az-p120str-benefit {
  position: relative;
  overflow: hidden;
  min-height: 180px;
  padding: 23px 21px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(16, 24, 32, 0.08);
  box-shadow: 0 14px 28px rgba(16, 24, 32, 0.08);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.az-p120str-benefit::after {
  content: "";
  position: absolute;
  right: -55px;
  bottom: -65px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(25, 141, 168, 0.10), transparent 68%);
  pointer-events: none;
}

.az-p120str-benefit:hover {
  transform: translateY(-6px) scale(1.015);
  border-color: rgba(25, 141, 168, 0.25);
  box-shadow: 0 24px 50px rgba(16, 24, 32, 0.12);
}

.az-p120str-benefit > span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-bottom: 15px;
  border-radius: 12px;
  color: #ffffff;
  background: linear-gradient(135deg, #43c3d8, #198da8);
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
}

.az-p120str-benefit h4 {
  position: relative;
  z-index: 1;
  margin: 0 0 8px;
  color: #101820;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 850;
}

.az-p120str-benefit p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #5f6b76;
  font-size: 13.5px;
  line-height: 1.65;
}

@media (max-width: 900px) {
  .az-p120str-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .az-p120str-section {
    padding: 40px 16px;
  }

  .az-p120str-heading {
    margin-bottom: 32px;
  }

  .az-p120str-stack,
  .az-p120str-intro {
    padding: 26px 22px;
    border-radius: 22px;
  }

  .az-p120str-stack-head strong {
    font-size: 23px;
  }

  .az-p120str-layer {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 13px;
    padding: 17px;
    border-radius: 16px;
  }

  .az-p120str-layer-no {
    width: 36px;
    height: 36px;
    border-radius: 11px;
  }

  .az-p120str-layer h3 {
    font-size: 15px;
  }

  .az-p120str-layer p {
    font-size: 13px;
  }

  .az-p120str-benefits {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .az-p120str-benefit {
    min-height: auto;
    padding: 22px;
    border-radius: 20px;
  }

  .az-p120str-benefit:hover {
    transform: translateY(-4px) scale(1.01);
  }

  .az-p120str-intro h3 {
    font-size: 22px;
  }
}
