:root{--luxe-black: #050505;--luxe-white: #ffffff;--luxe-ink: #101010;--luxe-muted: #6f7378;--luxe-line: #dcdcdc;--luxe-soft: #f7f7f5;--luxe-soft-2: #f0f0ed;--luxe-blue: #74a7ff;--luxe-radius: 14px}.luxe-page{background:var(--luxe-white);color:var(--luxe-ink);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.calculator-page{background:linear-gradient(180deg,#fff,#fbfbfa 46%,#fff)}.page-shell{width:100%;max-width:var(--max-width);margin-inline:auto;padding-inline:var(--pad-desktop)}@media(max-width:1024px){.page-shell{padding-inline:var(--pad-tablet)}}.calculator-hero{position:relative;overflow:hidden;padding:78px 0 52px;min-height:700px}.calculator-hero:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(100deg,#fffffff5,#ffffffe0 30%,#ffffff8c 58%,#fff0 88%);-webkit-mask-image:linear-gradient(to top,transparent 0%,#000 26%);mask-image:linear-gradient(to top,transparent 0%,#000 26%);pointer-events:none}.pd-address-finder{margin-top:36px;display:flex;flex-direction:column;gap:16px;max-width:700px;width:100%;background:#fff;border:1px solid var(--luxe-line);border-radius:20px;box-shadow:0 28px 64px #00000029;padding:24px 24px 26px}.pd-address-eyebrow{display:block;margin-bottom:2px;font-size:16px;font-weight:700;letter-spacing:-.01em;color:var(--luxe-ink)}.pd-address-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:stretch}.pd-address-input-wrap{position:relative;min-width:0}#pdAddressInput{width:100%;height:60px;padding:0 22px;border:1px solid var(--luxe-line);border-radius:14px;background:#fff;font:inherit;font-size:17px;color:var(--luxe-ink);outline:0;transition:border-color .18s ease,box-shadow .18s ease}#pdAddressInput:focus{border-color:var(--luxe-black);box-shadow:0 0 0 4px #0000000f}.pd-address-suggestions{position:absolute;z-index:30;top:calc(100% + 6px);left:0;right:0;margin:0;padding:6px;list-style:none;background:#fff;border:1px solid var(--luxe-line);border-radius:12px;box-shadow:0 18px 42px #0000001a;max-height:280px;overflow-y:auto}.pd-address-suggestions li{display:flex;flex-direction:column;gap:2px;padding:11px 13px;border-radius:9px;cursor:pointer;transition:background .12s ease}.pd-address-suggestions li:hover{background:var(--luxe-soft)}.pd-address-suggestions .pd-addr-main{font-size:15px;font-weight:500;color:var(--luxe-ink)}.pd-address-suggestions .pd-addr-sec{font-size:15px;color:var(--luxe-muted)}.pd-address-submit{display:inline-flex;align-items:center;gap:16px;height:60px;padding:0 26px;border:1px solid var(--luxe-black);border-radius:14px;background:var(--luxe-black);color:#fff;font-size:14px;font-weight:800;white-space:nowrap;cursor:pointer}.pd-address-submit:disabled{cursor:not-allowed}.pd-address-finder .pd-address-status{margin:0;min-height:18px;font-size:14px;line-height:1.4;color:var(--luxe-muted)}.pd-address-status.is-error{color:#c0392b}.pd-address-status.is-loading{display:inline-flex;align-items:center;gap:10px}.pd-address-status.is-loading:before{content:"";width:14px;height:14px;border-radius:999px;border:2px solid currentColor;border-right-color:transparent;animation:pd-address-spin .7s linear infinite}@keyframes pd-address-spin{to{transform:rotate(360deg)}}@media(max-width:760px){.pd-address-row{grid-template-columns:1fr}.pd-address-submit{justify-content:space-between}}.hero-grid{position:relative;z-index:2}.calculator-hero .eyebrow{margin-bottom:32px;font-size:15px;font-weight:700;letter-spacing:.24em;text-transform:uppercase;color:var(--luxe-ink)}.hero-copy{position:relative;z-index:2}.hero-copy h1{max-width:820px;margin:0;font-size:clamp(36px,3.6vw,62px);line-height:1.08;letter-spacing:-.03em;font-weight:500;color:var(--luxe-ink)}.hero-copy p{max-width:640px;margin:44px 0;color:var(--luxe-muted);font-size:21px;line-height:1.55}.hero-trust-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;max-width:100%;margin-top:60px}.hero-trust-item{display:flex;align-items:flex-start;gap:12px}.trust-icon{display:grid;place-items:center;width:28px;height:28px;flex:0 0 28px;color:var(--luxe-black);font-size:1.05rem}.hero-trust-item strong,.hero-trust-item small{display:block}.hero-trust-item strong{font-size:.95rem;line-height:1.25}.hero-trust-item small{margin-top:4px;color:var(--luxe-muted);font-size:.82rem;line-height:1.4}.hero-visual{position:absolute;inset:0 0 0 auto;width:62%;z-index:0;overflow:hidden}.hero-visual img{width:100%;height:100%;object-fit:cover;object-position:28% center;display:block;-webkit-mask-image:linear-gradient(to right,transparent 0%,#000 22%),linear-gradient(to top,transparent 0%,#000 22%);-webkit-mask-composite:source-in;mask-image:linear-gradient(to right,transparent 0%,#000 22%),linear-gradient(to top,transparent 0%,#000 22%);mask-composite:intersect}.hero-copy{max-width:640px}@media(max-width:1180px){.calculator-hero{min-height:0}.calculator-hero:before{display:none}.hero-visual{position:relative;width:auto;inset:auto;height:360px;margin-top:32px}.hero-visual img{object-position:center;-webkit-mask-image:none;mask-image:none}.hero-copy{max-width:none}}.calculator-section{padding:28px 0 56px}.calculator-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,460px);gap:36px;align-items:start}.quote-flow{position:relative;padding:34px 34px 34px 86px;border:1px solid var(--luxe-line);border-radius:18px;background:#ffffffeb;box-shadow:0 18px 55px #00000009}.flow-line{position:absolute;top:66px;bottom:86px;left:50px;width:1px;background:linear-gradient(180deg,transparent,#c8c8c8 7%,#c8c8c8 93%,transparent)}.flow-step{position:relative;padding:0 0 44px}.flow-step:last-child{padding-bottom:0}.step-marker{position:absolute;left:-56px;top:0;display:grid;place-items:center;width:40px;height:40px;border-radius:999px;background:var(--luxe-black);color:var(--luxe-white);font-size:.78rem;font-weight:800;z-index:2}.step-heading h2{margin:0;font-size:1.15rem;letter-spacing:-.035em;font-weight:800}.step-heading p{margin:6px 0 20px;color:var(--luxe-muted);font-size:.91rem;line-height:1.5}.system-type-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.system-type-card{position:relative;display:grid;grid-template-columns:110px 1fr;gap:16px;align-items:center;min-height:146px;padding:20px;border:1px solid var(--luxe-line);border-radius:12px;background:var(--luxe-white);color:var(--luxe-ink);text-align:left;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.system-type-card:hover,.system-type-card.active{border-color:var(--luxe-black);box-shadow:0 14px 32px #00000012;transform:translateY(-1px)}.selected-dot{position:absolute;top:14px;left:14px;display:none;place-items:center;width:24px;height:24px;border-radius:999px;background:var(--luxe-black);color:var(--luxe-white);font-size:.75rem}.system-type-card.active .selected-dot{display:grid}.system-type-media{display:grid;place-items:center;height:100%;min-height:96px;border-radius:10px;background:transparent;overflow:hidden}.system-type-media img{width:94%;height:94%;object-fit:contain}.system-type-copy strong,.system-type-copy small{display:block}.system-type-copy strong{font-size:1rem;font-weight:800;letter-spacing:-.025em}.system-type-copy small{margin-top:6px;color:var(--luxe-muted);font-size:.86rem;line-height:1.45}.selection-card,.wide-select-card{position:relative;display:flex;align-items:center;min-height:96px;border:1px solid var(--luxe-line);border-radius:12px;background:var(--luxe-white);overflow:hidden}.selection-card{gap:18px;padding:14px 58px 14px 16px}.selection-image{display:grid;place-items:center;width:132px;height:72px;border-radius:10px;background:transparent;overflow:hidden}.selection-image img{width:100%;height:100%;object-fit:contain}.selection-title,.selection-desc{display:block}.selection-title{font-weight:800;letter-spacing:-.02em}.selection-desc{margin-top:6px;color:var(--luxe-muted);font-size:.88rem}.native-select{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}.select-chevron{position:absolute;right:22px;top:50%;transform:translateY(-50%);font-size:1.2rem;color:var(--luxe-black);pointer-events:none}.mini-help-row{display:flex;justify-content:space-between;gap:16px;padding:12px 4px 0;color:var(--luxe-muted);font-size:.82rem}.mini-help-row a{color:var(--luxe-black);font-weight:800;text-decoration:none}.wide-select-card{justify-content:space-between;gap:20px;padding:20px 58px 20px 20px}.wide-select-card span:first-child{font-weight:800}.wide-select-card strong{font-size:1rem}.zones-panel{display:grid;grid-template-columns:170px 1fr;gap:14px;align-items:center;margin-top:16px;padding:16px;border:1px solid var(--luxe-line);border-radius:12px;background:#fbfbfa}.zones-panel[hidden]{display:none!important}.zones-panel label{font-size:.9rem;font-weight:800}.clean-select{width:100%;min-height:46px;padding:0 14px;border:1px solid var(--luxe-line);border-radius:10px;background:#fff;color:var(--luxe-ink)}.upgrade-list{display:grid;gap:10px}.upgrade-row{display:grid;grid-template-columns:26px 38px 1fr auto;gap:14px;align-items:center;min-height:68px;padding:14px 16px;border:1px solid var(--luxe-line);border-radius:10px;background:var(--luxe-white);cursor:pointer;transition:border-color .18s ease,background .18s ease}.upgrade-row:hover{border-color:var(--luxe-black);background:#fbfbfa}.upgrade-row input{width:22px;height:22px;accent-color:var(--luxe-black)}.upgrade-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:8px;background:#f2f2f0;font-size:1rem}.upgrade-copy strong,.upgrade-copy small{display:block}.upgrade-copy strong{font-size:.94rem}.upgrade-copy small{margin-top:3px;color:var(--luxe-muted);font-size:.8rem}.upgrade-price{font-weight:800}.details-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.span-2{grid-column:1 / -1}.icon-input,.icon-textarea{display:flex;align-items:center;gap:12px;border:1px solid var(--luxe-line);border-radius:10px;background:var(--luxe-white)}.icon-input{min-height:58px;padding:0 16px}.icon-textarea{padding:14px 16px}.icon-input span{color:var(--luxe-muted)}.icon-input input,.icon-textarea textarea{width:100%;border:0;outline:0;background:transparent;color:var(--luxe-ink);font:inherit}.icon-textarea textarea{min-height:98px;resize:vertical}.secure-note{margin:18px 0 0;color:var(--luxe-muted);font-size:.82rem}.summary-column{position:sticky;top:92px;display:grid;gap:22px}.summary-card{overflow:hidden;border:1px solid var(--luxe-line);border-radius:16px;background:var(--luxe-white);box-shadow:0 20px 50px #00000012}.summary-head{padding:28px 30px;background:var(--luxe-black);color:var(--luxe-white)}.summary-head h2{margin:0;color:var(--luxe-white);font-size:1.25rem;letter-spacing:-.035em}.summary-head p{margin:6px 0 0;color:#ffffffb8;font-size:.9rem}.summary-body{padding:30px}.summary-row{display:grid;grid-template-columns:1fr auto;gap:20px;padding-bottom:22px}.summary-row[hidden]{display:none!important}.summary-row span,.summary-row strong{display:block}.summary-row span{margin-bottom:7px;font-size:.9rem;font-weight:800}.summary-row strong{color:var(--luxe-ink);font-size:.9rem;line-height:1.35}.summary-row b{white-space:nowrap}.summary-total{display:flex;justify-content:space-between;align-items:end;gap:18px;margin-top:6px;padding:28px 0 22px;border-top:1px solid var(--luxe-line)}.summary-total span{font-size:1rem;font-weight:800}.summary-total small{color:var(--luxe-muted);font-weight:600}.summary-total strong{font-size:clamp(2.2rem,4vw,3rem);line-height:.95;letter-spacing:-.055em;font-weight:900}.included-list{display:grid;gap:12px;margin:0 0 26px;padding:0;list-style:none;color:var(--luxe-muted);font-size:.9rem}.included-list li:before{content:"✓";margin-right:10px;color:var(--luxe-black);font-weight:900}.primary-submit,.secondary-submit{display:flex;align-items:center;justify-content:center;width:100%;min-height:58px;border-radius:10px;font-weight:900;cursor:pointer}.primary-submit{gap:18px;border:1px solid var(--luxe-black);background:var(--luxe-black);color:var(--luxe-white)}.primary-submit:disabled{opacity:.48;cursor:not-allowed}.inline-submit{margin-top:28px;max-width:520px}.inline-submit[hidden]{display:none!important}.secondary-submit{margin-top:14px;border:1px solid var(--luxe-black);background:var(--luxe-white);color:var(--luxe-black)}.time-note{margin:18px 0 0;text-align:center;color:var(--luxe-muted);font-size:.86rem}.side-help-card{display:grid;grid-template-columns:44px 1fr;gap:16px;padding:28px;border:1px solid var(--luxe-line);border-radius:16px;background:var(--luxe-white)}.side-icon{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:var(--luxe-black);color:var(--luxe-white)}.side-help-card h3{margin:0;font-size:1rem;letter-spacing:-.025em}.side-help-card p,.side-help-card li{color:var(--luxe-muted);font-size:.88rem;line-height:1.55}.side-help-card p{margin:8px 0 16px}.side-help-card ul{margin:10px 0 18px;padding-left:18px}.side-help-card a{color:var(--luxe-black);font-size:.9rem;font-weight:900;text-decoration:none}.bottom-trust-section{padding:88px 0 96px}.brand-strip-eyebrow{margin:0 0 26px;text-align:center;font-size:12px;font-weight:700;letter-spacing:.26em;text-transform:uppercase;color:var(--luxe-muted)}.brand-strip{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:center;margin:0;padding:0;list-style:none;overflow:hidden;border:1px solid var(--luxe-line);border-radius:16px;background:var(--luxe-white)}.brand-strip li{display:flex;align-items:center;justify-content:center;min-height:96px;padding:22px 28px;border-right:1px solid var(--luxe-line)}.brand-strip li:last-child{border-right:0}.brand-strip img{max-width:100%;max-height:36px;width:auto;height:auto;object-fit:contain;filter:grayscale(100%);opacity:.7;transition:opacity .18s ease,filter .18s ease}.brand-strip li:hover img{filter:grayscale(0%);opacity:1}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:1180px){.hero-grid,.calculator-layout{grid-template-columns:1fr}.hero-visual{min-height:360px}.summary-column{position:static;grid-template-columns:1fr 1fr}.summary-card{grid-column:1 / -1}}@media(max-width:1024px){.hero-copy h1{font-size:clamp(34px,6vw,52px)}.hero-copy p{font-size:18px}}@media(max-width:760px){.page-shell{padding-inline:var(--pad-mobile)}.calculator-hero{padding-top:54px}.hero-copy h1{font-size:36px;letter-spacing:-.035em}.hero-copy p{font-size:17px;margin-top:22px}.hero-trust-row,.system-type-grid,.details-grid,.summary-column{grid-template-columns:1fr}.brand-strip{grid-template-columns:1fr 1fr}.brand-strip li{min-height:76px;border-right:0;border-bottom:1px solid var(--luxe-line)}.brand-strip li:nth-child(odd){border-right:1px solid var(--luxe-line)}.brand-strip li:nth-last-child(-n+2){border-bottom:0}.brand-strip li:last-child{grid-column:1 / -1;border-right:0}.quote-flow{padding:24px}.flow-line,.step-marker{display:none}.system-type-card{grid-template-columns:80px 1fr;min-height:120px;padding:16px}.system-type-media{min-height:80px}.selection-card{flex-wrap:wrap;padding:14px 48px 14px 14px}.selection-image{width:96px;height:56px}.wide-select-card{flex-wrap:wrap;padding:18px 48px 18px 18px}.zones-panel{grid-template-columns:1fr}.upgrade-row{grid-template-columns:26px 1fr auto}.upgrade-row .upgrade-icon{display:none}.summary-head,.summary-body{padding:24px}.bottom-trust-grid div{border-right:0;border-bottom:1px solid var(--luxe-line)}.bottom-trust-grid div:last-child{border-bottom:0}}
