.header{position:fixed;top:0;left:0;right:0;z-index:100;background:#0f1914e6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(144,238,144,.1)}.header-content{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between}.header-logo{display:flex;align-items:center;gap:12px;background:none;border:none;cursor:pointer;transition:opacity .3s ease}.header-logo:hover{opacity:.8}.header-logo img{width:45px;height:45px;border-radius:10px;object-fit:cover}.header-brand{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#90ee90,#40e0d0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header-nav{display:flex;gap:2rem}.nav-link{background:none;border:none;color:#ffffffb3;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease;padding:.5rem 1rem;border-radius:8px}.nav-link:hover{color:#90ee90;background:#90ee901a}@media(max-width:768px){.header-content{padding:.75rem 1rem}.header-logo img{width:35px;height:35px}.header-brand{font-size:1.2rem}.header-nav{gap:.5rem}.nav-link{font-size:.85rem;padding:.4rem .6rem}}@media(max-width:480px){.header-brand{display:none}.nav-link{font-size:.8rem;padding:.3rem .5rem}}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;padding-top:80px}.particles{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;pointer-events:none}.particle{position:absolute;width:6px;height:6px;background:#90ee9066;border-radius:50%;bottom:-20px;animation:float-up linear infinite}.particle:nth-child(odd){width:4px;height:4px;background:#40e0d04d}@keyframes float-up{0%{transform:translateY(0) rotate(0);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translateY(-100vh) rotate(720deg);opacity:0}}.hero-content{text-align:center;padding:2rem;max-width:700px;z-index:1}.coming-soon-badge{display:inline-flex;align-items:center;gap:8px;background:#90ee9026;border:1px solid rgba(144,238,144,.3);padding:8px 20px;border-radius:50px;font-size:.9rem;font-weight:500;color:#90ee90;margin-bottom:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.badge-dot{width:8px;height:8px;background:#90ee90;border-radius:50%;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.headline{font-family:Playfair Display,serif;font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;text-shadow:0 4px 30px rgba(0,0,0,.3);color:#fff}.highlight{background:linear-gradient(135deg,#90ee90,#40e0d0,#98fb98);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.tagline{font-size:1.15rem;color:#fffc;line-height:1.8;margin-bottom:2.5rem;font-weight:300}.features{display:flex;justify-content:center;gap:2rem;margin-bottom:3rem;flex-wrap:wrap}.feature{display:flex;flex-direction:column;align-items:center;gap:8px}.feature-icon{font-size:1.8rem;background:#ffffff1a;width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.feature:hover .feature-icon{transform:translateY(-5px);background:#90ee9033;border-color:#90ee904d}.feature span{font-size:.9rem;color:#ffffffb3;font-weight:400}.signup-section{margin-bottom:2rem}.signup-text{font-size:.95rem;color:#fff9;margin-bottom:1rem}.signup-form{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.email-input{width:300px;padding:16px 24px;border:1px solid rgba(255,255,255,.2);border-radius:50px;background:#ffffff14;color:#fff;font-size:1rem;outline:none;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.email-input::placeholder{color:#fff6}.email-input:focus{border-color:#90ee90;background:#ffffff1f;box-shadow:0 0 20px #90ee9033}.submit-btn{display:inline-flex;align-items:center;gap:8px;padding:16px 32px;background:linear-gradient(135deg,#2e8b57,#3cb371,#40e0d0);border:none;border-radius:50px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.submit-btn:hover{transform:translateY(-3px);box-shadow:0 10px 40px #2e8b5766}.submit-btn:active{transform:translateY(-1px)}.success-message{display:inline-flex;align-items:center;gap:12px;background:#2e8b5733;border:1px solid rgba(144,238,144,.4);padding:16px 28px;border-radius:50px;color:#90ee90;font-weight:500;animation:fade-in .5s ease}@keyframes fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.headline{font-size:2.5rem}.features{gap:1.5rem}.email-input{width:100%}.signup-form{flex-direction:column;align-items:center}.submit-btn{width:100%;justify-content:center}}@media(max-width:480px){.headline{font-size:2rem}.tagline{font-size:1rem}.hero-content{padding:1.5rem}.features{gap:1rem}.feature-icon{width:50px;height:50px;font-size:1.5rem}}.product-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:20px;overflow:hidden;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.product-card:hover{transform:translateY(-8px);border-color:#90ee904d;box-shadow:0 20px 60px #0000004d}.product-image{background:linear-gradient(135deg,#90ee901a,#40e0d01a);padding:2rem;display:flex;align-items:center;justify-content:center;border-bottom:1px solid rgba(255,255,255,.05)}.filter-icon{width:120px;height:120px;color:#90ee90;transition:all .3s ease}.product-card:hover .filter-icon{transform:scale(1.1);color:#40e0d0}.product-content{padding:1.5rem}.product-name{font-family:Playfair Display,serif;font-size:1.3rem;font-weight:600;color:#fff;margin-bottom:.75rem}.product-description{font-size:.9rem;color:#ffffffb3;line-height:1.6;margin-bottom:1rem}.product-compatibility{background:#90ee901a;padding:.75rem 1rem;border-radius:10px;margin-bottom:1rem}.compatibility-label{font-size:.75rem;color:#ffffff80;display:block;margin-bottom:.25rem}.compatibility-value{font-size:.85rem;color:#90ee90;font-weight:500}.product-features{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.feature-tag{background:#ffffff14;border:1px solid rgba(255,255,255,.1);padding:.35rem .75rem;border-radius:20px;font-size:.75rem;color:#fffc}.product-footer{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.product-price{display:flex;align-items:flex-start}.price-currency{font-size:1rem;color:#90ee90;font-weight:500;margin-top:.25rem}.price-value{font-size:1.8rem;font-weight:700;color:#fff;margin-left:2px}.order-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:linear-gradient(135deg,#2e8b57,#3cb371);border:none;border-radius:50px;color:#fff;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease}.order-btn:hover{transform:scale(1.05);box-shadow:0 8px 30px #2e8b5766}.order-btn:active{transform:scale(.98)}@media(max-width:480px){.product-content{padding:1.25rem}.product-name{font-size:1.15rem}.filter-icon{width:100px;height:100px}.order-btn{padding:10px 18px;font-size:.85rem}.price-value{font-size:1.5rem}}.modal-overlay{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:fade-in .3s ease}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.modal-content{background:linear-gradient(135deg,#14231efa,#0f1914fa);border:1px solid rgba(144,238,144,.2);border-radius:24px;padding:2rem;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;position:relative;animation:slide-up .3s ease}@keyframes slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-close{position:absolute;top:1rem;right:1rem;background:#ffffff1a;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#ffffffb3;transition:all .3s ease}.modal-close:hover{background:#fff3;color:#fff}.modal-header{text-align:center;margin-bottom:1.5rem}.modal-header h2{font-family:Playfair Display,serif;font-size:1.8rem;color:#fff;margin-bottom:.5rem}.modal-header p{color:#fff9;font-size:.95rem}.order-summary{background:#90ee901a;border:1px solid rgba(144,238,144,.2);border-radius:12px;padding:1rem;margin-bottom:1.5rem}.summary-item{display:flex;justify-content:space-between;padding:.5rem 0;color:#fffc;font-size:.9rem}.summary-item:first-child{border-bottom:1px solid rgba(255,255,255,.1)}.summary-item span:last-child{color:#90ee90;font-weight:500}.order-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.85rem;color:#ffffffb3;font-weight:500}.form-group input,.form-group textarea,.form-group select{padding:12px 16px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:10px;color:#fff;font-size:1rem;outline:none;transition:all .3s ease}.form-group input::placeholder,.form-group textarea::placeholder{color:#ffffff4d}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:#90ee90;background:#ffffff1f}.form-group select{cursor:pointer}.form-group select option{background:#1a2a22;color:#fff}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.order-total{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#2e8b5733;border-radius:12px;margin-top:.5rem}.order-total span:first-child{color:#fffc;font-weight:500}.total-price{font-size:1.5rem;font-weight:700;color:#90ee90}.submit-order-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:16px 32px;background:linear-gradient(135deg,#2e8b57,#3cb371,#40e0d0);border:none;border-radius:50px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:.5rem}.submit-order-btn:hover{transform:translateY(-3px);box-shadow:0 10px 40px #2e8b5766}.order-success{text-align:center;padding:2rem 0}.success-icon{width:100px;height:100px;background:#90ee9026;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#90ee90;animation:scale-in .5s ease}@keyframes scale-in{0%{transform:scale(0)}to{transform:scale(1)}}.order-success h2{font-family:Playfair Display,serif;font-size:2rem;color:#90ee90;margin-bottom:1rem}.order-success p{color:#ffffffb3;line-height:1.6;margin-bottom:2rem}.close-success-btn{padding:14px 40px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:50px;color:#fff;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.close-success-btn:hover{background:#ffffff26;border-color:#90ee90}@media(max-width:480px){.modal-content{padding:1.5rem}.form-row{grid-template-columns:1fr}.modal-header h2{font-size:1.5rem}}.products-section{padding:6rem 2rem;position:relative}.products-container{max-width:1200px;margin:0 auto}.products-header{text-align:center;margin-bottom:4rem}.products-badge{display:inline-block;background:#90ee9026;border:1px solid rgba(144,238,144,.3);padding:8px 20px;border-radius:50px;font-size:.9rem;font-weight:500;color:#90ee90;margin-bottom:1.5rem}.products-title{font-family:Playfair Display,serif;font-size:3rem;font-weight:700;color:#fff;margin-bottom:1rem}.products-title .highlight{background:linear-gradient(135deg,#90ee90,#40e0d0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.products-subtitle{font-size:1.1rem;color:#ffffffb3;max-width:600px;margin:0 auto;line-height:1.7}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}@media(max-width:768px){.products-section{padding:4rem 1.5rem}.products-title{font-size:2.2rem}.products-subtitle{font-size:1rem}}@media(max-width:480px){.products-title{font-size:1.8rem}.products-grid{gap:1.5rem}}.footer{background:#0a140fe6;border-top:1px solid rgba(144,238,144,.1);padding:4rem 2rem 2rem}.footer-content{max-width:1200px;margin:0 auto}.footer-main{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-brand{display:flex;flex-direction:column;align-items:flex-start}.footer-logo{width:60px;height:60px;border-radius:12px;margin-bottom:1rem}.footer-name{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#90ee90,#40e0d0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.footer-tagline{color:#fff9;font-size:.9rem}.footer-contact h3,.footer-info h3{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.footer-contact .contact-link{display:inline-flex;align-items:center;gap:10px;color:#ffffffb3;font-size:.95rem;transition:all .3s ease}.footer-contact .contact-link:hover{color:#90ee90}.footer-info p{color:#fff9;font-size:.9rem;line-height:1.7}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center}.footer-bottom p{color:#fff6;font-size:.85rem}@media(max-width:768px){.footer{padding:3rem 1.5rem 1.5rem}.footer-main{gap:2rem}}.app{min-height:100vh;display:flex;flex-direction:column;position:relative;color:#fff}.background-image{position:fixed;top:0;left:0;width:100%;height:100%;background-image:url(/background.jpeg);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:-3}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0f1914d9,#14231ecc,#0a1e19d9);z-index:-2}main{flex:1}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Poppins,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer}input{font-family:inherit}
