@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=Inter:wght@400;500;600;700&display=swap");:root{--navy:#102b3d;--navy2:#0b2231;--blue:#0a6e9a;--red:#c83638;--green:#0d6b4e;--ink:#14212a;--muted:#66737b;--line:#dce2e5;--paper:#f4f5f3;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#edf0ef;font-family:Inter,Arial,sans-serif}.topbar{height:38px;background:var(--navy2);color:#d9e3e8;justify-content:space-between;padding:0 max(5vw,32px);font-size:12px;letter-spacing:.03em}.support,.topbar{display:flex;align-items:center}.support{gap:8px}.support svg{width:13px}header{height:88px;background:white;padding:0 max(5vw,32px);gap:60px;border-bottom:1px solid #e8ebec;position:relative;z-index:2}.brand,header{display:flex;align-items:center}.brand{text-decoration:none;color:var(--navy);gap:11px;line-height:.86}.brandmark{font-style:italic;font-size:44px;font-weight:800;background:var(--red);color:#fff;display:grid;place-items:center;width:53px;height:48px;transform:skew(-9deg);box-shadow:7px 7px 0 #172935}.brand strong,.brandmark{font-family:Barlow Condensed}.brand strong{font-size:21px;letter-spacing:.03em}.brand small{display:block;font-family:Barlow Condensed;font-weight:700;font-size:13px;margin-top:7px;letter-spacing:.04em}nav{display:flex;gap:32px;margin-left:auto}nav a{font-family:Barlow Condensed;font-size:17px;font-weight:700;text-decoration:none;color:#263d4b}nav a:first-child{color:var(--red)}.quote-link{border:1px solid var(--navy);background:white;padding:12px 17px;font-weight:700;color:var(--navy)}.hero{min-height:370px;background:var(--navy);color:white;padding:60px max(7vw,40px) 72px;display:grid;grid-template-columns:1fr 1fr;grid-gap:8vw;gap:8vw;align-items:center;overflow:hidden}.eyebrow,.step-kicker{font-size:12px;text-transform:uppercase;letter-spacing:.16em;font-weight:700;color:#e35d5f}.hero h1{font:800 clamp(44px,5vw,72px)/.92 Barlow Condensed;text-transform:uppercase;letter-spacing:-.02em;margin:16px 0 20px}.hero h1 em{font-style:normal;color:#54b9d2}.hero p{max-width:600px;color:#c8d5db;line-height:1.65;margin:0}.trust{display:flex;gap:26px;font-size:12px;font-weight:600;margin-top:30px;color:#eff5f6}.trust span{display:flex;align-items:center;gap:8px}.trust svg{width:15px}.hero-wire{position:relative;background:radial-gradient(circle,#28495c 0,transparent 67%);padding:28px}.hero-wire svg{filter:drop-shadow(0 10px 10px #04131caa)}.measure{position:absolute;bottom:15px;left:18%;right:18%;text-align:center;border-bottom:1px solid #7e98a7;line-height:1px;font:600 11px Inter;letter-spacing:.12em;color:#a8bdc8}.measure:after,.measure:before{content:"";position:absolute;width:1px;height:7px;background:#7e98a7;bottom:-4px}.measure:before{left:0}.measure:after{right:0}.measure{padding:0 8px}.measure:first-line{background:var(--navy)}.builder-shell{max-width:1400px;margin:-28px auto 70px;padding:0 24px;position:relative}.progress-wrap{background:#fff;border:1px solid var(--line);padding:18px 26px 22px;box-shadow:0 8px 25px #18344612}.progress-label{display:flex;justify-content:space-between;text-transform:uppercase;font:700 11px Inter;letter-spacing:.1em;color:var(--muted);margin-bottom:15px}.progress-label b{color:var(--blue)}.steps{display:grid;grid-template-columns:repeat(6,1fr);position:relative}.steps:before{content:"";position:absolute;top:15px;left:8%;right:8%;height:2px;background:#dfe5e7}.steps button{border:0;background:none;z-index:1;color:#8c989e;display:flex;align-items:center;gap:9px;text-align:left;justify-content:center}.steps button span{width:31px;height:31px;border-radius:50%;display:grid;place-items:center;background:#e7ebec;border:3px solid white;font-weight:700}.steps button small{font:600 11px Inter}.steps button.active span{background:var(--red);color:#fff}.steps button.active small{color:var(--ink)}.steps button.done span{background:var(--green);color:white}.builder-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(330px,.85fr);grid-gap:22px;gap:22px;margin-top:22px;align-items:start}.config-card,.summary-card{background:white;border:1px solid var(--line);box-shadow:0 7px 24px #1834460d}.config-card{padding:42px 46px;min-height:625px}.config-card h2{font:800 38px/1 Barlow Condensed;text-transform:uppercase;color:var(--navy);margin:10px 0 12px}.lead{color:var(--muted);font-size:14px;margin:0 0 30px}.two-col{display:grid;grid-template-columns:1fr 1fr;grid-gap:15px;gap:15px}.choice{position:relative;border:1px solid #ccd4d8;background:#fafbfa;min-height:134px;padding:20px;color:var(--ink);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;cursor:pointer;text-align:center;transition:.16s}.choice:hover{border-color:#7391a0;transform:translateY(-1px)}.choice.selected{border:2px solid var(--blue);background:#f3fafd;box-shadow:inset 0 0 0 2px white}.choice .check{position:absolute;right:9px;top:9px;width:22px;height:22px;background:var(--blue);color:#fff;border-radius:50%;display:grid;place-items:center}.check svg{width:11px}.choice b{font:700 19px Barlow Condensed;text-transform:uppercase;color:var(--navy)}.choice small{color:var(--muted);font-size:11px}.choice-icon{height:43px;width:64px;background:#4d9a68;color:#fff;border-radius:4px;display:grid;place-items:center;font:800 16px Barlow Condensed}.choice-icon.gray{background:#68747a}.wire-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px;margin-bottom:24px}.wire-choice{min-height:96px;flex-direction:row;justify-content:flex-start;text-align:left;padding:15px}.wire-choice span:last-child{display:flex;flex-direction:column;gap:4px}.wire-swatch{width:58px;height:12px;border-radius:8px;background:#09865c;transform:rotate(-10deg);box-shadow:inset 0 2px 2px #ffffff66}.wire-swatch.striped{background:repeating-linear-gradient(120deg,#12935a 0 10px,#e4cf20 10px 19px)}.field{display:block;margin-top:18px}.field>span{display:block;font-size:12px;font-weight:700;color:var(--navy);margin-bottom:8px}.field i{color:var(--red);font-style:normal}.field>div{border:1px solid #bdc8cd;display:flex;align-items:center;background:#fff}.field input{border:0;outline:0;font:500 15px Inter;padding:14px;width:100%;min-width:0}.field>div>span{color:#718088;border-left:1px solid #dbe1e4;padding:0 14px;font-size:12px}.field>small{display:block;margin-top:6px;color:#8a959a;font-size:10px}.terminal-block h3{font:700 16px Barlow Condensed;text-transform:uppercase;color:var(--navy);margin:22px 0 9px}.terminal-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:8px;gap:8px}.terminal-grid .choice{min-height:112px;padding:10px}.ring{width:42px;height:28px;background:linear-gradient(90deg,#98a3a6,#e9eded,#8b9699);border-radius:15px 4px 4px 15px;position:relative}.ring i{position:absolute;left:7px;top:7px;width:14px;height:14px;border-radius:50%;background:white;border:2px solid #778286}.orientation-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px;gap:12px}.orientation{height:38px;width:110px;display:flex;align-items:center;justify-content:space-between;position:relative}.orientation:before{content:"";height:8px;position:absolute;left:18px;right:18px;background:#0b865d}.orientation i{width:28px;height:22px;border:5px solid #aab2b4;border-radius:50%;background:white;z-index:1}.orientation.o1 i:last-child,.orientation.o2 i:first-child,.orientation.o2 i:last-child{transform:rotateY(70deg)}.heat-icon{width:125px;height:28px;background:#0a8b60;border-radius:15px;position:relative}.heat-icon i{position:absolute;left:28px;right:28px;top:-4px;height:36px;background:#172025;border-radius:4px}.heat-icon.bare i{display:none}.final-fields{display:grid;grid-template-columns:1fr 1fr;grid-gap:4px 14px;gap:4px 14px}.final-fields .field:first-child{grid-column:1/-1}.price-panel{background:var(--navy);color:white;margin-top:22px;padding:19px;display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.price-panel span{display:flex;justify-content:space-between;align-items:baseline;color:#cdd8dd;font-size:12px}.price-panel b{font:700 26px Barlow Condensed;color:white}.price-panel small{grid-column:1/-1;color:#95a8b2;font-size:10px;border-top:1px solid #2c4655;padding-top:10px}.error{background:#fff1f1;color:#a72a2c;border-left:3px solid var(--red);padding:11px 13px;font-size:12px;margin-top:18px}.actions{display:flex;justify-content:space-between;align-items:center;margin-top:34px;border-top:1px solid #e7ebed;padding-top:22px}.actions button{min-width:145px;padding:14px 20px;font-weight:700;font-size:13px;cursor:pointer}.actions svg{width:13px}.back{border:1px solid #aebbc1;background:white;color:var(--navy)}.next{border:1px solid var(--green);background:var(--green);color:white;box-shadow:0 5px 12px #0d6b4e33}.summary-card{position:-webkit-sticky;position:sticky;top:15px}.summary-head{display:flex;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--line);font:700 12px Inter;text-transform:uppercase;letter-spacing:.08em;color:var(--navy)}.summary-head button{border:0;background:none;color:var(--red);font:600 10px Inter;text-transform:uppercase;cursor:pointer}.preview{background:#e9edeb;padding:14px 18px}.preview svg{display:block}.part-number{background:var(--navy);color:white;padding:12px 20px;display:flex;justify-content:space-between;align-items:center}.part-number small{color:#8ea5b1;font-size:9px;letter-spacing:.12em}.part-number b{font:700 16px Barlow Condensed;letter-spacing:.06em}.summary-list button{width:100%;display:grid;grid-template-columns:1fr 1fr 12px;align-items:center;border:0;border-bottom:1px solid #e6eaec;background:white;padding:14px 19px;text-align:left;cursor:default}.summary-list button>span{display:flex;align-items:center;gap:9px;font-size:11px;color:#6c787f}.summary-list button i{width:20px;height:20px;border-radius:50%;background:#e9edef;display:grid;place-items:center;font-style:normal;font-size:9px}.summary-list button>b{font-size:10px;text-align:right;color:#263b47;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.summary-list svg{width:8px;margin-left:7px;color:var(--blue)}.summary-note{display:flex;gap:12px;padding:19px;background:#f7f8f7}.summary-note svg{width:25px;color:var(--green)}.summary-note span{display:flex;flex-direction:column;gap:4px}.summary-note b{font-size:11px;color:var(--navy)}.summary-note small{font-size:9px;color:var(--muted)}footer{background:var(--navy2);color:#91a4ae;display:flex;align-items:center;gap:36px;padding:38px max(5vw,32px);font-size:11px}footer p{margin-right:auto}.brand.light{color:white}.brand.light .brandmark{font-size:28px;width:37px;height:34px;box-shadow:4px 4px 0 #5b7180}.brand.light strong{font-size:16px}.brand.light small{font-size:9px;margin-top:4px}@media(max-width:950px){.quote-link,nav{display:none}.hero{grid-template-columns:1fr;padding-bottom:70px}.hero-wire{display:none}.builder-grid{grid-template-columns:1fr}.summary-card{position:static}.steps button small{display:none}.config-card{padding:34px}.terminal-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:600px){.topbar span:first-child{display:none}.topbar{justify-content:center}header{height:72px;padding:0 20px}.hero{padding:44px 24px 60px}.hero h1{font-size:48px}.builder-shell{padding:0 10px}.progress-wrap{padding:15px 10px}.steps button{padding:0}.steps button span{width:28px;height:28px}.config-card{padding:28px 18px}.config-card h2{font-size:31px}.final-fields,.orientation-grid,.two-col,.wire-grid{grid-template-columns:1fr}.wire-grid{gap:8px}.terminal-grid{grid-template-columns:repeat(2,1fr)}.actions button{min-width:120px}.summary-list button{grid-template-columns:1fr 1.2fr 10px}footer{flex-direction:column;align-items:flex-start}footer p{margin:0}.trust{flex-direction:column;gap:10px}}