:root{--blue-deep: #24366e;--blue-mid: #005b99;--blue-light: #4a7ec7;--accent: #e8111a;--surface: #2a3f7e;--surface-alt: #1e3063;--border: #4a62a8;--text: #ffffff;--text-muted: #c0ccf0;--ok: #6dffc0;--warning: #ffd166;--input-bg: #ebf2ff;--input-text: #10214d;--radius: 12px;--radius-sm: 8px;--tap-min: 48px}*{box-sizing:border-box}html{scrollbar-width:thin;scrollbar-color:#6a88d4 #1c2b58;-webkit-text-size-adjust:100%;text-size-adjust:100%}body{margin:0;font-family:Red Hat Display,Segoe UI,Tahoma,sans-serif;background:var(--blue-deep);color:var(--text);min-height:100vh;overscroll-behavior:none}.container{width:min(1080px,100%);margin:0 auto;padding:1rem 1rem 5rem}.hero{display:flex;align-items:center;gap:.75rem;margin-bottom:1.2rem;flex-wrap:wrap}.hero-logo{height:48px;width:auto}.hero-text{display:flex;flex:1;align-items:baseline;gap:1rem;flex-wrap:wrap;min-width:0}.hero-text h1{margin:0;font-size:clamp(1.3rem,5vw,2rem);color:#fff;white-space:nowrap}.admin-link{color:var(--text-muted);font-size:.85rem;text-decoration:none;padding:.25rem 0;min-height:var(--tap-min);display:flex;align-items:center}.admin-link:hover{color:#fff}.steps-nav{display:flex;align-items:center;margin-bottom:1.2rem;gap:0}.step-dot{width:34px;height:34px;border-radius:50%;background:var(--surface);border:2px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:.82rem;font-weight:700;color:var(--text-muted);flex-shrink:0;transition:background .2s,border-color .2s,color .2s}.step-dot.active{background:var(--blue-mid);border-color:#7fbfff;color:#fff}.step-dot.done{background:#1e7a4a;border-color:var(--ok);color:var(--ok)}.step-connector{flex:1;height:2px;background:var(--border);min-width:4px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.1rem 1rem;margin-bottom:1rem}.wizard-step{display:none}.wizard-step.active{display:block}.step-title{margin:0 0 1rem;font-size:1.15rem;color:#fff;display:flex;align-items:center;gap:.6rem}.step-num{display:inline-flex;width:28px;height:28px;align-items:center;justify-content:center;background:var(--blue-mid);border-radius:50%;font-size:.82rem;font-weight:700;flex-shrink:0}.step-desc{color:var(--text-muted);margin:0 0 1.1rem;font-size:1rem;line-height:1.4}.choice-group{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.1rem}.choice-btn{width:100%;min-height:var(--tap-min);padding:.9rem 1.2rem;border:2px solid var(--border);border-radius:var(--radius);background:var(--surface-alt);color:var(--text);font-family:inherit;font-size:1.05rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.75rem;touch-action:manipulation;transition:border-color .15s,background .15s;-webkit-tap-highlight-color:transparent}.choice-btn:active{background:#2e4a8a}.choice-btn.selected{border-color:var(--ok);background:#1c5c3a;color:var(--ok)}.choice-btn.small{flex-direction:row;padding:.7rem 1rem;font-size:.95rem}.choice-icon{font-size:1.3rem;font-weight:800;flex-shrink:0}.sub-panel{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border)}.grid-2{display:grid;grid-template-columns:1fr;gap:.85rem}.full-span{grid-column:1 / -1}.field-label{display:flex;flex-direction:column;gap:.4rem;font-weight:600;font-size:.92rem;color:var(--text-muted)}.field-input{font-family:inherit;font-size:16px;border:1px solid #a0b4d8;border-radius:var(--radius-sm);padding:.7rem .85rem;background:var(--input-bg);color:var(--input-text);width:100%;min-height:var(--tap-min);-webkit-appearance:none;-moz-appearance:none;appearance:none;touch-action:manipulation}.field-input:focus{outline:2px solid var(--blue-light);border-color:var(--blue-light)}select.field-input{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2310214d' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .85rem center;padding-right:2.5rem}.field-input.narrow{max-width:140px;min-height:var(--tap-min)}.field-hint{font-size:.78rem;color:var(--text-muted);font-weight:400;line-height:1.4}.radio-group{display:flex;flex-direction:column;gap:0;margin-top:.2rem}.radio-group--inline{flex-direction:row;flex-wrap:wrap;gap:0 .25rem}.field-label--row{flex-direction:row;align-items:center;flex-wrap:wrap;gap:.4rem 1rem}.field-label--row .radio-group{margin-top:0}.quote-item--row{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;gap:.25rem 1rem}.quote-item--row .quote-item-label{margin:0;white-space:nowrap}.quote-item--row .radio-group{margin-top:0}.radio-opt{display:flex;align-items:center;gap:.75rem;font-weight:500;font-size:1rem;cursor:pointer;min-height:var(--tap-min);padding:.35rem .5rem;border-radius:var(--radius-sm);touch-action:manipulation;-webkit-tap-highlight-color:transparent;transition:background .1s}.radio-opt:active{background:#ffffff0f}.radio-opt input[type=radio]{width:22px;height:22px;flex-shrink:0;accent-color:var(--blue-light);cursor:pointer;margin:0}.checkbox-label{display:flex;align-items:center;gap:.75rem;font-weight:500;cursor:pointer;font-size:1rem;min-height:var(--tap-min);padding:.35rem .5rem;border-radius:var(--radius-sm);touch-action:manipulation;-webkit-tap-highlight-color:transparent;transition:background .1s;line-height:1.35}.checkbox-label:active{background:#ffffff0f}.checkbox-label input[type=checkbox]{width:22px;height:22px;flex-shrink:0;accent-color:var(--blue-light);cursor:pointer;margin:0}.nav-btns{display:flex;gap:.6rem;margin-top:1.4rem}.btn-back,.btn-next,.btn-send{font-family:inherit;font-size:1rem;font-weight:700;min-height:var(--tap-min);padding:.7rem 1.2rem;border-radius:var(--radius-sm);cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;transition:opacity .15s,background .15s}.btn-back{background:transparent;border:1px solid var(--border);color:var(--text-muted);flex:1}.btn-back:active{color:#fff;border-color:#fff}.btn-next{background:var(--blue-mid);border:1px solid #7fbfff;color:#fff;flex:2}.btn-next:active:not(:disabled){background:var(--blue-light)}.btn-next:disabled{opacity:.4;cursor:not-allowed}.nav-btns .btn-next:only-child{flex:1}.btn-send{background:var(--accent);border:1px solid #ff6b6b;color:#fff;width:100%;margin-top:.75rem;font-size:1.1rem;padding:1rem;min-height:56px}.btn-send:active:not(:disabled){background:#c00e16}.btn-send:disabled{opacity:.5;cursor:not-allowed}.estimate-display{text-align:center;padding:1.4rem 1rem;background:var(--surface-alt);border-radius:var(--radius);margin-bottom:1.2rem}.estimate-label{margin:0 0 .5rem;color:var(--text-muted);font-size:1rem}.estimate-amount{font-size:clamp(1.8rem,8vw,2.4rem);font-weight:800;color:var(--ok);word-break:break-all}.correction-section{margin-top:1rem}.boilers-grid{display:grid;grid-template-columns:1fr;gap:.85rem;margin-bottom:.5rem}.boiler-card{border:2px solid var(--border);border-radius:var(--radius);padding:1rem;background:var(--surface-alt);cursor:pointer;display:flex;align-items:center;gap:1rem;touch-action:manipulation;-webkit-tap-highlight-color:transparent;transition:border-color .15s,background .15s}.boiler-card:active{border-color:var(--blue-light)}.boiler-card.selected{border-color:var(--ok);background:#1c5c3a}.boiler-card-img{width:90px;height:90px;object-fit:contain;border-radius:var(--radius-sm);background:#fff1;flex-shrink:0}.boiler-card-placeholder{width:90px;height:90px;display:flex;align-items:center;justify-content:center;background:#1e3063;border-radius:var(--radius-sm);font-size:2.2rem;color:var(--border);flex-shrink:0}.boiler-card-body{flex:1;min-width:0;text-align:left}.boiler-card-name{font-size:1.2rem;font-weight:800;color:#fff;margin:0 0 .25rem}.boiler-card-specs{font-size:.85rem;color:var(--text-muted);margin:0 0 .25rem}.boiler-card-price{font-size:1.05rem;font-weight:700;color:var(--warning)}.boiler-card-desc{font-size:.8rem;color:var(--text-muted);margin-top:.2rem}.loading-msg{color:var(--text-muted)}.quote-base-row{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.3rem;background:var(--surface-alt);border-radius:var(--radius-sm);padding:.85rem 1rem;margin-bottom:1rem;font-size:1rem}.quote-price{font-weight:800;color:var(--warning);font-size:1.15rem;white-space:nowrap}.quote-items-list{display:flex;flex-direction:column}.quote-item{padding:.5rem 0;border-bottom:1px solid rgba(74,98,168,.4)}.quote-item:last-child{border-bottom:none}.quote-item-label{font-weight:600;margin:0 0 .2rem;font-size:.95rem;line-height:1.35;color:var(--text-muted)}.highlight-item{background:#ffffff0a;border-radius:var(--radius-sm);padding:.6rem .75rem;margin:.2rem 0}.quote-notes-box{background:#3a2800;border:1px solid var(--warning);border-radius:var(--radius-sm);padding:.75rem 1rem;margin-top:1rem}.quote-notes-title{font-weight:700;color:var(--warning);margin:0 0 .4rem}.quote-notes-box ul{margin:0;padding-left:1.2rem}.quote-notes-box li{color:var(--warning);font-size:.9rem;margin-bottom:.25rem}.quote-total-box{background:var(--surface-alt);border-radius:var(--radius);padding:1rem 1.1rem;margin-top:1.2rem}.quote-total-line{display:flex;justify-content:space-between;align-items:center;font-weight:700;font-size:1rem;flex-wrap:wrap;gap:.3rem}.total-amount{font-size:clamp(1.4rem,7vw,1.7rem);font-weight:800;color:var(--ok);white-space:nowrap}.quote-rata-line{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem;font-size:.95rem;color:var(--text-muted);flex-wrap:wrap;gap:.3rem}.rata-amount{font-weight:700;color:var(--warning);white-space:nowrap}.summary-card{background:var(--surface-alt);border:1px solid var(--border);border-radius:var(--radius);padding:1.1rem;margin-bottom:1.2rem}.summary-boiler-row{display:flex;gap:1rem;align-items:flex-start;margin-bottom:1rem;flex-wrap:wrap}.summary-boiler-img{width:110px;height:90px;object-fit:contain;background:#fff1;border-radius:var(--radius-sm);flex-shrink:0}.summary-boiler-placeholder{width:110px;height:90px;display:flex;align-items:center;justify-content:center;background:#1e3063;border-radius:var(--radius-sm);font-size:2.5rem;color:var(--border);flex-shrink:0}.summary-boiler-info{flex:1;min-width:0}.summary-boiler-name{font-size:1.3rem;font-weight:800;margin:0 0 .25rem}.summary-boiler-info p{margin:.2rem 0;font-size:.88rem;color:var(--text-muted)}.summary-savings-row{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.3rem;background:#0e3d20;border:1px solid var(--ok);border-radius:var(--radius-sm);padding:.85rem 1rem;margin-bottom:.75rem}.savings-big{font-size:clamp(1.5rem,7vw,1.9rem);font-weight:800;color:var(--ok);white-space:nowrap}.summary-total-row{display:flex;justify-content:space-between;align-items:center;font-size:1.1rem;font-weight:700;padding:.5rem 0;flex-wrap:wrap;gap:.3rem}.summary-total-row strong{font-size:1.4rem;color:var(--warning);white-space:nowrap}.summary-rata-row{font-size:.95rem;color:var(--text-muted);padding:.3rem 0}.summary-rata-row strong{color:var(--warning)}.summary-notes{margin-top:.75rem}.summary-notes p{margin:.2rem 0;font-size:.88rem;color:var(--warning);line-height:1.35}.form-block{border-top:1px solid var(--border);padding-top:1rem;margin-bottom:1.1rem}.form-section-title{font-size:.88rem;font-weight:700;color:var(--text-muted);margin:.75rem 0 .6rem;text-transform:uppercase;letter-spacing:.05em}.send-section{border-top:1px solid var(--border);padding-top:1rem}.send-message{margin:.75rem 0 0;font-weight:600;padding:.75rem 1rem;border-radius:var(--radius-sm);font-size:.95rem;line-height:1.4}.send-message.success{background:#0e3d20;border:1px solid var(--ok);color:var(--ok)}.send-message.error{background:#3d0e0e;border:1px solid #ff6b6b;color:#f99}.app-version-badge{position:fixed;bottom:5px;width:100%;margin:0;text-align:center;font-size:.65rem;color:#ffffff40;pointer-events:none;z-index:9999}.price-tag{color:var(--text-muted);font-size:.85em;font-weight:500;white-space:nowrap;margin-left:auto;padding-left:.5rem}.item-text{flex:1;min-width:0}.hidden{display:none!important}@media (min-width: 600px){.container{padding:1.5rem 1.5rem 5rem}.grid-2{grid-template-columns:repeat(2,1fr)}.boilers-grid{grid-template-columns:repeat(3,1fr)}.boiler-card{flex-direction:column;text-align:center}.boiler-card-body{text-align:center}.boiler-card-img,.boiler-card-placeholder{width:100%;height:140px}.choice-group{flex-direction:row;flex-wrap:wrap}.choice-btn{flex:1;min-width:140px}.nav-btns .btn-back{flex:0 0 auto}.nav-btns .btn-next{flex:0 0 auto;margin-left:auto}}@media (min-width: 900px){.container{width:min(1080px,94%)}.step-dot{width:36px;height:36px}}
