'); background-size: cover; color: white; padding: 5rem 0; text-align: center; } .hero-content { max-width: 800px; margin: 0 auto; } .hero h2 { font-size: 2.8rem; margin-bottom: 1rem; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); } .hero p { font-size: 1.3rem; margin-bottom: 2rem; opacity: 0.9; } .stats { display: flex; justify-content: center; flex-wrap: wrap; gap: 2rem; margin-top: 2rem; } .stat-item { background: rgba(255,255,255,0.1); padding: 1.5rem; border-radius: 10px; min-width: 180px; backdrop-filter: blur(5px); } .stat-item .number { font-size: 2.5rem; font-weight: 700; margin-bottom: 0.5rem; color: var(--secondary); } .stat-item .label { font-size: 1rem; text-transform: uppercase; letter-spacing: 1px; } /* Section Styles */ section { padding: 4rem 0; } .section-title { text-align: center; margin-bottom: 3rem; position: relative; } .section-title h2 { font-size: 2.3rem; color: var(--dark); display: inline-block; padding-bottom: 10px; } .section-title h2::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 80px; height: 4px; background: var(--accent); } /* Timeline */ .timeline { position: relative; max-width: 800px; margin: 0 auto; } .timeline::before { content: ''; position: absolute; top: 0; bottom: 0; width: 4px; background: var(--secondary); left: 50%; margin-left: -2px; } .timeline-item { margin-bottom: 3rem; position: relative; width: 100%; } .timeline-content { width: 45%; padding: 1.5rem; background: white; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.08); position: relative; } .timeline-item:nth-child(odd) .timeline-content { left: 0; } .timeline-item:nth-child(even) .timeline-content { left: 55%; } .timeline-year { position: absolute; top: 15px; width: 80px; height: 80px; background: var(--accent); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; font-weight: bold; z-index: 1; } .timeline-item:nth-child(odd) .timeline-year { right: -40px; } .timeline-item:nth-child(even) .timeline-year { left: -40px; } /* Products */ .categories { display: flex; justify-content: center; flex-wrap: wrap; gap: 1.5rem; margin-bottom: 3rem; } .category-card { background: white; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.08); width: 300px; transition: transform 0.3s ease; } .category-card:hover { transform: translateY(-10px); } .category-header { background: var(--primary); color: white; padding: 1.2rem; text-align: center; } .category-body { padding: 1.5rem; } .category-body ul { list-style-type: none; margin-top: 1rem; } .category-body ul li { padding: 0.5rem 0; border-bottom: 1px solid #eee; display: flex; } .category-body ul li:before { content: '•'; color: var(--accent); margin-right: 10px; font-weight: bold; } /* Why Choose Us */ .features { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; } .feature-card { background: white; padding: 2rem; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.08); text-align: center; transition: all 0.3s ease; } .feature-card:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0,0,0,0.12); } .feature-icon { font-size: 2.5rem; color: var(--accent); margin-bottom: 1rem; } .feature-card h3 { margin-bottom: 1rem; color: var(--dark); } /* Testimonials */ .testimonials { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; } .testimonial-card { background: white; padding: 2rem; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.08); position: relative; } .testimonial-card::before { content: '"'; position: absolute; top: 10px; left: 15px; font-size: 5rem; color: var(--secondary); opacity: 0.3; font-family: Georgia, serif; } .testimonial-content { margin-top: 1rem; font-style: italic; position: relative; z-index: 1; } .testimonial-author { margin-top: 1.5rem; font-weight: bold; color: var(--accent); } .testimonial-category { font-size: 0.9rem; color: #777; } /* Contact */ .contact-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 3rem; align-items: center; } .contact-info { background: var(--primary); color: white; padding: 2rem; border-radius: 10px; } .contact-info h3 { margin-bottom: 1.5rem; font-size: 1.8rem; } .contact-item { display: flex; align-items: center; margin-bottom: 1.5rem; } .contact-icon { font-size: 1.5rem; margin-right: 1rem; width: 40px; height: 40px; background: rgba(255,255,255,0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; } .payment-logos { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1.5rem; } .payment-logo { background: white; color: var(--dark); padding: 0.5rem 1rem; border-radius: 5px; font-weight: 500; font-size: 0.9rem; } /* Footer */ footer { background: var(--dark); color: white; padding: 3rem 0 1.5rem; } .footer-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; margin-bottom: 2rem; } .footer-column h3 { margin-bottom: 1.5rem; position: relative; padding-bottom: 10px; } .footer-column h3::after { content: ''; position: absolute; bottom: 0; left: 0; width: 50px; height: 3px; background: var(--accent); } .footer-column ul { list-style: none; } .footer-column ul li { margin-bottom: 0.8rem; } .footer-column ul li a { color: var(--secondary); text-decoration: none; transition: all 0.3s ease; } .footer-column ul li a:hover { color: white; padding-left: 5px; } .copyright { text-align: center; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,0.1); font-size: 0.9rem; color: var(--secondary); } /* Responsive Design */ @media (max-width: 900px) { .timeline::before { left: 30px; } .timeline-content { width: calc(100% - 85px); margin-left: 85px; } .timeline-year { left: 0; } .header-container { flex-direction: column; } nav ul { margin-top: 1rem; flex-wrap: wrap; justify-content: center; } nav ul li { margin: 5px 10px; } } @media (max-width: 600px) { .hero h2 { font-size: 2rem; } .section-title h2 { font-size: 1.8rem; } .stat-item { min-width: 140px; padding: 1rem; } .stat-item .number { font-size: 2rem; } }
Zhengzhou Lena Hair Products Co., Ltd. specializes in high-quality human hair wigs, synthetic wigs, and specialized hair solutions for global customers.
Started hair raw material collection across Southeast Asia, South Asia, and China, establishing the foundation for future production.
Factory expanded to 3000m² with 100 employees. Partnered with 30+ trading companies achieving $1M+ annual sales.
Launched global exports to North America and Western Europe, expanding to 80+ countries.
Established Zhengzhou branch with 8000m² facility, 10 technicians, and 200 production workers.
Formally registered as Zhengzhou Lena Hair Products Co., Ltd. with standardized operational systems.
Futura fiber wigs mimic human hair feel. 100% cuticle-aligned virgin hair with minimal shedding. Realistic hand-tied lace fronts for natural hairlines.
10 professional hairstylists for personalized wig designs. Custom lengths, colors, and styles to meet specific requirements.
Hand-bleached knots for natural appearance. Rigorous quality control ensures products match images 100%. Easy return policy for customer satisfaction.
Bamboo fiber headwear designed for chemotherapy patients. Soft, adjustable, and skin-friendly designs for sensitive needs.
We ship to 80+ countries worldwide through premium logistics partners: