/* [vdt_contact_form] — formularz kontaktowy (front). Tokeny: zieleń #16361b/#3FA744, krem #f4f3ee, obwódka #e6e4d6, focus-ring #f98d00 (standard WORKFLOW §7). */
.vdt-cform{font-family:Inter,system-ui,sans-serif;color:#1d2917;}
.vdt-cform *{box-sizing:border-box;}
.vdt-cform__kicker{display:block;font:700 12px/1 Inter,sans-serif;letter-spacing:.16em;text-transform:uppercase;color:#3FA744;}
.vdt-cform__title{font:700 clamp(24px,3vw,30px) Inter,sans-serif;color:#16361b;margin:10px 0 6px;line-height:1.1;}
.vdt-cform__req{font:400 14px Inter,sans-serif;color:#6b7280;margin:0 0 22px;}
.vdt-cform__star{color:#f98d00;font-weight:700;}
.vdt-cform__grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
.vdt-cform__field{margin-bottom:18px;}
.vdt-cform__grid .vdt-cform__field{margin-bottom:18px;}
.vdt-cform__label{display:block;font:600 14px Inter,sans-serif;color:#1d2917;margin-bottom:8px;}
.vdt-cform__input{display:block;width:100%;padding:14px 16px;font:400 15px Inter,sans-serif;color:#1d2917;background:#f4f3ee;border:1px solid #e6e4d6;border-radius:10px;outline:none;transition:border-color .2s,box-shadow .2s,background .2s;font-family:inherit;}
.vdt-cform__input::placeholder{color:#9a9384;}
.vdt-cform__input:focus{background:#fff;border-color:#f98d00;outline:2px solid #f98d00 !important;outline-offset:2px;}
.vdt-cform__textarea{resize:vertical;min-height:62px;line-height:1.5;}
/* Chips tematu — poziomy slajder (przesuwany myszką/palcem), z podglądem („peek") */
.vdt-cform__chips-wrap{position:relative;}
.vdt-cform__chips-wrap::after{content:"";position:absolute;top:0;right:0;bottom:0;width:38px;background:linear-gradient(90deg,rgba(255,255,255,0),#fff);pointer-events:none;}
.vdt-cform__chips{display:flex;flex-wrap:nowrap;gap:10px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;padding-bottom:4px;cursor:grab;scrollbar-width:none;-ms-overflow-style:none;}
.vdt-cform__chips::-webkit-scrollbar{width:0;height:0;display:none;}
.vdt-cform__chips.is-dragging{cursor:grabbing;user-select:none;}
.vdt-cform__chip{position:relative;cursor:pointer;flex:0 0 auto;}
.vdt-cform__chip input{position:absolute;opacity:0;width:0;height:0;}
.vdt-cform__chip span{display:inline-flex;align-items:center;padding:11px 20px;font:600 14.5px Inter,sans-serif;color:#1d2917;background:#fff;border:1px solid #e6e4d6;border-radius:999px;transition:background .18s,color .18s,border-color .18s;}
.vdt-cform__chip:hover span{border-color:#3FA744;color:#3FA744;}
.vdt-cform__chip input:checked+span{background:#16361b;border-color:#16361b;color:#fff;}
.vdt-cform__chip input:focus-visible+span{outline:2px solid #f98d00;outline-offset:2px;}
/* Zgoda RODO */
.vdt-cform__field--consent{margin-bottom:20px;}
.vdt-cform__consent{display:flex;align-items:flex-start;gap:11px;cursor:pointer;font:400 13px Inter,sans-serif;color:#6b6357;line-height:1.55;}
.vdt-cform__consent input[type=checkbox]{margin-top:2px;flex:none;width:18px;height:18px;accent-color:#3FA744;cursor:pointer;}
.vdt-cform__consent input[type=checkbox]:focus-visible{outline:2px solid #f98d00;outline-offset:2px;}
.vdt-cform__consent a{color:#3FA744;text-decoration:underline;}
/* Błędy pól */
.vdt-cform__err{display:block;font:500 12.5px Inter,sans-serif;color:#b32d2e;margin-top:5px;min-height:0;}
.vdt-cform__err:empty{display:none;}
/* Submit */
.vdt-cform__submit{display:flex;align-items:center;justify-content:center;gap:9px;width:100%;padding:17px 24px;font:700 16px Inter,sans-serif;color:#fff;background:#2e7d33;border:none;border-radius:10px;cursor:pointer;transition:background .2s,transform .15s,box-shadow .2s;font-family:inherit;}
.vdt-cform__submit:hover{background:#256428;transform:translateY(-2px);box-shadow:0 16px 30px -14px rgba(63,167,68,.6);}
.vdt-cform__submit:focus-visible{outline:2px solid #f98d00;outline-offset:2px;}
.vdt-cform__submit:active{transform:translateY(0);box-shadow:none;}
.vdt-cform__submit:disabled{opacity:.7;cursor:not-allowed;transform:none;box-shadow:none;}
.vdt-cform__turnstile{margin:0 0 8px;}
.vdt-cform__msg{margin-top:14px;padding:12px 15px;border-radius:8px;font:500 13.5px Inter,sans-serif;background:#fff0f0;border:1px solid #f5c0c0;color:#b32d2e;}
.vdt-cform__admin{text-align:center;font:400 12.5px Inter,sans-serif;color:#4b5563;margin:16px 0 0;}
/* Sukces */
.vdt-cform__success{text-align:center;padding:20px 8px;animation:vdtCfUp .4s ease both;}
.vdt-cform__success-icon{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:999px;background:rgba(63,167,68,.14);color:#3FA744;font-size:32px;font-weight:700;margin-bottom:16px;}
.vdt-cform__success-title{font:700 22px Inter,sans-serif;color:#16361b;margin:0 0 8px;}
.vdt-cform__success-msg{font:400 15px Inter,sans-serif;color:#6b6357;margin:0;line-height:1.55;}
@keyframes vdtCfUp{from{opacity:0;transform:translateY(10px);}to{opacity:1;transform:translateY(0);}}
@media(max-width:600px){
	.vdt-cform__grid{grid-template-columns:1fr;gap:0;}
}
