.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}.dual-pane{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-bottom:5rem}.dual-pane h3{font-size:2rem;font-weight:800;color:#0f172a;margin-bottom:1.5rem;line-height:1.2}.dual-pane p{font-size:1.1rem;color:#475569;line-height:1.8;margin-bottom:1.5rem}.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}.resource-vault{max-width:900px;margin:0 auto;background:#fff;border-radius:20px;padding:3rem;box-shadow:0 10px 40px #0000000d;border:1px solid #e2e8f0}.accordion-item{border:1px solid #e2e8f0;border-radius:12px;margin-bottom:1rem;overflow:hidden}.accordion-item:last-child{margin-bottom:0}.accordion-header{width:100%;text-align:left;background:#f8fafc;border:none;padding:1.5rem 2rem;font-size:1.1rem;font-weight:700;color:#1e293b;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background .3s ease}.accordion-header:hover{background:#eff6ff}.accordion-icon{color:#f97316;font-size:1.5rem;font-weight:400;transition:transform .3s ease}.accordion-content{padding:0 2rem;max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease;background:#fff}.accordion-content p{color:#475569;line-height:1.8;margin:1rem 0}.accordion-content a{display:inline-block;color:#2563eb;font-weight:600;text-decoration:none;margin-top:.5rem}.accordion-content a:hover{color:#f97316;text-decoration:underline}.accordion-item.active .accordion-content{max-height:500px;padding:1rem 2rem 2rem}.accordion-item.active .accordion-header{background:#eff6ff;border-bottom:1px solid #e2e8f0}.accordion-item.active .accordion-icon{transform:rotate(45deg)}.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}.service-hero{padding-top:8rem;min-height:40vh}.cta-banner{padding:3rem 1.5rem}.resource-vault{padding:1.5rem}}
