    :root{
      --prins-blue:#004C99;
      --prins-blue-2:#0b63ce;
      --soft:#f6f8fc;
      --muted:#6b7280;
      --ring: rgba(0,76,153,.18);
    }
    body{
      background: #f4f6fa;
      min-height:100vh;
      color: #181818;
    }
    .lp-shell{ max-width: 980px; }
    .lp-brand{
      background: linear-gradient(135deg, var(--prins-blue), var(--prins-blue-2));
      color:#fff;
      border-radius: 14px;
      box-shadow: 0 8px 24px rgba(0,0,0,.13);
      overflow:hidden;
      position:relative;
      padding: 1.5rem 1.5rem 1rem 1.5rem !important;
    }
    .lp-brand:after{
      content:"";
      position:absolute; inset:-40% -20%;
      background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.22), transparent 45%);
      transform: rotate(8deg);
      pointer-events:none;
    }
    .lp-card{
      border:1px solid #d1d5db;
      border-radius:12px;
      box-shadow: 0 4px 18px rgba(15, 23, 42, .07);
      background: #fff;
      margin-bottom: 1rem;
    }
    .lp-card .form-control, .lp-card .form-select{
      border-radius: 8px;
      border-color: #b0b4bb;
      padding: .55rem .7rem;
      font-size: 1rem;
      color: #181818;
      background: #fcfcfd;
    }
    .lp-card .form-control:focus, .lp-card .form-select:focus{
      box-shadow: 0 0 0 .18rem var(--ring);
      border-color: #004C99;
      background: #fff;
      color: #111;
    }
    .lp-pill{
      display:inline-flex; align-items:center; gap:.4rem;
      border:1px solid #b0b4bb;
      padding:.28rem .55rem;
      border-radius:999px;
      background:#f8f9fb;
      font-size:.88rem;
      color: #181818;
    }
    .lp-step{
      display:flex; gap:.55rem; align-items:flex-start;
      margin-bottom: .5rem !important;
    }
    .lp-step .dot{
      width:22px;height:22px;border-radius:999px;
      background: rgba(0,76,153,.13);
      display:flex;align-items:center;justify-content:center;
      color: var(--prins-blue);
      flex:0 0 auto;
      font-size: 1rem;
    }
    .dealer-card{
      border:1px solid #b0b4bb;
      border-radius: 10px;
      padding: .55rem .7rem;
      background:#fff;
      transition: transform .08s ease, box-shadow .08s ease;
      font-size: .97rem;
    }
    .dealer-card:hover{
      transform: translateY(-1px);
      box-shadow: 0 10px 26px rgba(15,23,42,.07);
    }
    .dealer-locked{
      border-color: rgba(34,197,94,.35);
      background: rgba(34,197,94,.06);
    }
    .btn-prins{
      background: linear-gradient(135deg, var(--prins-blue), var(--prins-blue-2));
      border:0;
      border-radius: 10px;
      padding: .55rem .9rem;
      box-shadow: 0 6px 18px rgba(0,76,153,.18);
      font-size: 1.05rem;
    }
    .btn-prins:disabled{ opacity:.55; box-shadow:none; }
    .hint{ color: #333; font-size:.88rem; font-weight: 500; }
        .form-label {
          font-weight: 600;
          color: #111;
          font-size: .98rem;
        }
    .req-badge{
      border-radius: 999px;
      padding:.35rem .6rem;
      background: rgba(255,255,255,.18);
      border:1px solid rgba(255,255,255,.22);
      display:inline-flex; align-items:center; gap:.45rem;
      font-size:.9rem;
    }
    .sticky-footer{
      position: sticky;
      bottom: 0;
      z-index: 10;
      background: rgba(246,248,252,.86);
      backdrop-filter: blur(10px);
      border-top: 1px solid #e5e7eb;
    }
    .filled-badge{
      display:inline-flex; align-items:center; gap:.45rem;
      padding:.25rem .55rem; border-radius:999px;
      background: rgba(34,197,94,.10);
      border: 1px solid rgba(34,197,94,.18);
      color: #166534; font-size:.85rem;
    }
    .manual-badge{
      display:inline-flex; align-items:center; gap:.45rem;
      padding:.25rem .55rem; border-radius:999px;
      background: rgba(245,158,11,.12);
      border: 1px solid rgba(245,158,11,.20);
      color:#92400e; font-size:.85rem;
    }
    .dealer-scroll{
      max-height: 420px;
      overflow-y: auto;
      padding-right: 6px;
    }
    .dealer-scroll::-webkit-scrollbar{ width: 10px; }
    .dealer-scroll::-webkit-scrollbar-thumb{
      background: rgba(0,0,0,.15);
      border-radius: 999px;
    }
    .car-img{
      width:100%;
      border-radius: 16px;
      border:1px solid #e5e7eb;
      background:#fff;
      overflow:hidden;
    }
    .car-img img{
      width:100%;
      height:auto;
      display:block;
    }
    @font-face {
      font-family: 'Kenteken';
      src: url('/fonts/kenteken.ttf') format('truetype');
      font-weight: normal;
      font-style: normal;
    }

    .kenteken-font {
      font-family: 'Kenteken', Arial, sans-serif;
      text-transform: uppercase;
      font-weight: bold;
      letter-spacing: 2px;
    }

    .kenteken-wrapper {
      position: relative;
      display: inline-block;
      width: 260px;
      height: 60px;
      background-image: url('../img/nl-plate.svg');
      background-size: 100% 100%;
    }

    .kenteken-wrapper input {
      position: absolute;
      left: 48px;
      top: 0;
      width: calc(100% - 50px);
      height: 100%;
      background: transparent;
      border: none;
      outline: none;
      padding: 0 8px;
      font-size: 22px;
      letter-spacing: 3px;
      text-align: center;
      color: #111;
      text-transform: uppercase;
      caret-color: #111;
    }

    .kenteken-wrapper input:focus {
      box-shadow: none;
    }

    /* alleen tonen nadat gebruiker het veld heeft aangeraakt */
    .ng-invalid.ng-touched {
      background-color: #fdeaea; /* licht rood */
      border-color: #dc3545;
      color: #b10000;
    }

    /* optioneel: subtiel groen bij geldig */
    .ng-valid.ng-touched {
      border-color: #28a745;
      color: #181818;
    }

    .lp-card .form-select.is-invalid,
    .lp-card .form-control.is-invalid {
      border-color: #dc3545;
      background-color: #fdeaea;
      color: #b10000;
    }

    /* Maak de akkoord-checkbox duidelijker wanneer nog niet aangevinkt */
    #akkoord.form-check-input:not(:checked) {
      border: 2px solid #000;
      background-color: #fff;
    }

    #akkoord.form-check-input:not(:checked):focus {
      box-shadow: 0 0 0 .15rem rgba(0, 0, 0, .18);
    }
