.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:#2257b8;padding:48px 24px 56px;display:flex;flex-direction:column;align-items:center;text-align:center}.home__calc-heading{font-size:2.4rem;font-weight:900;color:#fff;letter-spacing:.08em;margin:0 0 32px;text-transform:uppercase}@media(max-width:600px){.home__calc-heading{font-size:1.8rem}}.home__calc-subheading{font-size:.9rem;font-weight:900;letter-spacing:.15em;color:#fff;text-transform:uppercase;margin:0 0 22px}.home__calc-mortgage-row{margin-bottom:28px}.home__calc-blob{position:relative;display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;text-decoration:none;transition:transform .2s ease;cursor:pointer}.home__calc-blob__svg{position:absolute;inset:0}.home__calc-blob__text{position:relative;z-index:10;color:#fff;font-weight:800;font-size:.95rem;text-align:center;line-height:1.2;margin-bottom:5px;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:30px;margin-bottom:44px}.home__calc-states-row{margin-top:15px;display:flex;justify-content:center;gap:80px}.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:#e8680a;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:#e8680a;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}}