*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif;line-height:1.6;color:#333;background-color:#fff}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 15px}a{color:#856dcc;text-decoration:none;transition:color .2s}a:hover{color:#6a56a3}.btn{display:inline-block;padding:10px 20px;border-radius:4px;font-weight:500;text-align:center;cursor:pointer;transition:all .3s;margin-right:10px}.btn.primary{background-color:#856dcc;color:#fff}.btn.primary:hover{background-color:#6a56a3}.btn.secondary{background-color:#f8f9fa;color:#333;border:1px solid #ddd}.btn.secondary:hover{background-color:#e9ecef}header{background-color:#333;box-shadow:0 2px 4px rgba(0,0,0,.2);position:sticky;top:0;z-index:100}header .container{display:flex;justify-content:space-between;align-items:center;padding:15px}.logo a{display:flex;align-items:center}.logo-img{height:40px;width:auto}nav ul{display:flex;list-style:none}nav ul li{margin-left:20px}nav ul li a{color:#fff;font-weight:500}nav ul li a.active{color:#856dcc}footer{background-color:#f8f9fa;padding:40px 0 20px;margin-top:60px;border-top:1px solid #e9ecef}.footer-content{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:30px}.footer-info,.footer-links{flex:1;min-width:250px;margin-bottom:20px}.footer-info h3,.footer-links h3{margin-bottom:15px;font-size:1.2rem}.footer-links ul{list-style:none}.footer-links ul li{margin-bottom:8px}.copyright{text-align:center;padding-top:20px;border-top:1px solid #e9ecef;font-size:.9rem;color:#6c757d}main{min-height:70vh}.hero{background-color:#f8f9fa;padding:120px 0;text-align:center;margin-bottom:60px;position:relative;background-size:cover;background-position:50%;color:#fff}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.6);z-index:1}.hero .container{position:relative;z-index:2}.hero-title{font-size:2.5rem;margin-bottom:15px;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.5)}.hero-subtitle{font-size:1.2rem;margin-bottom:30px;color:rgba(255,255,255,.9);text-shadow:0 1px 2px rgba(0,0,0,.3)}.hero-buttons{margin-top:20px}.features{display:flex;flex-wrap:wrap;justify-content:space-between;margin:60px 0}.feature-box{flex:1;min-width:300px;margin:15px;padding:25px;background-color:#f8f9fa;border-radius:5px;transition:transform .3s,box-shadow .3s}.feature-box:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,.1)}.feature-box h3{margin-bottom:15px;color:#0056b3}.read-more{display:inline-block;margin-top:15px;font-weight:500}.page-content{padding:40px 0}.page-title{margin-bottom:30px;color:#856dcc}.content{max-width:100%}.content h1,.content h2,.content h3,.content h4,.content h5,.content h6{margin:1.5em 0 .8em;color:#333}.content h1{font-size:2rem}.content h2{font-size:1.75rem;border-bottom:1px solid #e9ecef;padding-bottom:.3em}.content h3{font-size:1.5rem}.content p,.content ul,.content ol{margin-bottom:1em}.content ul,.content ol{margin-left:1.5em}.content img{max-width:100%;height:auto;margin:1em 0;border-radius:5px}@media(max-width:768px){header .container{flex-direction:column}nav ul{margin-top:15px;flex-wrap:wrap;justify-content:center}nav ul li{margin:5px 10px}.hero{padding:60px 0}.hero-title{font-size:2rem}.feature-box{min-width:100%;margin:10px 0}.footer-content{flex-direction:column}}.section-title{font-size:2rem;color:#856dcc;margin-bottom:1rem;text-align:center}.en-title{color:#6c757d;font-style:italic;text-align:center;margin-bottom:2rem}.section-desc{text-align:center;max-width:800px;margin:0 auto 3rem}.services-section,.news-section,.advantages-section,.about-section{margin:4rem 0;padding:2rem 0;border-bottom:1px solid #e9ecef}.service-cards{display:flex;flex-wrap:wrap;justify-content:space-between;margin:2rem 0}.service-card{flex:1;min-width:300px;margin:1rem;padding:2rem;background-color:#f8f9fa;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,5%)}.more-info{text-align:center;margin:2rem 0}.news-list{margin:2rem 0}.news-item{display:flex;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e9ecef}.news-date{min-width:100px;color:#6c757d}.featured-news{background-color:#f8f9fa;padding:2rem;border-radius:8px;margin-top:2rem}.advantages-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin:2rem 0}.advantage-item{padding:1.5rem;background-color:#f8f9fa;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,5%)}.advantages-footer{text-align:center;margin-top:2rem;font-style:italic;color:#6c757d}.about-desc{text-align:center;max-width:800px;margin:0 auto 3rem}.about-title{margin-top:4rem}.stats-container{display:flex;flex-wrap:wrap;justify-content:space-around;margin:3rem 0}.stat-item{text-align:center;padding:2rem}.stat-number{font-size:2.5rem;font-weight:700;color:#856dcc;margin-top:1rem}.news-container{padding:40px 0}.news-list{margin:2rem 0}.news-item{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e9ecef}.news-meta{margin-bottom:.5rem}.news-date{color:#6c757d;font-size:.9rem}.news-title{font-size:1.5rem;margin-bottom:1rem}.news-title a{color:#856dcc;transition:color .2s}.news-title a:hover{color:#6a56a3}.news-summary{margin-bottom:1rem;color:#555;line-height:1.6}.read-more{display:inline-block;font-weight:500;margin-top:.5rem}.news-detail-container{padding:40px 0}.news-article{max-width:800px;margin:0 auto}.news-header{margin-bottom:2rem;border-bottom:1px solid #e9ecef;padding-bottom:1rem}.news-content{line-height:1.8}.news-content h1,.news-content h2,.news-content h3{margin:1.5rem 0 1rem}.news-content p{margin-bottom:1.2rem}.news-footer{margin-top:3rem;padding-top:1.5rem;border-top:1px solid #e9ecef}.news-nav{display:flex;justify-content:space-between;margin-bottom:1.5rem}.prev-news,.next-news{max-width:45%}.back-to-list{display:block;text-align:center;margin-top:1.5rem;font-weight:500}@media(max-width:768px){.service-card{min-width:100%}.news-item{flex-direction:column}.news-date{margin-bottom:.5rem}.stats-container{flex-direction:column}.news-nav{flex-direction:column;gap:1rem}.prev-news,.next-news{max-width:100%}.product-row,.service-row{flex-direction:column}.product-item,.service-item,.service-item.large{width:100%;margin-bottom:20px}.form-group{width:100%}}.products-container,.services-container{padding:40px 0}.product-intro,.service-intro{margin-bottom:50px;text-align:center}.intro-text{max-width:900px;margin:0 auto 30px;line-height:1.6}.contact-cta{margin:30px 0}.products-grid,.services-grid{margin-bottom:60px}.product-row,.service-row{display:flex;justify-content:space-between;margin-bottom:40px;flex-wrap:wrap}.product-item,.service-item{width:30%;background-color:#f8f9fa;padding:25px;border-radius:5px;box-shadow:0 2px 10px rgba(0,0,0,5%);transition:transform .3s,box-shadow .3s;text-decoration:none;color:inherit;display:block;position:relative}.service-item.large{width:47%;padding:30px;margin-bottom:30px}.product-item:hover,.service-item:hover{transform:translateY(-5px);box-shadow:0 5px 15px rgba(0,0,0,.1)}.product-item h3,.service-item h3{color:#333;margin-bottom:10px;font-size:1.3rem}.product-en-name,.service-en-name{color:#856dcc;font-size:.9rem;margin-bottom:15px;font-style:italic}.product-desc,.service-desc{color:#666;line-height:1.5;margin-bottom:15px}.product-icon{margin-bottom:15px;height:50px;display:flex;align-items:center}.product-icon .icon{width:40px;height:40px}.demo-link{display:inline-block;margin-top:10px;padding:5px 10px;background-color:#856dcc;color:#fff;border-radius:4px;font-size:.8rem;transition:background-color .3s}.product-item:hover .demo-link{background-color:#6a56a3}.service-icon{font-size:2.5rem;color:#856dcc;margin:10px 0 15px}.service-features{list-style-type:none;padding:0;margin:0;border-top:1px solid #eee;padding-top:15px}.service-features li{padding:5px 0;color:#555;position:relative;padding-left:20px}.service-features li:before{content:'✓';color:#856dcc;position:absolute;left:0;top:5px}.core-services{justify-content:space-between}.contact-info-section{background-color:#f8f9fa;padding:50px;border-radius:8px;margin-top:60px;text-align:center}.contact-intro{text-align:center;margin-bottom:30px;max-width:700px;margin-left:auto;margin-right:auto}.contact-form{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:800px;margin:0 auto}.form-group{width:48%;margin-bottom:20px}.form-group.full-width{width:100%}.form-group label{display:block;margin-bottom:8px;font-weight:500}.form-group input,.form-group textarea{width:100%;padding:10px;border:1px solid #ddd;border-radius:4px;font-family:inherit}.form-group textarea{resize:vertical}.form-submit{width:100%;text-align:center;margin-top:10px}.contact-qr-container{margin:30px auto;max-width:250px}.qr-note{margin-bottom:15px;color:#666}.qr-code{max-width:200px;border:1px solid #ddd;padding:10px;background:#fff;border-radius:4px}.customer-service-link{display:inline-block;margin-top:5px;padding:3px 10px;background-color:#856dcc;color:#fff;border-radius:4px;font-size:.9rem}.customer-service-link:hover{background-color:#6a56a3;color:#fff}.about-us-container{padding-bottom:60px}.about-header{background-color:#f5f7fa;padding:60px 0 40px;margin-bottom:50px;text-align:center}.about-header .page-title{margin-bottom:10px}.about-header .subtitle{font-size:1.2rem;color:#666}.about-content{max-width:1100px}.about-grid{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:60px}.about-info{width:60%}.about-stats{width:35%;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;background-color:#f8f9fa;padding:30px;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,5%)}.section-title{margin-bottom:30px;position:relative}.section-title h2{font-size:1.8rem;margin-bottom:15px;color:#333}.title-line{width:50px;height:3px;background-color:#856dcc;margin-bottom:20px}.about-text{color:#555;line-height:1.7}.about-text p{margin-bottom:20px}.mission-box{background-color:#f5f7fa;border-left:4px solid #856dcc;padding:20px;margin:30px 0;border-radius:0 4px 4px 0}.mission-box h3{color:#856dcc;margin-bottom:10px;font-size:1.3rem}.stat-item{width:45%;text-align:center;margin-bottom:25px}.stat-number{font-size:2.5rem;font-weight:700;color:#856dcc;line-height:1;margin-bottom:5px;display:flex;justify-content:center;align-items:baseline}.stat-number .plus{font-size:1.5rem;margin-left:2px}.stat-label{font-size:.9rem;color:#666}.about-name-section{margin-bottom:60px}.name-content{display:flex;flex-wrap:wrap;justify-content:space-between}.name-explanation{width:60%;color:#555;line-height:1.7}.name-explanation p{margin-bottom:20px}.tech-icons{width:35%;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;background-color:#f8f9fa;padding:30px;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,5%)}.tech-icon{width:45%;text-align:center;margin-bottom:20px}.tech-icon svg{margin-bottom:10px}.tech-icon span{display:block;font-size:.9rem;color:#666}.about-values{margin-bottom:60px}.values-grid{display:flex;flex-wrap:wrap;justify-content:space-between}.value-item{width:23%;background-color:#f8f9fa;padding:25px;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,5%);text-align:center;transition:transform .3s,box-shadow .3s}.value-item:hover{transform:translateY(-5px);box-shadow:0 5px 15px rgba(0,0,0,.1)}.value-icon{margin-bottom:15px}.value-item h3{color:#856dcc;margin-bottom:10px;font-size:1.2rem}.value-item p{color:#666;font-size:.9rem;line-height:1.6}.contact-section{margin-bottom:40px}.contact-text{text-align:center;margin-bottom:30px;color:#555}.contact-grid{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:40px}.contact-item{width:48%;display:flex;background-color:#f8f9fa;padding:20px;border-radius:8px;margin-bottom:20px;box-shadow:0 2px 10px rgba(0,0,0,5%)}.contact-icon{margin-right:15px;display:flex;align-items:flex-start;padding-top:3px}.contact-info{flex:1}.contact-info h3{margin-bottom:5px;font-size:1.1rem;color:#333}.contact-info p{color:#666;line-height:1.5}.contact-cta{text-align:center;margin-top:30px}.contact-btn{display:inline-block;padding:12px 30px;background-color:#856dcc;color:#fff;border-radius:4px;font-weight:500;transition:background-color .3s}.contact-btn:hover{background-color:#6a56a3;color:#fff}@media(max-width:992px){.about-info,.about-stats,.name-explanation,.tech-icons{width:100%}.about-stats,.tech-icons{margin-top:30px}.value-item{width:48%;margin-bottom:20px}}@media(max-width:768px){.value-item{width:100%}.contact-item{width:100%}}