.home_hero__z_jpu{position:relative;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;color:white;text-align:center;padding:2rem}.home_background__tVq9E{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.home_background__tVq9E:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(10,10,10,.4),rgba(10,10,10,.9));z-index:1}.home_backgroundImage__nCnHc{object-fit:cover;opacity:.8}.home_content__7Xh1r{position:relative;z-index:10;max-width:800px;animation:home_fadeIn__nzk5V 1s ease-out}.home_title__jKRy7{font-size:4.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;background:var(--accent-gradient-reverse);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.02em}.home_description__j4uIU{font-size:1.25rem;color:var(--text-secondary);margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}.home_buttonGroup__MVb_F{display:flex;gap:1.25rem;justify-content:center}.home_primaryButton__OinRB{padding:1rem 2.5rem;background:var(--accent-primary);color:white;border-radius:12px;font-weight:700;font-size:1.125rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 20px rgba(168,85,247,.3);border:1px solid rgba(255,255,255,.1)}.home_primaryButton__OinRB:hover{background:var(--accent-primary-hover);transform:translateY(-2px);box-shadow:0 15px 30px rgba(168,85,247,.4)}.home_secondaryButton__eIR1g{padding:1rem 2.5rem;background:rgba(255,255,255,.05);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:white;border-radius:12px;font-weight:700;font-size:1.125rem;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.home_secondaryButton__eIR1g:hover{background:rgba(255,255,255,.1);transform:translateY(-2px);border-color:rgba(255,255,255,.2)}@keyframes home_fadeIn__nzk5V{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.home_title__jKRy7{font-size:3rem}.home_description__j4uIU{font-size:1.125rem}.home_buttonGroup__MVb_F{flex-direction:column}}