/* Video feature block: uses ws-video-grid player controls. */
.ws-vfeat,
.ws-vfeat *{
  box-sizing:border-box;
}

.ws-vfeat{
  --ws-vfeat-accent:var(--ws-btn-primary-bg, #FFD152);
  --ws-vfeat-bg:#1d1b1b;
  --ws-vfeat-card:#17181c;
  --ws-vfeat-line:rgba(255,255,255,.1);
  --ws-vfeat-text:#fff;
  --ws-vfeat-muted:rgba(255,255,255,.72);
  position:relative;
  padding:32px 0;
  overflow:hidden;
  background:var(--ws-vfeat-bg);
  color:var(--ws-vfeat-text);
}

.ws-vfeat__container{
  width:min(100%, 90rem);
  margin:0 auto;
  padding:0 24px;
}

.ws-vfeat__head{
  position:relative;
  max-width:980px;
  margin:0 auto 22px;
  text-align:center;
}

.ws-vfeat__eyebrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  margin:0 0 8px;
  font-family:var(--font-body, "Montserrat", sans-serif);
  font-size:13px;
  line-height:1;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--ws-vfeat-accent);
}

.ws-vfeat__eyebrow-icon,
.ws-vfeat__note-icon,
.ws-vfeat__feature-icon,
.ws-vfeat__trust-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  color:var(--ws-vfeat-accent);
}

/* Match ws-technical-benefits icon tiles */
.ws-vfeat__feature-icon{
  width:48px;
  height:48px;
  flex:0 0 48px;
  border:1px solid rgba(255,209,82,.18);
  border-radius:8px;
  background:rgba(255,209,82,.055);
  box-shadow:none;
}

.ws-vfeat svg{
  display:block;
}

.ws-vfeat__eyebrow-icon svg{
  width:17px;
  height:17px;
}

.ws-vfeat__title{
  margin:0;
  font-family:var(--font-head, "Roboto Slab", serif);
  font-size:var(--h2-size);
  line-height:1.08;
  font-weight:800;
  letter-spacing:var(--h-track);
  color:#fff;
}

.ws-vfeat__title-accent,
.ws-vfeat__subtitle mark,
.ws-vfeat__subtitle .ws-vfeat__hl{
  color:var(--ws-vfeat-accent) !important;
  -webkit-text-fill-color:var(--ws-vfeat-accent) !important;
  background:transparent;
  padding:0;
}

.ws-vfeat__subtitle{
  margin:.55rem auto 0;
  max-width:860px;
  font-family:var(--font-body, "Montserrat", sans-serif);
  font-size:var(--txt-size);
  line-height:1.45;
  font-weight:500;
  color:var(--ws-vfeat-muted);
}

.ws-vfeat__head::after{
  content:"";
  display:block;
  width:190px;
  height:22px;
  margin:8px auto 0;
  background:
    linear-gradient(var(--ws-vfeat-accent), var(--ws-vfeat-accent)) left 50% / 78px 1px no-repeat,
    linear-gradient(var(--ws-vfeat-accent), var(--ws-vfeat-accent)) right 50% / 78px 1px no-repeat;
  opacity:.85;
}

.ws-vfeat__head::before{
  content:"×";
  position:absolute;
  left:50%;
  bottom:-20px;
  transform:translateX(-50%);
  color:var(--ws-vfeat-accent);
  font-family:var(--font-body, "Montserrat", sans-serif);
  font-size:22px;
  line-height:1;
  font-weight:500;
}

.ws-vfeat__layout{
  display:grid;
  grid-template-columns:minmax(0, 1.06fr) minmax(360px, .94fr);
  gap:20px;
  align-items:stretch;
}

.ws-vfeat__video-card,
.ws-vfeat__features,
.ws-vfeat__trust{
  border:1px solid var(--ws-vfeat-line);
  background:
    radial-gradient(400px 180px at 20% 0%, rgba(255,209,82,.1), transparent 64%),
    linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.015)),
    var(--ws-vfeat-card);
  box-shadow:0 18px 42px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.06);
}

.ws-vfeat__video-card{
  overflow:hidden;
  border-radius:18px;
}

.ws-vfeat__player.video-grid__player,
.ws-vfeat__player.ws-vgrid__player{
  aspect-ratio:16 / 9;
  border-radius:17px 17px 0 0;
  background:#050506;
}

.ws-vfeat__player .ws-vgrid__bigplay,
.ws-vfeat__player .video-grid__bigplay{
  width:74px;
  height:74px;
  border:1px solid rgba(255,255,255,.28);
  background:rgba(0,0,0,.48);
  color:var(--ws-vfeat-accent);
  box-shadow:0 16px 34px rgba(0,0,0,.28), 0 0 0 9px rgba(255,209,82,.08);
}

.ws-vfeat__player .ws-vgrid__bigplay:hover,
.ws-vfeat__player .video-grid__bigplay:hover{
  background:rgba(0,0,0,.68);
  transform:translateY(-1px) scale(1.04);
}

.ws-vfeat__player .ws-vgrid__progress-bar,
.ws-vfeat__player .video-grid__progress-bar{
  background:var(--ws-vfeat-accent);
}

.ws-vfeat__video-note{
  display:flex;
  align-items:center;
  gap:14px;
  padding:17px 18px;
  border-top:1px solid var(--ws-vfeat-line);
  font-family:var(--font-body, "Montserrat", sans-serif);
  font-size:var(--txt-size);
  line-height:1.35;
  font-weight:600;
  color:rgba(255,255,255,.82);
}

.ws-vfeat__note-icon{
  width:48px;
  height:48px;
  flex:0 0 48px;
  border-radius:8px;
  border:1px solid rgba(255,209,82,.18);
  background:rgba(255,209,82,.055);
  color:var(--ws-vfeat-accent);
  box-shadow:none;
}

.ws-vfeat__note-icon svg{
  width:25px;
  height:25px;
  fill:none;
}

.ws-vfeat__features{
  display:grid;
  gap:12px;
  padding:12px;
  border-radius:18px;
}

.ws-vfeat__feature{
  display:flex;
  align-items:flex-start;
  gap:16px;
  min-width:0;
  padding:15px 16px;
  border:1px solid var(--ws-vfeat-line);
  border-radius:13px;
  background:linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.01)), rgba(0,0,0,.12);
  transition:transform .22s ease, border-color .22s ease, background .22s ease;
}

.ws-vfeat__feature:hover{
  transform:translateY(-2px);
  border-color:rgba(255,209,82,.32);
  background:linear-gradient(180deg, rgba(255,209,82,.08), rgba(255,255,255,.01)), rgba(0,0,0,.12);
}

.ws-vfeat__feature-icon svg{
  width:28px;
  height:28px;
}

.ws-vfeat__feature-copy{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:5px;
  padding-top:2px;
  font-family:var(--font-body, "Montserrat", sans-serif);
}

.ws-vfeat__feature-copy strong{
  font-family:var(--font-head, "Roboto Slab", serif);
  font-size:var(--h5-size);
  line-height:1.18;
  letter-spacing:var(--h-track);
  color:#fff;
}

.ws-vfeat__feature-copy span{
  font-size:var(--txt-size);
  line-height:var(--txt-lh);
  font-weight:500;
  color:var(--ws-vfeat-muted);
}

.ws-vfeat__feature-copy mark,
.ws-vfeat__feature-copy .ws-vfeat__hl{
  background:transparent;
  color:var(--ws-vfeat-accent) !important;
  -webkit-text-fill-color:var(--ws-vfeat-accent) !important;
  padding:0;
}

.ws-vfeat__trust{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  margin-top:20px;
  overflow:hidden;
  border-radius:14px;
}

.ws-vfeat__trust-item{
  display:flex;
  align-items:center;
  gap:13px;
  min-width:0;
  padding:16px 22px;
  border-right:1px solid var(--ws-vfeat-line);
}

.ws-vfeat__trust-item:last-child{
  border-right:0;
}

.ws-vfeat__trust-icon svg{
  width:34px;
  height:34px;
}

.ws-vfeat__trust-copy{
  display:flex;
  flex-direction:column;
  gap:3px;
  min-width:0;
  font-family:var(--font-body, "Montserrat", sans-serif);
}

.ws-vfeat__trust-copy strong{
  font-size:13px;
  line-height:1.2;
  font-weight:800;
  text-transform:uppercase;
  color:#fff;
}

.ws-vfeat__trust-copy span{
  font-size:12px;
  line-height:1.25;
  font-weight:500;
  color:var(--ws-vfeat-muted);
}

@media (max-width: 1100px){
  .ws-vfeat__layout{
    grid-template-columns:1fr;
  }

  .ws-vfeat__trust{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .ws-vfeat__trust-item:nth-child(2n){
    border-right:0;
  }
}

@media (max-width: 767.98px){
  .ws-vfeat{
    padding:28px 0;
  }

  .ws-vfeat__container{
    padding:0 16px;
  }

  .ws-vfeat__head{
    margin-bottom:18px;
  }

  .ws-vfeat__eyebrow{
    font-size:12px;
  }

  .ws-vfeat__title{
    font-size:clamp(32px, 10vw, 46px);
  }

  .ws-vfeat__subtitle{
    font-size:15px;
  }

  .ws-vfeat__head::before{
    display:none;
  }

  .ws-vfeat__player.video-grid__player,
  .ws-vfeat__player.ws-vgrid__player{
    border-radius:16px 16px 0 0;
  }

  .ws-vfeat__video-note{
    align-items:flex-start;
    padding:15px;
    font-size:14px;
  }

  .ws-vfeat__features{
    padding:10px;
  }

  .ws-vfeat__feature{
    gap:12px;
    padding:13px;
  }

  .ws-vfeat__feature-icon{
    width:42px;
    height:42px;
    flex-basis:42px;
  }

  .ws-vfeat__feature-icon svg{
    width:24px;
    height:24px;
  }

  .ws-vfeat__note-icon{
    width:42px;
    height:42px;
    flex-basis:42px;
  }

  .ws-vfeat__note-icon svg{
    width:22px;
    height:22px;
  }

  .ws-vfeat__trust{
    grid-template-columns:1fr;
  }

  .ws-vfeat__trust-item,
  .ws-vfeat__trust-item:nth-child(2n){
    border-right:0;
    border-bottom:1px solid var(--ws-vfeat-line);
    padding:15px 18px;
  }

  .ws-vfeat__trust-item:last-child{
    border-bottom:0;
  }
}
