.service-hero{position:relative;width:100%;min-height:45vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:10rem 2rem 5rem;background:linear-gradient(135deg,#0f172a,#1e3a8a);color:#fff;text-align:center;overflow:hidden}.service-hero:before{content:"";position:absolute;inset:0;background-image: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;z-index:1}.service-hero-content{position:relative;z-index:2;max-width:800px;margin:0 auto}.service-hero h1{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:900;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-1px}.service-hero p{font-size:1.25rem;font-weight:400;opacity:.9;line-height:1.6}.main-content{background:#f8fafc;padding:5rem 2rem;min-height:50vh}.gallery-section{padding:80px 0;margin-top:4rem}.gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-top:3rem}.gallery :global(.gallery-item){border-radius:20px;overflow:hidden;height:250px;cursor:pointer;box-shadow:0 15px 35px #0000000d;transition:all .4s ease}.gallery :global(.gallery-item:hover){transform:translateY(-8px) scale(1.02);box-shadow:0 20px 40px #0000001a}.gallery :global(.gallery-item img){width:100%;height:100%;object-fit:cover}.badge{display:inline-block;padding:.5rem 1.2rem;background:#eff6ff;color:#2563eb;border-radius:50px;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem}.container{max-width:1200px;margin:0 auto}.breadcrumb{margin-bottom:3rem;font-size:.95rem;color:#64748b;font-weight:500}.breadcrumb a{color:#2563eb;text-decoration:none;transition:color .3s}.breadcrumb a:hover{color:#f97316}.section-header{text-align:center;margin-bottom:4rem;margin-top:4rem}.section-header h2{font-size:2.5rem;font-weight:800;color:#0f172a;margin-bottom:1rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-bottom:5rem}.service-box{background:#fff;border-radius:16px;padding:2.5rem 2rem;box-shadow:0 4px 20px #00000008;border:1px solid #e2e8f0;transition:all .3s ease;position:relative;overflow:hidden}.service-box:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:#f97316;transform:scaleY(0);transition:transform .3s ease;transform-origin:bottom}.service-box:hover{box-shadow:0 15px 30px #00000014;transform:translateY(-5px)}.service-box:hover:before{transform:scaleY(1)}.icon-wrapper{width:50px;height:50px;background:#eff6ff;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1.5rem;color:#2563eb}.service-box h4{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.service-box p{color:#64748b;line-height:1.6;font-size:.95rem}.dual-pane{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;background:#fff;border-radius:20px;padding:4rem;box-shadow:0 10px 40px #0000000d;margin:5rem 0}.dual-pane h3{font-size:2rem;color:#0f172a;margin-bottom:1.5rem;font-weight:800}.dual-pane p{color:#475569;line-height:1.8;margin-bottom:1.5rem;font-size:1.1rem}.dual-pane ul{list-style:none;padding:0;margin:2rem 0}.dual-pane li{margin-bottom:1rem;padding-left:2rem;position:relative;color:#1e293b;font-weight:500}.dual-pane li:before{content:"✓";position:absolute;left:0;color:#f97316;font-weight:900}.photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin:4rem 0}.photo-grid img{width:100%;height:250px;object-fit:cover;border-radius:16px;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease}.photo-grid img:hover{transform:scale(1.05)}.cta-banner{background:linear-gradient(135deg,#2563eb,#1e3a8a);border-radius:20px;padding:4rem;text-align:center;color:#fff;margin-top:5rem}.cta-banner h2{font-size:2.5rem;font-weight:800;margin-bottom:1rem}.cta-button{display:inline-block;background:#f97316;color:#fff;padding:1.2rem 3rem;border-radius:50px;font-size:1.1rem;font-weight:800;text-decoration:none;margin-top:2rem;transition:transform .3s ease,box-shadow .3s ease}.cta-button:hover{transform:translateY(-3px);box-shadow:0 10px 25px #f973164d;background:#ea580c}@media(max-width:900px){.dual-pane{grid-template-columns:1fr;padding:2rem;gap:2rem}.photo-grid{grid-template-columns:1fr}.service-hero{padding-top:8rem;min-height:40vh}.cta-banner{padding:3rem 1.5rem}}
