.wl-section {
 background: linear-gradient(111.12deg, #FFFFFF 57.28%, #ECF3FA 100%);
  padding: 130px 0 70px;
}

.wl-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 36px;
}

.wl-title-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.wl-eyebrow {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #2C83FF;
  margin-bottom: 15px;
}

.wl-heading-row {
  display: flex;
  align-items: center;
  gap: 14px;
}

.wl-avatar-bubble {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #2243A4;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(34, 67, 164, 0.35);
  flex-shrink: 0;
}

.wl-title {
  font-weight: 800;
  font-size: 38px;
  line-height: 150%;
  letter-spacing: 0;
  color: #35414B;
}

.wl-filters {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  background: white;
  border-radius: 23px;
  padding: 6px 10px;
  border: 1px solid #DBE8F5;
}

.wl-filter {
  padding: 4px 18px;
  border-radius: 23px;
  border: none;
  background: transparent;
  font-weight: 500;
  font-size: 15px;
  line-height: 180%;
  letter-spacing: 0%;
  color: #536C8B;
  cursor: pointer;
  transition: all 0.18s ease;
  white-space: nowrap;
}

.wl-filter:hover {
  color: #2756DF;
  background: #F5F9FF
}

.wl-filter.active {
  background: #2756DF;
  color: #ffffff;
}

.wl-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 80px;
}

.wl-card {
  background: #ffffff;
  border: 1px solid #E8F0EF;
  border-radius: 15px;
  padding: 25px 22px;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 4px 12.8px 0px #E3E9E8;
  transition: box-shadow 0.2s, transform 0.2s;
}

.wl-card:hover {
  transform: translateY(-2px);
  /* box-shadow: 0 8px 24px rgba(34, 67, 164, 0.12); */
}

.wl-card-top {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
}

.wl-avatar-wrap {
  position: relative;
  flex-shrink: 0;
  width: 57px;
  height: 57px;
}

.wl-badge {
  position: absolute;
  top: 38px;
  bottom: 0;
  right: 0px;
  width: 20px;
  height: 20px;
}
.wl-badge img { width: 20px; height: 20px; }

.wl-avatar {
  width: 57px;
  height: 57px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.wl-card:nth-child(odd)  .wl-avatar { 
  border: 1px solid #E4F0FF; 
  background: linear-gradient(180deg, #DBECFF 0%, #FEFEFF 100%); 
  color: #117BD4; 
}
.wl-card:nth-child(even) .wl-avatar { 
  border: 1px solid #E5E9FF; 
  background: linear-gradient(180deg, #E8ECFF 0%, #FDFDFF 100%); 
  color: #7B8DE6; 
}

.wl-writer-info {
  flex: 1;
  min-width: 0;
}

.wl-name {
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #35414B;
  margin: 0 0 4px;
}

.wl-field {
  font-weight: 500;
  font-size: 13px;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #536C8B;
  margin: 0 0 9px;
}

.wl-rating {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}

.wl-stars {
  color: #f59e0b;
  font-size: 12px;
  letter-spacing: 1px;
}

.wl-rating-num {
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #35414B;
}

.wl-reviews {
  font-weight: 400;
  font-size: 13px;
  color: #486560;
}

.wl-expertise {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 12px;
}

.wl-expertise-label {
  font-weight: 600;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #536C8B;
}

.wl-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}

.wl-tag {
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #536C8B;
  background: #F4F9FF;
  border-radius: 7px;
  padding: 9px 12px;
  border: 1px solid #E7F0FA;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.wl-tag:hover {
  background: #EBF3FF;
  border-color: #A8C8F0;
  color: #2243A4;
}

.wl-stats {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
}

.wl-stat-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  background: #F5F9FF;
  border-radius: 7px;
  padding: 12px 21px;
  height: 67px;
  transition: background 0.18s ease, box-shadow 0.18s ease;
}

.wl-stat-item:hover {
  background: #EBF3FF;
  box-shadow: 0 2px 8px rgba(34, 67, 164, 0.1);
}

.wl-stat-item:hover strong {
  color: #2243A4;
}

.wl-stat-item strong {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #35414B;
}

.wl-stat-item span {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #536C8B;
}

.wl-stat-divider { display: none; }

.wl-sample {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  background: linear-gradient(180deg, rgba(239, 246, 255, 0.8) 28.6%, rgba(255, 255, 255, 0.8) 100%);
  border: 1px solid #E1EEFE;
  border-radius: 10px;
  padding: 12px 13px;
  margin-bottom: 18px;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.wl-sample:hover {
  background: linear-gradient(180deg, rgba(219, 236, 255, 0.9) 28.6%, rgba(235, 245, 255, 0.9) 100%);
  border-color: #A8C4E8;
  box-shadow: 0 2px 10px rgba(34, 67, 164, 0.08);
}

.wl-sample-label {
  font-weight: 600;
  font-size: 13px;
  line-height: 170%;
  letter-spacing: 0%;
  color: #536C8B;
  text-transform: none;
}

.wl-sample p {
  font-weight: 400;
  font-style: italic;
  font-size: 13px;
  line-height: 160%;
  letter-spacing: 0%;
  color: #35414B;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.wl-actions {
  display: flex;
  gap: 10px;
}

.wl-btn-outline,
.wl-btn-fill {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-decoration: none;
  transition: all 0.18s ease;
  white-space: nowrap;
}

.wl-btn-outline {
  border: 1.5px solid #C8D9EE;
  color: #35414B;
  background: transparent;
}

.wl-btn-outline:hover {
  border-color: #2243A4;
  color: #2243A4;
}

.wl-btn-fill {
  background: #2756DF;
  color: #ffffff;
  border: none;
  box-shadow: 0 6px 16px -4px rgba(34, 67, 164, 0.35);
}

.wl-btn-fill:hover {
  opacity: 0.9;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px -5px rgba(34, 67, 164, 0.45);
  color: #fff;
}

@media (max-width: 1024px) {
  .wl-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .wl-section { padding: 60px 0 60px; }
  .wl-header { flex-direction: column; align-items: flex-start; gap: 16px; }
  .wl-title { font-size: 24px; }
  .wl-filters { width: 100%; flex-wrap: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
  .wl-filters::-webkit-scrollbar { display: none; }
  .wl-filter { flex-shrink: 0; }
  .wl-grid { grid-template-columns: 1fr; margin-top: 40px; }
}

@media (max-width: 480px) {
  .wl-section { padding: 48px 0 48px; }
  .wl-title { font-size: 20px; }
  .wl-filters { padding: 5px 8px; gap: 4px; }
  .wl-filter { padding: 5px 13px; font-size: 13px; }
  .wl-card { padding: 20px 16px; }
  .wl-stat-item { padding: 10px 6px; }
  .wl-stat-item strong { font-size: 16px; }
}
