:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{font-family:Poppins,system-ui,Avenir,Helvetica,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#f0f0f0;background-color:#1a1a1a}html,body,#root,.app{width:100%;min-height:100vh;margin:0;padding:0}*,*:before,*:after{box-sizing:border-box}a{font-weight:500;color:#38bdf8;text-decoration:none;transition:color .3s}a:hover{color:#0ea5e9}button{border-radius:8px;border:none;padding:.8em 1.5em;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s}button:hover{opacity:.9}.navbar{display:flex;justify-content:space-between;align-items:center;padding:12px 40px;background-color:#0f172a;color:#fff;position:sticky;top:0;z-index:1000;flex-wrap:nowrap}.logo{display:inline-flex;align-items:center;gap:8px;cursor:pointer;flex-wrap:nowrap;white-space:nowrap;flex-shrink:0}.logo-container{width:50px;height:50px;min-width:34px;border-radius:8px;background:#ffffffe6;display:flex;align-items:center;justify-content:center;box-shadow:0 3px 10px #38bdf840;transition:all .25s ease}.logo-img{width:65%;height:65%;object-fit:contain}.logo-text{font-size:1.05rem;font-weight:600;color:#fff;line-height:1;letter-spacing:.3px}.logo:hover .logo-container{transform:scale(1.05);box-shadow:0 6px 16px #38bdf859}.logo:hover .logo-text{color:#38bdf8}.nav-links{display:flex;gap:25px;list-style:none}.nav-links li a{color:#fff}.nav-links li a:hover,.active-link{color:#38bdf8}.menu-toggle{display:none;font-size:1.8rem;cursor:pointer}@media(max-width:768px){.menu-toggle{display:block;color:#fff}.nav-links{position:fixed;top:0;right:-100%;height:100vh;width:260px;background:#0f172a;flex-direction:column;align-items:center;justify-content:center;gap:30px;transition:right .3s ease-in-out;box-shadow:-5px 0 25px #0000004d;padding-top:50px}.nav-links.active{right:0}.close-menu{display:block;position:absolute;top:15px;right:15px;font-size:2rem;cursor:pointer;color:#fff;z-index:2100;background:transparent;border:none}.navbar{padding:12px 20px;flex-direction:row;justify-content:space-between;align-items:center}.logo-text{font-size:.95rem}.logo-container{width:30px;height:30px;min-width:30px}}.hero{display:flex;align-items:center;justify-content:center;min-height:85vh;position:relative;overflow:hidden;perspective:1000px;text-align:center;color:#fff;padding:0 20px;background:url(https://images.unsplash.com/photo-1593642532973-d31b6557fa68?auto=format&fit=crop&w=1950&q=80) no-repeat center center / cover}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(to right,#1e3a8a33 10%,#1e3a8a99,#1e3a8ad9 60%,#0f172a);pointer-events:none;z-index:5}.hero-content{max-width:900px;z-index:10;transform-style:preserve-3d;animation:hero-float 8s ease-in-out infinite}.hero-title{font-size:3.5rem;margin-bottom:15px;font-weight:900;line-height:1.2;text-shadow:2px 2px 15px rgba(0,0,0,.5)}.hero-subtitle{font-size:1.4rem;margin-bottom:20px;text-shadow:1px 1px 10px rgba(0,0,0,.35)}.btn-primary{background:linear-gradient(90deg,#38bdf8,#0ea5e9);color:#fff;font-weight:600;padding:14px 40px;border-radius:12px;text-decoration:none;display:inline-block;transition:all .4s ease;box-shadow:0 10px 25px #0000004d}.btn-primary:hover{background:linear-gradient(90deg,#0ea5e9,#38bdf8);transform:translateY(-4px) scale(1.02);box-shadow:0 15px 35px #0006}.hero-shape{position:absolute;border-radius:50%;opacity:.15;filter:blur(80px);animation:floatShape 10s ease-in-out infinite alternate}.shape1{width:300px;height:300px;background:#38bdf8;top:-100px;left:-100px}.shape2{width:200px;height:200px;background:#0ea5e9;bottom:-80px;right:-80px;animation-delay:2s}.shape3{width:150px;height:150px;background:#facc15;top:50%;left:80%;transform:translate(-50%,-50%);animation-delay:4s}@keyframes floatShape{0%{transform:translateY(0) rotate(0)}50%{transform:translateY(-40px) rotate(180deg)}to{transform:translateY(0) rotate(360deg)}}@keyframes hero-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.nav-links li a{color:#fff;position:relative;transition:color .3s}.nav-links li a:hover,.nav-links li a.active-link{color:#38bdf8}.nav-links li a.active-link:after{content:"";position:absolute;bottom:-3px;left:0;width:100%;height:2px;background:#38bdf8}.close-menu{display:none;position:absolute;top:15px;right:15px;font-size:2rem;cursor:pointer;color:#fff;z-index:2100;background:transparent;border:none}@media(max-width:768px){.nav-links.active .close-menu{display:block}}.products{padding:80px 20px;background:linear-gradient(180deg,#0f172a,#020617);text-align:center}.products-header h2{font-size:2.8rem;color:#38bdf8;margin-bottom:10px}.products-header p{color:#94a3b8;max-width:600px;margin:0 auto 50px;font-size:1.05rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:35px;max-width:1200px;margin:0 auto}.product-card{background:#ffffff08;border-radius:18px;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.08);transition:all .35s ease;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 20px 40px #0006}.product-image img{width:100%;height:230px;object-fit:cover;transition:transform .5s ease}.product-card:hover img{transform:scale(1.1)}.badge{position:absolute;top:12px;left:12px;background:#38bdf8;color:#020617;font-size:.75rem;padding:5px 10px;border-radius:20px;font-weight:600}.product-content{padding:20px;text-align:left}.product-content h3{color:#38bdf8;margin-bottom:10px}.product-content p{color:#cbd5f5;font-size:.95rem;margin-bottom:15px}.product-btn{display:inline-block;text-decoration:none;background:transparent;border:1px solid #38bdf8;padding:10px 16px;border-radius:8px;color:#38bdf8;font-weight:600;font-size:.9rem;transition:all .3s ease}.product-btn:hover{background:#38bdf8;color:#020617;transform:translateY(-2px);box-shadow:0 8px 20px #38bdf84d}.about{padding:70px 20px;text-align:center;background:#181818}.about h2{font-size:2.4rem;margin-bottom:25px;color:#38bdf8}.about p{font-size:1.15rem;max-width:800px;margin:0 auto;line-height:1.7;color:#ddd}.contact{padding:70px 20px;text-align:center;background-color:#121212}.contact h2{font-size:2.4rem;margin-bottom:20px;color:#38bdf8}.contact p{font-size:1.1rem;margin-bottom:35px;color:#ccc}.contact-form{display:flex;flex-direction:column;gap:20px;max-width:650px;margin:0 auto}.contact-form .form-row{display:flex;gap:20px;flex-wrap:wrap}.contact-form input,.contact-form textarea{padding:14px 16px;border-radius:10px;border:1px solid #444;font-size:1rem;width:100%;background-color:#1f1f1f;color:#f0f0f0}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#38bdf8}.contact-form button{background:linear-gradient(90deg,#38bdf8,#0ea5e9);color:#fff;padding:14px 35px;font-weight:700;border-radius:10px;cursor:pointer;transition:all .3s}.contact-form button:hover{background:linear-gradient(90deg,#0ea5e9,#38bdf8);transform:translateY(-2px)}.form-status{margin-top:10px;font-weight:700;color:#38bdf8;text-align:center}.footer{text-align:center;padding:40px 20px;background-color:#0f172a;color:#aaa;font-size:.95rem}.footer-link{color:#38bdf8;text-decoration:none;transition:color .3s}.footer-link:hover{color:#0ea5e9}.social-icons{margin-top:12px;display:flex;justify-content:center;gap:20px}.social-icon img{width:28px;height:28px;filter:brightness(0) invert(1);transition:transform .3s,filter .3s}.social-icon:hover img{transform:scale(1.1);filter:brightness(0) invert(.7) sepia(1) saturate(500%) hue-rotate(180deg)}@media(max-width:1024px){.hero-title{font-size:3rem}.hero-subtitle{font-size:1.25rem}}@media(max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.products-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.contact-form .form-row{flex-direction:column;gap:15px}.navbar{padding:10px 15px}}@media(max-width:480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.product-card h3{font-size:1.05rem}.product-card p{font-size:.9rem}.contact-form button{width:100%}.products-grid{gap:20px}.products-grid{grid-template-columns:1fr}.product-card{width:100%}.product-image img{height:180px}.product-content{padding:12px}.product-content h3{font-size:1rem}.product-content p{font-size:.85rem}.product-btn{padding:8px 12px;font-size:.8rem}}@media(max-width:480px){.products-grid{grid-template-columns:1fr;gap:20px;justify-items:center}.product-card{width:80%;display:flex;flex-direction:column;align-items:center;text-align:center}.product-image img{width:100%;height:230px;object-fit:cover;border-radius:12px}.product-content{padding:12px;display:flex;flex-direction:column;align-items:center;text-align:center}.product-content h3{font-size:1rem}.product-content p{font-size:.85rem}.product-btn{padding:8px 16px;font-size:.85rem}.contact-form button{width:100%}}.dropdown{position:relative;cursor:pointer}.dropdown-toggle{display:flex;align-items:center;gap:5px}.dropdown-menu{display:none;position:absolute;top:35px;left:0;background-color:#0f172a;min-width:160px;border-radius:8px;box-shadow:0 8px 16px #0000004d;flex-direction:column;z-index:1000;transition:all .3s ease}@media(min-width:769px){.dropdown:hover .dropdown-menu{display:flex}}.dropdown.active .dropdown-menu{display:flex;flex-direction:column}.dropdown-menu li{padding:10px 20px}.dropdown-menu li a{color:#fff;display:block;font-weight:500}.dropdown-menu li a:hover{background-color:#38bdf8;color:#020617}.policies{padding:70px 20px;background-color:#181818;text-align:center}.policies h2{font-size:2.4rem;color:#38bdf8;margin-bottom:35px}.policy{background:#38bdf80d;border:1px solid rgba(56,189,248,.2);border-radius:12px;padding:25px 20px;margin-bottom:25px;max-width:800px;margin-left:auto;margin-right:auto;color:#cbd5f5;text-align:left}.policy h3{color:#38bdf8;margin-bottom:12px;font-size:1.2rem}.policy p{line-height:1.6;font-size:1rem}
