
        body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;transition:filter 0.3s ease}
        
        .page-normal{filter:blur(0px);transition:filter 0.3s ease}
        
        .hero-content{text-align:center;z-index:10;max-width:900px;padding:0 80px;margin: 350px auto 10px;}
        .hero-content h1{font-size:4rem;font-weight:700;margin-bottom:30px;line-height:1.2}
        .hero-subtitle{font-size:2rem;font-weight:600;margin-bottom:40px}
        .hero-btn{display:inline-block;padding:15px 40px;background:white;color:#FF6B35;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.1rem;transition:all 0.3s ease}
        .hero-btn:hover{transform:translateY(-3px);box-shadow:0 10px 30px rgba(255,107,53,0.4);background:#2c3e50;color:white}
        .features-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:30px;max-width:1400px;margin:-150px auto 0;position:relative;z-index:20;padding:0 80px}
        .feature-card{background:white;padding:40px 20px;border-radius:12px;box-shadow:0 8px 25px rgba(0,0,0,0.12);text-align:center;transition:all 0.3s ease;border:1px solid #f0f0f0}
        .feature-card:hover{transform:translateY(-8px);box-shadow:0 15px 35px rgba(255,107,53,0.15);border-color:#FF6B35}
        .feature-card h3{font-size:1.1rem;color:#2c3e50;margin:0;font-weight:600}
        .partner-stores{width:100vw;height:auto;min-height:120vh;background:#ffffff;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;position:relative;overflow:hidden}
        .partner-stores-header{width:100%;background:#000000;padding:100px 60px 80px;position:relative}
        .partner-stores-header::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 1080"><defs><pattern id="grid" width="60" height="60" patternUnits="userSpaceOnUse"><path d="M 60 0 L 0 0 0 60" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)"/></svg>') center/cover;opacity:0.6}
        .partner-stores-content{width:100%;max-width:1400px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;color:white;z-index:10;position:relative}
        .partner-stores h2{font-size:2.5rem;font-weight:700;margin-bottom:20px;text-shadow:0 2px 10px rgba(255,255,255,0.3);line-height:1.1;color:white}
        .partner-stores .subtitle{font-size:1.5rem;font-weight:300;margin-bottom:80px;opacity:0.9}
        .partner-stores .description{font-size:1.1rem;line-height:1.8;color:rgba(255,255,255,0.9);max-width:100%;margin-top:30px;margin-bottom:0;text-align:left;font-weight:300}
        .scroll-images{width:100%;margin:0;overflow:hidden;position:relative;padding:80px 0 100px;background:#ffffff}
        .scroll-row{display:flex;animation:scroll 30s linear infinite;gap:25px;margin-bottom:25px;align-items:center}
        .scroll-row:nth-child(2){animation:scroll-reverse 35s linear infinite}
        .scroll-row:nth-child(3){animation:scroll 40s linear infinite}
        .scroll-image{flex-shrink:0;width:450px;height:320px;border-radius:25px;object-fit:cover;box-shadow:none;transition:transform 0.3s ease}
        .scroll-image:hover{transform:scale(1.05)}
        @keyframes scroll{0%{transform:translateX(0)}
        100%{transform:translateX(-50%)}
        }@keyframes scroll-reverse{0%{transform:translateX(-50%)}
        100%{transform:translateX(0)}
        }@media (max-width:768px){.partner-stores{height:auto;min-height:auto}
        .partner-stores-header{padding:60px 30px}
        .partner-stores-content{padding:0}
        .partner-stores h2{font-size:2rem;line-height:1.2}
        .partner-stores .description{font-size:1rem;line-height:1.6;margin-top:20px;margin-bottom:40px}
        .scroll-images{padding:60px 0 50px}
        .scroll-image{width:320px;height:230px}
        .scroll-row{gap:15px;margin-bottom:20px}
        }.our-story{padding:150px 0 100px;background:white}
        .story-container{max-width:1200px;margin:0 auto;padding:0 20px}
        .story-header{text-align:center;margin-bottom:80px}
        .story-header h2{font-size:2.5rem;color:#2c3e50;margin-bottom:20px}
        .story-header .company-name{font-size:1.2rem;color:#666;margin-bottom:40px}
        .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;margin-bottom:100px}
        .stat-item{text-align:center}
        .stat-number{font-size:3rem;font-weight:700;color:#FF6B35;margin-bottom:10px}
        .stat-label{font-size:1rem;color:#2c3e50;font-weight:600}
        .timeline{position:relative;max-width:1000px;margin:0 auto}
        .timeline-item{display:flex;margin-bottom:60px;align-items:flex-start}
        .timeline-year{flex:0 0 100px;font-size:2rem;font-weight:700;color:#FF6B35;text-align:right;padding-right:40px}
        .timeline-content{flex:1;padding-left:40px;border-left:3px solid #e9ecef;position:relative}
        .timeline-content::before{content:'';position:absolute;left:-8px;top:8px;width:12px;height:12px;background:#FF6B35;border-radius:50%}
        .timeline-content h3{font-size:1.3rem;color:#2c3e50;margin-bottom:10px}
        .timeline-content p{color:#666;line-height:1.6}
        .smart-factory{padding:100px 0;background:#f8f9fa}
        .factory-container{max-width:1200px;margin:0 auto;padding:0 20px}
        .factory-header{text-align:center;margin-bottom:60px}
        .factory-header h2{font-size:2.5rem;color:#2c3e50;margin-bottom:20px}
        .factory-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
        .factory-item{background:white;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,0.1)}
        .factory-image{width:100%;height:250px;background:#ddd;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#666}
        .factory-title{padding:20px;text-align:center;font-size:1.1rem;font-weight:600;color:#2c3e50}
        .product-portfolio{padding:100px 0;background:white}
        .portfolio-container{max-width:1200px;margin:0 auto;padding:0 20px}
        .portfolio-header{text-align:center;margin-bottom:60px}
        .portfolio-header h2{font-size:2.5rem;color:#2c3e50}
        .portfolio-tabs{display:flex;justify-content:center;gap:20px;margin-bottom:60px}
        .portfolio-tab{padding:12px 30px;background:#f8f9fa;border:none;border-radius:8px;font-size:1rem;cursor:pointer;transition:all 0.3s ease}
        .portfolio-tab.active{background:#FF6B35;color:white}
        .portfolio-content{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}
        .portfolio-card{text-align:center}
        .portfolio-image{width:100%;height:250px;background:#f8f9fa;border-radius:12px;margin-bottom:15px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#666}
        .portfolio-name{font-size:1.1rem;font-weight:600;color:#2c3e50}
        .core-tech{padding:100px 0;background:#f8f9fa}
        .tech-container{max-width:1200px;margin:0 auto;padding:0 20px}
        .tech-header{text-align:center;margin-bottom:60px}
        .tech-header h2{font-size:2.5rem;color:#2c3e50}
        .tech-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
        .tech-card{background:white;padding:40px;border-radius:12px;text-align:center}
        .tech-icon{width:120px;height:120px;margin:0 auto 20px;background:linear-gradient(135deg,#FF6B35 0%,#FF8C42 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;color:white;font-size:2rem}
        .tech-card h3{font-size:1.3rem;color:#2c3e50;margin-bottom:15px}
        .tech-card p{color:#666;line-height:1.6}
        .featured-products{padding:150px 0 100px;background:white}
        .featured-container{max-width:1200px;margin:0 auto;padding:0 20px}
        .featured-header{text-align:center;margin-bottom:60px}
        .featured-header h2{font-size:2.5rem;color:#2c3e50}
        .featured-product{display:flex;justify-content:center;align-items:center;margin-bottom:80px}
        .product-showcase{position:relative;background:transparent;border-radius:20px;padding:50px 40px;min-height:500px;width:100%;max-width:1200px;display:flex;flex-direction:column;align-items:center;justify-content:center}
        .product-gallery{position:relative;height:500px;width:100%;overflow:visible;border-radius:12px}
        .product-card{position:absolute;top:0;left:0;width:100%;height:100%;background:white;border-radius:16px;display:flex;cursor:pointer;transition:all 0.5s cubic-bezier(0.4,0,0.2,1),filter 0.5s ease;border:none;transform:scale(0.7) translateX(0);opacity:1;z-index:1;box-shadow:0 8px 30px rgba(0,0,0,0.15);overflow:hidden;filter:blur(2px)}
        .card-image{flex:2;background:white;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;border-right:none;position:relative;overflow:visible}
        .product-img{width:100%;height:100%;object-fit:cover;border-radius:12px}
        .card-content{flex:1;padding:40px 30px;display:flex;flex-direction:column;justify-content:center;text-align:left}
        .product-card.active:hover{background:white;transform:scale(1) translateX(0) !important;opacity:1;z-index:10;box-shadow:0 15px 50px rgba(0,0,0,0.25)}
        .product-card.active{background:white;color:#2c3e50;transform:scale(1) translateX(0) !important;opacity:1;z-index:10;box-shadow:0 15px 50px rgba(0,0,0,0.25);filter:blur(0) !important}
        .product-card.active .card-image{background:white}
        .product-image-content{font-size:1.4rem;font-weight:700;color:#2c3e50;text-align:center;margin-bottom:15px}
        .product-label{font-size:1rem;font-weight:600;opacity:0.8;letter-spacing:0.5px;color:#666}
        .product-card.active .product-image-content{color:#2c3e50}
        .product-card.active .product-label{color:#666}
        .navigation-arrow{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;background:white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;color:#666;cursor:pointer;transition:all 0.3s ease;box-shadow:0 4px 15px rgba(0,0,0,0.1);z-index:20;border:2px solid #e9ecef}
        .navigation-arrow:hover{background:white;color:#FF6B35;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 20px rgba(0,0,0,0.15)}
        .prev-arrow{left:-25px}
        .next-arrow{right:-25px}
        .pagination-dots{position:absolute;bottom:-60px;left:50%;transform:translateX(-50%);display:flex;gap:12px;z-index:20}
        .dot{width:12px;height:12px;border-radius:50%;background:#e9ecef;cursor:pointer;transition:all 0.3s ease}
        .dot:hover{background:#FF6B35;transform:scale(1.2)}
        .dot.active{background:#FF6B35;transform:scale(1.3)}
        .product-image-content{text-align:center;font-weight:600}
        .card-content h3{font-size:1.8rem;color:#2c3e50;margin-bottom:8px;font-weight:700}
        .card-content .product-tagline{font-size:1rem;color:#666;margin-bottom:15px;font-weight:600}
        .card-content .product-subtitle{font-size:0.95rem;color:#666;margin-bottom:25px;line-height:1.6}
        .product-card.active .card-content h3{color:#2c3e50}
        .product-card.active .card-content .product-tagline{color:#666}
        .product-card.active .card-content .product-subtitle{color:#666}
        .header{transition:background-color 0.3s ease,box-shadow 0.3s ease}
        .header.scrolled{background-color:#1a1a1a;backdrop-filter:blur(10px);box-shadow:0 2px 20px rgba(0,0,0,0.1)}
        @media (max-width:1200px){.features-grid{max-width:1000px;padding:0 40px}
        }@media (max-width:1024px){.features-grid{grid-template-columns:repeat(3,1fr);padding:0 30px}
        .stats-grid{grid-template-columns:repeat(2,1fr)}
        .factory-grid{grid-template-columns:repeat(2,1fr)}
        .portfolio-content{grid-template-columns:repeat(3,1fr)}
        .tech-grid{grid-template-columns:repeat(2,1fr)}
        }@media (max-width:768px){.hero-content h1{font-size:2.5rem}
        .hero-subtitle{font-size:1.5rem}
        .features-grid{grid-template-columns:repeat(2,1fr);margin-top:-100px;padding:0 20px;gap:20px}
        .stats-grid{grid-template-columns:1fr}
        .timeline-item{flex-direction:column}
        .timeline-year{text-align:left;padding-right:0;margin-bottom:10px}
        .factory-grid{grid-template-columns:1fr}
        .portfolio-content{grid-template-columns:1fr}
        .tech-grid{grid-template-columns:1fr}
        .featured-product{grid-template-columns:1fr;gap:40px}
        .product-gallery{height:250px}
        .product-image{font-size:1rem}
        }@media (max-width:480px){.hero-content{padding:0 40px}
        .features-grid{grid-template-columns:1fr;margin-top:-80px;padding:0 15px;gap:15px}
        .feature-card{padding:25px 15px}
        .feature-card h3{font-size:1rem}
        .product-gallery{height:200px}
        .product-image{font-size:0.9rem}
        }