*{box-sizing:border-box;margin:0;padding:0}body{color:#333;background:#0a0a0a;min-height:100vh;font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{backdrop-filter:blur(10px);z-index:1000;background:#fffffffa;transition:all .3s;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 20px #0000001a}.header.scrolled{background:#fffffffa;box-shadow:0 4px 30px #00000026}.nav{justify-content:space-between;align-items:center;padding:1rem 0;display:flex}.logo{color:#333;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;text-decoration:none;transition:color .3s;display:flex}.logo-icon{color:#fff;background:linear-gradient(45deg,#ff6b35,#f7931e);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;display:flex}.logo:hover,.logo:focus,.logo .highlight{color:#ff6b35}.logo:focus{color:#ff6b35!important}.nav-links{gap:2rem;list-style:none;display:flex}.nav-links a{color:#333;font-size:1.05rem;font-weight:600;text-decoration:none;transition:color .3s;position:relative}.nav-links a:hover{color:#ff6b35}.nav-links a:after{content:"";background:#ff6b35;width:0;height:2px;transition:width .3s;position:absolute;bottom:-5px;left:0}.nav-links a:hover:after,.nav-links a:focus:after{width:100%}.nav-links a:focus,.nav-links a.active{font-weight:600;color:#ff6b35!important}.nav-links a.active:after{background:#ff6b35;width:100%}.contact-btn{color:#fff;background:linear-gradient(45deg,#ff6b35,#f7931e);border-radius:25px;padding:12px 24px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;box-shadow:0 4px 15px #ff6b354d}.contact-btn:hover,.contact-btn:focus{color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #ff6b3566}.contact-btn.active{transform:translateY(-2px);box-shadow:0 6px 20px #ff6b3566;color:#fff!important;background:linear-gradient(45deg,#ff6b35,#f7931e)!important}.hamburger{cursor:pointer;z-index:1001;flex-direction:column;padding:.5rem;display:none}.hamburger .bar{background:#333;border-radius:2px;width:25px;height:3px;margin:3px 0;transition:all .3s}.hamburger.open .bar:first-child{transform:rotate(-45deg)translate(-5px,6px)}.hamburger.open .bar:nth-child(2){opacity:0}.hamburger.open .bar:nth-child(3){transform:rotate(45deg)translate(-5px,-6px)}.hero{color:#fff;align-items:center;min-height:100vh;padding:120px 0 80px;display:flex;position:relative}.hero-background{z-index:-2;background-color:#0000;background-image:linear-gradient(135deg,#0f0f23e6 0%,#1a1a2ee6 50%,#16213ee6 100%),url(data.43ab99ec.jpg);background-position:50%;background-repeat:no-repeat;background-size:contain;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:absolute;inset:0}.hero-overlay{z-index:-1;background:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 100 100\"><defs><pattern id=\"grid\" width=\"10\" height=\"10\" patternUnits=\"userSpaceOnUse\"><path d=\"M 10 0 L 0 0 0 10\" fill=\"none\" stroke=\"rgba(255,107,53,0.1)\" stroke-width=\"0.5\"/></pattern></defs><rect width=\"100\" height=\"100\" fill=\"url(%23grid)\"/></svg>");position:absolute;inset:0}.hero-content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.hero-left h1{margin-bottom:2rem;font-size:4rem;font-weight:800;line-height:1.1;animation:1s fadeInUp}.hero-line{margin-bottom:.5rem;display:block}.hero-line.orange{color:#ff6b35}.hero-description{opacity:.9;margin-bottom:2.5rem;font-size:1.2rem;line-height:1.7;animation:1s .2s both fadeInUp}.hero-buttons{gap:1rem;animation:1s .4s both fadeInUp;display:flex}.cta-button{border-radius:50px;align-items:center;gap:.5rem;padding:15px 30px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.cta-button.primary{color:#fff;background:linear-gradient(45deg,#ff6b35,#f7931e);box-shadow:0 10px 30px #ff6b354d}.cta-button.primary:hover{transform:translateY(-3px);box-shadow:0 15px 40px #ff6b3566}.cta-button.secondary{color:#fff;backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #fff3}.cta-button.secondary:hover{background:#fff3;border-color:#ffffff4d;transform:translateY(-2px)}.hero-right{justify-content:center;align-items:center;display:flex}.info-box{backdrop-filter:blur(20px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;max-width:400px;padding:2.5rem;animation:1s .6s both fadeInUp}.info-box h3{color:#fff;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.info-list{padding:0;list-style:none}.info-list li{color:#fff;align-items:center;gap:1rem;margin-bottom:1rem;font-size:1rem;display:flex}.bullet{border-radius:50%;flex-shrink:0;width:8px;height:8px}.bullet.orange{background:#ff6b35}.features{background:#fff;padding:80px 0}.section-header{text-align:center;margin-bottom:4rem}.section-title{color:#333;margin-bottom:1.5rem;font-size:2.5rem;font-weight:700;line-height:1.2}.section-title .orange{color:#ff6b35}.section-description{color:#666;max-width:800px;margin:0 auto;font-size:1.1rem;line-height:1.7}.features-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:3rem;display:grid}.feature-card{text-align:left;background:#fff;border:2px solid #0000;border-radius:16px;padding:2.5rem;transition:all .3s;position:relative;box-shadow:0 4px 20px #00000014,0 0 0 1px #ff6b351a,0 8px 25px #ff6b3526}.feature-card:hover{border-color:#ff6b35;transform:translateY(-5px);box-shadow:0 8px 30px #0000001f,0 0 0 1px #ff6b3533,0 12px 35px #ff6b3540}.feature-icon{color:#ff6b35;background:linear-gradient(135deg,#ffecd2,#fcb69f);border-radius:12px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1.5rem;font-size:1.5rem;display:flex}.feature-card h3{color:#333;margin-bottom:1rem;font-size:1.4rem;font-weight:700}.feature-card p{color:#666;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.feature-bullets{margin-bottom:2rem;padding:0;list-style:none}.feature-bullets li{color:#555;align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.9rem;display:flex}.feature-bullets .bullet{border-radius:50%;flex-shrink:0;width:6px;height:6px}.feature-bullets .bullet.orange{background:#ff6b35}.learn-more-btn{color:#333;background:#fff;border:1px solid #e0e0e0;border-radius:25px;align-items:center;gap:.5rem;padding:10px 20px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.learn-more-btn:hover{color:#ff6b35;border-color:#ff6b35;transform:translateY(-1px)}.why-us{background:#fff;padding:80px 0}.difference-section{margin-bottom:80px}.tagline{color:#666;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;font-size:1rem;font-weight:500}.difference-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem;display:grid}.difference-card{text-align:center;background:#fff;border:2px solid #0000;border-radius:16px;padding:2rem;transition:all .3s;box-shadow:0 4px 20px #00000014,0 0 0 1px #ff6b351a,0 8px 25px #ff6b3526}.difference-card:hover{border-color:#ff6b35;transform:translateY(-5px);box-shadow:0 8px 30px #0000001f,0 0 0 1px #ff6b3533,0 12px 35px #ff6b3540}.difference-icon{color:#ff6b35;background:linear-gradient(135deg,#ffecd2,#fcb69f);border-radius:12px;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1.5rem;font-size:1.5rem;display:flex}.difference-card h3{color:#333;margin-bottom:1rem;font-size:1.3rem;font-weight:700}.difference-card p{color:#666;font-size:.95rem;line-height:1.6}.process-section{margin-bottom:80px}.process-timeline{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem;display:grid;position:relative}.process-step{text-align:center;position:relative}.process-line{z-index:1;background:#e0e0e0;height:2px;position:absolute;top:30px;left:50%}.process-step:last-child .process-line{display:none}.process-card{z-index:2;background:#fff;border:2px solid #0000;border-top:4px solid;border-radius:16px;padding:2rem;transition:all .3s;position:relative;box-shadow:0 4px 20px #00000014,0 0 0 1px #ff6b351a,0 8px 25px #ff6b3526}.process-card.blue{border-top-color:#667eea}.process-card.purple{border-top-color:#a855f7}.process-card.orange{border-top-color:#ff6b35}.process-card.green{border-top-color:#10b981}.process-card:hover{border-color:#ff6b35;transform:translateY(-5px);box-shadow:0 8px 30px #0000001f,0 0 0 1px #ff6b3533,0 12px 35px #ff6b3540}.process-number{color:#fff;border-radius:12px;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1.5rem;font-size:1.2rem;font-weight:700;display:flex}.process-card.blue .process-number{background:linear-gradient(135deg,#667eea,#764ba2)}.process-card.purple .process-number{background:linear-gradient(135deg,#a855f7,#7c3aed)}.process-card.orange .process-number{background:linear-gradient(135deg,#ff6b35,#f7931e)}.process-card.green .process-number{background:linear-gradient(135deg,#10b981,#059669)}.process-card h3{color:#333;margin-bottom:1rem;font-size:1.3rem;font-weight:700}.process-card p{color:#666;font-size:.95rem;line-height:1.6}.choose-us-section{margin:0 -20px;padding:80px 0}.choose-us-section .container{max-width:1200px;margin:0 auto;padding:0 20px}.choose-us-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem;display:grid}.choose-us-card{background:#fff;border:2px solid #0000;border-radius:16px;align-items:flex-start;gap:1.5rem;padding:2rem;transition:all .3s;display:flex;box-shadow:0 4px 20px #00000014,0 0 0 1px #ff6b351a,0 8px 25px #ff6b3526}.choose-us-card:hover{border-color:#ff6b35;transform:translateY(-5px);box-shadow:0 8px 30px #0000001f,0 0 0 1px #ff6b3533,0 12px 35px #ff6b3540}.choose-us-icon{color:#ff6b35;background:linear-gradient(135deg,#ffecd2,#fcb69f);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.2rem;display:flex}.choose-us-content h3{color:#333;margin-bottom:.75rem;font-size:1.2rem;font-weight:700}.choose-us-content p{color:#666;font-size:.9rem;line-height:1.6}.about{background:#fff;padding:80px 0}.about-hero{background:#f8f9fa;border-radius:20px;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;margin-bottom:4rem;padding:3rem;display:grid;position:relative;overflow:hidden}.about-hero:before{content:"";opacity:.3;z-index:1;background:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 100 100\"><defs><pattern id=\"geometric\" width=\"20\" height=\"20\" patternUnits=\"userSpaceOnUse\"><path d=\"M 20 0 L 0 0 0 20\" fill=\"none\" stroke=\"rgba(0,0,0,0.05)\" stroke-width=\"1\"/></pattern></defs><rect width=\"100\" height=\"100\" fill=\"url(%23geometric)\"/></svg>");position:absolute;inset:0}.about-text-content{z-index:2;position:relative}.about-text-content h3{color:#333;margin-bottom:2rem;font-size:2.5rem;font-weight:700}.about-text-content p{color:#666;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.about-image-content{z-index:2;justify-content:center;align-items:center;display:flex;position:relative}.workspace-image{background:#212529;border-radius:16px;width:100%;max-width:500px;height:400px;position:relative;overflow:hidden;box-shadow:0 20px 40px #00000026}.desk-setup{background:linear-gradient(135deg,#8b4513,sienna);border-radius:0 0 16px 16px;flex-direction:column;gap:1rem;height:60%;padding:2rem;display:flex;position:absolute;bottom:0;left:0;right:0}.laptop{background:silver;border-radius:8px;width:60%;height:40px;margin-bottom:1rem;position:relative}.screen{background:#1a1a1a;border-radius:6px;justify-content:center;align-items:center;width:100%;height:100%;padding:.5rem;display:flex}.data-visualization{align-items:flex-end;gap:.5rem;height:100%;display:flex}.chart{background:#ff6b35;border-radius:2px}.bar-chart{width:8px;height:20px}.pie-chart{background:#10b981;border-radius:50%;width:12px;height:12px}.line-chart{background:#667eea;width:6px;height:16px}.accessories{align-items:center;gap:1rem;display:flex}.mug{background:#333;border-radius:0 0 10px 10px;width:20px;height:24px}.notebook{background:#000;border-radius:4px;width:30px;height:40px;position:relative}.notebook:after{content:"";background:#333;border-radius:4px 4px 0 0;height:2px;position:absolute;top:0;left:0;right:0}.keyboard{background:#fff;border-radius:4px;width:80px;height:8px}.mouse{background:silver;border-radius:10px;width:12px;height:20px}.headphones{background:#000;border-radius:8px;width:40px;height:16px;position:relative}.headphones:before,.headphones:after{content:"";background:#000;border-radius:50%;width:8px;height:8px;position:absolute;top:-4px}.headphones:before{left:2px}.headphones:after{right:2px}.wall-art{width:80px;height:60px;position:absolute;top:2rem;right:2rem}.art-piece{background:linear-gradient(135deg,#2c3e50,#34495e);border-radius:8px;width:100%;height:100%;position:relative;overflow:hidden}.art-piece:before,.art-piece:after{content:"";background:#34495e;border-radius:2px;position:absolute}.art-piece:before{width:30%;height:20%;top:20%;left:20%;transform:rotate(45deg)}.art-piece:after{width:25%;height:15%;bottom:30%;right:25%;transform:rotate(-30deg)}.about-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem;display:grid}.about-card{text-align:left;background:#fff;border:2px solid #0000;border-radius:16px;padding:2.5rem;transition:all .3s;position:relative;box-shadow:0 4px 20px #00000014,0 0 0 1px #ff6b351a,0 8px 25px #ff6b3526}.about-card:hover{border-color:#ff6b35;transform:translateY(-5px);box-shadow:0 8px 30px #0000001f,0 0 0 1px #ff6b3533,0 12px 35px #ff6b3540}.about-card h3{color:#333;margin-bottom:1rem;font-size:1.4rem;font-weight:700}.card-number{color:#fff;background:linear-gradient(45deg,#ff6b35,#f7931e);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;font-weight:700;display:flex;position:absolute;top:-15px;left:30px;box-shadow:0 4px 15px #ff6b354d}.about-card p{color:#666;font-size:.95rem;line-height:1.6}.contact{background:#fff;padding:80px 0}.contact-form{max-width:600px;margin:0 auto}.form-group{margin-bottom:1.5rem}.form-group label{color:#333;margin-bottom:.5rem;font-weight:500;display:block}.form-group input,.form-group textarea{border:2px solid #e0e0e0;border-radius:10px;width:100%;padding:12px 16px;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{border-color:#667eea;outline:none}.submit-btn{color:#fff;cursor:pointer;background:linear-gradient(45deg,#667eea,#764ba2);border:none;border-radius:50px;width:100%;padding:15px 30px;font-size:1.1rem;font-weight:600;transition:all .3s}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 10px 30px #667eea4d}.footer{color:#fff;background:#212529;padding:60px 0 20px}.footer-content{grid-template-columns:1fr 1fr 1fr;gap:3rem;margin-bottom:40px;display:grid}.footer-column{flex-direction:column;display:flex}.footer-logo{align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.footer-logo-icon{color:#fff;background:linear-gradient(45deg,#ff6b35,#f7931e);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;display:flex}.footer-logo span{color:#fff;font-size:1.5rem;font-weight:700}.footer-description{color:#fff;margin-bottom:2rem;font-size:.95rem;line-height:1.6}.footer-cta-btn{color:#fff;text-align:center;background:linear-gradient(45deg,#ff6b35,#f7931e);border-radius:25px;align-self:flex-start;padding:12px 24px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;box-shadow:0 4px 15px #ff6b354d}.footer-cta-btn:hover{color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #ff6b3566}.footer-heading{color:#fff;margin-bottom:1.5rem;font-size:1.2rem;font-weight:700}.footer-links{padding:0;list-style:none}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#fff;font-size:.95rem;text-decoration:none;transition:color .3s}.footer-links a:hover,.footer-column:last-child .footer-heading:last-child,.footer-column:last-child .footer-links:last-child a,.footer-column:last-child .footer-links:last-child i{color:#ff6b35}.footer-bottom{color:#fff;text-align:center;border-top:1px solid #495057;padding-top:20px;font-size:.9rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (width<=768px){.hamburger{display:flex}.nav-links{backdrop-filter:blur(10px);z-index:1000;background:#fffffffa;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1rem;width:280px;height:100vh;padding:80px 0 2rem 2rem;transition:left .3s;position:fixed;top:0;left:-300px;box-shadow:2px 0 20px #0000001a}.nav-links.open{left:0}.nav-links:before{content:"";opacity:0;visibility:hidden;z-index:-1;background:#0000004d;width:100vw;height:100vh;transition:all .3s;position:fixed;top:0;left:0}.nav-links.open:before{opacity:1;visibility:visible}.nav-links li{margin:0}.nav-links a{text-align:left;border-radius:8px;width:100%;margin-bottom:.5rem;padding:.75rem 1.5rem;font-size:1.1rem;transition:all .3s;display:block}.nav-links a:hover{background:#ff6b351a;transform:translate(5px)}.contact-btn{text-align:center;width:calc(100% - 3rem);margin-top:1rem;padding:12px 24px;font-size:.95rem}.hero-content{text-align:center;grid-template-columns:1fr;gap:2rem}.hero-left h1{font-size:2.5rem}.hero-buttons{flex-direction:column;align-items:center}.info-box{margin-top:2rem;padding:2rem}.about-hero{grid-template-columns:1fr;gap:2rem;padding:2rem}.about-text-content h3{font-size:2rem}.workspace-image{height:300px}.about-grid{grid-template-columns:1fr;gap:1.5rem}.about-card{padding:2rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}.feature-card{padding:2rem}.section-title{font-size:2rem}.difference-grid,.process-timeline,.choose-us-grid{grid-template-columns:1fr;gap:1.5rem;margin-left:1rem;margin-right:1rem}.choose-us-card{text-align:center;flex-direction:column}.choose-us-icon{margin:0 auto 1rem}.footer-content{text-align:center;grid-template-columns:1fr;gap:2rem}.footer-column{align-items:center}.footer-cta-btn{align-self:center}}html{scroll-behavior:smooth}.loading{border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:1s ease-in-out infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.about-image-content img.about-photo{object-fit:cover;border-radius:16px;width:100%;max-width:520px;height:auto;display:block;box-shadow:0 20px 40px #00000026}@media (width>=992px){.about-hero{grid-template-columns:1fr 1fr}.about-image-content img.about-photo{object-fit:fill;width:100%;max-width:none;height:100%;max-height:840px}}
/*# sourceMappingURL=path0.26c2393d.css.map */
