:root{color-scheme:dark;--bg:#090909;--panel:#171717;--field:#202020;--line:#383838;--text:#f5f5f5;--muted:#b2b2b2;--lime:#ffffff;--coral:#d7d7d7;--radius:24px;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-size:15px;line-height:1.5}button,input{font:inherit}button,a,input,label{ -webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:default;opacity:.42}button{color:inherit}button,a{touch-action:manipulation}a{color:inherit}button:focus-visible,a:focus-visible,input:focus-visible,summary:focus-visible{outline:3px solid var(--lime);outline-offset:4px}h1,h2,h3,p{margin-top:0}h2:focus{outline:none}button{border:0}body:has(dialog[open]){overflow:hidden}[hidden]{display:none!important}.ambient{pointer-events:none;position:absolute;inset:0 0 auto;height:850px;overflow:hidden;background:radial-gradient(ellipse at 85% 15%,#46464638,transparent 45%),radial-gradient(ellipse at 10% 65%,#45454533,transparent 40%);z-index:-1}.ambient:after{content:"";position:absolute;width:750px;height:750px;border:1px solid #dddddd0b;border-radius:50%;top:-350px;right:-360px;box-shadow:0 0 0 100px #dddddd04,0 0 0 200px #dddddd04}.site-header{max-width:1200px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:28px 40px;gap:20px}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;font-size:24px;font-weight:850;letter-spacing:-1px;line-height:1}.brand small{font-size:9px;letter-spacing:3.5px;display:block;margin-top:7px;font-weight:600}.brand-mark{display:grid;place-items:center;width:40px;height:42px;background:var(--lime);color:var(--bg);font-size:37px;border-radius:11px;transform:skew(-8deg)}.header-note{font-size:10px;letter-spacing:2px;color:var(--muted)}.header-note i{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--lime);margin-right:8px}.text-button{background:transparent;color:var(--muted);padding:8px 2px;font-size:12px;font-weight:600;text-decoration:none}.text-button:hover{color:var(--lime)}main{max-width:1200px;margin:auto;padding:0 40px}.preview-bar{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:6px 14px;font-size:11px;color:var(--muted);border-top:1px solid #ffffff0b;padding:14px 0}.preview-tag{font-size:9px;letter-spacing:1.2px;color:var(--coral);border:1px solid #d7d7d740;border-radius:4px;padding:3px 6px}.preview-bar button{font-size:11px}.intro{text-align:center;margin:37px 0 37px}.eyebrow{color:var(--lime);font-size:10px;letter-spacing:2px;font-weight:700;margin:0 0 14px}.intro h1{font-size:clamp(40px,5.5vw,64px);letter-spacing:-3px;line-height:1.06;font-weight:650;margin-bottom:18px}.intro h1 span{color:var(--lime)}.intro>p:last-child{color:var(--muted);font-size:14px}.calculator{max-width:780px;margin:0 auto}.step-nav{display:grid;grid-template-columns:repeat(4,1fr);padding:0 8px;margin-bottom:19px;gap:12px}.step-nav button{position:relative;border:0;border-bottom:2px solid var(--line);background:none;text-align:left;padding:0 0 13px;font-size:12px;font-weight:600;color:var(--muted);display:flex;align-items:center;gap:10px}.step-nav button span{font-size:10px;border-radius:50%;height:27px;width:27px;display:grid;place-items:center;background:#2e2e2e}.step-nav button[aria-current=step]{color:var(--lime);border-color:var(--lime)}.step-nav button[aria-current=step] span{background:var(--lime);color:var(--bg)}.step-nav button.completed{border-color:#9e9e9e}.form-card{background:linear-gradient(145deg,#2a2a2a,#222222);border:1px solid #52525299;border-radius:28px;box-shadow:0 24px 80px #00000025;overflow:visible;padding:38px 42px 24px;position:relative}.step{animation:arrive .25s ease}.step-heading{margin-bottom:30px;padding-right:30px}.step-heading .eyebrow{font-size:9px;color:var(--coral);margin:2px 0 8px;letter-spacing:1.6px}.step-heading h2{font-size:28px;font-weight:600;letter-spacing:-.8px;margin-bottom:10px;line-height:1.2}.step-heading>p:last-child{color:var(--muted);font-size:13px;max-width:530px;margin-bottom:0}.section-icon{float:right;margin-right:-30px;margin-left:15px;color:var(--lime);background:#ffffff0b;width:47px;height:47px;border:1px solid #ffffff20;border-radius:14px;font-size:31px;line-height:1.2;display:grid;place-items:center}.address{position:relative;margin-bottom:24px}.address label{display:flex;align-items:center;font-size:12px;font-weight:650;gap:10px;margin-bottom:10px}.location-dot{width:8px;height:8px;border-radius:50%;background:var(--lime);box-shadow:0 0 0 4px #ffffff15}.location-dot.destination{border-radius:2px;background:var(--coral);box-shadow:0 0 0 4px #d7d7d715}.address-input{display:flex;background:#1b1b1b;border:1px solid #505050;border-radius:12px;overflow:hidden}.address-input:focus-within{border-color:var(--lime);box-shadow:0 0 0 3px #ffffff09}.address-input input{width:100%;min-width:0;background:transparent;border:0;color:var(--text);padding:17px 16px;font-size:15px;outline:0!important}.address-input input::placeholder{color:#929292}.address-input button{width:49px;flex-shrink:0;background:transparent;font-size:29px;color:var(--muted)}.address-status{font-size:11px;margin:8px 0 0;min-height:17px;color:var(--muted)}.address-status.confirmed{color:var(--lime)}.address-status.error{color:#cecece}.suggestions{position:absolute;top:87px;left:0;right:0;background:#373737;border:1px solid #757575;border-radius:12px;z-index:10;box-shadow:0 16px 35px #0008;max-height:300px;overflow-y:auto;padding:5px}.suggestion{display:block;text-align:left;width:100%;border:0;background:transparent;padding:12px;color:var(--text);border-radius:8px;font-size:13px;line-height:1.4}.suggestion small{display:block;color:var(--muted);font-size:11px;margin-top:3px}.suggestion:hover,.suggestion[aria-selected=true]{background:#ffffff18}.privacy-note{font-size:10px;color:#9b9b9b;line-height:1.65;margin:28px 0 0;max-width:585px}fieldset{border:0;padding:0;margin:0 0 22px;min-width:0}legend{font-size:12px;font-weight:650;margin-bottom:10px;padding:0}legend>span{font-size:10px;font-weight:400;color:var(--muted);margin-left:8px}.choices{display:grid;grid-template-columns:1fr 1fr;gap:12px}.choices.three{grid-template-columns:repeat(3,1fr);gap:10px}.choice{position:relative;background:#1f1f1f88;border:1px solid #4a4a4a;border-radius:14px;padding:18px 15px;display:flex;gap:12px;align-items:center;cursor:pointer;transition:border-color .15s,background .15s;min-width:0}.choice:hover{border-color:#898989}.choice:has(input:checked){border-color:var(--lime);background:#ffffff09}.choice:has(input:focus-visible){outline:3px solid var(--lime);outline-offset:3px}.choice input{position:absolute;opacity:0;width:1px;height:1px;margin:0}.choice strong{font-size:13px;font-weight:600;display:block;line-height:1.35}.choice small{display:block;font-size:11px;color:var(--muted);margin-top:4px;line-height:1.55}.choice>span:not(.direction){flex:1;min-width:0}.selector{flex-shrink:0;width:18px;height:18px;border-radius:50%;border:1px solid #787878;display:grid;place-items:center;font-style:normal}.choice:has(input:checked) .selector{background:var(--lime);border-color:var(--lime);color:var(--bg)}.choice:has(input:checked) .selector:after{content:'✓';font-size:12px;font-weight:900}.compact{padding:17px 12px;gap:8px}.compact strong{font-size:12px}.compact small{font-size:10px}.included-note{font-size:11px;color:#c3c3c3;background:#ffffff06;border-radius:9px;padding:12px 14px;margin:16px 0 0}.service-list{display:grid;gap:12px}.service{padding:20px 18px;align-items:flex-start;gap:14px}.service .selector{border-radius:5px;margin-top:1px}.choice b{font-size:13px;color:var(--lime);font-weight:600;white-space:nowrap}.service b{margin-left:4px}.service small{max-width:460px}.specialty-tag{font-size:8px;font-weight:650;letter-spacing:1px;color:var(--coral);font-style:normal;display:block;margin:0 0 6px}.included-box{display:flex;gap:13px;background:#ffffff06;border-radius:12px;padding:18px;margin-top:24px}.included-box>span{color:var(--lime)}.included-box strong{font-size:12px;font-weight:550}.included-box p{font-size:11px;color:var(--muted);margin:4px 0 0}.fine{font-size:11px;line-height:1.65;color:var(--muted);margin-top:12px}.placement{align-items:flex-start;gap:10px}.placement .direction{font-size:28px;line-height:1;color:var(--coral)}.placement b{display:block;margin-top:10px;font-size:11px}.form-actions{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);margin-top:28px;padding-top:22px;gap:12px}.primary{background:var(--lime);color:#212121;border:1px solid var(--lime);border-radius:11px;min-height:46px;padding:13px 20px;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:26px;transition:background .15s,transform .15s}.primary:hover{background:#f4f4f4;transform:translateY(-1px)}.primary:active{transform:translateY(0)}.primary span{font-size:19px;font-weight:400;line-height:1}.back-button{background:none;color:var(--muted);font-size:12px;padding:10px 0;min-width:50px;text-align:left}.back-button:hover{color:white}.step-count{font-size:9px;letter-spacing:1px;color:var(--muted)}.form-error:empty{display:none}.form-error{color:#d8d8d8;font-size:12px;background:#d7d7d712;border-radius:8px;padding:12px;margin-top:15px}.update-link{background:transparent;color:var(--lime);font-size:12px;text-align:center;width:100%;padding:17px 0 0}.below-card{display:flex;justify-content:space-between;align-items:center;color:var(--muted);font-size:10px;margin:12px 8px}.below-card .text-button{font-size:10px}.result{text-align:center;padding:6px 16px 0}.result-orbit{height:76px;width:76px;border:1px solid #ffffff28;display:grid;place-items:center;border-radius:50%;margin:0 auto 25px;box-shadow:0 0 0 12px #ffffff04,0 0 45px #ffffff09}.result-orbit span{display:grid;place-items:center;border:1px solid #ffffff80;width:48px;height:48px;border-radius:50%;font-size:21px;color:var(--lime);background:#ffffff10}.result .eyebrow{font-size:9px}.result h2{font-size:23px;font-weight:500;letter-spacing:-.4px;margin-bottom:7px}.price{font-size:clamp(56px,9vw,84px);font-weight:600;letter-spacing:-4px;line-height:1.25;color:var(--lime);font-variant-numeric:tabular-nums}.estimate-caption{font-size:12px;color:var(--muted);margin:7px 0 24px}.sample-label{font-size:9px;letter-spacing:1px;color:var(--coral);margin:12px 0}.selection-summary{display:flex;justify-content:center;flex-wrap:wrap;gap:7px;margin:0 auto 22px;max-width:510px}.selection-summary span{border:1px solid var(--line);border-radius:20px;padding:5px 10px;font-size:10px;color:#d1d1d1}.result-terms{max-width:470px;margin:16px auto 23px;font-size:10px}.full{width:100%}.result-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:15px;margin:11px 0 0}.result-actions .text-button{font-size:11px}.result #copyStatus{margin:5px 0 0}.form-card:has(.result:not([hidden])){border-color:#dfdfdf40;background:radial-gradient(ellipse at 50% 0,#ffffff0a,transparent 55%),#262626;padding-top:38px}.result #cribNote{color:var(--coral)}footer{display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px;border-top:1px solid #ffffff0c;margin:58px auto 0;padding:25px 0 30px;max-width:1000px;color:#939393;font-size:10px}footer .footer-brand{font-weight:700;letter-spacing:1px;color:#bcbcbc;font-size:10px}footer>p{width:100%;font-size:9px;margin:10px 0 0;max-width:750px;line-height:1.8}footer a{text-decoration:underline;text-decoration-color:#93939360}dialog{color:var(--text);background:#262626;border:1px solid #737373;border-radius:20px;padding:28px;max-height:90vh;width:min(760px,94vw);overflow-y:auto}dialog::backdrop{background:#0d0d0dcc;backdrop-filter:blur(6px)}.dialog-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}.dialog-head h2{font-size:23px;line-height:1.3}.dialog-head .eyebrow{font-size:8px}.settings-section{border-top:1px solid var(--line);padding-top:20px;margin-top:20px}.settings-section h3{font-size:15px}.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.settings-grid label{font-size:11px;color:var(--muted)}.settings-grid input{display:block;background:#1d1d1d;border:1px solid #505050;border-radius:8px;padding:10px;color:var(--text);width:100%;margin-top:6px}.dialog-actions{display:flex;align-items:center;gap:18px;margin:20px 0}.owner-detail{border-top:1px solid var(--line);padding-top:18px;font-size:12px}.owner-detail summary{cursor:pointer}.owner-detail table{width:100%;border-collapse:collapse;font-size:11px;margin:15px 0}.owner-detail td{padding:6px 4px;border-bottom:1px solid var(--line)}.owner-detail td:last-child{text-align:right}.owner-detail .fine{font-size:11px}#settings .suggestions{top:87px}#settings .address{margin-bottom:15px}#settings .result-actions{justify-content:flex-start}@keyframes arrive{from{opacity:0;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}@media(max-width:650px){.site-header{padding:22px 22px}.brand{font-size:21px}.brand-mark{width:33px;height:36px;font-size:29px}.brand small{font-size:8px;letter-spacing:2.7px}.header-note{display:none}.site-header .text-button{font-size:10px}main{padding:0 18px}.preview-bar{gap:4px 10px;font-size:10px;padding:10px 0}.preview-bar .text-button{font-size:10px}.intro{margin:25px 0 28px}.intro h1{font-size:44px;letter-spacing:-2px}.intro .eyebrow{font-size:8px;letter-spacing:1.7px;margin-bottom:12px}.intro>p:last-child{font-size:12px}.step-nav{gap:9px;padding:0 3px;margin-bottom:14px}.step-nav button{font-size:10px;gap:6px;padding-bottom:10px}.step-nav button span{width:23px;height:23px;font-size:8px}.form-card{padding:26px 21px 18px;border-radius:21px}.step-heading{margin-bottom:24px;padding-right:20px}.section-icon{height:36px;width:36px;border-radius:10px;font-size:25px;margin-right:-20px;margin-left:10px}.step-heading h2{font-size:23px;letter-spacing:-.7px}.step-heading .eyebrow{font-size:8px;letter-spacing:1.1px}.step-heading>p:last-child{font-size:12px}.address-input input{font-size:16px;padding:15px 12px}.address-status{font-size:10px}.address label{font-size:11px}.suggestions{top:82px}.privacy-note{font-size:9px;margin-top:18px}.choices{gap:9px}.choices.three{gap:7px}.choice{padding:15px 12px;gap:8px}.choice strong{font-size:12px}.choice small{font-size:10px}.compact{padding:13px 9px;flex-direction:column;align-items:flex-start;gap:8px}.compact .selector{position:absolute;right:8px;top:9px;width:13px;height:13px}.compact>span{padding-top:15px}.compact strong{font-size:11px}.compact small{font-size:9px}.selector{width:16px;height:16px}.choice:has(input:checked) .selector:after{font-size:10px}legend{font-size:11px}legend>span{display:block;margin:3px 0 0;font-size:9px}.service{padding:17px 13px;gap:10px}.service b{font-size:12px}.specialty-tag{font-size:7px}.placement{flex-wrap:wrap;position:relative}.placement .direction{font-size:24px;width:100%;padding-bottom:3px}.placement .selector{position:absolute;right:12px;top:14px}.included-note{font-size:10px;margin-top:13px}.included-box{padding:15px 12px;margin-top:20px}.included-box strong{font-size:11px}.included-box p{font-size:10px}.fine{font-size:10px}.primary{padding:13px 16px;font-size:12px;gap:17px}.form-actions{gap:10px;margin-top:24px;padding-top:19px}.step-count{font-size:8px}.back-button{font-size:11px;min-width:40px}.below-card{font-size:8px;margin:9px 4px}.below-card .text-button{font-size:9px}.result{padding:4px 0 0}.result h2{font-size:22px}.price{font-size:66px}.estimate-caption{font-size:11px}.selection-summary span{font-size:9px}.result-terms{font-size:9px}.result-actions{gap:14px}footer{margin-top:35px;padding-top:20px}dialog{padding:23px 18px}.dialog-head h2{font-size:19px}.settings-grid{gap:12px}.settings-grid label{font-size:10px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}@media print{.site-header,.preview-bar,.intro,.step-nav,.below-card,footer,.form-actions,.result-actions,#editServices,#updateEstimate,dialog{display:none!important}body{background:white;color:black}.form-card{box-shadow:none;border:0;background:white!important}.price,.eyebrow{color:black}.calculator{max-width:none}.result-terms,.estimate-caption,.selection-summary span{color:#333}}

/* Shared TX1800 Transport monochrome identity. */
.brand img{display:block;width:210px;height:auto;max-height:56px;object-fit:contain}.site-header{background:#080808;max-width:none;border-bottom:1px solid #292929;padding:22px max(24px,calc((100vw - 1120px)/2))}.quote-contact{display:flex;gap:20px;align-items:center}.intro{margin:28px 0}.intro h1{font-size:44px;letter-spacing:-2px}.intro h1 span{color:#bcbcbc}.intro .eyebrow{color:#aaa}.estimate-contact{display:flex;gap:12px;justify-content:center;align-items:center;margin-top:20px}.estimate-contact a{text-decoration:none}.estimate-contact .primary{flex:1}.header-note{display:none}.preview-bar:empty{display:none}@media(max-width:650px){.brand img{width:170px}.site-header{padding:18px 20px;gap:16px}.quote-contact{gap:12px}.quote-contact .text-button{font-size:12px}.intro h1{font-size:34px;letter-spacing:-1.2px}.intro{margin:24px 0}.estimate-contact{flex-direction:column}.estimate-contact a{width:100%;text-align:center}.step-nav button{font-size:12px}.choice strong{font-size:14px}.choice small,.fine,.address-status{font-size:12px}.compact strong{font-size:12px}.compact small{font-size:11px}.specialty-tag{font-size:10px}.step-heading>p:last-child{font-size:14px}.address label,legend{font-size:14px}.privacy-note{font-size:11px}.choice b{font-size:14px}.included-note{font-size:12px}.primary{font-size:14px}.step-count{font-size:10px}.intro>p:last-child{font-size:14px}.selection-summary span{font-size:12px}.result-terms{font-size:12px}.estimate-caption{font-size:14px}.result .price{font-size:clamp(42px,15vw,66px);letter-spacing:-2px}.placement .selector{top:13px}}
