.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;background:#0a0a0f;overflow:hidden;padding:calc(80px + 2rem) 1rem 2rem}@media(min-width:768px){.hero{padding:calc(90px + 4rem) 2rem 4rem}}@media(min-width:1200px){.hero{padding:calc(100px + 6rem) 4rem 6rem}}.hero__stars-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero__star{position:absolute;background:hsla(0,0%,100%,.8);border-radius:50%;box-shadow:0 0 6px hsla(0,0%,100%,.8),0 0 12px rgba(58,24,177,.4);opacity:.3;will-change:transform,opacity;transform:translateZ(0);animation:starTwinkle ease-in-out infinite}.hero__glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;max-width:800px;aspect-ratio:1/1;border-radius:999px;background:radial-gradient(circle at 30% 20%,rgba(244,114,182,.5),transparent 60%),radial-gradient(circle at 70% 80%,rgba(56,189,248,.65),transparent 60%);filter:blur(250px);opacity:.5;pointer-events:none;z-index:2}@media(max-width:768px){.hero__glow{max-width:400px}}.hero__container{max-width:1200px;margin:0 auto;width:100%;position:relative;z-index:3}.hero__content{text-align:center;max-width:1000px;margin:0 auto}.hero__title{font-family:var(--font-cormorant),"Cormorant Garamond",serif;font-size:2rem;font-weight:500;color:var(--color-white);margin-bottom:1.5rem;line-height:1.3;text-shadow:0 0 20px rgba(58,24,177,.5),0 0 40px rgba(58,24,177,.3);letter-spacing:.02em;text-transform:uppercase;opacity:0;transform:translateY(30px);display:flex;flex-direction:column;align-items:center;gap:.5rem}@media(min-width:768px){.hero__title{font-size:2.5rem;margin-bottom:2rem;gap:.75rem}}@media(min-width:1200px){.hero__title{font-size:2.5rem;margin-bottom:2.5rem;flex-direction:row;justify-content:center;align-items:center;gap:.5rem}}.hero__title-phrase{display:block}@media(min-width:1200px){.hero__title-phrase{display:inline}}.hero__title-separator{display:none;white-space:nowrap}@media(min-width:1200px){.hero__title-separator{display:inline;margin:0 .25rem;white-space:nowrap}}.hero__subtitle{font-size:1.25rem;font-weight:400;color:hsla(0,0%,100%,.9);margin-bottom:1.5rem;letter-spacing:.1em;text-transform:uppercase;opacity:.9}@media(min-width:768px){.hero__subtitle{font-size:1.5rem;margin-bottom:2rem}}@media(min-width:1200px){.hero__subtitle{font-size:1.75rem;margin-bottom:2.5rem}}.hero__content-group{display:flex;flex-direction:column;align-items:center;width:100%;opacity:0}.hero__description{font-size:1rem;color:hsla(0,0%,100%,.85);line-height:1.8;margin-bottom:1.5rem;max-width:100%;margin-left:auto;margin-right:auto;padding-top:1.25rem;padding-bottom:1.25rem}@media(min-width:768px){.hero__description{font-size:1.125rem;margin-bottom:2rem;max-width:800px;padding-top:1.5rem;padding-bottom:1.5rem}}@media(min-width:1200px){.hero__description{font-size:1.25rem;margin-bottom:3rem;max-width:1000px;padding-top:30px;padding-bottom:30px}}.hero__video{margin-bottom:2.5rem;max-width:100%;width:100%;margin-left:auto;margin-right:auto}@media(min-width:768px){.hero__video{margin-bottom:3rem;max-width:500px}}@media(min-width:1200px){.hero__video{margin-bottom:3.5rem;max-width:600px}}.hero__video-placeholder{position:relative;width:100%;aspect-ratio:4/3;background:rgba(58,24,177,.2);border-radius:12px;border:2px solid rgba(58,24,177,.3);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;overflow:hidden;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero__video-placeholder:hover{background:rgba(58,24,177,.3);border-color:rgba(58,24,177,.5);transform:scale(1.02)}.hero__video-placeholder--playing:hover{transform:none}.hero__video-bg,.hero__video-player{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:10px}.hero__video-bg{opacity:.6;filter:saturate(.9);pointer-events:none}.hero__video-player{opacity:0;pointer-events:none;transition:opacity .3s ease}.hero__video-placeholder--playing .hero__video-player{opacity:1;pointer-events:auto}.hero__video-overlay{position:relative;z-index:1;background:transparent;border:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;cursor:pointer;padding:0}.hero__video-placeholder--playing .hero__video-overlay{opacity:0;pointer-events:none}.hero__video-play-icon{width:80px;height:80px;border-radius:50%;background:hsla(0,0%,100%,.9);display:flex;align-items:center;justify-content:center;font-size:2rem;color:var(--color-indigo);margin-left:8px;box-shadow:0 4px 20px rgba(58,24,177,.4);transition:all .3s ease}@media(min-width:768px){.hero__video-play-icon{width:100px;height:100px;font-size:2.5rem}}@media(min-width:1200px){.hero__video-play-icon{width:120px;height:120px;font-size:3rem}}.hero__video-text{font-size:.875rem;color:hsla(0,0%,100%,.7);margin:0;text-transform:uppercase;letter-spacing:.1em}@media(min-width:768px){.hero__video-text{font-size:1rem}}.hero__actions{display:flex;flex-direction:column;align-items:center;gap:1rem}@media(min-width:768px){.hero__actions{flex-direction:row;justify-content:center;gap:1.25rem}}.hero__cta-secondary.button--secondary{color:var(--color-white);border-color:hsla(0,0%,100%,.45)}.hero__cta-secondary.button--secondary:hover{border-color:var(--color-white);background:hsla(0,0%,100%,.08)}@keyframes starTwinkle{0%,to{opacity:.3}50%{opacity:1}}@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600&family=Gadugi:wght@400;700&display=swap";@font-face{font-family:Gadugi;src:url(/fonts/gadugi-normal.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Gadugi;src:url(/fonts/gadugi-bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}:root{--color-indigo:#3a18b1;--color-indigo-dark:#2a0f7d;--color-gray:#777;--color-white:#fff;--color-soft-gray:#f4f4f4;--color-space-bg:#0a0a15;--color-indigo-glow:rgba(58,24,177,.18);--color-golden:#f59e0b;--font-primary:"Gadugi",sans-serif;--font-cormorant:"Cormorant Garamond",Georgia,serif;--font-display:"Cormorant Garamond",Georgia,serif}.home-cta{position:relative;padding:4.5rem 1.25rem;background:var(--color-soft-gray);text-align:center}.home-cta--white{background:var(--color-white)}@media(min-width:768px){.home-cta{padding:6rem 2rem}}.home-cta__container{max-width:720px;margin:0 auto}.home-cta__title{font-family:var(--font-cormorant),"Cormorant Garamond",serif;font-size:2rem;font-weight:600;color:var(--color-indigo-dark);text-align:center;letter-spacing:.02em;line-height:1.25;text-transform:none;margin:0 0 1rem}@media(min-width:768px){.home-cta__title{font-size:2.75rem;margin-bottom:1.25rem}}.home-cta__text,.home-cta__title{opacity:0;transform:translateY(30px)}.home-cta__text{font-family:var(--font-primary);font-size:1rem;line-height:1.75;color:var(--color-gray);margin:0 0 2rem}.home-cta__actions{display:flex;flex-direction:column;align-items:center;gap:1rem;opacity:0;transform:translateY(30px)}@media(min-width:768px){.home-cta__actions{flex-direction:row;justify-content:center;gap:1.25rem}}