
/* ===== Aozhong Product Structure Section ===== */
.az-ps-section {
  width: 100%;
  padding: 40px 20px;
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
}

.az-ps-container {
  max-width: 1180px;
  margin: 0 auto;
}

.az-ps-head {
  max-width: 820px;
  margin-bottom: 46px;
}

.az-ps-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  font-weight: 700;
  color: #cf1f2e;
}

.az-ps-head h2 {
  margin: 0 0 16px;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.08;
  font-weight: 800;
  color: #101820;
}

.az-ps-head p {
  margin: 0;
  font-size: 17px;
  line-height: 1.75;
  color: #5f6b76;
}

.az-ps-layout {
  display: grid;
  grid-template-columns: 36% 64%;
  gap: 24px;
}

/* Left Main Card */
.az-ps-main-card {
  position: relative;
  overflow: hidden;
  padding: 38px 32px;
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(16, 24, 32, 0.96), rgba(31, 43, 54, 0.96)),
    radial-gradient(circle at top right, rgba(207, 31, 46, 0.32), transparent 38%);
  box-shadow: 0 24px 60px rgba(16, 24, 32, 0.22);
  color: #ffffff;
  box-sizing: border-box;
}

.az-ps-badge {
  width: 98px;
  height: 98px;
  margin-bottom: 28px;
  border-radius: 26px;
  background: linear-gradient(135deg, #cf1f2e, #8f111d);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.3px;
  box-shadow: 0 18px 38px rgba(207, 31, 46, 0.35);
  position: relative;
  z-index: 3;
}

.az-ps-main-card h3 {
  margin: 0 0 16px;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 850;
  position: relative;
  z-index: 3;
}

.az-ps-main-card p {
  margin: 0 0 28px;
  font-size: 16px;
  line-height: 1.78;
  color: rgba(255, 255, 255, 0.78);
  position: relative;
  z-index: 3;
}

.az-ps-flow {
  position: relative;
  z-index: 3;
  margin-bottom: 26px;
}

.az-ps-flow-item {
  padding: 12px 16px;
  border-radius: 14px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.12);
  color: #ffffff;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 800;
}

.az-ps-flow-line {
  width: 2px;
  height: 16px;
  margin: 6px 0 6px 16px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.5), rgba(207,31,46,0.8));
}

.az-ps-note {
  padding: 20px 22px;
  border-radius: 18px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.80);
  font-size: 15.5px;
  line-height: 1.7;
  position: relative;
  z-index: 3;
}

.az-ps-note strong {
  color: #ffffff;
  font-weight: 850;
}

/* Right Cards */
.az-ps-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.az-ps-card {
  position: relative;
  overflow: hidden;
  min-height: 245px;
  padding: 30px 28px 28px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(16, 24, 32, 0.08);
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(16, 24, 32, 0.08);
  box-sizing: border-box;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.az-ps-card-wide {
  grid-column: span 2;
  min-height: 210px;
}

.az-ps-card:hover {
  transform: translateY(-8px);
  border-color: rgba(207, 31, 46, 0.28);
  box-shadow: 0 28px 65px rgba(16, 24, 32, 0.16);
}

.az-ps-label {
  display: inline-block;
  margin-bottom: 12px;
  color: #cf1f2e;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-weight: 800;
  position: relative;
  z-index: 3;
}

.az-ps-card h3 {
  margin: 0 0 12px;
  color: #101820;
  font-size: 21px;
  line-height: 1.28;
  font-weight: 850;
  position: relative;
  z-index: 3;
}

.az-ps-material {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(207, 31, 46, 0.1);
  color: #cf1f2e;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.3px;
  font-weight: 850;
  position: relative;
  z-index: 3;
}

.az-ps-card p {
  margin: 0;
  color: #5f6b76;
  font-size: 15.5px;
  line-height: 1.72;
  position: relative;
  z-index: 3;
}

/* White light sweep */
.az-ps-main-card::before,
.az-ps-card::before {
  content: "";
  position: absolute;
  top: -45%;
  left: -90%;
  width: 65%;
  height: 190%;
  background: linear-gradient(
    115deg,
    transparent 0%,
    rgba(255, 255, 255, 0.10) 28%,
    rgba(255, 255, 255, 0.85) 50%,
    rgba(255, 255, 255, 0.12) 72%,
    transparent 100%
  );
  transform: rotate(10deg);
  transition: left 0.78s ease;
  pointer-events: none;
  z-index: 2;
}

.az-ps-main-card:hover::before,
.az-ps-card:hover::before {
  left: 125%;
}

/* Entrance animation */
.az-ps-main-card,
.az-ps-card {
  opacity: 0;
  transform: translateY(24px);
  animation: azPsFadeUp 0.75s ease forwards;
}

.az-ps-main-card {
  animation-delay: 0.05s;
}

.az-ps-card:nth-child(1) { animation-delay: 0.12s; }
.az-ps-card:nth-child(2) { animation-delay: 0.20s; }
.az-ps-card:nth-child(3) { animation-delay: 0.28s; }
.az-ps-card:nth-child(4) { animation-delay: 0.36s; }
.az-ps-card:nth-child(5) { animation-delay: 0.44s; }

@keyframes azPsFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Tablet */
@media (max-width: 1024px) {
  .az-ps-layout {
    grid-template-columns: 1fr;
  }
}

/* Mobile */
@media (max-width: 680px) {
  .az-ps-section {
    padding: 64px 16px;
  }

  .az-ps-head {
    margin-bottom: 32px;
  }

  .az-ps-head p {
    font-size: 15.5px;
  }

  .az-ps-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .az-ps-card-wide {
    grid-column: span 1;
  }

  .az-ps-main-card,
  .az-ps-card {
    border-radius: 20px;
    padding: 28px 22px;
    min-height: auto;
  }

  .az-ps-main-card h3 {
    font-size: 26px;
  }

  .az-ps-card h3 {
    font-size: 20px;
  }

  .az-ps-note {
    padding: 18px 18px;
    font-size: 15px;
  }

  .az-ps-badge {
    width: 88px;
    height: 88px;
    font-size: 19px;
    border-radius: 22px;
  }
}
