.service-hero-5{display:grid;grid-template-columns:55% 45%;min-height:600px;height:100vh;background:var(--off-white)}.service-hero-5 .image{position:relative;overflow:hidden}.service-hero-5 .image img{width:100%;height:100%;object-fit:cover}.service-hero-5 .image-overlay{position:absolute;bottom:0;left:0;right:0;padding:30px;background:linear-gradient(to top,rgba(0,0,0,.8) 0%,transparent 100%);display:flex;gap:40px}.service-hero-5 .image-overlay .stat{text-align:center}.service-hero-5 .image-overlay .stat-value{font-family:var(--font-heading);font-size:2rem;color:var(--accent)}.service-hero-5 .image-overlay .stat-label{font-size:.8rem;color:var(--gray-light);text-transform:uppercase}.service-hero-5 .content{padding:60px 50px;display:flex;flex-direction:column;justify-content:center}.service-hero-5 .breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:24px;font-size:.85rem}.service-hero-5 .breadcrumb a{color:var(--gray-light);text-decoration:none}.service-hero-5 .breadcrumb a:hover{color:var(--accent)}.service-hero-5 .breadcrumb span{color:var(--gray-light)}.service-hero-5 .breadcrumb .current{color:var(--gray-dark);font-weight:600}.service-hero-5 .badge{display:inline-block;background:var(--accent);color:var(--black);padding:6px 16px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:16px;align-self:flex-start}.service-hero-5 h1{font-family:var(--font-display);font-size:clamp(2rem, 3.5vw, 2.8rem);color:var(--gray-dark);margin-bottom:16px}.service-hero-5 .description{font-size:1rem;color:var(--gray-dark);line-height:1.8;margin-bottom:28px}.service-hero-5 .features{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:32px}.service-hero-5 .feature{display:flex;align-items:center;gap:10px;font-size:.9rem;color:var(--gray-dark)}.service-hero-5 .feature svg{width:18px;height:18px;color:var(--accent);flex-shrink:0}.service-hero-5 .cta-group{display:flex;gap:16px;flex-wrap:wrap}.service-hero-5 .btn{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;font-weight:700;font-size:.9rem;text-decoration:none;transition:all 0.3s ease}.service-hero-5 .btn-primary{background:var(--accent);color:var(--black)}.service-hero-5 .btn-primary:hover{background:var(--gray-dark);color:var(--white)}.service-hero-5 .btn-secondary{background:transparent;color:var(--gray-dark);border:2px solid var(--gray-light)}.service-hero-5 .btn-secondary:hover{border-color:var(--gray-dark)}@media (max-width:1024px){.service-hero-5{grid-template-columns:1fr}.service-hero-5 .image{height:400px}.service-hero-5 .content{padding:40px 5%}}@media (max-width:640px){.service-hero-5 .features{grid-template-columns:1fr}}