:root{--bg-navy-dark:#060b16;--bg-navy-medium:#0b1325;--bg-navy-light:#121e36;--accent-orange:#f25e23;--accent-orange-hover:#e04e14;--accent-orange-glow:#f25e2340;--glass-bg:#0b1325a6;--glass-bg-hover:#121e36d9;--glass-border:#ffffff1f;--glass-border-hover:#ffffff40;--text-white:#fff;--text-light:#f7fafc;--text-gray:#cbd5e0;--text-muted:#718096;--font-headings:"Outfit", sans-serif;--font-body:"Inter", sans-serif;--transition-smooth:all .3s cubic-bezier(.4, 0, .2, 1);--border-radius-sm:4px;--border-radius-md:8px;--border-radius-lg:16px;--max-width-container:1240px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scrollbar-gutter:stable;font-size:16px;-ms-overflow-style:none!important;scrollbar-width:none!important}html::-webkit-scrollbar{display:none!important}body{font-family:var(--font-body);background-color:var(--bg-navy-dark);color:var(--text-gray);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden;-ms-overflow-style:none!important;scrollbar-width:none!important}body::-webkit-scrollbar{display:none!important}h1,h2,h3,h4,h5,h6{font-family:var(--font-headings);color:var(--text-white);letter-spacing:-.02em;font-weight:700}a{color:inherit;transition:var(--transition-smooth);text-decoration:none}ul{list-style:none}img{max-width:100%;height:auto;display:block}.btn{font-family:var(--font-headings);border-radius:var(--border-radius-sm);cursor:pointer;transition:var(--transition-smooth);text-transform:uppercase;letter-spacing:.05em;border:none;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;display:inline-flex}.btn-primary{background-color:var(--accent-orange);color:var(--text-white)}.btn-primary:hover{background-color:var(--accent-orange-hover);box-shadow:0 4px 15px var(--accent-orange-glow);transform:translateY(-2px)}.btn-navbar{padding:.5rem 1.25rem;font-size:.85rem}.btn-hero{background-color:var(--accent-orange);color:var(--text-white);letter-spacing:.08em;border-radius:2px;padding:.9rem 2.5rem;font-size:1.1rem;font-weight:700}.btn-hero:hover{background-color:var(--accent-orange-hover);transform:translateY(-3px);box-shadow:0 0 25px #f25e2366}.btn-submit{background-color:var(--accent-orange);color:var(--text-white);border-radius:2px;width:100%;margin-top:1rem;padding:.85rem 2.5rem;font-size:1rem;font-weight:700}.btn-submit:hover{background-color:var(--accent-orange-hover);box-shadow:0 4px 20px var(--accent-orange-glow)}.top-bar{border-bottom:2px solid var(--accent-orange);background-color:#03060c;padding:.4rem 0;font-size:.8rem;font-weight:500}.top-bar-container{max-width:var(--max-width-container);justify-content:space-between;align-items:center;margin:0 auto;padding:0 1.5rem;display:flex}.top-contact-info{gap:1.5rem;display:flex}.top-contact-link{color:var(--text-gray);align-items:center;gap:.5rem;display:flex}.top-contact-link:hover{color:var(--accent-orange)}.top-icon{width:14px;height:14px;stroke:var(--accent-orange)}.top-social-link{color:var(--text-gray);align-items:center;display:flex}.top-social-link:hover{color:var(--accent-orange)}.main-header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--glass-border);z-index:1000;width:100%;transition:var(--transition-smooth);background-color:#060b16e6;padding:.8rem 0;position:fixed;top:0;left:0}.main-header.scrolled{padding:.5rem 0;box-shadow:0 4px 20px #0000004d}.header-container{max-width:var(--max-width-container);justify-content:space-between;align-items:center;margin:0 auto;padding:0 1.5rem;display:flex}.logo-link{align-items:center;display:flex}.header-logo{width:auto;height:48px}.navbar{align-items:center;display:flex}.nav-menu{gap:1.8rem;display:flex}.nav-link{font-family:var(--font-headings);color:var(--text-gray);padding:.5rem 0;font-size:.95rem;font-weight:500;position:relative}.nav-link:after{content:"";background-color:var(--accent-orange);width:0;height:2px;transition:var(--transition-smooth);position:absolute;bottom:0;left:0}.nav-link:hover,.nav-link.active{color:var(--text-white)}.nav-link:hover:after,.nav-link.active:after{width:100%}.mobile-nav-toggle{cursor:pointer;z-index:1100;background:0 0;border:none;flex-direction:column;gap:6px;padding:.5rem;display:none}.mobile-nav-toggle span{background-color:var(--text-white);width:25px;height:2px;transition:var(--transition-smooth);display:block}.hero-section{justify-content:center;align-items:center;width:100%;height:100vh;padding:0 1.5rem;display:flex;position:relative}.hero-bg-overlay{z-index:1;background:linear-gradient(135deg,#060b16bf 0%,#0b132599 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-container{z-index:2;text-align:center;max-width:850px;margin:0 auto;position:relative}.hero-logo-wrapper{justify-content:center;margin-bottom:2.5rem;animation:1s fadeInDown;display:flex}.hero-logo-large{opacity:.95;filter:drop-shadow(0 4px 20px #00000080);width:320px;height:auto}.hero-content{animation:1s .2s both fadeInUp}.hero-title{letter-spacing:.03em;background:linear-gradient(#fff 0%,#cbd5e0 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1.5rem;font-size:2.5rem;font-weight:800;line-height:1.2}.hero-subtitle{color:var(--accent-orange);letter-spacing:.01em;max-width:720px;margin-bottom:1rem;margin-left:auto;margin-right:auto;font-size:1.25rem;font-weight:600}.hero-description{color:var(--text-gray);max-width:680px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.05rem;line-height:1.7}.hero-actions{justify-content:center;display:flex}section{border-bottom:1px solid #ffffff0d;padding:6.5rem 1.5rem;position:relative}.section-container{max-width:var(--max-width-container);margin:0 auto}.section-header{text-align:center;margin-bottom:3.5rem}.section-tagline{color:var(--accent-orange);font-family:var(--font-headings);letter-spacing:.15em;text-transform:uppercase;margin-bottom:.5rem;font-size:.85rem;font-weight:700;display:block}.section-title{margin-bottom:1rem;font-size:2.2rem;font-weight:700}.section-divider{background-color:var(--accent-orange);width:60px;height:3px;margin:0 auto}.propuesta-wrapper{background-color:var(--bg-navy-dark);height:250vh;position:relative}.propuesta-section{background-color:var(--bg-navy-dark);box-sizing:border-box;z-index:5;justify-content:center;align-items:center;width:100%;height:100vh;min-height:600px;display:flex;position:sticky;top:0;overflow:hidden}.propuesta-two-columns{box-sizing:border-box;grid-template-columns:1.15fr .85fr;align-items:center;gap:4rem;width:100%;max-width:1200px;margin:0 auto;padding:0 2rem;display:grid}.propuesta-left-column{text-align:right;flex-direction:column;justify-content:center;display:flex}.propuesta-section .section-header{text-align:right;margin-bottom:2rem}.propuesta-section .section-divider{margin:0 0 0 auto}.propuesta-intro{text-align:right;color:var(--text-light);margin:0;font-size:1.15rem;line-height:1.8}@media (width>=993px){.propuesta-left-column .section-tagline,.propuesta-left-column .section-title,.propuesta-left-column .propuesta-intro{opacity:0;will-change:opacity, transform;transition:opacity 1.2s cubic-bezier(.19,1,.22,1),transform 1.2s cubic-bezier(.19,1,.22,1);display:block;transform:translate(-40px)}.propuesta-left-column.active .section-tagline{opacity:1;transition-delay:0s;transform:translate(0)}.propuesta-left-column.active .section-title{opacity:1;transition-delay:.15s;transform:translate(0)}.propuesta-left-column.active .propuesta-intro{opacity:1;transition-delay:.3s;transform:translate(0)}}.propuesta-right-column{justify-content:flex-end;width:100%;display:flex}.pillars-grid{width:100%;max-width:560px;height:480px;position:relative}.pillar-card{border:1px solid var(--glass-border);border-radius:var(--border-radius-md);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:1;will-change:opacity, transform;background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;min-height:155px;padding:1.4rem 1.6rem 2.4rem;transition:opacity .8s cubic-bezier(.19,1,.22,1),transform 1.2s cubic-bezier(.19,1,.22,1),border-color .4s,box-shadow .6s;position:absolute;left:0;overflow:hidden;transform:translate(120vw)scale(.96);margin:0!important}.pillar-card.pillar-1{z-index:10;width:84%;top:0;left:0}.pillar-card.pillar-2{z-index:20;width:84%;top:155px;left:8%}.pillar-card.pillar-3{z-index:30;width:84%;top:310px;left:16%}.pillar-card:before{content:"";z-index:-1;background:linear-gradient(#060b16b8 0%,#060b16f5 100%);width:100%;height:100%;transition:background .4s;position:absolute;top:0;left:0}.pillar-card.pillar-1{background-image:url(/assets/t1.webp)}.pillar-card.pillar-2{background-image:url(/assets/t2.webp)}.pillar-card.pillar-3{background-image:url(/assets/t3.webp)}.pillar-card.active{opacity:1!important;clip-path:polygon(0 0,100% 0,100% 100%,0 100%)!important;transform:translate(0)scale(1)!important}.pillar-card:hover{-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;border-color:var(--accent-orange)!important;z-index:99!important;opacity:1!important;margin-top:-10px!important;box-shadow:0 20px 40px #f25e2340,0 0 20px #f25e231a!important}.pillar-card:hover:before{background:linear-gradient(#060b1673 0%,#f25e23d1 100%)}.pillar-card .pillar-icon-wrapper,.pillar-card .pillar-title,.pillar-card .pillar-text{opacity:1!important;transform:none!important}@media (width<=992px){.propuesta-wrapper{height:auto}.propuesta-section{box-sizing:border-box;height:auto;min-height:100vh;max-height:none;padding:6rem 1.5rem 4rem;position:relative}.propuesta-two-columns{grid-template-columns:1fr;gap:3rem;padding:0}.propuesta-left-column,.propuesta-right-column{justify-content:center;width:100%}.pillars-grid{flex-direction:column;gap:1.5rem;max-width:100%;height:auto;display:flex}.pillar-card{width:100%;position:relative;opacity:1!important;clip-path:none!important;margin-top:0!important;top:auto!important;transform:none!important}.pillar-card .pillar-icon-wrapper,.pillar-card .pillar-title,.pillar-card .pillar-text{opacity:1!important;transform:none!important}}.pillar-icon-wrapper{background-color:#f25e2326;border:1px solid #f25e2366;border-radius:4px;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:1.5rem;display:flex}.pillar-icon{width:24px;height:24px;color:var(--accent-orange)}.pillar-title{margin-bottom:1rem;font-size:1.25rem;font-weight:600}.pillar-text{color:var(--text-gray);font-size:.95rem;line-height:1.6}.services-wrapper{background-color:var(--bg-navy-medium);width:100%;height:200vh;position:relative}.servicios-section{background-color:var(--bg-navy-medium)}.services-grid{will-change:transform, opacity;margin-top:3rem;transform:translate(0);flex-flow:row!important;grid-template-columns:none!important;gap:2.5rem!important;width:max-content!important;display:flex!important}@media (width<=768px){.services-grid{margin-top:2rem;gap:1.5rem!important}}.services-grid .service-card{justify-content:space-between;min-height:380px;flex-direction:column!important;flex:0 0 380px!important;grid-column:auto!important;width:380px!important;display:flex!important}@media (width<=768px){.services-grid .service-card{min-height:330px;flex:0 0 290px!important;width:290px!important;padding:1.5rem!important}}@media (width<=380px){.services-grid .service-card{min-height:320px;flex:0 0 260px!important;width:260px!important}}.services-wrapper{width:100%;position:relative}.servicios-section{box-sizing:border-box;flex-direction:column;justify-content:center;height:100vh;padding:0;display:flex;position:sticky;top:0;overflow:hidden}.servicios-section .section-container{box-sizing:border-box;flex-direction:column;justify-content:center;width:100%;max-width:100%;padding:0 4rem;display:flex}@media (width<=768px){.servicios-section .section-container{padding:0 1.5rem}}@media (width>=1025px){.service-card:last-child:nth-child(3n+1){grid-column:span 3;grid-template-columns:100px 1fr;align-items:center;gap:2rem;display:grid}.service-card:last-child:nth-child(3n+1) .service-header{flex-direction:column;align-items:center;gap:.5rem;margin-bottom:0}.service-card:last-child:nth-child(3n+1) .service-title{height:auto;margin-bottom:.5rem}}.service-card{background-color:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--border-radius-sm);transition:var(--transition-smooth);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);flex-direction:column;padding:2.5rem 2rem;display:flex}.service-card:hover{border-color:var(--accent-orange);transform:translateY(-4px);box-shadow:0 15px 30px #0006,0 0 15px #f25e2314}.service-header{justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;display:flex}.service-number{font-family:var(--font-headings);color:#ffffff14;transition:var(--transition-smooth);font-size:1.8rem;font-weight:800;line-height:1}.service-card:hover .service-number{color:#f25e2333}.service-icon-wrapper{color:var(--accent-orange);width:32px;height:32px}.service-icon{width:100%;height:100%}.service-title{align-items:center;height:2.8rem;margin-bottom:1rem;font-size:1.2rem;font-weight:600;line-height:1.4;display:flex}.service-text{color:var(--text-gray);flex-grow:1;font-size:.9rem;line-height:1.6}.infraestructura-section{background-color:var(--bg-navy-dark)}.infra-layout{grid-template-columns:1.2fr .8fr;align-items:start;gap:3rem;display:grid}.infra-tech-grid{flex-direction:column;gap:1.5rem;display:flex}.infra-card{background-color:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--border-radius-md);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.5rem 1.8rem}.infra-card-header{border-bottom:1px solid #ffffff0d;align-items:center;gap:1rem;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.infra-card-icon{width:36px;height:36px;color:var(--accent-orange);background-color:#f25e231a;border:1px solid #f25e2333;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.infra-card-icon svg{width:20px;height:20px}.infra-card-header h3{font-size:1.25rem;font-weight:600}.infra-lead{color:var(--text-white);margin-bottom:.75rem;font-size:1rem;font-weight:600}.infra-list{flex-direction:column;gap:.5rem;font-size:.9rem;display:flex}.infra-list li{padding-left:1.25rem;position:relative}.infra-list li:before{content:"▪";color:var(--accent-orange);font-size:1rem;line-height:1;position:absolute;left:0}.infra-showcase{justify-content:center;display:flex;position:sticky;top:120px}.showcase-container{background-color:var(--bg-navy-medium);border:1px solid var(--glass-border);border-radius:var(--border-radius-lg);max-width:400px;transition:var(--transition-smooth);padding:1.5rem;position:relative;box-shadow:0 20px 40px #00000080}.showcase-container:hover{border-color:#f25e234d;box-shadow:0 20px 40px #0009,0 0 30px #f25e231a}.showcase-badge{background-color:var(--accent-orange);color:var(--text-white);font-family:var(--font-headings);letter-spacing:.08em;z-index:5;border-radius:2px;padding:.3rem .8rem;font-size:.75rem;font-weight:700;position:absolute;top:2rem;left:2rem}.showcase-img{object-fit:cover;border-radius:var(--border-radius-md);background-color:#0c1527;border:1px solid #ffffff08;width:100%;height:320px;margin-bottom:1.5rem}.showcase-footer-caption h4{margin-bottom:.4rem;font-size:1.1rem;font-weight:600}.showcase-footer-caption p{color:var(--text-muted);font-size:.85rem}.software-ecosystem{text-align:center;border-top:1px solid #ffffff0d;margin-top:5rem;padding-top:3.5rem}.software-title{color:var(--text-light);margin-bottom:2rem;font-size:1.3rem;font-weight:600}.logos-marquee{align-items:center;width:100%;padding:1.5rem 0;display:flex;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 15% 85%,#0000);mask-image:linear-gradient(90deg,#0000,#000 15% 85%,#0000)}.logos-marquee-inner{gap:5rem;width:max-content;animation:25s linear infinite marquee-scroll;display:flex}.logo-item{justify-content:center;align-items:center;width:130px;height:55px;display:flex}.logo-item img{object-fit:contain;filter:brightness(0)invert();opacity:.65;max-width:100%;max-height:100%;transition:opacity .3s}.logo-item img:hover{opacity:1}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.experiencia-section{background-color:var(--bg-navy-medium)}.experiencia-grid{grid-template-columns:1fr;gap:3rem;display:grid}.exp-block{background-color:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--border-radius-md);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:3rem}.block-desc{color:var(--text-gray);margin-bottom:2.5rem;font-size:1rem}.text-center{text-align:center}.equipment-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.equip-card{border-radius:var(--border-radius-sm);transition:var(--transition-smooth);background-color:#ffffff03;border:1px solid #ffffff08;align-items:flex-start;gap:1.2rem;padding:1.5rem;display:flex}.equip-card:hover{background-color:#f25e230a;border-color:#f25e2333;transform:translateY(-4px);box-shadow:0 10px 20px #0003}.equip-icon{background-color:#f25e231a;border:1px solid #f25e234d;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.8rem;display:flex}.equip-card-body{flex-grow:1}.equip-card h4{color:var(--text-light);margin-bottom:.4rem;font-size:1.15rem;font-weight:600}.equip-card p{color:var(--text-gray);font-size:.9rem;line-height:1.5}.caso-exito-section{background-color:var(--bg-navy-dark)}.case-card{background-color:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--border-radius-md);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);grid-template-columns:1.2fr .8fr;gap:3.5rem;padding:3.5rem;display:grid}.case-info{flex-direction:column;gap:2rem;display:flex}.case-headline{color:var(--text-white);border-left:4px solid var(--accent-orange);margin-bottom:1rem;padding-left:1.5rem;font-size:1.8rem;line-height:1.3}.case-detail-block h4{color:var(--accent-orange);font-size:1.15rem;font-family:var(--font-headings);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;font-weight:700}.challenge-block p,.result-block p{font-size:1rem;line-height:1.7}.result-block{border-radius:var(--border-radius-sm);background-color:#f25e230d;border:1px solid #f25e2326;padding:1.5rem}.result-text{color:var(--text-light);font-weight:500}.timeline{flex-direction:column;gap:1.2rem;display:flex}.timeline-step{align-items:flex-start;gap:1rem;display:flex}.step-num{background-color:var(--accent-orange);width:28px;height:28px;color:var(--text-white);font-family:var(--font-headings);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.9rem;font-weight:700;display:flex;box-shadow:0 0 10px #f25e234d}.timeline-step p{color:var(--text-gray);margin-top:.2rem;font-size:.9rem;line-height:1.5}.case-visual{justify-content:center;align-items:center;display:flex}.case-visual-wrapper{background-color:var(--bg-navy-medium);border:1px solid var(--glass-border);border-radius:var(--border-radius-md);width:100%;padding:1rem;box-shadow:0 15px 30px #0006}.case-visual-img{object-fit:cover;border-radius:var(--border-radius-sm);background-color:#0b111e;border:1px solid #ffffff05;width:100%;height:420px}.case-visual-tag{text-align:center;color:var(--text-muted);font-size:.8rem;font-family:var(--font-headings);letter-spacing:.05em;text-transform:uppercase;margin-top:.8rem}.contact-section{background-image:linear-gradient(#060b16f2,#03060cfa),url(/industrial_bg.png);background-position:50%;background-size:cover;background-attachment:fixed;border-bottom:none}.contact-grid{grid-template-columns:.9fr 1.1fr;align-items:start;gap:4rem;display:grid}.contact-info-boxes{flex-direction:column;gap:1.5rem;display:flex}.info-box-wrapper-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.contact-info-card{background-color:var(--glass-bg);border:1px solid var(--glass-border);text-align:center;min-height:160px;transition:var(--transition-smooth);border-radius:2px;flex-direction:column;justify-content:center;align-items:center;padding:2.2rem 1.5rem;display:flex}.contact-info-card:hover{border-color:var(--accent-orange);background-color:var(--glass-bg-hover);transform:translateY(-3px)}.contact-card-icon-container{width:50px;height:50px;color:var(--accent-orange);justify-content:center;align-items:center;margin-bottom:1.2rem;display:flex}.contact-card-icon{width:32px;height:32px}.contact-card-content{width:100%}.contact-card-value{font-family:var(--font-headings);color:var(--text-white);letter-spacing:.02em;font-size:.95rem;font-weight:600;line-height:1.5}.full-width-card{grid-column:span 2;min-height:120px;padding:1.8rem}.full-width-card .contact-card-icon-container{margin-bottom:.8rem}.contact-form-container{background-color:var(--glass-bg);border:1px solid var(--glass-border);border-radius:2px;padding:3rem 2.5rem}.contact-form-container h3{text-align:center;font-size:1.8rem;font-family:var(--font-headings);margin-bottom:2rem;font-weight:700}.custom-form{flex-direction:column;gap:1.2rem;display:flex}.form-group{flex-direction:column;display:flex;position:relative}.sr-only{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.custom-form input,.custom-form textarea{border:1px solid var(--glass-border);color:var(--text-white);font-family:var(--font-body);transition:var(--transition-smooth);background-color:#0000;border-radius:2px;width:100%;padding:.9rem 1.2rem;font-size:.95rem}.custom-form input:focus,.custom-form textarea:focus{border-color:var(--accent-orange);background-color:#ffffff05;outline:none}.custom-form input::placeholder,.custom-form textarea::placeholder{color:#718096}.form-group.invalid input,.form-group.invalid textarea{border-color:#e53e3e}.error-msg{color:#e53e3e;margin-top:.25rem;padding-left:.2rem;font-size:.75rem;display:none}.form-group.invalid .error-msg{display:block}.form-feedback{border-radius:2px;margin-top:.5rem;padding:.8rem 1rem;font-size:.9rem;font-weight:500;display:none}.form-feedback.success{color:#48bb78;background-color:#48bb7826;border:1px solid #48bb784d}.form-feedback.error{color:#e53e3e;background-color:#e53e3e26;border:1px solid #e53e3e4d}.main-footer{background-color:#03060c;border-top:1px solid #ffffff0d;padding:5rem 1.5rem 2rem}.footer-container{max-width:var(--max-width-container);margin:0 auto}.footer-brand-section{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;margin-bottom:3rem;display:flex}.footer-logo{width:auto;height:52px}.footer-contacts{flex-wrap:wrap;gap:2.5rem;display:flex}.foot-contact-item{align-items:center;gap:.8rem;font-size:.9rem;display:flex}.foot-contact-item a:hover{color:var(--accent-orange)}.foot-icon{width:18px;height:18px;color:var(--accent-orange)}.footer-social-wrapper{align-items:center;display:flex}.footer-social-link{color:var(--text-gray);transition:var(--transition-smooth)}.footer-social-link:hover{color:var(--accent-orange);transform:scale(1.1)}.foot-icon-social{width:32px;height:32px}.footer-divider-line{background-color:#ffffff0d;height:1px;margin-bottom:3rem}.footer-corporate-info{grid-template-columns:repeat(2,1fr);gap:2.5rem;margin-bottom:4rem;display:grid}.corp-col h4{color:var(--text-white);border-left:2px solid var(--accent-orange);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.2rem;padding-left:.8rem;font-size:1.05rem}.corp-col p{color:var(--text-gray);margin-bottom:.5rem;font-size:.85rem;line-height:1.6}.corp-col a:hover{color:var(--accent-orange)}.footer-copyright-bottom{text-align:center;color:var(--text-muted);border-top:1px solid #ffffff08;padding-top:2rem;font-size:.8rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media (width<=1024px){.hero-title{font-size:2.2rem}.pillars-grid{grid-template-columns:repeat(2,1fr)}.infra-layout,.case-card,.contact-grid{grid-template-columns:1fr;gap:3rem}.infra-showcase,.case-visual{order:-1}.case-visual-img{height:300px}.footer-corporate-info{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){section{padding:4.5rem 1.5rem}.top-bar{display:none}.mobile-nav-toggle{display:flex}.header-actions{display:none!important}.navbar{background-color:var(--bg-navy-dark);z-index:999;width:100%;height:calc(100vh - 66px);transition:var(--transition-smooth);border-top:1px solid var(--glass-border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:3rem 1.5rem;position:fixed;top:66px;left:-100%}.navbar.open{left:0}.nav-menu{flex-direction:column;align-items:center;gap:2rem}.nav-link{font-size:1.2rem}.btn-navbar{display:none}.hero-logo-large{width:220px}.hero-title{font-size:1.8rem}.hero-subtitle{font-size:1.1rem}.hero-description{font-size:.95rem}.section-title{font-size:1.8rem}.pillars-grid,.footer-corporate-info,.info-box-wrapper-grid{grid-template-columns:1fr}.full-width-card{grid-column:span 1}.footer-brand-section{flex-direction:column;align-items:flex-start}.footer-contacts{flex-direction:column;gap:1rem}.mobile-nav-toggle.open span:first-child{transform:rotate(45deg)translate(6px,6px)}.mobile-nav-toggle.open span:nth-child(2){opacity:0}.mobile-nav-toggle.open span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}}.reveal{opacity:0;will-change:opacity, transform;transition:opacity .8s cubic-bezier(.4,0,.2,1),transform .8s cubic-bezier(.4,0,.2,1);transform:translateY(30px)}.reveal.active{opacity:1;transform:translateY(0)}.delay-100{transition-delay:.1s}.delay-150{transition-delay:.15s}.delay-200{transition-delay:.2s}.delay-300{transition-delay:.3s}.delay-400{transition-delay:.4s}.delay-500{transition-delay:.5s}html.hide-scrollbar,body.hide-scrollbar,html.hide-scrollbar *,body.hide-scrollbar *{scrollbar-width:none!important;-ms-overflow-style:none!important}html.hide-scrollbar::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}body.hide-scrollbar::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}html.hide-scrollbar ::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}body.hide-scrollbar ::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}
