*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #2563eb;--secondary-color: #64748b;--accent-color: #f59e0b;--text-dark: #1f2937;--text-light: #6b7280;--bg-light: #f8fafc;--white: #ffffff;--shadow: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--border-radius: 8px;--transition: all .3s ease}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:var(--text-dark);background-color:var(--white)}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{position:fixed;top:0;width:100%;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:var(--shadow);z-index:1000;transition:var(--transition)}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;height:70px}.nav-logo h2{color:var(--primary-color);font-size:1.8rem;font-weight:700}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-link{text-decoration:none;color:var(--text-dark);font-weight:500;transition:var(--transition);position:relative}.nav-link:hover{color:var(--primary-color)}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background-color:var(--primary-color);transition:var(--transition)}.nav-link:hover:after{width:100%}.hamburger{display:none;flex-direction:column;cursor:pointer}.bar{width:25px;height:3px;background-color:var(--text-dark);margin:3px 0;transition:var(--transition)}main{margin-top:70px}.hero{min-height:35vh;display:flex;align-items:center;background:linear-gradient(135deg,var(--bg-light) 0%,var(--white) 100%);padding:1.5rem 0}.hero-content{max-width:1200px;margin:0 auto;padding:0 20px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.hero-content>div:first-child{animation:fadeInLeft 1s ease-out}.hero-content h1{font-size:2.8rem;font-weight:700;color:var(--text-dark);margin-bottom:1rem;line-height:1.2}.hero-content p{font-size:1.1rem;color:var(--text-light);margin-bottom:1.5rem;line-height:1.6}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.btn{display:inline-block;padding:12px 30px;border-radius:var(--border-radius);text-decoration:none;font-weight:600;transition:var(--transition);border:none;cursor:pointer;font-size:1rem}.btn-primary{background-color:var(--primary-color);color:var(--white)}.btn-primary:hover{background-color:#1d4ed8;transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-secondary{background-color:transparent;color:var(--primary-color);border:2px solid var(--primary-color)}.btn-secondary:hover{background-color:var(--primary-color);color:var(--white);transform:translateY(-2px)}section{padding:5rem 0}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;font-weight:700;color:var(--text-dark);margin-bottom:1rem}.section-header p{font-size:1.1rem;color:var(--text-light);max-width:600px;margin:0 auto}.about{background-color:var(--bg-light)}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text h3{font-size:2rem;color:var(--text-dark);margin-bottom:1.5rem}.about-text p{font-size:1.1rem;color:var(--text-light);margin-bottom:2rem;line-height:1.7}.company-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.stat-item{text-align:center;padding:1.5rem;background:var(--white);border-radius:var(--border-radius);box-shadow:var(--shadow);transition:var(--transition)}.stat-item:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.stat-item h4{font-size:2rem;font-weight:700;color:var(--primary-color);margin-bottom:.5rem}.stat-item p{color:var(--text-light);font-size:.9rem}.about-image img{width:100%;height:auto;border-radius:var(--border-radius);box-shadow:var(--shadow-lg)}.products-intro{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.intro-content h3{font-size:2rem;color:var(--text-dark);margin-bottom:1.5rem}.intro-content p{font-size:1.1rem;color:var(--text-light);line-height:1.7;margin-bottom:2rem}.product-stats-overview{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem}.stat-overview{text-align:center;padding:1rem;background:var(--white);border-radius:var(--border-radius);box-shadow:var(--shadow)}.stat-overview h4{font-size:1.8rem;font-weight:700;color:var(--primary-color);margin-bottom:.5rem}.stat-overview p{color:var(--text-light);font-size:.9rem;margin:0}.intro-image img{width:100%;height:auto;border-radius:var(--border-radius);box-shadow:var(--shadow-lg)}.featured-products-section{padding:4rem 0;background:var(--bg-light)}.featured-products{margin-top:4rem}.product-list-page,.product-detail{min-height:100vh;background:var(--bg-light);padding:2rem 0 4rem}.product-detail-content{background:var(--white);border-radius:16px;box-shadow:var(--shadow-lg);overflow:hidden;margin-top:2rem}.product-basic-info{display:flex;gap:2rem;padding:3rem 2rem;background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);border-bottom:1px solid #e2e8f0;align-items:flex-start}.product-logo{width:150px;height:150px;flex-shrink:0;border-radius:24px;overflow:hidden;box-shadow:var(--shadow-lg);background:var(--white)}.product-logo img{width:100%;height:100%;object-fit:cover}.product-main-info{flex:1;min-width:0}.product-main-info h1{font-size:2.5rem;font-weight:700;color:var(--text-dark);margin:0 0 1.5rem;line-height:1.2}.product-intro{font-size:1.2rem;color:var(--text-light);line-height:1.7;margin:0}.product-screenshots{padding:3rem 2rem}.product-screenshots h3{font-size:1.8rem;font-weight:600;color:var(--text-dark);margin-bottom:2rem;text-align:center}.screenshots-container{display:flex;gap:1.5rem;overflow-x:auto;padding:1rem 0;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:var(--primary-color) #f1f5f9}.screenshots-container::-webkit-scrollbar{height:8px}.screenshots-container::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.screenshots-container::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:4px}.screenshots-container::-webkit-scrollbar-thumb:hover{background:#3b82f6}.screenshot-item{flex-shrink:0;width:250px;border-radius:16px;overflow:hidden;box-shadow:var(--shadow-lg);background:var(--white);transition:var(--transition)}.screenshot-item:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px #00000026}.screenshot-item img{width:100%;height:auto;display:block;aspect-ratio:1080/1920;object-fit:cover}.featured-products h3{font-size:2rem;color:var(--text-dark);margin-bottom:2rem;text-align:center}.featured-products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;margin-bottom:3rem}.featured-product-card{background:var(--white);border-radius:12px;box-shadow:var(--shadow);transition:var(--transition);cursor:pointer;border:1px solid #f1f5f9}.featured-product-card:hover{transform:translateY(-5px);box-shadow:0 15px 25px -5px #0000001a,0 5px 10px -5px #0000000a;border-color:var(--primary-color)}.featured-product-card .product-content{padding:1.5rem}.products-cta{text-align:center;margin-top:2rem}.loading{display:flex;justify-content:center;align-items:center;padding:2rem;color:var(--text-light)}.loading-spinner{width:20px;height:20px;border:2px solid #f3f3f3;border-top:2px solid var(--primary-color);border-radius:50%;animation:spin 1s linear infinite;margin-right:10px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-message{text-align:center;padding:2rem;color:#ef4444;background:#fef2f2;border:1px solid #fecaca;border-radius:var(--border-radius);margin:1rem 0}.info-message{text-align:center;padding:2rem;color:#0ea5e9;background:#f0f9ff;border:1px solid #bae6fd;border-radius:var(--border-radius);margin:1rem 0}.no-products{text-align:center;padding:3rem;color:var(--text-light);font-size:1.1rem}.product-list-page{padding:2rem 0;min-height:80vh}.product-search-section{background:var(--bg-light);padding:2rem 0;margin-bottom:2rem;border-radius:var(--border-radius)}.search-controls{display:flex;gap:1rem;align-items:center;flex-wrap:wrap;margin-bottom:1.5rem}.search-box{flex:1;min-width:300px;position:relative}.search-box input{width:100%;padding:12px 16px 12px 40px;border:2px solid #e5e7eb;border-radius:var(--border-radius);font-size:1rem;transition:var(--transition)}.search-box input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #2563eb1a}.search-box i{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--text-light)}.category-filter{display:flex;gap:.5rem;flex-wrap:wrap}.filter-btn{padding:.5rem 1rem;border:2px solid var(--primary-color);background:transparent;color:var(--primary-color);border-radius:20px;cursor:pointer;transition:var(--transition);font-size:.85rem}.filter-btn:hover,.filter-btn.active{background:var(--primary-color);color:var(--white)}.search-results-info{color:var(--text-light);font-size:.9rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem;margin-top:2rem}.product-card{background:var(--white);border-radius:12px;box-shadow:var(--shadow);transition:var(--transition);cursor:pointer;border:1px solid #f1f5f9;min-height:280px;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border-color:var(--primary-color)}.product-content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.product-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem}.product-icon{width:80px;height:80px;flex-shrink:0;border-radius:12px;overflow:hidden;box-shadow:var(--shadow);background:#f8fafc;display:flex;align-items:center;justify-content:center}.product-icon img{width:100%;height:100%;object-fit:cover;border-radius:12px}.product-title-info{flex:1;min-width:0}.product-title-info h3{font-size:1.25rem;font-weight:600;color:var(--text-dark);margin:0 0 .5rem;line-height:1.3}.product-category{display:inline-block;background:linear-gradient(135deg,var(--primary-color),#3b82f6);color:var(--white);padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:500;margin-bottom:.5rem}.product-description{color:var(--text-light);line-height:1.6;margin:1rem 0;font-size:.9rem;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:4rem}.product-meta{display:flex;gap:1rem;margin:1rem 0;align-items:center}.product-meta .rating,.product-meta .downloads{font-size:.85rem;color:var(--text-light)}.product-actions{margin-top:auto;padding-top:1rem}.product-stats{display:flex;gap:1rem;margin:1rem 0;padding:.75rem;background:#f8fafc;border-radius:8px;font-size:.8rem}.product-rating{color:var(--accent-color);font-weight:500}.product-downloads,.product-version{color:var(--text-light)}.product-actions{margin-top:1rem}.btn-small{padding:.5rem 1rem;font-size:.85rem;border-radius:6px}.product-detail{padding:2rem 0;min-height:80vh}.breadcrumb{margin-bottom:2rem}.breadcrumb a{color:var(--primary-color);text-decoration:none;font-weight:500;transition:var(--transition)}.breadcrumb a:hover{color:#1d4ed8}.product-detail-content{display:flex;flex-direction:column;gap:3rem}.product-detail-header{display:grid;grid-template-columns:auto 1fr;gap:2rem;align-items:start}.product-icon-large{width:120px;height:120px}.product-icon-large img{width:100%;height:100%;border-radius:20px;object-fit:cover;box-shadow:var(--shadow-lg)}.product-info h1{font-size:2.5rem;font-weight:700;color:var(--text-dark);margin:.5rem 0 1rem;line-height:1.2}.product-description{font-size:1.1rem;color:var(--text-light);line-height:1.6;margin-bottom:2rem}.product-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1.5rem;margin-bottom:2rem}.meta-item{text-align:center;padding:1rem;background:var(--bg-light);border-radius:8px}.meta-label{display:block;font-size:.8rem;color:var(--text-light);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.meta-value{font-size:1.1rem;font-weight:600;color:var(--text-dark)}.download-buttons{display:flex;gap:1rem;flex-wrap:wrap}.download-buttons .btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:500}.product-screenshots h3,.product-features-detail h3{font-size:1.5rem;font-weight:600;color:var(--text-dark);margin-bottom:1.5rem}.screenshots-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.screenshot-item{border-radius:12px;overflow:hidden;box-shadow:var(--shadow);transition:var(--transition)}.screenshot-item:hover{transform:scale(1.02);box-shadow:var(--shadow-lg)}.screenshot-item img{width:100%;height:auto;display:block}.features-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;list-style:none;padding:0}.features-list li{background:var(--white);padding:1rem;border-radius:8px;box-shadow:var(--shadow);border-left:4px solid var(--primary-color);transition:var(--transition)}.features-list li:hover{transform:translate(5px);box-shadow:var(--shadow-lg)}.contact{background-color:var(--bg-light)}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-item{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:var(--white);border-radius:var(--border-radius);box-shadow:var(--shadow)}.contact-item i{font-size:1.5rem;color:var(--primary-color);margin-top:.25rem}.contact-item h4{font-size:1.1rem;font-weight:600;color:var(--text-dark);margin-bottom:.5rem}.contact-item p{color:var(--text-light)}.contact-form{background:var(--white);padding:2rem;border-radius:var(--border-radius);box-shadow:var(--shadow)}.form-group{margin-bottom:1.5rem}.form-group input,.form-group textarea{width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:var(--border-radius);font-size:1rem;transition:var(--transition);background-color:var(--white)}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #2563eb1a}.form-group textarea{resize:vertical;min-height:120px}.footer{background-color:var(--text-dark);color:var(--white);padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{margin-bottom:1rem;color:var(--white)}.footer-section p,.footer-section li{color:#d1d5db;margin-bottom:.5rem}.footer-section ul{list-style:none}.footer-section a{color:#d1d5db;text-decoration:none;transition:var(--transition)}.footer-section a:hover{color:var(--white)}.footer-bottom{border-top:1px solid #374151;padding-top:1rem;text-align:center}.footer-bottom p{color:#9ca3af}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@media (max-width: 768px){.hamburger{display:flex}.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background-color:var(--white);width:100%;text-align:center;transition:var(--transition);box-shadow:var(--shadow);padding:2rem 0}.nav-menu.active{left:0}.nav-menu li{margin:1rem 0}.hero-content{text-align:center;gap:1.5rem}.hero-content h1{font-size:2rem}.hero{min-height:35vh;padding:1rem 0}.about-content{grid-template-columns:1fr;gap:2rem}.company-stats{grid-template-columns:1fr;gap:1rem}.contact-content{grid-template-columns:1fr;gap:2rem}.footer-content,.products-intro{grid-template-columns:1fr;gap:2rem;text-align:center}.product-stats-overview{grid-template-columns:1fr;gap:1rem}.featured-products-grid{grid-template-columns:1fr;gap:1.5rem}.products-grid{grid-template-columns:1fr;gap:1rem}.product-icon{width:60px;height:60px}.product-header{gap:.75rem}.product-basic-info{flex-direction:column;text-align:center;gap:1.5rem;padding:2rem 1rem}.product-logo{width:120px;height:120px;margin:0 auto}.product-main-info h1{font-size:2rem}.product-intro{font-size:1rem}.screenshots-container{gap:1rem}.screenshot-item{width:200px}.product-card{margin:0}.search-controls{flex-direction:column;align-items:stretch}.search-box{min-width:auto}.category-filter{justify-content:center}.product-detail-header{grid-template-columns:1fr;gap:1.5rem;text-align:center}.product-icon-large{width:100px;height:100px;margin:0 auto}.product-info h1{font-size:2rem}.product-meta{grid-template-columns:repeat(2,1fr);gap:1rem}.download-buttons{justify-content:center}.screenshots-grid,.features-list{grid-template-columns:1fr}.hero-buttons{justify-content:center}.section-header h2{font-size:2rem}}@media (max-width: 480px){.container{padding:0 15px}.hero-content h1{font-size:1.8rem}.hero{min-height:30vh;padding:.8rem 0}.hero-content p{font-size:1rem}.btn{padding:10px 20px;font-size:.9rem}.product-card{margin:0 10px}}html{scroll-behavior:smooth}.fade-in{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.fade-in.visible{opacity:1;transform:translateY(0)}
