/* =========================================================================
   VLDSTING - Tema dedicata pentru vldsting.ro
   Stingatoare de incendiu / echipare PSI / fire safety
   Build: 2.0 - design specific industrie + animatii fluide
   ========================================================================= */

:root {
	/* Brand */
	--vld-red:        #DC2626;
	--vld-red-dark:   #991B1B;
	--vld-red-darker: #7F1D1D;
	--vld-red-soft:   #FEE2E2;
	--vld-red-glow:   rgba(220, 38, 38, .35);
	--vld-orange:     #F97316;
	--vld-amber:      #F59E0B;
	--vld-flame:      #FB923C;
	--vld-flame-2:    #FBBF24;

	/* Neutrals */
	--vld-ink:        #0B1220;
	--vld-ink-2:      #111827;
	--vld-slate:      #1E293B;
	--vld-slate-2:    #334155;
	--vld-muted:      #64748B;
	--vld-muted-2:    #94A3B8;
	--vld-line:       #E2E8F0;
	--vld-line-2:     #CBD5E1;
	--vld-bg:         #FFFFFF;
	--vld-bg-soft:    #F8FAFC;
	--vld-bg-softer:  #F1F5F9;

	/* Status */
	--vld-success:      #16A34A;
	--vld-success-soft: #DCFCE7;
	--vld-warning:      #D97706;
	--vld-info:         #0EA5E9;

	/* Effects */
	--vld-shadow-xs:  0 1px 2px rgba(15, 23, 42, .05);
	--vld-shadow-sm:  0 1px 3px rgba(15, 23, 42, .08), 0 1px 2px rgba(15, 23, 42, .04);
	--vld-shadow-md:  0 4px 6px -1px rgba(15, 23, 42, .08), 0 2px 4px -2px rgba(15, 23, 42, .05);
	--vld-shadow-lg:  0 12px 24px -8px rgba(15, 23, 42, .15), 0 4px 8px -4px rgba(15, 23, 42, .08);
	--vld-shadow-xl:  0 24px 48px -12px rgba(15, 23, 42, .25);
	--vld-shadow-red: 0 10px 24px -8px rgba(220, 38, 38, .35);

	/* Radius */
	--vld-r-xs: 6px;
	--vld-r-sm: 10px;
	--vld-r:    14px;
	--vld-r-lg: 20px;
	--vld-r-xl: 28px;
	--vld-r-2xl: 36px;
	--vld-r-full: 9999px;

	/* Type */
	--vld-font-sans:    'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
	--vld-font-display: 'Plus Jakarta Sans', 'Inter', system-ui, sans-serif;

	/* Motion */
	--vld-ease:     cubic-bezier(.2, .7, .2, 1);
	--vld-ease-out: cubic-bezier(.16, 1, .3, 1);
	--vld-ease-bounce: cubic-bezier(.34, 1.56, .64, 1);

	/* Layout */
	--vld-container: 1280px;
}

/* ==================================================================
   RESET & BASE
   ================================================================== */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	font-family: var(--vld-font-sans);
	font-size: 15px;
	line-height: 1.6;
	color: var(--vld-ink-2);
	background: var(--vld-bg);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'cv02', 'cv03', 'cv04', 'cv11';
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
	font-family: var(--vld-font-display);
	color: var(--vld-ink);
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.15;
	margin-top: 0;
}
h1 { font-size: clamp(2rem, 4.6vw, 3.5rem); font-weight: 800; }
h2 { font-size: clamp(1.625rem, 3vw, 2.5rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.5rem); }
h4 { font-size: 1.125rem; font-weight: 700; }
h5 { font-size: 1rem; font-weight: 600; }
h6 { font-size: .8125rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--vld-muted); }
p { margin: 0 0 1em; }
a {
	color: var(--vld-red);
	text-decoration: none;
	transition: color .2s var(--vld-ease);
}
a:hover, a:focus { color: var(--vld-red-dark); text-decoration: none; }
img { max-width: 100%; height: auto; }
::selection { background: var(--vld-red); color: #fff; }

.container { max-width: var(--vld-container); padding-left: 16px; padding-right: 16px; }
@media (min-width: 992px) { .container { padding-left: 24px; padding-right: 24px; } }

/* ==================================================================
   EMERGENCY BANNER (deasupra top bar-ului)
   ================================================================== */
.vld-emergency {
	background: linear-gradient(90deg, var(--vld-red-darker) 0%, var(--vld-red) 50%, var(--vld-red-darker) 100%);
	color: #fff;
	font-size: 13px;
	overflow: hidden;
	position: relative;
}
.vld-emergency::before {
	content: '';
	position: absolute;
	inset: 0;
	background: repeating-linear-gradient(45deg, rgba(255,255,255,0) 0 12px, rgba(255,255,255,.04) 12px 14px);
	pointer-events: none;
}
.vld-emergency .container {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	padding-top: 8px;
	padding-bottom: 8px;
	flex-wrap: wrap;
	position: relative;
}
.vld-emergency__pulse {
	display: inline-flex; align-items: center; gap: 8px;
	font-weight: 600;
}
.vld-emergency__pulse::before {
	content: '';
	width: 8px; height: 8px;
	background: #FCA5A5;
	border-radius: 50%;
	box-shadow: 0 0 0 3px rgba(252, 165, 165, .35);
	animation: vld-pulse 1.6s var(--vld-ease) infinite;
}
.vld-emergency a {
	color: #fff;
	font-weight: 800;
	letter-spacing: -0.01em;
	display: inline-flex; align-items: center; gap: 6px;
	border-bottom: 1px dashed rgba(255,255,255,.4);
}
.vld-emergency a:hover { color: #FEF2F2; border-color: #fff; }
.vld-emergency__badge {
	display: inline-flex; align-items: center;
	background: rgba(255,255,255,.18);
	padding: 3px 10px;
	border-radius: var(--vld-r-full);
	font-size: 11px; font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .08em;
	border: 1px solid rgba(255,255,255,.25);
}
@media (max-width: 600px) {
	.vld-emergency { font-size: 12px; }
	.vld-emergency .container { gap: 6px; padding-top: 6px; padding-bottom: 6px; text-align: center; }
	.vld-emergency__badge { display: none; }
	.vld-emergency__pulse { font-size: 11.5px; }
}

@keyframes vld-pulse {
	0%, 100% { box-shadow: 0 0 0 3px rgba(252, 165, 165, .4); }
	50%      { box-shadow: 0 0 0 10px rgba(252, 165, 165, 0); }
}

/* ==================================================================
   TOP BAR
   ================================================================== */
#top {
	background: var(--vld-ink);
	color: #CBD5E1;
	border-bottom: none;
	padding: 0;
	margin: 0;
	font-size: 13px;
	min-height: 40px;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1031; /* above sticky header (1020) so dropdowns are visible */
}
#top .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
}
#top a, #top .btn-link, #top-links li, #top-links a {
	color: #CBD5E1;
	text-shadow: none;
	font-size: 13px;
}
#top a:hover, #top .btn-link:hover, #top-links a:hover { color: #fff; }
.vld-top-info { display: flex; gap: 22px; flex-wrap: wrap; font-size: 12.5px; color: #94A3B8; }
.vld-top-info span { display: inline-flex; align-items: center; gap: 6px; }
.vld-top-info .fa { color: var(--vld-flame); font-size: 12px; }
.vld-top-utils { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
/* short labels visible on tablet/mobile only (Bootstrap visible-* sets display: block by default for li/span which breaks our flex; force inline) */
.vld-top-label-short { display: none !important; }
.vld-top-label-full { display: none !important; }
@media (min-width: 1200px) { .vld-top-label-full { display: inline !important; } }
@media (max-width: 1199px) { .vld-top-label-short { display: inline !important; } }
#top-links { padding-top: 0; display: flex; }
#top-links .list-inline { margin: 0; display: flex; align-items: center; flex-wrap: wrap; gap: 4px; }
#top-links .list-inline > li { padding: 0; }
#top-links a + a { margin-left: 0; }
#top-links li > a {
	display: inline-flex; align-items: center; gap: 8px;
	padding: 6px 12px;
	border-radius: var(--vld-r-full);
	transition: background .2s var(--vld-ease), color .2s var(--vld-ease);
}
#top-links li > a:hover { background: rgba(255, 255, 255, .08); color: #fff; }
#top-links .fa { color: var(--vld-red); font-size: 13px; }
#top-links .dropdown-menu {
	background: var(--vld-bg);
	border: 1px solid var(--vld-line);
	border-radius: var(--vld-r-sm);
	box-shadow: var(--vld-shadow-lg);
	padding: 8px;
	min-width: 200px;
	z-index: 1051;
	right: 0;
	left: auto;
	margin-top: 6px;
}
#top-links .dropdown-menu a {
	color: var(--vld-ink-2);
	padding: 8px 12px;
	border-radius: var(--vld-r-xs);
	font-size: 14px;
	display: block;
}
#top-links .dropdown-menu a:hover { background: var(--vld-bg-softer); color: var(--vld-red); }
#form-currency, #form-language { display: inline-block; }
#form-currency .btn-link, #form-language .btn-link {
	color: #CBD5E1;
	padding: 6px 10px;
	font-size: 13px;
	border-radius: var(--vld-r-full);
}
#form-currency .btn-link:hover, #form-language .btn-link:hover {
	background: rgba(255, 255, 255, .08); color: #fff;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	background: var(--vld-bg-softer);
	color: var(--vld-red);
	background-image: none;
	text-shadow: none;
}

@media (max-width: 991px) {
	.vld-top-info { display: none; }
	#top .container { justify-content: center; }
}
@media (max-width: 767px) {
	#top { font-size: 12px; min-height: 36px; }
	#top .container { gap: 4px; padding-top: 4px; padding-bottom: 4px; flex-wrap: wrap; }
	.vld-top-utils { gap: 2px; justify-content: center; width: 100%; }
	#top-links li > a { padding: 6px 8px; font-size: 12px; }
	#top-links .fa { font-size: 13px; }
	#form-currency .btn-link, #form-language .btn-link { padding: 5px 8px; font-size: 12px; }
	/* keep dropdowns inside viewport */
	#top-links .dropdown-menu, #form-currency .dropdown-menu, #form-language .dropdown-menu {
		right: 0 !important; left: auto !important;
		max-width: calc(100vw - 24px);
	}
}
@media (max-width: 360px) {
	#top-links li > a { padding: 5px 6px; }
}

/* ==================================================================
   HEADER
   ================================================================== */
header {
	background: var(--vld-bg);
	border-bottom: 1px solid var(--vld-line);
	position: sticky;
	top: 0;
	z-index: 1020;
	transition: box-shadow .25s var(--vld-ease), background .25s var(--vld-ease), padding .25s var(--vld-ease);
}
header.is-scrolled {
	box-shadow: var(--vld-shadow-md);
	background: rgba(255, 255, 255, .95);
	-webkit-backdrop-filter: saturate(180%) blur(14px);
	backdrop-filter: saturate(180%) blur(14px);
}
header.is-scrolled > .container { padding-top: 12px; padding-bottom: 12px; }
header > .container { padding-top: 18px; padding-bottom: 18px; transition: padding .25s var(--vld-ease); }
header .row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-left: -8px; margin-right: -8px;
}
header .row > [class*="col-"] { padding-left: 8px; padding-right: 8px; }
/* extra breathing room between search and cart on desktop */
@media (min-width: 768px) {
	header .row > .col-sm-4:last-child,
	header .row > .col-sm-3:last-child { padding-left: 24px; }
}

/* Logo */
#logo { margin: 0; }
#logo > a {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-family: var(--vld-font-display);
	font-weight: 800;
	font-size: clamp(1.25rem, 2.4vw, 1.75rem);
	letter-spacing: -0.025em;
	color: var(--vld-ink);
	text-decoration: none;
	line-height: 1;
}
#logo > a:hover { color: var(--vld-ink); }
#logo > a img { max-height: 56px; width: auto; display: block; }
#logo h1 { margin: 0; font-size: clamp(1.25rem, 2.4vw, 1.75rem); font-weight: 800; letter-spacing: -0.025em; }
#logo h1 a { color: var(--vld-ink); }

.vld-logo { display: inline-flex; align-items: center; gap: 12px; }
/* Header logo when admin uploaded an image */
.vld-logo--image { gap: 0; }
.vld-logo--image img {
	max-height: 56px;
	width: auto;
	height: auto;
	display: block;
	object-fit: contain;
	transition: transform .25s var(--vld-ease);
}
.vld-logo--image:hover img { transform: scale(1.04); }
@media (max-width: 991px) { .vld-logo--image img { max-height: 48px; } }
@media (max-width: 767px) { .vld-logo--image img { max-height: 42px; } }
@media (max-width: 480px) { .vld-logo--image img { max-height: 38px; } }
.vld-logo-mark {
	display: inline-block;
	width: 44px; height: 44px;
	flex-shrink: 0;
	background:
		linear-gradient(135deg, var(--vld-red) 0%, var(--vld-red-dark) 55%, var(--vld-flame) 100%),
		var(--vld-red);
	border-radius: 12px;
	box-shadow: var(--vld-shadow-red);
	position: relative;
	transition: transform .3s var(--vld-ease-bounce);
}
.vld-logo-mark::before {
	content: '';
	position: absolute;
	inset: 0;
	background: #fff;
	-webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='white' d='M13.5 2c.5 1.4.7 2.6.5 3.8-.2 1.4-.9 2.4-1.9 3.2-.9.7-1.4 1.5-1.4 2.5 0 1 .5 1.7 1.4 2.2.9.5 1.4 1.1 1.4 2 0 .9-.5 1.6-1.5 2-1 .5-1.5 1.3-1.5 2.5 0 .7.3 1.4.5 1.6-3.5-.5-6-3-6-6.4 0-2 .8-3 1.5-3.6.5-.6.6-1.4 0-2-1-1-2-2.4-2-4.4 0-2.6 2.5-4.6 4.5-5.6.7-.3 1.4-.5 2-.5z'/></svg>") center/24px no-repeat;
	        mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='white' d='M13.5 2c.5 1.4.7 2.6.5 3.8-.2 1.4-.9 2.4-1.9 3.2-.9.7-1.4 1.5-1.4 2.5 0 1 .5 1.7 1.4 2.2.9.5 1.4 1.1 1.4 2 0 .9-.5 1.6-1.5 2-1 .5-1.5 1.3-1.5 2.5 0 .7.3 1.4.5 1.6-3.5-.5-6-3-6-6.4 0-2 .8-3 1.5-3.6.5-.6.6-1.4 0-2-1-1-2-2.4-2-4.4 0-2.6 2.5-4.6 4.5-5.6.7-.3 1.4-.5 2-.5z'/></svg>") center/24px no-repeat;
}
.vld-logo:hover .vld-logo-mark { transform: rotate(-8deg) scale(1.05); }
.vld-logo-text {
	font-family: var(--vld-font-display);
	font-weight: 800;
	letter-spacing: -0.025em;
	color: var(--vld-ink);
	white-space: nowrap;
}
.vld-logo-text em {
	color: var(--vld-red);
	font-style: normal;
	font-weight: 700;
	margin-left: 1px;
}

.vld-mobile-search { margin-top: 12px; }

/* ==================================================================
   SEARCH
   ================================================================== */
#search {
	margin: 0;
	background: var(--vld-bg-soft);
	border: 1.5px solid var(--vld-line);
	border-radius: var(--vld-r-full);
	padding: 4px 4px 4px 20px;
	display: flex;
	align-items: center;
	transition: border-color .2s var(--vld-ease), box-shadow .2s var(--vld-ease), background .2s var(--vld-ease);
}
#search:focus-within {
	border-color: var(--vld-red);
	background: #fff;
	box-shadow: 0 0 0 4px rgba(220, 38, 38, .12);
}
#search .input-lg {
	height: 44px;
	line-height: 24px;
	padding: 0 8px;
	border: none;
	background: transparent;
	box-shadow: none;
	font-size: 14px;
	color: var(--vld-ink);
	flex: 1;
	min-width: 0;
}
#search .input-lg:focus { outline: none; box-shadow: none; }
#search .input-lg::placeholder { color: var(--vld-muted-2); }
#search .input-group-btn { display: flex; }
#search .btn-lg, #search .btn-default {
	height: 44px;
	width: 44px;
	min-width: 44px;
	border-radius: 50%;
	background: var(--vld-red);
	color: #fff;
	border: none;
	font-size: 16px;
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	background-image: none;
	text-shadow: none;
	box-shadow: var(--vld-shadow-red);
	transition: background .2s var(--vld-ease), transform .2s var(--vld-ease);
}
/* If button has visible text label (vld_search_button non-empty), expand to pill */
#search .btn-lg:has(span:not(:empty)) {
	width: auto;
	min-width: 48px;
	border-radius: var(--vld-r-full);
	padding: 0 20px;
}
#search .btn-lg:hover, #search .btn-default:hover {
	background: var(--vld-red-dark);
	transform: translateY(-1px);
}
#search .btn-lg .fa, #search .btn-default .fa { color: #fff; font-size: 15px; }

/* ==================================================================
   CART
   ================================================================== */
#cart { margin: 0; max-width: 100%; }
#cart > .btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	height: 52px;
	padding: 0 18px;
	background: var(--vld-ink);
	background-image: none;
	color: #fff;
	border: none;
	border-radius: var(--vld-r-full);
	font-weight: 600;
	font-size: 13.5px;
	text-shadow: none;
	box-shadow: var(--vld-shadow-md);
	transition: background .2s var(--vld-ease), transform .2s var(--vld-ease), box-shadow .2s var(--vld-ease);
	white-space: nowrap;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	min-width: 0;
}
#cart > .btn span#cart-total {
	overflow: hidden;
	text-overflow: ellipsis;
	min-width: 0;
}
#cart > .btn:hover {
	background: var(--vld-red);
	color: #fff;
	transform: translateY(-1px);
	box-shadow: var(--vld-shadow-red);
}
#cart > .btn .fa { color: #fff; font-size: 16px; }
#cart.open > .btn {
	background: var(--vld-red);
	color: #fff;
	border: none;
	box-shadow: var(--vld-shadow-red);
}
#cart.open > .btn:hover { color: #fff; }
#cart .dropdown-menu {
	background: #fff;
	border: 1px solid var(--vld-line);
	border-radius: var(--vld-r);
	box-shadow: var(--vld-shadow-xl);
	padding: 12px;
	margin-top: 8px;
}
#cart .dropdown-menu li > div { padding: 4px 8px; }
#cart .table-striped > tbody > tr:nth-of-type(odd) { background: var(--vld-bg-soft); }
#cart .img-thumbnail { border-radius: var(--vld-r-sm); border: 1px solid var(--vld-line); }
.vld-cart-actions { display: flex; gap: 8px; padding: 8px 0 4px; }
.vld-cart-actions .btn { flex: 1; }

/* ==================================================================
   MENU
   ================================================================== */
#menu {
	background: var(--vld-bg);
	background-image: none;
	border-color: var(--vld-line);
	border: none;
	border-bottom: 1px solid var(--vld-line);
	min-height: 56px;
	margin-bottom: 0;
	border-radius: 0;
}
.container > #menu { margin: 0; }
#menu .nav { display: flex; flex-wrap: wrap; gap: 4px; padding: 8px 0; align-items: center; }
#menu .nav > li > a {
	color: var(--vld-ink-2);
	text-shadow: none;
	padding: 10px 16px;
	border-radius: var(--vld-r-full);
	font-weight: 600;
	font-size: 14px;
	letter-spacing: -0.005em;
	background: transparent;
	transition: background .2s var(--vld-ease), color .2s var(--vld-ease);
}
#menu .nav > li > a:hover, #menu .nav > li.open > a, #menu .nav > li.active > a {
	background: var(--vld-red-soft);
	color: var(--vld-red-dark);
}
#menu .dropdown-menu {
	border: 1px solid var(--vld-line);
	border-radius: var(--vld-r);
	box-shadow: var(--vld-shadow-xl);
	padding: 16px;
	margin-top: 6px;
	background: #fff;
	position: absolute;
}
/* Hover-bridge invizibil intre trigger si dropdown ca sa nu se piarda
   hover-ul cand mouse-ul traverseaza gap-ul. */
#menu .dropdown-menu::before {
	content: '';
	position: absolute;
	top: -12px;
	left: 0;
	right: 0;
	height: 12px;
	background: transparent;
	pointer-events: auto;
}
#menu .dropdown-inner { display: flex; flex-wrap: wrap; gap: 12px; }
#menu .dropdown-inner ul { display: block; min-width: 180px; padding: 0; margin: 0; }
#menu .dropdown-inner li { list-style: none; }
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 8px 12px;
	border-radius: var(--vld-r-xs);
	color: var(--vld-ink-2);
	font-size: 14px;
	font-weight: 500;
}
#menu .dropdown-inner li a:hover { color: var(--vld-red-dark); background: var(--vld-red-soft); }
#menu .see-all {
	display: inline-block;
	margin-top: 8px;
	border: none;
	padding: 8px 14px;
	border-radius: var(--vld-r-full);
	background: var(--vld-ink);
	color: #fff !important;
	font-size: 13px;
	font-weight: 600;
}
#menu .see-all:hover { background: var(--vld-red); background-image: none; color: #fff !important; }
#menu #category {
	float: left;
	padding-left: 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 56px;
	color: var(--vld-ink);
	text-shadow: none;
}
#menu .btn-navbar {
	font-size: 14px;
	color: var(--vld-ink);
	padding: 10px 16px;
	background: var(--vld-bg-softer);
	background-image: none;
	border: 1px solid var(--vld-line);
	border-radius: var(--vld-r-full);
	display: inline-flex;
	align-items: center;
	gap: 8px;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active {
	background: var(--vld-red);
	background-image: none;
	color: #fff;
	border-color: var(--vld-red);
}
@media (min-width: 768px) {
	#menu .navbar-collapse,
	#menu .navbar-collapse.collapse {
		display: flex !important;
		align-items: center;
		justify-content: space-between;
		gap: 16px;
		flex-wrap: wrap;
		width: auto;
	}
	#menu .navbar-nav { float: none; margin: 0; }
	#menu .navbar-nav > li { float: none; }
}
/* CTA-ul "Cere oferta" e acum in coltul din dreapta-jos (.vld-fab-cta).
   In meniu mai apare doar in drawer-ul de mobile. */
.vld-menu-cta { display: none; }
@media (max-width: 767px) {
	#menu .vld-menu-cta.visible-xs { display: block !important; }
}

@media (min-width: 768px) {
	/* Open dropdown on hover (no click needed) */
	#menu .dropdown:hover > .dropdown-menu,
	#menu .dropdown:focus-within > .dropdown-menu {
		display: block;
		animation: vld-dropdown-in .22s var(--vld-ease-out);
	}
	/* Sync trigger styling while dropdown is open via hover */
	#menu .dropdown:hover > a.dropdown-toggle,
	#menu .dropdown:focus-within > a.dropdown-toggle {
		background: var(--vld-red-soft);
		color: var(--vld-red-dark);
	}
	/* hide the mobile-only navbar header on desktop */
	#menu .navbar-header { display: none; }
}
@keyframes vld-dropdown-in {
	from { opacity: 0; transform: translateY(-8px); }
	to   { opacity: 1; transform: translateY(0); }
}
@media (max-width: 767px) {
	#menu { border-radius: 0; min-height: 0; border-bottom: none; padding: 0; background: transparent; }
	#menu .navbar-header {
		display: flex; align-items: center; justify-content: stretch;
		padding: 10px 0;
		float: none; margin: 0;
	}
	#menu .btn-navbar {
		width: 100%; justify-content: center;
		background: var(--vld-ink); color: #fff;
		border: none; padding: 12px 16px;
		font-weight: 700; letter-spacing: .02em;
		border-radius: var(--vld-r-full);
		gap: 10px;
	}
	#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active {
		background: var(--vld-red); color: #fff; border-color: transparent;
	}

	/* ===== OFF-CANVAS DRAWER ===== */
	#menu .navbar-collapse {
		position: fixed;
		top: 0; left: 0; bottom: 0;
		width: 86%;
		max-width: 360px;
		height: 100vh !important;
		max-height: 100vh !important;
		margin: 0;
		padding: 0;
		background: #fff;
		border: none;
		border-radius: 0;
		box-shadow: 0 0 60px rgba(11, 18, 32, .35);
		z-index: 2000;
		overflow-y: auto;
		overflow-x: hidden;
		-webkit-overflow-scrolling: touch;
		transform: translateX(-100%);
		transition: transform .35s var(--vld-ease-out);
		display: block !important;
		visibility: hidden;
		float: none;
	}
	#menu .navbar-collapse.in,
	#menu .navbar-collapse.collapsing {
		transform: translateX(0);
		visibility: visible;
		height: 100vh !important;
	}

	/* Drawer header */
	.vld-drawer-head {
		display: flex !important;
		align-items: center;
		justify-content: space-between;
		padding: 18px 20px;
		background: linear-gradient(135deg, var(--vld-ink) 0%, var(--vld-slate) 100%);
		color: #fff;
		position: sticky;
		top: 0;
		z-index: 5;
	}
	.vld-drawer-title {
		font-family: var(--vld-font-display);
		font-weight: 800;
		font-size: 16px;
		letter-spacing: -0.01em;
		color: #fff;
	}
	.vld-drawer-close {
		width: 36px; height: 36px;
		border-radius: 50%;
		background: rgba(255,255,255,.1);
		border: 1px solid rgba(255,255,255,.18);
		color: #fff;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		font-size: 16px;
		cursor: pointer;
		transition: background .2s var(--vld-ease), transform .2s var(--vld-ease);
	}
	.vld-drawer-close:hover { background: var(--vld-red); border-color: var(--vld-red); transform: rotate(90deg); }

	/* Drawer content */
	#menu .nav.navbar-nav {
		padding: 8px 0;
		flex-direction: column;
		gap: 0;
		align-items: stretch;
		margin: 0;
		float: none;
	}
	#menu .nav > li {
		border-bottom: 1px solid var(--vld-line);
		float: none;
	}
	#menu .nav > li:last-child { border-bottom: none; }
	#menu .nav > li > a {
		padding: 14px 20px;
		border-radius: 0;
		background: transparent;
		font-size: 15px;
		font-weight: 600;
		color: var(--vld-ink-2);
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 8px;
	}
	#menu .nav > li > a:hover,
	#menu .nav > li.open > a {
		background: var(--vld-red-soft);
		color: var(--vld-red-dark);
	}
	#menu .nav > li > a .fa-angle-down {
		transition: transform .25s var(--vld-ease);
	}
	#menu .nav > li.open > a .fa-angle-down {
		transform: rotate(180deg);
	}

	#menu div.dropdown-menu {
		position: static !important;
		float: none !important;
		margin: 0 !important;
		padding: 8px 16px 12px;
		background: var(--vld-bg-soft);
		box-shadow: none;
		border: none;
		border-radius: 0;
		width: 100% !important;
		max-width: 100% !important;
	}
	#menu .dropdown-inner { display: block; }
	#menu .dropdown-inner ul { min-width: 0; padding: 0; }
	#menu .dropdown-inner a {
		width: 100%;
		color: var(--vld-slate-2);
		padding: 10px 14px;
		border-radius: var(--vld-r-xs);
		font-size: 14px;
		display: flex;
		align-items: center;
	}
	#menu .dropdown-inner a:hover { background: #fff; color: var(--vld-red); }
	#menu .see-all {
		margin: 10px 0 4px;
		display: inline-flex;
		padding: 8px 14px;
		font-size: 12.5px;
	}

	/* CTA inside drawer */
	#menu .vld-menu-cta {
		display: block;
		margin: 16px 20px 24px;
		float: none;
	}
	#menu .vld-menu-cta .btn {
		width: 100%;
		justify-content: center;
		padding: 14px 18px;
		font-size: 14px;
	}

	/* Backdrop */
	.vld-drawer-backdrop {
		position: fixed; inset: 0;
		background: rgba(11, 18, 32, .55);
		z-index: 1990;
		opacity: 0;
		visibility: hidden;
		transition: opacity .3s var(--vld-ease), visibility .3s;
		-webkit-backdrop-filter: blur(3px);
		backdrop-filter: blur(3px);
	}
	body.vld-drawer-open { overflow: hidden; }
	body.vld-drawer-open .vld-drawer-backdrop {
		opacity: 1;
		visibility: visible;
	}
}

/* hide drawer-only elements on desktop */
@media (min-width: 768px) {
	.vld-drawer-head, .vld-drawer-close, .vld-drawer-backdrop { display: none !important; }
}

/* ==================================================================
   BUTTONS
   ================================================================== */
.btn {
	padding: 10px 18px;
	font-size: 14px;
	font-weight: 600;
	border: 1px solid transparent;
	border-radius: var(--vld-r-full);
	box-shadow: none;
	transition: background .2s var(--vld-ease), color .2s var(--vld-ease), transform .15s var(--vld-ease), box-shadow .2s var(--vld-ease), border-color .2s var(--vld-ease);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	text-shadow: none;
	background-image: none;
	line-height: 1.4;
	cursor: pointer;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn-xs { font-size: 12px; padding: 4px 10px; }
.btn-sm { font-size: 13px; padding: 7px 14px; }
.btn-lg { padding: 14px 26px; font-size: 16px; }
.btn-default {
	color: var(--vld-ink-2);
	background: var(--vld-bg-softer);
	border-color: var(--vld-line);
}
.btn-default:hover, .btn-default:focus {
	background: var(--vld-line);
	color: var(--vld-ink);
	border-color: var(--vld-line-2);
}
.btn-primary {
	color: #fff;
	background: var(--vld-red);
	border-color: var(--vld-red);
	box-shadow: var(--vld-shadow-red);
	position: relative;
	overflow: hidden;
}
.btn-primary::before {
	content: '';
	position: absolute;
	top: 0; left: -100%;
	width: 100%; height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255,255,255,.25), transparent);
	transition: left .6s var(--vld-ease);
}
.btn-primary:hover::before { left: 100%; }
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background: var(--vld-red-dark);
	border-color: var(--vld-red-dark);
	color: #fff;
}
.btn-warning  { color: #fff; background: var(--vld-orange); border-color: var(--vld-orange); }
.btn-warning:hover  { background: #EA580C; border-color: #EA580C; }
.btn-danger   { color: #fff; background: var(--vld-red); border-color: var(--vld-red); }
.btn-danger:hover   { background: var(--vld-red-dark); border-color: var(--vld-red-dark); }
.btn-success  { color: #fff; background: var(--vld-success); border-color: var(--vld-success); }
.btn-success:hover  { background: #15803D; border-color: #15803D; }
.btn-info     { color: #fff; background: var(--vld-info); border-color: var(--vld-info); }
.btn-info:hover     { background: #0284C7; border-color: #0284C7; }
.btn-link     { color: var(--vld-red); border: none; background: transparent; }
.btn-link:hover { color: var(--vld-red-dark); text-decoration: none; }
.btn-inverse  { color: #fff; background: var(--vld-ink); border-color: var(--vld-ink); }
.btn-inverse:hover  { background: var(--vld-ink-2); border-color: var(--vld-ink-2); }
.btn-block { display: flex; width: 100%; }
.btn-ghost {
	background: rgba(255, 255, 255, .1);
	border: 1px solid rgba(255, 255, 255, .25);
	color: #fff;
}
.btn-ghost:hover { background: rgba(255, 255, 255, .18); color: #fff; border-color: rgba(255, 255, 255, .4); }

/* ==================================================================
   FORMS
   ================================================================== */
.form-control,
select.form-control,
textarea.form-control,
input[type].form-control {
	height: 44px;
	font-size: 14px;
	border-radius: var(--vld-r-sm);
	border: 1.5px solid var(--vld-line);
	box-shadow: none;
	padding: 8px 14px;
	color: var(--vld-ink);
	background: #fff;
	transition: border-color .2s var(--vld-ease), box-shadow .2s var(--vld-ease);
}
textarea.form-control { height: auto; }
.form-control:focus {
	border-color: var(--vld-red);
	box-shadow: 0 0 0 3px rgba(220, 38, 38, .14);
	outline: none;
}
.input-group-addon {
	background: var(--vld-bg-soft);
	border: 1.5px solid var(--vld-line);
	border-radius: var(--vld-r-sm);
	color: var(--vld-muted);
	font-size: 14px;
	height: 44px;
	font-weight: 500;
}
label, .control-label { font-weight: 500; color: var(--vld-slate-2); font-size: 14px; }
div.required .control-label:before { color: var(--vld-red); }

/* ==================================================================
   BREADCRUMB
   ================================================================== */
.breadcrumb {
	margin: 24px 0 28px 0;
	padding: 12px 18px;
	border: 1px solid var(--vld-line);
	background: var(--vld-bg-soft);
	border-radius: var(--vld-r-full);
	font-size: 13px;
	display: inline-flex;
	flex-wrap: wrap;
	max-width: 100%;
}
.breadcrumb > li { padding: 0 6px; text-shadow: none; white-space: nowrap; }
.breadcrumb > li > a { color: var(--vld-muted); }
.breadcrumb > li > a:hover { color: var(--vld-red); }
.breadcrumb > li:last-child > a { color: var(--vld-ink); font-weight: 600; }
.breadcrumb > li + li:before { content: '/'; color: var(--vld-line-2); padding: 0 4px 0 0; }
.breadcrumb > li:after { display: none; }
@media (max-width: 600px) {
	.breadcrumb { padding: 10px 14px; font-size: 12px; margin: 16px 0 18px; }
}

/* ==================================================================
   CONTENT
   ================================================================== */
#content { min-height: 480px; padding: 8px 0; }

/* ==================================================================
   HERO - design dedicat fire-safety
   ================================================================== */
.vld-hero {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(60% 80% at 100% 0%, rgba(249, 115, 22, .18) 0%, transparent 60%),
		radial-gradient(80% 80% at 0% 100%, rgba(220, 38, 38, .25) 0%, transparent 50%),
		radial-gradient(50% 70% at 50% 50%, rgba(251, 191, 36, .08) 0%, transparent 60%),
		linear-gradient(180deg, #0B1220 0%, #1E293B 100%);
	color: #fff;
	border-radius: var(--vld-r-2xl);
	padding: 72px 56px;
	margin: 24px 0 56px;
	display: grid;
	grid-template-columns: 1.15fr 1fr;
	gap: 40px;
	align-items: center;
	min-height: 520px;
}
.vld-hero::before {
	content: '';
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
	background-size: 56px 56px;
	mask-image: radial-gradient(circle at 70% 30%, black 0%, transparent 75%);
	-webkit-mask-image: radial-gradient(circle at 70% 30%, black 0%, transparent 75%);
	pointer-events: none;
}

/* Floating embers in hero background */
.vld-hero::after {
	content: '';
	position: absolute;
	inset: 0;
	pointer-events: none;
	background-image:
		radial-gradient(circle at 15% 20%, var(--vld-flame-2) 1.5px, transparent 2.5px),
		radial-gradient(circle at 35% 70%, var(--vld-flame) 1px, transparent 2px),
		radial-gradient(circle at 85% 40%, var(--vld-flame-2) 1px, transparent 2px),
		radial-gradient(circle at 65% 85%, var(--vld-flame) 1.5px, transparent 2.5px),
		radial-gradient(circle at 25% 50%, var(--vld-flame-2) 1px, transparent 2px),
		radial-gradient(circle at 75% 15%, var(--vld-flame) 1.5px, transparent 2.5px),
		radial-gradient(circle at 50% 90%, var(--vld-flame-2) 1px, transparent 2px);
	opacity: .35;
	animation: vld-embers 12s linear infinite;
}
@keyframes vld-embers {
	0%   { transform: translateY(0) translateX(0); opacity: .15; }
	50%  { opacity: .4; }
	100% { transform: translateY(-30px) translateX(10px); opacity: .15; }
}

.vld-hero__content { position: relative; z-index: 2; }
.vld-hero__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 6px 14px;
	border-radius: var(--vld-r-full);
	background: rgba(220, 38, 38, .15);
	border: 1px solid rgba(220, 38, 38, .35);
	color: #FCA5A5;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .12em;
	margin-bottom: 22px;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}
.vld-hero__eyebrow::before {
	content: '';
	width: 8px; height: 8px;
	background: var(--vld-red);
	border-radius: 50%;
	box-shadow: 0 0 0 3px rgba(220, 38, 38, .3);
	animation: vld-pulse 2s var(--vld-ease) infinite;
}
.vld-hero h1 {
	font-size: clamp(2.25rem, 5vw, 4rem);
	color: #fff;
	margin-bottom: 20px;
	line-height: 1.02;
	font-weight: 800;
	letter-spacing: -0.03em;
}
.vld-hero h1 .accent {
	background: linear-gradient(135deg, #FCA5A5 0%, var(--vld-red) 40%, var(--vld-orange) 90%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	display: inline-block;
	position: relative;
}
.vld-hero h1 .accent::after {
	content: '';
	position: absolute;
	left: 0; right: 0;
	bottom: -8px;
	height: 4px;
	background: linear-gradient(90deg, var(--vld-red), var(--vld-orange));
	border-radius: 4px;
	transform: scaleX(0);
	transform-origin: left;
	animation: vld-underline 1.2s var(--vld-ease-out) .4s forwards;
}
@keyframes vld-underline { to { transform: scaleX(1); } }

.vld-hero p {
	color: #CBD5E1;
	font-size: 17.5px;
	line-height: 1.65;
	max-width: 580px;
	margin-bottom: 36px;
}
.vld-hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 36px; }
.vld-hero .btn-primary { background: var(--vld-red); border-color: var(--vld-red); }

.vld-hero__stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	padding-top: 30px;
	border-top: 1px solid rgba(255, 255, 255, .12);
}
.vld-hero__stat strong {
	display: block;
	font-family: var(--vld-font-display);
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 800;
	background: linear-gradient(135deg, #fff 0%, #FCA5A5 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	line-height: 1;
	margin-bottom: 4px;
}
.vld-hero__stat span { font-size: 12.5px; color: #94A3B8; text-transform: uppercase; letter-spacing: .06em; font-weight: 500; }

/* Hero visual - the fire extinguisher card */
.vld-hero__visual {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
}
.vld-hero__visual-card {
	position: relative;
	width: 100%;
	max-width: 440px;
	aspect-ratio: 1 / 1.15;
	background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.02));
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: var(--vld-r-xl);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 32px;
	overflow: visible;
	animation: vld-float 6s var(--vld-ease) infinite;
}
@keyframes vld-float {
	0%, 100% { transform: translateY(0); }
	50%      { transform: translateY(-12px); }
}
.vld-hero__visual-card::before {
	content: '';
	position: absolute;
	inset: -2px;
	background: conic-gradient(from 0deg, transparent, rgba(220, 38, 38, .5), transparent 30%);
	border-radius: var(--vld-r-xl);
	animation: vld-spin 8s linear infinite;
	z-index: -1;
}
.vld-hero__visual-card::after {
	content: '';
	position: absolute;
	inset: 1px;
	background: linear-gradient(180deg, #0F172A 0%, #1E293B 100%);
	border-radius: var(--vld-r-xl);
	z-index: -1;
}
@keyframes vld-spin { to { transform: rotate(360deg); } }

.vld-hero__visual-card svg {
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%, -55%);
	width: 65%;
	height: auto;
	filter: drop-shadow(0 24px 48px rgba(220, 38, 38, .4));
}

/* Floating mini-cards on hero visual */
.vld-hero__chip {
	position: absolute;
	background: rgba(255, 255, 255, .96);
	color: var(--vld-ink);
	padding: 10px 14px;
	border-radius: var(--vld-r-sm);
	box-shadow: var(--vld-shadow-xl);
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 12.5px;
	font-weight: 600;
	z-index: 3;
	animation: vld-float 7s var(--vld-ease) infinite;
}
.vld-hero__chip .fa {
	width: 28px; height: 28px;
	border-radius: 8px;
	display: inline-flex; align-items: center; justify-content: center;
	background: var(--vld-red-soft);
	color: var(--vld-red);
	font-size: 13px;
}
.vld-hero__chip--top { top: 12%; right: -10%; animation-delay: -2s; }
.vld-hero__chip--bottom { bottom: 16%; left: -12%; animation-delay: -4s; }
.vld-hero__chip--mid { top: 50%; right: -16%; animation-delay: -3s; }
.vld-hero__chip strong { color: var(--vld-ink); font-weight: 700; }
.vld-hero__chip span { color: var(--vld-muted); font-weight: 500; font-size: 11px; }

@media (max-width: 991px) {
	.vld-hero { grid-template-columns: 1fr; padding: 48px 32px; gap: 40px; min-height: auto; }
	.vld-hero__visual { order: -1; }
	.vld-hero__visual-card { max-width: 320px; aspect-ratio: 1 / 1.2; }
	.vld-hero__chip--mid, .vld-hero__chip--top, .vld-hero__chip--bottom { display: none; }
}
@media (max-width: 767px) {
	.vld-hero { padding: 36px 22px; border-radius: var(--vld-r-lg); margin: 12px 0 32px; gap: 28px; }
	.vld-hero__stats { grid-template-columns: repeat(2, 1fr); gap: 18px; padding-top: 22px; }
	.vld-hero h1 { font-size: clamp(1.75rem, 7vw, 2.25rem); margin-bottom: 14px; }
	.vld-hero p { font-size: 15px; margin-bottom: 22px; }
	.vld-hero__cta { gap: 10px; margin-bottom: 22px; }
	.vld-hero__cta .btn { flex: 1 1 100%; justify-content: center; }
	.vld-hero__visual-card { max-width: 260px; aspect-ratio: 1 / 1.15; padding: 22px; }
	.vld-hero__eyebrow { font-size: 11px; padding: 5px 10px; margin-bottom: 14px; }
}
@media (max-width: 380px) {
	.vld-hero__stats { grid-template-columns: 1fr 1fr; gap: 12px; }
	.vld-hero__stat strong { font-size: 1.5rem; }
	.vld-hero__stat span { font-size: 11px; }
}

/* ==================================================================
   TRUST STRIP (certificari & badge-uri)
   ================================================================== */
.vld-trust {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 24px;
	align-items: center;
	padding: 22px 28px;
	background: var(--vld-bg-soft);
	border: 1px solid var(--vld-line);
	border-radius: var(--vld-r-lg);
	margin-bottom: 56px;
}
.vld-trust__label {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .12em;
	font-weight: 700;
	color: var(--vld-muted);
	max-width: 160px;
	line-height: 1.4;
}
.vld-trust__items {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}
.vld-trust__item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	background: #fff;
	border: 1px solid var(--vld-line);
	border-radius: var(--vld-r-sm);
	font-size: 12.5px;
	font-weight: 600;
	color: var(--vld-slate-2);
	transition: transform .2s var(--vld-ease), border-color .2s var(--vld-ease);
}
.vld-trust__item:hover { transform: translateY(-2px); border-color: var(--vld-red); color: var(--vld-red-dark); }
.vld-trust__item .fa {
	color: var(--vld-success);
	font-size: 14px;
	background: var(--vld-success-soft);
	width: 22px; height: 22px;
	border-radius: 50%;
	display: inline-flex; align-items: center; justify-content: center;
}

@media (max-width: 720px) {
	.vld-trust { grid-template-columns: 1fr; padding: 20px; }
}

/* ==================================================================
   SECTION HELPERS
   ================================================================== */
.vld-section { padding: 64px 0; }
@media (max-width: 767px) {
	.vld-section { padding: 40px 0; }
	.vld-section__head { margin-bottom: 28px; }
	.vld-section__head p { font-size: 14.5px; }
}
.vld-section--soft {
	background: var(--vld-bg-soft);
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding-left: max(16px, calc(50vw - var(--vld-container) / 2 + 16px));
	padding-right: max(16px, calc(50vw - var(--vld-container) / 2 + 16px));
}
.vld-section--dark {
	background:
		radial-gradient(80% 100% at 0% 0%, rgba(220, 38, 38, .15) 0%, transparent 50%),
		radial-gradient(60% 80% at 100% 100%, rgba(249, 115, 22, .12) 0%, transparent 50%),
		linear-gradient(180deg, var(--vld-ink) 0%, var(--vld-slate) 100%);
	color: #CBD5E1;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding-left: max(16px, calc(50vw - var(--vld-container) / 2 + 16px));
	padding-right: max(16px, calc(50vw - var(--vld-container) / 2 + 16px));
}
.vld-section--dark h2, .vld-section--dark h3 { color: #fff; }
.vld-section__head {
	text-align: center;
	max-width: 760px;
	margin: 0 auto 48px;
}
.vld-section__head--left { text-align: left; margin-left: 0; }
.vld-section__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--vld-red);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .14em;
	margin-bottom: 12px;
	padding: 4px 12px;
	background: var(--vld-red-soft);
	border-radius: var(--vld-r-full);
}
.vld-section--dark .vld-section__eyebrow {
	background: rgba(220, 38, 38, .2);
	color: #FCA5A5;
	border: 1px solid rgba(220, 38, 38, .3);
}
.vld-section__head h2 { margin: 0 0 14px; }
.vld-section__head p { color: var(--vld-muted); font-size: 16.5px; margin: 0; max-width: 600px; }
.vld-section--dark .vld-section__head p { color: #94A3B8; }
.vld-section__head--left p { margin-left: 0; }

/* ==================================================================
   SERVICES GRID (4 servicii principale)
   ================================================================== */
.vld-services {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}
.vld-service {
	position: relative;
	background: #fff;
	border: 1px solid var(--vld-line);
	border-radius: var(--vld-r-lg);
	padding: 28px 24px;
	transition: transform .3s var(--vld-ease), box-shadow .3s var(--vld-ease), border-color .3s var(--vld-ease);
	overflow: hidden;
}
.vld-service::before {
	content: '';
	position: absolute;
	top: 0; right: 0;
	width: 120px; height: 120px;
	background: radial-gradient(circle, var(--vld-red-soft) 0%, transparent 70%);
	opacity: 0;
	transition: opacity .4s var(--vld-ease);
	pointer-events: none;
}
.vld-service:hover {
	transform: translateY(-6px);
	box-shadow: var(--vld-shadow-lg);
	border-color: var(--vld-red);
}
.vld-service:hover::before { opacity: 1; }
.vld-service__icon {
	width: 56px;
	height: 56px;
	border-radius: 14px;
	background: linear-gradient(135deg, var(--vld-red) 0%, var(--vld-red-dark) 100%);
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	margin-bottom: 18px;
	box-shadow: var(--vld-shadow-red);
	position: relative;
	z-index: 1;
	transition: transform .3s var(--vld-ease-bounce);
}
.vld-service:hover .vld-service__icon { transform: rotate(-6deg) scale(1.06); }
.vld-service h4 { margin: 0 0 8px; font-size: 16.5px; color: var(--vld-ink); position: relative; z-index: 1; }
.vld-service p { margin: 0; color: var(--vld-muted); font-size: 14px; line-height: 1.55; position: relative; z-index: 1; }
.vld-service__link {
	margin-top: 14px;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: var(--vld-red);
	font-weight: 600;
	font-size: 13px;
	position: relative;
	z-index: 1;
}
.vld-service__link::after { content: '→'; transition: transform .2s var(--vld-ease); }
.vld-service:hover .vld-service__link::after { transform: translateX(4px); }

@media (max-width: 991px) { .vld-services { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .vld-services { grid-template-columns: 1fr; gap: 14px; }
	.vld-service { padding: 22px 20px; }
}

/* ==================================================================
   CATEGORIES GRID
   ================================================================== */
.vld-cats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}
.vld-cat {
	position: relative;
	overflow: hidden;
	border-radius: var(--vld-r-lg);
	padding: 36px 32px;
	min-height: 260px;
	color: #fff;
	background: linear-gradient(135deg, var(--vld-slate) 0%, var(--vld-ink) 100%);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	transition: transform .35s var(--vld-ease), box-shadow .35s var(--vld-ease);
	border: 1px solid var(--vld-slate-2);
}
.vld-cat:hover {
	transform: translateY(-6px);
	box-shadow: var(--vld-shadow-xl);
	color: #fff;
}
.vld-cat::before {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 100% 0%, rgba(220, 38, 38, .35) 0%, transparent 55%);
	opacity: .6;
	transition: opacity .35s var(--vld-ease);
}
.vld-cat:hover::before { opacity: 1; }
.vld-cat::after {
	content: '';
	position: absolute;
	right: -40px; bottom: -40px;
	width: 200px; height: 200px;
	background: radial-gradient(circle, rgba(249, 115, 22, .15) 0%, transparent 70%);
	transition: transform .5s var(--vld-ease);
}
.vld-cat:hover::after { transform: scale(1.3); }
.vld-cat__icon {
	position: absolute;
	top: 28px; right: 28px;
	width: 60px; height: 60px;
	border-radius: 16px;
	background: rgba(220, 38, 38, .2);
	border: 1px solid rgba(220, 38, 38, .3);
	color: var(--vld-flame);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	z-index: 2;
	transition: background .3s var(--vld-ease), transform .3s var(--vld-ease-bounce);
}
.vld-cat:hover .vld-cat__icon {
	background: var(--vld-red);
	color: #fff;
	transform: rotate(-6deg) scale(1.06);
}
.vld-cat__count {
	position: absolute;
	top: 32px; left: 28px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .5);
	z-index: 2;
}
.vld-cat h4 { color: #fff; margin: 0 0 6px; font-size: 19px; position: relative; z-index: 2; }
.vld-cat p { color: #94A3B8; margin: 0 0 14px; font-size: 14px; position: relative; z-index: 2; }
.vld-cat__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #fff;
	font-weight: 700;
	font-size: 13px;
	position: relative;
	z-index: 2;
	padding: 8px 16px;
	border-radius: var(--vld-r-full);
	background: rgba(255,255,255,.1);
	border: 1px solid rgba(255,255,255,.18);
	width: fit-content;
	transition: background .2s var(--vld-ease), border-color .2s var(--vld-ease);
}
.vld-cat__link::after { content: '→'; transition: transform .2s var(--vld-ease); }
.vld-cat:hover .vld-cat__link {
	background: var(--vld-red);
	border-color: var(--vld-red);
}
.vld-cat:hover .vld-cat__link::after { transform: translateX(4px); }

@media (max-width: 991px) { .vld-cats { grid-template-columns: repeat(2, 1fr); gap: 16px; } }
@media (max-width: 600px) {
	.vld-cats { grid-template-columns: 1fr; }
	.vld-cat { padding: 28px 24px; min-height: 220px; }
	.vld-cat__icon { width: 50px; height: 50px; font-size: 22px; top: 22px; right: 22px; }
}

/* ==================================================================
   STATS COUNTER (sectiune dark cu cifre)
   ================================================================== */
.vld-stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 32px;
}
.vld-stat {
	text-align: center;
	padding: 24px 16px;
	border-right: 1px solid rgba(255, 255, 255, .08);
}
.vld-stat:last-child { border-right: none; }
.vld-stat strong {
	display: block;
	font-family: var(--vld-font-display);
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 800;
	background: linear-gradient(135deg, var(--vld-flame-2) 0%, var(--vld-flame) 50%, var(--vld-red) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	line-height: 1;
	margin-bottom: 8px;
	letter-spacing: -0.025em;
}
.vld-stat span {
	color: #94A3B8;
	font-size: 13.5px;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-weight: 500;
}

@media (max-width: 768px) {
	.vld-stats { grid-template-columns: repeat(2, 1fr); gap: 12px; }
	.vld-stat { border-right: none; }
}

/* ==================================================================
   PROCESS / WHY US (timeline pasi)
   ================================================================== */
.vld-process {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	position: relative;
}
.vld-process::before {
	content: '';
	position: absolute;
	top: 36px;
	left: 8%; right: 8%;
	height: 2px;
	background: repeating-linear-gradient(90deg, var(--vld-line) 0 8px, transparent 8px 14px);
	z-index: 0;
}
.vld-process__item {
	background: #fff;
	border: 1px solid var(--vld-line);
	border-radius: var(--vld-r-lg);
	padding: 28px 24px;
	text-align: center;
	transition: transform .3s var(--vld-ease), box-shadow .3s var(--vld-ease), border-color .3s var(--vld-ease);
	position: relative;
	z-index: 1;
}
.vld-process__item:hover {
	transform: translateY(-4px);
	box-shadow: var(--vld-shadow-lg);
	border-color: var(--vld-red);
}
.vld-process__num {
	width: 72px; height: 72px;
	margin: 0 auto 18px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--vld-red) 0%, var(--vld-red-dark) 100%);
	color: #fff;
	font-family: var(--vld-font-display);
	font-weight: 800;
	font-size: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: var(--vld-shadow-red);
	position: relative;
	transition: transform .3s var(--vld-ease-bounce);
}
.vld-process__item:hover .vld-process__num { transform: scale(1.08) rotate(-6deg); }
.vld-process__num::after {
	content: '';
	position: absolute;
	inset: -4px;
	border: 2px solid rgba(220, 38, 38, .2);
	border-radius: 50%;
	animation: vld-ring 2.5s var(--vld-ease) infinite;
}
@keyframes vld-ring {
	0%   { transform: scale(1);   opacity: .8; }
	100% { transform: scale(1.4); opacity: 0; }
}
.vld-process__item h4 { margin: 0 0 8px; }
.vld-process__item p { color: var(--vld-muted); font-size: 14px; margin: 0; }

@media (max-width: 768px) {
	.vld-process { grid-template-columns: 1fr; }
	.vld-process::before { display: none; }
}

/* ==================================================================
   TESTIMONIALS
   ================================================================== */
.vld-testimonials {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.vld-testimonial {
	background: #fff;
	border: 1px solid var(--vld-line);
	border-radius: var(--vld-r-lg);
	padding: 28px;
	display: flex;
	flex-direction: column;
	gap: 18px;
	position: relative;
	transition: transform .3s var(--vld-ease), box-shadow .3s var(--vld-ease);
}
.vld-testimonial:hover { transform: translateY(-4px); box-shadow: var(--vld-shadow-lg); }
.vld-testimonial::before {
	content: '"';
	position: absolute;
	top: 14px; right: 22px;
	font-size: 70px;
	font-family: serif;
	line-height: 1;
	color: var(--vld-red-soft);
	font-weight: 700;
	pointer-events: none;
}
.vld-testimonial__rating { display: flex; gap: 2px; color: var(--vld-amber); font-size: 14px; }
.vld-testimonial__text {
	color: var(--vld-slate-2);
	font-size: 15px;
	line-height: 1.65;
	margin: 0;
	flex: 1;
}
.vld-testimonial__author { display: flex; align-items: center; gap: 12px; padding-top: 16px; border-top: 1px solid var(--vld-line); }
.vld-testimonial__avatar {
	width: 46px; height: 46px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--vld-red), var(--vld-orange));
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 16px;
	flex-shrink: 0;
}
.vld-testimonial__author strong { color: var(--vld-ink); display: block; font-size: 14px; }
.vld-testimonial__author span { color: var(--vld-muted); font-size: 12px; }

@media (max-width: 991px) { .vld-testimonials { grid-template-columns: 1fr; } }

/* ==================================================================
   CTA BANNER
   ================================================================== */
.vld-cta {
	background:
		radial-gradient(60% 80% at 100% 100%, rgba(249, 115, 22, .25) 0%, transparent 60%),
		radial-gradient(60% 80% at 0% 0%, rgba(251, 191, 36, .15) 0%, transparent 60%),
		linear-gradient(135deg, var(--vld-red) 0%, var(--vld-red-darker) 100%);
	color: #fff;
	padding: 56px 48px;
	border-radius: var(--vld-r-2xl);
	display: grid;
	grid-template-columns: 1.5fr 1fr;
	align-items: center;
	gap: 32px;
	box-shadow: var(--vld-shadow-red);
	position: relative;
	overflow: hidden;
}
.vld-cta::before {
	content: '';
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
	background-size: 40px 40px;
	mask-image: radial-gradient(circle at 80% 50%, black 0%, transparent 70%);
	-webkit-mask-image: radial-gradient(circle at 80% 50%, black 0%, transparent 70%);
	pointer-events: none;
}
.vld-cta__content { position: relative; z-index: 1; }
.vld-cta__badge {
	display: inline-flex; align-items: center; gap: 8px;
	background: rgba(255, 255, 255, .15);
	border: 1px solid rgba(255, 255, 255, .25);
	padding: 5px 12px;
	border-radius: var(--vld-r-full);
	font-size: 12px; font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-bottom: 14px;
}
.vld-cta h2 { color: #fff; margin: 0 0 12px; font-size: clamp(1.625rem, 3vw, 2.25rem); }
.vld-cta p { color: rgba(255, 255, 255, .92); margin: 0; font-size: 16.5px; max-width: 560px; }
.vld-cta__actions {
	position: relative;
	z-index: 1;
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.vld-cta__actions .btn { background: #fff; color: var(--vld-red-dark); border-color: #fff; box-shadow: var(--vld-shadow-md); }
.vld-cta__actions .btn:hover { background: var(--vld-ink); color: #fff; border-color: var(--vld-ink); }
.vld-cta__actions .btn-ghost {
	background: transparent;
	color: #fff;
	border-color: rgba(255, 255, 255, .4);
	box-shadow: none;
}
.vld-cta__actions .btn-ghost:hover {
	background: rgba(255, 255, 255, .14);
	color: #fff;
	border-color: #fff;
}

@media (max-width: 768px) {
	.vld-cta { padding: 32px 22px; grid-template-columns: 1fr; border-radius: var(--vld-r-lg); }
	.vld-cta__actions { justify-content: flex-start; }
	.vld-cta__actions .btn { flex: 1 1 100%; justify-content: center; }
}

/* ==================================================================
   PRODUCT MODULE TITLE & BADGES
   ================================================================== */
.vld-mod-title {
	margin: 32px 0 24px;
	font-family: var(--vld-font-display);
	font-size: clamp(1.5rem, 2.4vw, 1.875rem);
	font-weight: 800;
	letter-spacing: -0.02em;
	color: var(--vld-ink);
	position: relative;
	padding-bottom: 14px;
	display: inline-block;
}
.vld-mod-title::after {
	content: '';
	position: absolute;
	left: 0; bottom: 0;
	width: 56px; height: 3px;
	background: linear-gradient(90deg, var(--vld-red), var(--vld-orange));
	border-radius: 2px;
}
.vld-badge {
	position: absolute;
	top: 14px; left: 14px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	padding: 4px 10px;
	border-radius: var(--vld-r-full);
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .06em;
	pointer-events: none;
}
.vld-badge--sale { background: var(--vld-red); color: #fff; box-shadow: var(--vld-shadow-red); }
.vld-badge--new  { background: var(--vld-success); color: #fff; }
.vld-badge--hot  { background: var(--vld-orange); color: #fff; }

/* ==================================================================
   PRODUCT CARDS
   ================================================================== */
.product-thumb {
	border: 1px solid var(--vld-line);
	border-radius: var(--vld-r);
	margin-bottom: 24px;
	overflow: hidden;
	background: #fff;
	display: flex;
	flex-direction: column;
	transition: transform .25s var(--vld-ease), box-shadow .25s var(--vld-ease), border-color .25s var(--vld-ease);
	position: relative;
}
.product-thumb:hover {
	transform: translateY(-4px);
	box-shadow: var(--vld-shadow-lg);
	border-color: var(--vld-line-2);
}
.product-thumb .image {
	text-align: center;
	background: linear-gradient(180deg, var(--vld-bg-soft) 0%, var(--vld-bg-softer) 100%);
	padding: 24px 20px;
	overflow: hidden;
	position: relative;
	aspect-ratio: 4 / 3;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product-thumb .image a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.product-thumb .image a:hover { opacity: 1; }
.product-thumb .image img {
	margin: 0 auto;
	max-height: 100%;
	object-fit: contain;
	transition: transform .35s var(--vld-ease);
}
.product-thumb:hover .image img { transform: scale(1.06); }
.product-thumb .image::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 60%, rgba(15, 23, 42, .04) 100%);
	pointer-events: none;
}
.product-grid .product-thumb .image { float: none; }
@media (min-width: 767px) {
	.product-list .product-thumb {
		display: grid;
		grid-template-columns: 280px 1fr;
		align-items: stretch;
	}
	.product-list .product-thumb .image { float: none; padding: 16px; }
	.product-list .product-thumb > div { display: flex; flex-direction: column; }
}
.product-thumb .caption {
	padding: 18px 20px 14px;
	flex: 1;
	min-height: auto;
}
.product-thumb h4 {
	font-weight: 700;
	font-size: 15.5px;
	margin: 0 0 8px;
	line-height: 1.35;
	min-height: 42px;
}
.product-thumb h4 a { color: var(--vld-ink); }
.product-thumb h4 a:hover { color: var(--vld-red); }
.product-thumb .caption p {
	font-size: 13px;
	color: var(--vld-muted);
	margin: 0 0 12px;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.product-list .product-thumb .caption { margin-left: 0; min-height: 0; }
@media (max-width: 1200px) {
	.product-grid .product-thumb .caption { min-height: auto; padding: 16px; }
}
@media (max-width: 767px) {
	.product-list .product-thumb { grid-template-columns: 1fr; }
	.product-list .product-thumb .caption { min-height: 0; margin-left: 0; padding: 16px; }
	.product-grid .product-thumb .caption { min-height: 0; }
}
.product-thumb .rating { padding-bottom: 10px; }
.rating .fa-stack { font-size: 7px; }
.rating .fa-star-o, .rating .fa-star { font-size: 14px; }
.rating .fa-star-o { color: var(--vld-line-2); }
.rating .fa-star { color: var(--vld-amber); }
.rating .fa-star + .fa-star-o { color: #FBBF24; }

h2.price { margin: 0; }
.product-thumb .price {
	color: var(--vld-ink);
	font-size: 18px;
	font-weight: 800;
	font-family: var(--vld-font-display);
	margin: 0 0 6px;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 8px;
	min-height: 28px;
}
.product-thumb .price-new { font-weight: 800; color: var(--vld-red); }
.product-thumb .price-old {
	color: var(--vld-muted-2);
	text-decoration: line-through;
	margin-left: 0;
	font-size: 14px;
	font-weight: 500;
}
.product-thumb .price-tax {
	color: var(--vld-muted);
	font-size: 11px;
	font-weight: 500;
	font-family: var(--vld-font-sans);
	display: block;
	width: 100%;
	margin-top: 2px;
}
.product-thumb .button-group {
	border-top: 1px solid var(--vld-line);
	background: #fff;
	overflow: hidden;
	display: flex;
	gap: 0;
}
.product-list .product-thumb .button-group { border-left: 1px solid var(--vld-line); }
@media (max-width: 768px) { .product-list .product-thumb .button-group { border-left: none; } }
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	float: none;
	background: var(--vld-bg-soft);
	color: var(--vld-ink-2);
	height: 48px;
	font-weight: 600;
	font-size: 13px;
	text-align: center;
	text-transform: none;
	letter-spacing: 0;
	cursor: pointer;
	transition: background .2s var(--vld-ease), color .2s var(--vld-ease);
}
.product-thumb .button-group button:first-child { background: var(--vld-red); color: #fff; }
.product-thumb .button-group button:first-child:hover { background: var(--vld-red-dark); color: #fff; }
.product-thumb .button-group button + button { width: 20%; border-left: 1px solid var(--vld-line); }
.product-thumb .button-group button:hover { color: var(--vld-red); background: var(--vld-red-soft); text-decoration: none; }

/* ==================================================================
   PRODUCT PAGE
   ================================================================== */
#product-product .thumbnails {
	overflow: visible;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0 0 16px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
}
#product-product .thumbnails > li { margin-left: 0; grid-column: span 1; }
#product-product .thumbnails > li:first-child { grid-column: 1 / -1; }
#product-product .thumbnails .thumbnail {
	display: block;
	border: 1px solid var(--vld-line);
	border-radius: var(--vld-r);
	padding: 16px;
	background: var(--vld-bg-soft);
	transition: border-color .2s var(--vld-ease), transform .2s var(--vld-ease);
	overflow: hidden;
	margin: 0;
}
#product-product .thumbnails .thumbnail:hover { border-color: var(--vld-red); transform: translateY(-2px); }
#product-product .thumbnails .thumbnail img { width: 100%; height: auto; display: block; margin: 0 auto; }
#product-product .image-additional { max-width: none; float: none; margin-left: 0; margin-bottom: 0; }
#product-product .image-additional a {
	margin-bottom: 0;
	padding: 8px;
	display: block;
	border: 1px solid var(--vld-line);
	border-radius: var(--vld-r-sm);
}
#product-product h1 { font-size: clamp(1.5rem, 2.4vw, 2rem); margin-bottom: 8px; }
#product-product .list-unstyled li { font-size: 14px; padding: 4px 0; }
#product-product .list-unstyled li.price-new {
	font-size: 32px;
	font-weight: 800;
	color: var(--vld-red);
	font-family: var(--vld-font-display);
}
#product-product .nav-tabs {
	border-bottom: 1px solid var(--vld-line);
	margin-top: 32px;
	margin-bottom: 24px;
}
#product-product .nav-tabs > li > a {
	border: none;
	border-bottom: 2px solid transparent;
	border-radius: 0;
	color: var(--vld-muted);
	font-weight: 600;
	padding: 12px 18px;
	background: transparent;
}
#product-product .nav-tabs > li > a:hover { color: var(--vld-ink); background: transparent; }
#product-product .nav-tabs > li.active > a,
#product-product .nav-tabs > li.active > a:hover,
#product-product .nav-tabs > li.active > a:focus {
	color: var(--vld-red);
	border-color: var(--vld-red);
	background: transparent;
}

/* ==================================================================
   LIST GROUP / ALERTS / PAGINATION
   ================================================================== */
.list-group { border-radius: var(--vld-r); overflow: hidden; }
.list-group a {
	border: 1px solid var(--vld-line);
	color: var(--vld-ink-2);
	padding: 10px 14px;
	background: #fff;
	font-size: 14px;
	transition: background .2s var(--vld-ease), color .2s var(--vld-ease);
}
.list-group a + a { border-top: none; }
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: var(--vld-red);
	background: var(--vld-bg-soft);
	border: 1px solid var(--vld-line);
	font-weight: 600;
}
.alert { padding: 12px 16px; border-radius: var(--vld-r-sm); border: none; }
.alert-success { background: var(--vld-success-soft); color: #14532D; }
.alert-danger  { background: var(--vld-red-soft); color: var(--vld-red-darker); }
.alert-info    { background: #DBEAFE; color: #1E3A8A; }
.alert-warning { background: #FEF3C7; color: #78350F; }
.pagination { margin: 24px 0; gap: 4px; }
.pagination > li > a, .pagination > li > span {
	border: 1px solid var(--vld-line);
	border-radius: var(--vld-r-xs) !important;
	color: var(--vld-ink-2);
	padding: 8px 14px;
	background: #fff;
	margin: 0 2px;
}
.pagination > li > a:hover { background: var(--vld-bg-soft); color: var(--vld-red); border-color: var(--vld-line-2); }
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > span {
	background: var(--vld-red);
	border-color: var(--vld-red);
	color: #fff;
}

/* ==================================================================
   FOOTER
   ================================================================== */
footer {
	margin-top: 64px;
	padding-top: 0;
	background:
		radial-gradient(60% 80% at 100% 0%, rgba(220, 38, 38, .12) 0%, transparent 60%),
		linear-gradient(180deg, var(--vld-ink) 0%, #06080F 100%);
	border-top: none;
	color: #94A3B8;
	font-size: 14px;
	position: relative;
	overflow: hidden;
}
footer::before {
	content: '';
	position: absolute;
	top: 0; left: 0; right: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--vld-red), var(--vld-orange), var(--vld-flame), var(--vld-red));
	background-size: 200% 100%;
	animation: vld-flame-line 6s linear infinite;
}
@keyframes vld-flame-line { to { background-position: 200% 0; } }
footer .container { padding-top: 64px; padding-bottom: 24px; position: relative; }
footer .row {
	display: flex;
	flex-wrap: wrap;
	gap: 32px 32px;
	margin: 0;
	align-items: flex-start;
}
footer .row > [class*="col-"] {
	padding: 0;
	width: auto;
	float: none;
	flex: 1 1 170px;
	min-width: 0;
}
/* brand column gets more space */
footer .row > .col-sm-3:first-child { flex: 2 1 260px; }

footer h5 {
	font-family: var(--vld-font-display);
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .12em;
	margin: 0 0 20px;
}
footer ul { padding: 0; margin: 0; list-style: none; }
footer ul li { padding: 5px 0; }
footer a { color: #CBD5E1; transition: color .2s var(--vld-ease), padding-left .2s var(--vld-ease); }
footer a:hover { color: #fff; padding-left: 4px; }
footer hr {
	border: none;
	border-top: 1px solid rgba(255, 255, 255, .08);
	margin: 36px 0 16px;
}
footer p { margin: 0; color: #64748B; font-size: 13px; }

@media (max-width: 560px) {
	footer .row > [class*="col-"], footer .row > .col-sm-3:first-child { flex: 1 1 100%; }
}

.vld-footer-brand { display: flex; flex-direction: column; gap: 14px; }
.vld-footer-brand__logo {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-family: var(--vld-font-display);
	font-weight: 800;
	font-size: 22px;
	color: #fff;
	letter-spacing: -0.02em;
}
/* Footer logo when image is provided (admin or custom URL) */
.vld-footer-brand__logo--image {
	padding: 10px 14px;
	background: rgba(255, 255, 255, .04);
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: var(--vld-r-sm);
	width: fit-content;
	transition: background .2s var(--vld-ease), border-color .2s var(--vld-ease);
}
.vld-footer-brand__logo--image:hover {
	background: rgba(255, 255, 255, .08);
	border-color: rgba(255, 255, 255, .16);
	padding-left: 14px; /* override generic footer a:hover padding shift */
}
.vld-footer-brand__logo--image img {
	max-height: 48px;
	width: auto;
	display: block;
	object-fit: contain;
	/* if admin logo is dark on dark, this filter helps a little; remove if not desired */
	filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .25));
}
.vld-footer-brand__logo--image::before { display: none; }
.vld-footer-brand__logo:not(.vld-footer-brand__logo--image)::before {
	content: '';
	display: inline-block;
	width: 38px; height: 38px;
	background: linear-gradient(135deg, var(--vld-red) 0%, var(--vld-flame) 100%);
	border-radius: 11px;
	box-shadow: var(--vld-shadow-red);
	-webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'><path d='M13.5 2c.5 1.4.7 2.6.5 3.8-.2 1.4-.9 2.4-1.9 3.2-.9.7-1.4 1.5-1.4 2.5 0 1 .5 1.7 1.4 2.2.9.5 1.4 1.1 1.4 2 0 .9-.5 1.6-1.5 2-1 .5-1.5 1.3-1.5 2.5 0 .7.3 1.4.5 1.6-3.5-.5-6-3-6-6.4 0-2 .8-3 1.5-3.6.5-.6.6-1.4 0-2-1-1-2-2.4-2-4.4 0-2.6 2.5-4.6 4.5-5.6.7-.3 1.4-.5 2-.5z'/></svg>") center/22px no-repeat;
	mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'><path d='M13.5 2c.5 1.4.7 2.6.5 3.8-.2 1.4-.9 2.4-1.9 3.2-.9.7-1.4 1.5-1.4 2.5 0 1 .5 1.7 1.4 2.2.9.5 1.4 1.1 1.4 2 0 .9-.5 1.6-1.5 2-1 .5-1.5 1.3-1.5 2.5 0 .7.3 1.4.5 1.6-3.5-.5-6-3-6-6.4 0-2 .8-3 1.5-3.6.5-.6.6-1.4 0-2-1-1-2-2.4-2-4.4 0-2.6 2.5-4.6 4.5-5.6.7-.3 1.4-.5 2-.5z'/></svg>") center/22px no-repeat;
	background-image: linear-gradient(135deg, var(--vld-red) 0%, var(--vld-flame) 100%);
}
.vld-footer-brand p { color: #94A3B8; font-size: 14px; line-height: 1.6; }
.vld-footer-contact { display: flex; flex-direction: column; gap: 8px; font-size: 14px; }
.vld-footer-contact a, .vld-footer-contact div { display: inline-flex; align-items: center; gap: 10px; color: #CBD5E1; }
.vld-footer-contact .fa { color: var(--vld-red); width: 16px; }
.vld-footer-social { display: flex; gap: 8px; margin-top: 4px; }
.vld-footer-social a {
	width: 38px; height: 38px;
	display: inline-flex;
	align-items: center; justify-content: center;
	background: rgba(255, 255, 255, .06);
	border-radius: 10px;
	color: #fff;
	font-size: 16px;
	transition: background .2s var(--vld-ease), transform .2s var(--vld-ease);
}
.vld-footer-social a:hover { background: var(--vld-red); transform: translateY(-2px); padding-left: 0; }
.vld-footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
	padding-top: 16px;
	color: #64748B;
	font-size: 13px;
}
.vld-footer-bottom .vld-pay { display: flex; gap: 10px; align-items: center; opacity: .7; }
.vld-footer-bottom .vld-pay span {
	height: 24px; padding: 4px 10px;
	background: rgba(255,255,255,.06);
	border-radius: 6px;
	font-size: 11px;
	font-weight: 600;
	color: #CBD5E1;
	display: inline-flex; align-items: center;
}

/* ==================================================================
   MOBILE STICKY BOTTOM CTA
   ================================================================== */
.vld-mobile-cta {
	position: fixed;
	bottom: 16px;
	left: 16px; right: 16px;
	z-index: 1030;
	display: none;
	gap: 10px;
	box-shadow: var(--vld-shadow-xl);
	border-radius: var(--vld-r-full);
	overflow: hidden;
	background: var(--vld-ink);
	padding: 6px;
}
.vld-mobile-cta a {
	flex: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 16px;
	border-radius: var(--vld-r-full);
	color: #fff;
	font-weight: 700;
	font-size: 13.5px;
}
.vld-mobile-cta a.vld-mobile-call { background: var(--vld-red); }
.vld-mobile-cta a.vld-mobile-wa { background: #25D366; }
.vld-mobile-cta a:hover { color: #fff; }

@media (max-width: 767px) { .vld-mobile-cta { display: flex; } body { padding-bottom: 80px; } }

/* ==================================================================
   FLOATING ACTION BUTTONS - stack vertical (Cere oferta + WhatsApp)
   ================================================================== */
.vld-fab-stack {
	position: fixed;
	bottom: 24px;
	right: 24px;
	z-index: 1029;
	display: flex;
	flex-direction: column-reverse; /* WhatsApp jos, Cere oferta deasupra */
	align-items: flex-end;
	gap: 14px;
	pointer-events: none; /* let children handle clicks */
}
.vld-fab-stack > .vld-fab { pointer-events: auto; }

.vld-fab {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 26px;
	text-decoration: none;
	box-shadow: var(--vld-shadow-xl);
	transition: transform .25s var(--vld-ease), box-shadow .25s var(--vld-ease);
	position: relative;
}
.vld-fab:hover, .vld-fab:focus { color: #fff; transform: scale(1.08); }
.vld-fab:active { transform: scale(.95); }

/* Tooltip - apare la hover, in stanga butonului */
.vld-fab[data-tooltip]::before {
	content: attr(data-tooltip);
	position: absolute;
	right: calc(100% + 14px);
	top: 50%;
	transform: translateY(-50%) translateX(8px);
	background: var(--vld-ink);
	color: #fff;
	padding: 8px 14px;
	border-radius: var(--vld-r-full);
	font-size: 12.5px;
	font-weight: 600;
	white-space: nowrap;
	letter-spacing: -0.005em;
	opacity: 0;
	pointer-events: none;
	box-shadow: var(--vld-shadow-md);
	transition: opacity .2s var(--vld-ease), transform .25s var(--vld-ease);
}
.vld-fab[data-tooltip]::after {
	content: '';
	position: absolute;
	right: calc(100% + 7px);
	top: 50%;
	transform: translateY(-50%) translateX(8px);
	border: 6px solid transparent;
	border-left-color: var(--vld-ink);
	opacity: 0;
	pointer-events: none;
	transition: opacity .2s var(--vld-ease), transform .25s var(--vld-ease);
}
.vld-fab:hover[data-tooltip]::before,
.vld-fab:hover[data-tooltip]::after {
	opacity: 1;
	transform: translateY(-50%) translateX(0);
}

/* Cere oferta - rosu cu gradient + flacara subtila */
.vld-fab-cta {
	background: linear-gradient(135deg, var(--vld-red) 0%, var(--vld-red-dark) 60%, var(--vld-orange) 130%);
	box-shadow: var(--vld-shadow-xl), 0 0 0 0 rgba(220, 38, 38, .55);
	animation: vld-fab-cta-pulse 2.6s var(--vld-ease) infinite;
}
.vld-fab-cta .fa { font-size: 22px; }
@keyframes vld-fab-cta-pulse {
	0%, 100% { box-shadow: var(--vld-shadow-xl), 0 0 0 0 rgba(220, 38, 38, .55); }
	50%      { box-shadow: var(--vld-shadow-xl), 0 0 0 14px rgba(220, 38, 38, 0); }
}

/* WhatsApp - verde, cu pulse */
.vld-fab-wa {
	background: #25D366;
	font-size: 28px;
	box-shadow: var(--vld-shadow-xl), 0 0 0 0 rgba(37, 211, 102, .5);
	animation: vld-fab-pulse 2.4s var(--vld-ease) infinite;
	animation-delay: -1.2s; /* defaze fata de Cere oferta ca sa nu pulse simultan */
}
@keyframes vld-fab-pulse {
	0%, 100% { box-shadow: var(--vld-shadow-xl), 0 0 0 0 rgba(37, 211, 102, .5); }
	50%      { box-shadow: var(--vld-shadow-xl), 0 0 0 14px rgba(37, 211, 102, 0); }
}

@media (max-width: 767px) {
	.vld-fab-stack { display: none; }
}

/* ==================================================================
   CARROUSEL / MISC
   ================================================================== */
.carousel-caption { color: #fff; text-shadow: 0 1px 2px rgba(0,0,0,.5); }
.carousel-control .icon-prev:before { content: '\f053'; font-family: FontAwesome; }
.carousel-control .icon-next:before { content: '\f054'; font-family: FontAwesome; }
.carousel-inner img { border-radius: var(--vld-r); }
.dropdown-menu li > a:hover { text-decoration: none; color: var(--vld-red-dark); background: var(--vld-red-soft); background-image: none; }
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg { display: inline; }
.nav-tabs { margin-bottom: 15px; }

/* ==================================================================
   RESPONSIVE HEADER
   ================================================================== */
/* Tablet: keep 3 cols, just tighter */
@media (min-width: 768px) and (max-width: 991px) {
	header > .container { padding-top: 14px; padding-bottom: 14px; }
	header .row > .col-sm-4:last-child,
	header .row > .col-sm-3:last-child { padding-left: 16px; }
	#cart > .btn { font-size: 12px; padding: 0 14px; gap: 8px; height: 48px; }
	#cart > .btn .fa { font-size: 14px; }
	.vld-logo-mark { width: 38px; height: 38px; border-radius: 10px; }
	.vld-logo-text { font-size: 18px; }
	#search { padding: 4px 4px 4px 16px; }
	#search .input-lg { font-size: 13px; height: 42px; }
	#search .btn-lg, #search .btn-default { height: 42px; width: 42px; min-width: 42px; }
}
/* Mobile (< 768px): logo + cart on row 1, search full row 2 */
@media (max-width: 767px) {
	header > .container { padding-top: 10px; padding-bottom: 10px; }
	header .row > [class*="col-"] { padding-left: 6px; padding-right: 6px; }
	#logo > a { gap: 10px; font-size: 18px; }
	#logo > a img { max-height: 44px; }
	.vld-logo-mark { width: 38px; height: 38px; border-radius: 10px; }
	.vld-logo-text { font-size: 18px; }
	#cart { display: flex; justify-content: flex-end; }
	#cart > .btn {
		width: auto; min-width: 0;
		height: 44px; padding: 0 14px;
		font-size: 12.5px; gap: 8px;
	}
	#cart > .btn .fa { font-size: 14px; }
	/* shrink cart label so price doesn't overflow */
	#cart > .btn span#cart-total { max-width: 100%; }
	/* MOBILE SEARCH - bulletproof layout: bara + buton absolut in interior */
	.vld-mobile-search { margin-top: 12px; padding: 0; }
	.vld-mobile-search #search {
		position: relative;
		display: block;
		width: 100%;
		height: 46px;
		padding: 0 54px 0 18px;
		background: #fff;
		border: 1.5px solid var(--vld-line);
		border-radius: var(--vld-r-full);
		box-shadow: none;
		transition: border-color .2s var(--vld-ease), box-shadow .2s var(--vld-ease);
	}
	.vld-mobile-search #search:focus-within {
		border-color: var(--vld-red);
		box-shadow: 0 0 0 4px rgba(220, 38, 38, .12);
	}
	.vld-mobile-search #search .input-lg {
		width: 100%;
		height: 100%;
		min-width: 0;
		padding: 0;
		margin: 0;
		border: none;
		background: transparent;
		box-shadow: none;
		outline: none;
		font-size: 14px;
		line-height: 1;
		color: var(--vld-ink);
	}
	.vld-mobile-search #search .input-lg::placeholder {
		color: var(--vld-muted);
		font-size: 13.5px;
	}
	.vld-mobile-search #search .input-group-btn {
		position: absolute;
		top: 50%;
		right: 3px;
		transform: translateY(-50%);
		width: auto;
		display: block;
		font-size: 0;
	}
	.vld-mobile-search #search .input-group-btn .btn,
	.vld-mobile-search #search .btn-lg,
	.vld-mobile-search #search .btn-default {
		width: 38px;
		height: 38px;
		min-width: 38px;
		padding: 0;
		margin: 0;
		border-radius: 50%;
		background: var(--vld-red);
		color: #fff;
		border: none;
		box-shadow: 0 4px 10px -2px rgba(220, 38, 38, .4);
		display: inline-flex;
		align-items: center;
		justify-content: center;
		transform: translateY(0);
	}
	.vld-mobile-search #search .input-group-btn .btn:hover {
		background: var(--vld-red-dark);
		transform: translateY(0);
	}
	.vld-mobile-search #search .input-group-btn .btn .fa { font-size: 13px; color: #fff; }
	/* hide any text label that might leak in (in case vld_search_button is set) */
	.vld-mobile-search #search .input-group-btn .btn span { display: none !important; }
}
/* Phones extra small */
@media (max-width: 480px) {
	#cart > .btn { padding: 0 12px; font-size: 12px; height: 42px; }
	.vld-logo-text { font-size: 17px; }
	.vld-logo-mark { width: 34px; height: 34px; }
	#logo > a { gap: 8px; }
}
@media (max-width: 360px) {
	/* on tiny phones, keep only the cart icon + total, drop the qty word */
	#cart > .btn { padding: 0 10px; gap: 6px; }
}

/* ==================================================================
   GRID FIX
   ================================================================== */
@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) { clear: left; }
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) { clear: left; }
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) { clear: left; }
}
@media (min-width: 768px) {
	#column-left .product-layout .col-md-3 { width: 100%; }
	#column-left + #content .product-layout .col-md-3 { width: 50%; }
	#column-left + #content + #column-right .product-layout .col-md-3 { width: 100%; }
	#content + #column-right .product-layout .col-md-3 { width: 100%; }
}
#column-left .product-layout, #column-right .product-layout { width: 100%; }
.input-group .form-control[name^=quantity] { min-width: 50px; }

/* RTL helpers */
html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {
	position: absolute;
	margin-right: -20px;
	margin-left: unset;
}
html[dir=rtl] .input-group-btn:last-child > .btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
html[dir=rtl] .container .row:first-child .col-sm-4,
html[dir=rtl] .container .row:first-child .col-sm-5 { float: right; }
html[dir=rtl] #cart .dropdown-menu { left: 0; right: auto; }

/* ==================================================================
   REVEAL / UTILITIES
   ================================================================== */
.vld-reveal {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity .7s var(--vld-ease-out), transform .7s var(--vld-ease-out);
}
.vld-reveal.is-visible { opacity: 1; transform: translateY(0); }
.vld-reveal[data-vld-delay="1"] { transition-delay: .08s; }
.vld-reveal[data-vld-delay="2"] { transition-delay: .16s; }
.vld-reveal[data-vld-delay="3"] { transition-delay: .24s; }
.vld-reveal[data-vld-delay="4"] { transition-delay: .32s; }
.vld-reveal[data-vld-delay="5"] { transition-delay: .40s; }
.vld-reveal[data-vld-delay="6"] { transition-delay: .48s; }

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { animation: none !important; transition: none !important; }
	.vld-reveal { opacity: 1; transform: none; }
}

.vld-mt-0 { margin-top: 0 !important; }
.vld-mb-0 { margin-bottom: 0 !important; }
.vld-text-center { text-align: center; }
.vld-flex-center { display: flex; align-items: center; justify-content: center; }
