/* VLADISLOVEX — external stylesheet for Tilda
   Upload to: vocava/site/vladislovex/vladislovex.css
*/

/* ===== SOURCE STYLE BLOCK 1 ===== */
:root {
  --vh-bg: #050505;
  --vh-surface: #111111;
  --vh-text: #fff;
  --vh-muted: rgba(255,255,255,.68);
  --vh-accent: #f68a1f;
  --vh-accent-light: #ffbd6d;
  --vh-header-offset: 112px;
}
html { scroll-behavior: smooth; scroll-padding-top: var(--vh-header-offset); }
body { overflow-x: clip; }
#video, #formats, #vhPriceCalc, #reviews, #faq, #privacy { scroll-margin-top: var(--vh-header-offset); }
body.vh-overlay-open .vh-social-popup,
body.vh-overlay-open .vh-mini-video,
body.vh-overlay-open .vh-mobile-contact-fab { opacity: 0 !important; pointer-events: none !important; }
.vh-hero-offer--static .vh-hero-offer__line { animation: none !important; }
.vh-hero-offer--static .vh-hero-offer__progress { display: none !important; }
.vh-format-card { display: flex; }
.vh-format-content { width: calc(100% - 56px); }
.vh-footer { padding: 72px 20px 34px; background: #050505; color: #fff; font-family: "Montserrat", Arial, sans-serif; }
.vh-footer__inner { max-width: 1200px; margin: auto; }
.vh-footer__cta { padding: 38px; border: 1px solid rgba(246,138,31,.28); border-radius: 30px; background: radial-gradient(circle at 15% 0, rgba(246,138,31,.16), transparent 42%), #0b0b0b; text-align:center; }
.vh-footer__cta h2 { margin:0 0 14px; font: 700 clamp(42px,6vw,74px)/.95 "Bebas Neue", sans-serif; text-transform:uppercase; }
.vh-footer__cta p { max-width:720px; margin:0 auto 24px; color:var(--vh-muted); font-size:17px; line-height:1.5; }
.vh-footer__buttons { display:flex; flex-wrap:wrap; justify-content:center; gap:12px; }
.vh-footer__button { min-height:56px; padding:0 24px; border-radius:999px; display:inline-flex; align-items:center; justify-content:center; text-decoration:none!important; font-weight:800; }
.vh-footer__button--primary { color:#fff!important; background:linear-gradient(135deg,var(--vh-accent-light),var(--vh-accent)); }
.vh-footer__button--ghost { color:var(--vh-accent-light)!important; border:1px solid rgba(246,138,31,.6); background:rgba(255,255,255,.04); }
.vh-footer__bottom { display:flex; justify-content:space-between; gap:20px; margin-top:28px; padding-top:24px; border-top:1px solid rgba(255,255,255,.08); color:rgba(255,255,255,.48); font-size:12px; }
.vh-privacy { margin-top:18px; padding:20px; border:1px solid rgba(255,255,255,.08); border-radius:18px; color:rgba(255,255,255,.62); background:rgba(255,255,255,.025); font-size:13px; line-height:1.55; }
.vh-privacy summary { color:#fff; font-weight:800; cursor:pointer; }
.vh-mobile-contact-fab { display:none; }
:focus-visible { outline: 2px solid var(--vh-accent-light); outline-offset: 3px; }
@media (max-width:860px) {
  :root { --vh-header-offset: 84px; }
  .vh-social-popup, .vh-mini-video { display:none!important; }
  .vh-mobile-contact-fab { position:fixed; left:14px; right:14px; bottom:max(14px, env(safe-area-inset-bottom)); z-index:9998; min-height:54px; border:0; border-radius:999px; display:flex; align-items:center; justify-content:center; color:#fff; background:linear-gradient(135deg,var(--vh-accent-light),var(--vh-accent)); box-shadow:0 16px 40px rgba(0,0,0,.42),0 0 24px rgba(246,138,31,.24); font:800 15px/1 "Montserrat",Arial,sans-serif; }
  .vh-footer { padding:58px 12px 86px; }
  .vh-footer__cta { padding:28px 18px; border-radius:24px; }
  .vh-footer__bottom { flex-direction:column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after { animation-duration:.01ms!important; animation-iteration-count:1!important; transition-duration:.01ms!important; scroll-behavior:auto!important; }
}

/* ===== SOURCE STYLE BLOCK 2 ===== */
.vh-premium-header,
.vh-premium-header * {
  box-sizing: border-box;
}

.vh-premium-header a {
  text-decoration: none !important;
}

.vh-premium-header {
  position: fixed;
  top: 14px;
  left: 0;
  width: 100%;
  z-index: 9990;
  padding: 0 18px;
  font-family: "Montserrat", Arial, sans-serif;
  pointer-events: none;
}

.vh-premium-header__bar {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 12px 34px;

  background:
    radial-gradient(circle at 15% 50%, rgba(246, 138, 31, 0.11), transparent 25%),
    radial-gradient(circle at 82% 50%, rgba(246, 138, 31, 0.08), transparent 20%),
    linear-gradient(90deg, rgba(8, 8, 8, 0.88) 0%, rgba(22, 22, 22, 0.80) 48%, rgba(8, 8, 8, 0.88) 100%);

  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 22px;

  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);

  box-shadow:
    0 22px 68px rgba(0, 0, 0, 0.50),
    inset 0 0 32px rgba(246, 138, 31, 0.06);

  pointer-events: auto;
  transition:
    padding 0.28s ease,
    background 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease,
    border-radius 0.28s ease;
}

.vh-premium-header__row {
  min-height: 62px;
  display: grid;
  grid-template-columns: minmax(275px, auto) minmax(0, 1fr) auto;
  align-items: center;
  gap: 30px;
}

.vh-premium-header__logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  min-width: 275px;
  max-width: 360px;
  height: 62px;
  overflow: visible;
}

.vh-premium-logo__image {
  display: block;
  width: auto;
  height: 58px;
  max-width: 82px;
  max-height: 58px;
  object-fit: contain;
  flex: 0 0 auto;
}

.vh-premium-brand-text {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.vh-premium-brand-text strong {
  display: block;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.035em;
  white-space: nowrap;
}

.vh-premium-brand-text small {
  display: block;
  color: #f4a259;
  font-size: 11px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: 0.015em;
  white-space: nowrap;
}

.vh-premium-header__nav,
.vh-premium-header__actions {
  min-width: 0;
}

.vh-premium-header__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 1.55vw, 40px);
}

.vh-premium-header__nav a,
.vh-premium-header__nav a:link,
.vh-premium-header__nav a:visited,
.vh-premium-header__nav a:active {
  position: relative;
  padding: 14px 0 17px;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-size: clamp(14px, 0.88vw, 16px);
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.012em;
  white-space: nowrap;
  transition: color 0.22s ease;
}

.vh-premium-header__nav a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 4px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #f68a1f;
  opacity: 0;
  transform: translateX(-50%) scale(0.6);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.vh-premium-header__nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 5px;
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #f68a1f, transparent);
  transform: translateX(-50%);
  transition: width 0.24s ease;
}

.vh-premium-header__nav a:hover {
  color: #f4a259 !important;
  -webkit-text-fill-color: #f4a259 !important;
}

.vh-premium-header__nav a:hover::before {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

.vh-premium-header__nav a:hover::after {
  width: 86px;
}

.vh-premium-header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.vh-premium-header__phone,
.vh-premium-header__phone:link,
.vh-premium-header__phone:visited,
.vh-premium-header__phone:active {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-size: 16px;
  line-height: 1;
  font-weight: 800;
  white-space: nowrap;
}

.vh-premium-header__phone span {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.vh-premium-inline-icon {
  width: 19px;
  height: 19px;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
}

.vh-premium-header__socials,
.vh-premium-mobile-dropdown__socials {
  display: flex;
  align-items: center;
  gap: 9px;
}

.vh-premium-social {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid rgba(246, 138, 31, 0.66);
  background: rgba(255, 255, 255, 0.04);
  transition:
    transform 0.22s ease,
    background 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.vh-premium-social:hover {
  transform: translateY(-2px);
  background: rgba(246, 138, 31, 0.14);
  border-color: rgba(246, 138, 31, 1);
  box-shadow: 0 12px 26px rgba(246, 138, 31, 0.22);
}

.vh-premium-social__icon {
  width: 19px;
  height: 19px;
  object-fit: contain;
  display: block;
}

.vh-premium-header__cta,
.vh-premium-header__outline {
  min-height: 52px;
  padding: 0 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  white-space: nowrap;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.01em;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    filter 0.22s ease,
    background 0.22s ease,
    border-color 0.22s ease;
}

.vh-premium-btn-icon {
  width: 19px;
  height: 19px;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
}

.vh-premium-header__cta,
.vh-premium-header__cta:link,
.vh-premium-header__cta:visited,
.vh-premium-header__cta:active {
  position: relative;
  overflow: hidden;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-weight: 600;
  background:
    radial-gradient(circle at 28% 20%, rgba(255, 255, 255, 0.24), transparent 28%),
    linear-gradient(135deg, #ffbd6d 0%, #f68a1f 100%);
  box-shadow:
    0 16px 36px rgba(246, 138, 31, 0.34),
    0 0 0 1px rgba(255, 210, 160, 0.16) inset;
  animation: vhPremiumCtaGlow 4.8s ease-in-out infinite;
}

.vh-premium-header__cta::before {
  content: "";
  position: absolute;
  top: -40%;
  left: -38%;
  width: 38%;
  height: 180%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.34), transparent);
  transform: rotate(18deg);
  opacity: 0;
  transition: left 0.7s ease, opacity 0.22s ease;
}

.vh-premium-header__cta span,
.vh-premium-header__cta img {
  position: relative;
  z-index: 1;
}

.vh-premium-header__cta span {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.vh-premium-header__cta:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
  box-shadow:
    0 20px 46px rgba(246, 138, 31, 0.46),
    0 0 0 1px rgba(255, 210, 160, 0.22) inset;
}

.vh-premium-header__cta:hover::before {
  left: 110%;
  opacity: 1;
}

.vh-premium-header__outline,
.vh-premium-header__outline:link,
.vh-premium-header__outline:visited,
.vh-premium-header__outline:active {
  color: #f4a259 !important;
  -webkit-text-fill-color: #f4a259 !important;
  font-weight: 800;
  border: 1px solid rgba(246, 138, 31, 0.78);
  background:
    radial-gradient(circle at 30% 0%, rgba(246, 138, 31, 0.08), transparent 38%),
    rgba(0, 0, 0, 0.20);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

.vh-premium-header__outline span {
  color: #f4a259 !important;
  -webkit-text-fill-color: #f4a259 !important;
}

.vh-premium-header__outline:hover {
  transform: translateY(-2px);
  background:
    radial-gradient(circle at 30% 0%, rgba(246, 138, 31, 0.16), transparent 38%),
    rgba(246, 138, 31, 0.10);
  border-color: rgba(246, 138, 31, 1);
}

.vh-premium-burger {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid rgba(246, 138, 31, 0.76);
  background: rgba(0, 0, 0, 0.24);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  justify-self: end;
  margin-left: auto;
  transition:
    transform 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.vh-premium-burger:hover {
  transform: translateY(-1px);
  background: rgba(246, 138, 31, 0.12);
  box-shadow: 0 10px 24px rgba(246, 138, 31, 0.14);
}

.vh-premium-burger span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 99px;
  background: #ffffff;
  transition:
    transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.22s ease,
    width 0.22s ease;
}

.vh-premium-burger.is-open {
  background: rgba(246, 138, 31, 0.14);
  border-color: rgba(246, 138, 31, 1);
}

.vh-premium-burger.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.vh-premium-burger.is-open span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0.2);
}

.vh-premium-burger.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.vh-premium-mobile-dropdown {
  display: none;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-10px);
  transition:
    max-height 0.56s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.32s ease,
    transform 0.46s cubic-bezier(0.22, 1, 0.36, 1);
}

.vh-premium-header.is-menu-open .vh-premium-mobile-dropdown {
  max-height: 860px;
  opacity: 1;
  transform: translateY(0);
}

.vh-premium-mobile-dropdown__nav {
  display: grid;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.vh-premium-mobile-dropdown__nav a,
.vh-premium-mobile-dropdown__nav a:link,
.vh-premium-mobile-dropdown__nav a:visited,
.vh-premium-mobile-dropdown__nav a:active {
  position: relative;
  padding: 17px 24px 17px 0;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-size: 19px;
  line-height: 1;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  opacity: 0;
  transform: translateY(-8px);
  transition:
    opacity 0.35s ease,
    transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.22s ease;
}

.vh-premium-header.is-menu-open .vh-premium-mobile-dropdown__nav a {
  opacity: 1;
  transform: translateY(0);
}

.vh-premium-header.is-menu-open .vh-premium-mobile-dropdown__nav a:nth-child(1) { transition-delay: 0.06s; }
.vh-premium-header.is-menu-open .vh-premium-mobile-dropdown__nav a:nth-child(2) { transition-delay: 0.10s; }
.vh-premium-header.is-menu-open .vh-premium-mobile-dropdown__nav a:nth-child(3) { transition-delay: 0.14s; }
.vh-premium-header.is-menu-open .vh-premium-mobile-dropdown__nav a:nth-child(4) { transition-delay: 0.18s; }
.vh-premium-header.is-menu-open .vh-premium-mobile-dropdown__nav a:nth-child(5) { transition-delay: 0.22s; }

.vh-premium-mobile-dropdown__nav a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #f68a1f;
  transform: translateY(-50%);
}

.vh-premium-mobile-dropdown__nav a:hover {
  color: #f4a259 !important;
  -webkit-text-fill-color: #f4a259 !important;
}

.vh-premium-mobile-dropdown__contact,
.vh-premium-mobile-dropdown__buttons {
  opacity: 0;
  transform: translateY(-8px);
  transition:
    opacity 0.35s ease,
    transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

.vh-premium-header.is-menu-open .vh-premium-mobile-dropdown__contact {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.28s;
}

.vh-premium-header.is-menu-open .vh-premium-mobile-dropdown__buttons {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.34s;
}

.vh-premium-mobile-dropdown__contact {
  padding: 18px 0 20px;
}

.vh-premium-mobile-dropdown__phone,
.vh-premium-mobile-dropdown__phone:link,
.vh-premium-mobile-dropdown__phone:visited,
.vh-premium-mobile-dropdown__phone:active {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
}

.vh-premium-mobile-dropdown__phone span {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.vh-premium-mobile-dropdown__buttons {
  display: grid;
  gap: 13px;
  padding-bottom: 4px;
}

.vh-premium-mobile-dropdown__buttons .vh-premium-header__cta,
.vh-premium-mobile-dropdown__buttons .vh-premium-header__outline {
  width: 100%;
  min-height: 58px;
  font-size: 15px;
}

.vh-premium-header.is-scrolled {
  top: 10px;
}

.vh-premium-header.is-scrolled .vh-premium-header__bar {
  padding-top: 10px;
  padding-bottom: 10px;
  background:
    radial-gradient(circle at 16% 50%, rgba(246, 138, 31, 0.09), transparent 24%),
    linear-gradient(90deg, rgba(6, 6, 6, 0.94) 0%, rgba(16, 16, 16, 0.88) 48%, rgba(6, 6, 6, 0.94) 100%);
  border-color: rgba(255, 255, 255, 0.15);
  box-shadow:
    0 20px 62px rgba(0, 0, 0, 0.54),
    inset 0 0 30px rgba(246, 138, 31, 0.06);
}

.vh-premium-header.is-scrolled .vh-premium-header__row {
  min-height: 54px;
}

.vh-premium-header.is-scrolled .vh-premium-header__logo {
  height: 54px;
}

.vh-premium-header.is-scrolled .vh-premium-logo__image {
  height: 50px;
  max-height: 50px;
}

@keyframes vhPremiumCtaGlow {
  0%, 100% {
    box-shadow:
      0 16px 36px rgba(246, 138, 31, 0.30),
      0 0 0 1px rgba(255, 210, 160, 0.16) inset;
  }

  50% {
    box-shadow:
      0 18px 44px rgba(246, 138, 31, 0.46),
      0 0 0 1px rgba(255, 210, 160, 0.22) inset;
  }
}

@media (max-width: 1800px) {
  .vh-premium-header__bar {
    padding-left: 28px;
    padding-right: 28px;
  }

  .vh-premium-header__row {
    gap: 24px;
    grid-template-columns: minmax(255px, auto) minmax(0, 1fr) auto;
  }

  .vh-premium-header__logo {
    min-width: 255px;
    max-width: 330px;
  }

  .vh-premium-brand-text strong {
    font-size: 17px;
  }

  .vh-premium-brand-text small {
    font-size: 10.5px;
  }

  .vh-premium-header__actions > .vh-premium-header__outline {
    display: none;
  }
}

@media (max-width: 1600px) {
  .vh-premium-header {
    padding-left: 14px;
    padding-right: 14px;
  }

  .vh-premium-header__bar {
    padding-left: 22px;
    padding-right: 22px;
  }

  .vh-premium-header__row {
    gap: 20px;
    grid-template-columns: minmax(235px, auto) minmax(0, 1fr) auto;
  }

  .vh-premium-header__logo {
    min-width: 235px;
    max-width: 305px;
    gap: 12px;
  }

  .vh-premium-logo__image {
    height: 54px;
    max-height: 54px;
    max-width: 76px;
  }

  .vh-premium-brand-text strong {
    font-size: 16px;
  }

  .vh-premium-brand-text small {
    font-size: 10px;
  }

  .vh-premium-header__nav {
    gap: 20px;
  }

  .vh-premium-header__nav a {
    font-size: 14.5px;
  }

  .vh-premium-header__cta {
    min-height: 52px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 14.5px;
  }
}

@media (max-width: 1440px) {
  .vh-premium-header__phone,
  .vh-premium-header__socials {
    display: none !important;
  }

  .vh-premium-header__bar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .vh-premium-header__row {
    gap: 18px;
    grid-template-columns: minmax(230px, auto) minmax(0, 1fr) auto;
  }

  .vh-premium-header__logo {
    min-width: 230px;
  }

  .vh-premium-header__nav {
    gap: 18px;
  }

  .vh-premium-header__nav a {
    font-size: 14px;
  }

  .vh-premium-header__cta {
    min-height: 50px;
    padding-left: 22px;
    padding-right: 22px;
    font-size: 14px;
  }
}

@media (max-width: 1320px) {
  .vh-premium-header__nav,
  .vh-premium-header__actions {
    display: none !important;
  }

  .vh-premium-header__row {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 16px;
  }

  .vh-premium-header__logo {
    min-width: 250px;
    max-width: 320px;
    height: 58px;
  }

  .vh-premium-logo__image {
    height: 54px;
    max-height: 54px;
    max-width: 76px;
  }

  .vh-premium-burger {
    display: inline-flex !important;
    grid-column: 3;
    justify-self: end;
    margin-left: auto;
  }

  .vh-premium-mobile-dropdown {
    display: block !important;
  }

  .vh-premium-mobile-dropdown__buttons .vh-premium-header__cta,
  .vh-premium-mobile-dropdown__buttons .vh-premium-header__outline {
    display: inline-flex !important;
    width: 100%;
    min-height: 58px;
    justify-content: center;
  }
}

@media (max-width: 1180px) {
  .vh-premium-header {
    padding-left: 12px;
    padding-right: 12px;
  }

  .vh-premium-header__bar {
    padding-left: 18px;
    padding-right: 18px;
    border-radius: 22px;
  }
}

@media (max-width: 640px) {
  .vh-premium-header {
    top: 10px;
    padding: 0 10px;
  }

  .vh-premium-header.is-scrolled {
    top: 8px;
  }

  .vh-premium-header__bar {
    padding: 10px 15px;
    border-radius: 18px;
  }

  .vh-premium-header__row {
    min-height: 46px;
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .vh-premium-header__logo {
    min-width: 220px;
    max-width: 250px;
    height: 46px;
    gap: 10px;
  }

  .vh-premium-logo__image {
    height: 42px;
    max-height: 42px;
    max-width: 60px;
  }

  .vh-premium-brand-text {
    gap: 4px;
  }

  .vh-premium-brand-text strong {
    font-size: 14px;
    letter-spacing: -0.03em;
  }

  .vh-premium-brand-text small {
    font-size: 9px;
  }

  .vh-premium-burger {
    width: 42px;
    height: 42px;
    justify-self: end;
    margin-left: auto;
  }

  .vh-premium-mobile-dropdown__nav {
    margin-top: 16px;
    padding-top: 14px;
  }

  .vh-premium-mobile-dropdown__nav a {
    font-size: 18px;
  }

  .vh-premium-mobile-dropdown__phone {
    font-size: 17px;
  }

  .vh-premium-social {
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 420px) {
  .vh-premium-header__logo {
    min-width: 190px;
    max-width: 205px;
    height: 42px;
    gap: 9px;
  }

  .vh-premium-logo__image {
    height: 38px;
    max-height: 38px;
    max-width: 54px;
  }

  .vh-premium-brand-text strong {
    font-size: 12.5px;
  }

  .vh-premium-brand-text small {
    font-size: 8px;
  }

  .vh-premium-burger {
    width: 42px;
    height: 42px;
  }
}

/* ===== SOURCE STYLE BLOCK 3 ===== */
.vh-hero,
.vh-hero * {
  box-sizing: border-box;
}

.vh-hero {
  --vh-bg: #050505;
  --vh-white: #ffffff;
  --vh-muted: rgba(255, 255, 255, 0.72);
  --vh-soft: rgba(255, 255, 255, 0.52);
  --vh-orange: #f68a1f;
  --vh-orange-light: #ffbd6d;
  --vh-benefits-gap: 22px;

  position: relative;
  min-height: 100svh;
  width: 100%;
  overflow: hidden;
  background: var(--vh-bg);
  color: var(--vh-white);
  font-family: "Montserrat", Arial, sans-serif;

  display: flex;
  align-items: center;

  padding: 124px 0 250px;
}

.vh-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.vh-hero__photo {
  position: absolute;
  top: 0;
  right: 0;
  width: 67%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0.92;
  filter: contrast(1.04) saturate(1.03);
}

.vh-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg,
      rgba(0, 0, 0, 0.98) 0%,
      rgba(0, 0, 0, 0.92) 25%,
      rgba(0, 0, 0, 0.60) 48%,
      rgba(0, 0, 0, 0.20) 72%,
      rgba(0, 0, 0, 0.72) 100%
    ),
    linear-gradient(180deg,
      rgba(0, 0, 0, 0.70) 0%,
      rgba(0, 0, 0, 0.12) 38%,
      rgba(0, 0, 0, 0.96) 100%
    );
}

.vh-hero__glow {
  position: absolute;
  z-index: 3;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(55px);
}

.vh-hero__glow--one {
  width: 420px;
  height: 420px;
  right: 10%;
  top: 20%;
  background: rgba(246, 138, 31, 0.24);
}

.vh-hero__glow--two {
  width: 300px;
  height: 300px;
  left: -110px;
  bottom: 12%;
  background: rgba(246, 138, 31, 0.10);
}

.vh-hero__container {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 64px;
}

.vh-hero__content {
  max-width: 650px;
  animation: vhHeroFadeUp 0.9s ease both;
}

.vh-hero__label {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
}

.vh-hero__label span {
  width: 52px;
  height: 1px;
  background: linear-gradient(90deg, var(--vh-orange), transparent);
  box-shadow: 0 0 18px rgba(246, 138, 31, 0.65);
}

.vh-hero__label p {
  margin: 0;
  color: #f4a259;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.30em;
  text-transform: uppercase;
}

.vh-hero__title {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-family: "BebasNeue", "Montserrat", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.055em;
  line-height: 0.88;
}

.vh-hero__title span,
.vh-hero__title strong {
  display: block;
  color: #ffffff;
  font-size: clamp(72px, 7.1vw, 132px);
  font-weight: 800;
  text-shadow:
    0 10px 40px rgba(0, 0, 0, 0.42),
    0 0 22px rgba(255, 255, 255, 0.08);
}

.vh-hero__title strong {
  color: #f4a259;
  text-shadow:
    0 12px 42px rgba(0, 0, 0, 0.45),
    0 0 26px rgba(246, 138, 31, 0.18);
}

.vh-hero__text {
  margin-top: 34px;
  max-width: 540px;
}

.vh-hero__text--offer {
  max-width: 650px;
  margin-top: 24px;
}

/* HERO OFFER */

.vh-hero-offer {
  position: relative;
  max-width: 650px;
  min-height: 92px;

  padding: 0 0 4px;

  border: none;
  border-radius: 0;

  background: transparent;
  box-shadow: none;

  overflow: visible;

  backdrop-filter: none;
  -webkit-backdrop-filter: none;

  transform: translateY(0) rotateX(0deg) scale(1);
  opacity: 1;
  filter: blur(0);

  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;

  transition:
    opacity 0.46s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.46s cubic-bezier(0.16, 1, 0.3, 1),
    filter 0.46s cubic-bezier(0.16, 1, 0.3, 1);
}

.vh-hero-offer.is-changing {
  opacity: 0;
  transform: translateY(14px) rotateX(10deg) scale(0.985);
  filter: blur(7px);
}

.vh-hero-offer.is-paused .vh-hero-offer__progress span {
  animation-play-state: paused;
}

.vh-hero-offer.is-paused .vh-hero-offer__line strong {
  animation-play-state: paused;
}

.vh-hero-offer:active .vh-hero-offer__line {
  transform: translateY(-1px);
}

.vh-hero-offer__line {
  position: relative;
  z-index: 2;

  max-width: 650px;

  color: rgba(255, 255, 255, 0.88);

  font-size: clamp(20px, 1.55vw, 28px);
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0.01em;

  text-wrap: balance;

  transition: transform 0.2s ease;
}

.vh-hero-offer__line strong {
  position: relative;

  color: #ffffff;
  font-weight: 900;

  background:
    linear-gradient(90deg, #ffbd6d 0%, #f68a1f 42%, #ffffff 100%);
  background-size: 180% 100%;

  -webkit-background-clip: text;
  background-clip: text;

  -webkit-text-fill-color: transparent;

  text-shadow:
    0 0 24px rgba(246, 138, 31, 0.18),
    0 10px 30px rgba(0, 0, 0, 0.28);

  animation: vhHeroOfferHighlight 3.6s ease-in-out infinite;
}

.vh-hero-offer__line strong::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;

  height: 2px;
  border-radius: 999px;

  background: linear-gradient(90deg, rgba(246, 138, 31, 0.95), rgba(246, 138, 31, 0));
  opacity: 0.58;
}

.vh-hero-offer__progress {
  position: relative;
  z-index: 2;

  width: min(100%, 270px);
  height: 2px;

  margin-top: 18px;

  overflow: hidden;

  border-radius: 999px;
  background: rgba(255, 255, 255, 0.10);
}

.vh-hero-offer__progress span {
  display: block;
  width: 100%;
  height: 100%;

  border-radius: inherit;

  background: linear-gradient(90deg, #f68a1f, #ffbd6d);

  transform-origin: left center;
  transform: scaleX(0);

  animation: vhHeroOfferProgress 4.6s linear forwards;
}

.vh-hero-offer.is-fresh .vh-hero-offer__line {
  animation: vhHeroOfferTextIn 0.72s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes vhHeroOfferTextIn {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.985);
    filter: blur(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes vhHeroOfferHighlight {
  0%, 100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

@keyframes vhHeroOfferProgress {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

.vh-hero__buttons {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.vh-hero__btn {
  min-height: 58px;
  padding: 0 32px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-decoration: none !important;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    background 0.24s ease,
    border-color 0.24s ease,
    filter 0.24s ease;
}

.vh-hero__btn--primary {
  position: relative;
  overflow: hidden;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-weight: 600;
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.24), transparent 30%),
    linear-gradient(135deg, var(--vh-orange-light) 0%, var(--vh-orange) 100%);
  box-shadow:
    0 18px 42px rgba(246, 138, 31, 0.36),
    0 0 0 1px rgba(255, 210, 160, 0.17) inset;
}

.vh-hero__btn--primary::before {
  content: "";
  position: absolute;
  top: -45%;
  left: -45%;
  width: 38%;
  height: 190%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
  transform: rotate(18deg);
  opacity: 0;
  transition: left 0.72s ease, opacity 0.2s ease;
}

.vh-hero__btn--primary:hover {
  transform: translateY(-3px);
  filter: brightness(1.05);
  box-shadow:
    0 24px 54px rgba(246, 138, 31, 0.48),
    0 0 0 1px rgba(255, 210, 160, 0.25) inset;
}

.vh-hero__btn--primary:hover::before {
  left: 112%;
  opacity: 1;
}

.vh-hero__btn--outline,
.vh-hero__btn--outline:link,
.vh-hero__btn--outline:visited,
.vh-hero__btn--outline:active {
  color: #f4a259 !important;
  -webkit-text-fill-color: #f4a259 !important;

  font-weight: 800;

  border: 1px solid rgba(246, 138, 31, 0.78);
  background:
    radial-gradient(circle at 30% 0%, rgba(246, 138, 31, 0.08), transparent 38%),
    rgba(0, 0, 0, 0.20);

  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

.vh-hero__btn--outline span {
  color: #f4a259 !important;
  -webkit-text-fill-color: #f4a259 !important;
}

.vh-hero__btn--outline:hover {
  transform: translateY(-2px);
  background:
    radial-gradient(circle at 30% 0%, rgba(246, 138, 31, 0.16), transparent 38%),
    rgba(246, 138, 31, 0.10);
  border-color: rgba(246, 138, 31, 1);
}

.vh-hero__btn span,
.vh-hero__btn svg,
.vh-hero__btn img {
  position: relative;
  z-index: 2;
}

.vh-hero__btn-icon,
.vh-hero__download-icon {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.vh-hero__btn-icon img,
.vh-hero__download-icon img {
  width: 19px;
  height: 19px;
  object-fit: contain;
  display: block;
}

/* BENEFITS INSIDE HERO */

.vh-hero-benefits {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 34px;
  z-index: 7;
  width: 100%;
  pointer-events: auto;
}

.vh-benefits-rail {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 8px 0 12px;
  cursor: grab;
  user-select: none;
  touch-action: pan-y;
  mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}

.vh-benefits-rail.is-dragging {
  cursor: grabbing;
}

.vh-benefits-rail::before,
.vh-benefits-rail::after {
  content: "";
  position: absolute;
  top: 0;
  width: 180px;
  height: 100%;
  z-index: 4;
  pointer-events: none;
}

.vh-benefits-rail::before {
  left: 0;
  background: linear-gradient(90deg, rgba(5, 5, 5, 0.92) 0%, rgba(5, 5, 5, 0) 100%);
}

.vh-benefits-rail::after {
  right: 0;
  background: linear-gradient(270deg, rgba(5, 5, 5, 0.92) 0%, rgba(5, 5, 5, 0) 100%);
}

.vh-benefits-track {
  display: flex;
  align-items: stretch;
  gap: var(--vh-benefits-gap);
  width: max-content;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.vh-benefits-group {
  display: flex;
  align-items: stretch;
  gap: var(--vh-benefits-gap);
  flex: 0 0 auto;
}

.vh-benefit-card {
  position: relative;
  flex: 0 0 510px;
  min-height: 178px;
  padding: 42px 34px 30px;

  display: grid;
  grid-template-columns: 82px 1fr;
  align-items: center;
  gap: 26px;

  border-radius: 24px;
  border: 1px solid rgba(246, 138, 31, 0.42);

  background:
    radial-gradient(circle at 96% 0%, rgba(246, 138, 31, 0.16), transparent 16%),
    radial-gradient(circle at 0% 100%, rgba(246, 138, 31, 0.10), transparent 20%),
    linear-gradient(135deg, rgba(24, 22, 20, 0.78) 0%, rgba(7, 7, 7, 0.78) 68%);

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.38),
    inset 0 0 26px rgba(246, 138, 31, 0.035);

  overflow: hidden;
  isolation: isolate;

  transition:
    transform 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.38s ease,
    box-shadow 0.38s ease;
}

.vh-benefit-card::before {
  content: "";
  position: absolute;
  left: -18px;
  bottom: -22px;
  width: 140px;
  height: 140px;
  opacity: 0.16;
  background-image:
    radial-gradient(circle, rgba(246, 138, 31, 0.72) 1px, transparent 1.4px);
  background-size: 9px 9px;
  mask-image: linear-gradient(45deg, #000, transparent 78%);
  -webkit-mask-image: linear-gradient(45deg, #000, transparent 78%);
  z-index: -1;
}

.vh-benefit-card::after {
  display: none;
}

.vh-benefit-card:hover {
  transform: translateY(-5px);
  border-color: rgba(246, 138, 31, 0.82);
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.48),
    0 0 38px rgba(246, 138, 31, 0.10),
    inset 0 0 30px rgba(246, 138, 31, 0.055);
}

.vh-benefit-number {
  position: absolute;
  top: 20px;
  left: 26px;
  z-index: 3;

  color: rgba(246, 138, 31, 0.78);
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.20em;
}

.vh-benefit-number::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 1px;
  margin-left: 10px;
  vertical-align: middle;
  background: linear-gradient(90deg, rgba(246, 138, 31, 0.85), transparent);
  transform: translateY(-1px);
}

.vh-benefit-icon {
  width: 76px;
  height: 76px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  background:
    radial-gradient(circle at 38% 28%, rgba(255, 196, 118, 0.13), transparent 38%),
    rgba(0, 0, 0, 0.28);

  border: 1px solid rgba(246, 138, 31, 0.68);

  box-shadow:
    0 0 0 10px rgba(246, 138, 31, 0.03),
    0 12px 26px rgba(0, 0, 0, 0.30),
    inset 0 0 18px rgba(246, 138, 31, 0.07);
}

.vh-benefit-icon img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  display: block;
  pointer-events: none;
  filter:
    drop-shadow(0 0 10px rgba(246, 138, 31, 0.30))
    drop-shadow(0 0 18px rgba(246, 138, 31, 0.12));
}

.vh-benefit-text h3 {
  margin: 0;
  font-family: "BebasNeue", "Montserrat", Arial, sans-serif;
  color: #ffffff;
  font-size: 27px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.42);
}

.vh-benefit-text p {
  max-width: 360px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.46;
  font-weight: 400;
  letter-spacing: -0.015em;
}

@keyframes vhHeroFadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* TABLET */

@media (max-width: 1024px) {
  .vh-hero {
    padding: 118px 0 232px;
  }

  .vh-hero__photo {
    width: 78%;
    opacity: 0.76;
    object-position: 62% center;
  }

  .vh-hero__overlay {
    background:
      linear-gradient(90deg,
        rgba(0, 0, 0, 0.98) 0%,
        rgba(0, 0, 0, 0.86) 40%,
        rgba(0, 0, 0, 0.50) 70%,
        rgba(0, 0, 0, 0.76) 100%
      ),
      linear-gradient(180deg,
        rgba(0, 0, 0, 0.72) 0%,
        rgba(0, 0, 0, 0.20) 42%,
        rgba(0, 0, 0, 0.94) 100%
      );
  }

  .vh-hero__container {
    padding: 0 36px;
  }

  .vh-hero__content {
    max-width: 600px;
  }

  .vh-benefit-card {
    flex-basis: 460px;
    min-height: 168px;
    padding: 40px 28px 28px;
    grid-template-columns: 70px 1fr;
    gap: 22px;
  }

  .vh-benefit-icon {
    width: 66px;
    height: 66px;
  }

  .vh-benefit-icon img {
    width: 34px;
    height: 34px;
  }

  .vh-benefit-text h3 {
    font-size: 24px;
  }

  .vh-benefit-text p {
    font-size: 13px;
  }
}

/* MOBILE */

@media (max-width: 640px) {
  .vh-hero {
    --vh-benefits-gap: 14px;

    min-height: 100svh;
    align-items: flex-end;
    padding: 94px 0 268px;
  }

  .vh-hero__photo {
    width: 100%;
    height: 100%;
    object-position: center top;
    opacity: 0.82;
  }

  .vh-hero__overlay {
    background:
      linear-gradient(180deg,
        rgba(0, 0, 0, 0.36) 0%,
        rgba(0, 0, 0, 0.36) 25%,
        rgba(0, 0, 0, 0.80) 56%,
        rgba(0, 0, 0, 0.98) 100%
      ),
      linear-gradient(90deg,
        rgba(0, 0, 0, 0.82) 0%,
        rgba(0, 0, 0, 0.34) 52%,
        rgba(0, 0, 0, 0.74) 100%
      );
  }

  .vh-hero__glow--one {
    width: 260px;
    height: 260px;
    right: -80px;
    top: 20%;
    opacity: 0.85;
  }

  .vh-hero__glow--two {
    width: 240px;
    height: 240px;
    left: -120px;
    bottom: 8%;
  }

  .vh-hero__container {
    padding: 0 20px;
  }

  .vh-hero__content {
    max-width: 100%;
  }

  .vh-hero__label {
    gap: 12px;
    margin-bottom: 18px;
  }

  .vh-hero__label span {
    width: 34px;
  }

  .vh-hero__label p {
    font-size: 10px;
    letter-spacing: 0.20em;
  }

  .vh-hero__title {
    gap: 8px;
    letter-spacing: 0.045em;
  }

  .vh-hero__title span,
  .vh-hero__title strong {
    font-size: clamp(46px, 13vw, 68px);
  }

  .vh-hero__text {
    margin-top: 22px;
    max-width: 100%;
  }

  .vh-hero__text--offer {
    margin-top: 16px;
    max-width: 100%;
  }

  .vh-hero-offer {
    min-height: 86px;
    padding: 0 0 2px;
  }

  .vh-hero-offer__line {
    max-width: 100%;
    font-size: clamp(16px, 4.45vw, 21px);
    line-height: 1.32;
    font-weight: 600;
    letter-spacing: 0.01em;
  }

  .vh-hero-offer__progress {
    margin-top: 14px;
    width: 210px;
  }

  .vh-hero__buttons {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 11px;
  }

  .vh-hero__btn {
    width: 100%;
    min-height: 54px;
    padding: 0 22px;
    font-size: 15px;
  }

  .vh-hero-benefits {
    bottom: 26px;
  }

  .vh-benefits-rail {
    padding: 6px 0 10px;
    mask-image: linear-gradient(90deg, transparent 0%, #000 3%, #000 97%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 3%, #000 97%, transparent 100%);
  }

  .vh-benefits-rail::before,
  .vh-benefits-rail::after {
    width: 28px;
  }

  .vh-benefit-card {
    flex: 0 0 64vw;
    max-width: 262px;
    min-height: 184px;
    padding: 42px 16px 18px;

    display: grid;
    grid-template-columns: 48px 1fr;
    grid-template-rows: auto auto;
    column-gap: 14px;
    row-gap: 15px;

    align-items: center;
    align-content: start;

    border-radius: 20px;
  }

  .vh-benefit-number {
    top: 15px;
    left: 16px;
    font-size: 10px;
    letter-spacing: 0.16em;
  }

  .vh-benefit-number::after {
    width: 20px;
    margin-left: 8px;
  }

  .vh-benefit-icon {
    grid-column: 1;
    grid-row: 1;

    width: 48px;
    height: 48px;

    align-self: center;
    justify-self: start;

    box-shadow:
      0 0 0 5px rgba(246, 138, 31, 0.03),
      0 8px 18px rgba(0, 0, 0, 0.26),
      inset 0 0 12px rgba(246, 138, 31, 0.07);
  }

  .vh-benefit-icon img {
    width: 25px;
    height: 25px;
  }

  .vh-benefit-text {
    display: contents;
  }

  .vh-benefit-text h3 {
    grid-column: 2;
    grid-row: 1;

    margin: 0;
    align-self: center;

    font-size: 16.2px;
    line-height: 1.08;
  }

  .vh-benefit-text p {
    grid-column: 1 / -1;
    grid-row: 2;

    max-width: 100%;
    margin: 0;

    font-size: 11.2px;
    line-height: 1.48;
  }
}

/* SMALL MOBILE */

@media (max-width: 390px) {
  .vh-hero {
    padding-bottom: 258px;
  }

  .vh-hero__title span,
  .vh-hero__title strong {
    font-size: 46px;
  }

  .vh-hero-offer {
    min-height: 90px;
    padding: 0;
  }

  .vh-hero-offer__line {
    font-size: 16px;
    line-height: 1.34;
    letter-spacing: 0.01em;
  }

  .vh-benefit-card {
    flex-basis: 66vw;
    max-width: 248px;
    min-height: 178px;
    padding: 40px 15px 17px;
    grid-template-columns: 46px 1fr;
    column-gap: 13px;
    row-gap: 14px;
  }

  .vh-benefit-icon {
    width: 46px;
    height: 46px;
  }

  .vh-benefit-icon img {
    width: 24px;
    height: 24px;
  }

  .vh-benefit-text h3 {
    font-size: 15.2px;
  }

  .vh-benefit-text p {
    font-size: 10.8px;
    line-height: 1.46;
  }
}

/* ===== SOURCE STYLE BLOCK 4 ===== */
.vh-video-section,
.vh-video-section *,
.vh-video-modal,
.vh-video-modal * {
  box-sizing: border-box;
}

.vh-video-section {
  --vh-bg: #050505;
  --vh-border: rgba(255, 255, 255, 0.10);
  --vh-white: #ffffff;
  --vh-muted: rgba(255, 255, 255, 0.68);
  --vh-soft: rgba(255, 255, 255, 0.46);
  --vh-orange: #f68a1f;
  --vh-orange-light: #ffbd6d;
  --vh-card-text-height: 190px;

  position: relative;
  overflow: hidden;
  background: var(--vh-bg);
  color: var(--vh-white);
  font-family: "Montserrat", Arial, sans-serif;
  padding: 120px 0 110px;
}

.vh-video-section__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 18%, rgba(246, 138, 31, 0.14), transparent 26%),
    radial-gradient(circle at 88% 34%, rgba(246, 138, 31, 0.12), transparent 28%),
    radial-gradient(circle at 50% 100%, rgba(246, 138, 31, 0.08), transparent 34%),
    linear-gradient(180deg, #050505 0%, #0b0b0b 48%, #050505 100%);
}

.vh-video-section__container {
  position: relative;
  z-index: 2;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 42px;
}

/* HEADER */

.vh-video-section__header {
  max-width: 1180px;
  margin: 0 auto 64px;
  text-align: center;
}

.vh-video-section__icon-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 28px;
}

.vh-video-section__icon-row span {
  display: block;
  width: 96px;
  height: 1px;
  background: #f68a1f;
  box-shadow: 0 0 14px rgba(246, 138, 31, 0.35);
}

.vh-video-section__icon-img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  display: block;
}

.vh-video-section__title {
  margin: 0 0 34px;
  font-family: "BebasNeue", "Montserrat", Arial, sans-serif;
  font-size: 92px;
  line-height: 0.92;
  font-weight: 900;
  letter-spacing: 0.012em;
  text-transform: uppercase;
  color: #ffffff;
}

.vh-video-section__title span {
  color: #ffffff;
}

.vh-video-section__title strong {
  color: #f4a259;
  font-weight: 900;
}

.vh-video-section__subtitle {
  max-width: 980px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.82);
  font-size: 24px;
  line-height: 1.34;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.vh-video-section__subtitle b {
  color: #ffffff;
  font-weight: 800;
}

/* GRID */

.vh-video-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.vh-video-card {
  position: relative;
  width: 100%;
  padding: 0;
  border: 1px solid var(--vh-border);
  border-radius: 30px;
  overflow: hidden;
  background: #080808;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  color: inherit;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.34);
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

.vh-video-card:hover,
.vh-video-card.is-previewing {
  transform: translateY(-8px);
  border-color: rgba(246, 138, 31, 0.62);
  box-shadow:
    0 26px 70px rgba(0, 0, 0, 0.48),
    0 0 0 1px rgba(246, 138, 31, 0.06) inset,
    0 0 44px rgba(246, 138, 31, 0.10);
}

.vh-video-card__media {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16.25;
  overflow: hidden;
  border-radius: 29px;
  background: #000;
  isolation: isolate;
}

.vh-video-card__preview {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  background: #000;
  transform: scale(1.01);
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.35s ease;
}

.vh-video-card:hover .vh-video-card__preview,
.vh-video-card.is-previewing .vh-video-card__preview {
  transform: scale(1.035);
  filter: saturate(1.05) contrast(1.03);
}

.vh-video-card__progress {
  position: absolute;
  top: 16px;
  left: 20px;
  right: 20px;
  z-index: 8;
  height: 2px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.16);
  opacity: 0.72;
}

.vh-video-card__progress span {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ffbd6d 0%, #f68a1f 100%);
  box-shadow: 0 0 14px rgba(246, 138, 31, 0.72);
}

.vh-video-card.is-previewing .vh-video-card__progress {
  opacity: 1;
}

.vh-video-card.is-previewing .vh-video-card__progress span {
  animation: vhVideoPreviewProgress 5.8s linear infinite;
}

.vh-video-card__shade {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(180deg,
      rgba(0, 0, 0, 0.04) 0%,
      rgba(0, 0, 0, 0.04) 26%,
      rgba(0, 0, 0, 0.22) 52%,
      rgba(0, 0, 0, 0.88) 100%
    );
}

.vh-video-card__play {
  position: absolute;
  left: 50%;
  top: 41%;
  z-index: 5;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(246, 138, 31, 0.82);
  background:
    radial-gradient(circle at 32% 20%, rgba(255, 255, 255, 0.18), transparent 28%),
    rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.36),
    0 0 34px rgba(246, 138, 31, 0.18);
  transition:
    transform 0.28s ease,
    background 0.28s ease,
    box-shadow 0.28s ease,
    opacity 0.28s ease;
}

.vh-video-card:hover .vh-video-card__play,
.vh-video-card.is-previewing .vh-video-card__play {
  transform: translate(-50%, -50%) scale(1.06);
  background:
    radial-gradient(circle at 32% 20%, rgba(255, 255, 255, 0.22), transparent 28%),
    rgba(246, 138, 31, 0.24);
}

.vh-video-card.is-previewing .vh-video-card__play {
  opacity: 0.42;
}

.vh-video-card__play img {
  width: 25px;
  height: 25px;
  object-fit: contain;
  display: block;
}

.vh-video-card__time {
  position: absolute;
  left: 20px;
  bottom: calc(var(--vh-card-text-height) + 18px);
  z-index: 7;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.52);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.vh-video-card__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6;
  height: var(--vh-card-text-height);
  padding: 24px 22px 24px;
  display: grid;
  grid-template-rows: 14px 58px 1fr;
  row-gap: 10px;
  align-content: start;
  background:
    linear-gradient(180deg, rgba(10, 10, 10, 0.14) 0%, rgba(10, 10, 10, 0.88) 30%, rgba(10, 10, 10, 0.98) 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.vh-video-card__content span {
  display: block;
  color: var(--vh-orange);
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.vh-video-card__content strong {
  display: flex;
  align-items: flex-start;
  color: #ffffff;
  font-size: 21px;
  line-height: 1.14;
  font-weight: 760;
  margin: 0;
}

.vh-video-card__content p {
  max-width: 250px;
  margin: 0;
  color: var(--vh-muted);
  font-size: 14px;
  line-height: 1.48;
  font-weight: 400;
}

.vh-video-section__hint {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 46px;
}

.vh-video-section__hint span {
  width: 54px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(246, 138, 31, 0.9), transparent);
}

.vh-video-section__hint p {
  margin: 0;
  color: var(--vh-soft);
  font-size: 14px;
  line-height: 1.4;
}

.vh-video-section__hint b {
  font-weight: 500;
}

.vh-video-hint__mobile {
  display: none;
}

/* MODAL */

.vh-video-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 26px;
  font-family: "Montserrat", Arial, sans-serif;
}

.vh-video-modal.is-open {
  display: flex;
}

.vh-video-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.84);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  animation: vhVideoFade 0.24s ease both;
}

.vh-video-modal__window {
  position: relative;
  z-index: 2;
  width: min(430px, calc(100vw - 28px));
  max-height: calc(100svh - 36px);
  border-radius: 24px;
  padding: 16px;
  background: rgba(15, 12, 10, 0.96);
  border: 1px solid rgba(246, 138, 31, 0.16);
  box-shadow:
    0 26px 70px rgba(0, 0, 0, 0.66),
    0 0 0 1px rgba(255, 255, 255, 0.035) inset;
  animation: vhVideoPop 0.34s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.vh-video-modal__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 0 12px;
}

.vh-video-modal__title {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
}

.vh-video-modal__close {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 50%;
  border: 1px solid rgba(246, 138, 31, 0.55);
  background: rgba(0, 0, 0, 0.24);
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition:
    transform 0.18s ease,
    background 0.18s ease,
    border-color 0.18s ease;
}

.vh-video-modal__close:hover {
  transform: scale(1.06);
  background: rgba(246, 138, 31, 0.12);
  border-color: rgba(246, 138, 31, 0.9);
}

.vh-video-modal__close svg {
  width: 14px;
  height: 14px;
  display: block;
}

.vh-video-modal__close path {
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
}

.vh-video-modal__player-wrap {
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.055);
  opacity: 0;
  transform: translateY(10px) scale(0.985);
}

.vh-video-modal.is-open .vh-video-modal__player-wrap {
  animation: vhVideoPlayerIn 0.42s cubic-bezier(0.22, 1, 0.36, 1) 0.08s both;
}

.vh-video-modal__player {
  display: block;
  width: 100%;
  max-height: calc(100svh - 104px);
  aspect-ratio: 9 / 16;
  object-fit: contain;
  background: #000;
  outline: none;
}

/* ANIMATIONS */

@keyframes vhVideoFade {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes vhVideoPop {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes vhVideoPlayerIn {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes vhVideoPreviewProgress {
  0% { width: 0%; }
  100% { width: 100%; }
}

/* TABLET */

@media (max-width: 1024px) {
  .vh-video-section {
    --vh-card-text-height: 184px;
    padding: 100px 0 90px;
  }

  .vh-video-section__container {
    padding: 0 28px;
  }

  .vh-video-grid {
    gap: 16px;
  }

  .vh-video-card {
    border-radius: 26px;
  }

  .vh-video-card__media {
    border-radius: 25px;
  }

  .vh-video-card__content {
    padding: 22px 18px 22px;
    grid-template-rows: 14px 56px 1fr;
  }

  .vh-video-card__content strong {
    font-size: 18px;
  }

  .vh-video-card__content p {
    font-size: 13px;
  }
}

/* MOBILE */

@media (max-width: 760px) {
  .vh-video-section {
    --vh-card-text-height: 188px;
    padding: 86px 0 78px;
  }

  .vh-video-section__container {
    padding: 0 0 0 16px;
  }

  .vh-video-section__header {
    margin: 0 16px 38px 0;
    text-align: center;
  }

  .vh-video-section__icon-row {
    gap: 14px;
    margin-bottom: 22px;
  }

  .vh-video-section__icon-row span {
    width: 62px;
  }

  .vh-video-section__icon-img {
    width: 26px;
    height: 26px;
  }

  .vh-video-section__title {
    margin-bottom: 24px;
    font-size: clamp(44px, 13vw, 68px);
    line-height: 0.95;
  }

  .vh-video-section__subtitle {
    max-width: 340px;
    font-size: 17px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.78);
  }

  .vh-video-section__subtitle br {
    display: none;
  }

  .vh-video-grid {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px 16px 18px 0;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .vh-video-grid::-webkit-scrollbar {
    display: none;
  }

  .vh-video-card {
    flex: 0 0 86vw;
    max-width: 390px;
    scroll-snap-align: start;
    border-radius: 28px;
  }

  .vh-video-card__media {
    border-radius: 27px;
    aspect-ratio: 9 / 16.35;
  }

  .vh-video-card__progress {
    top: 14px;
    left: 18px;
    right: 18px;
  }

  .vh-video-card__play {
    width: 62px;
    height: 62px;
  }

  .vh-video-card__time {
    left: 20px;
    bottom: calc(var(--vh-card-text-height) + 16px);
  }

  .vh-video-card__content {
    height: var(--vh-card-text-height);
    padding: 22px 20px 22px;
    grid-template-rows: 14px 58px 1fr;
    row-gap: 10px;
  }

  .vh-video-card__content strong {
    font-size: 22px;
  }

  .vh-video-card__content p {
    max-width: 280px;
    font-size: 15px;
  }

  .vh-video-section__hint {
    justify-content: flex-start;
    margin: 24px 20px 0 0;
    gap: 12px;
  }

  .vh-video-section__hint span {
    width: 34px;
  }

  .vh-video-section__hint p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.58);
  }

  .vh-video-hint__desktop {
    display: none;
  }

  .vh-video-hint__mobile {
    display: inline;
  }

  .vh-video-modal {
    padding: 12px;
  }

  .vh-video-modal__window {
    width: min(410px, calc(100vw - 16px));
    padding: 14px;
    border-radius: 22px;
  }

  .vh-video-modal__top {
    padding-bottom: 10px;
  }

  .vh-video-modal__title {
    font-size: 15px;
  }

  .vh-video-modal__close {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }

  .vh-video-modal__close svg {
    width: 13px;
    height: 13px;
  }

  .vh-video-modal__player-wrap {
    border-radius: 16px;
  }

  .vh-video-modal__player {
    max-height: calc(100svh - 94px);
  }
}

@media (max-width: 390px) {
  .vh-video-section {
    --vh-card-text-height: 184px;
  }

  .vh-video-card {
    flex-basis: 88vw;
  }

  .vh-video-section__title {
    font-size: clamp(40px, 12vw, 56px);
  }

  .vh-video-section__subtitle {
    font-size: 15px;
  }

  .vh-video-card__content strong {
    font-size: 20px;
  }

  .vh-video-card__content p {
    font-size: 14px;
  }
}

/* ===== SOURCE STYLE BLOCK 5 ===== */
.vh-formats-section,
.vh-formats-section * {
  box-sizing: border-box;
}

.vh-formats-section {
  width: 100%;
  padding: 58px 20px 58px;
  background: #111111;
  font-family: "Montserrat", Arial, sans-serif;
}

.vh-formats-header {
  max-width: 980px;
  margin: 0 auto 54px;
  text-align: center;
}

.vh-formats-icon-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 26px;
}

.vh-formats-icon-row span {
  display: block;
  width: 96px;
  height: 1px;
  background: #f68a1f;
}

.vh-formats-icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
  display: block;
}

.vh-formats-title {
  margin: 0 0 32px;
  font-family: "BebasNeue", Arial, sans-serif !important;
  font-size: clamp(58px, 5.8vw, 92px);
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.vh-formats-title span {
  color: #ffffff;
}

.vh-formats-title strong {
  color: #f4a259;
  font-weight: 700;
}

.vh-formats-description {
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 24px;
  line-height: 1.32;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.86);
}

.vh-formats-description b {
  color: #ffffff;
  font-weight: 800;
}

.vh-formats-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}

.vh-format-card {
  position: relative;
  min-height: 560px;
  border-radius: 24px;
  overflow: hidden;
  background: #181818;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.36);
  isolation: isolate;
}

.vh-format-card--active {
  border: 2px solid #ff8a1d;
  box-shadow:
    0 0 0 1px rgba(255, 138, 29, 0.35),
    0 18px 60px rgba(255, 138, 29, 0.22);
}

.vh-format-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.7s ease;
  z-index: 1;
}

/* Фото первой карточки чуть выше */
.vh-format-card--chamber .vh-format-img {
  object-position: center 24%;
}

.vh-format-card:hover .vh-format-img {
  transform: scale(1.04);
}

.vh-format-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.06) 0%,
      rgba(0, 0, 0, 0.16) 28%,
      rgba(0, 0, 0, 0.58) 62%,
      rgba(0, 0, 0, 0.92) 82%,
      rgba(0, 0, 0, 0.98) 100%
    );
}

.vh-format-content {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 3;
  color: #ffffff;
}

.vh-format-number {
  margin-bottom: 12px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #f7a63b;
  font-weight: 500;
}

.vh-format-title {
  margin: 0 0 10px;
  font-family: "BebasNeue", Arial, sans-serif !important;
  font-size: clamp(40px, 3.15vw, 54px);
  line-height: 0.92;
  letter-spacing: 0.01em;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}

.vh-format-subtitle {
  margin-bottom: 20px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.4;
  color: #f0a33a;
  font-weight: 500;
}

.vh-format-line {
  width: 100%;
  height: 1px;
  margin-bottom: 18px;
  background: rgba(255, 255, 255, 0.18);
}

.vh-format-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 13px;
}

.vh-format-list li {
  position: relative;
  padding-left: 38px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.35;
  color: #ffffff;
  font-weight: 500;
}

.vh-format-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 24px;
  height: 24px;
  background-image: url("https://storage.yandexcloud.net/vocava/%D0%98%D0%BA%D0%BE%D0%BD%D0%BA%D0%B8/%D0%93%D0%B0%D0%BB%D0%BE%D1%87%D0%BA%D0%B0.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.vh-format-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  padding: 15px 26px;
  background: #f68a1f;
  color: #ffffff;
  border-radius: 0 0 12px 12px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.02em;
  white-space: nowrap;
  box-shadow: 0 12px 28px rgba(246, 138, 31, 0.28);
}

/* Tablet */
@media (max-width: 1180px) {
  .vh-formats-section {
    padding: 48px 18px 48px;
  }

  .vh-formats-header {
    margin-bottom: 44px;
  }

  .vh-formats-description {
    font-size: 21px;
  }

  .vh-formats-container {
    gap: 18px;
  }

  .vh-format-card {
    min-height: 540px;
  }

  .vh-format-content {
    left: 24px;
    right: 24px;
    bottom: 24px;
  }

  .vh-format-title {
    font-size: clamp(34px, 3vw, 46px);
  }

  .vh-format-number {
    font-size: 15px;
  }

  .vh-format-subtitle,
  .vh-format-list li {
    font-size: 15px;
  }

  .vh-format-badge {
    font-size: 13px;
    padding: 13px 20px;
  }
}

/* Mobile */
@media (max-width: 860px) {
  .vh-formats-section {
    padding: 38px 16px 38px;
  }

  .vh-formats-header {
    margin-bottom: 34px;
  }

  .vh-formats-icon-row {
    gap: 14px;
    margin-bottom: 22px;
  }

  .vh-formats-icon-row span {
    width: 62px;
  }

  .vh-formats-icon {
    width: 24px;
    height: 24px;
  }

  .vh-formats-title {
    margin-bottom: 22px;
    font-size: clamp(44px, 12vw, 64px);
  }

  .vh-formats-description {
    font-size: 17px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.82);
  }

  .vh-formats-description br {
    display: none;
  }

  .vh-formats-container {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .vh-format-card {
    min-height: 560px;
    border-radius: 22px;
  }

  /* Порядок на мобильном: 1 → 2 → 3 */
  .vh-format-card--active {
    order: initial;
  }

  .vh-format-content {
    left: 22px;
    right: 22px;
    bottom: 24px;
  }

  .vh-format-title {
    font-size: clamp(38px, 11vw, 54px);
    white-space: nowrap;
  }

  .vh-format-subtitle {
    font-size: 16px;
  }

  .vh-format-list li {
    font-size: 16px;
    padding-left: 36px;
  }

  .vh-format-list li::before {
    width: 22px;
    height: 22px;
  }

  .vh-format-badge {
    top: 0;
    font-size: 11px;
    padding: 13px 18px;
    max-width: none;
    width: auto;
    white-space: nowrap;
    text-align: center;
    line-height: 1;
  }
}

@media (max-width: 480px) {
  .vh-formats-section {
    padding: 34px 12px 34px;
  }

  .vh-formats-title {
    font-size: clamp(40px, 12vw, 52px);
  }

  .vh-formats-description {
    font-size: 15px;
  }

  .vh-format-card {
    min-height: 520px;
    border-radius: 20px;
  }

  .vh-format-content {
    left: 18px;
    right: 18px;
    bottom: 20px;
  }

  .vh-format-number {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .vh-format-title {
    font-size: clamp(34px, 10.2vw, 44px);
    line-height: 0.92;
    white-space: nowrap;
  }

  .vh-format-subtitle {
    margin-bottom: 16px;
    font-size: 14px;
  }

  .vh-format-line {
    margin-bottom: 16px;
  }

  .vh-format-list {
    gap: 12px;
  }

  .vh-format-list li {
    font-size: 14px;
    padding-left: 32px;
  }

  .vh-format-list li::before {
    width: 20px;
    height: 20px;
    top: 0;
  }

  .vh-format-badge {
    font-size: 10px;
    padding: 12px 14px;
    white-space: nowrap;
    max-width: none;
    width: auto;
    line-height: 1;
  }
}

.vh-format-select {
  width: 100%;
  min-height: 48px;
  margin-top: 20px;
  padding: 0 18px;
  border: 1px solid rgba(246,138,31,.72);
  border-radius: 999px;
  color: #fff;
  background: rgba(246,138,31,.14);
  font: 800 14px/1 "Montserrat", Arial, sans-serif;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}
.vh-format-select:hover, .vh-format-select:focus-visible {
  transform: translateY(-2px);
  background: rgba(246,138,31,.28);
  outline: none;
}

/* ===== SOURCE STYLE BLOCK 6 ===== */
.vh-booking,.vh-booking *{box-sizing:border-box}.vh-booking{padding:104px 20px;background:linear-gradient(180deg,#111,#050505);color:#fff;font-family:"Montserrat",Arial,sans-serif}.vh-booking__inner{max-width:1200px;margin:auto}.vh-booking__head{text-align:center;max-width:850px;margin:0 auto 44px}.vh-booking__eyebrow{display:block;margin-bottom:14px;color:#f4a259;font-size:13px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.vh-booking__head h2{margin:0 0 18px;font:700 clamp(48px,6vw,82px)/.95 "Bebas Neue",sans-serif}.vh-booking__head h2 strong{color:#f4a259}.vh-booking__head p{margin:0;color:rgba(255,255,255,.68);font-size:18px}.vh-booking__steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.vh-booking__steps article{padding:24px;border:1px solid rgba(255,255,255,.1);border-radius:22px;background:radial-gradient(circle at 15% 0,rgba(246,138,31,.1),transparent 42%),rgba(255,255,255,.035)}.vh-booking__steps b{display:block;margin-bottom:18px;color:#f4a259;font-size:13px;letter-spacing:.12em}.vh-booking__steps h3{margin:0 0 10px;font-size:18px}.vh-booking__steps p{margin:0;color:rgba(255,255,255,.62);font-size:14px;line-height:1.55}.vh-booking__included{display:grid;grid-template-columns:1fr 1fr auto;gap:22px;align-items:center;margin-top:22px;padding:24px;border:1px solid rgba(246,138,31,.24);border-radius:24px;background:rgba(246,138,31,.055)}.vh-booking__included h3{margin:0 0 7px;font-size:16px}.vh-booking__included p{margin:0;color:rgba(255,255,255,.62);font-size:13px;line-height:1.5}.vh-booking__included a{min-height:52px;padding:0 22px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#fff!important;text-decoration:none!important;background:linear-gradient(135deg,#ffbd6d,#f68a1f);font-weight:800;white-space:nowrap}@media(max-width:900px){.vh-booking__steps{grid-template-columns:1fr 1fr}.vh-booking__included{grid-template-columns:1fr}}@media(max-width:560px){.vh-booking{padding:72px 12px}.vh-booking__steps{grid-template-columns:1fr}.vh-booking__head p{font-size:15px}}

/* ===== SOURCE STYLE BLOCK 7 ===== */
.vh-price-calc,
.vh-price-calc *,
.vh-pdf-stage,
.vh-pdf-stage * {
  box-sizing: border-box;
}

.vh-price-calc {
  --vh-text: #ffffff;
  --vh-muted: rgba(255, 255, 255, 0.64);
  --vh-border: rgba(255, 255, 255, 0.12);
  --vh-accent: #f68a1f;
  --vh-accent-2: #ffbd6d;

  position: relative;
  margin: -20px 0 0;
  padding: 88px 20px 150px;
  background:
    radial-gradient(circle at 15% 15%, rgba(246, 138, 31, 0.18), transparent 30%),
    radial-gradient(circle at 85% 72%, rgba(246, 138, 31, 0.12), transparent 34%),
    linear-gradient(180deg, #050505 0%, #111111 52%, #050505 100%);
  color: var(--vh-text);
  font-family: "Montserrat", Arial, sans-serif;
  overflow: visible;
}

.vh-price-calc__wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* HEADER — стиль как в блоке "Форматы выступления" */

.vh-price-calc__head {
  max-width: 980px;
  margin: 0 auto 54px;
  text-align: center;
}

.vh-price-calc__icon-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 26px;
}

.vh-price-calc__icon-row span {
  display: block;
  width: 96px;
  height: 1px;
  background: #f68a1f;
}

.vh-price-calc__icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
  display: block;
}

.vh-price-calc__title {
  margin: 0 0 32px;
  font-family: "BebasNeue", "Bebas Neue", Arial, sans-serif !important;
  font-size: clamp(58px, 5.8vw, 92px);
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.vh-price-calc__title span {
  color: #ffffff;
}

.vh-price-calc__title strong {
  color: #f4a259;
  font-weight: 700;
}

.vh-price-calc__description {
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 24px;
  line-height: 1.32;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.86);
}

.vh-price-calc__description b {
  color: #ffffff;
  font-weight: 800;
}

.vh-price-calc__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  gap: 26px;
  align-items: start;
}

.vh-price-calc__panel,
.vh-price-calc__result-card {
  border: 1px solid var(--vh-border);
  border-radius: 30px;
  background:
    radial-gradient(circle at 20% 0%, rgba(246, 138, 31, 0.08), transparent 34%),
    rgba(10, 10, 10, 0.78);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.42),
    inset 0 0 28px rgba(255, 255, 255, 0.03);
}

.vh-price-calc__panel {
  padding: 28px;
}

.vh-price-calc__field {
  margin-bottom: 26px;
  min-width: 0;
}

.vh-price-calc__field:last-child {
  margin-bottom: 0;
}

.vh-price-calc label,
.vh-price-calc__label-row label {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.vh-price-calc__field.is-needed.is-touched select,
.vh-price-calc__field.is-needed.is-touched input[type="text"],
.vh-price-calc__field.is-needed.is-touched input[type="date"] {
  border-color: rgba(255, 120, 120, 0.38);
  box-shadow: inset 0 0 0 1px rgba(255, 120, 120, 0.08);
}

.vh-price-calc__field-head,
.vh-price-calc__label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 10px;
}

.vh-price-calc__field-head label,
.vh-price-calc__label-row label {
  margin-bottom: 0;
}

.vh-price-calc__label-row strong {
  color: var(--vh-accent-2);
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
}

.vh-price-calc__duration-edit {
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 189, 109, 0.18);
  background: rgba(255, 189, 109, 0.06);
  cursor: pointer;
  transition: border-color 0.22s ease, background 0.22s ease, transform 0.22s ease;
}

.vh-price-calc__duration-edit:hover,
.vh-price-calc__duration-edit:focus {
  outline: none;
  transform: translateY(-1px);
  border-color: rgba(255, 189, 109, 0.46);
  background: rgba(255, 189, 109, 0.10);
}

.vh-price-calc__duration-input {
  width: 92px !important;
  height: 38px !important;
  min-height: 38px !important;
  padding: 0 12px !important;
  border-radius: 999px !important;
  text-align: center;
  color: #ffffff !important;
  border-color: rgba(255, 189, 109, 0.58) !important;
  background: rgba(255, 255, 255, 0.075) !important;
  box-shadow: 0 0 0 4px rgba(246, 138, 31, 0.12) !important;
}

.vh-price-calc select,
.vh-price-calc input[type="text"],
.vh-price-calc input[type="date"] {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 58px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
  outline: none;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
}

.vh-price-calc input[type="text"]::placeholder {
  color: rgba(255, 255, 255, 0.34);
}

.vh-price-calc select {
  appearance: none;
  -webkit-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(255,255,255,0.74) 50%),
    linear-gradient(135deg, rgba(255,255,255,0.74) 50%, transparent 50%);
  background-position:
    calc(100% - 22px) 25px,
    calc(100% - 16px) 25px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.vh-price-calc select option {
  color: #111111;
}

.vh-price-calc select:focus,
.vh-price-calc input[type="text"]:focus,
.vh-price-calc input[type="date"]:focus {
  border-color: rgba(246, 138, 31, 0.82);
  box-shadow: 0 0 0 4px rgba(246, 138, 31, 0.13);
}

.vh-price-calc__date-box,
.vh-price-calc__address-box {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.vh-price-calc input[type="date"] {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 58px;
  min-height: 58px;
  line-height: 58px;

  color-scheme: dark;
  position: relative;
  cursor: text;
  padding: 0 52px 0 18px;

  appearance: none;
  -webkit-appearance: none;
}

.vh-price-calc input[type="date"]::-webkit-date-and-time-value {
  min-height: 58px;
  line-height: 58px;
  text-align: left;
}

.vh-price-calc input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  display: none;
}

.vh-price-calc__date-open {
  position: absolute;
  right: 14px;
  top: 50%;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.vh-price-calc__date-open:hover {
  opacity: 1;
  transform: translateY(-50%) scale(1.04);
}

.vh-price-calc__date-open img {
  width: 20px;
  height: 20px;
  display: block;
  object-fit: contain;
}

.vh-price-calc__date-status,
.vh-price-calc__address-status {
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  line-height: 1.45;
  font-weight: 600;
}

.vh-price-calc__date-status.is-good,
.vh-price-calc__address-status.is-good {
  color: rgba(255, 189, 109, 0.92);
}

.vh-price-calc__address-status.is-error {
  color: rgba(255, 120, 120, 0.92);
}

.vh-price-calc__info-btn {
  width: 30px;
  height: 30px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(246, 138, 31, 0.48);
  border-radius: 50%;
  color: var(--vh-accent-2);
  background: rgba(246, 138, 31, 0.09);
  font-family: inherit;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  cursor: pointer;
}

.vh-price-calc__format-info {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  display: grid;
  gap: 10px;
  transition: max-height 0.34s ease, opacity 0.24s ease, margin 0.24s ease;
}

.vh-price-calc__format-info.is-open {
  max-height: 520px;
  opacity: 1;
  margin-bottom: 14px;
}

.vh-price-calc__format-info div {
  padding: 14px 15px;
  border: 1px solid rgba(246, 138, 31, 0.20);
  border-radius: 16px;
  background:
    radial-gradient(circle at 12% 0%, rgba(246, 138, 31, 0.10), transparent 38%),
    rgba(255, 255, 255, 0.045);
}

.vh-price-calc__format-info strong {
  display: block;
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 900;
}

.vh-price-calc__format-info p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 500;
}

.vh-price-calc__formats {
  display: grid;
  gap: 12px;
}

.vh-price-calc__format-mobile {
  display: none;
}

.vh-price-calc__format {
  position: relative;
  display: block;
  margin: 0 !important;
  padding: 18px 18px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.045);
  cursor: pointer;
  transition: border-color 0.22s ease, background 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.vh-price-calc__format:hover {
  transform: translateY(-1px);
  border-color: rgba(246, 138, 31, 0.42);
  background: rgba(246, 138, 31, 0.07);
}

.vh-price-calc__format.is-active {
  border-color: rgba(246, 138, 31, 0.86);
  background:
    radial-gradient(circle at 10% 0%, rgba(246, 138, 31, 0.16), transparent 46%),
    rgba(246, 138, 31, 0.08);
  box-shadow:
    0 16px 34px rgba(246, 138, 31, 0.12),
    inset 0 0 0 1px rgba(255, 189, 109, 0.08);
}

.vh-price-calc__format input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.vh-price-calc__format-content {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 14px;
  align-items: center;
}

.vh-price-calc__format-number {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(246, 138, 31, 0.32);
  border-radius: 50%;
  color: rgba(255, 189, 109, 0.95);
  background:
    radial-gradient(circle at 28% 18%, rgba(255,255,255,0.16), transparent 36%),
    rgba(246, 138, 31, 0.08);
  font-size: 15px;
  line-height: 1;
  font-weight: 950;
}

.vh-price-calc__format.is-active .vh-price-calc__format-number {
  color: #111111;
  border-color: rgba(255, 189, 109, 0.95);
  background: linear-gradient(135deg, var(--vh-accent-2), var(--vh-accent));
}

.vh-price-calc__format strong {
  display: block;
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: none;
  letter-spacing: 0;
}

.vh-price-calc__format small {
  display: block;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
}

.vh-price-calc input[type="range"] {
  width: 100%;
  height: 6px;
  border-radius: 999px;
  outline: none;
  background: linear-gradient(90deg, var(--vh-accent) 0%, var(--vh-accent-2) 40%, rgba(255,255,255,0.12) 40%, rgba(255,255,255,0.12) 100%);
  appearance: none;
  -webkit-appearance: none;
}

.vh-price-calc input[type="range"]::-webkit-slider-thumb {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 3px solid #111111;
  background: var(--vh-accent-2);
  box-shadow:
    0 0 0 5px rgba(246, 138, 31, 0.22),
    0 8px 18px rgba(0, 0, 0, 0.32);
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.vh-price-calc input[type="range"]::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 3px solid #111111;
  background: var(--vh-accent-2);
  box-shadow:
    0 0 0 5px rgba(246, 138, 31, 0.22),
    0 8px 18px rgba(0, 0, 0, 0.32);
  cursor: pointer;
}

.vh-price-calc__range-scale {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 12px;
  font-weight: 700;
}

.vh-price-calc__range-scale--six span {
  width: 16.66%;
  text-align: center;
}

.vh-price-calc__range-scale--six span:first-child {
  text-align: left;
}

.vh-price-calc__range-scale--six span:last-child {
  text-align: right;
}

.vh-price-calc__suggestions {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  z-index: 20;
  display: none;
  max-height: 270px;
  overflow-y: auto;
  border: 1px solid rgba(246, 138, 31, 0.26);
  border-radius: 18px;
  background:
    radial-gradient(circle at 20% 0%, rgba(246, 138, 31, 0.10), transparent 40%),
    rgba(12, 12, 12, 0.96);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.46),
    inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.vh-price-calc__suggestions.is-visible {
  display: block;
}

.vh-price-calc__suggestion {
  width: 100%;
  padding: 14px 16px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  display: block;
  color: rgba(255, 255, 255, 0.84);
  background: transparent;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 650;
  text-align: left;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease;
}

.vh-price-calc__suggestion:last-child {
  border-bottom: none;
}

.vh-price-calc__suggestion:hover {
  color: #ffffff;
  background: rgba(246, 138, 31, 0.12);
}

.vh-price-calc__suggestion small {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 12px;
  line-height: 1.3;
  font-weight: 500;
}

.vh-price-calc__discount-block {
  display: none;
  margin-top: 2px;
}

.vh-price-calc__discount-block.is-visible {
  display: block;
}

.vh-price-calc__discount-toggle {
  width: 100%;
  min-height: 58px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid rgba(246, 138, 31, 0.28);
  border-radius: 18px;
  color: #ffffff;
  background:
    radial-gradient(circle at 12% 0%, rgba(246, 138, 31, 0.12), transparent 42%),
    rgba(255, 255, 255, 0.045);
  font-family: inherit;
  cursor: pointer;
}

.vh-price-calc__discount-toggle span {
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.vh-price-calc__discount-toggle i {
  position: relative;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 50%;
  border: 1px solid rgba(246, 138, 31, 0.48);
  background: rgba(246, 138, 31, 0.08);
  transition: transform 0.24s ease;
}

.vh-price-calc__discount-toggle i::before,
.vh-price-calc__discount-toggle i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 2px;
  border-radius: 999px;
  background: var(--vh-accent-2);
  transform: translate(-50%, -50%);
}

.vh-price-calc__discount-toggle i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.vh-price-calc__discount-block.is-open .vh-price-calc__discount-toggle i {
  transform: rotate(180deg);
}

.vh-price-calc__discount-block.is-open .vh-price-calc__discount-toggle i::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.vh-price-calc__discount-body {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.32s ease, opacity 0.24s ease;
}

.vh-price-calc__discount-block.is-open .vh-price-calc__discount-body {
  max-height: 180px;
  opacity: 1;
}

.vh-price-calc__checks {
  display: grid;
  gap: 10px;
  padding-top: 12px;
}

.vh-price-calc__checks label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  padding: 14px 15px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  cursor: pointer;
  transition: border-color 0.22s ease, background 0.22s ease;
}

.vh-price-calc__checks label:hover {
  border-color: rgba(246, 138, 31, 0.34);
  background: rgba(246, 138, 31, 0.055);
}

.vh-price-calc__checks input {
  width: 18px;
  height: 18px;
  margin: 0;
  margin-top: 1px;
  accent-color: var(--vh-accent);
  flex: 0 0 auto;
}

.vh-price-calc__checks span strong {
  color: var(--vh-accent-2);
  font-weight: 900;
  white-space: nowrap;
}

.vh-price-calc__discount-hint {
  margin-top: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
}

.vh-price-calc__discount-hint.is-good {
  color: rgba(255, 189, 109, 0.94);
  border-color: rgba(246, 138, 31, 0.28);
  background: rgba(246, 138, 31, 0.07);
}

.vh-price-calc__result {
  position: sticky;
  top: 110px;
}

.vh-price-calc__result-card {
  padding: 30px;
}

.vh-price-calc__price {
  display: grid;
  gap: 6px;
  margin-bottom: 14px;
}

.vh-price-calc__old-row {
  display: none;
  align-items: baseline;
  gap: 9px;
  flex-wrap: wrap;
}

.vh-price-calc__old-row.is-visible {
  display: flex;
}

.vh-price-calc__old-price {
  color: rgba(255, 255, 255, 0.42);
  font-size: 22px;
  line-height: 1;
  font-weight: 800;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}

.vh-price-calc__old-reason {
  color: rgba(255, 255, 255, 0.42);
  font-size: 12px;
  line-height: 1.25;
  font-weight: 600;
}

.vh-price-calc__price strong {
  display: block;
  color: #ffffff;
  font-size: clamp(46px, 5vw, 68px);
  line-height: 0.92;
  font-weight: 950;
  letter-spacing: -0.055em;
  text-shadow: 0 0 28px rgba(246, 138, 31, 0.18);
}

#vhCalcSummary {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
}

#vhCalcSummary span {
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
}

.vh-price-calc__included {
  padding: 20px 0;
  margin: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.vh-price-calc__included h3 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 900;
}

.vh-price-calc__included ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vh-price-calc__included li {
  position: relative;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 500;
}

.vh-price-calc__included li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--vh-accent);
  box-shadow: 0 0 12px rgba(246, 138, 31, 0.42);
}

.vh-price-calc__included li.is-discount {
  color: rgba(255, 255, 255, 0.42);
  font-weight: 500;
}

.vh-price-calc__included li.is-discount::before {
  background: rgba(255, 255, 255, 0.36);
  box-shadow: none;
}

.vh-price-calc__note {
  margin-bottom: 18px;
  padding: 14px 15px;
  border-radius: 16px;
  border: 1px solid rgba(246, 138, 31, 0.24);
  background: rgba(246, 138, 31, 0.07);
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  line-height: 1.45;
  font-weight: 600;
}

.vh-price-calc__offer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 10px;
  padding: 12px 0 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.vh-price-calc__offer > span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.vh-price-calc__offer-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.vh-price-calc__circle-action {
  position: relative;
  width: 46px;
  height: 46px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(246, 138, 31, 0.30);
  border-radius: 50%;
  color: rgba(255, 189, 109, 0.95);
  background:
    radial-gradient(circle at 30% 15%, rgba(255, 255, 255, 0.16), transparent 34%),
    rgba(255, 255, 255, 0.045);
  cursor: pointer;
  transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, opacity 0.22s ease;
}

.vh-price-calc__circle-action:hover {
  transform: translateY(-2px);
  border-color: rgba(246, 138, 31, 0.72);
  background: rgba(246, 138, 31, 0.09);
  box-shadow: 0 14px 34px rgba(246, 138, 31, 0.12);
}

.vh-price-calc__circle-action.is-disabled {
  opacity: 0.42;
  cursor: not-allowed;
}

.vh-price-calc__circle-action.is-disabled:hover {
  transform: none;
  border-color: rgba(246, 138, 31, 0.30);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: none;
}

.vh-price-calc__circle-action svg {
  width: 22px;
  height: 22px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vh-price-calc__circle-action::after {
  content: attr(data-tooltip);
  position: absolute;
  right: 50%;
  bottom: calc(100% + 10px);
  min-width: max-content;
  max-width: 240px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(10, 10, 10, 0.96);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  white-space: nowrap;
  transform: translateX(50%) translateY(4px);
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.38);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.vh-price-calc__circle-action:hover::after {
  opacity: 1;
  transform: translateX(50%) translateY(0);
}

.vh-price-calc__action-status {
  min-height: 18px;
  margin-bottom: 14px;
  color: rgba(255, 189, 109, 0.86);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 700;
}

.vh-price-calc__action-status.is-error {
  color: rgba(255, 140, 140, 0.92);
}

.vh-price-calc__buttons {
  display: grid;
  gap: 12px;
}

.vh-price-calc__btn,
.vh-price-calc__btn:link,
.vh-price-calc__btn:visited,
.vh-price-calc__btn:active {
  min-height: 58px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 999px;
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
  text-decoration: none !important;
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.vh-price-calc__btn:hover {
  transform: translateY(-2px);
}

.vh-price-calc__btn--primary {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.24), transparent 30%),
    linear-gradient(135deg, var(--vh-accent-2) 0%, var(--vh-accent) 100%);
  box-shadow:
    0 18px 40px rgba(246, 138, 31, 0.32),
    inset 0 0 0 1px rgba(255, 210, 160, 0.20);
}

.vh-price-calc__btn--ghost {
  color: var(--vh-accent-2) !important;
  -webkit-text-fill-color: var(--vh-accent-2) !important;
  border: 1px solid rgba(246, 138, 31, 0.58);
  background: rgba(255, 255, 255, 0.045);
}

/* PDF */

.vh-pdf-stage {
  position: fixed;
  left: -10000px;
  top: 0;
  width: 794px;
  z-index: -1;
  pointer-events: none;
}

.vh-offer-page {
  width: 794px;
  height: 1123px;
  padding: 34px 38px;
  background: #fbf7f1;
  color: #111111;
  font-family: "Montserrat", Arial, sans-serif;
  position: relative;
  overflow: hidden;
}

.vh-offer-page * {
  box-sizing: border-box;
}

.vh-offer-header {
  display: grid;
  grid-template-columns: 1fr 285px;
  gap: 28px;
  align-items: start;
  margin-bottom: 26px;
}

.vh-offer-person {
  padding: 4px 0 0;
  text-align: left;
}

.vh-offer-name {
  font-size: 25px;
  line-height: 1.05;
  font-weight: 950;
  letter-spacing: -0.035em;
}

.vh-offer-role {
  margin-top: 6px;
  color: #d88713;
  font-size: 15px;
  line-height: 1.15;
  font-weight: 850;
}

.vh-offer-contacts {
  margin-top: 26px;
  display: grid;
  gap: 9px;
  color: #1e1e1e;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
}

.vh-offer-contact-row {
  display: flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
}

.vh-offer-contact-label {
  color: #d88713;
  font-weight: 950;
  min-width: 70px;
}

.vh-offer-title {
  margin: 0;
  max-width: 420px;
  font-size: 48px;
  line-height: 0.95;
  letter-spacing: -0.052em;
  font-weight: 950;
}

.vh-offer-title-line {
  width: 70px;
  height: 4px;
  background: #d88713;
  margin: 16px 0 12px;
}

.vh-offer-subtitle {
  color: #2a2a2a;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 650;
}

.vh-offer-price-card {
  padding: 18px 20px;
  border: 1px solid #e6d6c8;
  border-radius: 18px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 18px 46px rgba(74, 47, 19, .07);
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 26px;
  align-items: center;
  margin-bottom: 22px;
}

.vh-offer-total-label {
  color: #d88713;
  font-size: 34px;
  line-height: 0.95;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.vh-offer-total-price {
  display: block;
  margin-top: 8px;
  color: #111111;
  font-size: 42px;
  line-height: 0.95;
  font-weight: 950;
  letter-spacing: -0.045em;
  white-space: nowrap;
}

.vh-offer-total-note {
  margin-top: 10px;
  max-width: 160px;
  color: #5b5148;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 650;
}

.vh-offer-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}

.vh-offer-option {
  min-height: 76px;
  padding: 13px 10px;
  border: 1px solid #dfcfc0;
  border-radius: 13px;
  background: #ffffff;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 900;
  position: relative;
}

.vh-offer-option.is-selected {
  color: #ffffff;
  border-color: #d88713;
  background: linear-gradient(135deg, #f8b23a, #d88713);
  text-shadow: 0 1px 12px rgba(0,0,0,.18);
}

.vh-offer-option-check {
  position: absolute;
  right: 9px;
  top: 8px;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #ffffff;
  color: #d88713;
  font-size: 13px;
  font-weight: 950;
}

.vh-offer-next {
  grid-column: 2 / -1;
  margin-top: 6px;
  padding-top: 9px;
  border-top: 1px dashed #d9cabb;
  text-align: center;
  color: #181818;
  font-size: 13.5px;
  line-height: 1.15;
  font-weight: 900;
}

.vh-offer-next span {
  color: #d88713;
}

.vh-offer-main-grid {
  display: grid;
  grid-template-columns: 0.96fr 1.1fr;
  gap: 24px;
  margin-bottom: 22px;
}

.vh-offer-section-title {
  margin: 0 0 13px;
  color: #141414;
  font-size: 18px;
  line-height: 1.12;
  font-weight: 950;
  letter-spacing: -0.025em;
}

.vh-offer-card {
  border: 1px solid #ead7c2;
  border-radius: 16px;
  background: rgba(255,255,255,.7);
  padding: 18px;
}

.vh-offer-detail {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 12px;
  align-items: start;
  padding: 9px 0 10px;
  border-bottom: 1px dashed #d9cabb;
  color: #202020;
  font-size: 12.3px;
  line-height: 1.25;
  font-weight: 600;
}

.vh-offer-detail:first-child {
  padding-top: 0;
}

.vh-offer-detail:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.vh-offer-detail-label {
  color: #9a8062;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.vh-offer-detail-value {
  color: #151515;
  font-size: 12.4px;
  line-height: 1.24;
  font-weight: 750;
}

.vh-offer-advantages {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.vh-offer-adv {
  min-height: 92px;
  padding: 13px 13px;
  border: 1px solid #ead7c2;
  border-radius: 13px;
  background: rgba(255,255,255,.72);
  color: #171717;
  font-size: 12.1px;
  line-height: 1.22;
  font-weight: 650;
}

.vh-offer-adv-number {
  display: block;
  margin-bottom: 8px;
  color: #d88713;
  font-size: 13px;
  line-height: 1;
  font-weight: 950;
}

.vh-offer-bottom-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 24px;
}

.vh-offer-cost-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  padding: 4px 0;
  color: #202020;
  font-size: 12.5px;
  line-height: 1.2;
  font-weight: 650;
}

.vh-offer-cost-row b {
  font-weight: 950;
  white-space: nowrap;
}

.vh-offer-cost-row.is-discount {
  color: #d88713;
}

.vh-offer-message {
  display: grid;
  gap: 14px;
}

.vh-offer-message-text {
  color: #222222;
  font-size: 14px;
  line-height: 1.38;
  font-weight: 650;
}

.vh-offer-line {
  width: 42px;
  height: 3px;
  background: #d88713;
}

.vh-offer-message-muted {
  color: #343434;
  font-size: 12.6px;
  line-height: 1.36;
  font-weight: 500;
}

.vh-offer-small-info {
  margin-top: 16px;
  padding: 13px 15px;
  border-radius: 13px;
  background: #fff0df;
  color: #3b2f27;
  font-size: 12.4px;
  line-height: 1.35;
  font-weight: 700;
}

.vh-offer-small-info b {
  color: #d88713;
  font-weight: 950;
}

@media (max-width: 980px) {
  .vh-price-calc {
    margin: -12px 0 0;
    padding: 74px 16px 120px;
  }

  .vh-price-calc__grid {
    grid-template-columns: 1fr;
  }

  .vh-price-calc__result {
    position: static;
  }

  .vh-price-calc__head {
    margin-bottom: 44px;
  }

  .vh-price-calc__description {
    font-size: 21px;
  }
}

@media (max-width: 860px) {
  .vh-price-calc__head {
    margin-bottom: 34px;
  }

  .vh-price-calc__icon-row {
    gap: 14px;
    margin-bottom: 22px;
  }

  .vh-price-calc__icon-row span {
    width: 62px;
  }

  .vh-price-calc__icon {
    width: 24px;
    height: 24px;
  }

  .vh-price-calc__title {
    margin-bottom: 22px;
    font-size: clamp(44px, 12vw, 64px);
  }

  .vh-price-calc__description {
    font-size: 17px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.82);
  }

  .vh-price-calc__description br {
    display: none;
  }
}

@media (max-width: 640px) {
  .vh-price-calc {
    margin: 0;
    padding: 58px 12px 96px;
  }

  .vh-price-calc__panel,
  .vh-price-calc__result-card {
    border-radius: 24px;
  }

  .vh-price-calc__panel,
  .vh-price-calc__result-card {
    padding: 20px;
  }

  .vh-price-calc__formats {
    display: none;
  }

  .vh-price-calc__format-mobile {
    display: block;
  }

  .vh-price-calc__range-scale {
    font-size: 10px;
  }

  .vh-price-calc select,
  .vh-price-calc input[type="text"],
  .vh-price-calc input[type="date"] {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: 56px;
  }

  .vh-price-calc__date-box {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .vh-price-calc input[type="date"] {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: 56px;
    min-height: 56px;
    line-height: 56px;
    padding: 0 48px 0 18px;
    border-radius: 18px;
  }

  .vh-price-calc input[type="date"]::-webkit-date-and-time-value {
    min-height: 56px;
    line-height: 56px;
    text-align: left;
  }

  .vh-price-calc__date-open {
    right: 16px;
  }

  .vh-price-calc__price strong {
    font-size: 46px;
  }

  .vh-price-calc__offer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .vh-price-calc__title {
    font-size: clamp(40px, 12vw, 52px);
  }

  .vh-price-calc__description {
    font-size: 15px;
  }
}

/* ===== SOURCE STYLE BLOCK 8 ===== */
.vh-reviews-section,
.vh-reviews-section *,
.vh-reviews-lightbox,
.vh-reviews-lightbox * {
  box-sizing: border-box;
}

.vh-reviews-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 58px 20px 72px;
  background: #111111;
  font-family: "Montserrat", Arial, sans-serif;
  color: #ffffff;
}

.vh-reviews-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: url("https://storage.yandexcloud.net/vocava/%D0%A4%D0%BE%D1%82%D0%BE/%D0%A4%D0%BE%D0%BD%20%D1%81%20%D0%BE%D0%B3%D0%BD%D1%8F%D0%BC%D0%B8.png");
  background-size: cover;
  background-position: center center;
  transform: scale(1.03);
}

.vh-reviews-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(circle at 50% 35%, rgba(246, 138, 31, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(0,0,0,0.76) 0%, rgba(0,0,0,0.78) 48%, rgba(0,0,0,0.9) 100%);
}

.vh-reviews-inner {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
}

.vh-reviews-header {
  text-align: center;
  margin-bottom: 90px;
}

.vh-reviews-icon-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 28px;
}

.vh-reviews-icon-row span {
  display: block;
  width: 92px;
  height: 1px;
  background: #f68a1f;
}

.vh-reviews-top-icon {
  width: 26px;
  height: 26px;
  object-fit: contain;
  display: block;
}

.vh-reviews-title {
  margin: 0 0 30px;
  font-family: "BebasNeue", Arial, sans-serif !important;
  font-size: clamp(58px, 5.5vw, 88px);
  line-height: 0.92;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.vh-reviews-title span {
  color: #ffffff;
}

.vh-reviews-title strong {
  color: #f4a259;
  font-weight: 700;
}

.vh-reviews-subtitle {
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 24px;
  line-height: 1.36;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.82);
}

.vh-reviews-3d {
  width: 100%;
  height: 610px;
  position: relative;
  perspective: 1800px;
  perspective-origin: 50% 50%;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  touch-action: none;
  margin-bottom: 44px;
}

.vh-reviews-3d::before {
  content: "";
  position: absolute;
  inset: 12% 0 6%;
  background:
    radial-gradient(circle at 50% 50%, rgba(246, 138, 31, 0.18), transparent 42%),
    radial-gradient(circle at 50% 88%, rgba(255, 255, 255, 0.05), transparent 50%);
  pointer-events: none;
}

.vh-reviews-3d--dragging {
  cursor: grabbing;
}

.vh-reviews-3d__scene {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
}

.vh-reviews-3d__item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 270px;
  aspect-ratio: 9 / 16;
  margin-left: -135px;
  margin-top: calc(270px * 16 / 9 / -2);
  border-radius: 18px;
  overflow: hidden;
  will-change: transform, opacity;
  cursor: pointer;
  background: #ffffff;
  border: 1px solid rgba(246, 138, 31, 0.34);
  box-shadow:
    0 18px 50px rgba(0, 0, 0, 0.44),
    0 0 24px rgba(246, 138, 31, 0.16);
  transition: box-shadow 0.25s ease, filter 0.25s ease;
}

.vh-reviews-3d__item:hover {
  box-shadow:
    0 26px 72px rgba(0, 0, 0, 0.58),
    0 0 34px rgba(246, 138, 31, 0.24);
  filter: brightness(1.04);
}

.vh-reviews-3d__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  display: block;
  pointer-events: none;
  -webkit-user-drag: none;
  background: #ffffff;
}

.vh-reviews-stats {
  width: 100%;
  max-width: 1160px;
  min-height: 104px;
  margin: 0 auto;
  padding: 22px 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  border: 1px solid rgba(246, 138, 31, 0.76);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.58);
  box-shadow:
    0 0 24px rgba(246, 138, 31, 0.18),
    inset 0 0 18px rgba(246, 138, 31, 0.06);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.vh-reviews-stat {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 0;
  padding: 0 24px;
}

.vh-reviews-stat:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 62px;
  transform: translateY(-50%);
  background: rgba(246, 138, 31, 0.72);
}

.vh-reviews-stat img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  flex: 0 0 auto;
}

.vh-reviews-stat div {
  min-width: 0;
}

.vh-reviews-stat strong {
  display: block;
  margin-bottom: 3px;
  color: #f4a259;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
}

.vh-reviews-stat span {
  display: block;
  color: rgba(255, 255, 255, 0.86);
  font-size: 19px;
  line-height: 1.28;
  font-weight: 400;
}

/* AVITO BUTTON — secondary */

.vh-reviews-avito-cta {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}

.vh-reviews-avito-button {
  min-height: 68px;
  padding: 0 34px;
  border-radius: 999px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;

  text-decoration: none !important;

  color: #f4a259 !important;
  -webkit-text-fill-color: #f4a259 !important;

  font-family: "Montserrat", Arial, sans-serif;
  font-size: 17px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.01em;

  border: 1px solid rgba(246, 138, 31, 0.78);

  background:
    radial-gradient(circle at 30% 0%, rgba(246, 138, 31, 0.08), transparent 38%),
    rgba(0, 0, 0, 0.22);

  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.22),
    inset 0 0 18px rgba(246, 138, 31, 0.035);

  transition:
    transform 0.22s ease,
    background 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.vh-reviews-avito-button span {
  color: #f4a259 !important;
  -webkit-text-fill-color: #f4a259 !important;
}

.vh-reviews-avito-button:hover {
  transform: translateY(-2px);

  background:
    radial-gradient(circle at 30% 0%, rgba(246, 138, 31, 0.16), transparent 38%),
    rgba(246, 138, 31, 0.10);

  border-color: rgba(246, 138, 31, 1);

  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.26),
    0 0 26px rgba(246, 138, 31, 0.12),
    inset 0 0 20px rgba(246, 138, 31, 0.045);
}

.vh-reviews-avito-button__icon {
  width: 22px;
  height: 22px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  flex-shrink: 0;
}

.vh-reviews-avito-button__icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  display: block;
}

/* LIGHTBOX */

.vh-reviews-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.32s ease, visibility 0.32s ease;
}

.vh-reviews-lightbox--open {
  opacity: 1;
  visibility: visible;
}

.vh-reviews-lb-bg {
  position: absolute;
  inset: 0;
  background: rgba(5, 5, 5, 0.9);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  cursor: zoom-out;
}

.vh-reviews-lb-img {
  position: relative;
  z-index: 1;
  max-width: 92vw;
  max-height: 92vh;
  width: auto;
  height: auto;
  border-radius: 18px;
  object-fit: contain;
  object-position: center center;
  background: #ffffff;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.65);
  transform: scale(0.86);
  transition: transform 0.38s cubic-bezier(0.34, 1.45, 0.64, 1);
  pointer-events: none;
}

.vh-reviews-lightbox--open .vh-reviews-lb-img {
  transform: scale(1);
}

.vh-reviews-lb-close {
  position: absolute;
  top: 18px;
  right: 20px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: none;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: background 0.2s ease, transform 0.2s ease;
}

.vh-reviews-lb-close:hover {
  background: rgba(255, 255, 255, 0.24);
  transform: rotate(90deg);
}

/* TABLET */

@media (max-width: 1180px) {
  .vh-reviews-section {
    padding: 50px 18px 54px;
  }

  .vh-reviews-header {
    margin-bottom: 46px;
  }

  .vh-reviews-subtitle {
    font-size: 22px;
  }

  .vh-reviews-3d {
    height: 560px;
    margin-bottom: 28px;
  }

  .vh-reviews-3d__item {
    width: 230px;
    margin-left: -115px;
    margin-top: calc(230px * 16 / 9 / -2);
  }

  .vh-reviews-stats {
    padding: 20px 18px;
  }

  .vh-reviews-stat {
    gap: 16px;
    padding: 0 18px;
  }

  .vh-reviews-stat img {
    width: 46px;
    height: 46px;
  }

  .vh-reviews-stat strong {
    font-size: 17px;
  }

  .vh-reviews-stat span {
    font-size: 16px;
  }
}

/* MOBILE */

@media (max-width: 860px) {
  .vh-reviews-section {
    padding: 34px 14px 38px;
  }

  .vh-reviews-header {
    margin-bottom: 28px;
  }

  .vh-reviews-icon-row {
    gap: 14px;
    margin-bottom: 18px;
  }

  .vh-reviews-icon-row span {
    width: 64px;
  }

  .vh-reviews-top-icon {
    width: 24px;
    height: 24px;
  }

  .vh-reviews-title {
    margin-bottom: 16px;
    font-size: clamp(46px, 14vw, 64px);
  }

  .vh-reviews-subtitle {
    font-size: 17px;
    line-height: 1.42;
  }

  .vh-reviews-subtitle br {
    display: none;
  }

  .vh-reviews-3d {
    height: 390px;
    margin-bottom: 18px;
    touch-action: pan-y;
  }

  .vh-reviews-3d__item {
    width: 150px;
    margin-left: -75px;
    margin-top: calc(150px * 16 / 9 / -2);
    border-radius: 14px;
  }

  .vh-reviews-stats {
    max-width: 520px;
    margin: 0 auto;
    padding: 18px 18px;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .vh-reviews-stat {
    padding: 0;
    gap: 14px;
  }

  .vh-reviews-stat:not(:last-child)::after {
    right: auto;
    left: 0;
    top: auto;
    bottom: -8px;
    width: 100%;
    height: 1px;
    transform: none;
    background: rgba(246, 138, 31, 0.56);
  }

  .vh-reviews-stat img {
    width: 40px;
    height: 40px;
  }

  .vh-reviews-stat strong {
    font-size: 16px;
  }

  .vh-reviews-stat span {
    font-size: 14.5px;
  }

  .vh-reviews-avito-cta {
    margin-top: 24px;
  }

  .vh-reviews-avito-button {
    width: 100%;
    max-width: 420px;
    min-height: 60px;
    padding: 0 24px;
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .vh-reviews-section {
    padding: 30px 12px 34px;
  }

  .vh-reviews-header {
    margin-bottom: 22px;
  }

  .vh-reviews-title {
    font-size: clamp(42px, 15vw, 54px);
  }

  .vh-reviews-subtitle {
    font-size: 15.5px;
  }

  .vh-reviews-3d {
    height: 340px;
    margin-bottom: 14px;
    touch-action: pan-y;
  }

  .vh-reviews-3d__item {
    width: 128px;
    margin-left: -64px;
    margin-top: calc(128px * 16 / 9 / -2);
    border-radius: 12px;
  }

  .vh-reviews-stats {
    padding: 16px 16px;
    border-radius: 10px;
    gap: 14px;
  }

  .vh-reviews-stat {
    gap: 12px;
  }

  .vh-reviews-stat img {
    width: 36px;
    height: 36px;
  }

  .vh-reviews-stat strong {
    font-size: 15px;
  }

  .vh-reviews-stat span {
    font-size: 13.5px;
  }

  .vh-reviews-avito-cta {
    margin-top: 20px;
  }

  .vh-reviews-avito-button {
    min-height: 56px;
    font-size: 14px;
  }

  .vh-reviews-avito-button__icon {
    width: 20px;
    height: 20px;
  }

  .vh-reviews-avito-button__icon img {
    width: 20px;
    height: 20px;
  }

  .vh-reviews-lb-img {
    max-width: 92vw;
    max-height: 90vh;
    border-radius: 14px;
  }
}

/* ===== SOURCE STYLE BLOCK 9 ===== */
.vh-faq,
.vh-faq * {
  box-sizing: border-box;
}

.vh-faq {
  --vh-bg: #050505;
  --vh-card: rgba(12, 12, 12, 0.82);
  --vh-text: #ffffff;
  --vh-muted: rgba(255, 255, 255, 0.64);
  --vh-border: rgba(255, 255, 255, 0.12);
  --vh-accent: #f68a1f;
  --vh-accent-2: #ffbd6d;

  padding: 120px 20px;
  background:
    radial-gradient(circle at 15% 18%, rgba(246, 138, 31, 0.13), transparent 28%),
    radial-gradient(circle at 90% 70%, rgba(246, 138, 31, 0.09), transparent 30%),
    linear-gradient(180deg, #050505 0%, #111111 48%, #050505 100%);

  color: var(--vh-text);
  font-family: "Montserrat", Arial, sans-serif;
  overflow: hidden;
}

.vh-faq__wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* HEADER — стиль как в блоке "Форматы выступления" */

.vh-faq__head {
  max-width: 980px;
  margin: 0 auto 54px;
  text-align: center;
}

.vh-faq__icon-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 26px;
}

.vh-faq__icon-row span {
  display: block;
  width: 96px;
  height: 1px;
  background: #f68a1f;
}

.vh-faq__icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
  display: block;
}

.vh-faq__title {
  margin: 0 0 32px;
  font-family: "BebasNeue", "Bebas Neue", Arial, sans-serif !important;
  font-size: clamp(58px, 5.8vw, 92px);
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.vh-faq__title span {
  color: #ffffff;
}

.vh-faq__title strong {
  color: #f4a259;
  font-weight: 700;
}

.vh-faq__description {
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 24px;
  line-height: 1.32;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.86);
}

.vh-faq__description b {
  color: #ffffff;
  font-weight: 800;
}

.vh-faq__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.55fr);
  gap: 26px;
  align-items: start;
}

.vh-faq__list {
  display: grid;
  gap: 12px;
}

.vh-faq__item {
  border: 1px solid var(--vh-border);
  border-radius: 24px;

  background:
    radial-gradient(circle at 15% 0%, rgba(246, 138, 31, 0.07), transparent 36%),
    rgba(10, 10, 10, 0.78);

  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  overflow: hidden;

  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.26),
    inset 0 0 22px rgba(255, 255, 255, 0.025);

  transition:
    border-color 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease;
}

.vh-faq__item.is-open {
  border-color: rgba(246, 138, 31, 0.58);
  background:
    radial-gradient(circle at 15% 0%, rgba(246, 138, 31, 0.13), transparent 40%),
    rgba(12, 12, 12, 0.86);

  box-shadow:
    0 22px 56px rgba(0, 0, 0, 0.32),
    0 0 28px rgba(246, 138, 31, 0.08),
    inset 0 0 22px rgba(255, 255, 255, 0.03);
}

.vh-faq__question {
  width: 100%;
  min-height: 74px;
  padding: 0 24px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;

  border: none;
  outline: none;
  background: transparent;

  color: #ffffff;
  text-align: left;

  font-family: inherit;
  cursor: pointer;

  -webkit-tap-highlight-color: transparent;
}

.vh-faq__question span {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 850;
  letter-spacing: -0.02em;
}

.vh-faq__question i {
  position: relative;

  width: 34px;
  height: 34px;
  flex: 0 0 34px;

  border-radius: 50%;
  border: 1px solid rgba(246, 138, 31, 0.45);
  background: rgba(246, 138, 31, 0.08);

  transition:
    transform 0.28s ease,
    background 0.28s ease,
    border-color 0.28s ease;
}

.vh-faq__question i::before,
.vh-faq__question i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;

  width: 14px;
  height: 2px;

  border-radius: 999px;
  background: var(--vh-accent-2);

  transform: translate(-50%, -50%);
  transition: transform 0.28s ease;
}

.vh-faq__question i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.vh-faq__item.is-open .vh-faq__question i {
  background: rgba(246, 138, 31, 0.17);
  border-color: rgba(246, 138, 31, 0.82);
  transform: rotate(180deg);
}

.vh-faq__item.is-open .vh-faq__question i::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.vh-faq__answer {
  max-height: 0;
  overflow: hidden;

  transition:
    max-height 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.28s ease;

  opacity: 0;
}

.vh-faq__item.is-open .vh-faq__answer {
  max-height: 340px;
  opacity: 1;
}

.vh-faq__answer p {
  margin: 0;
  padding: 0 24px 24px;

  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.65;
  font-weight: 500;
}

.vh-faq__side {
  position: sticky;
  top: 110px;
}

.vh-faq__card {
  padding: 28px;

  border: 1px solid rgba(246, 138, 31, 0.24);
  border-radius: 30px;

  background:
    radial-gradient(circle at 25% 0%, rgba(246, 138, 31, 0.15), transparent 42%),
    rgba(10, 10, 10, 0.82);

  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.42),
    inset 0 0 28px rgba(255, 255, 255, 0.03);
}

.vh-faq__card h3 {
  margin: 0 0 12px;

  color: #ffffff;
  font-size: 26px;
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.vh-faq__card p {
  margin: 0 0 22px;

  color: rgba(255, 255, 255, 0.66);
  font-size: 15px;
  line-height: 1.55;
  font-weight: 500;
}

.vh-faq__cta,
.vh-faq__cta:link,
.vh-faq__cta:visited,
.vh-faq__cta:active {
  width: 100%;
  min-height: 58px;
  padding: 0 22px;
  margin-bottom: 12px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  border-radius: 999px;

  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-decoration: none !important;

  font-size: 15px;
  line-height: 1;
  font-weight: 900;

  background:
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.24), transparent 30%),
    linear-gradient(135deg, var(--vh-accent-2) 0%, var(--vh-accent) 100%);

  box-shadow:
    0 18px 40px rgba(246, 138, 31, 0.32),
    inset 0 0 0 1px rgba(255, 210, 160, 0.20);

  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    filter 0.22s ease;
}

.vh-faq__cta:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
  box-shadow:
    0 22px 50px rgba(246, 138, 31, 0.44),
    inset 0 0 0 1px rgba(255, 210, 160, 0.26);
}

.vh-faq__phone,
.vh-faq__phone:link,
.vh-faq__phone:visited,
.vh-faq__phone:active {
  width: 100%;
  min-height: 54px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 999px;
  border: 1px solid rgba(246, 138, 31, 0.58);

  color: var(--vh-accent-2) !important;
  -webkit-text-fill-color: var(--vh-accent-2) !important;
  text-decoration: none !important;

  font-size: 15px;
  line-height: 1;
  font-weight: 900;

  background: rgba(255, 255, 255, 0.045);

  transition:
    transform 0.22s ease,
    background 0.22s ease,
    border-color 0.22s ease;
}

.vh-faq__phone:hover {
  transform: translateY(-2px);
  background: rgba(246, 138, 31, 0.09);
  border-color: rgba(246, 138, 31, 0.92);
}

@media (max-width: 980px) {
  .vh-faq {
    padding: 88px 16px;
  }

  .vh-faq__grid {
    grid-template-columns: 1fr;
  }

  .vh-faq__side {
    position: static;
  }

  .vh-faq__head {
    margin-bottom: 44px;
  }

  .vh-faq__description {
    font-size: 21px;
  }
}

@media (max-width: 860px) {
  .vh-faq__head {
    margin-bottom: 34px;
  }

  .vh-faq__icon-row {
    gap: 14px;
    margin-bottom: 22px;
  }

  .vh-faq__icon-row span {
    width: 62px;
  }

  .vh-faq__icon {
    width: 24px;
    height: 24px;
  }

  .vh-faq__title {
    margin-bottom: 22px;
    font-size: clamp(44px, 12vw, 64px);
  }

  .vh-faq__description {
    font-size: 17px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.82);
  }

  .vh-faq__description br {
    display: none;
  }
}

@media (max-width: 640px) {
  .vh-faq {
    padding: 72px 12px;
  }

  .vh-faq__item {
    border-radius: 20px;
  }

  .vh-faq__question {
    min-height: 68px;
    padding: 0 18px;
  }

  .vh-faq__question span {
    font-size: 16px;
  }

  .vh-faq__question i {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }

  .vh-faq__answer p {
    padding: 0 18px 20px;
    font-size: 14px;
    line-height: 1.6;
  }

  .vh-faq__card {
    padding: 22px;
    border-radius: 24px;
  }
}

@media (max-width: 480px) {
  .vh-faq__title {
    font-size: clamp(40px, 12vw, 52px);
  }

  .vh-faq__description {
    font-size: 15px;
  }
}

/* ===== SOURCE STYLE BLOCK 10 ===== */
.vh-contact-modal,
.vh-contact-modal * {
  box-sizing: border-box;
}

.vh-contact-modal {
  --vh-orange: #f68a1f;
  --vh-orange-light: #ffbd6d;

  position: fixed;
  inset: 0;
  z-index: 99999;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 24px;

  font-family: "Montserrat", Arial, sans-serif;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition:
    opacity 0.32s ease,
    visibility 0.32s ease;
}

.vh-contact-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.vh-contact-modal__overlay {
  position: absolute;
  inset: 0;

  background:
    radial-gradient(circle at 50% 18%, rgba(246, 138, 31, 0.16), transparent 34%),
    radial-gradient(circle at 82% 80%, rgba(246, 138, 31, 0.10), transparent 28%),
    rgba(0, 0, 0, 0.80);

  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.vh-contact-modal__window {
  position: relative;
  z-index: 2;

  width: min(100%, 640px);
  max-height: calc(100svh - 48px);
  overflow-y: auto;
  overflow-x: hidden;

  border-radius: 32px;

  transform: translateY(20px) scale(0.98);
  opacity: 0;

  transition:
    transform 0.36s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.28s ease;
}

.vh-contact-modal.is-open .vh-contact-modal__window {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.vh-contact-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 8;

  width: 44px;
  height: 44px;
  padding: 0;

  border-radius: 50%;
  border: 1px solid rgba(246, 138, 31, 0.64);
  background: rgba(0, 0, 0, 0.46);

  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;

  transition:
    transform 0.22s ease,
    background 0.22s ease,
    border-color 0.22s ease;
}

.vh-contact-modal__close:hover {
  transform: rotate(90deg);
  background: rgba(246, 138, 31, 0.14);
  border-color: rgba(246, 138, 31, 1);
}

.vh-contact-modal__close span {
  position: absolute;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #ffffff;
}

.vh-contact-modal__close span:first-child {
  transform: rotate(45deg);
}

.vh-contact-modal__close span:last-child {
  transform: rotate(-45deg);
}

body.vh-contact-modal-open {
  overflow: hidden;
}

.vh-contact-form {
  position: relative;
  width: 100%;

  padding: 34px;
  padding-top: 36px;

  border-radius: 32px;
  border: 1px solid rgba(246, 138, 31, 0.38);

  background:
    radial-gradient(circle at 100% 0%, rgba(246, 138, 31, 0.18), transparent 28%),
    radial-gradient(circle at 0% 100%, rgba(246, 138, 31, 0.10), transparent 26%),
    linear-gradient(135deg, rgba(22, 20, 18, 0.94), rgba(7, 7, 7, 0.96));

  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.56),
    inset 0 0 32px rgba(246, 138, 31, 0.045);

  overflow: visible;
}

.vh-contact-form::before {
  content: "";
  position: absolute;
  left: -36px;
  bottom: -40px;

  width: 180px;
  height: 180px;

  opacity: 0.16;

  background-image: radial-gradient(circle, rgba(246, 138, 31, 0.75) 1px, transparent 1.5px);
  background-size: 10px 10px;

  mask-image: linear-gradient(45deg, #000, transparent 76%);
  -webkit-mask-image: linear-gradient(45deg, #000, transparent 76%);

  pointer-events: none;
}

.vh-contact-form__top {
  position: relative;
  z-index: 2;

  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 18px;
  align-items: center;

  padding-right: 58px;
  margin-bottom: 22px;
}

.vh-contact-form__icon {
  width: 62px;
  height: 62px;

  border-radius: 50%;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border: 1px solid rgba(246, 138, 31, 0.72);

  background:
    radial-gradient(circle at 38% 28%, rgba(255, 196, 118, 0.14), transparent 38%),
    rgba(0, 0, 0, 0.28);

  box-shadow:
    0 0 0 8px rgba(246, 138, 31, 0.03),
    inset 0 0 18px rgba(246, 138, 31, 0.07);
}

.vh-contact-form__icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.vh-contact-form__top h3 {
  margin: 0;

  font-family: "BebasNeue", "Montserrat", Arial, sans-serif;
  color: #ffffff;

  font-size: 34px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.vh-contact-form__top p {
  margin: 8px 0 0;

  color: rgba(255, 255, 255, 0.62);

  font-size: 14px;
  line-height: 1.45;
}

.vh-contact-form__quick {
  position: relative;
  z-index: 2;

  display: grid;
  grid-template-columns: minmax(0, 1fr) 52px 52px;
  align-items: center;
  gap: 10px;

  margin-bottom: 22px;
}

.vh-contact-form__quick-phone {
  min-width: 0;
  min-height: 52px;
  padding: 0 18px;

  border-radius: 999px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;

  text-decoration: none !important;

  font-size: 15px;
  line-height: 1;
  font-weight: 800;

  border: 1px solid rgba(246, 138, 31, 0.52);
  background: rgba(255, 255, 255, 0.045);

  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease;
}

.vh-contact-form__quick-phone:hover {
  transform: translateY(-2px);
  border-color: rgba(246, 138, 31, 1);
  background: rgba(246, 138, 31, 0.10);
}

.vh-contact-form__quick-phone img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  flex-shrink: 0;
}

.vh-contact-form__quick-phone span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vh-contact-form__quick-social {
  width: 52px;
  height: 52px;

  border-radius: 50%;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  text-decoration: none !important;

  border: 1px solid rgba(246, 138, 31, 0.62);
  background: rgba(255, 255, 255, 0.045);

  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease,
    box-shadow 0.22s ease;
}

.vh-contact-form__quick-social:hover {
  transform: translateY(-2px);
  background: rgba(246, 138, 31, 0.12);
  border-color: rgba(246, 138, 31, 1);
  box-shadow: 0 14px 28px rgba(246, 138, 31, 0.18);
}

.vh-contact-form__quick-social img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.vh-contact-form__grid {
  position: relative;
  z-index: 4;

  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.vh-contact-field {
  display: grid;
  gap: 9px;
  position: relative;
  min-width: 0;
}

.vh-contact-field--full {
  position: relative;
  z-index: 2;
  margin-top: 14px;
}

.vh-contact-field span {
  color: rgba(255, 255, 255, 0.76);

  font-size: 13px;
  line-height: 1;
  font-weight: 700;
}

.vh-contact-field input,
.vh-contact-field select,
.vh-contact-field textarea {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 58px;

  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);

  outline: none;

  padding: 0 17px;

  color: #ffffff;
  -webkit-text-fill-color: #ffffff;

  font-family: "Montserrat", Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;

  background: rgba(0, 0, 0, 0.28);

  transition:
    border-color 0.22s ease,
    background 0.22s ease,
    box-shadow 0.22s ease;
}

.vh-contact-field select {
  appearance: none;
  -webkit-appearance: none;

  cursor: pointer;

  padding-right: 38px;

  background-image:
    linear-gradient(45deg, transparent 50%, #f4a259 50%),
    linear-gradient(135deg, #f4a259 50%, transparent 50%);

  background-position:
    calc(100% - 20px) 52%,
    calc(100% - 14px) 52%;

  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.vh-contact-field select option {
  color: #111111;
  -webkit-text-fill-color: #111111;
}

.vh-contact-field textarea {
  min-height: 104px;
  padding: 17px;
  resize: vertical;
  line-height: 1.45;
}

.vh-contact-field input::placeholder,
.vh-contact-field textarea::placeholder {
  color: rgba(255, 255, 255, 0.36);
  -webkit-text-fill-color: rgba(255, 255, 255, 0.36);
}

.vh-contact-field input:focus,
.vh-contact-field select:focus,
.vh-contact-field textarea:focus {
  border-color: rgba(246, 138, 31, 0.86);
  background: rgba(0, 0, 0, 0.36);

  box-shadow:
    0 0 0 4px rgba(246, 138, 31, 0.08),
    0 0 24px rgba(246, 138, 31, 0.08);
}

/* AUTOFILL FIX */

.vh-contact-field input:-webkit-autofill,
.vh-contact-field input:-webkit-autofill:hover,
.vh-contact-field input:-webkit-autofill:focus,
.vh-contact-field input:-webkit-autofill:active,
.vh-contact-field textarea:-webkit-autofill,
.vh-contact-field textarea:-webkit-autofill:hover,
.vh-contact-field textarea:-webkit-autofill:focus,
.vh-contact-field textarea:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.34) inset !important;
  box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.34) inset !important;

  -webkit-text-fill-color: #ffffff !important;
  color: #ffffff !important;

  caret-color: #ffffff !important;

  border-color: rgba(246, 138, 31, 0.42) !important;

  transition:
    background-color 9999s ease-in-out 0s,
    color 9999s ease-in-out 0s;
}

.vh-contact-field input:-webkit-autofill::first-line,
.vh-contact-field textarea:-webkit-autofill::first-line {
  color: #ffffff !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
}

/* DATE */

.vh-contact-date-wrap {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  cursor: pointer;
}

.vh-contact-date-wrap::after {
  content: attr(data-placeholder);
  position: absolute;
  left: 17px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.36);
  -webkit-text-fill-color: rgba(255, 255, 255, 0.36);
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.16s ease;
}

.vh-contact-date-wrap.is-filled::after,
.vh-contact-date-wrap:focus-within::after {
  opacity: 0;
}

.vh-contact-date-wrap input[type="date"] {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 58px;
  min-height: 58px;
  line-height: 58px;

  cursor: pointer;
  color-scheme: dark;
  position: relative;
  padding: 0 17px;

  appearance: none;
  -webkit-appearance: none;
}

.vh-contact-date-wrap input[type="date"]:not(.is-filled):not(:focus) {
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.vh-contact-date-wrap input[type="date"]::-webkit-date-and-time-value {
  text-align: left;
  min-height: 58px;
  line-height: 58px;
}

.vh-contact-date-wrap input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

/* ADDRESS SUGGESTIONS */

.vh-contact-address-wrap {
  position: relative;
  z-index: 30;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.vh-contact-suggestions {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  z-index: 999999;

  display: none;
  max-height: 270px;
  overflow-y: auto;

  border: 1px solid rgba(246, 138, 31, 0.26);
  border-radius: 18px;

  background:
    radial-gradient(circle at 20% 0%, rgba(246, 138, 31, 0.10), transparent 40%),
    rgba(12, 12, 12, 0.96);

  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.46),
    inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.vh-contact-suggestions.is-visible {
  display: block;
}

.vh-contact-suggestion {
  width: 100%;
  display: block;

  padding: 14px 16px;

  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);

  color: rgba(255, 255, 255, 0.84);
  -webkit-text-fill-color: rgba(255, 255, 255, 0.84);

  background: transparent;

  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 650;

  text-align: left;
  cursor: pointer;

  transition:
    background 0.18s ease,
    color 0.18s ease;
}

.vh-contact-suggestion:last-child {
  border-bottom: none;
}

.vh-contact-suggestion:hover {
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  background: rgba(246, 138, 31, 0.12);
}

.vh-contact-suggestion small {
  display: block;
  margin-top: 4px;

  color: rgba(255, 255, 255, 0.42);
  -webkit-text-fill-color: rgba(255, 255, 255, 0.42);

  font-size: 12px;
  line-height: 1.3;
  font-weight: 500;
}

.vh-contact-consent {
  position: relative;
  z-index: 2;

  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 11px;
  align-items: start;

  margin-top: 16px;

  cursor: pointer;
}

.vh-contact-consent input {
  width: 18px;
  height: 18px;
  margin: 0;

  accent-color: #f68a1f;
  cursor: pointer;
}

.vh-contact-consent span,
.vh-contact-consent a {
  color: rgba(255, 255, 255, 0.54);

  font-size: 12px;
  line-height: 1.45;
}

.vh-contact-submit {
  position: relative;
  z-index: 2;

  width: 100%;
  min-height: 62px;

  margin-top: 22px;
  padding: 0 28px;

  border: 0;
  border-radius: 999px;

  cursor: pointer;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;

  color: #ffffff;
  -webkit-text-fill-color: #ffffff;

  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;

  background:
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.24), transparent 30%),
    linear-gradient(135deg, #ffbd6d 0%, #f68a1f 100%);

  box-shadow:
    0 18px 42px rgba(246, 138, 31, 0.36),
    0 0 0 1px rgba(255, 210, 160, 0.17) inset;

  overflow: hidden;

  transition:
    transform 0.22s ease,
    filter 0.22s ease,
    box-shadow 0.22s ease;
}

.vh-contact-submit::before {
  content: "";
  position: absolute;
  top: -45%;
  left: -45%;

  width: 38%;
  height: 190%;

  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);

  transform: rotate(18deg);
  opacity: 0;

  transition:
    left 0.72s ease,
    opacity 0.2s ease;
}

.vh-contact-submit:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);

  box-shadow:
    0 24px 54px rgba(246, 138, 31, 0.48),
    0 0 0 1px rgba(255, 210, 160, 0.25) inset;
}

.vh-contact-submit:hover::before {
  left: 112%;
  opacity: 1;
}

.vh-contact-submit[disabled] {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.vh-contact-submit__icon,
.vh-contact-submit__text {
  position: relative;
  z-index: 2;
}

.vh-contact-submit__icon {
  width: 22px;
  height: 22px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.vh-contact-submit__icon img {
  width: 19px;
  height: 19px;
  object-fit: contain;
}

.vh-contact-status {
  position: relative;
  z-index: 2;

  min-height: 22px;
  margin-top: 14px;

  color: rgba(255, 255, 255, 0.72);

  font-size: 13px;
  line-height: 1.45;
  text-align: center;
}

.vh-contact-status.is-success {
  color: #ffbd6d;
}

.vh-contact-status.is-error {
  color: #ff7a7a;
}

@media (max-width: 640px) {
  .vh-contact-modal {
    padding: 10px;
    align-items: flex-end;
  }

  .vh-contact-modal__window {
    width: 100%;
    max-height: calc(100svh - 20px);
    border-radius: 24px;
  }

  .vh-contact-modal__close {
    top: 14px;
    right: 14px;
    width: 40px;
    height: 40px;
  }

  .vh-contact-form {
    padding: 20px;
    padding-top: 58px;
    border-radius: 24px;
  }

  .vh-contact-form__top {
    grid-template-columns: 50px 1fr;
    gap: 13px;
    padding-right: 0;
    margin-bottom: 18px;
  }

  .vh-contact-form__icon {
    width: 48px;
    height: 48px;
  }

  .vh-contact-form__icon img {
    width: 23px;
    height: 23px;
  }

  .vh-contact-form__top h3 {
    font-size: 24px;
  }

  .vh-contact-form__top p {
    font-size: 12px;
  }

  .vh-contact-form__quick {
    grid-template-columns: minmax(0, 1fr) 46px 46px;
    gap: 8px;
    margin-bottom: 18px;
  }

  .vh-contact-form__quick-phone {
    min-height: 46px;
    padding: 0 12px;
    gap: 8px;
    font-size: 13px;
  }

  .vh-contact-form__quick-phone img {
    width: 16px;
    height: 16px;
  }

  .vh-contact-form__quick-social {
    width: 46px;
    height: 46px;
  }

  .vh-contact-form__quick-social img {
    width: 18px;
    height: 18px;
  }

  .vh-contact-form__grid {
    grid-template-columns: 1fr;
    gap: 11px;
  }

  .vh-contact-field {
    gap: 7px;
  }

  .vh-contact-field span {
    font-size: 12px;
  }

  .vh-contact-field input,
  .vh-contact-field select,
  .vh-contact-field textarea {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 52px;
    border-radius: 15px;
    font-size: 13.5px;
    padding-left: 14px;
    padding-right: 34px;
  }

  .vh-contact-field textarea {
    min-height: 92px;
    padding: 14px;
  }

  .vh-contact-field input:-webkit-autofill::first-line,
  .vh-contact-field textarea:-webkit-autofill::first-line {
    font-size: 13.5px !important;
  }

  .vh-contact-date-wrap {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .vh-contact-date-wrap::after {
    left: 14px;
    font-size: 13.5px;
  }

  .vh-contact-date-wrap input[type="date"] {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: 52px;
    min-height: 52px;
    line-height: 52px;
    padding: 0 14px;
    font-size: 13.5px;
    border-radius: 15px;
  }

  .vh-contact-date-wrap input[type="date"]::-webkit-date-and-time-value {
    min-height: 52px;
    line-height: 52px;
    text-align: left;
  }

  .vh-contact-consent {
    margin-top: 14px;
  }

  .vh-contact-consent span,
.vh-contact-consent a {
    font-size: 11.5px;
  }

  .vh-contact-submit {
    min-height: 56px;
    margin-top: 18px;
    font-size: 15px;
  }

  .vh-contact-status {
    margin-top: 12px;
    font-size: 12px;
  }
}

@media (max-width: 360px) {
  .vh-contact-modal {
    padding: 8px;
  }

  .vh-contact-form {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 56px;
  }

  .vh-contact-form__quick {
    grid-template-columns: minmax(0, 1fr) 42px 42px;
    gap: 7px;
  }

  .vh-contact-form__quick-phone {
    min-height: 42px;
    padding: 0 10px;
    font-size: 12px;
  }

  .vh-contact-form__quick-social {
    width: 42px;
    height: 42px;
  }
}

/* ===== SOURCE STYLE BLOCK 11 ===== */
.vh-mini-video,
.vh-mini-video * {
  box-sizing: border-box;
}

.vh-mini-video {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9998;

  width: 112px;
  height: 112px;

  opacity: 0;
  visibility: hidden;
  transform: translateY(20px) scale(0.96);

  transition:
    opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1),
    visibility 0.75s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.75s cubic-bezier(0.16, 1, 0.3, 1),
    width 0.55s cubic-bezier(0.16, 1, 0.3, 1),
    height 0.55s cubic-bezier(0.16, 1, 0.3, 1),
    right 0.55s cubic-bezier(0.16, 1, 0.3, 1),
    bottom 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}

.vh-mini-video.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.vh-mini-video.is-open {
  width: 210px;
  height: 210px;
  right: 28px;
  bottom: 28px;
}

.vh-mini-video__button {
  position: relative;

  width: 100%;
  height: 100%;
  padding: 0;

  display: block;

  border: none;
  border-radius: 50%;
  background: #050505;

  cursor: pointer;
  overflow: visible;

  box-shadow:
    0 20px 52px rgba(0, 0, 0, 0.46),
    0 0 24px rgba(246, 138, 31, 0.20);

  transition:
    transform 0.36s cubic-bezier(0.16, 1, 0.3, 1),
    filter 0.36s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.36s cubic-bezier(0.16, 1, 0.3, 1);

  -webkit-tap-highlight-color: transparent;
}

.vh-mini-video__button:hover {
  transform: translateY(-3px) scale(1.025);
  filter: brightness(1.04);

  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.54),
    0 0 32px rgba(246, 138, 31, 0.30);
}

.vh-mini-video.is-open .vh-mini-video__button {
  box-shadow:
    0 28px 78px rgba(0, 0, 0, 0.58),
    0 0 34px rgba(246, 138, 31, 0.26);
}

/* СУБТИТРЫ */

.vh-mini-video__side-subtitle {
  position: absolute;
  top: 50%;
  right: calc(100% + 16px);
  z-index: 4;

  width: min(280px, calc(100vw - 170px));
  min-height: 44px;
  padding: 12px 15px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 18px 18px 6px 18px;

  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(18, 18, 18, 0.88), rgba(5, 5, 5, 0.78));

  border: 1px solid rgba(246, 138, 31, 0.24);

  font-family: "Montserrat", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.28;
  font-weight: 700;

  text-align: left;

  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%) translateX(10px) scale(0.985);

  pointer-events: none;

  box-shadow:
    0 16px 42px rgba(0, 0, 0, 0.38),
    0 0 18px rgba(246, 138, 31, 0.10);

  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.48);

  transition:
    opacity 0.34s cubic-bezier(0.16, 1, 0.3, 1),
    visibility 0.34s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.34s cubic-bezier(0.16, 1, 0.3, 1),
    filter 0.34s cubic-bezier(0.16, 1, 0.3, 1);
}

.vh-mini-video__side-subtitle::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -7px;

  width: 14px;
  height: 14px;

  background: rgba(8, 8, 8, 0.82);
  border-top: 1px solid rgba(246, 138, 31, 0.18);
  border-right: 1px solid rgba(246, 138, 31, 0.18);

  transform: translateY(-50%) rotate(45deg);
}

.vh-mini-video__side-subtitle.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(0) scale(1);
  filter: blur(0);
}

.vh-mini-video__side-subtitle.is-changing {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%) translateX(8px) scale(0.985);
  filter: blur(4px);
}

.vh-mini-video.is-subtitles-disabled .vh-mini-video__side-subtitle {
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(-50%) translateX(8px) scale(0.985) !important;
}

/* ОБВОДКА */

.vh-mini-video__ring {
  position: absolute;
  inset: -4px;
  z-index: 3;

  border-radius: 50%;

  border: 1.4px solid rgba(246, 138, 31, 0.82);

  box-shadow:
    0 0 14px rgba(246, 138, 31, 0.26),
    inset 0 0 0 1px rgba(255, 255, 255, 0.05);

  pointer-events: none;
}

.vh-mini-video.is-open .vh-mini-video__ring {
  inset: -5px;
  border-width: 1.5px;
  box-shadow:
    0 0 18px rgba(246, 138, 31, 0.30),
    inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

/* ВОЛНЫ */

.vh-mini-video__wave {
  position: absolute;
  inset: -8px;
  z-index: 1;

  border-radius: 50%;
  border: 1px solid rgba(246, 138, 31, 0.42);

  pointer-events: none;

  animation: vhMiniVideoWave 2.6s cubic-bezier(0.16, 1, 0.3, 1) infinite;
}

.vh-mini-video__wave--two {
  animation-delay: 1.25s;
  border-color: rgba(246, 138, 31, 0.28);
}

.vh-mini-video.is-open .vh-mini-video__wave {
  opacity: 0;
  animation-play-state: paused;
}

@keyframes vhMiniVideoWave {
  0% {
    transform: scale(0.96);
    opacity: 0.72;
  }

  70% {
    transform: scale(1.22);
    opacity: 0;
  }

  100% {
    transform: scale(1.22);
    opacity: 0;
  }
}

.vh-mini-video__media {
  position: relative;
  z-index: 2;

  width: 100%;
  height: 100%;

  display: block;

  border-radius: 50%;

  object-fit: cover;
  object-position: center center;

  background: #000000;
  border: 3px solid rgba(0, 0, 0, 0.86);

  pointer-events: none;
}

.vh-mini-video.is-open .vh-mini-video__media {
  border-width: 4px;
}

.vh-mini-video__media::-webkit-media-controls,
.vh-mini-video__media::-webkit-media-controls-panel,
.vh-mini-video__media::-webkit-media-controls-play-button,
.vh-mini-video__media::-webkit-media-controls-timeline,
.vh-mini-video__media::-webkit-media-controls-current-time-display,
.vh-mini-video__media::-webkit-media-controls-time-remaining-display,
.vh-mini-video__media::-webkit-media-controls-mute-button,
.vh-mini-video__media::-webkit-media-controls-volume-slider,
.vh-mini-video__media::-webkit-media-controls-fullscreen-button {
  display: none !important;
  -webkit-appearance: none;
}

/* MOBILE */

@media (max-width: 860px) {
  .vh-mini-video {
    right: 14px;
    bottom: 16px;

    width: 94px;
    height: 94px;
  }

  .vh-mini-video.is-open {
    width: 176px;
    height: 176px;
    right: 16px;
    bottom: 18px;
  }

  .vh-mini-video__side-subtitle {
    right: calc(100% + 12px);
    width: min(220px, calc(100vw - 128px));
    min-height: 38px;
    padding: 10px 12px;
    border-radius: 15px 15px 5px 15px;

    font-size: 11px;
    line-height: 1.25;
  }

  .vh-mini-video__ring {
    inset: -3px;
    border-width: 1.2px;
  }

  .vh-mini-video.is-open .vh-mini-video__ring {
    inset: -4px;
    border-width: 1.3px;
  }

  .vh-mini-video__wave {
    inset: -7px;
  }

  .vh-mini-video.is-open .vh-mini-video__media {
    border-width: 3px;
  }

  .vh-mini-video.is-open .vh-mini-video__side-subtitle {
    top: auto;
    right: calc(100% - 44px);
    bottom: calc(100% + 14px);
    left: auto;

    width: min(230px, calc(100vw - 34px));
    min-height: 40px;
    padding: 11px 13px;

    border-radius: 18px 18px 18px 7px;

    font-size: 11px;
    line-height: 1.25;

    transform: translateY(10px) scale(0.985);
  }

  .vh-mini-video.is-open .vh-mini-video__side-subtitle.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
  }

  .vh-mini-video.is-open .vh-mini-video__side-subtitle.is-changing {
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px) scale(0.985);
    filter: blur(4px);
  }

  .vh-mini-video.is-open .vh-mini-video__side-subtitle::after {
    top: auto;
    right: 22px;
    bottom: -7px;

    transform: rotate(135deg);
  }
}

@media (max-width: 420px) {
  .vh-mini-video {
    width: 88px;
    height: 88px;
  }

  .vh-mini-video.is-open {
    width: 164px;
    height: 164px;
  }

  .vh-mini-video__side-subtitle {
    right: calc(100% + 10px);
    width: min(205px, calc(100vw - 118px));
    padding: 9px 11px;
    font-size: 10px;
  }

  .vh-mini-video.is-open .vh-mini-video__side-subtitle {
    right: calc(100% - 42px);

    width: min(210px, calc(100vw - 30px));
    padding: 10px 12px;

    font-size: 10px;
    line-height: 1.24;
  }

  .vh-mini-video.is-open .vh-mini-video__side-subtitle::after {
    right: 20px;
  }
}

/* ===== SOURCE STYLE BLOCK 12 ===== */
.vh-social-popup,.vh-social-popup *{box-sizing:border-box}.vh-social-popup{position:fixed;left:24px;bottom:24px;z-index:9998;display:flex;flex-direction:column;gap:12px;font-family:"Montserrat",Arial,sans-serif}.vh-social-popup__item{display:flex;flex-direction:row-reverse;align-items:center;gap:12px}.vh-social-popup__circle{position:relative;width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid rgba(255,255,255,.16);transition:transform .22s ease}.vh-social-popup__circle:hover{transform:translateY(-3px) scale(1.04)}.vh-social-popup__circle--tg{background:linear-gradient(135deg,#2aabee,#229ed9);box-shadow:0 16px 38px rgba(0,0,0,.42),0 0 24px rgba(34,158,217,.3)}.vh-social-popup__circle--max{background:linear-gradient(135deg,#00d2ff,#1d6bff 42%,#7b3dff);box-shadow:0 16px 38px rgba(0,0,0,.42),0 0 24px rgba(29,107,255,.3)}.vh-social-popup__pulse{position:absolute;inset:-7px;border:1px solid currentColor;border-radius:50%;opacity:.45;animation:vhSocialPulse 2.4s ease-out infinite}.vh-social-popup__icon{position:relative;z-index:2;width:28px;height:28px;object-fit:contain}.vh-social-popup__icon--max{width:34px;height:34px}.vh-social-popup__bubble{max-width:215px;padding:11px 14px;border:1px solid rgba(246,138,31,.25);border-radius:16px;background:rgba(8,8,8,.86);backdrop-filter:blur(12px);opacity:0;transform:translateX(-8px);pointer-events:none;transition:.22s ease}.vh-social-popup__item:hover .vh-social-popup__bubble,.vh-social-popup__item:focus-within .vh-social-popup__bubble{opacity:1;transform:none}.vh-social-popup__bubble strong{display:block;color:#fff;font-size:13px}.vh-social-popup__bubble span{display:block;margin-top:3px;color:rgba(255,255,255,.62);font-size:11px}@keyframes vhSocialPulse{0%{transform:scale(.94);opacity:.6}70%,100%{transform:scale(1.28);opacity:0}}
