:root{--nav-height:72px;--primary:#1a73e8;--primary-dark:#1557b0;--accent:#00d4aa;--accent-glow:rgba(0,212,170,0.3);--white:#ffffff;--text-dark:#1e293b;--text-light:#64748b;--glass-bg:rgba(255,255,255,0.08);--glass-border:rgba(255,255,255,0.15);--shadow-lg:0 20px 60px rgba(0,0,0,0.3);--transition:0.3s cubic-bezier(0.4,0,0.2,1);}*,*::before,*::after{margin:0;padding:0;box-sizing:border-box;}html{scroll-behavior:smooth;font-size:16px;}body{font-family:'Segoe UI',-apple-system,BlinkMacSystemFont,'Helvetica Neue',Arial,sans-serif;color:var(--text-dark);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}a{text-decoration:none;color:inherit;transition:color var(--transition);}img{max-width:100%;height:auto;display:block;}.site-nav{position:fixed;top:0;left:0;right:0;z-index:1000;background:#ffffff;box-shadow:0 2px 10px rgba(0,0,0,0.1);transition:box-shadow var(--transition);height:var(--nav-height);}.site-nav.scrolled{box-shadow:0 4px 15px rgba(0,0,0,0.12);}.nav-container{max-width:1280px;margin:0 auto;padding:0 24px;height:100%;display:flex;align-items:center;justify-content:space-between;}.nav-logo{display:flex;align-items:center;flex-shrink:0;z-index:10;}.nav-logo-img{height:40px;width:auto;object-fit:contain;}.nav-logo-text{font-size:28px;font-weight:800;letter-spacing:-0.5px;}.nav-links{display:flex;align-items:center;gap:8px;}.nav-link{display:flex;align-items:center;gap:8px;padding:10px 22px;border-radius:50px;font-size:14px;font-weight:600;color:#1e293b;transition:all var(--transition);position:relative;letter-spacing:0.3px;}.nav-link:hover{color:#0d47a1;background:rgba(26,115,232,0.15);}.nav-link.active{color:#ffffff;background:#0d47a1;}.nav-link i{font-size:16px;}.nav-whatsapp{background:#128c3a;color:var(--white) !important;padding:10px 24px;box-shadow:0 4px 15px rgba(18,140,58,0.32);}.nav-whatsapp:hover{background:#0f7330;transform:translateY(-1px);box-shadow:0 6px 20px rgba(18,140,58,0.4);}.nav-mobile-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:8px;z-index:10;width:36px;height:36px;}.hamburger-line{display:block;width:22px;height:2px;background:#1e293b;border-radius:2px;transition:all 0.3s ease;transform-origin:center;}.nav-mobile-toggle.active .hamburger-line:nth-child(1){transform:rotate(45deg) translate(5px,5px);}.nav-mobile-toggle.active .hamburger-line:nth-child(2){opacity:0;transform:scaleX(0);}.nav-mobile-toggle.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(5px,-5px);}.nav-mobile-menu{display:none;position:absolute;top:var(--nav-height);left:0;right:0;background:#ffffff;padding:16px 24px 24px;flex-direction:column;gap:4px;border-top:1px solid rgba(0,0,0,0.08);box-shadow:0 10px 30px rgba(0,0,0,0.15);}.nav-mobile-menu.open{display:flex;animation:slideDown 0.3s ease;}.nav-mobile-link{display:flex;align-items:center;gap:12px;padding:14px 18px;color:#1e293b;font-size:15px;font-weight:600;border-radius:12px;transition:all var(--transition);}.nav-mobile-link:hover,.nav-mobile-link.active{background:rgba(26,115,232,0.1);color:#1a73e8;}.nav-mobile-link.whatsapp-link{background:#128c3a;color:var(--white);margin-top:8px;justify-content:center;}.nav-mobile-link.whatsapp-link:hover{background:#0f7330;}@keyframes slideDown{from{opacity:0;transform:translateY(-10px);}to{opacity:1;transform:translateY(0);}}.hero{position:relative;width:100%;min-height:100vh;display:flex;align-items:center;justify-content:flex-start;overflow:hidden;}.hero-video-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;}.hero-video-wrapper.video-disabled{background:linear-gradient(135deg,#0f172a 0%,#1e293b 55%,#0f172a 100%);}.hero-video{width:100%;height:100%;object-fit:cover;object-position:center center;display:block;}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient( 180deg,rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.55) 30%,rgba(0,0,0,0.6) 60%,rgba(0,0,0,0.8) 100% );z-index:2;}.hero-content{position:relative;z-index:3;text-align:left;max-width:1200px;width:100%;padding:0 clamp(24px,5vw,80px);padding-top:var(--nav-height);margin-left:clamp(20px,5vw,80px);animation:heroFadeIn 1s ease 0.3s both;}@keyframes heroFadeIn{from{opacity:0;transform:translateY(30px);}to{opacity:1;transform:translateY(0);}}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:10px 22px;background:rgba(255,255,255,0.15);border:1px solid rgba(255,255,255,0.3);border-radius:50px;color:#ffffff;font-size:13px;font-weight:600;letter-spacing:0.5px;margin-bottom:28px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:heroFadeIn 1s ease 0.5s both;}.hero-badge i{font-size:14px;}.hero-title{font-size:clamp(2.2rem,5vw,3.6rem);font-weight:800;color:var(--white);line-height:1.15;margin-bottom:20px;letter-spacing:-0.5px;text-shadow:0 4px 20px rgba(0,0,0,0.4);animation:heroFadeIn 1s ease 0.6s both;}.hero-title-accent{background:linear-gradient(135deg,#3467ff,#60a5fa,#3467ff);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradientShift 4s ease infinite;}@keyframes gradientShift{0%,100%{background-position:0% 50%;}50%{background-position:100% 50%;}}.hero-subtitle{font-size:clamp(1rem,1.6vw,1.12rem);color:rgba(255,255,255,0.7);line-height:1.8;margin-bottom:40px;max-width:680px;animation:heroFadeIn 1s ease 0.7s both;}.hero-actions{display:flex;align-items:center;justify-content:flex-start;gap:16px;margin-bottom:48px;flex-wrap:wrap;animation:heroFadeIn 1s ease 0.8s both;}.hero-btn{display:inline-flex;align-items:center;gap:10px;padding:15px 34px;border-radius:50px;font-size:15px;font-weight:700;letter-spacing:0.3px;transition:all 0.3s cubic-bezier(0.22,1,0.36,1);cursor:pointer;border:none;white-space:nowrap;position:relative;overflow:hidden;text-decoration:none;}.hero-btn::after{content:'';position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:rgba(255,255,255,0.2);transform:translate(-50%,-50%);transition:width 0.5s ease,height 0.5s ease;}.hero-btn:active::after{width:300px;height:300px;}.hero-btn-primary{background:linear-gradient(135deg,#25D366,#20bd5a);color:var(--white);box-shadow:0 6px 25px rgba(37,211,102,0.3);}.hero-btn-primary:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 14px 40px rgba(37,211,102,0.5),0 0 20px rgba(37,211,102,0.15);background:linear-gradient(135deg,#2ee673,#25D366);}.hero-btn-primary:active{transform:translateY(-1px) scale(0.98);box-shadow:0 4px 15px rgba(37,211,102,0.3);}.hero-btn-primary i{transition:transform 0.3s ease;}.hero-btn-primary:hover i{transform:scale(1.15);}.hero-btn-outline{background:var(--glass-bg);color:var(--white);border:2px solid var(--glass-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);}.hero-btn-outline:hover{background:rgba(255,255,255,0.18);border-color:rgba(255,255,255,0.4);transform:translateY(-3px) scale(1.03);box-shadow:0 10px 30px rgba(0,0,0,0.2);}.hero-btn-outline:active{transform:translateY(-1px) scale(0.98);background:rgba(255,255,255,0.1);}.hero-btn-outline i{transition:transform 0.3s ease;}.hero-btn-outline:hover i{transform:translateY(3px);animation:bounceArrow 0.6s ease infinite;}@keyframes bounceArrow{0%,100%{transform:translateY(0);}50%{transform:translateY(4px);}}.hero-stats{display:flex;align-items:center;justify-content:center;gap:32px;animation:heroFadeIn 1s ease 1s both;}.hero-stat{text-align:center;}.hero-stat-number{font-size:clamp(1.8rem,3vw,2.5rem);font-weight:800;color:var(--white);display:inline;line-height:1.2;}.hero-stat-suffix{font-size:clamp(1.4rem,2.5vw,2rem);font-weight:700;color:var(--accent);}.hero-stat-label{display:block;font-size:13px;color:rgba(255,255,255,0.6);font-weight:500;margin-top:4px;letter-spacing:0.5px;}.hero-stat-divider{width:1px;height:40px;background:rgba(255,255,255,0.2);}.hero-scroll-indicator{position:absolute;bottom:32px;left:50%;transform:translateX(-50%);z-index:3;display:flex;flex-direction:column;align-items:center;gap:8px;color:rgba(255,255,255,0.5);font-size:11px;font-weight:500;letter-spacing:1px;text-transform:uppercase;animation:heroFadeIn 1s ease 1.2s both;}.scroll-mouse{width:24px;height:38px;border:2px solid rgba(255,255,255,0.3);border-radius:14px;display:flex;justify-content:center;padding-top:6px;}.scroll-wheel{width:3px;height:8px;background:var(--accent);border-radius:3px;animation:scrollBounce 2s ease-in-out infinite;}@keyframes scrollBounce{0%,100%{opacity:1;transform:translateY(0);}50%{opacity:0.3;transform:translateY(10px);}}.services-overview{padding:100px 24px;background:linear-gradient(180deg,#eef2f7 0%,#e8edf5 50%,#f0f4fa 100%);position:relative;overflow:hidden;}.services-overview::before{content:'';position:absolute;top:-200px;right:-200px;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(26,115,232,0.04) 0%,transparent 70%);pointer-events:none;}.services-overview::after{content:'';position:absolute;bottom:-150px;left:-150px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(0,212,170,0.04) 0%,transparent 70%);pointer-events:none;}.services-container{max-width:1200px;margin:0 auto;position:relative;z-index:1;}.section-header{text-align:center;margin-bottom:70px;}.section-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 20px;background:linear-gradient(135deg,rgba(26,115,232,0.08),rgba(0,212,170,0.08));color:var(--primary);font-size:13px;font-weight:700;border-radius:50px;letter-spacing:0.5px;margin-bottom:20px;text-transform:uppercase;border:1px solid rgba(26,115,232,0.12);}.section-badge i{font-size:12px;}.section-title{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;color:var(--text-dark);margin-bottom:16px;letter-spacing:-0.5px;}.section-title-accent{background:linear-gradient(135deg,var(--primary),var(--accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;}.section-subtitle{font-size:1.05rem;color:#5a6577;max-width:660px;margin:0 auto;line-height:1.7;}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}.service-card{background:var(--white);border-radius:20px;padding:52px 24px 28px;border:1px solid rgba(226,232,240,0.6);box-shadow:0 4px 20px rgba(0,0,0,0.06),0 1px 4px rgba(0,0,0,0.04);transition:all 0.4s cubic-bezier(0.22,1,0.36,1);text-align:left;position:relative;overflow:hidden;cursor:pointer;}.service-card-glow{position:absolute;top:-80px;right:-80px;width:200px;height:200px;border-radius:50%;opacity:0;transition:opacity 0.5s ease;pointer-events:none;z-index:0;}.service-card[data-service="ea"] .service-card-glow{background:radial-gradient(circle,rgba(59,130,246,0.12) 0%,transparent 70%);}.service-card[data-service="indicators"] .service-card-glow{background:radial-gradient(circle,rgba(0,212,170,0.12) 0%,transparent 70%);}.service-card[data-service="bridge"] .service-card-glow{background:radial-gradient(circle,rgba(139,92,246,0.12) 0%,transparent 70%);}.service-card[data-service="license"] .service-card-glow{background:radial-gradient(circle,rgba(245,158,11,0.12) 0%,transparent 70%);}.service-card[data-service="mobile"] .service-card-glow{background:radial-gradient(circle,rgba(236,72,153,0.12) 0%,transparent 70%);}.service-card[data-service="support"] .service-card-glow{background:radial-gradient(circle,rgba(14,165,233,0.12) 0%,transparent 70%);}.service-card:hover .service-card-glow{opacity:1;}.service-icon-wrap{position:absolute;top:14px;right:14px;width:40px;height:40px;z-index:1;}.service-icon{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:17px;transition:all 0.4s cubic-bezier(0.22,1,0.36,1);position:relative;z-index:2;}.service-icon-ring{position:absolute;top:-5px;left:-5px;right:-5px;bottom:-5px;border-radius:16px;border:2px dashed transparent;transition:all 0.5s ease;opacity:0;}.service-card:hover .service-icon-ring{opacity:1;animation:ringRotate 8s linear infinite;}@keyframes ringRotate{from{transform:rotate(0deg);}to{transform:rotate(360deg);}}.service-card[data-service="ea"] .service-icon{background:linear-gradient(135deg,rgba(59,130,246,0.15),rgba(59,130,246,0.08));color:#2563eb;}.service-card[data-service="ea"]:hover .service-icon{background:linear-gradient(135deg,#3b82f6,#2563eb);color:var(--white);box-shadow:0 6px 20px rgba(59,130,246,0.3);transform:scale(1.06) rotate(-3deg);}.service-card[data-service="ea"]:hover .service-icon-ring{border-color:rgba(59,130,246,0.2);}.service-card[data-service="indicators"] .service-icon{background:linear-gradient(135deg,rgba(16,185,129,0.15),rgba(16,185,129,0.08));color:#059669;}.service-card[data-service="indicators"]:hover .service-icon{background:linear-gradient(135deg,#00d4aa,#00b894);color:var(--white);box-shadow:0 6px 20px rgba(0,212,170,0.3);transform:scale(1.06) rotate(-3deg);}.service-card[data-service="indicators"]:hover .service-icon-ring{border-color:rgba(0,212,170,0.2);}.service-card[data-service="bridge"] .service-icon{background:linear-gradient(135deg,rgba(124,58,237,0.15),rgba(124,58,237,0.08));color:#6d28d9;}.service-card[data-service="bridge"]:hover .service-icon{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:var(--white);box-shadow:0 6px 20px rgba(139,92,246,0.3);transform:scale(1.06) rotate(-3deg);}.service-card[data-service="bridge"]:hover .service-icon-ring{border-color:rgba(139,92,246,0.2);}.service-card[data-service="license"] .service-icon{background:linear-gradient(135deg,rgba(217,119,6,0.15),rgba(217,119,6,0.08));color:#b45309;}.service-card[data-service="license"]:hover .service-icon{background:linear-gradient(135deg,#f59e0b,#d97706);color:var(--white);box-shadow:0 6px 20px rgba(245,158,11,0.3);transform:scale(1.06) rotate(-3deg);}.service-card[data-service="license"]:hover .service-icon-ring{border-color:rgba(245,158,11,0.2);}.service-card[data-service="mobile"] .service-icon{background:linear-gradient(135deg,rgba(236,72,153,0.15),rgba(236,72,153,0.08));color:#db2777;}.service-card[data-service="mobile"]:hover .service-icon{background:linear-gradient(135deg,#ec4899,#db2777);color:var(--white);box-shadow:0 6px 20px rgba(236,72,153,0.3);transform:scale(1.06) rotate(-3deg);}.service-card[data-service="mobile"]:hover .service-icon-ring{border-color:rgba(236,72,153,0.2);}.service-card[data-service="support"] .service-icon{background:linear-gradient(135deg,rgba(14,165,233,0.15),rgba(14,165,233,0.08));color:#0284c7;}.service-card[data-service="support"]:hover .service-icon{background:linear-gradient(135deg,#0ea5e9,#0284c7);color:var(--white);box-shadow:0 6px 20px rgba(14,165,233,0.3);transform:scale(1.06) rotate(-3deg);}.service-card[data-service="support"]:hover .service-icon-ring{border-color:rgba(14,165,233,0.2);}.service-title{font-size:1.05rem;font-weight:700;color:#1a202c;margin-bottom:10px;position:relative;z-index:1;transition:color 0.3s ease;}.service-desc{font-size:0.82rem;color:#4a5568;line-height:1.7;margin-bottom:16px;position:relative;z-index:1;}.service-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:4px;position:relative;z-index:1;}.service-tag{display:inline-block;padding:4px 10px;font-size:10.5px;font-weight:600;border-radius:50px;background:rgba(37,99,235,0.08);color:#1d4ed8;letter-spacing:0.3px;transition:all 0.3s ease;border:1px solid rgba(37,99,235,0.12);}.service-card[data-service="indicators"] .service-tag{background:rgba(5,150,105,0.08);color:#047857;border-color:rgba(5,150,105,0.15);}.service-card[data-service="bridge"] .service-tag{background:rgba(109,40,217,0.08);color:#5b21b6;border-color:rgba(109,40,217,0.15);}.service-card[data-service="license"] .service-tag{background:rgba(180,83,9,0.08);color:#92400e;border-color:rgba(180,83,9,0.15);}.service-card[data-service="mobile"] .service-tag{background:rgba(219,39,119,0.08);color:#9d174d;border-color:rgba(219,39,119,0.15);}.service-card[data-service="support"] .service-tag{background:rgba(2,132,199,0.08);color:#075985;border-color:rgba(2,132,199,0.15);}.service-card:hover .service-tag{background:rgba(255,255,255,0.7);}.service-arrow{position:absolute;bottom:28px;right:28px;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(26,115,232,0.06);color:var(--primary);font-size:14px;transition:all 0.4s cubic-bezier(0.22,1,0.36,1);opacity:0;transform:translateX(-8px);z-index:1;}.service-card:hover .service-arrow{opacity:1;transform:translateX(0);}.service-card[data-service="ea"]:hover .service-arrow{background:rgba(59,130,246,0.1);color:#3b82f6;}.service-card[data-service="indicators"]:hover .service-arrow{background:rgba(0,212,170,0.1);color:#00d4aa;}.service-card[data-service="bridge"]:hover .service-arrow{background:rgba(139,92,246,0.1);color:#8b5cf6;}.service-card[data-service="license"]:hover .service-arrow{background:rgba(245,158,11,0.1);color:#f59e0b;}.service-card[data-service="mobile"]:hover .service-arrow{background:rgba(236,72,153,0.1);color:#ec4899;}.service-card[data-service="support"]:hover .service-arrow{background:rgba(14,165,233,0.1);color:#0ea5e9;}.service-card:hover{transform:translateY(-8px);box-shadow:0 25px 60px rgba(0,0,0,0.1),0 8px 24px rgba(0,0,0,0.06);border-color:transparent;}.service-card{opacity:0;transform:translateY(40px);}.service-card.revealed{opacity:1;transform:translateY(0);transition:opacity 0.6s ease,transform 0.6s cubic-bezier(0.22,1,0.36,1);}.service-card:nth-child(1).revealed{transition-delay:0s;}.service-card:nth-child(2).revealed{transition-delay:0.12s;}.service-card:nth-child(3).revealed{transition-delay:0.24s;}.service-card:nth-child(4).revealed{transition-delay:0.36s;}.services-cta{text-align:center;margin-top:56px;}.services-cta-btn{display:inline-flex;align-items:center;gap:16px;padding:16px 36px;background:linear-gradient(135deg,#25D366,#20bd5a);color:var(--white);font-size:15px;font-weight:700;border-radius:60px;text-decoration:none;box-shadow:0 8px 30px rgba(37,211,102,0.25);transition:all 0.4s cubic-bezier(0.22,1,0.36,1);position:relative;overflow:hidden;}.services-cta-btn::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.15),transparent);transition:left 0.5s ease;}.services-cta-btn:hover::before{left:100%;}.services-cta-btn:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 14px 40px rgba(37,211,102,0.4);}.services-cta-btn:active{transform:translateY(-1px) scale(0.98);}.services-cta-text{display:flex;align-items:center;gap:10px;}.services-cta-arrow{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:rgba(255,255,255,0.2);font-size:12px;transition:transform 0.3s ease;}.services-cta-btn:hover .services-cta-arrow{transform:translateX(4px);}.category-showcase{position:relative;padding:96px 24px;background:radial-gradient(1200px 480px at 10% -10%,rgba(26,115,232,0.14),transparent 65%),radial-gradient(900px 360px at 100% 0%,rgba(0,212,170,0.14),transparent 70%),linear-gradient(180deg,#f8fbff 0%,#eef4fb 50%,#f9fcff 100%);overflow:hidden;}.category-showcase-container{max-width:1200px;margin:0 auto;}.category-showcase-header{text-align:center;margin-bottom:34px;}.category-showcase-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 18px;background:rgba(26,115,232,0.08);color:#1a73e8;font-size:12px;font-weight:700;border-radius:999px;letter-spacing:0.45px;text-transform:uppercase;border:1px solid rgba(26,115,232,0.14);margin-bottom:14px;}.category-showcase-title{font-size:clamp(1.7rem,3.6vw,2.5rem);line-height:1.2;letter-spacing:-0.5px;color:#0f172a;margin-bottom:12px;}.category-showcase-title-accent{background:linear-gradient(135deg,#1a73e8,#00b894);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;}.category-showcase-subtitle{max-width:760px;margin:0 auto;color:#516073;font-size:1rem;}.category-tabs{display:flex;gap:10px;align-items:center;overflow-x:auto;padding:4px 2px 14px;}.category-tabs::-webkit-scrollbar{display:none;}.category-tab{border:1px solid rgba(26,115,232,0.18);background:rgba(255,255,255,0.84);border-radius:14px;padding:10px 14px;display:inline-flex;align-items:center;gap:10px;cursor:pointer;transition:transform 0.25s ease,box-shadow 0.25s ease,border-color 0.25s ease,background-color 0.25s ease;color:#1e293b;white-space:nowrap;min-height:46px;}.category-tab:hover{transform:translateY(-1px);border-color:rgba(26,115,232,0.3);box-shadow:0 10px 24px rgba(15,23,42,0.08);}.category-tab.active{background:linear-gradient(135deg,#1a73e8,#0ea5e9);color:#fff;border-color:transparent;box-shadow:0 14px 28px rgba(26,115,232,0.3);}.category-tab-icon{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;font-size:13px;}.category-tab-text{font-size:13px;font-weight:700;letter-spacing:0.2px;}.category-tab-count{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 7px;border-radius:999px;background:rgba(15,23,42,0.08);font-size:12px;font-weight:700;}.category-tab.active .category-tab-count{background:rgba(255,255,255,0.22);}.category-panel{opacity:0;transform:translateY(10px);transition:opacity 0.32s ease,transform 0.32s ease;pointer-events:none;}.category-panel.active{opacity:1;transform:translateY(0);pointer-events:auto;}.category-panel-head{display:flex;align-items:end;justify-content:space-between;gap:14px;margin:8px 0 16px;}.category-panel-title{font-size:clamp(1.05rem,2.4vw,1.4rem);line-height:1.25;color:#10243f;margin-bottom:2px;}.category-panel-meta{color:#5a6880;font-size:13px;}.category-panel-link{display:inline-flex;align-items:center;gap:8px;font-weight:700;font-size:13px;color:#1a73e8;}.category-panel-link:hover{color:#1557b0;}.category-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;}.category-product-card{border-radius:6px;overflow:hidden;border:1px solid rgba(148,163,184,0.22);background:rgba(255,255,255,0.9);box-shadow:0 8px 24px rgba(15,23,42,0.06);display:flex;flex-direction:column;padding:10px 10px 8px;transition:transform 0.3s ease,box-shadow 0.3s ease,border-color 0.3s ease;}.category-product-card:hover{transform:translateY(-5px);box-shadow:0 18px 40px rgba(15,23,42,0.14);border-color:rgba(26,115,232,0.24);}.category-product-image-wrap{position:relative;height:150px;overflow:hidden;background:linear-gradient(135deg,#f8fafc,#edf2f7);display:flex;align-items:center;justify-content:center;border-radius:3px;}.category-product-image{width:100%;height:100%;object-fit:contain;object-position:center;transition:transform 0.35s ease;}.category-product-card:hover .category-product-image{transform:scale(1.06);}.category-product-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#64748b;font-size:32px;}.category-product-body{padding:10px 2px 0;display:flex;flex-direction:column;gap:6px;height:auto;}.category-product-title{font-size:1rem;line-height:1.35;color:#0f172a;}.category-product-title a:hover{color:#1a73e8;}.category-product-desc{color:#56657b;font-size:12.5px;line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.category-product-actions{margin-top:2px;display:flex;gap:8px;flex-wrap:wrap;justify-content:center;}.category-product-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;border-radius:8px;padding:9px 12px;font-size:12px;font-weight:700;border:1px solid transparent;transition:transform 0.2s ease,box-shadow 0.2s ease,background-color 0.2s ease,color 0.2s ease;min-width:118px;}.category-product-btn:hover{transform:translateY(-1px);}.category-product-btn-primary{background:#1a73e8;color:#ffffff;border-color:#1a73e8;}.category-product-btn-primary:hover{background:#0d47a1;color:#fff;box-shadow:0 8px 18px rgba(26,115,232,0.35);}.category-product-btn-whatsapp{background:#128c3a;color:#fff;}.category-product-btn-whatsapp:hover{background:#0f7330;color:#fff;box-shadow:0 8px 18px rgba(18,140,58,0.35);}.home-blog-showcase{position:relative;padding:70px 24px 88px;background:radial-gradient(900px 360px at 0% 20%,rgba(26,115,232,0.1),transparent 70%),radial-gradient(760px 320px at 100% 100%,rgba(0,184,148,0.12),transparent 72%),linear-gradient(180deg,#f1f7ff 0%,#f8fbff 100%);}.home-blog-container{max-width:1200px;margin:0 auto;}.home-blog-header{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:16px;margin-bottom:24px;}.home-blog-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:999px;border:1px solid rgba(26,115,232,0.25);background:rgba(255,255,255,0.9);color:#0d47a1;font-size:12px;font-weight:700;letter-spacing:0.4px;text-transform:uppercase;width:fit-content;margin-bottom:12px;}.home-blog-title{font-size:clamp(1.55rem,3.2vw,2.25rem);line-height:1.2;color:#0f172a;margin-bottom:10px;}.home-blog-title-accent{background:linear-gradient(135deg,#1a73e8,#00b894);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;}.home-blog-subtitle{color:#56657b;font-size:0.98rem;max-width:760px;}.home-blog-view-all{display:inline-flex;align-items:center;gap:8px;font-weight:700;color:#1a73e8;font-size:14px;white-space:nowrap;}.home-blog-view-all:hover{color:#1557b0;}.home-blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;}.home-blog-card{border:1px solid rgba(148,163,184,0.25);border-radius:14px;overflow:hidden;background:rgba(255,255,255,0.94);box-shadow:0 10px 26px rgba(15,23,42,0.07);display:flex;flex-direction:column;transition:transform 0.3s ease,box-shadow 0.3s ease,border-color 0.3s ease;}.home-blog-card:hover{transform:translateY(-4px);border-color:rgba(26,115,232,0.3);box-shadow:0 18px 36px rgba(15,23,42,0.13);}.home-blog-image-wrap{height:170px;background:linear-gradient(135deg,#eef3f8,#dbe6f5);display:flex;align-items:center;justify-content:center;}.home-blog-image{width:100%;height:100%;object-fit:cover;transition:transform 0.35s ease;}.home-blog-card:hover .home-blog-image{transform:scale(1.04);}.home-blog-image-placeholder{color:#64748b;font-size:30px;}.home-blog-body{padding:13px 14px 14px;display:flex;flex-direction:column;gap:8px;flex:1;}.home-blog-card-title{font-size:1.02rem;line-height:1.35;color:#0f172a;}.home-blog-card-title a:hover{color:#1a73e8;}.home-blog-card-excerpt{color:#58667c;font-size:13px;line-height:1.6;}.home-blog-read-more{margin-top:auto;display:inline-flex;align-items:center;gap:7px;color:#1a73e8;font-weight:700;font-size:13px;}.home-blog-read-more:hover{color:#1557b0;}.site-footer{padding:0;}.footer-container{max-width:1200px;margin:0 auto;padding:60px 24px 0;}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:40px;padding-bottom:40px;}.footer-logo{margin-bottom:16px;}.footer-logo-img{height:35px;width:auto;object-fit:contain;filter:brightness(1.2);}.footer-logo-text{font-size:26px;font-weight:800;letter-spacing:-0.5px;}.footer-tagline{font-size:14px;opacity:0.7;margin-bottom:12px;font-weight:500;}.footer-desc{font-size:14px;opacity:0.6;line-height:1.7;}.footer-heading{font-size:15px;font-weight:700;margin-bottom:20px;letter-spacing:0.3px;text-transform:uppercase;}.footer-links{list-style:none;}.footer-links li{margin-bottom:10px;}.footer-links a{font-size:14px;opacity:0.7;transition:all var(--transition);display:inline-flex;align-items:center;gap:6px;}.footer-links a:hover{opacity:1;transform:translateX(4px);}.footer-contact{list-style:none;}.footer-contact li{display:flex;align-items:flex-start;gap:12px;margin-bottom:14px;font-size:14px;}.footer-contact li i{font-size:16px;margin-top:2px;flex-shrink:0;}.footer-contact a{opacity:0.7;transition:opacity var(--transition);}.footer-contact a:hover{opacity:1;}.footer-contact span{opacity:0.7;line-height:1.6;}.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding:20px 0;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;text-align:center;}.footer-bottom p{font-size:13px;opacity:0.5;}.footer-credits{font-size:13px;opacity:0.5;}.footer-credits i{font-size:11px;}.whatsapp-float{position:fixed;bottom:28px;right:28px;width:60px;height:60px;background:#25D366;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);font-size:28px;z-index:900;box-shadow:0 6px 24px rgba(37,211,102,0.4);transition:all var(--transition);animation:whatsappPulse 2s ease-in-out infinite;}.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 10px 35px rgba(37,211,102,0.55);}@keyframes whatsappPulse{0%,100%{box-shadow:0 6px 24px rgba(37,211,102,0.4);}50%{box-shadow:0 6px 24px rgba(37,211,102,0.4),0 0 0 12px rgba(37,211,102,0.1);}}@media (max-width:1200px){.services-grid{grid-template-columns:repeat(2,1fr);gap:20px;}.service-card{padding:48px 24px 28px;}.service-title{font-size:1.1rem;}.service-desc{font-size:0.85rem;}.category-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));}}@media (max-width:1024px){.footer-grid{grid-template-columns:1fr 1fr;gap:32px;}.footer-container{padding:48px 20px 0;}.footer-brand-col{grid-column:1 / -1;text-align:center;}.footer-brand-col .footer-logo{display:flex;justify-content:center;}.footer-brand-col .footer-desc{max-width:480px;margin-left:auto;margin-right:auto;}}@media (max-width:768px){:root{--nav-height:64px;}.nav-links{display:none;}.nav-mobile-toggle{display:flex;}.hero-content{padding:0 20px;padding-top:calc(var(--nav-height) + 28px);margin-left:0;}.hero-stats{gap:20px;}.hero-stat-divider{height:30px;}.hero-actions{flex-direction:column;gap:12px;}.hero-btn{width:100%;max-width:320px;justify-content:center;margin:0 auto;}.hero-actions{align-items:center;justify-content:center;}.hero-content{text-align:center;}.hero-subtitle{margin-left:auto;margin-right:auto;}.hero-scroll-indicator{display:none;}.services-overview{padding:60px 20px;}.category-showcase{padding:62px 20px;}.category-showcase-header{margin-bottom:24px;}.category-tabs{padding-bottom:10px;overflow:visible;flex-wrap:wrap;gap:8px;}.category-tab{flex:1 1 calc(50% - 4px);min-width:0;white-space:normal;align-items:center;}.category-tab-text{white-space:normal;overflow-wrap:anywhere;line-height:1.2;text-align:left;}.category-tab-count{margin-left:auto;}.category-panel-head{align-items:flex-start;flex-direction:column;}.home-blog-showcase{padding:54px 20px 68px;}.home-blog-header{grid-template-columns:1fr;align-items:flex-start;gap:12px;}.home-blog-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.category-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.services-grid{grid-template-columns:1fr;gap:16px;}.service-card{padding:48px 20px 24px;}.service-icon-wrap{top:12px;right:12px;width:36px;height:36px;}.service-icon{width:36px;height:36px;font-size:15px;border-radius:10px;}.service-arrow{bottom:20px;right:20px;}.footer-grid{grid-template-columns:1fr;gap:28px;}.footer-col{text-align:center;}.footer-brand-col{grid-column:auto;}.footer-brand-col .footer-desc{max-width:100%;}.footer-logo{display:flex;justify-content:center;}.footer-heading{font-size:14px;margin-bottom:16px;}.footer-links a{justify-content:center;}.footer-links a:hover{transform:none;}.footer-contact li{justify-content:center;text-align:center;}.footer-bottom{flex-direction:column;text-align:center;gap:6px;padding:18px 0;}.footer-bottom p,.footer-credits{font-size:12px;}.whatsapp-float{bottom:20px;right:20px;width:54px;height:54px;font-size:24px;}}@media (max-width:480px){.hero-title{font-size:1.75rem;}.hero-subtitle{font-size:0.92rem;line-height:1.7;}.hero-stats{flex-direction:column;gap:16px;}.hero-stat-divider{width:40px;height:1px;}.hero-badge{font-size:12px;padding:6px 16px;}.section-header{margin-bottom:40px;}.service-card{padding:44px 16px 22px;}.service-icon-wrap{top:10px;right:10px;width:32px;height:32px;}.service-icon{width:32px;height:32px;font-size:14px;border-radius:8px;}.service-title{font-size:0.95rem;}.service-desc{font-size:0.8rem;}.services-cta-btn{padding:14px 28px;font-size:14px;}.category-showcase{padding:48px 14px;}.category-showcase-subtitle{font-size:0.92rem;}.home-blog-showcase{padding:44px 14px 56px;}.home-blog-title{font-size:1.45rem;}.home-blog-grid{grid-template-columns:1fr;}.home-blog-image-wrap{height:160px;}.category-tab{padding:9px 12px;min-height:42px;flex:1 1 100%;}.category-tab-text{font-size:12px;}.category-tab-count{min-width:22px;height:22px;font-size:11px;}.category-product-grid{grid-template-columns:1fr;gap:14px;}.category-product-body{padding:9px 1px 0;}.category-product-image-wrap{height:140px;}.category-product-title{font-size:0.95rem;}.category-product-desc{font-size:12px;min-height:0;}.category-product-btn{min-width:110px;}.footer-container{padding:36px 16px 0;}.footer-grid{gap:24px;}.footer-heading{font-size:13px;margin-bottom:14px;}.footer-desc{font-size:13px;}.footer-links a{font-size:13px;}.footer-contact li{font-size:13px;gap:8px;margin-bottom:10px;}.footer-contact li i{font-size:14px;}.footer-bottom{padding:14px 0;}.footer-bottom p,.footer-credits{font-size:11px;}.footer-logo-text{font-size:22px;}.footer-tagline{font-size:13px;}.nav-container{padding:0 16px;}}@media (max-width:360px){.hero-title{font-size:1.5rem;}.hero-btn{padding:12px 24px;font-size:14px;}.hero-stat-number{font-size:1.5rem;}.footer-container{padding:30px 12px 0;}.footer-grid{gap:20px;}.footer-logo-text{font-size:20px;}.footer-tagline{font-size:12px;}.footer-desc{font-size:12px;}.footer-heading{font-size:12px;margin-bottom:12px;}.footer-links a{font-size:12px;}.footer-contact li{font-size:12px;}.footer-bottom p,.footer-credits{font-size:10px;}}@media (max-height:500px) and (orientation:landscape){.hero{min-height:0;padding:80px 0 40px;}.hero-scroll-indicator{display:none;}.hero-stats{margin-top:16px;}}@media print{.site-nav,.hero-video-wrapper,.hero-scroll-indicator,.whatsapp-float{display:none !important;}.hero{min-height:0;background:#fff;padding:40px 0;}.hero-content{color:#000;}.hero-title,.hero-subtitle{color:#000 !important;-webkit-text-fill-color:#000 !important;}.site-footer{background:#f5f5f5 !important;color:#333 !important;}}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:0.01ms !important;animation-iteration-count:1 !important;transition-duration:0.01ms !important;}html{scroll-behavior:auto;}.hero-video{animation:none;}}a:focus-visible,button:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px;}::selection{background:rgba(26,115,232,0.3);color:var(--text-dark);}