
/* ===== Shared Base ===== */
.az-17app-section,
.az-17feat-section,
.az-17tool-section {
  width: 100%;
  padding: 40px 20px;
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
}

.az-17app-container,
.az-17feat-container,
.az-17tool-container {
  max-width: 1180px;
  margin: 0 auto;
}

.az-17app-head,
.az-17feat-head,
.az-17tool-head {
  max-width: 860px;
  margin-bottom: 46px;
}

.az-17app-eyebrow,
.az-17feat-eyebrow,
.az-17tool-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-17app-head h2,
.az-17feat-head h2,
.az-17tool-head h2 {
  margin: 0 0 16px;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.08;
  font-weight: 800;
  color: #101820;
}

.az-17app-head p,
.az-17feat-head p,
.az-17tool-head p {
  margin: 0;
  font-size: 17px;
  line-height: 1.75;
  color: #5f6b76;
}


/* ===== Applications ===== */
.az-17app-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.az-17app-card {
  position: relative;
  min-height: 245px;
  padding: 32px 28px 28px;
  background: rgba(255,255,255,0.96);
  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,
    background 0.35s ease;
}

.az-17app-card:hover {
  transform: translateY(-8px) scale(1.03);
  border-color: rgba(207,31,46,0.30);
  background: #ffffff;
  box-shadow: 0 30px 70px rgba(16,24,32,0.16);
  z-index: 5;
}

.az-17app-featured {
  background:
    linear-gradient(145deg, rgba(16, 24, 32, 0.97), rgba(31, 43, 54, 0.97)),
    radial-gradient(circle at top right, rgba(207, 31, 46, 0.30), transparent 40%);
  color: #ffffff;
  box-shadow: 0 24px 60px rgba(16,24,32,0.22);
}

.az-17app-featured:hover {
  transform: translateY(-5px) scale(1.015);
  border-color: rgba(207,31,46,0.30);
  background:
    linear-gradient(145deg, rgba(16, 24, 32, 0.97), rgba(31, 43, 54, 0.97)),
    radial-gradient(circle at top right, rgba(207, 31, 46, 0.30), transparent 40%);
  box-shadow: 0 26px 58px rgba(16,24,32,0.22);
}

.az-17app-label {
  display: inline-block;
  margin-bottom: 14px;
  color: #cf1f2e;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-weight: 800;
}

.az-17app-featured .az-17app-label,
.az-17app-featured:hover .az-17app-label {
  color: rgba(255,255,255,0.72);
}

.az-17app-card h3 {
  margin: 0 0 16px;
  color: #101820;
  font-size: 22px;
  line-height: 1.28;
  font-weight: 850;
}

.az-17app-featured h3,
.az-17app-featured:hover h3 {
  color: #ffffff;
}

.az-17app-card p {
  margin: 0;
  color: #5f6b76;
  font-size: 15.5px;
  line-height: 1.72;
}

.az-17app-featured p,
.az-17app-featured:hover p {
  color: rgba(255,255,255,0.82);
}


/* ===== Product Features ===== */
.az-17feat-layout {
  display: grid;
  grid-template-columns: 36% 64%;
  gap: 24px;
  align-items: stretch;
}

.az-17feat-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(207, 31, 46, 0.30), transparent 40%);
  box-shadow: 0 24px 60px rgba(16,24,32,0.22);
  color: #ffffff;
  box-sizing: border-box;
}

.az-17feat-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
  padding: 14px 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, #cf1f2e, #8f111d);
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
  box-shadow: 0 18px 38px rgba(207,31,46,0.35);
}

.az-17feat-main-card h3 {
  margin: 0 0 16px;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 850;
}

.az-17feat-main-card p {
  margin: 0 0 26px;
  font-size: 16px;
  line-height: 1.78;
  color: rgba(255,255,255,0.82);
}

.az-17feat-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-17feat-note strong {
  color: #ffffff;
  font-weight: 850;
}

.az-17feat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.az-17feat-card {
  position: relative;
  min-height: 220px;
  padding: 30px 28px 28px;
  background: rgba(255,255,255,0.96);
  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,
    background 0.35s ease;
}

.az-17feat-card:hover {
  transform: translateY(-8px) scale(1.03);
  border-color: rgba(207,31,46,0.30);
  background: #ffffff;
  box-shadow: 0 30px 70px rgba(16,24,32,0.16);
  z-index: 5;
}

.az-17feat-card-wide {
  grid-column: span 2;
}

.az-17feat-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;
}

.az-17feat-card h3 {
  margin: 0 0 14px;
  color: #101820;
  font-size: 21px;
  line-height: 1.28;
  font-weight: 850;
}

.az-17feat-card p {
  margin: 0;
  color: #5f6b76;
  font-size: 15.5px;
  line-height: 1.72;
}


/* ===== Compatible Tools ===== */
.az-17tool-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.az-17tool-card {
  position: relative;
  min-height: 210px;
  padding: 30px 28px 28px;
  background: rgba(255,255,255,0.96);
  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,
    background 0.35s ease;
}

.az-17tool-card:hover {
  transform: translateY(-8px) scale(1.03);
  border-color: rgba(207,31,46,0.30);
  background: #ffffff;
  box-shadow: 0 30px 70px rgba(16,24,32,0.16);
  z-index: 5;
}

.az-17tool-featured {
  background:
    linear-gradient(145deg, rgba(16, 24, 32, 0.97), rgba(31, 43, 54, 0.97)),
    radial-gradient(circle at top right, rgba(207, 31, 46, 0.30), transparent 40%);
  color: #ffffff;
  box-shadow: 0 24px 60px rgba(16,24,32,0.22);
}

.az-17tool-featured:hover {
  transform: translateY(-5px) scale(1.015);
  border-color: rgba(207,31,46,0.30);
  background:
    linear-gradient(145deg, rgba(16, 24, 32, 0.97), rgba(31, 43, 54, 0.97)),
    radial-gradient(circle at top right, rgba(207, 31, 46, 0.30), transparent 40%);
  box-shadow: 0 26px 58px rgba(16,24,32,0.22);
}

.az-17tool-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(207,31,46,0.10);
  color: #cf1f2e;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
}

.az-17tool-featured span,
.az-17tool-featured:hover span {
  background: #cf1f2e;
  color: #ffffff;
}

.az-17tool-card h3 {
  margin: 0 0 14px;
  color: #101820;
  font-size: 21px;
  line-height: 1.28;
  font-weight: 850;
}

.az-17tool-featured h3,
.az-17tool-featured:hover h3 {
  color: #ffffff;
}

.az-17tool-card p {
  margin: 0;
  color: #5f6b76;
  font-size: 15.5px;
  line-height: 1.72;
}

.az-17tool-featured p,
.az-17tool-featured:hover p {
  color: rgba(255,255,255,0.82);
}


/* ===== Entrance Animation ===== */
.az-17app-card,
.az-17feat-main-card,
.az-17feat-card,
.az-17tool-card {
  opacity: 0;
  transform: translateY(24px);
  animation: az17FadeUp 0.75s ease forwards;
}

.az-17app-card:nth-child(1),
.az-17feat-main-card,
.az-17tool-card:nth-child(1) {
  animation-delay: 0.05s;
}

.az-17app-card:nth-child(2),
.az-17feat-card:nth-child(1),
.az-17tool-card:nth-child(2) {
  animation-delay: 0.12s;
}

.az-17app-card:nth-child(3),
.az-17feat-card:nth-child(2),
.az-17tool-card:nth-child(3) {
  animation-delay: 0.20s;
}

.az-17app-card:nth-child(4),
.az-17feat-card:nth-child(3) {
  animation-delay: 0.28s;
}

@keyframes az17FadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* ===== Tablet ===== */
@media (max-width: 1024px) {
  .az-17app-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .az-17feat-layout {
    grid-template-columns: 1fr;
  }

  .az-17tool-grid {
    grid-template-columns: 1fr;
  }
}


/* ===== Mobile ===== */
@media (max-width: 680px) {
  .az-17app-section,
  .az-17feat-section,
  .az-17tool-section {
    padding: 40px 16px;
  }

  .az-17app-head,
  .az-17feat-head,
  .az-17tool-head {
    margin-bottom: 32px;
  }

  .az-17app-head p,
  .az-17feat-head p,
  .az-17tool-head p {
    font-size: 15.5px;
  }

  .az-17app-grid,
  .az-17feat-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .az-17feat-card-wide {
    grid-column: span 1;
  }

  .az-17app-card,
  .az-17feat-main-card,
  .az-17feat-card,
  .az-17tool-card {
    border-radius: 20px;
    padding: 28px 22px;
    min-height: auto;
  }

  .az-17feat-main-card h3 {
    font-size: 26px;
  }

  .az-17app-card h3,
  .az-17feat-card h3,
  .az-17tool-card h3 {
    font-size: 20px;
  }

  .az-17app-card:hover,
  .az-17feat-card:hover,
  .az-17tool-card:hover {
    transform: translateY(-5px) scale(1.015);
  }

  .az-17app-featured:hover,
  .az-17tool-featured:hover {
    transform: translateY(-4px) scale(1.01);
  }
}
