/* TBS Payback Calculator — v0.8.1 */
:root{ --tbs-green:#1E9D58; --tbs-green-900:#0e2a1d; --tbs-green-800:#123524; --tbs-green-700:#16422C;
       --tbs-ink:#111827; --tbs-muted:#6b7280; }
.tbs-wrap{max-width:1040px;margin:0 auto;padding:1.25rem}
.tbs-grid{display:grid;gap:14px}
@media(min-width:768px){.tbs-grid{grid-template-columns:repeat(2,1fr)}}
.tbs-card{background:var(--tbs-green-800);color:#ecfdf5;border:1px solid var(--tbs-green-700);border-radius:16px;padding:18px;overflow:hidden}
.tbs-card h3{color:#ffffff;margin-top:0}
.tbs-field{display:flex;flex-direction:column;gap:6px}
.tbs-field label{font-size:0.9rem;color:#d1fae5}
.tbs-field input,.tbs-field select{padding:12px;border-radius:12px;border:1px solid var(--tbs-green-700);background:#ffffff;color:#111827;outline:none;width:100%}
.tbs-field input:focus,.tbs-field select:focus{border-color:var(--tbs-green);box-shadow:0 0 0 3px rgba(30,157,88,0.15)}
.tbs-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
@media(max-width:720px){.tbs-row{grid-template-columns:1fr}}
.tbs-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:8px}
.tbs-actions.lower{margin-top:14px}
.tbs-btn{padding:11px 16px;border-radius:12px;border:1px solid var(--tbs-green-700);background:var(--tbs-green-900);color:#ecfdf5;cursor:pointer}
.tbs-btn.secondary{background:#ffffff;color:#111827;border-color:#d1d5db}
.tbs-btn.primary{background:#ffffff;color:var(--tbs-green);border-color:var(--tbs-green)}
.tbs-kpis{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:12px}
@media(min-width:768px){.tbs-kpis{grid-template-columns:repeat(4,1fr)}}
.tbs-kpi{background:#0f2e1e;border:1px solid var(--tbs-green-700);border-radius:12px;padding:12px;text-align:center}
.tbs-kpi h4{margin:0 0 6px 0;font-size:0.9rem;color:#a7f3d0}
.tbs-kpi div{font-size:1.25rem;font-weight:800;color:#ecfdf5}
.tbs-table{width:100%;border-collapse:separate;border-spacing:0 0;margin-top:12px}
.tbs-table th,.tbs-table td{border-bottom:1px solid var(--tbs-green-700);padding:10px;text-align:right;color:#ecfdf5}
.tbs-table th:first-child,.tbs-table td:first-child{text-align:left}
.tbs-table thead th{color:#ffffff;font-weight:600}
.tbs-muted{color:#b7e4cc;font-size:0.92rem}
.tbs-badge{display:inline-block;padding:3px 10px;border-radius:999px;background:#065f46;color:#ecfdf5;font-size:12px;border:1px solid #064e3b}
.tbs-leadform{display:grid;gap:10px;margin-top:12px}

/* Consent reset & layout (tegen gekke thema-styling zoals vertical-rl) */
.tbs-consent-text{color:#d1fae5;line-height:1.45;margin:4px 0 0 0;white-space:normal;overflow-wrap:anywhere;word-break:normal;
  writing-mode:initial !important;text-orientation:initial !important;letter-spacing:normal !important}
.tbs-consent{display:flex;gap:10px;align-items:flex-start;margin-top:6px}
.tbs-consent input{flex:0 0 auto;margin-top:3px}
.tbs-consent label{flex:1;color:#d1fae5;line-height:1.35;white-space:normal;overflow-wrap:anywhere;word-break:normal;
  writing-mode:initial !important;text-orientation:initial !important;display:block}

.tbs-spacer{height:12px}
.tbs-success{color:#bbf7d0}
.tbs-error{color:#fecaca}
