@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);:root{--color-primary:#3b82f6;--color-navy:#19335a;--color-lime:#7ec242;--color-soft-lavender:#f3f5ff;--color-background:#f8f9fb;--color-text:#15223b;--color-muted:#6f7991;--color-border:#15223b14;--shadow-soft:0 20px 40px #19335a14;--shadow-card:0 24px 48px #15223b1f;--radius-large:24px;--radius-medium:16px;--radius-pill:999px;--max-content-width:1120px}*,:after,:before{box-sizing:border-box}#root,body,html{margin:0;padding:0;width:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8f9fb;background-color:var(--color-background);color:#15223b;color:var(--color-text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}#root{min-height:100vh}a{color:inherit;text-decoration:none}button{cursor:pointer}button,input,label{font-family:inherit}*{box-sizing:border-box;margin:0;padding:0}.app{display:flex;flex-direction:column;min-height:100vh}.app-header{-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px);background:#fffc;border-bottom:1px solid #0000000f;position:-webkit-sticky;position:sticky;top:0;z-index:100}.app-header__content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1280px;padding:12px 32px}.app-header__logo{align-items:center;background:none;border:none;color:#191711;cursor:pointer;display:flex;font-size:18px;font-weight:600;gap:8px;padding:6px 0}.app-header__logo-icon{font-size:24px}.app-header__nav{align-items:center;display:flex;gap:4px}.app-header__nav-link{background:none;border:none;border-radius:6px;color:#191711a6;font-size:14px;font-weight:500;padding:6px 12px}.app-header__nav-link:hover{background:#00000008;color:#191711}.app-header__account{align-items:center;background:none;border:none;border-radius:6px;color:#191711;display:flex;font-size:14px;font-weight:500;gap:8px;padding:4px 8px 4px 4px}.app-header__account:hover{background:#00000008}.app-header__avatar{background:#7ec242;border-radius:4px;color:#fff;display:grid;font-size:12px;font-weight:600;height:26px;place-items:center;width:26px}main{flex:1 1}.landing-page,main{width:100%}.landing-hero{margin:0 auto;max-width:1280px;padding:120px 40px 100px;text-align:center}.landing-hero__badge{align-items:center;background:#f7f6f3;border:1px solid #0000000f;border-radius:16px;color:#191711a6;display:inline-flex;font-size:13px;font-weight:500;gap:6px;margin-bottom:24px;padding:4px 12px}.landing-hero__badge-icon{font-size:14px}.landing-hero__title{color:#191711;font-size:64px;font-weight:700;letter-spacing:-.03em;line-height:1.2;margin-bottom:20px}.landing-hero__title-gradient{color:#4c9a2a}.landing-hero__subtitle{color:#19171199;font-size:20px;line-height:1.5;margin:0 auto 48px;max-width:640px}.landing-hero__cta{display:flex;gap:12px;justify-content:center;margin-bottom:80px}.landing-hero__cta-primary{align-items:center;background:#191711;border:none;border-radius:6px;color:#fff;cursor:pointer;display:inline-flex;font-size:15px;font-weight:500;gap:6px;padding:12px 24px}.landing-hero__cta-primary:hover{background:#37352f}.landing-hero__cta-secondary{background:#fff;border:1px solid #0000001f;border-radius:6px;color:#191711;font-size:15px;font-weight:500;padding:12px 24px}.landing-hero__cta-secondary:hover{background:#f7f6f3}.landing-hero__trust{background:#fbfbfa;border:1px solid #0000000f;border-radius:8px;display:flex;gap:48px;justify-content:center;margin:0 auto;max-width:700px;padding:32px}.landing-hero__trust-stat{text-align:center}.landing-hero__trust-stat strong{color:#191711;display:block;font-size:28px;font-weight:700;margin-bottom:4px}.landing-hero__trust-stat span{color:#19171180;font-size:13px}.landing-hero__trust-divider{background:#00000014;width:1px}.landing-section{margin:0 auto;max-width:1120px;padding:100px 40px;text-align:center}.landing-section--dark{background:#191711;color:#fff;margin:0;max-width:100%}.landing-section__badge{color:#19171180;display:inline-block;font-size:12px;font-weight:600;letter-spacing:.08em;margin-bottom:16px;text-transform:uppercase}.landing-section--dark .landing-section__badge{color:#ffffff80}.landing-section__title{color:#191711;font-size:44px;font-weight:700;letter-spacing:-.02em;margin-bottom:64px}.landing-section--dark .landing-section__title{color:#fff}.landing-steps{grid-gap:48px;display:grid;gap:48px;grid-template-columns:repeat(3,1fr)}.landing-step{position:relative}.landing-step__number{background:#3b82f6;border-radius:50%;color:#fff;display:grid;font-size:13px;font-weight:600;height:28px;left:50%;place-items:center;position:absolute;top:-8px;transform:translateX(-50%);width:28px}.landing-step__icon{font-size:80px;margin-bottom:24px}.landing-step__title{color:#191711;font-size:18px;font-weight:600;margin-bottom:12px}.landing-step__description{color:#19171199;font-size:15px;line-height:1.6}.landing-features{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(3,1fr)}.landing-feature{text-align:center}.landing-feature__icon{font-size:48px;margin-bottom:16px}.landing-feature__title{font-size:17px;font-weight:600;margin-bottom:8px}.landing-section--dark .landing-feature__title{color:#fff}.landing-feature__description{font-size:14px;line-height:1.6}.landing-section--dark .landing-feature__description{color:#fff9}.landing-testimonials{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(3,1fr)}.landing-testimonial{background:#fbfbfa;border:1px solid #0000000f;border-radius:8px;padding:32px;text-align:left}.landing-testimonial__stars{font-size:16px;margin-bottom:16px}.landing-testimonial__text{color:#191711;font-size:15px;line-height:1.6;margin-bottom:20px}.landing-testimonial__author strong{color:#191711;display:block;font-size:14px;font-weight:600;margin-bottom:4px}.landing-testimonial__author span{color:#19171180;font-size:13px}.landing-cta{background:#f7f6f3;padding:100px 40px;text-align:center}.landing-cta__title{color:#191711;font-size:48px;font-weight:700;letter-spacing:-.02em;margin-bottom:16px}.landing-cta__subtitle{color:#19171199;font-size:18px;margin-bottom:40px}.landing-cta__button{align-items:center;background:#191711;border:none;border-radius:6px;color:#fff;display:inline-flex;font-size:15px;font-weight:500;gap:6px;padding:14px 28px}.landing-cta__button:hover{background:#37352f}.landing-cta__note{color:#19171180;font-size:13px;margin-top:16px}.hero{margin:60px auto;max-width:1120px;padding:0 40px}.hero__header-block{margin-bottom:48px;text-align:center}.hero__tag{background:#f7f6f3;border:1px solid #0000000f;border-radius:16px;color:#19171199;display:inline-block;font-size:13px;font-weight:500;margin-bottom:16px;padding:4px 12px}.hero__title{color:#191711;font-size:44px;font-weight:700;letter-spacing:-.02em;margin-bottom:12px}.hero__subtitle{color:#19171199;font-size:18px;line-height:1.5}.hero__planner-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1.5fr 1fr}.hero__planner-card{background:#fff;border:1px solid #00000014;border-radius:12px;box-shadow:0 2px 12px #0000000a;padding:40px}.hero__planner-card header h2{color:#191711;font-size:22px;font-weight:600;margin-bottom:8px}.hero__planner-card header p{color:#19171199;font-size:14px;margin-bottom:32px}.hero__planner-fields{display:flex;flex-direction:column;gap:20px}.location-field{display:flex;flex-direction:column;gap:8px}.location-field span{color:#191711;font-size:14px;font-weight:600}.location-field input{background:#fff;border:1px solid #0000001f;border-radius:6px;font-size:15px;padding:10px 12px}.location-field input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a;outline:none}.location-field__helper{color:#19171180;font-size:12px}.hero__cta{align-items:center;background:#191711;border:none;border-radius:6px;color:#fff;display:flex;font-size:15px;font-weight:500;gap:6px;justify-content:center;margin-top:24px;padding:12px 20px;width:100%}.hero__cta:hover{background:#37352f}.hero__cta-icon{font-size:16px}.hero__footnote{color:#19171180;font-size:13px;margin-top:12px;text-align:center}.hero__signin-card{background:#f7f6f3;border:1px solid #0000000f;border-radius:12px;padding:32px}.hero__signin-card h3{color:#191711;font-size:18px;font-weight:600;margin-bottom:8px}.hero__signin-card p{color:#19171199;font-size:14px;line-height:1.5;margin-bottom:20px}.hero__google{align-items:center;background:#fff;border:1px solid #0000001f;border-radius:6px;color:#191711;display:flex;font-size:14px;font-weight:500;gap:8px;justify-content:center;padding:10px 16px;width:100%}.hero__google:hover{background:#fbfbfa;border-color:#00000029}.hero__google img{height:18px;width:18px}.hero__signin-card small{color:#19171180;display:block;font-size:12px;margin-top:12px}.questions{margin:60px auto;max-width:900px;padding:0 40px}.questions__header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:48px}.questions__header h2{color:#191711;font-size:32px;font-weight:700;letter-spacing:-.01em;margin-bottom:8px}.questions__header p{color:#19171199;font-size:16px}.questions__skip{background:#fff;border:1px solid #0000001f;border-radius:6px;color:#191711;font-size:14px;font-weight:500;padding:8px 16px}.questions__stack{display:flex;flex-direction:column;gap:32px}.questions__card{background:#fff;border:1px solid #00000014;border-radius:12px;padding:32px}.questions__card h3{color:#191711;font-size:20px;font-weight:600;margin-bottom:8px}.questions__card p{color:#19171199;font-size:14px;margin-bottom:24px}.questions__options{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr)}.questions__option{background:#fbfbfa;border:1px solid #00000014;border-radius:8px;padding:16px;text-align:left}.questions__option:hover{background:#f7f6f3;border-color:#0000001f}.questions__option.is-active{background:#3b82f614;border-color:#3b82f6}.questions__option span{color:#191711;display:block;font-size:15px;font-weight:600;margin-bottom:4px}.questions__option small{color:#19171180;font-size:13px}.questions__actions{display:flex;justify-content:space-between;margin-top:48px}.questions__back,.questions__continue{border-radius:6px;font-size:15px;font-weight:500;padding:10px 24px}.questions__back{background:#fff;border:1px solid #0000001f;color:#191711}.questions__continue{background:#191711;border:none;color:#fff}.household,.pets{background:#fff;border:1px solid #00000014;border-radius:12px;padding:32px}.household__header h2,.pets__header h2{color:#191711;font-size:20px;font-weight:600;margin-bottom:8px}.household__header p,.pets__header p{color:#19171199;font-size:14px;margin-bottom:24px}.household__types{display:flex;gap:8px;margin-bottom:24px}.household__type{background:#fbfbfa;border:1px solid #00000014;border-radius:6px;color:#191711;font-size:14px;font-weight:500;padding:8px 16px}.household__type.is-active{background:#191711;border-color:#191711;color:#fff}.household__grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr;margin-bottom:20px}.household__grid label{display:flex;flex-direction:column;font-size:14px;font-weight:600;gap:6px}.household__grid input,.household__notes textarea{border:1px solid #0000001f;border-radius:6px;font-size:14px;padding:10px 12px}.pets__header{align-items:flex-start;display:flex;justify-content:space-between}.pets__actions button{background:#fff;border:1px solid #0000001f;border-radius:6px;font-size:13px;font-weight:500;padding:6px 14px}.pets__list{display:flex;flex-direction:column;gap:12px;list-style:none}.pets__item{background:#fbfbfa;border:1px solid #0000000f;border-radius:8px;padding:16px}.pets__grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr}.pets__grid label{display:flex;flex-direction:column;font-size:13px;font-weight:600;gap:6px}.pets__empty{color:#19171180;font-size:14px;padding:40px;text-align:center}.summary{margin:60px auto;max-width:1000px;padding:0 40px}.summary__header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:40px}.summary__header h2{color:#191711;font-size:32px;font-weight:700;letter-spacing:-.01em;margin-bottom:8px}.summary__header p{color:#19171199;font-size:16px}.summary__header-actions{display:flex;gap:12px}.summary__link{background:#fff;border:1px solid #0000001f;border-radius:6px;color:#191711;font-size:14px;font-weight:500;padding:8px 16px}.summary__grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr);margin-bottom:32px}.summary__card{background:#fff;border:1px solid #00000014;border-radius:8px;padding:24px}.summary__card h3{color:#191711;font-size:16px;font-weight:600;margin-bottom:16px}.summary__card ul{display:flex;flex-direction:column;gap:10px;list-style:none}.summary__card li{display:flex;font-size:14px;justify-content:space-between}.summary__card li span{color:#19171180}.summary__card li strong{color:#191711;font-weight:500}.summary__notes textarea{border:1px solid #0000001f;border-radius:6px;font-family:inherit;font-size:14px;margin-top:8px;min-height:100px;padding:12px;width:100%}.summary__notes label{color:#191711;font-size:14px;font-weight:600}.summary__actions{margin-top:40px;text-align:center}.summary__primary{background:#191711;border:none;border-radius:6px;color:#fff;font-size:16px;font-weight:500;padding:12px 28px}.summary__hint{color:#19171180;font-size:13px;margin-top:12px}.plan-loading{margin:100px auto;max-width:600px;padding:0 40px;text-align:center}.plan-loading__spinner{animation:spin .8s linear infinite;border:3px solid #00000014;border-radius:50%;border-top-color:#191711;height:40px;margin:0 auto 32px;width:40px}@keyframes spin{to{transform:rotate(1turn)}}.plan-loading__content h2{color:#191711;font-size:24px;font-weight:600;margin-bottom:12px}.plan-loading__content p{color:#19171199;font-size:16px;line-height:1.6}.checklist{background:#fff;border:1px solid #00000014;border-radius:16px;box-shadow:0 4px 24px #0000000f;margin:0 auto 32px;max-width:1120px;padding:48px 56px}.checklist__header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between;margin-bottom:32px}.checklist__eyebrow{color:#19171180;font-size:12px;font-weight:600;letter-spacing:.08em;margin-bottom:8px;text-transform:uppercase}.checklist__title{color:#191711;font-size:32px;font-weight:700;letter-spacing:-.01em;margin-bottom:8px}.checklist__summary{color:#19171199;font-size:16px}.checklist__summary strong{color:#191711;font-weight:600}.checklist__actions{display:flex;flex-wrap:wrap;gap:10px}.checklist__dashboard,.checklist__edit,.checklist__notify{background:#fff;border:1px solid #0000001a;border-radius:6px;color:#191711;font-size:14px;font-weight:500;padding:8px 16px}.checklist__dashboard:hover,.checklist__edit:hover{background:#f7f6f3}.checklist__notify--active{background:#7ec2421f;border-color:#7ec24266;color:#4c9a2a}.checklist__notify--disabled{cursor:not-allowed;opacity:.5}.checklist__progress{align-items:center;display:flex;gap:16px;margin-bottom:32px}.checklist__progress-bar{background:#0000000f;border-radius:999px;flex:1 1;height:8px;overflow:hidden}.checklist__progress-fill{background:linear-gradient(90deg,#7ec242,#5fa32d);border-radius:inherit;height:100%}.checklist__progress span{color:#19171180;font-size:14px;white-space:nowrap}.checklist__celebration{align-items:center;background:#7ec2421a;border:1px solid #7ec24233;border-radius:8px;display:flex;gap:16px;margin-bottom:24px;padding:16px 20px}.checklist__celebration span{font-size:24px}.checklist__celebration strong{color:#191711;display:block;font-size:15px;margin-bottom:4px}.checklist__celebration p{color:#19171199;font-size:14px;margin:0}.checklist__list{display:flex;flex-direction:column;gap:16px}.checklist__category{background:#fff;border:1px solid #00000014;border-radius:12px;border-top:3px solid #3b82f6;border-top:3px solid var(--category-accent,#3b82f6);overflow:hidden}.checklist__category-header{align-items:center;background:#fbfbfa;border:none;cursor:pointer;display:flex;justify-content:space-between;padding:20px 24px;text-align:left;width:100%}.checklist__category-header:hover{background:#f7f6f3}.checklist__category-info{align-items:center;display:flex;gap:14px}.checklist__category-icon{background:#0000000a;border-radius:10px;display:grid;font-size:22px;height:44px;place-items:center;width:44px}.checklist__category-info h3{color:#191711;font-size:17px;font-weight:600;margin-bottom:2px}.checklist__category-info p{color:#19171180;font-size:13px}.checklist__category-toggle{color:#19171159;font-size:20px}.checklist__items{display:flex;flex-direction:column;gap:8px;list-style:none;padding:0 24px 20px}.checklist__item{background:#fff;border:1px solid #0000000f;border-radius:6px}.checklist__item:hover{background:#fbfbfa}.checklist__item-content{cursor:pointer;display:flex;gap:12px;padding:14px 16px}.checklist__item input[type=checkbox]{cursor:pointer;height:18px;margin-top:2px;width:18px}.checklist__item-title{color:#191711;font-size:15px;font-weight:500;margin-bottom:4px}.checklist__item-meta{color:#19171180;display:flex;flex-wrap:wrap;font-size:13px;gap:12px}.checklist__item-meta a{color:#3b82f6;text-decoration:none}.checklist__item-meta a:hover{text-decoration:underline}.checklist__item-add{border-top:1px solid #0000000f;padding:12px 16px;text-align:center}.checklist__item-add button{background:none;border:none;color:#19171180;font-size:14px;font-weight:500}.checklist__item-add button:hover{color:#191711}.checklist__item-add-hint{color:#19171166;display:block;font-size:12px;margin-top:6px}.checklist__locked-content{background:#fbfbfa;padding:48px 24px;text-align:center}.checklist__locked-content p{color:#19171199;font-size:15px;margin-bottom:16px}.checklist-category__unlock{background:#7ec242;border:none;border-radius:6px;color:#fff;font-size:14px;font-weight:500;padding:10px 24px}.checklist__unlock{background:linear-gradient(135deg,#7ec24214,#7ec2420a);border:1px solid #7ec24233;border-radius:12px;margin-top:32px;padding:48px 32px;text-align:center}.checklist__unlock h3{color:#191711;font-size:24px;font-weight:600;margin-bottom:12px}.checklist__unlock p{color:#19171199;font-size:16px;margin-bottom:24px}.checklist__unlock button{background:#7ec242;border:none;border-radius:6px;color:#fff;font-size:15px;font-weight:500;padding:12px 32px}.budget{background:#fff;border:1px solid #00000014;border-radius:16px;box-shadow:0 4px 24px #0000000f;margin:32px auto;max-width:1120px;padding:48px 56px}.budget__header h2{color:#191711;font-size:28px;font-weight:600;margin-bottom:8px}.budget__header p{color:#19171199;font-size:16px;margin-bottom:32px}.budget__grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.budget__card{background:#fbfbfa;border:1px solid #0000000f;border-radius:12px;padding:24px}.budget__card-header{align-items:center;display:flex;gap:12px;margin-bottom:20px}.budget__card-icon{font-size:24px}.budget__card-header h3{color:#191711;font-size:16px;font-weight:600}.budget__card-header p{color:#7ec242;font-size:22px;font-weight:700;margin:0}.budget__items{display:flex;flex-direction:column;gap:12px;list-style:none}.budget__items li{align-items:center;display:flex;gap:16px;justify-content:space-between}.budget__item-label{color:#191711;font-size:14px;font-weight:500}.budget__items small{color:#19171180;display:block;font-size:12px;margin-top:2px}.budget__items input{border:1px solid #0000001f;border-radius:6px;font-size:14px;font-weight:600;padding:6px 10px;text-align:right;width:100px}.estimator{background:#fff;border:1px solid #00000014;border-radius:16px;box-shadow:0 4px 24px #0000000f;margin:32px auto;max-width:1120px;padding:48px 56px}.estimator header h2{color:#191711;font-size:28px;font-weight:600;margin-bottom:8px}.estimator header p{color:#19171199;font-size:16px;line-height:1.6;margin-bottom:32px}.estimator__controls{display:flex;flex-direction:column;gap:20px;margin-bottom:32px}.estimator__select{display:flex;flex-direction:column;gap:8px}.estimator__select span{color:#191711;font-size:14px;font-weight:600}.estimator__select select{background:#fff;border:1px solid #0000001f;border-radius:6px;font-size:14px;padding:10px 12px}.estimator__dropzone{background:#fbfbfa;border:2px dashed #0000001f;border-radius:12px;cursor:pointer;padding:48px 24px;text-align:center}.estimator__dropzone:hover{background:#7ec2420a;border-color:#7ec242}.estimator__dropzone input{display:none}.estimator__dropzone span{color:#19171180;font-size:14px}.estimator__files{display:flex;flex-direction:column;gap:8px;list-style:none}.estimator__files li{background:#fff;border:1px solid #00000014;border-radius:6px;font-size:13px;padding:8px 12px}.estimator__summary{background:#7ec2420f;border:1px solid #7ec24226;padding:28px}.estimator__summary p{color:#191711;font-size:15px;margin:8px 0}.estimator__summary strong{color:#4c9a2a;font-weight:600}.estimator__hint{color:#19171180!important;font-size:13px!important;margin-top:16px!important}.renter-protection{background:#fff;border:1px solid #00000014;border-radius:16px;box-shadow:0 4px 24px #0000000f;margin:32px auto;max-width:1120px;padding:48px 56px}.renter-protection__header{margin-bottom:32px;text-align:center}.renter-protection__icon{font-size:48px;margin-bottom:16px}.renter-protection__header h2{color:#191711;font-size:28px;font-weight:600;margin-bottom:8px}.renter-protection__header p{color:#19171199;font-size:16px}.renter-protection__info{background:#3b82f60f;border-left:3px solid #3b82f6;border-radius:8px;margin-bottom:32px;padding:16px 20px}.renter-protection__grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.renter-protection__scenario{background:#fbfbfa;border:1px solid #00000014;border-radius:8px;padding:24px;text-align:left}.renter-protection__scenario:hover{background:#f7f6f3;border-color:#7ec242}.renter-protection__scenario-icon{display:block;font-size:32px;margin-bottom:12px}.renter-protection__scenario h4{color:#191711;font-size:16px;font-weight:600;margin-bottom:6px}.renter-protection__scenario p{color:#19171199;font-size:14px;line-height:1.5}.renter-protection__form label{display:block;margin-bottom:16px}.renter-protection__form label>span{color:#191711;display:block;font-size:14px;font-weight:600;margin-bottom:6px}.renter-protection__form input,.renter-protection__form select,.renter-protection__form textarea{border:1px solid #0000001f;border-radius:6px;font-size:14px;padding:10px 12px;width:100%}.renter-protection__form textarea{font-family:inherit;min-height:100px}.renter-protection__generate{background:#7ec242;border:none;border-radius:6px;color:#fff;font-size:15px;font-weight:500;margin-top:24px;padding:12px 24px;width:100%}.renter-protection__generate:hover{background:#6eaf38}.renter-protection__generate:disabled{cursor:not-allowed;opacity:.5}.renter-protection__actions{display:flex;gap:12px;margin:24px 0}.renter-protection__copy,.renter-protection__download{background:#7ec242;border:none;border-radius:6px;color:#fff;flex:1 1;font-size:14px;font-weight:500;padding:10px 20px}.renter-protection__preview{background:#fbfbfa;border-radius:8px;margin:24px 0;padding:24px}.renter-protection__preview pre{font-family:inherit;font-size:14px;line-height:1.7;white-space:pre-wrap}.renter-protection__back{background:#fff;border:1px solid #0000001f;border-radius:6px;font-weight:500;margin-bottom:24px;padding:8px 16px}.pricing-page{margin:0 auto;max-width:1280px;padding:80px 40px}.pricing__header{margin-bottom:64px;text-align:center}.pricing__header h2{color:#191711;font-size:40px;font-weight:700;letter-spacing:-.02em;margin-bottom:16px}.pricing__header p{color:#19171199;font-size:18px;line-height:1.6}.pricing__guarantee{align-items:center;background:#7ec2420f;border:1px solid #7ec24233;border-radius:12px;display:flex;gap:20px;margin:0 auto 64px;max-width:800px;padding:24px 32px}.pricing__guarantee-icon{font-size:40px}.pricing__guarantee-content h3{color:#191711;font-size:18px;font-weight:600;margin-bottom:6px}.pricing__guarantee-content p{color:#19171199;font-size:14px;line-height:1.6;margin:0}.pricing__grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,1fr);margin-bottom:32px}.pricing__card{background:#fff;border:1px solid #00000014;border-radius:12px;padding:32px 28px;text-align:center}.pricing__card--highlight{border-color:#7ec242;box-shadow:0 8px 32px #7ec24226;position:relative}.pricing__card h3{color:#191711;font-size:20px;font-weight:600;margin-bottom:12px}.pricing__price{color:#7ec242;font-size:40px;font-weight:700;margin-bottom:8px}.pricing__description{color:#19171199;font-size:14px;line-height:1.5;margin-bottom:24px}.pricing__features{list-style:none;margin-bottom:28px;text-align:left}.pricing__features li{color:#191711;font-size:14px;padding:8px 0}.pricing__cta{background:#7ec242;border:none;border-radius:6px;color:#fff;font-size:15px;font-weight:500;padding:10px 24px;width:100%}.pricing__cta:hover{background:#6eaf38}.pricing-page__back{background:#fff;border:1px solid #0000001f;border-radius:6px;display:block;font-weight:500;margin:32px auto 0;padding:10px 24px}.dashboard{margin:0 auto;max-width:1280px;padding:60px 40px}.dashboard__header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:40px}.dashboard__header h1{color:#191711;font-size:36px;font-weight:700;letter-spacing:-.01em;margin-bottom:8px}.dashboard__header p{color:#19171199;font-size:16px}.dashboard__header-actions{display:flex;gap:10px}.dashboard__new{background:#fff;border:1px solid #0000001f;border-radius:6px}.dashboard__new,.dashboard__unlock{font-size:14px;font-weight:500;padding:10px 20px}.dashboard__unlock{background:#7ec242;border:none;border-radius:6px;color:#fff}.dashboard__table-wrapper{background:#fff;border:1px solid #00000014;border-radius:12px;box-shadow:0 2px 12px #0000000a;margin-bottom:48px;overflow:hidden}.dashboard__table{border-collapse:collapse;width:100%}.dashboard__table thead{background:#fbfbfa;border-bottom:1px solid #00000014}.dashboard__table th{color:#19171199;font-size:13px;font-weight:600;letter-spacing:.05em;padding:14px 20px;text-align:left;text-transform:uppercase}.dashboard__table tbody tr{border-bottom:1px solid #0000000f}.dashboard__table tbody tr:hover{background:#fbfbfa}.dashboard__table td{color:#191711;font-size:14px;padding:18px 20px}.dashboard__id{color:#19171180;font-family:Courier New,monospace;font-size:12px;max-width:180px;overflow:hidden;text-overflow:ellipsis}.dashboard__table td strong{font-weight:600}.dashboard__table button{background:#fff;border:1px solid #0000001f;border-radius:6px;color:#191711;font-size:13px;font-weight:500;padding:6px 16px}.dashboard__table button:hover{background:#7ec242;border-color:#7ec242;color:#fff}.dashboard__empty{color:#19171180!important;padding:60px 32px!important;text-align:center!important}.dashboard__enterprise{background:#191711;border-radius:12px;color:#fff;padding:48px;text-align:center}.dashboard__enterprise h2{font-size:28px;font-weight:600;margin-bottom:12px}.dashboard__enterprise p{font-size:16px;line-height:1.6;margin-bottom:32px;opacity:.8}.dashboard__enterprise-actions{display:flex;gap:12px;justify-content:center}.dashboard__link{background:#fff;border-radius:6px;color:#191711;font-size:14px;font-weight:500;padding:10px 20px;text-decoration:none}.premium-banner{align-items:center;border-radius:10px;display:flex;gap:24px;justify-content:space-between;margin-bottom:24px;padding:20px 28px}.premium-banner__content h3{font-size:17px;font-weight:600;margin-bottom:4px}.premium-banner__content p{font-size:14px;opacity:.9}.premium-banner__actions{display:flex;gap:10px}.premium-banner__upgrade{background:#fff;border:none;border-radius:6px;color:#4c9a2a;font-size:14px;font-weight:600;padding:8px 20px}.premium-banner__dismiss{background:#0000;border:1px solid #ffffff4d;border-radius:6px;color:#fff;font-weight:500;padding:8px 16px}.modal{align-items:center;display:flex;inset:0;justify-content:center;padding:24px;position:fixed;z-index:2000}.modal__backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0006;inset:0;position:absolute}.modal__card{background:#fff;border-radius:16px;box-shadow:0 24px 60px #0003;max-width:460px;padding:40px;position:relative;text-align:center;width:100%;z-index:1}.modal__close{background:#f7f6f3;border:none;border-radius:50%;color:#19171180;display:grid;font-size:20px;height:28px;place-items:center;position:absolute;right:16px;top:16px;width:28px}.modal__icon{font-size:56px;margin-bottom:20px}.modal__card h3{color:#191711;font-size:24px;font-weight:600;margin-bottom:12px}.modal__copy{color:#19171199;font-size:15px;line-height:1.6;margin-bottom:28px}.modal__benefits{list-style:none;margin-bottom:28px;text-align:left}.modal__benefits li{border-bottom:1px solid #0000000f;font-size:15px;padding:10px 0}.modal__price{color:#7ec242;font-size:18px;font-weight:600;margin:20px 0}.modal__cta{background:#7ec242;border:none;border-radius:6px;color:#fff;font-size:15px;margin-bottom:10px}.modal__cta,.modal__secondary{font-weight:500;padding:12px 24px;width:100%}.modal__secondary{background:#fff;border:1px solid #0000001f;border-radius:6px;color:#19171199}.app__footer{background:#fff;border-top:1px solid #0000000f;margin-top:auto;padding:40px 32px}.app__footer nav{display:flex;gap:28px;justify-content:center;margin-bottom:16px}.app__footer a{color:#19171180;font-size:14px;font-weight:500}.app__footer a:hover{color:#191711}.app__footer span{color:#19171166;display:block;font-size:13px;text-align:center}.blog-section{background:#fff;margin:0 auto;max-width:1280px;padding:80px 40px}.blog-section__header{margin-bottom:56px;text-align:center}.blog-section__badge{color:#19171180;font-size:13px;font-weight:600;margin-bottom:12px}.blog-section__title{color:#191711;font-size:36px;font-weight:700;margin-bottom:12px}.blog-section__subtitle{color:#19171199;font-size:18px}.blog-posts{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(2,1fr);margin-bottom:40px}.blog-post{background:#fff;border:1px solid #00000014;border-radius:12px;padding:28px}.blog-post:hover{border-color:#7ec24266;box-shadow:0 4px 20px #00000014}.blog-post__category{background:#3b82f614;border-radius:4px;color:#3b82f6;display:inline-block;font-size:12px;font-weight:600;margin-bottom:12px;padding:4px 10px;text-transform:uppercase}.blog-post__title{color:#191711;font-size:18px;font-weight:600;line-height:1.4;margin-bottom:10px}.blog-post__excerpt{color:#19171199;font-size:14px;line-height:1.6;margin-bottom:16px}.blog-post__meta{align-items:center;display:flex;justify-content:space-between}.blog-post__author{align-items:center;display:flex;gap:10px}.blog-post__author-avatar{background:#7ec242;border-radius:50%;color:#fff;display:grid;font-size:13px;font-weight:600;height:36px;place-items:center;width:36px}.blog-post__author-name{color:#191711;font-size:14px;font-weight:600}.blog-post__author-info{color:#19171180;font-size:12px}.blog-post__cta{background:#fff;border:1px solid #0000001f;border-radius:6px;color:#191711;font-size:13px;font-weight:500;padding:6px 14px}@media (max-width:768px){.landing-hero__title{font-size:44px}.blog-posts,.hero__planner-grid,.landing-features,.landing-steps,.landing-testimonials,.pricing__grid,.questions__options,.summary__grid{grid-template-columns:1fr}.budget,.checklist,.estimator,.renter-protection{padding:32px 24px}}.app-header__actions{align-items:center;display:flex;gap:12px}.app-header__user{position:relative}.app-header__user-button{align-items:center;background:none;border:1px solid #0000001a;border-radius:8px;cursor:pointer;display:flex;gap:8px;padding:4px 10px 4px 4px}.app-header__user-button:hover{background:#f7f6f3}.app-header__user-name{color:#191711;font-size:14px;font-weight:500;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-header__dropdown-icon{color:#19171166}.app-header__dropdown-icon.open{transform:rotate(180deg)}.app-header__menu{background:#fff;border:1px solid #00000014;border-radius:12px;box-shadow:0 12px 40px #00000026;min-width:240px;padding:8px;position:absolute;right:0;top:calc(100% + 8px);z-index:1000}.app-header__menu-header{border-bottom:1px solid #0000000f;margin-bottom:4px;padding:12px 16px}.app-header__menu-name{color:#191711;font-size:14px;font-weight:600;margin-bottom:2px}.app-header__menu-status{color:#19171180;font-size:12px}.app-header__menu-divider{background:#0000000f;height:1px;margin:4px 0}.app-header__menu-item{align-items:center;background:none;border:none;border-radius:6px;color:#191711;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:10px;padding:10px 16px;text-align:left;width:100%}.app-header__menu-item:hover{background:#f7f6f3}.app-header__menu-item--danger{color:#dc2626}.app-header__menu-item--danger:hover{background:#dc262614}.app-header__menu-icon{font-size:16px}.app-header__sign-in{background:#191711;border:none;border-radius:6px;color:#fff;font-size:14px;font-weight:500;padding:8px 16px}.app-header__sign-in:hover{background:#37352f}.blog-article{background:#fff;min-height:100vh;padding:60px 24px;width:100%}.blog-article__container{margin:0 auto;max-width:720px}.blog-article__back{background:#fff;border:1px solid #0000001f;border-radius:6px;color:#191711;font-size:14px;font-weight:500;margin-bottom:32px;padding:8px 16px}.blog-article__back:hover{background:#f7f6f3}.blog-article__category{background:#3b82f614;border-radius:4px;color:#3b82f6;display:inline-block;font-size:12px;font-weight:600;margin-bottom:16px;padding:4px 12px;text-transform:uppercase}.blog-article__title{color:#191711;font-size:44px;font-weight:700;letter-spacing:-.02em;line-height:1.2;margin-bottom:24px}.blog-article__meta{border-bottom:1px solid #00000014;margin-bottom:48px;padding-bottom:32px}.blog-article__author{align-items:center;display:flex;gap:12px}.blog-article__author-avatar{background:#7ec242;border-radius:50%;color:#fff;display:grid;font-size:16px;font-weight:600;height:48px;place-items:center;width:48px}.blog-article__author-name{color:#191711;font-size:15px;font-weight:600}.blog-article__author-info{color:#19171180;font-size:13px}.blog-article__content{color:#191711;font-size:18px;line-height:1.7}.blog-article__content h2{color:#191711;font-size:32px;font-weight:700;letter-spacing:-.01em;margin:48px 0 16px}.blog-article__content h3{color:#191711;font-size:24px;font-weight:600;margin:32px 0 12px}.blog-article__content p{line-height:1.7;margin:16px 0}.blog-article__lead{color:#191711cc!important;font-size:22px!important;line-height:1.6!important;margin:0 0 40px!important}.blog-article__content ol,.blog-article__content ul{margin:20px 0;padding-left:32px}.blog-article__content li{line-height:1.6;margin:12px 0}.blog-article__content strong{color:#191711;font-weight:600}.blog-article__content em{font-style:italic}.blog-article__table{margin:32px 0;overflow-x:auto}.blog-article__table table{border:1px solid #00000014;border-collapse:collapse;border-radius:8px;overflow:hidden;width:100%}.blog-article__table thead{background:#fbfbfa}.blog-article__table th{border-bottom:1px solid #00000014;color:#19171199;font-size:13px;font-weight:600;padding:14px 16px;text-align:left;text-transform:uppercase}.blog-article__table td{border-bottom:1px solid #0000000f;font-size:15px;padding:14px 16px}.blog-article__table tbody tr:hover{background:#fbfbfa}.blog-article__table tbody tr.total-row{background:#7ec24214;font-weight:600}.blog-article__quote{background:#fbfbfa;border-left:4px solid #7ec242;border-radius:8px;font-size:17px;font-style:italic;line-height:1.6;margin:32px 0;padding:24px 28px}.blog-article__quote cite{color:#19171199;display:block;font-size:14px;font-style:normal;font-weight:600;margin-top:16px}.blog-article__cta{background:linear-gradient(135deg,#7ec24214,#7ec2420a);border:1px solid #7ec24233;border-radius:12px;margin:64px 0 32px;padding:40px;text-align:center}.blog-article__cta h3{color:#191711!important;font-size:28px!important;font-weight:700!important;margin:0 0 12px!important}.blog-article__cta p{color:#19171199!important;font-size:16px!important;margin:0 0 24px!important}.blog-article__cta-button{background:#7ec242;border:none;border-radius:6px;color:#fff;font-size:16px;font-weight:600;padding:14px 32px}.blog-article__cta-button:hover{background:#6eaf38}.questions__notification-grid{grid-gap:12px 16px;align-items:center;display:grid;gap:12px 16px;grid-template-columns:auto 1fr}.questions__notification-grid label{align-items:center;color:#191711;display:flex;font-size:14px;font-weight:600;gap:8px}.questions__notification-grid input[type=checkbox]{cursor:pointer;height:18px;width:18px}.questions__notification-grid input[type=email],.questions__notification-grid input[type=tel]{border:1px solid #0000001f;border-radius:6px;font-size:14px;padding:10px 12px}.questions__notification-grid input:disabled{background:#f7f6f3;cursor:not-allowed;opacity:.5}.questions__toggle{cursor:pointer;-webkit-user-select:none;user-select:none}.pets__item-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.pets__item-header select{border:1px solid #0000001f;border-radius:6px;font-size:14px;font-weight:600;padding:8px 12px}.pets__item-header button{background:#fff;border:1px solid #dc26264d;border-radius:6px;color:#dc2626;font-size:13px;padding:6px 14px}.pets__item-header button:hover{background:#dc262614;border-color:#dc2626}.pets__grid input{border:1px solid #0000001f;border-radius:6px;font-size:14px;padding:8px 12px}.household__notes{display:flex;flex-direction:column;font-size:14px;font-weight:600;gap:8px}.household__notes textarea{font-family:inherit;min-height:80px;resize:vertical}.questions__continue{background:#7ec242!important;color:#fff!important}.questions__continue:hover{background:#6eaf38!important}.household__type.is-active{background:#7ec242!important;border-color:#7ec242!important;color:#fff!important}.household__type:hover,.pets__actions button:hover{background:#7ec24214;border-color:#7ec242}.pets__actions button:hover{color:#4c9a2a}.summary__primary{background:#7ec242!important;box-shadow:0 4px 16px #7ec2424d;color:#fff!important}.summary__primary:hover{background:#6eaf38!important;box-shadow:0 6px 20px #7ec24266;transform:translateY(-2px)}.summary__link:hover{background:#7ec24214;border-color:#7ec242;color:#4c9a2a}.summary__card{background:#fbfbfa!important}select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1.5 5 5 5-5' stroke='%23rgba(25,23,17,0.4)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;cursor:pointer;padding-right:36px!important}select:focus{border-color:#7ec242!important;box-shadow:0 0 0 2px #7ec2421a;outline:none}.estimator__select select{max-width:300px;width:100%}.hero__planner-card input:focus,.household__grid input:focus,.household__notes textarea:focus,.location-field input:focus,.pets__grid input:focus,.questions__card input:focus,.summary__notes textarea:focus{border-color:#7ec242!important;box-shadow:0 0 0 2px #7ec2421a!important}input:focus,select:focus,textarea:focus{outline:none}.estimator__controls{grid-gap:32px!important;align-items:start;display:grid!important;gap:32px!important;grid-template-columns:300px 1fr;margin-bottom:32px!important}.estimator__select{grid-column:1}.estimator__upload{grid-column:2}.estimator__dropzone{display:block!important;width:100%}@media (max-width:968px){.estimator__controls{grid-template-columns:1fr!important}.estimator__select,.estimator__upload{grid-column:1}}.renter-protection__violations{margin:32px 0}.renter-protection__violations h3{align-items:center;color:#dc2626;display:flex;font-size:22px;font-weight:600;gap:8px;margin-bottom:20px}.violation-card{align-items:flex-start;background:#dc26260f;border-left:4px solid #dc2626;border-radius:8px;display:flex;gap:16px;margin-bottom:16px;padding:20px 24px}.violation-number{background:#dc2626;border-radius:50%;color:#fff;display:grid;flex-shrink:0;font-size:15px;font-weight:700;height:32px;place-items:center;width:32px}.violation-card p{color:#191711;font-size:15px;font-weight:500;line-height:1.6;margin:0}.renter-protection__preview-section{margin:32px 0}.renter-protection__preview-section h3{color:#191711;font-size:20px;font-weight:600;margin-bottom:16px}.renter-protection__preview--blurred{max-height:300px;overflow:hidden;position:relative}.preview-blur{align-items:flex-end;background:linear-gradient(180deg,#0000 0,#fff 50%,#fff);bottom:0;display:flex;height:140px;justify-content:center;left:0;padding-bottom:24px;position:absolute;right:0}.preview-blur p{background:#fff;border:1px solid #0000001f;border-radius:6px;color:#19171199;font-size:15px;font-weight:600;padding:10px 20px}.premium-upsell{background:linear-gradient(135deg,#7ec24214,#7ec2420a);border:2px solid #7ec2424d;border-radius:16px;margin:40px 0;padding:48px 40px;text-align:center}.premium-upsell__icon{font-size:56px;margin-bottom:20px}.premium-upsell h3{color:#191711;font-size:32px;font-weight:700;margin-bottom:8px}.premium-upsell__subtitle{color:#19171199;font-size:16px;margin-bottom:32px}.premium-upsell__features{list-style:none;margin:0 auto 32px;max-width:500px;padding:0;text-align:left}.premium-upsell__features li{color:#191711;font-size:15px;line-height:1.6;padding:10px 0}.premium-upsell__button{background:#7ec242;border:none;border-radius:8px;box-shadow:0 8px 24px #7ec2424d;color:#fff;cursor:pointer;font-size:18px;font-weight:600;padding:16px 40px}.premium-upsell__button:hover{background:#6eaf38;box-shadow:0 12px 32px #7ec24266;transform:translateY(-2px)}.premium-upsell__guarantee{color:#19171199;font-size:14px;font-weight:500;margin-top:20px}.premium-banner{background:linear-gradient(135deg,#7ec242,#5fa32d);border-radius:12px;box-shadow:0 8px 24px #7ec24240;color:#fff;margin-bottom:32px;padding:28px 32px}.premium-banner__close{background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:grid;font-size:20px;height:28px;place-items:center;position:absolute;right:16px;top:16px;width:28px}.premium-banner__close:hover{background:#ffffff4d}.premium-banner__content{grid-gap:24px;align-items:center;display:grid;gap:24px;grid-template-columns:auto 1fr auto auto}.premium-banner__icon{font-size:40px}.premium-banner__text h3{color:#fff;font-size:20px;font-weight:700;margin:0 0 4px}.premium-banner__text p{font-size:14px;margin:0;opacity:.95}.premium-banner__stats{display:flex;gap:24px}.premium-banner__stat{text-align:center}.premium-banner__stat strong{display:block;font-size:22px;font-weight:700;margin-bottom:2px}.premium-banner__stat span{font-size:12px;opacity:.9}.premium-banner__cta{align-items:center;background:#fff;border:none;border-radius:6px;box-shadow:0 4px 12px #00000026;color:#4c9a2a;display:flex;font-size:15px;font-weight:600;gap:6px;padding:12px 24px}.premium-banner__cta:hover{background:#fffffff2;box-shadow:0 6px 16px #0003;transform:translateY(-1px)}.premium-banner__benefits{grid-gap:12px;border-top:1px solid #fff3;display:grid;gap:12px;grid-template-columns:repeat(6,1fr);margin-top:24px;padding-top:24px}.premium-banner__benefit{align-items:center;display:flex;font-size:13px;font-weight:500;gap:6px}.premium-banner__benefit-icon{font-size:14px}@media (max-width:1024px){.premium-banner__content{grid-template-columns:1fr;text-align:center}.premium-banner__cta,.premium-banner__stats{justify-content:center}.premium-banner__benefits{grid-template-columns:repeat(3,1fr)}}@media (max-width:640px){.premium-banner__benefits{grid-template-columns:repeat(2,1fr)}}.premium-banner{background:linear-gradient(135deg,#7ec242,#5fa32d)!important;border-radius:12px!important;box-shadow:0 4px 16px #7ec2424d!important;color:#fff!important;margin-bottom:32px!important;padding:24px 32px!important;position:relative}.premium-banner__close{background:#fff3!important;border:none!important;border-radius:50%!important;color:#fff!important;cursor:pointer!important;display:grid!important;font-size:20px!important;height:28px!important;padding:0!important;place-items:center!important;position:absolute!important;right:12px!important;top:12px!important;width:28px!important}.premium-banner__close:hover{background:#ffffff4d!important}.premium-banner__content{gap:24px!important;justify-content:space-between!important}.premium-banner__content,.premium-banner__main{align-items:center!important;display:flex!important}.premium-banner__main{flex:1 1!important;gap:16px!important}.premium-banner__icon{font-size:36px!important}.premium-banner__main h3{color:#fff!important;font-size:18px!important;font-weight:600!important;margin:0 0 4px!important}.premium-banner__main p{color:#fff!important;font-size:14px!important;margin:0!important;opacity:.95!important}.premium-banner__cta{background:#fff!important;border:none!important;border-radius:6px!important;box-shadow:0 2px 8px #00000026!important;color:#4c9a2a!important;font-size:15px!important;font-weight:600!important;padding:12px 28px!important;white-space:nowrap!important}.premium-banner__cta:hover{background:#fffffff2!important;box-shadow:0 4px 12px #0003!important;transform:translateY(-1px)!important}@media (max-width:768px){.premium-banner__content,.premium-banner__main{flex-direction:column!important;text-align:center!important}.premium-banner__cta{justify-content:center!important;width:100%!important}}.estimator__rooms{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:32px 0}.estimator__room-card{background:#fff;border:1px solid #00000014;border-radius:12px;border-top:3px solid #6b7280;display:flex;flex-direction:column;gap:16px;padding:24px}.estimator__room-header{align-items:center;display:flex;gap:12px}.estimator__room-icon{font-size:32px}.estimator__room-header h3{color:#191711;font-size:17px;font-weight:600;margin:0 0 2px}.estimator__room-header p{color:#19171180;font-size:13px;margin:0}.estimator__room-upload{align-items:center;background:#fbfbfa;border:2px dashed #00000026;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;gap:8px;padding:24px 16px;text-align:center}.estimator__room-upload:hover{background:#7ec2420d;border-color:#7ec242}.estimator__room-upload input{display:none}.estimator__upload-icon{font-size:32px}.estimator__room-upload span:last-child{color:#19171199;font-size:14px;font-weight:500}.estimator__room-photos{display:flex;flex-direction:column;gap:8px}.estimator__photo-thumb{align-items:center;background:#7ec24214;border-radius:6px;color:#191711;display:flex;font-size:13px;justify-content:space-between;padding:8px 12px}.estimator__photo-thumb button{background:#dc26261a;border:none;border-radius:50%;color:#dc2626;cursor:pointer;display:grid;font-size:16px;height:20px;padding:0;place-items:center;width:20px}.estimator__photo-thumb button:hover{background:#dc262633}.estimator__summary{background:linear-gradient(135deg,#7ec24214,#7ec2420a);border:1px solid #7ec24233;border-radius:12px;margin-top:32px;padding:32px}.estimator__summary h3{color:#191711;font-size:22px;font-weight:600;margin:0 0 24px;text-align:center}.estimator__summary-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(4,1fr);margin-bottom:20px}.estimator__summary-item{background:#fff;border:1px solid #0000000f;border-radius:8px;padding:20px;text-align:center}.estimator__summary-item--highlight{background:#7ec242;border-color:#7ec242;color:#fff}.estimator__summary-label{color:#19171199;display:block;font-size:13px;font-weight:600;letter-spacing:.05em;margin-bottom:8px;text-transform:uppercase}.estimator__summary-item--highlight .estimator__summary-label{color:#ffffffe6}.estimator__summary-value{color:#191711;display:block;font-size:28px;font-weight:700}.estimator__summary-item--highlight .estimator__summary-value{color:#fff}.estimator__hint{color:#19171199;font-size:14px;margin:16px 0 0;text-align:center}@media (max-width:968px){.estimator__summary-grid{grid-template-columns:repeat(2,1fr)}.estimator__rooms{grid-template-columns:1fr}}.estimator{position:relative}.estimator__premium-badge{background:#7ec24226;border:1px solid #7ec2424d;border-radius:6px;color:#4c9a2a;display:inline-block;font-size:13px;font-weight:600;margin-top:8px;padding:6px 14px}.estimator__rooms--locked{filter:blur(1px);opacity:.5;pointer-events:none}.estimator__upgrade-prompt{background:#fff;border-radius:8px;margin-top:16px;padding:24px;text-align:center}.estimator__upgrade-prompt h4{color:#191711;font-size:20px;font-weight:600;margin-bottom:8px}.estimator__upgrade-prompt p{color:#19171199;font-size:15px;margin-bottom:20px}.estimator__upgrade-prompt button{background:#7ec242;border:none;border-radius:6px;color:#fff;font-size:15px;font-weight:600;padding:12px 32px}.estimator__overlay{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff2;border-radius:16px;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:160px;z-index:10}.estimator__overlay-content{background:#fff;border:2px solid #7ec2424d;border-radius:16px;box-shadow:0 12px 40px #00000026;max-width:500px;padding:48px 40px;text-align:center}.estimator__overlay-icon{font-size:64px;margin-bottom:20px}.estimator__overlay-content h3{color:#191711;font-size:28px;font-weight:600;margin-bottom:12px}.estimator__overlay-content p{color:#19171199;font-size:16px;margin-bottom:20px}.estimator__overlay-content ul{list-style:none;margin:0 0 32px;padding:0;text-align:left}.estimator__overlay-content li{color:#191711;font-size:15px;padding:10px 0}.estimator__overlay-content button{background:#7ec242;border:none;border-radius:8px;box-shadow:0 4px 16px #7ec2424d;color:#fff;font-size:16px;font-weight:600;padding:14px 40px}.estimator__overlay-content button:hover{background:#6eaf38;box-shadow:0 6px 20px #7ec24266;transform:translateY(-2px)}.checkout{align-items:center;display:flex;justify-content:center;min-height:80vh;padding:40px 24px}.checkout__panel{background:#fff;border:1px solid #00000014;border-radius:16px;box-shadow:0 8px 32px #0000001f;max-width:500px;padding:40px;text-align:center;width:100%}.checkout__back{background:#fff;border:1px solid #0000001f;border-radius:6px;display:inline-block;font-size:14px;font-weight:500;margin-bottom:24px;padding:8px 16px}.checkout__back:hover{background:#f7f6f3}.checkout__badge{background:#7ec24226;border-radius:6px;color:#4c9a2a;display:inline-block;font-size:13px;font-weight:600;margin-bottom:16px;padding:6px 16px;text-transform:uppercase}.checkout h2{color:#191711;font-size:32px;font-weight:700;margin-bottom:8px}.checkout p{color:#19171199;font-size:16px;margin-bottom:32px}.checkout__price{background:#7ec24214;border:1px solid #7ec24233;border-radius:12px;display:flex;flex-direction:column;gap:8px;margin-bottom:32px;padding:24px}.checkout__price span{color:#19171199;font-size:14px;letter-spacing:.05em;text-transform:uppercase}.checkout__price strong{color:#4c9a2a;font-size:48px;font-weight:700}.checkout__features{margin-bottom:32px;text-align:left}.checkout__features h4{color:#191711;font-size:16px;font-weight:600;margin-bottom:16px}.checkout__features ul{list-style:none;margin:0;padding:0}.checkout__features li{border-bottom:1px solid #0000000f;color:#191711;font-size:15px;padding:10px 0}.checkout__features li:last-child{border-bottom:none}.checkout__cta{background:#7ec242;border:none;border-radius:8px;box-shadow:0 4px 16px #7ec2424d;color:#fff;font-size:16px;font-weight:600;margin-bottom:16px;padding:16px 32px;width:100%}.checkout__cta:hover{background:#6eaf38;box-shadow:0 6px 20px #7ec24266;transform:translateY(-1px)}.checkout__cta:disabled{cursor:not-allowed;opacity:.6;transform:none}.checkout__secure{align-items:center;color:#19171180;display:flex;font-size:13px;gap:6px;justify-content:center;margin-bottom:16px}.checkout__guarantee{color:#19171199!important;font-size:14px!important}
/*# sourceMappingURL=main.1fd39b32.css.map*/