:root{--primary-gold:#d4af37;--secondary-gold:#C8AF6A;--dark-background:#333;--light-background:#f9f9f9;--text-primary:#333;--text-secondary:#666;--white:#ffffff;}.hero-section.city-hero{background:var(--light-background);padding:60px 0;position:relative;}.hero-content{max-width:800px;margin:0 auto;text-align:center;}.hero-title{font-size:2.5rem;color:var(--text-primary);margin-bottom:1rem;font-weight:bold;line-height:1.2;}.hero-subtitle{font-size:1.2rem;color:var(--text-secondary);margin-bottom:1.5rem;}.hero-description{font-size:1.1rem;color:var(--text-secondary);margin-bottom:2rem;line-height:1.6;}.hero-features{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem;flex-wrap:wrap;}.feature-item{display:flex;align-items:center;color:var(--text-primary);font-weight:500;}.section-title{font-size:2rem;color:var(--text-primary);text-align:center;margin-bottom:2rem;border-bottom:2px solid var(--primary-gold);padding-bottom:0.5rem;display:inline-block;width:100%;}.services-section{padding:60px 0;background:var(--white);}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem;}.service-card{background:var(--white);padding:2rem;border-radius:10px;box-shadow:0 4px 15px rgba(0,0,0,0.1);text-align:center;transition:transform 0.3s ease,box-shadow 0.3s ease;}.service-card:hover{transform:translateY(-5px);box-shadow:0 6px 20px rgba(0,0,0,0.15);}.service-icon{width:80px;height:80px;background:var(--secondary-gold);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem auto;color:var(--white);}.service-icon svg{width:48px;height:48px;stroke:var(--white);}.service-card h3{color:var(--text-primary);margin-bottom:1rem;font-size:1.5rem;}.service-card p{color:var(--text-secondary);line-height:1.6;margin-bottom:1.5rem;}.learn-more-link{color:var(--primary-gold);text-decoration:none;font-weight:600;transition:color 0.3s ease;}.learn-more-link:hover{color:var(--secondary-gold);text-decoration:underline;}.local-expertise{padding:60px 0;background:var(--light-background);}.expertise-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem;}.expertise-item{text-align:center;padding:1.5rem;}.expertise-item h3{color:var(--text-primary);margin-bottom:1rem;font-size:1.5rem;}.expertise-item p{color:var(--text-secondary);line-height:1.6;}.testimonials-section{padding:60px 0;background:var(--white);}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem;}.testimonial-card{background:var(--light-background);padding:2rem;border-radius:10px;box-shadow:0 2px 10px rgba(0,0,0,0.08);}.testimonial-content{margin-bottom:1.5rem;}.testimonial-content p{color:var(--text-secondary);line-height:1.6;font-style:italic;}.testimonial-author strong{color:var(--text-primary);display:block;margin-bottom:0.25rem;}.testimonial-author span{color:var(--text-secondary);font-size:0.9rem;}.service-area-section{padding:60px 0;background:var(--light-background);}.map-container{margin:2rem 0;border-radius:10px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,0.1);}.service-areas{text-align:center;margin-top:2rem;}.service-areas h3{color:var(--text-primary);margin-bottom:1rem;}.areas-list{list-style:none;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:0.5rem;max-width:800px;margin:0 auto;}.areas-list li{color:var(--text-secondary);padding:0.5rem;}.faq-section{padding:60px 0;background:var(--white);}.faq-grid{display:grid;gap:2rem;margin-top:2rem;max-width:900px;margin:2rem auto 0;}.faq-item{background:var(--light-background);padding:2rem;border-radius:10px;box-shadow:0 2px 10px rgba(0,0,0,0.08);}.faq-item h3{color:var(--text-primary);margin-bottom:1rem;font-size:1.3rem;}.faq-item p{color:var(--text-secondary);line-height:1.6;}.contact-cta{padding:80px 0;background:var(--dark-background);color:var(--white);text-align:center;}.cta-content h2{color:var(--white);margin-bottom:1rem;}.cta-content > p{font-size:1.2rem;margin-bottom:2rem;color:rgba(255,255,255,0.9);}.contact-options{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem;flex-wrap:wrap;}.cta-button{display:inline-block;padding:15px 30px;border-radius:5px;text-decoration:none;font-weight:bold;transition:all 0.3s ease;text-align:center;cursor:pointer;}.cta-button.primary{background:var(--primary-gold);color:var(--white);border:2px solid var(--primary-gold);}.cta-button.primary:hover{background:var(--secondary-gold);border-color:var(--secondary-gold);transform:translateY(-2px);}.cta-button.secondary{background:transparent;color:var(--white);border:2px solid var(--white);}.cta-button.secondary:hover{background:var(--white);color:var(--dark-background);}.service-info{margin-top:2rem;}.service-info p{color:rgba(255,255,255,0.8);}.container{max-width:1200px;margin:0 auto;padding:0 20px;}@media (max-width:768px){.hero-title{font-size:2rem;}.section-title{font-size:1.7rem;}.services-grid,.expertise-grid,.testimonials-grid{grid-template-columns:1fr;gap:1.5rem;}.hero-features{flex-direction:column;gap:1rem;align-items:center;}.feature-item{justify-content:center;}.contact-options{flex-direction:column;align-items:center;}.cta-button{width:100%;max-width:300px;}.container{padding:0 15px;}.areas-list{grid-template-columns:1fr;}.service-card,.expertise-item,.testimonial-card,.faq-item{padding:1.5rem;}.hero-section.city-hero,.services-section,.local-expertise,.testimonials-section,.service-area-section,.faq-section{padding:40px 0;}.contact-cta{padding:60px 0;}}@media (max-width:480px){.hero-title{font-size:1.75rem;}.hero-subtitle{font-size:1rem;}.section-title{font-size:1.5rem;}.cta-button{padding:12px 24px;font-size:0.95rem;}}