.App{display:flex;flex-direction:column;min-height:100vh;background-color:#f8f9fa}main{flex:1;animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.header{background:linear-gradient(135deg,#1a1a3f,#8400de);color:#fff;padding:1.5rem 0;box-shadow:0 4px 12px #0003;position:sticky;top:0;z-index:100}.header .container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;gap:3rem}.logo{display:flex;align-items:center;flex-shrink:0}.logo-image{height:80px;width:auto;object-fit:contain}.nav{display:flex;gap:2.5rem;flex:1;justify-content:center}.nav a{transition:color .3s ease;font-weight:500;position:relative;color:#fff;font-size:1rem}.nav a:hover{color:#a855f7}.nav a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background-color:#8400de;transition:width .3s ease}.nav a:hover:after{width:100%}@media (max-width: 1024px){.header .container{gap:2rem}.logo-image{height:70px}.nav{gap:1.5rem}}@media (max-width: 768px){.header{padding:1rem 0}.header .container{flex-wrap:wrap;gap:1rem;justify-content:center}.logo{width:100%;justify-content:center;order:1}.logo-image{height:60px}.nav{gap:1rem;font-size:.9rem;order:2;width:100%;justify-content:center}.nav a{font-size:.9rem}}@media (max-width: 480px){.header .container{padding:0 1rem}.logo-image{height:50px}.nav{gap:.8rem}.nav a{font-size:.75rem}}.hero{height:600px;background:linear-gradient(135deg,#1a1a3f,#2d1b4e),url(https://images.unsplash.com/photo-1578926314433-c6e7ad7d3c15?w=1200&h=600&fit=crop) center/cover;background-blend-mode:overlay;display:flex;align-items:center;justify-content:center;position:relative;color:#fff;text-align:center;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#1a1a3fb3,#2d1b4eb3);z-index:1}.hero-content{position:relative;z-index:2;max-width:700px;animation:slideUp .8s ease-out}.hero-content h2{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2;color:#fff}.hero-content p{font-size:1.3rem;margin-bottom:2rem;color:#e0e7ff;line-height:1.6}.hero-btn{background:linear-gradient(135deg,#a855f7,#7c3aed);color:#fff;border:none;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 20px #a855f74d}.hero-btn:hover{transform:translateY(-3px);box-shadow:0 12px 30px #a855f780;background:linear-gradient(135deg,#7c3aed,#6d28d9)}.hero-overlay{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 1200 600"><defs><pattern id="grid" width="40" height="40" patternUnits="userSpaceOnUse"><path d="M 40 0 L 0 0 0 40" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="1200" height="600" fill="url(%23grid)" /></svg>');pointer-events:none}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.hero{height:400px}.hero-content h2{font-size:2rem}.hero-content p{font-size:1rem}.hero-btn{padding:.8rem 2rem;font-size:1rem}}@media (max-width: 480px){.hero{height:300px}.hero-content h2{font-size:1.5rem}.hero-content p{font-size:.9rem;margin-bottom:1rem}.hero-btn{padding:.7rem 1.5rem;font-size:.9rem}}.about{padding:5rem 0;background:linear-gradient(180deg,#fff,#f8f9fa)}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text h2{font-size:2.5rem;margin-bottom:1.5rem;color:#1a2a4a;font-weight:800}.about-text p{font-size:1.1rem;color:#6b7280;margin-bottom:1.5rem;line-height:1.8}.about-features{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.feature-item{display:flex;gap:1rem;align-items:flex-start}.feature-icon{font-size:2rem;min-width:60px;text-align:center}.feature-item h4{font-size:1.1rem;color:#1a2a4a;margin-bottom:.3rem}.feature-item p{font-size:.95rem;color:#9ca3af;margin:0}.about-image{display:flex;align-items:center;justify-content:center}.about-image img{width:100%;height:500px;object-fit:cover;border-radius:12px;box-shadow:0 20px 40px #0000001a}@media (max-width: 1024px){.about-content{gap:2rem}.about-text h2{font-size:2rem}.about-image img{height:400px}}@media (max-width: 768px){.about{padding:3rem 0}.about-content{grid-template-columns:1fr;gap:2rem}.about-text h2{font-size:1.8rem}.about-text p{font-size:1rem}.about-image img{height:300px}}.product-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000001a;transition:all .3s cubic-bezier(.4,0,.2,1);border:2px solid transparent;position:relative;cursor:pointer}.product-card:hover{transform:translateY(-12px);box-shadow:0 12px 24px #a855f733;border-color:#a855f7}.product-image{width:100%;height:250px;overflow:hidden;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);display:flex;align-items:center;justify-content:center;position:relative}.product-image:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#a855f700,#6d28d90d);opacity:0;transition:opacity .3s;pointer-events:none}.product-card:hover .product-image:before{opacity:1}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-image img{transform:scale(1.05)}.product-info{padding:2rem 1.5rem;min-height:180px;display:flex;flex-direction:column;justify-content:space-between}.product-info h3{font-size:1.3rem;margin-bottom:.8rem;color:#1a1a3f;font-weight:700;line-height:1.3;background:linear-gradient(90deg,#a855f7,#6d28d9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.description{color:#6b7280;font-size:.95rem;line-height:1.6;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media (max-width: 768px){.product-card{border-radius:8px}.product-image{height:200px}.product-info{padding:1.5rem 1.2rem;min-height:150px}.product-info h3{font-size:1.1rem;margin-bottom:.6rem}.description{font-size:.9rem}}@media (max-width: 480px){.product-image{height:180px}.product-info{padding:1.2rem 1rem;min-height:120px}.product-info h3{font-size:1rem}}.product-list-section{padding:4rem 0;background:linear-gradient(180deg,#f8f9fa,#f3f4f6)}.product-list-section .container{max-width:1200px;margin:0 auto;padding:0 2rem}.product-list-section h2{font-size:2.5rem;margin-bottom:3rem;text-align:center;background:linear-gradient(90deg,#1a2a4a,#2d3e5f,#6d28d9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:800;letter-spacing:-.5px}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;animation:slideUp .6s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.product-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.8rem}.product-list-section h2{font-size:2rem;margin-bottom:2.5rem}}@media (max-width: 768px){.product-list-section{padding:2.5rem 0}.product-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.2rem}.product-list-section h2{font-size:1.8rem;margin-bottom:1.8rem}.product-list-section .container{padding:0 1rem}}@media (max-width: 480px){.product-grid{grid-template-columns:1fr}.product-list-section h2{font-size:1.5rem;margin-bottom:1.5rem}.product-list-section{padding:1.5rem 0}}.features{padding:5rem 0;background:linear-gradient(180deg,#f8f9fa,#fff)}.features .container h2{font-size:2.5rem;text-align:center;margin-bottom:4rem;color:#1a1a3f;font-weight:800}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card{background:#fff;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 4px 12px #00000014;transition:all .3s ease;border:2px solid transparent}.feature-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #a855f726;border-color:#a855f7}.feature-card-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.3rem;margin-bottom:.8rem;color:#1a1a3f}.feature-card p{font-size:1rem;color:#6b7280;line-height:1.6;margin:0}@media (max-width: 768px){.features{padding:3rem 0}.features .container h2{font-size:2rem;margin-bottom:2rem}.features-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.feature-card{padding:1.5rem}.feature-card-icon{font-size:2.5rem}}@media (max-width: 480px){.features-grid{grid-template-columns:1fr}.features .container h2{font-size:1.5rem}}.footer{background:linear-gradient(135deg,#1a2a4a,#2d3e5f);color:#fff;padding:3rem 0 1rem;margin-top:4rem;border-top:3px solid #22c55e}.footer .container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{font-size:1.5rem;background:linear-gradient(90deg,#22c55e,#6d28d9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem;letter-spacing:1px}.footer-section h4{font-size:1.1rem;margin-bottom:1rem;color:#22c55e}.footer-section p{color:#d1d5db;margin-bottom:.5rem;line-height:1.6}.footer-section .tagline{font-size:.9rem;color:#9ca3af;font-style:italic}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.7rem}.footer-section a{color:#d1d5db;transition:color .3s ease;text-decoration:none}.footer-section a:hover{color:#22c55e}.footer-bottom{border-top:1px solid #374151;padding-top:1.5rem;text-align:center;color:#9ca3af;font-size:.9rem}@media (max-width: 768px){.footer{padding:2rem 0 1rem;margin-top:2rem}.footer-content{grid-template-columns:1fr;gap:1.5rem}.footer-section{text-align:center}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Roboto,Tahoma,Geneva,Verdana,sans-serif;background-color:#f8f9fa;color:#1a1a3f;line-height:1.6}html{scroll-behavior:smooth}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none;font-family:inherit}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#a855f7;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#7c3aed}::selection{background-color:#a855f7;color:#fff}::-moz-selection{background-color:#a855f7;color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 2rem}h1,h2,h3,h4,h5,h6{color:#1a1a3f;font-weight:700}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@media (max-width: 768px){.container{padding:0 1.5rem}body{font-size:15px}}
