.inner-page-hero{position:relative;height:50vh;min-height:400px;display:flex;align-items:center;justify-content:center;text-align:center;background-color:#0e1a29;border-bottom:5px solid #D4AF37;overflow:hidden;margin-top:0;padding-top:80px}.hero-bg-img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;z-index:1;opacity:.4}.hero-overlay-dark{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0e1a29e6,#0e1a2999);z-index:2}.inner-hero-content{position:relative;z-index:3;max-width:900px;width:100%;padding:0 20px;box-sizing:border-box}.inner-hero-title{color:#d4af37;font-size:clamp(1.8rem,5vw,4rem);font-weight:800;text-shadow:2px 2px 10px rgba(0,0,0,.8);margin-bottom:20px;line-height:1.1;text-transform:uppercase;letter-spacing:0;word-break:break-word;overflow-wrap:break-word;animation:heroFadeInUp 1s ease-out}.inner-hero-subtitle{font-size:clamp(1.1rem,2vw,1.5rem);color:#e0e0e0;font-weight:400;margin-bottom:20px;max-width:700px;margin-left:auto;margin-right:auto;animation:heroFadeInUp 1s ease-out .2s both}.inner-breadcrumb{display:flex;align-items:center;justify-content:center;gap:12px;font-size:13px;font-weight:600;color:#ffffff80;text-transform:uppercase;letter-spacing:1px;animation:heroFadeInUp 1s ease-out .4s both}.inner-breadcrumb a{color:#fff;text-decoration:none;transition:color .3s}.inner-breadcrumb a:hover,.inner-breadcrumb .active{color:#d4af37}@keyframes heroFadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
