/*
 * Authoritative Воентранс redesign palette (desktop and mobile):
 * white #FFFFFF, green #1F4A28, ink #1D1D1B,
 * sand #EDE7DD, olive #413F2B, dark sand #BEAD8F.
 * Keep these base values in sync with AGENTS.md. Transparent variants and
 * derived gradient tints may be used, but must originate from this palette.
 */
:root {
	--vt-green: #1f4a28;
	--vt-green-dark: #413f2b;
	--vt-sand: #ede7dd;
	--vt-sand-2: #e3dbcd;
	--vt-sand-dark: #bead8f;
	--vt-olive: #413f2b;
	--vt-ink: #1d1d1b;
	--vt-muted: #413f2b;
	--vt-radius: 9px;
	--vt-shadow: 0 16px 42px rgba(25, 37, 29, .12);
}

body.vt-redesign {
	margin: 0 !important;
	background: #fff;
	color: var(--vt-ink);
	font-family: "VT Inter", Inter, sans-serif;
	font-synthesis: none;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.45;
}
html { scroll-behavior: smooth; }
#contacts { scroll-margin-top: 62px; }
body.vt-redesign.vt-modal-open,
body.vt-redesign.vt-menu-open { overflow: hidden; }
.vt-redesign *, .vt-redesign *::before, .vt-redesign *::after { box-sizing: border-box; }
.vt-redesign a { color: inherit; text-decoration: none; }
.vt-redesign button, .vt-redesign input, .vt-redesign textarea, .vt-redesign select { font: inherit; }
.vt-redesign strong, .vt-redesign b { font-weight: 600; }
.vt-redesign a, .vt-redesign button, .vt-redesign [role="button"] { -webkit-tap-highlight-color: transparent; touch-action: manipulation; user-select: none; }
.vt-site { min-width: 320px; overflow: clip; }
.vt-container { width: min(1629px, calc(100% - 48px)); margin-inline: auto; }
.vt-svg-sprite { position: absolute; overflow: hidden; width: 0; height: 0; }
.vt-counter-pixel { position: absolute; left: -9999px; width: 1px; height: 1px; }
.vt-skip-link { position: fixed; z-index: 9999; top: -70px; left: 20px; padding: 12px 18px; background: #fff; color: var(--vt-green); }
.vt-skip-link:focus { top: 12px; }

/* Header */
.vt-header {
	position: fixed;
	z-index: 100;
	top: 24px;
	left: 0;
	width: 100%;
	transition: top .62s cubic-bezier(.22,.78,.2,1);
}
.vt-header__inner {
	display: flex;
	min-height: 122px;
	align-items: center;
	padding: 20px 28px;
	border: 1px solid transparent;
	border-radius: 10px;
	background: rgba(237,231,221,.62);
	box-shadow: 0 7px 28px rgba(0,0,0,.06);
	backdrop-filter: blur(15px) saturate(115%);
	-webkit-backdrop-filter: blur(15px) saturate(115%);
	transition: width .62s cubic-bezier(.22,.78,.2,1), min-height .62s cubic-bezier(.22,.78,.2,1), padding .62s cubic-bezier(.22,.78,.2,1), border-radius .62s cubic-bezier(.22,.78,.2,1), background .48s, border .48s, box-shadow .48s;
}
.vt-review-pagination-entry .vt-header { top: 0; }
.vt-review-pagination-entry .vt-header__inner { width: 100%; min-height: 58px; padding: 6px max(24px, calc((100vw - 1629px) / 2)); border-radius: 0; }
.vt-review-pagination-entry .vt-logo__brand { width: 210px; }
.vt-review-pagination-entry .vt-header__phone strong { font-size: 18px; }
.vt-review-pagination-entry .vt-header__phone-copy > span { height: 0; margin-top: 0; overflow: hidden; opacity: 0; }
.vt-review-pagination-entry .vt-header__phone-icon { display: block; width: 19px; height: 19px; margin-right: 7px; opacity: 1; }
.vt-logo { position: relative; display: flex; flex: 0 0 auto; color: var(--vt-green); }
.vt-logo__picture { display: block; line-height: 0; }
.vt-logo__image { display: block; width: clamp(250px, 16vw, 310px); max-height: 74px; height: auto; object-fit: contain; object-position: center; image-rendering: auto; transition: width .62s cubic-bezier(.22,.78,.2,1); }
.vt-logo__brand { display: block; width: clamp(250px, 16vw, 310px); height: auto; line-height: 0; transition: width .62s cubic-bezier(.22,.78,.2,1); }
.vt-logo__mark, .vt-logo__tagline { display: block; width: 100%; height: auto; }
.vt-logo__fallback { position: absolute; overflow: hidden; width: 1px; height: 1px; clip-path: inset(50%); white-space: nowrap; }
.vt-nav { display: flex; min-width: 0; align-items: center; justify-content: center; gap: clamp(17px, 1.55vw, 32px); margin-inline: auto; padding-inline: clamp(14px, 1.7vw, 34px); }
.vt-nav a { font-size: clamp(12px, .73vw, 14px); font-weight: 700; line-height: 1.15; text-transform: uppercase; white-space: nowrap; transition: color .2s, background .35s, padding .5s, font-size .5s; }
.vt-nav > a:not(.vt-nav__accent):hover,
.vt-nav > a:not(.vt-nav__accent):focus-visible { color: var(--vt-green); }
.vt-nav > a:not(.vt-nav__accent).is-current { color: var(--vt-green); text-decoration: underline; text-decoration-color: currentColor; text-decoration-thickness: 2px; text-underline-offset: 7px; }
.vt-nav__accent { display: grid; min-width: 160px; grid-template-columns: 14px minmax(0, 1fr) 14px; align-items: center; column-gap: 2px; overflow: hidden; padding: 12px 16px; border-radius: 6px; background: var(--vt-sand-dark); color: var(--vt-green); text-align: center; white-space: normal; }
.vt-nav__accent-copy, .vt-header__mobile-accent-copy { min-width: 0; max-width: 100%; white-space: normal; }
.vt-accent-label__segment { display: inline-block; white-space: nowrap; }
.vt-nav__accent.is-current { background: var(--vt-sand-dark); box-shadow: inset 0 0 0 2px var(--vt-green); }
.vt-nav__accent-star { color: #fff; font-size: 14px; line-height: 1; }
.vt-header.has-compact-accent .vt-nav a.vt-nav__accent { background: var(--vt-green); color: #fff; }
.vt-header.has-compact-accent .vt-nav__accent.is-current { box-shadow: inset 0 0 0 2px rgba(255,255,255,.78); }
.vt-header.has-compact-accent .vt-nav__accent-star { color: #fff; }
.vt-header__phone { display: flex; flex: 0 0 auto; align-items: center; color: var(--vt-green); text-align: center; transition: padding .35s, border-radius .35s, background .35s, color .35s; }
.vt-header__phone-copy { display: flex; flex-direction: column; align-items: center; }
.vt-header__phone strong { color: var(--vt-green); font-size: clamp(22px, 1.4vw, 27px); letter-spacing: .3px; line-height: 1; white-space: nowrap; }
.vt-header__phone-copy > span { margin-top: 4px; opacity: 1; font-size: 10px; font-weight: 700; line-height: 1; text-transform: uppercase; transition: opacity .18s ease; }
.vt-header.is-phone-caption-hidden .vt-header__phone-copy > span { opacity: 0; }
.vt-header__phone-icon { display: none; width: 19px; height: 19px; margin-right: 7px; fill: currentColor; }
.vt-header__mobile-accent,
.vt-menu-toggle { display: none; }

.vt-header.is-expanding { top: 0; }
.vt-header.is-expanding .vt-header__inner {
	width: 100%;
	min-height: 58px;
	padding: 6px max(24px, calc((100vw - 1629px) / 2));
	border-radius: 0;
	background: rgba(237,231,221,.68);
}
.vt-header.is-expanding .vt-logo__brand { width: 210px; }
.vt-header.is-expanding .vt-header__phone { color: var(--vt-green); }
.vt-header.is-expanding .vt-header__phone-copy > span { display: none; }
.vt-header.is-expanding .vt-header__phone-icon { display: block; }
.vt-header.is-scroll-animated,
.vt-header.is-scroll-animated .vt-header__inner,
.vt-header.is-scroll-animated .vt-logo__brand,
.vt-header.is-scroll-animated .vt-header__phone,
.vt-header.is-scroll-animated .vt-header__phone-icon { transition: none; }

.vt-header.is-scrolled { top: 0; }
.vt-header.is-scrolled .vt-header__inner {
	width: 100%;
	min-height: 62px;
	margin-inline: auto;
	padding: 7px max(24px, calc((100vw - 1629px) / 2));
	border-color: transparent;
	border-radius: 0;
	background: var(--vt-green);
	box-shadow: 0 9px 28px rgba(31,74,40,.16);
}
.vt-header.is-scrolled .vt-logo__brand { width: 190px; }
.vt-header.is-scrolled .vt-logo__mark,
.vt-header.is-scrolled .vt-logo__tagline,
.vt-header.is-scrolled .vt-logo__brand { filter: brightness(0) invert(1); }
.vt-header.is-scrolled .vt-nav { gap: 21px; padding-inline: 21px; }
.vt-header.is-scrolled .vt-nav a { color: #fff; font-size: 11px; }
.vt-header.is-scrolled .vt-nav__accent { background: var(--vt-green); color: #fff; }
.vt-header.is-scrolled .vt-nav a.vt-nav__accent { color: #fff; }
.vt-header.is-scrolled .vt-nav__accent-star { color: #fff; }
.vt-header.is-scrolled .vt-header__phone { padding: 6px 8px; border-radius: 6px; background: transparent; color: #fff; }
.vt-header.is-scrolled .vt-header__phone strong { font-size: 18px; }
.vt-header.is-scrolled .vt-header__phone-copy > span { display: none; }
.vt-header.is-scrolled .vt-header__phone-icon { display: block; }

.vt-header--inner { position: fixed; }
.vt-header--inner .vt-header__inner { background: var(--vt-sand); }

/* Hero carousel */
.vt-hero { position: relative; height: 100svh; min-height: 720px; overflow: hidden; background: var(--vt-ink); color: #fff; }
.vt-hero__slide { position: absolute; inset: 0; opacity: 0; pointer-events: none; transition: opacity 1.05s ease; }
.vt-hero__slide::before { position: absolute; inset: -18px; background-position: center; background-size: cover; content: ""; transform: translate3d(var(--vt-hero-parallax-x, 0), var(--vt-hero-parallax-y, 0), 0) scale(1.015); transform-origin: center; transition: transform .5s cubic-bezier(.2,.75,.25,1); will-change: transform; }
.vt-hero__slide.is-active { z-index: 1; opacity: 1; pointer-events: auto; }
.vt-hero:hover .vt-hero__slide.is-active::before { transform: translate3d(var(--vt-hero-parallax-x, 0), var(--vt-hero-parallax-y, 0), 0) scale(1.035); }
.vt-hero__slide--move::before { background-image: url("images/redesign/figma-hero.webp"); }
.vt-hero__slide--road::before { background-image: url("images/redesign/hero-road.webp"); }
.vt-hero__slide--documents::before { background-image: url("images/redesign/hero-documents.webp"); background-position: center; background-size: cover; }
.vt-hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(65,63,43,.6) 0%, rgba(65,63,43,.33) 39%, rgba(65,63,43,.02) 72%); }
.vt-hero__slide--road .vt-hero__shade { background: linear-gradient(90deg, rgba(237,231,221,.72) 0%, rgba(237,231,221,.4) 42%, rgba(255,255,255,0) 68%); }
.vt-hero__slide--documents .vt-hero__shade { background: linear-gradient(90deg, rgba(29,29,27,.62) 0%, rgba(29,29,27,.28) 49%, rgba(29,29,27,0) 76%); }
.vt-hero__content { position: relative; z-index: 2; display: flex; height: 100%; align-items: flex-start; justify-content: center; flex-direction: column; padding-top: 112px; }
.vt-hero h1,
.vt-hero h2 { width: min(760px, 56vw); margin: 0; color: #fff; font-size: clamp(48px, 5.16vw, 66px); font-weight: 800; letter-spacing: .02em; line-height: 1.12; text-transform: uppercase; text-shadow: 0 3px 18px rgba(0,0,0,.13); white-space: nowrap; }
.vt-hero__slide--road h2 { width: min(920px, 64vw); color: var(--vt-green); text-shadow: none; }
.vt-hero__lowercase { text-transform: lowercase; }
.vt-hero__lead { max-width: 850px; margin: 29px 0 54px; font-size: 20px; font-style: italic; font-weight: 600; letter-spacing: .035em; line-height: 1.35; text-transform: uppercase; }
.vt-mobile-dash-break { display: none; }
.vt-hero__slide--road .vt-hero__lead { color: var(--vt-green); }
.vt-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; }
.vt-button, .vt-redesign button.vt-button { display: inline-flex; min-width: 217px; min-height: 52px; align-items: center; justify-content: center; padding: 0 24px; border: 0; border-radius: 6px; font-size: 13px; font-weight: 800; line-height: 1.15; text-align: center; text-transform: uppercase; cursor: pointer; transition: transform .18s, box-shadow .18s, background .18s, opacity .18s; }
.vt-button:hover, .vt-button:focus-visible { transform: translateY(-2px); box-shadow: 0 9px 22px rgba(0,0,0,.16); }
.vt-button--light { background: var(--vt-sand); color: var(--vt-green); }
.vt-button--green { background: var(--vt-green); color: #fff !important; }
.vt-button--green:hover, .vt-button--green:focus-visible { background: var(--vt-green); }
.vt-button--sand { background: var(--vt-sand-dark); color: #fff !important; }
.vt-hero .vt-button { font-size: 13px; font-weight: 800; }
.vt-hero .vt-button--light { color: var(--vt-green) !important; }
.vt-hero__progress { --vt-progress: 25%; position: absolute; z-index: 4; right: 0; bottom: 22px; left: 0; height: 48px; color: #fff; cursor: ew-resize; touch-action: none; user-select: none; }
.vt-hero__progress-track,
.vt-hero__progress-passed { position: absolute; top: 11px; right: 0; left: 0; height: 46px; overflow: hidden; opacity: .34; }
.vt-hero__progress-passed { right: auto; width: var(--vt-progress); opacity: 1; }
.vt-hero__progress-dot { position: absolute; width: 4px; height: 4px; border-radius: 50%; background: currentColor; transform: translateX(-50%); }
.vt-hero__progress-dot.is-station { width: 14px; height: 14px; margin-top: -5px; border: 2px solid currentColor; background: transparent; }
.vt-hero__progress-dot.is-hidden { display: none; }
.vt-hero__marker { position: absolute; top: -8px; left: var(--vt-progress); width: 31px; height: 41px; color: currentColor; filter: drop-shadow(0 3px 5px rgba(0,0,0,.18)); transform: translate(-50%, var(--vt-marker-y, 0px)); transition: left .7s cubic-bezier(.22,.78,.2,1), transform .7s cubic-bezier(.22,.78,.2,1); }
.vt-hero__progress.is-dragging .vt-hero__marker { transition: none; }
.vt-hero__progress.is-looping .vt-hero__marker { transition-duration: .36s; }
.vt-hero__progress.is-looping.is-wrapping .vt-hero__marker { transition: none; }
.vt-hero__marker svg { display: block; width: 100%; height: 100%; overflow: visible; }
.vt-hero__marker svg > path:first-child { fill: none; stroke: currentColor; stroke-width: 1.7; }
.vt-hero__marker-star { fill: currentColor; stroke: none; transform: scale(.9); transform-box: fill-box; transform-origin: center; transition: transform .22s ease; }
.vt-hero__progress.is-at-station .vt-hero__marker-star { transform: scale(1.25); }
.vt-hero.is-light .vt-hero__progress { color: #fff; }
.vt-hero__scroll { position: absolute; z-index: 5; bottom: 104px; left: 50%; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid currentColor; border-radius: 50%; color: #fff; transform: translateX(-50%); transition: opacity .32s ease, transform .28s ease, visibility .32s, background .22s ease, box-shadow .22s ease; }
.vt-hero__scroll:hover, .vt-hero__scroll:focus-visible { outline: none; background: rgba(255,255,255,.14); box-shadow: 0 7px 20px rgba(0,0,0,.2); transform: translateX(-50%) translateY(4px) scale(1.08); }
.vt-hero__scroll.is-hidden { opacity: 0; visibility: hidden; pointer-events: none; transform: translate(-50%, -10px); }
.vt-hero__scroll svg { width: 25px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transform: translateY(2px); transition: transform .28s ease; }
.vt-hero__scroll:hover svg, .vt-hero__scroll:focus-visible svg { transform: translateY(5px); }

/* Shared sections */
.vt-section { padding-top: 78px; }
.vt-section:last-of-type { padding-bottom: 84px; }
.vt-section-title { --vt-section-title-size: 32px; display: flex; align-items: center; justify-content: center; margin: 0 0 58px; color: var(--vt-green); font-size: var(--vt-section-title-size); font-weight: 800; letter-spacing: .03em; line-height: 1.15; text-align: center; text-transform: uppercase; }
.vt-section-title .vt-title-star {
	display: inline-grid;
	width: 0.75em;
	height: 0.75em;
	flex: 0 0 0.75em;
	place-items: center;
	margin-inline: 11px;
	background: url("images/redesign/icons/greenstar.svg") center / contain no-repeat;
	color: transparent;
	font-size: inherit;
	line-height: 1;
}

.vt-section-title > span:not(.vt-title-star) { display: none; }
.vt-section-title__mobile { display: none; }
.vt-home .vt-section-title[data-mobile-title] { display: block; font-size: 0; }
.vt-home .vt-section-title[data-mobile-title] .vt-title-star { display: none; }
.vt-home .vt-section-title[data-mobile-title] .vt-section-title__mobile { display: grid; justify-items: center; gap: 3px; font-size: var(--vt-section-title-size); letter-spacing: .03em; line-height: 1.15; }
.vt-home .vt-section-title--left[data-mobile-title] .vt-section-title__mobile { justify-items: start; }
.vt-section-title__mobile-line { display: flex; align-items: center; justify-content: center; gap: 8px; white-space: nowrap; }
.vt-section-title__mobile-star { display: block; width: .75em; height: .75em; flex: 0 0 .75em; background: url("images/redesign/icons/greenstar.svg") center / contain no-repeat; }
.vt-title-lowercase { text-transform: lowercase; }
.vt-home .vt-section-title[data-mobile-title] > .vt-section-title__measure { position: absolute; left: -9999px; display: block; font-size: var(--vt-section-title-size); font-weight: 800; line-height: 1.15; text-transform: uppercase; white-space: nowrap; visibility: hidden; }
.vt-section-title--left { justify-content: flex-start; margin-bottom: 22px; text-align: left; }

/* Comparison */
.vt-compare { overflow: hidden; min-height: 392px; border-radius: 12px; }
.vt-compare__track { display: grid; min-height: 392px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.vt-compare__photo { min-height: 392px; background-position: center; background-size: cover; transform: translate3d(var(--vt-compare-parallax-x, 0), var(--vt-compare-parallax-y, 0), 0) scale(1.001); transform-origin: center; transition: transform .48s cubic-bezier(.2,.75,.25,1); will-change: transform; }
.vt-compare__photo:hover { transform: translate3d(var(--vt-compare-parallax-x, 0), var(--vt-compare-parallax-y, 0), 0) scale(1.055); }
.vt-compare__photo--truck { background-image: url("images/redesign/figma-compare-truck.webp"); }
.vt-compare__photo--road { background-image: url("images/redesign/figma-compare-container.webp"); }
.vt-compare__column { position: relative; z-index: 1; display: flex; justify-content: flex-start; flex-direction: column; padding: 58px clamp(28px, 2.7vw, 52px) 38px; }
.vt-compare__column--good { margin-left: -10px; border-radius: 10px 0 0 10px; background: linear-gradient(112deg, var(--vt-sand) 0%, var(--vt-sand-2) 100%); }
.vt-compare__column--bad { margin-right: -10px; border-radius: 0 10px 10px 0; background: linear-gradient(112deg, #e5e4e2 0%, #d7d7d5 100%); }
.vt-compare__column h3 { margin: 0 0 27px; color: var(--vt-green); font-size: 20px; font-weight: 800; text-align: center; text-decoration: underline; text-underline-offset: 4px; text-transform: uppercase; }
.vt-compare__column ul { display: grid; gap: 19px; margin: 0; padding: 0; list-style: none; }
.vt-compare__column li { position: relative; padding-left: 45px; font-size: clamp(12px, .75vw, 14px); font-weight: 700; line-height: 1.3; }
.vt-compare__column li::before { position: absolute; top: 50%; left: 0; display: block; width: 31px; height: 31px; background: url("images/redesign/icons/chek.svg") center / contain no-repeat; content: ""; transform: translateY(-50%); }
.vt-compare__column--bad li::before { background-image: url("images/redesign/icons/cross.svg"); }

/* Steps */
.vt-steps { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: clamp(47px, 4vw, 77px); }
.vt-step { position: relative; min-height: 305px; padding: 34px clamp(17px, 1.35vw, 26px) 24px; border: 3px dashed var(--vt-sand-dark); border-radius: 6px; }
.vt-step:not(:last-child)::after { position: absolute; z-index: 2; top: 50%; left: calc(100% + clamp(23.5px, 2vw, 38.5px) - 11px); width: 22px; height: 22px; border-top: 3px solid var(--vt-sand-dark); border-right: 3px solid var(--vt-sand-dark); content: ""; transform: translateY(-50%) rotate(45deg); }
.vt-step__number { position: absolute; top: -7px; right: 9px; color: var(--vt-sand); font-size: 80px; font-style: italic; font-weight: 800; line-height: 1; }
.vt-step svg, .vt-step img, .vt-document-benefits svg, .vt-document-benefits img, .vt-feature svg, .vt-feature img { position: relative; width: 50px; height: 50px; object-fit: contain; fill: none; stroke: var(--vt-green); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.vt-step h3 { position: relative; margin: 25px 0 13px; font-size: 15px; font-weight: 800; line-height: 1.12; text-transform: uppercase; }
.vt-step__title-mobile { display: none; }
.vt-step p { position: relative; margin: 0; font-size: 12px; font-weight: 500; line-height: 1.34; }
.vt-step > * { transform: translate3d(var(--vt-step-parallax-x, 0), var(--vt-step-parallax-y, 0), 0); transition: transform .22s ease-out; }
.vt-step > img { transform: translate3d(var(--vt-step-icon-parallax-x, 0), var(--vt-step-icon-parallax-y, 0), 0); }
.vt-step__number { transform: translate3d(var(--vt-step-number-parallax-x, 0), var(--vt-step-number-parallax-y, 0), 0); }

/* Documents, story and features */
.vt-documents { display: grid; min-height: 480px; grid-template-columns: minmax(42%, 779px) 1fr; gap: clamp(28px, 2vw, 42px); }
.vt-documents__image { position: relative; overflow: hidden; min-height: 480px; border-radius: 9px; }
.vt-documents__image::before { position: absolute; inset: -12px; background: url("images/redesign/figma-documents.webp") center / cover no-repeat; content: ""; transform: translate3d(var(--vt-documents-parallax-x, 0), var(--vt-documents-parallax-y, 0), 0) scale(1.015); transform-origin: center; transition: transform .48s cubic-bezier(.2,.75,.25,1); will-change: transform; }
.vt-documents__image:hover::before { transform: translate3d(var(--vt-documents-parallax-x, 0), var(--vt-documents-parallax-y, 0), 0) scale(1.06); }
.vt-documents__content { display: flex; justify-content: center; flex-direction: column; padding: 38px 0 38px clamp(32px, 2.7vw, 52px); }
.vt-documents__content > p { max-width: 730px; margin: 0 0 34px; font-weight: 600; }
.vt-document-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 35px; color: var(--vt-green); }
.vt-document-benefits > div { display: flex; align-items: center; gap: 13px; }
.vt-document-benefits svg, .vt-document-benefits img { flex: 0 0 42px; width: 42px; height: 42px; }
.vt-document-benefits strong { font-size: 13px; font-weight: 800; line-height: 1.18; text-transform: uppercase; }
.vt-documents .vt-button { align-self: flex-start; }
.vt-story-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 38px; }
.vt-story-cards article { overflow: hidden; min-width: 0; border-radius: 9px; background: var(--vt-sand); }
.vt-story-cards__image { min-height: 286px; background-position: center; background-size: cover; transform: translate3d(var(--vt-story-parallax-x, 0), var(--vt-story-parallax-y, 0), 0) scale(1.001); transform-origin: center; transition: transform .48s cubic-bezier(.2,.75,.25,1); will-change: transform; }
.vt-story-cards article:hover .vt-story-cards__image { transform: translate3d(var(--vt-story-parallax-x, 0), var(--vt-story-parallax-y, 0), 0) scale(1.065); }
.vt-story-cards__image--start { background-image: url("images/redesign/figma-story-start.webp"); }
.vt-story-cards__image--route { background-image: url("images/redesign/figma-story-route.webp"); }
.vt-story-cards__image--home { background-image: url("images/redesign/figma-story-home.webp"); }
.vt-story-cards article > div:last-child { display: grid; min-height: 205px; align-content: start; grid-template-columns: 72px 1fr; column-gap: 26px; padding: 28px 32px; }
.vt-story-cards article span { grid-row: 1 / 3; color: #fff; font-size: 62px; font-style: italic; font-weight: 800; line-height: 1; }
.vt-story-cards h3 { margin: 2px 0 9px; color: var(--vt-green); font-size: 20px; font-weight: 800; text-transform: uppercase; }
.vt-story-cards p { margin: 0; font-size: 16px; font-weight: 600; line-height: 1.25; }
.vt-features { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; }
.vt-feature { display: flex; min-height: 257px; align-items: center; justify-content: center; flex-direction: column; gap: 21px; padding: 28px 18px; border: 1px solid var(--vt-sand-dark); border-radius: 6px; color: var(--vt-green); text-align: center; }
.vt-feature svg, .vt-feature img { width: 86px; height: 86px; stroke-width: 1.7; }
.vt-feature img { transform: translate3d(var(--vt-feature-icon-x, 0), var(--vt-feature-icon-y, 0), 0); transition: transform .22s ease-out; }
.vt-feature strong { max-width: 200px; font-size: 15px; font-weight: 800; line-height: 1.25; transform: translate3d(var(--vt-feature-text-x, 0), var(--vt-feature-text-y, 0), 0); transition: transform .22s ease-out; }

/* Geography */
.vt-geography { min-height: 616px; padding: 65px clamp(45px, 7.5vw, 144px) 46px; border-radius: 9px; background: var(--vt-sand); }
.vt-geography .vt-section-title { margin-bottom: 59px; }
.vt-geography__grid { display: grid; grid-template-columns: minmax(330px, 483px) minmax(430px, 706px); align-items: center; justify-content: space-between; gap: clamp(50px, 8.2vw, 158px); }
.vt-contact-card { display: flex; align-items: flex-start; flex-direction: column; gap: 18px; color: var(--vt-green); }
.vt-contact-card__row { display: flex; align-items: center; gap: 18px; }
.vt-contact-card__row > img { width: 31px; height: 31px; flex: 0 0 31px; object-fit: contain; }
.vt-contact-card__row > div { display: flex; align-items: flex-start; flex-direction: column; }
.vt-contact-card__phone { font-size: 29px; font-weight: 800; letter-spacing: .8px; }
.vt-contact-card__phone + span { margin-top: -3px; font-size: 15px; font-weight: 300; }
.vt-contact-card, .vt-contact-card p, .vt-contact-card a { font-weight: 700; }
.vt-contact-card p { margin: 0; }
.vt-text-link { color: var(--vt-green) !important; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.vt-text-link[type="button"] { padding: 0; border: 0; background: transparent; font-family: inherit; cursor: pointer; }
.vt-text-link--trail { display: inline-flex; align-items: center; gap: 2px; white-space: nowrap; }
.vt-text-link--trail > span { width: 30px; border-top: 3px dotted currentColor; }
.vt-text-link--trail > b { display: inline-grid; width: 14px; height: 14px; place-items: center; color: var(--vt-green); font-size: 14px; line-height: 1; }
.vt-map { position: relative; display: grid; width: 100%; max-width: 706px; min-height: 0; aspect-ratio: 706 / 389; justify-self: center; place-items: center; outline: none; cursor: url("images/redesign/icons/greenstar-beige.svg") 13 13, pointer; -webkit-tap-highlight-color: transparent; user-select: none; }
.vt-map, .vt-map * { -webkit-user-drag: none; -webkit-tap-highlight-color: transparent; user-select: none; }
.vt-map img { display: block; width: 100%; max-width: 706px; height: auto; }
.vt-map__base { width: 100%; max-width: 706px; }
.vt-map__glow { position: absolute; inset: 0; display: grid; overflow: hidden; width: 100%; max-width: 706px; place-items: center; margin: 0 auto; pointer-events: none; --vt-map-x: 50%; --vt-map-y: 50%; --vt-map-hole-size: 170px; }
.vt-map__base { filter: brightness(1.15) contrast(1.01); }
.vt-map__active { width: 100%; max-width: 706px; filter: brightness(.74) contrast(1.08); }
.vt-map__glow {
	-webkit-mask-image: radial-gradient(circle at var(--vt-map-x) var(--vt-map-y), transparent var(--vt-map-hole-size), rgba(0, 0, 0, 0.94) calc(var(--vt-map-hole-size) + 132px));
	mask-image: radial-gradient(circle at var(--vt-map-x) var(--vt-map-y), transparent var(--vt-map-hole-size), rgba(0, 0, 0, 0.94) calc(var(--vt-map-hole-size) + 132px));
}
.vt-map__points { position: absolute; inset: 0; pointer-events: none; }
.vt-map__point {
	position: absolute;
	width: 7px;
	height: 7px;
	--vt-map-point-scale: 1;
	--vt-map-point-glow: 0;
	--vt-point-r: 46;
	--vt-point-g: 167;
	--vt-point-b: 95;
	--vt-point-shadow-blur: 0px;
	--vt-point-shadow-spread: 0px;
	--vt-point-shadow-alpha: 0;
	transform: translate(-50%, -50%) scale(var(--vt-map-point-scale));
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 calc(var(--vt-point-shadow-blur) * var(--vt-map-point-glow)) calc(var(--vt-point-shadow-spread) * var(--vt-map-point-glow)) rgba(var(--vt-point-r), var(--vt-point-g), var(--vt-point-b), calc(var(--vt-point-shadow-alpha) * var(--vt-map-point-glow)));
	transition: box-shadow .18s ease, transform .12s ease;
	opacity: 1;
}
.vt-map__point--green {
	background: var(--vt-green);
	--vt-point-shadow-blur: 16px;
	--vt-point-shadow-spread: 7px;
	--vt-point-shadow-alpha: 0.22;
	--vt-point-r: 46;
	--vt-point-g: 167;
	--vt-point-b: 95;
}
.vt-map__point--white { background: var(--vt-map-point-color, #fff); }
.vt-map__point--white.is-lit { --vt-point-shadow-blur: 20px; --vt-point-shadow-spread: 7px; --vt-point-shadow-alpha: 0.95; --vt-point-r: 245; --vt-point-g: 143; --vt-point-b: 36; }

/* FAQ and reviews */
.vt-help-grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr); gap: clamp(52px, 5.2vw, 100px); }
.vt-help-grid .vt-section-title { margin-bottom: 50px; }
.vt-faq { display: grid; gap: 13px; }
.vt-faq__item { border-radius: 6px; background: var(--vt-sand); transition: background .22s ease, box-shadow .22s ease, transform .22s ease; }
.vt-faq__item:hover, .vt-faq__item:focus-within { background: var(--vt-sand); box-shadow: 0 8px 20px rgba(31,74,40,.11); transform: translateY(-2px); }
.vt-faq__item button { display: flex; width: 100%; min-height: 56px; align-items: center; justify-content: space-between; gap: 14px; padding: 12px 17px; border: 0; border-radius: 6px; background: transparent; color: var(--vt-green); font-size: 14px; font-weight: 600; text-align: left; cursor: pointer; }
.vt-faq__item button:focus-visible { outline: 2px solid var(--vt-green); outline-offset: 2px; }
.vt-faq__item button i { display: grid; width: 27px; height: 27px; flex: 0 0 27px; place-items: center; border: 1px solid currentColor; border-radius: 50%; transition: transform .25s; }
.vt-faq__item button i svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.vt-faq__item button[aria-expanded="true"] i { transform: rotate(180deg); }
.vt-faq__item > div { display: grid; overflow: hidden; grid-template-rows: 1fr; padding: 10px 18px 18px; opacity: 1; transition: grid-template-rows .32s ease, opacity .25s, padding .32s; }
.vt-faq__item > div[hidden] { display: grid; grid-template-rows: 0fr; padding-top: 0; padding-bottom: 0; opacity: 0; }
.vt-faq__item p { min-height: 0; overflow: hidden; margin: 0; font-size: 13px; font-weight: 300; line-height: 1.55; }
.vt-help-grid__faq, .vt-help-grid__reviews { min-width: 0; }
.vt-help-grid__reviews { display: flex; flex-direction: column; }
.vt-reviews-shell { position: relative; overflow: visible; padding-inline: 42px; }
.vt-help-grid__reviews .vt-reviews-shell { min-height: 0; flex: 1; }
.vt-reviews { display: flex; height: 100%; overflow: hidden; gap: 20px; margin: 0; scroll-behavior: smooth; scroll-snap-type: x mandatory; }
.vt-review { display: flex; min-height: 0; overflow: hidden; flex: 0 0 calc((100% - 40px) / 3); flex-direction: column; padding: 14px 16px; border-radius: 6px; background: var(--vt-sand); cursor: pointer; scroll-snap-align: start; }
.vt-review__stars { color: var(--vt-green); font-size: 16px; letter-spacing: 3px; }
.vt-review p { margin: 10px 0 7px; font-size: 12px; font-weight: 500; line-height: 1.45; }
.vt-review__excerpt { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.vt-review__more { display: inline; align-self: flex-start; margin: 3px 0 0; padding: 0; border: 0; background: transparent; color: inherit; font-size: inherit; font-weight: inherit; line-height: inherit; text-decoration: underline; cursor: pointer; }
.vt-review__more[hidden] { display: none; }
.vt-review strong { margin-top: auto; color: var(--vt-green); font-size: 11px; }
.vt-slider-arrow { position: absolute; z-index: 3; top: 50%; display: grid; width: 27px; height: 27px; place-items: center; padding: 0; border: 1px solid var(--vt-green); border-radius: 50%; background: transparent; color: var(--vt-green); cursor: pointer; transform: translateY(-50%); transition: color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease; }
.vt-slider-arrow:not(:disabled):hover, .vt-slider-arrow:not(:disabled):focus-visible { outline: none; background: var(--vt-green); color: #fff; box-shadow: 0 6px 15px rgba(31,74,40,.22); transform: translateY(-50%) scale(1.12); }
.vt-slider-arrow svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.vt-slider-arrow--prev { left: 0; }
.vt-slider-arrow--prev svg { transform: rotate(90deg); }
.vt-slider-arrow--next { right: 0; }
.vt-slider-arrow--next svg { transform: rotate(-90deg); }
.vt-slider-arrow:disabled { opacity: .32; cursor: default; }
.vt-help-grid__reviews > .vt-button { align-self: center; width: max-content; margin-top: 12px; }

/* Final CTA */
.vt-final-cta { display: grid; overflow: hidden; min-height: 242px; grid-template-columns: 40% 60%; border-radius: 9px; background: var(--vt-sand); }
.vt-final-cta > div:first-child { align-self: center; padding: 31px 50px; }
.vt-final-cta h2 { margin: 0 0 13px; color: var(--vt-green); font-size: 32px; font-weight: 800; letter-spacing: .03em; line-height: 1.05; text-transform: uppercase; }
.vt-final-cta p { margin: 0 0 24px; font-weight: 600; }
.vt-final-cta__image { position: relative; overflow: hidden; min-height: 242px; }
.vt-final-cta__image::before { position: absolute; inset: -12px; background: linear-gradient(90deg, var(--vt-sand) 0%, rgba(237,231,221,.98) 13%, rgba(227,219,205,.72) 36%, rgba(227,219,205,.28) 53%, rgba(227,219,205,0) 68%), url("images/redesign/figma-story-route.webp") center 70% / cover no-repeat; content: ""; transform: translate3d(var(--vt-final-parallax-x, 0), var(--vt-final-parallax-y, 0), 0) scale(1.015); transform-origin: center; transition: transform .48s cubic-bezier(.2,.75,.25,1); will-change: transform; }
.vt-final-cta__image:hover::before { transform: translate3d(var(--vt-final-parallax-x, 0), var(--vt-final-parallax-y, 0), 0) scale(1.06); }
.vt-final-cta__image img { position: absolute; z-index: 1; right: 27px; bottom: 24px; width: clamp(150px, 12vw, 230px); height: auto; object-fit: contain; }

/* Footer */
.vt-footer { min-height: 330px; padding: 62px 0 48px; background: radial-gradient(ellipse 92% 135% at 8% 125%, var(--vt-green) 0%, var(--vt-ink) 68%); color: #fff; }
.vt-footer__grid { display: grid; grid-template-columns: 1.45fr 1fr .95fr 1fr; gap: clamp(42px, 3.75vw, 72px); }
.vt-logo--footer .vt-logo__image { width: min(429px, 100%); }
.vt-footer h2 { margin: 0 0 18px; padding-bottom: 10px; border-bottom: 1px solid rgba(255,255,255,.65); color: #fff; font-size: 14px; text-transform: uppercase; }
.vt-footer a, .vt-footer p { display: block; margin: 0 0 9px; color: rgba(255,255,255,.8); font-size: 12px; }
.vt-footer .vt-footer__contact-row { display: flex; min-width: 0; align-items: center; gap: 10px; margin-bottom: 13px; }
.vt-footer__contact-row > img { width: 19px; height: 19px; flex: 0 0 19px; object-fit: contain; filter: brightness(0) invert(1); }
.vt-footer__contact-row > span { min-width: 0; overflow-wrap: anywhere; }
.vt-footer__contacts p.vt-footer__contact-row { align-items: flex-start; line-height: 1.45; }
.vt-footer__nav { display: grid; grid-template-columns: 1fr auto; align-items: start; gap: 18px; }
.vt-footer__accent { display: grid !important; min-width: 0; grid-template-columns: 14px minmax(0, 1fr) 14px; align-items: center; column-gap: 3px; overflow: hidden; padding: 10px 12px; border-radius: 5px; background: #fff; color: var(--vt-green) !important; font-weight: 700; line-height: 1.2; text-align: center; text-transform: uppercase; white-space: normal; }
.vt-footer__accent-copy { display: flex; min-width: 0; max-width: 100%; align-items: center; flex-direction: column; justify-content: center; line-height: 1.1; white-space: normal; }
.vt-footer__accent-star { font-size: 13px; line-height: 1; }

/* Floating call and modals */
.vt-call-button { position: fixed; z-index: 90; right: 30px; bottom: 30px; display: block; width: 55px; height: 55px; padding: 0; border: 0; background: transparent; cursor: pointer; transition: filter .35s ease; }
.vt-call-button svg, .vt-call-button img { display: block; width: 55px; height: 55px; object-fit: contain; }
.vt-call-button.is-on-light { filter: brightness(0) saturate(100%) invert(25%) sepia(17%) saturate(1826%) hue-rotate(98deg) brightness(89%) contrast(96%); }
.vt-scroll-top { position: fixed; z-index: 89; right: 37px; bottom: 93px; display: none; width: 40px; min-width: 40px; height: 40px; min-height: 40px; align-items: center; justify-content: center; padding: 0; border: 2px solid rgba(255,255,255,.92); border-radius: 50%; background: transparent; color: #fff; cursor: pointer; opacity: 0; transform: translateY(8px); transition: opacity .22s ease, transform .22s ease, border-color .35s ease, color .35s ease; }
.vt-scroll-top.is-visible { display: flex; opacity: 1; transform: none; }
.vt-scroll-top.is-on-light { border-color: var(--vt-green); background: transparent; color: var(--vt-green); }
.vt-scroll-top svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.vt-modal { position: fixed; z-index: 1000; inset: 0; display: flex; overflow: auto; align-items: center; justify-content: center; padding: 24px; background: rgba(7,15,10,.72); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .24s, visibility .24s; }
.vt-modal.is-open { opacity: 1; visibility: visible; pointer-events: auto; }
.vt-modal__dialog { position: relative; width: min(458px, 100%); padding: 22px 30px 42px; border-radius: 12px; background: var(--vt-sand); box-shadow: 0 24px 70px rgba(0,0,0,.3); transform: translateY(18px) scale(.98); transition: transform .28s cubic-bezier(.2,.75,.25,1); }
.vt-modal.is-open .vt-modal__dialog { transform: none; }
.vt-modal__dialog h2 { display: flex; align-items: center; gap: 9px; margin: 0 28px 19px 0; color: var(--vt-green); font-size: 18px; font-weight: 800; line-height: 1.15; text-transform: uppercase; }
.vt-modal__star { display: inline-grid; width: 42px; height: 42px; flex: 0 0 42px; place-items: center; background: url("images/redesign/icons/greenstar.svg") center / contain no-repeat; color: transparent; font-size: 0; }
.vt-modal__close { position: absolute; top: 17px; right: 18px; display: grid; width: 22px; height: 22px; place-items: center; padding: 0; border: 0; background: transparent; color: var(--vt-green); cursor: pointer; }
.vt-modal__close img { display: block; }
.vt-modal__close::before { display: none; content: ""; }
.vt-modal__close svg, .vt-modal__close img { width: 18px; height: 18px; object-fit: contain; fill: none; stroke: currentColor; stroke-width: 1.5; }
.vt-modal .wpcf7-form p { margin: 0; }
.vt-modal .t651__input-wrapper { display: grid; gap: 8px; }
.vt-modal .wpcf7-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.vt-modal .wpcf7-form textarea,
.vt-modal .wpcf7-form select { width: 100%; min-height: 52px; padding: 12px 14px; border: 1px solid var(--vt-green); border-radius: 8px; background: #fff; color: var(--vt-ink); outline: none; }
.vt-modal .wpcf7-form input:focus, .vt-modal .wpcf7-form textarea:focus { box-shadow: 0 0 0 3px rgba(31,74,40,.12); }
.vt-modal .wpcf7-form input.wpcf7-not-valid { border: 1px solid #a53c32 !important; box-shadow: 0 0 0 3px rgba(165,60,50,.1); }
.vt-modal .wpcf7-not-valid-tip { display: block; margin: 4px 3px 0; color: #8b3028; font-size: 10px; line-height: 1.2; }
.vt-modal .t651__blockbutton { position: absolute; z-index: 2; bottom: -32px; left: 50%; transform: translateX(-50%); }
.vt-modal .wpcf7-submit { display: flex; min-width: 194px; min-height: 62px; align-items: center; justify-content: center; margin: 0 auto; padding: 0 26px; border: 0; border-radius: 11px; background: var(--vt-green) !important; color: #fff; font-size: 15px; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.vt-modal .wpcf7-submit:disabled, .vt-modal .wpcf7-submit.is-consent-disabled { background: #8f918e !important; color: #fff; opacity: 1; box-shadow: none; cursor: not-allowed; }
.grecaptcha-badge { visibility: hidden !important; }
.vt-modal .recaptcha-text { display: none; }
.vt-modal .recaptcha-text a { text-decoration: underline; }
.vt-modal__consent { display: flex; align-items: center; gap: 9px; margin-top: 12px; color: var(--vt-olive); font-size: 10px; line-height: 1.25; }
.vt-modal__consent input { width: 18px; height: 18px; flex: 0 0 18px; margin: 0; appearance: none; border: 1.5px solid var(--vt-green); border-radius: 3px; background: #fff; }
.vt-modal__consent input:checked { background: #fff url("images/redesign/icons/check-mark.svg") center / 14px 14px no-repeat; }
.vt-modal__consent.is-required { color: #8b3028; }
.vt-modal__consent.is-required input { border-color: #a53c32; box-shadow: 0 0 0 3px rgba(165,60,50,.1); }
.vt-modal__consent a { text-decoration: underline; }
.vt-modal__partner { color: var(--vt-green); font-weight: 800; text-transform: uppercase; }
.vt-modal__partner a { color: var(--vt-ink); font-weight: 400; text-transform: none; }

#vt-request-modal .vt-modal__dialog { width: min(542px, 100%); padding: 33px 40px 42px; border-radius: 13px; background: var(--vt-sand-dark); }
#vt-request-modal .vt-modal__star { width: 50px; height: 50px; flex-basis: 50px; }
#vt-request-modal .vt-modal__dialog h2 { margin-bottom: 24px; font-size: 18px; }
#vt-request-modal .wpcf7-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]) { min-height: 62px; border: 0; border-radius: 12px; font-size: 16px; }
#vt-request-modal .vt-calculator-form__items { margin: 0; padding: 9px 12px 8px; border: 0; border-radius: 12px; background: #fff; color: var(--vt-ink); }
#vt-request-modal .vt-calculator-form__items p { margin: 0; }
#vt-request-modal .vt-calculator-form__items-title { display: block; margin-bottom: 7px; font-size: 15px; font-weight: 600; line-height: 1.2; }
#vt-request-modal .vt-calculator-form__items .wpcf7-list-item { display: block; margin: 2px 0; }
#vt-request-modal .vt-calculator-form__items label { display: flex; align-items: center; gap: 8px; min-width: 0; font-size: 15px; line-height: 1.15; white-space: normal; }
#vt-request-modal .vt-calculator-form__items .wpcf7-list-item-label { min-width: 0; }
#vt-request-modal .vt-calculator-form__items input { width: 20px; height: 20px; flex: 0 0 20px; margin: 0; appearance: none; border: 1.5px solid var(--vt-olive); border-radius: 3px; background: #fff; }
#vt-request-modal .vt-calculator-form__items input:checked { border-color: var(--vt-green); background: #fff url("images/redesign/icons/check-mark.svg") center / 16px 16px no-repeat; }
#vt-request-modal .wpcf7-submit { min-width: 277px; min-height: 68px; }
#vt-request-modal .vt-modal__partner { display: none; }
.vt-settlement-field { position: relative; z-index: 1; }
.vt-settlement-field:focus-within { z-index: 30; }
.vt-settlement-suggest { position: absolute; z-index: 40; top: calc(100% + 6px); right: 0; left: 0; overflow: hidden; border: 1px solid rgba(31,74,40,.2); border-radius: 12px; background: #fff; box-shadow: 0 14px 34px rgba(20,47,26,.2); }
.vt-settlement-suggest[hidden] { display: none; }
.vt-settlement-suggest__list { max-height: min(290px, 38svh); overflow-y: auto; overscroll-behavior: contain; padding: 5px; scrollbar-color: rgba(31,74,40,.45) transparent; }
.vt-settlement-suggest__list:empty { display: none; }
.vt-settlement-suggest__list button { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 14px; padding: 10px 11px; border: 0; border-radius: 8px; background: transparent; color: var(--vt-ink); text-align: left; cursor: pointer; transition: background-color .16s ease, color .16s ease; }
.vt-settlement-suggest__list button:hover, .vt-settlement-suggest__list button.is-active { background: var(--vt-sand); }
.vt-settlement-suggest__list strong { min-width: 0; font-size: 14px; line-height: 1.15; }
.vt-settlement-suggest__list mark { background: transparent; color: var(--vt-green); font-weight: 800; }
.vt-settlement-suggest__list span { flex: 0 1 48%; color: var(--vt-olive); font-size: 10px; line-height: 1.2; text-align: right; }
.vt-settlement-suggest__status { padding: 13px 14px; color: var(--vt-olive); font-size: 12px; line-height: 1.3; }
.vt-settlement-suggest__status:empty { display: none; }
.vt-settlement-suggest__credit { padding: 6px 11px 7px; border-top: 1px solid rgba(31,74,40,.1); background: rgba(238,232,215,.42); color: rgba(50,62,43,.7); font-size: 8px; line-height: 1.2; text-align: right; }
.vt-settlement-suggest__credit a { color: inherit; text-decoration: underline; }
.vt-modal .wpcf7-response-output { margin: 12px 0 0 !important; font-size: 11px; }
.vt-review-modal .vt-modal__dialog { display: flex; width: min(560px, calc(100vw - 48px)); height: min(560px, calc(100svh - 48px)); flex-direction: column; }
.vt-review-modal__body { min-height: 0; flex: 1; overflow: auto; padding: 24px; border-radius: 8px; background: var(--vt-sand); scrollbar-color: var(--vt-green) transparent; touch-action: pan-y; }
.vt-review-modal__rating-row { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; }
.vt-review-modal__rating-row time { flex: 0 0 auto; color: rgba(31,74,40,.68); font-size: 11px; font-weight: 300; white-space: nowrap; }
.vt-review-modal__body p { margin: 15px 0 20px; font-size: 15px; font-weight: 500; line-height: 1.55; }
.vt-review-modal__body strong { color: var(--vt-green); font-size: 13px; }
.vt-review-modal__actions { display: grid; grid-template-columns: 32px 1fr 32px; align-items: center; gap: 18px; margin-top: 20px; }
.vt-review-modal__actions .vt-slider-arrow { position: static; width: 32px; height: 32px; transform: none; }
.vt-review-modal__actions [data-vt-review-modal-prev] svg { transform: rotate(90deg); }
.vt-review-modal__actions [data-vt-review-modal-next] svg { transform: rotate(-90deg); }
.vt-review-modal__actions a { color: var(--vt-green); font-size: 12px; font-weight: 800; text-align: center; text-decoration: underline; text-transform: uppercase; }

/* Cookie notice */
.vt-cookie { position: fixed; z-index: 950; right: 0; bottom: 0; left: 0; display: flex; width: 100%; min-height: 49px; align-items: center; justify-content: flex-end; gap: 12px; padding: 8px clamp(24px, 8.8vw, 180px); background: var(--vt-sand); color: rgba(29,29,27,.66); }
.vt-cookie[hidden] { display: none; }
.vt-cookie__text { min-width: 0; margin: 0; font-size: 12px; font-weight: 550; line-height: 1.25; text-align: right; }
.vt-cookie__text a { text-decoration: underline; text-underline-offset: 1px; }
.vt-cookie__actions { display: flex; flex: 0 0 auto; align-items: center; gap: 6px; }
.vt-cookie .vt-button, .vt-redesign .vt-cookie button.vt-button, .vt-redesign .vt-cookie__decline { min-width: 118px; min-height: 29px; padding: 0 16px; border: 0; border-radius: 7px; font-size: 10px; font-weight: 800; line-height: 1; text-decoration: none; text-transform: uppercase; cursor: pointer; }
.vt-cookie__decline { background: var(--vt-sand-dark); color: var(--vt-green); }

@media (max-width: 1180px) {
	.vt-cookie { justify-content: center; padding-inline: 24px; }
	.vt-cookie__text { text-align: left; }
	.vt-cookie .vt-button, .vt-redesign .vt-cookie button.vt-button, .vt-redesign .vt-cookie__decline { min-width: 108px; }
}

/* Inner pages */
.vt-inner-main { padding-top: 170px; }
.vt-inner-hero { padding-bottom: 72px; }
.vt-inner-hero__card, .vt-partner-hero { min-height: 520px; border-radius: 9px; background-color: var(--vt-sand); }
.vt-inner-hero__card { display: flex; align-items: center; padding: 65px 7%; background-position: center; background-size: cover; }
.vt-inner-hero__card > div { max-width: 720px; }
.vt-inner-hero__card h1, .vt-partner-hero h1 { margin: 0 0 24px; color: var(--vt-green); font-size: clamp(48px, 4.1vw, 78px); font-weight: 800; letter-spacing: -2px; line-height: 1; text-transform: uppercase; }
.vt-inner-hero__card p { max-width: 660px; font-size: 19px; }
.vt-kicker { margin: 0 0 17px !important; color: var(--vt-green); font-size: 13px !important; font-weight: 700; text-transform: uppercase; }
.vt-inner-hero--about .vt-inner-hero__card { background-image: linear-gradient(90deg, rgba(237,231,221,.98) 0%, rgba(237,231,221,.91) 42%, rgba(237,231,221,.08) 70%), url("images/redesign/partner-hero.webp"); }
.vt-inner-hero--reviews .vt-inner-hero__card { color: #fff; }
.vt-inner-hero--reviews .vt-inner-hero__card h1, .vt-inner-hero--reviews .vt-kicker { color: #fff; }
.vt-inner-hero--reviews .vt-inner-hero__card { background-image: linear-gradient(90deg, rgba(12,27,18,.87), rgba(16,35,24,.78)); }
.vt-partner-hero { display: grid; overflow: hidden; grid-template-columns: 54% 46%; }
.vt-partner-hero__copy { position: relative; z-index: 2; display: flex; justify-content: center; flex-direction: column; padding: 55px 7%; }
.vt-partner-hero h1 .vt-partner-title__line { display: block; font-size: inherit; vertical-align: baseline; white-space: nowrap; }
.vt-partner-hero h1 small { font-size: inherit; vertical-align: baseline; text-transform: lowercase; }
.vt-partner-hero h1 .vt-partner-title__star { display: inline-block; margin-left: -.12em; font-size: .5em; font-weight: inherit; vertical-align: .16em; }
.vt-partner-hero__image { position: relative; overflow: hidden; margin-left: -18%; }
.vt-partner-hero__image::before { position: absolute; inset: -14px; background: url("images/redesign/partner-hero.webp") 44% center / cover no-repeat; content: ""; transform: translate3d(var(--vt-partner-parallax-x, 0), var(--vt-partner-parallax-y, 0), 0) scale(1.015); transform-origin: center; transition: transform .5s cubic-bezier(.2,.75,.25,1); will-change: transform; }
.vt-partner-hero__image::after { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, var(--vt-sand) 0%, rgba(237,231,221,.94) 7%, rgba(237,231,221,.58) 22%, rgba(237,231,221,.22) 35%, rgba(237,231,221,0) 50%); content: ""; pointer-events: none; }
.vt-partner-hero__image:hover::before { transform: translate3d(var(--vt-partner-parallax-x, 0), var(--vt-partner-parallax-y, 0), 0) scale(1.055); }
.vt-partner-hero__reward { display: flex; width: fit-content; max-width: 100%; align-items: center; gap: 14px; margin: 12px 0 49px; }
.vt-partner-hero__reward p { min-width: 0; max-width: 430px; flex: 1 1 auto; margin: 0; overflow-wrap: break-word; font-size: 21px; line-height: 1.2; }
.vt-partner-hero__reward i { display: flex; width: 40px; height: 40px; flex: 0 0 40px; align-items: center; justify-content: center; box-sizing: border-box; border: 2px solid var(--vt-green); border-radius: 50%; color: transparent; font-size: 0; font-style: normal; line-height: 1; }
.vt-partner-hero__reward i::after { width: 10px; height: 10px; margin-left: -3px; border-top: 2px solid var(--vt-green); border-right: 2px solid var(--vt-green); content: ""; transform: rotate(45deg); }
.vt-partner-hero__reward strong { display: inline-block; flex: 0 0 auto; padding: 13px 24px; border-radius: 8px; background: var(--vt-sand-dark); color: var(--vt-green); font-size: 30px; white-space: nowrap; }
.vt-partner-hero__reward .vt-ruble { position: relative; top: -.02em; display: inline-block; margin-left: .08em; font-family: "VT Inter", Inter, sans-serif; font-size: .86em; font-weight: 600; line-height: 1; }
.vt-inner-section { padding: 0 0 85px; }
.vt-prose { width: min(1378px, 74%); max-width: 1378px; font-size: 16px; line-height: 1.25; }
.vt-prose__lead { margin-top: 0; font-size: 16px; }
.vt-prose h2 { display: table; margin: 31px 0 14px; padding: 7px 14px; border-radius: 4px; background: var(--vt-sand); color: var(--vt-green); font-size: 16px; font-weight: 800; line-height: 1.1; text-transform: uppercase; }
.vt-prose li { margin-bottom: 5px; }
.vt-reward-pill { display: inline-block; padding: 3px 20px; border-radius: 7px; background: var(--vt-green); color: #fff; }
.vt-partner-faq p { margin: 0 0 24px; }
.vt-reviews-page { padding-top: 12px; }
.vt-all-reviews { columns: 2; column-gap: 24px; width: min(1378px, 74vw); max-width: 1378px; margin-inline: auto; scroll-margin-top: 110px; }
.vt-reviews-page .vt-all-reviews { transition: opacity .2s ease; }
.vt-reviews-page.is-loading .vt-all-reviews { opacity: .42; pointer-events: none; }
.vt-review--full { display: inline-flex; width: 100%; min-height: 0; margin: 0 0 24px; break-inside: avoid; border: 0; border-radius: 7px; background: var(--vt-sand); }
.vt-review--full .vt-review__rating-row { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 15px; }
.vt-review--full .vt-review__stars { margin: 0; color: var(--vt-green); font-size: 18px; letter-spacing: 3px; }
.vt-review--full .vt-review__rating-row time { flex: 0 0 auto; color: rgba(31,74,40,.68); font-size: 11px; font-weight: 300; white-space: nowrap; }
.vt-review--full .vt-review__author { display: block; margin: 0 0 20px; color: var(--vt-ink); font-size: 14px; }
.vt-review--full p { margin: 0; font-size: 15px; line-height: 1.5; font-weight: 300; }
.vt-review--full .vt-review__excerpt { display: inline; overflow: visible; -webkit-line-clamp: unset; }
.vt-review--full .vt-review__more { display: none !important; }
.vt-reviews-pagination { display: flex; align-items: center; justify-content: center; flex-wrap: nowrap; gap: 8px; max-width: 1190px; overflow: hidden; margin: 34px auto 0; }
.vt-reviews-pagination a, .vt-reviews-pagination__control { display: grid; width: 36px; height: 36px; flex: 0 0 36px; place-items: center; border: 1px solid var(--vt-sand-dark); border-radius: 5px; color: var(--vt-green); font-size: 12px; font-weight: 700; transition: border-color .2s ease, background-color .2s ease, color .2s ease; }
.vt-reviews-pagination a:not([aria-current="page"]):hover,
.vt-reviews-pagination a:not([aria-current="page"]):focus-visible { border-color: rgba(31,74,40,.45); background: rgba(31,74,40,.09); }
.vt-reviews-pagination a[aria-current="page"] { border-color: var(--vt-green); background: var(--vt-green); color: #fff; }
.vt-reviews-pagination__control { font-size: 21px; line-height: 1; }
.vt-reviews-pagination__control[aria-disabled="true"] { opacity: .38; }
.vt-reviews-pagination__ellipsis { display: grid; width: 16px; flex: 0 0 16px; place-items: center; color: var(--vt-green); font-size: 15px; font-weight: 700; }
.vt-reviews-pagination__hidden { display: none !important; }
.vt-rating-links { display: flex; align-items: stretch; justify-content: center; flex-wrap: nowrap; gap: 12px; width: 100%; margin: 50px auto 0; }
.vt-rating-badge { display: flex; width: 188px; min-width: 0; min-height: 58px; align-items: center; gap: 9px; padding: 9px 13px; border: 1px solid rgba(31,74,40,.08); border-radius: 6px; background: var(--vt-sand); transition: border-color .2s, transform .2s; }
.vt-rating-badge:not([aria-disabled="true"]):hover { border-color: var(--vt-green); transform: translateY(-2px); }
.vt-rating-badge[aria-disabled="true"] { cursor: default; }
.vt-rating-badge img { display: block; width: 36px; height: 36px; flex: 0 0 auto; object-fit: contain; }
.vt-rating-badge small { color: var(--vt-ink); font-size: 9px; font-weight: 600; line-height: 1.1; }
.vt-rating-badge strong { flex: 0 0 auto; margin-left: auto; padding-left: 9px; border-left: 1px solid rgba(31,74,40,.18); color: var(--vt-ink); font-size: 17px; white-space: nowrap; }
.vt-yandex-reviews-widget { position: relative; width: min(760px, 100%); height: 650px; overflow: hidden; margin: 32px auto 0; border-radius: 8px; }
.vt-yandex-reviews-widget iframe { display: block; width: 100%; height: 100%; border: 1px solid rgba(31,74,40,.12); border-radius: 8px; box-sizing: border-box; background: #fff; }
.vt-yandex-reviews-widget > a { position: absolute; right: 0; bottom: 8px; left: 0; padding: 0 20px; color: rgba(29,29,27,.48); font-family: "VT Inter", Inter, sans-serif; font-size: 10px; text-align: center; text-decoration: none; }
.vt-review-form { width: min(1378px, 74vw); max-width: 1378px; margin: 54px auto 0; }
.vt-review-form h2 { margin: 0 0 20px; color: var(--vt-green); font-size: 20px; text-transform: uppercase; }
.vt-review-form .comment-form { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); grid-template-rows: auto repeat(5, auto) auto; gap: 18px 24px; padding: 36px; border: 1px solid rgba(31,74,40,.08); border-radius: 10px; background: #fff; box-shadow: 0 9px 26px rgba(31,74,40,.08); }
.vt-review-form .comment-form > p:first-child { grid-column: 1 / -1; margin: 0 0 4px; color: var(--vt-olive); font-size: 14px; line-height: 1.4; }
.vt-review-form .comment-form-comment { grid-column: 1; grid-row: 2 / span 5; }
.vt-review-form .comment-form-author { grid-column: 2; grid-row: 2; }
.vt-review-form .comment-form-email { grid-column: 2; grid-row: 3; }
.vt-review-form .comment-form-consent { grid-column: 2; grid-row: 4; margin: 0; }
.vt-review-form .comment-form-title { grid-column: 2; grid-row: 5; }
.vt-review-form .comment-form-rating { grid-column: 2; grid-row: 6; }
.vt-review-form .form-submit { grid-column: 1 / -1; margin: 4px 0 0; text-align: center; }
.vt-review-form .comment-form-author,
.vt-review-form .comment-form-email,
.vt-review-form .comment-form-comment,
.vt-review-form .comment-form-title,
.vt-review-form .comment-form-rating { margin: 0; }
.vt-review-form label { display: block; margin-bottom: 6px; color: var(--vt-green); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.vt-review-form input:not([type="radio"]):not([type="checkbox"]):not([type="hidden"]), .vt-review-form textarea { width: 100%; padding: 13px 15px; border: 1px solid rgba(31,74,40,.3); border-radius: 6px; background: #fff; outline: none; transition: border-color .2s, box-shadow .2s; }
.vt-review-form input:not([type="radio"]):not([type="checkbox"]):not([type="hidden"]):focus, .vt-review-form textarea:focus { border-color: var(--vt-green); box-shadow: 0 0 0 3px rgba(31,74,40,.1); }
.vt-review-form input:not([type="radio"]):not([type="checkbox"]):not([type="hidden"]) { min-height: 50px; }
.vt-review-form textarea { min-height: 294px; resize: vertical; }
.vt-review-form .comment-form-consent label { display: flex; align-items: center; gap: 9px; margin: 0; color: var(--vt-olive); font-size: 11px; font-weight: 400; line-height: 1.3; text-transform: none; }
.vt-review-form .comment-form-consent input { width: 18px; height: 18px; flex: 0 0 18px; margin: 0; appearance: none; border: 1.5px solid var(--vt-green); border-radius: 3px; background: #fff; }
.vt-review-form .comment-form-consent input:checked { background: #fff url("images/redesign/icons/check-mark.svg") center / 14px 14px no-repeat; }
.vt-review-form .comment-form-consent input:invalid:focus { border-color: #a53c32; box-shadow: 0 0 0 3px rgba(165,60,50,.1); }
.vt-review-form .comment-form-consent a { text-decoration: underline; }
.vt-review-form .comment-form.is-validation-attempted input:invalid:not([type="radio"]), .vt-review-form .comment-form.is-validation-attempted textarea:invalid { border-color: #a53c32; box-shadow: 0 0 0 3px rgba(165,60,50,.08); }
.vt-review-form .commentratingbox { display: flex; align-items: center; gap: 8px; }
.vt-review-form .commentrating { position: relative; display: grid; width: 32px; height: 34px; place-items: center; margin: 0; overflow: hidden; border: 0; background: transparent; color: var(--vt-green); font-size: 0; cursor: pointer; }
.vt-review-form .commentrating::after { font-size: 30px; line-height: 1; content: "☆"; }
.vt-review-form .commentrating.is-filled::after { content: "★"; }
.vt-review-form .commentrating:focus-within { outline: 3px solid rgba(31,74,40,.16); outline-offset: 2px; }
.vt-review-form .commentrating input { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: pointer; }
.vt-review-form .form-submit .submit { width: min(340px, 100%); min-height: 52px; padding: 0 24px; border: 0; border-radius: 6px; background-color: var(--vt-green) !important; color: #fff !important; font-weight: 700; text-transform: uppercase; cursor: pointer; }
.vt-review-form .form-submit .submit:hover, .vt-review-form .form-submit .submit:focus-visible { background-color: var(--vt-green) !important; color: #fff !important; box-shadow: 0 0 0 3px rgba(31,74,40,.14); }
.vt-about-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-bottom: 80px; }
.vt-about-stats > div { display: flex; min-height: 205px; justify-content: space-between; flex-direction: column; padding: 30px; border: 1px solid var(--vt-sand-dark); border-radius: 8px; }
.vt-about-stats strong { color: var(--vt-green); font-size: 29px; line-height: 1.05; text-transform: uppercase; }
.vt-about-stats span { font-size: 14px; }
.vt-about-grid { display: grid; overflow: hidden; min-height: 480px; grid-template-columns: 1fr 1fr; margin-bottom: 80px; border-radius: 9px; background: var(--vt-sand); }
.vt-about-grid > div:first-child { display: flex; justify-content: center; flex-direction: column; padding: 55px; }
.vt-about-grid h2, .vt-about-cta h2 { margin: 0 0 20px; color: var(--vt-green); font-size: 40px; line-height: 1.05; text-transform: uppercase; }
.vt-about-grid__image { background: url("images/redesign/figma-story-start.webp") center / cover no-repeat; }
.vt-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; margin-bottom: 80px; }
.vt-values article { min-height: 250px; padding: 30px; border-radius: 8px; background: var(--vt-sand); }
.vt-values article > strong { color: #fff; font-size: 58px; font-style: italic; }
.vt-values h3 { margin: -8px 0 14px; color: var(--vt-green); font-size: 23px; text-transform: uppercase; }
.vt-about-cta { display: flex; min-height: 230px; align-items: center; justify-content: space-between; gap: 35px; padding: 45px 55px; border-radius: 9px; background: var(--vt-sand); }
.vt-page-title { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 0 0 30px; color: var(--vt-green); font-size: 32px; font-weight: 800; letter-spacing: .03em; line-height: 1.15; text-align: center; text-transform: uppercase; }
.vt-page-title .vt-title-star { display: inline-grid; width: 0.75em; height: 0.75em; flex: 0 0 0.75em; place-items: center; margin: 0; background: url("images/redesign/icons/greenstar.svg") center / contain no-repeat; color: transparent; font-size: inherit; line-height: 1; }
.vt-page-lead { max-width: 980px; margin: -20px auto 52px; font-size: 18px; font-weight: 600; text-align: center; }
.vt-reviews-page > .vt-container > .vt-page-title { width: min(1378px, 74vw); margin-inline: auto; }
.vt-company-page { padding-top: 12px; }
.vt-company-copy { width: min(1378px, 74%); max-width: 1378px; font-size: 16px; line-height: 1.25; }
.vt-company-copy .vt-page-title { margin-bottom: 26px; }
.vt-company-copy__intro { margin-bottom: 26px; }
.vt-company-copy p { margin: 0 0 18px; }
.vt-company-copy h2 { display: table; margin: 31px 0 14px; padding: 7px 14px; border-radius: 4px; background: var(--vt-sand); color: var(--vt-green); font-size: 16px; font-weight: 800; line-height: 1.1; text-transform: uppercase; }
.vt-company-services { margin: 28px 0 32px; padding: 24px 18px 26px; border-radius: 4px; background-color: var(--vt-sand); background-image: url("images/redesign/icons/services-pattern.svg"); background-position: 0 0; background-size: 44px 44px; }
.vt-company-services h3 { margin: 0 0 18px; font-size: 16px; font-style: italic; text-align: center; }
.vt-company-services ul { margin: 0; padding-left: 23px; columns: 2; column-gap: 64px; list-style: disc outside; }
.vt-company-services li, .vt-company-list li { break-inside: avoid; margin-bottom: 4px; }
.vt-company-services li::marker, .vt-company-list li::marker { color: var(--vt-ink); }
.vt-partner-callout p { margin: 0; font-size: 16px; font-weight: 600; text-align: center; }
.vt-company-list { max-width: 880px; margin: 0 0 32px; padding-left: 25px; list-style: disc outside; }
.vt-company-copy > .vt-actions { margin-top: 42px; }
.vt-documents-page, .vt-policy-page { padding-top: 12px; }
.vt-documents-layout { width: min(1378px, 74%); max-width: 1378px; }
.vt-documents-title { flex-direction: column; gap: 3px; }
.vt-documents-title__line { display: flex; align-items: center; justify-content: center; gap: 9px; }
.vt-documents-title__line .vt-title-star { margin: 0; }
.vt-documents-intro, .vt-documents-package, .vt-documents-copy { max-width: none; margin-inline: 0; }
.vt-documents-intro { font-size: 16px; line-height: 1.25; }
.vt-documents-intro p, .vt-documents-copy p { margin: 0 0 24px; }
.vt-documents-package { margin-top: 46px; }
.vt-documents-package--mobile { display: none; }
.vt-documents-package h2, .vt-documents-desktop-package h2, .vt-documents-copy h2 { display: table; margin: 0 0 20px; padding: 7px 14px; border-radius: 6px; background: var(--vt-sand); color: var(--vt-green); font-size: 16px; font-weight: 800; line-height: 1.1; text-transform: uppercase; }
.vt-documents-package ul { margin: 0; padding-left: 28px; font-size: 16px; line-height: 1.35; }
.vt-documents-desktop-package { margin-top: 46px; margin-bottom: 34px; }
.vt-document-group { margin-top: 18px; }
.vt-document-group + .vt-document-group { margin-top: 20px; }
.vt-document-group__labels { margin: 0 0 15px; padding-left: 26px; font-size: 16px; line-height: 1.35; list-style: disc outside; }
.vt-document-group__labels--split { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; padding-left: 0; }
.vt-document-group__labels--split ul { margin: 0; padding-left: 26px; list-style: disc outside; }
.vt-document-grid { display: grid; align-items: end; gap: 18px; }
.vt-document-grid--primary { grid-template-columns: .72fr .72fr .72fr 1fr; }
.vt-document-grid--secondary { width: 72%; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.vt-document-grid-card { display: block; width: 100%; align-self: end; overflow: hidden; padding: 9px; border: 0; border-radius: 7px; background: var(--vt-sand); cursor: pointer; transition: box-shadow .25s, transform .25s; }
.vt-document-grid-card:hover, .vt-document-grid-card:focus-visible { outline: none; box-shadow: 0 10px 24px rgba(31,74,40,.14); transform: translateY(-3px); }
.vt-document-grid-card img { display: block; width: 100%; height: auto; border: 1px solid rgba(31,74,40,.08); background: #fff; }
.vt-document-showcase { display: none; max-width: 540px; grid-template-columns: 42px minmax(0, 410px) 42px; align-items: center; justify-content: center; gap: 22px; margin: 48px auto 58px; }
.vt-document-showcase__viewport { min-width: 0; overflow: hidden; border-radius: 10px; }
.vt-document-showcase__track { display: flex; transition: transform .38s cubic-bezier(.2,.75,.25,1); will-change: transform; }
.vt-document-card { display: block; overflow: hidden; min-width: 0; flex: 0 0 100%; aspect-ratio: .72; padding: 18px; border: 0; border-radius: 10px; background: var(--vt-sand); cursor: pointer; transition: transform .25s, box-shadow .25s; }
.vt-document-card:hover, .vt-document-card:focus-visible { outline: none; box-shadow: 0 12px 28px rgba(31,74,40,.17); transform: translateY(-4px); }
.vt-document-card img { display: block; width: 100%; height: 100%; border: 1px solid rgba(31,74,40,.08); background: #fff; object-fit: contain; }
.vt-document-showcase__arrow { display: grid; width: 42px; height: 42px; place-items: center; padding: 0; border: 2px solid var(--vt-green); border-radius: 50%; background: #fff; color: var(--vt-green); cursor: pointer; }
.vt-document-showcase__arrow:disabled { opacity: .35; cursor: default; }
.vt-document-showcase__arrow svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.vt-documents-copy { margin-top: 0; margin-bottom: 38px; font-size: 16px; line-height: 1.25; }
.vt-documents-copy strong { font-weight: 400; }
.vt-documents-copy ul, .vt-documents-copy ol { margin: 0 0 34px; }
.vt-documents-checklist { padding: 0; list-style: none; }
.vt-documents-checklist li::before { margin-right: 7px; content: "✓"; }
.vt-documents-steps { padding-left: 24px; }
.vt-documents-steps li { margin-bottom: 12px; }
.vt-documents-steps strong, .vt-documents-steps span { display: block; }
.vt-documents-steps strong { font-weight: 400; }
.vt-documents-closing { color: var(--vt-green); font-style: italic; }
.vt-details-page { padding-top: 12px; }
.vt-details-layout { width: min(1378px, 74%); max-width: 1378px; }
.vt-details-title { margin-bottom: 30px; font-size: 32px; }
.vt-details-title__desktop { display: flex; align-items: center; justify-content: center; gap: 9px; }
.vt-details-title__mobile { display: none; }
.vt-details-card { padding: 25px clamp(60px, 10vw, 145px) 28px; border-radius: 7px; background: var(--vt-sand); }
.vt-details-card h2 { margin: 0; color: var(--vt-ink); font-size: 18px; font-weight: 700; line-height: 1.25; text-align: center; }
.vt-details-list { max-width: 900px; margin: 27px auto 0; }
.vt-details-row { display: grid; grid-template-columns: minmax(220px, 31%) minmax(0, 1fr); align-items: start; gap: 39px; margin-bottom: 17px; }
.vt-details-row--section { margin-top: 44px; }
.vt-details-row dt { color: var(--vt-green); font-size: 16px; line-height: 1.25; text-align: right; }
.vt-details-row dd { min-width: 0; margin: 0; color: var(--vt-ink); font-size: 16px; line-height: 1.25; overflow-wrap: anywhere; }
.vt-details-row dd a { color: var(--vt-green); text-decoration: underline; text-underline-offset: 2px; }
.vt-document-modal .vt-modal__dialog { display: flex; width: max-content; max-width: calc(100vw - 48px); max-height: calc(100svh - 48px); flex-direction: column; overflow: hidden; padding: 38px 12px 34px; border-radius: 7px; background: var(--vt-sand); }
.vt-document-modal .vt-modal__close { top: 12px; right: 12px; width: 16px; height: 16px; }
.vt-document-modal .vt-modal__close img { width: 12px; height: 12px; }
.vt-document-modal__stage { display: grid; min-height: 0; grid-template-columns: 18px auto 18px; align-items: center; gap: 10px; }
.vt-document-modal__canvas { display: flex; min-width: 0; min-height: 0; align-items: center; justify-content: center; overflow: hidden; padding: 0; border-radius: 0; background: #fff; }
.vt-document-modal__canvas img { display: block; width: auto; max-width: calc(100vw - 136px); height: auto; max-height: calc(100svh - 120px); background: #fff; object-fit: contain; }
.vt-document-modal__arrow { display: grid; width: 18px; height: 40px; place-items: center; padding: 0; border: 0; border-radius: 0; background: transparent; color: var(--vt-green); cursor: pointer; }
.vt-document-modal__arrow svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 2; }
.vt-document-modal__arrow--prev svg { transform: rotate(90deg); }
.vt-document-modal__arrow--next svg { transform: rotate(-90deg); }
.vt-policy-content { width: min(1378px, 74%); max-width: 1378px; }
.vt-policy-content .vt-page-title { margin-bottom: 30px; }
.vt-policy-body { color: var(--vt-ink); font-size: 16px; font-weight: 300; line-height: 1.25; }
.vt-policy-body p, .vt-policy-body h2, .vt-policy-body ul { margin-top: 0; margin-bottom: 0; }
.vt-policy-body h2 { font-size: inherit; font-weight: 400; line-height: inherit; }
.vt-policy-body ul { padding-left: 27px; list-style: disc outside; }
.vt-policy-body li { margin: 0; }
.vt-policy-body a { text-decoration: underline; text-underline-offset: 2px; }
.vt-policy-body__divider { margin: 52px 0 30px; border: 0; border-top: 1px solid var(--vt-sand-dark); }
.vt-policy-body h2.vt-policy-body__consent-title { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 0 0 30px; color: var(--vt-green); font-size: 32px; font-weight: 800; letter-spacing: .03em; line-height: 1.15; text-align: center; text-transform: uppercase; }
.vt-policy-body__consent-title .vt-title-star { display: inline-grid; width: .75em; height: .75em; flex: 0 0 .75em; place-items: center; margin: 0; background: url("images/redesign/icons/greenstar.svg") center / contain no-repeat; color: transparent; font-size: inherit; line-height: 1; }

/* Motion */
.vt-motion-enabled .vt-hero__content > * { opacity: 0; transform: translateY(22px); }
.vt-motion-enabled.vt-ready .vt-hero__slide.is-active .vt-hero__content > * { opacity: 1; transform: none; transition: opacity .65s, transform .65s cubic-bezier(.2,.75,.25,1); }
.vt-motion-enabled.vt-ready .vt-hero__slide.is-active .vt-hero__lead { transition-delay: .1s; }
.vt-motion-enabled.vt-ready .vt-hero__slide.is-active .vt-actions { transition-delay: .2s; }
.vt-motion-enabled .vt-reveal { opacity: 0; transform: translateY(30px); }
.vt-motion-enabled .vt-reveal.is-visible { opacity: 1; transform: none; transition: opacity .72s, transform .72s cubic-bezier(.2,.75,.25,1); }
.vt-feature, .vt-step, .vt-story-cards article { transition: transform .28s, box-shadow .28s, border-color .28s; }
.vt-feature:hover, .vt-step:hover, .vt-story-cards article:hover { transform: translateY(-6px); border-color: var(--vt-green); box-shadow: 0 15px 34px rgba(31,74,40,.13); }

@media (max-width: 1500px) {
	.vt-logo__image { width: 260px; }
	.vt-header .vt-logo__brand { width: 260px; }
	.vt-nav { gap: 16px; padding-inline: 15px; }
	.vt-nav a { font-size: 11.5px; }
	.vt-header__phone strong { font-size: 18px; }
	.vt-header__inner { padding-inline: 20px; }
	.vt-compare__column { padding-inline: 27px; }
	.vt-help-grid { gap: 54px; }
	.vt-slider-arrow--prev { left: 0; }
	.vt-slider-arrow--next { right: 0; }
}

@media (max-width: 1280px) {
	.vt-review { flex-basis: calc((100% - 40px) / 3); }
	.vt-compare__column li { padding-left: 31px; font-size: 12px; }
	.vt-compare__column li::before { width: 23px; height: 23px; font-size: 14px; }
	.vt-documents { grid-template-columns: 46% 54%; }
	.vt-document-benefits { gap: 13px; }
	.vt-document-benefits > div { align-items: flex-start; flex-direction: column; }
	.vt-geography { padding-inline: 50px; }
	.vt-geography__grid { grid-template-columns: 37% 63%; gap: 25px; }
}

@media (max-width: 1180px) {
	.vt-header__inner { min-height: 78px; padding: 10px 14px; }
	.vt-header .vt-logo__brand { width: 190px; }
	.vt-header__phone { display: none; }
	.vt-header__phone-copy > span { display: none; }
	.vt-header__mobile-accent { display: grid; width: clamp(150px, 32vw, 220px); min-width: 0; min-height: 42px; grid-template-columns: 14px minmax(0, 1fr) 14px; align-items: center; justify-content: center; column-gap: 2px; flex: 0 1 auto; margin-inline: auto; padding: 5px 8px; border-radius: 5px; background: var(--vt-sand-dark); color: var(--vt-green); font-size: clamp(8px, .8vw, 10px); font-weight: 800; line-height: 1.1; text-align: center; text-transform: uppercase; transition: opacity .2s, width .3s, background-color .2s, color .2s; }
	.vt-header__mobile-accent-copy, .vt-header__mobile-accent-copy .vt-accent-label__segment { color: inherit; }
	.vt-header.is-scrolled .vt-header__mobile-accent { background: var(--vt-green); color: #fff !important; }
	.vt-header.is-scrolled .vt-header__mobile-accent-copy, .vt-header.is-scrolled .vt-header__mobile-accent-copy .vt-accent-label__segment { color: #fff !important; }
	.vt-header__mobile-accent-star { color: #fff; font-size: 13px; line-height: 1; }
	.vt-menu-toggle { display: block; width: 38px; height: 38px; padding: 7px; border: 0; background: transparent; cursor: pointer; }
	.vt-header--no-accent .vt-menu-toggle { margin-left: auto; }
	.vt-menu-toggle span { display: block; height: 2px; margin: 5px 0; border-radius: 2px; background: var(--vt-green); transition: transform .25s, opacity .2s; }
	.vt-menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
	.vt-menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
	.vt-menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
	.vt-nav { position: absolute; top: calc(100% + 8px); right: 24px; left: 24px; display: flex; align-items: stretch; flex-direction: column; gap: 0; margin: 0; padding: 12px; border-radius: 8px; background: rgba(237,231,221,.98); box-shadow: var(--vt-shadow); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-10px); transition: opacity .22s, visibility .22s, transform .28s; }
	.vt-nav.is-open { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
	.vt-nav a { padding: 12px; font-size: 12px; }
	.vt-nav > a:not(.vt-nav__accent).is-current { border-radius: 5px; background: rgba(31,74,40,.09); text-decoration: none; }
	.vt-header.is-scrolled .vt-header__phone { background: transparent; color: var(--vt-green); }
	.vt-header.is-scrolled .vt-header__phone { color: #fff; }
	.vt-header.is-scrolled .vt-menu-toggle span { background: #fff; }
	.vt-header.is-scrolled .vt-header__inner { min-height: 61px; }
	.vt-hero { height: 100svh; min-height: 720px; }
	.vt-steps { grid-template-columns: repeat(2, 1fr); gap: 24px; }
	.vt-step:not(:last-child)::after { display: none; }
	.vt-documents { grid-template-columns: 1fr; }
	.vt-documents__image { min-height: 400px; }
	.vt-documents__content { padding: 38px 0 0; }
	.vt-story-cards { gap: 20px; }
	.vt-features { grid-template-columns: repeat(3, 1fr); }
	.vt-geography__grid { grid-template-columns: 1fr; }
	.vt-geography__grid > .vt-map { order: -1; }
	.vt-geography__grid > .vt-contact-card { order: 2; }
	.vt-map { min-height: 0; }
	.vt-help-grid { grid-template-columns: 1fr; }
	.vt-review { flex-basis: calc((100% - 20px) / 2); }
	.vt-document-gallery { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.vt-footer__grid { grid-template-columns: 1.35fr 1fr 1fr; }
	.vt-footer__grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 640px) {
	body.vt-redesign { font-size: 14px; }
	.vt-container { width: calc(100% - 30px); }
	.vt-header { top: 3px; }
	.vt-header .vt-container { width: calc(100% - 20px); }
	.vt-header__inner { min-height: 53px; padding: 6px 8px; border-radius: 7px; }
	.vt-header .vt-logo__brand { width: min(132px, 35vw); }
	.vt-header__phone { display: none; }
	.vt-header__mobile-accent { width: clamp(150px, 32vw, 220px); min-width: 0; min-height: 36px; grid-template-columns: 12px minmax(0, 1fr) 12px; column-gap: 1px; flex: 0 1 auto; margin-inline: auto; padding: 4px 6px; font-size: 8px; }
	.vt-header__mobile-accent-star { color: #fff; font-size: 12px; line-height: 1; }
	.vt-menu-toggle { display: flex; width: 31px; height: 31px; align-items: stretch; justify-content: center; flex-direction: column; gap: 4px; margin-left: 5px; padding: 5px; }
	.vt-menu-toggle span { height: 2px; margin: 0; }
	.vt-menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
	.vt-menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
	.vt-nav { right: 10px; left: 10px; }
	.vt-header.is-scrolled { top: 0; }
	.vt-header.is-scrolled .vt-header__inner { width: 100%; min-height: 49px; padding: 4px 10px; border-radius: 0; background: rgba(237,231,221,.62); box-shadow: 0 7px 28px rgba(0,0,0,.06); }
	.vt-header.is-scrolled .vt-logo__brand { width: min(132px, 35vw); filter: none; }
	.vt-header.is-scrolled .vt-header__mobile-accent { width: clamp(150px, 32vw, 220px); min-width: 0; overflow: hidden; padding: 4px 6px; opacity: 1; }
	.vt-header.is-scrolled .vt-menu-toggle span { background: var(--vt-green); }
	.vt-header.is-scrolled .vt-nav a { color: inherit; font-size: 12px; }
	.vt-header.is-scrolled .vt-nav__accent, .vt-header.is-scrolled .vt-nav a.vt-nav__accent { background: var(--vt-sand-dark); color: var(--vt-green); }
	.vt-header.is-scrolled .vt-nav__accent-star { color: #fff; }
	.vt-header--inner { padding-top: 0; }
	.vt-header--inner .vt-header__inner,
	.vt-header--inner.is-scrolled .vt-header__inner { background: var(--vt-sand); }
	.vt-header--no-accent .vt-menu-toggle { margin-left: auto; }

	.vt-hero { height: 100svh; min-height: 0; }
	.vt-hero__slide::before { inset: 0; }
	.vt-hero__slide--move::before { background-image: url("images/redesign/figma-hero-mobile.webp"); background-position: center; background-size: cover; }
	.vt-hero__slide--road::before { background-image: url("images/redesign/hero-road-mobile.webp"); background-position: center; background-size: cover; }
	.vt-hero__slide--documents::before { background-image: url("images/redesign/hero-documents-mobile.webp"); background-position: center; background-size: cover; }
	.vt-hero__shade { right: 0; bottom: auto; left: 0; height: min(420px, 52svh); background: linear-gradient(180deg, rgba(65,63,43,.54) 0%, rgba(65,63,43,.36) 62%, rgba(65,63,43,0) 100%); }
	.vt-hero__slide--road .vt-hero__shade { background: linear-gradient(180deg, rgba(237,231,221,.54) 0%, rgba(237,231,221,.32) 64%, rgba(237,231,221,0) 100%); }
	.vt-hero__slide--documents .vt-hero__shade { background: linear-gradient(180deg, rgba(29,29,27,.54) 0%, rgba(29,29,27,.34) 64%, rgba(29,29,27,0) 100%); }
	.vt-hero__content { justify-content: flex-start; padding-top: 120px; }
	.vt-hero__content.vt-container { width: calc(100% - 20px); }
	.vt-hero h1, .vt-hero h2, .vt-hero__slide--road h2 { width: 100%; max-width: 360px; font-size: clamp(28px, 7.7vw, 31px); letter-spacing: .02em; line-height: 1.12; }
	.vt-hero__lead { max-width: 340px; margin: 21px 0 28px; font-size: 12px; line-height: 1.3; }
	.vt-mobile-dash-break { display: block; }
	.vt-hero .vt-actions { align-items: flex-start; flex-direction: column; gap: 11px; }
	.vt-button, .vt-redesign button.vt-button, .vt-hero .vt-button { min-width: 154px; min-height: 42px; padding-inline: 17px; font-size: 12px; }
	.vt-hero__progress { right: 0; bottom: 12px; left: 0; width: 100%; }
	.vt-hero__scroll { bottom: 76px; display: grid; width: 38px; height: 38px; }
	.vt-hero__scroll svg { width: 22px; }

	.vt-section { padding-top: 48px; }
	.vt-section:last-of-type { padding-bottom: 38px; }
	.vt-section-title { --vt-section-title-size: 20px; display: block; margin-bottom: 22px; font-size: var(--vt-section-title-size); line-height: 1.12; white-space: normal; }
.vt-section-title::before { display: none; }
.vt-section-title[data-mobile-title] { font-size: 0; }
.vt-section-title[data-mobile-title]::before { display: none; }
.vt-section-title[data-mobile-title]::after { display: none; }
.vt-section-title[data-mobile-title] .vt-title-star { display: none; }
	.vt-section-title[data-mobile-title] .vt-section-title__mobile { gap: 2px; font-size: var(--vt-section-title-size); }
	.vt-home .vt-section-title--left[data-mobile-title] .vt-section-title__mobile { justify-items: center; }
	.vt-section-title__mobile-line { gap: 7px; }
	.vt-section-title__mobile-star { width: 17px; height: 17px; flex-basis: 17px; }
.vt-section-title--left { text-align: center; }

	#about { padding-top: 28px; }
	.vt-compare { --vt-compare-shift: -25%; --vt-compare-drag: 0px; position: relative; display: block; overflow: hidden; min-height: 320px; border-radius: 7px; box-shadow: none; }
	.vt-compare.is-good-open { --vt-compare-shift: 0%; }
	.vt-compare.is-bad-open { --vt-compare-shift: -50%; }
	.vt-compare__track { width: 200%; min-height: 320px; grid-template-columns: repeat(4, minmax(0, 1fr)); transform: translateX(calc(var(--vt-compare-shift) + var(--vt-compare-drag))); transition: transform .42s cubic-bezier(.22,.78,.2,1); will-change: transform; }
	.vt-compare__photo, .vt-compare__column { position: relative; width: auto; min-height: 320px; }
	.vt-compare__photo { display: block; background-size: cover; transform: translate3d(var(--vt-compare-parallax-x, 0), var(--vt-compare-parallax-y, 0), 0) scale(1.001); }
	.vt-compare__photo--truck { background-position: 56% center; }
	.vt-compare__photo--road { background-position: 58% center; }
	.vt-compare__column { justify-content: flex-start; padding: 20px 11px 14px; touch-action: pan-y; }
	.vt-compare__column--good, .vt-compare__column--bad { margin-inline: 0; border-radius: 0; }
	.vt-compare__column h3 { margin-bottom: 22px; font-size: 20px; }
	.vt-compare__column ul { gap: 20px; }
	.vt-compare__column li { padding-left: 24px; font-size: 12px; line-height: 1.25; }
	.vt-compare__column li::before { width: 17px; height: 17px; border-width: 1px; font-size: 10px; }
	.vt-compare__column:focus-visible { outline: 2px solid var(--vt-green); outline-offset: -3px; }
	.vt-compare__photo.is-touch-parallax { transform: translate3d(var(--vt-compare-parallax-x, 0), var(--vt-compare-parallax-y, 0), 0) scale(1.055); }
	.vt-hero.is-touch-parallax .vt-hero__slide.is-active::before { transform: translate3d(var(--vt-hero-parallax-x, 0), var(--vt-hero-parallax-y, 0), 0) scale(1.035); }
	.vt-story-cards article.is-touch-parallax .vt-story-cards__image { transform: translate3d(var(--vt-story-parallax-x, 0), var(--vt-story-parallax-y, 0), 0) scale(1.065); }
	.vt-documents__image.is-touch-parallax::before { transform: translate3d(var(--vt-documents-parallax-x, 0), var(--vt-documents-parallax-y, 0), 0) scale(1.06); }
	.vt-final-cta__image.is-touch-parallax::before { transform: translate3d(var(--vt-final-parallax-x, 0), var(--vt-final-parallax-y, 0), 0) scale(1.055); }
	.vt-partner-hero__image.is-touch-parallax::before { transform: translate3d(var(--vt-partner-parallax-x, 0), var(--vt-partner-parallax-y, 0), 0) scale(1.055); }
	.vt-map { touch-action: pan-y; }

	#steps { padding-top: 56px; }
	.vt-steps { grid-template-columns: 1fr; gap: 42px; }
	.vt-step { display: grid; min-height: 142px; grid-template-columns: 45px 1fr; grid-template-rows: 42px auto; column-gap: 10px; padding: 20px 20px 16px; }
	.vt-step svg, .vt-step img { width: 40px; height: 40px; grid-column: 1; grid-row: 1; }
	.vt-step__number { top: 4px; font-size: 58px; }
	.vt-step h3 { align-self: center; grid-column: 2; grid-row: 1; margin: 0; font-size: 16px; line-height: 1.05; }
	.vt-step__title-desktop { display: none; }
	.vt-step__title-mobile { display: flex; flex-direction: column; }
	.vt-step p { grid-column: 1 / 3; grid-row: 2; margin-top: 8px; font-size: 14px; font-weight: 300; line-height: 1.32; }
	.vt-step:not(:last-child)::after { right: 50%; bottom: -36px; left: auto; top: auto; display: block; width: 24px; height: 24px; border: 2px solid var(--vt-sand-dark); border-radius: 50%; background: #fff; content: ""; transform: translateX(50%); }
	.vt-step:not(:last-child)::before { position: absolute; z-index: 3; right: 50%; bottom: -28px; width: 7px; height: 7px; border-right: 2px solid var(--vt-sand-dark); border-bottom: 2px solid var(--vt-sand-dark); content: ""; transform: translateX(50%) rotate(45deg); }

	#documents { padding-top: 43px; }
	.vt-documents { display: flex; overflow: visible; flex-direction: column; }
	.vt-documents__content { display: contents; }
	.vt-documents__content .vt-section-title { order: 1; }
	#documents .vt-section-title { margin-bottom: 5px; }
	.vt-documents__content > p { order: 2; margin: 0 auto 5px; font-size: 14px; font-style: italic; line-height: 1.24; text-align: center; }
	.vt-documents__image { order: 3; min-height: 165px; border-radius: 7px; }
	.vt-document-benefits { order: 4; grid-template-columns: repeat(3, 1fr); gap: 7px; margin: 12px 0 8px; }
	.vt-document-benefits > div { align-items: center; flex-direction: column; gap: 7px; text-align: center; }
	.vt-document-benefits svg, .vt-document-benefits img { width: 33px; height: 33px; flex-basis: 33px; }
	.vt-document-benefits strong { font-size: 10px; line-height: 1.15; }
	.vt-documents__content > .vt-button { order: 5; align-self: center; }

	.vt-story-cards { grid-template-columns: 1fr; gap: 15px; }
	.vt-story-cards__image { min-height: 165px; }
	.vt-story-cards article > div:last-child { min-height: 100px; padding: 13px 16px; }
	.vt-story-cards article span { font-size: 42px; }
	.vt-story-cards h3 { margin: 1px 0 4px; font-size: 20px; }
	.vt-story-cards p { font-size: 14px; font-weight: 300; line-height: 1.28; }
	.vt-features { grid-template-columns: repeat(2, 1fr); gap: 8px; }
	.vt-feature { min-height: 130px; gap: 10px; padding: 13px 9px; border-width: 2px; }
	.vt-feature svg, .vt-feature img { width: 46px; height: 46px; }
	.vt-feature strong { font-size: 12px; }

	.vt-geography { min-height: 500px; padding: 27px 20px; }
	.vt-geography .vt-section-title { margin-bottom: 18px; }
	.vt-geography__grid { gap: 16px; }
	.vt-contact-card { gap: 15px; }
	.vt-contact-card__row { gap: 13px; }
	.vt-contact-card__row > img { width: 25px; height: 25px; flex-basis: 25px; }
	.vt-contact-card__phone { font-size: 22px; }
	.vt-contact-card, .vt-contact-card p, .vt-contact-card a { font-weight: 500; }
	.vt-contact-card__phone { font-weight: 800 !important; }
	.vt-contact-card__phone + span { font-size: 13px; font-weight: 500; }
	.vt-contact-card__row > a, .vt-contact-card__row p { font-size: 13px; }
	.vt-contact-card p { font-size: 13px; }
	.vt-contact-card .vt-actions { width: 100%; align-items: center; justify-content: space-between; flex-wrap: nowrap; gap: 10px; }
	.vt-map { min-height: 0; }

	.vt-help-grid { gap: 38px; }
	.vt-help-grid .vt-section-title { margin-bottom: 18px; }
	.vt-faq { gap: 10px; }
	.vt-faq__item button { min-height: 52px; font-size: 14px; line-height: 1.25; }
	.vt-faq__item button i { width: 19px; height: 19px; flex-basis: 19px; }
	.vt-faq__item p { font-size: 14px; font-weight: 300; line-height: 1.45; }
	.vt-reviews { height: auto; touch-action: pan-y; }
	.vt-review { min-height: 270px; flex-basis: 100%; padding: 27px 32px; }
	.vt-review p { font-size: 14px; }
	.vt-reviews-shell { padding-inline: 34px; }
	.vt-slider-arrow { width: 28px; height: 28px; }
	.vt-slider-arrow--prev { left: 0; }
	.vt-slider-arrow--next { right: 0; }
	#reviews > .vt-button { display: flex; width: max-content; margin-inline: auto; }

	.vt-final-cta { min-height: 590px; grid-template-columns: 1fr; grid-template-rows: minmax(300px, auto) 290px; }
	.vt-final-cta > div:first-child { align-self: stretch; padding: 24px; }
	.vt-final-cta h2 { max-width: 255px; font-size: 20px; }
	.vt-final-cta p { font-size: 15px; }
	.vt-final-cta__image { min-height: 290px; }
	.vt-final-cta__image::before { background: linear-gradient(180deg, var(--vt-sand) 0%, rgba(237,231,221,.96) 14%, rgba(227,219,205,.5) 36%, rgba(227,219,205,0) 62%), url("images/redesign/figma-story-route.webp") center 70% / cover no-repeat; }
	.vt-final-cta__image img { right: 18px; bottom: 18px; width: 145px; }

	.vt-footer { min-height: 620px; padding: 36px 0 30px; }
	.vt-footer .vt-container { width: calc(100% - 70px); }
	.vt-footer__grid { grid-template-columns: 1fr; gap: 21px; }
	.vt-footer__grid > div:last-child { grid-column: auto; }
	.vt-logo--footer .vt-logo__image { width: 280px; }
	.vt-footer h2 { margin-bottom: 11px; font-size: 20px; }
	.vt-footer a, .vt-footer p { margin-bottom: 7px; font-size: 13px; }
	.vt-footer .vt-footer__contact-row { gap: 12px; margin-bottom: 12px; }
	.vt-footer__contact-row > img { width: 21px; height: 21px; flex-basis: 21px; }
	.vt-footer__nav { grid-template-columns: 1fr 140px; }
	.vt-footer__accent { width: 118px; min-height: 36px; grid-template-columns: 12px minmax(0, 1fr) 12px; column-gap: 1px; padding: 4px 6px; font-size: 8px !important; font-weight: 800; line-height: 1.1; }
	.vt-footer__accent-star { font-size: 12px; }
	.vt-call-button { right: 13px; bottom: 15px; width: 40px; height: 40px; }
	.vt-call-button svg, .vt-call-button img { width: 40px; height: 40px; }
	.vt-scroll-top { right: 13px; bottom: 63px; }

	.vt-modal { align-items: center; justify-content: center; padding: 14px; }
	.vt-modal__dialog { width: min(100%, 430px); max-height: calc(100svh - 28px); overflow: auto; padding: 25px 22px 27px; border-radius: 12px; }
	.vt-modal__dialog h2 { margin-bottom: 23px; font-size: 20px; }
	.vt-modal__star { width: 31px; height: 31px; flex-basis: 31px; }
	.vt-modal .t651__input-wrapper { gap: 10px; padding-top: 3px; }
	.vt-modal .wpcf7-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
	.vt-modal .wpcf7-form textarea,
	.vt-modal .wpcf7-form select { min-height: 50px; padding: 13px 14px; }
	.vt-modal .t651__blockbutton { position: static; margin: 7px auto 0; transform: none; }
	.vt-modal .wpcf7-submit { min-width: 184px; min-height: 50px; padding-inline: 20px; border-radius: 9px; font-size: 12px; }
	.vt-modal__consent { align-items: center; margin-top: 10px; }
	#vt-request-modal .vt-modal__dialog { width: min(100%, 430px); padding: 25px 22px 27px; }
	#vt-request-modal .vt-modal__star { width: 31px; height: 31px; flex-basis: 31px; }
	#vt-request-modal .vt-modal__dialog h2 { margin-bottom: 23px; font-size: 20px; }
	#vt-request-modal .wpcf7-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]) { min-height: 52px; border-radius: 9px; font-size: 14px; }
	#vt-request-modal .vt-calculator-form__items { border-radius: 9px; }
	#vt-request-modal .wpcf7-submit { min-width: 210px; min-height: 52px; }
	.vt-review-modal .vt-modal__dialog { width: min(100%, 430px); height: min(520px, calc(100svh - 28px)); min-height: 0; max-height: calc(100svh - 28px); }
	.vt-review-modal__actions { margin-top: 14px; }

	.vt-inner-main { padding-top: 80px; }
	.vt-inner-hero { padding-bottom: 45px; }
	.vt-inner-hero__card, .vt-partner-hero { min-height: 540px; }
	.vt-inner-hero__card { align-items: flex-end; padding: 35px 24px; background-position: 60% center; }
	.vt-inner-hero__card h1, .vt-partner-hero h1 { font-size: 20px; letter-spacing: -1px; }
	.vt-inner-hero__card p { font-size: 14px; }
	.vt-inner-hero--about .vt-inner-hero__card { background-image: linear-gradient(180deg, rgba(237,231,221,.18), rgba(237,231,221,.96) 65%), url("images/redesign/partner-hero.webp"); }
	.vt-inner-hero--reviews .vt-inner-hero__card { background-position: 45% center; }
	.vt-partner-hero { grid-template-columns: 1fr; grid-template-rows: 270px 290px; }
	.vt-partner-hero__copy { justify-content: flex-start; padding: 18px 15px 22px; }
	.vt-partner-hero h1 { display: flex; width: calc(100% + 30px); align-items: baseline; justify-content: center; margin: 0 0 24px -15px; font-size: clamp(20px, 6.4vw, 25px); letter-spacing: -.04em; line-height: 1; white-space: nowrap; }
	.vt-partner-hero h1 .vt-partner-title__line { display: inline; }
	.vt-partner-hero h1 .vt-partner-title__line + .vt-partner-title__line { margin-left: .28em; }
	.vt-partner-hero__image { margin-left: 0; }
	.vt-partner-hero__image::before { background-position: center; background-image: url("images/redesign/partner-hero.webp"); }
	.vt-partner-hero__image::after { bottom: auto; height: 38%; background: linear-gradient(180deg, var(--vt-sand) 0%, rgba(237,231,221,.72) 24%, rgba(237,231,221,0) 100%); }
	.vt-partner-hero__reward { gap: 10px; margin: 5px 0 25px; }
	.vt-partner-hero__reward p { font-size: 12px; }
	.vt-partner-hero__reward i { width: 28px; height: 28px; flex-basis: 28px; }
	.vt-partner-hero__reward i::after { width: 7px; height: 7px; border-width: 1.5px; }
	.vt-partner-hero__reward strong { padding: 8px 12px; font-size: 18px; }
	.vt-prose { font-size: 15px; line-height: 1.3; }
	.vt-prose__lead { font-size: 15px; }
	.vt-prose h2 { margin-top: 28px; padding: 6px 10px; font-size: 20px; }
	.vt-all-reviews { columns: 1; width: 100%; }
	.vt-review--full { height: auto; min-height: 0; overflow: visible; flex-basis: auto; padding: 24px 22px; }
	.vt-review--full p { font-size: 13px; }
	.vt-yandex-reviews-widget { height: 560px; }
	.vt-review-form { width: 100%; margin-top: 45px; }
	.vt-review-form h2 { font-size: 20px; }
	.vt-review-form .comment-form { grid-template-columns: 1fr; grid-template-rows: none; gap: 14px; padding: 22px 16px; }
	.vt-review-form .comment-form > p { grid-column: 1; grid-row: auto; }
	.vt-review-form textarea { min-height: 190px; }
	.vt-review-form .commentratingbox { gap: 6px; }
	.vt-review-form .commentrating { width: 31px; height: 33px; }
	.vt-about-stats, .vt-values { grid-template-columns: 1fr; gap: 12px; }
	.vt-about-stats { margin-bottom: 45px; }
	.vt-about-stats > div { min-height: 150px; }
	.vt-about-grid { grid-template-columns: 1fr; grid-template-rows: auto 240px; margin-bottom: 50px; }
	.vt-about-grid > div:first-child { padding: 28px 22px; }
	.vt-about-grid h2, .vt-about-cta h2 { font-size: 20px; }
	.vt-values { margin-bottom: 45px; }
	.vt-values article { min-height: 190px; }
	.vt-about-cta { align-items: flex-start; flex-direction: column; padding: 30px 22px; }
	.vt-page-title { margin-bottom: 24px; font-size: 20px; }
	.vt-reviews-page > .vt-container > .vt-page-title { width: 100%; }
	.vt-page-lead { margin-bottom: 34px; font-size: 15px; }
	.vt-company-copy { font-size: 15px; line-height: 1.4; }
	.vt-company-copy .vt-page-title { margin-bottom: 28px; }
	.vt-company-copy p { margin-bottom: 17px; }
	.vt-company-copy h2 { margin: 28px 0 14px; padding: 7px 10px; font-size: 20px; }
	.vt-company-services { margin: 26px 0; padding: 23px 18px; background-size: 36px 36px; }
	.vt-company-services h3 { font-size: 20px; }
	.vt-company-services ul { columns: 1; }
	.vt-documents-page .vt-page-title { margin-bottom: 24px; font-size: 20px; line-height: 1.05; }
	.vt-documents-intro, .vt-documents-copy { font-size: 14px; line-height: 1.3; }
	.vt-documents-intro p, .vt-documents-copy p { margin-bottom: 20px; }
	.vt-documents-desktop-package { display: none; }
	.vt-documents-package { margin-top: 26px; }
	.vt-documents-package--mobile { display: block; }
	.vt-documents-package h2, .vt-documents-copy h2 { margin-bottom: 18px; padding: 7px 10px; font-size: 20px; }
	.vt-documents-package ul { padding-left: 19px; font-size: 14px; line-height: 1.5; }
	.vt-document-showcase { display: grid; max-width: 330px; grid-template-columns: 32px minmax(0, 230px) 32px; gap: 9px; margin: 28px auto 31px; }
	.vt-document-showcase__arrow { width: 26px; height: 26px; justify-self: center; border-width: 1.5px; }
	.vt-document-showcase__arrow svg { width: 15px; height: 15px; }
	.vt-document-card { padding: 12px; border-radius: 9px; }
	.vt-documents-copy { margin: 0 auto 27px; }
	.vt-documents-copy ul, .vt-documents-copy ol { margin-bottom: 25px; }
	.vt-documents-checklist { padding-left: 8px; }
	.vt-documents-checklist li { margin-bottom: 1px; }
	.vt-documents-steps { padding-left: 19px; }
	.vt-documents-steps li { margin-bottom: 7px; }
	.vt-details-title { margin-bottom: 24px; font-size: 20px; line-height: 1.05; }
	.vt-details-title__desktop { display: none; }
	.vt-details-title__mobile { display: flex; align-items: center; flex-direction: column; gap: 2px; }
	.vt-details-title__mobile > span { display: flex; align-items: center; justify-content: center; gap: 5px; }
	.vt-details-title__mobile .vt-title-star { margin: 0; }
	.vt-details-card { padding: 27px 18px 17px; border-radius: 10px; }
	.vt-details-card h2 { font-size: 20px; }
	.vt-details-list { margin-top: 25px; }
	.vt-details-row { grid-template-columns: minmax(0, 43%) minmax(0, 57%); gap: 14px; margin-bottom: 18px; }
	.vt-details-row--section { margin-top: 40px; }
	.vt-details-row dt, .vt-details-row dd { font-size: 15px; line-height: 1.2; }
	.vt-document-modal .vt-modal__dialog { width: max-content; max-width: calc(100vw - 20px); max-height: calc(100svh - 28px); padding: 32px 5px 18px; }
	.vt-document-modal__stage { grid-template-columns: 16px auto 16px; gap: 3px; }
	.vt-document-modal__canvas img { max-width: calc(100vw - 70px); max-height: calc(100svh - 78px); }
	.vt-document-modal__arrow { width: 16px; height: 34px; }
	.vt-policy-content .vt-page-title { font-size: 20px; line-height: 1.1; }
	.vt-policy-body { font-size: 15px; line-height: 1.28; }
	.vt-policy-body__divider { margin: 38px 0 24px; }
	.vt-policy-body h2 { font-size: 20px; }
	.vt-policy-body h2.vt-policy-body__consent-title { margin-bottom: 24px; font-size: 20px; line-height: 1.1; }
	.vt-cookie { right: 0; bottom: 0; left: 0; width: 100%; min-height: 0; align-items: stretch; flex-direction: column; gap: 10px; padding: 13px 12px max(13px, env(safe-area-inset-bottom)); }
	.vt-cookie__text { font-size: 11px; line-height: 1.35; text-align: center; }
	.vt-cookie__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
	.vt-cookie .vt-button, .vt-redesign .vt-cookie button.vt-button, .vt-redesign .vt-cookie__decline { width: 100%; min-width: 0; min-height: 36px; }
	.vt-review-modal__body { min-height: 0; padding: 18px; }
	.vt-review-modal__body p { font-size: 13px; }
	.vt-settlement-suggest__list { max-height: min(240px, 32svh); }
	.vt-settlement-suggest__list button { align-items: flex-start; flex-direction: column; gap: 3px; padding: 9px 10px; }
	.vt-settlement-suggest__list span { flex-basis: auto; text-align: left; }
}

@media (hover: none) {
	.vt-button:hover, .vt-faq__item:hover, .vt-faq__item:focus-within, .vt-feature:hover, .vt-step:hover, .vt-story-cards article:hover, .vt-document-card:hover, .vt-rating-badge:not([aria-disabled="true"]):hover { box-shadow: none; transform: none; }
	.vt-step:hover { border-color: var(--vt-sand-dark); }
	.vt-rating-badge:not([aria-disabled="true"]):hover { border-color: rgba(31,74,40,.08); }
	.vt-hero__scroll:hover { background: transparent; box-shadow: none; transform: translateX(-50%); }
	.vt-hero__scroll:hover svg { transform: none; }
	.vt-slider-arrow:not(:disabled):hover { background: var(--vt-sand); color: var(--vt-green); box-shadow: none; transform: translateY(-50%); }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
	.vt-motion-enabled .vt-hero__content > *, .vt-motion-enabled .vt-reveal { opacity: 1 !important; transform: none !important; }
	.vt-hero__slide::before, .vt-hero:hover .vt-hero__slide.is-active::before, .vt-story-cards__image, .vt-story-cards article:hover .vt-story-cards__image, .vt-documents__image::before, .vt-documents__image:hover::before, .vt-final-cta__image::before, .vt-final-cta__image:hover::before, .vt-partner-hero__image::before, .vt-partner-hero__image:hover::before, .vt-compare__photo, .vt-compare__photo:hover, .vt-step > *, .vt-feature > * { transform: none !important; }
}
