.hero{position:relative;overflow:hidden;box-sizing:border-box;display:flex;flex-direction:column;min-height:100svh;padding-top:var(--site-header-offset);--hero-safe-x:0.5rem;--hero-safe-y:2rem;background:linear-gradient(180deg,rgba(0,0,0,.55),rgba(0,0,0,.92) 55%,#0a0a0a),url(/images/hero-bg.jpg) no-repeat 50% /cover}.hero .hero-shell{width:100%}.hero .hero-shell,.hero .inner{flex:1;display:flex;flex-direction:column}.hero .inner{align-items:center;justify-content:center;padding-block:var(--hero-safe-y);padding-inline:var(--hero-safe-x)}@media (min-width:640px){.hero{--hero-safe-x:1rem;--hero-safe-y:2.5rem}}@media (min-width:1024px){.hero{--hero-safe-x:1.5rem;--hero-safe-y:3rem}}.hero-glow{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none;z-index:0}.hero-glow--left{top:8%;left:-8%;width:min(420px,55vw);height:min(420px,55vw);background:radial-gradient(circle,rgba(215,73,142,.35) 0,transparent 70%)}.hero-glow--right{right:-6%;bottom:12%;width:min(360px,45vw);height:min(360px,45vw);background:radial-gradient(circle,rgba(213,128,242,.22) 0,transparent 70%)}.hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 0);background-size:48px 48px;mask-image:radial-gradient(ellipse 80% 60% at 50% 40%,black 20%,transparent 75%);pointer-events:none;z-index:0}.hero-eyebrow{box-shadow:0 0 24px rgba(215,73,142,.12)}.hero-title{font-family:var(--font-poppins);font-weight:700;line-height:1.08;letter-spacing:-.02em}@media (max-width:640px){.hero-title{line-height:1.12;padding-inline:.25rem}}.hero-stat{transition:border-color .2s ease,transform .2s ease}.hero-stat:hover{border-color:rgba(215,73,142,.35);transform:translateY(-2px)}.hero-path-card{position:relative;overflow:hidden;border-radius:1.25rem;border:1px solid #303030;background:linear-gradient(145deg,rgba(27,27,27,.95),rgba(14,10,16,.88));backdrop-filter:blur(12px);transition:border-color .25s ease,transform .25s ease,box-shadow .25s ease}.hero-path-card:hover{border-color:rgba(215,73,142,.45);transform:translateY(-3px);box-shadow:0 20px 40px rgba(0,0,0,.45),0 0 0 1px rgba(215,73,142,.08)}.hero-path-card__glow{position:absolute;top:-40%;right:-20%;width:60%;height:80%;background:radial-gradient(circle,rgba(215,73,142,.15) 0,transparent 65%);opacity:0;transition:opacity .3s ease;pointer-events:none}.hero-path-card__glow--venue{background:radial-gradient(circle,rgba(213,128,242,.12) 0,transparent 65%)}.hero-path-card:hover .hero-path-card__glow{opacity:1}.hero-path-icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:.875rem;border:1px solid rgba(215,73,142,.35);background:linear-gradient(135deg,rgba(215,73,142,.2),rgba(27,27,27,.6))}.hero-path-icon--venue{border-color:rgba(213,128,242,.35);background:linear-gradient(135deg,rgba(213,128,242,.18),rgba(27,27,27,.6))}.hero-path-preview{align-items:center;gap:0}.hero-path-preview__img{width:2.5rem;height:2.5rem;border-radius:.5rem;object-fit:cover;border:2px solid #1b1b1b;margin-left:-.5rem;box-shadow:0 4px 12px rgba(0,0,0,.4)}.hero-path-preview__img:first-child{margin-left:0}.hero-trust-item{transition:border-color .2s ease}.hero-trust-item:hover{border-color:#3a3a3a}.hero-trust-icon{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:.5rem;background:rgba(215,73,142,.12)}.hero-quick-pill{display:inline-flex;align-items:center;padding:.5rem 1rem;font-size:.8125rem;font-weight:500;color:#c4c4c4;border-radius:9999px;border:1px solid #303030;background:rgba(36,36,36,.8);transition:color .2s ease,border-color .2s ease,background .2s ease}.hero-quick-pill:hover{color:#D580F2;border-color:rgba(215,73,142,.5);background:linear-gradient(180deg,rgba(215,73,142,.15),rgba(27,27,27,.4))}.hero-quick-pill--venue{border-style:dashed;border-color:#404040}.hero-quick-pill--venue:hover{border-style:solid}.top-venues{.marquee-container{position:relative;overflow:hidden;white-space:nowrap;direction:ltr;unicode-bidi:isolate}.wrapper{width:max-content;display:flex;flex-direction:row;direction:ltr;will-change:transform}.animate-marquee-left{animation:marquee-left 25s linear infinite}.animate-marquee-right{animation:marquee-right 25s linear infinite}.marquee-container:hover .animate-marquee-left,.marquee-container:hover .animate-marquee-right{animation-play-state:paused}}.why-us{.card{background:linear-gradient(180deg,#1B1B1B,rgba(14,4,17,.2) 50.4%,#1B1B1B),linear-gradient(90deg,rgba(27,27,27,.8),rgba(14,4,17,.2) 48.08%,rgba(27,27,27,.8))}}.testimonials{&:before{content:"";position:absolute;top:0;left:0;width:30%;height:100%;background:linear-gradient(90deg,#0D0D0D,rgba(13,13,13,.85) 50%,rgba(13,13,13,0));z-index:1;pointer-events:none;@media (max-width:768px){width:15%}}&:after{content:"";position:absolute;top:0;right:0;width:30%;height:100%;background:linear-gradient(270deg,#0D0D0D,rgba(13,13,13,.85) 50%,rgba(13,13,13,0));z-index:1;pointer-events:none;@media (max-width:768px){width:15%}}.marquee{overflow:hidden;direction:ltr;unicode-bidi:isolate}.marquee-track{display:flex;flex-direction:row;width:max-content;direction:ltr;will-change:transform;animation:marquee-left 25s linear infinite}.marquee-track.reverse{animation:marquee-right 25s linear infinite}.marquee:hover .marquee-track{animation-play-state:paused}}@keyframes marquee-left{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes marquee-right{0%{transform:translateX(-50%)}to{transform:translateX(0)}}