.hp-hero-section{background-color:var(--c3);display:flex;flex-direction:column;justify-content:center;min-height:70vh;overflow:hidden;padding:clamp(60px,8vh,100px) 0 0;position:relative;width:100%}.hp-aurora-bg{inset:0;overflow:hidden;pointer-events:none;position:absolute;z-index:0}.hp-bg-image{display:block;height:100%;object-fit:cover;object-position:center;width:100%}.aurora-item{height:120%;mix-blend-mode:overlay;opacity:1;position:absolute;width:120%}.aurora-item.first{animation:moveAurora 15s ease infinite alternate;background:radial-gradient(circle at 10% 10%,var(--c1) 0,transparent 90%)}.aurora-item.second{animation:moveAurora 20s ease infinite alternate-reverse;background:radial-gradient(circle at 90% 10%,var(--c2) 0,transparent 90%)}.aurora-item.third{animation:moveAurora 12s linear infinite;background:radial-gradient(circle at 50% 50%,var(--c3) 0,transparent 90%)}.aurora-item.fourth{animation:moveAurora 25s ease infinite alternate;background:radial-gradient(circle at 10% 90%,var(--c4) 0,transparent 90%)}.aurora-item.fifth{animation:moveAurora 10s ease infinite alternate-reverse;background:radial-gradient(circle at 90% 90%,var(--c5) 0,transparent 20%);opacity:.9}@keyframes moveAurora{0%{transform:translate(-15%,-15%) rotate(0deg)}to{transform:translate(15%,15%) rotate(10deg)}}.hp-hero-container{margin:0 auto;max-width:1280px;padding:40px 5%;position:relative;width:100%;z-index:10}@media (min-width:1024px){.hp-hero-content{width:75%}}.hp-hero-title{color:#fff;font-size:clamp(2.5rem,8vw,4.5rem);font-weight:700;letter-spacing:-.02em;line-height:1.1;margin-bottom:24px}.hp-hero-title-accent{opacity:.7}.hp-hero-description{color:hsla(0,0%,100%,.9);font-size:clamp(1rem,2.5vw,1.25rem);font-weight:400;line-height:1.6;margin-bottom:40px;max-width:38rem}.hp-hero-actions{display:flex;flex-direction:column;gap:1rem}@media (min-width:640px){.hp-hero-actions{align-items:center;flex-direction:row}}.hp-btn-primary,.hp-btn-primary-dark,.hp-btn-secondary{align-items:center;border-radius:100px;display:inline-flex;font-size:14px;font-weight:600;gap:10px;justify-content:center;text-decoration:none;transition:all .3s ease;white-space:nowrap}.hp-btn-primary{padding:14px 28px;width:100%}.hp-btn-primary:hover,.hp-btn-secondary:hover{opacity:.9}.hp-btn-primary svg{transition:transform .2s ease}.hp-btn-primary:hover svg{transform:translateX(4px)}.hp-btn-primary{background-color:#fff!important;color:#1a1a1a!important;padding:.875rem 1.75rem}.hp-btn-secondary{background-color:transparent;color:#fff!important;padding:0;position:relative;width:auto}.hp-btn-secondary:after{background-color:#fff;bottom:4px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.hp-btn-secondary:hover:after{width:100%}@media (min-width:640px){.hp-btn-primary{width:auto}.hp-btn-secondary{padding:8px 0}}.hp-marquee-wrapper{margin-top:auto;padding-bottom:32px;padding-top:60px;position:relative;z-index:10}.hp-marquee-label{color:hsla(0,0%,100%,.85);font-size:clamp(.75rem,2.5vw,.85rem);letter-spacing:clamp(.1em,2vw,.25em);line-height:1.4;margin-bottom:.5rem;margin-left:auto;margin-right:auto;text-align:center;text-transform:uppercase;width:96%}.hp-marquee-mask{mask-image:linear-gradient(90deg,transparent,#000 15%,#000 85%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 15%,#000 85%,transparent);overflow:hidden}.hp-marquee-content{animation:scroll 40s linear infinite;display:flex;width:max-content}.hp-logo-list{list-style:none;margin:0}.hp-logo-item,.hp-logo-list{align-items:center;display:flex;padding:0}.hp-logo-item{flex-shrink:0;height:clamp(104px,15vw,120px);justify-content:center;position:relative;width:clamp(120px,15vw,180px)}.hp-logo-img{filter:brightness(0) invert(1);height:auto;max-height:100%;max-width:100%;object-fit:contain;opacity:.8;transition:opacity .3s ease;width:auto}.hp-logo-img:hover{opacity:1}.hp-logo-divider{color:#fff;font-size:12px;font-weight:300;position:absolute;right:-5px}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}