
/* ===== Aozhong Technical Details Section ===== */
.az-tech-section {
  width: 100%;
  padding: 40px 20px;
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
}

.az-tech-container {
  max-width: 1180px;
  margin: 0 auto;
}

.az-tech-head {
  max-width: 820px;
  margin-bottom: 46px;
}

.az-tech-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-tech-head h2 {
  margin: 0 0 16px;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.08;
  font-weight: 800;
  color: #101820;
}

.az-tech-head p {
  margin: 0;
  font-size: 17px;
  line-height: 1.75;
  color: #5f6b76;
}

.az-tech-layout {
  display: grid;
  grid-template-columns: 36% 64%;
  gap: 24px;
}

/* Highlight Card */
.az-tech-highlight-card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  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.35), transparent 35%);
  box-shadow: 0 24px 60px rgba(16, 24, 32, 0.22);
  box-sizing: border-box;
  color: #ffffff;
}

.az-tech-highlight-card::before,
.az-tech-card::before {
  content: "";
  position: absolute;
  top: -45%;
  left: -90%;
  width: 65%;
  height: 190%;
  background: linear-gradient(
    115deg,
    transparent 0%,
    rgba(255, 255, 255, 0.08) 28%,
    rgba(255, 255, 255, 0.72) 50%,
    rgba(255, 255, 255, 0.10) 72%,
    transparent 100%
  );
  transform: rotate(10deg);
  transition: left 0.78s ease;
  pointer-events: none;
  z-index: 2;
}

.az-tech-highlight-card:hover::before,
.az-tech-card:hover::before {
  left: 125%;
}

.az-tech-badge {
  width: 86px;
  height: 86px;
  margin-bottom: 28px;
  border-radius: 24px;
  background: linear-gradient(135deg, #cf1f2e, #8f111d);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.5px;
  box-shadow: 0 18px 38px rgba(207, 31, 46, 0.35);
  position: relative;
  z-index: 3;
}

.az-tech-highlight-card h3 {
  margin: 0 0 16px;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 850;
  position: relative;
  z-index: 3;
}

.az-tech-highlight-card p {
  margin: 0 0 26px;
  font-size: 16px;
  line-height: 1.78;
  color: rgba(255, 255, 255, 0.78);
  position: relative;
  z-index: 3;
}

.az-tech-highlight-card strong {
  color: #ffffff;
  font-weight: 850;
}

.az-tech-process {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 26px;
  position: relative;
  z-index: 3;
}

.az-tech-process span {
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 800;
}

.az-tech-process span.active {
  background: #cf1f2e;
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(207, 31, 46, 0.35);
}

.az-tech-process i {
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.22);
}

.az-tech-highlight-card ul,
.az-tech-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 3;
}

.az-tech-highlight-card li {
  position: relative;
  padding: 12px 0 12px 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.82);
  font-size: 15.5px;
  line-height: 1.45;
}

.az-tech-highlight-card li:last-child {
  border-bottom: none;
}

.az-tech-highlight-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 9px;
  height: 9px;
  background: #cf1f2e;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(207, 31, 46, 0.18);
}

/* Technical Cards */
.az-tech-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.az-tech-card {
  position: relative;
  overflow: hidden;
  min-height: 370px;
  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-tech-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-tech-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  border-radius: 18px;
  background: linear-gradient(135deg, #cf1f2e, #8f111d);
  box-shadow: 0 14px 30px rgba(207, 31, 46, 0.24);
  position: relative;
  z-index: 3;
}

.az-tech-label {
  display: inline-block;
  margin-bottom: 10px;
  color: #cf1f2e;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-weight: 800;
  position: relative;
  z-index: 3;
}

.az-tech-card h3 {
  margin: 0 0 12px;
  color: #101820;
  font-size: 21px;
  line-height: 1.28;
  font-weight: 850;
  position: relative;
  z-index: 3;
}

.az-tech-card p {
  margin: 0 0 18px;
  color: #5f6b76;
  font-size: 15.5px;
  line-height: 1.68;
  position: relative;
  z-index: 3;
}

.az-tech-card li {
  position: relative;
  padding: 11px 0 11px 24px;
  border-bottom: 1px solid rgba(16, 24, 32, 0.08);
  color: #5f6b76;
  font-size: 15px;
  line-height: 1.42;
}

.az-tech-card li:last-child {
  border-bottom: none;
}

.az-tech-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 8px;
  height: 8px;
  background: #cf1f2e;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(207, 31, 46, 0.1);
}

/* Icons */
.az-icon-hole::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  background:
    radial-gradient(circle at 50% 18%, #ffffff 0 3px, transparent 4px),
    radial-gradient(circle at 82% 36%, #ffffff 0 3px, transparent 4px),
    radial-gradient(circle at 76% 76%, #ffffff 0 3px, transparent 4px),
    radial-gradient(circle at 24% 76%, #ffffff 0 3px, transparent 4px),
    radial-gradient(circle at 18% 36%, #ffffff 0 3px, transparent 4px),
    radial-gradient(circle at 50% 50%, #ffffff 0 4px, transparent 5px);
}

.az-icon-grain::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 15px;
  width: 30px;
  height: 30px;
  background:
    radial-gradient(circle at 6px 6px, #ffffff 0 3px, transparent 4px),
    radial-gradient(circle at 22px 8px, #ffffff 0 4px, transparent 5px),
    radial-gradient(circle at 14px 22px, #ffffff 0 5px, transparent 6px),
    radial-gradient(circle at 26px 25px, #ffffff 0 3px, transparent 4px);
}

.az-icon-backing::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 17px;
  width: 32px;
  height: 24px;
  border: 3px solid #ffffff;
  border-radius: 7px;
  transform: skewX(-10deg);
  box-sizing: border-box;
}

.az-icon-backing::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 25px;
  width: 22px;
  height: 3px;
  background: #ffffff;
  box-shadow: 0 8px 0 #ffffff;
  border-radius: 3px;
}

.az-icon-hook::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 15px;
  width: 26px;
  height: 26px;
  border: 3px solid #ffffff;
  border-top-color: transparent;
  border-radius: 50%;
  box-sizing: border-box;
}

.az-icon-hook::after {
  content: "";
  position: absolute;
  left: 33px;
  top: 33px;
  width: 14px;
  height: 3px;
  background: #ffffff;
  border-radius: 3px;
  transform: rotate(45deg);
}

/* Entrance Animation */
.az-tech-highlight-card,
.az-tech-card {
  opacity: 0;
  transform: translateY(24px);
  animation: azTechFadeUp 0.75s ease forwards;
}

.az-tech-highlight-card {
  animation-delay: 0.05s;
}

.az-tech-card:nth-child(1) {
  animation-delay: 0.12s;
}

.az-tech-card:nth-child(2) {
  animation-delay: 0.20s;
}

.az-tech-card:nth-child(3) {
  animation-delay: 0.28s;
}

.az-tech-card:nth-child(4) {
  animation-delay: 0.36s;
}

@keyframes azTechFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Tablet */
@media (max-width: 1024px) {
  .az-tech-layout {
    grid-template-columns: 1fr;
  }

  .az-tech-highlight-card {
    min-height: auto;
  }
}

/* Mobile */
@media (max-width: 680px) {
  .az-tech-section {
    padding: 64px 16px;
  }

  .az-tech-head {
    margin-bottom: 32px;
  }

  .az-tech-head p {
    font-size: 15.5px;
  }

  .az-tech-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .az-tech-highlight-card,
  .az-tech-card {
    border-radius: 20px;
    padding: 28px 22px;
    min-height: auto;
  }

  .az-tech-highlight-card h3 {
    font-size: 26px;
  }

  .az-tech-process {
    gap: 7px;
  }

  .az-tech-process span {
    padding: 8px 11px;
    font-size: 12px;
  }

  .az-tech-card h3 {
    font-size: 20px;
  }
}
