  :root{
  --wc-accent-adv:#0982DD;
  --wc-soft-adv:#E3F3FF;
  --wc-text-adv:#0B1220;
  --wc-muted:#4B5563;
  --wc-border-adv:#E5E7EB;
  --wc-panel-adv:#ffffff;
  }

 .wc-subtitle{
  margin:0;
  font-size:16px;
  color: #4B5563;
  line-height:1.6;
}

.wc-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 14px;
  border-radius:999px;
  background:#E3F3FF;
  color:#0982DD;
  font-size:13px;
  font-weight:600;
}

.wc-title{
  margin:18px 0 10px;
  font-size:30px;
  line-height:1.1;
  font-weight:800;
  letter-spacing:-.5px;
}

 .wc-subtitle-alt{
  margin:0;
  font-size:16px;
  color: #4B5563;
  line-height:1.6;
}

.wc-eyebrow-alt{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 14px;
  border-radius:999px;
  background:#fff;
  color:#0982DD;
  font-size:13px;
  font-weight:600;
}

.wc-title-alt{
  margin:18px 0 10px;
  font-size:30px;
  line-height:1.1;
  font-weight:800;
  letter-spacing:-.5px;
  color: #000;
}