:root{
  --vtp-accent:#165c41;
  --vtp-dark:#102f25;
  --vtp-light:#f5f2ea;
  --vtp-ink:#1d2421;
  --vtp-text:#5a655f;
  --vtp-line:#dfe7e2;
}
.vtp-section,.vtp-section *{box-sizing:border-box}
.vtp-section{
  position:relative;
  overflow:hidden;
  width:100%;
  font-family:inherit;
}
.vtp-shell{
  width:min(1240px,calc(100% - 48px));
  margin:0 auto;
}
.vtp-reference-kicker{
  display:block;
  margin-bottom:14px;
  color:var(--vtp-accent);
  font-size:11px;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.vtp-reference-heading{
  margin:0;
  color:var(--vtp-ink);
  font-size:clamp(38px,4.2vw,62px);
  font-weight:500;
  letter-spacing:-.043em;
  line-height:1.04;
}

/* -------------------------------------------------------------------------
   Interactive client pill wall
   ------------------------------------------------------------------------- */
.vtp-houses{
  padding:82px 0 88px;
  background:#fff;
  border-top:1px solid rgba(23,33,29,.055);
  border-bottom:1px solid rgba(23,33,29,.055);
}
.vtp-houses__head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:34px;
  margin-bottom:25px;
}
.vtp-houses__heading{
  max-width:760px;
  margin:0;
  color:var(--vtp-ink);
  font-size:clamp(30px,3.3vw,48px);
  font-weight:500;
  letter-spacing:-.04em;
  line-height:1.06;
}
.vtp-houses__hint{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--vtp-accent);
  font-size:10px;
  font-weight:800;
  letter-spacing:.11em;
  text-transform:uppercase;
  white-space:nowrap;
}
.vtp-houses__hint:before{
  content:"↔";
  display:flex;
  align-items:center;
  justify-content:center;
  width:28px;
  height:28px;
  border:1px solid rgba(22,92,65,.2);
  border-radius:50%;
  background:#f7faf8;
  font-size:13px;
}
.vtp-pill-stage{
  position:relative;
  display:flex;
  flex-wrap:wrap;
  align-content:flex-end;
  justify-content:center;
  gap:8px;
  height:750px;
  min-height:750px;
  overflow:hidden;
  padding:22px;
  border-radius:4px;
  background:
    radial-gradient(circle at 20% 8%,rgba(22,92,65,.035),transparent 28%),
    linear-gradient(180deg,#fff 0%,#fbfcfb 66%,#f7f8f7 100%);
  box-shadow:inset 0 -1px 0 rgba(22,92,65,.1);
  contain:layout paint;
  isolation:isolate;
  transform:translateZ(0);
  backface-visibility:hidden;
  touch-action:pan-y;
}
.vtp-pill-stage.is-preparing .vtp-client-pill{
  opacity:0!important;
}
.vtp-pill-stage.is-ready .vtp-client-pill{
  visibility:visible;
}
.vtp-pill-stage:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:1px;
  background:rgba(22,92,65,.12);
  pointer-events:none;
}
.vtp-pill-stage.is-physics{
  display:block;
  padding:0;
}
.vtp-client-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:42px;
  max-width:250px;
  padding:7px 16px 7px 8px;
  border:0;
  border-radius:999px;
  color:#292f2c!important;
  font-size:13px;
  font-weight:500;
  letter-spacing:-.012em;
  line-height:1.15;
  text-align:center;
  text-decoration:none!important;
  white-space:nowrap;
  box-shadow:0 2px 3px rgba(20,46,34,.025);
  cursor:grab;
  user-select:none;
  -webkit-user-select:none;
  touch-action:none;
  transform-origin:center;
  will-change:transform;
  backface-visibility:hidden;
  transform:translateZ(0);
  transition:opacity .16s ease;
}
.vtp-pill-stage.is-physics .vtp-client-pill{
  position:absolute;
  left:0;
  top:0;
  margin:0;
}
.vtp-client-pill:active{cursor:grabbing}
.vtp-client-pill:focus-visible{
  outline:3px solid rgba(22,92,65,.24);
  outline-offset:3px;
}
.vtp-client-pill.is-small{
  max-width:205px;
  font-size:11px;
}
.vtp-client-pill.is-tiny{
  max-width:175px;
  font-size:10px;
  letter-spacing:0;
}
.vtp-client-mark{
  display:flex;
  align-items:center;
  justify-content:center;
  width:25px;
  height:25px;
  flex:0 0 25px;
  overflow:hidden;
  border-radius:50%;
  background:rgba(255,255,255,.72);
  color:var(--vtp-accent);
  font-size:8px;
  font-weight:900;
  letter-spacing:.03em;
  box-shadow:inset 0 0 0 1px rgba(22,92,65,.08);
}
.vtp-client-mark img{
  display:block;
  width:100%;
  height:100%;
  padding:3px;
  object-fit:contain;
}
.vtp-client-name{
  overflow:hidden;
  text-overflow:ellipsis;
}
.vtp-pill-c0{background:#f2d3d4}
.vtp-pill-c1{background:#f1f3f7}
.vtp-pill-c2{background:#d9cdf1}
.vtp-pill-c3{background:#d6f0d5}
.vtp-pill-c4{background:#cceff0}
.vtp-pill-c5{background:#dedede}
.vtp-pill-c6{background:#ede7c8}
.vtp-pill-c7{background:#eed1ef}
.vtp-pill-c8{background:#d5e4f7}
.vtp-pill-c9{background:#caecd8}
.vtp-pill-c10{background:#f3dddd}
.vtp-pill-c11{background:#e6f0ec}
.vtp-pill-c12{background:#f3ead0}
.vtp-pill-c13{background:#e9edf2}

/* -------------------------------------------------------------------------
   Testimonials - stable fixed deck height
   ------------------------------------------------------------------------- */
.vtp-testimonials{
  padding:92px 0 98px;
  background:#fff;
}
.vtp-testimonials__head{
  display:grid;
  grid-template-columns:minmax(390px,1fr) minmax(290px,.58fr);
  gap:58px;
  align-items:end;
  margin-bottom:42px;
}
.vtp-testimonials__head p{
  margin:0;
  color:var(--vtp-text);
  font-size:16px;
  line-height:1.72;
}
.vtp-testimonial-deck{
  position:relative;
  height:var(--vtp-deck-height,500px);
  margin-right:20px;
  transition:height .25s ease;
}
.vtp-testimonial-card{
  position:absolute;
  left:0;
  right:0;
  top:0;
  display:grid;
  grid-template-columns:minmax(220px,.48fr) minmax(0,1.52fr);
  gap:16px;
  height:var(--vtp-card-height,auto);
  min-height:420px;
  padding:14px;
  border:1px solid var(--vtp-line);
  border-radius:21px;
  background:#fff;
  box-shadow:0 24px 58px rgba(20,46,34,.11);
  opacity:0;
  pointer-events:none;
  transform-origin:50% 8%;
  transition:transform .5s cubic-bezier(.22,.61,.36,1),opacity .3s ease;
}
.vtp-testimonial-card.is-active{
  z-index:4;
  opacity:1;
  pointer-events:auto;
  transform:translate3d(0,0,0) scale(1) rotate(0);
}
.vtp-testimonial-card.is-behind-1{
  z-index:3;
  opacity:.58;
  transform:translate3d(14px,14px,0) scale(.984) rotate(.3deg);
}
.vtp-testimonial-card.is-behind-2{
  z-index:2;
  opacity:.28;
  transform:translate3d(28px,28px,0) scale(.968) rotate(.6deg);
}
.vtp-testimonial-card.is-hidden{
  z-index:1;
  opacity:0;
  transform:translate3d(38px,38px,0) scale(.955);
}
.vtp-testimonial-card.is-dropping{
  animation:vtp-testimonial-drop .8s cubic-bezier(.18,.89,.32,1.18) both;
}
.vtp-testimonial-card.is-leaving{
  animation:vtp-testimonial-leave .46s cubic-bezier(.55,.06,.68,.19) both;
}
@keyframes vtp-testimonial-drop{
  0%{opacity:0;transform:translate3d(-20px,-150px,0) rotate(-3.5deg) scale(.965)}
  70%{opacity:1;transform:translate3d(3px,9px,0) rotate(.45deg) scale(1.004)}
  100%{opacity:1;transform:translate3d(0,0,0) rotate(0) scale(1)}
}
@keyframes vtp-testimonial-leave{
  0%{opacity:1;transform:translate3d(0,0,0) rotate(0) scale(1)}
  100%{opacity:0;transform:translate3d(32px,120px,0) rotate(3.5deg) scale(.96)}
}
.vtp-testimonial__identity{
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  min-height:390px;
  overflow:hidden;
  padding:28px;
  border-radius:16px;
  background:linear-gradient(160deg,#eaf3ee,#d7e8df);
}
.vtp-testimonial__identity:before,
.vtp-testimonial__identity:after{
  content:"";
  position:absolute;
  border-radius:50%;
  background:rgba(22,92,65,.09);
}
.vtp-testimonial__identity:before{
  width:140px;
  height:140px;
  right:-52px;
  top:-44px;
}
.vtp-testimonial__identity:after{
  width:78px;
  height:78px;
  left:-22px;
  bottom:-22px;
}
.vtp-testimonial__portrait{
  position:relative;
  z-index:1;
  width:92px;
  height:92px;
  margin-bottom:22px;
  border:4px solid rgba(255,255,255,.76);
  border-radius:50%;
  object-fit:cover;
  box-shadow:0 12px 25px rgba(20,46,34,.12);
}
.vtp-testimonial__initials{
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  color:var(--vtp-dark);
  font-size:29px;
  font-weight:800;
}
.vtp-testimonial__identity div{
  position:relative;
  z-index:1;
}
.vtp-testimonial__identity strong{
  display:block;
  color:var(--vtp-ink);
  font-size:23px;
  letter-spacing:-.025em;
}
.vtp-testimonial__identity span{
  display:block;
  margin-top:5px;
  color:var(--vtp-text);
  font-size:13px;
}
.vtp-testimonial__identity em{
  display:block;
  margin-top:8px;
  color:var(--vtp-accent);
  font-size:13px;
  font-style:normal;
  font-weight:800;
}
.vtp-testimonial__quote{
  position:relative;
  display:flex;
  align-items:center;
  min-height:390px;
  overflow:hidden;
  padding:42px 46px 38px;
  border-radius:16px;
  background:var(--vtp-light);
}
.vtp-quote-mark{
  position:absolute;
  left:22px;
  top:2px;
  color:var(--vtp-accent);
  font-family:Georgia,serif;
  font-size:108px;
  line-height:1;
  opacity:.13;
}
.vtp-testimonial blockquote{
  position:relative;
  z-index:1;
  margin:0;
  padding:0;
  border:0;
  color:var(--vtp-ink);
  font-size:clamp(20px,1.72vw,29px);
  font-weight:400;
  letter-spacing:-.022em;
  line-height:1.48;
}
.vtp-testimonial blockquote p{margin:0}
.vtp-testimonials__controls{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-top:30px;
}
.vtp-testimonials__progress{
  display:flex;
  align-items:center;
  gap:12px;
  color:var(--vtp-text);
  font-size:13px;
  font-weight:700;
  letter-spacing:.08em;
}
.vtp-testimonials__progress b{
  color:var(--vtp-accent);
  font-size:20px;
}
.vtp-progress-line{
  width:72px;
  height:1px;
  background:var(--vtp-line);
}
.vtp-testimonials__buttons{
  display:flex;
  gap:9px;
}
.vtp-testimonials__buttons button{
  display:flex;
  align-items:center;
  justify-content:center;
  width:48px;
  height:48px;
  padding:0;
  border:1px solid var(--vtp-line);
  border-radius:50%;
  background:#fff;
  color:var(--vtp-ink);
  font-size:21px;
  cursor:pointer;
  transition:.2s ease;
}
.vtp-testimonials__buttons button:hover,
.vtp-testimonials__buttons button:focus-visible{
  border-color:var(--vtp-accent);
  background:var(--vtp-accent);
  color:#fff;
}

/* -------------------------------------------------------------------------
   Movies
   ------------------------------------------------------------------------- */
.vtp-marquee{
  position:relative;
  overflow:hidden;
  -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 5%,#000 95%,transparent 100%);
  mask-image:linear-gradient(90deg,transparent 0,#000 5%,#000 95%,transparent 100%);
}
.vtp-marquee__track{
  display:flex;
  width:max-content;
  animation:vtp-marquee-scroll var(--vtp-duration,42s) linear infinite;
  will-change:transform;
}
.vtp-marquee:hover .vtp-marquee__track,
.vtp-marquee:focus-within .vtp-marquee__track{animation-play-state:paused}
.vtp-marquee__group{
  display:flex;
  align-items:center;
  flex-shrink:0;
  gap:24px;
  padding-right:24px;
}
@keyframes vtp-marquee-scroll{
  from{transform:translate3d(0,0,0)}
  to{transform:translate3d(-50%,0,0)}
}
.vtp-movies{
  padding:72px 0 80px;
  background:var(--vtp-light);
  border-top:1px solid rgba(23,33,29,.06);
}
.vtp-movies__head{margin-bottom:28px}
.vtp-movies__title{
  color:var(--vtp-ink);
  font-size:clamp(28px,3.3vw,48px);
  font-weight:500;
  letter-spacing:-.04em;
  line-height:1.05;
}
.vtp-marquee--movies{padding:8px 0 12px}
.vtp-movie{
  color:var(--vtp-ink);
  font-size:clamp(47px,7vw,112px);
  font-weight:500;
  letter-spacing:-.055em;
  line-height:.93;
  white-space:nowrap;
}
.vtp-movie--highlight{color:var(--vtp-accent)}
.vtp-marquee--movies i{
  color:var(--vtp-accent);
  font-size:clamp(20px,2.7vw,37px);
  font-style:normal;
}

/* -------------------------------------------------------------------------
   Responsive
   ------------------------------------------------------------------------- */
@media(max-width:900px){
  .vtp-pill-stage{
    height:670px;
    min-height:670px;
  }

  .vtp-testimonials__head{
    grid-template-columns:1fr;
    gap:18px;
  }
  .vtp-testimonial-card{
    grid-template-columns:1fr;
  }
  .vtp-testimonial__identity{min-height:190px}
  .vtp-testimonial__quote{min-height:290px}
}
@media(max-width:600px){
  .vtp-shell{width:calc(100% - 36px)}
  .vtp-houses,.vtp-testimonials,.vtp-movies{
    padding-top:58px;
    padding-bottom:62px;
  }
  .vtp-houses__head{
    align-items:flex-start;
    flex-direction:column;
    gap:12px;
  }
  .vtp-houses__heading{font-size:31px}
  .vtp-houses__hint{font-size:9px}
  .vtp-pill-stage{
    height:590px;
    min-height:590px;
  }
  .vtp-client-pill{
    min-height:34px;
    max-width:170px;
    gap:6px;
    padding:5px 11px 5px 5px;
    font-size:9px;
  }
  .vtp-client-pill.is-small{max-width:150px;font-size:8px}
  .vtp-client-pill.is-tiny{max-width:132px;font-size:7px}
  .vtp-client-mark{
    width:21px;
    height:21px;
    flex-basis:21px;
    font-size:7px;
  }
  .vtp-reference-heading{font-size:35px}
  .vtp-testimonials__head{margin-bottom:30px}
  .vtp-testimonial-deck{margin-right:8px}
  .vtp-testimonial-card{
    padding:9px;
    border-radius:16px;
  }
  .vtp-testimonial__identity{
    min-height:175px;
    padding:20px;
  }
  .vtp-testimonial__portrait{
    width:72px;
    height:72px;
    margin-bottom:14px;
  }
  .vtp-testimonial__identity strong{font-size:20px}
  .vtp-testimonial__quote{
    min-height:285px;
    padding:36px 20px 25px;
  }
  .vtp-testimonial blockquote{
    font-size:18px;
    line-height:1.5;
  }
  .vtp-quote-mark{
    left:9px;
    top:-2px;
    font-size:74px;
  }
  .vtp-progress-line{width:42px}
  .vtp-testimonials__buttons button{
    width:44px;
    height:44px;
  }
  .vtp-movies__title{font-size:30px}
  .vtp-movie{font-size:54px}
}
@media(prefers-reduced-motion:reduce){
  .vtp-pill-stage{
    height:auto;
    min-height:360px;
    padding:18px;
  }
  .vtp-pill-stage.is-physics{
    display:flex;
    padding:18px;
  }
  .vtp-pill-stage.is-physics .vtp-client-pill{
    position:relative;
    transform:none!important;
  }
  .vtp-testimonial-card{transition:none!important}
  .vtp-testimonial-card.is-dropping,
  .vtp-testimonial-card.is-leaving{animation:none!important}
  .vtp-marquee__track{
    animation:none!important;
    transform:none!important;
  }
  .vtp-marquee{
    overflow-x:auto;
    -webkit-mask-image:none;
    mask-image:none;
  }
}

.vtp-word-lock{display:inline!important;white-space:inherit}
