.wcu-17e9962b-section {
  padding: 84px 0;
  background: #fff;
}
.wcu-17e9962b-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}
.wcu-17e9962b-hdr {
  text-align: center;
  max-width: 740px;
  margin: 0 auto 52px;
}
.wcu-17e9962b-eyebrow {
  display: inline-block;
  font-size: .71rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .13em;
  padding: 4px 14px;
  border-radius: 100px;
  margin-bottom: 14px;
}
.wcu-17e9962b-hdr h2 {
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -.01em;
  margin-bottom: 14px;
  display: inline-block;
  position: relative;
}
.wcu-17e9962b-hdr h2::after {
  content: '';
  display: block;
  width: 48px;
  height: 3px;
  border-radius: 2px;
  margin: 10px auto 0;
}
.wcu-17e9962b-hdr p {
  font-size: 1.03rem;
}
.wcu-17e9962b-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.wcu-17e9962b-card {
  border: 1px solid;
  border-radius: 20px;
  padding: 28px;
  transition: border-color .2s, transform .2s, box-shadow .2s;
}
.wcu-17e9962b-card:hover {
  transform: translateY(-4px);
}
.wcu-17e9962b-icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-bottom: 16px;
}
.wcu-17e9962b-icon svg, .wcu-17e9962b-icon i {
  display: block;
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 1;
}
.wcu-17e9962b-card h3 {
  font-size: clamp(.93rem, 2vw, 1.05rem);
  font-weight: 600;
  line-height: 1.22;
  margin-bottom: 8px;
}
.wcu-17e9962b-card p {
  font-size: .88rem;
  line-height: 1.72;
}
.wcu-17e9962b-card a {
  font-weight: 600;
  text-decoration: none;
}
@media (max-width: 960px) {
  .wcu-17e9962b-grid    { grid-template-columns: 1fr 1fr; }
  .wcu-17e9962b-section { padding: 64px 0; }
}
@media (max-width: 600px) {
  .wcu-17e9962b-grid    { grid-template-columns: 1fr; }
  .wcu-17e9962b-section { padding: 48px 0; }
}
