@import"https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,sans-serif;background:#000;color:#fff;min-height:100vh;overflow-x:hidden;scroll-behavior:smooth}@keyframes navbarSlideDown{0%{opacity:0;top:-100px}to{opacity:1;top:20px}}.navbar{position:fixed;top:20px;left:50%;transform:translate(-50%);width:90%;max-width:1100px;border-radius:50px;animation:navbarSlideDown .8s ease-out;transition:all .4s ease;z-index:1000;overflow:hidden;box-shadow:0 8px 32px #0000004d}.navbar-glass-filter{position:absolute;inset:0;z-index:0;-webkit-backdrop-filter:blur(8px) saturate(180%);backdrop-filter:blur(8px) saturate(180%);filter:url(#navbar-glass-distortion);isolation:isolate}.navbar-glass-overlay{position:absolute;inset:0;z-index:1;background:#282828a6}.navbar-glass-specular{position:absolute;inset:0;z-index:2;border-radius:inherit;overflow:hidden;box-shadow:inset 1px 1px #ffffff26,inset 0 0 20px #ffffff0d}.navbar.menu-open{border-radius:50px 50px 0 0}.navbar.scrolled .navbar-glass-overlay{background:#1e1e1ebf}.navbar-content{position:relative;z-index:3;max-width:100%;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:16px 30px}.navbar-logo{height:40px;width:auto;filter:drop-shadow(0 2px 8px rgba(255,215,0,.5)) drop-shadow(0 0 3px rgba(0,0,0,.8));transition:all .3s ease}.navbar-logo:hover{transform:scale(1.05);filter:drop-shadow(0 4px 12px rgba(255,215,0,.6)) drop-shadow(0 0 5px rgba(0,0,0,.9))}.navbar-brand{font-size:1.2rem;font-weight:400;color:gold;text-decoration:none;margin-left:1rem;transition:color .3s ease;text-shadow:0 2px 4px rgba(0,0,0,.8)}.navbar-brand:hover{color:orange}.navbar-nav{display:flex;gap:2.5rem;align-items:center}.navbar-nav a{color:#fff;text-decoration:none;font-weight:400;transition:color .3s ease;position:relative;text-shadow:0 2px 4px rgba(0,0,0,.8)}.navbar-nav a:hover{color:gold}.navbar-nav a.active{color:gold;font-weight:500}.navbar-nav a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:gold;transition:width .3s ease}.navbar-nav a:hover:after{width:100%}.navbar-nav a.active:after{width:100%}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none;padding:8px;z-index:1002}.hamburger span{width:25px;height:2.5px;background:#fff;border-radius:3px;transition:all .3s ease;box-shadow:0 1px 2px #000c}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(7px,7px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.mobile-menu-dropdown{position:fixed;top:96px;left:50%;transform:translate(-50%);width:90%;max-width:1100px;border-top:none;border-radius:0 0 30px 30px;padding:0;max-height:0;overflow:hidden;opacity:0;transition:all .4s cubic-bezier(.4,0,.2,1);z-index:999;box-shadow:0 8px 32px #0000004d}.mobile-menu-glass-filter{position:absolute;inset:0;z-index:0;-webkit-backdrop-filter:blur(8px) saturate(180%);backdrop-filter:blur(8px) saturate(180%);filter:url(#navbar-glass-distortion);isolation:isolate}.mobile-menu-glass-overlay{position:absolute;inset:0;z-index:1;background:#282828a6}.mobile-menu-glass-specular{position:absolute;inset:0;z-index:2;border-radius:inherit;overflow:hidden;box-shadow:inset 1px 1px #ffffff26,inset 0 0 20px #ffffff0d}.mobile-menu-dropdown.active{max-height:400px;opacity:1}.mobile-menu-content{position:relative;z-index:3;display:flex;flex-direction:column;gap:1.2rem;padding:1.5rem 2rem 2rem}.mobile-menu-content a{color:#fff;font-size:1.1rem;font-weight:400;text-decoration:none;transition:all .3s ease;padding:.8rem 1rem;border-radius:15px;text-align:center;position:relative;text-shadow:0 2px 4px rgba(0,0,0,.8)}.mobile-menu-content a:hover{color:gold;background:#ffd7001a}.mobile-menu-content a.active{color:gold;font-weight:500}.animated-bg{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-2;background:linear-gradient(135deg,#000,#1a1a1a 30%,#000 70%,#0d0d0d)}.particles{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1}.particle{position:absolute;width:2px;height:2px;background:gold;border-radius:50%;opacity:.5;animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0) rotate(0);opacity:.5}50%{transform:translateY(-20px) rotate(180deg);opacity:1}}.section{padding:6rem 2rem;max-width:1200px;margin:0 auto}.hero-section{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding-top:180px}.logo-container{margin-bottom:3rem;position:relative}.logo-text{font-size:4rem;font-weight:700;background:linear-gradient(45deg,gold,orange,gold);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:4px;animation:shimmer 3s ease-in-out infinite;filter:drop-shadow(0 8px 16px rgba(255,215,0,.3))}@keyframes logoFloat{0%{transform:translateY(0)}to{transform:translateY(-10px)}}.hero-title{font-size:3rem;font-weight:600;margin-bottom:1rem;background:linear-gradient(45deg,gold,orange,gold);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:3px}@keyframes shimmer{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes titleSlideIn{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}.hero-subtitle{font-size:1.5rem;margin-bottom:2rem;color:#e0e0e0;font-weight:300;opacity:.9;animation:slideIn 1s ease-out .7s both}.highlight{color:gold;font-weight:500;position:relative;display:inline-block;transition:all .3s ease}.highlight.changing{animation:textFade .6s ease-in-out}@keyframes textFade{0%{opacity:1;transform:scale(1)}50%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.lottie-container{display:flex;justify-content:center;align-items:center;margin:2rem 0;animation:fadeIn 1s ease-out 1.2s both}.about-content .lottie-container{margin:1rem 0 -6rem}.lottie-animation{width:300px;height:300px;filter:drop-shadow(0 8px 16px rgba(255,215,0,.3));border-radius:20px;transition:all .3s ease}.lottie-animation:hover{transform:scale(1.05);filter:drop-shadow(0 12px 24px rgba(255,215,0,.4))}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:.9;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.section-title{font-size:2.5rem;font-weight:600;margin-bottom:3rem;text-align:center;background:linear-gradient(45deg,gold,orange);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-content{max-width:800px;margin:0 auto;text-align:center}.about-text{font-size:1.2rem;line-height:1.8;margin-bottom:2rem;color:#e0e0e0}.about-text strong{color:gold;font-weight:600}.cta-button{display:inline-block;padding:1rem 2rem;background:linear-gradient(45deg,gold,orange);color:#000;text-decoration:none;border-radius:8px;font-weight:600;margin-top:2rem;transition:all .3s ease;box-shadow:0 4px 15px #ffd7004d}.cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #ffd70066}.divider{width:80px;height:3px;background:linear-gradient(90deg,transparent,#FFD700,#FFA500,#FFD700,transparent);margin:3rem auto;border-radius:2px;animation:dividerGlow 2s ease-in-out infinite alternate}@keyframes dividerGlow{0%{box-shadow:0 0 5px #ffd7004d}to{box-shadow:0 0 20px #ffd70099}}.contact-container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-subtitle{font-size:1.5rem;font-weight:600;color:gold;margin-bottom:2rem;text-align:left}.contact-form{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,215,0,.2);border-radius:12px;padding:2rem}.form-group{margin-bottom:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group label{display:block;color:gold;font-weight:500;margin-bottom:.5rem;font-size:.9rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.8rem 1rem;background:#ffffff1a;border:1px solid rgba(255,215,0,.3);border-radius:8px;color:#fff;font-family:inherit;font-size:.95rem;transition:all .3s ease}.form-group textarea{resize:vertical;min-height:120px;max-width:100%}.form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FFD700' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 1rem center;background-size:16px;padding-right:3rem}.form-group input::placeholder,.form-group textarea::placeholder{color:#fff9}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:gold;background:#ffffff26;box-shadow:0 0 0 3px #ffd7001a}.form-group option{background:#1a1a1a;color:#fff}.submit-button{width:100%;padding:1rem 2rem;background:linear-gradient(45deg,gold,orange);color:#000;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #ffd7004d}.submit-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #ffd70066}.contact-info-section{display:flex;flex-direction:column;gap:3rem}.action-buttons{display:flex;flex-direction:column;gap:1rem}.action-button{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,215,0,.2);border-radius:12px;color:#fff;text-decoration:none;transition:all .3s ease}.action-button:hover{transform:translateY(-2px);border-color:gold;box-shadow:0 8px 25px #ffd70033}.action-button svg{width:24px;height:24px;fill:gold;flex-shrink:0}.action-button div{display:flex;flex-direction:column;align-items:flex-start}.button-title{font-weight:600;color:gold;font-size:1rem}.button-subtitle{font-size:.9rem;color:#ccc}.faq-items{display:flex;flex-direction:column;gap:1.5rem}.faq-item{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,215,0,.2);border-radius:12px;padding:1.5rem}.faq-item h4{color:gold;font-size:1rem;font-weight:600;margin-bottom:.5rem}.faq-item p{color:#e0e0e0;line-height:1.5;font-size:.95rem}.footer{margin-top:4rem;padding:0;width:100%;background:linear-gradient(135deg,#000000f2,#1a1a1af2);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid rgba(255,215,0,.3);position:relative;overflow:hidden}.footer:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#ffd70008,#ffd70003,#ffd70008);pointer-events:none}.footer-content{max-width:1200px;margin:0 auto;padding:3rem 2rem 1rem;position:relative;z-index:1}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem;text-align:center}.footer-section h3{color:gold;font-size:1.3rem;font-weight:600;margin-bottom:1rem;position:relative;display:inline-block}.footer-section h3:after{content:"";position:absolute;bottom:-5px;left:50%;transform:translate(-50%);width:30px;height:2px;background:linear-gradient(90deg,gold,orange);border-radius:2px}.footer-section p{color:#ccc;line-height:1.6;margin-bottom:1rem;text-align:center}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#ccc;text-decoration:none;transition:all .3s ease;position:relative;display:inline-block}.footer-links a:hover{color:gold}.footer-links a:before{content:"";position:absolute;left:-15px;color:gold;opacity:0;transition:opacity .3s ease}.footer-links a:hover:before{opacity:1}.footer-social{display:flex;gap:1rem;margin-top:1rem;justify-content:center}.footer-social a{width:40px;height:40px;background:#ffd7001a;border:1px solid rgba(255,215,0,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;color:gold;text-decoration:none;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.footer-social a:hover{background:#ffd70033;border-color:gold;transform:translateY(-2px);box-shadow:0 5px 15px #ffd7004d}.footer-social svg{width:20px;height:20px;fill:currentColor}.footer-logo{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1rem}.footer-logo-text{font-size:1.5rem;font-weight:600;background:linear-gradient(45deg,gold,orange);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-logo-img{width:40px;height:40px;filter:drop-shadow(0 2px 8px rgba(255,215,0,.3))}.dev-badge{display:inline-block;padding:.5rem 1rem;background:#ffd7001a;border:1px solid rgba(255,215,0,.3);border-radius:20px;color:gold;font-size:.9rem;font-weight:500;margin-top:1rem;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.philosophy-section{background:#ffd7000d;border:1px solid rgba(255,215,0,.2);border-radius:20px;padding:2.5rem 2rem;margin:3rem 0;text-align:center;max-width:900px;margin-left:auto;margin-right:auto;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.philosophy-title{font-size:1.8rem;font-weight:600;color:gold;margin-bottom:1.5rem;letter-spacing:1px}.philosophy-text{font-size:1.15rem;line-height:2;color:#e0e0e0;font-style:italic;font-weight:300}.coming-soon-text{font-size:1.4rem;font-weight:600;color:#fff;text-align:center;padding:2rem 1.5rem;background:#0006;border-left:4px solid #FFD700;border-radius:8px;margin:3rem 0;box-shadow:0 4px 15px #0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);letter-spacing:.5px;line-height:1.6;display:flex;align-items:center;justify-content:center;gap:15px}.hourglass-icon{display:inline-block;width:24px;height:24px;position:relative;animation:rotate 3s linear infinite}.hourglass-icon:before,.hourglass-icon:after{content:"";position:absolute;width:0;height:0;border-style:solid}.hourglass-icon:before{top:0;left:50%;transform:translate(-50%);border-width:12px 10px 0 10px;border-color:#FFD700 transparent transparent transparent}.hourglass-icon:after{bottom:0;left:50%;transform:translate(-50%);border-width:0 10px 12px 10px;border-color:transparent transparent #FFD700 transparent}.hourglass-icon .sand{position:absolute;width:4px;height:4px;background:gold;border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%);animation:sandfall 3s ease-in-out infinite}@keyframes rotate{0%,45%{transform:rotate(0)}50%,95%{transform:rotate(180deg)}to{transform:rotate(360deg)}}@keyframes sandfall{0%{top:30%;opacity:1}50%{top:70%;opacity:.5}to{top:30%;opacity:1}}@media(max-width:768px){.navbar-nav,.navbar-brand{display:none}.hamburger{display:flex}.navbar{width:95%}.navbar-content{padding:12px 20px}.section{padding:4rem 1rem}.hero-section{min-height:80vh;padding-top:8rem}.logo-text{font-size:3rem;letter-spacing:2px}.hero-title{font-size:2.2rem;letter-spacing:2px}.hero-subtitle{font-size:1.2rem}.lottie-animation{width:250px;height:250px}.section-title{font-size:2rem}.contact-container{grid-template-columns:1fr;gap:2rem}.form-row,.footer-grid{grid-template-columns:1fr}.footer-content{padding:2rem 1rem 1rem}.philosophy-section{padding:2rem 1.5rem;margin:2rem 0}.philosophy-title{font-size:1.5rem}.philosophy-text{font-size:1rem;line-height:1.8}.coming-soon-text{font-size:1.1rem;padding:1.5rem 1rem;flex-direction:column;gap:10px}.hourglass-icon{width:20px;height:20px}}@media(max-width:480px){.logo-text{font-size:2.5rem}.hero-title{font-size:1.8rem}.hero-subtitle{font-size:1rem}.lottie-animation{width:200px;height:200px}.section-title{font-size:1.7rem}.philosophy-title{font-size:1.3rem}.philosophy-text{font-size:.95rem}.coming-soon-text{font-size:1rem;padding:1.2rem .8rem}.hourglass-icon{width:18px;height:18px}}@media(min-width:1920px){.section{padding:8rem 3rem;max-width:1600px}.hero-section{padding-top:200px}.logo-text{font-size:5rem;letter-spacing:5px}.hero-title{font-size:3.8rem;letter-spacing:4px}.hero-subtitle{font-size:1.8rem}.lottie-animation{width:400px;height:400px}.section-title{font-size:3rem}.about-content{max-width:1200px}.about-text{font-size:1.4rem;line-height:2}.philosophy-section{padding:3rem 2.5rem;max-width:1200px}.philosophy-title{font-size:2.2rem}.philosophy-text{font-size:1.3rem;line-height:2.2}.coming-soon-text{font-size:1.6rem;padding:2.5rem 2rem;max-width:1200px;margin-left:auto;margin-right:auto}.hourglass-icon{width:28px;height:28px}.contact-subtitle{font-size:1.8rem}.form-group label{font-size:1.1rem}.form-group input,.form-group select,.form-group textarea{font-size:1.1rem;padding:1rem 1.2rem}.submit-button{font-size:1.2rem;padding:1.2rem 2.5rem}.action-button{padding:1.2rem 2rem}.button-title{font-size:1.2rem}.button-subtitle{font-size:1.05rem}.faq-item h4{font-size:1.2rem}.faq-item p{font-size:1.1rem}.footer-section h3{font-size:1.5rem}.footer-section p{font-size:1.1rem}.navbar{max-width:1400px}.navbar-content{padding:18px 40px}.navbar-logo{height:50px}.navbar-brand{font-size:1.4rem}.navbar-nav{gap:3rem;font-size:1.1rem}}@media(min-width:2560px){.section{padding:10rem 4rem;max-width:2000px}.hero-section{padding-top:250px}.logo-text{font-size:6rem;letter-spacing:6px}.hero-title{font-size:4.5rem;letter-spacing:5px}.hero-subtitle{font-size:2.2rem}.lottie-animation{width:500px;height:500px}.section-title{font-size:3.5rem}.about-content{max-width:1500px}.about-text{font-size:1.6rem;line-height:2.2}.philosophy-section{padding:4rem 3rem;max-width:1500px}.philosophy-title{font-size:2.6rem}.philosophy-text{font-size:1.5rem;line-height:2.4}.coming-soon-text{font-size:1.9rem;padding:3rem 2.5rem;max-width:1500px;margin-left:auto;margin-right:auto}.hourglass-icon{width:32px;height:32px}.contact-subtitle{font-size:2.2rem}.form-group label{font-size:1.3rem}.form-group input,.form-group select,.form-group textarea{font-size:1.3rem;padding:1.2rem 1.5rem}.submit-button{font-size:1.4rem;padding:1.4rem 3rem}.action-button{padding:1.5rem 2.5rem}.button-title{font-size:1.4rem}.button-subtitle{font-size:1.2rem}.faq-item h4{font-size:1.4rem}.faq-item p{font-size:1.3rem}.footer-section h3{font-size:1.7rem}.footer-section p{font-size:1.3rem}.navbar{max-width:1800px}.navbar-content{padding:20px 50px}.navbar-logo{height:60px}.navbar-brand{font-size:1.6rem}.navbar-nav{gap:3.5rem;font-size:1.3rem}.divider{width:120px;height:4px}}
