.process-hero-section{display:flex;align-items:center;justify-content:center;min-height:80vh;padding:4rem 2rem;background-color:#0a0a0a;overflow:hidden;position:relative}.process-hero-container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;width:100%;max-width:1200px;z-index:2}.process-hero-content{color:#fff;padding-right:2rem}.process-hero-content .tagline{display:inline-block;font-size:.9rem;font-weight:600;color:#8fbc8f;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:1rem;background-color:rgba(143,188,143,.1);padding:.5rem 1rem;border-radius:20px}.process-hero-content .hero-title{font-family:'Playfair Display',serif;font-size:3.8rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;text-shadow:0 2px 10px rgba(0,0,0,.5)}.process-hero-content .hero-title .highlight{color:#8fbc8f}:root{--primary-color:#2F4F2F;--secondary-color:#ffffff}.btn,.btn-primary,.cta-button,.header .btn-primary{background-color:#2f4f2f!important;color:#fff!important;border-color:#2f4f2f!important}.navbar-nav .nav-link.active,.navbar-nav .nav-link:hover{color:#2f4f2f!important;border-bottom-color:#2f4f2f!important}.section-title span{color:#2f4f2f!important}.process-hero-content .hero-subtitle{font-size:1.1rem;line-height:1.7;color:#e0e0e0;margin-bottom:2.5rem;max-width:500px}.process-hero-video-container{position:relative;height:450px;border-radius:15px;overflow:hidden;box-shadow:0 15px 30px rgba(0,0,0,.5);transform:perspective(1000px) rotateY(-10deg);transition:transform .5s}.process-hero-video-container:hover{transform:perspective(1000px) rotateY(0) scale(1.05)}.process-hero-video-container .split-video-bg{position:absolute;top:50%;left:50%;width:100%;height:100%;object-fit:cover;transform:translate(-50%,-50%);z-index:1}@media (max-width:992px){.process-hero-container{grid-template-columns:1fr;text-align:center}.process-hero-content{padding-right:0;order:2}.process-hero-video-container{order:1;margin-bottom:3rem;transform:perspective(1000px) rotateY(0);height:300px}.process-hero-content .hero-title{font-size:3rem}.process-hero-content .btn+.btn{margin-top:12px}}@media (max-width:576px){.process-hero-content .hero-title{font-size:2.5rem}.process-hero-section{padding:3rem 1rem}.process-hero-content .btn{display:inline-flex;align-items:center;justify-content:center;width:100%}.process-hero-content .btn+.btn{margin-top:14px}}