/* WEBTRUST_PREMIUM_PROCESS_V1 */

.wt-process{
  padding:82px 0 96px;
}

.wt-process-track{
  position:relative;
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:12px;
}

.wt-process-track::before{
  content:"";
  position:absolute;
  left:7%;
  right:7%;
  top:24px;
  height:1px;
  background:linear-gradient(90deg,transparent,var(--wt-gold),var(--wt-gold),transparent);
  opacity:.68;
}

.wt-process-step{
  position:relative;
  z-index:1;
  min-width:0;
  padding:54px 18px 24px;
  border:1px solid var(--wt-line);
  border-radius:18px;
  text-align:center;
  background:linear-gradient(180deg,rgba(47,8,19,.78),rgba(23,3,9,.92));
}

.wt-step-number{
  position:absolute;
  top:0;
  left:50%;
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  transform:translate(-50%,-50%);
  border:2px solid var(--wt-gold);
  border-radius:50%;
  color:var(--wt-gold-light);
  background:var(--wt-bg-deep);
  font-weight:900;
  box-shadow:0 0 18px rgba(218,170,66,.14);
}

.wt-step-icon{
  display:block;
  min-height:36px;
  color:var(--wt-gold);
  font-size:28px;
}

.wt-process-step h3{
  margin:10px 0 8px;
  color:var(--wt-text);
  font-size:16px;
}

.wt-process-step p{
  margin:0;
  color:var(--wt-muted);
  font-size:13px;
  line-height:1.55;
}

@media(max-width:1100px){
  .wt-process-track{grid-template-columns:repeat(3,1fr);gap:34px 14px}
  .wt-process-track::before{display:none}
}

@media(max-width:650px){
  .wt-process-track{grid-template-columns:1fr;gap:34px}
  .wt-process-step{padding-top:48px}
}

/* WEBTRUST_PROCESS_VISUAL_POLISH_V2 */
.wt-process-track{
  gap:10px;
}

.wt-process-track::before{
  left:5%;
  right:5%;
  top:0;
  height:2px;
  background:linear-gradient(
    90deg,
    transparent,
    rgba(218,170,66,.55) 8%,
    var(--wt-gold) 50%,
    rgba(218,170,66,.55) 92%,
    transparent
  );
  box-shadow:0 0 14px rgba(218,170,66,.15);
  opacity:1;
}

.wt-process-step{
  padding:46px 16px 22px;
  border-color:rgba(218,170,66,.22);
  background:
    linear-gradient(180deg,rgba(51,8,20,.86),rgba(22,3,9,.96));
  box-shadow:0 16px 38px rgba(0,0,0,.20);
}

.wt-process-step:hover{
  border-color:rgba(218,170,66,.46);
  box-shadow:0 22px 50px rgba(0,0,0,.28);
}

.wt-step-number{
  top:0;
  width:44px;
  height:44px;
  border-width:1px;
  background:
    radial-gradient(circle at 35% 30%,rgba(255,224,136,.16),transparent 35%),
    #160309;
  box-shadow:
    0 0 0 4px rgba(218,170,66,.035),
    0 0 20px rgba(218,170,66,.18);
}

.wt-step-icon{
  min-height:32px;
  font-size:25px;
}

.wt-process-step h3{
  color:var(--wt-gold-light);
  font-family:Georgia,"Times New Roman",serif;
  font-size:17px;
}

.wt-process-step p{
  font-size:12px;
  line-height:1.58;
}

/* WEBTRUST_PROCESS_VISUAL_POLISH_V3 */
.wt-process-track{
  gap:14px;
  padding-top:12px;
}

.wt-process-track::before{
  top:12px;
  left:4%;
  right:4%;
}

.wt-process-step{
  min-height:230px;
  padding:55px 17px 24px;
  border-radius:16px;
}

.wt-step-number{
  top:12px;
  width:48px;
  height:48px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:18px;
  background:#170309;
  border:1px solid rgba(255,208,85,.92);
  box-shadow:
    0 0 0 4px rgba(218,170,66,.035),
    0 0 24px rgba(218,170,66,.20);
}

.wt-step-icon{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  min-height:0;
  margin:0 auto 13px;
  border:1px solid rgba(218,170,66,.35);
  border-radius:50%;
  background:rgba(218,170,66,.035);
  font-size:22px;
}

.wt-process-step h3{
  margin:0 0 9px;
  font-size:17px;
}

.wt-process-step p{
  font-size:12.5px;
  line-height:1.62;
}

@media(max-width:1100px){
  .wt-process-step{min-height:210px}
}

@media(max-width:650px){
  .wt-process-step{min-height:0}
}

/* WEBTRUST_PROCESS_PREMIUM_REFERENCE_V4 */
.wt-process{
  padding:58px 0 72px;
}

.wt-process .wt-section-heading{
  margin-bottom:34px;
}

.wt-process .wt-section-heading h2{
  font-size:clamp(30px,3.2vw,42px);
  line-height:1.05;
}

.wt-process-track{
  position:relative;
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:8px;
  padding-top:0;
}

.wt-process-track::before{
  content:"";
  position:absolute;
  left:7%;
  right:7%;
  top:0;
  height:1px;
  background:linear-gradient(
    90deg,
    transparent 0%,
    rgba(218,170,66,.70) 7%,
    #d9a936 18%,
    #f0c65d 50%,
    #d9a936 82%,
    rgba(218,170,66,.70) 93%,
    transparent 100%
  );
  box-shadow:0 0 9px rgba(218,170,66,.20);
  opacity:1;
  z-index:0;
}

.wt-process-step{
  position:relative;
  z-index:1;
  min-width:0;
  min-height:158px;
  padding:34px 12px 16px;
  border:1px solid rgba(218,170,66,.23);
  border-radius:12px;
  background:
    linear-gradient(180deg,rgba(50,8,20,.76),rgba(25,3,10,.90));
  box-shadow:
    inset 0 1px 0 rgba(255,225,150,.025),
    0 12px 28px rgba(0,0,0,.17);
  text-align:center;
}

.wt-process-step:hover{
  transform:translateY(-2px);
  border-color:rgba(230,180,65,.48);
  box-shadow:
    inset 0 1px 0 rgba(255,225,150,.04),
    0 16px 34px rgba(0,0,0,.22);
}

.wt-step-number{
  position:absolute;
  top:0;
  left:50%;
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  transform:translate(-50%,-50%);
  border:1px solid #e1ae37;
  border-radius:50%;
  color:#ffe18b;
  background:#190309;
  font-family:Georgia,"Times New Roman",serif;
  font-size:15px;
  font-weight:700;
  box-shadow:
    0 0 0 3px rgba(218,170,66,.035),
    0 0 14px rgba(218,170,66,.18);
}

.wt-step-icon{
  width:32px;
  height:32px;
  min-height:0;
  display:grid;
  place-items:center;
  margin:0 auto 8px;
  border:1px solid rgba(218,170,66,.38);
  border-radius:50%;
  color:#e1ad36;
  background:rgba(218,170,66,.025);
  font-size:16px;
  line-height:1;
}

.wt-process-step h3{
  margin:0 0 6px;
  color:var(--wt-text);
  font-family:Arial,Helvetica,sans-serif;
  font-size:13px;
  font-weight:800;
  line-height:1.18;
}

.wt-process-step p{
  max-width:150px;
  margin:0 auto;
  color:var(--wt-muted);
  font-size:10.5px;
  line-height:1.46;
}

@media(max-width:1100px){
  .wt-process-track{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:30px 10px;
  }
  .wt-process-track::before{
    display:none;
  }
  .wt-process-step{
    min-height:150px;
  }
}

@media(max-width:650px){
  .wt-process{
    padding:48px 0 58px;
  }
  .wt-process-track{
    grid-template-columns:1fr;
    gap:28px;
  }
  .wt-process-step{
    min-height:0;
    padding:34px 18px 18px;
  }
  .wt-process-step p{
    max-width:300px;
  }
}

/* WEBTRUST_PROCESS_REFERENCE_MATCH_V5 */
.wt-process{
  padding:54px 0 66px;
}

.wt-process .wt-section-heading{
  margin-bottom:28px;
}

.wt-process .wt-section-heading .wt-eyebrow{
  padding:7px 14px;
  font-size:10px;
}

.wt-process .wt-section-heading h2{
  margin-top:12px;
  font-size:clamp(28px,3vw,38px);
  line-height:1.05;
}

.wt-process-track{
  position:relative;
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:8px;
  padding-top:18px;
}

.wt-process-track::before{
  content:"";
  position:absolute;
  left:4.5%;
  right:4.5%;
  top:18px;
  height:1px;
  background:linear-gradient(
    90deg,
    transparent 0%,
    rgba(224,171,49,.80) 5%,
    #d8a42d 18%,
    #efc358 50%,
    #d8a42d 82%,
    rgba(224,171,49,.80) 95%,
    transparent 100%
  );
  box-shadow:0 0 8px rgba(218,170,66,.20);
  z-index:0;
}

.wt-process-step{
  position:relative;
  z-index:1;
  min-width:0;
  min-height:126px;
  padding:30px 10px 13px;
  border:1px solid rgba(218,170,66,.18);
  border-radius:10px;
  background:linear-gradient(
    180deg,
    rgba(47,7,18,.72),
    rgba(27,3,10,.88)
  );
  box-shadow:
    inset 0 1px 0 rgba(255,223,140,.018),
    0 8px 20px rgba(0,0,0,.14);
  text-align:center;
}

.wt-step-number{
  position:absolute;
  top:-18px;
  left:50%;
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  transform:translateX(-50%);
  border:1px solid #dba62d;
  border-radius:50%;
  color:#ffe18a;
  background:#180208;
  font-family:Georgia,"Times New Roman",serif;
  font-size:14px;
  font-weight:700;
  box-shadow:
    0 0 0 2px rgba(218,170,66,.025),
    0 0 10px rgba(218,170,66,.18);
}

.wt-step-icon{
  width:31px;
  height:31px;
  display:grid;
  place-items:center;
  margin:0 auto 7px;
  border:1px solid rgba(218,170,66,.28);
  border-radius:50%;
  background:rgba(218,170,66,.02);
}

.wt-step-icon svg{
  width:18px;
  height:18px;
  fill:none;
  stroke:#e5c36c;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.wt-process-step h3{
  margin:0 0 5px;
  color:#f5ead0;
  font-family:Arial,Helvetica,sans-serif;
  font-size:11.5px;
  font-weight:800;
  line-height:1.16;
}

.wt-process-step p{
  max-width:142px;
  margin:0 auto;
  color:rgba(232,218,190,.78);
  font-size:9.5px;
  line-height:1.42;
}

.wt-process-step:hover{
  transform:translateY(-2px);
  border-color:rgba(218,170,66,.36);
}

@media(max-width:1100px){
  .wt-process-track{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:34px 10px;
  }
  .wt-process-track::before{
    display:none;
  }
}

@media(max-width:650px){
  .wt-process-track{
    grid-template-columns:1fr;
    gap:30px;
  }
  .wt-process-step{
    min-height:0;
    padding:32px 16px 16px;
  }
  .wt-process-step p{
    max-width:300px;
  }
}

/* WEBTRUST_PROCESS_SCALE_UP_V6 */
.wt-process-track{
  gap:10px;
}

.wt-process-step{
  min-height:166px;
  padding:40px 14px 18px;
  border-radius:12px;
}

.wt-step-number{
  width:40px;
  height:40px;
  top:-20px;
  font-size:16px;
}

.wt-step-icon{
  width:38px;
  height:38px;
  margin-bottom:10px;
}

.wt-step-icon svg{
  width:22px;
  height:22px;
  stroke-width:1.8;
}

.wt-process-step h3{
  margin-bottom:8px;
  font-size:14px;
  line-height:1.2;
}

.wt-process-step p{
  max-width:165px;
  font-size:11.5px;
  line-height:1.5;
}

.wt-process-track::before{
  top:20px;
}

@media(max-width:1100px){
  .wt-process-step{
    min-height:160px;
  }
}

@media(max-width:650px){
  .wt-process-step{
    min-height:0;
    padding:40px 18px 20px;
  }
  .wt-process-step p{
    max-width:320px;
    font-size:12px;
  }
}
