:root{--primary-color:#e74c3c;--primary-dark:#c0392b;--secondary-color:#2c3e50;--bg-dark:#111;--bg-card:#18191b;--bg-light:#f9f9f9;--text-dark:#333;--text-light:#fff;--text-muted:#888;--border-color:#2e3035;--input-bg:#1f2124}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden}body{background-color:var(--bg-light);color:var(--text-dark);font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}.container{width:90%;max-width:1400px;margin:0 auto}h1,h2,h3,h4{font-family:Inter,sans-serif;font-weight:700}a{color:inherit;text-decoration:none;transition:all .3s}.navbar{z-index:1000;-webkit-backdrop-filter:blur(10px);width:100%;color:var(--text-light);background:#111111b3;border-bottom:1px solid #ffffff14;padding:1.2rem 0;transition:background .3s,padding .3s;position:fixed;top:0}.navbar.scrolled{background:#fffffff2;padding:.9rem 0;box-shadow:0 4px 15px #0000001a}.navbar.scrolled .logo,.navbar.scrolled .nav-links a:not(.btn-primary){color:var(--secondary-color)}.navbar.scrolled .hamburger span{background-color:var(--secondary-color)}.navbar.scrolled .lang-btn{color:var(--secondary-color)}.navbar.scrolled .lang-selector{border-color:#0003}.navbar.scrolled .lang-divider{color:#0000004d}.nav-container{flex-wrap:wrap;justify-content:space-between;align-items:safe center;gap:1.5rem;width:90%;max-width:1400px;margin:auto;display:flex}.logo{letter-spacing:-1px;font-family:Syncopate,sans-serif;font-size:1.4rem;font-weight:700}.logo span{color:var(--primary-color)}.nav-links{align-items:center;gap:2rem;list-style:none;display:flex}.nav-links a{text-transform:uppercase;letter-spacing:1px;font-size:.85rem;font-weight:600}.nav-links a:hover{color:var(--primary-color)}.lang-selector{background:#ffffff1a;border:1px solid #ffffff26;border-radius:4px;align-items:center;gap:.4rem;padding:.35rem .7rem;display:flex}.lang-btn{color:#ffffffb3;cursor:pointer;background:0 0;border:none;border-radius:3px;align-items:center;gap:.3rem;padding:.2rem .4rem;font-family:inherit;font-size:.8rem;font-weight:600;transition:all .2s;display:inline-flex}.lang-btn:hover{color:#fff}.lang-btn.active{color:#fff;background:var(--primary-color)}.lang-divider{color:#ffffff4d;font-size:.75rem}.flag-icon{font-size:1rem;line-height:1}.btn-primary,.btn-secondary{text-transform:uppercase;letter-spacing:1px;cursor:pointer;border:none;border-radius:2px;justify-content:center;align-items:center;padding:.8rem 1.6rem;font-size:.85rem;font-weight:600;transition:all .3s;display:inline-flex}.btn-primary{background-color:var(--primary-color);color:var(--text-light)!important}.btn-primary:hover{background-color:var(--primary-dark);transform:translateY(-2px);box-shadow:0 4px 12px #e74c3c4d}.btn-secondary{color:var(--text-light);border:2px solid var(--text-light);background-color:#0000}.btn-secondary:hover{background-color:var(--text-light);color:var(--text-dark);transform:translateY(-2px)}.btn-block{width:100%;padding:1rem;font-size:.95rem}.hamburger{cursor:pointer;flex-direction:column;gap:6px;display:none}.hamburger span{background-color:var(--text-light);width:26px;height:2px;transition:all .3s}.hero{justify-content:flex-start;align-items:center;height:100vh;min-height:600px;display:flex;position:relative}.hero-bg{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.hero-overlay{z-index:1;background:linear-gradient(90deg,#111111d9 0%,#1111118c 60%,#1116 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{z-index:2;width:90%;max-width:1400px;color:var(--text-light);margin:0 auto;padding-top:100px;position:relative}.hero h1{text-transform:uppercase;letter-spacing:-.5px;max-width:950px;margin-bottom:1.2rem;font-size:2.75rem;line-height:1.15}.hero p{color:#e2e8f0;max-width:680px;margin-bottom:2rem;font-size:1.15rem;font-weight:300;line-height:1.5}.hero-buttons{gap:1rem;margin-top:2rem;display:flex}.hero-callout{border-left:4px solid var(--primary-color);background:#191e24b3;border-radius:4px;gap:1rem;max-width:680px;margin-top:2rem;padding:1.25rem;display:flex}.callout-icon{margin-top:2px;font-size:1.5rem}.callout-text strong{color:var(--primary-color);margin-bottom:.5rem;font-size:1rem;display:block}.callout-text p{color:#ffffffd9;margin:0;font-size:.9rem;line-height:1.5}.container{width:90%;max-width:1400px;margin:auto;padding:5rem 0}.section-header{margin-bottom:3.5rem}.section-title{color:var(--secondary-color);text-transform:uppercase;letter-spacing:-.5px;font-size:2.2rem}.section-title-light{color:var(--text-light);text-transform:uppercase;letter-spacing:-.5px;font-size:2.2rem}.title-underline{background-color:var(--primary-color);width:50px;height:4px;margin-top:.8rem}.services{background-color:#fff}.services-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.service-card{background:var(--bg-light);border:1px solid #e2e8f0;border-radius:4px;flex-direction:column;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;overflow:hidden}.service-card:hover{border-color:var(--primary-color);transform:translateY(-6px);box-shadow:0 16px 30px #00000014}.service-img{height:200px;display:flex}.service-img img{object-fit:cover;width:100%;height:100%}.service-content{flex-direction:column;flex-grow:1;padding:2rem;display:flex}.service-content h3{color:var(--secondary-color);margin-bottom:.8rem;font-size:1.3rem;line-height:1.3}.service-content p{color:#555;flex-grow:1;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.read-more{color:var(--primary-color);text-transform:uppercase;margin-top:auto;font-size:.85rem;font-weight:700;display:inline-block}.read-more:hover{color:var(--primary-dark);letter-spacing:.5px}.request-section{color:var(--text-light);background:linear-gradient(135deg,#121316 0%,#1a1c22 100%);border-top:1px solid #23252a;border-bottom:1px solid #23252a}.request-wrapper{grid-template-columns:1fr 1.2fr;align-items:flex-start;gap:4rem;display:grid}.request-info{flex-direction:column;display:flex}.badge{color:var(--primary-color);text-transform:uppercase;letter-spacing:1.5px;background:#e74c3c26;border:1px solid #e74c3c4d;border-radius:3px;width:fit-content;margin-bottom:1rem;padding:.3rem .8rem;font-size:.75rem;font-weight:700;display:inline-block}.request-info p{color:#a0aec0;margin-top:1.2rem;font-size:1rem;line-height:1.6}.info-highlights{flex-direction:column;gap:1.5rem;margin-top:2.5rem;display:flex}.highlight-item{border-left:3px solid var(--primary-color);background:#ffffff08;border-radius:4px;align-items:flex-start;gap:1rem;padding:1.2rem;display:flex}.highlight-icon{font-size:1.5rem;line-height:1}.highlight-item strong{color:var(--text-light);margin-bottom:.2rem;font-size:.95rem;display:block}.highlight-item p{color:var(--text-muted);margin:0;font-size:.85rem}.request-form-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:6px;padding:2.5rem;box-shadow:0 20px 40px #0006}.form-row{grid-template-columns:1fr 1fr;gap:1.2rem;margin-bottom:1.2rem;display:grid}.form-group{flex-direction:column;margin-bottom:1.2rem;display:flex}.form-group label{color:#cbd5e0;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;font-size:.85rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{background:var(--input-bg);border:1px solid var(--border-color);color:#fff;box-sizing:border-box;text-overflow:ellipsis;white-space:nowrap;border-radius:3px;width:100%;max-width:100%;padding:.85rem 1rem;font-family:inherit;font-size:.95rem;transition:all .2s;overflow:hidden}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--primary-color);background:#25282d;outline:none;box-shadow:0 0 0 3px #e74c3c33}.form-group select option{background:var(--bg-card);color:#fff}.form-group textarea{resize:vertical;white-space:pre-wrap;overflow:auto}.form-status{border-radius:4px;margin-bottom:1.5rem;padding:1rem;font-size:.9rem;line-height:1.5}.form-status.success{color:#2ecc71;background:#2ecc7126;border:1px solid #2ecc7166}.form-status.error{color:#e74c3c;background:#e74c3c26;border:1px solid #e74c3c66}.about{background-color:var(--secondary-color);color:var(--text-light)}.about .section-title{color:var(--text-light)}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.about-text p{color:#dde2e5;margin-top:1.5rem;font-size:1.05rem;font-weight:300}.features{margin-top:2rem;list-style:none}.features li{margin-bottom:.8rem;font-size:1.05rem;font-weight:600}.features li strong{color:var(--primary-color);margin-right:10px}.about-stats{gap:2rem;display:flex}.stat-box{text-align:center;border-left:4px solid var(--primary-color);background:#ffffff0d;flex:1;padding:2.5rem 1.5rem}.stat-number{color:var(--text-light);margin-bottom:.8rem;font-size:3.5rem;font-weight:700;line-height:1;display:block}.stat-label{text-transform:uppercase;letter-spacing:2px;color:var(--text-muted);font-size:.85rem}footer{background:var(--bg-dark);color:var(--text-light);padding-top:4rem}.footer-grid{flex-wrap:wrap;justify-content:center;gap:15vw;margin-bottom:4rem;display:flex}.footer-brand p{color:var(--text-muted);margin-top:1.5rem;font-size:.95rem}.footer-links h3,.footer-contact h3{color:var(--text-light);margin-bottom:1.2rem;font-size:1.1rem}.footer-links ul{list-style:none}.footer-links li{margin-bottom:.7rem}.footer-links a{color:var(--text-muted);font-size:.9rem}.footer-links a:hover{color:var(--primary-color)}.footer-contact p{color:var(--text-muted);font-size:.9rem;line-height:1.8}.footer-bottom{text-align:center;color:#666;border-top:1px solid #222;padding:2rem 0;font-size:.85rem}.reveal{opacity:0;transition:all .6s ease-out;transform:translateY(30px)}.reveal.active{opacity:1;transform:translateY(0)}.reveal-text{opacity:0;animation:1s cubic-bezier(.16,1,.3,1) forwards fadeUp;transform:translateY(20px)}.delay-1{transition-delay:.15s;animation-delay:.15s}.delay-2{transition-delay:.3s;animation-delay:.3s}.delay-3{transition-delay:.45s;animation-delay:.45s}.delay-4{transition-delay:.6s;animation-delay:.6s}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}@media (width<=1024px){.hero h1{font-size:2.3rem}.about-grid,.request-wrapper{grid-template-columns:1fr;gap:3rem}}@media (width<=768px){.hamburger,.nav-links{display:none}.nav-links a:not(.btn-primary){color:var(--secondary-color)}.nav-links.active{transform:translate(0)}.form-row{grid-template-columns:1fr;gap:0}.hero h1{font-size:2rem}.hero p{font-size:1.05rem}.hero-buttons,.about-stats{flex-direction:column}.request-wrapper{min-width:0;max-width:100%}.request-info,.request-form-card{overflow-wrap:break-word;word-wrap:break-word;min-width:0;max-width:100%}.highlight-item,.highlight-item>div{min-width:0}.request-form-card{width:100%;margin:0;padding:1.5rem}.footer-grid{flex-direction:column;gap:2rem}}.telemetry-section{background:var(--bg-dark);padding-bottom:2rem}.telemetry-dashboard{background:var(--bg-card);border:1px solid var(--border-color);border-radius:8px;padding:2rem;box-shadow:inset 0 0 40px #00000080,0 10px 30px #0000004d}.dashboard-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.dashboard-header h3{color:var(--text-light);letter-spacing:1px;font-size:1.1rem}.status-indicator{color:#2ecc71;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;display:flex}.status-dot{background-color:#2ecc71;border-radius:50%;width:10px;height:10px;animation:2s infinite pulse;box-shadow:0 0 10px #2ecc71}@keyframes pulse{0%{transform:scale(.95);box-shadow:0 0 #2ecc71b3}70%{transform:scale(1);box-shadow:0 0 0 6px #2ecc7100}to{transform:scale(.95);box-shadow:0 0 #2ecc7100}}.dashboard-layout{grid-template-columns:1fr 2fr;gap:2rem;display:grid}@media (width<=1024px){.dashboard-layout{grid-template-columns:1fr}.dashboard-header{flex-direction:column;align-items:flex-start;gap:1rem}.dashboard-header h3{letter-spacing:0;word-break:break-word;font-size:.8rem}}.dashboard-right-panel{flex-direction:column;gap:1rem;min-width:0;display:flex}.data-tables-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;min-width:0;display:grid}@media (width<=768px){.data-tables-grid{grid-template-columns:1fr}}.dash-tacho-card{text-align:center;background:#ffffff05;border:1px solid #ffffff0d;border-radius:6px;flex-direction:column;justify-content:space-between;padding:1.5rem;display:flex}.tacho-title{color:var(--text-muted);text-transform:uppercase;margin-bottom:1.5rem;font-size:.9rem}.tacho-container{width:100%;max-width:250px;margin:0 auto;position:relative}.tacho-svg{width:100%;transition:all .5s ease-out;overflow:visible}#tacho-value-path{transition:stroke-dashoffset .5s ease-out}.tacho-value-display{text-align:center;width:100%;position:absolute;bottom:0;left:0}.tacho-number{color:var(--text-light);font-family:monospace;font-size:3rem;font-weight:700;line-height:1}.tacho-unit{color:var(--primary-color);margin-left:5px;font-size:1.2rem;font-weight:600}.tacho-footer{color:var(--text-muted);margin-top:1.5rem;font-size:.85rem}.tacho-highlight{color:#2ecc71;font-size:1rem;font-weight:600}.dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;display:grid}.dash-card{background:#ffffff08;border:1px solid #ffffff0d;border-radius:6px;align-items:center;gap:1.5rem;padding:1.5rem;display:flex}.dash-icon{font-size:2.5rem}.dash-info{flex-direction:column;display:flex}.dash-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.3rem;font-size:.75rem}.dash-value{color:var(--text-light);margin-bottom:.4rem;font-family:monospace;font-size:1.6rem;font-weight:700;line-height:1}.dash-unit{color:var(--text-muted);font-size:.9rem;font-weight:400}.dash-trend{font-size:.8rem;font-weight:600}.dash-trend.positive{color:#2ecc71}.dash-trend.warning{color:#f39c12}.dash-trend.negative{color:#e74c3c}.dashboard-footer{text-align:center;color:var(--text-muted);border-top:1px dashed var(--border-color);margin-top:2rem;padding-top:1rem;font-size:.85rem}.roi-section{background:var(--bg-dark);padding:5rem 0}.roi-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem;display:grid}.roi-card{background:var(--secondary-color);text-align:center;border-bottom:4px solid var(--primary-color);border-radius:6px;padding:2.5rem 2rem;transition:transform .3s}.roi-card:hover{transform:translateY(-5px)}.roi-number{color:var(--primary-color);margin-bottom:1rem;font-family:Syncopate,sans-serif;font-size:3.5rem;font-weight:700}.roi-card h4{color:var(--text-light);margin-bottom:1rem;font-size:1.1rem}.roi-card p{color:var(--text-muted);font-size:.95rem;line-height:1.6}.whatsapp-float{color:#fff;z-index:1000;background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s;display:flex;position:fixed;bottom:30px;right:30px;box-shadow:0 4px 15px #0000004d}.whatsapp-float:hover{color:#fff;background-color:#1ebe57;transform:scale(1.1)}@media (width<=768px){.whatsapp-float{width:50px;height:50px;bottom:20px;right:20px}.hero{align-items:flex-start;height:auto;min-height:100vh}.hero-content{padding-top:140px;padding-bottom:60px}.hero h1{margin-bottom:1rem;font-size:2rem;line-height:1.2}.hero p{margin-bottom:1.5rem;font-size:1rem}.hero-buttons{flex-direction:column;gap:.8rem}.hero-callout{flex-direction:column;margin-top:1.5rem;padding:1rem}.hero-callout-text h3{margin-bottom:.3rem;font-size:1rem}.hero-callout-text p{margin-bottom:0;font-size:.85rem}}
