.calc-page{max-width:880px;margin:0 auto;padding:32px 0;color:#11191f}.calc-page__header{margin-bottom:24px}.calc-page__title{font-size:36px;font-weight:700;line-height:44px;margin:0 0 12px;color:#11191f}.calc-page__lede{color:#3b3f4b;font-size:16px;line-height:24px;margin:0;max-width:680px}.calc-page__shell{background:#fff;border:1px solid #eaeef1;border-radius:20px;padding:32px}@media (max-width:768px){.calc-page{padding:20px 0}.calc-page__title{font-size:24px;line-height:32px}.calc-page__lede{font-size:14px;line-height:20px}.calc-page__shell{padding:20px 16px;border-radius:16px}}.calc-step__header{margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #eaeef1}.calc-step__progress{font-size:12px;color:#767981;text-transform:uppercase;letter-spacing:.05em;font-weight:500}.calc-step__title{font-size:24px;font-weight:700;line-height:32px;margin:8px 0 0;color:#11191f}@media (max-width:768px){.calc-step__title{font-size:20px;line-height:28px}}.calc-step__fields{display:flex;flex-direction:column;gap:20px}.calc-step__nav{display:flex;justify-content:space-between;gap:12px;margin-top:28px;padding-top:20px;border-top:1px solid #eaeef1}@media (max-width:480px){.calc-step__nav{flex-direction:column-reverse}.calc-step__nav .btn{width:100%}}.calc-field{display:flex;flex-direction:column}.calc-field__label{display:block;font-weight:500;font-size:14px;line-height:20px;margin-bottom:8px;color:#11191f}.calc-field__req{color:#e01935;margin-left:2px}.calc-field__input,.calc-field__select{width:100%;padding:14px 16px;border:1px solid #eaeef1;background:#f6f8fb;border-radius:14px;font-size:14px;line-height:20px;font-family:inherit;color:#11191f;transition:border-color .2s ease,background-color .2s ease}.calc-field__select{appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'><path d='M1 1.5L6 6.5L11 1.5' stroke='%23767981' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");background-repeat:no-repeat;background-position:right 16px center;padding-right:40px}.calc-field__input:focus,.calc-field__select:focus{outline:0;border-color:#2f9c75;background:#fff}.calc-field__input::placeholder{color:#aeb3b9}.calc-field.has-error .calc-field__input,.calc-field.has-error .calc-field__select{border-color:#e01935;background:#fff}.calc-field__error{color:#e01935;font-size:13px;line-height:18px;margin-top:6px}.calc-field__check-list,.calc-field__radio-list{display:flex;flex-direction:column;gap:8px}.calc-check,.calc-radio{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;background:#f6f8fb;border:1px solid #eaeef1;border-radius:14px;cursor:pointer;min-height:48px;transition:border-color .2s ease,background-color .2s ease}.calc-check:hover,.calc-radio:hover{border-color:#d9dcdf;background:#fff}.calc-check:has(input:checked),.calc-radio:has(input:checked){border-color:#2f9c75;background:#e6f6ef}.calc-radio input{margin:3px 0 0;accent-color:#2f9c75;width:18px;height:18px;flex-shrink:0}.calc-check input{position:absolute;opacity:0;pointer-events:none;width:0;height:0}.calc-check__box{width:20px;height:20px;border:2px solid #c8d0d8;border-radius:6px;background:#fff;flex-shrink:0;margin-top:1px;display:inline-flex;align-items:center;justify-content:center;transition:border-color .15s ease,background-color .15s ease}.calc-check__box::after{content:"";width:12px;height:12px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3 8.5l3.2 3.2L13 5' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-size:12px 12px;background-repeat:no-repeat;background-position:center;opacity:0;transition:opacity .15s ease}.calc-check:has(input:checked) .calc-check__box{border-color:#2f9c75;background:#2f9c75}.calc-check:has(input:checked) .calc-check__box::after{opacity:1}.calc-check:focus-within .calc-check__box{outline:2px solid #2f9c75;outline-offset:2px}.calc-check__title,.calc-radio__title{font-weight:500;color:#11191f;font-size:14px;line-height:20px}.calc-radio__hint{display:block;font-size:13px;color:#767981;margin-top:2px;line-height:18px}.calc-result{margin-top:0}.calc-result__title{font-size:24px;font-weight:700;line-height:32px;margin:0 0 16px;color:#11191f}.calc-result__total{background:#e6f6ef;border-radius:16px;padding:24px;margin-bottom:20px;text-align:center}.calc-result__range{font-size:32px;font-weight:700;line-height:40px;color:#2f9c75}.calc-result__avg{color:#3b3f4b;margin-top:6px;font-size:14px;line-height:20px}.calc-result__items{width:100%;border-collapse:collapse;margin-bottom:16px;border:1px solid #eaeef1;border-radius:14px;overflow:hidden}.calc-result__items td,.calc-result__items th{padding:12px 14px;border-bottom:1px solid #eaeef1;font-size:14px;text-align:right;color:#11191f;vertical-align:middle}.calc-result__items th{background:#f6f8fb;font-weight:500;color:#3b3f4b;font-size:13px}.calc-result__items td:first-child,.calc-result__items th:first-child{text-align:left}.calc-result__items tbody tr:last-child td{border-bottom:none}.calc-result__source{display:block;font-size:11px;color:#767981;margin-top:2px}.calc-result__row--missing{opacity:.55}.calc-result__missing{color:#aeb3b9;font-style:italic}.calc-result__disclaimer{font-size:13px;color:#767981;line-height:20px;margin:12px 0 20px}.calc-result__ctas{display:flex;gap:12px;margin:16px 0;flex-wrap:wrap}@media (max-width:768px){.calc-result__items{border:none;border-radius:0;overflow:visible}.calc-result__items thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.calc-result__items tbody tr{display:block;border:1px solid #eaeef1;border-radius:14px;margin-bottom:10px;padding:4px 0;background:#fff}.calc-result__items td{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;border-bottom:1px dashed #eef0f3;text-align:right}.calc-result__items td:last-child{border-bottom:none}.calc-result__items td:first-child{display:block;background:#f6f8fb;font-weight:600;color:#11191f;padding:12px 14px;text-align:left;border-bottom:1px solid #eaeef1}.calc-result__items td:first-child::before{display:none}.calc-result__items td[data-label]::before{content:attr(data-label);font-weight:500;color:#767981;font-size:13px;margin-right:12px}.calc-result__items .calc-result__source{margin-top:4px}}@media (max-width:480px){.calc-result__ctas .btn{width:100%}}.calc-result__email-form{display:flex;gap:8px;align-items:stretch;flex-wrap:wrap;margin-top:8px}.calc-result__email-input{flex:1;min-width:220px;padding:12px 16px;border:1px solid #eaeef1;background:#f6f8fb;border-radius:14px;font-size:14px;color:#11191f;font-family:inherit}.calc-result__email-input:focus{outline:0;border-color:#2f9c75;background:#fff}.calc-result__email-status{font-size:13px;color:#2f9c75;width:100%;margin-top:6px}