/* CSS Reset & Base Styles - Mobile First */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:16px;-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#222;background:#fff;overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{color:#1f7aec;text-decoration:none;transition:color .2s}
a:hover{color:#ff4d2d}
button,input,select,textarea{font-family:inherit;font-size:100%}
button{cursor:pointer;border:none;background:none}
ul{list-style:none}

/* Container */
.container{max-width:1200px;margin:0 auto;padding:0 20px}

/* Header */
.header{background:#fff;border-bottom:1px solid #e0e0e0;position:sticky;top:0;z-index:999;box-shadow:0 2px 8px rgba(0,0,0,.05)}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;min-height:70px}
.logo img{height:50px;width:auto}
.nav{display:none}
.nav-list{display:flex;gap:24px;align-items:center;margin-right:16px}
.nav-link{color:#222;font-weight:500;padding:8px 0;display:block;position:relative}
.nav-link:hover,.nav-link.active{color:#ff4d2d}
.nav-link.active::after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:#ff4d2d}

/* Mobile Menu Toggle */
.menu-toggle{display:flex;flex-direction:column;gap:4px;width:28px;height:24px;padding:0}
.menu-toggle span{display:block;height:3px;background:#222;border-radius:2px;transition:all .3s}
.menu-toggle[aria-expanded="true"] span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}
.menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
.menu-toggle[aria-expanded="true"] span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}

/* Buttons */
.btn{display:inline-block;padding:10px 20px;border-radius:6px;font-weight:600;text-align:center;transition:all .2s;border:2px solid transparent}
.btn-primary{background:#ff4d2d;color:#fff;border-color:#ff4d2d}
.btn-primary:hover{background:#e63d1a;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px rgba(255,77,45,.3)}
.btn-secondary{background:#fff;color:#1f7aec;border-color:#1f7aec}
.btn-secondary:hover{background:#1f7aec;color:#fff}
.btn-large{padding:14px 32px;font-size:1.1rem}

/* Breadcrumb */
.breadcrumb{background:#f8f8f8;padding:12px 0;font-size:.9rem}
.breadcrumb ol{display:flex;gap:8px;flex-wrap:wrap}
.breadcrumb li:not(:last-child)::after{content:"/";margin-left:8px;color:#999}
.breadcrumb a{color:#666}
.breadcrumb a:hover{color:#ff4d2d}

/* Hero Section */
.hero{background-size:cover;background-position:center;background-color:#1a1a1a;position:relative;padding:60px 0;min-height:500px;display:flex;align-items:center}
.hero::before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(0,0,0,.75),rgba(31,122,236,.5))}
.hero-content{position:relative;z-index:1;text-align:center;color:#fff}
.hero-title{font-size:2rem;font-weight:800;line-height:1.2;margin-bottom:12px}
.hero-subtitle{font-size:1.1rem;margin-bottom:24px;opacity:.95}
.hero-actions{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}
.trust-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;font-size:.95rem}
.badge{padding:8px 16px;background:rgba(255,255,255,.2);border-radius:20px;backdrop-filter:blur(10px)}

/* Sections */
.section{padding:48px 0}
.bg-light{background:#f9f9f9}
.section-title{font-size:1.8rem;font-weight:700;text-align:center;margin-bottom:16px;color:#222}
.section-intro{text-align:center;max-width:800px;margin:0 auto 32px;color:#555;font-size:1.05rem}
.lead{font-size:1.15rem;color:#555;margin-top:12px}

/* Services Grid */
.services-grid{display:grid;gap:24px;margin-top:32px}
.service-card{display:block;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.08);transition:transform .2s,box-shadow .2s}
.service-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.15)}
.service-card img{width:100%;height:200px;object-fit:cover}
.service-card h3{font-size:1.25rem;margin:16px 16px 8px;color:#222}
.service-card p{margin:0 16px 16px;color:#666;font-size:.95rem}

/* Features Grid */
.features-grid{display:grid;gap:24px;margin-top:32px}
.feature{text-align:center;padding:24px;background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.05)}
.feature-icon{font-size:2.5rem;margin-bottom:12px}
.feature h3{font-size:1.2rem;margin-bottom:8px;color:#222}
.feature p{color:#666;font-size:.95rem}

/* Cities List */
.cities-list{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin:24px 0}
.cities-list a{display:inline-block;padding:10px 20px;background:#fff;border:2px solid #e0e0e0;border-radius:6px;color:#222;font-weight:500;transition:all .2s}
.cities-list a:hover{border-color:#ff4d2d;color:#ff4d2d;transform:translateY(-2px)}

/* Testimonials */
.testimonials-grid{display:grid;gap:24px;margin-top:32px}
.testimonial{background:#fff;padding:24px;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.05);border-left:4px solid #ff4d2d}
.testimonial-text{font-style:italic;color:#444;margin-bottom:12px}
.testimonial-author{font-weight:600;color:#666;font-size:.9rem}

/* Page Header */
.page-header{background:linear-gradient(135deg,#1f7aec,#ff4d2d);color:#fff;padding:48px 0;text-align:center}
.page-header h1{font-size:2rem;margin-bottom:12px}

/* Service Detail */
.service-detail{padding:48px 0}
.service-content{display:flex;flex-direction:column;gap:24px}
.service-content.reverse{flex-direction:column}
.service-content img{border-radius:8px;box-shadow:0 4px 16px rgba(0,0,0,.1)}
.service-text h2{font-size:1.8rem;margin-bottom:16px;color:#222}
.service-text p{margin-bottom:16px;color:#444;line-height:1.7}
.service-text .btn{margin-top:8px}

/* City Services */
.city-services{padding:40px 0}
.city-content h2{font-size:1.8rem;margin-bottom:16px;color:#222}
.city-content p{margin-bottom:16px;color:#444;line-height:1.7}
.city-content .btn{margin-top:8px}

/* CTA Banner */
.cta-banner{background:linear-gradient(135deg,#1f7aec,#1565c0);color:#fff;padding:48px 0;text-align:center}
.cta-banner h2{font-size:1.8rem;margin-bottom:16px}
.cta-banner p{font-size:1.1rem;margin-bottom:24px}
.cta-banner a[href^="tel"]{color:#fff;text-decoration:underline}

/* About Page */
.about-content{display:flex;flex-direction:column;gap:32px}
.about-text h2{font-size:1.8rem;margin-bottom:16px;color:#222}
.about-text p{margin-bottom:16px;color:#444;line-height:1.7}
.about-image img{border-radius:8px;box-shadow:0 4px 16px rgba(0,0,0,.1)}
.values-grid{display:grid;gap:24px;margin-top:32px}
.value-card{background:#fff;padding:24px;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.05);text-align:center}
.value-icon{font-size:2.5rem;margin-bottom:12px}
.value-card h3{font-size:1.2rem;margin-bottom:8px;color:#222}
.value-card p{color:#666;font-size:.95rem}
.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:32px}
.stat{text-align:center;padding:24px;background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.05)}
.stat-number{font-size:2.5rem;font-weight:800;color:#ff4d2d;margin-bottom:8px}
.stat-label{font-size:1rem;color:#666}
.team-features{display:grid;gap:24px;margin-top:32px}
.team-feature{background:#fff;padding:24px;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.05)}
.team-feature h3{font-size:1.2rem;margin-bottom:8px;color:#222}
.team-feature p{color:#666}
.commitment-points{display:grid;gap:24px;margin-top:32px}
.commitment-point{background:#fff;padding:24px;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.05)}
.commitment-point h3{font-size:1.2rem;margin-bottom:8px;color:#222}
.commitment-point p{color:#666}

/* Gallery */
.gallery-grid{display:grid;gap:32px;margin-top:32px}
.gallery-item{background:#fff;padding:20px;border-radius:8px;box-shadow:0 2px 12px rgba(0,0,0,.08)}
.gallery-images{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:16px}
.gallery-before,.gallery-after,.gallery-single{position:relative}
.gallery-single{grid-column:1/-1}
.gallery-images img{border-radius:6px;width:100%;height:180px;object-fit:cover}
.gallery-single img{height:240px}
.gallery-label{position:absolute;top:8px;left:8px;background:rgba(0,0,0,.7);color:#fff;padding:4px 12px;border-radius:4px;font-size:.85rem;font-weight:600}
.gallery-item h3{font-size:1.2rem;margin-bottom:8px;color:#222}
.gallery-item p{color:#666;font-size:.95rem}

/* Contact Page */
.contact-section{padding:48px 0}
.contact-layout{display:grid;gap:32px}
.contact-form-wrapper{background:#f9f9f9;padding:32px;border-radius:8px}
.contact-form-wrapper h2{font-size:1.8rem;margin-bottom:24px;color:#222}
.form-row{display:grid;gap:16px;margin-bottom:16px}
.form-group{display:flex;flex-direction:column;margin-bottom:16px}
.form-group label{font-weight:600;margin-bottom:6px;color:#222;font-size:.95rem}
.form-group input,.form-group select,.form-group textarea{padding:12px;border:1px solid #ccc;border-radius:6px;font-size:1rem;transition:border-color .2s}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#1f7aec}
.checkbox-label{display:flex;align-items:flex-start;gap:8px;font-size:.9rem;color:#666}
.checkbox-label input{margin-top:2px;width:18px;height:18px}
.checkbox-label a{color:#1f7aec}
.form-msg{margin-top:16px;padding:12px;border-radius:6px;font-size:.95rem}
.form-msg.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}
.form-msg.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}
.contact-info-wrapper{background:#fff;padding:32px;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.05)}
.contact-info h3{font-size:1.5rem;margin-bottom:24px;color:#222}
.contact-detail{margin-bottom:20px}
.contact-detail strong{display:block;margin-bottom:4px;color:#666;font-size:.9rem}
.contact-detail p{margin:0;color:#222}
.contact-detail a{color:#1f7aec;font-weight:600}

/* FAQ */
.faq-list{margin-top:32px}
.faq-item{background:#fff;padding:24px;margin-bottom:20px;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.05);border-left:4px solid #1f7aec}
.faq-item h3{font-size:1.2rem;margin-bottom:12px;color:#222}
.faq-item p{color:#444;line-height:1.7}

/* Footer */
.footer{background:#111;color:#bbb;padding:48px 0 0}
.footer-content{display:grid;gap:32px;margin-bottom:32px}
.footer-col h4{color:#fff;margin-bottom:12px;font-size:1.1rem}
.footer-logo{height:48px;width:auto;margin-bottom:8px}
.footer-tagline{font-size:.9rem;color:#888}
.footer-col p{margin-bottom:8px;font-size:.95rem}
.footer-col a{color:#bbb}
.footer-col a:hover{color:#ff4d2d}
.footer-links{display:flex;flex-direction:column;gap:8px}
.footer-bottom{background:#000;padding:20px 0;text-align:center;font-size:.9rem;color:#666}

/* Sticky CTA - Small Call Button */
.sticky-cta{position:fixed;right:16px;bottom:16px;z-index:9999;display:flex;flex-direction:column;gap:8px}
.cta-call-btn{display:flex;align-items:center;justify-content:center;gap:8px;background:#ff4d2d;color:#fff;padding:14px 20px;border-radius:50px;font-weight:700;font-size:1rem;box-shadow:0 4px 20px rgba(255,77,45,.4);transition:all .3s;text-decoration:none;border:none}
.cta-call-btn:hover{background:#e63d1a;transform:translateY(-2px);box-shadow:0 6px 24px rgba(255,77,45,.6);color:#fff}
.cta-call-btn svg{width:20px;height:20px;fill:currentColor}
.cta-text-btn{display:none;align-items:center;justify-content:center;gap:8px;background:#2ead6f;color:#fff;padding:12px 18px;border-radius:50px;font-weight:600;font-size:.9rem;box-shadow:0 4px 20px rgba(46,173,111,.4);transition:all .3s;text-decoration:none}
.cta-text-btn:hover{background:#259359;transform:translateY(-2px);box-shadow:0 6px 24px rgba(46,173,111,.6);color:#fff}
.cta-text-btn svg{width:18px;height:18px;fill:currentColor}
@media(min-width:480px){.cta-text-btn{display:flex}}
@supports(padding:max(0px)){.sticky-cta{bottom:max(16px,env(safe-area-inset-bottom))}}

/* Tablet and Up */
@media(min-width:768px){
  .hero-title{font-size:2.8rem}
  .hero-subtitle{font-size:1.25rem}
  .hero-actions{flex-direction:row;justify-content:center}
  .services-grid{grid-template-columns:repeat(2,1fr)}
  .features-grid{grid-template-columns:repeat(2,1fr)}
  .testimonials-grid{grid-template-columns:repeat(2,1fr)}
  .service-content{flex-direction:row;align-items:center}
  .service-content.reverse{flex-direction:row-reverse}
  .service-content img,.service-text{flex:1}
  .about-content{flex-direction:row;align-items:center}
  .about-text,.about-image{flex:1}
  .values-grid{grid-template-columns:repeat(2,1fr)}
  .stats-grid{grid-template-columns:repeat(4,1fr)}
  .team-features{grid-template-columns:repeat(2,1fr)}
  .commitment-points{grid-template-columns:repeat(2,1fr)}
  .gallery-grid{grid-template-columns:repeat(2,1fr)}
  .contact-layout{grid-template-columns:1.2fr .8fr}
  .form-row{grid-template-columns:repeat(2,1fr)}
  .cta-call-btn{padding:16px 24px;font-size:1.1rem}
  .cta-call-btn svg{width:22px;height:22px}
  .menu-toggle{display:none}
  .nav{display:block}
  .footer-content{grid-template-columns:repeat(2,1fr)}
}

/* Desktop */
@media(min-width:992px){
  .hero-title{font-size:3.2rem}
  .services-grid{grid-template-columns:repeat(3,1fr)}
  .features-grid{grid-template-columns:repeat(4,1fr)}
  .testimonials-grid{grid-template-columns:repeat(3,1fr)}
  .values-grid{grid-template-columns:repeat(3,1fr)}
  .team-features{grid-template-columns:repeat(3,1fr)}
  .footer-content{grid-template-columns:repeat(4,1fr)}
}

/* Print */
@media print{
  .header,.sticky-cta,.cta-banner{display:none}
}
