.home-hero{position:relative;background:var(--gradient-hero);padding:150px 2rem 4rem;min-height:500px;overflow-x:hidden}.home-hero__container{max-width:1100px;margin:0 auto}.home-hero__card{background:#fff;border-radius:var(--radius-lg);padding:2.5rem;box-shadow:0 8px 32px rgba(0,0,0,.2);border:3px solid var(--brand-blue);display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:center}.home-hero__content{flex:1}.home-hero__title{font-family:Sora,sans-serif;font-size:2.25rem;font-weight:700;color:var(--text-primary);line-height:1.15;margin-bottom:1rem;letter-spacing:-.02em}.home-hero__title-accent{color:var(--brand-red)}.home-hero__subtitle{font-family:Inter,sans-serif;font-size:1rem;color:var(--text-secondary);line-height:1.7;margin-bottom:1.5rem}.home-hero__buttons{display:flex;gap:1rem;flex-wrap:wrap}.home-hero__btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-family:Sora,sans-serif;font-size:.9rem;font-weight:600;text-decoration:none;border-radius:var(--radius-sm);transition:background-color var(--transition-fast),color var(--transition-fast),border-color var(--transition-fast)}.home-hero__btn--primary{background:var(--brand-red);color:#fff;border:2px solid var(--brand-red)}.home-hero__btn--primary:hover{background:var(--brand-red-dark);border-color:var(--brand-red-dark);color:#fff}.home-hero__btn--secondary{background:var(--brand-blue);color:#fff;border:2px solid var(--brand-blue)}.home-hero__btn--secondary:hover{background:#fff;border-color:var(--brand-blue);color:var(--brand-blue)}.home-hero__stats{display:flex;flex-direction:column;gap:1rem;padding-left:2rem;border-left:3px solid var(--brand-red)}.home-hero__stat{text-align:center;padding:.75rem 1rem}.home-hero__stat-value{font-family:Sora,sans-serif;font-size:2rem;font-weight:700;color:var(--brand-red);line-height:1;margin-bottom:.25rem}.home-hero__stat-label{font-family:Inter,sans-serif;font-size:.75rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;font-weight:600}.home-estimate-banner{background:var(--gradient-green);padding:1.25rem 2rem;overflow-x:hidden;position:relative}.home-estimate-banner:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.5}.home-estimate-banner__container{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;position:relative;z-index:1}.home-estimate-banner__content{display:flex;align-items:center;gap:1rem}.home-estimate-banner__icon{font-size:2.5rem;line-height:1;flex-shrink:0;animation:bounce-subtle 2s ease-in-out infinite}@keyframes bounce-subtle{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.home-estimate-banner__text{flex:1}.home-estimate-banner__title{font-family:Sora,sans-serif;font-size:1.35rem;font-weight:700;color:#fff;margin:0 0 .25rem;text-shadow:0 1px 2px rgba(0,0,0,.1)}.home-estimate-banner__subtitle{font-family:Inter,sans-serif;font-size:.9rem;color:hsla(0,0%,100%,.9);margin:0;line-height:1.4}.home-estimate-banner__btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 1.75rem;font-family:Sora,sans-serif;font-size:1rem;font-weight:700;text-decoration:none;border-radius:var(--radius-md);background:#fff;color:var(--brand-green-dark);border:3px solid #fff;transition:all var(--transition-normal);white-space:nowrap;box-shadow:0 4px 12px rgba(0,0,0,.15)}.home-estimate-banner__btn:hover{background:#f0fdf4;color:#047857;transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.2)}.home-services{padding:3.5rem 2rem;background:#fff;border-top:4px solid var(--brand-blue);overflow-x:hidden}.home-services__container{max-width:1200px;margin:0 auto}.home-services__header{text-align:center;margin-bottom:2.5rem}.home-services__title{font-family:Sora,sans-serif;font-size:2rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem}.home-services__subtitle{font-family:Inter,sans-serif;font-size:1rem;color:var(--text-secondary);max-width:700px;margin:0 auto}.home-services__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.home-services__card{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background:var(--brand-light);border-radius:var(--radius-md);border-left:4px solid var(--brand-blue);transition:border-color var(--transition-fast);min-width:0}.home-services__card:hover{border-left-color:var(--brand-red)}.home-services__card-icon{font-size:1.5rem;flex-shrink:0}.home-services__card-content{flex:1;min-width:0}.home-services__card-title{font-family:Sora,sans-serif;font-size:.95rem;font-weight:600;color:var(--text-primary);margin-bottom:.25rem;word-wrap:break-word}.home-services__card-desc{font-family:Inter,sans-serif;font-size:.8rem;color:var(--text-muted);line-height:1.4;margin:0;word-wrap:break-word}.home-services__cta{text-align:center;margin-top:2rem}.home-services__link{display:inline-flex;align-items:center;gap:.5rem;font-family:Sora,sans-serif;font-size:.95rem;font-weight:600;color:var(--brand-blue);text-decoration:none;padding:.75rem 1.5rem;border:2px solid var(--brand-blue);border-radius:var(--radius-sm);transition:background-color var(--transition-fast),color var(--transition-fast)}.home-services__link:hover{background:var(--brand-blue);color:#fff}.home-why{padding:3.5rem 2rem;background:var(--gradient-blue);overflow-x:hidden}.home-why__container{max-width:1200px;margin:0 auto}.home-why__title{font-family:Sora,sans-serif;font-size:2rem;font-weight:700;color:#fff;margin-bottom:2rem;text-align:center}.home-why__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.home-why__item{background:hsla(0,0%,100%,.1);border-radius:var(--radius-md);border-left:3px solid var(--brand-red);padding:1rem;min-width:0}.home-why__item-icon{font-size:1.25rem;color:var(--brand-red);margin-bottom:.5rem;display:block}.home-why__item-title{font-family:Sora,sans-serif;font-size:.9rem;font-weight:600;color:#fff;margin-bottom:.25rem;word-wrap:break-word}.home-why__item-desc{font-family:Inter,sans-serif;font-size:.8rem;color:hsla(0,0%,100%,.8);margin:0;line-height:1.4;word-wrap:break-word}.home-area{padding:3rem 2rem;background:var(--brand-light);border-top:4px solid var(--brand-red);overflow-x:hidden}.home-area__container{max-width:900px;margin:0 auto}.home-area__title{font-family:Sora,sans-serif;font-size:1.75rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem;text-align:center}.home-area__subtitle{font-family:Inter,sans-serif;font-size:.95rem;color:var(--text-secondary);margin-bottom:.5rem;text-align:center}.home-area__address{font-family:Sora,sans-serif;font-size:1rem;font-weight:700;color:var(--brand-red);text-align:center;margin-bottom:1.5rem}.home-area__map-container{position:relative;margin-bottom:1.5rem}.home-area__hq-badge{display:flex;align-items:center;justify-content:center;gap:.75rem;background:linear-gradient(135deg,var(--brand-red) 0,var(--brand-red-dark) 100%);padding:.875rem 1.5rem;border-radius:10px 10px 0 0;box-shadow:0 2px 8px rgba(189,18,24,.2)}.home-area__hq-icon{font-size:1.5rem}.home-area__hq-info{display:flex;flex-direction:column;gap:.1rem}.home-area__hq-title{font-family:Sora,sans-serif;font-size:1rem;font-weight:700;color:#fff}.home-area__hq-radius{font-family:Inter,sans-serif;font-size:.8rem;color:hsla(0,0%,100%,.9)}.home-area__map-wrapper{width:100%;height:320px;border-radius:0 0 10px 10px;overflow:hidden;border:3px solid var(--brand-blue);border-top:none;box-shadow:0 4px 16px rgba(0,0,0,.12);background:var(--brand-light)}.home-area__map-loading{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--brand-light) 0,var(--border-color) 100%);color:var(--text-muted);font-family:Inter,sans-serif}.home-area__map-spinner{width:40px;height:40px;border:4px solid var(--border-color);border-top-color:var(--brand-blue);border-radius:50%;animation:home-spin 1s linear infinite;margin-bottom:1rem}@keyframes home-spin{to{transform:rotate(1turn)}}.home-area__directions{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-top:1.25rem;margin-bottom:1.5rem}.home-area__directions-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;font-family:Sora,sans-serif;font-size:1rem;font-weight:700;background:var(--brand-blue);color:#fff;border:3px solid #fff;border-radius:var(--radius-md);cursor:pointer;box-shadow:0 4px 12px rgba(29,48,149,.3);transition:all var(--transition-fast)}.home-area__directions-btn:hover{background:var(--brand-blue-dark);transform:translateY(-2px);box-shadow:0 6px 16px rgba(29,48,149,.4)}.home-area__cta{background:var(--gradient-blue);border-radius:10px;padding:1.5rem;text-align:center}.home-area__cta-title{font-family:Sora,sans-serif;font-size:1.1rem;font-weight:700;color:#fff;margin-bottom:.5rem}.home-area__cta-text{font-family:Inter,sans-serif;font-size:.9rem;color:hsla(0,0%,100%,.9);margin-bottom:1rem}.home-area__cta-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.home-area__cta-btn{display:inline-flex;align-items:center;justify-content:center;padding:.6rem 1.25rem;font-family:Sora,sans-serif;font-size:.85rem;font-weight:600;text-decoration:none;border-radius:var(--radius-sm);transition:background-color var(--transition-fast),color var(--transition-fast)}.home-area__cta-btn--primary{background:var(--brand-red);color:#fff;border:2px solid var(--brand-red)}.home-area__cta-btn--primary:hover{background:var(--brand-red-dark);border-color:var(--brand-red-dark);color:#fff}.home-area__cta-btn--secondary{background:transparent;color:#fff;border:2px solid #fff}.home-area__cta-btn--secondary:hover{background:#fff;color:var(--brand-blue)}.home-contact{padding:3rem 2rem;background:#fff;border-top:4px solid var(--brand-blue);overflow-x:hidden}.home-contact__container{max-width:800px;margin:0 auto}.home-contact__header{text-align:center;margin-bottom:1.5rem}.home-contact__title{font-family:Sora,sans-serif;font-size:1.75rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.home-contact__subtitle{font-family:Inter,sans-serif;font-size:.95rem;color:var(--text-secondary)}.home-contact__form{background:var(--brand-light);border-radius:10px;padding:1.75rem;border:2px solid var(--border-color)}.home-contact__form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.home-contact__form-group{display:flex;flex-direction:column}.home-contact__form-group--full{grid-column:1/-1}.home-contact__label{font-family:Sora,sans-serif;font-size:.85rem;font-weight:600;color:var(--text-primary);margin-bottom:.4rem}.home-contact__label--required:after{content:" *";color:var(--brand-red)}.home-contact__input,.home-contact__select,.home-contact__textarea{font-family:Inter,sans-serif;font-size:.9rem;padding:.65rem .9rem;border:2px solid var(--border-color);border-radius:var(--radius-sm);background:#fff;color:var(--text-primary);transition:border-color var(--transition-fast);width:100%;box-sizing:border-box}.home-contact__input:focus,.home-contact__select:focus,.home-contact__textarea:focus{outline:none;border-color:var(--brand-blue)}.home-contact__textarea{resize:vertical;min-height:100px}.home-contact__form-actions{margin-top:1.25rem;display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.home-contact__submit{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.75rem;font-family:Sora,sans-serif;font-size:.95rem;font-weight:600;background:var(--brand-red);color:#fff;border:2px solid var(--brand-red);border-radius:var(--radius-sm);cursor:pointer;transition:background-color var(--transition-fast)}.home-contact__submit:hover{background:var(--brand-red-dark);border-color:var(--brand-red-dark)}.home-contact__submit:disabled{opacity:.6;cursor:not-allowed}.home-contact__reset{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.25rem;font-family:Sora,sans-serif;font-size:.95rem;font-weight:600;background:transparent;color:var(--text-muted);border:2px solid var(--border-color);border-radius:var(--radius-sm);cursor:pointer;transition:border-color var(--transition-fast),color var(--transition-fast)}.home-contact__reset:hover{border-color:var(--brand-red);color:var(--brand-red)}.home-contact__note{font-family:Inter,sans-serif;font-size:.75rem;color:var(--text-muted);text-align:center;margin-top:.75rem}.home-contact__success{background:#ecfdf5;border:2px solid var(--brand-green);border-radius:var(--radius-md);padding:1.5rem;text-align:center}.home-contact__success-title{font-family:Sora,sans-serif;font-size:1.1rem;font-weight:700;color:#065f46;margin-bottom:.5rem}.home-contact__success-text{font-family:Inter,sans-serif;font-size:.9rem;color:#047857}.home-contact__error{background:#fef2f2;border:2px solid var(--brand-red);border-radius:var(--radius-md);padding:.75rem;margin-bottom:1rem;font-family:Inter,sans-serif;font-size:.85rem;color:var(--brand-red)}.home-cta{padding:2.5rem 2rem;background:var(--gradient-hero);overflow-x:hidden}.home-cta__container{max-width:800px;margin:0 auto;text-align:center}.home-cta__title{font-family:Sora,sans-serif;font-size:1.75rem;font-weight:700;color:#fff;margin-bottom:.5rem}.home-cta__subtitle{font-family:Inter,sans-serif;font-size:1rem;color:hsla(0,0%,100%,.9);margin-bottom:1.5rem;max-width:550px;margin-left:auto;margin-right:auto}.home-cta__buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.home-cta__btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-family:Sora,sans-serif;font-size:.9rem;font-weight:600;text-decoration:none;border-radius:var(--radius-sm);transition:background-color var(--transition-fast),color var(--transition-fast)}.home-cta__btn--primary{background:#fff;color:var(--brand-red);border:2px solid #fff}.home-cta__btn--primary:hover{background:var(--brand-light)}.home-cta__btn--secondary{background:transparent;color:#fff;border:2px solid #fff}.home-cta__btn--secondary:hover{background:#fff;color:var(--brand-blue)}@media screen and (min-width:1280px){.home-hero{padding-top:140px}.home-area__map-wrapper{height:380px}.home-estimate-banner__title{font-size:1.5rem}.home-estimate-banner__btn{font-size:1.1rem;padding:1rem 2rem}}@media screen and (min-width:1024px) and (max-width:1279px){.home-hero{padding-top:120px}.home-hero__title{font-size:2rem}.home-area__map-wrapper{height:350px}}@media screen and (min-width:768px) and (max-width:1023px){.home-hero{padding-top:110px}.home-hero__card{grid-template-columns:1fr;gap:1.5rem}.home-hero__stats{flex-direction:row;justify-content:center;gap:2rem;padding-left:0;padding-top:1.5rem;border-left:none;border-top:3px solid var(--brand-red)}.home-estimate-banner__container{flex-direction:column;text-align:center;gap:1rem}.home-estimate-banner__content{flex-direction:column;gap:.75rem}.home-estimate-banner__btn{width:100%;max-width:300px}.home-services__grid,.home-why__grid{grid-template-columns:repeat(2,1fr);gap:1rem}.home-area__map-wrapper{height:300px}}@media screen and (min-width:600px) and (max-width:767px){.home-hero{padding:90px 1.25rem 3rem}.home-hero__card{grid-template-columns:1fr;gap:1.25rem;padding:1.5rem}.home-hero__title{font-size:1.65rem}.home-hero__subtitle{font-size:.9rem}.home-hero__stats{flex-direction:row;justify-content:center;gap:1.5rem;padding-left:0;padding-top:1rem;border-left:none;border-top:3px solid var(--brand-red)}.home-hero__stat-value{font-size:1.75rem}.home-estimate-banner{padding:1rem 1.25rem}.home-estimate-banner__container{flex-direction:column;text-align:center;gap:1rem}.home-estimate-banner__content{flex-direction:column;gap:.5rem}.home-estimate-banner__icon{font-size:2rem}.home-estimate-banner__title{font-size:1.15rem}.home-estimate-banner__subtitle{font-size:.85rem}.home-estimate-banner__btn{width:100%;max-width:280px;padding:.75rem 1.5rem;font-size:.95rem}.home-services{padding:2.5rem 1.25rem}.home-services__title{font-size:1.5rem}.home-services__grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.home-services__card{padding:.75rem;gap:.5rem}.home-services__card-icon{font-size:1.25rem}.home-services__card-title{font-size:.85rem}.home-services__card-desc{font-size:.75rem;line-height:1.3}.home-why{padding:2.5rem 1.25rem}.home-why__title{font-size:1.5rem}.home-why__grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.home-why__item{padding:.75rem}.home-why__item-icon{font-size:1rem;margin-bottom:.35rem}.home-why__item-title{font-size:.8rem}.home-why__item-desc{font-size:.7rem;line-height:1.3}.home-area{padding:2rem 1.25rem}.home-area__title{font-size:1.4rem}.home-area__address{font-size:.9rem}.home-area__map-wrapper{height:260px}.home-area__hq-badge{padding:.75rem 1.25rem;gap:.6rem}.home-area__hq-icon{font-size:1.25rem}.home-area__hq-title{font-size:.9rem}.home-area__hq-radius{font-size:.75rem}.home-area__directions{margin-top:1rem;margin-bottom:1.25rem}.home-area__directions-btn{padding:.75rem 1.5rem;font-size:.9rem;width:100%;max-width:320px}.home-contact{padding:2rem 1.25rem}.home-contact__title{font-size:1.4rem}.home-contact__form{padding:1.25rem}.home-contact__form-grid{grid-template-columns:1fr}.home-cta{padding:2rem 1.25rem}.home-cta__title{font-size:1.4rem}.home-cta__buttons{flex-direction:column;align-items:center}.home-cta__btn{width:100%;max-width:260px}.home-area__cta-buttons{flex-direction:column;align-items:center}.home-area__cta-btn{width:100%;max-width:260px}}@media screen and (min-width:480px) and (max-width:599px){.home-hero{padding-top:80px;padding-left:1rem;padding-right:1rem}.home-hero__card{grid-template-columns:1fr;padding:1.25rem}.home-hero__title{font-size:1.5rem}.home-hero__stats{flex-direction:row;justify-content:center;gap:1.5rem;padding-left:0;padding-top:1rem;border-left:none;border-top:3px solid var(--brand-red)}.home-estimate-banner{padding:1rem}.home-estimate-banner__container{flex-direction:column;text-align:center;gap:.875rem}.home-estimate-banner__content{flex-direction:column;gap:.5rem}.home-estimate-banner__icon{font-size:1.75rem}.home-estimate-banner__title{font-size:1.1rem}.home-estimate-banner__subtitle{font-size:.8rem}.home-estimate-banner__btn{width:100%;padding:.7rem 1.25rem;font-size:.9rem}.home-services{padding:2rem 1rem}.home-services__title{font-size:1.35rem}.home-services__subtitle{font-size:.85rem}.home-services__grid{grid-template-columns:repeat(2,1fr);gap:.6rem}.home-services__card{flex-direction:column;text-align:center;padding:.75rem .5rem;gap:.35rem}.home-services__card-icon{font-size:1.5rem}.home-services__card-title{font-size:.8rem}.home-services__card-desc{font-size:.7rem;line-height:1.25}.home-why{padding:2rem 1rem}.home-why__title{font-size:1.35rem}.home-why__grid{grid-template-columns:repeat(2,1fr);gap:.6rem}.home-why__item{padding:.65rem;text-align:center;border-left:none;border-top:3px solid var(--brand-red)}.home-why__item-icon{font-size:1.1rem;margin-bottom:.25rem}.home-why__item-title{font-size:.75rem}.home-why__item-desc{font-size:.65rem;line-height:1.25}.home-area{padding:2rem 1rem}.home-area__title{font-size:1.35rem}.home-area__subtitle{font-size:.85rem}.home-area__address{font-size:.85rem;margin-bottom:1.25rem}.home-area__map-wrapper{height:240px}.home-area__hq-badge{padding:.65rem 1rem;gap:.5rem;border-radius:8px 8px 0 0}.home-area__hq-icon{font-size:1.15rem}.home-area__hq-title{font-size:.85rem}.home-area__hq-radius{font-size:.7rem}.home-area__directions{margin-top:.875rem;margin-bottom:1rem;gap:.6rem}.home-area__directions-btn{padding:.7rem 1.25rem;font-size:.85rem;width:100%;border-width:2px}.home-area__cta{padding:1.25rem}.home-area__cta-title{font-size:1rem}.home-area__cta-text{font-size:.8rem}.home-contact{padding:2rem 1rem}.home-contact__form-grid{grid-template-columns:1fr}.home-cta{padding:2rem 1rem}}@media screen and (max-width:479px){.home-hero{padding:70px .75rem 2rem}.home-hero__card{grid-template-columns:1fr;padding:1rem}.home-hero__title{font-size:1.25rem}.home-hero__subtitle{font-size:.85rem}.home-hero__buttons{flex-direction:column}.home-hero__btn{width:100%;justify-content:center;padding:.65rem 1rem;font-size:.85rem}.home-hero__stats{flex-direction:row;justify-content:center;gap:1rem;padding-left:0;padding-top:.75rem;border-left:none;border-top:3px solid var(--brand-red)}.home-hero__stat-value{font-size:1.5rem}.home-hero__stat-label{font-size:.65rem}.home-estimate-banner{padding:.875rem .75rem}.home-estimate-banner__container{flex-direction:column;text-align:center;gap:.75rem}.home-estimate-banner__content{flex-direction:column;gap:.35rem}.home-estimate-banner__icon{font-size:1.5rem}.home-estimate-banner__title{font-size:1rem}.home-estimate-banner__subtitle{font-size:.75rem;line-height:1.35}.home-estimate-banner__btn{width:100%;padding:.65rem 1rem;font-size:.85rem;border-width:2px}.home-services{padding:1.5rem .75rem}.home-services__title{font-size:1.25rem}.home-services__subtitle{font-size:.8rem}.home-services__grid{grid-template-columns:1fr;gap:.5rem}.home-services__card{flex-direction:row;text-align:left;padding:.75rem;gap:.75rem}.home-services__card-icon{font-size:1.25rem}.home-services__card-title{font-size:.85rem}.home-services__card-desc{font-size:.75rem;line-height:1.3}.home-why{padding:1.5rem .75rem}.home-why__title{font-size:1.25rem}.home-why__grid{grid-template-columns:1fr;gap:.5rem}.home-why__item{padding:.75rem;display:flex;align-items:flex-start;gap:.75rem;border-left:3px solid var(--brand-red);border-top:none;text-align:left}.home-why__item-icon{font-size:1rem;margin-bottom:0;flex-shrink:0}.home-why__item-content{flex:1}.home-why__item-title{font-size:.85rem;margin-bottom:.15rem}.home-why__item-desc{font-size:.75rem;line-height:1.3}.home-area{padding:1.5rem .75rem}.home-area__title{font-size:1.25rem}.home-area__subtitle{font-size:.8rem}.home-area__address{font-size:.8rem;margin-bottom:1rem}.home-area__map-container{margin-bottom:1rem}.home-area__hq-badge{padding:.6rem .875rem;gap:.5rem;border-radius:8px 8px 0 0}.home-area__hq-icon{font-size:1rem}.home-area__hq-title{font-size:.8rem}.home-area__hq-radius{font-size:.65rem}.home-area__map-wrapper{height:200px;border-radius:0 0 8px 8px;border-width:2px}.home-area__directions{margin-top:.75rem;margin-bottom:.875rem;gap:.5rem}.home-area__directions-btn{padding:.65rem 1rem;font-size:.8rem;width:100%;border-width:2px;gap:.4rem}.home-area__cta{padding:1rem;border-radius:var(--radius-md)}.home-area__cta-title{font-size:.95rem}.home-area__cta-text{font-size:.75rem;margin-bottom:.875rem}.home-area__cta-buttons{flex-direction:column;align-items:center}.home-area__cta-btn{width:100%;max-width:none;padding:.55rem 1rem;font-size:.8rem}.home-contact{padding:1.5rem .75rem}.home-contact__title{font-size:1.25rem}.home-contact__subtitle{font-size:.85rem}.home-contact__form{padding:1rem}.home-contact__form-grid{grid-template-columns:1fr;gap:.75rem}.home-contact__label{font-size:.8rem}.home-contact__input,.home-contact__select,.home-contact__textarea{font-size:.85rem;padding:.6rem .75rem}.home-contact__form-actions{flex-direction:column}.home-contact__reset,.home-contact__submit{width:100%}.home-cta{padding:1.5rem .75rem}.home-cta__title{font-size:1.25rem}.home-cta__subtitle{font-size:.85rem}.home-cta__buttons{flex-direction:column;align-items:center}.home-cta__btn{width:100%;max-width:none;padding:.65rem 1rem;font-size:.85rem}}body,html{overflow-x:hidden;max-width:100vw}*{box-sizing:border-box}