.breadcrumb-section{background:var(--white);padding:.75rem 0;margin-top:80px;border-bottom:1px solid rgba(0,119,190,0.1)}.breadcrumb{display:flex;flex-wrap:wrap;list-style:none;gap:.5rem;font-size:.9rem}.breadcrumb li{display:flex;align-items:center;gap:.5rem}.breadcrumb li:not(:last-child)::after{content:'/';color:var(--text-gray);margin-left:.25rem}.breadcrumb li a{color:var(--primary-blue);text-decoration:none;transition:var(--transition-fast)}.breadcrumb li a:hover{color:var(--dark-blue);text-decoration:underline}.breadcrumb li.active{color:var(--text-gray);font-weight:500}.city-hero{position:relative;padding:4rem 0;background:linear-gradient(135deg,var(--dark-blue) 0,var(--primary-blue) 50%,var(--secondary-blue) 100%);color:var(--white);text-align:center;overflow:hidden}.city-hero .hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svgxmlns="http://www.w3.org/2000/svg"viewBox="001440320"><pathfill="rgba(255,255,255,0.05)"d="M0,96L48,112C96,128,192,160,288,165.3C384,171,480,149,576,128C672,107,768,85,864,90.7C960,96,1056,128,1152,133.3C1248,139,1344,117,1392,106.7L1440,96L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>') no-repeat bottom;background-size:cover;opacity:.3}.city-hero .hero-content{position:relative;z-index:2;max-width:900px;margin:0 auto}.city-hero h1{font-size:clamp(2rem,5vw,3rem);font-weight:800;color:var(--white);margin-bottom:1rem;text-shadow:0 2px 8px rgba(0,0,0,0.2)}.city-hero .hero-subtitle{font-size:clamp(1rem,2vw,1.25rem);margin-bottom:1.5rem;opacity:.95;line-height:1.7;color:var(--white)}.hero-badges{display:flex;justify-content:center;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem}.badge{display:inline-flex;align-items:center;gap:.4rem;background:rgba(255,255,255,0.15);backdrop-filter:blur(10px);padding:.5rem 1.25rem;border-radius:var(--radius-full);font-size:.85rem;font-weight:600;color:var(--white);border:1px solid rgba(255,255,255,0.2)}.hero-cta{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem}.service-detail{padding:4rem 0;background:var(--white)}.service-content{max-width:900px;margin:0 auto}.service-content h2{font-size:clamp(1.5rem,3vw,2rem);color:var(--dark-blue);margin-bottom:1.5rem}.service-content h3{font-size:1.3rem;color:var(--dark-blue);margin-top:2.5rem;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.service-content h3 i{color:var(--primary-blue)}.service-content>p,.service-content .service-content>p{font-size:1.05rem;line-height:1.8;color:var(--text-dark);margin-bottom:1.5rem}.service-list{list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:.75rem;margin-bottom:2rem}.service-list li{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:var(--light-gray);border-radius:var(--radius-sm);font-size:.95rem;transition:var(--transition-fast)}.service-list li:hover{background:rgba(0,119,190,0.08);transform:translateX(4px)}.service-list li i{color:var(--success-green);font-size:1rem;flex-shrink:0}.why-us-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:1.5rem}.why-item{text-align:center;padding:2rem 1.5rem;background:var(--light-gray);border-radius:var(--radius-md);transition:var(--transition-base)}.why-item:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.why-item i{font-size:2.5rem;color:var(--primary-blue);margin-bottom:1rem}.why-item h4{font-size:1.1rem;color:var(--dark-blue);margin-bottom:.5rem}.why-item p{font-size:.9rem;color:var(--text-gray);line-height:1.5}.cta-section{padding:4rem 0;background:linear-gradient(135deg,var(--dark-blue),var(--primary-blue));text-align:center}.cta-content h2{font-size:clamp(1.5rem,3vw,2rem);color:var(--white);margin-bottom:1rem}.cta-content p{color:rgba(255,255,255,0.9);font-size:1.1rem;margin-bottom:2rem}.cta-buttons{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem}.btn-light{background:var(--white);color:var(--dark-blue);font-weight:700}.btn-light:hover{background:var(--light-gray);transform:translateY(-3px);box-shadow:var(--shadow-lg)}.services-section{padding:3rem 0}.services-section.alt-bg{background:var(--white)}.services-section h2{text-align:center;font-size:clamp(1.5rem,3vw,2rem);color:var(--dark-blue);margin-bottom:.5rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.services-section h2 i{color:var(--primary-blue)}.services-section .services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;margin-top:2rem}.services-section .service-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.5rem 1rem;background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);text-decoration:none;color:var(--text-dark);transition:var(--transition-base);position:relative;overflow:hidden}.services-section .service-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--primary-blue),var(--secondary-blue));transform:scaleX(0);transition:var(--transition-base)}.services-section .service-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}.services-section .service-card:hover::before{transform:scaleX(1)}.services-section .service-card i{font-size:2rem;color:var(--primary-blue);margin-bottom:.75rem}.services-section .service-card h3{font-size:1rem;color:var(--dark-blue);margin-bottom:0}.faq-section{padding:4rem 0;background:var(--light-gray)}.faq-section h2{text-align:center;font-size:clamp(1.5rem,3vw,2rem);color:var(--dark-blue);margin-bottom:2rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.faq-section h2 i{color:var(--primary-blue)}.faq-list{max-width:800px;margin:0 auto}.faq-item{background:var(--white);border-radius:var(--radius-md);margin-bottom:.75rem;overflow:hidden;box-shadow:var(--shadow-sm);transition:var(--transition-base)}.faq-item:hover{box-shadow:var(--shadow-md)}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;cursor:pointer;transition:var(--transition-fast);user-select:none}.faq-question:hover{background:rgba(0,119,190,0.03)}.faq-question h4{font-size:1rem;color:var(--dark-blue);margin-bottom:0;flex:1;padding-right:1rem}.faq-question i{color:var(--primary-blue);font-size:.85rem;transition:var(--transition-base);flex-shrink:0}.faq-item.active .faq-question i{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease}.faq-item.active .faq-answer{max-height:300px;padding:0 1.5rem 1.25rem}.faq-answer p{font-size:.95rem;line-height:1.7;color:var(--text-gray)}.related-services{padding:3rem 0;background:var(--white)}.related-services h2{text-align:center;font-size:clamp(1.3rem,2.5vw,1.75rem);color:var(--dark-blue);margin-bottom:2rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.related-services h2 i{color:var(--primary-blue)}.related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;max-width:900px;margin:0 auto}.related-service-card{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:var(--light-gray);border-radius:var(--radius-sm);text-decoration:none;color:var(--text-dark);font-weight:500;font-size:.95rem;transition:var(--transition-base);border:2px solid transparent}.related-service-card:hover{background:rgba(0,119,190,0.08);border-color:var(--primary-blue);transform:translateY(-2px);color:var(--primary-blue)}.related-service-card i{color:var(--primary-blue);font-size:1.1rem;flex-shrink:0}.districts-section{padding:3rem 0;background:var(--light-gray)}.districts-section h2{text-align:center;font-size:clamp(1.3rem,2.5vw,1.75rem);color:var(--dark-blue);margin-bottom:2rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.districts-section h2 i{color:var(--primary-blue)}.districts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;max-width:900px;margin:0 auto}.district-link,.district-card{display:flex;align-items:center;gap:.5rem;padding:1rem 1.25rem;background:var(--white);border-radius:var(--radius-sm);text-decoration:none;color:var(--dark-blue);font-weight:600;font-size:.95rem;transition:var(--transition-base);box-shadow:var(--shadow-sm)}.district-link:hover,.district-card:hover{background:var(--primary-blue);color:var(--white);transform:translateY(-3px);box-shadow:var(--shadow-md)}.district-link:hover i,.district-card:hover i{color:var(--white)}.district-link i,.district-card i{color:var(--primary-blue);transition:var(--transition-fast)}.district-card{flex-direction:column;text-align:center;padding:1.5rem 1rem}.district-card h3{font-size:1rem;margin-bottom:.25rem;color:inherit}.district-card span{font-size:.8rem;font-weight:400;color:var(--text-gray)}.district-card:hover span{color:rgba(255,255,255,0.8)}@media(max-width:768px){.breadcrumb-section{margin-top:65px}.city-hero{padding:2.5rem 0}.city-hero h1{font-size:1.75rem}.hero-badges{gap:.5rem}.badge{padding:.4rem .8rem;font-size:.75rem}.hero-cta{flex-direction:column;align-items:center}.hero-cta .btn{width:100%;max-width:320px}.service-detail{padding:2.5rem 0}.service-list{grid-template-columns:1fr}.why-us-grid{grid-template-columns:1fr 1fr;gap:1rem}.why-item{padding:1.25rem 1rem}.why-item i{font-size:2rem}.cta-section{padding:2.5rem 0}.cta-buttons{flex-direction:column;align-items:center}.cta-buttons .btn{width:100%;max-width:320px}.services-section .services-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.services-section .service-card{padding:1.25rem .75rem}.services-section .service-card i{font-size:1.5rem}.services-section .service-card h3{font-size:.85rem}.faq-section{padding:2.5rem 0}.faq-question{padding:1rem 1.25rem}.faq-question h4{font-size:.9rem}.related-grid{grid-template-columns:1fr 1fr}.districts-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}}@media(max-width:480px){.why-us-grid{grid-template-columns:1fr}.services-section .services-grid{grid-template-columns:repeat(2,1fr)}.related-grid{grid-template-columns:1fr}.districts-grid{grid-template-columns:1fr 1fr}}