/* WARREN PAGE SPACING OPTIMIZATION - Remove excessive white space */

/* 1. GENERAL SECTION SPACING OPTIMIZATION */
section{padding:30px 0!important;margin:0!important}
.container{max-width:1200px;margin:0 auto;padding:0 20px!important}

/* 2. HERO SECTION OPTIMIZATION - ROSEVILLE STYLE LAYOUT */
.hero-section.city-hero{background-color:#333333!important;padding:80px 0!important;text-align:center!important;margin-bottom:0!important}
.hero-content{text-align:center!important;margin:0 auto!important;padding:0!important}
.hero-title{color:#ffffff!important;font-size:54px!important;font-weight:bold!important;margin-bottom:20px!important;line-height:1.2!important}
.hero-subtitle{color:#D4B068!important;font-size:18px!important;margin-bottom:30px!important;font-weight:500!important}
.hero-buttons{margin-bottom:40px!important}
.cta-button.gold{background-color:#D4B068!important;color:#333333!important;padding:15px 30px!important;margin:0 10px!important;text-decoration:none!important;border-radius:8px!important;font-weight:bold!important;display:inline-block!important}
.cta-button.white{background-color:#ffffff!important;color:#333333!important;padding:15px 30px!important;margin:0 10px!important;text-decoration:none!important;border-radius:8px!important;font-weight:bold!important;display:inline-block!important}

/* 3. SERVICES SECTIONS OPTIMIZATION */
.services-section{padding:35px 0!important}
.services-grid{gap:25px!important;margin-top:20px!important;grid-template-columns:repeat(2,1fr)!important;max-width:800px!important;margin:20px auto 0!important}
.service-card{padding:25px!important;margin-bottom:0!important}

/* 4. EXPERTISE SECTION OPTIMIZATION */
.local-expertise{padding:35px 0!important}
.expertise-grid{gap:20px!important;margin-top:20px!important}
.expertise-item{padding:20px!important}

/* Center-align section headers */
.local-expertise h2,.expertise-item h3,.services-section h2{text-align:center!important}

/* Keep body text left-aligned */
.expertise-item p{text-align:left!important}

/* Center-align testimonials section headers and customer names */
.testimonials-section h2,.service-area-section h2,.testimonial-author{text-align:center!important}

/* Keep testimonial quotes left-aligned */
.testimonial-content p{text-align:left!important}

/* Center-align climate section headers */
.climate-section h2,.climate-section h3{text-align:center!important}

/* 5. CLIMATE SECTION OPTIMIZATION */
.climate-section{padding:35px 0!important}
.climate-content{gap:30px!important}
.climate-challenges{gap:15px!important}
.challenge{margin-bottom:15px!important}

/* 6. TESTIMONIALS OPTIMIZATION */
.testimonials-section{padding:35px 0!important}
.testimonials-grid{gap:20px!important;margin-top:20px!important}
.testimonial-card,.testimonial{padding:20px!important;margin-bottom:0!important}

/* 7. FAQ SECTION OPTIMIZATION */
.faq-section{padding:35px 0!important}
.faq-grid{gap:15px!important;margin-top:20px!important}
.faq-item{padding:15px!important;margin-bottom:10px!important}
.faq-item h3{margin-bottom:10px!important}

/* 8. CONTACT CTA OPTIMIZATION */
.contact-cta{padding:40px 0!important;margin:0!important}

/* 9. HEADER OPTIMIZATION */
.main-header{margin-bottom:0!important}
.header-top{padding:10px 0!important}
.main-nav{padding:15px 0!important}

/* 10. SECTION TITLE OPTIMIZATION */
.section-title,h2{margin-bottom:20px!important;margin-top:0!important}

/* 11. REMOVE EMPTY SPACE BETWEEN SECTIONS */
section+section{border-top:none!important;margin-top:0!important}

/* 12. WARREN FOOTER STYLING */
.warren-footer-content{margin-bottom:0!important;padding:30px 20px!important}
.main-footer{margin-bottom:0!important;padding:30px 0 15px 0!important}
.footer-bottom{margin-bottom:0!important;padding-bottom:15px!important}

/* 13. MOBILE RESPONSIVE OPTIMIZATION */
@media (max-width:768px){
section{padding:25px 0!important}
.container{padding:0 15px!important}
.hero-section.city-hero{padding:60px 0!important}
.hero-title{font-size:36px!important}
.hero-subtitle{font-size:16px!important;margin-bottom:25px!important}
.hero-buttons{margin-bottom:30px!important}
.cta-button.gold,.cta-button.white{display:block!important;margin:10px auto!important;width:fit-content!important;max-width:280px!important}
.services-grid,.expertise-grid,.testimonials-grid{gap:15px!important}
.service-card,.expertise-item,.testimonial-card{padding:20px!important}
.warren-footer-content{padding:25px 15px!important}
.warren-footer-content h2{font-size:24px!important}
.contact-options a{display:block!important;margin:10px auto!important;width:fit-content}
}

/* 14. TABLET OPTIMIZATION */
@media (max-width:1024px) and (min-width:769px){
section{padding:28px 0!important}
.container{padding:0 18px!important}
}

/* 15. CONTENT FLOW OPTIMIZATION */
p{margin-bottom:15px!important}
ul,ol{margin-bottom:15px!important}
h3,h4{margin-bottom:10px!important;margin-top:0!important}

/* 16. REMOVE ANY FIXED HEIGHTS THAT CREATE DEAD SPACE */
.spacer,.empty-space,.buffer{display:none!important}

/* 17. ENSURE TIGHT LAYOUT */
*{box-sizing:border-box}

/* 18. OPTIMIZE BUTTON SPACING */
.cta-button,.btn{margin:10px 5px!important}

/* 19. OPTIMIZE IMAGE CONTAINERS */
.climate-image,.service-icon{margin:10px 0!important}