: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:20px 60px;background-color:#0f172a;color:#fff;position:sticky;top:0;z-index:1000;flex-wrap:wrap}.navbar .logo{font-weight:700;font-size:1.9rem;color:#38bdf8}.navbar .nav-links{display:flex;gap:25px;list-style:none;flex-wrap:wrap}.navbar .nav-links li a{color:#fff}.navbar .nav-links li a:hover{color:#38bdf8}.hero{display:flex;align-items:center;justify-content:center;min-height:85vh;background:linear-gradient(135deg,#1e3a8a,#0f172a);text-align:center;color:#fff;padding:0 20px;position:relative;overflow:hidden}.hero:after{content:"";position:absolute;bottom:-20px;right:-20px;width:300px;height:300px;background:#ffffff0d;border-radius:50%;filter:blur(50px)}.hero-content{max-width:900px;z-index:1}.hero-content h1{font-size:3.5rem;margin-bottom:15px;font-weight:800;line-height:1.2}.hero-content p{font-size:1.4rem;margin-bottom:20px}.app-coming{font-size:1.1rem;color:#facc15;font-weight:600;margin-bottom:25px}.btn-primary{background:linear-gradient(90deg,#38bdf8,#0ea5e9);color:#fff;font-weight:600;padding:14px 35px;border-radius:8px;text-decoration:none;display:inline-block;transition:all .3s}.btn-primary:hover{background:linear-gradient(90deg,#0ea5e9,#38bdf8);transform:translateY(-2px)}.products{padding:70px 20px;text-align:center;background-color:#121212}.products h2{font-size:2.6rem;margin-bottom:45px;color:#38bdf8}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:30px;justify-items:center;max-width:1200px;margin:0 auto}.product-card{background:#1f1f1f;padding:25px;border-radius:15px;box-shadow:0 6px 25px #0003;transition:transform .3s,box-shadow .3s;text-align:center}.product-card:hover{transform:translateY(-8px);box-shadow:0 15px 35px #00000040}.product-card img{width:100%;height:auto;border-radius:12px;margin-bottom:15px}.product-card h3{color:#38bdf8;margin:15px 0 10px;font-weight:700}.product-card p{font-size:1rem;color:#ccc}.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}@media(max-width:1024px){.hero-content h1{font-size:3rem}.hero-content p{font-size:1.25rem}}@media(max-width:768px){.navbar{flex-direction:column;gap:15px}.hero-content h1{font-size:2.5rem}.products-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.contact-form .form-row{flex-direction:column}}@media(max-width:480px){.hero-content h1{font-size:2rem}.hero-content p{font-size:1rem}.product-card h3{font-size:1.05rem}.product-card p{font-size:.9rem}.contact-form button{width:100%}}
