.site-header{position:fixed;top:12px;left:50%;transform:translateX(-50%);width:min(1280px,calc(100% - 32px));z-index:999;border-radius:28px;background-color:transparent;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transition:box-shadow .2s ease-in-out}.site-header.white .btn-primary{background-color:#fff;color:#000}.site-header.white .btn-primary:hover{background-color:#eee}.site-header.black .btn-primary{background-color:#000;color:#fff}.site-header.black .btn-primary:hover{background-color:#333}.site-header.white.scrolled{box-shadow:0 2px 8px rgba(255,255,255,.3)}.site-header.black.scrolled{box-shadow:0 2px 8px rgba(0,0,0,.3)}.header-container{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:8px}.header-logo{display:inline-flex;align-items:center;padding:6px 10px;border-radius:9999px}.header-logo img{height:35px;width:auto}.btn-primary{padding:12px 24px;border-radius:100px;border:none;cursor:pointer;font-size:1rem;text-decoration:none;transition:background-color .2s ease}@media (max-width:768px){.header-container{padding:12px}.header-logo img{height:32px}}@media (min-width:1024px){.site-header .header-container{max-width:calc(100% - 16px)}}.hero-section{position:relative;width:100%;height:89vh;margin:0;padding:0;color:#fff;display:flex;align-items:center;overflow:hidden}.hero-bg{position:absolute;inset:0;width:100%;height:100%;z-index:0}.hero-img-desktop,.hero-img-mobile{position:absolute!important}.hero-img-mobile{display:none}.hero-overlay{position:relative;z-index:10;align-items:flex-start;gap:3rem;margin-left:8%;max-width:50%;text-align:left}.hero-copy,.hero-overlay{display:flex;flex-direction:column}.hero-copy{gap:1.25rem}.hero-bottom{display:flex;flex-direction:column;gap:1rem}.hero-title{font-size:3.5rem;line-height:.8;font-weight:400;margin:0}.hero-highlight-title{color:orange}.hero-subtitle{font-size:1.35rem;line-height:1.4;font-weight:400;max-width:34ch}.hero-buttons{display:flex;gap:1rem}.btn-primary-hero,.btn-secondary{width:200px;padding:1rem 2rem;border-radius:999px;text-align:center;font-size:1rem;cursor:pointer;font-family:DM Sans,Arial,sans-serif}.btn-primary-hero{background-color:#fff;color:#000;border:none;transition:opacity .2s ease}.btn-primary-hero:hover{opacity:.8}.btn-secondary{background-color:rgba(255,255,255,.2);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;border:1px solid #fff;transition:background-color .2s ease}.btn-secondary:hover{background-color:rgba(255,255,255,.3)}.hero-disclaimer{font-size:.75rem;line-height:1.3;opacity:.85;max-width:100%}@media screen and (max-width:768px){.hero-img-desktop{display:none}.hero-img-mobile{display:block}.hero-section{align-items:stretch;height:89vh;padding-top:6rem}.hero-overlay{height:100%;width:100%;margin:0 5%;align-items:center;text-align:center;max-width:none;gap:4rem}.hero-title{font-size:2.5rem;line-height:.9}.hero-subtitle{font-size:1.1rem;max-width:95%}.hero-bottom{margin-top:auto;padding-bottom:3rem;align-items:center}.hero-buttons{flex-direction:column;align-items:center}}.marqueeContainer{width:100vw;height:100px;overflow:hidden;position:relative;background:#fff;display:flex;align-items:center}.marqueeTrack{animation:scroll 60s linear infinite;width:max-content}.marqueeContent,.marqueeTrack{display:flex;align-items:center}.marqueeContent{flex-shrink:0}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-25%)}}.marqueeContainer:hover .marqueeTrack{animation-play-state:paused}.logoWrapper{display:flex;align-items:center;justify-content:center;flex-shrink:0}