
.az-wpadv-section {
  width: 100%;
  padding: 50px 20px;
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
}

.az-wpadv-section *,
.az-wpadv-section *::before,
.az-wpadv-section *::after {
  box-sizing: border-box;
}

.az-wpadv-container {
  max-width: 1180px;
  margin: 0 auto;
}

.az-wpadv-heading {
  max-width: 900px;
  margin-bottom: 50px;
}

.az-wpadv-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-wpadv-heading h2 {
  margin: 0 0 16px;
  color: #101820;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.15;
  font-weight: 800;
}

.az-wpadv-heading p {
  margin: 0;
  color: #5f6b76;
  font-size: 16px;
  line-height: 1.75;
}

.az-wpadv-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.az-wpadv-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border-radius: 22px;
  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-wpadv-card::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -80px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(25, 141, 168, 0.1), transparent 68%);
  pointer-events: none;
}

.az-wpadv-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-wpadv-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  padding-left: 16px;
  color: #101820;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 800;
}

.az-wpadv-card h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #198da8;
  box-shadow: 0 0 0 4px rgba(25, 141, 168, 0.1);
}

.az-wpadv-card p {
  position: relative;
  z-index: 1;
  margin: 0 0 16px;
  color: #5f6b76;
  font-size: 14.5px;
  line-height: 1.7;
}

.az-wpadv-card ul {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 9px;
}

.az-wpadv-card li {
  position: relative;
  padding-left: 18px;
  color: #5f6b76;
  font-size: 14px;
  line-height: 1.55;
}

.az-wpadv-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #198da8;
}

.az-wpadv-card-wide {
  grid-column: span 2;
  background: linear-gradient(135deg, #f3fafc, #ffffff);
}

.az-wpadv-tags {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.az-wpadv-tags span {
  display: inline-flex;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(25, 141, 168, 0.08);
  border: 1px solid rgba(25, 141, 168, 0.16);
  color: #315b65;
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 680px) {
  .az-wpadv-section {
    padding: 40px 16px;
  }

  .az-wpadv-heading {
    margin-bottom: 32px;
  }

  .az-wpadv-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .az-wpadv-card,
  .az-wpadv-card-wide {
    grid-column: span 1;
    padding: 26px 22px;
    border-radius: 20px;
  }

  .az-wpadv-card h3 {
    font-size: 16px;
  }

  .az-wpadv-card:hover {
    transform: translateY(-4px) scale(1.01);
  }
}
