:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.site-header{position:fixed;top:0;left:0;width:100%;background:#fff;z-index:999;box-shadow:0 2px 4px #0000000d;height:70px;display:flex;align-items:center}.header-inner{max-width:1200px;width:100%;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;height:70px}.logo-image{height:140px;width:auto;margin-top:-20px}.nav-links{display:flex;align-items:center;gap:24px}.nav-links a{text-decoration:none;color:#333;font-weight:500;font-size:15px;transition:color .2s}.nav-links a:hover{color:#6c63ff}.hamburger{display:none;flex-direction:column;justify-content:space-between;width:28px;height:20px;background:none;border:none;padding:0;cursor:pointer;align-items:center}.hamburger span{display:block;width:100%;height:3px;background:#333;border-radius:2px;transition:all .3s ease}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media (max-width: 768px){.hamburger{display:flex}.nav-links{position:absolute;top:70px;right:0;left:0;width:100%;flex-direction:column;background:#fff;box-shadow:0 4px 12px #0000001a;display:none;z-index:998}.nav-links.open{display:flex}.nav-links a{padding:16px 0;width:100%;text-align:center;border-top:1px solid #eee;font-size:18px;margin:0}}.hero{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:100px 20px;gap:60px}.hero-text{flex:1}.hero-text h5{color:#6c63ff;font-weight:600;margin-bottom:20px;letter-spacing:1px}.hero-text h1{font-size:3rem;line-height:1.2;margin-bottom:20px;color:#222}.hero-text h1 span{color:#6c63ff}.hero-text p{font-size:1.1rem;color:#555;line-height:1.8}.hero-image{flex:1;display:flex;justify-content:center}.hero-image img{width:100%;max-width:550px;border-radius:10px}.hidden-left,.hidden-right{opacity:0;transform:translate(0);transition:all 1s ease}.hidden-left{transform:translate(-80px)}.hidden-right{transform:translate(80px)}.show{opacity:1;transform:translate(0)}@media (max-width: 992px){.hero{flex-direction:column;text-align:center;padding:80px 40px;gap:40px}.hero-text h1{font-size:2.4rem}.hero-text p{font-size:1rem}.hero-image img{max-width:450px}.hidden-left,.hidden-right{transform:translateY(50px)}}@media (max-width: 768px){.hero{padding:60px 20px;gap:30px}.hero-text h1{font-size:2rem}.hero-text p{font-size:.95rem;line-height:1.6}.hero-image img{max-width:100%}}.services-section{padding:80px 5%;background:#fff;text-align:center}.services-header{margin-bottom:40px}.services-header h2{font-size:2.4rem;font-weight:700;color:#1d1d1f;margin:0 auto;display:inline-block}.services-logos{display:flex;flex-wrap:wrap;justify-content:center;gap:80px;margin-top:0}.logo-card{display:flex;justify-content:center;align-items:center;max-width:220px;min-width:140px;transition:transform .3s ease}.logo-card img{width:100%;max-width:180px;height:auto;object-fit:contain;transition:transform .3s ease}.logo-card:hover img{transform:scale(1.05)}.about-section{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:120px 5%;gap:60px;opacity:0;transform:translateY(50px);transition:opacity 1s ease,transform 1s ease}.about-section.show{opacity:1;transform:translateY(0)}.about-image{flex:1;display:flex;justify-content:center;transform:translate(-100px);transition:transform 1s ease}.about-text{flex:1;transform:translate(100px);transition:transform 1s ease}.about-section.show .about-image,.about-section.show .about-text{transform:translate(0)}.about-text h5{font-size:.9rem;color:#4f46e5;letter-spacing:2px;margin-bottom:12px}.about-text h2{font-size:2.5rem;font-weight:700;margin-bottom:24px;color:#222}.about-text h2 span{color:#4f46e5}.about-text p{color:#555;margin-bottom:40px;line-height:1.6;font-size:1.1rem}.about-skills{display:flex;gap:40px;flex-wrap:wrap;justify-content:flex-start}.skill{text-align:center}.circle{width:80px;height:80px;border:6px solid #4f46e5;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#4f46e5;margin:0 auto 8px;font-size:1.1rem}@media (max-width: 992px){.about-section{flex-direction:column;text-align:center;padding:100px 5%;gap:40px}.about-image,.about-text{transform:translateY(50px)}.about-section.show .about-image,.about-section.show .about-text{transform:translateY(0)}.about-text h2{font-size:2.2rem}.about-text p{font-size:1rem}.about-skills{justify-content:center}}@media (max-width: 768px){.about-section{padding:80px 5%;gap:30px}.about-text h2{font-size:1.8rem}.about-text p{font-size:.95rem;line-height:1.5}.circle{width:70px;height:70px;border-width:5px;font-size:1rem}.about-skills{gap:24px}.about-image img{max-width:85%;height:auto}}.contact-section{background:#f6f7fb;padding:90px 5%}.contact-header{text-align:center;margin-bottom:40px}.contact-header h5{color:#6c63ff;font-weight:600;letter-spacing:2px;margin-bottom:10px}.contact-header h2{font-size:2.2rem;font-weight:700}.contact-header h2 span{color:#6c63ff}.contact-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:40px;align-items:stretch}.map-wrap{position:relative;min-height:520px;border-radius:12px;overflow:hidden;background:#e9ecf4}.map-wrap iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.contact-right{display:flex;flex-direction:column;min-height:520px}.info-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px}.info-card{background:#fff;border-radius:12px;padding:18px 14px;text-align:center;box-shadow:0 6px 18px #0000000f;font-weight:600;color:#2b2b2b}.info-card i{display:block;margin-bottom:8px;color:#6c63ff;font-size:20px}.contact-form{background:#fff;border-radius:12px;box-shadow:0 6px 18px #0000000f;padding:18px;display:flex;flex-direction:column;gap:12px}.contact-form input,.contact-form textarea{padding:14px;border-radius:8px;border:1px solid #e4e7ef;font-size:1rem}.contact-form button{background:#6c63ff;color:#fff;border:none;padding:14px;border-radius:8px;cursor:pointer;font-weight:600;transition:background .25s}.contact-form button:hover{background:#584ee2}@media (max-width: 992px){.contact-content{grid-template-columns:1fr}.map-wrap{min-height:380px}.info-cards{grid-template-columns:1fr 1fr}}@media (max-width: 600px){.info-cards{grid-template-columns:1fr}.map-wrap{min-height:300px}}.info-cards{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;width:100%}.info-card{flex:1 1 220px;background:#fff;border-radius:12px;padding:18px 16px;text-align:center;box-shadow:0 6px 18px #0000000f;font-weight:600;color:#2b2b2b;white-space:nowrap}.info-card.email{flex:1 1 100%;max-width:100%;white-space:normal}.footer{width:100%;background:#f7f7f7;padding:60px 0 20px;margin:0;box-sizing:border-box}.footer-content{text-align:center;margin-bottom:40px}.footer-content h2{font-size:1.8rem;margin-bottom:10px;color:#1e293b}.footer-content p{color:#555;margin:4px 0}.footer-bottom{border-top:1px solid #e0e0e0;display:flex;justify-content:space-between;align-items:center;padding:20px 80px;width:100%;box-sizing:border-box}.footer-bottom p{margin:0;color:#555}.footer-links{display:flex;gap:30px}.footer-links a{text-decoration:none;color:#333;font-weight:500;transition:color .3s}.footer-links a:hover{color:#4f46e5}body,html,#root,.App{margin:0;padding:0;width:100%;max-width:100%}.projects-section{width:90%;margin:60px auto;padding:60px 5%;background:#fff;box-sizing:border-box;border:1px solid #eee;border-radius:16px;box-shadow:0 6px 20px #0000000d}.projects-header{text-align:center;margin-bottom:50px}.projects-header h5{color:#6a5af9;font-weight:600;letter-spacing:2px;margin-bottom:10px}.projects-header h2{font-size:2.4rem;font-weight:700}.projects-header h2 span{color:#6a5af9}.projects-tabs{display:grid;grid-template-columns:repeat(5,1fr);gap:25px;margin-bottom:50px;width:100%}.tab{background:#f9f9f9;border-radius:16px;padding:35px 15px;text-align:center;cursor:pointer;transition:all .3s ease}.tab img{width:90px;height:90px;margin-bottom:15px;object-fit:cover;border-radius:12px}.tab p{font-weight:600;color:#222}.tab.active,.tab:hover{background:#fff;box-shadow:0 6px 20px #00000014;transform:translateY(-5px)}.projects-detail{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:30px;padding:30px;border-radius:14px;background:#fafafa}.detail-text{flex:1 1 45%}.detail-text h3{font-size:1.6rem;margin-bottom:15px}.detail-text p{font-size:1rem;margin-bottom:15px;line-height:1.6;color:#555}.detail-text ul{list-style:none;padding:0}.detail-text li{margin-bottom:8px;color:#333;font-weight:500}.detail-image{flex:1 1 45%}.detail-image img{width:100%;max-height:280px;object-fit:cover;border-radius:14px;box-shadow:0 4px 16px #00000014}@media (max-width: 1024px){.projects-header h2{font-size:2rem}.projects-tabs{grid-template-columns:repeat(2,1fr);gap:20px;padding:0 20px}.projects-detail{flex-direction:column;align-items:center;gap:30px}.projects-detail .detail-text,.projects-detail .detail-image{width:100%;text-align:center}.projects-detail .detail-image img{max-width:90%;height:auto}}@media (max-width: 768px){.projects-header h2{font-size:1.8rem}.projects-tabs{grid-template-columns:1fr;gap:25px;padding:0 15px}.tab img{width:70px;height:70px}.tab p{font-size:1rem}.projects-detail{padding:0 15px}.projects-detail .detail-text p{font-size:.95rem}}@media (max-width: 480px){.projects-header h2{font-size:1.6rem}.projects-tabs{gap:20px}.tab{padding:20px}.projects-detail .detail-text h3{font-size:1.4rem}.projects-detail .detail-text p{font-size:.9rem}.projects-detail .detail-image img{width:100%;height:auto}}
