:root{--background:#f4f6f3;--surface:#fff;--surface-muted:#eef2ed;--border:#d9dfd7;--text:#1d2521;--muted:#5f6c64;--accent:#416f58;--accent-dark:#294a3b;--accent-soft:#dce9df;--warning:#8a5a12;--warning-bg:#fff5dd;--danger:#8c2f22;--danger-bg:#fff0ed;--shadow:0 18px 50px #1e2b2217}*{box-sizing:border-box}html{background:var(--background)}body{color:var(--text);background:var(--background);margin:0;font-family:Arial,Helvetica,sans-serif}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit}.page-shell{min-height:100vh;padding:40px 24px 64px}.calculator-page{max-width:1280px;margin:0 auto}.intro{border:1px solid var(--border);box-shadow:var(--shadow);background:linear-gradient(135deg,#fff 0%,#edf4ef 100%);margin-bottom:28px;padding:34px}.eyebrow{color:var(--accent-dark);letter-spacing:0;text-transform:uppercase;margin:0 0 10px;font-size:.78rem;font-weight:700}h1,h2,h3{margin:0;line-height:1.15}h1{max-width:780px;font-size:clamp(2rem,5vw,4.1rem);font-weight:760}h2{font-size:1.45rem}h3{font-size:1rem}p{line-height:1.6}.intro p{max-width:760px;color:var(--muted);margin:16px 0 0;font-size:1.05rem}.calculator-layout{grid-template-columns:minmax(0,1fr) 390px;align-items:start;gap:24px;display:grid}.config-stack,.result-stack{gap:18px;display:grid}.result-stack{position:sticky;top:20px}.section,.summary-card,.lead-form{background:var(--surface);border:1px solid var(--border);padding:24px;box-shadow:0 8px 28px #2330270f}.section-header{justify-content:space-between;gap:16px;margin-bottom:18px;display:flex}.section-header p{color:var(--muted);margin:6px 0 0}.step-label{color:var(--accent);font-size:.86rem;font-weight:700}.field-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.field,.choice-card,.check-row{gap:8px;display:grid}label,.field-label{color:var(--text);font-size:.92rem;font-weight:700}input,select,textarea{width:100%;min-height:44px;color:var(--text);background:#fff;border:1px solid #c9d2cc;border-radius:6px;padding:10px 12px}textarea{resize:vertical;min-height:108px}input[type=checkbox],input[type=radio]{width:18px;min-height:18px;accent-color:var(--accent)}input[type=range]{padding:0}.choice-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.choice-card,.check-row{border:1px solid var(--border);background:#fbfcfb;border-radius:8px;padding:14px}.choice-card.selected{border-color:var(--accent);background:var(--accent-soft)}.radio-line,.checkbox-line{align-items:flex-start;gap:10px;display:flex}.muted{color:var(--muted);font-size:.9rem;line-height:1.5}.metric-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:16px;display:grid}.metric{background:var(--surface-muted);border:1px solid var(--border);border-radius:8px;padding:14px}.metric span{color:var(--muted);font-size:.8rem;display:block}.metric strong{margin-top:5px;font-size:1.15rem;display:block}.summary-card{gap:18px;display:grid}.summary-price{color:#fff;background:var(--accent-dark);border-radius:8px;padding:18px}.summary-price span{color:#dbe8df;font-size:.9rem;display:block}.summary-price strong{margin-top:8px;font-size:2.2rem;line-height:1;display:block}.summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.summary-item{border:1px solid var(--border);background:#f8faf8;border-radius:8px;padding:12px}.summary-item span{color:var(--muted);font-size:.8rem;display:block}.summary-item strong{margin-top:4px;display:block}.button-row{flex-wrap:wrap;gap:10px;display:flex}.button{color:#fff;background:var(--accent);border:1px solid var(--accent);border-radius:6px;min-height:44px;padding:11px 16px;font-weight:700;text-decoration:none}.button.secondary{color:var(--accent-dark);background:#fff}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%;min-width:540px}th,td{border-bottom:1px solid var(--border);text-align:left;vertical-align:top;padding:12px 10px}th{color:var(--muted);text-transform:uppercase;font-size:.82rem}td:last-child,th:last-child{text-align:right}.notice-list{gap:10px;margin:0;padding:0;list-style:none;display:grid}.notice{color:var(--warning);background:var(--warning-bg);border:1px solid #edd39b;border-radius:8px;padding:12px 14px;line-height:1.45}.disclaimer{color:#4c5750;gap:10px;font-size:.9rem;display:grid}.disclaimer p{margin:0}.lead-form form{gap:18px;display:grid}.full-width{grid-column:1/-1}.form-message{color:var(--accent-dark);background:var(--accent-soft);border:1px solid #b9d1c1;border-radius:8px;padding:12px 14px}.error{color:var(--danger);background:var(--danger-bg);border-color:#f0c2bb}@media (max-width:1040px){.calculator-layout{grid-template-columns:1fr}.result-stack{position:static}}@media (max-width:720px){.page-shell{padding:20px 14px 40px}.intro,.section,.summary-card,.lead-form{padding:18px}.field-grid,.choice-grid,.metric-grid,.summary-grid{grid-template-columns:1fr}.section-header{display:grid}}.option-copy{flex-direction:column;gap:6px;min-width:0;display:flex}.option-title{color:#13251b;font-size:.98rem;font-weight:700;line-height:1.25;display:block}.option-description{line-height:1.45;display:block}.option-price{color:#315b43;font-size:.9rem;font-weight:650;line-height:1.3;display:block}.section-spacing-sm{margin-top:16px}.section-spacing-md{margin-top:22px}.detail-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:22px;display:grid}.detail-card{background:#fbfcfa;border:1px solid #d8e1d9;border-radius:14px;flex-direction:column;gap:12px;min-height:178px;padding:18px;display:flex}.detail-card-header{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.detail-card-header label{color:#13251b;margin:0;font-size:1rem;font-weight:750;line-height:1.25}.detail-card-tag{color:#315b43;white-space:nowrap;background:#e9f1eb;border-radius:999px;flex-shrink:0;padding:5px 9px;font-size:.78rem;font-weight:700;line-height:1}.detail-card select{width:100%}@media (max-width:900px){.detail-card-grid{grid-template-columns:1fr}.detail-card{min-height:auto}}.service-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.service-card{cursor:pointer;background:#fbfcfa;border:1px solid #d8e1d9;border-radius:14px;flex-direction:column;gap:18px;min-height:260px;padding:20px;transition:border-color .16s,background .16s,box-shadow .16s;display:flex}.service-card.selected{background:#e6f0e9;border-color:#3b7658;box-shadow:inset 0 0 0 1px #3b76582e}.service-card.disabled{opacity:.55;cursor:not-allowed}.service-card-top{align-items:flex-start}.service-card-copy{flex-direction:column;flex:1;gap:8px;min-width:0;display:flex}.service-card-header{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.service-list{color:#52635a;margin:0;padding-left:22px;font-size:.92rem;line-height:1.5}.service-list li+li{margin-top:6px}@media (max-width:1100px){.service-card-grid{grid-template-columns:1fr}.service-card{min-height:auto}}.finance-card-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.finance-card{cursor:pointer;background:#fbfcfa;border:1px solid #d8e1d9;border-radius:14px;flex-direction:column;gap:14px;min-height:170px;padding:20px;transition:border-color .16s,background .16s,box-shadow .16s;display:flex}.finance-card.selected{background:#e6f0e9;border-color:#3b7658;box-shadow:inset 0 0 0 1px #3b76582e}.finance-card-top{align-items:flex-start}.finance-card-copy{flex-direction:column;flex:1;gap:8px;min-width:0;display:flex}.finance-card-header{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.finance-field-card{background:#fbfcfa;border:1px solid #d8e1d9;border-radius:14px;padding:20px}.finance-note{justify-content:center}@media (max-width:1250px){.finance-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.finance-card-grid{grid-template-columns:1fr}.finance-card{min-height:auto}}.finance-card{min-height:220px;overflow:hidden}.finance-card-header{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:8px;display:flex}.finance-card-header .detail-card-tag{white-space:normal;max-width:100%;line-height:1.15}.finance-card .option-description{font-size:.96rem;line-height:1.45}.finance-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.finance-card{min-height:165px;padding:22px}.finance-card-header{gap:8px}.finance-card .option-title{font-size:1.15rem;line-height:1.2}.finance-card .option-description{overflow-wrap:anywhere;max-width:100%;font-size:.98rem;line-height:1.45}.finance-card .detail-card-tag{white-space:normal;width:fit-content;max-width:100%;padding:6px 11px;font-size:.82rem;display:inline-flex}@media (max-width:760px){.finance-card-grid{grid-template-columns:1fr}}.finance-note-wide{background:#f4f7f3;border:1px solid #d8e1d9;border-radius:12px;grid-column:1/-1;padding:16px 18px}.intro-with-label{min-height:330px;padding-right:150px;position:relative}.intro-with-label .intro-copy{max-width:920px}.intro-label-vertical{opacity:.82;justify-content:center;align-items:flex-start;width:64px;display:flex;position:absolute;top:0;right:150px}.intro-label-vertical-image{object-fit:contain;filter:brightness(1.03)contrast(.98)drop-shadow(0 8px 14px #13251b1a);width:64px;height:auto}@media (max-width:1100px){.intro-with-label{padding-right:110px}.intro-label-vertical{width:68px;right:34px}.intro-label-vertical-image{width:68px}}@media (max-width:760px){.intro-with-label{padding-right:28px}.intro-label-vertical{display:none}}.wizard-steps{background:#fbfcfa;border:1px solid #d8e1d9;border-radius:16px;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;padding:12px;display:grid}.wizard-step{color:#52635a;min-height:48px;font:inherit;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:12px;align-items:center;gap:10px;padding:10px 12px;font-weight:700;transition:background .16s,border-color .16s,color .16s;display:flex}.wizard-step:hover{background:#f4f7f3;border-color:#d8e1d9}.wizard-step.active{color:#13251b;background:#e6f0e9;border-color:#3b7658}.wizard-step.completed{color:#315b43}.wizard-step-number{color:#315b43;background:#e9f1eb;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:.84rem;font-weight:800;display:inline-flex}.wizard-step.active .wizard-step-number{color:#fff;background:#315b43}.wizard-step-label{white-space:nowrap}@media (max-width:900px){.wizard-steps{grid-template-columns:1fr}.wizard-step{min-height:42px}.wizard-step-label{white-space:normal}.wizard-navigation{flex-direction:column-reverse}.primary-button,.secondary-button{width:100%}}.wizard-steps{background:linear-gradient(#ffffffeb,#f7faf7eb);border:1px solid #d8e1d9;border-radius:18px;grid-template-columns:repeat(6,minmax(0,1fr));gap:0;padding:22px 20px 18px;display:grid;position:relative;box-shadow:0 10px 28px #13251b0a}.wizard-steps:before{content:"";background:linear-gradient(90deg,#4ab98459,#4871d159,#704bba59);border-radius:999px;height:2px;position:absolute;top:39px;left:62px;right:62px}.wizard-step{z-index:1;color:#66756d;min-height:72px;font:inherit;text-align:center;cursor:pointer;background:0 0;border:0;border-radius:0;flex-direction:column;justify-content:flex-start;align-items:center;gap:10px;padding:0 8px;font-weight:750;display:flex;position:relative}.wizard-step:hover{color:#315b43;background:0 0}.wizard-step-number{color:#315b43;background:#fbfcfa;border:2px solid #d8e1d9;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:.9rem;font-weight:850;transition:transform .16s,border-color .16s,background .16s,color .16s;display:inline-flex;box-shadow:0 4px 12px #13251b0f}.wizard-step.active .wizard-step-number{color:#13251b;background:linear-gradient(#fbfcfa,#fbfcfa) padding-box padding-box,linear-gradient(135deg,#4ab984,#4871d1,#704bba) border-box;border-color:#0000;transform:scale(1.08)}.wizard-step.completed .wizard-step-number{color:#fff;background:linear-gradient(135deg,#4ab984,#4871d1);border-color:#0000}.wizard-step-label{color:inherit;white-space:nowrap;font-size:.9rem;line-height:1.25}.wizard-step.active .wizard-step-label{color:#13251b}.wizard-panel{display:block}.wizard-navigation{justify-content:space-between;gap:14px;padding:18px 0 0;display:flex}.primary-button,.secondary-button{min-height:46px;font:inherit;cursor:pointer;border-radius:10px;padding:0 20px;font-weight:800}.primary-button{color:#fff;background:#315b43;border:1px solid #315b43}.primary-button:hover{background:#254936}.secondary-button{color:#315b43;background:#fff;border:1px solid #cbd8cf}.secondary-button:hover{background:#f4f7f3}.secondary-button:disabled{opacity:.45;cursor:not-allowed}@media (max-width:900px){.wizard-steps{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:18px}.wizard-steps:before{display:none}.wizard-step{min-height:62px}.wizard-step-label{white-space:normal}.wizard-navigation{flex-direction:column-reverse}.primary-button,.secondary-button{width:100%}}.intro:after{content:"";background:linear-gradient(90deg,#4ab9848c,#4871d173,#704bba73);border-radius:999px;height:2px;position:absolute;bottom:0;left:36px;right:36px}.intro p:not(.eyebrow){max-width:850px;margin-top:24px}.wizard-steps{margin-bottom:22px}.calculator-layout{margin-top:22px}.intro h1{letter-spacing:-.045em;max-width:980px;font-size:clamp(3rem,4vw,4.55rem);line-height:1.02}.intro p:not(.eyebrow){max-width:900px;margin-top:18px;font-size:1rem;line-height:1.55}.intro-with-label{min-height:270px;padding-right:190px}.intro-label-vertical{opacity:.9;width:60px;top:0;right:145px}.intro-label-vertical-image{filter:brightness(1.03)contrast(.98)drop-shadow(0 8px 12px #13251b14);width:60px}.wizard-step{min-height:66px}.wizard-step.active{background:0 0}.wizard-step.active .wizard-step-number{color:#13251b;background:linear-gradient(#fff,#fff) padding-box padding-box,linear-gradient(135deg,#4ab984,#4871d1,#704bba) border-box;border-color:#0000;transform:scale(1.12);box-shadow:0 8px 18px #4871d12e}.wizard-step.active .wizard-step-label{color:#13251b;font-weight:850}.wizard-step.completed .wizard-step-number{color:#fff;background:linear-gradient(135deg,#4ab984,#4871d1)}.wizard-step.completed .wizard-step-label{color:#315b43}.wizard-step:hover{background:0 0}.intro{padding-top:34px;padding-bottom:32px}.intro .eyebrow{margin-bottom:18px}.intro p:not(.eyebrow){margin-top:16px}.intro-with-label{min-height:224px}.intro{background:radial-gradient(circle at 82% 18%,#704bba1a 0%,#704bba00 28%),radial-gradient(circle at 76% 12%,#4871d11a 0%,#4871d100 30%),radial-gradient(circle at 68% 8%,#4ab9841a 0%,#4ab98400 28%),linear-gradient(135deg,#fff 0%,#f7faf7 52%,#eef5f0 100%);border-color:#315b4324;overflow:hidden;box-shadow:0 18px 48px #13251b0f}.intro h1{letter-spacing:-.055em;text-wrap:balance}.intro p:not(.eyebrow){color:#53655c}.intro-label-vertical{mix-blend-mode:normal}.intro-label-vertical-image{filter:brightness(1.02)contrast()drop-shadow(0 14px 24px #13251b1f);border-radius:0 0 16px 16px}.wizard-steps{background:linear-gradient(#fffffff5,#f7faf7f0);border-color:#315b4321;box-shadow:0 14px 36px #13251b0e}.intro:after{background:linear-gradient(90deg,#4ab984f2,#4871d1d9,#704bbad9);height:3px;left:36px;right:36px}.intro{background:radial-gradient(circle at 84% 18%,#704bba1f 0%,#704bba00 28%),radial-gradient(circle at 72% 20%,#4871d11a 0%,#4871d100 32%),linear-gradient(105deg,#fff 0%,#f3faf5 18%,#4ab9842e 42%,#5cbf9129 58%,#4871d11a 78%,#704bba14 100%)}
