@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600&display=swap");.hero{text-align:center;background-color:#ece6e8;position:relative;overflow:hidden;width:100vw;margin-left:calc(-50vw + 50%);margin-top:-90px;padding:138px 0 64px;min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center}.hero-bg-video{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:0;pointer-events:none;filter:contrast(1.1) blur(2px)}.hero-logo{display:flex;justify-content:center;margin-bottom:40px;animation:hero-logo-fade-in .6s cubic-bezier(.22,1,.36,1) both}@keyframes hero-logo-fade-in{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}.hero-logo-svg{height:22px;width:auto;display:block;shape-rendering:geometricPrecision}.hero-logo-letters-black{transition:opacity .5s ease}.hero-logo:hover .hero-logo-letters-black{opacity:0}.hero-logo-letters-grad{clip-path:inset(0 100% 0 0);transition:clip-path .7s cubic-bezier(.4,0,.2,1)}.hero-logo:hover .hero-logo-letters-grad{clip-path:inset(0 0 0 0)}.hero-stat-wrap{margin-bottom:24px}.hero-stat,.hero-stat-wrap{position:relative;display:inline-block;cursor:default}.hero-stat{z-index:2;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#000;background:#fff;border:1.5px solid rgba(0,0,0,.1);border-radius:50px;padding:4px 12px;box-shadow:0 2px 8px rgba(0,0,0,.07);transition:transform .4s cubic-bezier(.34,1.56,.64,1),box-shadow .3s ease,border-color .3s ease}.hero-stat-wrap:hover .hero-stat{transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,.12)}.hero-stat-logos{position:absolute;inset:0;z-index:1;pointer-events:none}.hero-stat-logo{position:absolute;top:50%;left:50%;width:50px;height:50px;margin:-25px 0 0 -25px;border-radius:50%;overflow:hidden;background:#fff;box-shadow:0 4px 12px rgba(0,0,0,.18);display:grid;place-items:center;opacity:0;transform:translateX(0) translateY(0) scale(.4);transition:transform .5s cubic-bezier(.34,1.56,.64,1),opacity .35s ease}.hero-stat-logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.hero-stat-wrap--active .hero-stat-logo,.hero-stat-wrap:hover .hero-stat-logo{opacity:1}.hero-stat-wrap--active .hero-stat-logo:first-child,.hero-stat-wrap:hover .hero-stat-logo:first-child{transform:translateX(-160px) translateY(-42px) scale(1) rotate(-18deg);transition-delay:.09s}.hero-stat-wrap--active .hero-stat-logo:nth-child(2),.hero-stat-wrap:hover .hero-stat-logo:nth-child(2){transform:translateX(-98px) translateY(-58px) scale(1) rotate(-10deg);transition-delay:.06s}.hero-stat-wrap--active .hero-stat-logo:nth-child(3),.hero-stat-wrap:hover .hero-stat-logo:nth-child(3){transform:translateX(-34px) translateY(-66px) scale(1) rotate(-4deg);transition-delay:.03s}.hero-stat-wrap--active .hero-stat-logo:nth-child(4),.hero-stat-wrap:hover .hero-stat-logo:nth-child(4){transform:translateX(34px) translateY(-66px) scale(1) rotate(4deg);transition-delay:.03s}.hero-stat-wrap--active .hero-stat-logo:nth-child(5),.hero-stat-wrap:hover .hero-stat-logo:nth-child(5){transform:translateX(98px) translateY(-58px) scale(1) rotate(10deg);transition-delay:.06s}.hero-stat-wrap--active .hero-stat-logo:nth-child(6),.hero-stat-wrap:hover .hero-stat-logo:nth-child(6){transform:translateX(160px) translateY(-42px) scale(1) rotate(18deg);transition-delay:.09s}.hero-ctas{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:64px}.hero-cta-primary,.hero-cta-secondary{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:12px 22px;font-size:15px;font-weight:700;color:#fff;text-decoration:none;background:#0a0a0a;border:none;border-radius:50px;box-shadow:0 1.67px 4.18px 0 rgba(181,187,203,.31),0 17.57px 10.88px 0 rgba(181,188,203,.16),0 31.8px 12.55px 0 rgba(181,188,203,.05),0 50.21px 14.23px 0 rgba(181,193,203,.01);transition:transform .18s ease,box-shadow .18s ease}.hero-cta-primary:hover,.hero-cta-secondary:hover{color:#fff;background:none;background-image:linear-gradient(270deg,#e6b800,#ff7eb3,#a855f7);background-size:600% 600%;animation:gradient-shift 3s ease infinite}@keyframes hero-wiggle{0%{transform:rotate(0deg)}6%{transform:rotate(-5deg)}12%{transform:rotate(5deg)}18%{transform:rotate(-4deg)}24%{transform:rotate(3deg)}30%,to{transform:rotate(0deg)}}@keyframes gradient-shift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.coin-particle{position:fixed;pointer-events:none;z-index:99998;transform-origin:center center;will-change:transform,opacity;animation:coin-shower linear both;margin-left:-.5em;margin-top:-.5em}@keyframes coin-shower{0%{transform:translateY(-6px) translateX(0) rotate(0deg) scale(.45);opacity:0;filter:blur(2px)}12%{transform:translateY(calc(var(--rise) * .08)) translateX(calc(var(--drift) * .1)) rotate(40deg) scale(1);opacity:1;filter:blur(0)}85%{opacity:1}to{transform:translateY(var(--rise)) translateX(var(--drift)) rotate(420deg) scale(.9);opacity:0}}.hero-stat:hover{transform:scale(1.08) translateY(-2px);box-shadow:0 6px 20px rgba(211,174,255,.4);border-color:#d3aeff}.hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:3}.hero-title{font-size:clamp(18px,5.2vw,64px);font-weight:700;color:#000;margin-bottom:8px;line-height:1.2;overflow:visible;white-space:nowrap}.hero-title-small{font-size:1em;font-weight:700}.hero-title .cursive{font-family:Dancing Script,cursive;font-weight:600;font-size:1.1em}.animated-word-wrapper{display:block;overflow:hidden;padding-bottom:6px;margin-bottom:-6px}.animated-word{display:inline-block;background:linear-gradient(90deg,#e6b800,#ff7eb3,#a855f7,#e6b800);background-size:300% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700;font-size:1.1em;animation:gradient-slide 4s linear infinite}@keyframes gradient-slide{0%{background-position:0 50%}to{background-position:300% 50%}}.animated-word.fade-out{animation:swipe-out .4s cubic-bezier(.4,0,.2,1) forwards}.animated-word.fade-in{animation:swipe-in .4s cubic-bezier(.4,0,.2,1) forwards,gradient-slide 4s linear infinite}@keyframes swipe-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-60%)}}@keyframes swipe-in{0%{opacity:0;transform:translateY(60%)}to{opacity:1;transform:translateY(0)}}.hero-subtitle{font-size:17px;color:#000;margin:16px auto 24px;line-height:1.5;text-align:center}.hero-main-heading{font-size:clamp(22px,5.2vw,64px);font-weight:500;color:#000;line-height:1.15;margin:0 auto 24px;white-space:nowrap}.hero-video-wrap{max-width:1200px;margin:0 auto;border-radius:40px;border:8px solid #fff;background:#fafafa;box-shadow:0 11px 0 0 rgba(206,215,222,.75),0 7.03px 7.03px 0 rgba(183,181,203,.27),0 14.76px 9.13px 0 rgba(183,181,203,.16),0 26.7px 10.54px 0 rgba(183,181,203,.05),0 42.16px 11.95px 0 rgba(183,181,203,.01);overflow:hidden}.hero-video-inner{position:relative;border-radius:32px;overflow:hidden;cursor:pointer}.hero-video{width:100%;height:auto;display:block;transform:translateZ(0);will-change:transform}.video-center-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;transition:opacity .3s ease}.video-center-overlay--playing{opacity:0}.video-center-overlay--playing:hover{opacity:1}.video-center-btn{width:72px;height:72px;border-radius:50%;background:rgba(0,0,0,.18);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;color:#fff;transition:transform .2s ease,background .2s ease}.video-center-overlay:hover .video-center-btn{transform:scale(1.08);background:rgba(0,0,0,.32)}.video-bar{justify-content:space-between;padding:10px 10px 10px 6px}.video-bar,.video-bar-left{display:flex;align-items:center}.video-bar-left{gap:8px}.video-bar-right{display:flex;align-items:center}.video-pill-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:10px 16px;border-radius:50px;border:none;background:#fff;color:#000;font-size:14px;font-weight:500;cursor:pointer;box-shadow:0 1.67px 4.18px 0 rgba(181,187,203,.31),0 17.57px 10.88px 0 rgba(181,188,203,.16),0 31.8px 12.55px 0 rgba(181,188,203,.05),0 50.21px 14.23px 0 rgba(181,193,203,.01);transition:transform .18s ease,box-shadow .18s ease}.video-pill-btn:hover{transform:translateY(-1px);box-shadow:0 3px 8px 0 rgba(181,187,203,.4),0 17.57px 10.88px 0 rgba(181,188,203,.2)}.video-pill-btn--wide{padding:10px 20px}@media (max-width:768px){.video-pill-btn--desktop{display:none}}.video-fs-portal{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center}.video-fs-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.85)}.video-fs-box{position:fixed;inset:0;overflow:hidden;z-index:1;will-change:transform;border-radius:0}.video-fs-portal--enter .video-fs-box{animation:fs-zoom-in .5s cubic-bezier(.4,0,.2,1) forwards}.video-fs-portal--enter .video-fs-backdrop{animation:fs-fade-in .5s ease forwards}@keyframes fs-zoom-in{0%{transform:translate(var(--fs-tx),var(--fs-ty)) scale(var(--fs-sx),var(--fs-sy));border-radius:40px}to{transform:translate(0) scale(1);border-radius:0}}@keyframes fs-fade-in{0%{opacity:0}to{opacity:1}}.video-fs-el{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.video-controls{position:absolute;bottom:16px;right:16px;display:flex;gap:8px;z-index:2;opacity:0;transition:opacity .25s ease}.hero-video-wrap:hover .video-controls,.video-fs-box:hover .video-controls{opacity:1}.video-btn{width:38px;height:38px;border-radius:50%;background:rgba(0,0,0,.45);border:1px solid hsla(0,0%,100%,.25);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,transform .2s ease}.video-btn:hover{background:rgba(0,0,0,.7);transform:scale(1.08)}.cta-button{display:inline-flex;align-items:center;justify-content:center;padding:15px 30px;font-size:24px;color:#000;background:linear-gradient(90deg,#fede64,#d3aeff);border:3px solid #000;border-radius:60px;cursor:pointer;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease;white-space:nowrap;min-width:-moz-fit-content;min-width:fit-content}.cta-button:hover{transform:scale(1.05);box-shadow:0 10px 20px rgba(0,0,0,.2)}@media (max-width:1024px){.hero{padding:40px 20px 56px}.cta-button{font-size:22px;padding:15px 20px}}@media (max-width:768px){.hero{padding:160px 20px 64px;min-height:100vh;min-height:100dvh}.hero-bg-video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}.hero-logo-svg{height:18px}.hero-title{font-size:clamp(36px,10vw,56px);line-height:1.15}.animated-word{font-size:1.1em;padding-bottom:8px;margin-bottom:-8px}.animated-word.fade-out{transform:translateY(-8px) scale(.95)}.hero-subtitle{font-size:15px}.cta-button{font-size:20px;padding:12px 20px}}@media (max-width:480px){.hero{padding:24px 20px 40px}.hero-title{line-height:1.3}.animated-word{font-size:1.05em;padding-bottom:6px;margin-bottom:-6px}.animated-word.fade-out{transform:translateY(-6px) scale(.95)}.hero-subtitle{font-size:14px}.cta-button{font-size:18px;padding:10px 15px}}