@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";.App{min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;padding:1rem;background:#fff}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #2563eb)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafb)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em;background:#fff;border-radius:16px;box-shadow:0 20px 40px #0000001a}.read-the-docs{color:#64748b}@media (max-width: 768px){.App{padding:.5rem}.card{padding:1.5em;margin:.5rem}}.App.print-page{height:auto;width:100%;display:block;align-items:unset;justify-content:unset;padding:0;margin:0;background:#fff;overflow:visible}.App.referral-page,.App.classic-motors-referral-page{min-height:100vh;width:100vw;display:block;align-items:unset;justify-content:unset;padding:0;margin:0;background:#fff;overflow-x:hidden}.App.print-page *{box-sizing:border-box}.App.print-page~body,.App.print-page~html{height:auto!important;overflow:visible!important}body.print-page-active{height:auto!important;overflow:visible!important;margin:0!important;padding:0!important}html.print-page-active{height:auto!important;overflow:visible!important}body,html{height:100%;margin:0;padding:0;font-family:Roboto,Helvetica,Arial,sans-serif;background:#f4f8fb}.quote-page-container{min-height:100vh;width:100vw;background:#f4f8fb;padding:32px 0;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.quote-page-card{width:100%;max-width:900px;background:#fff;border-radius:18px;box-shadow:0 4px 32px #2980b91a;margin:32px 0;padding:36px 32px 32px;display:flex;flex-direction:column;align-items:stretch}.quote-summary{padding:32px 0 24px;text-align:center;background:#fafdff;color:#1a5276;font-family:Roboto,Helvetica,Arial,sans-serif;border-bottom:1.5px solid #E5EAF1;border-radius:18px 18px 0 0}.quote-summary h2{margin:0 0 18px;font-size:2.2rem;font-weight:700;letter-spacing:1px;color:#1a5276}.total-cost{font-size:2rem;font-weight:700;margin-bottom:18px;color:#d4ac0d;letter-spacing:1px}.show-form-button{background:#f7dc6f;color:#1a5276;border:none;padding:12px 32px;border-radius:10px;font-size:1.1rem;font-weight:700;font-family:Roboto,Helvetica,Arial,sans-serif;cursor:pointer;transition:background .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #f4d03f14}.show-form-button:hover{background:#d4ac0d;color:#fff}.quote-form{padding:0;width:100%;max-width:700px;margin:0 auto;background:transparent;font-family:Roboto,Helvetica,Arial,sans-serif}.submit-button{background:linear-gradient(90deg,#f7dc6f,#d4ac0d);color:#1a5276;border:none;padding:16px 0;border-radius:10px;font-size:1.1rem;font-weight:700;font-family:Roboto,Helvetica,Arial,sans-serif;cursor:pointer;transition:transform .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1);width:100%;margin-top:24px;box-shadow:0 2px 8px #f4d03f14;letter-spacing:1px}.submit-button:hover:not(:disabled){transform:translateY(-2px) scale(1.03);box-shadow:0 8px 32px #f4d03f2e}.submit-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.form-group label,.step-header,.form-input,.nav-button{font-family:Roboto,Helvetica,Arial,sans-serif;color:#1a5276;font-weight:500;letter-spacing:.5px}.form-input,select.form-input{background:#f4f8fb;color:#1a5276;border:1.5px solid #85C1E9;border-radius:8px;padding:14px 18px;font-size:1.05rem;margin-bottom:18px;font-family:Roboto,Helvetica,Arial,sans-serif;transition:border .2s cubic-bezier(.4,0,.2,1)}.form-input:focus{border:2px solid #2980B9;outline:none}.step-header{font-size:2rem;font-weight:700;color:#1a5276;margin-bottom:24px;text-align:left;letter-spacing:1px}.form-navigation{display:flex;justify-content:space-between;margin-top:32px;gap:16px}.nav-button{background:#fff;color:#2980b9;border:2px solid #2980B9;padding:10px 28px;border-radius:8px;font-size:1rem;font-weight:700;font-family:Roboto,Helvetica,Arial,sans-serif;cursor:pointer;transition:background .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1)}.nav-button:hover{background:#2980b9;color:#fff}.saving-indicator{position:fixed;bottom:32px;right:32px;background:#f7dc6f;color:#1a5276;padding:12px 28px;border-radius:24px;font-size:1.1rem;font-family:Roboto,Helvetica,Arial,sans-serif;box-shadow:0 4px 24px #f4d03f2e;z-index:1000}.progress-bar-container{width:100%;background:#f4f8fb;border-radius:8px;margin-bottom:32px;box-shadow:0 1px 4px #2980b90f;padding:8px 16px}.progress-bar{height:18px;border-radius:8px;background:#85c1e9;position:relative;overflow:hidden}.progress-bar-fill{height:100%;border-radius:8px;background:linear-gradient(90deg,#2980b9,#1a5276);transition:width .4s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:flex-end;color:#fff;font-weight:700;font-size:1rem;padding-right:12px}@media (max-width: 900px){.quote-page-container{padding:16px 0}.quote-page-card{max-width:99vw;padding:18px 4vw;margin:16px 0}.quote-form{max-width:98vw;padding:0}.step-header{font-size:1.2rem}}@media (max-width: 600px){.quote-page-container{padding:0;background:#fff}.quote-page-card{max-width:100vw;padding:16px;margin:0;border-radius:0;box-shadow:none}.quote-form{max-width:100vw;padding:0}.step-header{font-size:1rem}.form-navigation{flex-direction:column;gap:10px}.step-content>div[style*="display: flex"]>div{padding:16px!important}.step-content>div[style*="display: flex"]>div h3{font-size:1.1rem!important}.step-content>div[style*="display: flex"]>div>div[style*="display: flex"]{flex-direction:column!important;gap:12px!important}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.leaflet-container{font-family:Roboto,Helvetica,Arial,sans-serif}.leaflet-popup-content{font-family:Roboto,Helvetica,Arial,sans-serif;font-size:.9rem}.custom-div-icon{background:transparent;border:none}@media (max-width: 600px){.leaflet-container{height:250px!important}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::-moz-selection{background:transparent}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.admin-dashboard{min-height:100vh;background:#f5f7fa}.dashboard-header{background:#fff;box-shadow:0 2px 4px #0000001a;padding:20px 0;position:sticky;top:0;z-index:100}.header-content{max-width:1600px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.header-content h1{margin:0;color:#333;font-size:24px;font-weight:600}.user-info{display:flex;align-items:center;gap:20px}.user-info span{color:#666;font-size:14px}.logout-button{background:#f44336;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:14px;cursor:pointer;transition:background-color .2s ease}.logout-button:hover{background:#d32f2f}.dashboard-content{max-width:1600px;margin:0 auto;padding:20px}.stats-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:30px}.stat-card{background:#fff;padding:20px;border-radius:8px;box-shadow:0 2px 4px #0000001a;text-align:center}.stat-card h3{margin:0 0 10px;color:#666;font-size:14px;font-weight:500;text-transform:uppercase}.stat-number{font-size:32px;font-weight:700;color:#333}.filters-section{margin-bottom:30px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:15px}.tab-navigation{display:flex;gap:10px}.tab-button{padding:12px 20px;border:2px solid #e1e5e9;background:#fff;color:#666;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.tab-button:hover{border-color:#667eea;color:#667eea}.tab-button.active{background:#667eea;border-color:#667eea;color:#fff}.stage-filter{padding:10px 16px;border:2px solid #e1e5e9;border-radius:8px;font-size:16px;background:#fff;min-width:200px}.quotes-section h2,.contacts-section h2{margin:0 0 20px;color:#333;font-size:20px;font-weight:600}.quotes-table,.contacts-table{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden}.quotes-table table,.contacts-table table{width:100%;border-collapse:collapse}.quotes-table th,.contacts-table th{background:#f8f9fa;padding:16px;text-align:left;font-weight:600;color:#333;border-bottom:1px solid #e1e5e9;vertical-align:top}.quotes-table td,.contacts-table td{padding:16px;border-bottom:1px solid #e1e5e9;vertical-align:top;text-align:left}.quotes-table tr:hover,.contacts-table tr:hover{background:#f8f9fa}.contact-name{font-weight:500;color:#333}.contact-email,.contact-phone{color:#667eea;text-decoration:none;font-weight:500}.contact-email:hover,.contact-phone:hover{text-decoration:underline}.country-badge{display:inline-block;padding:4px 8px;background:#e3f2fd;color:#1976d2;border-radius:12px;font-size:12px;font-weight:500}.quotes-count{color:#666;font-size:14px;font-weight:500}.contact-info,.vehicle-info,.route-info,.custom-info,.currency-info{display:flex;flex-direction:column;gap:4px;align-items:flex-start;justify-content:flex-start}.contact-details,.vehicle-details,.custom-details{font-size:12px;color:#666;line-height:1.4}.currency-badge{display:inline-block;padding:4px 8px;background:#f3f4f6;color:#374151;border:1px solid #d1d5db;border-radius:12px;font-size:12px;font-weight:500;text-align:center;min-width:50px}.action-button.edit{background:#6366f1;color:#fff}.action-button.edit:hover{background:#4f46e5}.quotes-table td:nth-child(2){vertical-align:top}.contact-info>div:first-child{font-weight:500;color:#333;margin-bottom:2px;line-height:1.2}.contact-info .contact-details{margin-top:0;margin-bottom:0;line-height:1.3}.stage-badge{display:inline-block;padding:4px 8px;border-radius:12px;color:#fff;font-size:12px;font-weight:500;text-transform:uppercase}.action-buttons{display:flex;gap:8px;flex-wrap:wrap}.action-button{padding:6px 12px;border:none;border-radius:4px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease}.action-button.view{background:#2196f3;color:#fff}.action-button.view:hover{background:#1976d2}.action-button.copy{background:#4caf50;color:#fff}.action-button.copy:hover{background:#388e3c}.pagination{display:flex;justify-content:center;align-items:center;gap:20px;margin-top:20px}.pagination-button{padding:8px 16px;border:2px solid #e1e5e9;background:#fff;border-radius:6px;cursor:pointer;transition:all .2s ease}.pagination-button:hover:not(:disabled){border-color:#667eea;color:#667eea}.pagination-button:disabled{opacity:.5;cursor:not-allowed}.page-info{color:#666;font-size:14px}.dashboard-loading{display:flex;justify-content:center;align-items:center;min-height:100vh;font-size:18px;color:#666}.header-actions{display:flex;align-items:center;gap:1rem}.custom-quote-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.custom-quote-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea4d}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:.75rem;padding:2rem;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.custom-iframe-modal{max-width:800px}.modal-content h3{margin:0 0 1rem;color:#1f2937;font-size:1.5rem;font-weight:700}.modal-description{color:#6b7280;margin-bottom:1.5rem;font-size:.875rem}.iframe-code{width:100%;min-height:120px;padding:12px;border:1px solid #ddd;border-radius:6px;font-family:monospace;font-size:14px;background:#f8f9fa;resize:vertical;margin-bottom:15px}.iframe-options{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}.iframe-option{background:#f8f9fa;padding:15px;border-radius:8px;border:1px solid #e9ecef}.iframe-option h4{margin:0 0 10px;color:#333;font-size:14px;font-weight:600}.iframe-option .iframe-code{margin-bottom:10px;min-height:80px}.iframe-option .copy-button{width:100%;padding:8px 12px;background:#667eea;color:#fff;border:none;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.iframe-option .copy-button:hover{background:#5a6fd8}.modal-actions{display:flex;gap:.75rem;justify-content:flex-end;flex-wrap:wrap}.copy-button,.generate-button{background:#2563eb;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.copy-button:hover,.generate-button:hover{background:#1d4ed8;transform:translateY(-1px)}.reset-button{background:#f59e0b;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.reset-button:hover{background:#d97706;transform:translateY(-1px)}.close-button{background:#6b7280;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.close-button:hover{background:#4b5563;transform:translateY(-1px)}.custom-iframe-form{margin-bottom:1.5rem}.custom-iframe-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.custom-iframe-form .form-group{display:flex;flex-direction:column;gap:.5rem}.custom-iframe-form label{font-weight:600;color:#374151;font-size:.875rem}.custom-iframe-form input,.custom-iframe-form select{padding:.75rem;border:2px solid #d1d5db;border-radius:.5rem;font-size:.875rem;transition:border-color .2s ease}.custom-iframe-form input:focus,.custom-iframe-form select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}*{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;box-sizing:border-box}.admin-dashboard{width:100%;overflow-x:hidden;-webkit-overflow-scrolling:touch}@media screen and (max-width: 768px){html,body{overflow-x:hidden;width:100%}.admin-dashboard{width:100vw;overflow-x:hidden}.dashboard-content{padding:12px;width:100%;max-width:100vw;box-sizing:border-box}.header-content{flex-direction:column;gap:12px;text-align:center;padding:0 12px;width:100%;box-sizing:border-box}.header-content h1{font-size:20px;margin:0}.header-actions,.user-info{flex-direction:column;gap:8px;width:100%}.logout-button{width:100%;padding:12px 16px;font-size:16px}.custom-quote-button{width:100%;padding:12px 16px;font-size:14px}.stats-section{grid-template-columns:1fr;gap:12px;margin-bottom:20px}.stat-card{padding:16px;text-align:center}.stat-number{font-size:24px}.quotes-table,.contacts-table{overflow-x:auto;-webkit-overflow-scrolling:touch;width:100%;margin:0;border-radius:8px}.quotes-table table,.contacts-table table{min-width:600px;font-size:12px}.quotes-table th,.contacts-table th,.quotes-table td,.contacts-table td{padding:8px 4px;font-size:12px;white-space:nowrap}.filters-section{flex-direction:column;align-items:stretch;gap:12px;margin-bottom:16px;padding:0 4px}.tab-navigation{justify-content:center;gap:6px;flex-wrap:wrap}.tab-button{flex:1;text-align:center;padding:10px 12px;font-size:13px;min-width:80px}.stage-filter{width:100%;padding:12px;font-size:14px;box-sizing:border-box}.dashboard-searchbar{width:100%;margin-left:0!important;margin-top:8px;box-sizing:border-box}.action-buttons{flex-direction:column;gap:4px;width:100%}.action-button{width:100%;padding:8px 12px;font-size:11px;text-align:center}.modal-overlay{padding:8px}.modal-content{margin:8px;max-width:calc(100vw - 16px);width:calc(100vw - 16px);padding:16px;box-sizing:border-box}.modal-content h3{font-size:18px;margin-bottom:12px}.iframe-options{grid-template-columns:1fr;gap:12px}.iframe-option{padding:12px}.iframe-code{padding:8px;font-size:12px;min-height:60px}.custom-iframe-form .form-row{grid-template-columns:1fr;gap:8px}.custom-iframe-form input,.custom-iframe-form select{padding:12px;font-size:14px;width:100%;box-sizing:border-box}.modal-actions{flex-direction:column;gap:8px;margin-top:16px}.modal-actions button{width:100%;padding:12px;font-size:14px}.pagination{flex-direction:column;gap:12px;margin-top:16px}.pagination-button{width:100%;padding:12px 16px;font-size:14px}.page-info{text-align:center;font-size:13px}.contact-info,.vehicle-info,.route-info{gap:2px}.contact-details,.vehicle-details{font-size:11px;line-height:1.2}.stage-badge,.country-badge{font-size:10px;padding:2px 6px}}@media screen and (max-width: 480px){.dashboard-content{padding:8px}.header-content{padding:0 8px}.header-content h1{font-size:18px}.quotes-table table,.contacts-table table{min-width:480px;font-size:11px}.quotes-table th,.contacts-table th,.quotes-table td,.contacts-table td{padding:6px 2px;font-size:11px}.stat-card{padding:12px}.stat-number{font-size:20px}.modal-content{margin:4px;max-width:calc(100vw - 8px);width:calc(100vw - 8px);padding:12px}.tab-button{font-size:12px;padding:8px 10px}.action-button{font-size:10px;padding:6px 8px}.contact-details,.vehicle-details{font-size:10px}.stage-badge,.country-badge{font-size:9px;padding:1px 4px}}body,html{font-family:Roboto,Helvetica,Arial,sans-serif;background:#f4f8fb}.invoice-page-container{font-family:Roboto,Helvetica,Arial,sans-serif;background:#f8fafc;min-height:100vh;padding:32px 0}.invoice-header{background:#fff;border-bottom:1.5px solid #e5e7eb;padding:24px 32px 16px;margin-bottom:32px;box-shadow:0 2px 8px #101e3608}.header-content{display:flex;justify-content:space-between;align-items:center}.header-actions{display:flex;gap:16px;align-items:center}.action-button,.download-button,.recalc-button,.add-field-button,.remove-field-button{background:linear-gradient(90deg,#2563eb,#1e40af);color:#fff;border:none;border-radius:8px;padding:10px 20px;font-weight:600;font-size:1rem;cursor:pointer;box-shadow:0 1px 4px #2563eb12;transition:background .2s,color .2s,box-shadow .2s}.action-button:hover,.download-button:hover,.recalc-button:hover,.add-field-button:hover{background:linear-gradient(90deg,#1e40af,#2563eb);color:#fff;box-shadow:0 2px 8px #2563eb1f}.invoice-content>.save-button{background:linear-gradient(135deg,#1e40af,#3b82f6,#60a5fa);color:#fff;border:none;border-radius:12px;padding:16px 32px;font-weight:700;font-size:1.1rem;cursor:pointer;box-shadow:0 4px 16px #3b82f640;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;text-transform:none;letter-spacing:.5px;min-width:180px;display:block;margin:24px auto;text-align:center}.save-button{background:linear-gradient(90deg,#2563eb,#1e40af);color:#fff;border:none;border-radius:8px;padding:10px 20px;font-weight:600;font-size:1rem;cursor:pointer;box-shadow:0 1px 4px #2563eb12;transition:background .2s,color .2s,box-shadow .2s}.invoice-content>.save-button:after{content:"✓";font-size:1.2rem;font-weight:900;opacity:.9}.save-button:hover{background:linear-gradient(90deg,#1e40af,#2563eb);color:#fff;box-shadow:0 2px 8px #2563eb1f}.invoice-content>.save-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.invoice-content>.save-button:hover{background:linear-gradient(135deg,#1e3a8a,#1e40af,#3b82f6);box-shadow:0 6px 24px #3b82f659;transform:translateY(-2px)}.invoice-content>.save-button:hover:before{left:100%}.invoice-content>.save-button:active{transform:translateY(0);box-shadow:0 2px 8px #3b82f64d}.invoice-content>.save-button:disabled{background:linear-gradient(135deg,#9ca3af,#6b7280);color:#e5e7eb;cursor:not-allowed;box-shadow:0 2px 8px #6b728026;transform:none}.invoice-content>.save-button:disabled:before{display:none}.invoice-content>.save-button:disabled:hover{transform:none;box-shadow:0 2px 8px #6b728026}.invoice-content>.save-button:disabled:not([data-final-stage]):after{content:"";width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top:2px solid #ffffff;border-radius:50%;animation:spin 1s linear infinite;margin-left:4px}.invoice-content>.save-button:disabled[data-final-stage]{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;font-weight:600}.invoice-content>.save-button:disabled[data-final-stage]:after{content:"🔒";font-size:1rem}.remove-field-button{background:#ef4444;color:#fff;padding:6px 12px;border-radius:6px;font-size:1.1rem}.remove-field-button:hover{background:#b91c1c}.invoice-content{background:#fff;border-radius:16px;box-shadow:0 4px 24px #101e3612;padding:32px 40px;margin:0 auto;max-width:1200px;display:flex;flex-direction:column;gap:32px}.quote-info-section,.contact-info-section,.vehicle-info-section,.route-info-section,.custom-fields-section,.shipping-costs-section{background:#f8fafc;border-radius:12px;padding:24px;border:1px solid #e2e8f0}.admin-edits-section{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:12px;padding:20px 24px;border:1px solid #bae6fd;box-shadow:0 2px 8px #3b82f614}.quote-info-section h2,.contact-info-section h2,.vehicle-info-section h2,.route-info-section h2,.custom-fields-section h2,.shipping-costs-section h2{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:20px;border-bottom:2px solid #e5e7eb;padding-bottom:8px}.admin-edits-section h2{font-size:1.3rem;font-weight:600;color:#0369a1;margin-bottom:16px;border-bottom:2px solid #bae6fd;padding-bottom:6px}.quote-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.contact-info-grid,.vehicle-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.vehicle-info-grid .value-field{min-width:280px;max-width:320px}.route-info-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:16px 24px}.route-info-grid .info-item:nth-child(1){grid-column:1;grid-row:1}.route-info-grid .info-item:nth-child(2){grid-column:2;grid-row:1}.route-info-grid .info-item:nth-child(3){grid-column:1;grid-row:2}.route-info-grid .info-item:nth-child(4){grid-column:2;grid-row:2}.invoice-details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.custom-fields-grid{display:grid;grid-template-columns:1fr;gap:20px}.shipping-costs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.cost-category{background:#fff;padding:16px;border-radius:8px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d;margin:0 auto 16px;max-width:500px}.cost-item input[type=number],.cost-item select,.cost-item input{width:160px!important;max-width:160px!important;text-align:left;padding:8px 12px;font-weight:600}.cost-item.calculated input{width:160px;max-width:160px;background:#f1f5f9!important;color:#475569;font-weight:700}.cost-category h3{font-weight:600;color:#374151;font-size:1.25rem;margin-bottom:16px;border-bottom:1px solid #e2e8f0;padding-bottom:8px}.info-item{background:#fff;padding:14px;border-radius:8px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d}.info-item label{font-weight:600;color:#374151;font-size:.9rem;margin-bottom:8px;display:block}.info-item span{color:#1f2937;font-weight:500;font-size:1rem}.info-item code{background:#f3f4f6;padding:4px 8px;border-radius:4px;font-family:Monaco,Consolas,monospace;color:#1f2937;font-weight:600}.stage-selector{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.stage-select{min-width:140px;background:linear-gradient(135deg,#fff,#f8fafc);border:2px solid #e2e8f0;border-radius:10px;padding:10px 44px 10px 16px;font-weight:600;color:#1e293b;box-shadow:0 2px 4px #101e360a,inset 0 1px 2px #ffffffe6;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236366f1' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right 12px center;background-repeat:no-repeat;background-size:16px 16px}.stage-select:hover{background:linear-gradient(135deg,#fff,#f1f5f9);border-color:#a5b4fc;transform:translateY(-1px);box-shadow:0 3px 8px #101e360f,inset 0 1px 2px #ffffffe6}.stage-select:focus{border-color:#6366f1;box-shadow:0 4px 12px #6366f126,0 0 0 4px #6366f11a;background:linear-gradient(135deg,#fff,#faf5ff);transform:translateY(-1px)}.stage-indicator{font-size:.85rem;font-weight:600;padding:4px 8px;border-radius:4px;background:#f0f9ff;color:#0369a1}.stage-indicator.saving{background:#fef3c7;color:#92400e}.stage-indicator.saved{background:#dcfce7;color:#166534}.value-input-group{display:flex;gap:8px;align-items:center}.currency-select{width:75px;flex-shrink:0}.value-input-group input{width:160px;flex-shrink:0;text-align:left;padding-left:10px}.client-status{margin-bottom:16px;padding:12px 16px;border-radius:8px;font-weight:600;font-size:.9rem}.client-status.success{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.client-status.warning{background:#fef3c7;color:#92400e;border:1px solid #fde68a}.sidebar-section,.admin-edits-section,.shipping-costs-section,.notes-section{margin-bottom:32px;background:#f8fafc;border-radius:12px;padding:24px;border:1px solid #e2e8f0}.notes-section{background:#f8fafc;border-radius:12px;padding:24px;border:1px solid #e2e8f0;margin-top:48px;margin-bottom:24px;position:relative}.notes-section:before{content:"";position:absolute;top:-24px;left:50%;transform:translate(-50%);width:80px;height:3px;background:#94a3b8;border-radius:2px;box-shadow:0 1px 2px #0000001a}.notes-section h3{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:20px;border-bottom:2px solid #e5e7eb;padding-bottom:8px}.totals-section{margin-top:0}.sidebar-section h3,.admin-edits-section h2,.shipping-costs-section h2{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:20px;border-bottom:2px solid #e5e7eb;padding-bottom:8px}.shipping-costs-section h2{font-size:1.6rem}.info-item,.form-group{margin-bottom:18px;display:flex;flex-direction:column}.cost-item{margin-bottom:18px;display:flex;flex-direction:row;align-items:center;justify-content:space-between}label{font-weight:600;color:#1a5276;font-size:1.08rem;margin-bottom:6px}.cost-item label{margin-bottom:0;margin-right:16px;flex:1}.cost-item.with-description{flex-direction:column;align-items:flex-start}.cost-item.with-description .cost-row{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:4px}.cost-item.with-description .cost-row label{margin-bottom:0;margin-right:16px;flex:1}.cost-item.with-description .description{font-size:12px;color:#6b7280;margin-top:4px;padding-left:0}input[type=text],input[type=email],input[type=number],input[type=tel],textarea{background:linear-gradient(135deg,#fff,#f8fafc);border:2px solid #e2e8f0;border-radius:10px;padding:12px 16px;font-size:.95rem;color:#1e293b;font-weight:500;outline:none;box-shadow:0 2px 4px #101e360a,inset 0 1px 2px #ffffffe6;transition:all .3s cubic-bezier(.4,0,.2,1);max-width:100%;position:relative}select{background:linear-gradient(135deg,#fff,#f8fafc);border:2px solid #e2e8f0;border-radius:10px;padding:12px 44px 12px 16px;font-size:.95rem;color:#1e293b;font-weight:500;outline:none;box-shadow:0 2px 4px #101e360a,inset 0 1px 2px #ffffffe6;transition:all .3s cubic-bezier(.4,0,.2,1);max-width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236366f1' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right 12px center;background-repeat:no-repeat;background-size:16px 16px}.currency-control-panel{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:2px solid #e2e8f0;border-radius:12px;padding:16px 20px;display:inline-flex;align-items:center;gap:16px;box-shadow:0 2px 8px #101e360f,inset 0 1px 2px #ffffffe6;font-size:14px;max-width:-moz-fit-content;max-width:fit-content;position:relative;overflow:hidden}.currency-control-panel:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,#fff3,#ffffff0d);pointer-events:none}.currency-control-panel>*{position:relative;z-index:1}.currency-control-panel select{background:linear-gradient(135deg,#fff,#f8fafc);border:2px solid #e2e8f0;border-radius:10px;padding:10px 44px 10px 16px;font-size:14px;font-weight:600;cursor:pointer;min-width:140px;-webkit-appearance:none;-moz-appearance:none;appearance:none;box-shadow:0 2px 4px #101e360a,inset 0 1px 2px #ffffffe6;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236366f1' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right 12px center;background-repeat:no-repeat;background-size:16px 16px;transition:all .3s cubic-bezier(.4,0,.2,1)}.currency-control-panel select:hover{border-color:#a5b4fc;background:linear-gradient(135deg,#fff,#f1f5f9);box-shadow:0 3px 8px #101e360f,inset 0 1px 2px #ffffffe6}.currency-control-panel select:focus{border-color:#6366f1;box-shadow:0 4px 12px #6366f126,0 0 0 4px #6366f11a;background:linear-gradient(135deg,#fff,#faf5ff);transform:translateY(-1px);outline:none}input:focus,textarea:focus{border:2px solid #6366f1;box-shadow:0 4px 12px #6366f126,0 0 0 4px #6366f11a;background:linear-gradient(135deg,#fff,#faf5ff);transform:translateY(-1px)}select:focus{border:2px solid #6366f1;box-shadow:0 4px 12px #6366f126,0 0 0 4px #6366f11a;background:linear-gradient(135deg,#fff,#faf5ff);transform:translateY(-1px)}input:hover:not(:focus),textarea:hover:not(:focus){border-color:#a5b4fc;box-shadow:0 3px 8px #101e360f,inset 0 1px 2px #ffffffe6;background:linear-gradient(135deg,#fff,#f1f5f9)}select:hover:not(:focus){border-color:#a5b4fc;box-shadow:0 3px 8px #101e360f,inset 0 1px 2px #ffffffe6;background:linear-gradient(135deg,#fff,#f1f5f9)}input[readonly],.readonly-input{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);color:#64748b;border:2px solid #cbd5e1;box-shadow:inset 0 2px 4px #0000000f;cursor:default}.disabled-input{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);color:#9ca3af;border:2px solid #d1d5db;cursor:not-allowed;opacity:.7;box-shadow:inset 0 2px 4px #0000000a}select.disabled-input{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%239ca3af' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right 12px center;background-repeat:no-repeat;background-size:16px 16px}.error-input{border-color:#dc2626;background-color:#fef2f2;color:#dc2626}.error-input:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}textarea{min-height:60px;resize:vertical}.totals-section{background:linear-gradient(135deg,#1e40af,#3b82f6,#60a5fa);border-radius:12px;padding:24px 28px;margin:0 auto 32px;max-width:70%;width:-moz-fit-content;width:fit-content;min-width:400px;box-shadow:0 6px 24px #3b82f626;border:2px solid #3b82f6;position:relative;overflow:hidden}.totals-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,#ffffff1a,#ffffff0d);pointer-events:none}.totals-section h3{font-size:1.4rem;font-weight:700;color:#fff;margin-bottom:16px;text-align:center;text-shadow:0 2px 4px rgba(0,0,0,.2);position:relative;z-index:1}.total-item{background:#fffffff2;border-radius:8px;padding:16px 20px;margin-bottom:16px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 2px 6px #00000014;position:relative;z-index:1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.total-item:last-child{background:#fffffff2;border-radius:8px;padding:16px 20px;margin-bottom:16px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 2px 6px #00000014;position:relative;z-index:1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-weight:600}.total-item label{font-weight:500;color:#475569;font-size:1rem;margin-right:16px;min-width:120px;flex-shrink:0}.total-item:last-child label{color:#1e40af;font-weight:700;font-size:1rem}.total-amount-container{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:240px}.total-input{font-size:1rem;font-weight:600;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:8px 12px;color:#475569;text-align:right;min-width:180px;flex:1}.total-item:last-child .total-input{color:#1e40af;font-weight:700}.currency-label{font-size:.95rem;color:#64748b;font-weight:500;min-width:45px;text-align:center;flex-shrink:0}.total-item:last-child .currency-label{color:#1e40af;font-size:.95rem;font-weight:600}.totals-save-button{width:70%!important;max-width:350px!important;min-width:220px!important;margin:32px auto 0!important;display:block!important;padding:18px 36px!important;text-align:center!important;border-radius:12px!important;font-size:1.1rem!important;font-weight:600!important}.section-divider{border-top:1.5px solid #e5e7eb;margin:32px 0}.validation-errors{background:#fef2f2;border:1.5px solid #fca5a5;border-radius:8px;padding:16px;margin-bottom:18px}.save-warning{color:#b91c1c;font-weight:600;margin-top:10px}.custom-fields-section{margin-top:24px}.custom-field-item{margin-bottom:12px}.field-header{display:flex;align-items:center;justify-content:space-between}.custom-field-input{width:100%;margin-top:6px}*{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}.invoice-page-container{width:100%;overflow-x:hidden;-webkit-overflow-scrolling:touch}@media screen and (max-width: 768px){.invoice-page-container{padding:8px 0;min-height:100vh;width:100vw;overflow-x:hidden}html,body{overflow-x:hidden;width:100%}.invoice-header{padding:16px;margin-bottom:16px}.header-content{flex-direction:column;gap:16px;align-items:flex-start}.header-actions{flex-wrap:wrap;gap:8px;width:100%}.action-button,.download-button{padding:12px 16px;font-size:.9rem;flex:1;min-width:120px}.user-info{width:100%;text-align:center;margin-top:8px}.invoice-content{padding:8px;gap:16px;margin:0 4px;width:calc(100vw - 8px);max-width:calc(100vw - 8px);box-sizing:border-box}.quote-info-section,.contact-info-section,.vehicle-info-section,.route-info-section,.custom-fields-section,.shipping-costs-section{padding:12px;margin:0;width:100%;box-sizing:border-box}.admin-edits-section{padding:12px 16px}.totals-section{padding:20px 12px}.quote-info-section h2,.contact-info-section h2,.vehicle-info-section h2,.route-info-section h2{font-size:1.3rem;margin-bottom:16px}.quote-info-grid,.contact-info-grid,.vehicle-info-grid,.route-info-grid,.invoice-details-grid,.custom-fields-grid,.shipping-costs-grid{grid-template-columns:1fr;gap:12px}.route-info-grid{grid-template-columns:1fr;grid-template-rows:auto auto auto auto;gap:12px}.route-info-grid .info-item:nth-child(1),.route-info-grid .info-item:nth-child(2),.route-info-grid .info-item:nth-child(3),.route-info-grid .info-item:nth-child(4){grid-column:1;grid-row:auto}.info-item{padding:12px}.info-item label{font-size:.9rem;margin-bottom:6px}input[type=text],input[type=email],input[type=number],input[type=tel],textarea{padding:14px 16px;font-size:1rem;border-radius:10px;width:100%;box-sizing:border-box}select{padding:14px 50px 14px 16px;font-size:1rem;border-radius:10px;width:100%;box-sizing:border-box}.vehicle-info-grid .value-field{min-width:unset;max-width:100%}.value-input-group{flex-direction:row;gap:8px;width:100%}.currency-select{width:80px;padding:12px 8px}.value-input-group input{width:auto;flex:1;padding:12px}.stage-selector{flex-direction:column;align-items:flex-start;gap:8px;width:100%}.stage-select{width:100%;padding:12px}.stage-indicator{padding:6px 10px;font-size:.8rem}.client-status{padding:10px 12px;font-size:.85rem;margin-bottom:12px}.admin-warning{margin:8px!important;padding:12px!important;font-size:.9rem!important}.admin-edits-section{padding:16px 20px;margin-bottom:20px}.shipping-costs-section{padding:16px;margin-bottom:20px}.cost-category{padding:12px;margin-bottom:12px}.notes-section{padding:16px;margin-top:32px;margin-bottom:16px}.notes-section:before{top:-16px;width:60px;height:3px;background:#94a3b8;box-shadow:0 1px 2px #0000001a}.admin-edits-section h2,.notes-section h3{font-size:1.2rem;margin-bottom:12px}.shipping-costs-section h2{font-size:1.4rem;margin-bottom:16px}.admin-edits-grid{display:flex;flex-direction:column;gap:16px}.edit-form,.save-section{width:100%}.form-group{margin-bottom:16px}.cost-item{margin-bottom:16px;flex-direction:column;align-items:flex-start;justify-content:flex-start}.cost-item label{margin-bottom:6px;margin-right:0;flex:none}.form-group label{font-size:.9rem;margin-bottom:6px}.costs-grid{display:flex;flex-direction:column;gap:16px}.cost-category{width:100%}.cost-category h3{font-size:1.1rem;margin-bottom:12px}.totals-section{padding:16px 12px;margin:0 8px 24px;max-width:85%;min-width:unset;width:auto}.totals-section h3{font-size:1.3rem;margin-bottom:12px}.total-item{padding:14px 16px;margin-bottom:14px;flex-direction:column;align-items:flex-start;gap:8px}.total-item:last-child{padding:14px 16px}.total-item label{margin-right:0;min-width:unset;font-size:.95rem}.total-item:last-child label{font-size:1rem}.total-amount-container{width:100%;justify-content:space-between}.total-input{font-size:.95rem;padding:8px 12px;flex:1;margin-right:0;min-width:unset;max-width:200px;text-align:left}.currency-label{font-size:.9rem;margin-top:0}.total-item:last-child .currency-label{font-size:.95rem}.recalc-button,.add-field-button{width:100%;padding:14px;font-size:1rem;margin-bottom:12px}.invoice-content>.save-button{width:90%;min-width:unset;padding:18px 24px;font-size:1.1rem;margin:20px auto;border-radius:10px;letter-spacing:.3px;display:block}.invoice-content>.save-button:hover{transform:translateY(-1px)}.save-button{width:100%;padding:14px;font-size:1rem;margin-bottom:12px}.custom-fields-section{margin-top:20px}.custom-field-item{margin-bottom:16px}.field-header{margin-bottom:8px}.custom-field-input{width:100%;padding:12px;font-size:1rem}.add-field-form{display:flex;flex-direction:column;gap:12px}.field-row{display:flex;flex-direction:column;gap:8px}.field-label-input,.field-type-select,.field-value-input{width:100%;padding:12px}.currency-control-panel{width:100%;max-width:100%;padding:16px 20px;gap:12px;flex-wrap:wrap;justify-content:center;border-radius:12px}.currency-control-panel select{min-width:160px;padding:12px 48px 12px 16px;font-size:15px;border-radius:10px}}@media screen and (max-width: 480px){.invoice-page-container{padding:4px 0}.invoice-content{padding:6px;margin:0 2px;width:calc(100vw - 4px);max-width:calc(100vw - 4px)}.quote-info-section,.contact-info-section,.vehicle-info-section,.route-info-section{padding:8px}.invoice-header{padding:8px;margin-bottom:8px}.header-content{gap:8px}.header-actions{flex-direction:column;gap:6px}.action-button,.download-button{width:100%;margin-bottom:6px;padding:10px 12px;font-size:13px}.value-input-group{flex-direction:column;gap:6px}.currency-select,.value-input-group input{width:100%;padding:10px}.info-item{padding:8px}input[type=text],input[type=email],input[type=number],input[type=tel],textarea,select{padding:10px;font-size:14px}.currency-control-panel{padding:10px 12px;flex-direction:column;text-align:center;gap:10px}.currency-control-panel select{width:100%;min-width:unset;padding:10px 12px;text-align:center}}.print-logo-section{text-align:center;margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid #eee}.print-logo{max-width:200px;height:auto;display:block;margin:0 auto}.print-page-container .customs-table table th:nth-child(1),.print-page-container .customs-table table td:nth-child(1){width:40%!important;padding-right:20px!important}.print-page-container .customs-table table th:nth-child(2),.print-page-container .customs-table table td:nth-child(2){width:20%!important;padding-left:20px!important;padding-right:20px!important}.print-page-container .customs-table table th:nth-child(3),.print-page-container .customs-table table td:nth-child(3){width:40%!important;padding-left:20px!important}.print-page-container table th:nth-child(1):only-child,.print-page-container table td:nth-child(1):only-child{width:30%;padding-right:20px}.print-page-container table th:nth-child(2):only-child,.print-page-container table td:nth-child(2):only-child{width:25%;text-align:left;padding-left:20px;padding-right:20px}.print-page-container table th:nth-child(3):only-child,.print-page-container table td:nth-child(3):only-child{width:45%;padding-left:20px}.print-page-container blockquote{border-left:2px solid #F7DC6F;margin:.5rem 0;padding:.3rem .8rem;background-color:#f8f9fa;font-style:italic;font-family:Roboto,Helvetica,Arial,sans-serif;text-align:justify}.print-page-container hr{border:none;border-top:1px solid #eee;margin:.5rem 0;page-break-before:avoid;page-break-after:avoid}.print-page-container ul,.print-page-container ol{margin:.5rem 0;padding-left:1.5rem;font-family:Roboto,Helvetica,Arial,sans-serif;text-align:justify}.print-page-container li{margin:.2rem 0;font-family:Roboto,Helvetica,Arial,sans-serif}@media print{.print-page-container{padding:0;margin:0;width:100%;max-width:none}.print-logo-section{margin-bottom:10px;padding-bottom:8px;page-break-after:avoid}.print-logo{max-width:150px}.print-page-container h1{font-size:1.6rem;margin-bottom:.3rem}.print-page-container h2{font-size:1.2rem;margin-top:1rem;margin-bottom:.5rem}.print-page-container h3{font-size:1rem;margin-top:.8rem;margin-bottom:.2rem}.print-page-container table{font-size:.85rem;page-break-inside:avoid;display:table;margin:.5rem 0;table-layout:fixed}.print-page-container th,.print-page-container td{padding:4px 6px;display:table-cell}.print-page-container h1,.print-page-container h2,.print-page-container h3{page-break-after:avoid}.print-page-container hr{page-break-before:avoid;page-break-after:avoid}.print-page-container p{margin:.5rem 0;line-height:1.3}.print-page-container blockquote{margin:.3rem 0;padding:.2rem .6rem}.print-page-container ul,.print-page-container ol{margin:.3rem 0;padding-left:1rem}.print-page-container li{margin:.1rem 0}}.print-loading,.print-error{display:flex;justify-content:center;align-items:center;height:100vh;background-color:#fff;font-family:Roboto,Helvetica,Arial,sans-serif;font-size:1.1rem}body,html{height:100%;margin:0;padding:0;font-family:Roboto,Helvetica,Arial,sans-serif;background:#fff;overflow-x:hidden}.referral-landing-container nav{position:fixed!important;top:0!important;z-index:1000!important;transition:all .3s ease!important;backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important}.referral-landing-container nav{box-shadow:0 2px 20px #0000001a!important}.referral-landing-container nav{position:fixed!important;top:0!important;z-index:1000!important}.referral-landing-container{position:relative;z-index:1;overflow-x:hidden}.hero-banner{width:100%;min-height:100vh!important;background:linear-gradient(#0006,#0009),url(/background.jpg);background-size:cover;background-position:center;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;padding:2rem}.referral-landing-container .hero-banner{min-height:100vh!important;height:100vh!important}.referral-landing-container{padding-top:0!important}.referral-landing-container{position:relative;z-index:1}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:6px;border:2px solid #f1f5f9}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#2563eb,#1e40af)}*{scrollbar-width:thin;scrollbar-color:#3b82f6 #f1f5f9}.referral-landing-container{overflow-x:hidden;overflow-y:visible}.referral-landing-container{min-height:100vh;width:100vw;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;margin:0;padding:0;overflow-x:hidden}.hero-section{width:100%;background:linear-gradient(135deg,#1a5276,#2980b9,#f7dc6f);padding:60px 20px;text-align:center;color:#fff;margin-bottom:32px}.hero-content{max-width:800px;margin:0 auto}.loading-container{min-height:100vh;width:100vw;display:flex;align-items:center;justify-content:center;background:#fff;padding:2rem}.loading-spinner{width:64px;height:64px;border:5px solid #e2e8f0;border-top:5px solid #059669;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1.5rem}.error-card a{display:inline-flex;align-items:center;background:linear-gradient(135deg,#059669,#10b981,#34d399);color:#fff;padding:12px 24px;border-radius:12px;text-decoration:none;font-weight:600;transition:transform .2s ease,box-shadow .2s ease}.error-card a:hover{transform:translateY(-2px);box-shadow:0 6px 20px #10b98166}@media (max-width: 900px){.referral-landing-container{padding:0;margin:0;width:100vw;overflow-x:hidden}.hero-section{padding:40px 20px}.main-content{padding:0 16px}.content-grid{max-width:100%}.landing-card{padding:1.5rem;border-radius:12px}.error-card{padding:32px 20px}}@media (max-width: 768px){.referral-landing-container{padding:0;margin:0;width:100vw;overflow-x:hidden}.loading-container{padding:1rem}.loading-spinner{width:48px;height:48px;border-width:4px;margin-bottom:1rem}.loading-container .text-center p{font-size:1rem;margin-bottom:.5rem}.loading-container .text-center p:last-child{font-size:.9rem}.landing-card{padding:1rem;border-radius:10px;margin:0 1rem}.floating-whatsapp{width:48px;height:48px;bottom:1rem;right:1rem}.timeline-step{flex-direction:column!important;text-align:center!important}.timeline-content{text-align:center!important;padding:0 1rem!important}.timeline-description{margin:0 auto!important;max-width:100%!important}.contact-form-section{padding:2rem 1rem!important}.contact-form-card{padding:1.5rem!important}.contact-form-grid{grid-template-columns:1fr!important;gap:16px!important}.vehicle-summary-grid{grid-template-columns:1fr!important;gap:12px!important;text-align:left!important}.vehicle-summary-grid>div{padding:0!important;border-radius:0!important;font-size:1rem!important}.vehicle-summary-grid>div span{font-size:.8rem!important}.faq-section{padding:2rem 1rem!important}.faq-container{padding:0 1rem!important}.faq-card{padding:1.5rem!important}.contact-form-icon{display:none!important}.journey-section{padding:2rem 1rem!important}}@media (max-width: 600px){.referral-landing-container{padding:0;margin:0;width:100vw;overflow-x:hidden}.loading-container{padding:.5rem}.loading-spinner{width:40px;height:40px;border-width:3px;margin-bottom:.75rem}.loading-container .text-center p{font-size:.9rem;margin-bottom:.25rem}.loading-container .text-center p:last-child{font-size:.8rem}.landing-card{padding:1rem;border-radius:10px;margin:0 .5rem}.floating-whatsapp{width:44px;height:44px;bottom:.5rem;right:.5rem}}*{margin:0;padding:0;box-sizing:border-box}body,html{height:100%;margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:#fff;overflow-x:hidden}nav{position:fixed!important;top:0!important;z-index:1000!important;width:100%!important;left:0!important;right:0!important;pointer-events:none!important}nav *{pointer-events:auto!important}.classic-motors-referral-container nav{position:fixed!important;top:0!important;z-index:1000!important;transition:all .3s ease!important;backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important}.classic-motors-referral-container nav{box-shadow:0 2px 20px #0000001a!important}.classic-motors-referral-container nav{position:fixed!important;top:0!important;z-index:1000!important}.classic-motors-referral-container{position:relative;z-index:1;overflow-x:hidden}nav[style*="position: fixed"]{position:fixed!important;top:0!important;z-index:1000!important}nav{overflow:visible!important;clip:auto!important}.sticky-navigation{position:fixed!important;top:0!important;z-index:1000!important;width:100%!important;left:0!important;right:0!important}.sticky-navigation.scrolled{background:#000000f2!important;backdrop-filter:blur(15px)!important;-webkit-backdrop-filter:blur(15px)!important;box-shadow:0 4px 20px #00000026!important}.sticky-navigation .mobile-menu{position:absolute!important;top:100%!important;left:0!important;right:0!important;z-index:1001!important}.classic-motors-hero{width:100vw;min-height:100vh!important;background:linear-gradient(135deg,#1a1a1a,#2d2d2d,#1a1a1a);display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;padding:2rem;overflow:hidden;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);left:50%;transform:translate(-50%)}.classic-motors-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url(/background.jpg) center/cover;opacity:.6;z-index:1}.classic-motors-hero:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#0006;z-index:1}.hero-content{position:relative;z-index:2;text-align:center;max-width:1000px;margin:0 auto;color:#fff}.hero-logo{margin-bottom:2rem;display:flex;justify-content:center;align-items:center}.logo-image{max-width:400px;width:100%;height:auto;filter:drop-shadow(0 4px 20px rgba(0,0,0,.3));transition:transform .3s ease}.logo-image:hover{transform:scale(1.05)}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;background:linear-gradient(135deg,#fff,#f0f0f0,#e0e0e0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 4px 20px rgba(0,0,0,.3);line-height:1.1}.hero-subtitle{font-size:1.25rem;font-weight:500;margin-bottom:3rem;color:#e0e0e0;line-height:1.6;max-width:600px;margin-left:auto;margin-right:auto}.hero-stats{display:flex;justify-content:center;gap:3rem;margin-bottom:3rem;flex-wrap:wrap}.stat-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem;background:#ffffff1a;border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transition:all .3s ease;min-width:140px}.stat-item:hover{transform:translateY(-5px);background:#ffffff26;box-shadow:0 10px 30px #0003}.stat-icon{width:32px;height:32px;color:#f97316}.stat-number{font-size:2rem;font-weight:800;color:#fff;line-height:1}.stat-label{font-size:.9rem;font-weight:500;color:#e0e0e0;text-align:center;line-height:1.2}.hero-cta{background:linear-gradient(135deg,#f97316,#ea580c,#c2410c);color:#fff;border:none;border-radius:16px;padding:18px 36px;font-size:1.2rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 20px #f9731666;display:inline-flex;align-items:center;gap:12px;text-transform:uppercase;letter-spacing:.5px;text-decoration:none}.hero-cta:hover{transform:translateY(-3px);box-shadow:0 8px 25px #f9731680;background:linear-gradient(135deg,#ea580c,#c2410c,#9a3412)}.classic-motors-referral-container .classic-motors-hero{min-height:100vh!important;height:100vh!important;width:100vw!important;margin-left:calc(-50vw + 50%)!important;margin-right:calc(-50vw + 50%)!important;left:50%!important;transform:translate(-50%)!important;position:relative!important}.classic-motors-referral-container{padding-top:0!important}.classic-motors-referral-container{position:relative;z-index:1}::-webkit-scrollbar{width:12px;z-index:1001!important}::-webkit-scrollbar-track{background:#f1f5f9;border-radius:6px}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#f97316,#ea580c);border-radius:6px;border:2px solid #f1f5f9}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#ea580c,#c2410c)}*{scrollbar-width:thin;scrollbar-color:#f97316 #f1f5f9}.classic-motors-referral-container{overflow-x:hidden;overflow-y:visible}.nav-spacer{height:80px;transition:height .3s ease}.nav-spacer.scrolled{height:60px}.classic-motors-referral-container{min-height:100vh;width:100%;background:#fff;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;margin:0;padding:0;overflow-x:hidden}.main-content{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.content-grid{display:block;max-width:800px;margin:0 auto}.landing-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:2rem;border:1px solid rgba(0,0,0,.05);transition:all .3s ease}.landing-card:hover{box-shadow:0 8px 30px #0000001f;transform:translateY(-2px)}.section-spacing{margin-bottom:0}.loading-container{min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;background:#fff;padding:2rem}.loading-container .text-center{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.loading-spinner{width:64px;height:64px;border:5px solid #e2e8f0;border-top:5px solid #f97316;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1.5rem}.error-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f8fafc;padding:2rem}.error-card{background:#fff;border-radius:16px;padding:48px 32px;text-align:center;max-width:500px;box-shadow:0 4px 20px #00000014;border:1px solid rgba(0,0,0,.05)}.error-card h1{color:#1f2937;font-size:2rem;font-weight:700;margin-bottom:16px}.error-card p{color:#6b7280;margin-bottom:24px;font-size:1.1rem}.error-card a{display:inline-flex;align-items:center;background:linear-gradient(135deg,#f97316,#ea580c,#c2410c);color:#fff;padding:12px 24px;border-radius:12px;text-decoration:none;font-weight:600;transition:transform .2s ease,box-shadow .2s ease}.error-card a:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f9731666}.floating-whatsapp{position:fixed;bottom:2rem;right:2rem;z-index:1000;background:#25d366;color:#fff;width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #25d3664d;transition:all .3s ease;text-decoration:none}.floating-whatsapp:hover{transform:scale(1.1);box-shadow:0 6px 25px #25d36666}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .6s ease-out}.landing-card table{border-collapse:collapse!important;width:100%!important;border:none!important;outline:none!important}.landing-card table th,.landing-card table td{border:none!important;outline:none!important;padding:16px!important;text-align:left!important;vertical-align:top!important;background:transparent!important}.landing-card table th{font-weight:600!important;font-size:14px!important;color:#374151!important;background:#f9fafb!important;border:none!important;outline:none!important}.landing-card table tr{border:none!important;outline:none!important;background:#fff!important}.landing-card table tr:hover{background-color:#f9fafb!important}.landing-card table td{border:none!important;outline:none!important}.landing-card table,.landing-card table *{outline:none!important;box-shadow:none!important;border:none!important}.landing-card table:focus,.landing-card table th:focus,.landing-card table td:focus{outline:none!important;box-shadow:none!important;border:none!important}.landing-card table,.landing-card table th,.landing-card table td,.landing-card table tr{border:none!important;border-top:none!important;border-right:none!important;border-bottom:none!important;border-left:none!important;border-width:0!important;border-style:none!important;border-color:transparent!important}.landing-card table{border-collapse:collapse!important;border-spacing:0!important}.landing-card .bg-white,.landing-card .rounded-lg,.landing-card .shadow-sm,.landing-card div[class*=border]{border:none!important;border-top:none!important;border-right:none!important;border-bottom:none!important;border-left:none!important;border-width:0!important;border-style:none!important;border-color:transparent!important;outline:none!important;box-shadow:none!important}.landing-card .border-gray-200,.landing-card .border-b,.landing-card .border-t,.landing-card .border-l,.landing-card .border-r{border:none!important;border-width:0!important}.landing-card .bg-gradient-to-r{background:linear-gradient(to right,var(--tw-gradient-stops))!important}.landing-card .border-b{border-bottom:none!important}.landing-card .hover\:bg-red-50:hover,.landing-card .hover\:bg-green-50:hover,.landing-card .hover\:bg-blue-50:hover,.landing-card .hover\:bg-purple-50:hover,.landing-card .hover\:bg-emerald-50:hover,.landing-card .hover\:bg-teal-50:hover,.landing-card .hover\:bg-cyan-50:hover,.landing-card .hover\:bg-sky-50:hover,.landing-card .hover\:bg-yellow-50:hover,.landing-card .hover\:bg-indigo-50:hover,.landing-card .hover\:bg-pink-50:hover{background-color:#f9fafb!important}@media (max-width: 900px){.classic-motors-referral-container{padding:0;margin:0;width:100%;overflow-x:hidden}.classic-motors-hero{padding:40px 20px;width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%)}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-stats{gap:1.5rem}.stat-item{min-width:120px;padding:1rem}.main-content{padding:0 16px}.content-grid{max-width:100%}.landing-card{padding:1.5rem;border-radius:12px}.error-card{padding:32px 20px}}@media (max-width: 768px){.classic-motors-referral-container{padding:0;margin:0;width:100%;overflow-x:hidden}.classic-motors-hero{padding:20px 15px;width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%)}.hero-title{font-size:2rem;margin-bottom:1rem}.hero-subtitle{font-size:1rem;margin-bottom:2rem}.hero-stats{gap:1rem;margin-bottom:2rem}.stat-item{min-width:100px;padding:.75rem}.stat-number{font-size:1.5rem}.stat-label{font-size:.8rem}.hero-cta{padding:14px 28px;font-size:1rem}.loading-container{padding:1rem}.loading-spinner{width:48px;height:48px;border-width:4px;margin-bottom:1rem}.loading-container .text-center p{font-size:1rem;margin-bottom:.5rem}.loading-container .text-center p:last-child{font-size:.9rem}.landing-card{padding:1rem;border-radius:10px;margin:0 1rem}.floating-whatsapp{width:48px;height:48px;bottom:1rem;right:1rem}.timeline-step{flex-direction:column!important;text-align:center!important}.timeline-content{text-align:center!important;padding:0 1rem!important}.timeline-description{margin:0 auto!important;max-width:100%!important}.contact-form-section{padding:2rem 1rem!important}.contact-form-card{padding:1.5rem!important}.contact-form-grid{grid-template-columns:1fr!important;gap:16px!important}.vehicle-summary-grid{grid-template-columns:1fr!important;gap:12px!important;text-align:left!important}.vehicle-summary-grid>div{padding:0!important;border-radius:0!important;font-size:1rem!important}.vehicle-summary-grid>div span{font-size:.8rem!important}.faq-section{padding:2rem 1rem!important}.faq-container{padding:0 1rem!important}.faq-card{padding:1.5rem!important}.contact-form-icon{display:none!important}.journey-section{padding:2rem 1rem!important}}@media (max-width: 600px){.classic-motors-referral-container{padding:0;margin:0;width:100%;overflow-x:hidden}.classic-motors-hero{padding:15px 10px;width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%)}.hero-title{font-size:1.75rem}.hero-subtitle{font-size:.9rem}.hero-stats{flex-direction:column;gap:.75rem;align-items:center}.stat-item{width:100%;max-width:200px}.loading-container{padding:.5rem}.loading-spinner{width:40px;height:40px;border-width:3px;margin-bottom:.75rem}.loading-container .text-center p{font-size:.9rem;margin-bottom:.25rem}.loading-container .text-center p:last-child{font-size:.8rem}.landing-card{padding:1rem;border-radius:10px;margin:0 .5rem}.floating-whatsapp{width:44px;height:44px;bottom:.5rem;right:.5rem}}.client-autocomplete,.autocomplete-input-wrapper{position:relative;width:100%}.autocomplete-input{width:100%;padding:.75rem 2.5rem .75rem .75rem;border:2px solid #d1d5db;border-radius:.375rem;font-size:.875rem;transition:border-color .2s ease,box-shadow .2s ease;background:#fff}.autocomplete-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.autocomplete-loading{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center}.loading-spinner{width:1rem;height:1rem;border:2px solid #e5e7eb;border-top:2px solid #2563eb;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.autocomplete-dropdown{position:absolute;top:100%;left:0;right:0;z-index:1000;background:#fff;border:1px solid #d1d5db;border-radius:.375rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;max-height:200px;overflow-y:auto;margin-top:.25rem}.autocomplete-item{padding:.75rem 1rem;border-bottom:1px solid #f3f4f6;cursor:pointer;transition:background-color .15s ease}.autocomplete-item:last-child{border-bottom:none}.autocomplete-item:hover,.autocomplete-item.selected{background:#f9fafb}.autocomplete-item.no-results{color:#6b7280;cursor:default;text-align:center;padding:1rem;font-style:italic}.autocomplete-item.no-results:hover{background:transparent}.client-info{display:flex;flex-direction:column;gap:.25rem}.client-name{font-weight:600;color:#111827;font-size:.875rem}.client-details{font-size:.75rem;color:#6b7280;line-height:1.4}@media (max-width: 768px){.autocomplete-dropdown{max-height:160px}.autocomplete-item{padding:.625rem .875rem}.client-name{font-size:.8rem}.client-details{font-size:.7rem}}.autocomplete-item:focus{outline:2px solid #2563eb;outline-offset:-2px;background:#eff6ff}.autocomplete-dropdown{scrollbar-width:thin;scrollbar-color:#d1d5db #f9fafb}.autocomplete-dropdown::-webkit-scrollbar{width:6px}.autocomplete-dropdown::-webkit-scrollbar-track{background:#f9fafb}.autocomplete-dropdown::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.autocomplete-dropdown::-webkit-scrollbar-thumb:hover{background:#9ca3af}.custom-quote-page{min-height:100vh;background:#f8fafc;font-family:Roboto,Helvetica,Arial,sans-serif}.custom-quote-loading{display:flex;justify-content:center;align-items:center;min-height:100vh;font-size:1.125rem;color:#6b7280}.quote-header{background:#fff;border-bottom:1px solid #e5e7eb;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.header-left{display:flex;align-items:center;gap:1rem}.company-logo{height:48px;width:auto;max-width:200px;-o-object-fit:contain;object-fit:contain}.preview-logo{height:60px;width:auto;max-width:200px;-o-object-fit:contain;object-fit:contain}.header-info h1{margin:0;font-size:1.5rem;font-weight:700;color:#111827}.quote-id{margin-top:.25rem;font-size:.875rem;color:#6b7280}.header-actions{display:flex;gap:.75rem;align-items:center}.btn-primary,.btn-secondary,.btn-danger-small,.btn-small{padding:.5rem 1rem;border-radius:.375rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover:not(:disabled){background:#1d4ed8;transform:translateY(-1px)}.btn-primary:disabled{background:#9ca3af;cursor:not-allowed;transform:none}.btn-secondary{background:#f3f4f6;color:#374151;border:1px solid #d1d5db}.btn-secondary:hover{background:#e5e7eb;transform:translateY(-1px)}.btn-small{padding:.25rem .5rem;font-size:.75rem;background:#f3f4f6;color:#374151;border:1px solid #d1d5db}.btn-small:hover{background:#e5e7eb}.btn-danger-small{padding:.25rem .5rem;font-size:.75rem;background:#ef4444;color:#fff}.btn-danger-small:hover{background:#dc2626}.quote-tabs{background:#fff;border-bottom:1px solid #e5e7eb;padding:0 2rem;display:flex;gap:2rem;overflow-x:auto}.quote-tabs button{padding:1rem 0;border:none;background:none;font-size:.875rem;font-weight:500;color:#6b7280;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s ease;white-space:nowrap}.quote-tabs button:hover{color:#374151}.quote-tabs button.active{color:#2563eb;border-bottom-color:#2563eb}.quote-content{padding:2rem;max-width:1200px;margin:0 auto}.tab-content{background:#fff;border-radius:.75rem;padding:2rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.form-section{margin-bottom:2rem}.form-section:last-child{margin-bottom:0}.form-section h2{margin:0 0 1.5rem;font-size:1.25rem;font-weight:700;color:#111827;border-bottom:1px solid #e5e7eb;padding-bottom:.5rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-header h2{margin:0;border:none;padding:0}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#374151;font-size:.875rem}.form-group input,.form-group select,.form-group textarea{padding:.75rem;border:2px solid #d1d5db;border-radius:.375rem;font-size:.875rem;transition:border-color .2s ease,box-shadow .2s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-group textarea{resize:vertical;font-family:inherit}.items-table{border:1px solid #e5e7eb;border-radius:.5rem;overflow:hidden;margin-bottom:2rem}.items-table .table-header,.items-table .table-row{display:grid;grid-template-columns:1fr auto auto auto auto;gap:1rem;padding:1rem;align-items:start}.items-table .table-header{background:#f9fafb;border-bottom:1px solid #e5e7eb;font-weight:600;color:#374151;font-size:.875rem}.items-table .table-row{border-bottom:1px solid #f3f4f6}.items-table .table-row:last-child{border-bottom:none}.items-table .table-row>div{display:flex;flex-direction:column;gap:.5rem}.items-table input,.items-table textarea{width:100%;padding:.5rem;border:1px solid #d1d5db;border-radius:.25rem;font-size:.875rem}.items-table input:focus,.items-table textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb1a}.amount-cell{display:flex!important;align-items:center;font-weight:600;color:#059669;padding:.5rem;background:#f0fdf4;border-radius:.25rem;border:1px solid #bbf7d0}.totals-section{background:#f9fafb;border-radius:.5rem;padding:1.5rem}.totals-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}.totals-summary{background:#fff;border-radius:.375rem;padding:1rem;border:1px solid #e5e7eb}.total-line{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #f3f4f6}.total-line:last-child{border-bottom:none}.total-line.final-total{font-size:1.125rem;font-weight:700;color:#059669;border-top:2px solid #d1d5db;margin-top:.5rem;padding-top:1rem}.custom-table-editor{background:#f9fafb;border-radius:.5rem;padding:1.5rem;margin-bottom:1.5rem;border:1px solid #e5e7eb}.table-header-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-wrap:wrap;gap:1rem}.table-title-input{font-size:1.125rem;font-weight:600;padding:.5rem;border:1px solid #d1d5db;border-radius:.25rem;background:#fff;flex:1;min-width:200px}.table-controls{display:flex;gap:.5rem}.custom-table{background:#fff;border-radius:.375rem;border:1px solid #e5e7eb;overflow:hidden}.table-headers,.table-row{display:flex}.table-headers{background:#f3f4f6;border-bottom:1px solid #e5e7eb}.table-header-input,.table-cell-input{flex:1;padding:.75rem;border:none;border-right:1px solid #e5e7eb;font-size:.875rem;background:transparent}.table-header-input:last-child,.table-cell-input:last-child{border-right:none}.table-header-input{font-weight:600}.table-row{border-bottom:1px solid #f3f4f6}.table-row:last-child{border-bottom:none}.table-header-input:focus,.table-cell-input:focus{outline:none;background:#eff6ff;box-shadow:inset 0 0 0 2px #2563eb}.empty-state{text-align:center;padding:3rem 1rem;color:#6b7280;background:#f9fafb;border-radius:.5rem;border:2px dashed #d1d5db}.preview-section{background:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 1px 3px #0000001a}.preview-header{background:#f9fafb;padding:1.5rem 2rem;border-bottom:1px solid #e5e7eb}.preview-header h2{margin:0 0 .5rem;font-size:1.25rem;font-weight:700;color:#111827}.preview-header p{margin:0;color:#6b7280;font-size:.875rem}.quote-preview{padding:2rem;background:#f8fafc}.preview-document{background:#fff;padding:2rem;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a;max-width:800px;margin:0 auto}.document-header{border-bottom:2px solid #e5e7eb;padding-bottom:1.5rem;margin-bottom:2rem}.company-info{display:flex;gap:1.5rem;align-items:flex-start}.preview-logo{height:60px;width:auto;flex-shrink:0}.company-details h3{margin:0 0 .5rem;font-size:1.5rem;font-weight:700;color:#111827}.company-details p{margin:.25rem 0;color:#6b7280;font-size:.875rem}.quote-info{margin-bottom:2rem}.quote-info h1{margin:0 0 1rem;font-size:2rem;font-weight:800;color:#111827}.quote-meta{display:flex;gap:2rem;flex-wrap:wrap}.quote-meta p{margin:0;font-size:.875rem;color:#6b7280}.client-info{background:#f9fafb;padding:1.5rem;border-radius:.5rem;margin-bottom:2rem}.client-info h2{margin:0 0 1rem;font-size:1.125rem;font-weight:600;color:#374151}.client-details p{margin:.25rem 0;font-size:.875rem;color:#111827}.items-section,.custom-table-section,.custom-text-section,.terms-section,.notes-section{margin-bottom:2rem}.items-section h2,.custom-table-section h2,.custom-text-section h2,.terms-section h2,.notes-section h2{margin:0 0 1rem;font-size:1.25rem;font-weight:700;color:#111827;border-bottom:1px solid #e5e7eb;padding-bottom:.5rem}.preview-table{width:100%;border-collapse:collapse;margin-bottom:1rem;font-size:.875rem}.preview-table th,.preview-table td{padding:.75rem;text-align:left;border-bottom:1px solid #e5e7eb}.preview-table th{background:#f9fafb;font-weight:600;color:#374151}.preview-table tr:last-child td{border-bottom:none}.preview-totals{background:#f9fafb;border-radius:.5rem;padding:1rem;margin-top:1rem;border:1px solid #e5e7eb}.custom-text-content,.terms-content,.notes-content{white-space:pre-wrap;font-size:.875rem;line-height:1.6;color:#374151}.step-progress{background:#fff;border-bottom:1px solid #e5e7eb;padding:2rem;margin-bottom:0}.step-indicator{display:flex;justify-content:space-between;align-items:flex-start;max-width:1200px;margin:0 auto;position:relative}.step-indicator:before{content:"";position:absolute;top:1.5rem;left:0;right:0;height:2px;background:#e5e7eb;z-index:0}.step{display:flex;flex-direction:column;align-items:center;flex:1;position:relative;cursor:pointer;transition:all .2s ease;z-index:1}.step:hover .step-number{transform:scale(1.1)}.step-number{width:3rem;height:3rem;border-radius:50%;background:#f3f4f6;color:#6b7280;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;transition:all .2s ease;border:2px solid #e5e7eb;margin-bottom:.75rem}.step.active .step-number{background:#2563eb;color:#fff;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1a}.step.completed .step-number{background:#059669;color:#fff;border-color:#059669}.step.completed .step-number:before{content:"✓"}.step-info{text-align:center;max-width:150px}.step-title{font-weight:600;color:#374151;font-size:.875rem;margin-bottom:.25rem}.step.active .step-title{color:#2563eb}.step.completed .step-title{color:#059669}.step-description{font-size:.75rem;color:#6b7280;line-height:1.3}.step.active .step-description{color:#4f46e5}.step.completed .step-description{color:#047857}.step-navigation{background:#fff;padding:2rem;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;gap:1rem}.step-info-current{flex:1;text-align:center;font-weight:600;color:#374151;font-size:.875rem}.form-help{font-size:.75rem;color:#6b7280;margin-top:.25rem;font-style:italic}.preview-actions{display:flex;gap:1rem;margin-bottom:1.5rem}@media print{.custom-quote-page .quote-header,.custom-quote-page .step-progress,.custom-quote-page .step-navigation{display:none!important}.custom-quote-page .quote-content{padding:0!important;margin:0!important}.custom-quote-page .preview-document{box-shadow:none!important;border-radius:0!important;margin:0!important;padding:1rem!important}.custom-quote-page .preview-header,.custom-quote-page .preview-actions{display:none!important}.custom-quote-page .preview-logo{max-width:150px!important}}@media (max-width: 768px){.quote-header{padding:1rem;flex-direction:column;align-items:stretch}.header-left{flex-direction:column;gap:.5rem}.header-actions{justify-content:space-between}.step-progress{padding:1rem}.step-indicator{flex-direction:column;gap:1rem}.step-indicator:before{display:none}.step{flex-direction:row;justify-content:flex-start;text-align:left;width:100%;padding:1rem;background:#f9fafb;border-radius:.5rem}.step.active{background:#eff6ff}.step.completed{background:#f0fdf4}.step-number{margin-bottom:0;margin-right:1rem;flex-shrink:0}.step-info{text-align:left;max-width:none;flex:1}.step-navigation{flex-direction:column;gap:1rem;padding:1rem}.step-info-current{order:-1}.quote-content,.tab-content{padding:1rem}.form-grid{grid-template-columns:1fr}.items-table .table-header,.items-table .table-row{grid-template-columns:1fr;gap:.5rem}.totals-grid{grid-template-columns:1fr}.table-header-controls{flex-direction:column;align-items:stretch}.table-controls{justify-content:space-between}.company-info{flex-direction:column;text-align:center}.quote-meta{flex-direction:column;gap:.5rem}.preview-document{padding:1rem}}@media (max-width: 480px){.btn-primary,.btn-secondary{font-size:.75rem;padding:.5rem .75rem}.quote-info h1{font-size:1.5rem}.preview-table{font-size:.75rem}.preview-table th,.preview-table td{padding:.5rem .25rem}}.print-page-container{background-color:#fff;padding:10px;font-family:Roboto,Helvetica,Arial,sans-serif;line-height:1.4;color:#333;width:100%;margin:0;height:auto;overflow:visible;text-align:justify}.print-loading,.print-error{display:flex;justify-content:center;align-items:center;min-height:100vh;font-size:1.125rem;color:#666;background:#fff}.print-error{color:#dc2626}.print-logo-section{text-align:center;margin-bottom:20px;padding-bottom:15px;border-bottom:2px solid #F7DC6F;background:#fff;position:relative;z-index:10}img[src="/logo.jpeg"],.print-logo{max-width:150px!important;height:auto!important;display:block!important;margin:0 auto 20px!important;visibility:visible!important;opacity:1!important}.print-content{max-width:none;padding:0 2rem;margin:0}.print-page-container p:first-of-type,.print-page-container p:nth-of-type(2){text-align:center!important;margin:8px 0!important;font-size:14px!important;color:#666!important}.print-page-container p:nth-of-type(1),.print-page-container p:nth-of-type(2),.print-page-container p:nth-of-type(3),.print-page-container p:nth-of-type(4){text-align:left!important;margin:4px 0!important;font-size:14px!important;color:#333!important}.print-page-container hr{border:none!important;border-top:2px solid #F7DC6F!important;margin:20px 0!important;width:100%!important}.print-page-container h1{color:#1a5276;font-size:1.8rem;font-weight:700;margin-bottom:.5rem;text-align:center;page-break-after:avoid;font-family:Roboto,Helvetica,Arial,sans-serif}.print-page-container h2{color:#1a5276;font-size:1.5rem;font-weight:700;margin-top:1.5rem;margin-bottom:1rem;border-bottom:2px solid #F7DC6F;padding-bottom:.5rem;page-break-after:avoid;font-family:Roboto,Helvetica,Arial,sans-serif;text-align:left}.print-page-container h3{color:#34495e;font-size:1.1rem;font-weight:700;margin-top:1rem;margin-bottom:.3rem;font-family:Roboto,Helvetica,Arial,sans-serif;text-align:left}.print-page-container table{width:100%;border-collapse:collapse;margin:1rem 0;page-break-inside:avoid;font-family:Roboto,Helvetica,Arial,sans-serif;background:transparent;box-shadow:none;border-radius:0;display:table;table-layout:fixed}.print-page-container th,.print-page-container td{border:none;padding:8px 12px;text-align:left;font-family:Roboto,Helvetica,Arial,sans-serif;background:transparent;display:table-cell;width:auto;margin-bottom:0;word-wrap:break-word;overflow-wrap:break-word}.print-page-container th{background-color:transparent;font-weight:700;color:#1a5276;font-family:Roboto,Helvetica,Arial,sans-serif;font-size:14px;margin-bottom:4px;padding-bottom:4px;border-bottom:2px solid #F7DC6F}.print-page-container td{background-color:transparent;font-size:13px;color:#374151;line-height:1.4;padding-left:0;padding-right:0}.print-page-container tr{background-color:transparent;border:none;display:table-row;margin-bottom:0;padding:0}.print-page-container table th:first-child,.print-page-container table td:first-child{width:60%;padding-right:20px;text-align:left}.print-page-container table th:last-child,.print-page-container table td:last-child{width:40%;padding-left:20px;text-align:left;font-family:Roboto,Helvetica,Arial,sans-serif;font-weight:500;white-space:nowrap}.print-page-container table th:nth-child(1):not(:only-child):not(:last-child),.print-page-container table td:nth-child(1):not(:only-child):not(:last-child){width:45%!important;padding-right:20px!important;text-align:left!important}.print-page-container table th:nth-child(2):not(:only-child):not(:last-child),.print-page-container table td:nth-child(2):not(:only-child):not(:last-child){width:20%!important;text-align:center!important;padding-left:10px!important;padding-right:10px!important}.print-page-container table th:nth-child(3):not(:only-child):not(:first-child),.print-page-container table td:nth-child(3):not(:only-child):not(:first-child){width:35%!important;padding-left:20px!important;text-align:left!important;font-family:Roboto,Helvetica,Arial,sans-serif;font-weight:500;white-space:nowrap}.print-page-container table td:last-child{font-family:Roboto,Helvetica,Arial,sans-serif;font-weight:500;text-align:left;white-space:nowrap}.print-page-container strong{font-weight:700;color:#1a5276;font-family:Roboto,Helvetica,Arial,sans-serif}.print-page-container em{font-style:italic;color:#7f8c8d;font-family:Roboto,Helvetica,Arial,sans-serif}.print-page-container p{margin:.8rem 0;text-align:justify;font-family:Roboto,Helvetica,Arial,sans-serif;line-height:1.5}@media print{@page{margin:.5in;size:letter}.print-custom-page-container{padding:0;margin:0;background:#fff!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}.print-header{margin-bottom:1rem;padding:.5rem 0;border-bottom:2px solid #333!important}.print-logo{max-width:140px!important;height:auto!important;display:block!important;margin:0 auto 15px!important;-webkit-print-color-adjust:exact;print-color-adjust:exact;visibility:visible!important;opacity:1!important}img[src="/logo.jpeg"]{max-width:140px!important;height:auto!important;display:block!important;margin:0 auto 15px!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}.print-logo-section{margin-bottom:15px!important;padding-bottom:10px!important;page-break-after:avoid;border-bottom:1px solid #333!important;text-align:center!important;background:#fff!important}.print-content{padding:0;font-size:11pt;line-height:1.4}.print-content h1{font-size:18pt;margin:1rem 0 .5rem;page-break-after:avoid}.print-content h2{font-size:14pt;margin:1.5rem 0 .5rem;page-break-after:avoid;border-bottom:1px solid #333!important}.print-content h3{font-size:12pt;margin:1rem 0 .5rem;page-break-after:avoid}.print-content table{font-size:.85rem;page-break-inside:avoid;display:table;margin:.5rem 0;table-layout:fixed}.print-page-container th,.print-page-container td{padding:4px 6px;display:table-cell}.print-content table th{background:#f0f0f0!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}.print-content table tr:nth-child(2n){background:#f8f8f8!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}.print-content hr{border-top:1px solid #333!important;margin:1rem 0}.print-content h1,.print-content h2,.print-content h3{page-break-after:avoid}.print-content table{page-break-inside:avoid}.print-content p{orphans:3;widows:3}}@media screen{.print-custom-page-container{max-width:8.5in;margin:2rem auto;box-shadow:0 4px 6px -1px #0000001a;background:#fff;padding:1rem}.print-header{background:#f9fafb;border-radius:.5rem .5rem 0 0;margin:-1rem -1rem 2rem;padding:2rem 1rem}.print-content{padding:0 1rem 1rem}}body.print-page-active{margin:0;padding:0;background:#fff;-webkit-print-color-adjust:exact;print-color-adjust:exact}body.print-page-active *{box-sizing:border-box}body.print-page-active .print-custom-page-container{font-size:12pt}@media screen and (max-width: 768px){.print-custom-page-container{max-width:100%;margin:1rem;box-shadow:none;border:1px solid #e5e7eb}.print-header{margin:-1rem -1rem 1rem;padding:1rem}.print-content{font-size:.875rem}.print-content table{font-size:.75rem}.print-content table th,.print-content table td{padding:.5rem .25rem}}@media screen and (max-width: 480px){.print-custom-page-container{margin:.5rem}.print-content{font-size:.8rem}.print-content h1{font-size:1.5rem}.print-content h2{font-size:1.25rem}.print-content h3{font-size:1.125rem}}/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.sticky{position:sticky}.container{width:100%}.mx-auto{margin-inline:auto}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.table{display:table}.table-row{display:table-row}.w-full{width:100%}.border-collapse{border-collapse:collapse}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.resize{resize:both}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.overflow-hidden{overflow:hidden}.rounded-full{border-radius:3.40282e38px}.border{border-style:var(--tw-border-style);border-width:1px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-b-2{border-bottom-style:var(--tw-border-style);border-bottom-width:2px}.bg-gradient-to-r{--tw-gradient-position:to right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.capitalize{text-transform:capitalize}.uppercase{text-transform:uppercase}.underline{text-decoration-line:underline}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,visibility,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}@media (hover:hover){.hover\:underline:hover{text-decoration-line:underline}}:root{color-scheme:light;color:#1a1a1a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;background:#fff;font-family:Roboto,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;margin:0;padding:0;overflow-x:hidden}#root{width:100%;min-height:100vh;margin:0;padding:0;overflow-x:hidden}a{color:#2563eb;-webkit-text-decoration:inherit;text-decoration:inherit;font-weight:500}a:hover{color:#1d4ed8}body{width:100%;min-height:100vh;margin:0;padding:0;overflow-x:hidden}body,input,select,button,textarea{font-family:Roboto,Helvetica,Arial,sans-serif!important}h1{color:#1e293b;font-size:clamp(2rem,5vw,3.2rem);font-weight:700;line-height:1.1}h2{color:#334155;font-size:clamp(1.5rem,4vw,2rem);font-weight:600}h3{color:#334155;font-size:clamp(1.2rem,3vw,1.5rem);font-weight:600}p{color:#475569;font-size:clamp(.9rem,2.5vw,1rem);line-height:1.6}button{color:#fff;cursor:pointer;background-color:#2563eb;border:1px solid #0000;border-radius:12px;padding:.8em 1.6em;font-family:inherit;font-size:clamp(.9rem,2.5vw,1rem);font-weight:600;transition:all .3s}button:hover{background-color:#1d4ed8;transform:translateY(-2px);box-shadow:0 8px 25px #2563eb4d}button:focus,button:focus-visible{outline-offset:2px;outline:3px solid #2563eb4d}button:disabled{cursor:not-allowed;box-shadow:none;background-color:#94a3b8;transform:none}@media (max-width:768px){:root{font-size:14px}body{padding:0}}@media (min-width:769px){:root{font-size:16px}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}
