.ws-avv,
.ws-avv *{
  box-sizing:border-box;
}

.ws-avv{
  position:relative;
  margin:34px 0 !important;
  padding:0 24px !important;
  overflow:hidden;
  background:transparent;
  color:inherit;
}

.ws-avv__inner{
  width:min(1440px, 100%);
  margin:0 auto;
  padding:0;
  display:grid;
  grid-template-columns:minmax(300px, 360px) minmax(0, 1fr);
  gap:clamp(22px, 2.8vw, 42px);
  align-items:start;
}

.ws-avv__side{
  min-width:0;
  display:flex;
  align-items:center;
  justify-content:center;
  height:100%;
  margin:0;
}

.ws-avv__stats{
  position:relative;
  width:100%;
  margin:0;
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:0;
  border:1px solid var(--wsav-line, rgba(0,0,0,.14));
  border-radius:24px;
  overflow:hidden;
  background:transparent;
  backdrop-filter:none;
  -webkit-backdrop-filter:none;
}

.ws-avv__stat{
  min-height:148px;
  padding:18px 20px 24px;
  margin:0;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  align-items:flex-start;
  background:transparent;
  position:relative;
}

.ws-avv__stat:nth-child(odd){
  border-right:1px solid var(--wsav-line, rgba(0,0,0,.14));
}

.ws-avv__stat:nth-child(-n+2){
  border-bottom:1px solid var(--wsav-line, rgba(0,0,0,.14));
}

.ws-avv__stat-value{
  margin:0 0 10px;
  line-height:.95;
  font-weight:800;
  font-size:clamp(30px, 3.2vw, 52px);
  color:var(--wsav-accent, #FFD152);
  font-family:var(--font-head, "Roboto Slab", serif);
}

.ws-avv__stat-label{
  margin:0;
  line-height:inherit;
  color:inherit;
  font-family:var(--font-body, "Montserrat", sans-serif);
  font-weight:500;
}

.ws-avv__main{
  min-width:0;
  margin:0;
  padding:0 !important;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  align-items:stretch;
  gap:0 !important;
}

.ws-avv__content{
  max-width:980px;
  margin:0 !important;
  padding:0 !important;
  display:block;
  align-self:stretch;
}

.ws-avv__content > *:first-child{
  margin-top:0 !important;
  padding-top:0 !important;
}

.ws-avv__title{
  margin:0 0 22px !important;
  padding:0 !important;
  line-height:1.15;
  letter-spacing:inherit;
  color:inherit;
  display:inline-flex;
  align-items:flex-start;
  gap:.22em;
  flex-wrap:nowrap;
  max-width:100%;
  font-family:var(--font-head, "Roboto Slab", serif);
  font-weight:700;
}

.ws-avv__title::before,
.ws-avv__title::after{
  content:none !important;
  display:none !important;
}

.ws-avv__text{
  max-width:940px;
  line-height:1.45;
  margin:0 0 28px !important;
  padding:0 !important;
  color:inherit;
  font-family:var(--font-body, "Montserrat", sans-serif);
  font-weight:500;
}

.ws-avv__text p{
  margin:0 0 12px;
}

.ws-avv__text p:first-child{
  margin-top:0 !important;
  padding-top:0 !important;
}

.ws-avv__text p:last-child{
  margin-bottom:0;
}

.ws-avv__hl{
  display:inline;
  background:var(--wsav-accent, #FFD152);
  color:inherit;
  padding:.04em .22em;
  border-radius:6px;
  -webkit-box-decoration-break:clone;
  box-decoration-break:clone;
}

.ws-avv__btn{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  width:max-content;
  min-height:46px;
  padding:5px 5px 5px 16px;
  margin:0 auto;
  border-radius:8px;
  border:1px solid transparent;
  text-decoration:none;
  transition:
    background-color .25s ease,
    color .25s ease,
    border-color .25s ease,
    box-shadow .25s ease,
    transform .25s ease;
  white-space:nowrap;
  background:#f3c847;
  color:inherit;
  font-family:var(--font-body, "Montserrat", sans-serif);
  font-weight:600;
  box-shadow:0 8px 22px rgba(243,200,71,.18);
}

.ws-avv__btn:hover{
  transform:translateY(-1px);
  background:rgba(255,255,255,.08);
  color:inherit;
  border-color:rgba(0,0,0,.14);
  box-shadow:none;
}

.ws-avv__btn-text{
  display:block;
  color:inherit;
}

.ws-avv__btn-icon{
  width:36px;
  height:36px;
  flex:0 0 36px;
  border-radius:7px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  transition:background-color .25s ease, transform .25s ease;
}

.ws-avv__btn:hover .ws-avv__btn-icon{
  background:#f3c847;
}

.ws-avv__btn-icon svg{
  width:15px;
  height:15px;
  display:block;
  flex:0 0 auto;
}

.ws-avv__media{
  position:relative;
  min-height:var(--wsav-media-h, 560px);
  margin:0 !important;
  padding:0 !important;
  border-radius:26px;
  overflow:hidden;
  background:transparent;
  isolation:isolate;
}

.ws-avv__video,
.ws-avv__poster,
.ws-avv__image{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.ws-avv__video{
  z-index:1;
  background:transparent;
}

.ws-avv__poster,
.ws-avv__image{
  z-index:2;
  transition:opacity .35s ease, visibility .35s ease;
}

.ws-avv.is-ready .ws-avv__poster.is-hidden{
  opacity:0;
  visibility:hidden;
}

.ws-avv__media::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:3;
  background:
    linear-gradient(180deg, rgba(0,0,0,.02) 0%, rgba(0,0,0,.08) 100%),
    linear-gradient(90deg, rgba(0,0,0,.08) 0%, rgba(0,0,0,0) 32%, rgba(0,0,0,0) 68%, rgba(0,0,0,.08) 100%);
  pointer-events:none;
}

.ws-avv__mute{
  position:absolute;
  left:16px;
  top:16px;
  right:auto;
  bottom:auto;
  z-index:7;
  display:inline-flex;
  align-items:center;
  gap:8px;
  border:0;
  cursor:pointer;
  border-radius:999px;
  padding:10px 14px;
  margin:0;
  background:rgba(12,34,72,.72);
  color:#fff;
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  line-height:1;
  font-family:var(--font-body, "Montserrat", sans-serif);
  font-weight:600;
}

.ws-avv__mute-label{
  display:block;
  line-height:1;
  color:inherit;
}

.ws-avv__mute-icon{
  width:18px;
  height:18px;
  flex:0 0 18px;
  display:block;
  position:relative;
}

.ws-avv__mute-icon::before{
  content:"";
  position:absolute;
  inset:0;
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;
}

.ws-avv__mute[data-state="muted"] .ws-avv__mute-icon::before{
  background-image:url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'>\
<path d='M5 14H8L13 18V6L8 10H5V14Z' fill='white'/>\
<path d='M17 9L21 15' stroke='white' stroke-width='2' stroke-linecap='round'/>\
<path d='M21 9L17 15' stroke='white' stroke-width='2' stroke-linecap='round'/>\
</svg>");
}

.ws-avv__mute[data-state="unmuted"] .ws-avv__mute-icon::before{
  background-image:url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'>\
<path d='M5 14H8L13 18V6L8 10H5V14Z' fill='white'/>\
<path d='M16 9C17.2 9.8 18 11.1 18 12.5C18 13.9 17.2 15.2 16 16' stroke='white' stroke-width='2' stroke-linecap='round'/>\
<path d='M18.5 7C20.4 8.4 21.5 10.3 21.5 12.5C21.5 14.7 20.4 16.6 18.5 18' stroke='white' stroke-width='2' stroke-linecap='round'/>\
</svg>");
}

.ws-avv__media-cta{
  position:absolute;
  left:50%;
  bottom:16px;
  transform:translateX(-50%);
  z-index:6;
  width:max-content;
  max-width:calc(100% - 140px);
  pointer-events:none;
}

.ws-avv__media-cta .ws-avv__btn{
  pointer-events:auto;
}

.ws-avv--no-video .ws-avv__mute{
  display:none;
}

.ws-avv__noscript img{
  width:100%;
  height:auto;
  display:block;
  border-radius:26px;
}

/* Service & Warranty layout variant: no stats, single-column content */
.ws-avv.ws-avv--sw{
  margin:0 !important;
  padding:0 !important;
}

.ws-avv.ws-avv--sw .ws-avv__inner{
  padding:0;
  grid-template-columns:minmax(0, 1fr);
}

.ws-avv.ws-avv--sw .ws-avv__side{
  display:none;
}

.ws-avv.ws-avv--sw .ws-avv__media{
  min-height:420px;
}

.ws-avv.ws-avv--sw .ws-avv__content{
  text-align:center;
}

.ws-avv.ws-avv--sw .ws-avv__title{
  justify-content:center;
}

.ws-avv.ws-avv--sw .ws-avv__mute{
  display:none;
}

@media (max-width:1100px){
  .ws-avv{
    padding:0 20px !important;
  }

  .ws-avv__inner{
    grid-template-columns:320px minmax(0, 1fr);
  }

  .ws-avv__stat{
    min-height:132px;
    padding:18px 16px 20px;
  }
}

@media (max-width:980px){
  .ws-avv__inner{
    grid-template-columns:1fr;
  }

  .ws-avv__main{
    order:1;
  }

  .ws-avv__side{
    order:2;
  }

  .ws-avv__stats{
    border-radius:20px;
  }
}

@media (max-width:767px){
  .ws-avv{
    margin:34px 0 !important;
    padding:0 16px !important;
  }

  .ws-avv__title{
    margin:0 0 16px !important;
  }

  .ws-avv__text{
    margin:0 0 20px !important;
  }

  .ws-avv__media{
    min-height:580px;
    margin:20px 0 0 !important;
    border-radius:20px;
  }

  .ws-avv__btn{
    max-width:100%;
  }

  .ws-avv__btn-icon{
    width:34px;
    height:34px;
    flex:0 0 34px;
  }

  .ws-avv__stats{
    grid-template-columns:repeat(2, minmax(0, 1fr));
    border:0;
    border-radius:0;
    background:transparent;
    backdrop-filter:none;
    -webkit-backdrop-filter:none;
    overflow:visible;
  }

  .ws-avv__stats::before,
  .ws-avv__stats::after{
    content:"";
    position:absolute;
    background:#000;
    pointer-events:none;
    z-index:2;
  }

  .ws-avv__stats::before{
    top:0;
    bottom:0;
    left:50%;
    width:0.6px;
    transform:translateX(-50%);
  }

  .ws-avv__stats::after{
    left:0;
    right:0;
    top:50%;
    height:0.6px;
    transform:translateY(-50%);
  }

  .ws-avv__stat{
    min-height:126px;
    padding:18px 14px 18px;
    justify-content:flex-start;
    align-items:flex-start;
  }

  .ws-avv__stat,
  .ws-avv__stat:nth-child(odd),
  .ws-avv__stat:nth-child(-n+2){
    border:0;
  }

  .ws-avv__stat-value{
    font-size:clamp(28px, 8vw, 40px);
    font-weight:900;
    color:var(--wsav-accent, #FFD152);
  }

  .ws-avv__mute{
    left:12px;
    top:12px;
    right:auto;
    bottom:auto;
    padding:9px 12px;
  }

  .ws-avv__media-cta{
    left:50%;
    right:auto;
    bottom:12px;
    transform:translateX(-50%);
    max-width:calc(100% - 24px);
  }
}
