*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;color:#333;background-color:#fff}.App{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.container{max-width:1200px;margin:0 auto;padding:0 20px}.loading-container,.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;text-align:center}.loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #22c55e;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.navbar{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e5e5e5;position:sticky;top:0;z-index:1000}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:between;align-items:center;height:70px}.nav-logo{text-decoration:none;font-size:1.5rem;font-weight:700;color:#22c55e}.logo-text{background:linear-gradient(45deg,#22c55e,#16a34a);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.nav-menu{display:flex;gap:2rem;margin-left:auto}.nav-link{text-decoration:none;color:#333;font-weight:500;padding:.5rem 1rem;border-radius:8px;transition:all .3s ease}.nav-link:hover,.nav-link.active{color:#22c55e;background-color:#22c55e1a}.nav-dropdown{position:relative;display:inline-block}.dropdown-toggle{display:flex;align-items:center;gap:.5rem;background:none;border:none;cursor:pointer;font-size:inherit}.dropdown-icon{transition:transform .3s ease}.dropdown-icon.open{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:0;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 25px #0000001a;min-width:160px;z-index:1000;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease}.dropdown-menu.active{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-item{display:block;padding:.75rem 1rem;color:#374151;text-decoration:none;transition:all .2s ease;border-radius:4px;margin:.25rem}.dropdown-item:hover,.dropdown-item.active{background-color:#22c55e1a;color:#22c55e}.nav-toggle{display:none;cursor:pointer;color:#333}@media (max-width: 768px){.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background:#fff;width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px #0000000d;border-top:1px solid #e5e5e5;padding:2rem 0}.nav-menu.active{left:0}.nav-toggle{display:block}.nav-dropdown{width:100%}.dropdown-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:none;background:transparent;padding-left:1rem}.dropdown-menu.active{display:block}.dropdown-item{padding:.5rem 1rem;margin:0;border-radius:8px}}.hero{background:linear-gradient(135deg,#f0fdf4,#ecfccb);padding:120px 0 80px;text-align:center}.hero-container{max-width:1200px;margin:0 auto;padding:0 20px}.hero-title{font-size:3.5rem;font-weight:700;color:#1a202c;margin-bottom:1.5rem}.hero-subtitle{font-size:1.25rem;color:#4a5568;margin-bottom:1rem;max-width:700px;margin-left:auto;margin-right:auto}.hero-founded{font-size:1rem;color:#22c55e;font-weight:600;margin-bottom:2rem}.hero-cta{display:inline-flex;align-items:center;gap:.5rem;background:#22c55e;color:#fff;padding:1rem 2rem;border-radius:12px;text-decoration:none;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #22c55e4d}.hero-cta:hover{background:#16a34a;transform:translateY(-2px);box-shadow:0 8px 20px #22c55e66}.cta-icon{transition:transform .3s ease}.hero-cta:hover .cta-icon{transform:translate(4px)}@media (max-width: 768px){.hero{padding:80px 0 60px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;color:#1a202c}.what-we-do{padding:80px 0;background:#fff}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem}.service-card{text-align:center;padding:2rem;border-radius:16px;border:1px solid #e5e7eb;transition:all .3s ease;background:#fff}.service-card:hover{box-shadow:0 10px 30px #0000001a;transform:translateY(-5px)}.service-icon{display:flex;justify-content:center;margin-bottom:1.5rem;color:#22c55e}.service-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#1a202c}.service-description{color:#6b7280;line-height:1.7}.service-category-badge{display:inline-block;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;margin-top:1rem}.service-category-badge.technical{background-color:#e0f2fe;color:#0369a1}.service-category-badge.functional{background-color:#fef3c7;color:#d97706}.services-hero{background:linear-gradient(135deg,#f0fdf4,#ecfccb);padding:100px 0 60px;text-align:center}.services-filter{padding:40px 0;background:#fff;border-bottom:1px solid #e5e7eb}.filter-tabs{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.filter-tab{padding:.75rem 1.5rem;border:2px solid #e5e7eb;border-radius:25px;background:#fff;color:#6b7280;text-decoration:none;font-weight:600;transition:all .3s ease;cursor:pointer}.filter-tab:hover,.filter-tab.active{border-color:#22c55e;background-color:#22c55e;color:#fff}.services-content{padding:60px 0;background:#f9fafb}.services-category{margin-bottom:4rem}.category-header{text-align:center;margin-bottom:3rem}.category-title{display:flex;align-items:center;justify-content:center;gap:.75rem;font-size:2rem;font-weight:600;color:#1a202c;margin-bottom:1rem}.category-icon{color:#22c55e}.category-description{font-size:1.1rem;color:#6b7280;max-width:600px;margin:0 auto}.services-cta{padding:80px 0;background:linear-gradient(135deg,#1a202c,#2d3748);text-align:center;color:#fff}.services-cta .cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.services-cta .cta-button{padding:1rem 2rem;border-radius:12px;text-decoration:none;font-weight:600;transition:all .3s ease}.services-cta .cta-button.primary{background:#22c55e;color:#fff}.services-cta .cta-button.secondary{background:transparent;color:#fff;border:2px solid white}.services-cta .cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #22c55e4d}.section-subtitle{font-size:1.1rem;color:#6b7280;text-align:center;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.service-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}.category-card{text-align:center;padding:2rem;background:#fff;border-radius:16px;border:1px solid #e5e7eb;transition:all .3s ease}.category-card:hover{box-shadow:0 10px 30px #0000001a;transform:translateY(-5px)}.category-card .category-icon{display:flex;justify-content:center;margin-bottom:1rem;color:#22c55e}.category-card .category-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#1a202c}.category-card .category-description{color:#6b7280;margin-bottom:1rem}.category-count{font-size:.9rem;font-weight:600;color:#22c55e;background:#22c55e1a;padding:.5rem 1rem;border-radius:20px;display:inline-block}.services-preview{margin-top:3rem}.preview-title{font-size:1.5rem;font-weight:600;text-align:center;margin-bottom:2rem;color:#1a202c}.services-cta{text-align:center;margin-top:2rem}.view-all-services{display:inline-flex;align-items:center;gap:.5rem;background:#22c55e;color:#fff;padding:1rem 2rem;border-radius:12px;text-decoration:none;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #22c55e4d}.view-all-services:hover{background:#16a34a;transform:translateY(-2px);box-shadow:0 8px 20px #22c55e66}.view-all-services .cta-icon{transition:transform .3s ease}.view-all-services:hover .cta-icon{transform:translate(4px)}.focus-areas{padding:80px 0;background:#f9fafb}.focus-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.focus-item{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d}.focus-number{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#22c55e;color:#fff;border-radius:50%;font-weight:700;flex-shrink:0}.focus-text{color:#374151;font-weight:500}.stats{padding:60px 0;background:#22c55e}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem}.stat-item{text-align:center;color:#fff}.stat-number{font-size:3rem;font-weight:700;display:block;margin-bottom:.5rem}.stat-label{font-size:1.1rem;opacity:.9}.cta-section{padding:80px 0;background:linear-gradient(135deg,#1a202c,#2d3748);text-align:center}.cta-content{max-width:600px;margin:0 auto}.cta-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1.5rem}.cta-description{font-size:1.1rem;color:#a0aec0;margin-bottom:2rem}.cta-button{display:inline-flex;align-items:center;gap:.5rem;background:#22c55e;color:#fff;padding:1rem 2rem;border-radius:12px;text-decoration:none;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #22c55e4d}.cta-button:hover{background:#16a34a;transform:translateY(-2px);box-shadow:0 8px 20px #22c55e66}.page-title{font-size:3rem;font-weight:700;color:#1a202c;margin-bottom:1rem;text-align:center}.page-subtitle{font-size:1.25rem;color:#6b7280;text-align:center;max-width:600px;margin:0 auto 1rem;line-height:1.6}.founded-date{text-align:center;color:#22c55e;font-weight:600;margin-bottom:2rem}.about-header,.contact-header,.products-header{padding:100px 0 60px;background:linear-gradient(135deg,#f0fdf4,#ecfccb);text-align:center}.about-vision,.about-mission,.about-location{padding:60px 0}.about-vision{background:#fff}.vision-content{max-width:800px;margin:0 auto;text-align:center}.vision-text{font-size:1.1rem;color:#4b5563;line-height:1.8}.about-mission{background:#f9fafb}.mission-intro,.mission-conclusion{font-size:1.1rem;color:#4b5563;line-height:1.7;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto;text-align:center}.mission-points{list-style:none;max-width:700px;margin:2rem auto}.mission-point{position:relative;padding:.75rem 0 .75rem 2rem;color:#374151;font-weight:500}.mission-point:before{content:"✓";position:absolute;left:0;top:.75rem;color:#22c55e;font-weight:700}.about-focus-areas{padding:80px 0;background:#fff}.focus-areas-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.focus-area-card{text-align:center;padding:2rem;background:#fff;border:1px solid #e5e7eb;border-radius:16px;transition:all .3s ease}.focus-area-card:hover{box-shadow:0 8px 25px #0000001a;transform:translateY(-3px)}.focus-icon{display:flex;justify-content:center;margin-bottom:1.5rem;color:#22c55e}.focus-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#1a202c}.focus-description{color:#6b7280;line-height:1.6}.about-location{background:#f9fafb;text-align:center}.location-content{max-width:700px;margin:0 auto}.location-description{font-size:1.1rem;color:#4b5563;line-height:1.7}.products-filter{padding:40px 0;background:#fff;border-bottom:1px solid #e5e7eb}.filter-controls{display:flex;align-items:center;gap:1rem;justify-content:center}.filter-label{font-weight:600;color:#374151}.category-select{padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:8px;background:#fff;min-width:200px;font-size:.9rem}.products-grid-section{padding:60px 0;background:#f9fafb}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.no-products{text-align:center;padding:4rem 2rem;color:#6b7280;font-size:1.1rem}.product-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #0000000d;transition:all .3s ease;border:1px solid #e5e7eb}.product-card:hover{box-shadow:0 8px 25px #0000001a;transform:translateY(-3px)}.product-header{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem;border-bottom:1px solid #f3f4f6}.product-icon-container{display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:#f0fdf4;border-radius:12px}.product-icon-emoji{font-size:2rem}.product-icon-svg,.product-icon-image{width:40px;height:40px}.product-icon-default{color:#22c55e}.product-category-badge{display:flex;align-items:center;gap:.25rem;background:#f0f9ff;color:#0369a1;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:500}.product-content{padding:1.5rem}.product-name{font-size:1.5rem;font-weight:600;color:#1a202c;margin-bottom:.5rem}.product-subtitle{color:#6b7280;font-size:.9rem;margin-bottom:1rem}.product-description{color:#374151;line-height:1.6;margin-bottom:1.5rem}.product-highlights{margin-bottom:1.5rem}.highlights-title{font-size:.9rem;font-weight:600;color:#374151;margin-bottom:.75rem}.highlights-list{list-style:none}.highlight-item{position:relative;padding:.25rem 0 .25rem 1.5rem;color:#6b7280;font-size:.9rem;line-height:1.5}.highlight-item:before{content:"•";position:absolute;left:0;color:#22c55e;font-weight:700}.product-tech-stack{background:#f9fafb;padding:1rem;border-radius:8px}.tech-stack-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;color:#374151}.tech-stack-label{font-size:.9rem;font-weight:600}.tech-stack-content{font-size:.85rem;color:#6b7280;line-height:1.5}.product-footer{padding:1rem 1.5rem;background:#f9fafb;border-top:1px solid #f3f4f6}.product-meta{display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:#6b7280}.product-date{display:flex;align-items:center;gap:.25rem}.product-price{display:flex;align-items:center;gap:.5rem}.price-label{color:#6b7280}.price-value{font-weight:600;color:#22c55e}.contact-content{padding:60px 0}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-info-cards{display:flex;flex-direction:column;gap:1.5rem}.contact-info-card{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:12px;transition:all .3s ease}.contact-info-card:hover{box-shadow:0 4px 12px #0000000d}.contact-info-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#f0fdf4;border-radius:8px;color:#22c55e;flex-shrink:0}.contact-info-title{font-size:1.1rem;font-weight:600;color:#1a202c;margin-bottom:.25rem}.contact-link{color:#22c55e;text-decoration:none;font-weight:500}.contact-link:hover{text-decoration:underline}.contact-text{color:#6b7280}.contact-form{background:#fff;padding:2rem;border-radius:16px;border:1px solid #e5e7eb}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-weight:600;color:#374151;margin-bottom:.5rem}.form-input,.form-textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;transition:border-color .3s ease}.form-input:focus,.form-textarea:focus{outline:none;border-color:#22c55e;box-shadow:0 0 0 3px #22c55e1a}.form-textarea{resize:vertical;min-height:120px}.form-submit{background:#22c55e;color:#fff;padding:.875rem 2rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%}.form-submit:hover{background:#16a34a;transform:translateY(-1px)}.footer{background:#1a202c;color:#fff;padding:3rem 0 1rem;margin-top:auto}.footer-container{max-width:1200px;margin:0 auto;padding:0 20px}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:2rem}.footer-title{color:#22c55e;font-size:1.5rem;margin-bottom:1rem}.footer-description{color:#a0aec0;line-height:1.6}.footer-subtitle{color:#fff;font-size:1.1rem;margin-bottom:1rem}.footer-nav{display:flex;flex-direction:column;gap:.5rem}.footer-link{color:#a0aec0;text-decoration:none;transition:color .3s ease}.footer-link:hover{color:#22c55e}.footer-contact{color:#a0aec0}.footer-contact p{margin-bottom:.5rem}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #2d3748;color:#a0aec0}@media (max-width: 1024px){.contact-grid{grid-template-columns:1fr;gap:3rem}.products-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media (max-width: 768px){.hero-title{font-size:2.5rem}.section-title{font-size:2rem}.page-title{font-size:2.5rem}.cta-title{font-size:2rem}.services-grid,.focus-areas-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem}.stat-number{font-size:2.5rem}.products-grid,.focus-grid{grid-template-columns:1fr}.filter-controls{flex-direction:column;align-items:stretch;gap:1rem}.category-select{width:100%}}@media (max-width: 480px){.container{padding:0 15px}.hero{padding:80px 0 50px}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.section-title{font-size:1.75rem}.page-title{font-size:2rem}.service-card,.focus-area-card,.contact-form{padding:1.5rem}.product-card{margin-bottom:1rem}.footer-content{grid-template-columns:1fr;gap:2rem}}.service-tech-stack,.service-features,.service-modules{margin-top:1rem;text-align:left}.tech-label,.features-label,.modules-label{font-size:.9rem;font-weight:600;color:#374151;margin-bottom:.5rem}.tech-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.tech-tag{background:#e0f2fe;color:#0369a1;padding:.25rem .5rem;border-radius:12px;font-size:.8rem;font-weight:500}.features-list,.modules-list{list-style:none;padding:0;margin:0}.feature-item,.module-item{background:#f3f4f6;margin-bottom:.25rem;border-radius:6px;font-size:.9rem;position:relative;padding:.5rem .5rem .5rem 1.5rem}.feature-item:before,.module-item:before{content:"?";color:#22c55e;font-weight:700;position:absolute;left:.5rem}.business-area{margin-top:1rem;margin-bottom:1rem}.business-area-badge{padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600}.business-area-badge.sales-area{background-color:#dcfce7;color:#166534}.business-area-badge.finance-area{background-color:#dbeafe;color:#1e40af}.business-area-badge.material-area{background-color:#f3e8ff;color:#7c3aed}.business-area-badge.other-area{background-color:#f3f4f6;color:#374151}@media (max-width: 768px){.tech-tags{justify-content:center}.service-tech-stack,.service-features,.service-modules{text-align:center}}
