/* Storingsformulier — publiek. Eén kolom, velden groot genoeg voor een duim. */
.st-wrap{max-width:720px;margin:0 auto;padding:24px 16px 56px}
.st-kaart{background:#fff;border:1px solid #e6e9ed;border-radius:14px;padding:24px}
.st-kaart--midden{text-align:center;padding:40px 24px}
.st-kaart h1{font-size:26px;font-weight:800;margin:0 0 6px;color:#0c1a1f;letter-spacing:-.3px}
.st-sub{color:#52525b;font-size:15px;line-height:1.6;margin:0 0 18px}
.st-nummer{font-size:20px;font-weight:800;color:#0a7a75;margin:0 0 10px}
.st-vink{width:64px;height:64px;border-radius:50%;background:#d1fae5;color:#065f46;font-size:32px;
  display:flex;align-items:center;justify-content:center;margin:0 auto 16px;font-weight:800}
.st-bel{display:inline-block;margin-top:8px;padding:14px 24px;background:#0a7a75;color:#fff;
  border-radius:10px;text-decoration:none;font-weight:700}

/* Tarieven: incl. btw groot, ex klein erachter. */
.st-tarieven{background:#f6f7f9;border-radius:12px;padding:16px 18px;margin:0 0 22px}
.st-tarieven__kop{font-size:14px;font-weight:800;margin:0 0 10px;color:#0c1a1f}
.st-tarieven__lijst{list-style:none;margin:0;padding:0}
.st-tarief{display:flex;justify-content:space-between;gap:14px;padding:9px 0;border-bottom:1px solid #e6e9ed}
.st-tarief:last-child{border-bottom:none}
.st-tarief__wat b{display:block;font-size:14.5px;color:#14161a}
.st-tarief__wat small{display:block;font-size:12px;color:#6b7280;margin-top:2px}
.st-tarief__bedrag{text-align:right;white-space:nowrap}
.st-tarief__bedrag b{font-size:18px;color:#0c1a1f}
.st-tarief__eenheid{font-size:12.5px;color:#6b7280;margin-left:4px}
.st-tarief__bedrag small{display:block;font-size:11.5px;color:#6b7280;margin-top:1px}
.st-tarieven__voet{font-size:12px;color:#6b7280;margin:10px 0 0;line-height:1.5}

/* Velden. 16px lettergrootte, anders zoomt iOS in bij het tikken. */
.st-form label{display:block;font-size:13.5px;font-weight:600;color:#18181b;margin-bottom:14px}
.st-form input[type=text],.st-form input[type=tel],.st-form input[type=email],.st-form textarea{
  width:100%;padding:12px 13px;border:1px solid #d7dbe0;border-radius:9px;font-size:16px;
  font-family:inherit;margin-top:5px;box-sizing:border-box;background:#fff}
.st-form input:focus,.st-form textarea:focus{border-color:#0a7a75;outline:2px solid rgba(10,122,117,.15)}
.st-form .st-vast{background:#f3f4f6;color:#52525b}
.st-form small{display:block;font-size:12px;color:#6b7280;margin-top:4px;font-weight:400}
.st-rij{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.st-rij--3-1{grid-template-columns:3fr 1fr}
.st-fout{display:block;color:#b42318;font-size:12.5px;font-weight:600;margin:-8px 0 12px}
.st-honeypot{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}

/* De twee akkoorden. Opvallend, want hier tekent de klant voor. */
.st-akkoord{background:#fff7ed;border:1px solid #fcd9a8;border-radius:12px;padding:14px 16px;margin:6px 0 20px}
.st-check{display:flex;gap:11px;align-items:flex-start;font-weight:400;font-size:13.5px;
  line-height:1.55;color:#3d4450;margin-bottom:12px;cursor:pointer}
.st-check:last-of-type{margin-bottom:0}
.st-check input{margin-top:3px;width:19px;height:19px;flex:none;accent-color:#0a7a75}

/* Handtekening. touch-action:none, anders scrollt de pagina onder je vinger weg. */
.st-hand{margin:0 0 20px}
.st-hand__label{display:block;font-size:13.5px;font-weight:600;color:#18181b;margin-bottom:6px}
.st-canvas{width:100%;height:170px;border:2px dashed #d7dbe0;border-radius:10px;background:#fff;
  touch-action:none;display:block;cursor:crosshair}
.st-canvas.is-getekend{border-style:solid;border-color:#0a7a75}
.st-wis{margin-top:8px;background:none;border:none;color:#0a7a75;font-size:13px;font-weight:600;
  cursor:pointer;padding:4px 0;font-family:inherit}

.st-verzend{width:100%;padding:16px;background:#0a7a75;color:#fff;border:none;border-radius:11px;
  font-size:16px;font-weight:700;cursor:pointer;font-family:inherit}
.st-verzend:hover{background:#065f5b}
.st-voet{text-align:center;font-size:11.5px;color:#9aa3af;margin:14px 0 0}
.st-melding{padding:12px 14px;border-radius:9px;font-size:14px;margin:0 0 16px}
.st-melding--fout{background:#fef2f2;color:#b42318;border:1px solid #fecaca}

@media (max-width:560px){
  .st-wrap{padding:16px 12px 40px}
  .st-kaart{padding:18px 16px;border-radius:12px}
  .st-rij,.st-rij--3-1{grid-template-columns:1fr}
  .st-kaart h1{font-size:22px}
  .st-canvas{height:150px}
}
