/* ============================================================
   VLES Offerteformulier — full styling
   Matches the Flatsome theme used on vloerenleggenenschuren.nl.
   All selectors are scoped to .vles-quote-form so they cannot
   leak into the rest of the site.
   ============================================================ */

.vles-quote-form {
	font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
	font-size: 15px;
	color: #1a1a1a;
	line-height: 1.6;
}

/* ── Promotie-balk bovenaan (marquee) ── */
.vles-quote-form .vles-promo-bar {
	background: #1a1a1a;
	color: #ffd600;
	font-weight: 900;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 10px 0;
	margin: 0 0 0;
	border-radius: 3px 3px 0 0;
	overflow: hidden;
	white-space: nowrap;
}
/* @keyframes vles-marquee wordt door JS geïnjecteerd met exacte pixelwaarde */
.vles-quote-form .vles-promo-inner {
	display: inline-block;
	white-space: nowrap;
	will-change: transform;
	animation: vles-marquee 22s linear infinite;
}

.vles-quote-form .vles-intro {
	display: block;
	background: #dd3333;
	color: #fff;
	font-weight: 900;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding: 14px 18px;
	margin: 0 0 0;
	text-align: center;
}
.vles-quote-form .vles-intro strong { color: #ffd600; }

/* ── Badge-rij ── */
.vles-quote-form .vles-badge-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 10px 14px 18px;
	background: #dd3333;
	border-radius: 0 0 3px 3px;
	margin: 0 0 22px;
	justify-content: center;
}
.vles-quote-form .vles-badge {
	display: inline-block;
	background: rgba(255,255,255,0.15);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding: 5px 10px;
	border-radius: 2px;
	border: 1px solid rgba(255,255,255,0.3);
	white-space: nowrap;
}
.vles-quote-form .vles-badge--price {
	background: #ffd600;
	color: #1a1a1a;
	border-color: #ffd600;
	font-size: 13px;
	font-weight: 900;
}

.vles-quote-form .vles-label {
	display: block;
	font-weight: 700;
	margin: 16px 0 6px;
	font-size: 13px;
	line-height: 1.4;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	color: #1a1a1a;
}
.vles-quote-form .vles-required { color: #dd3333; }

/* ── Sectie-headers per klusgroep ── */
.vles-quote-form .vles-section-header {
	background: #dd3333;
	color: #fff;
	font-weight: 900;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 10px 14px;
	border-radius: 3px;
	margin: 4px 0 18px;
	display: flex;
	align-items: center;
	gap: 12px;
}
.vles-quote-form .vles-section-header::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 13px solid #fff;
	flex-shrink: 0;
}

/* ── Prijshint onder klustype-knop ── */
.vles-quote-form .vles-keuze-price {
	display: block;
	font-size: 11px;
	font-weight: 900;
	color: #dd3333;
	margin-top: 4px;
	letter-spacing: 0.3px;
}
.vles-quote-form .wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label .vles-keuze-price {
	color: #ffd600;
}

/* ── GRATIS badge op ondervloer-optie ── */
.vles-quote-form .vles-gratis-badge {
	display: inline-block;
	background: #ffd600;
	color: #1a1a1a;
	font-size: 9px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding: 2px 5px;
	border-radius: 2px;
	margin-left: 12px;
	vertical-align: middle;
}

/* ── Trust strip boven de verzendknop ── */
.vles-quote-form .vles-trust-strip {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0 0;
	border: 1px solid #e8e8e8;
	border-radius: 3px;
	overflow: hidden;
	background: #fafafa;
}
.vles-quote-form .vles-trust-strip span {
	flex: 1 1 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	font-size: 11px;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding: 11px 10px;
	white-space: nowrap;
	border-right: 1px solid #e8e8e8;
}
.vles-quote-form .vles-trust-strip span:last-child { border-right: none; }
.vles-quote-form .vles-trust-strip span:first-child { color: #dd3333; }
@media (max-width: 600px) {
	.vles-quote-form .vles-trust-strip span {
		flex: 1 1 48%;
		border-bottom: 1px solid #e8e8e8;
	}
	.vles-quote-form .vles-trust-strip span:nth-child(even) { border-right: none; }
}

.vles-quote-form p { margin: 0 0 14px; }

/* ============================================================
   TEXT INPUTS, NUMBER, EMAIL, TEL, SELECT, TEXTAREA
   ============================================================ */

/* CF7 wraps every control in .wpcf7-form-control-wrap — use it for the animated underline.
   top: 50px verankert de lijn aan de onderkant van de input (hoogte ≈ 53px),
   zodat hij niet meebeweegt als CF7 een foutmelding onder het veld toevoegt. */
.vles-quote-form .wpcf7-form-control-wrap {
	display: block;
	position: relative;
}
.vles-quote-form .wpcf7-form-control-wrap::after {
	content: '';
	position: absolute;
	top: 50px;
	left: 50%;
	width: 0;
	height: 3px;
	background: #dd3333;
	border-radius: 0 0 5px 5px;
	transition: width 0.28s ease, left 0.28s ease;
	pointer-events: none;
	z-index: 1;
}
.vles-quote-form .wpcf7-form-control-wrap:focus-within::after {
	width: 100%;
	left: 0;
}
/* Textarea en radio/checkbox wraps: geen underline */
.vles-quote-form .wpcf7-form-control-wrap:has(textarea)::after,
.vles-quote-form .wpcf7-form-control-wrap:has(textarea):focus-within::after,
.vles-quote-form .wpcf7-form-control-wrap:has(input[type="radio"])::after,
.vles-quote-form .wpcf7-form-control-wrap:has(input[type="radio"]):focus-within::after,
.vles-quote-form .wpcf7-form-control-wrap:has(input[type="checkbox"])::after,
.vles-quote-form .wpcf7-form-control-wrap:has(input[type="checkbox"]):focus-within::after {
	display: none;
}

.vles-quote-form input[type="text"],
.vles-quote-form input[type="email"],
.vles-quote-form input[type="tel"],
.vles-quote-form input[type="number"],
.vles-quote-form select,
.vles-quote-form textarea {
	width: 100% !important;
	padding: 14px 16px !important;
	border: 2px solid #d8d8d8 !important;
	border-radius: 5px !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	background: #fff !important;
	color: #1a1a1a !important;
	font-family: inherit !important;
	box-shadow: 0 2px 6px rgba(0,0,0,0.06) !important;
	transition: border-color 0.18s, box-shadow 0.18s !important;
	-webkit-appearance: none;
	appearance: none;
}
.vles-quote-form input::placeholder,
.vles-quote-form textarea::placeholder {
	color: #bbb;
	font-weight: 400;
}
.vles-quote-form input:focus,
.vles-quote-form select:focus,
.vles-quote-form textarea:focus {
	outline: none !important;
	border-color: #dd3333 !important;
	box-shadow: 0 0 0 3px rgba(221,51,51,0.12), 0 2px 8px rgba(0,0,0,0.06) !important;
	background: #fff !important;
}

/* Verberg standaard spinners op number-velden */
.vles-quote-form input[type="number"]::-webkit-outer-spin-button,
.vles-quote-form input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.vles-quote-form input[type="number"] { -moz-appearance: textfield; }

.vles-quote-form textarea { min-height: 110px; resize: vertical; }
.vles-quote-form textarea[name="extra-info"] { min-height: 70px; }

/* ============================================================
   CUSTOM SELECT DROPDOWN
   ============================================================ */

/* Verberg het native select — blijft aanwezig voor CF7-validatie */
.vles-quote-form .vles-select-wrap select {
	position: absolute !important;
	opacity: 0 !important;
	pointer-events: none !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
	min-height: 0 !important;
	overflow: hidden !important;
	clip: rect(0,0,0,0) !important;
}

.vles-quote-form .vles-select-wrap {
	position: relative;
	display: block;
}

/* Trigger-knop */
.vles-quote-form .vles-select-btn {
	width: 100%;
	padding: 14px 16px;
	border: 2px solid #d8d8d8;
	border-radius: 5px;
	font-size: 15px;
	font-weight: 500;
	background: #fff;
	color: #1a1a1a;
	font-family: inherit;
	box-shadow: 0 2px 6px rgba(0,0,0,0.06);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: left;
	transition: border-color 0.18s, box-shadow 0.18s, border-radius 0.18s;
	line-height: 1.4;
}
.vles-quote-form .vles-select-btn:hover {
	border-color: #dd3333;
}
.vles-quote-form .vles-select-wrap.is-open .vles-select-btn {
	border-color: #dd3333;
	box-shadow: 0 0 0 3px rgba(221,51,51,0.12);
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.vles-quote-form .vles-select-value {
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.vles-quote-form .vles-select-value.is-placeholder {
	color: #bbb;
	font-weight: 400;
}

.vles-quote-form .vles-select-arrow {
	flex-shrink: 0;
	margin-left: 12px;
	color: #dd3333;
	transition: transform 0.2s ease;
	display: flex;
	align-items: center;
	line-height: 1;
}
.vles-quote-form .vles-select-wrap.is-open .vles-select-arrow {
	transform: rotate(180deg);
}

/* Dropdown panel */
.vles-quote-form .vles-select-panel {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #fff;
	border: 2px solid #dd3333;
	border-top: none;
	border-radius: 0 0 5px 5px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.14);
	z-index: 9999;
	max-height: 280px;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #dd3333 #f5f5f5;
}
.vles-quote-form .vles-select-panel::-webkit-scrollbar       { width: 5px; }
.vles-quote-form .vles-select-panel::-webkit-scrollbar-track  { background: #f5f5f5; }
.vles-quote-form .vles-select-panel::-webkit-scrollbar-thumb  { background: #dd3333; border-radius: 4px; }

.vles-quote-form .vles-select-wrap.is-open .vles-select-panel {
	display: block;
	animation: vles-dropdown-in 0.16s ease both;
}

@keyframes vles-dropdown-in {
	from { opacity: 0; transform: translateY(-6px); }
	to   { opacity: 1; transform: translateY(0); }
}

/* Opties */
.vles-quote-form .vles-select-item {
	padding: 12px 16px;
	font-size: 14px;
	font-weight: 500;
	color: #333;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 8px;
	border-bottom: 1px solid #f2f2f2;
	transition: background 0.12s, color 0.12s;
	outline: none;
}
.vles-quote-form .vles-select-item:last-child { border-bottom: none; }

.vles-quote-form .vles-select-item--placeholder {
	color: #bbb;
	font-style: italic;
	font-weight: 400;
	cursor: default;
	font-size: 13px;
	padding: 10px 16px;
	border-bottom: 2px solid #f0f0f0;
}

.vles-quote-form .vles-select-item:not(.vles-select-item--placeholder):hover,
.vles-quote-form .vles-select-item:not(.vles-select-item--placeholder):focus {
	background: #dd3333;
	color: #fff;
}
.vles-quote-form .vles-select-item:not(.vles-select-item--placeholder):hover .vles-select-check,
.vles-quote-form .vles-select-item:not(.vles-select-item--placeholder):focus .vles-select-check {
	color: rgba(255,255,255,0.7);
}

/* Vinkje-kolom */
.vles-quote-form .vles-select-check {
	flex-shrink: 0;
	width: 16px;
	font-size: 13px;
	font-weight: 900;
	color: transparent;
	transition: color 0.12s;
}
.vles-quote-form .vles-select-item.is-selected .vles-select-check {
	color: #dd3333;
}
.vles-quote-form .vles-select-item.is-selected {
	font-weight: 700;
	background: #fff8f8;
}
.vles-quote-form .vles-select-item.is-selected:hover .vles-select-check,
.vles-quote-form .vles-select-item.is-selected:focus .vles-select-check {
	color: #fff;
}

/* Animated underline voor wpcf7-wrap bij open dropdown */
.vles-quote-form .wpcf7-form-control-wrap:has(.vles-select-wrap.is-open)::after {
	width: 100%;
	left: 0;
}

/* ============================================================
   RADIO BUTTONS as toggle buttons
   ============================================================ */
.vles-quote-form .wpcf7-radio input[type="radio"] {
	position: absolute !important;
	opacity: 0 !important;
	width: 0 !important;
	height: 0 !important;
	pointer-events: none !important;
}
.vles-quote-form .wpcf7-radio {
	display: flex !important;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
}
.vles-quote-form .wpcf7-radio .wpcf7-list-item {
	margin: 0 !important;
	flex: 1 1 100px;
	display: block !important;
}
.vles-quote-form .wpcf7-radio .wpcf7-list-item > label {
	display: block !important;
	cursor: pointer;
	margin: 0;
	padding: 0;
}
.vles-quote-form .wpcf7-list-item-label {
	display: block;
	border: 2px solid #d8d8d8;
	border-radius: 5px;
	padding: 11px 16px;
	text-align: center;
	background: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	transition: border-color 0.15s, background 0.15s, color 0.15s, box-shadow 0.15s;
	color: #555;
	box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}
.vles-quote-form .wpcf7-list-item:hover .wpcf7-list-item-label {
	border-color: #dd3333;
	color: #dd3333;
	box-shadow: 0 2px 10px rgba(221,51,51,0.15);
}
.vles-quote-form .wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label {
	border-color: #dd3333;
	background: #dd3333;
	color: #fff;
	box-shadow: 0 3px 12px rgba(221,51,51,0.35);
}

/* Work-type variant: bigger cards in grid layout */
.vles-quote-form .vles-work-type .wpcf7-radio {
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 10px;
}
.vles-quote-form .vles-work-type .wpcf7-list-item { flex: none; }
.vles-quote-form .vles-work-type .wpcf7-list-item-label {
	padding: 20px 12px;
	font-size: 13px;
	letter-spacing: 0.6px;
	border-width: 2px;
	box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}
.vles-quote-form .vles-work-type .wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label {
	box-shadow: 0 4px 16px rgba(221,51,51,0.4);
}

/* ============================================================
   TOOLTIPS — hover on desktop, tap on mobile
   ============================================================ */
.vles-quote-form .vles-tooltip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 17px;
	height: 17px;
	background: #dd3333;
	color: #fff;
	border-radius: 50%;
	font-size: 11px;
	font-weight: 700;
	font-style: italic;
	font-family: Georgia, serif;
	cursor: help;
	margin: 0 4px;
	position: relative;
	user-select: none;
	vertical-align: middle;
}
.vles-quote-form .vles-tooltip::after {
	content: attr(data-tip);
	position: absolute;
	bottom: calc(100% + 8px);
	left: 50%;
	transform: translateX(-50%);
	background: #1a1a1a;
	color: #fff;
	padding: 9px 12px;
	border-radius: 3px;
	font-size: 12px;
	font-weight: 400;
	font-style: normal;
	font-family: 'Montserrat', sans-serif;
	width: max-content;
	max-width: 240px;
	text-align: center;
	line-height: 1.4;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s;
	z-index: 10;
	white-space: normal;
}
.vles-quote-form .vles-tooltip::before {
	content: '';
	position: absolute;
	bottom: calc(100% + 2px);
	left: 50%;
	transform: translateX(-50%);
	border: 6px solid transparent;
	border-top-color: #1a1a1a;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s;
	z-index: 10;
}
.vles-quote-form .vles-tooltip:hover::after,
.vles-quote-form .vles-tooltip:hover::before,
.vles-quote-form .vles-tooltip.is-active::after,
.vles-quote-form .vles-tooltip.is-active::before { opacity: 1; }

/* ============================================================
   MULTI-FILE UPLOAD (our own drop zone)
   ============================================================ */
.vles-quote-form .vles-dropzone {
	margin-top: 4px;
}
.vles-quote-form .vles-dropzone-area {
	border: 2px dashed #e0e0e0;
	border-radius: 3px;
	background: #f5f5f5;
	padding: 22px 18px 30px;
	text-align: center;
	cursor: pointer;
	position: relative;
	transition: all 0.15s;
}
.vles-quote-form .vles-dropzone-area:hover,
.vles-quote-form .vles-dropzone-area.is-dragover {
	border-color: #dd3333;
	background: #fff;
}
.vles-quote-form .vles-dropzone-icon {
	font-size: 28px;
	margin-bottom: 4px;
}
.vles-quote-form .vles-dropzone-text strong {
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 2px;
}
.vles-quote-form .vles-dropzone-text span {
	display: block;
	font-size: 12px;
	color: #777;
}
.vles-quote-form .vles-dropzone-counter {
	position: absolute;
	bottom: 6px;
	right: 12px;
	font-size: 11px;
	color: #777;
}
.vles-quote-form .vles-dropzone-counter .vles-count {
	font-weight: 700;
	color: #1a1a1a;
}

/* Uploaded file rows */
.vles-quote-form .vles-file-list { margin-top: 10px; }
.vles-quote-form .vles-file-row {
	position: relative;
	display: flex;
	align-items: center;
	gap: 12px;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	padding: 10px 12px;
	margin-top: 8px;
	overflow: hidden;
}
.vles-quote-form .vles-file-icon {
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	background: #f5f5f5;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}
.vles-quote-form .vles-file-info {
	flex: 1;
	min-width: 0;
}
.vles-quote-form .vles-file-name {
	font-size: 14px;
	color: #1a1a1a;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.vles-quote-form .vles-file-meta {
	font-size: 12px;
	color: #777;
}
.vles-quote-form .vles-file-remove {
	width: 26px;
	height: 26px;
	border: none;
	background: transparent;
	border-radius: 50%;
	color: #777;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.15s;
	padding: 0;
}
.vles-quote-form .vles-file-remove:hover {
	background: #dd3333;
	color: #fff;
}

/* Thin red progress bar at the bottom of the row */
.vles-quote-form .vles-progress {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	background: #f0f0f0;
	overflow: hidden;
}
.vles-quote-form .vles-progress-bar {
	height: 100%;
	width: 0;
	background: #dd3333;
	transition: width 0.2s;
}
.vles-quote-form .vles-file-row.is-complete .vles-progress { display: none; }

/* Error state */
.vles-quote-form .vles-file-row.is-error {
	border-color: #f5c6c6;
	background: #fff5f5;
}
.vles-quote-form .vles-file-row.is-error .vles-file-meta {
	color: #dd3333;
	font-weight: 700;
}

/* Required-field error message displayed above the dropzone */
.vles-quote-form .vles-field-error {
	background: #fff5f5;
	border-left: 4px solid #dd3333;
	color: #dd3333;
	font-size: 13px;
	padding: 8px 12px;
	border-radius: 3px;
	margin: 6px 0;
}

/* ============================================================
   PRICE DISPLAY
   ============================================================ */
.vles-quote-form .vles-price-display {
	background: #dd3333;
	border-radius: 3px 3px 0 0;
	padding: 18px 22px 14px;
	margin: 22px 0 0;
	display: none;
	flex-direction: column;
	gap: 2px;
}
.vles-quote-form .vles-price-display.is-visible { display: flex; }
.vles-quote-form .vles-price-label {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: rgba(255,255,255,0.7);
}
.vles-quote-form .vles-price-amount {
	font-size: 44px;
	font-weight: 900;
	color: #fff;
	line-height: 1;
}
.vles-quote-form .vles-price-now {
	font-size: 20px;
	font-weight: 700;
	color: #ffd600;
	margin-right: 4px;
	vertical-align: baseline;
}

/* ============================================================
   SAND-FINISH EXTRA (totale oppervlakte schuren)
   ============================================================ */
.vles-quote-form .vles-sand-extra { display: none; }

/* ============================================================
   PRICE NOTICE — below definitieve prijs
   ============================================================ */
.vles-quote-form .vles-price-notice {
	display: none;
	background: #b32626;
	color: #fff;
	padding: 10px 22px;
	border-radius: 0 0 3px 3px;
	margin: 0 0 22px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.8px;
	text-align: center;
	text-transform: uppercase;
}

/* ============================================================
   MANUAL QUOTE NOTICE (shown for "Vloer aanhelen")
   ============================================================ */
.vles-quote-form .vles-manual-notice {
	background: #fff8e1;
	border-left: 4px solid #ffa726;
	padding: 14px 16px;
	border-radius: 3px;
	margin: 22px 0;
	font-size: 14px;
	color: #5d4f1f;
	line-height: 1.5;
}

/* ============================================================
   SUBMIT BUTTON
   ============================================================ */
.vles-quote-form .wpcf7-submit {
	margin-top: 22px !important;
	background: #dd3333 !important;
	color: #fff !important;
	border: none !important;
	padding: 18px 28px !important;
	font-size: 15px !important;
	font-weight: 900 !important;
	text-transform: uppercase !important;
	letter-spacing: 1px !important;
	border-radius: 3px !important;
	cursor: pointer;
	width: 100%;
	transition: background 0.15s, transform 0.1s;
	font-family: inherit !important;
	box-shadow: 0 4px 14px rgba(221,51,51,0.35) !important;
}
.vles-quote-form .wpcf7-submit:hover {
	background: #c22020 !important;
	transform: translateY(-1px);
	box-shadow: 0 6px 18px rgba(221,51,51,0.4) !important;
}
.vles-quote-form .wpcf7-submit:disabled,
.vles-quote-form .wpcf7-submit.is-uploading {
	background: #ccc !important;
	cursor: not-allowed;
}

/* ============================================================
   MISC
   ============================================================ */
.vles-quote-form .vles-divider {
	border: none;
	border-top: 1px solid #e0e0e0;
	margin: 28px 0 22px;
}
.vles-quote-form .vles-contact-title {
	font-size: 18px;
	font-weight: 700;
	margin: 24px 0 14px;
}
.vles-quote-form .vles-hidden { display: none !important; }

/* ============================================================
   MOBILE
   ============================================================ */
@media (max-width: 600px) {
	.vles-quote-form .vles-work-type .wpcf7-radio {
		grid-template-columns: 1fr !important;
	}
	.vles-quote-form .vles-tooltip::after {
		max-width: 200px;
		font-size: 11px;
	}
	.vles-quote-form .vles-price-amount { font-size: 24px; }
	.vles-quote-form .vles-file-name { font-size: 13px; }
}


/* ============================================================
   ANIMATIES
   ============================================================ */

/* 0. Staggered entrance voor velden in een groep */
.vles-quote-form [data-class="wpcf7cf_group"] > *:nth-child(1)  { animation-delay: 0.04s !important; }
.vles-quote-form [data-class="wpcf7cf_group"] > *:nth-child(2)  { animation-delay: 0.09s !important; }
.vles-quote-form [data-class="wpcf7cf_group"] > *:nth-child(3)  { animation-delay: 0.14s !important; }
.vles-quote-form [data-class="wpcf7cf_group"] > *:nth-child(4)  { animation-delay: 0.19s !important; }
.vles-quote-form [data-class="wpcf7cf_group"] > *:nth-child(5)  { animation-delay: 0.24s !important; }
.vles-quote-form [data-class="wpcf7cf_group"] > *:nth-child(6)  { animation-delay: 0.29s !important; }
.vles-quote-form [data-class="wpcf7cf_group"] > *:nth-child(7)  { animation-delay: 0.34s !important; }
.vles-quote-form [data-class="wpcf7cf_group"] > *:nth-child(8)  { animation-delay: 0.39s !important; }
.vles-quote-form [data-class="wpcf7cf_group"] > *:nth-child(9)  { animation-delay: 0.44s !important; }
.vles-quote-form [data-class="wpcf7cf_group"] > *:nth-child(10) { animation-delay: 0.49s !important; }

/* 1. Shimmer op de gele prijsbadge */
@keyframes vles-shimmer {
	0%   { background-position:  200% center; }
	100% { background-position: -200% center; }
}
/* Basiskleur van de prijsbadge (zonder animatie) */
.vles-quote-form .vles-badge--price {
	background: linear-gradient(90deg, #ffd600 0%, #fff59d 40%, #ffd600 60%, #ffd600 100%);
	background-size: 200% auto;
	color: #1a1a1a;
	border-color: transparent;
}
/* 4 klassen (0,4,0) — wint altijd van de nth-child badge-pop regel (0,3,0) */
.vles-quote-form .vles-badge-row .vles-badge.vles-badge--price {
	animation:
		vles-badge-pop  0.4s cubic-bezier(0.34,1.56,0.64,1) 0.15s both,
		vles-shimmer    2.2s linear 0.55s infinite;
}

/* 2. Verzendknop pulserende gloed */
@keyframes vles-pulse {
	0%, 100% { box-shadow: 0 4px 14px rgba(221,51,51,0.35); }
	50%       { box-shadow: 0 4px 28px rgba(221,51,51,0.7); }
}
.vles-quote-form .wpcf7-submit:not(:disabled):not(.is-uploading) {
	animation: vles-pulse 2s ease-in-out infinite;
}

/* 3. Prijsvak pop-in bij verschijnen */
@keyframes vles-pop-in {
	0%   { transform: scaleY(0.85); opacity: 0; }
	60%  { transform: scaleY(1.03); }
	100% { transform: scaleY(1);    opacity: 1; }
}
.vles-quote-form .vles-price-display.is-visible {
	animation: vles-pop-in 0.35s cubic-bezier(0.34,1.56,0.64,1) both;
	transform-origin: top;
}

/* 4. Sectie-header slide-in vanuit links */
@keyframes vles-slide-right {
	0%   { transform: translateX(-16px); opacity: 0; }
	100% { transform: translateX(0);     opacity: 1; }
}
.vles-quote-form .vles-section-header {
	animation: vles-slide-right 0.3s ease both;
}

/* 5. Velden fade-in als groep zichtbaar wordt */
@keyframes vles-fade-up {
	0%   { transform: translateY(8px); opacity: 0; }
	100% { transform: translateY(0);   opacity: 1; }
}
.vles-quote-form [data-class="wpcf7cf_group"] .vles-label,
.vles-quote-form [data-class="wpcf7cf_group"] input,
.vles-quote-form [data-class="wpcf7cf_group"] select,
.vles-quote-form [data-class="wpcf7cf_group"] textarea,
.vles-quote-form [data-class="wpcf7cf_group"] .wpcf7-radio {
	animation: vles-fade-up 0.4s ease both;
}

/* 6. Label kleurt rood mee bij focus in het veld */
.vles-quote-form .wpcf7-form-control-wrap:focus-within ~ .vles-label,
.vles-quote-form .wpcf7-form-control-wrap:focus-within + .vles-label {
	color: #dd3333;
}
/* Lichte achtergrondglow op de groep-container bij focus */
@keyframes vles-field-glow {
	0%   { box-shadow: none; }
	50%  { box-shadow: inset 0 0 0 1px rgba(221,51,51,0.08); }
	100% { box-shadow: none; }
}

/* 7. Trust strip items oplichten bij hover */
.vles-quote-form .vles-trust-strip span {
	transition: background 0.15s, color 0.15s;
}
.vles-quote-form .vles-trust-strip span:hover {
	background: #fff0f0;
	color: #dd3333;
}

/* 8. GRATIS badge: continue bounce */
@keyframes vles-bounce {
	0%, 100% { transform: scale(1) rotate(-2deg); }
	50%       { transform: scale(1.18) rotate(2deg); }
}
.vles-quote-form .vles-gratis-badge {
	animation: vles-bounce 1.4s ease-in-out infinite;
	display: inline-block;
}

/* 9. Klustype knop: pop bij selecteren */
@keyframes vles-btn-pop {
	0%   { transform: scale(1); }
	35%  { transform: scale(0.93); }
	65%  { transform: scale(1.06); }
	100% { transform: scale(1); }
}
.vles-quote-form .wpcf7-list-item-label.vles-just-selected {
	animation: vles-btn-pop 0.35s ease both;
}

/* 10. Shake bij validatiefout */
@keyframes vles-shake {
	0%, 100% { transform: translateX(0); }
	15%       { transform: translateX(-7px); }
	35%       { transform: translateX(7px); }
	55%       { transform: translateX(-4px); }
	75%       { transform: translateX(4px); }
}
.vles-shake { animation: vles-shake 0.5s ease both !important; }

/* 11. Ripple bij klik op klustype knop */
.vles-quote-form .wpcf7-list-item { position: relative; overflow: hidden; }
@keyframes vles-ripple {
	0%   { transform: scale(0); opacity: 0.5; }
	100% { transform: scale(6); opacity: 0; }
}
.vles-ripple-dot {
	position: absolute;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px;
	background: rgba(221,51,51,0.3);
	pointer-events: none;
	animation: vles-ripple 0.55s ease-out both;
}

/* 12. Badge rij: staggered entrance */
@keyframes vles-badge-pop {
	0%   { transform: scale(0.4) translateY(12px); opacity: 0; }
	65%  { transform: scale(1.08) translateY(-2px); }
	100% { transform: scale(1) translateY(0); opacity: 1; }
}
.vles-quote-form .vles-badge:nth-child(1) { animation: vles-badge-pop 0.4s cubic-bezier(0.34,1.56,0.64,1) 0.05s both; }
.vles-quote-form .vles-badge:nth-child(2) { animation: vles-badge-pop 0.4s cubic-bezier(0.34,1.56,0.64,1) 0.15s both; }
.vles-quote-form .vles-badge:nth-child(3) { animation: vles-badge-pop 0.4s cubic-bezier(0.34,1.56,0.64,1) 0.25s both; }

/* 13. Trust strip ⚡ knippert */
@keyframes vles-blink {
	0%, 80%, 100% { opacity: 1; }
	90%            { opacity: 0.4; }
}
.vles-quote-form .vles-trust-strip span:first-child {
	animation: vles-blink 2.5s ease-in-out infinite;
}

/* 14. Confetti deeltjes (animatie via Web Animations API in JS) */
.vles-confetti {
	position: fixed;
	top: -20px;
	pointer-events: none;
	z-index: 99999;
	will-change: transform, opacity;
}

/* ============================================================
   CF7 STATUS BERICHTEN
   ============================================================ */

/* Response output basisstijl — JS vervangt de tekst met eigen HTML */
form.wpcf7-form:has(.vles-quote-form) .wpcf7-response-output {
	margin: 24px 0 0;
	padding: 0;
	border: none;
	background: transparent;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #1a1a1a;
}

/* ── Succeskaart ── */
@keyframes vles-success-in {
	0%   { transform: translateY(20px) scale(0.97); opacity: 0; }
	60%  { transform: translateY(-4px) scale(1.01); }
	100% { transform: translateY(0) scale(1); opacity: 1; }
}
.vles-success-card {
	font-size: 15px;
	line-height: 1.5;
	background: #fff;
	border: 2px solid #dd3333;
	border-radius: 6px;
	overflow: hidden;
	animation: vles-success-in 0.5s cubic-bezier(0.34,1.56,0.64,1) both;
}
.vles-success-top {
	background: #dd3333;
	padding: 28px 22px 22px;
	text-align: center;
}
.vles-success-check {
	width: 62px;
	height: 62px;
	border-radius: 50%;
	background: #fff;
	color: #dd3333;
	font-size: 32px;
	font-weight: 900;
	line-height: 62px;
	text-align: center;
	margin: 0 auto 14px;
	display: block;
}
.vles-success-title {
	color: #fff;
	font-size: 22px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin: 0 0 6px;
}
.vles-success-sub {
	color: rgba(255,255,255,0.85);
	font-size: 14px;
	margin: 0;
}
.vles-success-steps {
	padding: 20px 22px;
	display: flex;
	flex-direction: column;
	gap: 0;
}
.vles-step {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 12px 0;
	border-bottom: 1px solid #f0f0f0;
	font-size: 14px;
	color: #555;
}
.vles-step:last-child { border-bottom: none; }
.vles-step-num {
	flex-shrink: 0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #f0f0f0;
	color: #999;
	font-size: 13px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
}
.vles-step--done .vles-step-num {
	background: #dd3333;
	color: #fff;
}
.vles-step--done {
	color: #1a1a1a;
	font-weight: 700;
}
.vles-step--next .vles-step-num {
	background: #ffd600;
	color: #1a1a1a;
}
.vles-step--next { color: #1a1a1a; font-weight: 600; }

/* ── Foutmelding response (validatie/server) ── */
form.wpcf7-form.invalid:has(.vles-quote-form) .wpcf7-response-output,
form.wpcf7-form.unaccepted:has(.vles-quote-form) .wpcf7-response-output,
form.wpcf7-form.failed:has(.vles-quote-form) .wpcf7-response-output,
form.wpcf7-form.spam:has(.vles-quote-form) .wpcf7-response-output,
form.wpcf7-form.aborted:has(.vles-quote-form) .wpcf7-response-output {
	font-size: 13px !important;
	line-height: 1.5 !important;
	padding: 14px 16px 14px 52px !important;
	background: #1a1a1a !important;
	color: #fff !important;
	border-radius: 4px !important;
	position: relative;
}
form.wpcf7-form.invalid:has(.vles-quote-form) .wpcf7-response-output::before,
form.wpcf7-form.unaccepted:has(.vles-quote-form) .wpcf7-response-output::before,
form.wpcf7-form.failed:has(.vles-quote-form) .wpcf7-response-output::before,
form.wpcf7-form.spam:has(.vles-quote-form) .wpcf7-response-output::before,
form.wpcf7-form.aborted:has(.vles-quote-form) .wpcf7-response-output::before {
	content: "!";
	position: absolute;
	left: 16px;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	background: #dd3333;
	color: #fff;
	border-radius: 50%;
	font-size: 14px;
	font-weight: 900;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 24px;
	text-align: center;
}

/* ── Per-veld validatietips ── */
.vles-quote-form .wpcf7-not-valid-tip {
	display: inline-block;
	margin-top: 5px;
	padding: 4px 10px 4px 8px;
	background: #dd3333;
	color: #fff !important;
	font-size: 11px !important;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	border-radius: 3px;
	position: relative;
}
.vles-quote-form .wpcf7-not-valid-tip::before {
	content: '';
	position: absolute;
	top: -5px;
	left: 12px;
	border: 5px solid transparent;
	border-bottom-color: #dd3333;
	border-top: none;
}
.vles-quote-form input.wpcf7-not-valid,
.vles-quote-form select.wpcf7-not-valid,
.vles-quote-form textarea.wpcf7-not-valid {
	border-color: #dd3333 !important;
	border-left-width: 4px !important;
	background: #fff8f8 !important;
}

/* ============================================================
   RESPONSIVE — aanvullingen
   ============================================================ */

/* Tablet (601px–1024px): klustype-knoppen iets compacter */
@media (max-width: 1024px) {
	.vles-quote-form .vles-work-type .wpcf7-list-item-label {
		padding: 16px 10px;
		font-size: 12px;
	}
}

/* Klein mobiel (≤480px) */
@media (max-width: 480px) {
	.vles-quote-form .vles-intro {
		font-size: 13px;
		padding: 12px 14px;
	}
	.vles-quote-form .vles-badge {
		font-size: 10px;
		padding: 4px 8px;
	}
	.vles-quote-form .vles-badge--price {
		font-size: 11px;
	}
	.vles-quote-form .vles-section-header {
		font-size: 11px;
		padding: 9px 12px;
		gap: 9px;
	}
	.vles-quote-form .vles-section-header::before {
		border-top-width: 6px;
		border-bottom-width: 6px;
		border-left-width: 10px;
	}
	.vles-quote-form .vles-label {
		font-size: 12px;
	}
	.vles-quote-form .vles-contact-title {
		font-size: 16px;
	}
	.vles-quote-form .vles-tooltip::after {
		max-width: 180px;
	}
}

/* Zeer kleine schermen (≤360px) */
@media (max-width: 360px) {
	.vles-quote-form .vles-badge-row {
		gap: 5px;
		padding: 8px 10px 12px;
	}
	.vles-quote-form .vles-badge {
		font-size: 9px;
		padding: 3px 6px;
		letter-spacing: 0.3px;
	}
	.vles-quote-form .vles-badge--price {
		font-size: 10px;
	}
	.vles-quote-form .vles-intro {
		font-size: 12px;
		letter-spacing: 0.3px;
	}
	.vles-quote-form .vles-section-header {
		font-size: 10px;
	}
}
