.vehicul-homepage {
	--vh-text: #1f2a32;
	--vh-muted: #5c6a72;
	--vh-soft: #f4f7f6;
	--vh-line: #d9e2df;
	--vh-green: #70b74b; 
	--vh-green-dark: #467a2d;
	--vh-primary: #467a2d;
	--vh-primary-hover: #385f26;
	--vh-blue: #2f67ad;
	--vh-red: #db3b34;
	--vh-yellow: #f5b33b;
	--vh-white: #ffffff;
	--vh-shadow: 0 24px 70px rgba(31, 42, 50, 0.13);
	color: var(--vh-text);
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.55;
	overflow: hidden;
	inline-size: 100vw;
	margin-inline: calc(50% - 50vw);
}

.vehicul-homepage * {
	box-sizing: border-box;
}

.vehicul-homepage a {
	color: inherit;
	text-decoration: none;
}

.vehicul-homepage img {
	display: block;
	max-width: 100%;
}

.vh-shell {
	inline-size: min(1200px, calc(100% - 48px));
	margin-inline: auto;
}

.vh-hero {
	position: relative;
	min-block-size: clamp(560px, 66vh, 700px);
	display: grid;
	align-items: center;
	background: #142028;
	isolation: isolate;
}

.vh-hero__media {
	position: absolute;
	inset: 0;
	z-index: -2;
}

.vh-hero__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(14, 24, 31, 0.84) 0%, rgba(14, 24, 31, 0.62) 30%, rgba(14, 24, 31, 0.16) 56%, rgba(14, 24, 31, 0) 78%),
		linear-gradient(0deg, rgba(14, 24, 31, 0.14), rgba(14, 24, 31, 0.03) 58%, rgba(14, 24, 31, 0));
}

.vh-hero__media img {
	inline-size: 100%;
	block-size: 100%;
	object-fit: cover;
	object-position: center center;
}

.vh-hero__grid {
	inline-size: min(1360px, calc(100% - 64px));
	display: grid;
	grid-template-columns: minmax(0, 585px) 280px;
	gap: 96px;
	align-items: center;
	justify-content: space-between;
	padding-block: clamp(112px, 13vh, 142px) clamp(92px, 10vh, 112px);
}

.vh-hero__content {
	max-inline-size: 585px;
	margin-block-start: clamp(18px, 3vh, 34px);
	color: var(--vh-white);
}

.vh-eyebrow,
.vh-kicker {
	margin: 0 0 16px;
	color: #d6ecce;
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.vh-hero h1,
.vh-section h2 {
	margin: 0;
	color: inherit;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.04;
}

.vh-hero h1 {
	font-size: clamp(2.85rem, 4.65vw, 4.75rem);
	max-inline-size: 585px;
}

.vh-hero__lead {
	max-inline-size: 520px;
	margin: 18px 0 0;
	color: rgba(255, 255, 255, 0.86);
	font-size: clamp(1rem, 1.04vw, 1.12rem);
}

.vh-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-block-start: 28px;
}

.vh-button {
	display: inline-flex;
	min-block-size: 48px;
	align-items: center;
	justify-content: center;
	padding: 12px 23px;
	border: 1px solid transparent;
	border-radius: 6px;
	font-size: 0.92rem;
	font-weight: 800;
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.vh-button:hover,
.vh-button:focus-visible {
	transform: translateY(-1px);
}

.vh-button--primary {
	background: var(--vh-primary);
	color: #ffffff !important;
	box-shadow: 0 14px 34px rgba(56, 95, 38, 0.3);
}

.vh-button--primary:hover,
.vh-button--primary:focus-visible {
	background: var(--vh-primary-hover);
	color: #ffffff !important;
}

.vh-button--secondary {
	background: #ffffff;
	color: #17242d !important;
	border-color: rgba(255, 255, 255, 0.48);
	box-shadow: 0 14px 34px rgba(14, 24, 31, 0.12);
}

.vh-button--secondary:hover,
.vh-button--secondary:focus-visible {
	background: #ffffff;
	color: #17242d !important;
}

.vh-hero-card {
	align-self: end;
	inline-size: 276px;
	margin-block-end: 28px;
	transform: translateX(-14px);
	padding: 18px 20px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	background: rgba(20, 31, 39, 0.5);
	backdrop-filter: blur(14px);
	color: var(--vh-white);
	box-shadow: 0 16px 40px rgba(14, 24, 31, 0.18);
}

.vh-hero-card__label {
	display: block;
	margin-block-end: 13px;
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.vh-hero-card a {
	display: block;
	font-size: 1.02rem;
	font-weight: 850;
	line-height: 1.35;
}

.vh-hero-card p {
	margin: 14px 0 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.92rem;
}

.vh-trust {
	position: relative;
	z-index: 2;
	margin-block-start: -34px;
	padding-block-end: 40px;
	background: linear-gradient(180deg, #ffffff 0%, #ffffff 48%, #111d24 48%, #111d24 100%);
}

.vh-trust__grid {
	inline-size: min(1080px, calc(100% - 48px));
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border: 1px solid var(--vh-line);
	border-radius: 8px;
	background: var(--vh-white);
	box-shadow: 0 16px 44px rgba(31, 42, 50, 0.09);
	overflow: hidden;
}

.vh-trust__grid div {
	padding: 17px 22px;
	border-inline-end: 1px solid var(--vh-line);
}

.vh-trust__grid div:last-child {
	border-inline-end: 0;
}

.vh-trust strong,
.vh-trust span {
	display: block;
}

.vh-trust strong {
	font-size: 1rem;
	font-weight: 850;
}

.vh-trust span {
	margin-block-start: 4px;
	color: var(--vh-muted);
	font-size: 0.86rem;
}

.vh-section {
	padding-block: clamp(72px, 9vw, 118px);
	background: var(--vh-white);
}

.vh-section--muted {
	background: var(--vh-soft);
}

.vh-proof-section {
	position: relative;
	background:
		linear-gradient(135deg, rgba(112, 183, 75, 0.08), rgba(255, 255, 255, 0) 38%),
		#f8faf9;
	overflow: hidden;
}

.vh-proof-section::before {
	content: "";
	position: absolute;
	inset-block-start: 44px;
	inset-inline-start: max(34px, calc((100vw - 1140px) / 2));
	inline-size: 180px;
	block-size: 180px;
	border: 1px solid rgba(112, 183, 75, 0.07);
	border-radius: 50%;
	opacity: 0.58;
	pointer-events: none;
}

.vh-proof-section .vh-shell {
	position: relative;
	z-index: 1;
}

.vh-proof-section .vh-section-head {
	max-inline-size: 700px;
}

.vh-proof-section .vh-kicker {
	display: inline-flex;
	align-items: center;
	margin-block-end: 18px;
	padding: 7px 11px;
	border: 1px solid rgba(112, 183, 75, 0.26);
	border-radius: 999px;
	background: rgba(112, 183, 75, 0.11);
	color: var(--vh-green-dark);
	letter-spacing: 0.14em;
}

.vh-proof-section .vh-section-head h2 {
	max-inline-size: 640px;
	margin-inline: auto;
	font-size: clamp(1.9rem, 3vw, 2.8rem);
	line-height: 1.08;
	text-wrap: balance;
}

.vh-section-head {
	max-inline-size: 760px;
	margin: 0 auto 34px;
	text-align: center;
}

.vh-section-head--left {
	margin: 0;
	text-align: left;
}

.vh-section h2 {
	color: var(--vh-text);
	font-size: clamp(1.9rem, 3.45vw, 3.15rem);
}

.vh-section-head p:not(.vh-kicker),
.vh-fleet__content p,
.vh-exam-band p,
.vh-contact p {
	color: var(--vh-muted);
	font-size: 1.05rem;
}

.vh-card-grid {
	display: grid;
	gap: 18px;
}

.vh-card-grid--four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vh-card-grid--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vh-service-card,
.vh-proof-card,
.vh-step {
	position: relative;
	padding: 28px;
	border: 1px solid var(--vh-line);
	border-radius: 8px;
	background: var(--vh-white);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.vh-service-card {
	padding: 24px;
	border-color: #dfe8e5;
	box-shadow: 0 1px 0 rgba(31, 42, 50, 0.02);
}

.vh-proof-card {
	padding: 26px;
	border-color: rgba(217, 226, 223, 0.95);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92));
	box-shadow: 0 12px 34px rgba(31, 42, 50, 0.045);
	overflow: hidden;
}

.vh-proof-card::before {
	content: "";
	position: absolute;
	inset-block-start: 0;
	inset-inline: 0;
	block-size: 3px;
	background: linear-gradient(90deg, var(--vh-green), rgba(112, 183, 75, 0));
	opacity: 0;
	transition: opacity 180ms ease;
}

.vh-service-card:hover,
.vh-proof-card:hover {
	transform: translateY(-2px);
	border-color: rgba(112, 183, 75, 0.42);
	box-shadow: 0 14px 34px rgba(31, 42, 50, 0.08);
}

.vh-proof-card:hover::before {
	opacity: 1;
}

.vh-service-card--accent {
	border-block-start: 3px solid var(--vh-green);
}

.vh-icon {
	display: inline-flex;
	inline-size: 40px;
	block-size: 40px;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background: #edf6e8;
	color: var(--vh-green-dark);
}

.vh-icon svg,
.vh-phone svg {
	inline-size: 21px;
	block-size: 21px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.vh-service-card h3,
.vh-proof-card h3,
.vh-step h3 {
	margin: 20px 0 9px;
	color: var(--vh-text);
	font-size: 1.16rem;
	font-weight: 850;
	line-height: 1.2;
}

.vh-service-card p,
.vh-proof-card p,
.vh-step p {
	margin: 0;
	color: var(--vh-muted);
}

.vh-service-card p {
	font-size: 0.96rem;
	line-height: 1.5;
}

.vh-proof-card .vh-icon {
	inline-size: 42px;
	block-size: 42px;
	background: rgba(112, 183, 75, 0.1);
	color: var(--vh-green-dark);
}

.vh-proof-card h3 {
	margin-block-start: 22px;
}

.vh-proof-card p {
	font-size: 0.98rem;
	line-height: 1.55;
}

.vh-service-card a {
	display: inline-flex;
	margin-block-start: 18px;
	color: var(--vh-green-dark);
	font-size: 0.94rem;
	font-weight: 850;
}

#servicii.vh-section {
	position: relative;
	margin-block-start: 0;
	padding-block: clamp(58px, 5.7vw, 82px);
	background:
		linear-gradient(135deg, rgba(112, 183, 75, 0.16), rgba(47, 103, 173, 0) 34%),
		linear-gradient(180deg, #111d24 0%, #162832 100%);
	color: var(--vh-white);
	overflow: hidden;
}

#servicii.vh-section::before {
	content: "";
	position: absolute;
	inset-block-end: 36px;
	inset-inline-start: max(24px, calc((100vw - 1200px) / 2));
	inline-size: min(440px, 36vw);
	block-size: 3px;
	background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.28) 0 52px, transparent 52px 82px);
	transform: rotate(-8deg);
	transform-origin: left center;
	opacity: 0.82;
	pointer-events: none;
}

#servicii .vh-shell {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
	gap: clamp(42px, 5vw, 72px);
	align-items: center;
}

#servicii .vh-section-head {
	max-inline-size: 470px;
	margin: 0;
	text-align: left;
}

#servicii .vh-kicker {
	color: #bde6ad;
}

#servicii .vh-section-head h2 {
	color: var(--vh-white);
	font-size: clamp(2.15rem, 3.15vw, 3.15rem);
	line-height: 1.06;
	text-wrap: balance;
}

#servicii .vh-section-head p:not(.vh-kicker) {
	max-inline-size: 430px;
	margin-block-start: 20px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 1.03rem;
}

.vh-service-cta {
	display: inline-flex;
	min-block-size: 46px;
	align-items: center;
	justify-content: center;
	margin-block-start: 28px;
	padding: 12px 22px;
	border: 1px solid rgba(142, 208, 103, 0.82);
	border-radius: 6px;
	background: #70b74b;
	color: #ffffff;
	font-size: 0.94rem;
	font-weight: 850;
	box-shadow: 0 14px 34px rgba(112, 183, 75, 0.22);
	transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.vh-service-cta:hover,
.vh-service-cta:focus-visible {
	transform: translateY(-1px);
	border-color: rgba(189, 230, 173, 0.8);
	background: #82c45a;
	color: #ffffff;
}

#servicii .vh-card-grid--four {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

#servicii .vh-service-card {
	min-block-size: 208px;
	padding: 24px;
	border-color: rgba(255, 255, 255, 0.16);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.075)),
		rgba(255, 255, 255, 0.06);
	color: var(--vh-white);
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.08);
	overflow: hidden;
}

#servicii .vh-service-card::before {
	content: "";
	position: absolute;
	inset-block-start: 0;
	inset-inline: 0;
	block-size: 3px;
	background: linear-gradient(90deg, var(--vh-green), rgba(112, 183, 75, 0));
	opacity: 0;
	transition: opacity 180ms ease;
}

#servicii .vh-service-card:nth-child(1) {
	background:
		linear-gradient(135deg, rgba(112, 183, 75, 0.38), rgba(255, 255, 255, 0.11) 56%),
		rgba(255, 255, 255, 0.09);
	border-color: rgba(189, 230, 173, 0.42);
	box-shadow: 0 18px 52px rgba(112, 183, 75, 0.1);
}

#servicii .vh-service-card--accent {
	border-block-start: 1px solid rgba(189, 230, 173, 0.5);
	border-color: rgba(189, 230, 173, 0.42);
	background:
		linear-gradient(135deg, rgba(47, 103, 173, 0.24), rgba(112, 183, 75, 0.3)),
		rgba(255, 255, 255, 0.1);
	box-shadow: 0 18px 52px rgba(112, 183, 75, 0.09);
}

#servicii .vh-service-card:hover {
	transform: translateY(-3px);
	border-color: rgba(190, 230, 173, 0.5);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
}

#servicii .vh-service-card:hover::before,
#servicii .vh-service-card--accent::before {
	opacity: 1;
}

#servicii .vh-icon {
	inline-size: 42px;
	block-size: 42px;
	background: rgba(189, 230, 173, 0.18);
	color: #bde6ad;
}

#servicii .vh-service-card h3 {
	margin-block-start: 22px;
	color: var(--vh-white);
	font-size: 1.25rem;
}

#servicii .vh-service-card p {
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.98rem;
}

#servicii .vh-service-card a {
	margin-block-start: 22px;
	color: #bde6ad;
}

.vh-process-section {
	position: relative;
	padding-block: clamp(76px, 8vw, 112px);
	background:
		linear-gradient(135deg, rgba(112, 183, 75, 0.12), rgba(255, 255, 255, 0) 42%),
		#f5f8f7;
	overflow: hidden;
}

.vh-process-section::before {
	content: "";
	position: absolute;
	inset-block-start: 44px;
	inset-inline-end: max(30px, calc((100vw - 1180px) / 2));
	inline-size: 250px;
	block-size: 250px;
	border: 1px solid rgba(112, 183, 75, 0.1);
	border-radius: 50%;
	opacity: 0.62;
	pointer-events: none;
}

.vh-process-layout {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
	gap: clamp(46px, 6vw, 78px);
	align-items: center;
}

.vh-process-intro {
	max-inline-size: 540px;
}

.vh-process-intro .vh-kicker {
	display: inline-flex;
	align-items: center;
	margin-block-end: 18px;
	padding: 7px 10px;
	border: 1px solid rgba(112, 183, 75, 0.22);
	border-radius: 999px;
	background: rgba(112, 183, 75, 0.1);
	color: var(--vh-green-dark);
	letter-spacing: 0.14em;
}

.vh-process-intro h2 {
	margin: 0;
	color: var(--vh-text);
	font-size: clamp(2.05rem, 3.32vw, 3.35rem);
	font-weight: 830;
	line-height: 1.06;
	text-wrap: balance;
}

.vh-process-intro > p:not(.vh-kicker) {
	max-inline-size: 500px;
	margin: 18px 0 0;
	color: var(--vh-muted);
	font-size: 1.06rem;
}

.vh-process-media {
	position: relative;
	margin-block-start: 26px;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 24px 70px rgba(31, 42, 50, 0.16);
}

.vh-process-media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(17, 29, 36, 0), rgba(17, 29, 36, 0.34));
	pointer-events: none;
}

.vh-process-media img {
	aspect-ratio: 16 / 10;
	inline-size: 100%;
	object-fit: cover;
	object-position: center center;
}

.vh-process-badge {
	position: absolute;
	inset-inline-start: 18px;
	inset-block-end: 18px;
	z-index: 1;
	max-inline-size: calc(100% - 36px);
	padding: 13px 15px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	background: rgba(17, 29, 36, 0.7);
	backdrop-filter: blur(14px);
	color: var(--vh-white);
}

.vh-process-badge strong,
.vh-process-badge span {
	display: block;
}

.vh-process-badge strong {
	font-size: 0.96rem;
	font-weight: 850;
}

.vh-process-badge span {
	margin-block-start: 2px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.82rem;
}

.vh-process-panel {
	margin-block-start: clamp(22px, 3vw, 42px);
	padding: clamp(26px, 3vw, 36px);
	border: 1px solid rgba(217, 226, 223, 0.95);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 24px 70px rgba(31, 42, 50, 0.11);
}

.vh-steps {
	position: relative;
	display: grid;
	gap: 0;
}

.vh-steps::before {
	content: "";
	position: absolute;
	inset-block: 32px;
	inset-inline-start: 25px;
	inline-size: 2px;
	background: linear-gradient(180deg, rgba(112, 183, 75, 0.35), rgba(112, 183, 75, 0.08));
}

.vh-step {
	position: relative;
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr);
	column-gap: 20px;
	align-items: start;
	padding: 22px 0;
	border: 0;
	border-block-end: 1px solid rgba(217, 226, 223, 0.8);
	background: transparent;
}

.vh-step:first-child {
	padding-block-start: 0;
}

.vh-step:last-child {
	padding-block-end: 0;
	border-block-end: 0;
}

.vh-step__number {
	position: relative;
	z-index: 1;
	display: inline-flex;
	inline-size: 52px;
	block-size: 52px;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(112, 183, 75, 0.32);
	border-radius: 50%;
	background: #ffffff;
	color: var(--vh-green-dark);
	font-size: 1.15rem;
	font-weight: 900;
	line-height: 1;
	box-shadow: 0 8px 24px rgba(31, 42, 50, 0.06);
}

.vh-step h3 {
	margin: 2px 0 7px;
	color: var(--vh-text);
	font-size: 1.16rem;
	font-weight: 850;
}

.vh-step p {
	margin: 0;
	color: var(--vh-muted);
	font-size: 0.98rem;
}

.vh-process-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-block-start: 28px;
	padding-block-start: 26px;
	border-block-start: 1px solid rgba(217, 226, 223, 0.8);
}

.vh-button--light {
	background: rgba(255, 255, 255, 0.82);
	color: rgba(36, 49, 58, 0.88);
	border-color: rgba(31, 42, 50, 0.12);
	box-shadow: 0 8px 24px rgba(31, 42, 50, 0.05);
}

.vh-button--light:hover,
.vh-button--light:focus-visible {
	background: #ffffff;
	border-color: rgba(112, 183, 75, 0.32);
	color: var(--vh-text);
}

.vh-offers-section {
	position: relative;
	padding-block: clamp(66px, 7vw, 94px);
	background:
		linear-gradient(135deg, rgba(112, 183, 75, 0.07), rgba(255, 255, 255, 0) 40%),
		#ffffff;
	overflow: hidden;
}

.vh-offers-section::before {
	content: "";
	position: absolute;
	inset-block-start: -92px;
	inset-inline-start: max(24px, calc((100vw - 1180px) / 2));
	inline-size: 220px;
	block-size: 220px;
	border: 1px solid rgba(112, 183, 75, 0.08);
	border-radius: 50%;
	pointer-events: none;
}

.vh-offers {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
	gap: clamp(32px, 5vw, 70px);
	align-items: start;
}

.vh-offers__head {
	max-inline-size: 420px;
}

.vh-offers__head .vh-kicker {
	display: inline-flex;
	align-items: center;
	margin-block-end: 18px;
	padding: 7px 10px;
	border: 1px solid rgba(112, 183, 75, 0.22);
	border-radius: 999px;
	background: rgba(112, 183, 75, 0.1);
	color: var(--vh-green-dark);
	letter-spacing: 0.14em;
}

.vh-offers__head h2 {
	margin: 0;
	color: var(--vh-text);
	font-size: clamp(2rem, 3vw, 3rem);
	font-weight: 850;
	line-height: 1.06;
	text-wrap: balance;
}

.vh-offers__head p:not(.vh-kicker) {
	margin: 18px 0 0;
	color: var(--vh-muted);
	font-size: 1.02rem;
}

.vh-offers__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.vh-offer-card {
	position: relative;
	min-block-size: 286px;
	padding: 28px;
	border: 1px solid rgba(217, 226, 223, 0.95);
	border-radius: 8px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 249, 0.92)),
		#ffffff;
	box-shadow: 0 20px 54px rgba(31, 42, 50, 0.08);
	overflow: hidden;
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.vh-offer-card::before {
	content: "";
	position: absolute;
	inset-block-start: 0;
	inset-inline: 0;
	block-size: 3px;
	background: linear-gradient(90deg, var(--vh-green), rgba(112, 183, 75, 0));
	opacity: 0;
	transition: opacity 180ms ease;
}

.vh-offer-card:hover {
	transform: translateY(-2px);
	border-color: rgba(112, 183, 75, 0.34);
	box-shadow: 0 24px 60px rgba(31, 42, 50, 0.11);
}

.vh-offer-card:hover::before {
	opacity: 1;
}

.vh-offer-card__icon {
	display: inline-flex;
	inline-size: 44px;
	block-size: 44px;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: #edf6e8;
	color: var(--vh-green-dark);
}

.vh-offer-card__icon svg {
	inline-size: 22px;
	block-size: 22px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.vh-offer-card__label {
	display: inline-flex;
	margin-inline-start: 10px;
	color: var(--vh-green-dark);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	vertical-align: middle;
}

.vh-offer-card h3 {
	margin: 24px 0 10px;
	color: var(--vh-text);
	font-size: 1.3rem;
	font-weight: 850;
	line-height: 1.16;
}

.vh-offer-card p {
	margin: 0;
	color: var(--vh-muted);
	font-size: 0.99rem;
}

.vh-offer-card a {
	display: inline-flex;
	margin-block-start: 22px;
	color: var(--vh-green-dark);
	font-weight: 850;
}

.vh-offers__note {
	grid-column: 2;
	margin: 4px 0 0;
	color: rgba(92, 106, 114, 0.78);
	font-size: 0.86rem;
	font-weight: 700;
}

.vh-exam-band {
	position: relative;
	padding-block: clamp(58px, 6vw, 78px);
	background:
		radial-gradient(circle at 76% 28%, rgba(112, 183, 75, 0.18), rgba(112, 183, 75, 0) 28%),
		linear-gradient(135deg, rgba(18, 32, 35, 0.98), rgba(25, 45, 55, 0.98)),
		linear-gradient(90deg, var(--vh-green), var(--vh-blue));
	color: var(--vh-white);
	overflow: hidden;
}

.vh-exam-band::before {
	content: "";
	position: absolute;
	inset-block-start: -70px;
	inset-inline-end: max(22px, calc((100vw - 1180px) / 2));
	inline-size: 260px;
	block-size: 260px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 50%;
	pointer-events: none;
}

.vh-exam-band__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.65fr);
	gap: clamp(36px, 6vw, 76px);
	align-items: center;
}

.vh-exam-band__content {
	max-inline-size: 690px;
}

.vh-exam-band h2 {
	color: var(--vh-white);
	max-inline-size: 690px;
	font-size: clamp(1.95rem, 3vw, 2.95rem);
	line-height: 1.06;
}

.vh-exam-band p {
	max-inline-size: 640px;
	color: rgba(255, 255, 255, 0.76);
}

.vh-exam-benefits {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.vh-exam-benefits li {
	display: inline-flex;
	align-items: center;
	min-block-size: 34px;
	padding: 7px 12px;
	border: 1px solid rgba(189, 230, 173, 0.22);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.07);
	color: rgba(255, 255, 255, 0.84);
	font-size: 0.85rem;
	font-weight: 800;
}

.vh-exam-band .vh-button {
	margin-block-start: 28px;
}

.vh-exam-preview {
	position: relative;
	margin-block-start: clamp(8px, 1.4vw, 16px);
	padding: 22px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.07)),
		rgba(255, 255, 255, 0.06);
	box-shadow: 0 26px 70px rgba(0, 0, 0, 0.22);
	backdrop-filter: blur(18px);
}

.vh-exam-preview::before {
	content: "";
	position: absolute;
	inset-block-start: 0;
	inset-inline: 0;
	block-size: 3px;
	background: linear-gradient(90deg, var(--vh-green), rgba(112, 183, 75, 0));
	border-radius: 8px 8px 0 0;
}

.vh-exam-preview__top,
.vh-exam-preview__stats {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
}

.vh-exam-preview__top {
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.vh-exam-preview__top strong {
	color: #bde6ad;
	letter-spacing: 0;
}

.vh-exam-preview__question {
	margin-block-start: 24px;
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	background: rgba(11, 22, 27, 0.28);
}

.vh-exam-preview__label {
	display: block;
	margin-block-end: 8px;
	color: #bde6ad;
	font-size: 0.78rem;
	font-weight: 850;
	text-transform: uppercase;
}

.vh-exam-preview__question p {
	margin: 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: 1.02rem;
	font-weight: 750;
}

.vh-exam-preview__options {
	display: grid;
	gap: 9px;
	margin-block-start: 16px;
}

.vh-exam-preview__options span {
	display: block;
	block-size: 13px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
}

.vh-exam-preview__options span:nth-child(1) {
	inline-size: 84%;
}

.vh-exam-preview__options span:nth-child(2) {
	inline-size: 68%;
	background: rgba(112, 183, 75, 0.32);
}

.vh-exam-preview__options span:nth-child(3) {
	inline-size: 76%;
}

.vh-exam-preview__stats {
	margin-block-start: 22px;
	padding-block-start: 18px;
	border-block-start: 1px solid rgba(255, 255, 255, 0.1);
}

.vh-exam-preview__stats div {
	display: grid;
	gap: 3px;
}

.vh-exam-preview__stats strong {
	color: var(--vh-white);
	font-size: 1.18rem;
	line-height: 1;
}

.vh-exam-preview__stats span {
	color: rgba(255, 255, 255, 0.56);
	font-size: 0.78rem;
	font-weight: 750;
}

.vh-about-section {
	background:
		linear-gradient(135deg, rgba(112, 183, 75, 0.06), rgba(255, 255, 255, 0) 34%),
		#ffffff;
}

.vh-fleet {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: clamp(44px, 6vw, 78px);
	align-items: center;
}

.vh-fleet__visual {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: var(--vh-shadow);
}

.vh-fleet__visual::before {
	content: "";
	position: absolute;
	inset: 18px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 6px;
	pointer-events: none;
}

.vh-fleet__visual img {
	aspect-ratio: 4 / 3;
	inline-size: 100%;
	object-fit: cover;
	object-position: center center;
}

.vh-fleet__content {
	max-inline-size: 600px;
}

.vh-fleet__content h2 {
	max-inline-size: 580px;
	font-size: clamp(2.1rem, 3.2vw, 3.35rem);
	line-height: 1.06;
}

.vh-fleet__content > p:not(.vh-kicker) {
	max-inline-size: 560px;
}

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

.vh-checklist li {
	display: flex;
	align-items: center;
	gap: 12px;
	padding-inline-start: 0;
	color: var(--vh-text);
	font-weight: 700;
	line-height: 1.35;
}

.vh-checklist li::before {
	content: "";
	flex: 0 0 16px;
	inline-size: 16px;
	block-size: 16px;
	border: 3px solid var(--vh-green);
	border-radius: 50%;
	box-sizing: border-box;
}

.vh-about-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-block-start: 30px;
	padding-block-start: 24px;
	border-block-start: 1px solid var(--vh-line);
}

.vh-about-stats div {
	display: grid;
	gap: 5px;
	padding: 16px;
	border: 1px solid rgba(217, 226, 223, 0.9);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 12px 34px rgba(31, 42, 50, 0.05);
}

.vh-about-stats strong {
	color: var(--vh-green-dark);
	font-size: 1.35rem;
	font-weight: 900;
	line-height: 1;
}

.vh-about-stats span {
	color: var(--vh-muted);
	font-size: 0.82rem;
	font-weight: 750;
	line-height: 1.35;
}

.vh-contact {
	position: relative;
	background: var(--vh-text);
	color: var(--vh-white);
	overflow: hidden;
	padding-block: clamp(64px, 7vw, 92px);
}

.vh-contact::before {
	content: "";
	position: absolute;
	inset-block-start: -56px;
	inset-inline-end: max(36px, calc((100vw - 1120px) / 2));
	inline-size: 220px;
	block-size: 220px;
	border: 1px solid rgba(112, 183, 75, 0.12);
	border-radius: 50%;
	opacity: 0.46;
	pointer-events: none;
}

.vh-contact .vh-shell {
	position: relative;
	z-index: 1;
}

.vh-contact__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
	gap: clamp(32px, 4.8vw, 68px);
	align-items: center;
}

.vh-contact .vh-kicker {
	display: inline-flex;
	align-items: center;
	margin-block-end: 18px;
	padding: 7px 11px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	color: rgba(255, 255, 255, 0.78);
	letter-spacing: 0.14em;
}

.vh-contact h2 {
	max-inline-size: 560px;
	color: var(--vh-white);
	font-size: clamp(2.05rem, 3.45vw, 3.6rem);
	line-height: 1.02;
	text-wrap: balance;
}

.vh-contact p {
	max-inline-size: 620px;
	color: rgba(255, 255, 255, 0.74);
}

.vh-contact__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-block-start: 24px;
}

.vh-contact__meta span {
	display: inline-flex;
	align-items: center;
	min-block-size: 34px;
	padding: 7px 11px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.04);
	color: rgba(255, 255, 255, 0.76);
	font-size: 0.84rem;
	font-weight: 800;
}

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

.vh-phone {
	display: inline-flex;
	min-block-size: 48px;
	align-items: center;
	gap: 10px;
	padding: 12px 16px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.08);
	color: var(--vh-white);
	font-weight: 850;
	transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.vh-phone:hover {
	transform: translateY(-1px);
	border-color: rgba(255, 255, 255, 0.28);
	background: rgba(255, 255, 255, 0.11);
	color: var(--vh-white);
}

.vh-phone--primary {
	border-color: rgba(112, 183, 75, 0.72);
	background: var(--vh-green);
	color: var(--vh-white);
	box-shadow: 0 16px 36px rgba(112, 183, 75, 0.22);
}

.vh-phone--primary:hover {
	border-color: rgba(112, 183, 75, 0.86);
	background: var(--vh-green-dark);
}

.vh-contact__link {
	display: inline-flex;
	min-block-size: 46px;
	align-items: center;
	justify-content: center;
	padding: 12px 16px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.04);
	color: rgba(255, 255, 255, 0.82);
	font-weight: 850;
}

.vh-contact__link:hover {
	border-color: rgba(255, 255, 255, 0.24);
	background: rgba(255, 255, 255, 0.08);
	color: var(--vh-white);
}

.vh-contact__note {
	margin: 0;
	color: rgba(255, 255, 255, 0.48);
	font-size: 0.78rem;
	font-weight: 650;
	line-height: 1.35;
	text-align: center;
}

@media (max-width: 1024px) {
	.vh-hero__grid,
	#servicii .vh-shell,
	.vh-process-layout,
	.vh-offers,
	.vh-fleet,
	.vh-contact__grid,
	.vh-exam-band__grid {
		grid-template-columns: 1fr;
	}

	.vh-hero__grid {
		inline-size: min(100% - 48px, 1180px);
		gap: 34px;
	}

	.vh-hero-card {
		max-inline-size: 420px;
		margin-block-end: 0;
		transform: none;
	}

	.vh-card-grid--four {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	#servicii .vh-section-head {
		max-inline-size: 680px;
	}

	#servicii .vh-section-head p:not(.vh-kicker) {
		max-inline-size: 560px;
	}

	#servicii.vh-section::before {
		opacity: 0.45;
	}

	.vh-process-intro {
		max-inline-size: 720px;
	}

	.vh-process-intro > p:not(.vh-kicker) {
		max-inline-size: 620px;
	}

	.vh-offers__head {
		max-inline-size: 680px;
	}

	.vh-offers__note {
		grid-column: auto;
	}

	.vh-exam-preview {
		max-inline-size: 520px;
	}

	.vh-fleet__content {
		max-inline-size: 720px;
	}
}

@media (max-width: 760px) {
	.vh-shell {
		inline-size: min(100% - 28px, 1180px);
	}

	.vh-hero {
		min-block-size: auto;
	}

	.vh-hero__media::after {
		background:
			linear-gradient(90deg, rgba(14, 24, 31, 0.84), rgba(14, 24, 31, 0.58)),
			linear-gradient(0deg, rgba(14, 24, 31, 0.28), rgba(14, 24, 31, 0.08));
	}

	.vh-hero__media img {
		object-position: 62% center;
	}

	.vh-hero__grid {
		inline-size: min(100% - 28px, 1180px);
		padding-block: 58px 46px;
	}

	.vh-hero h1 {
		font-size: clamp(2.35rem, 11vw, 3rem);
		line-height: 1.03;
	}

	.vh-actions,
	.vh-button {
		inline-size: 100%;
	}

	.vh-hero-card {
		inline-size: 100%;
	}

	.vh-trust {
		margin-block-start: 0;
		padding-block-end: 0;
		background: #ffffff;
	}

	.vh-trust__grid,
	#servicii .vh-card-grid--four,
	.vh-card-grid--four,
	.vh-card-grid--three {
		grid-template-columns: 1fr;
	}

	#servicii.vh-section {
		padding-block: 56px;
	}

	#servicii.vh-section::before {
		display: none;
	}

	#servicii .vh-section-head h2 {
		font-size: clamp(2.05rem, 10vw, 2.9rem);
	}

	.vh-service-cta {
		inline-size: 100%;
	}

	#servicii .vh-service-card {
		min-block-size: 0;
		padding: 24px;
	}

	.vh-process-section {
		padding-block: 60px;
	}

	.vh-process-section::before {
		display: none;
	}

	.vh-process-intro h2 {
		font-size: clamp(2.1rem, 10vw, 3rem);
	}

	.vh-process-panel {
		padding: 22px;
	}

	.vh-step {
		grid-template-columns: 46px minmax(0, 1fr);
		column-gap: 16px;
		padding-block: 20px;
	}

	.vh-step__number {
		inline-size: 44px;
		block-size: 44px;
		font-size: 1rem;
	}

	.vh-steps::before {
		inset-inline-start: 21px;
	}

	.vh-process-actions,
	.vh-process-actions .vh-button {
		inline-size: 100%;
	}

	.vh-offers-section {
		padding-block: 56px;
	}

	.vh-offers-section::before {
		display: none;
	}

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

	.vh-offer-card {
		min-block-size: 0;
		padding: 24px;
	}

	.vh-offer-card__label {
		display: flex;
		margin: 12px 0 0;
	}

	.vh-exam-band {
		padding-block: 54px;
	}

	.vh-exam-band::before {
		display: none;
	}

	.vh-exam-benefits,
	.vh-exam-band .vh-button {
		inline-size: 100%;
	}

	.vh-exam-benefits li {
		flex: 1 1 auto;
		justify-content: center;
	}

	.vh-exam-preview {
		padding: 18px;
	}

	.vh-exam-preview__stats {
		align-items: start;
	}

	.vh-about-stats {
		grid-template-columns: 1fr;
	}

	.vh-trust__grid {
		border-radius: 0;
		border-inline: 0;
	}

	.vh-trust__grid div {
		border-inline-end: 0;
		border-block-end: 1px solid var(--vh-line);
	}

	.vh-contact__actions {
		min-inline-size: 0;
	}
}
