/* This Is Escape – Offerteformulier */
.tie-wrap { max-width: 1080px; margin: 0 auto; }
.tie-wrap [hidden] { display: none !important; }
.tie-form { display: flex; gap: 28px; align-items: flex-start; }
.tie-main { flex: 1; min-width: 0; }
.tie-step { margin-bottom: 2.2em; }
.tie-step h3 { margin: 0 0 0.5em; display: flex; align-items: center; gap: 10px; }
.tie-stepnr { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; flex: 0 0 30px; border-radius: 50%; background: #112d28; color: #fff; font-size: 16px; font-weight: 700; }
.tie-hint { font-size: 0.9em; opacity: 0.75; margin: 0.2em 0 0.9em; }
.tie-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 20px; }
.tie-form label { display: block; font-weight: 600; font-size: 0.95em; }
.tie-form input[type="text"], .tie-form input[type="email"], .tie-form input[type="tel"],
.tie-form input[type="date"], .tie-form input[type="number"], .tie-form select, .tie-form textarea {
	width: 100%; padding: 10px 12px; margin-top: 4px; border: 1px solid #c8c8c8; border-radius: 8px; font: inherit; box-sizing: border-box;
}
.tie-form textarea { width: 100%; }

/* Personen */
.tie-persons-row { display: flex; gap: 18px; align-items: center; }
.tie-persons-row input[type="range"] { flex: 1; margin: 0; -webkit-appearance: none; appearance: none; height: 10px; border-radius: 6px; background: #e2e2e2; border: 1px solid #c8c8c8; outline: none; padding: 0; cursor: pointer; }
.tie-persons-row input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 26px; height: 26px; border-radius: 50%; background: #112d28; border: 3px solid #fff; box-shadow: 0 1px 4px rgba(0,0,0,.35); cursor: grab; }
.tie-persons-row input[type="range"]::-moz-range-thumb { width: 22px; height: 22px; border-radius: 50%; background: #112d28; border: 3px solid #fff; box-shadow: 0 1px 4px rgba(0,0,0,.35); cursor: grab; }
.tie-persons-row input[type="range"]::-moz-range-track { height: 10px; border-radius: 6px; background: #e2e2e2; }
.tie-persons-row input[type="number"] { width: 90px; flex: 0 0 90px; text-align: center; font-size: 1.15em; font-weight: 700; }
.tie-alert { margin-top: 12px; border: 2px solid #e69b00; background: #fff8e8; border-radius: 10px; padding: 14px 16px; }

/* Pills (rondes, ja/nee) */
.tie-pills { display: flex; gap: 10px; flex-wrap: wrap; }
.tie-pill { cursor: pointer; }
.tie-pill input { position: absolute; opacity: 0; pointer-events: none; }
.tie-pill span { display: inline-block; min-width: 46px; text-align: center; padding: 10px 18px; border: 2px solid #d8d8d8; border-radius: 999px; font-weight: 700; transition: all 0.15s; }
.tie-pill input:checked + span { border-color: #112d28; background: #112d28; color: #fff; }

/* Keuzekaarten */
.tie-options { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.tie-card { display: flex; gap: 10px; align-items: flex-start; border: 2px solid #d8d8d8; border-radius: 10px; padding: 12px 14px; cursor: pointer; transition: border-color 0.15s, background 0.15s; font-weight: 400; }
.tie-card:hover { border-color: #999; }
.tie-card:has(input:checked) { border-color: #112d28; background: rgba(17, 45, 40, 0.06); }
.tie-card input { margin-top: 3px; flex: 0 0 auto; width: auto; }
.tie-card strong { display: block; }
.tie-card em { display: block; font-style: normal; font-size: 0.85em; opacity: 0.7; margin-top: 2px; }
.tie-card .tie-cardprice, .tie-card .tie-price { font-weight: 700; opacity: 1; color: #112d28; }

/* Rondeblokken */
.tie-ronde { border: 1px solid #e2e2e2; border-radius: 12px; padding: 14px 16px 10px; margin-bottom: 14px; }
.tie-ronde h4 { margin: 0 0 10px; }
.tie-ronde-verdeling { font-size: 0.85em; opacity: 0.8; margin-top: 8px; min-height: 1em; }
.tie-ronde-verdeling span { display: inline-block; background: #f0f0f0; border-radius: 6px; padding: 2px 8px; margin: 2px 6px 2px 0; }

/* Winkelwagen */
.tie-cart { flex: 0 0 300px; position: sticky; top: 20px; border: 2px solid #1a1a1a; border-radius: 14px; padding: 18px 18px 14px; background: #fff; }
.tie-cart h4 { margin: 0 0 12px; font-size: 1.1em; text-transform: uppercase; letter-spacing: 0.5px; }
.tie-cart-line { display: flex; justify-content: space-between; gap: 10px; font-size: 0.9em; padding: 4px 0; border-bottom: 1px dashed #e4e4e4; }
.tie-cart-line span:last-child { white-space: nowrap; font-weight: 600; }
.tie-cart-sum { border-top: 2px solid #1a1a1a; border-bottom: 0; margin-top: 8px; padding-top: 10px; font-size: 1.05em; font-weight: 800; }
.tie-cart-pp { border-bottom: 0; color: #112d28; font-weight: 700; }
.tie-cart-empty { font-size: 0.9em; opacity: 0.7; }
.tie-cart-warning { font-size: 0.85em; background: #fff3e0; border-left: 3px solid #e69b00; padding: 6px 10px; margin: 8px 0; border-radius: 4px; }
.tie-cart-note { font-size: 0.78em; opacity: 0.65; margin: 12px 0 0; }

/* Knop */
.tie-submit { display: block; width: 100%; margin-top: 0.4em; padding: 14px 20px; background: #112d28; color: #fff; border: 0; border-radius: 10px; font-size: 1.1em; font-weight: 700; cursor: pointer; }
.tie-submit:hover { background: #0b1f1b; }
.tie-submit:disabled { background: #bbb; cursor: not-allowed; }
#tie-details { margin-top: 1.6em; }
#tie-details .tie-submit { margin-top: 1.4em; }

.tie-hp { position: absolute !important; left: -9999px !important; }
.tie-thanks { border: 2px solid #1a7a33; background: #eefaf1; border-radius: 10px; padding: 24px; }

@media (max-width: 860px) {
	.tie-form { flex-direction: column; }
	.tie-cart { position: static; width: 100%; flex: 1; box-sizing: border-box; }
	.tie-grid, .tie-options { grid-template-columns: 1fr; }
}
