
.az-wsfaq-section {
  width: 100%;
  padding: 50px 20px;
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
}

.az-wsfaq-section *,
.az-wsfaq-section *::before,
.az-wsfaq-section *::after {
  box-sizing: border-box;
}

.az-wsfaq-container {
  max-width: 1180px;
  margin: 0 auto;
}

.az-wsfaq-heading {
  max-width: 900px;
  margin-bottom: 38px;
}

.az-wsfaq-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-wsfaq-heading h2 {
  margin: 0 0 16px;
  color: #101820;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.15;
  font-weight: 800;
}

.az-wsfaq-heading p {
  margin: 0;
  color: #5f6b76;
  font-size: 16px;
  line-height: 1.75;
}

.az-wsfaq-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.az-wsfaq-item {
  overflow: hidden;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(16, 24, 32, 0.08);
  box-shadow: 0 12px 28px rgba(16, 24, 32, 0.07);
  transition: border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.az-wsfaq-item:hover {
  border-color: rgba(25, 141, 168, 0.28);
  box-shadow: 0 20px 45px rgba(16, 24, 32, 0.11);
}

.az-wsfaq-item[open] {
  background: linear-gradient(135deg, #f3fafc, #ffffff);
  border-color: rgba(25, 141, 168, 0.2);
}

.az-wsfaq-item summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  padding: 22px 68px 22px 24px;
  color: #101820;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 800;
}

.az-wsfaq-item summary::-webkit-details-marker {
  display: none;
}

.az-wsfaq-item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #ffffff;
  background: #198da8;
  transform: translateY(-50%);
  font-size: 21px;
  line-height: 1;
  font-weight: 700;
  transition: background 0.25s ease;
}

.az-wsfaq-item[open] summary::after {
  content: "−";
  background: #101820;
}

.az-wsfaq-answer {
  padding: 0 24px 24px;
}

.az-wsfaq-answer p {
  margin: 0;
  color: #5f6b76;
  font-size: 15px;
  line-height: 1.78;
}

.az-wsfaq-answer ul {
  display: grid;
  gap: 9px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.az-wsfaq-answer li {
  position: relative;
  padding-left: 19px;
  color: #45525d;
  font-size: 14px;
  line-height: 1.55;
}

.az-wsfaq-answer li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #198da8;
  box-shadow: 0 0 0 4px rgba(25, 141, 168, 0.1);
}

@media (max-width: 680px) {
  .az-wsfaq-section {
    padding: 40px 16px;
  }

  .az-wsfaq-heading {
    margin-bottom: 30px;
  }

  .az-wsfaq-item {
    border-radius: 16px;
  }

  .az-wsfaq-item summary {
    padding: 20px 56px 20px 20px;
    font-size: 15px;
  }

  .az-wsfaq-item summary::after {
    right: 18px;
    width: 29px;
    height: 29px;
    font-size: 19px;
  }

  .az-wsfaq-answer {
    padding: 0 20px 22px;
  }

  .az-wsfaq-answer p {
    font-size: 14px;
  }
}
