@import url("https://fonts.googleapis.com/css?family=Allerta+Stencil&family=Nunito:wght@300;400;600;700&display=swap");.home-page{position:relative;width:100%;overflow-x:hidden;font-family:Allerta Stencil,sans-serif;color:#fff;background-color:transparent}.background-video{object-fit:cover;z-index:-20;pointer-events:none}.background-overlay,.background-video{position:fixed;top:0;left:0;width:100%;height:100%}.background-overlay{background-color:rgba(0,0,0,.5);z-index:-10}.hero-section{position:relative;min-height:100vh;justify-content:center;text-align:center;padding:.5rem 1rem;z-index:10}.hero-content,.hero-section{display:flex;flex-direction:column;align-items:center}.hero-container.desktop{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.hero-title-container{flex:1;text-align:left;padding-right:1rem}.hero-logo-container{flex:1;display:flex;justify-content:flex-end}.logo-ring{position:relative}.mobile-ring{width:50vw;height:50vw}.desktop-ring{width:33vw;height:33vw}.desktop-ring-img{z-index:1}.absolute-bolt{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain}.hero-title{font-family:Allerta Stencil,sans-serif;font-size:3rem;line-height:1.2;color:#facc15;margin-top:1rem}.hero-subtitle{font-size:1.4rem;margin-bottom:.5rem;color:#facc15}.highlight{color:#ffd700;font-size:1.3rem}.co_highlight{color:#ffffff}.hero-cta{margin-top:1rem}.cta-button{background:linear-gradient(90deg,#d4af37,#ffd700);color:#000;font-family:Allerta Stencil,sans-serif;padding:1rem 2rem;border-radius:8px;border:none;cursor:pointer;transition:transform .2s,background .3s;min-height:48px}.cta-button:hover{transform:scale(.98)}.section{padding:4rem 1rem;background-color:rgba(0,0,0,.8)}.section-content{max-width:1200px;margin:0 auto;text-align:center}.section-title{font-size:1.8rem;margin-bottom:1rem;color:#facc15}.section-text{font-size:1.1rem;line-height:1.6;color:#e5e5e5}.card{background:rgba(255,255,255,.08);border:1px solid #facc15;border-radius:8px;padding:1rem;transition:transform .3s,box-shadow .3s}.card:hover{transform:translateY(-5px);box-shadow:0 4px 10px rgba(212,175,55,.5)}.grid{display:grid;gap:1.5rem}@media (min-width:768px){.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}}.video-section{padding:4rem 1rem;background-color:#000}.aspect-video{aspect-ratio:16/9}.contact-cta{background-color:#000;padding:4rem 1rem}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1rem}.cta-button{padding:.8rem 1.5rem}.section{padding:3rem 1rem}.mobile-ring{width:60vw;height:60vw}.desktop-ring{width:45vw;height:45vw}}