.vts-home .hero {
  display: flex;
  align-items: stretch;
  padding: 0;
}

.vts-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
  min-height: calc(100svh - var(--header-height));
  box-sizing: border-box;
  padding: clamp(6px, 1vw, 12px) 0 clamp(20px, 3vw, 28px);
}

.vts-hero-copy h1 {
  max-width: 7.6ch;
}

.vts-nowrap {
  white-space: nowrap;
}

.vts-hero-visual {
  position: relative;
  min-height: clamp(420px, 46vw, 620px);
  display: grid;
  place-items: center;
  transform: translateY(clamp(42px, 5vw, 72px));
}

.vts-video-scene {
  position: relative;
  width: min(100%, 640px);
  aspect-ratio: 1.06;
}

.vts-video-scene::before,
.vts-video-scene::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.vts-video-scene::before {
  inset: 8% 12% 10% 10%;
  border-radius: 42px;
  background: radial-gradient(circle, rgba(119, 177, 255, 0.18), transparent 68%);
  filter: blur(26px);
}

.vts-video-scene::after {
  inset: 0;
  border-radius: 40px;
  border: 1px dashed rgba(153, 188, 255, 0.08);
  opacity: 0.35;
}

.vts-video-card {
  position: absolute;
  overflow: hidden;
  padding: clamp(8px, 1vw, 10px);
  border-radius: 30px;
  border: 1px solid rgba(153, 188, 255, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.008)),
    rgba(6, 14, 26, 0.96);
  box-shadow: var(--shadow-card);
}

.vts-video-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 40%);
  pointer-events: none;
}

.vts-video-frame {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 22px;
  background: #0a172a;
}

.vts-video-frame::before,
.vts-video-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.vts-video-card-back-left {
  z-index: 1;
  width: 37%;
  aspect-ratio: 16 / 10;
  left: 1%;
  top: 13%;
  transform: rotate(-10deg);
  opacity: 0.74;
}

.vts-video-card-back-right {
  z-index: 2;
  width: 38%;
  aspect-ratio: 16 / 10;
  right: 2%;
  top: 24%;
  transform: rotate(8deg);
  opacity: 0.8;
}

.vts-video-card-main {
  z-index: 3;
  width: 78%;
  aspect-ratio: 16 / 10;
  left: 11%;
  top: 13%;
  border-color: rgba(153, 188, 255, 0.24);
  box-shadow: var(--shadow-xl);
}

.vts-video-frame-back-left {
  background: linear-gradient(180deg, #0d1d32 0%, #091423 54%, #060d18 100%);
}

.vts-video-frame-back-left::before {
  background:
    radial-gradient(circle at 28% 24%, rgba(150, 205, 255, 0.22), transparent 12%),
    radial-gradient(circle at 68% 38%, rgba(90, 146, 215, 0.18), transparent 16%),
    radial-gradient(circle at 42% 72%, rgba(54, 102, 161, 0.28), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 36%);
}

.vts-video-frame-back-left::after {
  background:
    radial-gradient(circle at 78% 76%, rgba(72, 122, 186, 0.26), transparent 24%),
    linear-gradient(180deg, transparent 54%, rgba(5, 10, 18, 0.52) 100%);
}

.vts-video-frame-back-right {
  background: linear-gradient(180deg, #0e2036 0%, #091625 52%, #06101b 100%);
}

.vts-video-frame-back-right::before {
  background:
    radial-gradient(circle at 76% 26%, rgba(173, 218, 255, 0.2), transparent 12%),
    radial-gradient(circle at 22% 54%, rgba(95, 148, 216, 0.22), transparent 16%),
    radial-gradient(circle at 62% 78%, rgba(55, 100, 155, 0.26), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 34%);
}

.vts-video-frame-back-right::after {
  background:
    radial-gradient(circle at 34% 78%, rgba(63, 110, 170, 0.24), transparent 24%),
    linear-gradient(180deg, transparent 54%, rgba(5, 10, 18, 0.5) 100%);
}

.vts-video-frame-main {
  background:
    radial-gradient(circle at 50% 42%, rgba(74, 131, 201, 0.055), transparent 28%),
    linear-gradient(135deg, rgba(76, 132, 202, 0.09), transparent 34%),
    linear-gradient(225deg, rgba(46, 88, 141, 0.08), transparent 36%),
    linear-gradient(180deg, #0d1d31 0%, #081321 56%, #050b15 100%);
}

.vts-video-frame-main::before {
  background:
    radial-gradient(circle at 50% 28%, rgba(136, 194, 255, 0.09), transparent 22%),
    radial-gradient(circle at 40% 52%, rgba(92, 149, 219, 0.08), transparent 24%),
    radial-gradient(circle at 60% 54%, rgba(76, 132, 202, 0.08), transparent 24%),
    radial-gradient(circle at 50% 74%, rgba(60, 112, 177, 0.09), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), transparent 24%);
}

.vts-video-frame-main::after {
  inset: auto 0 0;
  height: 44%;
  background:
    linear-gradient(180deg, rgba(8, 14, 24, 0), rgba(5, 11, 20, 0.1) 18%, rgba(5, 11, 20, 0.46) 100%),
    radial-gradient(circle at 50% 100%, rgba(72, 128, 196, 0.08), transparent 34%);
}

.vts-video-figure {
  position: absolute;
  inset: 10% 18% 18%;
  pointer-events: none;
  isolation: isolate;
}

.vts-video-figure::before,
.vts-video-figure::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 999px;
  z-index: 0;
  pointer-events: none;
}

.vts-video-figure::before {
  top: 10%;
  width: 92%;
  height: 44%;
  background:
    radial-gradient(circle, rgba(128, 190, 255, 0.11) 0%, rgba(71, 126, 196, 0.07) 46%, transparent 76%);
  filter: blur(30px);
}

.vts-video-figure::after {
  bottom: 8%;
  width: 96%;
  height: 34%;
  background:
    linear-gradient(180deg, rgba(104, 164, 237, 0.065), rgba(35, 69, 108, 0.015)),
    radial-gradient(circle, rgba(88, 146, 217, 0.07) 0%, transparent 68%);
  filter: blur(26px);
}

.vts-video-figure-glow,
.vts-video-figure-head,
.vts-video-figure-body {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 999px;
  z-index: 1;
}

.vts-video-figure-glow {
  top: 4%;
  width: 72%;
  height: 78%;
  background: radial-gradient(circle, rgba(123, 184, 255, 0.06) 0%, rgba(76, 132, 202, 0.025) 42%, transparent 74%);
  filter: blur(28px);
}

.vts-video-figure-head {
  top: 8%;
  width: 22%;
  aspect-ratio: 1;
  background: linear-gradient(180deg, rgba(205, 231, 255, 0.72), rgba(128, 183, 248, 0.34));
}

.vts-video-figure-body {
  bottom: 6%;
  width: 54%;
  height: 46%;
  border-radius: 54% 54% 28% 28% / 62% 62% 22% 22%;
  background: linear-gradient(180deg, rgba(196, 226, 255, 0.48), rgba(92, 145, 212, 0.24));
}

.vts-subtitle-stage {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  width: min(calc(100% - 28px), 420px);
  height: 64px;
  overflow: hidden;
  z-index: 5;
}

.vts-subtitle-stage::before {
  display: none;
}

.vts-subtitle-line {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 18px 2px;
  color: #f7fbff;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.25;
  opacity: 1;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.34);
  animation: vtsSubtitleOne 9s infinite steps(1, end) both;
  will-change: opacity;
}

.vts-subtitle-line-one {
  animation-name: vtsSubtitleOne;
}

.vts-subtitle-line-two {
  animation-name: vtsSubtitleTwo;
}

.vts-subtitle-line-three {
  animation-name: vtsSubtitleThree;
}

@keyframes vtsSubtitleOne {
  0%,
  34% {
    opacity: 1;
  }

  34.01%,
  100% {
    opacity: 0;
  }
}

@keyframes vtsSubtitleTwo {
  0%,
  33.99% {
    opacity: 0;
  }

  34%,
  67% {
    opacity: 1;
  }

  67.01%,
  100% {
    opacity: 0;
  }
}

@keyframes vtsSubtitleThree {
  0%,
  66.99% {
    opacity: 0;
  }

  67%,
  100% {
    opacity: 1;
  }
}

.vts-strip-grid,
.vts-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--content-gap);
}

.vts-strip-card {
  min-height: 210px;
}

.vts-strip-card span,
.vts-trust-card span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--accent-faint);
  color: var(--accent-soft);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vts-strip-card h3,
.vts-trust-card h3 {
  margin-top: 16px;
}

.vts-strip-card p,
.vts-trust-card p {
  max-width: 28ch;
}

.vts-trust-shell {
  display: grid;
  gap: 26px;
}

.vts-trust-intro {
  max-width: 720px;
}

.vts-trust-card {
  min-height: 190px;
}

.vts-install-panel {
  position: relative;
  overflow: hidden;
}

.vts-install-panel::before {
  content: "";
  position: absolute;
  inset: auto -10% -40% auto;
  width: 320px;
  height: 320px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(119, 177, 255, 0.14), transparent 68%);
  pointer-events: none;
}

.vts-install-panel > * {
  position: relative;
  z-index: 1;
}

@media (max-width: 1120px) {
  .vts-hero-grid,
  .vts-strip-grid,
  .vts-trust-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .vts-hero-copy h1 {
    max-width: none;
  }

  .vts-hero-grid {
    min-height: auto;
    padding: 30px 0 34px;
  }

  .vts-hero-visual {
    min-height: 360px;
    transform: translateY(26px);
  }

  .vts-video-scene {
    width: min(100%, 520px);
  }

  .vts-video-card-back-left {
    width: 40%;
    left: 0;
    top: 13%;
  }

  .vts-video-card-back-right {
    width: 40%;
    right: 1%;
    top: 24%;
  }

  .vts-video-card-main {
    width: 82%;
    left: 9%;
    top: 13%;
  }

  .vts-subtitle-stage {
    width: calc(100% - 24px);
    height: 60px;
    bottom: 12px;
  }

  .vts-subtitle-line {
    font-size: 0.92rem;
    padding: 0 14px;
  }
}

