/* WEBTRUST_PREMIUM_COMPONENTS_V1 */

.wt-section-heading{
  max-width:900px;
  margin:0 auto 42px;
  text-align:center;
}

.wt-section-heading h2{
  margin:16px 0 12px;
  color:var(--wt-gold-light);
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(34px,4vw,52px);
  line-height:1.08;
}

.wt-section-heading p{
  max-width:760px;
  margin:0 auto;
  color:var(--wt-muted);
  font-size:16px;
  line-height:1.7;
}

.wt-stats{
  position:relative;
  z-index:3;
  padding:0 0 72px;
}

.wt-stats-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border:1px solid var(--wt-line);
  border-radius:22px;
  overflow:hidden;
  background:linear-gradient(180deg,rgba(48,8,19,.88),rgba(25,3,10,.92));
  box-shadow:var(--wt-shadow);
}

.wt-stat{
  min-height:112px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  padding:20px;
}

.wt-stat + .wt-stat{
  border-left:1px solid var(--wt-line);
}

.wt-stat-icon{
  color:var(--wt-gold);
  font-size:34px;
  line-height:1;
}

.wt-stat strong{
  display:block;
  color:var(--wt-gold-light);
  font-family:Georgia,"Times New Roman",serif;
  font-size:30px;
}

.wt-stat span:last-child{
  display:block;
  margin-top:4px;
  color:var(--wt-muted);
  font-size:13px;
}

@media(max-width:900px){
  .wt-stats-grid{grid-template-columns:repeat(2,1fr)}
  .wt-stat:nth-child(3){border-left:0;border-top:1px solid var(--wt-line)}
  .wt-stat:nth-child(4){border-top:1px solid var(--wt-line)}
}

@media(max-width:520px){
  .wt-stats-grid{grid-template-columns:1fr}
  .wt-stat + .wt-stat{border-left:0;border-top:1px solid var(--wt-line)}
  .wt-stat{min-height:94px;justify-content:flex-start}
}
