:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{margin:0;padding:0;background:#fff;color:#333;min-height:100vh;overflow-x:hidden}@media(max-width:1024px){body{font-size:15px}h1{font-size:2.5rem!important}h2{font-size:2rem!important}h3{font-size:1.5rem!important}}@media(max-width:768px){body{font-size:14px}h1{font-size:2rem!important}h2{font-size:1.6rem!important}h3{font-size:1.3rem!important}div[style*="padding: '5rem 2rem'"],div[style*="padding: '6rem 2rem'"]{padding:3rem 1rem!important}div[style*="padding: '3rem'"],div[style*="padding: '2rem'"]{padding:1.5rem 1rem!important}div[style*="maxWidth: '1200px'"],div[style*="maxWidth: '1100px'"],div[style*="maxWidth: '1400px'"]{max-width:100%!important;padding-left:1rem!important;padding-right:1rem!important}div[style*="display: 'flex'"][style*="gap: '3rem'"]{gap:1.5rem!important}div[style*="display: 'flex'"][style*="gap: '2rem'"]{gap:1rem!important}img[style*="height: '400px'"]{height:250px!important}img[style*="height: '60px'"]{height:45px!important}input,textarea,button{font-size:16px!important;padding:.8rem!important}div[style*="borderRadius: '20px'"],div[style*="borderRadius: '15px'"]{border-radius:10px!important;margin:0 .5rem!important}div[style*="fontSize: '3.5rem'"],p[style*="fontSize: '3.5rem'"],h1[style*="fontSize: '3.5rem'"]{font-size:2rem!important}div[style*="fontSize: '2.8rem'"],h2[style*="fontSize: '2.8rem'"]{font-size:1.8rem!important}div[style*="fontSize: '2.5rem'"],h2[style*="fontSize: '2.5rem'"]{font-size:1.6rem!important}div[style*="fontSize: '1.5rem'"],p[style*="fontSize: '1.5rem'"]{font-size:1.1rem!important}div[style*="fontSize: '1.2rem'"],p[style*="fontSize: '1.2rem'"]{font-size:1rem!important}}@media(max-width:480px){body{font-size:13px}h1{font-size:1.5rem!important}h2{font-size:1.3rem!important}h3{font-size:1.1rem!important}div[style*="padding: '5rem 2rem'"],div[style*="padding: '6rem 2rem'"],div[style*="padding: '3rem 1rem'"]{padding:2rem .75rem!important}img[style*="height: '400px'"],img[style*="height: '250px'"]{height:200px!important}div[style*="fontSize: '3.5rem'"],div[style*="fontSize: '2rem'"]{font-size:1.5rem!important}div[style*="fontSize: '2.8rem'"],div[style*="fontSize: '1.8rem'"]{font-size:1.4rem!important}a[style*="bottom: '30px'"][style*="width: '60px'"]{bottom:20px!important;right:20px!important;width:50px!important;height:50px!important;font-size:1.5rem!important}}@media(max-width:768px)and (orientation:landscape){div[style*="height: '100vh'"]{height:auto!important;min-height:100vh!important}}.products-page{padding:4rem 2rem;max-width:1400px;margin:0 auto;background:#ff8c0a;min-height:100vh}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:3rem}.product-card{background:#2a2a2a;border-radius:16px;overflow:hidden;border:2px solid #333;transition:all .4s ease;box-shadow:0 4px 20px #1e90ff1a}.product-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #1e90ff4d;border-color:#1e90ff}.product-image{overflow:hidden;position:relative;height:300px}.product-image:after{content:"";position:absolute;inset:0;background:linear-gradient(45deg,rgba(30,144,255,.2),transparent);opacity:0;transition:opacity .4s ease}.product-card:hover .product-image:after{opacity:1}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-image img{transform:scale(1.1)}.product-content{padding:2rem}.product-content h2{font-size:1.8rem;margin-bottom:1rem;color:#1e90ff;text-shadow:0 2px 10px rgba(30,144,255,.3)}.product-content p{margin-bottom:1rem;line-height:1.7;color:#fff}.product-content ul{list-style:none;padding:0;margin:1.5rem 0}.product-content ul li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:#fff}.product-content ul li:before{content:"✓";position:absolute;left:0;font-weight:700;color:#1e90ff;font-size:1.2rem}.cta-button{background:linear-gradient(135deg,#1e90ff,red);color:#000;border:none;padding:.875rem 2rem;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;margin-top:1rem;box-shadow:0 4px 15px #1e90ff66;position:relative;overflow:hidden}.cta-button:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s,height .6s}.cta-button:hover:before{width:300px;height:300px}.cta-button:hover{transform:translateY(-3px);box-shadow:0 8px 25px #1e90ff99}.modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:2000;animation:fadeIn .3s}.modal-content{background:#fff;padding:2.5rem;border-radius:16px;max-width:700px;width:90%;max-height:85vh;overflow-y:auto;position:relative;animation:slideUp .3s}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;cursor:pointer;color:#64748b;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}.modal-close:hover{background:#f1f5f9;color:#1e3a8a}.modal-content h2{color:#1e90ff;margin-bottom:1rem;font-size:1.8rem}.modal-content>p{color:#475569;line-height:1.7;margin-bottom:2rem}.modal-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.feature-item{background:#f8fafc;padding:1.5rem;border-radius:12px;border-left:4px solid #1E90FF;transition:all .3s ease}.feature-item:hover{transform:translate(5px);box-shadow:0 4px 15px #1e90ff33}.feature-item h3{color:#1e90ff;margin-bottom:.5rem;font-size:1.1rem}.feature-item p{color:#64748b;font-size:.95rem;line-height:1.5}.modal-cta{background:linear-gradient(135deg,#1e90ff,red);color:#000;padding:1.5rem;border-radius:12px;text-align:center;font-weight:600;font-size:1.1rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.products-grid{grid-template-columns:1fr}.product-image{height:250px}}
