:root{--primary-color:#01AAD5;--secondary-color:#0891B2;--text-primary:#1E293B;--text-secondary:#64748B;--border-color:#E2E8F0}body{font-family:'Rubik',sans-serif;background:#f8fafc;color:var(--text-primary);margin:0;padding:0}.container{max-width:1200px;margin:0 auto;padding:20px}.hero-banner{background:linear-gradient(135deg,#0A0E27 0%,#1a1f3a 50%,#0A0E27 100%);padding:80px 20px;text-align:center;position:relative;overflow:hidden;margin-bottom:40px}.hero-banner::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 50%,rgb(1 170 213 / .15) 0%,transparent 50%),radial-gradient(circle at 80% 50%,rgb(8 145 178 / .15) 0%,transparent 50%);animation:pulseGlow 8s ease-in-out infinite}@keyframes pulseGlow{0%,100%{opacity:1}50%{opacity:.6}}.hero-banner::after{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background-image:repeating-linear-gradient(0deg,transparent,transparent 2px,rgb(1 170 213 / .03) 2px,rgb(1 170 213 / .03) 4px),repeating-linear-gradient(90deg,transparent,transparent 2px,rgb(1 170 213 / .03) 2px,rgb(1 170 213 / .03) 4px);animation:gridMove 20s linear infinite}@keyframes gridMove{0%{transform:translate(0,0)}100%{transform:translate(50px,50px)}}.hero-content{position:relative;z-index:1;max-width:900px;margin:0 auto}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgb(1 170 213 / .15);border:1px solid rgb(1 170 213 / .3);padding:8px 20px;border-radius:50px;margin-bottom:25px;animation:fadeInDown 0.8s ease-out;backdrop-filter:blur(10px)}.hero-badge i{color:#01AAD5;font-size:14px}.hero-badge span{color:rgb(255 255 255 / .9);font-size:13px;font-weight:500;letter-spacing:.5px}.hero-title{font-size:56px;font-weight:800;background:linear-gradient(135deg,#FFFFFF 0%,#01AAD5 50%,#0891B2 100%);-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text;margin:0 0 20px 0;line-height:1.2;animation:fadeInUp 0.8s ease-out 0.2s both}.hero-title .highlight{display:block;font-size:62px;margin-top:10px}.hero-description{font-size:20px;color:rgb(255 255 255 / .8);margin:0 0 35px 0;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.6;animation:fadeInUp 0.8s ease-out 0.4s both}.hero-buttons{display:flex;gap:15px;justify-content:center;flex-wrap:wrap;animation:fadeInUp 0.8s ease-out 0.6s both}.hero-btn{padding:16px 35px;border-radius:12px;font-size:16px;font-weight:600;text-decoration:none;transition:all 0.3s ease;display:inline-flex;align-items:center;gap:10px;border:none;cursor:pointer}.hero-btn-primary{background:linear-gradient(135deg,#01AAD5 0%,#0891B2 100%);color:#fff;box-shadow:0 4px 20px rgb(1 170 213 / .4)}.hero-btn-primary:hover{transform:translateY(-3px);box-shadow:0 6px 30px rgb(1 170 213 / .6)}.hero-btn-secondary{background:rgb(255 255 255 / .1);color:#fff;border:2px solid rgb(255 255 255 / .2);backdrop-filter:blur(10px)}.hero-btn-secondary:hover{background:rgb(255 255 255 / .2);border-color:rgb(255 255 255 / .3)}.hero-features{display:flex;justify-content:center;gap:40px;margin-top:50px;flex-wrap:wrap;animation:fadeInUp 0.8s ease-out 0.8s both}.hero-feature{display:flex;align-items:center;gap:12px;color:rgb(255 255 255 / .8)}.hero-feature i{color:#01AAD5;font-size:24px}.hero-feature span{font-size:15px;font-weight:500}@keyframes fadeInDown{from{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.popular-software-section{background:#fff;padding:60px 0;margin-top:0}.section-header{text-align:center;margin-bottom:50px}.section-header h2{font-size:36px;font-weight:700;color:var(--text-primary);margin:0 0 12px 0;position:relative;display:inline-block}.section-header h2::after{content:'';position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:60px;height:4px;background:linear-gradient(90deg,#01AAD5,#0891B2);border-radius:2px}.section-header p{font-size:16px;color:var(--text-secondary);margin:20px 0 0 0}.software-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:24px;margin-top:30px}.software-card{background:#fff;border-radius:16px;padding:0;box-shadow:0 4px 15px rgb(0 0 0 / .08);border:1px solid var(--border-color);text-decoration:none;color:var(--text-primary);transition:all 0.4s cubic-bezier(.4,0,.2,1);height:fit-content;overflow:hidden;position:relative}.software-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#01AAD5,#0891B2);transform:scaleX(0);transition:transform 0.4s ease;transform-origin:left}.software-card:hover::before{transform:scaleX(1)}.software-card:hover{transform:translateY(-8px);box-shadow:0 12px 35px rgb(1 170 213 / .25);border-color:rgb(1 170 213 / .3)}.card-image{width:100%;height:180px;background:linear-gradient(135deg,#F8FAFC 0%,#E2E8F0 100%);display:flex;align-items:center;justify-content:center;padding:25px;position:relative;overflow:hidden}.card-image::after{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgb(1 170 213 / .1) 0%,transparent 70%);opacity:0;transition:opacity 0.4s ease}.software-card:hover .card-image::after{opacity:1}.card-image img{max-width:110px;max-height:110px;object-fit:contain;transition:transform 0.4s ease;filter:drop-shadow(0 4px 8px rgb(0 0 0 / .1))}.software-card:hover .card-image img{transform:scale(1.1)}.card-content{padding:20px}.card-title{font-size:16px;font-weight:600;margin:0;line-height:1.4;color:var(--text-primary);height:44px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-align:center;transition:color 0.3s ease}.software-card:hover .card-title{color:var(--primary-color)}.card-badge{position:absolute;top:12px;right:12px;background:linear-gradient(135deg,#01AAD5,#0891B2);color:#fff;padding:6px 12px;border-radius:20px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 8px rgb(1 170 213 / .4);z-index:1}.empty-state{text-align:center;padding:80px 20px;background:#fff;border-radius:16px;margin:20px 0}.empty-state i{font-size:64px;color:var(--border-color);margin-bottom:20px}.empty-state h3{font-size:24px;color:var(--text-primary);margin:0 0 10px 0}.empty-state p{font-size:16px;color:var(--text-secondary);margin:0}@media (max-width:768px){.section-header h2{font-size:30px}.software-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:20px}.container{padding:15px}.card-image{height:150px;padding:20px}.card-image img{max-width:95px;max-height:95px}.card-content{padding:16px}.card-title{font-size:15px}}@media (max-width:480px){.section-header h2{font-size:26px}.section-header p{font-size:14px}.software-grid{grid-template-columns:repeat(2,1fr);gap:16px}.software-card{padding:0}.card-image{height:140px;padding:18px}.card-image img{max-width:85px;max-height:85px}.card-content{padding:14px}.card-title{font-size:14px;height:40px}.card-badge{font-size:10px;padding:5px 10px}}.image-scroller-section{background:#fff;padding:40px 0;margin:0;overflow:hidden}.scroller-container{position:relative;max-width:1400px;margin:0 auto;padding:0 80px}.scroller-wrapper{position:relative;height:280px;display:flex;align-items:center;justify-content:center;overflow:hidden}.scroller-track{display:flex;align-items:center;justify-content:flex-start;gap:20px;transition:transform 0.5s ease}.scroller-track.no-transition{transition:none}.scroller-item{flex-shrink:0;opacity:1;transform:scale(1);transition:all 0.3s ease}.scroller-item a{display:block;text-decoration:none}.scroller-item img{width:240px;height:240px;object-fit:cover;border-radius:12px;box-shadow:0 4px 15px rgb(0 0 0 / .1);transition:all 0.3s ease}.scroller-item:hover img{transform:scale(1.05);box-shadow:0 8px 25px rgb(1 170 213 / .3)}.scroller-arrow{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;background:#fff;border:none;border-radius:50%;box-shadow:0 4px 15px rgb(0 0 0 / .1);cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:all 0.3s ease}.scroller-arrow:hover{background:#01AAD5;box-shadow:0 6px 20px rgb(1 170 213 / .3)}.scroller-arrow:hover i{color:#fff}.scroller-arrow i{font-size:20px;color:#333;transition:color 0.3s ease}.scroller-arrow.prev{left:10px}.scroller-arrow.next{right:10px}@media (max-width:1024px){.scroller-container{max-width:900px}.scroller-wrapper{height:240px}.scroller-item img{width:200px;height:200px}.scroller-track{gap:15px}}@media (max-width:768px){.scroller-container{padding:0 60px;max-width:600px}.scroller-wrapper{height:200px}.scroller-item img{width:180px;height:180px}.scroller-arrow{width:40px;height:40px}.scroller-arrow i{font-size:16px}}@media (max-width:480px){.scroller-container{padding:0 50px;max-width:400px}.scroller-wrapper{height:180px}.scroller-item img{width:150px;height:150px}.scroller-track{gap:10px}.scroller-arrow{width:35px;height:35px}.scroller-arrow i{font-size:14px}}.image-scroller-section{background:#fff;padding:40px 0;margin:0;overflow:hidden}.scroller-container{position:relative;max-width:1400px;margin:0 auto;padding:0 80px}.scroller-wrapper{position:relative;height:280px;display:flex;align-items:center;justify-content:flex-start;overflow:hidden}.scroller-track{display:flex;align-items:center;justify-content:flex-start;gap:20px;transition:transform 0.5s ease;transform:translateX(0)}.scroller-track.no-transition{transition:none}.scroller-item{flex-shrink:0;opacity:1;transform:scale(1);transition:all 0.3s ease}.scroller-item a{display:block;text-decoration:none;pointer-events:auto;cursor:pointer}.scroller-item img{width:240px;height:240px;object-fit:cover;border-radius:12px;box-shadow:0 4px 15px rgb(0 0 0 / .1);transition:all 0.3s ease;pointer-events:none}.scroller-item:hover img{transform:scale(1.05);box-shadow:0 8px 25px rgb(1 170 213 / .3)}.scroller-arrow{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;background:#fff;border:none;border-radius:50%;box-shadow:0 4px 15px rgb(0 0 0 / .1);cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:100;transition:all 0.3s ease;pointer-events:auto}.scroller-arrow:hover{background:#01AAD5;box-shadow:0 6px 20px rgb(1 170 213 / .3)}.scroller-arrow:hover i{color:#fff}.scroller-arrow i{font-size:20px;color:#333;transition:color 0.3s ease;pointer-events:none}.scroller-arrow.prev{left:10px}.scroller-arrow.next{right:10px}@media (max-width:1024px){.scroller-container{max-width:900px}.scroller-wrapper{height:240px}.scroller-item img{width:200px;height:200px}.scroller-track{gap:15px}}@media (max-width:768px){.scroller-container{padding:0 60px;max-width:600px}.scroller-wrapper{height:200px}.scroller-item img{width:180px;height:180px}.scroller-arrow{width:40px;height:40px}.scroller-arrow i{font-size:16px}}@media (max-width:480px){.scroller-container{padding:0 50px;max-width:400px}.scroller-wrapper{height:180px}.scroller-item img{width:150px;height:150px}.scroller-track{gap:10px}.scroller-arrow{width:35px;height:35px}.scroller-arrow i{font-size:14px}}.hero-section{background:linear-gradient(135deg,#09ADD4 0%,#0782a8 100%);padding:100px 20px;text-align:center;margin:0;position:relative;overflow:hidden}.hero-container{max-width:800px;margin:0 auto;position:relative;z-index:2}.hero-title{font-size:56px;font-weight:700;margin:0 0 20px;text-shadow:2px 4px 8px rgb(0 0 0 / .2);letter-spacing:0;animation:fadeInDown .8s ease}.hero-title span{color:#FFFFFF!important}.hero-subtitle{font-size:20px;color:#fff;margin:0 0 40px;opacity:.95;font-weight:400;animation:fadeInUp .8s ease .2s both}.hero-search-form{display:flex;max-width:650px;margin:0 auto;background:#fff;border-radius:50px;overflow:hidden;box-shadow:0 15px 50px rgb(0 0 0 / .25);transition:transform .3s,box-shadow .3s;animation:fadeInUp .8s ease .4s both}.hero-search-form:hover{transform:translateY(-3px);box-shadow:0 20px 60px rgb(0 0 0 / .3)}.hero-search-form input{flex:1;border:none;padding:20px 35px;font-size:17px;outline:none;color:#333}.hero-search-form input::placeholder{color:#999}.hero-search-form button{background:#09ADD4;border:none;padding:0 40px;color:#fff;font-size:20px;cursor:pointer;transition:all .3s;position:relative}.hero-search-form button:hover{background:#0782a8;transform:scale(1.05)}.hero-search-form button i{transition:transform .3s}.hero-search-form button:hover i{transform:rotate(90deg)}.hero-shapes{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;overflow:hidden}.shape{position:absolute;background:rgb(255 255 255 / .1);border-radius:50%;animation:float 20s infinite ease-in-out}.shape-1{width:300px;height:300px;top:-150px;left:-100px;animation-delay:0s}.shape-2{width:200px;height:200px;bottom:-100px;right:-50px;animation-delay:5s}.shape-3{width:150px;height:150px;top:50%;left:10%;animation-delay:10s}@keyframes fadeInDown{from{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,100%{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(10deg)}}@media (max-width:768px){.hero-section{padding:70px 20px}.hero-title{font-size:40px}.hero-subtitle{font-size:18px;margin-bottom:35px}.hero-search-form{max-width:100%}.hero-search-form input{padding:17px 25px;font-size:16px}.hero-search-form button{padding:0 30px;font-size:18px}.shape-1{width:200px;height:200px}.shape-2{width:150px;height:150px}}@media (max-width:480px){.hero-section{padding:60px 15px}.hero-title{font-size:32px}.hero-subtitle{font-size:16px}.hero-search-form input{padding:15px 20px;font-size:15px}.hero-search-form button{padding:0 25px}}