*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{position:fixed;top:0;width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;transition:all .3s ease;box-shadow:0 2px 20px #0000001a}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;height:70px}.nav-logo h2{color:#2563eb;font-weight:700;font-size:1.5rem}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-link{text-decoration:none;color:#333;font-weight:500;transition:color .3s ease;position:relative}.nav-link:hover{color:#2563eb}.nav-link:after{content:"";position:absolute;width:0;height:2px;bottom:-5px;left:0;background-color:#2563eb;transition:width .3s ease}.nav-link:hover:after{width:100%}.hamburger{display:none;flex-direction:column;cursor:pointer}.hamburger span{width:25px;height:3px;background:#333;margin:3px 0;transition:.3s}.hero{min-height:100vh;display:flex;align-items:center;background:linear-gradient(135deg,#0331ff,#76ff81);color:#fff;padding-top:70px}.hero-content{flex:1;padding:0 20px;max-width:600px;margin-left:5%}.hero-text h1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.hero-text p{font-size:1.2rem;margin-bottom:2rem;opacity:.9;line-height:1.8}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn{padding:12px 30px;border:none;border-radius:50px;font-weight:600;text-decoration:none;display:inline-block;transition:all .3s ease;cursor:pointer;font-size:1rem}.btn-primary{background:#fff;color:#2563eb}.btn-primary:hover{background:#f8fafc;transform:translateY(-2px);box-shadow:0 10px 25px #0003}.btn-secondary{background:transparent;color:#fff;border:2px solid white}.btn-secondary:hover{background:#fff;color:#2563eb;transform:translateY(-2px)}.hero-image{flex:1;padding:0 20px;display:flex;justify-content:center;align-items:center}.hero-image img{width:100%;max-width:500px;border-radius:20px;box-shadow:0 20px 40px #0000004d;transform:perspective(1000px) rotateY(-15deg);transition:transform .3s ease}.hero-image img:hover{transform:perspective(1000px) rotateY(0)}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.section-header p{font-size:1.1rem;color:#64748b;max-width:600px;margin:0 auto}.about{padding:100px 0;background:#f8fafc}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text h3:first-child{margin-top:0}.about-text p{color:#64748b;margin-bottom:1.5rem;line-height:1.8}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.stat-item{text-align:center;padding:1.5rem;background:#fff;border-radius:15px;box-shadow:0 5px 15px #00000014;transition:transform .3s ease}.stat-item:hover{transform:translateY(-5px)}.stat-item h4{font-size:2.5rem;color:#2563eb;font-weight:700;margin-bottom:.5rem}.stat-item p{color:#64748b;font-weight:500}.about-image img{width:100%;border-radius:20px;box-shadow:0 20px 40px #0000001a}.services{padding:100px 0;background:#fff}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.service-card{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 10px 30px #0000001a;transition:all .3s ease;border:1px solid #e2e8f0}.service-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026}.service-icon{width:70px;height:70px;background:linear-gradient(135deg,#000000,#ffffff);border-radius:15px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.service-icon i{color:#fff;width:30px;height:30px}.service-card h3{font-size:1.3rem;color:#1e293b;margin-bottom:1rem;font-weight:600}.service-card p{color:#64748b;line-height:1.7}.projects{padding:100px 0;background:#f8fafc}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.project-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0000001a;transition:all .3s ease}.project-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026}.project-image{height:250px;overflow:hidden}.project-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.project-card:hover .project-image img{transform:scale(1.1)}.project-content{padding:2rem;position:relative}.project-content h3{font-size:1.3rem;color:#1e293b;margin-bottom:1rem;font-weight:600}.project-content p{color:#64748b;line-height:1.7;margin-bottom:1.5rem}.project-category{background:linear-gradient(135deg,#667eea,#29d324);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600}.contact{padding:100px 0;background:#fff}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-item h4{color:#1e293b;font-weight:600;margin-bottom:.5rem}.contact-item p{color:#64748b;line-height:1.6}.form-group input,.form-group textarea{width:100%;padding:1rem;border:2px solid #e2e8f0;border-radius:10px;font-size:1rem;transition:border-color .3s ease;background:#fff}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#2563eb}.footer{background:#1e293b;color:#fff;padding:60px 0 20px}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{margin-bottom:1rem;color:#fff}.footer-section p{color:#94a3b8;line-height:1.7;margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#94a3b8;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#fff}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-links a{width:40px;height:40px;background:#334155;border-radius:10px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.social-links a:hover{background:#2563eb;transform:translateY(-2px)}.social-links a i{color:#fff;width:18px;height:18px}.footer-bottom{border-top:1px solid #334155;padding-top:2rem;text-align:center}.footer-bottom p{color:#94a3b8}@media (max-width: 768px){.hamburger{display:flex}.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background-color:#fff;width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px #0000000d;padding:2rem 0}.nav-menu.active{left:0}.hero{flex-direction:column;text-align:center;padding:100px 20px 50px}.hero-content{margin-left:0;margin-bottom:3rem}.hero-text h1{font-size:2.5rem}.about-content{grid-template-columns:1fr;gap:2rem}.stats,.services-grid,.projects-grid{grid-template-columns:1fr}.contact-content{grid-template-columns:1fr;gap:2rem}.hero-buttons{justify-content:center}.section-header h2{font-size:2rem}}@media (max-width: 480px){.hero-text h1{font-size:2rem}.hero-text p{font-size:1rem}.service-card,.contact-form{padding:1.5rem}.stats{gap:1rem}.stat-item{padding:1rem}}html{scroll-behavior:smooth}.page-header{background:linear-gradient(135deg,#1b35ac,#29d324);color:#fff;padding:120px 0 80px;text-align:center}.page-header h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.page-header p{font-size:1.2rem;opacity:.9;max-width:600px;margin:0 auto}.nav-link.active{color:#2563eb}.nav-link.active:after{width:100%}.quick-about{padding:100px 0;background:#f8fafc}.quick-about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.quick-about-text{max-width:600px}.quick-about-text p{color:#64748b;line-height:1.8;margin-bottom:2rem;font-size:1.1rem}.quick-services{padding:100px 0;background:#fff}.text-center{text-align:center;margin-top:3rem}.about-content{padding:100px 0;background:#fff}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text h2{font-size:2rem;color:#1e293b;margin-bottom:1.5rem}.about-text h3{font-size:1.5rem;color:#1e293b;margin-bottom:1rem;margin-top:2rem}.about-text h3:first-of-type{margin-top:0}.about-text p{color:#64748b;line-height:1.8;margin-bottom:1.5rem}.values-section{padding:100px 0;background:#f8fafc}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.value-card{background:#fff;padding:2rem;border-radius:15px;text-align:center;box-shadow:0 5px 15px #00000014;transition:transform .3s ease}.value-card:hover{transform:translateY(-5px)}.value-icon{width:60px;height:60px;background:linear-gradient(135deg,#667eea,#29d324);border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.value-icon i{color:#fff;width:24px;height:24px}.value-card h3{color:#1e293b;margin-bottom:1rem;font-size:1.2rem}.value-card p{color:#64748b;line-height:1.6}.stats-section{padding:80px 0;background:linear-gradient(135deg,#667eea,#29d324);color:#fff}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.stats-section .stat-item{text-align:center;background:#ffffff1a;padding:2rem;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.stats-section .stat-item h4{color:#fff;font-size:2.5rem;margin-bottom:.5rem}.stats-section .stat-item p{color:#ffffffe6}.team-section{padding:100px 0;background:#fff}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.team-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease}.team-card:hover{transform:translateY(-10px)}.team-image{height:250px;overflow:hidden}.team-image img{width:100%;height:100%;object-fit:cover}.team-info{padding:2rem}.team-info h3{color:#1e293b;margin-bottom:.5rem;font-size:1.3rem}.team-role{color:#2563eb;font-weight:600;margin-bottom:1rem!important}.team-info p{color:#64748b;line-height:1.6}.services-overview{padding:100px 0;background:#fff}.service-card.detailed{padding:2.5rem}.service-features{list-style:none;margin-top:1.5rem}.service-features li{color:#64748b;border-bottom:1px solid #e2e8f0;position:relative;padding:.5rem 0 .5rem 1.5rem}.service-features li:before{content:"✓";color:#2563eb;font-weight:700;position:absolute;left:0}.service-features li:last-child{border-bottom:none}.process-section{padding:100px 0;background:#f8fafc}.process-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.process-step{text-align:center;padding:2rem;background:#fff;border-radius:15px;box-shadow:0 5px 15px #00000014;position:relative}.step-number{width:60px;height:60px;background:linear-gradient(135deg,#667eea,#29d324);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1.5rem}.process-step h3{color:#1e293b;margin-bottom:1rem}.process-step p{color:#64748b;line-height:1.6}.cta-section{padding:100px 0;background:linear-gradient(135deg,#667eea,#29d324);color:#fff;text-align:center}.cta-content h2{font-size:2.5rem;margin-bottom:1rem}.cta-content p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.project-categories{padding:50px 0;background:#fff}.category-filters{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.filter-btn{padding:.8rem 1.5rem;border:2px solid #e2e8f0;background:#fff;color:#64748b;border-radius:25px;cursor:pointer;transition:all .3s ease;font-weight:500}.filter-btn:hover,.filter-btn.active{background:#2563eb;color:#fff;border-color:#2563eb}.projects-showcase{padding:50px 0 100px;background:#f8fafc}.project-stats{padding:80px 0;background:linear-gradient(135deg,#667eea,#29d324);color:#fff}.project-stats .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.project-stats .stat-item{text-align:center;background:#ffffff1a;padding:2rem;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.project-stats .stat-item h4{color:#fff;font-size:2.5rem;margin-bottom:.5rem}.project-stats .stat-item p{color:#ffffffe6}.project-details{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.detail-item{margin-bottom:.5rem;color:#64748b;font-size:.9rem}.detail-item strong{color:#1e293b}.contact-section{padding:100px 0;background:#fff}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-info h2{color:#1e293b;margin-bottom:1.5rem;font-size:2rem}.contact-info>p{color:#64748b;line-height:1.8;margin-bottom:2rem}.contact-items{display:flex;flex-direction:column;gap:2rem;margin-bottom:2rem}.contact-item{display:flex;align-items:flex-start;gap:1rem}.contact-icon{width:50px;height:50px;background:linear-gradient(135deg,#667eea,#29d324);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-icon i{color:#fff;width:20px;height:20px}.contact-details h4{color:#1e293b;font-weight:600;margin-bottom:.5rem}.contact-details p{color:#64748b;line-height:1.6}.contact-social h4{color:#1e293b;margin-bottom:1rem}.contact-form{background:#f8fafc;padding:2.5rem;border-radius:20px}.contact-form h2{color:#1e293b;margin-bottom:2rem;font-size:2rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;color:#1e293b;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:1rem;border:2px solid #e2e8f0;border-radius:10px;font-size:1rem;transition:border-color .3s ease;background:#fff;font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#2563eb}.form-group textarea{resize:vertical;min-height:120px}.checkbox-label{display:flex!important;align-items:center;gap:.5rem;cursor:pointer;font-weight:400!important}.checkbox-label input[type=checkbox]{width:auto;margin:0}.map-section{padding:100px 0;background:#f8fafc}.map-container{margin-top:2rem}.map-placeholder{height:400px;background:linear-gradient(135deg,#667eea,#29d324);border-radius:20px;display:flex;align-items:center;justify-content:center;color:#fff;text-align:center}.map-content i{width:48px;height:48px;margin-bottom:1rem}.map-content h3{margin-bottom:1rem;font-size:1.5rem}.map-content p{margin-bottom:1.5rem;opacity:.9}.faq-section{padding:100px 0;background:#fff}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.faq-item{background:#f8fafc;padding:2rem;border-radius:15px;border-left:4px solid #2563eb}.faq-item h4{color:#1e293b;margin-bottom:1rem;font-size:1.1rem}.faq-item p{color:#64748b;line-height:1.6}.fade-in{opacity:0;transform:translateY(30px);transition:all .6s ease}.fade-in.visible{opacity:1;transform:translateY(0)}@media (max-width: 768px){.page-header h1{font-size:2.5rem}.quick-about-content,.about-grid,.contact-content{grid-template-columns:1fr;gap:2rem}.form-row,.values-grid,.process-grid{grid-template-columns:1fr}.category-filters{justify-content:flex-start;overflow-x:auto;padding-bottom:1rem}.filter-btn{white-space:nowrap;flex-shrink:0}}@media (max-width: 480px){.page-header{padding:100px 0 60px}.page-header h1{font-size:2rem}.contact-form,.service-card.detailed{padding:1.5rem}.cta-content h2{font-size:2rem}}
