/* Baderech Eleha – Form Styles */
#bde-wrap{direction:rtl;font-family:inherit;color:#2E2E2E;max-width:760px;margin:0 auto;padding:0 14px 48px}
.bde-preamble{background:#F2E3DF;border-right:4px solid #C25C75;border-radius:10px;padding:22px 26px;margin-bottom:26px;line-height:1.8}
.bde-title{font-size:1.55rem;color:#8E494A;font-weight:700;margin-bottom:10px}
.bde-preamble p{margin:0 0 8px}
.bde-preamble p:last-child{margin:0}
.bde-prog-wrap{background:#DDD0CB;border-radius:50px;height:7px;margin-bottom:5px;overflow:hidden}
.bde-prog-fill{height:100%;background:#C25C75;border-radius:50px;transition:width .3s}
.bde-step-lbl{font-size:.83rem;color:#666;text-align:center;margin-bottom:16px}
.bde-step{background:#fff;border-radius:10px;box-shadow:0 2px 16px rgba(0,0,0,.07);padding:28px 32px;margin-bottom:18px}
@media(max-width:520px){.bde-step{padding:16px 14px}}
.bde-step-title{font-size:1.1rem;font-weight:700;color:#8E494A;padding-bottom:12px;border-bottom:2px solid #F2E3DF;margin-bottom:20px}
.bde-field{margin-bottom:18px}
.bde-field label:not(.bde-radio-label):not(.bde-check-label):not(.bde-checkbox-label){display:block;font-weight:600;font-size:.95rem;margin-bottom:5px}
.bde-field fieldset{border:none;padding:0;margin:0}
.bde-field legend{font-weight:600;font-size:.95rem;margin-bottom:8px;line-height:1.5}
.bde-req{color:#C25C75}
.bde-hint{display:block;font-size:.82rem;color:#666;margin-bottom:5px;line-height:1.55}
.bde-field input[type=text],.bde-field input[type=tel],.bde-field input[type=email],.bde-field select,.bde-field textarea{width:100%;padding:9px 12px;border:1.5px solid #DDD0CB;border-radius:7px;font-size:.96rem;font-family:inherit;color:#2E2E2E;background:#fafafa;direction:rtl;box-sizing:border-box;transition:border-color .2s,box-shadow .2s}
.bde-field input:focus,.bde-field select:focus,.bde-field textarea:focus{outline:none;border-color:#C25C75;box-shadow:0 0 0 3px rgba(194,92,117,.25)}
.bde-field textarea{resize:vertical;min-height:88px}
.bde-field select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7'%3E%3Cpath d='M1 1l4.5 4.5L10 1' stroke='%238E494A' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:left 12px center;padding-left:32px}
.bde-radio-label,.bde-check-label{display:flex;align-items:flex-start;gap:8px;cursor:pointer;font-size:.95rem;line-height:1.55;margin-bottom:8px}
.bde-radio-label input,.bde-check-label input{flex-shrink:0;margin-top:3px;width:17px;height:17px;accent-color:#C25C75;cursor:pointer}
.bde-scale{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:8px}
.bde-scale-min,.bde-scale-max{font-size:.79rem;color:#666;flex:1;min-width:90px}
.bde-scale-min{text-align:right}.bde-scale-max{text-align:left}
.bde-scale-nums{display:flex;gap:5px}
.bde-scale-item{display:flex;flex-direction:column;align-items:center;gap:3px;cursor:pointer}
.bde-scale-item input{width:18px;height:18px;accent-color:#C25C75;cursor:pointer}
.bde-scale-item span{font-size:.84rem;color:#666}
.bde-other-box{margin-top:7px;padding-right:24px}
.bde-other-box input{width:100%;padding:8px 12px;border:1.5px solid #DDD0CB;border-radius:7px;font-size:.94rem;font-family:inherit;box-sizing:border-box}
.bde-checkbox-label{display:flex;align-items:flex-start;gap:9px;cursor:pointer;font-size:.93rem;line-height:1.65;margin-top:6px}
.bde-checkbox-label input{flex-shrink:0;margin-top:3px;width:17px;height:17px;accent-color:#C25C75}
.bde-checkbox-label a{color:#C25C75}
.bde-err{font-size:.81rem;color:#c0392b;display:block;margin-top:3px}
.bde-nav{display:flex;gap:10px;margin-top:6px;flex-wrap:wrap}
#bde-prev,#bde-next,#bde-submit{padding:10px 24px;border-radius:7px;font-size:.96rem;font-weight:600;border:none;cursor:pointer;font-family:inherit;transition:background .18s}
#bde-next,#bde-submit{background:#C25C75;color:#fff}
#bde-next:hover,#bde-submit:hover{background:#8E494A}
#bde-prev{background:#F2E3DF;color:#8E494A;border:1.5px solid #DDD0CB}
#bde-prev:hover{background:#DDD0CB}
button:disabled{opacity:.6;cursor:not-allowed}
.bde-banner-err{background:#fde8e8;border:1px solid #f5c6c6;border-radius:7px;color:#c0392b;padding:10px 14px;margin-top:8px;font-size:.92rem}
.bde-success{background:#fff;border-radius:10px;box-shadow:0 2px 16px rgba(0,0,0,.07);padding:32px;text-align:center;border-top:5px solid #8FAF9F}
.bde-success h2{color:#8E494A;font-size:1.3rem;margin-bottom:12px}
.bde-success p{line-height:1.85;margin-bottom:7px}
.bde-hp{position:absolute;left:-9999px;opacity:0;height:0;overflow:hidden}
@media(max-width:480px){#bde-prev,#bde-next,#bde-submit{width:100%}.bde-nav{flex-direction:column}.bde-scale{flex-direction:column;align-items:flex-start}.bde-scale-max{text-align:right}}
