@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=Inter:wght@400;500;600;700&display=swap";:root{--bg-main:#f8fafc;--bg-card:#fff;--bg-card-hover:#f1f5f9;--bg-subtle:#f1f5f9;--border-light:#e2e8f0;--border-hover:#cbd5e1;--border-primary:#93c5fd;--primary:#2563eb;--primary-hover:#1d4ed8;--indigo:#4f46e5;--cyan:#0891b2;--emerald:#059669;--amber:#d97706;--text-dark:#0f172a;--text-body:#334155;--text-muted:#64748b;--text-light:#94a3b8;--font-main:"Plus Jakarta Sans", "Inter", system-ui, -apple-system, sans-serif;--shadow-sm:0 1px 3px #0000000d, 0 1px 2px #00000008;--shadow-md:0 4px 6px -1px #00000012, 0 2px 4px -1px #0000000a;--shadow-lg:0 10px 25px -5px #00000014, 0 8px 10px -6px #00000008}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-main);color:var(--text-dark);font-family:var(--font-main);-webkit-font-smoothing:antialiased;min-height:100vh;line-height:1.5}.hub-app{background-color:var(--bg-main);flex-direction:column;min-height:100vh;display:flex;position:relative}.hub-container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.hub-header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-light);z-index:100;background:#fffffffa;position:sticky;top:0}.hub-header-inner{justify-content:space-between;align-items:center;height:76px;display:flex}.hub-logo-img-link{align-items:center;text-decoration:none;display:flex}.hub-logo-img{object-fit:contain;width:auto;height:52px;transition:transform .2s}.hub-logo-img-link:hover .hub-logo-img{transform:scale(1.03)}.hub-nav-links{align-items:center;gap:8px;display:flex}.hub-nav-btn{color:var(--text-body);cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:6px;padding:8px 14px;font-size:.88rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.hub-nav-btn:hover{background:var(--bg-subtle);color:var(--primary)}.hub-nav-btn.active{color:var(--primary);background:#eff6ff;border:1px solid #bfdbfe}.hub-btn-primary{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:10px;align-items:center;gap:8px;padding:10px 18px;font-size:.88rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 4px 14px #2563eb4d}.hub-btn-primary:hover{background:var(--primary-hover);transform:translateY(-1px);box-shadow:0 6px 20px #2563eb66}.hub-btn-secondary{color:var(--text-dark);border:1px solid var(--border-light);cursor:pointer;background:#fff;border-radius:10px;align-items:center;gap:8px;padding:10px 18px;font-size:.88rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.hub-btn-secondary:hover{background:var(--bg-subtle);border-color:var(--border-hover)}.hub-lang-dropdown-wrapper{display:inline-block;position:relative}.hub-lang-trigger{border:1px solid var(--border-light);color:var(--text-dark);cursor:pointer;box-shadow:var(--shadow-sm);background:#fff;border-radius:10px;align-items:center;gap:8px;padding:8px 14px;font-size:.85rem;font-weight:700;transition:all .2s;display:inline-flex}.hub-lang-trigger:hover{border-color:var(--primary);background:var(--bg-subtle);color:var(--primary)}.hub-lang-popdown{border:1px solid var(--border-light);box-shadow:var(--shadow-lg);z-index:200;background:#fff;border-radius:14px;flex-direction:column;gap:2px;min-width:160px;padding:6px;animation:.15s fadeIn;display:flex;position:absolute;top:calc(100% + 6px);right:0}.hub-lang-option{color:var(--text-body);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;width:100%;padding:8px 12px;font-size:.85rem;font-weight:600;transition:all .15s;display:flex}.hub-lang-option:hover{color:var(--primary);background:#eff6ff}.hub-lang-option.active{color:var(--primary);background:#eff6ff;font-weight:800}.hub-mobile-menu-btn{border:1px solid var(--border-light);cursor:pointer;width:40px;height:40px;color:var(--text-dark);background:#fff;border-radius:10px;justify-content:center;align-items:center;display:none}.hub-mobile-drawer{border-bottom:1px solid var(--border-light);box-shadow:var(--shadow-md);background:#fff;flex-direction:column;gap:8px;padding:16px;display:none}.hub-mobile-drawer.open{display:flex}.hub-hero{text-align:center;background:linear-gradient(180deg, #fff 0%, var(--bg-main) 100%);border-bottom:1px solid var(--border-light);padding:44px 0 32px}.hub-hero-title{color:var(--text-dark);letter-spacing:-.03em;margin-bottom:12px;font-size:2.6rem;font-weight:800;line-height:1.2}.hub-hero-title span{color:var(--primary);background:linear-gradient(135deg, var(--primary) 0%, var(--indigo) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.hub-hero-desc{color:var(--text-muted);max-width:720px;margin:0 auto 24px;font-size:1.05rem;line-height:1.6}.hub-carousel-wrapper{margin:28px 0 16px}.hub-carousel{border:1px solid var(--border-light);box-shadow:var(--shadow-lg);background:#fff;border-radius:20px;padding:32px;position:relative;overflow:hidden}.hub-carousel-inner{grid-template-columns:1fr 1fr;align-items:center;gap:32px;display:grid}.hub-carousel-content{text-align:left}.hub-carousel-tag{text-transform:uppercase;letter-spacing:.05em;color:var(--primary);background:#eff6ff;border-radius:6px;align-items:center;gap:6px;margin-bottom:12px;padding:4px 10px;font-size:.75rem;font-weight:700;display:inline-flex}.hub-carousel-title{color:var(--text-dark);margin-bottom:6px;font-size:1.85rem;font-weight:800;line-height:1.25}.hub-carousel-subdomain{color:var(--primary);align-items:center;gap:6px;margin-bottom:12px;font-family:monospace;font-size:.85rem;font-weight:700;display:flex}.hub-carousel-desc{color:var(--text-body);margin-bottom:20px;font-size:.95rem;line-height:1.6}.hub-carousel-img-frame{border:1px solid var(--border-light);box-shadow:var(--shadow-md);background:#0f172a;border-radius:16px;height:280px;position:relative;overflow:hidden}.hub-carousel-img-frame img{object-fit:cover;width:100%;height:100%}.hub-carousel-nav{border-top:1px solid var(--border-light);justify-content:space-between;align-items:center;margin-top:20px;padding-top:16px;display:flex}.hub-carousel-dots{gap:8px;display:flex}.hub-carousel-dot{background:var(--border-hover);cursor:pointer;border:none;border-radius:50%;width:10px;height:10px;transition:all .25s}.hub-carousel-dot.active{background:var(--primary);border-radius:10px;width:28px}.hub-carousel-arrow{border:1px solid var(--border-light);cursor:pointer;width:36px;height:36px;color:var(--text-dark);background:#fff;border-radius:10px;justify-content:center;align-items:center;transition:all .2s;display:flex}.hub-carousel-arrow:hover{background:var(--bg-subtle);border-color:var(--primary);color:var(--primary)}.hub-section{padding:44px 0}.hub-category-group{margin-bottom:48px}.hub-category-header{border-bottom:2px solid #e2e8f0;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:12px;display:flex}.hub-category-header-icon{width:36px;height:36px;color:var(--primary);background:#eff6ff;border-radius:10px;justify-content:center;align-items:center;display:flex}.hub-category-header-title{color:var(--text-dark);font-size:1.35rem;font-weight:800}.hub-cards-grid{grid-template-columns:repeat(auto-fill,minmax(330px,1fr));gap:24px;display:grid}.hub-card{background:var(--bg-card);border:1px solid var(--border-light);box-shadow:var(--shadow-sm);border-radius:16px;flex-direction:column;justify-content:space-between;padding:24px;transition:all .25s;display:flex;position:relative;overflow:hidden}.hub-card:hover{box-shadow:var(--shadow-md);border-color:var(--border-primary);transform:translateY(-3px)}.hub-card-top{justify-content:space-between;align-items:flex-start;margin-bottom:16px;display:flex}.hub-card-icon{width:44px;height:44px;color:var(--primary);background:#eff6ff;border-radius:12px;justify-content:center;align-items:center;display:flex}.hub-card-badge{text-transform:uppercase;border-radius:20px;padding:4px 10px;font-size:.7rem;font-weight:700}.hub-badge-green{color:var(--emerald);background:#ecfdf5;border:1px solid #a7f3d0}.hub-badge-blue{color:var(--primary);background:#eff6ff;border:1px solid #bfdbfe}.hub-card-title{color:var(--text-dark);margin-bottom:2px;font-size:1.2rem;font-weight:800}.hub-card-subdomain{color:var(--primary);margin-bottom:8px;font-family:monospace;font-size:.8rem;font-weight:700;display:inline-block}.hub-card-subtitle{color:var(--indigo);margin-bottom:10px;font-size:.85rem;font-weight:600}.hub-card-desc{color:var(--text-body);margin-bottom:20px;font-size:.9rem;line-height:1.5}.hub-card-features{margin-bottom:24px;list-style:none}.hub-card-features li{color:var(--text-muted);align-items:center;gap:8px;margin-bottom:8px;font-size:.85rem;display:flex}.hub-card-features li svg{color:var(--emerald);flex-shrink:0}.hub-card-bottom{border-top:1px solid var(--border-light);flex-direction:column;gap:10px;padding-top:16px;display:flex}.hub-fullpage-view{background:var(--bg-main);min-height:100vh;padding:32px 0 64px;animation:.3s fadeIn}.hub-fullpage-back-bar{justify-content:space-between;align-items:center;margin-bottom:28px;display:flex}.hub-fullpage-back-btn{border:1px solid var(--border-light);color:var(--text-dark);cursor:pointer;box-shadow:var(--shadow-sm);background:#fff;border-radius:12px;align-items:center;gap:8px;padding:10px 18px;font-size:.9rem;font-weight:700;transition:all .2s;display:inline-flex}.hub-fullpage-back-btn:hover{border-color:var(--primary);color:var(--primary);background:#eff6ff;transform:translate(-3px)}.hub-fullpage-hero{border:1px solid var(--border-light);box-shadow:var(--shadow-lg);background:#fff;border-radius:24px;margin-bottom:36px;padding:40px}.hub-fullpage-grid{grid-template-columns:2fr 1fr;gap:36px;display:grid}.hub-fullpage-img-frame{border:1px solid var(--border-light);width:100%;height:380px;box-shadow:var(--shadow-md);background:#0f172a;border-radius:18px;margin-bottom:28px;overflow:hidden}.hub-fullpage-img-frame img{object-fit:cover;width:100%;height:100%}.hub-fullpage-box{border:1px solid var(--border-light);box-shadow:var(--shadow-sm);background:#fff;border-radius:20px;margin-bottom:24px;padding:28px}.hub-modal-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1000;background:#0f172ab3;justify-content:center;align-items:center;padding:20px;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.hub-modal-box{background:#fff;border-radius:20px;width:100%;max-width:680px;max-height:90vh;padding:32px;position:relative;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040}.hub-whatsapp-floating{z-index:999;color:#fff;cursor:pointer;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;text-decoration:none;transition:all .3s cubic-bezier(.175,.885,.32,1.275);animation:3s infinite pulseWhatsApp;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 6px 20px #25d36673}.hub-whatsapp-floating:hover{background:#20ba5a;transform:scale(1.12);box-shadow:0 10px 28px #25d36699}@keyframes pulseWhatsApp{0%{box-shadow:0 0 #25d36699}70%{box-shadow:0 0 0 16px #25d36600}to{box-shadow:0 0 #25d36600}}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.hub-cookie-banner{z-index:998;color:#fff;background:#0f172a;border:1px solid #ffffff1a;border-radius:14px;flex-direction:column;gap:12px;max-width:420px;padding:16px 20px;font-size:.82rem;display:flex;position:fixed;bottom:24px;left:24px;box-shadow:0 10px 30px #00000040}.hub-footer{border-top:1px solid var(--border-light);color:var(--text-muted);background:#fff;margin-top:auto;padding:40px 0;font-size:.88rem}.hub-footer-inner{md-flex-direction:row;flex-direction:column;justify-content:space-between;align-items:center;gap:20px;display:flex}.hub-footer-brand{align-items:center;gap:14px;display:flex}.hub-footer-logo{width:auto;height:48px}@media (width<=868px){.hub-hero-title{font-size:2.1rem}.hub-nav-links{display:none}.hub-mobile-menu-btn{display:flex}.hub-carousel-inner{grid-template-columns:1fr}.hub-carousel-img-frame{height:200px}.hub-cards-grid,.hub-fullpage-grid{grid-template-columns:1fr}.hub-fullpage-img-frame{height:220px}.hub-cookie-banner{max-width:none;bottom:90px;left:16px;right:16px}}
