
.az-p120app-section {
  width: 100%;
  padding: 50px 20px;
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
}

.az-p120app-section *,
.az-p120app-section *::before,
.az-p120app-section *::after {
  box-sizing: border-box;
}

.az-p120app-container {
  max-width: 1180px;
  margin: 0 auto;
}

.az-p120app-heading {
  max-width: 920px;
  margin-bottom: 50px;
}

.az-p120app-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-p120app-heading h2 {
  margin: 0 0 16px;
  color: #101820;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.15;
  font-weight: 800;
}

.az-p120app-heading p {
  margin: 0;
  color: #5f6b76;
  font-size: 16px;
  line-height: 1.75;
}

.az-p120app-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.az-p120app-card {
  position: relative;
  overflow: hidden;
  min-height: 330px;
  padding: 30px 28px;
  border-radius: 24px;
  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, box-shadow 0.3s ease, border-color 0.3s ease;
}

.az-p120app-card::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -90px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(25, 141, 168, 0.11), transparent 68%);
  pointer-events: none;
}

.az-p120app-card: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-p120app-no {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 14px;
  color: #ffffff;
  background: linear-gradient(135deg, #43c3d8, #198da8);
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
}

.az-p120app-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  color: #101820;
  font-size: 21px;
  line-height: 1.3;
  font-weight: 850;
}

.az-p120app-card p {
  position: relative;
  z-index: 1;
  margin: 0 0 18px;
  color: #5f6b76;
  font-size: 14.5px;
  line-height: 1.72;
}

.az-p120app-card ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.az-p120app-card li {
  position: relative;
  padding-left: 19px;
  color: #45525d;
  font-size: 14px;
  line-height: 1.5;
}

.az-p120app-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #198da8;
  box-shadow: 0 0 0 4px rgba(25, 141, 168, 0.1);
}

.az-p120app-card-wide {
  grid-column: span 2;
  min-height: auto;
  background: linear-gradient(135deg, #f3fafc, #ffffff);
}

.az-p120app-tags {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.az-p120app-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 13px;
  border-radius: 999px;
  color: #315b65;
  background: rgba(25, 141, 168, 0.08);
  border: 1px solid rgba(25, 141, 168, 0.16);
  font-size: 13px;
  line-height: 1;
  font-weight: 750;
}

.az-p120app-bottom {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  margin-top: 24px;
  padding: 32px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(67, 195, 216, 0.16), transparent 35%),
    linear-gradient(145deg, #101820, #22313f);
  box-shadow: 0 18px 42px rgba(16, 24, 32, 0.16);
}

.az-p120app-bottom-copy span {
  display: inline-block;
  margin-bottom: 10px;
  color: #43c3d8;
  font-size: 12px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.az-p120app-bottom-copy h3 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 25px;
  line-height: 1.25;
  font-weight: 850;
}

.az-p120app-bottom-copy p {
  max-width: 690px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.75;
}

.az-p120app-process {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  max-width: 420px;
}

.az-p120app-process span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 750;
  text-align: center;
}

.az-p120app-process b {
  color: #43c3d8;
  font-size: 17px;
  line-height: 1;
}

@media (max-width: 900px) {
  .az-p120app-bottom {
    grid-template-columns: 1fr;
  }

  .az-p120app-process {
    justify-content: flex-start;
    max-width: none;
  }
}

@media (max-width: 680px) {
  .az-p120app-section {
    padding: 40px 16px;
  }

  .az-p120app-heading {
    margin-bottom: 32px;
  }

  .az-p120app-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .az-p120app-card,
  .az-p120app-card-wide {
    grid-column: span 1;
    min-height: auto;
    padding: 26px 22px;
    border-radius: 20px;
  }

  .az-p120app-card h3 {
    font-size: 19px;
  }

  .az-p120app-card:hover {
    transform: translateY(-4px) scale(1.01);
  }

  .az-p120app-bottom {
    margin-top: 18px;
    padding: 26px 22px;
    border-radius: 20px;
  }

  .az-p120app-bottom-copy h3 {
    font-size: 22px;
  }

  .az-p120app-process {
    gap: 8px;
  }

  .az-p120app-process b {
    display: none;
  }
}
