*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;background:#f6f8fc;color:#1f2937}.hero{background:linear-gradient(135deg,#0f172a,#173b8a 58%,#0f766e);color:#fff;min-height:460px}.page-header{background:linear-gradient(135deg,#0f172a,#173b8a);color:#fff}.nav{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:24px;padding:22px}.nav .logo{font-weight:900;margin-right:auto}.nav a{color:#dbeafe;text-decoration:none;font-weight:700}.nav a:hover{text-decoration:underline}.hero-content,.page-header-content{max-width:920px;margin:0 auto;padding:72px 22px}.page-header-content{padding:55px 22px}.label{text-transform:uppercase;letter-spacing:.12em;color:#2563eb;font-weight:900;font-size:12px}.hero .label,.page-header .label{color:#93c5fd}.hero h1,.page-header h1{font-size:52px;line-height:1.05;margin:8px 0 18px}.hero p,.page-header p{font-size:18px;color:#dbeafe;max-width:760px}.primary-link{display:inline-block;margin-top:18px;background:#fff;color:#1e40af;padding:13px 20px;border-radius:999px;text-decoration:none;font-weight:900}.primary-link.dark{background:#173b8a;color:white}.section{max-width:1200px;margin:0 auto;padding:60px 22px}.intro{padding-bottom:25px}.intro p{max-width:920px;font-size:17px;line-height:1.7}.alt{background:#eef4ff;max-width:none}.alt>.section-title,.alt>.grid{max-width:1200px;margin-left:auto;margin-right:auto}.section-title h2{font-size:34px;margin:4px 0 24px}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:20px}.card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:20px;box-shadow:0 12px 28px rgba(15,23,42,.06)}.card h3{margin:0 0 12px;color:#173b8a}.card p{color:#4b5563;line-height:1.55}pre{background:#0f172a;color:#86efac;border-radius:14px;padding:16px;overflow:auto;font-size:13px;line-height:1.45}.downloads-teaser{display:flex;gap:24px;align-items:center;justify-content:space-between;background:#fff;border:1px solid #e5e7eb;border-radius:22px;margin-top:50px;box-shadow:0 12px 28px rgba(15,23,42,.06)}.downloads-teaser p{max-width:720px;line-height:1.6}.footer{background:#111827;color:white;text-align:center;padding:55px 22px}.footer p{color:#d1d5db}.contact-btn,.floating-contact,.input-row button,.upload-box button{border:none;background:#2563eb;color:#fff;font-weight:900;cursor:pointer;border-radius:999px}.contact-btn{padding:15px 34px;font-size:16px}.floating-contact{position:fixed;right:24px;bottom:24px;padding:13px 20px;box-shadow:0 14px 35px rgba(37,99,235,.35);z-index:25}.hidden{display:none!important}.contact-panel{position:fixed;right:24px;bottom:24px;width:410px;max-width:calc(100vw - 32px);height:620px;max-height:calc(100vh - 32px);background:#fff;border:1px solid #e5e7eb;border-radius:22px;overflow:hidden;box-shadow:0 25px 70px rgba(0,0,0,.28);z-index:50;display:flex;flex-direction:column}.panel-header{background:#111827;color:#fff;padding:16px;display:flex;align-items:center;justify-content:space-between}.panel-header small{display:block;color:#9ca3af;margin-top:3px}.close-btn{width:34px;height:34px;border-radius:50%;border:none;background:#ef4444;color:#fff;font-size:22px;cursor:pointer}.messages{flex:1;overflow:auto;background:#f9fafb;padding:15px}.msg{padding:11px 13px;border-radius:14px;margin-bottom:10px;white-space:pre-wrap;line-height:1.45;font-size:14px}.support{background:#e5e7eb;color:#111827;border-bottom-left-radius:4px}.visitor{background:#2563eb;color:#fff;margin-left:auto;max-width:86%;border-bottom-right-radius:4px}.upload-box{display:flex;gap:8px;padding:12px;border-top:1px solid #e5e7eb;background:#fff}.upload-box input{flex:1;font-size:12px}.upload-box button{padding:9px 14px}.input-row{display:flex;gap:8px;padding:12px;border-top:1px solid #e5e7eb}.input-row textarea{flex:1;resize:none;border:1px solid #d1d5db;border-radius:14px;padding:11px;font-family:inherit;outline:none}.input-row button{padding:0 18px}.download-msg{text-align:center}.download-link{display:inline-block;background:#1f7a4d;color:white;text-decoration:none;padding:10px 14px;border-radius:10px;font-weight:800}.download-link:hover{filter:brightness(.95)}.download-link.big{padding:12px 18px;border-radius:999px}.download-list{display:grid;gap:16px}.download-card{background:white;border:1px solid #e5e7eb;border-radius:18px;padding:20px;display:flex;align-items:center;justify-content:space-between;gap:18px;box-shadow:0 12px 28px rgba(15,23,42,.06)}.download-card h2{font-size:18px;margin:0 0 6px;color:#173b8a}.download-card p{margin:0;color:#6b7280}.empty-state{background:white;border:1px solid #e5e7eb;border-radius:22px;padding:35px;box-shadow:0 12px 28px rgba(15,23,42,.06);text-align:center}.empty-state p{color:#4b5563;line-height:1.6}@media(max-width:650px){.hero h1,.page-header h1{font-size:36px}.nav{gap:12px;flex-wrap:wrap}.downloads-teaser,.download-card{display:block}.contact-panel{right:12px;bottom:12px;width:calc(100vw - 24px);height:calc(100vh - 24px)}}


.reset-row {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #475569;
  white-space: nowrap;
}
.reset-row input {
  width: auto;
}


/* v13 contactvenster fix: betere onderkant en volledige Send-knop */
.contact-panel{
  width:440px;
  height:650px;
  max-height:calc(100vh - 32px);
}
.upload-box{
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}
.upload-box input{
  min-width:190px;
}
.reset-row{
  min-width:150px;
  overflow:hidden;
  text-overflow:ellipsis;
}
.input-row{
  align-items:center;
  gap:10px;
  padding:12px 14px 14px;
}
.input-row textarea{
  min-width:0;
  min-height:48px;
  max-height:90px;
  border-radius:18px;
}
.input-row button{
  flex:0 0 88px;
  width:88px;
  height:50px;
  padding:0;
  border-radius:999px;
  font-size:15px;
  box-shadow:0 10px 22px rgba(37,99,235,.25);
}
.input-row button:hover{background:#1d4ed8}
@media(max-width:650px){
  .input-row button{flex-basis:78px;width:78px;height:48px}
  .reset-row{min-width:auto;width:100%}
}
