.shiny-text{will-change:background-position;display:inline-block}
.hero-section{isolation:isolate;background-color:#030712;background-position:50%;background-size:cover;transition:background-image .4s;position:relative;overflow:hidden}.hero-container{flex-direction:column;justify-content:center;gap:0;max-width:80rem;min-height:72vh;margin:0 auto;padding:5rem 1.5rem;display:flex}@media (min-width:640px){.hero-container{padding:5rem 1.5rem}}@media (min-width:1024px){.hero-container{padding:5rem 2rem}}.hero-container>*{max-width:56rem}.hero-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#ede9fe;background:#ffffff1a;border:1px solid #ffffff26;border-radius:9999px;align-items:center;gap:.5rem;width:fit-content;margin-bottom:1.5rem;padding:.45rem 1rem;font-size:.8rem;font-weight:700;animation:.5s ease-out both hero-slide-up;display:inline-flex}.hero-badge-icon{color:#f8ca40;flex-shrink:0;width:14px;height:14px}.hero-content{will-change:opacity, transform;transition:opacity .3s,transform .3s}.hero-content-in{opacity:1;transform:translateY(0)}.hero-content-out{opacity:0;transform:translateY(8px)}.hero-title{letter-spacing:-.025em;color:#fff;max-width:56rem;margin:0 0 1.5rem;font-size:2.5rem;font-weight:900;line-height:1.1;animation:.55s ease-out .1s both hero-slide-up}@media (min-width:640px){.hero-title{font-size:3.5rem}}@media (min-width:1024px){.hero-title{font-size:4.25rem}}.hero-highlight{display:inline}.hero-description{color:#ede9fee6;max-width:38rem;margin:0 0 2rem;font-size:1.05rem;font-weight:500;line-height:1.8;animation:.55s ease-out .2s both hero-slide-up}@media (min-width:640px){.hero-description{font-size:1.2rem}}.hero-actions{flex-direction:column;gap:.75rem;margin-bottom:2.5rem;animation:.55s ease-out .28s both hero-slide-up;display:flex}@media (min-width:640px){.hero-actions{flex-flow:wrap;align-items:center}}.hero-btn-primary{color:#0f0a1a;white-space:nowrap;background:#f8ca40;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;padding:1rem 1.5rem;font-size:.875rem;font-weight:900;text-decoration:none;transition:background .2s,transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 8px 24px -4px #f8ca4059}.hero-btn-primary:hover{background:#fade54;transform:translateY(-1px);box-shadow:0 12px 28px -4px #f8ca4073}.hero-btn-secondary{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);white-space:nowrap;background:#ffffff1a;border:1px solid #fff3;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;padding:1rem 1.5rem;font-size:.875rem;font-weight:900;text-decoration:none;transition:background .2s,transform .2s;display:inline-flex}.hero-btn-secondary:hover{background:#ffffff2e;transform:translateY(-1px)}.hero-btn-tertiary{color:#ede9fe;white-space:nowrap;border:1px solid #c4b5fd4d;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;padding:1rem 1.5rem;font-size:.875rem;font-weight:900;text-decoration:none;transition:background .2s,transform .2s;display:inline-flex}.hero-btn-tertiary:hover{background:#ffffff1a;transform:translateY(-1px)}.hero-chips{grid-template-columns:repeat(3,1fr);gap:.75rem;max-width:42rem;margin-bottom:2rem;animation:.55s ease-out .36s both hero-slide-up;display:grid}@media (max-width:500px){.hero-chips{grid-template-columns:1fr;max-width:100%}}.hero-chip{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1a;border:1px solid #ffffff1a;border-radius:.5rem;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.8rem;font-weight:700;display:flex}.hero-chip-icon{color:#6ee7b7;flex-shrink:0;width:16px;height:16px}.hero-pills{flex-wrap:wrap;gap:.5rem;animation:.55s ease-out .44s both hero-slide-up;display:flex}.hero-pill{color:#ede9fecc;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff12;border:1px solid #ffffff26;border-radius:9999px;align-items:center;gap:.4rem;padding:.35rem .85rem;font-size:.75rem;font-weight:700;transition:all .2s;display:inline-flex}.hero-pill:hover{color:#fff;background:#ffffff24;border-color:#f8ca4066}.hero-pill-active{color:#f8ca40;background:#f8ca401f;border-color:#f8ca4099}.hero-pill-dot{background:#ffffff4d;border-radius:50%;flex-shrink:0;width:6px;height:6px;transition:all .25s}.hero-pill-active .hero-pill-dot{background:#f8ca40;animation:2s ease-in-out infinite hero-pulse;box-shadow:0 0 8px #f8ca40cc}@keyframes hero-slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes hero-pulse{0%,to{opacity:1}50%{opacity:.4}}
.card-spotlight{--mouse-x:50%;--mouse-y:50%;--spotlight-color:#f8ca4026;position:relative;overflow:hidden}.card-spotlight:before{content:"";background:radial-gradient(circle at var(--mouse-x) var(--mouse-y), var(--spotlight-color), transparent 80%);opacity:0;pointer-events:none;z-index:0;transition:opacity .5s;position:absolute;inset:0}.card-spotlight:hover:before,.card-spotlight:focus-within:before{opacity:1}.card-spotlight>*{z-index:1;position:relative}
