
        #mockHypotheekForm{padding:15px;border-radius:15px;}
        .mock-step { display: none; }
        .mock-step.active { display: block; }
        .mock-step.centered{width:40%; margin:0 auto; border:1px solid #cecece; padding:1.5em 0 1.5em 1.5em; border-radius:15px;}
        .mock-hypotheek-form label { display: block; margin: 0.5em 0 0.2em; }
        .mock-hypotheek-form input, 
        .mock-hypotheek-form select {background:#fff;border:1px solid #cecece; border-radius:5px;}
        .mock-hypotheek-form input,
        .mock-hypotheek-form select { max-width: 400px; padding: 0.5em; }
        .mock-hypotheek-form .buttons { margin-top: 1em; }
        .mock-hypotheek-form .buttons button { background: #00451c; color: white; padding: 0.5em 1em; border: none; cursor: pointer; }
        .mock-hypotheek-form .checkboxes label { display: flex; align-items: center; gap: 0.5em; }
        #mockResultaat{border:1px solid #cecece; background:#fff;border-radius:15px; width:100%; text-align:center; line-height:1.3; margin-bottom:20px; padding:0.5em 0;}
        #mockResultaat img{margin:0 auto; height:24px!important;}

        .resultaat{color:#016630; margin-bottom:0px; margin:0.2em 0;}
        .date-group {display: flex;gap: 10px;flex-wrap: wrap;}
        .date-group input {  width: 80px;padding: 0.5em;font-size: 16px;}
.radio-box {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 0.5em 2em;
    display: flex;
    align-items: center;
    gap: 0.5em;
    cursor: pointer;
    transition: all 0.2s ease;
    user-select: none;
    background-color: #f9f9f9;
}

.radio-box:has(input[type="radio"]:checked) {
    background-color: #e9f7ed;
    border-color: #4aa147;
    color: #00451c;
    font-weight: bold;
}

.radio-box input[type="radio"] {
    display: none;
}

.radio-box span {
    display: inline-block;
}
#step1 .radio-group label, #step2 .radio-group label{
    display:inline-block;
}

input[type="checkbox"] {
  accent-color: #4aa147;

}
.submit-button{

    background-color: #00451c;
    color: white;
    padding: 0.5em 1em;
    border: none;
    cursor: pointer;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
}

        .euro-input-wrapper {
        position: relative;
        display: inline-block;
        }

        .euro-prefix {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 16px;
        color: #a1a1a1ff;
        pointer-events: none;
        font-family: "Open Sans", Helvetica, Arial, "Lucida Grande", sans-serif;
        }
        .schulden{transform: translateY(-33%);}

        .euro-input-wrapper input {
        padding-left: 25px; /* ruimte voor het euroteken */
        font-size: 16px;
        }

        .info-icon {
        display: inline-block;
        margin-left: 8px;
        width: 18px;
        height: 18px;
        line-height: 18px;
        text-align: center;
        border-radius: 50%;
        background-color: #00451c;
        color: white;
        font-size: 12px;
        cursor: pointer;
        font-weight: bold;
        }

        /* Overlay voor blur effect */
        .info-overlay {
        position: fixed;
        inset: 0;
        backdrop-filter: blur(5px);
        background: rgba(255,255,255,0.3);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 9999;
        display: none;
        }

        /* Pop-up zelf */
        .info-popup {
        background: white;
        padding: 2em;
        border-radius: 12px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.2);
        position: relative;
        }

        .info-popup button {
        position: absolute;
        top: 8px;
        right: 12px;
        background: none;
        border: none;
        font-size: 18px;
        cursor: pointer;
        color: #999;
        }

        input,
select,
textarea {
      border-radius: 6px;
  padding: 0.5em;
  border: 1px solid #ccc; /* standaard */
  transition: border-color 0.2s ease, outline-color 0.2s ease;
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid #4aa147;
}

.overzicht-container {
  display: flex;
  gap: 2em;
  margin-top: 2em;
  flex-wrap: wrap;
}
.overzicht-links {
  flex: 1 1 60%;
  max-width: 45%;
  border:1px solid #cecece;
  border-radius:15px;
  padding:30px;
}
.overzicht-rechts {
  flex: 1 1 35%;
  padding: 1.5em;
  border-radius: 10px;
  max-width:55%;
}
.overzicht-blok {
  margin-bottom: 1.5em;
}
.overzicht-blok h3 {
  margin-bottom: 0.5em;
  cursor: pointer;
}
.overzicht-content {
  background-color: #fff;
  padding: 1em;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.overzicht-content p {
  margin: 0.5em 0;

}
.mock-berekening p {
  font-size: 2em;
  margin: 0;
  color: #005451;
}

/* Koppen zoals 'Jouw gegevens', 'Partnergegevens', etc. */
.overzicht-container h3 {
  color: #00451c;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0.5em;
  cursor: pointer;
}

/* Toggle-sectie box */
.overzicht-sectie {
  border: 1px solid #cecece;
  padding: 1em 1.5em;
  background-color: #fff;
  margin:0.5em 0;
}

/* Vraag & antwoord opmaak */
.overzicht-sectie p {
  margin: 0.5em 0;
    font-weight: bold;
  display: flex;
  justify-content: space-between;
  gap: 2em;
  flex-wrap: wrap;
  font-size:14px;
}

/* Vraag links, antwoord rechts */
.overzicht-sectie p span:first-child {

  color: #333;
  min-width: 160px;
}

/* Antwoord */
.overzicht-sectie p span:last-child {
  color: #00451c;
  flex: 1;
  text-align: right;
}
.overzicht-sectie .sub-text{
    color:#808080!important;
    text-align:left;
}
.small-text{
    font-size:12px;
    color:#808080;
}
.tiny{
    font-size:10px;
}
.zonder-nhg-text{
    font-size:12px;
    font-weight:800;
    color:#016630;
    margin: 10px 0;
}
.met-nhg-text{
    font-size:12px;
    font-weight:800;
    color:#016630;
    margin: 10px 0;
}
/* 'Gegevens aanpassen' link */
.aanpassen {
  color: #4aa147;
  font-weight: bold;
  font-size:13px;
  cursor: pointer;
  margin-top: 1em;
  display: inline-block;
  background:none;
  border:0px;
}
.title-green {
    color:#00451c;
}
.info-icon-aow {
    display: inline-block;
    background-color: #00451c;
    color: white;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    cursor: pointer;
    margin-left: 6px;
    font-weight:bold;
}

.info-overlay-aow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Hoog genoeg */
    backdrop-filter: blur(4px);
}

.info-overlay-aow.active {
    display: flex;
}

.info-popup-aow {
    position: relative; /* maakt nieuwe stacking context */
    background: white;
    padding: 20px;
    border-radius: 12px;
    max-width: 400px;
    width: 90%;
    z-index: 10000; /* hoger dan overlay */
    color: #333;
    font-size: 1rem;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}

.info-popup-aow a {
    color: #0073e6;
    text-decoration: underline;
}

.close-info-aow {
    position: absolute;
    top: 8px;
    float:right;
    right: 12px;
    font-size: 24px;
    cursor: pointer;
    z-index: 9999999;
}

.blurred *:not(.info-overlay-aow):not(.info-overlay-aow *) {
    filter: blur(3px);
    pointer-events: none;
}

.thick{font-weight:bold;}

input[name="entrepreneur"]:disabled + span,
input[name="partner_entrepreneur"]:disabled + span {
    opacity: 0.5;
    pointer-events: none;
}
 