.navbar{position:fixed;top:20px;left:50%;transform:translateX(-50%);width:60%;background:rgba(33,37,41,.3);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:50px;z-index:5;transition:all .3s ease}.navbar.scrolled{box-shadow:0 4px 30px rgba(0,0,0,.2)}.nav-content{padding:.8rem 1.5rem;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:2rem}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links.left-links{justify-content:flex-end}.logo{padding:0 1rem}.logo:hover>div{transform:scale(.9);transition:transform .3s ease}.navbar-subtitle{text-align:center;font-size:clamp(.7rem,1.2vw,1.2rem);color:#666}.logo>div{transition:transform .4s ease}.nav-links.right-links{justify-content:flex-start}.nav-links li{cursor:pointer;transition:all .3s ease;font-size:1rem;white-space:nowrap}.dark-section .nav-links li{color:#111}.nav-links li:hover{color:#fdc800}.login-signup{font-weight:800}.hamburger{display:none;flex-direction:column;gap:6px;cursor:pointer;padding:10px}.hamburger span{display:block;width:25px;height:2px;background-color:#fefbea;transition:all .3s ease}.dark-section .hamburger span{background-color:#111}.mobile-menu{display:none}.nav-open .hamburger span:first-child{transform:rotate(45deg) translate(8px,8px)}.nav-open .hamburger span:nth-child(2){opacity:0}.nav-open .hamburger span:last-child{transform:rotate(-45deg) translate(7px,-7px)}@media (max-width:1280px){.navbar{margin-top:1rem;top:10px;width:50%}.nav-content{display:flex;justify-content:space-evenly;align-items:center}.logo{padding:0;margin:0;height:40px;width:40px}.logo:active .logo-image{transform:scale(.9)}.desktop-only{display:none}.hamburger{display:flex;height:40px;width:40px;padding:8px;align-items:center;justify-content:center}.mobile-menu{display:flex;position:absolute;top:calc(100% + 10px);left:0;width:100%;flex-direction:column;background:hsla(0,0%,7%,.75);border-radius:25px;padding:1rem 0;gap:.5rem;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;box-shadow:0 8px 32px rgba(0,0,0,.3)}.mobile-menu.show{transform:translateY(0);opacity:1;visibility:visible}.mobile-menu li{text-align:center;padding:.8rem 0;font-size:1rem;border-bottom:1px solid hsla(51,91%,96%,.1)}.mobile-menu li:last-child{border-bottom:none}.mobile-menu li:active{background:rgba(253,200,0,.1)}}.nav-links.mobile-menu li{color:#fefbea!important}main{width:100%;box-sizing:border-box}.intro{background:linear-gradient(180deg,rgba(0,0,0,.8),rgba(0,0,0,.3)),url(https://res.cloudinary.com/dju088eir/image/upload/v1741709550/002_yconcert_hhztxj.jpg) 50% fixed;background-size:cover}.intro-container{height:100vh;display:flex;flex-direction:column;justify-content:center;text-align:center}.intro-container h1{line-height:1.1}.intro-container p{width:70%;margin:1rem auto 0;opacity:.8}.get-started{margin-top:2rem}.video{height:140vh;display:flex;flex-direction:column;align-items:center}.video-container{margin-top:10rem;width:65%;position:relative;border-radius:2em;overflow:hidden}.video-controls{position:absolute;bottom:.5rem;right:.5rem}.control-button{background:rgba(0,0,0,.5);width:clamp(2rem,3vw,2.5rem);height:clamp(2rem,3vw,2.5rem);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.control-button:hover{background:rgba(0,0,0,.7);transform:scale(1.1)}@media (max-width:900px){.video{height:110vh}}.features{height:150vh;position:relative;background:url(https://res.cloudinary.com/dju088eir/image/upload/v1741709883/003_wpaper_ubmmij.png) 50%/cover no-repeat;margin-top:-18vh;padding-top:18vh;z-index:1}.features h2{color:#111;margin-top:5rem}.features-container{margin-top:2rem;display:flex;width:70vw;justify-content:space-between;justify-self:center}.feature-buttons{display:flex;flex-direction:column;margin-top:2rem;gap:1.5rem}.features .content{display:flex;flex-direction:column;width:100%;max-width:75%}.features .content h3,.features .content ul li{color:#44556c;margin-bottom:1rem}.features .image{display:block;margin:2rem auto 0;max-width:100%;height:auto}.explore,.mystudio{width:clamp(8rem,11vw,13rem)}.claimrewards,.connect{width:clamp(6rem,9vw,11rem)}.features .content.visible{opacity:1;transform:translateY(0)}.features .fade-in{animation:fadeIn .5s ease-in-out}@media (max-width:1170px){.features{height:100vh}.features h2{margin-top:8rem}.features-container{transform:scale(1.3);flex-direction:column;align-items:center;gap:2rem}.feature-buttons{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;width:60%;justify-content:center}.features .content{text-align:center;padding:0 1rem;max-width:100%}}@media (max-width:500px){.features{height:150vh}.features,.features-container{transform:scale(1)}}.journey{height:150vh;position:relative;background:url(https://res.cloudinary.com/dju088eir/image/upload/v1741709910/004_yguitar_efuurt.png) 50%/cover no-repeat;margin-top:-35vh;padding-top:42vh}.journey h2{color:#111}.referralCodeLabel{color:#44556c;font-size:clamp(.7rem,1vw,1.3rem)}.journey-container{margin:2rem 0 0 6rem;display:flex;width:60vw;justify-content:space-between;justify-self:center}.journey-buttons{display:flex;flex-direction:column;margin-top:4rem;gap:1.5rem;position:relative}.journey .recommended-badge{position:absolute;top:-6px;left:-5px;background-color:#fdc800;color:#333;padding:.1rem .2rem;border-radius:10px;font-size:.9rem;font-weight:700;transform:rotate(-40deg);display:block}.journey .content{display:flex;flex-direction:column;width:75%}.journey .content h3,.journey .content ul li{color:#44556c;margin-bottom:.9rem}.journey .content.visible{opacity:1;transform:translateY(0)}.journey .fade-in{animation:fadeIn .5s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width:1024px){.journey{background:url(https://res.cloudinary.com/dju088eir/image/upload/v1741709925/004_yguitarmobile_kxmgzw.jpg) 50%/cover no-repeat;height:120vh;margin-top:-15vh}.journey h2{margin-top:3rem}.journey-container{margin:0;flex-direction:column;align-items:center;gap:2rem;width:80vw}.choosethispath{justify-self:center}.journey-buttons{margin-top:1rem;display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;width:60%;justify-content:center}.journey .content{text-align:center;padding:0 1rem;width:100%}}@media screen and (max-width:500px){.journey .recommended-badge{position:absolute;top:-9px;left:-45px;background-color:#fdc800;color:#333;padding:.1rem .2rem;border-radius:10px;font-size:.9rem;font-weight:700;transform:rotate(-40deg);display:block}.journey h2{margin-top:0}.journey{height:130vh;transform:scale(1)}}.instructor{height:130vh;position:relative;background:url(https://res.cloudinary.com/dju088eir/image/upload/v1741709928/006_bpaper_o9mrth.png) 50%/cover no-repeat;margin-top:-15vh;padding-top:18vh;z-index:1}.instructor-container{margin-top:2.5rem;display:flex;width:90vw;justify-self:center}.instructor-img{margin-top:-6.5rem}.left{width:40%;flex-direction:column}.instructor-description,.left{display:flex;align-items:center}.instructor-description{font-size:clamp(.8rem,1.1vw,1.3rem);opacity:.8}.right{width:60%;display:flex;flex-direction:column}.right h3,.right p{margin-bottom:1rem}.right p{opacity:.8}.social-icons{margin-top:1rem;gap:1.5rem;display:flex}@media screen and (max-width:1170px){.instructor{padding-top:28vh;flex-direction:column;height:130vh}.instructor h3{margin-top:3rem;padding-bottom:2rem}.instructor-container{flex-direction:column;align-items:center}.left,.right{width:90%}.right{text-align:center}.social-icons{padding-top:2rem;justify-content:center}}@media screen and (max-width:500px){.instructor{height:174vh}.instructor h3{margin-top:2rem;padding-bottom:1rem}}@font-face{font-family:Caveat Brush;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/90d7a00850263e9e-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Caveat Brush;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/cac1f6d77a893260-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Caveat Brush Fallback;src:local("Arial");ascent-override:120.90%;descent-override:37.78%;line-gap-override:0.00%;size-adjust:79.41%}.__className_da3329{font-family:Caveat Brush,Caveat Brush Fallback;font-weight:400;font-style:normal}.testimonials{height:130vh;position:relative;background:url(https://res.cloudinary.com/dju088eir/image/upload/v1741709925/005_wwall_wacj5e.jpg) 50% fixed;background-size:cover;margin-top:-10vh;padding-top:20vh}.testimonials h2{color:#111;margin-bottom:4rem}@media (max-width:1170px){.testimonials{height:90vh;margin-top:-20vh}}@media (max-width:500px){.testimonials{height:150vh}.testimonials h2{margin-top:6rem}}.faq{height:115vh;position:relative;background:url(https://res.cloudinary.com/dju088eir/image/upload/v1741709926/007_yguitar_itwhth.jpg) 50%/cover no-repeat;margin-top:-10vh;padding-top:15vh}.faq h2{color:#111}@media (max-width:1024px){.faq{height:90vh}.faq h2{margin-top:4rem}}@media (max-width:900px){.faq{padding:80px 20px}.faq h2{margin-bottom:1.5rem}}@media (max-width:500px){.faq{height:140vh;padding:80px 20px}}.footer-content{position:relative;display:flex;flex-direction:column;align-items:center;gap:1.2rem;padding:2rem}.footer-text{font-size:.8rem}.footer-social-icons{display:flex;gap:1.5rem;margin-top:0;flex-wrap:wrap;justify-content:center}.icon{transition:transform .3s ease,opacity .3s ease}.icon:hover{transform:scale(1.2);opacity:.8}.footer-copyright{font-size:.7rem;color:hsla(46,46%,89%,.8);text-align:center}.footer-text{display:flex;align-items:center}