.hero{min-height:calc(100vh - 140px);width:100vw;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:0;margin:0;opacity:0;transform:translateY(50px);background-color:transparent}@media (max-width:768px){.hero{flex:1;min-height:0;height:auto;width:100vw;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:.5rem 0;margin:0;opacity:0;transform:translateY(50px);background-color:transparent}.hero-content{max-height:100%;overflow-y:auto;padding:.25rem 0}@supports (height:100dvh){.hero{min-height:0}}}.hero .container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}.hero.animate{animation:fadeInUp 1.2s ease-out forwards}.hero-content{width:100%;max-width:800px;margin:0 auto;position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:left}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.hero-title{display:flex;flex-direction:column;gap:.5rem;margin-bottom:2rem;align-items:flex-start;text-align:left}.hero-title .name{font-size:4rem;font-weight:700;background:linear-gradient(45deg,#0056b3,#0066cc,#3a86ff,#4facfe);background-size:300% 300%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:.5rem 0;opacity:0;transform:translateY(50px) scale(.8);transition:all .8s cubic-bezier(.175,.885,.32,1.275)}.hero-title .name-link{text-decoration:none;color:inherit;background:inherit;-webkit-background-clip:inherit;-webkit-text-fill-color:inherit;background-clip:inherit;transition:all .3s ease;cursor:pointer;display:inline-block;animation:gradientShift 3s ease-in-out infinite}.hero-title .name-link:hover{transform:scale(1.05);background:linear-gradient(45deg,#ffffff,#3a86ff,#4facfe,#ffffff);background-size:300% 300%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradientShift 4s ease-in-out infinite}.hero-title .name.show{opacity:1;transform:translateY(0) scale(1);animation:floatUpDown 4s ease-in-out infinite}.hero-title .title{font-size:2.5rem;color:var(--text);font-weight:500;margin-bottom:1.5rem;opacity:0;transform:translateY(30px) scale(.9);transition:all .8s cubic-bezier(.175,.885,.32,1.275)}.hero-title .title-link{text-decoration:none;color:inherit;transition:all .3s ease;cursor:pointer;display:inline-block}.hero-title .title-link:hover{background:linear-gradient(45deg,#ffffff,#ffffff,#3a86ff,#ffffff,#ffffff,#4facfe,#ffffff);background-size:300% 300%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradientShift 4s ease-in-out infinite}.hero-title .title.show{opacity:1;transform:translateY(0) scale(1)}.dark .hero-title .title{color:var(--text)}.hero-description{font-size:1.1rem;color:var(--text-secondary);max-width:600px;margin-bottom:3rem;margin-left:10%;line-height:1.6;opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.175,.885,.32,1.275)}.hero-description.show{opacity:1;transform:translateY(0)}.available-text{color:#22c55e;font-weight:600}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap;opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.175,.885,.32,1.275)}.hero-cta.show{opacity:1;transform:translateY(0)}.hero-cta.show .button{animation:buttonPop .6s cubic-bezier(.175,.885,.32,1.275) forwards}.hero-cta.show .button:first-child{animation-delay:.1s}.hero-cta.show .button:nth-child(2){animation-delay:.2s}.hero-cta.show .button:nth-child(3){animation-delay:.3s}.button{padding:.8rem 2rem;border-radius:8px;font-weight:500;background-color:#007FFF;color:white;text-decoration:none;transition:all .3s ease}.button:hover{background-color:#0066CC;transform:translateY(-2px)}@keyframes gradientShift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@keyframes floatUpDown{0%,to{transform:translateY(0)}25%{transform:translateY(-5px)}75%{transform:translateY(-5px)}}@keyframes buttonPop{0%{opacity:0;transform:translateY(20px) scale(.8)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:1024px) and (min-width:769px){.hero .container{padding:0 1.5rem}.hero-content{max-width:700px}.hero-title .name{font-size:3.5rem;margin-bottom:.5rem}.hero-title .title{font-size:2.2rem;margin-bottom:1.5rem}.hero-description{font-size:1.05rem;margin-left:0;margin-bottom:2.5rem;max-width:600px;text-align:center;line-height:1.6}.hero-cta{display:flex;flex-direction:row;gap:1rem;justify-content:center;flex-wrap:wrap;max-width:600px;margin:0 auto}.button{padding:.9rem 1.5rem;font-size:.95rem;text-align:center;flex:1;min-width:150px;max-width:180px}}@media (max-width:900px) and (min-width:769px){.hero-content{max-width:600px}.hero-title .name{font-size:3rem}.hero-title .title{font-size:2rem}.hero-description{font-size:1rem;max-width:500px}.hero-cta{display:flex;flex-direction:row;gap:.8rem;justify-content:center;flex-wrap:wrap;max-width:500px}.button{flex:1;min-width:140px;max-width:160px;padding:.8rem 1.2rem;font-size:.9rem}}@media (max-width:820px) and (min-width:769px){.hero .container{padding:0 1rem}.hero-content{max-width:100%}.hero-title .name{font-size:2.8rem}.hero-title .title{font-size:1.8rem}.hero-description{font-size:.95rem;max-width:100%;padding:0 .5rem}.hero-cta{gap:.6rem;max-width:450px}.button{min-width:120px;max-width:140px;padding:.7rem 1rem;font-size:.85rem}}@media (max-width:768px){.hero{padding:0;min-height:100vh;height:100vh;width:100vw;max-width:100vw;display:flex;align-items:center;justify-content:center;overflow:hidden;left:0;right:0;top:0;bottom:0}.hero,.hero .container{margin:0;position:relative}.hero .container{padding:0 1rem;width:100%;max-width:100%}.hero-content{text-align:center;max-width:100%;padding:2rem 0}.hero-title{align-items:center;text-align:center;margin-bottom:2.5rem}.hero-title .name{font-size:2.8rem;line-height:1.1;margin-bottom:.5rem}.hero-title .title{font-size:1.8rem;line-height:1.2;margin-bottom:0}.hero-description{font-size:.85rem;margin-left:0;text-align:center;margin-bottom:2.5rem;max-width:100%;padding:0 1rem}.hero-cta{flex-direction:column;gap:.8rem;width:100%;max-width:300px;margin:0 auto}.button{width:100%;padding:.7rem 2rem;font-size:1rem;text-align:center}}@media (max-width:480px){.hero{padding:0;min-height:100vh;height:100vh;width:100vw;max-width:100vw;overflow:hidden;left:0;right:0;top:0;bottom:0}.hero,.hero .container{margin:0;position:relative}.hero .container{padding:0 .5rem;width:100%;max-width:100%}.hero-content{padding:1.5rem 0}.hero-title{margin-bottom:2rem}.hero-title .name{font-size:2.2rem;line-height:1.1;margin-bottom:.5rem}.hero-title .title{font-size:1.5rem;line-height:1.2}.hero-description{font-size:.8rem;margin-bottom:2rem;padding:0 .5rem;line-height:1.5}.hero-cta{flex-direction:column;width:100%;max-width:280px;gap:.8rem}.button{width:100%;padding:.6rem 1.5rem;font-size:.95rem;text-align:center}}@media (max-width:768px){.hero{position:relative;top:0;left:0;width:100vw;height:calc(100vh - 80px);padding:0;border:none;outline:none;min-width:100vw;min-height:calc(100vh - 80px);max-width:100vw;max-height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center;margin:80px 0 0}.hero .container{padding:0 1rem}.hero .container,.hero-content{width:100%;height:auto;margin:0;max-width:100%;display:flex;align-items:center;justify-content:center}.hero-content{padding:2rem 0;flex-direction:column;text-align:center}.hero-title .name{text-shadow:0 2px 8px rgba(0,0,0,.3)}.hero-title .title{text-shadow:0 1px 4px rgba(0,0,0,.2)}.hero-description{text-shadow:0 1px 3px rgba(0,0,0,.2)}.light .hero-title .name{text-shadow:0 2px 12px rgba(0,0,0,.5)}.light .hero-title .title{text-shadow:0 1px 6px rgba(0,0,0,.4)}.light .hero-description{text-shadow:0 1px 4px rgba(0,0,0,.4)}.dark .hero-title .name{text-shadow:0 2px 8px rgba(255,255,255,.1)}.dark .hero-title .title{text-shadow:0 1px 4px rgba(255,255,255,.1)}.dark .hero-description{text-shadow:0 1px 3px rgba(255,255,255,.1)}}