.hw-hero{
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(14,165,233,.12), rgba(20,184,166,.08));
  border: 1px solid rgba(2,6,23,.08);
  box-shadow: 0 18px 50px rgba(2,6,23,.10);
}

.hw-hero-title{
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.12;
  letter-spacing: -0.4px;
}

.hw-hero-sub{
  font-size: 16px;
  line-height: 1.7;
  max-width: 62ch;
  color: rgba(15,23,42,.75);
}

.hw-btn{
  border-radius: 12px !important;
  font-weight: 700 !important;
  padding: 12px 16px !important;
}

.hw-badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px 12px;
}

.hw-badge{
  display:inline-flex;
  align-items:center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(2,6,23,.10);
  font-size: 13px;
  color: rgba(15,23,42,.82);
}

.hw-card{
  border-radius: 18px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(2,6,23,.08);
  box-shadow: 0 14px 34px rgba(2,6,23,.12);
}

.hw-pill{
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(14,165,233,.10);
  border: 1px solid rgba(14,165,233,.25);
  color: rgba(15,23,42,.78);
}

.hw-trust .hw-mini{
  border-radius: 16px;
  border: 1px solid rgba(2,6,23,.08);
  background: #fff;
  padding: 16px;
}

.hw-mini-title{
  font-weight: 800;
  margin-bottom: 4px;
}

.hw-mini-text{
  color: rgba(15,23,42,.70);
  font-size: 14px;
}

.hw-tile{
  border-radius: 18px;
  border: 1px solid rgba(2,6,23,.08);
  background: #fff;
  box-shadow: 0 12px 28px rgba(2,6,23,.08);
}

.hw-tile-title{
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 6px;
}

.hw-linkcard{
  display:block;
  text-decoration:none !important;
  border-radius: 16px;
  border: 1px solid rgba(2,6,23,.08);
  background: #fff;
  padding: 16px;
  height: 100%;
  transition: transform .15s ease, box-shadow .15s ease;
}

.hw-linkcard:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(2,6,23,.10);
}

.hw-linkcard-cta{
  background: linear-gradient(135deg, rgba(14,165,233,.10), rgba(20,184,166,.06));
}

.hw-link-title{
  font-weight: 900;
  margin-bottom: 4px;
  color: rgba(15,23,42,.92);
}

.hw-link-text{
  color: rgba(15,23,42,.70);
  font-size: 13px;
}

.hw-faq{
  border-radius: 24px;
  background: rgba(255,255,255,.70);
  border: 1px solid rgba(2,6,23,.08);
  box-shadow: 0 14px 34px rgba(2,6,23,.08);
}

.hw-faq-item{
  border-radius: 16px;
  border: 1px solid rgba(2,6,23,.08);
  background: #fff;
  padding: 14px 16px;
}

.hw-faq-q{
  font-weight: 900;
  margin-bottom: 6px;
}

.hw-faq-a{
  color: rgba(15,23,42,.72);
  font-size: 14px;
  line-height: 1.6;
}

.hw-final{
  border-radius: 24px;
  border: 1px solid rgba(2,6,23,.08);
  background: #fff;
  box-shadow: 0 18px 45px rgba(2,6,23,.08);
}
