.hero-search{position:relative;background:url(/hero-image2.jpg) 50%/cover no-repeat;padding:60px 16px;display:flex;justify-content:center;align-items:center;max-width:1500px;margin:auto}@media(min-width:768px){.hero-search{padding:100px 20px}}.hero-search__overlay{align-items:center;margin-top:30px}.hero-search__container,.hero-search__overlay{width:100%;display:flex;flex-direction:column}.hero-search__heading{width:100%;font-size:3.2vw;white-space:nowrap;font-weight:700;margin:0 0 20px;color:#fff;text-shadow:0 4px 15px rgba(0,0,0,.2);line-height:1.3;text-align:center}@media(max-width:768px){.hero-search__heading{font-size:6vw;white-space:normal}}@media(min-width:768px){.hero-search__heading{margin-bottom:30px}}.hero-search__tabs{background:#fff;border-radius:12px 12px 0 0;border-bottom:1px solid #d1d5db;display:flex;flex-wrap:nowrap;overflow-x:auto;width:100%;max-width:650px;justify-content:flex-start;padding:12px 8px 0;box-shadow:0 8px 25px rgba(0,0,0,.08);margin:0 auto;scrollbar-width:none;-ms-overflow-style:none}.hero-search__tabs::-webkit-scrollbar{display:none}@media(min-width:768px){.hero-search__tabs{justify-content:space-around;overflow-x:visible;padding:18px 20px 0}}.hero-search__tab-wrapper{position:relative}.hero-search__tab{background:none;border:none;font-size:13px;font-weight:500;padding:8px 12px;cursor:pointer;position:relative;opacity:.7;transition:.2s ease;white-space:nowrap}@media(min-width:768px){.hero-search__tab{font-size:15px;padding:10px 0}}.hero-search__tab:hover{color:#1e3a8a}.hero-search__tab--active{opacity:1;font-weight:600}.hero-search__tab--active:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:3px;border-radius:2px;background:#1e3a8a}.hero-search__dropdown{position:absolute;top:100%;left:0;background:#fff;min-width:200px;max-width:90vw;padding:15px 0;border-radius:8px;box-shadow:0 15px 30px rgba(0,0,0,.1);opacity:0;visibility:hidden;transform:translateY(10px);transition:.2s ease;z-index:20}@media(min-width:768px){.hero-search__dropdown{min-width:220px}}.hero-search__dropdown-item{padding:10px 20px;font-size:14px;cursor:pointer}.hero-search__dropdown-item:hover{background:#d1d5db}.hero-search__tab-wrapper:hover .hero-search__dropdown{opacity:1;visibility:visible;transform:translateY(0)}.hero-search__search-box{background:#fff;border-radius:0 0 12px 12px;padding:16px;width:100%;max-width:650px;margin:0 auto;box-shadow:0 15px 35px rgba(0,0,0,.1);box-sizing:border-box}@media(min-width:768px){.hero-search__search-box{padding:20px}}.hero-search .desktop-only{display:none}@media(min-width:768px){.hero-search .desktop-only{display:flex}}.hero-search .mobile-only{display:flex}@media(min-width:768px){.hero-search .mobile-only{display:none}}.hero-search__input-wrapper{display:flex;align-items:center;background:#d7dae3;border-radius:40px;padding:8px 8px 8px 18px;gap:0;flex:1 1;min-width:0}.hero-search__input-wrapper:hover{background:#d1d5db}.hero-search__mobile-stack{display:flex;flex-direction:column;gap:12px}.hero-search__input-row{display:flex;align-items:center;background:#d7dae3;border-radius:40px;padding:12px 16px}.hero-search__input-row:hover{background:#d1d5db}.hero-search__search-icon{font-size:18px;margin-right:12px;opacity:.6;flex-shrink:0}.hero-search__input{flex:1 1;align-self:stretch;border:none;background:transparent;font-size:16px;outline:none;min-width:220px}.hero-search__input::placeholder{font-size:14px;color:#666}.hero-search__distance-select{height:100%;border:none;border-left:1px solid #e5e7eb;background:#fff;font-size:13px;color:#374151;padding:0 28px 0 12px;cursor:pointer;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%236b7280' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;min-width:130px}.hero-search__filters-btn{display:flex;align-items:center;gap:6px;border:1px solid #5e5b5b;background:#fff;border-radius:30px;padding:8px 18px;font-size:14px;cursor:pointer;transition:.2s ease;margin-right:10px;margin-left:8px}.hero-search__filters-btn:hover{background:#f0f0f0}.hero-search__filters-btn-mobile{display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid #5e5b5b;background:#fff;border-radius:30px;padding:10px 24px;font-size:15px;cursor:pointer;transition:.2s ease;width:100%}.hero-search__filters-btn-mobile:hover{background:#f0f0f0}.hero-search__search-btn{border:none;background-color:#2257b8;color:#fff;border-radius:30px;padding:10px 24px;font-size:14px;font-weight:600;cursor:pointer;transition:.2s ease}.hero-search__search-btn:hover{background:#3b82f6}.hero-search__search-btn-mobile{border:none;background-color:#2257b8;color:#fff;border-radius:30px;padding:14px 24px;font-size:15px;font-weight:600;cursor:pointer;transition:.2s ease;width:100%}.hero-search__search-btn-mobile:hover{background:#3b82f6}.filter-modal__overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:2000;padding:16px}.filter-modal__content{background-color:#fff;width:100%;max-width:600px;height:calc(100vh - 32px);max-height:900px;display:flex;flex-direction:column;border-radius:16px;overflow:hidden;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);animation:modalIn .3s ease-out}.filter-modal__header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #d1d5db;flex-shrink:0}.filter-modal__header h2{font-size:1.25rem;font-weight:600}.filter-modal__close{background:none;border:none;font-size:1.25rem;color:#4b5563;cursor:pointer;padding:.5rem;border-radius:50%;transition:background-color .15s ease-in-out}.filter-modal__close:hover{background-color:#f3f4f6;color:#111827}.filter-modal__body{flex:1 1;overflow-y:auto;padding:1rem 1.5rem}.filter-modal__section{border-radius:.75rem;overflow:visible;position:relative}.filter-modal__section--type{border-radius:.75rem;padding:0 1rem;overflow:visible}.filter-modal__section--type .filter-modal__label{padding:0;margin-bottom:.5rem}.filter-modal__label{display:block;font-size:.875rem;font-weight:500;color:#111827;margin-top:.5rem;margin-bottom:.5rem;padding:.75rem 1rem 0}.filter-modal__input-wrapper{position:relative;padding:0 1rem}.filter-modal__input{width:100%;padding:.75rem 40px .75rem .75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem}.filter-modal__input:focus{outline:none;border-color:#1e3a8a}.filter-modal__search-container{display:flex;gap:10px;align-items:center}.filter-modal__input-icon{display:none}.filter-modal__clear-input{position:absolute;right:1.75rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#9ca3af;cursor:pointer;padding:.25rem}.filter-modal__clear-input:hover{color:#111827}.filter-modal__suburb-dropdown{margin:.5rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;max-height:200px;overflow-y:auto;background-color:#fff;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.filter-modal__suburb-option{width:100%;padding:.75rem 1rem;background:none;border:none;border-bottom:1px solid #f3f4f6;text-align:left;cursor:pointer;display:flex;flex-direction:column;gap:.25rem}.filter-modal__suburb-option:last-child{border-bottom:none}.filter-modal__suburb-option:hover{background-color:#f9fafb}.filter-modal__suburb-name{font-weight:500;color:#111827}.filter-modal__checkbox,.filter-modal__suburb-details{font-size:.875rem;color:#4b5563}.filter-modal__checkbox{display:flex;align-items:center;gap:.5rem;margin:.75rem 1rem;cursor:pointer}.filter-modal__checkbox input{width:18px;height:18px;accent-color:#1e3a8a}.filter-modal__type-dropdown{position:relative;width:100%}.filter-modal__type-btn{width:100%;display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background-color:#fff;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .15s ease-in-out}.filter-modal__type-btn:hover{border-color:#1e3a8a}.filter-modal__type-chevron{font-size:.875rem;color:#4b5563;transition:transform .2s}.filter-modal__type-chevron--up{transform:rotate(180deg)}.filter-modal__type-menu{position:absolute;top:calc(100% + .5rem);left:0;right:0;background-color:#fff;border:1px solid #d1d5db;border-radius:.5rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);z-index:1000;max-height:200px;overflow-y:auto}.filter-modal__type-option{width:100%;padding:.75rem 1rem;background:none;border:none;border-bottom:1px solid #f3f4f6;text-align:left;font-size:1rem;cursor:pointer;transition:background-color .15s ease-in-out}.filter-modal__type-option:last-child{border-bottom:none}.filter-modal__type-option:hover{background-color:#e5e7eb}.filter-modal__type-option--active{background-color:#1e3a8a;color:#fff}.filter-modal__section-header{width:100%;display:flex;justify-content:space-between;align-items:center;background:none;border:none;padding:.75rem 1rem;font-size:1rem;font-weight:500;color:#111827;cursor:pointer}.filter-modal__section-header:hover{background-color:#e5e7eb}.filter-modal__section-value{font-size:.875rem;color:#4b5563;font-weight:400;margin-left:auto;margin-right:.5rem}.filter-modal__chevron{font-size:.875rem;color:#4b5563;transition:transform .2s}.filter-modal__chevron--up{transform:rotate(180deg)}.filter-modal__section-content{padding:0 1rem 1rem}.filter-modal__price-scale{position:relative;height:50px;margin:1rem 0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.filter-modal__price-track{position:absolute;top:50%;left:0;right:0;height:8px;background-color:#e5e7eb;border-radius:4px;transform:translateY(-50%)}.filter-modal__price-range{position:absolute;top:0;height:100%;background-color:#1e3a8a;border-radius:4px}.filter-modal__price-handle{position:absolute;top:50%;width:28px;height:28px;background-color:#fff;border:3px solid #1e3a8a;border-radius:50%;transform:translate(-50%,-50%);cursor:-webkit-grab;cursor:grab;z-index:10;box-shadow:0 2px 6px rgba(0,0,0,.2)}.filter-modal__price-handle:hover{transform:translate(-50%,-50%) scale(1.1)}.filter-modal__price-handle--dragging{cursor:-webkit-grabbing;cursor:grabbing;transform:translate(-50%,-50%) scale(1.2);box-shadow:0 4px 12px rgba(30,58,138,.4)}.filter-modal__price-tooltip{position:absolute;top:-45px;left:50%;transform:translateX(-50%);background-color:#111827;color:#fff;padding:.5rem .75rem;border-radius:.25rem;font-size:.875rem;font-weight:500;white-space:nowrap}.filter-modal__price-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translateX(-50%);border:6px solid transparent;border-top-color:#111827}.filter-modal__price-labels{display:flex;justify-content:space-between;font-size:.75rem;color:#9ca3af;margin-bottom:.75rem;padding:0 .5rem}.filter-modal__price-above{display:flex;align-items:center;gap:.75rem;margin:1rem 0;padding:.75rem;background-color:#f9fafb;border-radius:.5rem;border:1px solid #d1d5db}.filter-modal__price-above-btn{padding:.5rem 1rem;background-color:#fff;border:2px solid #d1d5db;border-radius:.5rem;font-size:1rem;font-weight:600;color:#111827;cursor:pointer;transition:all .15s ease-in-out;white-space:nowrap}.filter-modal__price-above-btn:hover{border-color:#1e3a8a;color:#1e3a8a}.filter-modal__price-above-btn--active{background-color:#1e3a8a;border-color:#1e3a8a;color:#fff}.filter-modal__price-above-btn--active:hover{background-color:#1e3a8a;color:#fff}.filter-modal__price-above-label{font-size:.875rem;color:#4b5563;flex:1 1}.filter-modal__price-note{font-size:.75rem;color:#9ca3af;font-style:italic;text-align:center;margin-bottom:1rem}.filter-modal__price-actions{display:flex;gap:.75rem}.filter-modal__options-row{display:flex;gap:.5rem;flex-wrap:wrap}.filter-modal__option-btn{padding:.5rem 1rem;background-color:#f9fafb;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;cursor:pointer;transition:all .15s ease-in-out}.filter-modal__option-btn--active{background-color:#1e3a8a;color:#fff;border-color:#1e3a8a}.filter-modal__property-tabs{display:flex;gap:.5rem;margin-bottom:.75rem}.filter-modal__property-tab{flex:1 1;padding:.75rem;background-color:#f9fafb;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .15s ease-in-out}.filter-modal__property-tab--active{background-color:#1e3a8a;color:#fff;border-color:#1e3a8a}.filter-modal__property-tree{gap:.5rem;max-height:300px;overflow-y:auto}.filter-modal__property-item-wrapper,.filter-modal__property-tree{display:flex;flex-direction:column}.filter-modal__property-item{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background-color:#f9fafb;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;cursor:pointer;text-align:left;transition:all .15s ease-in-out}.filter-modal__property-item:hover{background-color:#f3f4f6}.filter-modal__property-item--active{background-color:#1e3a8a;color:#fff;border-color:#1e3a8a}.filter-modal__property-item--active:hover{background-color:#1e3a8a}.filter-modal__property-item--active .filter-modal__property-count{color:hsla(0,0%,100%,.8)}.filter-modal__property-item--active .filter-modal__property-arrow{color:#fff}.filter-modal__property-main{display:flex;justify-content:space-between;align-items:center;flex:1 1}.filter-modal__property-name{font-weight:500}.filter-modal__property-count{font-size:.875rem;color:#4b5563;margin-left:.5rem}.filter-modal__property-arrow{font-size:.875rem;color:#4b5563;margin-left:.75rem;transition:transform .2s}.filter-modal__property-arrow--down{transform:rotate(90deg)}.filter-modal__subtype-dropdown{display:flex;flex-direction:column;margin-top:.5rem;margin-left:1rem;padding-left:.75rem;border-left:2px solid #d1d5db;animation:slideDown .2s ease-out}.filter-modal__subtype-item{display:flex;align-items:center;padding:.75rem 1rem;background-color:#fff;border:1px solid #d1d5db;border-radius:.5rem;margin-bottom:.5rem;font-size:1rem;cursor:pointer;text-align:left;transition:all .15s ease-in-out}.filter-modal__subtype-item:hover{background-color:#f9fafb;border-color:#1e3a8a}.filter-modal__subtype-item--active{background-color:#3b82f6;color:#fff;border-color:#3b82f6}.filter-modal__subtype-item--active:hover{background-color:#3b82f6}.filter-modal__subtype-item--active .filter-modal__subtype-dot{background-color:#fff}.filter-modal__subtype-dot{width:8px;height:8px;background-color:#1e3a8a;border-radius:50%;margin-right:.75rem}.filter-modal__btn-cancel{flex:1 1;padding:.75rem;background-color:#fff;color:#111827;border:1px solid #d1d5db;border-radius:.5rem;font-weight:500;cursor:pointer;transition:background-color .15s ease-in-out}.filter-modal__btn-cancel:hover{background-color:#f9fafb}.filter-modal__btn-apply{flex:1 1;padding:.75rem;background-color:#1e3a8a;color:#fff;border:none;border-radius:.5rem;font-weight:500;cursor:pointer;transition:background-color .15s ease-in-out}.filter-modal__btn-apply:hover{background-color:#2257b8}.filter-modal__btn-clear{padding:.75rem 1.5rem;background-color:#fff;color:#4b5563;border:1px solid #d1d5db;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .15s ease-in-out}.filter-modal__btn-clear:hover{background-color:#f9fafb;color:#111827}.filter-modal__btn-search{flex:1 1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem;background-color:#f59e0b;color:#fff;border:none;border-radius:.5rem;font-weight:600;font-size:1rem;cursor:pointer;transition:background-color .15s ease-in-out}.filter-modal__btn-search:hover{background-color:#c57f08}.filter-modal__footer{display:flex;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid #d1d5db;flex-shrink:0;background-color:#fff}@keyframes modalIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.filter-modal__distance{margin-top:0}.home{min-height:100vh;display:flex;flex-direction:column}.home__main{flex:1 1}.home__section{padding:4rem 1rem}@media(min-width:768px){.home__section{padding:4rem 1.5rem}}.home__section--featured{background-color:#f0f4fa}.home__section--services{background-color:#fff;position:relative}.home__section--tools{background:linear-gradient(160deg,#edf2fb,#f5f7fc)}.home__section--cta{background-color:#1e3a8a;color:#fff}.home__container{max-width:1280px;margin:0 auto;padding:0 1rem}@media(min-width:1024px){.home__container{padding:0 2rem}}.home__section-title{font-size:1.5rem;font-weight:700;color:#2257b8;text-align:center;margin-bottom:.75rem}@media(min-width:768px){.home__section-title{font-size:1.875rem}}.home__section-title--underline{padding-bottom:1rem;position:relative;margin-bottom:1rem}.home__section-title--underline:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:3px;background-color:#e8680a;border-radius:2px}.home__section-subtitle{font-size:1.125rem;color:#4a6fa5;text-align:center;margin-bottom:2.5rem}@media(min-width:768px){.home__section-subtitle{margin-bottom:3rem}}.home__section--cta .home__section-subtitle{color:hsla(0,0%,100%,.88)}.home__featured-grid{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}@media(min-width:768px){.home__featured-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.home__featured-grid{grid-template-columns:repeat(4,1fr)}}.home__featured-card{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.09);transition:all .2s ease-in-out}.home__featured-card:hover{transform:translateY(-5px);box-shadow:0 12px 32px rgba(0,0,0,.14)}.home__featured-image-wrap{position:relative}.home__featured-image{height:210px;background-size:cover;background-position:50%}.home__featured-badge{position:absolute;top:12px;left:12px;background-color:#e8680a;color:#fff;font-size:.65rem;font-weight:700;letter-spacing:.8px;padding:4px 10px;border-radius:4px;text-transform:uppercase}.home__featured-body{padding:1rem 1.25rem;text-align:center}.home__featured-title{font-size:1.125rem;font-weight:700;color:#2257b8;margin-bottom:.25rem}.home__featured-location{font-size:.7rem;letter-spacing:.5px}.home__featured-location,.home__featured-stats{color:#4b5563;font-weight:500;margin-bottom:.75rem}.home__featured-stats{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.72rem}.home__featured-stats strong{color:#e8680a;font-weight:700}.home__featured-dot{color:#9ca3af;font-size:.7rem}.home__featured-price{color:#1a3567;font-weight:700;font-size:1.25rem;margin-bottom:1rem}.home__featured-btn{display:block;width:100%;background:#2257b8;color:#fff;border:none;border-radius:8px;padding:11px 0;font-size:.75rem;font-weight:700;letter-spacing:.8px;text-transform:uppercase;cursor:pointer;transition:background-color .15s ease-in-out}.home__featured-btn:hover{background-color:#2763d2}.home__services-grid{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}@media(min-width:640px){.home__services-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.home__services-grid{grid-template-columns:repeat(3,1fr)}}.home__service-card{background-color:#fff;border-radius:18px;padding:2rem 1.5rem 1.5rem;text-align:center;box-shadow:0 4px 24px rgba(0,0,0,.07);transition:all .2s ease-in-out;border:none}.home__service-card:hover{box-shadow:0 10px 36px rgba(0,0,0,.13);transform:translateY(-4px)}.home__service-icon{display:inline-flex;align-items:center;justify-content:center;width:68px;height:68px;background-color:#fff3ea;border-radius:14px;margin-bottom:1.25rem;font-size:1.6rem;color:#e8680a}.home__service-name{font-size:1.125rem;font-weight:700;color:#1a3567;margin-bottom:.75rem}.home__service-description{font-size:.875rem;color:#4a6fa5;margin-bottom:1.25rem;line-height:1.6}.home__service-link{display:inline-flex;align-items:center;gap:6px;background:none;border:none;color:#1a3567;font-size:.72rem;font-weight:700;letter-spacing:.6px;text-transform:uppercase;cursor:pointer;padding:0;transition:color .15s ease-in-out}.home__service-link svg{font-size:.65rem}.home__service-link:hover{color:#e8680a}.home__services-all{margin-top:2.5rem;text-align:center}.home__services-all-btn{display:inline-flex;align-items:center;gap:10px;background-color:#2257b8;color:#fff;border:none;border-radius:10px;padding:16px 32px;font-size:.8rem;font-weight:700;letter-spacing:.6px;text-transform:uppercase;cursor:pointer;transition:background-color .15s ease-in-out}.home__services-all-btn:hover{background-color:#2763d2}.home__tools-grid{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}@media(min-width:768px){.home__tools-grid{grid-template-columns:repeat(3,1fr)}}.home__tool-card{background-color:#fff;border-radius:18px;padding:2rem 1.5rem 1.5rem;box-shadow:0 4px 24px rgba(0,0,0,.07);text-align:center;transition:all .2s ease-in-out}.home__tool-card:hover{box-shadow:0 10px 36px rgba(0,0,0,.13);transform:translateY(-4px)}.home__tool-icon{display:inline-flex;align-items:center;justify-content:center;width:68px;height:68px;background-color:#eaf0fb;border-radius:14px;margin-bottom:1.25rem;font-size:1.6rem;color:#2655a0}.home__tool-name{font-size:1.125rem;font-weight:700;color:#1a3567;margin-bottom:.75rem}.home__tool-description{font-size:.875rem;color:#4a6fa5;margin-bottom:1.5rem;line-height:1.6}.home__tool-btn{display:inline-flex;align-items:center;gap:8px;width:100%;justify-content:center;background-color:#2257b8;color:#fff;border:none;border-radius:8px;padding:12px 0;font-size:.75rem;font-weight:700;letter-spacing:.6px;text-transform:uppercase;cursor:pointer;transition:background-color .15s ease-in-out}.home__tool-btn svg{font-size:.7rem}.home__tool-btn:hover{background-color:#2763d2}.home__cta-content{text-align:center;max-width:640px;margin:0 auto}.home__cta-title{font-size:1.875rem;font-weight:700;color:#fff;margin-bottom:1rem}@media(min-width:768px){.home__cta-title{font-size:2.5rem}}.home__cta-text{font-size:1.125rem;color:hsla(0,0%,100%,.88);margin-bottom:2rem;line-height:1.65}.home__cta-buttons{display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:center}@media(min-width:640px){.home__cta-buttons{flex-direction:row}}.home__cta-btn{padding:14px 36px;border-radius:10px;font-weight:700;font-size:1rem;transition:all .15s ease-in-out;min-width:200px;cursor:pointer}.home__cta-btn--primary{background-color:#e8680a;color:#fff;border:none}.home__cta-btn--primary:hover{background-color:#c15608;transform:translateY(-2px)}.home__cta-btn--secondary{background-color:transparent;color:#fff;border:2px solid hsla(0,0%,100%,.7)}.home__cta-btn--secondary:hover{background-color:hsla(0,0%,100%,.1);border-color:#fff}.home__section--calc{padding:0;background:transparent}.home__calc-inner{background:#2952cc;padding:48px 24px 56px;display:flex;flex-direction:column;align-items:center;text-align:center}.home__calc-logo{display:flex;align-items:center;gap:10px;color:#fff;font-size:1.05rem;font-weight:600;margin-bottom:10px;letter-spacing:.02em}.home__calc-logo-icon{font-size:1.4rem}.home__calc-heading{font-size:2.4rem;font-weight:900;color:#fff;letter-spacing:.1em;margin:0 0 32px;text-transform:uppercase}@media(max-width:600px){.home__calc-heading{font-size:1.8rem}}.home__calc-subheading{font-size:.72rem;font-weight:700;letter-spacing:.15em;color:#fff;text-transform:uppercase;margin:0 0 22px}.home__calc-blob{position:relative;display:inline-flex;align-items:center;justify-content:center;width:90px;height:90px;text-decoration:none;transition:transform .2s ease;cursor:pointer}.home__calc-blob__svg{position:absolute;inset:0;width:100%;height:100%}.home__calc-blob__text{position:relative;z-index:10;color:#fff;font-weight:800;font-size:.85rem;text-align:center;line-height:1.2;pointer-events:none}.home__calc-blob:hover{transform:scale(1.08)}.home__calc-blob--lg{width:100px;height:100px}.home__calc-blob--lg .home__calc-blob__text{font-size:1rem}@media(max-width:480px){.home__calc-blob{width:72px;height:72px}.home__calc-blob--lg{width:90px;height:90px}}.home__calc-states-grid{display:flex;flex-direction:column;align-items:center;gap:20px;margin-bottom:44px}.home__calc-states-row{display:flex;justify-content:center;gap:20px}.home__calc-alerts{display:flex;align-items:center;gap:20px;background:hsla(0,0%,100%,.12);border:2px solid hsla(0,0%,100%,.3);border-radius:16px;padding:22px 28px;max-width:460px;width:100%;text-align:left}@media(max-width:600px){.home__calc-alerts{flex-direction:column;text-align:center}}.home__calc-alerts-icon{width:56px;height:56px;background:#f26522;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.4rem;flex-shrink:0}.home__calc-alerts-body{display:flex;flex-direction:column;gap:6px}.home__calc-alerts-title{font-size:1.05rem;font-weight:700;color:#fff;margin:0}.home__calc-alerts-text{font-size:.82rem;color:hsla(0,0%,100%,.8);margin:0}.home__calc-alerts-btn{display:inline-flex;align-items:center;gap:6px;margin-top:6px;background:#f26522;color:#fff;font-size:.74rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:8px 16px;border-radius:6px;text-decoration:none;transition:background .2s;align-self:flex-start}.home__calc-alerts-btn:hover{background:#d4541a}@media(max-width:600px){.home__calc-alerts-btn{align-self:center}}