.jhb-fa{
    --fa-green:#0E3C28;
    --fa-green-2:#164f38;
    --fa-mid:#579343;
    --fa-orange:#E9620B;
    --fa-mint:#E5F9F2;
    --fa-blue:#EAF4FF;
    --fa-cream:#FFF4EA;
    --fa-ink:#17362c;
    --fa-muted:#60736c;
    --fa-border:#d7e5df;
    --fa-border-strong:#a9cdbd;
    --fa-shadow:0 28px 74px rgba(14,60,40,.105);
    position:relative;
    isolation:isolate;
    width:min(1440px,calc(100vw - 56px));
    max-width:none;
    margin:clamp(30px,4vw,64px) 50% clamp(52px,5vw,82px);
    padding:0;
    transform:translateX(-50%);
    display:grid;
    grid-template-columns:minmax(520px,.9fr) minmax(680px,1.1fr);
    gap:clamp(52px,5vw,78px);
    align-items:start;
    font-family:"Nunito Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    color:var(--fa-ink);
}

.jhb-fa::before{
    content:"";
    position:absolute;
    z-index:-1;
    width:430px;
    height:430px;
    left:-300px;
    top:18px;
    border-radius:50%;
    background:radial-gradient(circle at 68% 50%,rgba(229,249,242,.92) 0,rgba(229,249,242,.46) 48%,rgba(229,249,242,0) 72%);
    pointer-events:none;
}

.jhb-fa *{box-sizing:border-box}

.jhb-fa__intro{
    min-width:0;
    padding:30px 0 0;
}

.jhb-fa__eyebrow{
    display:inline-flex;
    align-items:center;
    min-height:38px;
    padding:8px 15px;
    border-radius:999px;
    background:var(--fa-mint);
    color:var(--fa-green);
    font-size:14px;
    font-weight:900;
    letter-spacing:.005em;
    white-space:nowrap;
}

.jhb-fa h1{
    font-family:"Nunito",system-ui,sans-serif;
    font-size:clamp(50px,3.8vw,64px);
    line-height:1.04;
    letter-spacing:-.035em;
    margin:24px 0 0;
    color:var(--fa-green);
    white-space:nowrap;
    word-break:normal;
    overflow-wrap:normal;
    hyphens:none;
}

.jhb-fa__title-accent{
    display:block;
    width:54px;
    height:3px;
    margin:26px 0 25px;
    border-radius:999px;
    background:var(--fa-orange);
}

.jhb-fa__lead{
    max-width:560px;
    margin:0;
    color:#40564e;
    font-size:18px;
    line-height:1.72;
    word-break:normal;
    overflow-wrap:normal;
    hyphens:none;
}

.jhb-fa__notice{
    display:grid;
    grid-template-columns:58px minmax(0,1fr);
    gap:20px;
    align-items:start;
    width:100%;
    margin-top:36px;
    padding:25px 28px 25px 22px;
    border:1px solid rgba(233,98,11,.08);
    border-left:3px solid var(--fa-orange);
    border-radius:20px;
    background:linear-gradient(135deg,#fff7ee 0%,#fff4ea 55%,#fff9f4 100%);
    box-shadow:0 16px 38px rgba(14,60,40,.055);
}

.jhb-fa__notice-icon{
    width:54px;
    height:54px;
    display:grid;
    place-items:center;
    border:1.5px solid rgba(233,98,11,.62);
    border-radius:50%;
    background:rgba(255,255,255,.72);
    color:var(--fa-orange);
}

.jhb-fa__notice-icon svg,
.jhb-fa__privacy-icon svg{
    width:25px;
    height:25px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.7;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.jhb-fa__notice-copy{
    min-width:0;
    padding-top:1px;
}

.jhb-fa__notice strong{
    display:block;
    margin:0 0 9px;
    color:var(--fa-green);
    font-size:17px;
    line-height:1.35;
}

.jhb-fa__notice p{
    max-width:440px;
    margin:0;
    color:#4f625b;
    font-size:14.5px;
    line-height:1.65;
    word-break:normal;
    overflow-wrap:normal;
    hyphens:none;
}

.jhb-fa__privacy-points{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:12px;
    margin-top:24px;
}

.jhb-fa__privacy-point{
    min-width:0;
    min-height:78px;
    display:grid;
    grid-template-columns:42px minmax(0,1fr);
    gap:11px;
    align-items:center;
    padding:12px 13px;
    border:1px solid #dde9e4;
    border-radius:14px;
    background:rgba(255,255,255,.8);
    color:#315246;
    box-shadow:0 7px 18px rgba(14,60,40,.025);
}

.jhb-fa__privacy-point>span:last-child{
    min-width:0;
    font-size:12.5px;
    font-weight:900;
    line-height:1.35;
    word-break:normal;
    overflow-wrap:normal;
    hyphens:none;
}

.jhb-fa__privacy-icon{
    width:42px;
    height:42px;
    display:grid;
    place-items:center;
    border-radius:50%;
    background:var(--fa-mint);
    color:var(--fa-green);
    line-height:0;
}

.jhb-fa__privacy-icon svg{
    display:block;
    width:22px;
    height:22px;
    margin:0 auto;
}

.jhb-fa__panel{
    position:relative;
    min-width:0;
    overflow:hidden;
    padding:clamp(34px,3.15vw,46px);
    border:1px solid rgba(14,60,40,.085);
    border-radius:28px;
    background:linear-gradient(180deg,rgba(255,255,255,.995),rgba(252,255,253,.99));
    box-shadow:var(--fa-shadow);
    transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease;
}

.jhb-fa__panel:focus-within{
    border-color:rgba(87,147,67,.18);
    box-shadow:0 30px 78px rgba(14,60,40,.12);
}

.jhb-fa__panel::before{
    content:"";
    position:absolute;
    width:250px;
    height:250px;
    right:-92px;
    top:-120px;
    border-radius:50%;
    background:radial-gradient(circle,var(--fa-mint),rgba(229,249,242,0) 72%);
    pointer-events:none;
}

.jhb-fa__progress{
    position:relative;
    display:grid;
    grid-template-columns:auto minmax(40px,1fr) auto minmax(40px,1fr) auto;
    align-items:center;
    gap:0;
    margin-bottom:38px;
}

.jhb-fa__progress button{
    appearance:none;
    border:0;
    background:none;
    color:#7c8d87;
    display:flex;
    align-items:center;
    gap:9px;
    padding:0;
    cursor:pointer;
    font:inherit;
    white-space:nowrap;
}

.jhb-fa__progress button span{
    width:38px;
    height:38px;
    flex:0 0 38px;
    border-radius:50%;
    display:grid;
    place-items:center;
    border:1.5px solid #cfdcd6;
    background:#fff;
    font-weight:900;
    font-size:13px;
}

.jhb-fa__progress button em{
    font-style:normal;
    font-size:12.5px;
    font-weight:900;
}

.jhb-fa__progress button.is-active{color:var(--fa-green)}
.jhb-fa__progress button.is-active span{
    background:var(--fa-green);
    border-color:var(--fa-green);
    color:#fff;
    box-shadow:0 7px 16px rgba(14,60,40,.18);
}
.jhb-fa__progress button.is-complete span{
    background:var(--fa-mint);
    border-color:#a9d9c9;
    color:var(--fa-green);
}
.jhb-fa__progress i{
    height:2px;
    margin:0 15px;
    border-radius:999px;
    background:#e1ebe7;
    transition:background .22s ease;
}
.jhb-fa__progress button.is-complete + i{
    background:linear-gradient(90deg,#8fc7ae,#cfe9dd);
}

.jhb-fa__step{
    min-width:0;
    margin:0;
    padding:0;
    border:0;
}

.jhb-fa__step.is-active{
    animation:jhbFaStepIn .26s cubic-bezier(.2,.7,.25,1) both;
}

@keyframes jhbFaStepIn{
    from{opacity:.25;transform:translateY(8px)}
    to{opacity:1;transform:translateY(0)}
}

.jhb-fa__step legend{
    width:100%;
    padding:0;
    margin:0 0 30px;
    outline:none;
    color:var(--fa-green);
    font-family:"Nunito",sans-serif;
    font-size:25px;
    font-weight:900;
    line-height:1.22;
    word-break:normal;
    overflow-wrap:normal;
    hyphens:none;
}

.jhb-fa__step legend span{
    width:31px;
    height:31px;
    margin-right:10px;
    display:inline-grid;
    place-items:center;
    vertical-align:middle;
    border-radius:10px;
    background:var(--fa-mint);
    font-size:12px;
}

.jhb-fa__grid{
    display:grid;
    gap:18px;
    margin-bottom:18px;
}
.jhb-fa__grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}
.jhb-fa__grid--1{grid-template-columns:1fr}

.jhb-fa__grid--service{margin-top:-2px}
.jhb-fa__grid--secondary{margin-bottom:4px}

.jhb-fa label{display:block;min-width:0}
.jhb-fa label>span:first-child{
    display:block;
    margin:0 0 9px;
    color:#38554b;
    font-size:13px;
    font-weight:900;
    line-height:1.35;
    word-break:normal;
    overflow-wrap:normal;
}
.jhb-fa label b{color:var(--fa-orange)}

.jhb-fa input:not([type="checkbox"]),
.jhb-fa select,
.jhb-fa textarea{
    width:100%;
    min-width:0;
    border:1px solid var(--fa-border);
    border-radius:14px;
    outline:none;
    background:#fff;
    color:#193b30;
    padding:14px 16px;
    font:inherit;
    font-size:14.7px;
    box-shadow:0 1px 0 rgba(14,60,40,.015),inset 0 0 0 1px rgba(255,255,255,.35);
    transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease,transform .18s ease;
}

.jhb-fa select,
.jhb-fa input:not([type="checkbox"]){min-height:56px}
.jhb-fa select{
    appearance:none;
    -webkit-appearance:none;
    padding-right:48px;
    cursor:pointer;
    text-overflow:ellipsis;
    background-image:
        linear-gradient(45deg,transparent 50%,#46685b 50%),
        linear-gradient(135deg,#46685b 50%,transparent 50%);
    background-position:
        calc(100% - 20px) 50%,
        calc(100% - 15px) 50%;
    background-size:5px 5px,5px 5px;
    background-repeat:no-repeat;
}
.jhb-fa textarea{min-height:174px;resize:vertical;line-height:1.55}

.jhb-fa input::placeholder,
.jhb-fa textarea::placeholder{color:#87948f;opacity:1}

.jhb-fa input:not([type="checkbox"]):hover,
.jhb-fa select:hover:not(:disabled),
.jhb-fa textarea:hover{
    border-color:#bdd6cb;
    background-color:#fdfefd;
}

.jhb-fa input:focus,
.jhb-fa select:focus,
.jhb-fa textarea:focus{
    border-color:#6ca187;
    background-color:#fff;
    box-shadow:0 0 0 4px rgba(87,147,67,.095),0 10px 24px rgba(14,60,40,.055);
}

.jhb-fa select.has-value{
    border-color:#b8d7ca;
    color:#123c2d;
}

.jhb-fa select.is-updated{
    animation:jhbFaSelectPulse .5s ease;
}

.jhb-fa__select-field{
    position:relative;
}

.jhb-fa__select-field.is-focused>span:first-child{
    color:var(--fa-green);
}

@keyframes jhbFaSelectPulse{
    0%{box-shadow:0 0 0 0 rgba(87,147,67,0)}
    45%{box-shadow:0 0 0 5px rgba(87,147,67,.12)}
    100%{box-shadow:0 0 0 0 rgba(87,147,67,0)}
}

.jhb-fa textarea+small{
    display:block;
    margin-top:6px;
    color:#778780;
    font-size:11px;
    text-align:right;
}

.jhb-fa__field-help{
    display:block;
    position:relative;
    max-width:100%;
    margin-top:8px;
    padding-left:18px;
    color:#6d7f78;
    font-size:11.5px;
    line-height:1.45;
    word-break:normal;
    overflow-wrap:normal;
    hyphens:none;
}

.jhb-fa__field-help::before{
    content:"";
    position:absolute;
    left:1px;
    top:.31em;
    width:10px;
    height:10px;
    border:1.5px solid #79a792;
    border-radius:50%;
    box-shadow:inset 0 0 0 2px #fff;
    background:#cce9dc;
}

.jhb-fa__micro-notice{
    margin-top:4px;
    padding:13px 15px;
    border-radius:12px;
    background:var(--fa-blue);
    color:#426073;
    font-size:13px;
    line-height:1.5;
}

.jhb-fa__actions{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    margin-top:27px;
}
.jhb-fa__actions--end{justify-content:flex-end}
.jhb-fa button{font-family:inherit}

.jhb-fa__next,
.jhb-fa__submit,
.jhb-fa__success button{
    min-height:52px;
    padding:0 24px;
    border:0;
    border-radius:14px;
    background:linear-gradient(135deg,var(--fa-green),#075d39);
    color:#fff;
    box-shadow:0 12px 28px rgba(14,60,40,.17);
    cursor:pointer;
    font-size:14px;
    font-weight:900;
    transition:transform .18s ease,box-shadow .18s ease,background .18s ease;
}

.jhb-fa__next{min-width:244px}
.jhb-fa__next:hover,
.jhb-fa__submit:hover,
.jhb-fa__success button:hover{
    background:linear-gradient(135deg,#174f38,#0a6541);
    transform:translateY(-1px);
    box-shadow:0 15px 32px rgba(14,60,40,.21);
}

.jhb-fa__back{
    padding:10px;
    border:0;
    background:transparent;
    color:#567068;
    cursor:pointer;
    font-weight:900;
}
.jhb-fa__back:hover{color:var(--fa-green)}
.jhb-fa__submit:disabled{opacity:.65;cursor:wait;transform:none}

.jhb-fa label.jhb-fa__consent{
    display:grid;
    grid-template-columns:20px 1fr;
    gap:10px;
    align-items:start;
    margin-top:22px;
    color:#53665e;
    font-size:13px;
    line-height:1.5;
}
.jhb-fa__consent input{
    width:17px;
    height:17px;
    margin-top:3px;
    accent-color:var(--fa-green);
}
.jhb-fa__consent a{color:var(--fa-green);font-weight:900}

.jhb-fa__human-check{
    display:grid;
    grid-template-columns:38px minmax(0,1fr) 104px;
    align-items:center;
    gap:12px;
    margin-top:18px;
    padding:13px 14px;
    border:1px solid #d8e9e1;
    border-radius:14px;
    background:linear-gradient(135deg,#fbfffd 0%,#f1faf6 100%);
}
.jhb-fa__human-check-icon{
    width:38px;
    height:38px;
    display:grid;
    place-items:center;
    border-radius:11px;
    background:var(--fa-mint);
    color:var(--fa-green);
    line-height:0;
}
.jhb-fa__human-check-icon svg{
    display:block;
    width:20px;
    height:20px;
    margin:0;
    fill:none;
    stroke:currentColor;
    stroke-width:1.7;
    stroke-linecap:round;
    stroke-linejoin:round;
}
.jhb-fa__human-check-copy{min-width:0}
.jhb-fa__human-check-copy strong{
    display:block;
    color:var(--fa-green);
    font-size:13px;
    font-weight:900;
    line-height:1.25;
}
.jhb-fa__human-check-copy span{
    display:block;
    margin-top:3px;
    color:#52675f;
    font-size:12.5px;
    line-height:1.35;
}
.jhb-fa__human-check-copy b{color:#173f30;font-weight:900}
.jhb-fa__human-check-answer{display:block}
.jhb-fa .jhb-fa__human-check-answer input{
    width:100%;
    min-height:42px;
    padding:0 11px;
    border:1px solid #bdd7cb;
    border-radius:11px;
    background:#fff;
    color:#173f30;
    text-align:center;
    font-weight:900;
}
.jhb-fa .jhb-fa__human-check-answer input:hover:not(:disabled){border-color:#8fbaa7}
.jhb-fa .jhb-fa__human-check-answer input:focus{
    outline:none;
    border-color:#6ca187;
    box-shadow:0 0 0 3px rgba(87,147,67,.10);
}
.jhb-fa .jhb-fa__human-check-answer input:disabled{
    background:#f4f7f5;
    color:#97a59f;
    cursor:not-allowed;
}
.jhb-fa__human-check-note{
    margin:7px 2px 0;
    color:#778a82;
    font-size:11.5px;
    line-height:1.4;
}
.jhb-fa__human-check-note.is-error{color:#a52828}

.jhb-fa__status{min-height:20px;margin-top:12px;font-size:13px}
.jhb-fa__status.is-error{
    padding:10px 12px;
    border-radius:10px;
    background:#fff1f1;
    color:#a52828;
}
.jhb-fa__required{margin:14px 0 0;color:#7d8c86;font-size:11px}

.jhb-fa__success{text-align:center;padding:42px 20px 34px}
.jhb-fa__success-icon{
    width:64px;
    height:64px;
    margin:0 auto 18px;
    border-radius:50%;
    display:grid;
    place-items:center;
    background:var(--fa-mint);
    color:var(--fa-green);
    font-size:30px;
    font-weight:900;
}
.jhb-fa__success h2{
    margin:0 0 10px;
    color:var(--fa-green);
    font-family:"Nunito",sans-serif;
    font-size:30px;
}
.jhb-fa__success p{
    max-width:520px;
    margin:0 auto 24px;
    color:#53665e;
    line-height:1.6;
}

.jhb-fa__success-kicker{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin:0 0 10px;
    padding:6px 11px;
    border-radius:999px;
    background:var(--fa-mint);
    color:var(--fa-green);
    font-size:11px;
    line-height:1;
    font-weight:900;
    letter-spacing:.02em;
}
.jhb-fa__success-meta{
    width:min(100%,560px);
    margin:0 auto 24px;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
    text-align:left;
}
.jhb-fa__success-meta>span{
    display:flex;
    flex-direction:column;
    gap:3px;
    padding:12px 14px;
    border:1px solid #dcebe4;
    border-radius:13px;
    background:#f8fcfa;
}
.jhb-fa__success-meta b{
    color:var(--fa-green);
    font-size:12px;
}
.jhb-fa__success-meta em{
    color:#60716a;
    font-size:12px;
    line-height:1.4;
    font-style:normal;
}

.jhb-fa input.jhb-fa__hp{
    position:absolute;
    left:-10000px;
    width:1px;
    height:1px;
    opacity:0;
}
.jhb-fa [hidden]{display:none}
.jhb-fa select:disabled{opacity:.72;cursor:not-allowed;background-color:#f1f5f3;color:#7c8c86}
.jhb-fa [data-location-required][hidden]{display:none}


/* ===== UI polish 1.6.3: Stepper, Felder und eigene Dropdowns ===== */
.jhb-fa__panel{overflow:visible}

.jhb-fa__progress{
    gap:8px;
    margin:-4px 0 34px;
    padding:10px 12px;
    border:1px solid rgba(14,60,40,.075);
    border-radius:18px;
    background:linear-gradient(180deg,rgba(247,252,249,.92),rgba(251,254,252,.78));
    box-shadow:inset 0 1px 0 rgba(255,255,255,.92),0 10px 24px rgba(14,60,40,.035);
}

.jhb-fa__progress button{
    position:relative;
    min-height:48px;
    padding:5px 8px;
    border-radius:14px;
    transition:background .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease;
}

.jhb-fa__progress button:not(.is-active):not(:disabled):hover,
.jhb-fa__progress button:not(.is-active):focus-visible{
    background:rgba(229,249,242,.78);
    color:var(--fa-green);
    box-shadow:0 8px 18px rgba(14,60,40,.07),inset 0 0 0 1px rgba(87,147,67,.08);
    transform:translateY(-1px);
}

.jhb-fa__progress button.is-active{
    padding-right:12px;
    background:#fff;
    color:var(--fa-green);
    box-shadow:0 10px 22px rgba(14,60,40,.09),inset 0 0 0 1px rgba(14,60,40,.045);
}

.jhb-fa__progress button span{
    transition:background .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease;
}

.jhb-fa__progress button:not(.is-active):hover span,
.jhb-fa__progress button:not(.is-active):focus-visible span{
    border-color:#97c8b3;
    background:#f7fcf9;
    transform:scale(1.045);
}

.jhb-fa__progress button.is-active span{
    box-shadow:0 8px 18px rgba(14,60,40,.22),0 0 0 4px rgba(87,147,67,.07);
}

.jhb-fa__progress i{
    position:relative;
    overflow:hidden;
    height:2px;
    margin:0 4px;
    background:#dfeae5;
}

.jhb-fa__progress i::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(90deg,#6cae8e,#a9d7c3);
    opacity:0;
    transform:scaleX(.35);
    transform-origin:left center;
    transition:opacity .2s ease,transform .24s ease;
}

.jhb-fa__progress button.is-complete + i::after{
    opacity:1;
    transform:scaleX(1);
}

.jhb-fa__field-label{
    display:block;
    margin:0 0 9px;
    color:#38554b;
    font-size:13px;
    font-weight:900;
    line-height:1.35;
    transition:color .18s ease,transform .18s ease;
}

.jhb-fa__select-field.is-focused .jhb-fa__field-label,
.jhb-fa__select-field.is-open .jhb-fa__field-label{
    color:var(--fa-green);
    transform:translateX(1px);
}

.jhb-fa__select-field{
    position:relative;
    min-width:0;
}

.jhb-fa select.jhb-fa__native-select--enhanced{
    position:absolute;
    width:1px;
    height:1px;
    min-height:1px;
    padding:0;
    margin:0;
    opacity:0;
    pointer-events:none;
    clip:rect(0 0 0 0);
    clip-path:inset(50%);
    overflow:hidden;
}

.jhb-fa__select-ui{
    position:relative;
    z-index:3;
}

.jhb-fa__select-field.is-open{z-index:40}

.jhb-fa__select-trigger{
    width:100%;
    min-height:56px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    padding:13px 16px;
    border:1px solid var(--fa-border);
    border-radius:14px;
    background:linear-gradient(180deg,#fff 0%,#fdfefd 100%);
    color:#193b30;
    box-shadow:0 1px 0 rgba(14,60,40,.02),inset 0 1px 0 rgba(255,255,255,.8);
    font:inherit;
    font-size:14.7px;
    line-height:1.35;
    text-align:left;
    cursor:pointer;
    transition:border-color .18s ease,background .18s ease,box-shadow .18s ease,transform .18s ease;
}

.jhb-fa__select-trigger.is-placeholder{color:#87948f}
.jhb-fa__select-trigger:hover:not(:disabled){
    border-color:#aacdbd;
    background:linear-gradient(180deg,#fff 0%,#f8fcfa 100%);
    box-shadow:0 8px 20px rgba(14,60,40,.055);
    transform:translateY(-1px);
}

.jhb-fa__select-field.is-open .jhb-fa__select-trigger,
.jhb-fa__select-trigger:focus-visible{
    outline:none;
    border-color:#6ca187;
    background:#fff;
    box-shadow:0 0 0 4px rgba(87,147,67,.10),0 14px 30px rgba(14,60,40,.09);
    transform:translateY(-1px);
}

.jhb-fa__select-trigger:disabled{
    cursor:not-allowed;
    color:#98a7a1;
    border-color:#e2ebe7;
    background:#f4f7f5;
    box-shadow:none;
}

.jhb-fa__select-chevron{
    flex:0 0 26px;
    width:26px;
    height:26px;
    display:grid;
    place-items:center;
    padding:0;
    border-radius:8px;
    background:rgba(229,249,242,.82);
    color:#315f50;
    line-height:0;
    transition:background .18s ease,box-shadow .18s ease;
}

.jhb-fa__select-chevron-icon{
    display:block;
    width:12px;
    height:12px;
    margin:0;
    overflow:visible;
    transform-origin:50% 50%;
    transition:transform .18s ease;
}

.jhb-fa__select-chevron-icon path{
    fill:none;
    stroke:currentColor;
    stroke-width:1.7;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.jhb-fa__select-field.is-open .jhb-fa__select-chevron{
    background:var(--fa-mint);
    box-shadow:0 0 0 1px rgba(87,147,67,.08) inset;
}

.jhb-fa__select-field.is-open .jhb-fa__select-chevron-icon{
    transform:rotate(180deg);
}

.jhb-fa__select-menu{
    position:absolute;
    left:0;
    right:0;
    top:calc(100% + 8px);
    z-index:60;
    max-height:292px;
    overflow:auto;
    padding:7px;
    border:1px solid #cfe1d9;
    border-radius:16px;
    background:rgba(255,255,255,.985);
    box-shadow:0 24px 55px rgba(14,60,40,.17),0 0 0 1px rgba(255,255,255,.9) inset;
    backdrop-filter:blur(12px);
    animation:jhbFaSelectIn .16s cubic-bezier(.2,.75,.25,1) both;
    scrollbar-width:thin;
    scrollbar-color:#b8d4c8 transparent;
}

.jhb-fa__select-menu[hidden]{display:none}

@keyframes jhbFaSelectIn{
    from{opacity:0;transform:translateY(-5px) scale(.99)}
    to{opacity:1;transform:translateY(0) scale(1)}
}

.jhb-fa__select-option{
    position:relative;
    width:100%;
    min-height:43px;
    display:flex;
    align-items:center;
    padding:10px 38px 10px 12px;
    border:0;
    border-radius:11px;
    background:transparent;
    color:#294a3f;
    font:inherit;
    font-size:14.2px;
    font-weight:750;
    line-height:1.35;
    text-align:left;
    cursor:pointer;
    transition:background .14s ease,color .14s ease,transform .14s ease;
}

.jhb-fa__select-option:hover,
.jhb-fa__select-option:focus-visible{
    outline:none;
    background:#eef9f4;
    color:var(--fa-green);
    transform:translateX(2px);
}

.jhb-fa__select-option.is-selected:not(.is-placeholder){
    background:linear-gradient(90deg,#e5f9f2 0%,#f3fbf7 100%);
    color:var(--fa-green);
    font-weight:900;
}

.jhb-fa__select-option.is-selected:not(.is-placeholder)::after{
    content:"✓";
    position:absolute;
    right:13px;
    top:50%;
    width:22px;
    height:22px;
    display:grid;
    place-items:center;
    border-radius:50%;
    background:#fff;
    color:var(--fa-green);
    box-shadow:0 3px 9px rgba(14,60,40,.08);
    transform:translateY(-50%);
    font-size:12px;
}

.jhb-fa__select-option.is-placeholder{color:#84938d;font-weight:700}

.jhb-fa__select-field.has-error .jhb-fa__select-trigger{
    border-color:#d47a53;
    box-shadow:0 0 0 4px rgba(233,98,11,.09);
}

.jhb-fa__select-field.is-auto-selected .jhb-fa__select-trigger{
    border-color:#9ecbb8;
    background:linear-gradient(180deg,#fbfffd 0%,#edf9f4 100%);
    box-shadow:0 0 0 3px rgba(87,147,67,.065),0 10px 24px rgba(14,60,40,.055);
}

.jhb-fa__select-field.is-auto-selected .jhb-fa__field-help{
    color:#396957;
    font-weight:760;
}

.jhb-fa__field-help{
    display:block;
    min-height:19px;
    margin:8px 2px 0;
    color:#7b8b85;
    font-size:11.8px;
    line-height:1.45;
    transition:color .18s ease;
}

.jhb-fa input:not([type="checkbox"]),
.jhb-fa textarea{
    transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease,transform .18s ease;
}

.jhb-fa input:not([type="checkbox"]):hover,
.jhb-fa textarea:hover{
    transform:translateY(-1px);
    box-shadow:0 8px 20px rgba(14,60,40,.045);
}

.jhb-fa input:not([type="checkbox"]):focus,
.jhb-fa textarea:focus{
    transform:translateY(-1px);
}

.jhb-fa__next,
.jhb-fa__submit{
    position:relative;
    overflow:hidden;
    isolation:isolate;
}

.jhb-fa__next::before,
.jhb-fa__submit::before{
    content:"";
    position:absolute;
    z-index:-1;
    inset:0;
    background:linear-gradient(115deg,transparent 16%,rgba(255,255,255,.16) 44%,transparent 70%);
    transform:translateX(-125%);
    transition:transform .42s ease;
}

.jhb-fa__next:hover::before,
.jhb-fa__submit:hover::before{transform:translateX(125%)}

@media(max-width:1180px){
    .jhb-fa{
        width:min(840px,calc(100vw - 40px));
        grid-template-columns:1fr;
        gap:38px;
    }
    .jhb-fa::before{left:-280px;top:-20px}
    .jhb-fa__intro{padding-top:0}
    .jhb-fa h1{font-size:clamp(46px,7vw,60px)}
    .jhb-fa__lead{max-width:680px}
    .jhb-fa__notice{max-width:720px}
    .jhb-fa__privacy-points{max-width:720px}
}

@media(max-width:720px){
    .jhb-fa{
        width:calc(100vw - 32px);
        margin-top:26px;
        margin-bottom:48px;
        gap:28px;
    }
    .jhb-fa::before{display:none}
    .jhb-fa__intro{text-align:center}
    .jhb-fa__eyebrow{font-size:13px}
    .jhb-fa h1{
        margin-top:20px;
        font-size:clamp(39px,10.5vw,52px);
        line-height:1.06;
        white-space:normal;
    }
    .jhb-fa__title-accent{margin:20px auto 21px}
    .jhb-fa__lead{font-size:16px;line-height:1.65}
    .jhb-fa__notice{
        grid-template-columns:48px minmax(0,1fr);
        gap:15px;
        margin-top:28px;
        padding:20px 18px;
        text-align:left;
        border-radius:17px;
    }
    .jhb-fa__notice-icon{width:46px;height:46px}
    .jhb-fa__notice p{font-size:14px}
    .jhb-fa__privacy-points{
        grid-template-columns:1fr;
        gap:9px;
        margin-top:16px;
        text-align:left;
    }
    .jhb-fa__privacy-point{min-height:64px;padding:10px 13px}
    .jhb-fa__panel{padding:24px 20px;border-radius:22px}
    .jhb-fa__progress{margin-bottom:28px}
    .jhb-fa__progress button{display:block;text-align:center}
    .jhb-fa__progress button em{display:none}
    .jhb-fa__progress i{margin:0 8px}
    .jhb-fa__grid--2{grid-template-columns:1fr;gap:15px}
    .jhb-fa__grid{margin-bottom:15px}
    .jhb-fa__step legend{font-size:22px;line-height:1.28;margin-bottom:22px}
    .jhb-fa__field-help{max-width:none}
    .jhb-fa__actions{margin-top:22px}
    .jhb-fa__next,.jhb-fa__submit{flex:1;min-width:0}
    .jhb-fa__back{padding-left:2px}
    .jhb-fa__consent{text-align:left}
    .jhb-fa__actions:has(.jhb-fa__submit){align-items:stretch;flex-direction:column-reverse}
    .jhb-fa__actions:has(.jhb-fa__submit) .jhb-fa__back{align-self:flex-start}
}

@media(max-width:420px){
    .jhb-fa{width:calc(100vw - 24px)}
    .jhb-fa__notice{grid-template-columns:1fr}
    .jhb-fa__notice-icon{margin:0 auto}
    .jhb-fa__notice-copy{text-align:center}
    .jhb-fa__progress button span{width:32px;height:32px;flex-basis:32px}
    .jhb-fa__panel{padding:21px 15px}
}

@media(prefers-reduced-motion:reduce){
    .jhb-fa *{scroll-behavior:auto;transition:none;animation:none}
}

@media(max-width:620px){.jhb-fa__success-meta{grid-template-columns:1fr}.jhb-fa__success{padding:34px 4px 26px}}

/* Eingebettete Formularausgabe für die eigenständige Theme-Seite. */
.jhb-fa.jhb-fa--form-only{
    width:100%;
    max-width:none;
    margin:0;
    transform:none;
    display:block;
}

.jhb-fa.jhb-fa--form-only::before{display:none}

.jhb-fa.jhb-fa--form-only .jhb-fa__panel{
    width:100%;
    margin:0;
}

@media (max-width:760px){
    .jhb-fa.jhb-fa--form-only{width:100%;margin:0;transform:none}
}

/* Dropdown-Menü: progressive Verfeinerung für Browser, die option/optgroup stylen. */
.jhb-fa select option{
    background:#fff;
    color:#17362c;
    font-family:"Nunito Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    font-size:14.5px;
    padding:9px 12px;
}

.jhb-fa select option:checked{
    background:#e5f9f2;
    color:#0e3c28;
}

.jhb-fa select optgroup{
    color:#315247;
    font-weight:900;
}

/* 1.6.6: Dropdown-Kontrast + feiner Hover + sauber zentrierte Icons in den Mint-Flächen. */
.jhb-fa .jhb-fa__select-trigger,
.jhb-fa .jhb-fa__select-trigger:hover:not(:disabled),
.jhb-fa .jhb-fa__select-field.is-open .jhb-fa__select-trigger,
.jhb-fa .jhb-fa__select-trigger:focus-visible{
    color:#193b30;
    -webkit-text-fill-color:#193b30;
}

/* Der sichtbare Wert bekommt eine eigene Textfarbe, damit globale button:hover-Regeln
   des Themes den Text niemals auf Weiß umschalten können. */
.jhb-fa .jhb-fa__select-trigger .jhb-fa__select-value,
.jhb-fa .jhb-fa__select-trigger:hover .jhb-fa__select-value,
.jhb-fa .jhb-fa__select-field.is-open .jhb-fa__select-value,
.jhb-fa .jhb-fa__select-trigger:focus-visible .jhb-fa__select-value{
    color:#193b30;
    -webkit-text-fill-color:#193b30;
}

.jhb-fa .jhb-fa__select-trigger.is-placeholder .jhb-fa__select-value,
.jhb-fa .jhb-fa__select-trigger.is-placeholder:hover .jhb-fa__select-value{
    color:#87948f;
    -webkit-text-fill-color:#87948f;
}

.jhb-fa .jhb-fa__select-trigger:disabled .jhb-fa__select-value{
    color:#98a7a1;
    -webkit-text-fill-color:#98a7a1;
}

.jhb-fa .jhb-fa__select-menu .jhb-fa__select-option{
    color:#183f32;
    -webkit-text-fill-color:#183f32;
    background:transparent;
    box-shadow:inset 0 0 0 0 rgba(87,147,67,0);
}

@media (hover:hover) and (pointer:fine){
    .jhb-fa .jhb-fa__select-menu .jhb-fa__select-option:hover{
        color:#0e3c28;
        -webkit-text-fill-color:#0e3c28;
        background:linear-gradient(90deg,#e5f9f2 0%,#f3fbf7 100%);
        box-shadow:inset 1px 0 0 #579343,0 5px 14px rgba(14,60,40,.045);
        transform:translateX(1px);
    }
}

.jhb-fa .jhb-fa__select-menu .jhb-fa__select-option:focus-visible{
    outline:none;
    color:#0e3c28;
    -webkit-text-fill-color:#0e3c28;
    background:linear-gradient(90deg,#e5f9f2 0%,#f3fbf7 100%);
    box-shadow:inset 1px 0 0 #579343,0 0 0 2px rgba(87,147,67,.12);
    transform:translateX(1px);
}

.jhb-fa .jhb-fa__select-menu .jhb-fa__select-option.is-selected:not(.is-placeholder),
.jhb-fa .jhb-fa__select-menu .jhb-fa__select-option.is-selected:not(.is-placeholder):hover,
.jhb-fa .jhb-fa__select-menu .jhb-fa__select-option.is-selected:not(.is-placeholder):focus-visible{
    color:#0e3c28;
    -webkit-text-fill-color:#0e3c28;
    background:linear-gradient(90deg,#dff5ec 0%,#edf9f4 100%);
    box-shadow:inset 1px 0 0 #0e3c28,0 4px 12px rgba(14,60,40,.04);
    font-weight:900;
}

.jhb-fa .jhb-fa__select-menu .jhb-fa__select-option[data-value="stationaer"],
.jhb-fa .jhb-fa__select-menu .jhb-fa__select-option[data-value="stationaer"]:hover,
.jhb-fa .jhb-fa__select-menu .jhb-fa__select-option[data-value="stationaer"]:focus-visible,
.jhb-fa .jhb-fa__select-menu .jhb-fa__select-option[data-value="stationaer"].is-selected{
    color:#0e3c28;
    -webkit-text-fill-color:#0e3c28;
}

.jhb-fa .jhb-fa__select-menu .jhb-fa__select-option.is-placeholder,
.jhb-fa .jhb-fa__select-menu .jhb-fa__select-option.is-placeholder:hover,
.jhb-fa .jhb-fa__select-menu .jhb-fa__select-option.is-placeholder:focus-visible{
    color:#71847c;
    -webkit-text-fill-color:#71847c;
}



/* 1.6.6: SVG-Icons in runden Mint-/Hinweis-Flächen pixelgenau zentrieren. */
.jhb-fa__notice-icon,
.jhb-fa__success-icon{
    line-height:0;
}

.jhb-fa__notice-icon svg,
.jhb-fa__success-icon svg{
    display:block;
    margin:0 auto;
}


/* 1.6.7: Form-Selects bleiben in allen normalen Interaktionszuständen Mint/Grün.
   Orange ist ausschließlich für echte Hinweise/Fehler reserviert. */
.jhb-fa .jhb-fa__select-ui > .jhb-fa__select-trigger:focus,
.jhb-fa .jhb-fa__select-ui > .jhb-fa__select-trigger:active,
.jhb-fa .jhb-fa__select-ui > .jhb-fa__select-trigger[aria-expanded="true"],
.jhb-fa .jhb-fa__select-field.has-value .jhb-fa__select-trigger{
    color:#193b30;
    -webkit-text-fill-color:#193b30;
    border-color:#b8d7c8;
    background:linear-gradient(180deg,#ffffff 0%,#f4fbf7 100%);
}

.jhb-fa .jhb-fa__select-ui > .jhb-fa__select-trigger:focus,
.jhb-fa .jhb-fa__select-ui > .jhb-fa__select-trigger[aria-expanded="true"]{
    outline:none;
    border-color:#78ab91;
    box-shadow:0 0 0 4px rgba(87,147,67,.09),0 12px 28px rgba(14,60,40,.075);
}

.jhb-fa .jhb-fa__select-ui > .jhb-fa__select-trigger:active{
    transform:translateY(0);
    box-shadow:0 0 0 3px rgba(87,147,67,.07),0 7px 18px rgba(14,60,40,.055);
}

.jhb-fa .jhb-fa__select-trigger:not(.is-placeholder) .jhb-fa__select-chevron{
    background:#e5f9f2;
}


/* 1.6.11: Kleiner serverseitig geprüfter Sicherheitscheck vor dem Absenden. */
@media (max-width:620px){
    .jhb-fa__human-check{
        grid-template-columns:38px minmax(0,1fr);
    }
    .jhb-fa__human-check-answer{
        grid-column:1 / -1;
    }
    .jhb-fa .jhb-fa__human-check-answer input{
        text-align:left;
    }
}
