.calculator-page{min-height:100vh;background:#f3eee5;color:#181818}.calc-header{display:flex;align-items:center;justify-content:space-between;width:min(calc(100% - 48px),1240px);margin:auto;padding:28px 0}.calc-header img{width:156px;height:auto;border-radius:8px}.calc-back{font-size:.9rem;font-weight:700;color:#3b332c}.calc-back span{color:var(--brand);font-size:1.2rem}.calc-wrap{width:min(calc(100% - 48px),1040px);margin:auto;padding:42px 0 90px}.calc-intro{max-width:790px}.calc-eyebrow,.calc-step-no{margin:0;color:var(--brand);font-size:.72rem;font-weight:800;letter-spacing:.18em}.calc-intro h1{max-width:760px;margin:16px 0 20px;font-size:clamp(2.7rem,6vw,5.4rem);line-height:.98;letter-spacing:-.055em}.calc-intro>p:last-child{max-width:700px;margin:0;color:#514940;font-size:1.08rem;line-height:1.75}.calc-progress{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin:58px 0 14px;padding-bottom:18px;border-bottom:1px solid rgba(24,24,24,.12)}.calc-progress div{display:flex;align-items:center;gap:9px;color:#9b9389;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.calc-progress b{display:grid;place-items:center;width:31px;height:31px;border:1px solid #c8c0b6;border-radius:50%;font-size:.7rem}.calc-progress .is-active{color:#302b26}.calc-card{position:relative;min-height:490px;padding:clamp(26px,5vw,56px);border:1px solid rgba(24,24,24,.08);border-radius:28px;background:#fffdf9;box-shadow:0 26px 70px #221f1c1a}.calc-step{max-width:840px}.calc-step h2{margin:14px 0 8px;font-size:clamp(2rem,4vw,3.3rem);line-height:1.04;letter-spacing:-.04em}.calc-muted{max-width:650px;margin:0 0 32px;color:#686057;line-height:1.65}.calc-choice-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin:34px 0 42px}.calc-choice{display:grid;gap:8px;padding:26px;text-align:left;border:1px solid #ded6cc;border-radius:18px;background:#faf6ef;color:#201d1a;transition:transform .2s,border-color .2s,box-shadow .2s}.calc-choice:hover{transform:translateY(-2px);border-color:#c7b8a7}.calc-choice.is-selected{border:2px solid var(--brand);padding:25px;background:#fff4f1;box-shadow:0 12px 30px #ca21281a}.calc-choice-icon{font-size:2rem;color:var(--brand)}.calc-choice strong{font-size:1.2rem}.calc-choice small{color:#756d64}.calc-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:26px 0}.calc-field{display:grid;gap:8px;color:#37312b;font-weight:700;font-size:.88rem}.calc-field input,.calc-field select{width:100%;min-height:51px;padding:0 14px;border:1px solid #d5ccc1;border-radius:9px;background:#fff;color:#211e1b;font:inherit;font-weight:500}.calc-field input:focus,.calc-field select:focus{outline:3px solid rgba(202,33,40,.13);border-color:var(--brand)}.calc-checks{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:26px 0}.calc-check{display:flex;align-items:flex-start;gap:11px;padding:14px;border:1px solid #e0d8ce;border-radius:10px;background:#faf7f1;color:#38312b;font-size:.94rem;font-weight:600}.calc-check input,.calc-consent input{width:19px;height:19px;flex-shrink:0;margin:1px 0;accent-color:var(--brand)}.calc-inline-note{padding:14px 16px;border-left:3px solid var(--brand);background:#faf2eb;color:#686057;font-size:.88rem;line-height:1.55}.calc-next{display:inline-flex;align-items:center;justify-content:center;gap:18px;min-height:54px;padding:0 24px;border:0;border-radius:8px;background:var(--brand);color:#fff;font:inherit;font-weight:700;box-shadow:0 12px 25px #ca212833;cursor:pointer;transition:transform .2s,background .2s}.calc-next:hover{transform:translateY(-2px);background:var(--brand-deep)}.calc-next:disabled{opacity:.6;cursor:wait;transform:none}.calc-prev{position:absolute;bottom:34px;left:clamp(26px,5vw,56px);padding:0;border:0;background:none;color:#736b62;font:inherit;font-weight:700;cursor:pointer}.calc-consent{display:flex;align-items:flex-start;gap:11px;margin:24px 0;color:#5c544b;font-size:.88rem;line-height:1.5}.calc-error{margin:0 0 18px;color:#a0181f;font-weight:700}.calc-result h2{max-width:600px}.calc-result-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:34px}.calc-result-grid>div{display:grid;gap:10px;padding:20px;border:1px solid #e0d8ce;border-radius:13px;background:#faf7f1}.calc-result-grid span{color:#696057;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.calc-result-grid strong{font-size:clamp(1.45rem,3vw,2.15rem);line-height:1.05}.calc-result-grid small{color:#756d64}.calc-result-grid .is-saving strong{color:#267538}.calc-result-grid .is-highlight{border-color:#ca212833;background:#fff1ee}.calc-result-foot{display:flex;align-items:center;justify-content:space-between;gap:22px;margin-top:28px;color:#777067;font-size:.83rem}.calc-result-foot .calc-next{flex-shrink:0}.calc-disclaimer{max-width:720px;margin:18px 0 0;color:#8a8177;font-size:.78rem;line-height:1.5}@media (max-width:700px){.calc-header,.calc-wrap{width:calc(100% - 28px)}.calc-header{padding:18px 0}.calc-header img{width:128px}.calc-back{font-size:.78rem}.calc-wrap{padding:28px 0 55px}.calc-intro h1{font-size:3rem}.calc-progress{gap:4px;margin-top:38px}.calc-progress div{display:grid;justify-items:start;gap:5px;font-size:.57rem;letter-spacing:.04em}.calc-progress b{width:27px;height:27px}.calc-card{min-height:620px;padding:26px 20px 76px;border-radius:20px}.calc-choice-grid,.calc-form-grid,.calc-checks,.calc-result-grid{grid-template-columns:1fr}.calc-choice-grid{margin-bottom:30px}.calc-result-foot{align-items:flex-start;flex-direction:column}.calc-result-foot .calc-next{width:100%}}.calculator-page{background:linear-gradient(180deg,#090c10,#111821);color:#f6f7f9}.calc-header{padding:22px 0}.calc-header img{width:142px}.calc-back{color:#a8b2bd}.calc-wrap{padding:22px 0 60px}.calc-intro h1{margin:10px 0 12px;font-size:clamp(2.3rem,5vw,4.3rem);letter-spacing:-.045em}.calc-intro>p:last-child{font-size:.98rem;line-height:1.5;color:#a8b2bd}.calc-progress{margin:32px 0 10px;padding-bottom:12px;border-color:#2a3542}.calc-progress div{color:#667482;font-size:.62rem}.calc-progress b{width:27px;height:27px;border-color:#364251}.calc-progress .is-active{color:#f6f7f9}.calc-progress .is-active b{border-color:#b9f34a;background:#b9f34a;color:#11170c}.calc-card{min-height:430px;padding:28px 32px;border-color:#2a3542;border-radius:18px;background:#151b22;box-shadow:0 24px 55px #00000040}.calc-step h2{margin:9px 0 5px;font-size:clamp(1.7rem,3.5vw,2.6rem);letter-spacing:-.035em}.calc-muted{margin-bottom:20px;color:#a8b2bd;font-size:.9rem;line-height:1.45}.calc-form-grid{gap:12px;margin:16px 0}.calc-field{gap:5px;color:#f6f7f9;font-size:.82rem}.calc-field input,.calc-field select{min-height:44px;padding:0 11px;border-color:#364251;border-radius:8px;background:#0d1319;color:#fff;font-size:.92rem}.calc-checks{gap:8px;margin:16px 0}.calc-check{padding:10px 11px;border-color:#2a3542;border-radius:8px;background:#111820;color:#dce1e5;font-size:.84rem}.calc-check input,.calc-consent input{accent-color:#b9f34a}.calc-inline-note{padding:10px 12px;background:#111820;color:#a8b2bd;font-size:.78rem}.calc-choice-grid{gap:12px;margin:22px 0 26px}.calc-choice{gap:5px;padding:18px;border-color:#2a3542;background:#111820;color:#f6f7f9}.calc-choice.is-selected{padding:17px;border-color:#b9f34a;background:#18251a;box-shadow:none}.calc-choice-icon{font-size:1.6rem;color:#b9f34a}.calc-choice strong{font-size:1rem}.calc-choice small{color:#a8b2bd;font-size:.78rem}.calc-next{min-height:45px;padding:0 18px;border-radius:8px;background:#b9f34a;color:#11170c;box-shadow:none;font-size:.92rem}.calc-next:hover{background:#c8fb62}.calc-prev{bottom:23px;left:32px;color:#a8b2bd;font-size:.86rem}.calc-consent{margin:16px 0;color:#a8b2bd;font-size:.78rem}.calc-result-grid{gap:9px;margin-top:22px}.calc-result-grid>div{gap:7px;padding:14px;border-color:#2a3542;background:#1b242e}.calc-result-grid span{color:#a8b2bd;font-size:.65rem}.calc-result-grid strong{font-size:1.45rem}.calc-result-grid .is-highlight{border-color:#52672a;background:#1b3020}.calc-result-grid .is-highlight strong{color:#b9f34a}.calc-result-grid .is-saving strong{color:#73df79}.calc-result-foot{margin-top:18px;color:#a8b2bd;font-size:.72rem}.calc-disclaimer{margin-top:10px;color:#7f8b96;font-size:.7rem}@media (max-width:700px){.calc-header{padding:16px 0}.calc-header img{width:124px}.calc-wrap{padding:18px 0 42px}.calc-intro h1{font-size:2.55rem}.calc-progress{margin-top:24px}.calc-card{min-height:560px;padding:22px 18px 65px}.calc-form-grid{gap:10px}.calc-prev{left:18px}.calc-result-grid{grid-template-columns:1fr}}.calculator-page{background:var(--bg-dark);color:var(--text-dark)}.calc-header{border-bottom:1px solid var(--line-dark)}.calc-back{color:var(--muted-dark)}.calc-close{position:relative;display:block;width:46px;height:46px;padding:0;border:0;background:transparent;color:#fff;font-size:0;transition:transform .2s}.calc-close span{position:absolute;top:0;right:0;bottom:0;left:0;display:block;font-size:0}.calc-close span:before,.calc-close span:after{content:"";position:absolute;top:22px;left:10px;width:26px;height:2px;border-radius:2px;background:#fff}.calc-close span:before{transform:rotate(45deg)}.calc-close span:after{transform:rotate(-45deg)}.calc-close:hover{color:#fff;transform:rotate(90deg)}.calc-eyebrow,.calc-step-no{color:var(--brand)}.calc-intro>p:last-child,.calc-muted,.calc-disclaimer{color:var(--muted-dark)}.calc-progress{border-color:var(--line-dark)}.calc-progress div{color:#f4f0e87a}.calc-progress .is-active{color:var(--text-dark)}.calc-progress .is-active b{border-color:var(--brand);background:var(--brand);color:#fff}.calc-card{border-color:var(--line-dark);background:linear-gradient(180deg,#ffffff0e,#ffffff06),#202121;box-shadow:0 24px 55px #00000047}.calc-field{color:var(--text-dark)}.calc-field input,.calc-field select{border-color:#3a3b3c;background:#171817;color:var(--text-dark)}.calc-field input:focus,.calc-field select:focus{outline:3px solid rgba(202,33,40,.18);border-color:var(--brand)}.calc-check{border-color:var(--line-dark);background:#ffffff09;color:var(--text-dark)}.calc-check input,.calc-consent input{accent-color:var(--brand)}.calc-inline-note{border-color:var(--brand);background:#ca212814;color:var(--muted-dark)}.calc-choice{border-color:var(--line-dark);background:#ffffff09;color:var(--text-dark)}.calc-choice:hover{border-color:#ca212899}.calc-choice.is-selected{border-color:var(--brand);background:#ca21281f;box-shadow:none}.calc-choice-icon{color:var(--brand)}.calc-choice small{color:var(--muted-dark)}.calc-next{background:var(--brand);color:#fff;box-shadow:0 12px 28px #ca21283d}.calc-next:hover{background:var(--brand-deep)}.calc-prev,.calc-consent{color:var(--muted-dark)}.calc-result-grid>div{border-color:var(--line-dark);background:#ffffff09}.calc-result-grid span,.calc-result-foot{color:var(--muted-dark)}.calc-result-grid .is-saving strong{color:var(--brand)}.calc-result-grid .is-highlight{border-color:#ca212859;background:#ca21281c}.calc-result-grid .is-highlight strong{color:var(--brand)}.calc-cap-note{margin:18px 0 0;padding:12px 14px;border-left:3px solid var(--brand);background:#ca21281a;color:var(--muted-dark);font-size:.84rem;line-height:1.5}.calc-step>.calc-next{position:absolute;right:32px;bottom:23px}.calc-step{padding-bottom:74px}.calc-result-foot .calc-next{position:static}.calc-prev{display:inline-flex;align-items:center;justify-content:center;min-height:45px;padding:0 18px;border:1px solid rgba(244,240,232,.22);border-radius:8px;background:#ffffff0b;color:var(--text-dark);font-size:.92rem;transition:background .2s,border-color .2s,color .2s}.calc-prev:hover{border-color:#f4f0e87a;background:#ffffff1a;color:#fff}@media (max-width:700px){.calc-step>.calc-next{right:18px;bottom:18px}}.calc-layout{display:grid;grid-template-columns:minmax(0,3fr) minmax(0,7fr);gap:28px;align-items:stretch}.calc-sidebar{min-width:0;padding:18px 8px 0 0}.calc-intro h1{font-size:clamp(2.15rem,3.4vw,3.5rem)}.calc-progress{display:grid;grid-template-columns:1fr;gap:10px;margin:34px 0 0;padding:0;border:0}.calc-progress div{display:flex;align-items:center;font-size:.62rem}.calc-card{min-height:760px;height:100%;width:100%;min-width:0}.calc-step{width:100%;max-width:none}.calc-next{max-width:100%}.calc-result-foot .calc-next{max-width:none}.calc-card--step-1 .calc-choice-grid{grid-template-columns:1fr;max-width:560px}.calc-card--step-1 .calc-step{display:flex;min-height:680px;flex-direction:column}.calc-card--step-1 .calc-choice-grid{flex:1;align-content:stretch;max-width:none;margin:22px 0 0}.calc-card--step-1 .calc-choice{min-height:190px;align-content:center;padding:28px 32px}.calc-card--step-1 .calc-choice.is-selected{padding:27px 31px}.calc-card--step-1 .calc-choice{text-align:center;justify-items:center}.calc-card--step-1 .calc-choice-icon{display:grid;place-items:center;line-height:1}.calc-card--step-1 .calc-choice-icon svg{width:104px;height:104px;fill:none;stroke:var(--brand);stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.calc-card--step-1 .calc-choice strong{font-size:1.3rem}.calc-card--step-1 .calc-choice small{font-size:.9rem}.calc-card--step-2 .calc-form-grid,.calc-card--step-3 .calc-form-grid,.calc-card--step-3 .calc-checks,.calc-card--step-2 .calc-inline-note{max-width:760px}.calc-field--full{grid-column:1 / -1}.calc-card--step-4 .calc-field input.contact-input{min-height:52px;padding:.95rem 1rem;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:#ffffff0f;color:var(--text-dark);font-size:1rem;font-weight:400}.calc-card--step-4 .calc-field input.contact-input::placeholder{color:#8f96a1}.calc-card--step-4 .calc-field input.contact-input:focus{outline:none;border-color:#f4f0e88f;background:#ffffff17;box-shadow:0 0 0 3px #f4f0e814}.calc-card--step-4 .calc-field>span{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.calc-card--step-4 .contact-consent{display:grid;grid-template-columns:20px minmax(0,1fr);align-items:start;gap:12px;color:#f4f0e8d1;font-size:.95rem}.calc-recaptcha{display:grid;justify-items:start;min-height:78px;margin:14px 0 8px}.calc-phone{display:grid;grid-template-columns:112px minmax(0,1fr);gap:10px}.calc-card--step-4 select.contact-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:38px}.calc-card--step-4 textarea.contact-input{min-height:104px;padding:1rem;resize:vertical;line-height:1.5}@media (max-width:860px){.calc-layout{grid-template-columns:1fr;gap:20px}.calc-sidebar{padding:0}.calc-intro h1{font-size:clamp(2.3rem,7vw,3.5rem)}.calc-progress{grid-template-columns:repeat(5,1fr);gap:4px;margin:22px 0 0}.calc-progress div{display:grid;justify-items:start;gap:4px;font-size:.55rem}.calc-card{min-height:560px}}@media (max-width:860px){.calc-card--step-1 .calc-step{min-height:480px}}@media (max-width:700px){.calc-card--step-1 .calc-choice{min-height:150px;padding:22px}.calc-card--step-1 .calc-choice.is-selected{padding:21px}.calc-card--step-1 .calc-choice-icon svg{width:82px;height:82px}}.calc-result-foot{flex-direction:column;align-items:flex-end}.calc-result-foot .calc-next{order:1;position:static}.calc-result-foot>span{align-self:flex-start;order:2;margin-top:22px;color:#f4f0e86b;font-size:.68rem}.calculator-page .calc-step-no{display:none}.calc-card--step-5 .calc-result-foot{position:static}.calc-card--step-5 .calc-result-foot>span{position:absolute;right:32px;bottom:18px;left:32px;margin:0}@media (max-width:700px){.calc-card--step-5 .calc-result-foot>span{right:18px;bottom:14px;left:18px}}.calc-card--step-5{overflow:hidden;background:linear-gradient(145deg,#242525,#1b1d1e 58%,#25201f)}.calc-card--step-5:before{content:"";position:absolute;top:-170px;right:-150px;width:410px;height:410px;border-radius:50%;background:radial-gradient(circle,#ca21283b,#ca212800 68%);pointer-events:none}.calc-card--step-5 .calc-step{position:relative;z-index:1}.calc-result-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:28px}.calc-result-heading h2{max-width:640px;margin-top:10px;font-size:clamp(2rem,4vw,3.25rem)}.calc-result-heading .calc-muted{max-width:650px;margin-bottom:0}.calc-result-badge{display:flex;align-items:center;gap:11px;flex-shrink:0;margin-top:3px;padding:10px 13px;border:1px solid rgba(185,243,74,.26);border-radius:12px;background:#b9f34a14}.calc-result-badge>span{display:grid;place-items:center;width:27px;height:27px;border-radius:50%;background:var(--brand);color:#fff;font-size:.9rem;font-weight:800}.calc-result-badge strong,.calc-result-badge small{display:block}.calc-result-badge strong{color:var(--text-dark);font-size:.78rem}.calc-result-badge small{margin-top:2px;color:var(--muted-dark);font-size:.68rem}.calc-result-overview{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(220px,.65fr);gap:12px;margin-top:28px}.calc-result-primary{display:grid;gap:8px;padding:24px 26px;border:1px solid rgba(202,33,40,.5);border-radius:15px;background:linear-gradient(135deg,#ca212833,#ca212812);box-shadow:inset 0 1px #ffffff12}.calc-result-primary span,.calc-result-overview-note span{color:#f4f0e8a8;font-size:.72rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.calc-result-primary strong{color:#fff;font-size:clamp(2.15rem,5vw,3.5rem);line-height:1;letter-spacing:-.045em}.calc-result-primary small{color:#f4f0e88a;font-size:.76rem}.calc-result-overview-note{display:flex;flex-direction:column;justify-content:center;padding:20px 22px;border:1px solid var(--line-dark);border-radius:15px;background:#ffffff09}.calc-result-overview-note p{margin:9px 0 0;color:var(--muted-dark);font-size:.82rem;line-height:1.55}.calc-card--step-5 .calc-result-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:12px}.calc-card--step-5 .calc-result-grid>div{min-height:112px;padding:16px;border-radius:12px}.calc-card--step-5 .calc-result-grid strong{font-size:clamp(1.15rem,2.3vw,1.7rem)}.calc-card--step-5 .calc-result-grid .is-highlight{grid-column:span 2}.calc-card--step-5 .calc-result-grid .is-highlight small{font-size:.7rem;line-height:1.45}.calc-card--step-5 .calc-result-grid .is-after-saving{border-color:#b9f34a4d;background:#b9f34a14}.calc-card--step-5 .calc-result-grid .is-after-saving strong{color:var(--brand)}.calc-card--step-5 .calc-result-foot{margin-top:22px}.calc-card--step-5 .calc-result-foot .calc-next{min-height:50px;padding-inline:22px}.calc-field--wide{grid-column:1 / -1}.calc-card--step-5 .calc-result-foot>span{position:static;align-self:flex-start;width:auto;margin:0;color:#f4f0e880;line-height:1.45}@media (max-width:1000px){.calc-card--step-5 .calc-result-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){.calc-result-heading{display:block}.calc-result-badge{width:max-content;margin-top:18px}.calc-result-overview{grid-template-columns:1fr;margin-top:22px}.calc-result-primary{padding:21px 20px}.calc-card--step-5 .calc-result-grid{grid-template-columns:1fr}.calc-card--step-5 .calc-result-grid .is-highlight{grid-column:auto}.calc-card--step-5 .calc-result-grid>div{min-height:auto}.calc-card--step-5 .calc-result-foot{gap:14px;margin-top:18px}}
