@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";.navbar-container{position:fixed;top:0;left:0;right:0;z-index:1000;transition:all .3s ease}.navbar{background-color:transparent;backdrop-filter:none;border-bottom:2px dotted rgba(255,255,255,.3);padding:16px 24px;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease}.navbar.scrolled{background-color:#000000f2;backdrop-filter:blur(10px)}.logo-container{display:flex;align-items:center;transition:transform .3s ease}.logo-container:hover{transform:scale(1.05)}.logo{height:40px;margin-right:12px;filter:brightness(0) invert(1)}.brand-name{font-size:24px;font-weight:700;color:#fff;text-decoration:none;transition:color .3s ease;font-family:Manrope,sans-serif}.menu-toggle{display:flex;justify-content:center;align-items:center;width:50px;height:50px;cursor:pointer;border-radius:50%;border:2px dotted rgba(255,255,255,.5);background-color:#ffffff1a;transition:all .3s ease}.menu-toggle:hover{transform:scale(1.1);border-color:#fff}.social-icons{display:flex;gap:25px}.social-icon{display:flex;justify-content:center;align-items:center;width:34px;height:34px;color:#fff;transition:all .3s ease}.social-icon:hover{color:#ccc;transform:translateY(-3px)}.fullscreen-menu{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000f2;backdrop-filter:blur(10px);display:flex;flex-direction:column;justify-content:center;align-items:center;opacity:0;visibility:hidden;transition:all .5s cubic-bezier(.68,-.55,.27,1.55);transform:scale(.9);z-index:1000;font-family:Manrope,sans-serif}.fullscreen-menu.open{opacity:1;visibility:visible;transform:scale(1)}.close-menu{position:absolute;top:20px;right:20px;width:50px;height:50px;border-radius:50%;background-color:#ffffff1a;border:2px dotted rgba(255,255,255,.5);display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .3s ease}.close-menu:hover{background-color:#fff3;transform:rotate(90deg) scale(1.1);border-color:#fff}.menu-links{text-align:center;font-family:Manrope,sans-serif;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(4,1fr);gap:40px 80px;align-items:center;justify-items:center;max-width:900px;width:100%;padding:0 40px}.menu-item{position:relative;margin:0}.menu-item.order-1{order:1}.menu-item.order-2{order:2}.menu-item.order-3{order:3}.menu-item.order-4{order:4}.menu-item.order-5{order:5}.menu-item.order-6{order:6}.menu-item.order-7{order:7}.menu-item.order-8{order:8}.menu-link{display:inline-block;font-size:36px;color:#fff;text-decoration:none;font-weight:700;padding:15px 25px;position:relative;cursor:pointer;transition:all .3s ease;font-family:Manrope,sans-serif;white-space:nowrap}.menu-link:before{content:"";position:absolute;bottom:0;left:50%;width:0;height:3px;background:linear-gradient(90deg,white 50%,transparent 50%);background-size:8px 3px;background-repeat:repeat-x;transition:all .4s ease;transform:translate(-50%)}.menu-link:hover{color:#ccc;transform:translateY(-5px);text-shadow:0 10px 20px rgba(255,255,255,.2)}.menu-link:hover:before{width:80%}.services-submenu{max-height:0;overflow:hidden;transition:max-height .5s cubic-bezier(.68,-.55,.27,1.55);margin-top:0;background-color:#ffffff1a;border-radius:0;border:2px dotted rgba(255,255,255,.3);padding:0 20px}.services-submenu.open{max-height:400px;margin-top:20px;padding:20px}.services-submenu a{display:block;color:#fff;text-decoration:none;padding:10px 0;font-size:18px;transition:all .3s ease;font-family:Manrope,sans-serif}.services-submenu a:hover{color:#ccc;transform:translate(10px)}@media (max-width: 768px){.navbar{padding:12px 16px}.logo{height:32px;margin-right:8px}.brand-name{font-size:20px}.menu-toggle{width:44px;height:44px}.social-icons{display:none}.menu-links{grid-template-columns:1fr;grid-template-rows:repeat(8,1fr);gap:20px;padding:0 20px}.menu-link{font-size:28px;padding:12px 20px}.close-menu{top:15px;right:15px;width:44px;height:44px}.menu-item.order-1{order:1}.menu-item.order-2{order:2}.menu-item.order-3{order:3}.menu-item.order-4{order:4}.menu-item.order-5{order:5}.menu-item.order-6{order:6}.menu-item.order-7{order:7}.menu-item.order-8{order:8}}@media (max-width: 480px){.navbar{padding:10px 12px}.logo{height:28px;margin-right:6px}.brand-name{font-size:18px}.menu-toggle{width:40px;height:40px}.social-icons{gap:12px}.social-icon{width:24px;height:24px}.menu-link{font-size:24px;padding:10px 16px}.close-menu{top:12px;right:12px;width:40px;height:40px}}:root{--splash-color: #000000;--text-color: #ffffff;--background-color: #000000}#splash{position:fixed;top:0;left:0;width:100%;height:100%;background-color:var(--splash-color);display:flex;justify-content:center;align-items:center;z-index:9999;overflow:hidden;animation:tunnel-collapse 3s ease-in-out forwards;animation-delay:3s;box-sizing:border-box}.logo-image{max-width:800px;max-height:800px;width:clamp(200px,30vw,500px);height:auto;z-index:2;animation:image-fade-out 3s ease-in-out forwards;animation-delay:3s;filter:brightness(0) invert(1);transition:filter .3s ease}.logo-image:hover{filter:brightness(0) invert(1) brightness(1.2)}@keyframes tunnel-collapse{0%{clip-path:circle(150% at 50% 50%);opacity:1}to{clip-path:circle(0% at 50% 50%);opacity:0}}@keyframes image-fade-out{0%{opacity:1;transform:scale(1)}50%{transform:scale(1.05)}to{opacity:0;transform:scale(.95)}}@media (max-width: 768px){.logo-image{width:clamp(180px,35vw,350px)}}@media (max-width: 480px){.logo-image{width:clamp(150px,40vw,280px)}}body{font-family:Manrope,Manrope Placeholder,sans-serif;background:#000}.lf-hero-section{min-height:100vh;background:url(/buiild.png) center/cover no-repeat;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:80px 40px 40px;position:relative;overflow:hidden}.lf-hero-content{max-width:850px;text-align:center;margin-bottom:80px;opacity:1;transform:translateY(0);transition:all 1s cubic-bezier(.68,-.55,.27,1.55);position:relative;z-index:10;animation:lf-fadeInUp 1.5s ease-out}@keyframes lf-fadeInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.lf-hero-text{font-family:Manrope,Manrope Placeholder,sans-serif;font-size:4.5rem;font-weight:800;color:#fff;line-height:1.2;margin:0;display:inline;text-shadow:0 2px 4px rgba(0,0,0,.5),0 4px 20px rgba(255,255,255,.1)}@keyframes lf-shimmer{0%,to{background-position:0% 0%}50%{background-position:100% 100%}}.lf-animated-word:nth-child(2n){animation-delay:-1s}.lf-animated-word:nth-child(3n){animation-delay:-2s}@keyframes lf-gradientShift{0%,to{background-position:0% 50%}25%{background-position:100% 50%}50%{background-position:100% 100%}75%{background-position:0% 100%}}@media (max-width: 1200px){.lf-hero-text{font-size:3.8rem}}@media (max-width: 768px){.lf-hero-section{padding:60px 20px 20px}.lf-hero-text{font-size:2.8rem}.lf-animated-word{margin:0 4px}}@media (max-width: 480px){.lf-hero-text{font-size:2.2rem;line-height:1.3}.lf-animated-word{margin:0 3px}}@media (max-width: 360px){.lf-hero-text{font-size:1.8rem}}.lf-dotted-section{min-height:100vh;background-color:#000;padding:80px 0;font-family:Manrope,Manrope Placeholder,sans-serif;position:relative;&:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background-image:repeating-linear-gradient(to right,rgba(255,255,255,.5) 0px,rgba(255,255,255,.5) 4px,transparent 4px,transparent 10px)}&:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(to right,transparent 0%,rgba(255,255,255,.3) 10%,rgba(255,255,255,.3) 90%,transparent 100%);background-image:repeating-linear-gradient(to right,transparent,transparent 8px,rgba(255,255,255,.3) 8px,rgba(255,255,255,.3) 16px)}}.lf-dotted-content{max-width:1200px;margin:0 auto;padding:0 80px;position:relative;&:before{content:"";position:absolute;left:80px;top:0;bottom:0;width:2px;background-image:repeating-linear-gradient(to bottom,rgba(255,255,255,.3) 0px,rgba(255,255,255,.3) 8px,transparent 8px,transparent 16px)}&:after{content:"";position:absolute;right:80px;top:0;bottom:0;width:2px;background-image:repeating-linear-gradient(to bottom,rgba(255,255,255,.3) 0px,rgba(255,255,255,.3) 8px,transparent 8px,transparent 16px)}}.lf-svg-container{display:flex;justify-content:center;align-items:center;margin-bottom:60px;padding:40px 0}.lf-main-svg{opacity:.8;filter:drop-shadow(0 4px 20px rgba(255,255,255,.1));animation:lf-svgFloat 6s ease-in-out infinite}@keyframes lf-svgFloat{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(2deg)}}.lf-main-text{text-align:center;margin-bottom:40px;padding:0 40px}.lf-main-text p{font-size:1.8rem;font-weight:600;color:#fff;line-height:1.6;margin:0;text-shadow:0 2px 10px rgba(255,255,255,.1);opacity:.95}.lf-secondary-text{text-align:center;margin-bottom:80px;padding:0 60px}.lf-secondary-text p{font-size:.95rem;font-weight:400;color:#ffffffb3;line-height:1.8;margin:0;letter-spacing:.5px}.lf-video-container{max-width:1200px;margin:0 auto;padding:0 80px;position:relative;&:before{content:"";position:absolute;top:-40px;left:80px;right:80px;height:2px;background-image:repeating-linear-gradient(to right,rgba(255,255,255,.2) 0px,rgba(255,255,255,.2) 8px,transparent 8px,transparent 16px)}}.lf-auto-video{width:100%;height:500px;border:2px dotted rgba(255,255,255,.3);filter:brightness(.9) saturate(1.1);object-fit:cover}@media (max-width: 768px){.lf-auto-video{height:250px}}@media (max-width: 480px){.lf-auto-video{height:200px}}@media (max-width: 1200px){.lf-dotted-content{padding:0 60px}.lf-dotted-content:before{left:60px}.lf-dotted-content:after{right:60px}.lf-video-container{padding:0 60px}.lf-video-container:before{left:60px;right:60px}.lf-main-text p{font-size:1.6rem}}@media (max-width: 768px){.lf-dotted-content{padding:0 40px}.lf-dotted-content:before{left:40px}.lf-dotted-content:after{right:40px}.lf-video-container{padding:0 40px}.lf-video-container:before{left:40px;right:40px}.lf-main-text{padding:0 20px}.lf-main-text p{font-size:1.3rem}.lf-secondary-text{padding:0 20px}.lf-secondary-text p{font-size:.9rem}.lf-auto-video{height:250px}}@media (max-width: 480px){.lf-dotted-section{padding:60px 0}.lf-dotted-content{padding:0 30px}.lf-dotted-content:before{left:30px}.lf-dotted-content:after{right:30px}.lf-video-container{padding:0 30px}.lf-video-container:before{left:30px;right:30px}.lf-main-text p{font-size:1.1rem}.lf-auto-video{height:200px}}.lf-startup-solutions-section{background-color:#000;color:#fff;padding:80px 0;min-height:100vh;position:relative;font-family:Manrope,Manrope Placeholder,sans-serif}.lf-main-title-container{text-align:center;margin-bottom:2rem;padding:0 20px}.lf-primary-heading{font-size:2.5rem;font-family:Manrope,Manrope Placeholder,sans-serif;font-weight:700;color:#fff;margin:0;padding:1.5rem;border:2px dotted rgba(255,255,255,.4);display:inline-block;background-color:transparent;text-shadow:0 4px 20px rgba(255,255,255,.1)}.lf-content-separator{width:calc(100% - 40px);height:2px;margin:20px auto;position:relative;background-image:repeating-linear-gradient(to right,rgba(255,255,255,.4) 0px,rgba(255,255,255,.4) 8px,transparent 8px,transparent 16px)}.lf-solutions-wrapper{display:flex;justify-content:space-between;align-items:stretch;min-height:600px;padding:0 20px;background:transparent;transition:background .5s ease;position:relative;z-index:2;width:calc(100% - 40px);overflow:visible;gap:2rem}.lf-solution-card{flex:1;margin:0;min-height:500px;background:#000000;border:2px dotted rgba(255,255,255,.4);padding:1.5rem;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;transition:all .6s ease;cursor:pointer;position:relative;overflow:hidden;z-index:2}.lf-solution-card:hover{flex:2;transform:translate(0);z-index:10;border:2px dotted rgba(255,255,255,.6);background:rgba(0,0,0,.95)}.lf-icon-placeholder{margin-bottom:1rem;transition:all .5s ease;z-index:2}.lf-solution-card:hover .lf-icon-placeholder{opacity:0;position:absolute;transform:translateY(-100%)}.lf-solution-title{font-family:Manrope,Manrope Placeholder,sans-serif;font-size:1.8rem;font-weight:700;color:#fff;text-shadow:0 4px 20px rgba(255,255,255,.1);transition:all .5s ease;text-align:center;margin-bottom:2rem;position:relative;z-index:2}.lf-solution-card:hover .lf-solution-title{opacity:0;position:absolute;transform:translateY(-100%)}.lf-solution-description{font-family:Manrope,Manrope Placeholder,sans-serif;color:#fff;text-align:justify;opacity:0;transform:translateY(20px);transition:all .5s ease;padding:1rem;font-size:.95rem;line-height:1.5;position:relative;z-index:2;margin-top:0;max-height:0;overflow:hidden}.lf-solution-card:hover .lf-solution-description{opacity:1;transform:translateY(0);z-index:11;max-height:500px}.lf-solution-description p{margin-bottom:1rem;position:relative;z-index:2;font-size:1.3rem;font-weight:400;text-shadow:none;text-align:justify;padding:0;line-height:1.4;color:#fff}.lf-solution-card:hover .lf-solution-description p{z-index:11}.lf-solution-card:hover{min-height:600px}@media (max-width: 768px){.lf-startup-solutions-section{padding:1rem 0}.lf-solutions-wrapper{flex-direction:column;min-height:auto;padding:0 20px;gap:1rem}.lf-solution-card{flex:none;min-height:200px;padding:1rem;margin:0;width:100%;max-width:100%}.lf-solution-card:hover,.lf-solution-card:active,.lf-solution-card:focus{flex:none;transform:none;margin:0;min-height:250px;box-shadow:0 8px 25px #fff3}.lf-solution-title{font-size:1.4rem;margin-bottom:1rem}.lf-solution-card:hover .lf-solution-title,.lf-solution-card:active .lf-solution-title,.lf-solution-card:focus .lf-solution-title{opacity:1;position:relative;transform:none;font-size:1.2rem;margin-bottom:1rem}.lf-solution-card:hover .lf-icon-placeholder,.lf-solution-card:active .lf-icon-placeholder,.lf-solution-card:focus .lf-icon-placeholder{opacity:1;position:relative;transform:none}.lf-solution-description{padding:0 1rem;font-size:.9rem;line-height:1.4;margin-top:0}.lf-solution-card:hover .lf-solution-description,.lf-solution-card:active .lf-solution-description,.lf-solution-card:focus .lf-solution-description{opacity:1;transform:none}.lf-solution-description p{font-size:1rem;margin-bottom:1rem}.lf-solution-card:hover .lf-solution-description p,.lf-solution-card:active .lf-solution-description p,.lf-solution-card:focus .lf-solution-description p{transform:none}.lf-primary-heading{font-size:1.8rem;padding:1rem}.lf-main-title-container{margin-bottom:1rem}}@media (max-width: 480px){.lf-solutions-wrapper{padding:0 10px;gap:.5rem}.lf-solution-card{min-height:180px;padding:.8rem}.lf-solution-card:hover,.lf-solution-card:active,.lf-solution-card:focus{min-height:220px}.lf-solution-title{font-size:1.2rem}.lf-solution-card:hover .lf-solution-title,.lf-solution-card:active .lf-solution-title,.lf-solution-card:focus .lf-solution-title{font-size:1.1rem}.lf-solution-description{font-size:.85rem;padding:0 .5rem}.lf-solution-description p{font-size:.9rem;margin-bottom:.8rem}.lf-primary-heading{font-size:1.5rem;padding:.8rem}.lf-main-title-container{padding:0 10px}.lf-content-separator{width:calc(100% - 20px);margin:15px auto}}@media (hover: none) and (pointer: coarse){.lf-solution-card{cursor:default;min-height:180px}.lf-solution-card:active{transform:scale(.98);transition:transform .1s ease}}body{margin:0;padding:0;background-color:#000;color:#fff;font-family:Manrope,Manrope Placeholder,sans-serif}.lf-investment-section{background-color:#000;color:#fff;padding:80px 0;min-height:100vh;position:relative;font-family:Manrope,Manrope Placeholder,sans-serif}.lf-main-title-container{text-align:center;margin-bottom:4rem;padding:0 20px}.lf-primary-heading{font-size:2.8rem;font-family:Manrope,Manrope Placeholder,sans-serif;font-weight:700;color:#fff;margin:0 0 1rem;line-height:1.2;text-shadow:0 4px 20px rgba(255,255,255,.1)}.lf-subtitle{font-size:1.3rem;font-weight:500;color:#fffc;margin:1rem 0;line-height:1.4}.lf-call-to-action{font-size:1.1rem;font-weight:400;color:#ffffffe6;margin-top:1rem;line-height:1.4}.lf-technologies-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);gap:2.5rem;padding:0 40px;max-width:1400px;margin:0 auto}.lf-tech-card{min-height:280px;background:#000000;border:2px dotted rgba(255,255,255,.4);padding:2rem;display:flex;flex-direction:column;justify-content:center;align-items:center;transition:all .6s ease;cursor:pointer;position:relative;overflow:hidden;text-align:center}.lf-tech-card:hover{border-color:#fffc;transform:translateY(-5px);box-shadow:0 15px 40px #ffffff1a}.lf-tech-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,transparent,rgba(255,255,255,.02),transparent);opacity:0;transition:opacity .6s ease}.lf-tech-card:hover:before{opacity:1}.lf-tech-icon{font-size:3rem;margin-bottom:1.5rem;filter:brightness(0) invert(1);opacity:.8}.lf-tech-title{font-size:1.4rem;font-weight:700;margin-bottom:1rem;color:#fff;text-transform:uppercase;letter-spacing:.5px}.lf-tech-description{font-size:.95rem;font-weight:400;color:#ffffffb3;line-height:1.5;max-width:250px}.lf-tech-card:nth-child(1){animation-delay:.1s}.lf-tech-card:nth-child(2){animation-delay:.2s}.lf-tech-card:nth-child(3){animation-delay:.3s}.lf-tech-card:nth-child(4){animation-delay:.4s}.lf-tech-card:nth-child(5){animation-delay:.5s}.lf-tech-card:nth-child(6){animation-delay:.6s}@keyframes lf-fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.lf-tech-card{animation:lf-fadeInUp .8s ease forwards;opacity:0}.lf-fullscreen-video-section{position:relative;width:100vw;height:60vh;overflow:hidden;margin:0;padding:0}.lf-background-video{position:absolute;top:50%;left:50%;width:100%;height:100%;object-fit:cover;transform:translate(-50%,-50%);border:none;outline:none}.lf-background-video::-webkit-media-controls{display:none!important}.lf-background-video::-webkit-media-controls-panel{display:none!important}.lf-background-video::-moz-media-controls{display:none!important}@media (max-width: 1024px){.lf-technologies-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,1fr);padding:0 30px}.lf-primary-heading{font-size:2.4rem}.lf-subtitle{font-size:1.2rem}}@media (max-width: 768px){.lf-technologies-grid{grid-template-columns:1fr;grid-template-rows:repeat(6,1fr);gap:2rem;padding:0 20px}.lf-primary-heading{font-size:2rem}.lf-subtitle{font-size:1.1rem}.lf-call-to-action{font-size:1rem}.lf-tech-card{min-height:220px;padding:1.5rem}.lf-tech-title{font-size:1.2rem}.lf-tech-description{font-size:.9rem}}.lf-launchforge-section{background-color:#000;color:#fff;padding:100px 0;min-height:100vh;display:flex;align-items:center;justify-content:center;font-family:Manrope,Manrope Placeholder,sans-serif}.lf-content-container{max-width:800px;margin:0 auto;padding:0 40px;text-align:center}.lf-main-title{font-size:3.5rem;font-weight:800;color:#fff;margin-bottom:3rem;line-height:1.2;text-shadow:0 4px 20px rgba(255,255,255,.1)}.lf-text-content{max-width:700px;margin:0 auto}.lf-intro-text{font-size:1.3rem;font-weight:400;line-height:1.6;margin-bottom:2rem;color:#ffffffe6;text-align:justify}.lf-highlight-text{font-size:1.8rem;font-weight:700;color:#fff;margin:2.5rem 0;text-transform:uppercase;letter-spacing:1px;text-shadow:0 2px 10px rgba(255,255,255,.2)}.lf-body-text{font-size:1.2rem;font-weight:400;line-height:1.7;margin-bottom:2rem;color:#ffffffd9;text-align:justify}.lf-closing-text{font-size:1.3rem;font-weight:500;line-height:1.6;margin:2.5rem 0;color:#fffffff2;text-align:justify}.lf-final-call{font-size:1.5rem;font-weight:700;color:#fff;margin-top:3rem;text-shadow:0 2px 15px rgba(255,255,255,.3)}@media (max-width: 768px){.lf-content-container{padding:0 20px}.lf-main-title{font-size:2.5rem;margin-bottom:2rem}.lf-intro-text{font-size:1.1rem;text-align:left}.lf-highlight-text{font-size:1.4rem;margin:2rem 0}.lf-body-text{font-size:1rem;text-align:left}.lf-closing-text{font-size:1.1rem;text-align:left}.lf-final-call{font-size:1.2rem;margin-top:2rem}}@media (max-width: 480px){.lf-launchforge-section{padding:60px 0}.lf-main-title{font-size:2rem}.lf-intro-text,.lf-body-text,.lf-closing-text{font-size:.95rem}.lf-highlight-text{font-size:1.2rem}.lf-final-call{font-size:1.1rem}}.lf-apply-section{background-color:#000;color:#fff;padding:120px 0;min-height:70vh;display:flex;align-items:center;justify-content:center;font-family:Manrope,Manrope Placeholder,sans-serif}.lf-apply-container{max-width:700px;margin:0 auto;padding:0 40px;text-align:center}.lf-apply-title{font-size:3.2rem;font-weight:800;color:#fff;margin-bottom:2.5rem;line-height:1.2;text-shadow:0 4px 20px rgba(255,255,255,.1)}.lf-apply-content{max-width:600px;margin:0 auto}.lf-apply-description{font-size:1.3rem;font-weight:400;line-height:1.7;margin-bottom:3.5rem;color:#ffffffe6;text-align:center}.lf-apply-button{background:transparent;color:#fff;border:2px dotted rgba(255,255,255,.6);padding:1.2rem 3rem;font-size:1.2rem;font-weight:700;font-family:Manrope,Manrope Placeholder,sans-serif;cursor:pointer;text-transform:uppercase;letter-spacing:1px;transition:all .4s ease;position:relative;overflow:hidden;min-width:250px}.lf-apply-button:hover:before{left:100%}.lf-apply-button:hover{border-color:#fff;box-shadow:0 8px 25px #ffffff26;transform:translateY(-3px);background:rgba(255,255,255,.05)}.lf-apply-button:active{transform:translateY(-1px);box-shadow:0 4px 15px #ffffff1a}.lf-button-text{position:relative;z-index:2}@keyframes lf-subtlePulse{0%,to{border-color:#fff9}50%{border-color:#fffc}}.lf-apply-button{animation:lf-subtlePulse 3s ease-in-out infinite}.lf-apply-button:hover{animation:none}@media (max-width: 768px){.lf-apply-section{padding:80px 0}.lf-apply-container{padding:0 20px}.lf-apply-title{font-size:2.4rem;margin-bottom:2rem}.lf-apply-description{font-size:1.1rem;margin-bottom:3rem}.lf-apply-button{padding:1rem 2.5rem;font-size:1.1rem;min-width:220px}}@media (max-width: 480px){.lf-apply-title{font-size:2rem}.lf-apply-description{font-size:1rem;margin-bottom:2.5rem}.lf-apply-button{padding:.9rem 2rem;font-size:1rem;min-width:200px}}.contact-page{min-height:100vh;background-color:#000;font-family:Manrope,sans-serif;color:#fff;padding-top:100px}.funny-message{max-width:800px;margin:0 auto;padding:60px 40px;text-align:center}.funny-title{font-size:36px;font-weight:700;color:#fff;margin-bottom:20px;text-shadow:0 2px 4px rgba(255,255,255,.1)}.funny-message>p{font-size:18px;color:#fffc;margin-bottom:40px;line-height:1.6}.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:25px;margin-bottom:50px;text-align:left}.form-group{display:flex;flex-direction:column}.form-group.full-width{grid-column:1 / -1}.form-group label{font-size:16px;font-weight:600;color:#fff;margin-bottom:8px}.form-group input,.form-group textarea{padding:12px 16px;border:2px dotted rgba(255,255,255,.3);border-radius:0;background-color:#000;color:#fff;font-size:16px;font-family:Manrope,sans-serif;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#fff;background-color:#000;box-shadow:none}.submit-button{grid-column:1 / -1;justify-self:center;padding:15px 40px;background-color:#000;border:none;border-radius:0;color:#fff;font-size:18px;font-weight:600;font-family:Manrope,sans-serif;cursor:pointer;transition:all .3s ease}.submit-button:hover:not(:disabled){background-color:#fff;color:#000;transform:translateY(-2px);box-shadow:0 8px 20px #ffffff1a}.contact-info{display:flex;justify-content:center;gap:30px;flex-wrap:wrap}.contact-card{background-color:#000;border:none;border-radius:0;padding:30px;text-align:center;min-width:280px;transition:all .3s ease;cursor:pointer;text-decoration:none;color:inherit;display:block}.contact-card:hover{background-color:#fff;color:#000;transform:translateY(-5px);box-shadow:0 10px 25px #ffffff1a}.contact-card:hover h3,.contact-card:hover p,.contact-card:hover a{color:#000}.contact-card h3{font-size:20px;font-weight:700;color:#fff;margin-bottom:15px}.contact-card a{color:#fffc;text-decoration:none;font-size:16px;transition:color .3s ease}.contact-card a:hover{color:#fff}.contact-card p{color:#fffc;margin:0;font-size:16px}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000c;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background-color:#fff;color:#000;padding:40px;border-radius:0;text-align:center;max-width:400px;width:90%;box-shadow:0 10px 30px #ffffff1a}.modal h2{font-size:24px;font-weight:700;margin-bottom:20px}.modal p{font-size:16px;margin-bottom:30px;line-height:1.5}.modal button{padding:12px 30px;background-color:#000;color:#fff;border:none;border-radius:0;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}.modal button:hover{background-color:#333}.error-modal h2{color:#dc2626}@media (max-width: 768px){.contact-page{padding-top:80px}.funny-message{padding:40px 20px}.funny-title{font-size:28px}.funny-message>p{font-size:16px}.contact-form{grid-template-columns:1fr;gap:20px}.form-group input,.form-group textarea{padding:10px 12px;font-size:14px}.submit-button{padding:12px 30px;font-size:16px}.contact-info{display:flex;flex-direction:column;align-items:center;justify-content:center}.contact-card{width:100%;max-width:300px;min-width:unset;padding:25px;margin:0;display:block;text-align:center}.modal-content{padding:30px 20px;margin:20px}}@media (max-width: 480px){.funny-message{padding:30px 15px}.funny-title{font-size:24px}.contact-info{padding:0 20px;gap:15px}.contact-card{width:100%;max-width:280px;padding:20px 15px;margin:0}.contact-card h3{font-size:18px}.modal-content{padding:25px 15px}}.cartera-portfolio-page{min-height:100vh;background-color:#000;font-family:Manrope,Manrope Placeholder,sans-serif;color:#fff;padding-top:100px;padding-bottom:50px}.cartera-portfolio-container{max-width:800px;margin:0 auto;padding:60px 40px;display:flex;flex-direction:column;align-items:center}.cartera-portfolio-title{font-size:48px;font-weight:700;color:#fff;text-align:center;margin-bottom:60px;text-shadow:0 2px 4px rgba(255,255,255,.1);width:100%;font-family:Manrope,Manrope Placeholder,sans-serif}.cartera-projects-list{display:flex;flex-direction:column;gap:30px;margin-bottom:50px;width:100%;align-items:center}.cartera-project-card{background-color:#000;border:2px dotted rgba(255,255,255,.3);border-radius:0;padding:40px;text-align:center;transition:all .3s ease;cursor:pointer;width:100%;box-sizing:border-box;font-family:Manrope,Manrope Placeholder,sans-serif}.cartera-project-card:hover{border-color:#fff;transform:translateY(-5px);box-shadow:0 10px 25px #ffffff1a}.cartera-project-name{font-size:28px;font-weight:700;color:#fff;margin-bottom:20px;font-family:Manrope,Manrope Placeholder,sans-serif}.cartera-visit-button{padding:12px 30px;background-color:#000;border:none;border-radius:0;color:#fff;font-size:16px;font-weight:600;font-family:Manrope,Manrope Placeholder,sans-serif;cursor:pointer;transition:all .3s ease}.cartera-visit-button:hover{background-color:#fff;color:#000;transform:translateY(-2px);border-color:#fff}.cartera-modal{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000000fa;display:flex;justify-content:center;align-items:center;z-index:1000;overflow:hidden;font-family:Manrope,Manrope Placeholder,sans-serif;animation:carteraFadeIn .3s ease-out;backdrop-filter:blur(5px)}@keyframes carteraFadeIn{0%{opacity:0}to{opacity:1}}.cartera-modal-content{display:flex;width:90%;max-width:1200px;height:80%;max-height:800px;background-color:#000;border:2px dotted rgba(255,255,255,.3);font-family:Manrope,Manrope Placeholder,sans-serif;position:relative;animation:carteraSlideIn .3s ease-out;box-shadow:0 20px 60px #000c}@keyframes carteraSlideIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.cartera-modal-left{flex:1;display:flex;align-items:center;justify-content:center;background-color:#000}.cartera-modal-image{width:100%;height:100%;object-fit:cover;border-radius:0}.cartera-modal-right{flex:1;background-color:#000;color:#fff;padding:60px;display:flex;flex-direction:column;justify-content:center;position:relative;font-family:Manrope,Manrope Placeholder,sans-serif;border-left:1px solid rgba(255,255,255,.1)}.cartera-modal-close-button{position:absolute;top:20px;right:20px;background:none;border:none;color:#fff;font-size:24px;cursor:pointer;padding:10px;transition:all .3s ease;z-index:10}@media (max-width: 768px){.cartera-modal-close-button{top:15px;right:15px;font-size:20px}}.cartera-modal-close-button:hover{color:#ccc;transform:scale(1.1)}.cartera-modal h2{font-size:36px;font-weight:700;margin-bottom:40px;color:#fff;font-family:Manrope,Manrope Placeholder,sans-serif}.cartera-modal-info{text-align:left;margin-bottom:50px;font-family:Manrope,Manrope Placeholder,sans-serif}.cartera-info-item{margin-bottom:25px;font-size:18px;font-family:Manrope,Manrope Placeholder,sans-serif}.cartera-info-label{font-weight:600;color:#fff;margin-right:10px;font-family:Manrope,Manrope Placeholder,sans-serif}.cartera-info-value{color:#ccc;line-height:1.6;font-family:Manrope,Manrope Placeholder,sans-serif}.cartera-modal-buttons{display:flex;gap:20px;justify-content:flex-start}.cartera-modal button{padding:15px 35px;border-radius:0;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:Manrope,Manrope Placeholder,sans-serif}.cartera-close-button{background-color:#000!important;color:#fff!important;border:none;font-family:Manrope,Manrope Placeholder,sans-serif}.cartera-close-button:hover{background-color:#fff!important;color:#000!important;border-color:#fff!important}.cartera-website-button{background-color:#fff!important;color:#000!important;border:none;font-family:Manrope,Manrope Placeholder,sans-serif}.cartera-website-button:hover{background-color:#000!important;color:#fff!important;border:none}@media (max-width: 768px){.cartera-portfolio-page{padding-top:80px}.cartera-portfolio-container{padding:40px 15px;max-width:95%}.cartera-portfolio-title{font-size:36px;margin-bottom:40px}.cartera-projects-list{gap:20px;max-width:100%}.cartera-project-card{padding:30px 20px;max-width:100%}.cartera-project-name{font-size:24px}.cartera-visit-button{padding:12px 30px;font-size:16px}.cartera-modal-content{flex-direction:column;width:95%;height:90%;max-height:none}.cartera-modal-left{flex:none;height:45%;order:1}.cartera-modal-right{flex:none;height:55%;padding:30px 20px 20px;order:2;overflow-y:auto;display:flex;flex-direction:column;font-family:Manrope,Manrope Placeholder,sans-serif}.cartera-modal h2{font-size:28px;margin-bottom:20px;flex-shrink:0;font-family:Manrope,Manrope Placeholder,sans-serif}.cartera-modal-info{flex-grow:1;margin-bottom:15px;font-family:Manrope,Manrope Placeholder,sans-serif}.cartera-info-item{font-size:16px;margin-bottom:15px;font-family:Manrope,Manrope Placeholder,sans-serif}.cartera-modal-buttons{position:sticky;bottom:0;background-color:#000;padding:15px 0 20px;margin-top:auto;border-top:1px solid rgba(255,255,255,.1);flex-direction:column;gap:15px;flex-shrink:0}.cartera-modal button{width:100%;padding:15px;flex-shrink:0;min-height:50px;font-family:Manrope,Manrope Placeholder,sans-serif}}@media (max-width: 480px){.cartera-portfolio-container{padding:30px 10px;max-width:98%}.cartera-portfolio-title{font-size:28px;margin-bottom:30px}.cartera-project-card{padding:25px 15px}.cartera-project-name{font-size:20px;margin-bottom:15px}.cartera-visit-button{padding:10px 25px;font-size:14px}.cartera-modal-left{height:40%}.cartera-modal-right{height:60%;padding:25px 15px 15px;display:flex;flex-direction:column;font-family:Manrope,Manrope Placeholder,sans-serif}.cartera-modal h2{font-size:24px;margin-bottom:15px;flex-shrink:0;font-family:Manrope,Manrope Placeholder,sans-serif}.cartera-modal-info{flex-grow:1;margin-bottom:10px;font-family:Manrope,Manrope Placeholder,sans-serif}.cartera-info-item{font-size:14px;margin-bottom:12px;font-family:Manrope,Manrope Placeholder,sans-serif}.cartera-info-label{display:block;margin-bottom:5px;font-family:Manrope,Manrope Placeholder,sans-serif}.cartera-info-value{font-size:14px;line-height:1.5;font-family:Manrope,Manrope Placeholder,sans-serif}.cartera-modal-buttons{position:sticky;bottom:0;background-color:#000;padding:12px 0 15px;margin-top:auto;border-top:1px solid rgba(255,255,255,.1);gap:12px;flex-shrink:0}.cartera-modal button{padding:12px;font-size:14px;min-height:48px;font-family:Manrope,Manrope Placeholder,sans-serif}.cartera-website-button{background-color:#fff!important;color:#000!important;border:2px solid white!important;padding:10px 20px;font-size:14px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:Manrope,Manrope Placeholder,sans-serif}.cartera-website-button:hover{background-color:#000!important;color:#fff!important;border:2px dotted rgba(255,255,255,.3)!important}}@media (max-width: 360px){.cartera-portfolio-container{padding:20px 8px}.cartera-portfolio-title{font-size:24px}.cartera-project-card{padding:20px 12px}.cartera-project-name{font-size:18px}.cartera-visit-button{padding:8px 20px;font-size:14px}.cartera-modal-left{height:38%}.cartera-modal-right{height:62%;padding:20px 12px 12px;display:flex;flex-direction:column;font-family:Manrope,Manrope Placeholder,sans-serif}.cartera-modal h2{font-size:22px;margin-bottom:12px;flex-shrink:0;font-family:Manrope,Manrope Placeholder,sans-serif}.cartera-modal-info{flex-grow:1;margin-bottom:8px;font-family:Manrope,Manrope Placeholder,sans-serif}.cartera-info-item{font-size:13px;margin-bottom:10px;font-family:Manrope,Manrope Placeholder,sans-serif}.cartera-info-value{font-size:13px;font-family:Manrope,Manrope Placeholder,sans-serif}.cartera-modal-buttons{position:sticky;bottom:0;background-color:#000;padding:10px 0 12px;margin-top:auto;border-top:1px solid rgba(255,255,255,.1);gap:10px;flex-shrink:0}.cartera-modal button{padding:10px;font-size:13px;min-height:44px;font-family:Manrope,Manrope Placeholder,sans-serif}}.manifest-page{min-height:100vh;background-color:#000;font-family:Manrope,sans-serif;color:#fff}.manifest-hero-section{height:100vh;background:linear-gradient(rgba(0,0,0,.4),rgba(0,0,0,.4)),url(/manifest.png);background-size:cover;background-position:center;background-attachment:fixed;display:flex;align-items:center;justify-content:center}.hero-title{font-size:5rem;font-weight:800;color:#fff;text-align:center;text-shadow:0 6px 30px rgba(0,0,0,.8);letter-spacing:2px;text-transform:uppercase}.main-title{font-size:1.8rem;font-weight:700;color:#fff;margin:2.5rem 0;text-transform:uppercase;letter-spacing:1px;text-shadow:0 2px 10px rgba(255,255,255,.2)}@media (max-width: 768px){.hero-title{font-size:3rem;padding:0 20px}.content-container{padding:0 20px}.main-title{font-size:2.5rem;margin-bottom:2rem}.intro-text{font-size:1.1rem;text-align:left}.highlight-text{font-size:1.5rem;margin:2rem 0}.body-text{font-size:1.1rem;text-align:left}.closing-text{font-size:1.2rem;text-align:left}.content-section{padding:60px 0}.hero-section{background-attachment:scroll}}@media (max-width: 480px){.hero-title{font-size:2.5rem}.main-title{font-size:2rem}.content-container{padding:0 15px}.highlight-text{font-size:1.3rem}}.capital-page{min-height:100vh;background-color:#000;font-family:Manrope,sans-serif;color:#fff}.capital-hero-section{height:100vh;background:url(/assets/capital.a372680a.png?v=1);background-size:cover;background-position:center;background-attachment:fixed;display:flex;align-items:center;justify-content:center}.capital-hero-content{text-align:center;max-width:800px;padding:0 40px}.capital-hero-title{font-size:5rem;font-weight:800;color:#fff;text-shadow:0 6px 30px rgba(0,0,0,.8);letter-spacing:2px;text-transform:uppercase;margin-bottom:2rem}.capital-hero-subtitle{font-size:1.5rem;font-weight:500;color:#ffffffe6;text-shadow:0 2px 10px rgba(0,0,0,.6);letter-spacing:1px}.capital-content-wrapper{background-color:#000;padding:100px 40px 60px}.capital-container{max-width:1200px;margin:0 auto}.capital-main-header{text-align:center;margin-bottom:80px}.capital-main-title{font-size:48px;font-weight:800;color:#fff;margin-bottom:30px;text-shadow:0 2px 4px rgba(255,255,255,.1)}.capital-main-subtitle{font-size:20px;color:#fffc;max-width:800px;margin:0 auto;line-height:1.7}.capital-content-section{margin-bottom:60px}.capital-intro-text{font-size:18px;color:#ffffffe6;text-align:center;max-width:900px;margin:0 auto 60px}.capital-highlight-text{font-weight:700;color:#fff}.capital-investment-model{margin-top:60px}.capital-section-title{font-size:32px;font-weight:700;color:#fff;margin-bottom:40px;text-align:center}.capital-investment-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:40px;max-width:900px;margin-left:auto;margin-right:auto}.capital-investment-card:nth-child(4){grid-column:2 / 3;grid-row:2 / 3}.capital-investment-card{background-color:#000;border:2px dotted rgba(255,255,255,.3);padding:40px 30px;text-align:center;transition:all .3s ease;cursor:pointer}.capital-investment-card:hover{border-color:#fff;transform:translateY(-5px);box-shadow:0 10px 25px #ffffff1a}.capital-investment-card h3{font-size:22px;font-weight:700;color:#fff;margin-bottom:20px;transition:color .3s ease}.capital-investment-card p{font-size:16px;color:#fffc;line-height:1.6;transition:color .3s ease}.capital-venture-description{padding:40px 0;margin:40px 0;text-align:center}.capital-venture-description p{font-size:18px;color:#ffffffe6;margin-bottom:20px}.capital-cta-section{text-align:center;margin-top:80px;padding:60px 0}.capital-cta-text{font-size:20px;color:#fffc;margin-bottom:30px}.capital-cta-button{display:inline-block;padding:15px 40px;background-color:#000;color:#fff;text-decoration:none;font-size:18px;font-weight:600;font-family:Manrope,sans-serif;transition:all .3s ease;border:none;cursor:pointer}.capital-cta-button:hover{background-color:#fff;color:#000;transform:translateY(-2px);box-shadow:0 8px 20px #ffffff1a;border-color:#fff}@media (max-width: 1024px){.capital-investment-grid{grid-template-columns:repeat(2,1fr);max-width:600px}.capital-investment-card:nth-child(4){grid-column:1 / -1;grid-row:auto;max-width:280px;margin:0 auto}}@media (max-width: 768px){.capital-hero-title{font-size:3rem;padding:0 20px}.capital-hero-subtitle{font-size:1.2rem;padding:0 20px}.capital-hero-content{padding:0 20px}.capital-content-wrapper{padding:80px 20px 40px}.capital-main-title{font-size:36px;margin-bottom:20px}.capital-main-subtitle{font-size:18px}.capital-section-title{font-size:28px}.capital-investment-grid{grid-template-columns:1fr;gap:20px}.capital-investment-card,.capital-venture-description{padding:30px 20px}.capital-intro-text{font-size:16px}.capital-hero-section{background-attachment:scroll}}@media (max-width: 480px){.capital-hero-title{font-size:2.5rem}.capital-hero-subtitle{font-size:1rem}.capital-content-wrapper{padding:60px 15px 30px}.capital-main-title{font-size:28px}.capital-main-subtitle{font-size:16px}.capital-section-title{font-size:24px}.capital-investment-card{padding:25px 15px}.capital-investment-card h3{font-size:20px}.capital-venture-description{padding:25px 15px}.capital-cta-button{padding:12px 30px;font-size:16px}}.comunidad-page{min-height:100vh;background-color:#000;font-family:Manrope,sans-serif;color:#fff}.comunidad-hero-section{height:100vh;background:url(/assets/comunidad.8817e5ea.png?v=1);background-size:cover;background-position:center;background-attachment:fixed;display:flex;align-items:center;justify-content:center}.content-wrapper{background-color:#000;padding:100px 40px 60px;min-height:50vh}.content-placeholder{text-align:center;padding:60px 0}.placeholder-text{font-size:18px;color:#fff9;font-style:italic}@media (max-width: 768px){.hero-title{font-size:3rem;padding:0 20px}.hero-subtitle{font-size:1.2rem;padding:0 20px}.hero-content{padding:0 20px}.content-wrapper{padding:80px 20px 40px}.comunidad-hero-section{background-attachment:scroll}}@media (max-width: 480px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1rem}.content-wrapper{padding:60px 15px 30px}}.comunidad-section{padding:0;background-color:#000;overflow:hidden;height:100vh;display:flex}.comunidad-container{width:100%;height:100%;display:flex;margin:0;padding:0}.text-column{width:50%;display:flex;flex-direction:column;justify-content:center;padding:60px;background-color:#000}.comunidad-title{font-size:48px;font-weight:800;color:#fff;margin-bottom:40px;line-height:1.2}.comunidad-description{font-size:18px;color:#fffc;line-height:1.7;margin-bottom:25px}.carousel-column{width:50%;height:100%;display:flex;flex-direction:column;background-color:#000}.carousel-container{width:100%;height:50%;overflow:hidden;position:relative;display:flex;align-items:center}.carousel-track{display:flex;animation-timing-function:linear;animation-iteration-count:infinite;height:100%;align-items:center}.top-carousel .carousel-track{animation:scrollLeft 30s linear infinite}.bottom-carousel .carousel-track{animation:scrollRight 35s linear infinite}.carousel-item{flex:0 0 480px;height:430px;margin-right:20px;background-color:#000;border:2px dotted rgba(255,255,255,.3);padding:25px;display:flex;flex-direction:column;justify-content:center;text-align:center;transition:border-color .3s ease}.carousel-item:hover{border-color:#fff9}.carousel-item img{width:100%;height:340px;object-fit:cover;margin-bottom:20px;background-color:#111}.member-description{font-size:16px;color:#ffffffb3;line-height:1.4;font-weight:500}@keyframes scrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scrollRight{0%{transform:translate(-50%)}to{transform:translate(0)}}.ideas-section{padding:30px;background-color:#000;min-height:100vh;display:flex;align-items:center}.ideas-container{width:80%;border:2px dotted rgba(255,255,255,.3);max-width:1400px;margin:0 auto;display:flex;flex-direction:row-reverse;align-items:center;gap:0}.ideas-image{flex:0 0 30%;height:100vh;position:relative;transition:border-color .3s ease}.ideas-image:hover{border-color:#fff9}.ideas-image img{width:100%;height:100%;object-fit:cover}.ideas-text{flex:0 0 70%;padding:80px 60px;display:flex;flex-direction:column;justify-content:center}.ideas-title{font-size:72px;font-weight:900;color:#fff;line-height:.9;font-family:Manrope,sans-serif;margin-bottom:60px;text-transform:lowercase}.ideas-description{margin-bottom:50px}.ideas-description p{font-size:20px;color:#ffffffb3;line-height:1.4;margin-bottom:8px;font-weight:400}.ideas-footer p{font-size:18px;color:#fff9;line-height:1.5;font-weight:400}.ideas-footer strong{color:#fff;font-weight:600}@media (max-width: 768px){.ideas-section{min-height:auto;padding:20px}.ideas-container{width:100%;flex-direction:column;border:none}.ideas-text{flex:none;width:100%;padding:40px 20px;order:1}.ideas-image{flex:none;width:100%;height:50vh;order:2;border:2px dotted rgba(255,255,255,.3)}.ideas-title{font-size:36px;margin-bottom:30px}.ideas-description p{font-size:16px}.ideas-footer p{font-size:14px}}.image-text-section{padding:80px 0;background-color:#000;display:flex;justify-content:center;align-items:center}.image-text-container{display:flex;flex-direction:column;align-items:center;max-width:800px;width:100%;margin:0 auto}.image-wrapper{width:100%;margin-bottom:0}.image-wrapper img{width:100%;height:500px;object-fit:cover;border:2px dotted rgba(255,255,255,.3);transition:border-color .3s ease}.image-wrapper img:hover{border-color:#fff9}.text-box{width:100%;background-color:#000;border:2px dotted rgba(255,255,255,.3);padding:25px 30px;margin-top:-2px;transition:border-color .3s ease}.text-box:hover{border-color:#fff9}.text-box p{font-size:16px;color:#fffc;line-height:1.6;margin:0;font-family:Manrope,sans-serif;text-align:center}.events-section{padding:0;background-color:#000;overflow:hidden;min-height:100vh;display:flex;align-items:center}.events-container{width:80%;border:2px dotted rgba(255,255,255,.3);max-width:1400px;margin:0 auto;display:flex;align-items:center;gap:0}.events-text{flex:0 0 60%;padding:80px 60px;display:flex;flex-direction:column;justify-content:center}.events-title{font-size:72px;font-weight:900;color:#fff;line-height:.9;font-family:Manrope,sans-serif;margin-bottom:40px;text-transform:lowercase}.events-description{margin-bottom:40px}.events-description p{font-size:20px;color:#ffffffb3;line-height:1.4;margin-bottom:15px;font-weight:400}.events-list{list-style:none;padding:0}.events-list li{font-size:18px;color:#fffc;margin-bottom:12px;padding-left:20px;position:relative}.events-list li:before{content:"\2192";position:absolute;left:0;color:#fff;font-weight:600}.events-image{flex:0 0 40%;height:100vh;position:relative;transition:border-color .3s ease}.events-image:hover{border-color:#fff9}.events-image img{width:100%;height:100%;object-fit:cover}.networking-section{padding:100px 40px;background-color:#000;min-height:100vh;display:flex;align-items:center}.networking-container{max-width:1200px;margin:0 auto;width:100%;display:flex;gap:60px;align-items:center}.networking-content{flex:1}.networking-title{font-size:48px;font-weight:800;color:#fff;margin-bottom:40px;line-height:1.2}.networking-description{font-size:18px;color:#fffc;line-height:1.7;margin-bottom:40px}.networking-features{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.networking-feature{background-color:#000;border:2px dotted rgba(255,255,255,.3);padding:30px 25px;transition:border-color .3s ease;text-align:center}.networking-feature:hover{border-color:#fff9}.networking-feature h4{font-size:20px;font-weight:700;color:#fff;margin-bottom:15px}.networking-feature p{font-size:16px;color:#ffffffb3;line-height:1.5}.networking-visual{flex:1;display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.networking-card{background-color:#000;border:2px dotted rgba(255,255,255,.3);padding:25px;transition:border-color .3s ease;text-align:center;aspect-ratio:.8;display:flex;flex-direction:column;justify-content:center}.networking-card.large-image img{height:700px}.networking-card img{width:100%;height:320px;object-fit:cover;margin-bottom:15px;background-color:#111}.networking-card span{font-size:14px;color:#ffffffb3;font-weight:500}.resources-section{padding:80px 0;background-color:#000;min-height:100vh;display:flex;align-items:center}.resources-container{display:flex;flex-direction:column;align-items:center;max-width:1000px;width:100%;margin:0 auto;padding:0 40px}.resources-header{text-align:center;margin-bottom:60px}.resources-title{font-size:72px;font-weight:900;color:#fff;line-height:.9;font-family:Manrope,sans-serif;margin-bottom:30px;text-transform:lowercase}.resources-subtitle{font-size:20px;color:#ffffffb3;line-height:1.4;font-weight:400}.resources-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;width:100%}.resource-item{background-color:#000;border:2px dotted rgba(255,255,255,.3);padding:40px 30px;transition:border-color .3s ease;display:flex;flex-direction:column;align-items:center;text-align:center}.resource-item:hover{border-color:#fff9}.resource-item img{width:100%;height:200px;object-fit:cover;margin-bottom:25px;background-color:#111}.resource-item h3{font-size:24px;font-weight:700;color:#fff;margin-bottom:15px}.resource-item p{font-size:16px;color:#ffffffb3;line-height:1.5;margin-bottom:20px}.resource-link{font-size:16px;color:#fff;font-weight:600;text-decoration:none;border-bottom:1px dotted rgba(255,255,255,.5);transition:border-color .3s ease}.resource-link:hover{border-color:#fff}.signal-hero-section{background-color:#000;padding:120px 40px;min-height:60vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.signal-hero-container{max-width:1400px;width:100%;text-align:center;border:2px dotted rgba(255,255,255,.3);padding:80px 60px;transition:border-color .3s ease}.signal-hero-container:hover{border-color:#fff9}.signal-hero-text{font-size:96px;font-weight:900;color:#fff;line-height:.9;font-family:Manrope,sans-serif;margin:0;text-transform:lowercase;letter-spacing:-.02em}.signal-highlight{color:#fff;font-weight:900;position:relative}.signal-highlight:after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:3px;background-color:#fffc}@media (max-width: 768px){.events-section{min-height:auto;padding:40px 0}.events-container{width:95%;flex-direction:column;border:1px dotted rgba(255,255,255,.3)}.events-text{flex:1;padding:40px 30px;order:2}.events-title{font-size:48px;margin-bottom:30px;text-align:center}.events-description p{font-size:18px;text-align:center}.events-list{text-align:left}.events-list li{font-size:16px;margin-bottom:10px}.events-image{flex:1;height:300px;width:100%;order:1}.networking-section{padding:60px 20px;min-height:auto}.networking-container{flex-direction:column;gap:40px}.networking-content{text-align:center}.networking-title{font-size:36px;margin-bottom:30px}.networking-description{font-size:16px;margin-bottom:30px}.networking-features{grid-template-columns:1fr;gap:20px}.networking-feature{padding:25px 20px}.networking-feature h4{font-size:18px}.networking-feature p{font-size:15px}.networking-visual{grid-template-columns:1fr;gap:15px;width:100%}.networking-card{padding:20px;aspect-ratio:auto}.networking-card img{height:150px;margin-bottom:12px}.networking-card span{font-size:13px}.resources-section{padding:60px 0;min-height:auto}.resources-container{padding:0 20px}.resources-header{margin-bottom:40px}.resources-title{font-size:48px;margin-bottom:20px}.resources-subtitle{font-size:18px}.resources-grid{grid-template-columns:1fr;gap:20px}.resource-item{padding:30px 25px}.resource-item img{height:180px;margin-bottom:20px}.resource-item h3{font-size:22px;margin-bottom:12px}.resource-item p{font-size:15px;margin-bottom:15px}.resource-link{font-size:15px}}.alternating-sections-container{background-color:#000;padding:0}.alternating-section{width:80%;max-width:1400px;margin:0 auto 60px;border:2px dotted rgba(255,255,255,.3);background-color:#000;display:flex;align-items:center;min-height:500px;transition:border-color .3s ease;overflow:hidden}.alternating-section:hover{border-color:#fff9}.alternating-section:last-child{margin-bottom:0}.section-text{flex:0 0 30%;padding:60px 40px;display:flex;flex-direction:column;justify-content:center;height:100%}.section-title{font-size:48px;font-weight:800;color:#fff;line-height:1.1;font-family:Manrope,sans-serif;margin-bottom:25px;text-transform:lowercase}.section-description{font-size:18px;color:#fffc;line-height:1.6;margin-bottom:30px;font-weight:400}.section-list{list-style:none;padding:0;margin:0}.section-list li{font-size:16px;color:#ffffffb3;margin-bottom:10px;padding-left:18px;position:relative;line-height:1.4}.section-list li:before{content:"\2192";position:absolute;left:0;color:#fff;font-weight:600}.section-image{flex:0 0 70%;height:500px;position:relative}.section-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.section-image:hover img{transform:scale(1.02)}.alternating-section.text-left{flex-direction:row}.alternating-section.text-right{flex-direction:row-reverse}.alternating-section.text-right .section-text{text-align:left}.alternating-section.text-right .section-list li{text-align:left;padding-left:18px;padding-right:0}.alternating-section.text-right .section-list li:before{content:"\2192";left:0;right:auto}.alternating-section.text-left-alt{flex-direction:row}.alternating-section.text-right-alt{flex-direction:row-reverse}.alternating-section.text-right-alt .section-text{text-align:left}.alternating-section.text-right-alt .section-list li{text-align:left;padding-left:18px;padding-right:0}.alternating-section.text-right-alt .section-list li:before{content:"\2192";left:0;right:auto}.section-link{display:inline-block;font-size:16px;color:#fff;font-weight:600;text-decoration:none;border-bottom:1px dotted rgba(255,255,255,.5);transition:all .3s ease;margin-top:20px}.section-link:hover{border-color:#fff;transform:translate(5px)}.alternating-section.text-right .section-link:hover,.alternating-section.text-right-alt .section-link:hover{transform:translate(-5px)}@media (max-width: 480px){.events-text{padding:30px 20px}.events-title{font-size:36px}.events-description p{font-size:16px}.networking-title{font-size:28px}.networking-description{font-size:15px}.resources-title{font-size:36px}.resources-subtitle{font-size:16px}.resource-item{padding:25px 20px}.resource-item img{height:160px}}@media (max-width: 1024px){.comunidad-section{height:auto;flex-direction:column}.comunidad-container{flex-direction:column}.text-column,.carousel-column{width:100%}.text-column{padding:50px 40px}.carousel-container{height:300px}.comunidad-title{font-size:42px}.carousel-item{flex:0 0 300px;height:240px}.carousel-item img{height:160px}}@media (max-width: 768px){.text-column{padding:40px 20px}.comunidad-title{font-size:36px}.comunidad-description{font-size:16px}.carousel-container{height:250px}.carousel-item{flex:0 0 250px;height:200px;margin-right:15px;padding:20px}.carousel-item img{height:130px}.member-description{font-size:14px}}@media (max-width: 768px){.comunidad-section{height:auto;flex-direction:column}.comunidad-container{flex-direction:column}.text-column,.carousel-column{width:100%}.text-column{padding:40px 20px}.comunidad-title{font-size:36px}.comunidad-description{font-size:16px}.carousel-container{height:250px}.carousel-item{flex:0 0 250px;height:200px;margin-right:15px;padding:20px}.carousel-item img{height:130px}.member-description{font-size:14px}.carousel-column{display:block}.bottom-carousel{display:none}.top-carousel{height:100%}.carousel-container{height:400px}.carousel-item{flex:0 0 350px;height:380px}.carousel-item img{height:280px}@media (max-width: 768px){.alternating-section{width:95%;flex-direction:column!important;min-height:auto;margin-bottom:40px}.section-text{flex:1;padding:40px 30px;text-align:center!important;order:2}.section-image{flex:1;height:250px;width:100%;order:1}.section-title{font-size:36px;margin-bottom:20px}.section-description{font-size:16px;margin-bottom:25px}.section-list{text-align:left}.section-list li{font-size:15px;text-align:left!important;padding-left:18px!important;padding-right:0!important}.section-list li:before{content:"\2192"!important;left:0!important;right:auto!important}.section-link{font-size:15px}}@media (max-width: 480px){.section-text{padding:30px 20px}.section-title{font-size:28px}.section-description{font-size:15px}.section-image{height:200px}}@media (max-width: 768px){.signal-hero-section{padding:80px 20px;min-height:50vh}.signal-hero-container{padding:60px 40px;border-width:1px}.signal-hero-text{font-size:48px}}}.comunidad-buttons{display:flex;gap:20px;margin-top:40px}.btn-iniciar-signal{background-color:#000;color:#fff;border:none;padding:15px 30px;font-size:16px;font-weight:600;font-family:Manrope,sans-serif;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.btn-iniciar-signal:hover{background-color:#fff;color:#000}.btn-faq{background-color:#fff;color:#000;border:none;padding:15px 30px;font-size:16px;font-weight:600;font-family:Manrope,sans-serif;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.btn-faq:hover{background-color:#000;color:#fff}.final-button-container{display:flex;justify-content:center;padding:80px 40px;background-color:#000}.btn-iniciar-signal-final{background-color:#000;color:#fff;border:none;padding:20px 40px;font-size:18px;font-weight:700;font-family:Manrope,sans-serif;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.btn-iniciar-signal-final:hover{background-color:#fff;color:#000}@media (max-width: 768px){.comunidad-buttons{flex-direction:column;gap:15px;margin-top:30px}.btn-iniciar-signal,.btn-faq{padding:12px 25px;font-size:14px}.final-button-container{padding:60px 20px}.btn-iniciar-signal-final{padding:15px 30px;font-size:16px}}.faq-page{min-height:100vh;background-color:#000;font-family:Manrope,sans-serif;color:#fff}.faq-hero-section{height:60vh;background:linear-gradient(135deg,#000000 0%,#111111 100%);display:flex;align-items:center;justify-content:center;border-bottom:2px dotted rgba(255,255,255,.3)}.hero-title{font-size:4rem;font-weight:800;color:#fff;letter-spacing:2px;text-transform:uppercase;margin-bottom:1rem}.hero-subtitle{font-size:1.5rem;font-weight:500;color:#fffc;letter-spacing:1px}.faq-content-wrapper{background-color:#000;padding:80px 40px;min-height:100vh}.faq-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:60px}.faq-section{background-color:#000;border:2px dotted rgba(255,255,255,.3);padding:40px 30px;transition:border-color .3s ease;height:fit-content}.faq-section:hover{border-color:#fff9}.faq-section-title{font-size:32px;font-weight:800;color:#fff;margin-bottom:40px;text-align:center;text-transform:lowercase;letter-spacing:1px}.faq-items{display:flex;flex-direction:column;gap:30px}.faq-item{background-color:#000;border:1px dotted rgba(255,255,255,.2);padding:25px;transition:all .3s ease}.faq-item:hover{border-color:#fff6;transform:translateY(-2px)}.faq-question{font-size:18px;font-weight:700;color:#fff;margin-bottom:15px;line-height:1.4}.faq-answer{font-size:16px;color:#fffc;line-height:1.6;font-weight:400}@media (max-width: 1200px){.faq-container{grid-template-columns:repeat(2,1fr);gap:40px}}@media (max-width: 768px){.faq-hero-section{height:40vh}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.faq-content-wrapper{padding:60px 20px}.faq-container{grid-template-columns:1fr;gap:30px}.faq-section{padding:30px 20px}.faq-section-title{font-size:28px;margin-bottom:30px}.faq-items{gap:20px}.faq-item{padding:20px}.faq-question{font-size:16px}.faq-answer{font-size:14px}}@media (max-width: 480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.faq-content-wrapper{padding:40px 15px}.faq-section{padding:25px 15px}.faq-section-title{font-size:24px}.faq-item{padding:15px}}.about-page{min-height:100vh;background-color:#000;font-family:Manrope,sans-serif;color:#fff}.about-hero-section{height:100vh;background:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url(/assets/about.0ae8c9d1.png?v=1);background-size:cover;background-position:center;background-attachment:fixed;display:flex;align-items:center;justify-content:center;padding:0 20px}.hero-content{text-align:center;max-width:900px;width:100%;padding:0 20px}.hero-title{font-size:clamp(2.5rem,8vw,5rem);font-weight:800;color:#fff;text-align:center;text-shadow:0 6px 30px rgba(0,0,0,.8);letter-spacing:clamp(1px,.2vw,2px);text-transform:uppercase;margin-bottom:1.5rem}.hero-subtitle{font-size:clamp(1rem,3vw,1.6rem);font-weight:500;color:#ffffffe6;text-shadow:0 2px 10px rgba(0,0,0,.6);letter-spacing:clamp(.5px,.1vw,1px);max-width:700px;margin:0 auto;line-height:1.4}.content-section{background-color:#000;padding:clamp(50px,10vw,100px) 0}.content-container{max-width:800px;margin:0 auto;padding:0 20px;text-align:center}.section-title{font-size:clamp(1.2rem,4vw,1.8rem);font-weight:700;color:#fff;margin:2.5rem 0;text-transform:uppercase;letter-spacing:clamp(.5px,.1vw,1px);text-shadow:0 2px 10px rgba(255,255,255,.2)}.intro-text{font-size:clamp(1rem,2.5vw,1.3rem);font-weight:400;line-height:1.6;margin-bottom:2rem;color:#ffffffe6;text-align:justify}.centered-image{max-width:70%;max-height:300px;width:auto;height:auto;border:2px dashed rgba(255,255,255,.6);box-shadow:0 4px 20px #ffffff1a}@media (max-width: 768px){.about-hero-section{background-attachment:scroll;height:90vh}.hero-content,.content-container{padding:0 15px}.intro-text{text-align:left}.section-title{margin:2rem 0}}@media (max-width: 480px){.hero-section{height:85vh;padding:0 10px}.hero-content,.content-container{padding:0 10px}.content-section{padding:40px 0}.section-title{margin:1.5rem 0}.intro-text{margin-bottom:1.5rem}}@media (max-width: 320px){.hero-title{letter-spacing:1px}.hero-subtitle{letter-spacing:.5px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Manrope,sans-serif;background-color:#000;color:#fff;line-height:1.6}.studio-page{min-height:100vh;background-color:#000;font-family:Manrope,sans-serif;color:#fff}.studio-hero-section{height:100vh;background:url(/assets/studio.d954993f.png?v=1);background-size:cover;background-position:center;background-attachment:fixed;display:flex;align-items:center;justify-content:center}.hero-content{text-align:center;max-width:800px;padding:0 40px}.hero-title{font-size:5rem;font-weight:800;color:#fff;text-shadow:0 6px 30px rgba(0,0,0,.8);letter-spacing:2px;text-transform:uppercase;margin-bottom:2rem}.hero-subtitle{font-size:1.5rem;font-weight:500;color:#ffffffe6;text-shadow:0 2px 10px rgba(0,0,0,.6);letter-spacing:1px}.content-wrapper{background-color:#000;padding:100px 40px 60px}.container{max-width:1200px;margin:0 auto}.content-section{background-color:#000;padding:100px 0}.content-container{max-width:800px;margin:0 auto;padding:0 40px;text-align:center}.main-title{font-size:3.5rem;font-weight:800;color:#fff;margin-bottom:3rem;line-height:1.2;text-shadow:0 4px 20px rgba(255,255,255,.1)}.text-content{max-width:700px;margin:0 auto}.intro-text{font-size:1.3rem;font-weight:400;line-height:1.6;margin-bottom:2rem;color:#ffffffe6;text-align:justify}.highlight-text{font-size:1.8rem;font-weight:700;color:#fff;margin:2.5rem 0;text-transform:uppercase;letter-spacing:1px;text-shadow:0 2px 10px rgba(255,255,255,.2)}.body-text{font-size:1.2rem;font-weight:400;line-height:1.7;margin-bottom:2rem;color:#ffffffd9;text-align:justify}.closing-text{font-size:1.3rem;font-weight:500;line-height:1.6;margin:2.5rem 0;color:#fffffff2;text-align:justify}.image-container{display:flex;justify-content:center;align-items:center;margin:3rem 0;width:100%}.centered-image{max-width:100%;max-height:600px;width:auto;height:auto;border:2px dashed rgba(255,255,255,.6);box-shadow:0 4px 20px #ffffff1a}.button-container{display:flex;justify-content:center;margin:3rem 0}.contact-button{background-color:#000;color:#fff;border:none;padding:15px 40px;font-size:1.2rem;font-weight:600;font-family:Manrope,sans-serif;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all .3s ease}.contact-button:hover{background-color:#fff;color:#000}@media (max-width: 768px){.hero-title{font-size:3rem;padding:0 20px}.hero-subtitle{font-size:1.2rem;padding:0 20px}.hero-content{padding:0 20px}.content-wrapper{padding:80px 20px 40px}.content-container{padding:0 20px}.main-title{font-size:2.5rem;margin-bottom:2rem}.intro-text{font-size:1.1rem;text-align:left}.highlight-text{font-size:1.5rem;margin:2rem 0}.body-text{font-size:1.1rem;text-align:left}.closing-text{font-size:1.2rem;text-align:left}.content-section{padding:60px 0}.studio-hero-section{background-attachment:scroll}.centered-image{max-height:450px}}@media (max-width: 480px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1rem}.content-wrapper{padding:60px 15px 30px}.main-title{font-size:2rem}.content-container{padding:0 15px}.highlight-text{font-size:1.3rem}}.application-page{min-height:100vh;background-color:#000;font-family:Manrope,sans-serif;color:#fff;padding:120px 0 60px}.container{max-width:1200px;margin:0 auto;padding:0 40px;display:grid;grid-template-columns:1fr 2fr;gap:60px;align-items:start}.info-section{position:sticky;top:120px}.info-title{font-size:clamp(24px,4vw,32px);font-weight:700;color:#fff;margin-bottom:20px;text-shadow:0 2px 4px rgba(255,255,255,.1);line-height:1.2}.info-description{font-size:clamp(16px,2.5vw,18px);color:#fffc;line-height:1.6;margin-bottom:30px}.info-highlight{background-color:#ffffff1a;padding:20px;border-left:4px solid white;margin:20px 0;border-radius:0}.info-highlight h3{font-size:clamp(18px,3vw,20px);font-weight:600;margin-bottom:10px;line-height:1.3}.application-form{background-color:rgba(0,0,0,);padding:40px;border:1px dotted rgba(255,255,255,.3);border-radius:0;backdrop-filter:blur(10px)}.form-title{font-size:clamp(22px,4vw,28px);font-weight:700;color:#fff;margin-bottom:30px;text-align:center;line-height:1.2}.form-group{margin-bottom:25px}.form-group label{font-size:clamp(14px,2.5vw,16px);font-weight:600;color:#fff;margin-bottom:8px;display:block}.form-group input,.form-group textarea,.form-group select{width:100%;padding:14px 16px;border:2px dotted rgba(255,255,255,.3);border-radius:0;background-color:#ffffff08;color:#fff;font-size:clamp(14px,2.5vw,16px);font-family:Manrope,sans-serif;transition:all .3s ease;box-sizing:border-box}.form-group input::placeholder,.form-group textarea::placeholder{color:#ffffff80}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#fff;background-color:#ffffff0d;box-shadow:0 0 0 3px #ffffff1a}.form-group textarea{resize:vertical;min-height:100px}.checkbox-group{display:flex;align-items:flex-start;gap:12px;margin-top:20px;padding:10px 0}.checkbox-group input[type=checkbox]{width:auto;min-width:18px;height:18px;margin:2px 0 0;flex-shrink:0}.checkbox-group label{margin:0;font-weight:400;cursor:pointer;font-size:clamp(13px,2.2vw,15px);line-height:1.4}.submit-button{width:100%;padding:16px 40px;background-color:#000;border:none;border-radius:0;color:#fff;font-size:clamp(16px,3vw,18px);font-weight:600;font-family:Manrope,sans-serif;cursor:pointer;transition:all .3s ease;margin-top:20px}.submit-button:hover:not(:disabled){background-color:#fff;color:#000;border:none;transform:translateY(-2px);box-shadow:0 8px 20px #ffffff26}.submit-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000e6;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px;box-sizing:border-box;backdrop-filter:blur(10px)}.modal-content{background-color:#fff;color:#000;padding:40px;border-radius:0;text-align:center;max-width:450px;width:100%;box-shadow:0 20px 40px #ffffff1a;max-height:90vh;overflow-y:auto;position:relative;border:2px solid transparent;animation:modalSlideIn .3s ease-out}.modal-content.success{border-color:#10b981;background:linear-gradient(135deg,#ffffff 0%,#f0fdf4 100%)}.modal-content.error{border-color:#ef4444;background:linear-gradient(135deg,#ffffff 0%,#fef2f2 100%)}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal h2{font-size:clamp(20px,4vw,24px);font-weight:700;margin-bottom:20px;line-height:1.3;display:flex;align-items:center;justify-content:center;gap:12px}.modal h2.success{color:#10b981}.modal h2.error{color:#ef4444}.modal-icon{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700}.modal-icon.success{background-color:#10b981;color:#fff}.modal-icon.error{background-color:#ef4444;color:#fff}.modal p{font-size:clamp(14px,2.5vw,16px);margin-bottom:30px;line-height:1.6;color:#374151}.modal button{padding:14px 30px;background-color:#000;color:#fff;border:none;border-radius:0;font-size:clamp(14px,2.5vw,16px);font-weight:600;cursor:pointer;transition:all .3s ease;min-height:48px;min-width:120px}.modal button:hover{background-color:#333;transform:translateY(-1px);box-shadow:0 4px 12px #0003}.modal button.success{background-color:#10b981}.modal button.success:hover{background-color:#059669}.modal button.error{background-color:#ef4444}.modal button.error:hover{background-color:#dc2626}@media (max-width: 1024px){.container{gap:50px;padding:0 30px}.application-page{padding:100px 0 50px}}@media (max-width: 768px){.application-page{padding:90px 0 40px}.container{grid-template-columns:1fr;gap:40px;padding:0 20px}.info-section{position:static;order:2}.application-form{padding:30px 20px;order:1}.info-highlight{padding:16px;margin:16px 0}.form-group{margin-bottom:20px}.checkbox-group{gap:10px;padding:8px 0}.modal-content{padding:30px 20px;margin:10px;max-width:400px}.modal h2{font-size:20px;gap:8px}.modal-icon{width:28px;height:28px;font-size:16px}}@media (max-width: 480px){.application-page{padding:80px 0 30px}.container{padding:0 15px;gap:30px}.application-form{padding:25px 15px}.form-group input,.form-group textarea,.form-group select{padding:16px 14px;font-size:16px}.submit-button{padding:18px 20px;font-size:16px}.info-highlight{padding:14px}.modal{padding:15px}.modal-content{padding:25px 18px;max-width:350px}.modal h2{font-size:18px;flex-direction:column;gap:8px}.modal-icon{width:24px;height:24px;font-size:14px}.modal p{font-size:14px;margin-bottom:25px}.modal button{padding:12px 24px;font-size:14px;min-width:100px}}@media (hover: none){.submit-button:active{transform:translateY(0);background-color:#ffffffe6}.modal button:active{background-color:#555}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.info-title,.form-title{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}.footer-section{background-color:#000;padding:60px 40px 40px;font-family:Manrope,Manrope Placeholder,sans-serif;position:relative;border-top:2px dotted rgba(255,255,255,.3)}.footer-content{max-width:1200px;margin:0 auto;text-align:center;position:relative;padding:0 20px}.copyright-text{font-size:.95rem;font-weight:500;color:#fffc;line-height:1.6;margin-bottom:20px;letter-spacing:.3px}.developer-text{font-size:.85rem;font-weight:400;color:#fff9;line-height:1.8;margin:0 0 15px;letter-spacing:.2px}.support-text{font-size:.85rem;font-weight:400;color:#fff9;line-height:1.8;margin:0;letter-spacing:.2px}.love-icon{color:#ff6b6b;margin:0 3px;animation:heartbeat 2s ease-in-out infinite}@keyframes heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.brand-highlight{color:#ffffffe6;font-weight:600}.support-link{color:#fffc;text-decoration:none;font-weight:500;border-bottom:1px solid transparent;transition:all .3s ease;padding-bottom:1px}.support-link:hover{color:#fff;border-bottom:1px solid rgba(255,255,255,.6);transform:translateY(-1px)}@media (max-width: 768px){.footer-section{padding:50px 20px 30px}.footer-content{padding:0 20px}.copyright-text{font-size:.9rem;margin-bottom:15px}.developer-text,.support-text{font-size:.8rem}}@media (max-width: 480px){.footer-content{padding:0 15px}.copyright-text{font-size:.85rem}.developer-text,.support-text{font-size:.75rem;line-height:1.6}}body{background-color:#000;font-family:Manrope,sans-serif}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent;border-radius:3px}::-webkit-scrollbar-thumb{background:rgba(255,255,255,.3);border-radius:3px;transition:background .3s ease}::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.5)}::-webkit-scrollbar-corner{background:transparent}html{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) transparent}
