#montageprijs{
  scroll-margin-top:60px;
}

.pax-wrapper{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:var(--content-gap);
  align-items:stretch;
  width:100%;
  max-width:1300px;
  margin:40px auto 0 auto;
  padding:0 var(--container-padding);
  box-sizing:border-box;
}

@media (max-width:768px){
  .pax-wrapper{
    grid-template-columns:1fr;
    gap:16px;
    padding:0 var(--container-padding-mobile);
  }

  .pax-left,
  .pax-right{
    padding:16px;
  }
}

@media (max-width:768px){
  .pax-right{
    margin-top:0;
  }

  #leegBlok{
    padding:0;
    align-items:stretch;
  }

  .leeg-preview-box{
    padding:20px 14px;
  }

  .leeg-preview-tekst{
    max-width:none;
  }
}

.leeg-preview{
  border:1px solid #e5e7eb;
  border-radius:14px;
  background:#f8fafc;
  padding:18px;
  width:100%;
  box-sizing:border-box;
}

.leeg-preview-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  margin-bottom:14px;
}

.leeg-preview-title{
  font-size:16px;
  font-weight:700;
  color:#111827;
}

.leeg-preview-status{
  font-size:12px;
  font-weight:700;
  color:#64748b;
  background:#ffffff;
  border:1px solid #e5e7eb;
  border-radius:999px;
  padding:6px 10px;
}

.leeg-preview-box{
  border:1px dashed #cbd5e1;
  border-radius:12px;
  background:#ffffff;
  padding:26px 18px;
  text-align:center;
}

.leeg-preview-icoon{
  width:46px;
  height:46px;
  border-radius:50%;
  background:#eff6ff;
  border:1px solid #bfdbfe;
  color:#1d4ed8;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:20px;
  font-weight:700;
  margin:0 auto 12px auto;
}

.leeg-preview-kop{
  font-size:18px;
  font-weight:700;
  line-height:1.3;
  color:#111827;
  margin-bottom:8px;
}

.leeg-preview-tekst{
  font-size:14px;
  line-height:1.6;
  color:#4b5563;
  max-width:360px;
  margin:0 auto;
}

.pax-left,
.pax-right{
  min-width:0;
  width:100%;
  box-sizing:border-box;
  padding:20px;
  border:1px solid #ddd;
  align-self:start;
}

.pax-left{
  background:#fff;
  border-radius:10px;
}

.pax-right{
  background:#fff;
  border-radius:10px;
}

#leegBlok{
  padding:16px 16px 0 16px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  height:auto;
}

.calc-group{
  background:#fff;
  border:1px solid #dcdcdc;
  border-radius:10px;
  margin-bottom:12px;
  overflow:visible;
}

.calc-group summary{
  list-style:none;
  cursor:pointer;
  padding:14px 16px;
  font-family:Arial, sans-serif;
  font-size:16px;
  font-weight:600;
  color:#222;
  display:flex;
  align-items:center;
  justify-content:space-between;
  background:#fff;
}

.calc-group summary::-webkit-details-marker{
  display:none;
}

.calc-group summary::after{
  content:"▼";
  font-size:14px;
  color:#666;
  transition:transform 0.2s ease;
}

.calc-group[open] summary::after{
  transform:rotate(180deg);
}

.calc-group-content{
  padding:0 16px 16px 16px;
  border-top:1px solid #ececec;
  background:#fff;
}

.calc-uitleg{
  margin:0 0 15px 0;
  padding-bottom:15px;
  border-bottom:2px solid #d1d5db;
}

label{
  display:block;
  margin-bottom:5px;
  font-family: Arial, sans-serif;
  font-size:15px;
  font-weight:600;
  color:#374151;
}

select{
  width:100%;
  height:50px;
  margin-bottom:15px;
  padding:0 12px;
  border:1px solid #cfcfcf;
  border-radius:10px;
  background:#fff;
  font-family:Arial, sans-serif;
  font-size:16px;
  color:#222;
  box-sizing:border-box;
}

select:focus{
  outline:none;
  border-color:#3b82f6;
  box-shadow:0 0 0 3px rgba(59,130,246,0.15);
}

select:hover{
  border-color:#b8b8b8;
}

input[type="text"]{
  width:100%;
  padding:12px;
  margin-bottom:15px;
  border:1px solid #ccc;
  font-family: Arial, sans-serif;
  font-size:16px;
  box-sizing:border-box;
}

select.error{
  border:2px solid #ef4444;
}

.calc-btn{
  width:100%;
  max-width:320px;
  min-height:44px;
  margin:15px auto 0 auto;
  padding:10px 18px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  box-sizing:border-box;
  background:#43a047;
  color:#fff;
  border:none;
  border-radius:8px;
  cursor:pointer;
  font-size:14px;
  font-weight:600;
  font-family:Arial, sans-serif;
  text-decoration:none;
  appearance:none;
  -webkit-appearance:none;
  transition:background 0.2s ease, transform 0.2s ease;
}

.cta-btn{
  width:fit-content;
  min-height:44px;
  margin:20px auto 0 auto;
  padding:10px 20px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  white-space:nowrap;
  box-sizing:border-box;
  background:#43a047;
  color:#fff;
  border:none;
  border-radius:8px;
  cursor:pointer;
  font-size:14px;
  font-weight:600;
  font-family:Arial, sans-serif;
}

.kast-box{
  background:#fff;
  padding:15px;
  border:1px solid #ddd;
  border-radius:10px;
  margin-bottom:15px;
}

.remove-btn{
  width:100%;
  max-width:320px;
  min-height:44px;
  margin:10px auto 0 auto;
  padding:10px 18px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  background:#9ca3af;
  color:#fff;
  border:none;
  border-radius:8px;
  cursor:pointer;
  font-size:14px;
  font-weight:600;
  font-family:Arial, sans-serif;
}

.row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:15px;
}

#totaalAlle{
  font-weight:bold;
}

#starttariefRow{
  display:none;
}

#totaalTekst{
  text-align:center;
  margin-top:10px;
}
.pax-code-box{
  position:relative;
  background:#fff;
  border:1px solid #dcdcdc;
  border-radius:10px;
  padding:16px;
  margin-bottom:12px;
}

.pax-code-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:14px;
}

.pax-code-title{
  font-size:18px;
  font-weight:600;
  color:#222;
  margin:0;
}

.pax-code-row{
  display:flex;
  align-items:stretch;
  border:2px solid #dbe3dc;
  border-radius:8px;
  overflow:hidden;
  background:#fff;
}

.pax-code-row input{
  flex:1;
  border:none !important;
  margin:0 !important;
  height:44px;
  padding:0 14px;
  font-size:14px;
  border-radius:0 !important;
  box-shadow:none !important;
}

.pax-code-btn{
  margin:0;
  width:auto;
  min-width:150px;
  height:44px;
  padding:0 16px;
  white-space:nowrap;
  flex-shrink:0;
  background:#43a047;
  color:#fff;
  border:none;
  border-left:1px solid #388e3c;
  border-radius:0;
  font-size:13px;
  font-weight:600;
}

@media (max-width:768px){
  .pax-code-row{
    flex-direction:column;
    border:none;
    background:transparent;
    overflow:visible;
  }

  .pax-code-row input{
    border:2px solid #dbe3dc !important;
    border-radius:8px !important;
    height:44px;
  }

  .pax-code-btn{
    width:100%;
    min-width:0;
    margin-top:8px;
    border-left:none;
    border-radius:8px;
  }
}
.label-wrapper{
  display:flex;
  align-items:center;
  gap:8px;
  margin-bottom:5px;
  position:relative;
}

.label-wrapper label{
  flex:1;
}

.info-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:18px;
  height:18px;
  border-radius:50%;
  border:2px solid #3b82f6;
  color:#3b82f6;
  background:white;
  font-size:12px;
  font-weight:bold;
  cursor:pointer;
  flex-shrink:0;
}

.info-popup{
  display:none;
  position:absolute;
  left:100%;
  margin-left:12px;
  top:-10px;
  background:white;
  border:1px solid #e5e5e5;
  padding:16px;
  border-radius:12px;
  box-shadow:0 12px 30px rgba(0,0,0,0.18);
  width:240px;
  font-size:14px;
  line-height:1.5;
  text-align:center;
  z-index:100;
}

.info-popup p{
  margin:0;
  line-height:1.5;
}

.info-popup img{
  width:100%;
  height:auto;
  border-radius:6px;
  margin-bottom:8px;
}

#paxLegalPopup{
  display:none;
  position:absolute;
  top:36px;
  right:0;
  left:auto;
  margin-left:0;
  width:280px;
  text-align:left;
  z-index:200;
}

#paxLegalPopup p{
  margin:0;
}

@media (max-width:768px){
  .info-popup{
    left:0;
    right:auto;
    top:auto;
    bottom:100%;
    margin-bottom:10px;
    width:min(220px, calc(100vw - 40px));
  }

  #paxLegalPopup{
    top:36px;
    right:0;
    left:auto;
    width:220px;
  }
}
.verpakking-row{
  display:grid;
  grid-template-columns:1fr auto 60px;
  align-items:center;
  column-gap:18px;
  margin-top:15px;
  min-height:32px;
}

.verpakking-label{
  display:flex;
  align-items:center;
  margin:0;
  line-height:1.3;
}

.radio-row{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:18px;
  font-family:Arial, sans-serif;
  font-size:16px;
  color:#333;
  white-space:nowrap;
  height:32px;
  position:relative;
  top:-6px;
}

.radio-row label{
  display:flex;
  align-items:center;
  gap:6px;
  margin:0;
  white-space:nowrap;
  line-height:1;
}

.radio-row input[type="radio"]{
  margin:0;
}

#verpakkingPrijs{
  width:60px;
  text-align:right;
  line-height:1;
}

@media (max-width:768px){
  .verpakking-row{
    grid-template-columns:1fr auto;
    row-gap:6px;
  }

  .verpakking-label{
    grid-column:1 / -1;
  }

  .radio-row{
    justify-content:flex-start;
    gap:14px;
    height:auto;
    top:0;
  }

  #verpakkingPrijs{
    width:60px;
    text-align:right;
    margin-right:2px;
  }
}