
/* ===== Aozhong P800 Film Sanding Disc Materials ===== */
.az-p800mat-section {
  width: 100%;
  padding: 40px 20px;
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
}

.az-p800mat-container {
  max-width: 1180px;
  margin: 0 auto;
}

.az-p800mat-head {
  max-width: 900px;
  margin-bottom: 46px;
}

.az-p800mat-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  font-weight: 700;
  color: #d6a21f;
}

.az-p800mat-head h2 {
  margin: 0 0 16px;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.08;
  font-weight: 800;
  color: #101820;
}

.az-p800mat-head p {
  margin: 0;
  font-size: 17px;
  line-height: 1.75;
  color: #5f6b76;
}

/* Layout */
.az-p800mat-layout {
  display: grid;
  grid-template-columns: 35% 65%;
  gap: 24px;
  align-items: stretch;
}

/* Left Main Card */
.az-p800mat-main-card {
  position: relative;
  overflow: hidden;
  padding: 38px 32px;
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(16,24,32,0.97), rgba(31,43,54,0.97)),
    radial-gradient(circle at top right, rgba(214,162,31,0.38), transparent 42%);
  color: #ffffff;
  box-shadow: 0 24px 60px rgba(16,24,32,0.22);
  box-sizing: border-box;
}

.az-p800mat-badge {
  width: 98px;
  height: 98px;
  margin-bottom: 28px;
  border-radius: 26px;
  background: linear-gradient(135deg, #f1c232, #b88912);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #101820;
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
  box-shadow: 0 18px 38px rgba(214,162,31,0.35);
}

.az-p800mat-main-card h3 {
  margin: 0 0 16px;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 850;
}

.az-p800mat-main-card > p {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.78;
  color: rgba(255,255,255,0.82);
}

/* Process Flow */
.az-p800mat-process-flow {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 26px;
  flex-wrap: wrap;
}

.az-p800mat-process-flow span {
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.10);
  color: rgba(255,255,255,0.78);
  font-size: 12.5px;
  line-height: 1;
  font-weight: 850;
}

.az-p800mat-process-flow span.active {
  background: linear-gradient(135deg, #f1c232, #b88912);
  color: #101820;
  box-shadow: 0 10px 24px rgba(214,162,31,0.28);
}

.az-p800mat-process-flow i {
  flex: 1;
  min-width: 14px;
  height: 1px;
  background: rgba(255,255,255,0.22);
}

/* Focus List */
.az-p800mat-focus-list {
  display: grid;
  gap: 12px;
  margin-bottom: 26px;
}

.az-p800mat-focus-item {
  padding: 12px 14px;
  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: 750;
}

.az-p800mat-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.82);
  font-size: 15.5px;
  line-height: 1.7;
}

.az-p800mat-note strong {
  color: #ffffff;
}

/* Table Card */
.az-p800mat-table-card {
  padding: 28px;
  border-radius: 26px;
  background: rgba(255,255,255,0.96);
  border: 1px solid rgba(16,24,32,0.08);
  box-shadow: 0 18px 45px rgba(16,24,32,0.08);
  box-sizing: border-box;
}

.az-p800mat-table {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #e2e6ea;
}

.az-p800mat-row {
  display: grid;
  grid-template-columns: 28% 72%;
  min-height: 78px;
  background: #ffffff;
  border-bottom: 1px solid #e2e6ea;
  transition:
    transform 0.35s ease,
    background 0.35s ease,
    box-shadow 0.35s ease;
}

.az-p800mat-row:last-child {
  border-bottom: none;
}

.az-p800mat-header-row {
  min-height: 58px;
  background: #101820;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  font-weight: 800;
}

.az-p800mat-row:not(.az-p800mat-header-row):hover {
  transform: translateX(6px);
  background: #f8fafc;
  box-shadow: inset 4px 0 0 #d6a21f;
}

.az-p800mat-row > div {
  display: flex;
  align-items: center;
  padding: 20px 24px;
  box-sizing: border-box;
  color: #5f6b76;
  font-size: 15.5px;
  line-height: 1.65;
}

.az-p800mat-title {
  color: #101820 !important;
  font-size: 16.5px !important;
  line-height: 1.35 !important;
  font-weight: 850 !important;
}

/* Bottom Highlight */
.az-p800mat-bottom {
  margin-top: 24px;
  padding: 30px 32px;
  border-radius: 24px;
  background: linear-gradient(135deg, #fffaf0, #ffffff);
  border: 1px solid rgba(214,162,31,0.18);
  box-shadow: 0 18px 45px rgba(16,24,32,0.06);
  box-sizing: border-box;
}

.az-p800mat-bottom-label {
  display: inline-block;
  margin-bottom: 12px;
  color: #d6a21f;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-weight: 800;
}

.az-p800mat-bottom h3 {
  margin: 0 0 14px;
  color: #101820;
  font-size: 26px;
  line-height: 1.28;
  font-weight: 850;
}

.az-p800mat-bottom p {
  margin: 0;
  color: #5f6b76;
  font-size: 16px;
  line-height: 1.75;
}

.az-p800mat-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.az-p800mat-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(214,162,31,0.22);
  color: #34414d;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 750;
  transition: all 0.25s ease;
}

.az-p800mat-tags span:hover {
  border-color: rgba(214,162,31,0.38);
  background: rgba(214,162,31,0.08);
  color: #101820;
}

/* Entrance Animation */
.az-p800mat-main-card,
.az-p800mat-table-card,
.az-p800mat-bottom {
  opacity: 0;
  transform: translateY(24px);
  animation: azP800MatFadeUp 0.75s ease forwards;
}

.az-p800mat-main-card { animation-delay: 0.05s; }
.az-p800mat-table-card { animation-delay: 0.16s; }
.az-p800mat-bottom { animation-delay: 0.28s; }

@keyframes azP800MatFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Tablet */
@media (max-width: 1024px) {
  .az-p800mat-layout {
    grid-template-columns: 1fr;
  }
}

/* Mobile */
@media (max-width: 680px) {
  .az-p800mat-section {
    padding: 40px 16px;
  }

  .az-p800mat-head {
    margin-bottom: 32px;
  }

  .az-p800mat-head p {
    font-size: 15.5px;
  }

  .az-p800mat-main-card,
  .az-p800mat-table-card,
  .az-p800mat-bottom {
    border-radius: 20px;
    padding: 28px 22px;
  }

  .az-p800mat-main-card h3 {
    font-size: 26px;
  }

  .az-p800mat-bottom h3 {
    font-size: 22px;
  }

  .az-p800mat-badge {
    width: 88px;
    height: 88px;
    font-size: 21px;
    border-radius: 22px;
  }

  .az-p800mat-table {
    border: none;
    border-radius: 0;
    overflow: visible;
  }

  .az-p800mat-header-row {
    display: none;
  }

  .az-p800mat-row {
    display: block;
    min-height: auto;
    margin-bottom: 16px;
    border: 1px solid #e2e6ea;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(16,24,32,0.06);
  }

  .az-p800mat-row:last-child {
    margin-bottom: 0;
  }

  .az-p800mat-row:not(.az-p800mat-header-row):hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 42px rgba(16,24,32,0.12);
  }

  .az-p800mat-row > div {
    display: block;
    padding: 16px 18px;
  }

  .az-p800mat-row > div:nth-child(1)::before {
    content: "Material Section";
    display: block;
    margin-bottom: 7px;
    color: #8b97a3;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 800;
  }

  .az-p800mat-row > div:nth-child(2)::before {
    content: "Description";
    display: block;
    margin-bottom: 7px;
    color: #8b97a3;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 800;
  }
}
