.hero-section{border-bottom:5px solid var(--safety-orange);align-items:center;min-height:80vh;display:flex;position:relative;overflow:hidden}.hero-intro-wrapper{width:100%;height:100dvh}.hero-intro-overlay{z-index:60;pointer-events:none;background-image:url(/hero-poster.png);background-position:50%;background-size:cover;justify-content:center;align-items:center;height:100dvh;display:flex;position:fixed;inset:0;overflow:hidden}.hero-intro-video{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0;transform:scale(1.1)}@media (max-width:768px){.hero-intro-wrapper,.hero-intro-overlay{height:88svh}.hero-intro-video{-o-object-position:center 30%;object-position:center 30%}}.hero-content{z-index:10;position:relative}.hero-text-box{border-left:5px solid var(--safety-orange);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);text-align:center;background-color:#1f4e79d9;max-width:800px;margin:0 auto;padding:3rem;box-shadow:0 10px 30px #0000004d}.hero-title{color:var(--pure-white);text-transform:uppercase;text-shadow:2px 4px 8px #0006;margin-bottom:1.5rem;font-size:4.5rem;line-height:1.1}.hero-title-sub{margin-top:.5rem;font-size:1.85rem;line-height:1.2;display:block}.hero-subtitle{color:var(--white-smoke);max-width:700px;margin:0 auto 3rem;font-size:1.35rem}.hero-actions{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:3rem;display:flex}.hero-search-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#ffffff1a;border:1px solid #fff3;border-radius:12px;flex-direction:column;gap:1rem;width:100%;max-width:600px;margin:0 auto;padding:1.25rem;display:flex}.hero-search-input-wrapper{background-color:var(--pure-white);border-radius:6px;flex:1;align-items:center;padding:.75rem 1rem;display:flex}.hero-search-icon{color:var(--graphite-grey);margin-right:.75rem}.hero-search-input{color:var(--graphite-grey);border:none;outline:none;flex:1;width:100%;font-family:Montserrat,sans-serif;font-size:1rem}.hero-search-btn{background-color:var(--safety-orange);color:var(--pure-white);letter-spacing:1px;cursor:pointer;border:none;border-radius:6px;padding:.75rem 2rem;font-family:Bebas Neue,sans-serif;font-size:1.25rem;transition:all .2s}.hero-search-btn:hover{background-color:#d85c13;transform:translateY(-2px)}.hero-scroll-hint{z-index:20;pointer-events:none;flex-direction:column;align-items:center;gap:.5rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.scroll-text{color:var(--pure-white);letter-spacing:2px;text-transform:uppercase;opacity:.8;font-family:Bebas Neue,sans-serif;font-size:1rem}.scroll-arrow{background-color:var(--safety-orange);color:var(--pure-white);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;animation:2s infinite bounce;display:flex;box-shadow:0 4px 10px #0000004d}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@media (max-width:768px){.hero-section{flex-direction:column;justify-content:center;min-height:80vh;display:flex}.hero-text-box{padding:2rem}.hero-title{font-size:2.5rem}.hero-title-sub{font-size:1.15rem}.hero-search-container{flex-direction:column}}
