*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--primary:#2ea3f2;--primary-light:#5bb8f5;--primary-dark:#1a8ad8;--primary-bg:#2ea3f214;--navy:#1a1a40;--navy-light:#252560;--navy-mid:#2d2d6b;--white:#fff;--gray-50:#fafbfc;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--red:#dc2626;--green:#36b37e;--orange:#f59e0b;--font-heading:"Lato", Helvetica, Arial, Lucida, sans-serif;--font-body:"Lato", Helvetica, Arial, Lucida, sans-serif;--green-dark:#1a1a40;--max-width:1200px;--transition:.3s ease;--shadow-sm:0 1px 2px #0000000d;--shadow:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);color:var(--gray-700);background:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.7}a{color:inherit;transition:color var(--transition);text-decoration:none}ul,ol{list-style:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--navy);line-height:1.2}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.section{padding:6rem 0}.section-dark{background:var(--navy);color:var(--gray-300)}.section-dark h2,.section-dark h3,.section-dark h4{color:var(--white)}.section-gray{background:var(--gray-50)}.section-blue{background:linear-gradient(135deg,#e8f4fd 0%,#f0f9ff 100%)}.section-header{text-align:center;margin-bottom:3.5rem}.section-header h2{margin-bottom:1rem;font-size:2.5rem}.section-header .subtitle{color:var(--gray-500);max-width:650px;margin:0 auto;font-size:1.125rem}.section-dark .section-header .subtitle{color:var(--gray-400)}.accent{color:var(--primary)}.accent-bar{background:var(--primary);width:60px;height:3px;margin-bottom:1.5rem}.accent-bar-center{background:var(--primary);width:60px;height:3px;margin:0 auto 1.5rem}.btn{letter-spacing:.02em;transition:all var(--transition);text-align:center;border-radius:6px;padding:.875rem 2rem;font-size:.9375rem;font-weight:600;display:inline-block}.btn-primary{background:var(--primary);color:var(--white)}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 4px 12px #2ea3f266}.btn-outline{border:2px solid var(--primary);color:var(--primary);background:0 0}.btn-outline:hover{background:var(--primary);color:var(--white)}.btn-white{background:var(--white);color:var(--navy)}.btn-white:hover{background:var(--gray-100);transform:translateY(-2px);box-shadow:0 4px 12px #ffffff4d}.btn-navy{background:var(--navy);color:var(--white)}.btn-navy:hover{background:var(--navy-light);transform:translateY(-2px)}.grid-2{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.card{background:var(--white);box-shadow:var(--shadow);transition:all var(--transition);border-radius:12px;padding:2rem}.card:hover{box-shadow:var(--shadow-xl);transform:translateY(-4px)}@media (width<=1024px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.grid-4,.grid-3,.grid-2{grid-template-columns:1fr}.section{padding:4rem 0}.section-header h2{font-size:2rem}}@media (width<=480px){.section{padding:3rem 0}.container{padding:0 1rem}}.header{z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:all var(--transition);background:#fffffff7;border-bottom:1px solid #0000;position:fixed;top:0;left:0;right:0}.header--scrolled{border-bottom:1px solid var(--gray-200);background:#fffffffc;box-shadow:0 4px 20px #00000014}.header__inner{justify-content:space-between;align-items:center;height:80px;display:flex}.header__logo{flex-shrink:0;align-items:center;display:flex}.header__logo-img{width:auto;height:50px;display:block}.header__nav{align-items:center;gap:.25rem;display:flex}.header__nav>a,.header__dropdown>a{color:#2e2e2e;transition:all var(--transition);white-space:nowrap;border-radius:6px;padding:.5rem 1rem;font-family:Lato,Helvetica,Arial,Lucida,sans-serif;font-size:16px;font-weight:400}.header__nav>a:hover,.header__dropdown>a:hover,.header__nav>a.active,.header__dropdown>a.active{color:var(--primary)}.header__cta.btn{margin-left:.75rem;padding:.625rem 1.5rem;font-size:.875rem}.header__dropdown{position:relative}.header__dropdown>a{align-items:center;gap:4px;display:flex}.header__chevron{transition:transform var(--transition)}.header__dropdown:hover .header__chevron{transform:rotate(180deg)}.header__dropdown-menu{background:var(--white);border:1px solid var(--gray-200);opacity:0;visibility:hidden;border-radius:12px;min-width:220px;padding:.5rem 0;transition:all .25s;position:absolute;top:100%;left:0;transform:translateY(8px);box-shadow:0 16px 40px #0000001f}.header__dropdown-menu--open,.header__dropdown:hover .header__dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.header__dropdown-menu a{color:var(--gray-700);transition:all var(--transition);padding:.625rem 1.25rem;font-size:.9rem;display:block}.header__dropdown-menu a:hover,.header__dropdown-menu a.active{color:var(--primary);background:var(--primary-bg)}.header__hamburger{z-index:10;flex-direction:column;gap:5px;padding:8px;display:none}.header__hamburger span{background:var(--navy);width:24px;height:2px;transition:all var(--transition);border-radius:2px;display:block}.header__hamburger.open span:first-child{transform:rotate(45deg)translate(5px,5px)}.header__hamburger.open span:nth-child(2){opacity:0}.header__hamburger.open span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}@media (width<=1024px){.header__hamburger{display:flex}.header__nav{background:var(--white);flex-direction:column;align-items:flex-start;gap:0;width:300px;height:100vh;padding:6rem 1.5rem 2rem;transition:right .35s;position:fixed;top:0;right:-100%;overflow-y:auto;box-shadow:-8px 0 30px #00000026}.header__nav--open{right:0}.header__nav>a,.header__dropdown>a{border-bottom:1px solid var(--gray-100);width:100%;padding:.75rem 0;font-size:1.0625rem}.header__dropdown{width:100%}.header__dropdown-menu{opacity:1;visibility:hidden;max-height:0;box-shadow:none;border:none;padding:0;transition:max-height .35s,visibility 0s .35s;position:static;overflow:hidden;transform:none}.header__dropdown-menu--open{visibility:visible;max-height:500px;padding:.25rem 0;transition:max-height .35s,visibility}.header__dropdown-menu a{padding-left:1.25rem;font-size:.9375rem}.header__cta.btn{text-align:center;width:100%;margin-top:1rem;margin-left:0}}.footer{background:#1a1a40;padding:40px 0 21px}.footer__inner{text-align:center}.footer__nav{color:#ccc;flex-wrap:wrap;justify-content:center;align-items:center;gap:.25rem .5rem;margin-bottom:1.5rem;font-size:.9rem;display:flex}.footer__nav a{color:#ccc;transition:color .2s}.footer__nav a:hover{color:var(--primary)}.footer__sep{color:#666;margin:0 .25rem}.footer__disclaimer{color:#888;max-width:900px;margin:0 auto;font-size:.75rem;line-height:1.6}@media (width<=640px){.footer__nav{flex-direction:column;gap:.5rem}.footer__sep{display:none}}.home-hero{align-items:center;min-height:70vh;padding:60px 20px 70px;display:flex;position:relative;overflow:hidden}.home-hero__bg{background:linear-gradient(#000000b3 0%,#00000080 100%),url(/hero-bg.jpg) 50%/cover no-repeat;position:absolute;inset:0}.home-hero__content{z-index:1;max-width:780px;position:relative}.home-hero h1{color:#fff;text-shadow:0 .1em .1em #0006;margin-bottom:1.5rem;font-family:Lato,Helvetica,Arial,Lucida,sans-serif;font-size:65px;font-weight:700;line-height:1.15}.home-hero__bullets{margin-bottom:2rem;list-style:none}.home-hero__bullets li{color:#fff;align-items:flex-start;gap:12px;margin-bottom:20px;font-size:20px;line-height:1.2em;display:flex}.home-hero__check{color:#36b37e;flex-shrink:0;font-size:20px;font-weight:700;line-height:1.2}.btn-green{color:#f8f9fb;text-align:center;cursor:pointer;background:#36b37e;border-radius:6px;padding:.875rem 2rem;font-family:Lato,Helvetica,Arial,Lucida,sans-serif;font-size:25px;font-weight:700;transition:background-color .3s;display:inline-block}.btn-green:hover{color:#fff;background:#1a1a40}@media (width<=980px){.home-hero h1{font-size:42px}.home-hero__bullets li{font-size:16px}.btn-green{font-size:18px}}@media (width<=640px){.home-hero{min-height:100vh;padding:80px 20px 50px}.home-hero h1{font-size:32px}}.home-services{background:#f8f9fb;padding:60px 0 80px}.home-services__title{text-align:center;color:var(--navy);margin-bottom:2.5rem;font-size:2rem}.home-services__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.home-services__card{background:var(--white);border-radius:8px;flex-direction:column;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 2px 8px #0000001a}.home-services__card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.home-services__card-img{width:100%;height:200px;overflow:hidden}.home-services__card-img img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.home-services__card:hover .home-services__card-img img{transform:scale(1.03)}.home-services__card-body{justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.home-services__card-body h3{color:var(--navy);margin:0;font-family:Lato,Helvetica,Arial,Lucida,sans-serif;font-size:1.125rem;font-weight:700}.home-services__card-link{color:var(--primary);white-space:nowrap;font-size:.875rem;font-weight:600}@media (width<=980px){.home-services__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.home-services__grid{grid-template-columns:1fr}}.home-how{background:#e5e7eb;padding:60px 0 80px}.home-how__title{text-align:center;color:var(--navy);margin-bottom:1rem;font-size:2rem}.home-how__intro{text-align:center;color:#555;max-width:750px;margin:0 auto 2.5rem;font-size:1rem;line-height:1.7}.home-how__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.home-how__step{text-align:center;padding:1.5rem}.home-how__step-icon{width:80px;height:80px;margin:0 auto 1.25rem}.home-how__step-icon img{object-fit:contain;width:100%;height:100%}.home-how__step h3{color:var(--navy);margin-bottom:.75rem;font-family:Lato,Helvetica,Arial,Lucida,sans-serif;font-size:1.125rem;font-weight:700}.home-how__step p{color:#555;text-align:center;font-family:Lato,sans-serif;font-size:.9375rem;line-height:1.7}@media (width<=980px){.home-how__grid{grid-template-columns:1fr;max-width:600px;margin:0 auto}}.page-hero{background:#1a1a40 50%/cover no-repeat;align-items:center;margin-top:80px;padding:120px 20px 100px;display:flex;position:relative}.page-hero__overlay{background:#00000073;position:absolute;inset:0}.page-hero__content{z-index:1;position:relative}.page-hero h1{color:#fff;text-shadow:0 2px 8px #0006;margin-bottom:.5rem;font-family:Lato,Helvetica,Arial,Lucida,sans-serif;font-size:2.75rem;font-weight:700;line-height:1.2}.page-hero__subtitle{color:#ffffffe6;font-size:1.25rem}@media (width<=768px){.page-hero{padding:80px 20px 60px}.page-hero h1{font-size:2rem}}.services-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.services-grid__card{background:var(--white);border:1px solid var(--gray-200);transition:all var(--transition);border-radius:12px;align-items:flex-start;gap:1.25rem;padding:2rem;display:flex}.services-grid__card:hover{border-color:var(--primary);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.services-grid__icon{flex-shrink:0;font-size:2.5rem}.services-grid__card h3{margin-bottom:.5rem;font-size:1.25rem}.services-grid__card p{color:var(--gray-600);margin-bottom:.75rem;font-size:.9375rem}.services-grid__link{color:var(--primary);transition:gap var(--transition);align-items:center;gap:4px;font-size:.875rem;font-weight:600;display:inline-flex}.services-grid__card:hover .services-grid__link{gap:8px}@media (width<=1024px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.services-grid{grid-template-columns:1fr}}.zip-search{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);padding:4rem 0}.zip-search__inner{text-align:center;max-width:600px;margin:0 auto}.zip-search__inner h2{color:var(--white);margin-bottom:.75rem;font-size:2rem}.zip-search__inner>p{color:var(--gray-300);margin-bottom:2rem;font-size:1.0625rem}.zip-search__form{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.zip-search__form input{width:200px;color:var(--white);font-size:1rem;font-family:var(--font-body);transition:border-color var(--transition);background:#ffffff1a;border:2px solid #fff3;border-radius:8px;padding:.875rem 1.25rem}.zip-search__form input::placeholder{color:var(--gray-400)}.zip-search__form input:focus{border-color:var(--primary);background:#ffffff26;outline:none}.zip-search__form .btn{white-space:nowrap}@media (width<=640px){.zip-search__form{flex-direction:column;align-items:center}.zip-search__form input,.zip-search__form .btn{width:100%;max-width:300px}}.service-zip-card__wrap{z-index:10;background:0 0;justify-content:center;margin-top:-95px;margin-bottom:0;padding:0 20px 40px;display:flex;position:relative}.service-zip-card{background:#f8f9fb;border-radius:8px;width:60%;padding:30px 40px 24px;overflow:hidden;box-shadow:6px 6px 18px #0000004d}.service-steps__grid{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.5rem;display:grid}.service-steps__item{text-align:center;flex-direction:column;align-items:center;gap:.5rem;display:flex}.service-steps__icon{object-fit:contain;width:60px;height:60px}.service-steps__label{color:var(--navy);font-family:Lato,Helvetica,Arial,Lucida,sans-serif;font-size:.875rem;font-weight:700}.service-zip-card .zip-search{background:0 0;padding:0}.service-zip-card .zip-search__inner h2{color:var(--navy);font-size:1.5rem}.service-zip-card .zip-search__inner>p{color:#555}.service-zip-card .zip-search__form input{color:#333;background:#fff;border:2px solid #ddd}.service-zip-card .zip-search__form input::placeholder{color:#999}.service-zip-card .zip-search__form input:focus{border-color:var(--primary);background:#fff}.service-zip-card .zip-search__form .btn{color:#f8f9fb;background:#36b37e;font-family:Lato,Helvetica,Arial,Lucida,sans-serif;font-weight:700}.service-zip-card .zip-search__form .btn:hover{background:#1a1a40}.service-thumbtack{text-align:center;margin-top:1rem}.service-thumbtack img{width:auto;height:32px;margin:0 auto}.service-page__intro{text-align:center;max-width:800px;margin:0 auto}.service-page__intro p{color:var(--gray-700);margin-bottom:1rem;font-size:1.125rem;line-height:1.8}.service-page__content{max-width:800px;margin:0 auto}.service-page__content p{color:var(--gray-700);font-size:1.0625rem;line-height:1.8}@media (width<=980px){.service-zip-card{width:90%;padding:24px 24px 20px}.service-steps__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.service-zip-card{width:100%;padding:20px 16px 16px}.service-steps__grid{grid-template-columns:repeat(2,1fr);gap:.75rem}}.find-pro__form-wrapper{text-align:center;max-width:700px;margin:0 auto}.find-pro__form-wrapper h2{margin-bottom:.75rem;font-size:2.25rem}.find-pro__form-wrapper>p{color:var(--gray-600);margin-bottom:2.5rem;font-size:1.0625rem}.find-pro__form-row{flex-wrap:wrap;align-items:flex-end;gap:1rem;display:flex}.find-pro__field{text-align:left;flex:1;min-width:180px}.find-pro__field label{color:var(--gray-700);margin-bottom:.375rem;font-size:.875rem;font-weight:600;display:block}.find-pro__field select,.find-pro__field input{border:1px solid var(--gray-300);width:100%;font-family:var(--font-body);color:var(--gray-800);background:var(--white);transition:border-color var(--transition);border-radius:8px;padding:.875rem 1rem;font-size:1rem}.find-pro__field select:focus,.find-pro__field input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #2ea3f226}.find-pro__submit{white-space:nowrap;height:fit-content;padding:.875rem 2rem}.find-pro__success{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:12px;padding:3rem 2rem}.find-pro__success svg{color:var(--green);margin-bottom:1rem}.find-pro__success h3{margin-bottom:.5rem;font-size:1.5rem}.find-pro__success p{color:var(--gray-600);margin-bottom:1.5rem}.find-pro__services{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.find-pro__service-card{background:var(--white);border:1px solid var(--gray-200);transition:all var(--transition);border-radius:12px;align-items:center;gap:1rem;padding:1.5rem;display:flex}.find-pro__service-card:hover{border-color:var(--primary);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.find-pro__service-icon{font-size:2rem}.find-pro__service-title{color:var(--navy);font-size:1.0625rem;font-weight:600}@media (width<=768px){.find-pro__form-row{flex-direction:column}.find-pro__services{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.find-pro__services{grid-template-columns:1fr}}.contractor-card{background:var(--white);border:1px solid var(--gray-200);border-radius:16px;flex-direction:column;gap:1rem;padding:1.75rem;transition:box-shadow .2s,transform .2s;display:flex;box-shadow:0 2px 8px #0000000f}.contractor-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001f}.contractor-card__header{align-items:flex-start;gap:1rem;display:flex}.contractor-card__avatar{border:2px solid var(--gray-200);border-radius:50%;flex-shrink:0;width:60px;height:60px;overflow:hidden}.contractor-card__avatar img{object-fit:cover;width:100%;height:100%}.contractor-card__title-block{flex:1;min-width:0}.contractor-card__name{color:var(--navy);margin:0 0 .25rem;font-size:1.2rem;font-weight:700;line-height:1.3}.contractor-card__location{color:var(--gray-500);align-items:center;gap:.3rem;margin:0;font-size:.875rem;display:flex}.contractor-card__location svg{color:var(--primary);flex-shrink:0}.contractor-card__description{color:var(--gray-600);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:.9375rem;line-height:1.6;display:-webkit-box;overflow:hidden}.contractor-card__meta{flex-wrap:wrap;gap:.5rem;display:flex}.contractor-card__badge{background:var(--gray-100);color:var(--gray-700);border-radius:999px;align-items:center;gap:.25rem;padding:.3rem .75rem;font-size:.8125rem;display:inline-flex}.contractor-card__badge strong{color:var(--navy)}.contractor-card__badge--blue{color:var(--primary);background:#2ea3f21a}.contractor-card__badge--blue strong{color:var(--primary)}.contractor-card__rating{align-items:center;gap:.5rem;display:flex}.contractor-card__stars{color:#f59e0b;letter-spacing:.05em;font-size:1.1rem;line-height:1}.contractor-card__rating-value{color:var(--navy);font-size:.9375rem;font-weight:700}.contractor-card__review-count{color:var(--gray-500);font-size:.8125rem}.contractor-card__testimonial{background:var(--gray-50);border-left:3px solid var(--primary);border-radius:0 8px 8px 0;margin:0;padding:.875rem 1rem}.contractor-card__testimonial p{color:var(--gray-600);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0 0 .4rem;font-size:.9rem;font-style:italic;line-height:1.55;display:-webkit-box;overflow:hidden}.contractor-card__testimonial footer{color:var(--gray-500);font-size:.8rem;font-style:normal}.contractor-card__cta{text-align:center;margin-top:auto;text-decoration:none;display:block}@media (width<=480px){.contractor-card{padding:1.25rem}}.results-page{background:var(--gray-50);min-height:100vh;font-family:var(--font-body);flex-direction:column;display:flex}.results-header{background:var(--white);border-bottom:1px solid var(--gray-200);z-index:100;position:sticky;top:0;box-shadow:0 1px 4px #0000000f}.results-header__inner{max-width:1100px;margin:0 auto;padding:1rem 1.5rem}.results-header__logo{color:var(--navy);align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;text-decoration:none;display:inline-flex}.results-header__logo-icon{font-size:1.5rem}.results-header__logo:hover{color:var(--primary)}.results-hero{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);text-align:center;padding:3.5rem 1.5rem}.results-hero__inner{max-width:760px;margin:0 auto}.results-hero__heading{color:var(--white);margin:0 0 1rem;font-size:clamp(1.6rem,4vw,2.5rem);font-weight:800;line-height:1.2}.results-hero__sub{color:#ffffffd9;max-width:580px;margin:0 auto 1.5rem;font-size:1.0625rem;line-height:1.6}.results-hero__sub--error{color:#fca5a5}.results-hero__meta{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.results-meta-pill{color:var(--white);background:#ffffff26;border:1px solid #ffffff40;border-radius:999px;align-items:center;gap:.3rem;padding:.375rem .875rem;font-size:.875rem;font-weight:500;display:inline-flex}.results-hero__spinner{border:3px solid #ffffff4d;border-top-color:var(--white);border-radius:50%;width:44px;height:44px;margin:0 auto 1.25rem;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.results-listings{flex:1;padding:3rem 1.5rem}.results-listings__inner{max-width:1100px;margin:0 auto}.results-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;margin-bottom:3rem;display:grid}.results-cta-block{text-align:center;background:var(--white);border:1px solid var(--gray-200);border-radius:16px;padding:2rem}.results-cta-block p{color:var(--gray-600);margin-bottom:1rem;font-size:1.0625rem}.results-fallback{flex:1;padding:3rem 1.5rem}.results-fallback__inner{flex-direction:column;align-items:center;gap:1rem;max-width:420px;margin:0 auto;display:flex}.results-fallback__inner .btn{text-align:center;width:100%;text-decoration:none}.results-footer{background:var(--white);border-top:1px solid var(--gray-200);padding:1.5rem}.results-footer__inner{text-align:center;flex-direction:column;align-items:center;gap:.75rem;max-width:1100px;margin:0 auto;display:flex}.results-footer nav{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.results-footer nav a{color:var(--gray-500);font-size:.875rem;text-decoration:none;transition:color .15s}.results-footer nav a:hover{color:var(--primary)}.results-footer p{color:var(--gray-400);margin:0;font-size:.8125rem}@media (width<=640px){.results-hero{padding:2.5rem 1rem}.results-grid{grid-template-columns:1fr}.results-listings{padding:2rem 1rem}}.contact-layout{grid-template-columns:1.5fr 1fr;align-items:flex-start;gap:4rem;display:grid}.contact-form-wrapper h2{margin-bottom:.75rem;font-size:2rem}.contact-form__desc{color:var(--gray-600);margin-bottom:2rem;font-size:1.0625rem}.contact-form{flex-direction:column;gap:1.25rem;display:flex}.contact-form__row{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.contact-form__field{flex-direction:column;display:flex}.contact-form__field label{color:var(--gray-700);margin-bottom:.375rem;font-size:.875rem;font-weight:600}.contact-form__field input,.contact-form__field textarea,.contact-form__field select{border:1px solid var(--gray-300);font-family:var(--font-body);color:var(--gray-800);transition:border-color var(--transition), box-shadow var(--transition);background:var(--white);border-radius:8px;padding:.75rem 1rem;font-size:1rem}.contact-form__field input:focus,.contact-form__field textarea:focus,.contact-form__field select:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #2ea3f226}.contact-form__field textarea{resize:vertical;min-height:140px}.contact-form__submit{align-self:flex-start;min-width:200px}.contact-form__success{text-align:center;background:var(--gray-50);border:1px solid var(--gray-200);border-radius:12px;padding:3rem 2rem}.contact-form__success svg{color:var(--green);margin-bottom:1rem}.contact-form__success h3{margin-bottom:.5rem;font-size:1.5rem}.contact-form__success p{color:var(--gray-600)}.contact-info{flex-direction:column;gap:1.5rem;display:flex}.contact-info__card{background:var(--navy);border-radius:12px;padding:2rem}.contact-info__card h3{color:var(--white);margin-bottom:.75rem;font-size:1.25rem}.contact-info__card>p{color:var(--gray-400);margin-bottom:1.5rem;font-size:.9375rem}.contact-info__item{align-items:flex-start;gap:.875rem;margin-bottom:1.25rem;display:flex}.contact-info__item svg{color:var(--primary);flex-shrink:0;margin-top:2px}.contact-info__item strong{color:var(--gray-300);text-transform:uppercase;letter-spacing:.06em;margin-bottom:2px;font-size:.8125rem;display:block}.contact-info__item span{color:var(--white);font-size:.9375rem}@media (width<=1024px){.contact-layout{grid-template-columns:1fr;gap:3rem}}@media (width<=640px){.contact-form__row{grid-template-columns:1fr}}.blog-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.blog-card{background:var(--white);border:1px solid var(--gray-200);transition:all var(--transition);border-radius:12px;padding:2rem}.blog-card:hover{border-color:var(--primary);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.blog-card__category{background:var(--primary-bg);color:var(--primary);text-transform:uppercase;letter-spacing:.06em;border-radius:4px;margin-bottom:.75rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.blog-card h3{margin-bottom:.5rem;font-size:1.125rem;line-height:1.4}.blog-card p{color:var(--gray-600);margin-bottom:1rem;font-size:.9375rem}.blog-card__link{color:var(--primary);transition:gap var(--transition);align-items:center;gap:4px;font-size:.875rem;font-weight:600;display:inline-flex}.blog-card:hover .blog-card__link{gap:8px}@media (width<=1024px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.blog-grid{grid-template-columns:1fr}}main{min-height:60vh}
