.app-shell{width:min(80vw,1200px);max-width:100%;margin:0 auto}.app-menu{position:sticky;top:0;z-index:1000;background:#fff;display:flex;justify-content:center;margin:0;padding:1rem 0}.app-menu__list{display:flex;gap:1.5rem;list-style:none;padding:0;margin:0}.app-menu__item{font-size:1rem;font-weight:600;color:#1f2937;background:transparent;border:none;cursor:pointer;padding:.5rem 1rem;border-radius:9999px;transition:background .2s ease-in-out,color .2s ease-in-out}.app-menu__item:hover{background:#2563eb1f}.app-menu__item--active{color:#1d4ed8;background:#2563eb2e}.app{margin:0 auto;width:min(80vw,1200px);max-width:100%;padding:2.5rem;background:#fff;border-radius:1rem;box-shadow:0 20px 45px -25px #0f172a73}.clarify-form{display:flex;flex-direction:column;gap:1.25rem}.clarify-header{display:flex;justify-content:flex-end}.clarify-toggle{position:relative;display:inline-flex;align-items:center;gap:.75rem;font-weight:600;color:#1f2937;-webkit-user-select:none;user-select:none}.clarify-toggle__checkbox{position:absolute;opacity:0;width:0;height:0}.clarify-toggle__slider{position:relative;width:3.5rem;height:1.8rem;border-radius:9999px;background:#d1d5db;transition:background .2s ease-in-out;cursor:pointer}.clarify-toggle__slider:after{content:"";position:absolute;top:.2rem;left:.2rem;width:1.4rem;height:1.4rem;border-radius:50%;background:#fff;box-shadow:0 2px 6px #0f172a40;transition:transform .2s ease-in-out}.clarify-toggle__checkbox:checked+.clarify-toggle__slider{background:#2563eb}.clarify-toggle__checkbox:checked+.clarify-toggle__slider:after{transform:translate(1.6rem)}.clarify-toggle__label{font-size:.95rem}.clarify-form__textarea{min-height:20rem;padding:1rem;font-size:1rem;line-height:1.5;color:#111827;border:1px solid #d1d5db;border-radius:.75rem;resize:vertical;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out}.clarify-form__textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.clarify-form__button{align-self:flex-start;padding:.75rem 2.25rem;font-size:1rem;font-weight:600;color:#fff;background:#2563eb;border:none;border-radius:9999px;cursor:pointer;transition:background .2s ease-in-out,transform .1s ease-in-out}.clarify-form__button:hover{background:#1d4ed8}.clarify-form__button:active{background:#1e40af;transform:translateY(1px)}.clarify-form__button:disabled{cursor:not-allowed;background:#9ca3af;transform:none}.clarify-form__error{margin:0;color:#dc2626;font-weight:500}.clarify-form__error--quote{margin-top:1rem;white-space:pre-wrap}.quote-output{margin-top:1.5rem;padding:1rem;background:#f8fafc;border-radius:.75rem;border:1px solid #e2e8f0;font-family:Fira Code,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.9rem;line-height:1.5;max-height:24rem;overflow:auto}.clarify-form__loading{display:flex;align-items:center;gap:.75rem;color:#1f2937;font-weight:500}.clarify-form__loading-text{font-size:1rem}.clarify-form__spinner{width:1.5rem;height:1.5rem;border-radius:9999px;border:3px solid rgba(37,99,235,.25);border-top-color:#2563eb;animation:clarify-spin .75s linear infinite}@keyframes clarify-spin{to{transform:rotate(360deg)}}.clarify-results{margin-top:2.5rem;display:flex;flex-direction:column;gap:2rem;width:100%;margin-left:auto;margin-right:auto}.clarify-results__nav{display:flex;justify-content:flex-start}.clarify-nav__back{padding:.5rem 1.25rem;font-size:.95rem;font-weight:600;color:#1f2937;background:#e5e7eb;border:none;border-radius:9999px;cursor:pointer;transition:background .2s ease-in-out,transform .1s ease-in-out}.clarify-nav__back:hover{background:#d1d5db}.clarify-nav__back:active{transform:translateY(1px)}.clarify-results__section{display:flex;flex-direction:column;gap:1rem}.clarify-room{padding:1.5rem;border:1px solid #e5e7eb;border-radius:1rem;background:#f9fafb;display:flex;flex-direction:column;gap:1rem}.clarify-room__title{margin:0;font-size:1.1rem;font-weight:600;color:#1f2937}.clarify-results__heading{margin:0;font-size:1.25rem;font-weight:700;color:#111827}.clarify-results__rooms{margin:0;padding-left:1.25rem;color:#111827}.clarify-results__questions{margin:0;padding-left:1.25rem;display:flex;flex-direction:column;gap:1.25rem}.clarify-results__empty{margin:0;color:#6b7280}.clarify-question{display:flex;flex-direction:column;gap:.5rem}.clarify-question__label{font-weight:600;color:#1f2937}.clarify-question__input{padding:.75rem 1rem;font-size:1rem;color:#111827;border:1px solid #d1d5db;border-radius:.75rem;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out}.clarify-question__input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.clarify-question__unit{align-self:flex-start;padding:.25rem .5rem;font-size:.9rem;color:#374151;background:#eef2ff;border-radius:9999px}.clarify-pricing{padding:1.5rem;border:1px solid #e5e7eb;border-radius:1rem;background:#f9fafb}.clarify-pricing__label{margin-bottom:.5rem;font-weight:600;color:#1f2937}.clarify-results__actions{display:flex;justify-content:flex-end}.clarify-offer__button{padding:.75rem 2.5rem;font-size:1rem;font-weight:600;color:#fff;background:#10b981;border:none;border-radius:9999px;cursor:pointer;transition:background .2s ease-in-out,transform .1s ease-in-out}.clarify-offer__button:hover{background:#0fa270}.clarify-offer__button:active{transform:translateY(1px)}.rules-panel{display:flex;flex-direction:column;gap:1.5rem}.rules-panel__title{margin:0;font-size:1.5rem;font-weight:700;color:#111827}.rules-panel__hint{margin:0;color:#6b7280;font-size:.95rem}.rules-panel__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.5rem}.rules-button{padding:.55rem 1.5rem;font-size:.95rem;font-weight:600;color:#1f2937;background:#e5e7eb;border:none;border-radius:9999px;cursor:pointer;transition:background .2s ease-in-out,transform .1s ease-in-out}.rules-button:hover{background:#d1d5db}.rules-button:active{transform:translateY(1px)}.rules-button:disabled{cursor:not-allowed;background:#cbd5f5}.rules-button--primary{color:#fff;background:#2563eb}.rules-button--primary:hover{background:#1d4ed8}.rules-button--primary:disabled{background:#93c5fd}.rules-button--warning{background:#e5e7eb;color:#1f2937}.rules-button--warning:hover{background:#d1d5db}.rules-button--warning:disabled{background:#cbd5f5}.rules-panel__status{margin:0;color:#1f2937;font-weight:500}.rules-panel__editor{width:100%;min-height:12rem;padding:1rem;font-size:1rem;line-height:1.5;color:#111827;border:1px solid #d1d5db;border-radius:.75rem;resize:vertical;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out}.rules-panel__editor:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.rules-panel__list{margin:0;padding-left:1.25rem;display:flex;flex-direction:column;gap:.75rem;color:#111827}.rules-panel__item{line-height:1.5}.rules-panel__error{margin:0;color:#dc2626;font-weight:500}.rules-panel__footer{display:flex;justify-content:flex-end;margin-top:1.5rem}.builder-step{padding:0;display:flex;flex-direction:column;gap:0;background:transparent}body.hb-calculator-started #hb-calculator-root{box-sizing:border-box;padding-inline:clamp(24px,3.5vw,72px)}.builder-progress{align-items:center;background:#fff;border-bottom:1px solid rgba(9,33,55,.1);display:none;gap:24px;padding:18px 32px;width:100%}body.hb-calculator-started .builder-progress{display:flex;justify-content:center;padding:50px 32px 20px}.builder-progress__page-title{color:#092137;display:none;font-size:clamp(1.4rem,5.6vw,2.45rem);font-weight:900;line-height:1;margin:0;text-align:left;text-decoration:underline;text-decoration-color:#50c8d6;text-decoration-thickness:.12em;text-underline-offset:.12em}body.hb-calculator-started .builder-progress__page-title{display:block;flex:0 1 auto}body.hb-calculator-started .builder-progress__track{flex:0 1 420px;margin:0;max-width:420px}body:not(.hb-calculator-started) .builder-step__question .builder-step__title{display:none}.builder-progress__logo-wrapper{align-items:center;display:none;flex:0 0 72px;height:72px;justify-content:center;text-decoration:none;width:72px}.builder-progress__logo{display:block;height:auto;max-height:100%;max-width:100%;object-fit:contain;width:auto}.builder-progress__track{align-items:flex-start;display:flex;flex:1;gap:12px;justify-content:space-between;margin:0 auto;max-width:560px;position:relative}.builder-progress__item{align-items:center;color:#a4adb7;display:flex;flex:1 1 0;flex-direction:column;font-size:.8rem;font-weight:600;gap:6px;position:relative;text-align:center}.builder-progress__item:after{background:#d9e1e8;content:"";height:3px;left:50%;position:absolute;top:10px;transform:translate(4px);width:calc(100% - 8px);z-index:0}.builder-progress__item:last-child:after{content:none}.builder-progress__item--active,.builder-progress__item--completed{color:#092137}.builder-progress__item--completed:after{background:#50c8d6}.builder-progress__dot{background:#fff;border:3px solid #d9e1e8;border-radius:999px;box-shadow:0 2px 6px #122b3d14;display:inline-block;height:22px;position:relative;width:22px;z-index:1}.builder-progress__item--completed .builder-progress__dot{background:#50c8d6;border-color:#50c8d6;box-shadow:0 2px 6px #50c8d647}.builder-progress__item--active .builder-progress__dot{background:radial-gradient(circle,#fff 48%,#50c8d6 52%);border-color:#50c8d6}.builder-step__body{margin:0 auto;width:100%;display:flex;flex-direction:column;gap:2.5rem;padding:32px;border:3px solid #092137;border-radius:0;background:#fffdf1;box-shadow:none}.builder-step__title{margin:0;font-size:2rem;font-weight:900;color:#092137;line-height:1.05;text-align:center;text-decoration:underline;text-decoration-color:#50c8d6;text-decoration-thickness:5px;text-underline-offset:6px}.builder-step__subtitle{margin:0;font-size:1.6rem;font-weight:900;color:#092137;line-height:1.1;text-align:center}.builder-step__question{display:flex;flex-direction:column;gap:1.75rem;scroll-margin-top:1.5rem}.builder-step__question--secondary{opacity:0;transform:translateY(16px);pointer-events:none;max-height:0;overflow:hidden;transition:opacity .5s ease,transform .5s ease,max-height .5s ease}.builder-step__question--visible{opacity:1;transform:translateY(0);pointer-events:auto;max-height:none;overflow:visible}.builder-step__options{display:grid;gap:28px;grid-template-columns:repeat(2,minmax(180px,260px));justify-content:center}.builder-option{aspect-ratio:1 / 1;border:3px solid #092137;border-radius:0;padding:24px 18px;background:#fff;display:flex;flex-direction:column;gap:1rem;align-items:center;justify-content:center;cursor:pointer;transition:background-color .16s ease,color .16s ease,transform .16s ease}.builder-option--selected{background:#50c8d6;box-shadow:none}.builder-option__image-wrapper{width:100%;display:flex;justify-content:center}.builder-option__image{max-width:135px;width:100%;height:auto}.builder-option__label{font-size:1.1rem;font-weight:900;color:#092137;text-align:center}.builder-condition{display:flex;flex-direction:column;gap:1.5rem}.builder-condition__icons{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.builder-condition__item{border:3px solid #092137;background:#fff;padding:14px 10px;display:flex;flex-direction:column;align-items:center;gap:.75rem;cursor:pointer;border-radius:0;transition:background-color .16s ease,transform .16s ease}.builder-condition__item:hover{background:#50c8d6;transform:translateY(-2px)}.builder-condition__item:disabled{cursor:default;opacity:.6}.builder-condition__image-wrapper{width:100%;display:flex;justify-content:center}.builder-condition__image{max-width:120px;width:100%;height:auto;object-fit:contain}.builder-condition__label{font-size:1rem;font-weight:600;color:#1f2937;text-align:center}.builder-condition__slider{display:flex;flex-direction:column;align-items:stretch;gap:.5rem}.builder-step__slider{width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;height:32px;cursor:pointer}.builder-step__slider--inactive::-webkit-slider-thumb{opacity:0;pointer-events:none;box-shadow:none}.builder-step__slider--inactive::-moz-range-thumb{opacity:0;pointer-events:none;box-shadow:none}.builder-step__slider:disabled{cursor:default;opacity:.6}.builder-step__slider:focus-visible{outline:none}.builder-step__slider::-webkit-slider-runnable-track{width:100%;height:8px;background:#fff;border:2px solid #092137;border-radius:0}.builder-step__slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:54px;height:28px;border-radius:0;background:#de7d3a;border:3px solid #092137;margin-top:-12px;box-shadow:none;transition:transform .15s ease}.builder-step__slider::-webkit-slider-thumb:hover{transform:translateY(-1px)}.builder-step__slider::-moz-range-track{width:100%;height:8px;background:#fff;border:2px solid #092137;border-radius:0}.builder-step__slider::-moz-range-progress{height:8px;background:#50c8d6;border-radius:0}.builder-step__slider::-moz-range-thumb{width:54px;height:28px;border-radius:0;background:#de7d3a;border:3px solid #092137;box-shadow:none;transition:transform .15s ease}.builder-step__slider::-moz-range-thumb:hover{transform:translateY(-1px)}.builder-condition__slider-label{align-self:center;font-size:1rem;font-weight:900;color:#092137}.builder-rooms{display:flex;flex-direction:column;gap:1rem;align-items:center;padding-bottom:1.5rem}.builder-rooms__controls{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;justify-content:center}.builder-rooms__select{min-width:220px;padding:.65rem 3rem .65rem 1rem;border-radius:0;border:3px solid #092137;background:url('data:image/svg+xml,%3Csvg width="12" height="8" viewBox="0 0 12 8" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M1.41.41 6 5l4.59-4.59L12 1.82 6 7.82 0 1.82 1.41.41Z" fill="%231f2937"/%3E%3C/svg%3E') no-repeat right 1rem center / 12px 8px,#fff;font-size:1rem;color:#092137;font-weight:800;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}.builder-rooms__select:focus{outline:none;box-shadow:0 0 0 3px #50c8d673}.builder-rooms__select:disabled{opacity:.6;cursor:default}.builder-rooms__add{padding:.65rem 1.5rem;background:#de7d3a;color:#fff;font-size:.95rem;font-weight:900;border:3px solid #092137;border-radius:0;cursor:pointer;transition:background-color .16s ease,transform .1s ease}.builder-rooms__add:hover{background:#50c8d6}.builder-rooms__add:active{transform:translateY(1px)}.builder-rooms__add:disabled{background:#9ca3af;cursor:default;transform:none}.builder-rooms__list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.75rem;width:min(520px,100%);align-self:center;box-sizing:border-box}.builder-rooms__item{display:flex;align-items:center;gap:1rem;padding:.9rem 1.1rem;border-radius:0;background:#fff;border:3px solid #092137;box-shadow:none}.builder-rooms__index{font-weight:900;color:#de7d3a;min-width:2.2rem}.builder-rooms__name{font-weight:900;color:#092137;flex:1}.builder-rooms__delete{border:2px solid #092137;background:#fff;color:#092137;font-size:1.1rem;font-weight:700;cursor:pointer;padding:.25rem .5rem;border-radius:0;transition:background .2s ease-in-out,color .2s ease-in-out}.builder-rooms__delete:hover{background:#de7d3a}.builder-rooms__delete:focus-visible{outline:none;background:#dc262633}.builder-rooms__hint{margin:0;font-size:.85rem;color:#092137;text-align:center;max-width:520px}.builder-rooms__error{margin:0;font-size:.85rem;color:#ef4444;font-weight:600}.builder-rooms--error .builder-rooms__list{border:1px solid #ef4444;border-radius:0;padding:.75rem}.builder-step__cta{padding:.9rem 2.5rem;border-radius:0;background:#de7d3a;color:#fff;font-size:1rem;font-weight:900;border:3px solid #092137;cursor:pointer;box-shadow:none;transition:background-color .16s ease,transform .2s ease}.builder-step__cta:hover{background:#50c8d6;transform:translateY(-2px)}.builder-step__cta:active{transform:translateY(0)}.builder-floor{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:center}.builder-floor__field{position:relative;display:inline-flex;align-items:center;gap:.75rem;padding-bottom:1.8rem}.builder-floor__field--error .builder-floor__input{border-color:#ef4444;box-shadow:0 0 0 3px #ef444426}.builder-floor__input{width:160px;padding:.75rem 3rem .75rem 1rem;border-radius:0;border:3px solid #092137;font-size:1rem;color:#092137;font-weight:800;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out}.builder-floor__input--compact{width:90px;padding-right:2.5rem}.builder-floor__label{font-size:.9rem;font-weight:900;color:#092137}.builder-floor__input:focus{outline:none;box-shadow:0 0 0 3px #50c8d673}.builder-floor__unit{position:absolute;right:1rem;font-weight:900;color:#092137}.builder-floor__error{position:absolute;left:0;bottom:-1.4rem;font-size:.8rem;color:#ef4444}.builder-step__cta-wrapper{display:flex;justify-content:center;margin-top:1.5rem}.builder-step__nav{align-items:center;display:flex;gap:18px;justify-content:space-between;margin:8px auto 0;max-width:760px;width:100%}.builder-step__nav-button{background:#fff;border:3px solid #092137;border-radius:0;color:#092137;cursor:pointer;font-size:1rem;font-weight:900;padding:.9rem 2.5rem;transition:background-color .16s ease,transform .2s ease}.builder-step__nav-button:hover{background:#50c8d6;transform:translateY(-2px)}.builder-step__error{color:#ef4444;font-size:1rem;font-weight:900;margin:-18px auto 0;max-width:760px;width:100%}.builder-details{display:grid;gap:24px;margin:10px auto 0;max-width:760px;width:100%}.builder-detail-row{align-items:center;display:grid;gap:24px;grid-template-columns:minmax(180px,1fr) minmax(220px,1fr);margin:0;position:relative}.builder-detail-row__label{color:#092137;font-size:1.35rem;font-weight:900;line-height:1.15}.builder-detail-row__control{align-items:center;display:inline-flex;gap:12px}.builder-detail-row__input,.builder-detail-row__select{background:#fff;border:3px solid #092137;border-radius:0;color:#092137;font-size:1.1rem;font-weight:800;height:54px;padding:0 16px;width:170px}.builder-detail-row__select{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;width:190px}.builder-detail-row__input:focus,.builder-detail-row__select:focus{box-shadow:0 0 0 3px #50c8d673;outline:none}.builder-detail-row--error .builder-detail-row__input{border-color:#ef4444;box-shadow:0 0 0 3px #ef444426}.builder-detail-row__unit{color:#092137;font-size:1.25rem;font-weight:900}.builder-segmented{display:inline-flex;gap:16px}.builder-segmented__button{background:#fff;border:3px solid #092137;border-radius:0;color:#092137;cursor:pointer;font-size:1.1rem;font-weight:900;height:54px;min-width:96px;padding:0 24px;transition:background-color .16s ease,transform .16s ease}.builder-segmented__button--active{background:#50c8d6}@media (hover: hover) and (pointer: fine){.builder-segmented__button:not(.builder-segmented__button--active):hover{background:#d9f5f8;border-color:#50c8d6}}.builder-condition-screen{display:grid;gap:42px}.builder-condition-options{display:grid;gap:22px;grid-template-columns:repeat(3,minmax(180px,260px));justify-content:center}.builder-condition-card{align-items:center;aspect-ratio:1 / 1;background:#fff;border:3px solid #092137;border-radius:0;cursor:pointer;display:grid;gap:18px;grid-template-rows:150px minmax(2.65em,auto);justify-items:center;padding:24px 18px;transition:background-color .16s ease,transform .16s ease}.builder-condition-card--selected{background:#50c8d6}.builder-condition-card__image-wrapper{align-items:center;display:flex;justify-content:center;min-height:0;width:100%}.builder-condition-card__image{height:auto;max-height:150px;max-width:190px;object-fit:contain;width:100%}.builder-condition-card__label{color:#092137;font-size:1.12rem;font-weight:900;line-height:1.15;text-align:center}.builder-needs{display:grid;gap:22px;justify-items:start;margin:0 auto;max-width:760px;width:100%}.builder-needs__title{color:#092137;font-size:1.7rem;font-weight:900;line-height:1.1;margin:0 0 4px}.builder-checkbox{align-items:center;cursor:pointer;display:inline-flex;gap:16px}.builder-checkbox input{opacity:0;position:absolute}.builder-checkbox__box{background:#fff;border:3px solid #092137;display:inline-block;height:30px;width:30px}.builder-checkbox input:checked+.builder-checkbox__box{background:#50c8d6;box-shadow:inset 0 0 0 5px #fff}.builder-checkbox__label{color:#092137;font-size:1.25rem;font-weight:700;line-height:1.25}.builder-contact{display:grid;gap:42px;justify-items:center}.builder-contact__title{color:#092137;font-size:2.2rem;font-weight:900;line-height:1.05;margin:0;text-align:center;text-decoration:underline;text-decoration-color:#50c8d6;text-decoration-thickness:5px;text-underline-offset:6px}.builder-contact__note{color:#092137;font-size:1.55rem;line-height:1.25;margin:0;text-align:center}.builder-contact__form{display:grid;gap:26px;margin:18px auto 24px;max-width:720px;width:100%}.builder-contact__row{align-items:center;display:grid;gap:22px;grid-template-columns:150px minmax(260px,1fr)}.builder-contact__label{color:#092137;font-size:1.35rem;font-weight:900;line-height:1.05;text-align:right}.builder-contact__input,.builder-contact__select{background:#fff;border:3px solid #092137;border-radius:0;box-sizing:border-box;color:#092137;font-size:1.25rem;height:58px;padding:0 22px;width:100%}.builder-contact__input:focus,.builder-contact__select:focus{box-shadow:0 0 0 3px #50c8d673;outline:none}.builder-contact__input[aria-invalid=true],.builder-contact__select[aria-invalid=true]{background:#fff1f1;border-color:#ef4444}.builder-contact__status{min-height:28px;text-align:center;width:100%}.builder-contact__loading{color:#092137;font-weight:900}.builder-contact__error{color:#ef4444;font-weight:900}.builder-contact__status-placeholder{visibility:hidden}.builder-contact__submit{background:#de7d3a;border-color:#092137;border-radius:0;color:#fff;font-size:1.25rem;min-width:320px;padding:1.2rem 2.5rem}.builder-contact__submit:hover{background:#50c8d6}.builder-contact__submit:disabled{cursor:wait;opacity:.7;transform:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (hover: hover) and (pointer: fine){.builder-option:hover,.builder-condition-card:hover{background:#d9f5f8;border-color:#50c8d6;border-width:5px;transform:translateY(-2px)}.builder-option--selected:hover,.builder-condition-card--selected:hover{background:#50c8d6}}@media (max-width: 768px){.builder-step{background:#fff}.builder-progress{gap:14px;padding:16px 18px}.builder-progress__logo-wrapper{display:flex;flex-basis:58px;height:58px;width:58px}.builder-progress__track{gap:8px;max-width:none}.builder-progress__page-title{display:none!important}.builder-progress__item{font-size:.82rem;gap:5px}.builder-progress__dot{border-width:3px;height:22px;width:22px}.builder-step__body{background:#fff;border:0;box-shadow:0 16px 36px #09213714;gap:1.6rem;min-height:72vh;padding:1.55rem 1rem 6.75rem}.builder-step__title{color:#2d2d2f;font-size:clamp(1.9rem,7.7vw,2.25rem);line-height:1.12;text-decoration:none}.builder-step__subtitle{font-size:1.3rem}.builder-condition__icons{grid-template-columns:1fr}.builder-step__options{gap:12px;grid-template-columns:repeat(2,minmax(0,1fr));justify-content:center}.builder-option{border:2px solid #dfe4ec;border-radius:16px;gap:.45rem;padding:12px 10px}.builder-option--selected{background:#50c8d6;border-color:#50c8d6;box-shadow:0 12px 30px #50c8d624}.builder-option__image{max-width:min(24vw,104px)}.builder-option__label{color:#2d2d2f;font-size:clamp(.98rem,3.7vw,1.12rem)}.builder-option--selected .builder-option__label{color:#092137}.builder-detail-row{grid-template-columns:1fr;gap:8px}.builder-detail-row__label{font-size:1.32rem}.builder-detail-row__input,.builder-detail-row__select{border-width:2px;font-size:.98rem;height:40px;padding:0 9px;width:132px}.builder-detail-row__select{width:142px}.builder-detail-row__unit{font-size:1.05rem}.builder-step__nav{align-items:center;background:linear-gradient(180deg,#fff0,#fff 18%);bottom:0;display:grid;gap:12px;grid-template-columns:64px minmax(0,1fr);left:0;margin:0;max-width:none;padding:18px 18px max(18px,env(safe-area-inset-bottom));position:fixed;right:0;width:100%;z-index:40}.builder-step__nav-button{align-items:center;background:#50c8d624;border:0;border-radius:16px;color:#092137;display:inline-flex;font-size:0;height:56px;justify-content:center;padding:0;width:64px}.builder-step__nav-button:before{content:"←";font-size:2rem;font-weight:900;line-height:1}.builder-step__nav .builder-step__cta,.builder-contact__submit{border:0;border-radius:16px;color:#fff;font-size:1.15rem;min-height:54px;min-width:0;padding:.95rem 1rem;width:100%}.builder-step__cta-wrapper{background:linear-gradient(180deg,#fff0,#fff 18%);bottom:0;left:0;margin:0;padding:18px 18px max(18px,env(safe-area-inset-bottom));position:fixed;right:0;z-index:40}.builder-step__cta-wrapper .builder-step__cta{border:0;border-radius:16px;color:#fff;font-size:1.15rem;min-height:54px;width:100%}.builder-contact__title{color:#2d2d2f;font-size:clamp(1.9rem,7.6vw,2.25rem);text-decoration:none}.builder-contact__note{color:#2d2d2f;font-size:1.18rem}.builder-contact__row{gap:12px;grid-template-columns:minmax(92px,.42fr) minmax(0,1fr)}.builder-contact__label{color:#2d2d2f;font-size:1.12rem;text-align:left}.builder-contact__input,.builder-contact__select{border:2px solid #dfe4ec;border-radius:16px;font-size:1.05rem;height:52px}.builder-condition-options{gap:10px;grid-template-columns:repeat(3,minmax(0,1fr))}.builder-condition-card{aspect-ratio:auto;border:2px solid #dfe4ec;border-radius:16px;gap:8px;grid-template-rows:86px minmax(3.4em,auto);min-height:0;padding:12px 8px 14px}.builder-condition-card--selected{background:#50c8d6;border-color:#50c8d6;box-shadow:0 12px 30px #50c8d624}.builder-condition-card__image{max-height:86px;max-width:min(24vw,110px)}.builder-condition-card__label{color:#2d2d2f;font-size:clamp(.88rem,3.7vw,1.08rem)}.builder-floor{flex-direction:column;align-items:stretch}.builder-floor__field{justify-content:space-between;width:100%}.builder-needs{gap:20px;margin-top:1rem}.builder-needs__title{color:#2d2d2f;font-size:1.45rem}.builder-checkbox__box{border-color:#dfe4ec;border-radius:8px}.builder-checkbox__label{color:#2d2d2f;font-size:1.08rem}}@media (max-width: 768px){body.hb-calculator-started #hb-calculator-root{background:#fff;height:100vh;height:100svh;max-height:100vh;max-height:100svh;min-height:100vh;min-height:100svh;overflow:hidden;padding-inline:0}body.hb-calculator-started .builder-step{background:#fff;display:flex;flex-direction:column;height:100vh;height:100svh;max-height:100vh;max-height:100svh;min-height:0;overflow:hidden}body.hb-calculator-started .builder-progress{flex:0 0 auto;justify-content:flex-start;min-height:92px;padding:12px 18px}body.hb-calculator-started .builder-progress__logo-wrapper{flex:0 0 58px}body.hb-calculator-started .builder-step__body{border:0;box-shadow:none;flex:1 1 auto;gap:1.05rem;min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:1rem 1rem calc(86px + env(safe-area-inset-bottom))}body.hb-calculator-started .builder-step__title,body.hb-calculator-started .builder-contact__title{font-size:clamp(1.7rem,6.8vw,2rem);line-height:1.08}body.hb-calculator-started .builder-step__options{gap:12px}body.hb-calculator-started .builder-option{aspect-ratio:1 / .86;min-height:0;padding:10px 8px}body.hb-calculator-started .builder-option__image{max-width:min(22vw,88px)}body.hb-calculator-started .builder-option__label{font-size:clamp(.92rem,3.5vw,1.03rem)}body.hb-calculator-started .builder-details{gap:14px;margin-top:0}body.hb-calculator-started .builder-detail-row{align-items:center;display:grid;gap:10px;grid-template-columns:minmax(150px,52%) minmax(0,1fr)}body.hb-calculator-started .builder-detail-row__label{font-size:1.08rem;line-height:1.12}body.hb-calculator-started .builder-detail-row__control{gap:8px;justify-content:flex-start;min-width:0}body.hb-calculator-started .builder-detail-row__input,body.hb-calculator-started .builder-detail-row__select,body.hb-calculator-started .builder-contact__input,body.hb-calculator-started .builder-contact__select{font-size:16px}body.hb-calculator-started .builder-detail-row__input{height:36px;padding:0 9px;width:min(128px,100%)}body.hb-calculator-started .builder-detail-row__select{height:36px;padding:0 9px;width:min(140px,100%)}body.hb-calculator-started .builder-detail-row__unit{font-size:1rem}body.hb-calculator-started .builder-segmented__button{font-size:16px;height:36px;min-width:62px;padding:0 12px}body.hb-calculator-started .builder-condition-screen,body.hb-calculator-started .builder-contact{gap:1.05rem}body.hb-calculator-started .builder-condition-options{gap:9px}body.hb-calculator-started .builder-condition-card{grid-template-rows:70px minmax(3.3em,auto);padding:8px 6px 12px}body.hb-calculator-started .builder-condition-card__image{max-height:70px}body.hb-calculator-started .builder-condition-card__label{font-size:clamp(.82rem,3.35vw,.98rem)}body.hb-calculator-started .builder-needs{gap:15px;margin-top:.15rem}body.hb-calculator-started .builder-needs__title{font-size:1.22rem}body.hb-calculator-started .builder-checkbox{gap:12px}body.hb-calculator-started .builder-checkbox__box{height:24px;width:24px}body.hb-calculator-started .builder-checkbox__label{font-size:1rem}body.hb-calculator-started .builder-contact__note{font-size:1rem;line-height:1.2}body.hb-calculator-started .builder-contact__form{gap:16px;margin:0 auto}body.hb-calculator-started .builder-contact__row{gap:10px;grid-template-columns:minmax(92px,.38fr) minmax(0,1fr)}body.hb-calculator-started .builder-contact__label{font-size:1.02rem;line-height:1.1}body.hb-calculator-started .builder-contact__input,body.hb-calculator-started .builder-contact__select{height:42px;padding:0 14px}body.hb-calculator-started .builder-contact__status{min-height:22px}body.hb-calculator-started .builder-step__cta-wrapper,body.hb-calculator-started .builder-step__nav{box-shadow:0 -8px 22px #0921370f;padding:14px 18px max(14px,env(safe-area-inset-bottom))}body.hb-calculator-started .builder-step__nav-button{height:52px;width:58px}body.hb-calculator-started .builder-step__nav .builder-step__cta,body.hb-calculator-started .builder-step__cta-wrapper .builder-step__cta,body.hb-calculator-started .builder-contact__submit{min-height:52px}}#hb-calculator-root{color:#092137;font-family:Roboto,PT Sans,Helvetica,Arial,sans-serif;line-height:1.5;width:100%}#hb-calculator-root *,#hb-calculator-root *:before,#hb-calculator-root *:after{box-sizing:border-box}
