@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@700&family=Inter:wght@400;500&display=swap);@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@700&family=Inter:wght@400;500;600&display=swap);@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@600;700&family=Inter:wght@400;500&display=swap);body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}.App{min-height:100vh;transition:background-color .3s ease}.App.light{background-color:#fff}.App.dark{background-color:#18191a}.App.dark .theme-toggle{background:#232323;border-color:#374151}.App.dark .theme-toggle:focus{outline:2px solid #374151}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}::selection{background:#192239;color:#fff}:focus{outline:2px solid #192239;outline-offset:2px}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.main-nav{align-items:center;background:#fff;border-bottom:1.5px solid #e3e3e5;box-sizing:border-box;display:flex;justify-content:space-between;left:0;min-height:72px;padding:18px 48px 0;position:fixed;right:0;top:0;width:100%;z-index:1000}.main-nav.dark{background:#18191a;border-bottom:1.5px solid #232323;color:#fff}.logo{align-items:center;color:#1a2341;display:flex;font-family:Poppins,Arial,sans-serif;font-size:1.5rem;font-weight:700;height:48px;letter-spacing:2px;text-decoration:none;transition:color .2s}.logo:hover{color:#192239}.main-nav.dark .logo{color:#fff}.main-nav.dark .logo:hover{color:#e5e7eb}.nav-links{align-items:center;display:flex;gap:32px;list-style:none;margin:0;padding:0}.main-nav.dark .nav-links{color:#fff}.nav-item{align-items:center;color:#1a2341;cursor:pointer;display:flex;font-family:Inter,Arial,sans-serif;font-size:1rem;height:48px;position:relative}.nav-item,.nav-link{transition:color .2s}.nav-link{color:inherit;text-decoration:none}.nav-link:hover{color:#192239}.main-nav.dark .nav-item{color:#fff}.main-nav.dark .nav-link:hover{color:#e5e7eb}.nav-item:focus,.nav-item:hover{color:#192239}.mega-menu.mega-center{display:flex;gap:24px;justify-content:center;left:50%;max-width:90vw;overflow-x:auto;position:fixed;top:72px;transform:translateX(-50%);width:auto}.mega-menu.mega-center:has(.mega-row){flex-direction:column;gap:24px}.mega-menu{animation:fadeInMega .18s;background:#fff;border:1.5px solid #e3e3e5;border-radius:18px;box-shadow:0 8px 32px #1a23411a;color:#1a2341;display:flex;gap:24px;max-width:90vw;overflow-x:auto;padding:32px 32px 24px;width:auto;z-index:200}.mega-menu:has(.mega-row){flex-direction:column;gap:24px}.main-nav.dark .mega-menu{background:#18191a;border:1.5px solid #232323;box-shadow:0 8px 32px #0000002e;color:#fff}.mega-row{display:flex;flex-wrap:wrap;gap:24px;justify-content:center}.mega-column{gap:16px;min-width:280px}.mega-card,.mega-column{display:flex;flex-direction:column}.mega-card{align-items:flex-start;background:none;border-radius:12px;cursor:pointer;max-width:260px;min-width:220px;padding:12px 24px 12px 0;transition:background .15s}.mega-card:last-child{padding-right:12px}.mega-card:hover{background:#f2f6fa}.main-nav.dark .mega-card:hover{background:#191a1b}.mega-title{font-size:1.08rem;font-weight:600;margin-bottom:4px}.mega-desc{color:#3a4a6b;font-size:.97rem;opacity:.85}.main-nav.dark .mega-desc{color:#fff;opacity:.7}.toggle-mode{background:none;border:1.2px solid #1a2341;border-radius:18px;color:#1a2341;cursor:pointer;font-family:Inter,Arial,sans-serif;font-size:.98rem;font-weight:500;padding:5px 18px;transition:background .2s,color .2s,border .2s}.main-nav.dark .toggle-mode{border:1.2px solid #fff;color:#fff}.toggle-mode:hover{background:#1a2341;border:1.2px solid #1a2341;color:#fff}.main-nav.dark .toggle-mode:hover{background:#fff;border:1.2px solid #fff;color:#191a1b}.nav-hamburger{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:4px;margin-left:18px;padding:0}.nav-hamburger span{background:#1a2341;border-radius:2px;display:block;height:3px;transition:background .2s;width:26px}.main-nav.dark .nav-hamburger span{background:#fff}@keyframes fadeInMega{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1200px){.mega-menu{gap:24px;padding:24px 8px 16px}.mega-row{gap:16px}}@media (max-width:900px){.main-nav{min-height:56px;padding:12px 16px}.main-nav.dark{background:#18191a;border-bottom:1.5px solid #232323;color:#fff}.nav-links{align-items:flex-start;background:#fff;border:1px solid #e3e3e5;border-radius:12px;box-shadow:0 8px 32px #1a23411a;display:none;flex-direction:column;gap:0;max-width:320px;padding:18px 0;position:absolute;right:16px;top:60px;width:80vw;z-index:1001}.main-nav.dark .nav-links{background:#18191a;border:1px solid #232323;box-shadow:0 8px 32px #0000004d;color:#fff}.nav-links.open{display:flex}.nav-item{color:#1a2341;font-size:1.08rem;height:auto;padding:12px 24px;width:100%}.main-nav.dark .nav-item{color:#fff}.nav-link{color:inherit;font-weight:500;text-decoration:none;transition:color .2s}.nav-link:hover{color:#192239}.main-nav.dark .nav-link:hover{color:#e5e7eb}.mega-menu{background:inherit;border:none;border-radius:0;box-shadow:none;color:inherit;flex-direction:column;gap:8px;justify-content:flex-start;left:0;max-width:100vw;overflow-x:auto;padding:0 8px;position:static;transform:none;width:100%}.main-nav.dark .mega-menu{background:#18191a;border:none;color:#fff}.mega-row{flex-direction:column;gap:8px}.mega-column{min-width:auto;width:100%}.mega-card{max-width:240px;min-width:200px;padding:10px 16px 10px 0}.nav-hamburger{display:flex;margin-left:auto}}.migration-link .migration-alert{animation:pulse 2s infinite;background:linear-gradient(135deg,#fee2e2,#fecaca);border-radius:8px;color:#dc2626;font-weight:600;padding:8px 16px}.main-nav.dark .migration-link .migration-alert{background:linear-gradient(135deg,#7f1d1d,#991b1b);color:#fca5a5}.hero-section{align-items:center;display:flex;gap:48px;justify-content:center;min-height:60vh;padding:80px 0 60px;transition:background .3s,color .3s}.hero-section.light{background:linear-gradient(90deg,#f8fafc 60%,#eaf1fb)}.hero-section.dark{background:#191a1b}.hero-content{display:flex;flex:1 1;flex-direction:column;height:100%;justify-content:center;margin:0 0 0 5vw;max-width:540px;text-align:left;z-index:2}.hero-section h1{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:48px;font-weight:700;letter-spacing:-1px;line-height:1.08;margin-bottom:20px;transition:color .3s}.hero-section.dark h1{color:#fff}.hero-subtitle{color:#3a4a6b;font-family:Inter,Arial,sans-serif;font-size:1.22rem;font-weight:400;line-height:1.5;margin-bottom:0;transition:color .3s}.hero-section.dark .hero-subtitle{color:#e2e8f0;opacity:.92}.hero-support{color:#4a5a7b;font-size:1.05rem;line-height:1.5;margin-bottom:32px}.hero-cta-wrapper{margin-top:24px;text-align:left}.hero-cta{background:#fff;border:1.2px solid #191a1b;border-radius:7px;box-shadow:none;color:#191a1b;cursor:pointer;display:inline-block;font-family:Inter,Arial,sans-serif;font-size:.97rem;font-weight:500;letter-spacing:.01em;min-height:28px;min-width:0;outline:none;padding:5px 18px;text-align:left;text-decoration:none;transition:background .2s,color .2s,border .2s;width:auto}.hero-cta:hover{background:#191a1b;border:1.2px solid #191a1b;color:#fff}.hero-section.dark .hero-cta{background:#191a1b;border:1.2px solid #fff;color:#fff}.hero-section.dark .hero-cta:hover{background:#fff;border:1.2px solid #fff;color:#191a1b}.hero-video{flex:1 1;height:100%;max-width:800px;min-width:320px;z-index:1}.hero-video,.hero-visual{align-items:center;display:flex;justify-content:center}.hero-visual{aspect-ratio:16/9;background:#fff;border-radius:18px;box-shadow:0 8px 32px #1a23411a;height:90vh;max-height:600px;min-height:420px;overflow:hidden;width:100%}.hero-section.dark .hero-visual{background:#232323;box-shadow:0 8px 32px #0003}.hero-video video{border-radius:18px;height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.hero-visual:hover .hero-video video{transform:scale(1.05)}@media (max-width:1100px){.hero-section{gap:24px;padding:48px 0 32px}.hero-content{margin:0 0 0 2vw}.hero-video{max-width:100vw}.hero-visual{height:60vh;max-height:420px;min-height:320px}}@media (max-width:900px){.hero-section{flex-direction:column;gap:32px;padding:80px 0 32px}.hero-content,.hero-video{height:auto;margin:0;max-width:100%}.hero-content{padding:0 18px}.hero-video{height:auto;max-width:100vw;min-width:0}.hero-visual{aspect-ratio:16/9;height:220px;max-height:340px;max-width:100vw;min-height:180px}.hero-video video{height:100%;object-fit:cover;width:100%}.hero-section h1{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-cta-wrapper{margin-top:24px;text-align:center}.hero-cta{display:inline-block;margin:0 auto;text-align:center}}@media (max-width:600px){.hero-section h1{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-stats{flex-wrap:wrap;gap:24px;justify-content:center}.hero-stat{flex:1 1;min-width:80px;text-align:center}.hero-stat-number{font-size:1.5rem}.hero-stat-label,.hero-stat-number{overflow-wrap:break-word;word-break:break-word}.hero-stat-label{font-size:.75rem}}@media (max-width:480px){.hero-stats{align-items:center;flex-direction:column;gap:16px}.hero-stat{max-width:200px;text-align:center;width:100%}.hero-stat-number{font-size:1.25rem}.hero-stat-label{font-size:.7rem}}@media (max-width:375px){.hero-stats{gap:12px}.hero-stat-number{font-size:1.1rem}.hero-stat-label{font-size:.65rem}}.servicios-hero-cta-wrapper{margin-top:24px;text-align:left}.servicios-hero-cta{background:#fff;border:1.2px solid #191a1b;border-radius:7px;box-shadow:none;color:#191a1b;cursor:pointer;display:inline-block;font-family:Inter,Arial,sans-serif;font-size:.97rem;font-weight:500;letter-spacing:.01em;min-height:28px;min-width:0;outline:none;padding:5px 18px;text-align:left;text-decoration:none;transition:background .2s,color .2s,border .2s;width:auto}.servicios-hero-cta:hover{background:#191a1b;border:1.2px solid #191a1b;color:#fff}.servicios-hero.dark .servicios-hero-cta{background:#191a1b;border:1.2px solid #fff;color:#fff}.servicios-hero.dark .servicios-hero-cta:hover{background:#fff;border:1.2px solid #fff;color:#191a1b}@media (max-width:900px){.servicios-hero-cta-wrapper{margin-top:24px;text-align:center}.servicios-hero-cta{display:inline-block;margin:0 auto;text-align:center}}@media (max-width:480px){.servicios-hero-cta{margin:0 auto;max-width:280px;width:100%}}.servicios-hero.dark .servicios-hero-title{color:#fff}.servicios-hero.dark .servicios-hero-subtitle{color:#e2e8f0;opacity:.92}.hero-section.dark .servicios-hero-title{color:#fff}.hero-section.dark .servicios-hero-subtitle{color:#e2e8f0;opacity:.92}.contact-page.dark .servicios-hero-title{color:#fff}.contact-page.dark .servicios-hero-subtitle{color:#e2e8f0;opacity:.92}.tech-banner{background:#fff;padding:80px 0;transition:background .3s}.tech-banner.dark{background:#18191a}.tech-banner-content{margin:0 auto;max-width:1400px;padding:0 24px}.tech-banner-header{margin-bottom:60px;text-align:center}.tech-banner-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;letter-spacing:-.5px;margin:0 0 20px}.tech-banner.dark .tech-banner-title{color:#fff}.tech-banner-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.125rem;line-height:1.6;margin:0 auto;max-width:600px}.tech-banner.dark .tech-banner-subtitle{color:#9ca3af}.tech-categories{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin-top:40px}.tech-category{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:32px;transition:all .3s ease}.tech-banner.dark .tech-category{background:#18191a;border-color:#374151}.category-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:1.25rem;font-weight:600;letter-spacing:-.25px;margin:0 0 24px}.tech-banner.dark .category-title{color:#fff}.category-technologies{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.tech-item{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;display:flex;gap:12px;padding:12px;transition:all .3s ease}.tech-banner.dark .tech-item{background:#18191a;border-color:#374151}.tech-item:hover{border-color:#192239;box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.tech-banner.dark .tech-item:hover{border-color:#4b5563;box-shadow:0 4px 12px #0000004d}.tech-logo{filter:grayscale(100%) brightness(.7);flex-shrink:0;font-size:1.75rem;transition:all .3s ease}.tech-item:hover .tech-logo{filter:grayscale(0) brightness(1);transform:scale(1.1)}.tech-info{display:flex;flex-direction:column;gap:2px;min-width:0}.tech-name{color:#192239;font-family:Inter,Arial,sans-serif;font-size:.875rem;font-weight:600;transition:color .3s ease}.tech-banner.dark .tech-name{color:#f3f4f6}.tech-description{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:.75rem;transition:color .3s ease}.tech-banner.dark .tech-description{color:#9ca3af}.tech-item:hover .tech-name{color:#192239}.tech-banner.dark .tech-item:hover .tech-name{color:#fff}@media (max-width:1200px){.tech-categories{gap:32px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}}@media (max-width:900px){.tech-banner{padding:60px 0}.tech-banner-title{font-size:2rem}.tech-banner-subtitle{font-size:1rem}.tech-categories{gap:24px;grid-template-columns:1fr}.tech-category{padding:24px}.category-technologies{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}}@media (max-width:600px){.tech-banner{padding:40px 0}.tech-banner-title{font-size:1.75rem}.tech-banner-subtitle{font-size:.9rem}.tech-category{padding:20px}.category-technologies{grid-template-columns:1fr}.tech-item{padding:10px}.tech-logo{font-size:1.5rem}.tech-name{font-size:.8rem}.tech-description{font-size:.7rem}}.services-section{background:#f8fafc;padding:120px 0;transition:background .3s}.services-section.dark{background:#18191a}.services-content{margin:0 auto;max-width:1400px;padding:0 24px}.services-header{margin-bottom:80px;text-align:center}.services-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:3rem;font-weight:700;letter-spacing:-1px;margin:0 0 24px}.services-section.dark .services-title{color:#fff}.services-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.25rem;font-weight:400;line-height:1.6;margin:0}.services-section.dark .services-subtitle{color:#9ca3af}.services-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(2,1fr);margin-bottom:60px}.service-card{animation:fadeInUp .6s ease-out both;background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;padding:32px;position:relative;transition:all .3s ease}.services-section.dark .service-card{background:#232323;border-color:#374151}.service-card:first-child{animation-delay:.1s}.service-card:nth-child(2){animation-delay:.2s}.service-card:nth-child(3){animation-delay:.3s}.service-card:nth-child(4){animation-delay:.4s}.service-card:nth-child(5){animation-delay:.5s}.service-card:hover{box-shadow:0 20px 40px #0000001a;transform:translateY(-8px)}.services-section.dark .service-card:hover{box-shadow:0 20px 40px #0000004d}.service-header{gap:16px;margin-bottom:20px}.service-header,.service-icon{align-items:center;display:flex}.service-icon{border-radius:12px;flex-shrink:0;height:56px;justify-content:center;overflow:hidden;position:relative;width:56px}.icon-ai{height:40px;position:relative;width:40px}.ai-brain{height:100%;position:relative;width:100%}.neural-node{animation:nodePulse 2s ease-in-out infinite;background:#fffffff2;border-radius:50%;position:absolute}.neural-node.node-1{animation-delay:0s;height:8px;left:8px;top:6px;width:8px}.neural-node.node-2{animation-delay:.3s;height:10px;left:15px;top:18px;width:10px}.neural-node.node-3{animation-delay:.6s;height:8px;left:10px;top:28px;width:8px}.neural-connection{background:#fff9;border-radius:1px;position:absolute}.neural-connection.conn-1{animation:connectionFlow 2s ease-in-out infinite;height:2px;left:12px;top:10px;transform:rotate(25deg);width:12px}.neural-connection.conn-2{animation:connectionFlow 2s ease-in-out .3s infinite;height:2px;left:10px;top:22px;transform:rotate(-20deg);width:10px}.neural-connection.conn-3{animation:connectionFlow 2s ease-in-out .6s infinite;height:2px;left:18px;top:20px;transform:rotate(45deg);width:8px}@keyframes connectionFlow{0%,to{opacity:.4}50%{opacity:.9}}.icon-erp{height:40px;position:relative;width:40px}.erp-module{background:#ffffffe6;border-radius:3px;position:absolute}.erp-module.module-1{height:8px;left:4px;top:4px;width:12px}.erp-module.module-2{height:6px;left:6px;top:16px;width:10px}.erp-module.module-3{height:5px;left:8px;top:26px;width:8px}.erp-connection{background:#ffffffb3;border-radius:1px;height:20px;position:absolute;right:8px;top:12px;width:2px}.icon-support{height:40px;position:relative;width:40px}.support-headset{border:2px solid #ffffffe6;border-radius:6px;height:12px;left:10px;position:absolute;top:8px;width:20px}.support-headset:before{background:#ffffffe6;border-radius:2px;content:"";height:8px;left:6px;position:absolute;top:2px;width:4px}.support-waves{right:4px;top:12px}.wave{background:#ffffffb3;border-radius:1px;height:2px;width:8px}.wave-1{animation:wavePulse 2s infinite;top:0}.wave-2{animation:wavePulse 2s .3s infinite;top:4px}.wave-3{animation:wavePulse 2s .6s infinite;top:8px}.icon-automation{height:40px;position:relative;width:40px}.automation-gears{height:30px;margin:5px;position:relative;width:30px}.gear{border:2px solid #ffffffe6;border-radius:50%;position:absolute}.gear-1{animation:gearRotate 3s linear infinite;height:12px;left:0;top:0;width:12px}.gear-2{animation:gearRotate 3s linear infinite reverse;height:8px;left:14px;top:8px;width:8px}.gear-3{animation:gearRotate 2s linear infinite;height:6px;left:4px;top:18px;width:6px}.automation-flow{background:#fff9;border-radius:2px;bottom:8px;height:3px;position:absolute;right:4px;width:20px}.icon-cloud-bi{height:40px;position:relative;width:40px}.cloud-base{background:#fffc;border-radius:8px;height:16px;left:8px;position:absolute;top:8px;width:24px}.cloud-parts{left:6px;position:absolute;top:6px}.cloud-part{background:#ffffffe6;border-radius:50%;position:absolute}.cloud-part.part-1{height:8px;left:0;top:2px;width:8px}.cloud-part.part-2{height:6px;left:8px;top:0;width:6px}.cloud-part.part-3{height:4px;left:14px;top:4px;width:4px}.bi-chart{align-items:end;bottom:6px;display:flex;gap:2px;height:12px;position:absolute;right:6px}.chart-bar{background:#fffc;border-radius:1px;width:2px}.chart-bar.bar-1{height:6px}.chart-bar.bar-2{height:10px}.chart-bar.bar-3{height:8px}.chart-bar.bar-4{height:12px}@keyframes wavePulse{0%,to{opacity:.3}50%{opacity:1}}@keyframes gearRotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.service-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:1.25rem;font-weight:600;line-height:1.3;margin:0}.services-section.dark .service-title{color:#fff}.service-description{color:#192239;font-family:Inter,Arial,sans-serif;font-size:.95rem;font-weight:400;line-height:1.6;margin:0 0 24px}.services-section.dark .service-description{color:#9ca3af}.service-features{margin-bottom:24px}.feature-item{gap:8px;margin-bottom:8px}.feature-check{color:#10b981;font-size:.9rem;font-weight:700}.feature-text{color:#1a2341!important;font-family:Inter,Arial,sans-serif;font-weight:500}.services-section.dark .feature-text{color:#d1d5db!important}.service-cta{margin-top:auto}.service-button{background:#0000;border:1px solid #e5e7eb;border-radius:6px;color:#192239;cursor:pointer;display:block;font-family:Inter,Arial,sans-serif;font-size:.9rem;font-weight:600;padding:10px 20px;text-align:center;text-decoration:none;transition:all .3s ease;width:100%}.services-section.dark .service-button{border-color:#374151;color:#d1d5db}.service-button:hover{background:#192239;color:#fff;transform:translateY(-1px)}.services-section.dark .service-button:hover{background:#374151;color:#fff}.services-footer{text-align:center}.view-all-services{background:#0000;border:2px solid #e5e7eb;border-radius:8px;color:#192239;cursor:pointer;font-family:Inter,Arial,sans-serif;font-size:1rem;font-weight:600;padding:16px 32px;transition:all .3s ease}.services-section.dark .view-all-services{border-color:#374151;color:#d1d5db}.view-all-services:hover{background:#192239;color:#fff;transform:translateY(-2px)}.services-section.dark .view-all-services:hover{background:#374151;color:#fff}.services-section.dark .service-cta-button{background:linear-gradient(135deg,#18191a,#232323);color:#fff}.services-section.dark .service-cta-button:hover{background:linear-gradient(135deg,#232323,#374151)}@media (max-width:1200px){.services-grid{gap:24px}.service-card{padding:28px}}@media (max-width:900px){.services-section{padding:80px 0}.services-title{font-size:2.5rem}.services-subtitle{font-size:1.1rem}.services-grid{gap:24px;grid-template-columns:1fr}.service-card{padding:24px}.service-header{gap:12px}.service-icon{height:48px;width:48px}}@media (max-width:600px){.services-section{padding:60px 0}.services-title{font-size:2rem}.services-subtitle{font-size:1rem}.services-header{margin-bottom:60px}.service-card{padding:20px}.service-header{align-items:flex-start;flex-direction:column;gap:12px}.service-icon{height:44px;width:44px}}.capabilities-section{background:#f8fafc;padding:120px 0;transition:background .3s}.capabilities-section.dark{background:#18191a}.capabilities-content{margin:0 auto;max-width:1400px;padding:0 24px}.capabilities-header{margin-bottom:80px;text-align:center}.capabilities-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:3rem;font-weight:700;letter-spacing:-1px;margin:0 0 24px}.capabilities-section.dark .capabilities-title{color:#fff}.capabilities-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.25rem;font-weight:400;line-height:1.6;margin:0}.capabilities-section.dark .capabilities-subtitle{color:#9ca3af}.capabilities-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(3,1fr);margin-top:60px}.capability-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;cursor:pointer;overflow:hidden;position:relative;transition:all .3s ease}.capabilities-section.dark .capability-card{background:#232323;border-color:#374151}.capability-card:hover{box-shadow:0 20px 40px #0000001a;transform:translateY(-8px)}.capabilities-section.dark .capability-card:hover{box-shadow:0 20px 40px #0000004d}.capability-image{height:120px;overflow:hidden}.abstract-graphic,.capability-image{align-items:center;display:flex;justify-content:center;position:relative;width:100%}.abstract-graphic{height:100%}.graphic-ai{height:60px;position:relative;width:60px}.graphic-ai .ai-node{animation:aiNodePulse 2s ease-in-out infinite;background:#fffffff2;border-radius:50%;position:absolute}.graphic-ai .ai-node.node-1{animation-delay:0s;height:12px;left:15px;top:10px;width:12px}.graphic-ai .ai-node.node-2{animation-delay:.3s;height:14px;left:23px;top:28px;width:14px}.graphic-ai .ai-node.node-3{animation-delay:.6s;height:10px;left:18px;top:42px;width:10px}.graphic-ai .ai-connection{animation:aiConnectionFlow 2s ease-in-out infinite;background:#ffffffb3;border-radius:1px;position:absolute}.graphic-ai .ai-connection.conn-1{animation-delay:0s;height:2px;left:21px;top:16px;transform:rotate(25deg);width:16px}.graphic-ai .ai-connection.conn-2{animation-delay:.3s;height:2px;left:18px;top:34px;transform:rotate(-20deg);width:12px}.graphic-ai .ai-connection.conn-3{animation-delay:.6s;height:2px;left:28px;top:32px;transform:rotate(45deg);width:14px}@keyframes aiNodePulse{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.15)}}@keyframes aiConnectionFlow{0%,to{opacity:.4}50%{opacity:.9}}.graphic-backend{height:60px;position:relative;width:60px}.graphic-backend .line{background:#ffffffe6;border-radius:2px;position:absolute}.graphic-backend .line-1{height:4px;left:15px;top:15px;width:30px}.graphic-backend .line-2{height:4px;left:18px;top:30px;width:24px}.graphic-backend .line-3{height:4px;left:21px;top:45px;width:18px}.graphic-backend .dot{background:#ffffffe6;border-radius:50%;height:6px;position:absolute;width:6px}.graphic-backend .dot-1{right:15px;top:22px}.graphic-backend .dot-2{right:22px;top:37px}.graphic-frontend{height:60px;position:relative;width:60px}.graphic-frontend .square{background:#ffffffe6;border-radius:3px;position:absolute}.graphic-frontend .square-1{height:18px;left:12px;top:12px;width:18px}.graphic-frontend .square-2{height:12px;left:30px;top:24px;width:12px}.graphic-frontend .square-3{height:15px;left:18px;top:36px;width:15px}.graphic-frontend .circle{background:#ffffffe6;border-radius:50%;height:8px;position:absolute;right:12px;top:42px;width:8px}.graphic-automation{height:60px;position:relative;width:60px}.graphic-automation .zigzag{height:45px;margin:7px;position:relative;width:45px}.graphic-automation .zig{background:#ffffffe6;border-radius:2px;height:3px;position:absolute;width:12px}.graphic-automation .zag-1{left:0;top:12px;transform:rotate(45deg)}.graphic-automation .zag-2{left:12px;top:22px;transform:rotate(-45deg)}.graphic-automation .zag-3{left:0;top:32px;transform:rotate(45deg)}.graphic-cloud{height:60px;position:relative;width:60px}.graphic-cloud .cloud-shape{height:30px;margin:15px 7px;position:relative;width:45px}.graphic-cloud .cloud-part{background:#ffffffe6;border-radius:50%;position:absolute}.graphic-cloud .part-1{height:18px;left:0;top:6px;width:18px}.graphic-cloud .part-2{height:15px;left:12px;top:3px;width:15px}.graphic-cloud .part-3{height:12px;left:24px;top:9px;width:12px}.graphic-data{align-items:end;display:flex;height:60px;justify-content:space-between;padding:8px;position:relative;width:60px}.graphic-data .bar{background:#ffffffe6;border-radius:2px;width:6px}.graphic-data .bar-1{height:18px}.graphic-data .bar-2{height:27px}.graphic-data .bar-3{height:21px}.graphic-data .bar-4{height:33px}.graphic-consulting{height:60px;position:relative;width:60px}.graphic-consulting .diagonal-line{background:#ffffffe6;border-radius:2px;position:absolute}.graphic-consulting .line-1{height:3px;left:15px;top:15px;transform:rotate(45deg);width:30px}.graphic-consulting .line-2{height:3px;left:18px;top:30px;transform:rotate(-45deg);width:24px}.graphic-consulting .line-3{height:3px;left:21px;top:45px;transform:rotate(45deg);width:18px}.capability-content{padding:24px}.capability-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:1.25rem;font-weight:600;line-height:1.3;margin:0 0 12px}.capabilities-section.dark .capability-title{color:#fff}.capability-description{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:.95rem;font-weight:400;line-height:1.5;margin:0}.capabilities-section.dark .capability-description{color:#9ca3af}.expanded-info{margin-top:0;max-height:0;opacity:0;overflow:hidden;transition:max-height .3s ease,opacity .3s ease,margin .3s ease}.capability-card:hover .expanded-info{margin-top:16px;max-height:200px;opacity:1}.tech-tags{display:flex;flex-wrap:wrap;gap:6px}.tech-tag{background:#f3f4f6;border-radius:4px;color:#374151;font-size:.75rem;padding:3px 10px;transition:all .2s ease}.capabilities-section.dark .tech-tag{background:#374151;color:#d1d5db}.tech-tag:hover{background:#e5e7eb;transform:translateY(-1px)}.capabilities-section.dark .tech-tag:hover{background:#4b5563}.capability-card{animation:fadeInUp .6s ease-out both}.capability-card:first-child{animation-delay:.1s}.capability-card:nth-child(2){animation-delay:.2s}.capability-card:nth-child(3){animation-delay:.3s}.capability-card:nth-child(4){animation-delay:.4s}.capability-card:nth-child(5){animation-delay:.5s}.capability-card:nth-child(6){animation-delay:.6s}@media (max-width:1200px){.capabilities-grid{gap:24px}.capability-content{padding:20px}}@media (max-width:900px){.capabilities-section{padding:80px 0}.capabilities-title{font-size:2.5rem}.capabilities-subtitle{font-size:1.1rem}.capabilities-grid{gap:20px;grid-template-columns:repeat(2,1fr)}.capability-content{padding:18px}.capability-image{height:100px}}@media (max-width:600px){.capabilities-section{padding:60px 0}.capabilities-title{font-size:2rem}.capabilities-subtitle{font-size:1rem}.capabilities-grid{gap:16px;grid-template-columns:1fr}.capability-content{padding:16px}.capabilities-header{margin-bottom:60px}}.ideal-client-section{background:#18191a;padding:80px 0;transition:background .3s}.ideal-client-section.dark{background:#18191a}.ideal-client-section.light{background:#f8fafc}.ideal-client-content{margin:0 auto;max-width:1400px;padding:0 24px}.ideal-client-header{margin-bottom:60px;text-align:center}.ideal-client-title{color:#fff;font-family:Poppins,Arial,sans-serif;font-size:3rem;font-weight:700;letter-spacing:-1px;margin:0 0 24px}.ideal-client-section.light .ideal-client-title{color:#1a2341}.ideal-client-subtitle{color:#9ca3af;font-family:Inter,Arial,sans-serif;font-size:1.25rem;font-weight:400;line-height:1.6;margin:0 0 16px}.ideal-client-section.light .ideal-client-subtitle{color:#6b7280}.ideal-client-description{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;margin:0 auto;max-width:700px}.ideal-client-section.dark .ideal-client-description{color:#9ca3af}.ideal-client-main{align-items:center;display:flex;flex-direction:column;gap:40px;margin-bottom:80px}.questions-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:20px;justify-content:center;max-width:1200px;width:100%}.question-container{flex:1 1;max-width:350px;min-width:300px}.question-card{background:linear-gradient(135deg,#232323,#1f1f1f);border:2px solid #374151;border-radius:24px;box-shadow:0 4px 12px #0000001a;cursor:pointer;display:flex;flex-direction:column;height:100%;justify-content:center;overflow:hidden;padding:40px 32px;position:relative;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1)}.ideal-client-section.light .question-card{background:linear-gradient(135deg,#fff,#f9fafb);border-color:#e5e7eb;box-shadow:0 4px 12px #0000000d}.question-card:before{background:linear-gradient(90deg,#192239,#1a2341,#192239);content:"";height:4px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.question-card:hover:before{opacity:1}.question-card:hover{border-color:#192239;box-shadow:0 24px 48px #00000040;transform:translateY(-8px)}.ideal-client-section.light .question-card:hover{border-color:#192239;box-shadow:0 24px 48px #0000001f}.question-card.active{background:linear-gradient(135deg,#2a2a2a,#252525);border-color:#192239;box-shadow:0 8px 24px #1922394d}.ideal-client-section.light .question-card.active{background:linear-gradient(135deg,#f0f0f0,#e8e8e8);border-color:#192239;box-shadow:0 8px 24px #19223926}.question-card-badge{background:linear-gradient(135deg,#192239,#1a2341);box-shadow:0 4px 12px #19223966;color:#fff;font-family:Poppins,Arial,sans-serif;font-size:.875rem;font-weight:700;height:32px;position:absolute;right:16px;top:16px;width:32px}.question-card-badge,.question-icon{align-items:center;border-radius:50%;display:flex;justify-content:center}.question-icon{background:linear-gradient(135deg,#1922391a,#1a23411a);border:2px solid #19223933;height:72px;margin:0 auto 24px;overflow:hidden;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1);width:72px}.ideal-client-section.light .question-icon{background:linear-gradient(135deg,#19223914,#1a234114);border-color:#19223926}.question-card:hover .question-icon{background:linear-gradient(135deg,#19223933,#1a234133);border-color:#19223966;transform:scale(1.15) rotate(5deg)}.ideal-client-section.light .question-card:hover .question-icon{background:linear-gradient(135deg,#19223926,#1a234126);border-color:#1922394d}.question-card.active .question-icon{background:linear-gradient(135deg,#19223940,#1a234140);border-color:#192239;transform:scale(1.1)}.professional-icon,.team-graphic{align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:100%}.person{align-items:center;display:flex;flex-direction:column;height:12px;position:absolute;width:8px}.person .head{background:#fff;border-radius:50%;height:6px;margin-bottom:2px;width:6px}.person .body{background:#fff;border-radius:2px;height:6px;width:4px}.person-1{left:20%;top:15%}.person-2{right:20%;top:15%}.person-3{bottom:15%;left:20%}.person-4{bottom:15%;right:20%}.connection-line{background:#ffffff4d;height:2px;left:20%;position:absolute;top:50%;transform:translateY(-50%);width:60%}.integration-graphic{height:100%;justify-content:center;position:relative;width:100%}.integration-graphic,.system{align-items:center;display:flex}.system{flex-direction:column;height:12px;position:absolute;width:16px}.system-box{border-radius:2px;height:8px;margin-bottom:2px;width:16px}.system-dots{display:flex;gap:2px}.dot{background:#fff}.system-1{left:15%}.system-2{right:15%}.connection-arrow{height:2px;left:30%;position:absolute;top:50%;transform:translateY(-50%);width:40%}.arrow-line{background:#fff;height:2px}.arrow-head{border-bottom:3px solid #0000;border-left:4px solid #fff;border-top:3px solid #0000}.growth-graphic{align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:100%}.growth-chart{height:60%;left:10%;position:absolute;top:20%;width:80%}.chart-line{align-items:flex-end;display:flex;height:100%}.line-segment{background:#fff;flex:1 1;height:2px;position:relative}.seg-1{height:20%}.seg-2{height:40%}.seg-3{height:60%}.chart-points{height:100%;position:absolute;width:100%}.point{background:#fff;border-radius:50%;height:3px;position:absolute;width:3px}.point-1{bottom:20%;left:0}.point-2{bottom:40%;left:33%}.point-3{bottom:60%;left:66%}.point-4{bottom:80%;left:100%}.growth-rocket{height:16px;position:absolute;right:10%;top:10%;width:12px}.rocket-body{background:#fff;border-radius:4px 4px 0 0;height:12px;position:relative;width:8px}.rocket-body:before{border-bottom:4px solid #fff;border-left:4px solid #0000;border-right:4px solid #0000;content:"";top:-2px}.rocket-body:before,.rocket-flame{height:0;left:50%;position:absolute;transform:translateX(-50%);width:0}.rocket-flame{border-left:3px solid #0000;border-right:3px solid #0000;border-top:6px solid #fff;bottom:-4px;opacity:.7}.team-graphic .person{animation:personFloat 3s ease-in-out infinite}.person-1{animation-delay:0s}.person-2{animation-delay:.5s}.person-3{animation-delay:1s}.person-4{animation-delay:1.5s}.integration-graphic .system{animation:systemPulse 2s ease-in-out infinite}.system-2{animation-delay:1s}.growth-graphic .growth-rocket{animation:rocketFloat 2s ease-in-out infinite}@keyframes personFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}@keyframes rocketFloat{0%,to{transform:translateY(0) rotate(-5deg)}50%{transform:translateY(-3px) rotate(5deg)}}.question-mark{font-size:2rem;font-weight:700}.question-mark,.question-text{color:#fff;font-family:Poppins,Arial,sans-serif}.question-text{font-size:1.15rem;font-weight:600;line-height:1.4;margin:0 0 16px;transition:color .3s ease}.ideal-client-section.light .question-text{color:#1a2341}.question-card:hover .question-text{color:#d1d5db}.ideal-client-section.light .question-card:hover .question-text{color:#192239}.question-hint{align-items:center;color:#9ca3af;display:flex;font-family:Inter,Arial,sans-serif;font-size:.875rem;font-weight:500;gap:6px;justify-content:center;margin-top:auto;transition:all .3s ease}.ideal-client-section.light .question-hint{color:#6b7280}.hint-icon{animation:hintBounce 2s ease-in-out infinite;font-size:1rem}@keyframes hintBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.question-card:hover .question-hint{color:#192239;transform:translateY(-2px)}.ideal-client-section.dark .question-card:hover .question-hint{color:#d1d5db}.answer-container{max-width:800px;opacity:0;transform:translateY(30px);transition:all .6s ease;width:100%}.answer-container.show{opacity:1;transform:translateY(0)}.answer-card{background:linear-gradient(135deg,#232323,#1f1f1f);border:2px solid #192239;border-radius:24px;box-shadow:0 12px 32px #19223933;overflow:hidden;padding:48px 40px;position:relative;text-align:center}.ideal-client-section.light .answer-card{background:linear-gradient(135deg,#fff,#f9fafb);border-color:#192239;box-shadow:0 12px 32px #19223926}.answer-card:before{background:linear-gradient(90deg,#192239,#1a2341,#192239);content:"";height:4px;left:0;position:absolute;right:0;top:0}.answer-header{flex-direction:column;margin-bottom:24px}.answer-header,.answer-icon{align-items:center;display:flex}.answer-icon{animation:checkmarkPulse 2s ease-out;background:linear-gradient(135deg,#192239,#1a2341);border-radius:50%;box-shadow:0 8px 24px #19223966;height:88px;justify-content:center;margin:0 auto 20px;position:relative;width:88px}.answer-icon:after{background:linear-gradient(135deg,#fff3,#0000);border-radius:50%;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.check-mark{font-size:2.5rem;font-weight:700}.answer-title,.check-mark{color:#fff;font-family:Poppins,Arial,sans-serif}.answer-title{font-size:1.75rem;font-weight:600;line-height:1.3;margin:0 0 16px}.ideal-client-section.light .answer-title{color:#1a2341}.answer-description{color:#9ca3af;font-family:Inter,Arial,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.6;margin:0 0 32px}.ideal-client-section.light .answer-description{color:#6b7280}.challenges-list{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr);margin-bottom:32px}.challenge-item{align-items:center;background:#19223914;border:1px solid #19223926;border-radius:16px;display:flex;gap:16px;padding:20px;transition:all .3s ease}.ideal-client-section.light .challenge-item{background:#1922390d;border-color:#1922391a}.challenge-item:hover{background:#19223926;border-color:#1922394d;box-shadow:0 8px 16px #19223933;transform:translateY(-4px)}.ideal-client-section.light .challenge-item:hover{background:#1922391a;border-color:#19223940;box-shadow:0 8px 16px #19223926}.challenge-icon-wrapper{align-items:center;background:linear-gradient(135deg,#19223933,#1a234133);border-radius:12px;display:flex;flex-shrink:0;height:48px;justify-content:center;transition:all .3s ease;width:48px}.challenge-item:hover .challenge-icon-wrapper{background:linear-gradient(135deg,#1922394d,#1a23414d);transform:scale(1.1)}.challenge-icon{font-size:1.5rem}.challenge-text{color:#d1d5db;font-family:Inter,Arial,sans-serif;font-size:.95rem;font-weight:500;line-height:1.4}.ideal-client-section.light .challenge-text{color:#374151}.answer-cta{align-items:center;display:flex;flex-direction:column;gap:16px;margin-top:32px}.answer-button{background:linear-gradient(135deg,#192239,#1a2341);border:none;border-radius:12px;box-shadow:0 8px 24px #19223966;color:#fff;cursor:pointer;display:inline-block;font-family:Inter,Arial,sans-serif;font-size:1rem;font-weight:600;overflow:hidden;padding:16px 40px;position:relative;text-decoration:none;transition:all .3s ease}.answer-button:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.answer-button:hover:before{left:100%}.answer-button:hover{background:linear-gradient(135deg,#1a2341,#2d3748);box-shadow:0 12px 32px #19223980;transform:translateY(-3px)}.next-question-button{background:#0000;border:1px solid #374151;border-radius:6px;color:#9ca3af;cursor:pointer;font-family:Inter,Arial,sans-serif;font-size:.9rem;font-weight:500;padding:12px 24px;transition:all .3s ease}.ideal-client-section.light .next-question-button{border-color:#e5e7eb;color:#6b7280}.next-question-button:hover{background:#ffffff0d;color:#fff;transform:translateY(-1px)}.ideal-client-section.light .next-question-button:hover{background:#0000000d;color:#1a2341}.ideal-client-stats{grid-gap:32px;border-top:1px solid #19223933;display:grid;gap:32px;grid-template-columns:repeat(3,1fr);margin-top:80px;padding-top:60px}.ideal-client-section.light .ideal-client-stats{border-top-color:#1922391a}.stat-item{background:linear-gradient(135deg,#1922390d,#1a23410d);border:1px solid #19223926;border-radius:20px;padding:32px 24px;transition:all .3s ease}.ideal-client-section.light .stat-item{background:linear-gradient(135deg,#19223908,#1a234108);border-color:#1922391a}.stat-item:hover{background:linear-gradient(135deg,#1922391a,#1a23411a);border-color:#1922394d;box-shadow:0 8px 24px #19223933;transform:translateY(-4px)}.ideal-client-section.light .stat-item:hover{background:linear-gradient(135deg,#19223914,#1a234114);border-color:#19223940;box-shadow:0 8px 24px #19223926}.stat-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#192239,#1a2341);-webkit-background-clip:text;background-clip:text;display:block;margin-bottom:12px}.ideal-client-section.dark .stat-number{-webkit-text-fill-color:#fff;background:none;color:#fff}.ideal-client-section.light .stat-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#192239,#1a2341);-webkit-background-clip:text;background-clip:text}.stat-label{color:#9ca3af;font-size:1rem;line-height:1.5}.ideal-client-section.light .stat-label{color:#6b7280}@keyframes checkmarkPulse{0%{opacity:0;transform:scale(.8)}50%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}@media (max-width:1200px){.ideal-client-stats{gap:32px}.questions-container{max-width:1000px}}@media (max-width:900px){.ideal-client-section{padding:60px 0}.ideal-client-title{font-size:2.5rem}.ideal-client-subtitle{font-size:1.1rem}.questions-container{flex-direction:column;max-width:600px}.question-container{max-width:none;min-width:auto}.answer-card,.question-card{padding:32px}.question-text{font-size:1.25rem}.answer-title{font-size:1.5rem}.challenges-list{gap:16px;grid-template-columns:1fr}.ideal-client-stats{gap:24px;grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.ideal-client-section{padding:40px 0}.ideal-client-title{font-size:2rem}.ideal-client-subtitle{font-size:1rem}.ideal-client-header{margin-bottom:40px}.answer-card,.question-card{padding:24px}.answer-icon,.question-icon{height:60px;width:60px}.check-mark,.question-mark{font-size:2rem}.question-text{font-size:1.1rem}.answer-title{font-size:1.25rem}.ideal-client-stats{gap:20px;grid-template-columns:1fr}.stat-number{font-size:2rem}}.cta-section{background:#f8fafc;padding:120px 0;transition:background .3s}.cta-section.dark{background:#18191a}.cta-content{margin:0 auto;max-width:1400px;padding:0 24px;text-align:center}.cta-header{margin-bottom:60px}.cta-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:3.5rem;font-weight:700;letter-spacing:-1px;line-height:1.1;margin:0 0 24px}.cta-section.dark .cta-title{color:#fff}.cta-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.25rem;font-weight:400;line-height:1.6;margin:0}.cta-section.dark .cta-subtitle{color:#9ca3af}.cta-stats{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(4,1fr);margin-bottom:60px}.stat-item{animation:fadeInUp .6s ease-out both;text-align:center}.stat-item:first-child{animation-delay:.1s}.stat-item:nth-child(2){animation-delay:.2s}.stat-item:nth-child(3){animation-delay:.3s}.stat-item:nth-child(4){animation-delay:.4s}.stat-number{color:#192239;font-family:Poppins,Arial,sans-serif;font-size:3rem;font-weight:700;line-height:1;margin-bottom:8px}.cta-section.light .stat-number{color:#1a2341}.cta-section.dark .stat-number{color:#fff}.stat-label{font-family:Inter,Arial,sans-serif;font-size:.95rem;font-weight:500;line-height:1.4}.cta-section.light .stat-label,.stat-label{color:#6b7280}.cta-section.dark .stat-label{color:#9ca3af}.cta-buttons{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-bottom:80px}.cta-button{border-radius:8px;font-weight:600;min-width:200px;padding:16px 32px}.cta-button.primary{background:#1a2341;box-shadow:0 4px 12px #1a23414d}.cta-button.primary:hover{background:#2d3748;box-shadow:0 8px 24px #1a234166;transform:translateY(-2px)}.cta-button.secondary{border:2px solid #1a2341;color:#1a2341}.cta-section.dark .cta-button.secondary{border-color:#fff;color:#fff}.cta-button.secondary:hover{background:#1a2341;color:#fff;transform:translateY(-2px)}.cta-section.dark .cta-button.secondary:hover{background:#fff;color:#1a2341}.cta-trust{margin-top:60px}.trust-badges{display:flex;flex-wrap:wrap;gap:40px;justify-content:center}.trust-badge{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffc;border:1px solid #fff3;border-radius:8px;display:flex;padding:12px 20px;transition:all .3s ease}.cta-section.dark .trust-badge{background:#232323cc;border-color:#ffffff1a}.trust-badge:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.badge-text{color:#374151;font-family:Inter,Arial,sans-serif;font-size:.9rem;font-weight:500}.cta-section.dark .badge-text{color:#d1d5db}@media (max-width:1200px){.cta-stats{gap:32px}.trust-badges{gap:24px}}@media (max-width:900px){.cta-section{padding:80px 0}.cta-title{font-size:2.5rem}.cta-subtitle{font-size:1.1rem}.cta-stats{gap:24px;grid-template-columns:repeat(2,1fr)}.stat-number{font-size:2.5rem}.cta-buttons{align-items:center;flex-direction:column}.cta-button{min-width:250px}.trust-badges{gap:16px}}@media (max-width:600px){.cta-section{padding:60px 0}.cta-title{font-size:2rem}.cta-subtitle{font-size:1rem}.cta-stats{gap:20px}.stat-number{font-size:2rem}.trust-badges{align-items:center;flex-direction:column;gap:12px}.trust-badge{justify-content:center;min-width:200px}}.final-cta-section{background:#18191a;padding:120px 0;transition:background .3s}.final-cta-section.dark{background:#18191a}.final-cta-section.light{background:#f8fafc}.final-cta-content{margin:0 auto;max-width:1400px;padding:0 24px}.final-cta-header{margin-bottom:80px;text-align:center}.final-cta-title{color:#fff;font-family:Poppins,Arial,sans-serif;font-size:3rem;font-weight:700;letter-spacing:-1px;margin:0 0 24px}.final-cta-section.light .final-cta-title{color:#1a2341}.final-cta-subtitle{color:#9ca3af;font-family:Inter,Arial,sans-serif;font-size:1.25rem;font-weight:400;line-height:1.6;margin:0}.final-cta-section.light .final-cta-subtitle{color:#6b7280}.final-cta-main{grid-gap:80px;display:grid;gap:80px;grid-template-columns:1fr 1fr;margin-bottom:80px}.cta-actions{display:flex;flex-direction:column;gap:40px}.primary-cta,.secondary-cta{background:#232323;border:2px solid #374151;border-radius:20px;padding:40px;transition:all .3s ease}.final-cta-section.light .primary-cta,.final-cta-section.light .secondary-cta{background:#fff;border-color:#e5e7eb}.primary-cta:hover,.secondary-cta:hover{box-shadow:0 20px 40px #0000004d;transform:translateY(-4px)}.final-cta-section.light .primary-cta:hover,.final-cta-section.light .secondary-cta:hover{box-shadow:0 20px 40px #0000001a}.cta-action-title{color:#fff;font-family:Poppins,Arial,sans-serif;font-size:1.5rem;font-weight:600;line-height:1.3;margin:0 0 16px}.final-cta-section.light .cta-action-title{color:#1a2341}.cta-action-description{color:#9ca3af;font-family:Inter,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;margin:0 0 24px}.final-cta-section.light .cta-action-description{color:#6b7280}.cta-primary-button{background:linear-gradient(135deg,#1a2341,#2d3748);border:none;border-radius:10px;box-shadow:0 6px 20px #1a234166;color:#fff;cursor:pointer;display:inline-block;font-family:Inter,Arial,sans-serif;font-size:1.1rem;font-weight:600;margin-bottom:24px;padding:18px 36px;text-decoration:none;transition:all .3s ease;width:100%}.cta-primary-button:hover{box-shadow:0 12px 30px #1a234180;transform:translateY(-2px)}.cta-secondary-button{background:#0000;border:2px solid #374151;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-family:Inter,Arial,sans-serif;font-size:1rem;font-weight:600;margin-bottom:24px;padding:16px 32px;text-decoration:none;transition:all .3s ease;width:100%}.final-cta-section.light .cta-secondary-button{border-color:#e5e7eb;color:#1a2341}.cta-secondary-button:hover{background:#374151;color:#fff;transform:translateY(-2px)}.final-cta-section.light .cta-secondary-button:hover{background:#1a2341;color:#fff}.final-cta-section.dark .cta-button{background:linear-gradient(135deg,#1a2341,#2d3748);color:#fff}.final-cta-section.dark .cta-button:hover{background:linear-gradient(135deg,#2d3748,#374151)}.cta-benefits{display:flex;flex-direction:column;gap:12px}.benefit-item{padding:8px 0}.benefit-icon{display:block;filter:grayscale(0);font-size:2rem;margin-bottom:12px;transition:all .3s ease}.benefit-item:hover .benefit-icon{transform:scale(1.1)}.target-graphic{align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:100%}.target-circle{border:2px solid #192239;position:absolute}.target-circle.outer{height:20px;width:20px}.target-circle.middle{height:14px;left:3px;top:3px;width:14px}.target-circle.inner{height:8px;left:6px;top:6px;width:8px}.target-center{height:4px;left:8px;top:8px;width:4px}.lightbulb-graphic{align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:100%}.bulb-body{background:#192239;border-radius:8px 8px 4px 4px;height:18px;position:relative;width:16px}.bulb-light{border-bottom:6px solid #192239;border-left:3px solid #0000;border-right:3px solid #0000;height:0;top:-2px;width:0}.bulb-base,.bulb-light{left:50%;position:absolute;transform:translateX(-50%)}.bulb-base{background:#192239;border-radius:2px;bottom:-2px;height:3px;width:8px}.chart-graphic{align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:100%}.chart-bars{align-items:flex-end;display:flex;gap:2px;height:16px}.bar{background:#192239;border-radius:1px;width:3px}.bar-1{height:8px}.bar-2{height:12px}.bar-3{height:6px}.bar-4{height:10px}.chart-line{background:#192239;bottom:2px;height:1px;left:0;position:absolute;width:100%}.contact-item{background:#ffffff0d;border-radius:8px;padding:12px 16px;transition:all .3s ease}.final-cta-section.light .contact-item{background:#00000008}.contact-item:hover{background:#ffffff1a;transform:translateX(4px)}.final-cta-section.light .contact-item:hover{background:#0000000f}.contact-icon{align-items:center;background:#ffffff1a;border-radius:8px;display:flex;font-size:1.5rem;height:40px;justify-content:center;margin-right:12px;transition:all .3s ease;width:40px}.final-cta-section.light .contact-icon{background:#1922391a}.contact-item:hover .contact-icon{background:#fff3;transform:scale(1.1)}.final-cta-section.light .contact-item:hover .contact-icon{background:#19223933}.phone-graphic{align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:100%}.phone-body{background:#192239;border-radius:3px;height:20px;position:relative;width:14px}.phone-screen{background:#ffffff4d;border-radius:1px;height:12px;left:2px;top:2px;width:10px}.phone-button{background:#192239;border-radius:1px;bottom:2px;height:2px;left:50%;transform:translateX(-50%);width:6px}.email-graphic{align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:100%}.envelope-body{background:#192239;border-radius:2px;height:12px;position:relative;width:16px}.envelope-flap{border-bottom:4px solid #192239;border-left:8px solid #0000;border-right:8px solid #0000;top:-2px}.envelope-seal{background:#ffffff4d;height:1px;left:2px;top:2px;width:12px}.chat-graphic{align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:100%}.chat-bubble{background:#192239;border-radius:6px 6px 2px 6px;height:12px;position:relative;width:16px}.chat-bubble:after{border-left:3px solid #192239;border-top:2px solid #0000;bottom:-2px;content:"";height:0;position:absolute;right:2px;width:0}.chat-dots{display:flex;gap:1px;left:3px;position:absolute;top:3px}.dot{background:#ffffffb3;height:2px;width:2px}.location-graphic{align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:100%}.location-pin{background:#192239;position:relative}.location-pin:before{border-top:4px solid #192239;bottom:-4px}.location-dot,.location-pin:before{left:50%;transform:translateX(-50%)}.location-dot{background:#fffc;top:2px}.clock-graphic{align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:100%}.clock-face{background:#192239;border-radius:50%;height:16px;position:relative;width:16px}.clock-face:before{top:2px}.clock-face:after,.clock-face:before{background:#fffc;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);width:1px}.clock-face:after{bottom:2px}.clock-hands{height:8px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:8px}.hour-hand{height:3px;transform:translate(-50%,-100%);transform-origin:bottom center}.hour-hand,.minute-hand{background:#ffffffe6;left:50%;position:absolute;top:50%;width:1px}.minute-hand{height:4px;transform:translate(-50%,-100%) rotate(45deg);transform-origin:bottom center}.benefit-text{color:#d1d5db}.final-cta-section.dark .benefit-text{color:#fff}.final-cta-section.light .benefit-text{color:#374151}.trust-icon{display:block;filter:grayscale(0);font-size:2.5rem;margin-bottom:16px;transition:all .3s ease}.trust-item:hover .trust-icon{transform:scale(1.1)}.expertise-graphic{height:100%;position:relative;width:100%}.expertise-brain,.expertise-graphic{align-items:center;display:flex;justify-content:center}.expertise-brain{height:24px;width:32px}.brain-lobe{background:#192239}.lobe-1{width:16px}.lobe-2{width:14px}.lobe-3{height:12px}.support-graphic{align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:100%}.support-headset{height:20px;width:32px}.headset-base{background:#192239;left:6px;top:6px;width:20px}.headset-ear{background:#192239;border-radius:4px;height:12px;width:8px}.headset-ear.left,.headset-ear.right{top:2px}.security-graphic{align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:100%}.security-shield{height:28px;width:24px}.shield-body{background:#192239;border-radius:12px 12px 6px 6px}.shield-body:before{border-bottom:4px solid #192239;border-left:12px solid #0000;border-right:12px solid #0000;content:"";height:0;left:50%;position:absolute;top:-2px;transform:translateX(-50%);width:0}.shield-check{border-bottom:2px solid #fff;border-left:2px solid #fff;height:6px;transform:translate(-50%,-60%) rotate(-45deg);width:8px}.guarantee-graphic{align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:100%}.guarantee-badge{height:28px;width:28px}.badge-circle{background:#192239}.badge-check{border-bottom:2px solid #fff;border-left:2px solid #fff;height:8px;transform:translate(-50%,-60%) rotate(-45deg);width:10px}.final-cta-section.light .contact-label{color:#6b7280}.contact-value{color:#fff;font-weight:600}.final-cta-section.light .contact-value{color:#1a2341}.trust-elements{display:flex;flex-direction:column;gap:40px}.trust-header{text-align:center}.trust-title{color:#fff;font-family:Poppins,Arial,sans-serif;font-size:1.75rem;font-weight:600;line-height:1.3;margin:0}.final-cta-section.light .trust-title{color:#1a2341}.trust-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(2,1fr)}.trust-item{background:#232323;border:2px solid #374151;border-radius:16px;padding:24px;text-align:center;transition:all .3s ease}.final-cta-section.light .trust-item{background:#fff;border-color:#e5e7eb}.trust-item:hover{box-shadow:0 15px 30px #0003;transform:translateY(-4px)}.final-cta-section.light .trust-item:hover{box-shadow:0 15px 30px #0000001a}.trust-icon{align-items:center;display:flex;height:60px;justify-content:center;margin:0 auto 16px;position:relative;width:60px}.trust-item-title{color:#fff;font-family:Poppins,Arial,sans-serif;font-size:1.1rem;font-weight:600;line-height:1.3;margin:0 0 8px}.final-cta-section.light .trust-item-title{color:#1a2341}.trust-item-description{color:#9ca3af;font-family:Inter,Arial,sans-serif;font-size:.9rem;font-weight:400;line-height:1.5;margin:0}.final-cta-section.light .trust-item-description{color:#6b7280}.expertise-graphic,.guarantee-graphic,.security-graphic,.support-graphic{align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:100%}.expertise-brain{height:30px;position:relative;width:40px}.brain-lobe{background:#fff;border-radius:50%;position:absolute}.lobe-1{height:16px;left:0;top:0;width:20px}.lobe-2{height:14px;right:0;top:2px;width:18px}.lobe-3{bottom:0;height:10px;left:50%;transform:translateX(-50%);width:12px}.support-headset{height:30px;position:relative;width:40px}.headset-base{border-radius:4px;height:8px;left:50%;transform:translate(-50%,-50%);width:24px}.headset-base,.headset-ear{background:#fff;position:absolute;top:50%}.headset-ear{border-radius:6px;height:16px;transform:translateY(-50%);width:12px}.headset-ear.left{left:0}.headset-ear.right{right:0}.security-shield{height:40px;position:relative;width:32px}.shield-body{background:#fff;border-radius:50% 50% 50% 50%/60% 60% 40% 40%;height:100%;position:relative;width:100%}.shield-check{left:50%;top:50%;transform:translate(-50%,-50%)}.shield-check,.shield-check:after{border-bottom:2px solid #0000;border-left:3px solid #192239;border-top:2px solid #0000;height:0;position:absolute;width:0}.shield-check:after{content:"";left:-3px;top:-4px;transform:rotate(45deg)}.guarantee-badge{height:40px;position:relative;width:40px}.badge-circle{background:#fff;border-radius:50%;height:100%;position:relative;width:100%}.badge-check{left:50%;top:50%;transform:translate(-50%,-50%)}.badge-check,.badge-check:after{border-bottom:2px solid #0000;border-left:3px solid #192239;border-top:2px solid #0000;height:0;position:absolute;width:0}.badge-check:after{content:"";left:-3px;top:-4px;transform:rotate(45deg)}.final-stats{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(4,1fr);margin-top:60px}.final-stat-item{animation:fadeInUp .6s ease-out both;text-align:center}.final-stat-item:first-child{animation-delay:.1s}.final-stat-item:nth-child(2){animation-delay:.2s}.final-stat-item:nth-child(3){animation-delay:.3s}.final-stat-item:nth-child(4){animation-delay:.4s}.final-stat-number{color:#fff;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;line-height:1;margin-bottom:8px}.final-cta-section.light .final-stat-number{color:#1a2341}.final-stat-label{color:#9ca3af;font-family:Inter,Arial,sans-serif;font-size:.9rem;font-weight:500;line-height:1.4}.final-cta-section.light .final-stat-label{color:#6b7280}@media (max-width:1200px){.final-stats{gap:32px}}@media (max-width:900px){.final-cta-section{padding:80px 0}.final-cta-title{font-size:2.5rem}.final-cta-subtitle{font-size:1.1rem}.final-cta-main{gap:60px;grid-template-columns:1fr}.trust-grid{gap:20px;grid-template-columns:1fr}.final-stats{gap:24px;grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.final-cta-section{padding:60px 0}.final-cta-title{font-size:2rem}.final-cta-subtitle{font-size:1rem}.final-cta-header{margin-bottom:60px}.primary-cta,.secondary-cta{padding:32px}.cta-action-title{font-size:1.25rem}.trust-item{padding:20px}.final-stats{gap:20px;grid-template-columns:1fr}.final-stat-number{font-size:2rem}}.final-cta-section.light .target-circle{border-color:#192239}.final-cta-section.light .bulb-body,.final-cta-section.light .target-center{background:#192239}.final-cta-section.light .bulb-light{background:#fbbf24;box-shadow:0 0 10px #fbbf24}.final-cta-section.light .bulb-base{background:#6b7280}.final-cta-section.light .bar,.final-cta-section.light .chart-line,.final-cta-section.light .phone-body{background:#192239}.final-cta-section.light .phone-screen{background:#e5e7eb;border-color:#192239}.final-cta-section.light .envelope-body,.final-cta-section.light .envelope-flap,.final-cta-section.light .phone-button{background:#192239}.final-cta-section.light .envelope-seal{background:#fbbf24}.final-cta-section.light .location-pin{background:#192239}.final-cta-section.light .location-pin:before{border-top-color:#192239}.final-cta-section.light .location-dot{background:#fbbf24}.final-cta-section.light .clock-face{background:#192239}.final-cta-section.light .clock-face:after,.final-cta-section.light .clock-face:before{background:#e5e7eb}.final-cta-section.light .brain-lobe,.final-cta-section.light .headset-base,.final-cta-section.light .headset-ear,.final-cta-section.light .hour-hand,.final-cta-section.light .minute-hand,.final-cta-section.light .shield-body,.final-cta-section.light .shield-body:before{background:#192239}.final-cta-section.light .shield-check{background:#10b981}.final-cta-section.light .badge-circle{background:#192239}.final-cta-section.light .badge-check{background:#10b981}@media (max-width:900px){.benefit-icon{font-size:1.75rem}.contact-icon{font-size:1.25rem;height:35px;width:35px}.trust-icon{font-size:2rem}}@media (max-width:600px){.benefit-icon{font-size:1.5rem}.contact-icon{font-size:1.1rem;height:30px;width:30px}.trust-icon{font-size:1.75rem}}.footer{padding:80px 0 40px;transition:background .3s}.footer,.footer.dark{background:#18191a}.footer.light{background:#f8fafc}.footer-content{margin:0 auto;max-width:1400px;padding:0 24px}.footer-main{grid-gap:60px;display:grid;gap:60px;grid-template-columns:2fr 1fr 1fr 1.5fr;margin-bottom:60px}.company-info{gap:24px}.company-info,.footer-logo{display:flex;flex-direction:column}.footer-logo{gap:12px}.company-name{color:#fff;font-family:Poppins,Arial,sans-serif;font-size:2rem;font-weight:700;letter-spacing:-1px;margin:0}.footer.light .company-name{color:#1a2341}.company-tagline{color:#9ca3af;font-family:Inter,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;margin:0}.footer.light .company-tagline{color:#6b7280}.social-links{display:flex;gap:16px}.social-link{align-items:center;background:#232323;border:2px solid #0000;border-radius:8px;display:flex;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;width:40px}.footer.light .social-link{background:#fff;border-color:#e5e7eb}.social-link:hover{border-color:#374151;transform:translateY(-2px)}.footer.light .social-link:hover{border-color:#192239}.social-icon{color:#fff;font-family:Inter,Arial,sans-serif;font-size:1rem;font-weight:600}.footer.light .social-icon{color:#1a2341}.social-icon.linkedin{color:#0077b5}.social-icon.twitter{color:#1da1f2}.social-icon.github{color:#333}.footer-section{display:flex;flex-direction:column;gap:20px}.footer-title{color:#fff;font-family:Poppins,Arial,sans-serif;font-size:1.1rem;font-weight:600;letter-spacing:.5px;margin:0;text-transform:uppercase}.footer.light .footer-title{color:#1a2341}.footer-links{display:flex;flex-direction:column;gap:12px;list-style:none;margin:0;padding:0}.footer-link{color:#9ca3af;font-family:Inter,Arial,sans-serif;font-size:.9rem;font-weight:400;line-height:1.4;text-decoration:none;transition:all .3s ease}.footer.light .footer-link{color:#6b7280}.footer-link:hover{color:#fff;transform:translateX(4px)}.footer.light .footer-link:hover{color:#1a2341}.contact-info{display:flex;flex-direction:column;gap:16px}.contact-item{align-items:center;display:flex;gap:12px}.contact-icon{flex-shrink:0;font-size:1.1rem}.contact-details{display:flex;flex-direction:column;gap:2px}.contact-label{color:#9ca3af;font-family:Inter,Arial,sans-serif;font-size:.8rem;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.footer.light .contact-label{color:#6b7280}.contact-value{color:#d1d5db;font-family:Inter,Arial,sans-serif;font-size:.9rem;font-weight:500;line-height:1.4}.footer.light .contact-value{color:#374151}.footer-bottom{grid-gap:40px;border-top:1px solid #374151;display:grid;gap:40px;grid-template-columns:1fr 1fr;padding-top:40px}.footer.light .footer-bottom{border-top-color:#e5e7eb}.footer-legal{display:flex;flex-direction:column;gap:20px}.legal-links{display:flex;flex-wrap:wrap;gap:24px}.legal-link{color:#9ca3af;font-family:Inter,Arial,sans-serif;font-size:.8rem;letter-spacing:.5px;text-transform:uppercase;transition:all .3s ease}.footer.light .legal-link{color:#6b7280}.legal-link:hover{color:#fff}.footer.light .legal-link:hover{color:#1a2341}.copyright{align-items:center;display:flex}.copyright p{color:#9ca3af;font-family:Inter,Arial,sans-serif;font-size:.8rem;font-weight:400;margin:0}.footer.light .copyright p{color:#6b7280}.footer-newsletter{display:flex;justify-content:flex-end}.newsletter-content{display:flex;flex-direction:column;gap:16px;max-width:300px}.newsletter-title{color:#fff;font-family:Poppins,Arial,sans-serif;font-size:1.1rem;font-weight:600;margin:0}.footer.light .newsletter-title{color:#1a2341}.newsletter-description{color:#9ca3af;font-family:Inter,Arial,sans-serif;font-size:.9rem;font-weight:400;line-height:1.5;margin:0}.footer.light .newsletter-description{color:#6b7280}.newsletter-form{display:flex;gap:8px}.newsletter-input{background:#232323;border:2px solid #374151;border-radius:8px;color:#fff;flex:1 1;font-family:Inter,Arial,sans-serif;font-size:.9rem;font-weight:400;padding:12px 16px;transition:all .3s ease}.footer.light .newsletter-input{background:#fff;border-color:#e5e7eb;color:#1a2341}.newsletter-input::placeholder{color:#9ca3af}.footer.light .newsletter-input::placeholder{color:#6b7280}.newsletter-input:focus{border-color:#192239;box-shadow:0 0 0 3px #1922391a;outline:none}.newsletter-button{background:linear-gradient(135deg,#192239,#374151);border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:Inter,Arial,sans-serif;font-size:.9rem;font-weight:600;padding:12px 20px;transition:all .3s ease;white-space:nowrap}.newsletter-button:hover{box-shadow:0 4px 12px #1922394d;transform:translateY(-1px)}.footer.dark .footer-cta{background:linear-gradient(135deg,#18191a,#232323)}@media (max-width:1200px){.footer-main{gap:40px}}@media (max-width:900px){.footer{padding:60px 0 30px}.footer-main{gap:40px;grid-template-columns:1fr 1fr}.company-info{grid-column:1/-1}.footer-bottom{gap:30px;grid-template-columns:1fr}.footer-newsletter{justify-content:flex-start}.newsletter-content{max-width:100%}.legal-links{gap:16px}}@media (max-width:600px){.footer{padding:40px 0 20px}.footer-main{gap:30px;grid-template-columns:1fr}.company-name{font-size:1.75rem}.social-links{gap:12px}.social-link{height:36px;width:36px}.footer-bottom{gap:20px}.legal-links,.newsletter-form{flex-direction:column;gap:12px}.newsletter-button{width:100%}}.contact-page{min-height:100vh;transition:background .3s,color .3s}.contact-page.light{background:linear-gradient(135deg,#f8fafc,#eaf1fb)}.contact-page.dark{background:#191a1b}.contact-hero{align-items:center;display:flex;gap:48px;justify-content:center;min-height:60vh;padding:80px 0 60px;transition:background .3s,color .3s}.contact-page.light .contact-hero{background:linear-gradient(90deg,#f8fafc 60%,#eaf1fb)}.contact-page.dark .contact-hero{background:#191a1b}.contact-hero-content{align-items:center;display:flex;flex:1 1;gap:48px;margin:0 auto;max-width:1400px;padding:0 24px}.contact-hero-text{display:flex;flex:1 1;flex-direction:column;height:100%;justify-content:center;max-width:540px;text-align:left;z-index:2}.contact-hero-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:48px;font-weight:700;letter-spacing:-1px;line-height:1.08;margin-bottom:20px;transition:color .3s}.contact-page.dark .contact-hero-title{color:#fff}.contact-hero-subtitle{color:#3a4a6b;font-family:Inter,Arial,sans-serif;font-size:1.22rem;font-weight:400;line-height:1.5;margin-bottom:32px;transition:color .3s}.contact-page.dark .contact-hero-subtitle{color:#e2e8f0;opacity:.92}.contact-hero-stats{display:flex;gap:40px;margin-top:32px}.contact-page.dark .hero-stat-number{color:#fff}.contact-page.dark .hero-stat-label{color:#9ca3af}.contact-hero-video{flex:1 1;height:100%;max-width:800px;min-width:320px;z-index:1}.contact-hero-video,.contact-hero-visual{align-items:center;display:flex;justify-content:center}.contact-hero-visual{aspect-ratio:16/9;background:#fff;border-radius:18px;box-shadow:0 8px 32px #1a23411a;height:90vh;max-height:600px;min-height:420px;overflow:hidden;width:100%}.contact-page.dark .contact-hero-visual{background:#232323;box-shadow:0 8px 32px #0000004d}.contact-hero-visual video{border-radius:18px;height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.contact-hero-visual:hover video{transform:scale(1.02)}.contact-main{padding:80px 0}.contact-content{grid-gap:80px;align-items:start;display:grid;gap:80px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1400px;padding:0 24px}.contact-form-section{background:#fff;border-radius:18px;box-shadow:0 8px 32px #1a23411a;padding:40px;transition:all .3s}.contact-page.dark .contact-form-section{background:#232323;box-shadow:0 8px 32px #0000004d}.contact-page.dark .form-title{color:#fff}.contact-page.dark .form-subtitle{color:#9ca3af}.contact-page.dark .hubspot-form-container .hs-form-field label{color:#e5e7eb}.contact-page.dark .hubspot-form-container .hs-form-field input,.contact-page.dark .hubspot-form-container .hs-form-field select,.contact-page.dark .hubspot-form-container .hs-form-field textarea{background:#374151;border-color:#4b5563;color:#fff}.contact-page.dark .hubspot-form-container .hs-form-field input:focus,.contact-page.dark .hubspot-form-container .hs-form-field select:focus,.contact-page.dark .hubspot-form-container .hs-form-field textarea:focus{border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa1a}.contact-info-section{background:#fff;border-radius:18px;box-shadow:0 8px 32px #1a23411a;padding:40px;transition:all .3s}.contact-page.dark .contact-info-section{background:#232323;box-shadow:0 8px 32px #0000004d}.contact-page.dark .info-title{color:#fff}.contact-page.dark .info-subtitle{color:#9ca3af}.contact-methods{margin-bottom:40px}.contact-page.dark .contact-method{background:#232323}.contact-page.dark .contact-method:hover{box-shadow:0 8px 25px #0000004d}.email-graphic,.location-graphic,.phone-graphic{height:24px;position:relative;width:24px}.phone-body{background:linear-gradient(135deg,#667eea,#764ba2);border:2px solid #fff3;border-radius:8px;box-shadow:0 4px 8px #667eea4d;height:24px;left:4px;position:absolute;top:0;width:16px}.phone-screen{background:linear-gradient(135deg,#1a2341,#2d3748);border-radius:2px;box-shadow:inset 0 1px 3px #0000004d;height:8px;left:6px;position:absolute;top:4px;width:12px}.phone-button{background:#fff;border-radius:50%;bottom:6px;box-shadow:0 1px 2px #0003;height:4px;left:10px;position:absolute;width:4px}.envelope-body{background:linear-gradient(135deg,#f093fb,#f5576c);border:2px solid #fff3;border-radius:4px;box-shadow:0 4px 8px #f093fb4d;height:14px;left:2px;position:absolute;top:5px;width:20px}.envelope-flap{border-bottom:12px solid #f093fb;border-left:12px solid #0000;border-right:12px solid #0000;filter:drop-shadow(0 2px 4px rgba(240,147,251,.3));height:0;left:0;position:absolute;top:0;width:0}.envelope-seal{background:linear-gradient(135deg,#1a2341,#2d3748);border-radius:2px;box-shadow:0 1px 2px #0003;height:3px;left:7px;position:absolute;top:9px;width:6px}.location-pin{background:linear-gradient(135deg,#4facfe,#00f2fe);border:2px solid #fff3;border-radius:6px 6px 0 0;box-shadow:0 4px 8px #4facfe4d;height:16px;left:6px;position:absolute;top:0;width:12px}.location-pin:before{border-left:6px solid #0000;border-right:6px solid #0000;border-top:8px solid #4facfe;bottom:-8px;content:"";filter:drop-shadow(0 2px 4px rgba(79,172,254,.3));height:0;left:0;position:absolute;width:0}.location-dot{background:#fff;border-radius:50%;box-shadow:0 1px 2px #0003;height:4px;left:10px;position:absolute;top:6px;width:4px}.contact-method:hover .envelope-body,.contact-method:hover .location-pin,.contact-method:hover .phone-body{transform:scale(1.05);transition:transform .3s ease}.contact-page.dark .method-title{color:#fff}.contact-page.dark .method-value{color:#e5e7eb}.contact-page.dark .method-value a:hover{color:#60a5fa}.contact-page.dark .method-description{color:#9ca3af}.contact-benefits{background:linear-gradient(135deg,#f8fafc,#eaf1fb);border-radius:12px;padding:24px;transition:all .3s}.contact-page.dark .contact-benefits{background:#232323}.contact-page.dark .benefits-title{color:#fff}.contact-page.dark .benefit-text{color:#e5e7eb}@media (max-width:1100px){.contact-hero{gap:24px;padding:48px 0 32px}.contact-hero-content{gap:24px}.contact-hero-text{margin:0 0 0 2vw}.contact-hero-video{max-width:100vw}.contact-hero-visual{height:60vh;max-height:420px;min-height:320px}}@media (max-width:1200px){.contact-content{gap:60px}}@media (max-width:900px){.contact-hero{padding:80px 0 32px}.contact-hero,.contact-hero-content{flex-direction:column;gap:32px}.contact-hero-text,.contact-hero-video{height:auto;margin:0;max-width:100%}.contact-hero-text,.servicios-hero-text{padding:0 18px}.contact-hero-video{height:auto;max-width:100vw;min-width:0;order:-1}.contact-hero-visual{aspect-ratio:16/9;height:220px;max-height:340px;max-width:100vw;min-height:180px}.contact-hero-visual video{height:100%;object-fit:cover;width:100%}.contact-hero-title{font-size:2.5rem}.contact-hero-subtitle{font-size:1.1rem}.contact-hero-stats{gap:40px}.hero-stat-number{font-size:2rem}.contact-main{padding:60px 0}.contact-content{gap:40px;grid-template-columns:1fr}.contact-form-section{order:1}}@media (max-width:600px){.contact-hero-title{font-size:2rem}.contact-hero-subtitle{font-size:1rem}.contact-hero-stats{flex-wrap:wrap;gap:24px;justify-content:center}.hero-stat{flex:1 1;min-width:80px;text-align:center}.hero-stat-number{font-size:1.5rem}.hero-stat-label,.hero-stat-number{overflow-wrap:break-word;word-break:break-word}.hero-stat-label{font-size:.75rem}.contact-main{padding:40px 0}.contact-content{padding:0 16px}.contact-form-section{padding:24px}.form-title,.info-title{font-size:24px}.contact-method{padding:16px}.method-icon{height:40px;width:40px}.email-graphic,.location-graphic,.phone-graphic{height:20px;width:20px}.hubspot-form-container .hs-button{display:block;margin:0 auto;text-align:center}.hubspot-form-container .hs-form{text-align:center}}@media (max-width:480px){.contact-hero-stats{align-items:center;flex-direction:column;gap:16px}.hero-stat{max-width:200px;text-align:center;width:100%}.hero-stat-number{font-size:1.25rem}.hero-stat-label{font-size:.7rem}.hubspot-form-container .hs-button{margin:0 auto;max-width:280px;width:100%}}@media (max-width:375px){.contact-hero-stats{gap:12px}.hero-stat-number{font-size:1.1rem}.hero-stat-label{font-size:.65rem}}.contact-page.dark .hubspot-form-container,.contact-page.dark .hubspot-form-container *,.contact-page.dark .hubspot-form-container .hs-form-field .hs-label,.contact-page.dark .hubspot-form-container .hs-form-field label,.contact-page.dark .hubspot-form-container .hs-form-field legend,.contact-page.dark .hubspot-form-container div,.contact-page.dark .hubspot-form-container h1,.contact-page.dark .hubspot-form-container h2,.contact-page.dark .hubspot-form-container h3,.contact-page.dark .hubspot-form-container h4,.contact-page.dark .hubspot-form-container h5,.contact-page.dark .hubspot-form-container h6,.contact-page.dark .hubspot-form-container iframe,.contact-page.dark .hubspot-form-container iframe *,.contact-page.dark .hubspot-form-container label,.contact-page.dark .hubspot-form-container legend,.contact-page.dark .hubspot-form-container p,.contact-page.dark .hubspot-form-container span,.contact-page.dark [class*=hs-],.contact-page.dark [class*=hubspot]{color:#fff!important}.contact-page.dark .hubspot-form-container input,.contact-page.dark .hubspot-form-container select,.contact-page.dark .hubspot-form-container textarea{background:#374151!important;border-color:#4b5563!important;color:#fff!important}.contact-page.dark .hubspot-form-container .hs-button{background:linear-gradient(135deg,#18191a,#232323)!important;border:none!important;border-radius:10px!important;color:#fff!important;cursor:pointer!important;font-weight:600!important;padding:16px 32px!important}.contact-page.dark .hubspot-form-container .hs-button:hover{box-shadow:0 8px 25px #0000004d!important;transform:translateY(-2px)!important}.contact-page.dark .hubspot-form-container .hs-form-field .hs-error-msgs label,.contact-page.dark .hubspot-form-container .hs-form-field .hs-form-required,.contact-page.dark .hubspot-form-container .hs-form-field .hs-label,.contact-page.dark .hubspot-form-container .hs-form-field label,.contact-page.dark .hubspot-form-container .hs-form-field legend{color:#fff!important;font-weight:500!important}.contact-page.dark .hubspot-form-container .hs-form-field *,.contact-page.dark .hubspot-form-container .hs-form-field--captcha *,.contact-page.dark .hubspot-form-container .hs-form-field--captcha label,.contact-page.dark .hubspot-form-container .hs-form-field--captcha span,.contact-page.dark .hubspot-form-container .hs-form-field--error *,.contact-page.dark .hubspot-form-container .hs-form-field--required *,.contact-page.dark .hubspot-form-container .hs-form-field__div,.contact-page.dark .hubspot-form-container .hs-form-field__label,.contact-page.dark .hubspot-form-container .hs-form-field__legend,.contact-page.dark .hubspot-form-container .hs-form-field__span,.contact-page.dark .hubspot-form-container :not(input):not(textarea):not(select):not(button),.contact-page.dark .hubspot-form-container [class*=div],.contact-page.dark .hubspot-form-container [class*=label],.contact-page.dark .hubspot-form-container [class*=legend],.contact-page.dark .hubspot-form-container [class*=span]{color:#fff!important}.servicios-page{background:#f8fafc;min-height:100vh;transition:background .3s}.servicios-page.dark{background:#18191a}.servicios-page.light{background:#f8fafc}.servicios-hero{align-items:center;display:flex;gap:48px;justify-content:center;min-height:60vh;padding:80px 0 60px;transition:background .3s,color .3s}.servicios-page.light .servicios-hero{background:linear-gradient(90deg,#f8fafc 60%,#eaf1fb)}.servicios-page.dark .servicios-hero{background:#191a1b}.servicios-hero-content{align-items:center;display:flex;gap:48px;justify-content:center;margin:0 auto;max-width:1400px;padding:0 24px;width:100%}.servicios-hero-text{display:flex;flex:1 1;flex-direction:column;height:100%;justify-content:center;max-width:540px;text-align:left;z-index:2}.servicios-hero-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:48px;font-weight:700;letter-spacing:-1px;line-height:1.08;margin:0 0 20px;transition:color .3s}.servicios-page.dark .servicios-hero-title{color:#fff}.servicios-hero-subtitle{color:#3a4a6b;font-family:Inter,Arial,sans-serif;font-size:1.22rem;font-weight:400;line-height:1.5;margin:0 0 32px;transition:color .3s}.servicios-page.dark .servicios-hero-subtitle{color:#fff;opacity:.92}.servicios-hero-stats{display:flex;gap:40px;margin-top:32px}.servicios-page.dark .hero-stat-number{color:#fff}.servicios-page.dark .hero-stat-label{color:#9ca3af}.servicios-hero-video{flex:1 1;max-width:800px;min-width:320px;z-index:1}.servicios-hero-video,.servicios-hero-visual{align-items:center;display:flex;justify-content:center}.servicios-hero-visual{aspect-ratio:16/9;background:#fff;border-radius:18px;box-shadow:0 8px 32px #1a23411a;height:90vh;max-height:600px;min-height:420px;overflow:hidden;width:100%}.servicios-page.dark .servicios-hero-visual{background:#232323;box-shadow:0 8px 32px #0003}.servicios-hero-video{border-radius:18px;height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.servicios-hero-visual:hover .servicios-hero-video{transform:scale(1.05)}.servicios-grid-section{padding:80px 0}.servicios-grid-content{margin:0 auto;max-width:1400px;padding:0 24px}.servicios-grid-header{margin-bottom:60px;text-align:center}.servicios-grid-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;line-height:1.2;margin:0 0 20px}.servicios-page.dark .servicios-grid-title{color:#fff}.servicios-grid-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.6;margin:0 auto;max-width:600px}.servicios-page.dark .servicios-grid-subtitle{color:#9ca3af}.servicios-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:40px}@media (min-width:1200px){.servicios-grid{grid-template-columns:repeat(3,1fr)}.servicio-card.destacado{grid-column:span 1}}.servicio-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;box-shadow:0 4px 20px #00000014;display:flex;flex-direction:column;justify-content:space-between;padding:32px;transition:all .3s ease}.servicio-card.destacado{background:linear-gradient(135deg,#fff,#f8fafc);border:2px solid #192239;box-shadow:0 8px 32px #19223926}.servicios-page.dark .servicio-card.destacado{background:linear-gradient(135deg,#232323,#2a2a2a);border-color:#192239;box-shadow:0 8px 32px #1922394d}.servicios-page.dark .servicio-card{background:#232323;border-color:#374151;box-shadow:0 4px 20px #0003}.servicio-card:hover{box-shadow:0 8px 32px #0000001f;transform:translateY(-4px)}.servicios-page.dark .servicio-card:hover{box-shadow:0 8px 32px #0000004d}.servicio-icon{display:block;font-size:3rem;margin-bottom:20px}.servicio-title{color:#1a2341;line-height:1.3}.servicios-page.dark .servicio-title{color:#fff}.servicio-description{flex-grow:1;font-weight:400}.servicios-page.dark .servicio-description{color:#9ca3af}.servicio-beneficios,.servicio-caracteristicas,.servicio-casos{margin-bottom:24px}.beneficios-title,.caracteristicas-title,.casos-title{color:#374151!important;font-family:Inter,Arial,sans-serif!important;font-size:.75rem!important;font-weight:600!important;letter-spacing:.5px!important;margin:0 0 12px!important;text-transform:uppercase!important}.servicios-page.dark .beneficios-title,.servicios-page.dark .caracteristicas-title,.servicios-page.dark .casos-title{color:#d1d5db}.servicios-page.dark .beneficio-item,.servicios-page.dark .caracteristica-item,.servicios-page.dark .caso-item{color:#9ca3af}.servicios-page.dark .beneficio-item:before,.servicios-page.dark .caracteristica-item:before,.servicios-page.dark .caso-item:before{color:#fff}.servicio-cta-button{background:linear-gradient(135deg,#192239,#2d3748);border-radius:8px;color:#fff;display:inline-block;font-family:Inter,Arial,sans-serif;font-size:.9rem;font-weight:500;margin-top:auto;padding:12px 24px;text-align:center;text-decoration:none;transition:all .3s ease;width:100%}.servicio-card.destacado .servicio-cta-button{background:linear-gradient(135deg,#192239,#2d3748);box-shadow:0 4px 12px #19223933}.servicios-page.dark .servicio-cta-button{background:linear-gradient(135deg,#232323,#374151)}.servicio-cta-button:hover{background:linear-gradient(135deg,#2d3748,#192239);box-shadow:0 6px 16px #19223966;transform:translateY(-2px)}.servicios-page.dark .servicio-cta-button:hover{box-shadow:0 4px 12px #0000004d}.servicios-cta-section{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:80px 0;text-align:center}.servicios-page.dark .servicios-cta-section{background:linear-gradient(135deg,#18191a,#232323)}.servicios-cta-content{margin:0 auto;max-width:800px;padding:0 24px}.servicios-cta-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;line-height:1.2;margin:0 0 24px}.servicios-page.dark .servicios-cta-title{color:#fff}.servicios-cta-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.6;margin:0 0 40px}.servicios-page.dark .servicios-cta-subtitle{color:#9ca3af}.servicios-cta-buttons{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.servicios-page.dark .cta-button.primary{background:linear-gradient(135deg,#232323,#374151)}.servicios-page.dark .cta-button.secondary{border-color:#fff;color:#fff}@media (max-width:1100px){.servicios-hero{gap:24px;padding:48px 0 32px}.servicios-hero-content{gap:24px}.servicios-hero-text{margin:0 0 0 2vw}.servicios-hero-video{max-width:100vw}.servicios-hero-visual{height:60vh;max-height:420px;min-height:320px}}@media (max-width:900px){.servicios-hero{padding:80px 0 32px}.servicios-hero,.servicios-hero-content{flex-direction:column;gap:32px}.servicios-hero-text,.servicios-hero-video{height:auto;margin:0;max-width:100%}.servicios-hero-text{padding:0 18px}.servicios-hero-video{height:auto;max-width:100vw;min-width:0}.servicios-hero-visual{aspect-ratio:16/9;height:220px;max-height:340px;max-width:100vw;min-height:180px}.servicios-hero-video{height:100%;object-fit:cover;width:100%}.servicios-hero-title{font-size:2.5rem}.servicios-hero-subtitle{font-size:1.1rem}.servicios-hero-stats{gap:40px}.hero-stat-number{font-size:2rem}.servicios-grid{gap:24px;grid-template-columns:1fr}.servicios-cta-title{font-size:2rem}.servicios-cta-buttons{align-items:center;flex-direction:column}.cta-button{max-width:300px;width:100%}}@media (max-width:600px){.servicios-hero-title{font-size:2rem}.servicios-hero-subtitle{font-size:1rem}.servicios-hero-stats{flex-wrap:wrap;gap:24px;justify-content:center}.hero-stat{flex:1 1;min-width:80px;text-align:center}.hero-stat-number{font-size:1.5rem}.hero-stat-label,.hero-stat-number{overflow-wrap:break-word;word-break:break-word}.hero-stat-label{font-size:.75rem}.servicios-grid-title{font-size:2rem}.servicios-grid-subtitle{font-size:1rem}.servicio-card{padding:24px}.servicio-title{font-size:1.25rem}.servicios-cta-title{font-size:1.75rem}.servicios-cta-subtitle{font-size:1rem}}@media (max-width:480px){.servicios-hero-stats{align-items:center;flex-direction:column;gap:16px}.hero-stat{max-width:200px;text-align:center;width:100%}.hero-stat-number{font-size:1.25rem}.hero-stat-label{font-size:.7rem}}@media (max-width:375px){.servicios-hero-stats{gap:12px}.hero-stat-number{font-size:1.1rem}.hero-stat-label{font-size:.65rem}}.capacidades-page{background:#f8fafc;min-height:100vh;transition:background .3s}.capacidades-page.dark{background:#18191a}.capacidades-page.light{background:#f8fafc}.capacidades-hero{align-items:center;display:flex;gap:48px;justify-content:center;min-height:60vh;padding:80px 0 60px;transition:background .3s,color .3s}.capacidades-page.light .capacidades-hero{background:linear-gradient(90deg,#f8fafc 60%,#eaf1fb)}.capacidades-page.dark .capacidades-hero{background:#191a1b}.capacidades-hero-content{align-items:center;display:flex;gap:48px;justify-content:center;margin:0 auto;max-width:1400px;padding:0 24px;width:100%}.capacidades-hero-text{display:flex;flex:1 1;flex-direction:column;height:100%;justify-content:center;max-width:540px;text-align:left;z-index:2}.capacidades-hero-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:48px;font-weight:700;letter-spacing:-1px;line-height:1.08;margin:0 0 20px;transition:color .3s}.capacidades-page.dark .capacidades-hero-title{color:#fff}.capacidades-hero-subtitle{color:#3a4a6b;font-family:Inter,Arial,sans-serif;font-size:1.22rem;font-weight:400;line-height:1.5;margin:0 0 32px;transition:color .3s}.capacidades-page.dark .capacidades-hero-subtitle{color:#fff;opacity:.92}.capacidades-hero-stats{display:flex;gap:40px;margin-top:32px}.capacidades-page.dark .hero-stat-number{color:#fff}.capacidades-page.dark .hero-stat-label{color:#9ca3af}.capacidades-hero-video{flex:1 1;max-width:800px;min-width:320px;z-index:1}.capacidades-hero-video,.capacidades-hero-visual{align-items:center;display:flex;justify-content:center}.capacidades-hero-visual{aspect-ratio:16/9;background:#fff;border-radius:18px;box-shadow:0 8px 32px #1a23411a;height:90vh;max-height:600px;min-height:420px;overflow:hidden;width:100%}.capacidades-page.dark .capacidades-hero-visual{background:#232323;box-shadow:0 8px 32px #0003}.capacidades-hero-video{border-radius:18px;height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.capacidades-hero-visual:hover .capacidades-hero-video{transform:scale(1.05)}.capacidades-grid-section{padding:80px 0}.capacidades-grid-content{margin:0 auto;max-width:1400px;padding:0 24px}.capacidades-grid-header{margin-bottom:60px;text-align:center}.capacidades-grid-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;line-height:1.2;margin:0 0 20px}.capacidades-page.dark .capacidades-grid-title{color:#fff}.capacidades-grid-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.6;margin:0 auto;max-width:600px}.capacidades-page.dark .capacidades-grid-subtitle{color:#9ca3af}.capacidades-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));margin-top:40px}.capacidad-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;box-shadow:0 4px 20px #00000014;display:flex;flex-direction:column;padding:32px;transition:all .3s ease}.capacidades-page.dark .capacidad-card{background:#232323;border-color:#374151;box-shadow:0 4px 20px #0003}.capacidad-card:hover{box-shadow:0 8px 32px #0000001f;transform:translateY(-4px)}.capacidades-page.dark .capacidad-card:hover{box-shadow:0 8px 32px #0000004d}.capacidad-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:1.5rem;font-weight:600;line-height:1.3;margin:0 0 16px}.capacidades-page.dark .capacidad-title{color:#fff}.capacidad-description{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;margin:0 0 24px}.capacidades-page.dark .capacidad-description{color:#9ca3af}.capacidad-beneficios,.capacidad-caracteristicas,.capacidad-casos{margin-bottom:24px}.beneficios-title,.caracteristicas-title,.casos-title{color:#374151;font-family:Inter,Arial,sans-serif;font-size:.9rem;font-weight:600;letter-spacing:.5px;margin:0 0 12px;text-transform:uppercase}.capacidades-page.dark .beneficios-title,.capacidades-page.dark .caracteristicas-title,.capacidades-page.dark .casos-title{color:#d1d5db}.beneficios-list,.caracteristicas-list,.casos-list{list-style:none;margin:0;padding:0}.beneficio-item,.caracteristica-item,.caso-item{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:.9rem;font-weight:400;line-height:1.5;margin:0 0 8px;padding-left:16px;position:relative}.capacidades-page.dark .beneficio-item,.capacidades-page.dark .caracteristica-item,.capacidades-page.dark .caso-item{color:#9ca3af}.beneficio-item:before,.caracteristica-item:before,.caso-item:before{color:#192239;content:"•";font-weight:700;left:0;position:absolute}.capacidades-page.dark .beneficio-item:before,.capacidades-page.dark .caracteristica-item:before,.capacidades-page.dark .caso-item:before{color:#fff}.capacidad-cta-button{background:linear-gradient(135deg,#18191a,#232323);border-radius:8px;color:#fff;display:inline-block;font-family:Inter,Arial,sans-serif;font-size:.9rem;font-weight:500;margin-top:20px;padding:12px 24px;text-decoration:none;transition:all .3s ease}.capacidades-page.dark .capacidad-cta-button{background:linear-gradient(135deg,#232323,#374151)}.capacidad-cta-button:hover{box-shadow:0 4px 12px #1922394d;transform:translateY(-2px)}.capacidades-page.dark .capacidad-cta-button:hover{box-shadow:0 4px 12px #0000004d}.capacidades-cta-section{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:80px 0;text-align:center}.capacidades-page.dark .capacidades-cta-section{background:linear-gradient(135deg,#18191a,#232323)}.capacidades-cta-content{margin:0 auto;max-width:800px;padding:0 24px}.capacidades-cta-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;line-height:1.2;margin:0 0 24px}.capacidades-page.dark .capacidades-cta-title{color:#fff}.capacidades-cta-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.6;margin:0 0 40px}.capacidades-page.dark .capacidades-cta-subtitle{color:#9ca3af}.capacidades-cta-buttons{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.capacidades-page.dark .cta-button.primary{background:linear-gradient(135deg,#232323,#374151)}.capacidades-page.dark .cta-button.secondary{border-color:#fff;color:#fff}@media (max-width:1100px){.capacidades-hero{gap:24px;padding:48px 0 32px}.capacidades-hero-content{gap:24px}.capacidades-hero-text{margin:0 0 0 2vw}.capacidades-hero-video{max-width:100vw}.capacidades-hero-visual{height:60vh;max-height:420px;min-height:320px}}@media (max-width:900px){.capacidades-hero{padding:80px 0 32px}.capacidades-hero,.capacidades-hero-content{flex-direction:column;gap:32px}.capacidades-hero-text,.capacidades-hero-video{height:auto;margin:0;max-width:100%}.capacidades-hero-text{padding:0 18px}.capacidades-hero-video{height:auto;max-width:100vw;min-width:0}.capacidades-hero-visual{aspect-ratio:16/9;height:220px;max-height:340px;max-width:100vw;min-height:180px}.capacidades-hero-video{height:100%;object-fit:cover;width:100%}.capacidades-hero-title{font-size:2.5rem}.capacidades-hero-subtitle{font-size:1.1rem}.capacidades-hero-stats{gap:40px}.hero-stat-number{font-size:2rem}.capacidades-grid{gap:24px;grid-template-columns:1fr}.capacidades-cta-title{font-size:2rem}.capacidades-cta-buttons{align-items:center;flex-direction:column}.cta-button{max-width:300px;width:100%}}@media (max-width:600px){.capacidades-hero-title{font-size:2rem}.capacidades-hero-subtitle{font-size:1rem}.capacidades-hero-stats{flex-wrap:wrap;gap:24px;justify-content:center}.hero-stat{flex:1 1;min-width:80px;text-align:center}.hero-stat-number{font-size:1.5rem}.hero-stat-label,.hero-stat-number{overflow-wrap:break-word;word-break:break-word}.hero-stat-label{font-size:.75rem}.capacidades-grid-title{font-size:2rem}.capacidades-grid-subtitle{font-size:1rem}.capacidad-card{padding:24px}.capacidad-title{font-size:1.25rem}.capacidades-cta-title{font-size:1.75rem}.capacidades-cta-subtitle{font-size:1rem}}@media (max-width:480px){.capacidades-hero-stats{align-items:center;flex-direction:column;gap:16px}.hero-stat{max-width:200px;text-align:center;width:100%}.hero-stat-number{font-size:1.25rem}.hero-stat-label{font-size:.7rem}}@media (max-width:375px){.capacidades-hero-stats{gap:12px}.hero-stat-number{font-size:1.1rem}.hero-stat-label{font-size:.65rem}}.sectores-page{background:#f8fafc;min-height:100vh;transition:background .3s}.sectores-page.dark{background:#18191a}.sectores-page.light{background:#f8fafc}.sectores-hero{align-items:center;display:flex;gap:48px;justify-content:center;min-height:60vh;padding:80px 0 60px;transition:background .3s,color .3s}.sectores-page.light .sectores-hero{background:linear-gradient(90deg,#f8fafc 60%,#eaf1fb)}.sectores-page.dark .sectores-hero{background:#191a1b}.sectores-hero-content{align-items:center;display:flex;gap:48px;justify-content:center;margin:0 auto;max-width:1400px;padding:0 24px;width:100%}.sectores-hero-text{display:flex;flex:1 1;flex-direction:column;height:100%;justify-content:center;max-width:540px;text-align:left;z-index:2}.sectores-hero-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:48px;font-weight:700;letter-spacing:-1px;line-height:1.08;margin:0 0 20px;transition:color .3s}.sectores-page.dark .sectores-hero-title{color:#fff}.sectores-hero-subtitle{color:#3a4a6b;font-family:Inter,Arial,sans-serif;font-size:1.22rem;font-weight:400;line-height:1.5;margin:0 0 32px;transition:color .3s}.sectores-page.dark .sectores-hero-subtitle{color:#fff;opacity:.92}.sectores-hero-stats{display:flex;gap:40px;margin-top:32px}.sectores-page.dark .hero-stat-number{color:#fff}.sectores-page.dark .hero-stat-label{color:#9ca3af}.sectores-hero-video{flex:1 1;max-width:800px;min-width:320px;z-index:1}.sectores-hero-video,.sectores-hero-visual{align-items:center;display:flex;justify-content:center}.sectores-hero-visual{aspect-ratio:16/9;background:#fff;border-radius:18px;box-shadow:0 8px 32px #1a23411a;height:90vh;max-height:600px;min-height:420px;overflow:hidden;width:100%}.sectores-page.dark .sectores-hero-visual{background:#232323;box-shadow:0 8px 32px #0003}.sectores-hero-video{border-radius:18px;height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.sectores-hero-visual:hover .sectores-hero-video{transform:scale(1.05)}.sectores-grid-section{padding:80px 0}.sectores-grid-content{margin:0 auto;max-width:1400px;padding:0 24px}.sectores-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin-bottom:80px}.sector-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;box-shadow:0 4px 20px #00000014;overflow:hidden;padding:32px;position:relative;transition:all .3s ease}.sectores-page.dark .sector-card{background:#232323;border-color:#374151;box-shadow:0 4px 20px #0003}.sector-card:hover{box-shadow:0 8px 32px #0000001f;transform:translateY(-4px)}.sectores-page.dark .sector-card:hover{box-shadow:0 8px 32px #0000004d}.sector-header{margin-bottom:32px;text-align:center}.sector-title{color:#1a2341;font-size:1.5rem;font-weight:700;line-height:1.3}.sectores-page.dark .sector-title{color:#fff}.sector-description{font-weight:400}.sectores-page.dark .sector-description{color:#9ca3af}.sector-features{margin-bottom:32px}.features-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:1.1rem;font-weight:600;line-height:1.3;margin:0 0 16px}.sectores-page.dark .features-title{color:#fff}.features-list{list-style:none;margin:0;padding:0}.feature-item{align-items:flex-start;color:#374151;font-family:Inter,Arial,sans-serif;font-size:.9rem;line-height:1.5;margin-bottom:12px}.sectores-page.dark .feature-item{color:#d1d5db}.feature-icon{flex-shrink:0;margin-right:8px;margin-top:1px}.sector-cases{margin-bottom:32px}.cases-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:1.1rem;font-weight:600;line-height:1.3;margin:0 0 16px}.sectores-page.dark .cases-title{color:#fff}.cases-list{list-style:none;margin:0;padding:0}.case-item{align-items:flex-start;color:#374151;display:flex;font-family:Inter,Arial,sans-serif;font-size:.9rem;line-height:1.5;margin-bottom:12px}.sectores-page.dark .case-item{color:#d1d5db}.case-icon{flex-shrink:0;margin-right:8px;margin-top:1px}.sector-cta{text-align:center}.sector-button{background:linear-gradient(135deg,#18191a,#232323);border-radius:8px;color:#fff;display:inline-block;font-family:Inter,Arial,sans-serif;font-size:.9rem;font-weight:500;margin-top:20px;padding:12px 24px;text-decoration:none;transition:all .3s ease}.sectores-page.dark .sector-button{background:linear-gradient(135deg,#232323,#374151)}.sector-button:hover{box-shadow:0 4px 12px #1a23414d;transform:translateY(-2px)}.sectores-page.dark .sector-button:hover{box-shadow:0 4px 12px #10b9814d}.sectores-cta-section{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:80px 0;text-align:center}.sectores-page.dark .sectores-cta-section{background:linear-gradient(135deg,#18191a,#232323)}.sectores-cta-content{margin:0 auto;max-width:800px;padding:0 24px}.sectores-cta-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;line-height:1.2;margin:0 0 24px}.sectores-page.dark .sectores-cta-title{color:#fff}.sectores-cta-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.6;margin:0 0 40px}.sectores-page.dark .sectores-cta-subtitle{color:#9ca3af}.sectores-cta-buttons{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.sectores-page.dark .cta-button.primary{background:linear-gradient(135deg,#232323,#374151)}.sectores-page.dark .cta-button.secondary{border-color:#fff;color:#fff}@media (max-width:1100px){.sectores-hero{gap:24px;padding:48px 0 32px}.sectores-hero-content{gap:24px}.sectores-hero-text{margin:0 0 0 2vw}.sectores-hero-video{max-width:100vw}.sectores-hero-visual{height:60vh;max-height:420px;min-height:320px}}@media (max-width:1200px){.sectores-grid{gap:24px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}}@media (max-width:900px){.sectores-hero{padding:80px 0 32px}.sectores-hero,.sectores-hero-content{flex-direction:column;gap:32px}.sectores-hero-text,.sectores-hero-video{height:auto;margin:0;max-width:100%}.sectores-hero-text{padding:0 18px}.sectores-hero-video{height:auto;max-width:100vw;min-width:0}.sectores-hero-visual{aspect-ratio:16/9;height:220px;max-height:340px;max-width:100vw;min-height:180px}.sectores-hero-video{height:100%;object-fit:cover;width:100%}.sectores-hero-title{font-size:2.5rem}.sectores-hero-subtitle{font-size:1.1rem}.sectores-hero-stats{gap:40px}.hero-stat-number{font-size:2rem}.sectores-grid{gap:24px;grid-template-columns:1fr}.sectores-cta-title{font-size:2rem}.sectores-cta-buttons{align-items:center;flex-direction:column}.cta-button{max-width:300px;width:100%}}@media (max-width:600px){.sectores-hero-title{font-size:2rem}.sectores-hero-subtitle{font-size:1rem}.sectores-hero-stats{flex-wrap:wrap;gap:24px;justify-content:center}.hero-stat{flex:1 1;min-width:80px;text-align:center}.hero-stat-number{font-size:1.5rem}.hero-stat-label,.hero-stat-number{overflow-wrap:break-word;word-break:break-word}.hero-stat-label{font-size:.75rem}.sectores-grid-title{font-size:2rem}.sectores-grid-subtitle{font-size:1rem}.sector-card{padding:24px}.sector-title{font-size:1.25rem}.sectores-cta-title{font-size:1.75rem}.sectores-cta-subtitle{font-size:1rem}}@media (max-width:480px){.sectores-hero-stats{align-items:center;flex-direction:column;gap:16px}.hero-stat{max-width:200px;text-align:center;width:100%}.hero-stat-number{font-size:1.25rem}.hero-stat-label{font-size:.7rem}}@media (max-width:375px){.sectores-hero-stats{gap:12px}.hero-stat-number{font-size:1.1rem}.hero-stat-label{font-size:.65rem}}.sobre-nosotros-page{background:#f8fafc;min-height:100vh;transition:background .3s}.sobre-nosotros-page.dark{background:#18191a}.sobre-nosotros-page.light{background:#f8fafc}.sobre-nosotros-hero{align-items:center;display:flex;gap:48px;justify-content:center;min-height:60vh;padding:80px 0 60px;transition:background .3s,color .3s}.sobre-nosotros-page.light .sobre-nosotros-hero{background:linear-gradient(90deg,#f8fafc 60%,#eaf1fb)}.sobre-nosotros-page.dark .sobre-nosotros-hero{background:#191a1b}.sobre-nosotros-hero-content{align-items:center;display:flex;gap:48px;justify-content:center;margin:0 auto;max-width:1400px;padding:0 24px;width:100%}.sobre-nosotros-hero-text{display:flex;flex:1 1;flex-direction:column;height:100%;justify-content:center;max-width:540px;text-align:left;z-index:2}.sobre-nosotros-hero-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:48px;font-weight:700;letter-spacing:-1px;line-height:1.08;margin:0 0 20px;transition:color .3s}.sobre-nosotros-page.dark .sobre-nosotros-hero-title{color:#fff}.sobre-nosotros-hero-subtitle{color:#3a4a6b;font-family:Inter,Arial,sans-serif;font-size:1.22rem;font-weight:400;line-height:1.5;margin:0 0 32px;transition:color .3s}.sobre-nosotros-page.dark .sobre-nosotros-hero-subtitle{color:#fff;opacity:.92}.sobre-nosotros-hero-stats{display:flex;gap:40px;margin-top:32px}.sobre-nosotros-page.dark .hero-stat-number{color:#fff}.sobre-nosotros-page.dark .hero-stat-label{color:#9ca3af}.sobre-nosotros-hero-video{align-items:center;display:flex;flex:1 1;justify-content:center;max-width:800px;min-width:320px;z-index:1}.sobre-nosotros-hero-visual{align-items:center;aspect-ratio:16/9;background:#fff;border-radius:18px;box-shadow:0 8px 32px #1a23411a;display:flex;height:90vh;justify-content:center;max-height:600px;min-height:420px;overflow:hidden;width:100%}.sobre-nosotros-page.dark .sobre-nosotros-hero-visual{background:#232323;box-shadow:0 8px 32px #0003}.sobre-nosotros-hero-video{border-radius:18px;height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.sobre-nosotros-hero-visual:hover .sobre-nosotros-hero-video{transform:scale(1.05)}.mision-vision-section{padding:80px 0}.mision-vision-content{grid-gap:48px;display:grid;gap:48px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;padding:0 24px}.mision-card,.vision-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;box-shadow:0 4px 20px #00000014;padding:40px;text-align:center;transition:all .3s ease}.sobre-nosotros-page.dark .mision-card,.sobre-nosotros-page.dark .vision-card{background:#232323;border-color:#374151;box-shadow:0 4px 20px #0003}.mision-card:hover,.vision-card:hover{box-shadow:0 8px 32px #0000001f;transform:translateY(-4px)}.sobre-nosotros-page.dark .mision-card:hover,.sobre-nosotros-page.dark .vision-card:hover{box-shadow:0 8px 32px #0000004d}.mision-icon,.vision-icon{display:block;font-size:3rem;margin-bottom:24px}.mision-title,.vision-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.3;margin:0 0 16px}.sobre-nosotros-page.dark .mision-title,.sobre-nosotros-page.dark .vision-title{color:#fff}.mision-description,.vision-description{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;margin:0}.sobre-nosotros-page.dark .mision-description,.sobre-nosotros-page.dark .vision-description{color:#9ca3af}.valores-section{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:80px 0}.sobre-nosotros-page.dark .valores-section{background:linear-gradient(135deg,#18191a,#232323)}.valores-content{margin:0 auto;max-width:1200px;padding:0 24px}.valores-header{margin-bottom:60px;text-align:center}.valores-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;line-height:1.2;margin:0 0 16px}.sobre-nosotros-page.dark .valores-title{color:#fff}.valores-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.6;margin:0}.sobre-nosotros-page.dark .valores-subtitle{color:#9ca3af}.valores-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.valor-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:32px;text-align:center;transition:all .3s ease}.sobre-nosotros-page.dark .valor-card{background:#232323;border-color:#374151;box-shadow:0 4px 20px #0003}.valor-card:hover{box-shadow:0 8px 32px #0000001f;transform:translateY(-4px)}.sobre-nosotros-page.dark .valor-card:hover{box-shadow:0 8px 32px #0000004d}.valor-icon{display:block;font-size:2.5rem;margin-bottom:20px}.valor-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:1.25rem;font-weight:600;line-height:1.3;margin:0 0 12px}.sobre-nosotros-page.dark .valor-title{color:#fff}.valor-description{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:.95rem;font-weight:400;line-height:1.6;margin:0}.sobre-nosotros-page.dark .valor-description{color:#9ca3af}.historia-section{padding:80px 0}.historia-content{margin:0 auto;max-width:1000px;padding:0 24px}.historia-header{margin-bottom:60px;text-align:center}.historia-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;line-height:1.2;margin:0 0 16px}.sobre-nosotros-page.dark .historia-title{color:#fff}.historia-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.6;margin:0}.sobre-nosotros-page.dark .historia-subtitle{color:#9ca3af}.historia-timeline{position:relative}.historia-timeline:before{background:#e5e7eb;bottom:0;content:"";left:50%;position:absolute;top:0;transform:translateX(-50%);width:2px}.sobre-nosotros-page.dark .historia-timeline:before{background:#374151}.timeline-item{align-items:center;display:flex;margin-bottom:48px}.timeline-item:nth-child(odd){flex-direction:row}.timeline-item:nth-child(2n){flex-direction:row-reverse}.timeline-year{background:#fff;border:2px solid #e5e7eb;border-radius:12px;box-shadow:0 4px 12px #0000001a;color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:1.5rem;font-weight:700;min-width:80px;padding:12px 24px;position:relative;text-align:center;z-index:2}.sobre-nosotros-page.dark .timeline-year{background:#232323;border-color:#374151;color:#fff}.timeline-content{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex:1 1;margin:0 32px;padding:24px}.sobre-nosotros-page.dark .timeline-content{background:#232323;border-color:#374151;box-shadow:0 4px 20px #0003}.timeline-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-weight:600;margin:0 0 8px}.sobre-nosotros-page.dark .timeline-title{color:#fff}.timeline-description{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:.95rem;font-weight:400}.sobre-nosotros-page.dark .timeline-description{color:#9ca3af}.equipo-section{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:80px 0}.sobre-nosotros-page.dark .equipo-section{background:linear-gradient(135deg,#18191a,#232323)}.equipo-content{margin:0 auto;max-width:1200px;padding:0 24px}.equipo-header{margin-bottom:60px;text-align:center}.equipo-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;line-height:1.2;margin:0 0 16px}.sobre-nosotros-page.dark .equipo-title{color:#fff}.equipo-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.6;margin:0}.sobre-nosotros-page.dark .equipo-subtitle{color:#9ca3af}.equipo-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.miembro-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:32px;text-align:center;transition:all .3s ease}.sobre-nosotros-page.dark .miembro-card{background:#232323;border-color:#374151;box-shadow:0 4px 20px #0003}.miembro-card:hover{box-shadow:0 8px 32px #0000001f;transform:translateY(-4px)}.sobre-nosotros-page.dark .miembro-card:hover{box-shadow:0 8px 32px #0000004d}.miembro-avatar{margin-bottom:20px}.avatar-placeholder{align-items:center;background:linear-gradient(135deg,#18191a,#232323);border-radius:50%;color:#fff;display:flex;font-family:Poppins,Arial,sans-serif;font-size:1.5rem;font-weight:700;height:80px;justify-content:center;margin:0 auto;width:80px}.sobre-nosotros-page.dark .avatar-placeholder{background:linear-gradient(135deg,#232323,#374151)}.miembro-nombre{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:1.25rem;font-weight:600;line-height:1.3;margin:0 0 8px}.sobre-nosotros-page.dark .miembro-nombre{color:#fff}.miembro-cargo{color:#192239;font-family:Inter,Arial,sans-serif;font-size:.95rem;font-weight:500;line-height:1.3;margin:0 0 16px}.miembro-descripcion{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:.9rem;font-weight:400;line-height:1.6;margin:0 0 20px}.sobre-nosotros-page.dark .miembro-descripcion{color:#9ca3af}.especialidad-tag{background:#f3f4f6;border-radius:8px;color:#374151;display:inline-block;font-family:Inter,Arial,sans-serif;font-size:.8rem;font-weight:500;padding:6px 12px}.sobre-nosotros-page.dark .especialidad-tag{background:#374151;color:#d1d5db}.sobre-nosotros-cta-section{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:80px 0;text-align:center}.sobre-nosotros-page.dark .sobre-nosotros-cta-section{background:linear-gradient(135deg,#18191a,#232323)}.sobre-nosotros-cta-content{margin:0 auto;max-width:800px;padding:0 24px}.sobre-nosotros-cta-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;line-height:1.2;margin:0 0 24px}.sobre-nosotros-page.dark .sobre-nosotros-cta-title{color:#fff}.sobre-nosotros-cta-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.6;margin:0 0 40px}.sobre-nosotros-page.dark .sobre-nosotros-cta-subtitle{color:#9ca3af}.sobre-nosotros-cta-buttons{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.cta-button{border:2px solid #0000;display:inline-block;font-family:Inter,Arial,sans-serif;font-weight:500;padding:14px 28px}.cta-button.primary{background:linear-gradient(135deg,#18191a,#232323);color:#fff}.sobre-nosotros-page.dark .cta-button.primary{background:linear-gradient(135deg,#232323,#374151)}.cta-button.secondary{background:#0000;border-color:#18191a;color:#18191a}.sobre-nosotros-page.dark .cta-button.secondary{border-color:#fff;color:#fff}.cta-button:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}@media (max-width:1100px){.sobre-nosotros-hero{gap:24px;padding:48px 0 32px}.sobre-nosotros-hero-content{gap:24px}.sobre-nosotros-hero-text{margin:0 0 0 2vw}.sobre-nosotros-hero-video{max-width:100vw}.sobre-nosotros-hero-visual{height:60vh;max-height:420px;min-height:320px}}@media (max-width:900px){.sobre-nosotros-hero{padding:80px 0 32px}.sobre-nosotros-hero,.sobre-nosotros-hero-content{flex-direction:column;gap:32px}.sobre-nosotros-hero-text,.sobre-nosotros-hero-video{height:auto;margin:0;max-width:100%}.sobre-nosotros-hero-text{padding:0 18px}.sobre-nosotros-hero-video{height:auto;max-width:100vw;min-width:0}.sobre-nosotros-hero-visual{aspect-ratio:16/9;height:220px;max-height:340px;max-width:100vw;min-height:180px}.sobre-nosotros-hero-video{height:100%;object-fit:cover;width:100%}.mision-vision-content{gap:32px;grid-template-columns:1fr}.historia-timeline:before{left:20px}.timeline-item{flex-direction:row!important}.timeline-content{margin-left:60px;margin-right:0}.equipo-grid,.valores-grid{gap:24px;grid-template-columns:1fr}.sobre-nosotros-cta-buttons{align-items:center;flex-direction:column}.cta-button{max-width:300px;width:100%}}@media (max-width:600px){.sobre-nosotros-hero-title{font-size:2rem}.sobre-nosotros-hero-subtitle{font-size:1rem}.sobre-nosotros-hero-stats{flex-wrap:wrap;gap:24px;justify-content:center}.hero-stat{flex:1 1;min-width:80px;text-align:center}.hero-stat-number{font-size:1.5rem}.hero-stat-label,.hero-stat-number{overflow-wrap:break-word;word-break:break-word}.hero-stat-label{font-size:.75rem}.historia-title{font-size:2rem}.historia-subtitle{font-size:1rem}.valores-title{font-size:2rem}.valores-subtitle{font-size:1rem}.equipo-title{font-size:2rem}.equipo-subtitle{font-size:1rem}.sobre-nosotros-cta-title{font-size:1.75rem}.sobre-nosotros-cta-subtitle{font-size:1rem}}@media (max-width:480px){.sobre-nosotros-hero-stats{align-items:center;flex-direction:column;gap:16px}.hero-stat{max-width:200px;text-align:center;width:100%}.hero-stat-number{font-size:1.25rem}.hero-stat-label{font-size:.7rem}}@media (max-width:375px){.sobre-nosotros-hero-stats{gap:12px}.hero-stat-number{font-size:1.1rem}.hero-stat-label{font-size:.65rem}}.privacy-page{min-height:100vh;padding:120px 0 80px;transition:all .3s ease}.privacy-page.light{background:linear-gradient(135deg,#f8fafc,#e2e8f0);color:#1a202c}.privacy-page.dark{background:linear-gradient(135deg,#18191a,#232323);color:#e2e8f0}.privacy-container{margin:0 auto;max-width:800px;padding:0 20px}.privacy-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:16px;margin-bottom:60px;padding:40px 0;text-align:center}.privacy-page.light .privacy-header{background:#fffc;border:1px solid #0000001a}.privacy-header h1{color:#2d3748;font-size:2.5rem;font-weight:700;margin-bottom:16px}.privacy-page.dark .privacy-header h1{color:#e2e8f0}.privacy-subtitle{color:#718096;font-size:1.1rem;margin:0}.privacy-page.dark .privacy-subtitle{color:#a0aec0}.privacy-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;padding:40px}.privacy-page.light .privacy-content{background:#ffffffe6;border:1px solid #0000001a}.privacy-section{margin-bottom:40px}.privacy-section:last-child{margin-bottom:0}.privacy-section h2{border-bottom:2px solid #667eea;color:#2d3748;display:inline-block;font-size:1.5rem;font-weight:600;margin-bottom:16px;padding-bottom:8px}.privacy-page.dark .privacy-section h2{border-bottom-color:#a0aec0;color:#e2e8f0}.privacy-section h3{color:#4a5568;font-size:1.2rem;font-weight:600;margin-bottom:12px}.privacy-page.dark .privacy-section h3{color:#cbd5e0}.privacy-section p{color:#4a5568;font-size:1rem;line-height:1.6;margin-bottom:16px}.privacy-page.dark .privacy-section p{color:#a0aec0}.privacy-section ul{margin:16px 0;padding-left:20px}.privacy-section li{color:#4a5568;line-height:1.6;margin-bottom:8px}.privacy-page.dark .privacy-section li{color:#a0aec0}.privacy-principles{grid-gap:24px;display:grid;gap:24px;margin-top:24px}.principle-item{background:#ffffff1a;border:1px solid #fff3;border-radius:12px;padding:24px;transition:transform .3s ease,box-shadow .3s ease}.privacy-page.light .principle-item{background:#fffc;border:1px solid #0000001a}.principle-item:hover{box-shadow:0 8px 25px #0000001a;transform:translateY(-2px)}.privacy-page.dark .principle-item:hover{box-shadow:0 8px 25px #0000004d}.privacy-page.light .company-info{background:#fffc;border:1px solid #0000001a}.privacy-page.light .info-item{border-bottom-color:#0000001a}.privacy-page.dark .info-item strong{color:#e2e8f0}.contact-info{background:#ffffff1a;border:1px solid #fff3;border-radius:12px;margin:16px 0;padding:20px}.privacy-page.light .contact-info{background:#fffc;border:1px solid #0000001a}.contact-info p{margin-bottom:8px}.contact-info p:last-child{margin-bottom:0}.privacy-footer{border-top:1px solid #fff3;margin-top:40px;padding-top:24px;text-align:center}.privacy-page.light .privacy-footer{border-top-color:#0000001a}.privacy-footer p{color:#718096;font-size:.9rem;margin-bottom:8px}.privacy-page.dark .privacy-footer p{color:#a0aec0}@media (max-width:768px){.privacy-page{padding:100px 0 60px}.privacy-container{padding:0 16px}.privacy-header{margin-bottom:40px;padding:30px 20px}.privacy-header h1{font-size:2rem}.privacy-content{padding:24px}.privacy-section h2{font-size:1.3rem}.privacy-principles{gap:16px}.company-info,.contact-info,.principle-item{padding:20px}}@media (max-width:480px){.privacy-header h1{font-size:1.8rem}.privacy-subtitle{font-size:1rem}.privacy-content{padding:20px}.privacy-section h2{font-size:1.2rem}.principle-item{padding:16px}}.cookies-page{min-height:100vh;padding:120px 0 80px;transition:all .3s ease}.cookies-page.light{background:linear-gradient(135deg,#f8fafc,#e2e8f0);color:#1a202c}.cookies-page.dark{background:linear-gradient(135deg,#18191a,#232323);color:#e2e8f0}.cookies-container{margin:0 auto;max-width:800px;padding:0 20px}.cookies-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:16px;margin-bottom:60px;padding:40px 0;text-align:center}.cookies-page.light .cookies-header{background:#fffc;border:1px solid #0000001a}.cookies-header h1{color:#2d3748;font-size:2.5rem;font-weight:700;margin-bottom:16px}.cookies-page.dark .cookies-header h1{color:#e2e8f0}.cookies-subtitle{color:#718096;font-size:1.1rem;margin:0}.cookies-page.dark .cookies-subtitle{color:#a0aec0}.cookies-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;padding:40px}.cookies-page.light .cookies-content{background:#ffffffe6;border:1px solid #0000001a}.cookies-section{margin-bottom:40px}.cookies-section:last-child{margin-bottom:0}.cookies-section h2{border-bottom:2px solid #667eea;color:#2d3748;display:inline-block;font-size:1.5rem;font-weight:600;margin-bottom:16px;padding-bottom:8px}.cookies-page.dark .cookies-section h2{border-bottom-color:#a0aec0;color:#e2e8f0}.cookies-section h3{color:#4a5568;font-size:1.2rem;font-weight:600;margin-bottom:12px}.cookies-page.dark .cookies-section h3{color:#cbd5e0}.cookies-section h4{color:#4a5568;font-size:1.1rem;font-weight:600;margin-bottom:8px}.cookies-page.dark .cookies-section h4{color:#cbd5e0}.cookies-section p{color:#4a5568;font-size:1rem;line-height:1.6;margin-bottom:16px}.cookies-page.dark .cookies-section p{color:#a0aec0}.cookies-section ul{margin:16px 0;padding-left:20px}.cookies-section li{color:#4a5568;line-height:1.6;margin-bottom:8px}.cookies-page.dark .cookies-section li{color:#a0aec0}.cookies-types{grid-gap:32px;display:grid;gap:32px;margin-top:24px}.type-category{background:#ffffff1a;border:1px solid #fff3;border-radius:12px;padding:24px;transition:transform .3s ease,box-shadow .3s ease}.cookies-page.light .type-category{background:#fffc;border:1px solid #0000001a}.type-category:hover{box-shadow:0 8px 25px #0000001a;transform:translateY(-2px)}.cookies-page.dark .type-category:hover{box-shadow:0 8px 25px #0000004d}.type-item{border-bottom:1px solid #ffffff1a;margin-bottom:20px;padding-bottom:20px}.cookies-page.light .type-item{border-bottom-color:#0000001a}.type-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.cookies-used{grid-gap:24px;display:grid;gap:24px;margin-top:24px}.used-item{background:#ffffff1a;border:1px solid #fff3;border-radius:12px;padding:24px;transition:transform .3s ease,box-shadow .3s ease}.cookies-page.light .used-item{background:#fffc;border:1px solid #0000001a}.used-item:hover{box-shadow:0 8px 25px #0000001a;transform:translateY(-2px)}.cookies-page.dark .used-item:hover{box-shadow:0 8px 25px #0000004d}.browser-config{background:#ffffff1a;border:1px solid #fff3;border-radius:12px;margin-top:24px;padding:24px}.cookies-page.light .browser-config{background:#fffc;border:1px solid #0000001a}.browser-config h3{margin-bottom:16px}.browser-config ul{margin:0}.browser-config li{margin-bottom:12px}.browser-config a{color:#667eea;text-decoration:none;transition:color .3s ease}.browser-config a:hover{color:#5a67d8;text-decoration:underline}.cookies-page.dark .browser-config a{color:#a0aec0}.cookies-page.dark .browser-config a:hover{color:#e2e8f0}.cookies-footer{border-top:1px solid #fff3;margin-top:40px;padding-top:24px;text-align:center}.cookies-page.light .cookies-footer{border-top-color:#0000001a}.cookies-footer p{color:#718096;font-size:.9rem;margin-bottom:8px}.cookies-page.dark .cookies-footer p{color:#a0aec0}@media (max-width:768px){.cookies-page{padding:100px 0 60px}.cookies-container{padding:0 16px}.cookies-header{margin-bottom:40px;padding:30px 20px}.cookies-header h1{font-size:2rem}.cookies-content{padding:24px}.cookies-section h2{font-size:1.3rem}.cookies-types{gap:24px}.type-category{padding:20px}.cookies-used{gap:20px}.browser-config,.used-item{padding:20px}}@media (max-width:480px){.cookies-header h1{font-size:1.8rem}.cookies-subtitle{font-size:1rem}.cookies-content{padding:20px}.cookies-section h2{font-size:1.2rem}.browser-config,.type-category,.used-item{padding:16px}}.legal-page{min-height:100vh;padding:120px 0 80px;transition:all .3s ease}.legal-page.light{background:linear-gradient(135deg,#f8fafc,#e2e8f0);color:#1a202c}.legal-page.dark{background:linear-gradient(135deg,#18191a,#232323);color:#e2e8f0}.legal-container{margin:0 auto;max-width:800px;padding:0 20px}.legal-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:16px;margin-bottom:60px;padding:40px 0;text-align:center}.legal-page.light .legal-header{background:#fffc;border:1px solid #0000001a}.legal-header h1{color:#2d3748;font-size:2.5rem;font-weight:700;margin-bottom:16px}.legal-page.dark .legal-header h1{color:#e2e8f0}.legal-subtitle{color:#718096;font-size:1.1rem;margin:0}.legal-page.dark .legal-subtitle{color:#a0aec0}.legal-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;padding:40px}.legal-page.light .legal-content{background:#ffffffe6;border:1px solid #0000001a}.legal-section{margin-bottom:40px}.legal-section:last-child{margin-bottom:0}.legal-section h2{border-bottom:2px solid #667eea;color:#2d3748;display:inline-block;font-size:1.5rem;font-weight:600;margin-bottom:16px;padding-bottom:8px}.legal-page.dark .legal-section h2{border-bottom-color:#a0aec0;color:#e2e8f0}.legal-section p{color:#4a5568;font-size:1rem;line-height:1.6;margin-bottom:16px}.legal-page.dark .legal-section p{color:#a0aec0}.legal-section ul{margin:16px 0;padding-left:20px}.legal-section li{color:#4a5568;line-height:1.6;margin-bottom:12px}.legal-page.dark .legal-section li{color:#a0aec0}.company-info{background:#ffffff1a;border:1px solid #fff3;border-radius:12px;margin-top:16px;padding:24px}.legal-page.light .company-info{background:#fffc;border:1px solid #0000001a}.info-item{border-bottom:1px solid #ffffff1a;margin-bottom:12px;padding:8px 0}.legal-page.light .info-item{border-bottom-color:#0000001a}.info-item:last-child{border-bottom:none;margin-bottom:0}.info-item strong{color:#2d3748;font-weight:600}.legal-page.dark .info-item strong{color:#e2e8f0}.legal-link{color:#667eea;font-weight:500;text-decoration:none;transition:color .3s ease}.legal-link:hover{color:#5a67d8;text-decoration:underline}.legal-page.dark .legal-link{color:#a0aec0}.legal-page.dark .legal-link:hover{color:#e2e8f0}.legal-footer{border-top:1px solid #fff3;margin-top:40px;padding-top:24px;text-align:center}.legal-page.light .legal-footer{border-top-color:#0000001a}.legal-footer p{color:#718096;font-size:.9rem;margin-bottom:8px}.legal-page.dark .legal-footer p{color:#a0aec0}@media (max-width:768px){.legal-page{padding:100px 0 60px}.legal-container{padding:0 16px}.legal-header{margin-bottom:40px;padding:30px 20px}.legal-header h1{font-size:2rem}.legal-content{padding:24px}.legal-section h2{font-size:1.3rem}.company-info{padding:20px}}@media (max-width:480px){.legal-header h1{font-size:1.8rem}.legal-subtitle{font-size:1rem}.legal-content{padding:20px}.legal-section h2{font-size:1.2rem}.company-info{padding:16px}}.tickets-page{min-height:100vh;transition:background .3s,color .3s}.tickets-page.light{background:linear-gradient(135deg,#f8fafc,#eaf1fb)}.tickets-page.dark{background:#191a1b}.tickets-hero{align-items:center;display:flex;gap:48px;justify-content:center;min-height:60vh;padding:80px 0 60px;transition:background .3s,color .3s}.tickets-page.light .tickets-hero{background:linear-gradient(90deg,#f8fafc 60%,#eaf1fb)}.tickets-page.dark .tickets-hero{background:#191a1b}.tickets-hero-content{align-items:center;display:flex;flex:1 1;gap:48px;margin:0 auto;max-width:1400px;padding:0 24px}.tickets-hero-text{display:flex;flex:1 1;flex-direction:column;height:100%;justify-content:center;max-width:540px;text-align:left;z-index:2}.tickets-hero-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:48px;font-weight:700;letter-spacing:-1px;line-height:1.08;margin-bottom:20px;transition:color .3s}.tickets-page.dark .tickets-hero-title{color:#fff}.tickets-hero-subtitle{color:#3a4a6b;font-family:Inter,Arial,sans-serif;font-size:1.22rem;font-weight:400;line-height:1.5;margin-bottom:32px;transition:color .3s}.tickets-page.dark .tickets-hero-subtitle{color:#e2e8f0;opacity:.92}.tickets-hero-stats{display:flex;gap:40px;margin-top:32px}.tickets-page.dark .hero-stat-number{color:#fff}.tickets-page.dark .hero-stat-label{color:#9ca3af}.tickets-hero-video{flex:1 1;height:100%;max-width:800px;min-width:320px;z-index:1}.tickets-hero-video,.tickets-hero-visual{align-items:center;display:flex;justify-content:center}.tickets-hero-visual{aspect-ratio:16/9;background:#fff;border-radius:18px;box-shadow:0 8px 32px #1a23411a;height:90vh;max-height:600px;min-height:420px;overflow:hidden;width:100%}.tickets-page.dark .tickets-hero-visual{background:#232323;box-shadow:0 8px 32px #0003}.tickets-hero-image{border-radius:18px;height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.tickets-hero-visual:hover .tickets-hero-image{transform:scale(1.05)}.tickets-main{padding:80px 0}.tickets-content{margin:0 auto;max-width:1400px;padding:0 24px}.tickets-layout{grid-gap:48px;align-items:start;display:grid;gap:48px;grid-template-columns:1fr 1fr}.tickets-form-section{background:#fff;border-radius:18px;box-shadow:0 8px 32px #1a23411a;height:fit-content;padding:40px;transition:all .3s}.tickets-page.dark .tickets-form-section{background:#232323;box-shadow:0 8px 32px #0000004d}.tickets-page.dark .form-title{color:#fff}.tickets-page.dark .form-subtitle{color:#9ca3af}.hubspot-form-container{background:#fff;border-radius:18px;box-shadow:0 8px 32px #1a23411a;min-height:700px;padding:20px;transition:all .3s ease}.tickets-page.dark .hubspot-form-container{background:#232323;box-shadow:0 8px 32px #0003}.tickets-page.dark .hubspot-form-container .hs-form-field label{color:#e5e7eb}.tickets-page.dark .hubspot-form-container .hs-form-field input,.tickets-page.dark .hubspot-form-container .hs-form-field select,.tickets-page.dark .hubspot-form-container .hs-form-field textarea{background:#374151;border-color:#4b5563;color:#fff}.tickets-page.dark .hubspot-form-container .hs-form-field input:focus,.tickets-page.dark .hubspot-form-container .hs-form-field select:focus,.tickets-page.dark .hubspot-form-container .hs-form-field textarea:focus{border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa1a}.hubspot-form-container .hs-error-msgs{margin-top:8px}.hubspot-form-container .hs-error-msgs label{color:#ef4444;font-size:.85rem}.hubspot-form-container .hs-form-required{color:#ef4444}.hubspot-form-container .hs-form-required:after{color:#ef4444;content:" *"}.tickets-info-section{background:#fff;border-radius:18px;box-shadow:0 8px 32px #1a23411a;padding:40px;transition:all .3s}.tickets-page.dark .tickets-info-section{background:#232323;box-shadow:0 8px 32px #0000004d}.tickets-page.dark .info-title{color:#fff}.tickets-page.dark .info-subtitle{color:#9ca3af}.support-methods{display:flex;flex-direction:column;gap:24px;margin-bottom:40px}.support-method{align-items:center;background:#f8fafc;border-radius:12px;display:flex;gap:16px;padding:20px;transition:all .3s}.tickets-page.dark .support-method{background:#232323}.support-method:hover{box-shadow:0 8px 25px #1a234126;transform:translateY(-2px)}.tickets-page.dark .support-method:hover{box-shadow:0 8px 25px #0000004d}.method-icon{align-items:center;background:#1a2341;border-radius:12px;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.email-graphic,.phone-graphic,.ticket-graphic{background:#fff;border-radius:50%;height:24px;position:relative;width:24px}.ticket-graphic:before{content:"🎫"}.phone-graphic:before,.ticket-graphic:before{font-size:16px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.phone-graphic:before{content:"📞"}.email-graphic:before{content:"✉️";font-size:16px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.tickets-page.dark .method-title{color:#fff}.tickets-page.dark .method-value{color:#e5e7eb}.tickets-page.dark .method-description{color:#9ca3af}.support-benefits{background:linear-gradient(135deg,#f8fafc,#eaf1fb);border-radius:12px;padding:24px;transition:all .3s}.tickets-page.dark .support-benefits{background:#232323}.tickets-page.dark .benefits-title{color:#fff}.tickets-page.dark .benefit-text{color:#e5e7eb}@media (max-width:1100px){.tickets-hero{gap:24px;padding:48px 0 32px}.tickets-hero-content{gap:24px}.tickets-hero-text{margin:0 0 0 2vw}.tickets-hero-video{max-width:100vw}.tickets-hero-visual{height:60vh;max-height:420px;min-height:320px}}@media (max-width:900px){.tickets-hero{padding:80px 0 32px}.tickets-hero,.tickets-hero-content{flex-direction:column;gap:32px}.tickets-hero-text,.tickets-hero-video{height:auto;margin:0;max-width:100%}.tickets-hero-text{padding:0 18px}.tickets-hero-video{height:auto;max-width:100vw;min-width:0}.tickets-hero-visual{aspect-ratio:16/9;height:220px;max-height:340px;max-width:100vw;min-height:180px}.tickets-hero-image{height:100%;object-fit:cover;width:100%}.tickets-hero-title{font-size:2.5rem}.tickets-hero-subtitle{font-size:1.1rem}.tickets-hero-stats{gap:40px}.hero-stat-number{font-size:2rem}.tickets-main{padding:60px 0}.tickets-content{padding:0 16px}.tickets-layout{gap:32px;grid-template-columns:1fr}.tickets-form-section{padding:24px}.form-title,.info-title{font-size:24px}}@media (max-width:600px){.tickets-hero-title{font-size:2rem}.tickets-hero-subtitle{font-size:1rem}.tickets-hero-stats{flex-wrap:wrap;gap:24px;justify-content:center}.hero-stat{flex:1 1;min-width:80px;text-align:center}.hero-stat-number{font-size:1.5rem}.hero-stat-label,.hero-stat-number{overflow-wrap:break-word;word-break:break-word}.hero-stat-label{font-size:.75rem}.tickets-main{padding:40px 0}.tickets-content{padding:0 16px}.tickets-layout{gap:24px;grid-template-columns:1fr}.tickets-form-section{padding:24px}.form-title,.info-title{font-size:24px}.support-method{padding:16px}.method-icon{height:40px;width:40px}.email-graphic,.phone-graphic,.ticket-graphic{height:20px;width:20px}.hubspot-form-container{min-height:500px;padding:16px}.hubspot-form-container .hs-button{display:block;margin:0 auto;text-align:center}.hubspot-form-container .hs-form{text-align:center}}@media (max-width:480px){.tickets-hero-stats{align-items:center;flex-direction:column;gap:16px}.hero-stat{max-width:200px;text-align:center;width:100%}.hero-stat-number{font-size:1.25rem}.hero-stat-label{font-size:.7rem}.hubspot-form-container{min-height:450px;padding:12px}.hubspot-form-container .hs-button{margin:0 auto;max-width:280px;width:100%}}@media (max-width:375px){.tickets-hero-stats{gap:12px}.hero-stat-number{font-size:1.1rem}.hero-stat-label{font-size:.65rem}}.tickets-page.dark .hubspot-form-container,.tickets-page.dark .hubspot-form-container *,.tickets-page.dark .hubspot-form-container .hs-form-field .hs-label,.tickets-page.dark .hubspot-form-container .hs-form-field label,.tickets-page.dark .hubspot-form-container .hs-form-field legend,.tickets-page.dark .hubspot-form-container div,.tickets-page.dark .hubspot-form-container h1,.tickets-page.dark .hubspot-form-container h2,.tickets-page.dark .hubspot-form-container h3,.tickets-page.dark .hubspot-form-container h4,.tickets-page.dark .hubspot-form-container h5,.tickets-page.dark .hubspot-form-container h6,.tickets-page.dark .hubspot-form-container iframe,.tickets-page.dark .hubspot-form-container iframe *,.tickets-page.dark .hubspot-form-container label,.tickets-page.dark .hubspot-form-container legend,.tickets-page.dark .hubspot-form-container p,.tickets-page.dark .hubspot-form-container span,.tickets-page.dark [class*=hs-],.tickets-page.dark [class*=hubspot]{color:#fff!important}.tickets-page.dark .hubspot-form-container input,.tickets-page.dark .hubspot-form-container select,.tickets-page.dark .hubspot-form-container textarea{background:#374151!important;border-color:#4b5563!important;color:#fff!important}.tickets-page.dark .hubspot-form-container .hs-button{background:linear-gradient(135deg,#18191a,#232323)!important;border:none!important;border-radius:10px!important;color:#fff!important;cursor:pointer!important;font-weight:600!important;padding:16px 32px!important}.tickets-page.dark .hubspot-form-container .hs-button:hover{box-shadow:0 8px 25px #0000004d!important;transform:translateY(-2px)!important}.tickets-page.dark .hubspot-form-container .hs-form-field .hs-error-msgs label,.tickets-page.dark .hubspot-form-container .hs-form-field .hs-form-required,.tickets-page.dark .hubspot-form-container .hs-form-field .hs-label,.tickets-page.dark .hubspot-form-container .hs-form-field label,.tickets-page.dark .hubspot-form-container .hs-form-field legend{color:#fff!important;font-weight:500!important}.tickets-page.dark .hubspot-form-container .hs-form-field *,.tickets-page.dark .hubspot-form-container .hs-form-field--captcha *,.tickets-page.dark .hubspot-form-container .hs-form-field--captcha label,.tickets-page.dark .hubspot-form-container .hs-form-field--captcha span,.tickets-page.dark .hubspot-form-container .hs-form-field--error *,.tickets-page.dark .hubspot-form-container .hs-form-field--required *,.tickets-page.dark .hubspot-form-container .hs-form-field__div,.tickets-page.dark .hubspot-form-container .hs-form-field__label,.tickets-page.dark .hubspot-form-container .hs-form-field__legend,.tickets-page.dark .hubspot-form-container .hs-form-field__span,.tickets-page.dark .hubspot-form-container :not(input):not(textarea):not(select):not(button),.tickets-page.dark .hubspot-form-container [class*=div],.tickets-page.dark .hubspot-form-container [class*=label],.tickets-page.dark .hubspot-form-container [class*=legend],.tickets-page.dark .hubspot-form-container [class*=span]{color:#fff!important}.downloads-page{min-height:100vh;transition:background .3s,color .3s}.downloads-page.light{background:linear-gradient(135deg,#f8fafc,#eaf1fb)}.downloads-page.dark{background:#191a1b}.downloads-hero{align-items:center;display:flex;gap:48px;justify-content:center;min-height:60vh;padding:80px 0 60px;transition:background .3s,color .3s}.downloads-page.light .downloads-hero{background:linear-gradient(90deg,#f8fafc 60%,#eaf1fb)}.downloads-page.dark .downloads-hero{background:#191a1b}.downloads-hero-content{align-items:center;display:flex;flex:1 1;gap:48px;margin:0 auto;max-width:1400px;padding:0 24px}.downloads-hero-text{display:flex;flex:1 1;flex-direction:column;height:100%;justify-content:center;max-width:540px;text-align:left;z-index:2}.downloads-hero-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:48px;font-weight:700;letter-spacing:-1px;line-height:1.08;margin-bottom:20px;transition:color .3s}.downloads-page.dark .downloads-hero-title{color:#fff}.downloads-hero-subtitle{color:#3a4a6b;font-family:Inter,Arial,sans-serif;font-size:1.22rem;font-weight:400;line-height:1.5;margin-bottom:32px;transition:color .3s}.downloads-page.dark .downloads-hero-subtitle{color:#e2e8f0;opacity:.92}.downloads-hero-stats{display:flex;gap:40px;margin-top:32px}.downloads-page.dark .hero-stat-number{color:#fff}.downloads-page.dark .hero-stat-label{color:#9ca3af}.downloads-hero-video{flex:1 1;height:100%;max-width:800px;min-width:320px;z-index:1}.downloads-hero-video,.downloads-hero-visual{align-items:center;display:flex;justify-content:center}.downloads-hero-visual{aspect-ratio:16/9;background:#fff;border-radius:18px;box-shadow:0 8px 32px #1a23411a;height:90vh;max-height:600px;min-height:420px;overflow:hidden;width:100%}.downloads-page.dark .downloads-hero-visual{background:#232323;box-shadow:0 8px 32px #0003}.downloads-hero-image{border-radius:18px;height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.downloads-hero-visual:hover .downloads-hero-image{transform:scale(1.05)}.downloads-main{padding:80px 0}.downloads-content{margin:0 auto;max-width:1400px;padding:0 24px}.downloads-apps-section{margin-bottom:80px}.apps-header{margin-bottom:48px;text-align:center}.apps-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:36px;font-weight:700;line-height:1.2;margin-bottom:16px}.downloads-page.dark .apps-title{color:#fff}.apps-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.5}.downloads-page.dark .apps-subtitle{color:#9ca3af}.apps-grid{display:flex;flex-direction:column;gap:48px}.app-card{background:#fff;border-radius:18px;box-shadow:0 8px 32px #1a23411a;padding:40px;transition:all .3s}.downloads-page.dark .app-card{background:#232323;box-shadow:0 8px 32px #0000004d}.app-header{gap:20px;margin-bottom:32px}.app-header,.app-icon{align-items:center;display:flex}.app-icon{background:linear-gradient(135deg,#f8fafc,#eaf1fb);border-radius:16px;flex-shrink:0;font-size:48px;height:80px;justify-content:center;width:80px}.downloads-page.dark .app-icon{background:linear-gradient(135deg,#232323,#2d3748)}.app-info{flex:1 1}.app-name{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:28px;font-weight:700;line-height:1.2;margin-bottom:8px}.downloads-page.dark .app-name{color:#fff}.app-description{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.5}.downloads-page.dark .app-description{color:#9ca3af}.platforms-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.platform-card{background:#f8fafc;border:2px solid #0000;border-radius:12px;padding:24px;transition:all .3s}.downloads-page.dark .platform-card{background:#2d3748}.platform-card:hover{border-color:#3b82f6;box-shadow:0 8px 25px #1a234126;transform:translateY(-4px)}.downloads-page.dark .platform-card:hover{border-color:#60a5fa;box-shadow:0 8px 25px #0000004d}.platform-header{align-items:center;display:flex;gap:16px;margin-bottom:16px}.platform-icon{align-items:center;background:#fff;border-radius:12px;display:flex;flex-shrink:0;font-size:24px;height:48px;justify-content:center;width:48px}.downloads-page.dark .platform-icon{background:#374151}.platform-info{flex:1 1}.platform-name{color:#1a2341;font-family:Inter,Arial,sans-serif;font-size:1.1rem;font-weight:600;margin-bottom:4px}.downloads-page.dark .platform-name{color:#fff}.platform-version{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:.85rem;font-weight:500}.downloads-page.dark .platform-version{color:#9ca3af}.platform-status{margin-bottom:16px}.status-badge{border-radius:20px;display:inline-block;font-family:Inter,Arial,sans-serif;font-size:.8rem;font-weight:600;letter-spacing:.5px;padding:6px 12px;text-transform:uppercase}.status-badge.available{background:#10b981;color:#fff}.status-badge.coming-soon{background:#f59e0b;color:#fff}.download-btn{border:none;border-radius:8px;cursor:pointer;font-family:Inter,Arial,sans-serif;font-size:.9rem;font-weight:600;letter-spacing:.5px;padding:12px 24px;text-transform:uppercase;transition:all .3s;width:100%}.download-btn.available{background:linear-gradient(135deg,#1a2341,#2d3748);color:#fff}.download-btn.available:hover{box-shadow:0 4px 16px #1a23414d;transform:translateY(-2px)}.download-btn.coming-soon{background:#e5e7eb;color:#6b7280;cursor:not-allowed}.downloads-page.dark .download-btn.coming-soon{background:#374151;color:#9ca3af}.downloads-info-section{margin-bottom:80px}.info-header{margin-bottom:48px;text-align:center}.info-title{font-size:32px}.downloads-page.dark .info-title{color:#fff}.info-subtitle{font-size:1.1rem}.downloads-page.dark .info-subtitle{color:#9ca3af}.info-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.info-card{background:#fff;border-radius:16px;box-shadow:0 8px 32px #1a23411a;padding:32px}.downloads-page.dark .info-card{background:#232323;box-shadow:0 8px 32px #0000004d}.info-card:hover{box-shadow:0 12px 40px #1a234126;transform:translateY(-4px)}.downloads-page.dark .info-card:hover{box-shadow:0 12px 40px #0006}.info-icon{display:block;font-size:48px;margin-bottom:20px}.info-card-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:24px;font-weight:700;line-height:1.2;margin-bottom:16px}.downloads-page.dark .info-card-title{color:#fff}.info-card-description{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;margin-bottom:24px}.downloads-page.dark .info-card-description{color:#9ca3af}.info-features{list-style:none;margin:0;padding:0}.info-features li{color:#374151;font-family:Inter,Arial,sans-serif;font-size:.9rem;font-weight:500;padding:8px 0 8px 24px;position:relative}.downloads-page.dark .info-features li{color:#e5e7eb}.info-features li:before{color:#10b981;content:"✓";font-weight:700;left:0;position:absolute;top:8px}.requirements-section{background:#fff;border-radius:18px;box-shadow:0 8px 32px #1a23411a;padding:60px 40px;transition:all .3s}.downloads-page.dark .requirements-section{background:#232323;box-shadow:0 8px 32px #0000004d}.requirements-header{margin-bottom:48px;text-align:center}.requirements-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:32px;font-weight:700;line-height:1.2;margin-bottom:16px}.downloads-page.dark .requirements-title{color:#fff}.requirements-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.5}.downloads-page.dark .requirements-subtitle{color:#9ca3af}.requirements-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.requirement-card{background:#f8fafc;border-radius:12px;padding:24px;transition:all .3s}.downloads-page.dark .requirement-card{background:#2d3748}.requirement-card:hover{box-shadow:0 8px 25px #1a234126;transform:translateY(-2px)}.downloads-page.dark .requirement-card:hover{box-shadow:0 8px 25px #0000004d}.requirement-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:1.2rem;font-weight:700;line-height:1.2;margin-bottom:16px}.downloads-page.dark .requirement-title{color:#fff}.requirement-list{list-style:none;margin:0;padding:0}.requirement-list li{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:.9rem;font-weight:400;padding:6px 0 6px 20px;position:relative}.downloads-page.dark .requirement-list li{color:#9ca3af}.requirement-list li:before{color:#3b82f6;content:"•";font-weight:700;left:0;position:absolute;top:6px}@media (max-width:1100px){.downloads-hero{gap:24px;padding:48px 0 32px}.downloads-hero-content{gap:24px}.downloads-hero-text{margin:0 0 0 2vw}.downloads-hero-video{max-width:100vw}.downloads-hero-visual{height:60vh;max-height:420px;min-height:320px}}@media (max-width:900px){.downloads-hero{padding:80px 0 32px}.downloads-hero,.downloads-hero-content{flex-direction:column;gap:32px}.downloads-hero-text,.downloads-hero-video{height:auto;margin:0;max-width:100%}.downloads-hero-text{padding:0 18px}.downloads-hero-video{height:auto;max-width:100vw;min-width:0}.downloads-hero-visual{aspect-ratio:16/9;height:220px;max-height:340px;max-width:100vw;min-height:180px}.downloads-hero-image{height:100%;object-fit:cover;width:100%}.downloads-hero-title{font-size:2.5rem}.downloads-hero-subtitle{font-size:1.1rem}.downloads-hero-stats{gap:40px}.hero-stat-number{font-size:2rem}.downloads-main{padding:60px 0}.downloads-content{padding:0 16px}.app-card{padding:24px}.info-grid,.platforms-grid,.requirements-grid{grid-template-columns:1fr}.apps-title,.info-title,.requirements-title{font-size:24px}}@media (max-width:600px){.downloads-hero-title{font-size:2rem}.downloads-hero-subtitle{font-size:1rem}.downloads-hero-stats{flex-wrap:wrap;gap:24px;justify-content:center}.hero-stat{flex:1 1;min-width:80px;text-align:center}.hero-stat-number{font-size:1.5rem}.hero-stat-label,.hero-stat-number{overflow-wrap:break-word;word-break:break-word}.hero-stat-label{font-size:.75rem}.downloads-main{padding:40px 0}.downloads-content{padding:0 16px}.app-card{padding:20px}.app-header{flex-direction:column;gap:16px;text-align:center}.app-icon{font-size:36px;height:60px;width:60px}.platform-card{padding:20px}.info-card{padding:24px}.requirements-section{padding:40px 24px}.apps-title,.info-title,.requirements-title{font-size:24px}}@media (max-width:480px){.downloads-hero-stats{align-items:center;flex-direction:column;gap:16px}.hero-stat{max-width:200px;text-align:center;width:100%}.hero-stat-number{font-size:1.25rem}.hero-stat-label{font-size:.7rem}.info-grid,.platforms-grid,.requirements-grid{grid-template-columns:1fr}}@media (max-width:375px){.downloads-hero-stats{gap:12px}.hero-stat-number{font-size:1.1rem}.hero-stat-label{font-size:.65rem}}.gestor-tfcsur-page{height:100vh;left:0;margin:0;overflow:hidden;padding:0;position:fixed;top:0;width:100vw;z-index:9999}.gestor-iframe{border:none;display:block;height:100%;margin:0;padding:0;width:100%}body.gestor-active{margin:0;overflow:hidden;padding:0}@media (max-width:768px){.gestor-tfcsur-page{height:100vh;width:100vw}.gestor-iframe{height:100%;width:100%}}@media (max-width:480px){.gestor-tfcsur-page{height:100vh;width:100vw}.gestor-iframe{height:100%;width:100%}}.not-found-page{min-height:100vh;transition:background .3s,color .3s}.not-found-page.light{background:linear-gradient(135deg,#f8fafc,#eaf1fb)}.not-found-page.dark{background:#191a1b}.not-found-hero{align-items:center;display:flex;justify-content:center;min-height:70vh;padding:120px 0 80px;transition:background .3s,color .3s}.not-found-page.light .not-found-hero{background:linear-gradient(90deg,#f8fafc 60%,#eaf1fb)}.not-found-page.dark .not-found-hero{background:#191a1b}.not-found-hero-content{align-items:center;display:flex;flex:1 1;gap:48px;margin:0 auto;max-width:1400px;padding:0 24px}.not-found-hero-text{display:flex;flex:1 1;flex-direction:column;height:100%;justify-content:center;max-width:600px;text-align:left;z-index:2}.not-found-hero-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:120px;font-weight:700;letter-spacing:-2px;line-height:.8;margin-bottom:16px;transition:color .3s}.not-found-page.dark .not-found-hero-title{color:#fff}.not-found-hero-subtitle{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:36px;font-weight:700;letter-spacing:-1px;line-height:1.1;margin-bottom:24px;transition:color .3s}.not-found-page.dark .not-found-hero-subtitle{color:#fff}.not-found-hero-description{color:#3a4a6b;font-family:Inter,Arial,sans-serif;font-size:1.25rem;font-weight:400;line-height:1.6;margin-bottom:40px;transition:color .3s}.not-found-page.dark .not-found-hero-description{color:#e2e8f0;opacity:.92}.not-found-actions{display:flex;flex-wrap:wrap;gap:16px}.not-found-primary-btn,.not-found-secondary-btn{border:none;border-radius:12px;cursor:pointer;display:inline-block;font-family:Inter,Arial,sans-serif;font-size:1rem;font-weight:600;padding:16px 32px;text-align:center;text-decoration:none;transition:all .3s}.not-found-primary-btn{background:linear-gradient(135deg,#1a2341,#2d3748);box-shadow:0 4px 16px #1a234133;color:#fff}.not-found-primary-btn:hover{box-shadow:0 8px 25px #1a23414d;color:#fff;text-decoration:none;transform:translateY(-2px)}.not-found-secondary-btn{background:#0000;border:2px solid #1a2341;color:#1a2341}.not-found-page.dark .not-found-secondary-btn{border-color:#fff;color:#fff}.not-found-secondary-btn:hover{background:#1a2341;box-shadow:0 8px 25px #1a234133;color:#fff;text-decoration:none;transform:translateY(-2px)}.not-found-page.dark .not-found-secondary-btn:hover{background:#fff;color:#1a2341}.not-found-hero-visual{flex:1 1;height:100%;max-width:600px;min-width:320px;z-index:1}.not-found-hero-visual,.not-found-illustration{align-items:center;display:flex;justify-content:center}.not-found-illustration{flex-direction:column;height:400px;position:relative;width:100%}.error-404{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:180px;font-weight:700;left:50%;opacity:.1;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1}.not-found-page.dark .error-404{color:#fff}.error-icon{animation:float 3s ease-in-out infinite;font-size:80px;position:relative;z-index:2}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.not-found-navigation{padding:80px 0}.not-found-content{margin:0 auto;max-width:1400px;padding:0 24px}.navigation-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:32px;font-weight:700;line-height:1.2;margin-bottom:48px;text-align:center}.not-found-page.dark .navigation-title{color:#fff}.navigation-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:60px}.navigation-card{align-items:center;background:#fff;border-radius:18px;box-shadow:0 8px 32px #1a23411a;color:inherit;display:flex;flex-direction:column;padding:32px;text-align:center;text-decoration:none;transition:all .3s}.not-found-page.dark .navigation-card{background:#232323;box-shadow:0 8px 32px #0000004d}.navigation-card:hover{box-shadow:0 16px 48px #1a234133;color:inherit;text-decoration:none;transform:translateY(-8px)}.not-found-page.dark .navigation-card:hover{box-shadow:0 16px 48px #0006}.card-icon{display:block;font-size:48px;margin-bottom:20px}.card-title{font-size:1.5rem;margin-bottom:12px}.not-found-page.dark .card-title{color:#fff}.card-description{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.5}.not-found-page.dark .card-description{color:#9ca3af}.not-found-help{background:#fff;padding:80px 0;transition:background .3s}.not-found-page.dark .not-found-help{background:#232323}.help-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:28px;font-weight:700;line-height:1.2;margin-bottom:16px;text-align:center}.not-found-page.dark .help-title{color:#fff}.help-description{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.5;margin-bottom:40px;text-align:center}.not-found-page.dark .help-description{color:#9ca3af}.help-actions{display:flex;flex-wrap:wrap;gap:24px;justify-content:center}.help-btn{border:none;border-radius:12px;cursor:pointer;display:inline-block;font-family:Inter,Arial,sans-serif;font-size:1rem;font-weight:600;padding:16px 32px;text-align:center;text-decoration:none;transition:all .3s}.help-btn.primary{background:linear-gradient(135deg,#1a2341,#2d3748);box-shadow:0 4px 16px #1a234133;color:#fff}.help-btn.primary:hover{box-shadow:0 8px 25px #1a23414d;color:#fff;text-decoration:none;transform:translateY(-2px)}.help-btn.secondary{background:#0000;border:2px solid #1a2341;color:#1a2341}.not-found-page.dark .help-btn.secondary{border-color:#fff;color:#fff}.help-btn.secondary:hover{background:#1a2341;box-shadow:0 8px 25px #1a234133;color:#fff;text-decoration:none;transform:translateY(-2px)}.not-found-page.dark .help-btn.secondary:hover{background:#fff;color:#1a2341}@media (max-width:1100px){.not-found-hero{gap:24px;padding:80px 0 60px}.not-found-hero-content{gap:24px}.not-found-hero-text{margin:0 0 0 2vw}.not-found-hero-title{font-size:100px}.not-found-hero-subtitle{font-size:28px}}@media (max-width:900px){.not-found-hero{padding:100px 0 60px}.not-found-hero,.not-found-hero-content{flex-direction:column;gap:32px}.not-found-hero-text,.not-found-hero-visual{height:auto;margin:0;max-width:100%}.not-found-hero-text{padding:0 18px;text-align:center}.not-found-hero-title{font-size:80px}.not-found-hero-subtitle{font-size:24px}.not-found-hero-description{font-size:1.1rem}.not-found-actions{justify-content:center}.error-404{font-size:120px}.error-icon{font-size:60px}.not-found-navigation{padding:60px 0}.not-found-content{padding:0 16px}.navigation-title{font-size:28px}.navigation-grid{gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.navigation-card{padding:24px}.help-title{font-size:24px}}@media (max-width:600px){.not-found-hero-title{font-size:60px}.not-found-hero-subtitle{font-size:20px}.not-found-hero-description{font-size:1rem}.not-found-actions{align-items:center;flex-direction:column}.not-found-primary-btn,.not-found-secondary-btn{max-width:280px;width:100%}.error-404{font-size:80px}.error-icon{font-size:40px}.not-found-navigation{padding:40px 0}.not-found-content{padding:0 16px}.navigation-title{font-size:24px}.navigation-grid{gap:16px;grid-template-columns:1fr}.navigation-card{padding:20px}.card-icon{font-size:36px}.card-title{font-size:1.25rem}.help-title{font-size:24px}.help-actions{align-items:center;flex-direction:column}.help-btn{max-width:280px;width:100%}}@media (max-width:480px){.not-found-hero-title{font-size:48px}.not-found-hero-subtitle{font-size:18px}.error-404{font-size:60px}.error-icon{font-size:32px}.navigation-card{padding:16px}.card-icon{font-size:32px}.card-title{font-size:1.1rem}.card-description{font-size:.9rem}}@media (max-width:375px){.not-found-hero-title{font-size:40px}.not-found-hero-subtitle{font-size:16px}.error-404{font-size:48px}.error-icon{font-size:28px}}.agentes-digitalizadores-page{min-height:100vh;transition:background .3s,color .3s}.agentes-digitalizadores-page.light{background:linear-gradient(135deg,#f8fafc,#eaf1fb)}.agentes-digitalizadores-page.dark{background:#191a1b}.agentes-hero{align-items:center;display:flex;gap:48px;justify-content:center;min-height:60vh;padding:80px 0 60px;transition:background .3s,color .3s}.agentes-digitalizadores-page.light .agentes-hero{background:linear-gradient(90deg,#f8fafc 60%,#eaf1fb)}.agentes-digitalizadores-page.dark .agentes-hero{background:#191a1b}.agentes-hero-content{align-items:center;display:flex;flex:1 1;gap:48px;margin:0 auto;max-width:1400px;padding:0 24px}.agentes-hero-text{display:flex;flex:1 1;flex-direction:column;height:100%;justify-content:center;max-width:540px;text-align:left;z-index:2}.agentes-hero-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:48px;font-weight:700;letter-spacing:-1px;line-height:1.08;margin-bottom:20px;transition:color .3s}.agentes-digitalizadores-page.dark .agentes-hero-title{color:#fff}.agentes-hero-subtitle{color:#3a4a6b;font-family:Inter,Arial,sans-serif;font-size:1.22rem;font-weight:400;line-height:1.5;margin-bottom:32px;transition:color .3s}.agentes-digitalizadores-page.dark .agentes-hero-subtitle{color:#e2e8f0;opacity:.92}.agentes-hero-stats{display:flex;gap:40px;margin-top:32px}.agentes-digitalizadores-page.dark .hero-stat-number{color:#fff}.agentes-digitalizadores-page.dark .hero-stat-label{color:#9ca3af}.agentes-hero-video{flex:1 1;height:100%;max-width:800px;min-width:320px;z-index:1}.agentes-hero-video,.agentes-hero-visual{align-items:center;display:flex;justify-content:center}.agentes-hero-visual{aspect-ratio:16/9;background:#fff;border-radius:18px;box-shadow:0 8px 32px #1a23411a;height:90vh;max-height:600px;min-height:420px;overflow:hidden;width:100%}.agentes-digitalizadores-page.dark .agentes-hero-visual{background:#232323;box-shadow:0 8px 32px #0000004d}.agentes-hero-visual video{border-radius:18px;height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.agentes-hero-visual:hover video{transform:scale(1.02)}.agentes-digitalizadores-page.light .beneficios-section{background:#fff}.agentes-digitalizadores-page.dark .beneficios-section{background:#232323}.agentes-digitalizadores-page.dark .beneficios-title{color:#fff}.agentes-digitalizadores-page.dark .beneficios-subtitle{color:#9ca3af}.agentes-digitalizadores-page.dark .beneficio-card{background:#2a2a2a;box-shadow:0 8px 32px #0000004d}.agentes-digitalizadores-page.dark .beneficio-card:hover{box-shadow:0 16px 48px #0006}.agentes-digitalizadores-page.dark .beneficio-title{color:#fff}.agentes-digitalizadores-page.dark .beneficio-description{color:#9ca3af}.agentes-digitalizadores-page.light .proceso-section{background:linear-gradient(135deg,#f8fafc,#eaf1fb)}.agentes-digitalizadores-page.dark .proceso-section{background:#191a1b}.agentes-digitalizadores-page.dark .proceso-title{color:#fff}.agentes-digitalizadores-page.dark .proceso-subtitle{color:#9ca3af}.agentes-digitalizadores-page.dark .proceso-step{background:#2a2a2a;box-shadow:0 8px 32px #0000004d}.agentes-digitalizadores-page.dark .proceso-step:hover{box-shadow:0 12px 40px #0006}.agentes-digitalizadores-page.dark .step-title{color:#fff}.agentes-digitalizadores-page.dark .step-description{color:#9ca3af}.agentes-main{padding:80px 0}.agentes-content{grid-gap:80px;align-items:start;display:grid;gap:80px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1400px;padding:0 24px}.agentes-form-section{background:#fff;border-radius:18px;box-shadow:0 8px 32px #1a23411a;padding:40px;transition:all .3s}.agentes-digitalizadores-page.dark .agentes-form-section{background:#232323;box-shadow:0 8px 32px #0000004d}.agentes-digitalizadores-page.dark .form-title{color:#fff}.agentes-digitalizadores-page.dark .form-subtitle{color:#9ca3af}.agentes-digitalizadores-page.dark .hubspot-form-container .hs-form-field label{color:#e5e7eb}.agentes-digitalizadores-page.dark .hubspot-form-container .hs-form-field input,.agentes-digitalizadores-page.dark .hubspot-form-container .hs-form-field select,.agentes-digitalizadores-page.dark .hubspot-form-container .hs-form-field textarea{background:#374151;border-color:#4b5563;color:#fff}.agentes-digitalizadores-page.dark .hubspot-form-container .hs-form-field input:focus,.agentes-digitalizadores-page.dark .hubspot-form-container .hs-form-field select:focus,.agentes-digitalizadores-page.dark .hubspot-form-container .hs-form-field textarea:focus{border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa1a}.agentes-info-section{background:#fff;border-radius:18px;box-shadow:0 8px 32px #1a23411a;padding:40px;transition:all .3s}.agentes-digitalizadores-page.dark .agentes-info-section{background:#232323;box-shadow:0 8px 32px #0000004d}.agentes-digitalizadores-page.dark .info-title{color:#fff}.agentes-digitalizadores-page.dark .info-subtitle{color:#9ca3af}.agentes-digitalizadores-page.dark .info-card{background:#2a2a2a}.agentes-digitalizadores-page.dark .info-card:hover{box-shadow:0 8px 25px #0000004d}.agentes-digitalizadores-page.dark .card-title{color:#fff}.agentes-digitalizadores-page.dark .card-list li{color:#9ca3af}.agentes-digitalizadores-page.dark .contact-method{background:#2a2a2a}.agentes-digitalizadores-page.dark .contact-method:hover{box-shadow:0 8px 25px #0000004d}.agentes-digitalizadores-page.dark .method-title{color:#fff}.agentes-digitalizadores-page.dark .method-value{color:#e5e7eb}.agentes-digitalizadores-page.dark .method-value a:hover{color:#60a5fa}.agentes-digitalizadores-page.dark .method-description{color:#9ca3af}.agentes-benefits{background:linear-gradient(135deg,#f8fafc,#eaf1fb);border-radius:12px;padding:24px;transition:all .3s}.agentes-digitalizadores-page.dark .agentes-benefits{background:#2a2a2a}.agentes-digitalizadores-page.dark .benefits-title{color:#fff}.agentes-digitalizadores-page.dark .benefit-text{color:#e5e7eb}.modulos-requirements{background:#f9fafb}.modulos-section.dark .modulos-requirements{background:#374151}.requirements-list li{padding:8px 0 8px 25px}@media (max-width:1100px){.agentes-hero{gap:24px;padding:48px 0 32px}.agentes-hero-content{gap:24px}.agentes-hero-text{margin:0 0 0 2vw}.agentes-hero-video{max-width:100vw}.agentes-hero-visual{height:60vh;max-height:420px;min-height:320px}}@media (max-width:1200px){.agentes-content{gap:60px}.beneficios-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media (max-width:900px){.agentes-hero{padding:80px 0 32px}.agentes-hero,.agentes-hero-content{flex-direction:column;gap:32px}.agentes-hero-text,.agentes-hero-video{height:auto;margin:0;max-width:100%}.agentes-hero-text{padding:0 18px}.agentes-hero-video{height:auto;max-width:100vw;min-width:0;order:-1}.agentes-hero-visual{aspect-ratio:16/9;height:220px;max-height:340px;max-width:100vw;min-height:180px}.agentes-hero-visual video{height:100%;object-fit:cover;width:100%}.agentes-hero-title{font-size:2.5rem}.agentes-hero-subtitle{font-size:1.1rem}.agentes-hero-stats{gap:40px}.hero-stat-number{font-size:2rem}.agentes-main{padding:60px 0}.agentes-content{gap:40px;grid-template-columns:1fr}.agentes-form-section{order:1}.beneficios-grid,.proceso-steps{grid-template-columns:1fr}}@media (max-width:600px){.agentes-hero-title{font-size:2rem}.agentes-hero-subtitle{font-size:1rem}.agentes-hero-stats{flex-wrap:wrap;gap:24px;justify-content:center}.hero-stat{flex:1 1;min-width:80px;text-align:center}.hero-stat-number{font-size:1.5rem}.hero-stat-label,.hero-stat-number{overflow-wrap:break-word;word-break:break-word}.hero-stat-label{font-size:.75rem}.agentes-main{padding:40px 0}.agentes-content{padding:0 16px}.agentes-form-section{padding:24px}.form-title,.info-title{font-size:24px}.contact-method{padding:16px}.beneficios-title,.proceso-title{font-size:28px}.proceso-step{padding:24px}.step-number{font-size:1rem;height:40px;width:40px}.hubspot-form-container .hs-button{display:block;margin:0 auto;text-align:center}.hubspot-form-container .hs-form{text-align:center}}@media (max-width:480px){.agentes-hero-stats{align-items:center;flex-direction:column;gap:16px}.hero-stat{max-width:200px;text-align:center;width:100%}.hero-stat-number{font-size:1.25rem}.hero-stat-label{font-size:.7rem}.hubspot-form-container .hs-button{margin:0 auto;max-width:280px;width:100%}}@media (max-width:375px){.agentes-hero-stats{gap:12px}.hero-stat-number{font-size:1.1rem}.hero-stat-label{font-size:.65rem}}.agentes-digitalizadores-page.dark .hubspot-form-container,.agentes-digitalizadores-page.dark .hubspot-form-container *,.agentes-digitalizadores-page.dark .hubspot-form-container .hs-form-field .hs-label,.agentes-digitalizadores-page.dark .hubspot-form-container .hs-form-field label,.agentes-digitalizadores-page.dark .hubspot-form-container .hs-form-field legend,.agentes-digitalizadores-page.dark .hubspot-form-container div,.agentes-digitalizadores-page.dark .hubspot-form-container h1,.agentes-digitalizadores-page.dark .hubspot-form-container h2,.agentes-digitalizadores-page.dark .hubspot-form-container h3,.agentes-digitalizadores-page.dark .hubspot-form-container h4,.agentes-digitalizadores-page.dark .hubspot-form-container h5,.agentes-digitalizadores-page.dark .hubspot-form-container h6,.agentes-digitalizadores-page.dark .hubspot-form-container iframe,.agentes-digitalizadores-page.dark .hubspot-form-container iframe *,.agentes-digitalizadores-page.dark .hubspot-form-container label,.agentes-digitalizadores-page.dark .hubspot-form-container legend,.agentes-digitalizadores-page.dark .hubspot-form-container p,.agentes-digitalizadores-page.dark .hubspot-form-container span,.agentes-digitalizadores-page.dark [class*=hs-],.agentes-digitalizadores-page.dark [class*=hubspot]{color:#fff!important}.agentes-digitalizadores-page.dark .hubspot-form-container input,.agentes-digitalizadores-page.dark .hubspot-form-container select,.agentes-digitalizadores-page.dark .hubspot-form-container textarea{background:#374151!important;border-color:#4b5563!important;color:#fff!important}.agentes-digitalizadores-page.dark .hubspot-form-container .hs-button{background:linear-gradient(135deg,#18191a,#232323)!important;border:none!important;border-radius:10px!important;color:#fff!important;cursor:pointer!important;font-weight:600!important;padding:16px 32px!important}.agentes-digitalizadores-page.dark .hubspot-form-container .hs-button:hover{box-shadow:0 8px 25px #0000004d!important;transform:translateY(-2px)!important}.agentes-digitalizadores-page.dark .hubspot-form-container .hs-form-field .hs-error-msgs label,.agentes-digitalizadores-page.dark .hubspot-form-container .hs-form-field .hs-form-required,.agentes-digitalizadores-page.dark .hubspot-form-container .hs-form-field .hs-label,.agentes-digitalizadores-page.dark .hubspot-form-container .hs-form-field label,.agentes-digitalizadores-page.dark .hubspot-form-container .hs-form-field legend{color:#fff!important;font-weight:500!important}.agentes-digitalizadores-page.dark .hubspot-form-container .hs-form-field *,.agentes-digitalizadores-page.dark .hubspot-form-container .hs-form-field--captcha *,.agentes-digitalizadores-page.dark .hubspot-form-container .hs-form-field--captcha label,.agentes-digitalizadores-page.dark .hubspot-form-container .hs-form-field--captcha span,.agentes-digitalizadores-page.dark .hubspot-form-container .hs-form-field--error *,.agentes-digitalizadores-page.dark .hubspot-form-container .hs-form-field--required *,.agentes-digitalizadores-page.dark .hubspot-form-container .hs-form-field__div,.agentes-digitalizadores-page.dark .hubspot-form-container .hs-form-field__label,.agentes-digitalizadores-page.dark .hubspot-form-container .hs-form-field__legend,.agentes-digitalizadores-page.dark .hubspot-form-container .hs-form-field__span,.agentes-digitalizadores-page.dark .hubspot-form-container :not(input):not(textarea):not(select):not(button),.agentes-digitalizadores-page.dark .hubspot-form-container [class*=div],.agentes-digitalizadores-page.dark .hubspot-form-container [class*=label],.agentes-digitalizadores-page.dark .hubspot-form-container [class*=legend],.agentes-digitalizadores-page.dark .hubspot-form-container [class*=span]{color:#fff!important}@media (max-width:768px){.modulos-title{font-size:2rem}.modulos-grid{gap:20px;grid-template-columns:1fr}.modulo-card{padding:25px}.modulos-info{gap:30px;grid-template-columns:1fr}.modulos-highlight,.modulos-requirements{padding:25px}}@media (max-width:480px){.modulos-section{padding:60px 0}.modulos-title{font-size:1.8rem}.modulo-card{padding:20px}.modulo-details{align-items:flex-start;flex-direction:column;gap:10px}}.kit-consulting-page{min-height:100vh;transition:background .3s,color .3s}.kit-consulting-page.light{background:linear-gradient(135deg,#f8fafc,#eaf1fb)}.kit-consulting-page.dark{background:#191a1b}.kit-hero{align-items:center;display:flex;gap:48px;justify-content:center;min-height:60vh;padding:80px 0 60px;transition:background .3s,color .3s}.kit-consulting-page.light .kit-hero{background:linear-gradient(90deg,#f8fafc 60%,#eaf1fb)}.kit-consulting-page.dark .kit-hero{background:#191a1b}.kit-hero-content{align-items:center;display:flex;flex:1 1;gap:48px;margin:0 auto;max-width:1400px;padding:0 24px}.kit-hero-text{display:flex;flex:1 1;flex-direction:column;height:100%;justify-content:center;max-width:540px;text-align:left;z-index:2}.kit-hero-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:48px;font-weight:700;letter-spacing:-1px;line-height:1.08;margin-bottom:20px;transition:color .3s}.kit-consulting-page.dark .kit-hero-title{color:#fff}.kit-hero-subtitle{color:#3a4a6b;font-family:Inter,Arial,sans-serif;font-size:1.22rem;font-weight:400;line-height:1.5;margin-bottom:32px;transition:color .3s}.kit-consulting-page.dark .kit-hero-subtitle{color:#e2e8f0;opacity:.92}.kit-hero-stats{display:flex;gap:40px;margin-top:32px}.hero-stat{text-align:left}.hero-stat-number{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2rem;font-weight:700;line-height:1;margin-bottom:4px}.kit-consulting-page.dark .hero-stat-number{color:#fff}.hero-stat-label{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:.85rem;font-weight:500;letter-spacing:.5px;line-height:1.2;text-transform:uppercase}.kit-consulting-page.dark .hero-stat-label{color:#9ca3af}.kit-hero-video{flex:1 1;height:100%;max-width:800px;min-width:320px;z-index:1}.kit-hero-video,.kit-hero-visual{align-items:center;display:flex;justify-content:center}.kit-hero-visual{aspect-ratio:16/9;background:#fff;border-radius:18px;box-shadow:0 8px 32px #1a23411a;height:90vh;max-height:600px;min-height:420px;overflow:hidden;width:100%}.kit-consulting-page.dark .kit-hero-visual{background:#232323;box-shadow:0 8px 32px #0000004d}.kit-hero-visual video{border-radius:18px;height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.kit-hero-visual:hover video{transform:scale(1.02)}.beneficios-section{padding:80px 0;transition:background .3s,color .3s}.kit-consulting-page.light .beneficios-section{background:#fff}.kit-consulting-page.dark .beneficios-section{background:#232323}.beneficios-content{margin:0 auto;max-width:1400px;padding:0 24px}.beneficios-header{margin-bottom:60px;text-align:center}.beneficios-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:36px;font-weight:700;line-height:1.2;margin-bottom:16px}.kit-consulting-page.dark .beneficios-title{color:#fff}.beneficios-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.5}.kit-consulting-page.dark .beneficios-subtitle{color:#9ca3af}.beneficios-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.beneficio-card{background:#fff;border-radius:18px;box-shadow:0 8px 32px #1a23411a;padding:32px;text-align:center;transition:all .3s}.kit-consulting-page.dark .beneficio-card{background:#2a2a2a;box-shadow:0 8px 32px #0000004d}.beneficio-card:hover{box-shadow:0 16px 48px #1a234126;transform:translateY(-8px)}.kit-consulting-page.dark .beneficio-card:hover{box-shadow:0 16px 48px #0006}.beneficio-icon{display:block;margin-bottom:20px}.beneficio-title{font-size:1.4rem;font-weight:700;line-height:1.2;margin-bottom:16px}.kit-consulting-page.dark .beneficio-title{color:#fff}.beneficio-description{font-weight:400;line-height:1.5}.kit-consulting-page.dark .beneficio-description{color:#9ca3af}.proceso-section{padding:80px 0;transition:background .3s,color .3s}.kit-consulting-page.light .proceso-section{background:linear-gradient(135deg,#f8fafc,#eaf1fb)}.kit-consulting-page.dark .proceso-section{background:#191a1b}.proceso-content{margin:0 auto;max-width:1400px;padding:0 24px}.proceso-header{margin-bottom:60px;text-align:center}.proceso-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:36px;font-weight:700;line-height:1.2;margin-bottom:16px}.kit-consulting-page.dark .proceso-title{color:#fff}.proceso-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.5}.kit-consulting-page.dark .proceso-subtitle{color:#9ca3af}.proceso-steps{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.proceso-step{background:#fff;border-radius:18px;box-shadow:0 8px 32px #1a23411a;gap:20px;padding:32px;transition:all .3s}.kit-consulting-page.dark .proceso-step{background:#2a2a2a;box-shadow:0 8px 32px #0000004d}.proceso-step:hover{box-shadow:0 12px 40px #1a234126;transform:translateY(-4px)}.kit-consulting-page.dark .proceso-step:hover{box-shadow:0 12px 40px #0006}.step-number{background:linear-gradient(135deg,#1a2341,#2d3748);box-shadow:0 4px 12px #1a23414d;font-size:1.2rem;height:48px;width:48px}.step-title{font-size:1.3rem;font-weight:700;line-height:1.2;margin-bottom:12px}.kit-consulting-page.dark .step-title{color:#fff}.step-description{font-size:1rem;font-weight:400;line-height:1.5}.kit-consulting-page.dark .step-description{color:#9ca3af}.kit-main{padding:80px 0}.kit-content{grid-gap:80px;align-items:start;display:grid;gap:80px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1400px;padding:0 24px}.kit-form-section{background:#fff;border-radius:18px;box-shadow:0 8px 32px #1a23411a;padding:40px;transition:all .3s}.kit-consulting-page.dark .kit-form-section{background:#232323;box-shadow:0 8px 32px #0000004d}.form-header{margin-bottom:32px}.form-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:32px;font-weight:700;line-height:1.2;margin-bottom:16px}.kit-consulting-page.dark .form-title{color:#fff}.form-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.5}.kit-consulting-page.dark .form-subtitle{color:#9ca3af}.hubspot-form-container{margin:0 auto;max-width:800px;min-height:400px;width:100%}.hubspot-form-container .hs-form{width:100%}.hubspot-form-container .hs-form-field{margin-bottom:24px}.hubspot-form-container .hs-form-field label{color:#374151;display:block;font-family:Inter,Arial,sans-serif;font-size:.9rem;font-weight:600;margin-bottom:8px}.kit-consulting-page.dark .hubspot-form-container .hs-form-field label{color:#e5e7eb}.hubspot-form-container .hs-form-field input,.hubspot-form-container .hs-form-field select,.hubspot-form-container .hs-form-field textarea{background:#fff;border:2px solid #e5e7eb;border-radius:10px;box-sizing:border-box;color:#1f2937;font-family:Inter,Arial,sans-serif;font-size:1rem;padding:12px 16px;transition:all .3s;width:100%}.kit-consulting-page.dark .hubspot-form-container .hs-form-field input,.kit-consulting-page.dark .hubspot-form-container .hs-form-field select,.kit-consulting-page.dark .hubspot-form-container .hs-form-field textarea{background:#374151;border-color:#4b5563;color:#fff}.hubspot-form-container .hs-form-field input:focus,.hubspot-form-container .hs-form-field select:focus,.hubspot-form-container .hs-form-field textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.kit-consulting-page.dark .hubspot-form-container .hs-form-field input:focus,.kit-consulting-page.dark .hubspot-form-container .hs-form-field select:focus,.kit-consulting-page.dark .hubspot-form-container .hs-form-field textarea:focus{border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa1a}.hubspot-form-container .hs-form-field textarea{min-height:120px;resize:vertical}.hubspot-form-container .hs-button{background:linear-gradient(135deg,#1a2341,#2d3748);border:none;border-radius:10px;color:#fff;cursor:pointer;font-family:Inter,Arial,sans-serif;font-size:1rem;font-weight:600;margin-top:16px;padding:16px 32px;transition:all .3s;width:100%}.hubspot-form-container .hs-button:hover{box-shadow:0 8px 25px #1a234133;transform:translateY(-2px)}.kit-info-section{background:#fff;border-radius:18px;box-shadow:0 8px 32px #1a23411a;padding:40px;transition:all .3s}.kit-consulting-page.dark .kit-info-section{background:#232323;box-shadow:0 8px 32px #0000004d}.info-header{margin-bottom:32px}.info-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:28px;font-weight:700;line-height:1.2;margin-bottom:16px}.kit-consulting-page.dark .info-title{color:#fff}.info-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.5}.kit-consulting-page.dark .info-subtitle{color:#9ca3af}.info-cards{display:flex;flex-direction:column;gap:24px;margin-bottom:32px}.info-card{background:#f8fafc;border-radius:12px;padding:24px;transition:all .3s}.kit-consulting-page.dark .info-card{background:#2a2a2a}.info-card:hover{box-shadow:0 8px 25px #1a234126;transform:translateY(-2px)}.kit-consulting-page.dark .info-card:hover{box-shadow:0 8px 25px #0000004d}.card-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:1.2rem;font-weight:700;line-height:1.2;margin-bottom:16px}.kit-consulting-page.dark .card-title{color:#fff}.card-list{list-style:none;margin:0;padding:0}.card-list li{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:.95rem;font-weight:400;line-height:1.5;margin-bottom:8px;padding-left:20px;position:relative}.kit-consulting-page.dark .card-list li{color:#9ca3af}.card-list li:before{color:#10b981;content:"✓";font-weight:700;left:0;position:absolute}.card-list li:last-child{margin-bottom:0}.contact-methods{display:flex;flex-direction:column;gap:24px;margin-bottom:32px}.contact-method{align-items:center;background:#f8fafc;border-radius:12px;display:flex;gap:16px;padding:20px;transition:all .3s}.kit-consulting-page.dark .contact-method{background:#2a2a2a}.contact-method:hover{box-shadow:0 8px 25px #1a234126;transform:translateY(-2px)}.kit-consulting-page.dark .contact-method:hover{box-shadow:0 8px 25px #0000004d}.method-content{flex:1 1}.method-title{color:#1a2341;font-family:Inter,Arial,sans-serif;font-size:1.1rem;font-weight:600;margin-bottom:4px}.kit-consulting-page.dark .method-title{color:#fff}.method-value{color:#374151;font-family:Inter,Arial,sans-serif;font-size:1rem;font-weight:500;margin-bottom:2px}.kit-consulting-page.dark .method-value{color:#e5e7eb}.method-value a{color:inherit;text-decoration:none;transition:color .3s ease}.method-value a:hover{color:#3b82f6}.kit-consulting-page.dark .method-value a:hover{color:#60a5fa}.method-description{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:.85rem;font-weight:400}.kit-consulting-page.dark .method-description{color:#9ca3af}.kit-benefits{background:linear-gradient(135deg,#f8fafc,#eaf1fb);border-radius:12px;padding:24px;transition:all .3s}.kit-consulting-page.dark .kit-benefits{background:#2a2a2a}.benefits-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:1.2rem;font-weight:700;margin-bottom:16px;text-align:center}.kit-consulting-page.dark .benefits-title{color:#fff}.benefits-list{display:flex;flex-direction:column;gap:12px}.benefit-item{gap:12px}.benefit-icon,.benefit-item{align-items:center;display:flex}.benefit-icon{background:#10b981;border-radius:50%;box-shadow:0 2px 8px #10b9814d;color:#fff;flex-shrink:0;font-size:.8rem;font-weight:700;height:24px;justify-content:center;width:24px}.benefit-text{color:#374151;font-family:Inter,Arial,sans-serif;font-size:.9rem;font-weight:500;line-height:1.4}.kit-consulting-page.dark .benefit-text{color:#e5e7eb}@media (max-width:1100px){.kit-hero{gap:24px;padding:48px 0 32px}.kit-hero-content{gap:24px}.kit-hero-text{margin:0 0 0 2vw}.kit-hero-video{max-width:100vw}.kit-hero-visual{height:60vh;max-height:420px;min-height:320px}}@media (max-width:1200px){.kit-content{gap:60px}.beneficios-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media (max-width:900px){.kit-hero{padding:80px 0 32px}.kit-hero,.kit-hero-content{flex-direction:column;gap:32px}.kit-hero-text,.kit-hero-video{height:auto;margin:0;max-width:100%}.kit-hero-text{padding:0 18px}.kit-hero-video{height:auto;max-width:100vw;min-width:0;order:-1}.kit-hero-visual{aspect-ratio:16/9;height:220px;max-height:340px;max-width:100vw;min-height:180px}.kit-hero-visual video{height:100%;object-fit:cover;width:100%}.kit-hero-title{font-size:2.5rem}.kit-hero-subtitle{font-size:1.1rem}.kit-hero-stats{gap:40px}.hero-stat-number{font-size:2rem}.kit-main{padding:60px 0}.kit-content{gap:40px;grid-template-columns:1fr}.kit-form-section{order:1}.beneficios-grid,.proceso-steps{grid-template-columns:1fr}}@media (max-width:600px){.kit-hero-title{font-size:2rem}.kit-hero-subtitle{font-size:1rem}.kit-hero-stats{flex-wrap:wrap;gap:24px;justify-content:center}.hero-stat{flex:1 1;min-width:80px;text-align:center}.hero-stat-number{font-size:1.5rem}.hero-stat-label,.hero-stat-number{overflow-wrap:break-word;word-break:break-word}.hero-stat-label{font-size:.75rem}.kit-main{padding:40px 0}.kit-content{padding:0 16px}.kit-form-section{padding:24px}.form-title,.info-title{font-size:24px}.contact-method{padding:16px}.beneficios-title,.proceso-title{font-size:28px}.proceso-step{padding:24px}.step-number{font-size:1rem;height:40px;width:40px}.hubspot-form-container .hs-button{display:block;margin:0 auto;text-align:center}.hubspot-form-container .hs-form{text-align:center}}@media (max-width:480px){.kit-hero-stats{align-items:center;flex-direction:column;gap:16px}.hero-stat{max-width:200px;text-align:center;width:100%}.hero-stat-number{font-size:1.25rem}.hero-stat-label{font-size:.7rem}.hubspot-form-container .hs-button{margin:0 auto;max-width:280px;width:100%}}@media (max-width:375px){.kit-hero-stats{gap:12px}.hero-stat-number{font-size:1.1rem}.hero-stat-label{font-size:.65rem}}.kit-consulting-page.dark .hubspot-form-container,.kit-consulting-page.dark .hubspot-form-container *,.kit-consulting-page.dark .hubspot-form-container .hs-form-field .hs-label,.kit-consulting-page.dark .hubspot-form-container .hs-form-field label,.kit-consulting-page.dark .hubspot-form-container .hs-form-field legend,.kit-consulting-page.dark .hubspot-form-container div,.kit-consulting-page.dark .hubspot-form-container h1,.kit-consulting-page.dark .hubspot-form-container h2,.kit-consulting-page.dark .hubspot-form-container h3,.kit-consulting-page.dark .hubspot-form-container h4,.kit-consulting-page.dark .hubspot-form-container h5,.kit-consulting-page.dark .hubspot-form-container h6,.kit-consulting-page.dark .hubspot-form-container iframe,.kit-consulting-page.dark .hubspot-form-container iframe *,.kit-consulting-page.dark .hubspot-form-container label,.kit-consulting-page.dark .hubspot-form-container legend,.kit-consulting-page.dark .hubspot-form-container p,.kit-consulting-page.dark .hubspot-form-container span,.kit-consulting-page.dark [class*=hs-],.kit-consulting-page.dark [class*=hubspot]{color:#fff!important}.kit-consulting-page.dark .hubspot-form-container input,.kit-consulting-page.dark .hubspot-form-container select,.kit-consulting-page.dark .hubspot-form-container textarea{background:#374151!important;border-color:#4b5563!important;color:#fff!important}.kit-consulting-page.dark .hubspot-form-container .hs-button{background:linear-gradient(135deg,#18191a,#232323)!important;border:none!important;border-radius:10px!important;color:#fff!important;cursor:pointer!important;font-weight:600!important;padding:16px 32px!important}.kit-consulting-page.dark .hubspot-form-container .hs-button:hover{box-shadow:0 8px 25px #0000004d!important;transform:translateY(-2px)!important}.kit-consulting-page.dark .hubspot-form-container .hs-form-field .hs-error-msgs label,.kit-consulting-page.dark .hubspot-form-container .hs-form-field .hs-form-required,.kit-consulting-page.dark .hubspot-form-container .hs-form-field .hs-label,.kit-consulting-page.dark .hubspot-form-container .hs-form-field label,.kit-consulting-page.dark .hubspot-form-container .hs-form-field legend{color:#fff!important;font-weight:500!important}.kit-consulting-page.dark .hubspot-form-container .hs-form-field *,.kit-consulting-page.dark .hubspot-form-container .hs-form-field--captcha *,.kit-consulting-page.dark .hubspot-form-container .hs-form-field--captcha label,.kit-consulting-page.dark .hubspot-form-container .hs-form-field--captcha span,.kit-consulting-page.dark .hubspot-form-container .hs-form-field--error *,.kit-consulting-page.dark .hubspot-form-container .hs-form-field--required *,.kit-consulting-page.dark .hubspot-form-container .hs-form-field__div,.kit-consulting-page.dark .hubspot-form-container .hs-form-field__label,.kit-consulting-page.dark .hubspot-form-container .hs-form-field__legend,.kit-consulting-page.dark .hubspot-form-container .hs-form-field__span,.kit-consulting-page.dark .hubspot-form-container :not(input):not(textarea):not(select):not(button),.kit-consulting-page.dark .hubspot-form-container [class*=div],.kit-consulting-page.dark .hubspot-form-container [class*=label],.kit-consulting-page.dark .hubspot-form-container [class*=legend],.kit-consulting-page.dark .hubspot-form-container [class*=span]{color:#fff!important}.modulos-section{padding:80px 0;transition:background .3s,color .3s}.modulos-section.light{background:linear-gradient(135deg,#f8fafc,#eaf1fb)}.modulos-section.dark{background:#1a1b1c}.modulos-content{margin:0 auto;max-width:1200px;padding:0 20px}.modulos-header{margin-bottom:60px;text-align:center}.modulos-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#192239,#374151);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:700;margin-bottom:20px}.modulos-section.dark .modulos-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#e5e7eb,#9ca3af);-webkit-background-clip:text;background-clip:text}.modulos-subtitle{color:#6b7280;font-size:1.2rem;margin:0 auto;max-width:600px}.modulos-section.dark .modulos-subtitle{color:#9ca3af}.modulos-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:60px}.modulo-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;box-shadow:0 10px 30px #0000001a;padding:30px;transition:all .3s ease}.modulos-section.dark .modulo-card{background:#2d3748;border-color:#4a5568;box-shadow:0 10px 30px #0000004d}.modulo-card:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-5px)}.modulos-section.dark .modulo-card:hover{box-shadow:0 20px 40px #0006}.modulo-icon{display:block;font-size:2.5rem;margin-bottom:20px}.modulo-title{color:#1f2937;margin-bottom:15px}.modulos-section.dark .modulo-title{color:#f3f4f6}.modulo-description{margin-bottom:20px}.modulos-section.dark .modulo-description{color:#9ca3af}.modulo-details{align-items:center;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;padding-top:15px}.modulos-section.dark .modulo-details{border-top-color:#4a5568}.modulo-value{color:#059669;font-size:.9rem;font-weight:600}.modulos-section.dark .modulo-value{color:#10b981}.modulo-duration{color:#6b7280;font-size:.85rem}.modulos-section.dark .modulo-duration{color:#9ca3af}.modulos-info{grid-gap:40px;display:grid;gap:40px;grid-template-columns:1fr 1fr;margin-top:60px}.modulos-highlight{background:linear-gradient(135deg,#192239,#374151);border-radius:20px;box-shadow:0 10px 30px #1922394d;color:#fff;padding:30px}.modulos-section.dark .modulos-highlight{background:linear-gradient(135deg,#18191a,#232323)}.highlight-title{font-size:1.3rem;font-weight:600;margin-bottom:15px}.highlight-text{font-size:1rem;line-height:1.6;margin-bottom:20px}.highlight-features{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.feature-item{align-items:center;display:flex;gap:10px}.feature-icon{color:#10b981;font-size:1.1rem;font-weight:700}.feature-text{color:#e5e7eb;font-size:.9rem}.modulos-requirements{background:#fff;border:1px solid #e5e7eb;border-radius:20px;box-shadow:0 10px 30px #0000001a;padding:30px}.modulos-section.dark .modulos-requirements{background:#2d3748;border-color:#4a5568;box-shadow:0 10px 30px #0000004d}.requirements-title{color:#1f2937;font-size:1.3rem;font-weight:600;margin-bottom:20px}.modulos-section.dark .requirements-title{color:#f3f4f6}.requirements-list{list-style:none;margin:0;padding:0}.requirements-list li{border-bottom:1px solid #e5e7eb;color:#6b7280;padding:10px 0 10px 25px;position:relative}.modulos-section.dark .requirements-list li{border-bottom-color:#4a5568;color:#9ca3af}.requirements-list li:last-child{border-bottom:none}.requirements-list li:before{color:#059669;content:"✓";font-weight:700;left:0;position:absolute}.modulos-section.dark .requirements-list li:before{color:#10b981}@media (max-width:768px){.modulos-title{font-size:2rem}.modulos-grid{gap:20px;grid-template-columns:1fr}.modulo-card{padding:20px}.modulos-info{grid-template-columns:1fr}.modulos-highlight,.modulos-requirements{padding:20px}}@media (max-width:480px){.modulos-section{padding:40px 0}.modulos-title{font-size:1.8rem}.modulo-card{padding:15px}.modulo-details{align-items:flex-start;flex-direction:column;gap:10px}}.swiftlink-page{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh;overflow-x:hidden}.swiftlink-page.light{background:linear-gradient(135deg,#f8fafc,#e2e8f0);color:#1a202c}.swiftlink-page.dark{background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff}.time-display{background:#ffffffe6;border:1px solid #e2e8f0cc;border-radius:12px;box-shadow:0 4px 20px #00000014}.time-date,.time-hour{color:#4a5568;font-weight:500}.time-hour{font-size:.875rem}.main-content{box-sizing:border-box;padding:2rem}.main-title{color:#192239;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:600;letter-spacing:-.02em;margin-bottom:1.5rem}.main-subtitle{color:#4a5568;font-size:1.25rem;font-weight:500;margin-bottom:3rem;max-width:800px}.content-container{margin:0 auto;max-width:1400px;padding:0;width:100%}.timeline-section{margin:0 auto;max-width:800px;padding:0 2rem}.timeline{padding-left:2rem;position:relative}.timeline:before{background:linear-gradient(180deg,#3b82f6,#10b981);border-radius:1px;bottom:0;content:"";left:1rem;position:absolute;top:0;width:2px}.timeline-item{margin-bottom:3rem;padding-left:3rem;position:relative}.timeline-item:last-child{margin-bottom:0}.timeline-marker{background:linear-gradient(135deg,#3b82f6,#10b981);border:3px solid #ffffffe6;border-radius:50%;box-shadow:0 0 0 3px #3b82f633;height:1rem;left:-1.5rem;position:absolute;top:.5rem;width:1rem;z-index:2}.timeline-content{background:#ffffffe6;border:1px solid #e2e8f0cc;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:2rem;position:relative;transition:all .3s ease}.timeline-content:before{border-bottom:.5rem solid #0000;border-right:.5rem solid #ffffffe6;border-top:.5rem solid #0000;content:"";height:0;left:-.5rem;position:absolute;top:1.5rem;width:0}.timeline-content:hover{box-shadow:0 8px 32px #0000001f;transform:translateY(-2px)}.timeline-date{background:#3b82f61a;border:1px solid #3b82f633;border-radius:20px;color:#3b82f6;display:inline-block;font-size:.875rem;font-weight:600;margin-bottom:1rem;padding:.5rem 1rem}.timeline-title{color:#192239;font-size:1.25rem;font-weight:700;line-height:1.3;margin:0 0 .75rem}.timeline-description{color:#4a5568;font-size:1rem;line-height:1.6;margin:0}.cards-container{grid-gap:3rem;align-items:stretch;box-sizing:border-box;display:grid;gap:3rem;grid-template-columns:1fr;margin:0 auto;max-width:800px;padding:0;width:100%}.card{background:#ffffffe6;border:1px solid #e2e8f0cc;border-radius:16px;box-shadow:0 4px 20px #00000014;display:flex;flex-direction:column;min-height:500px;padding:2rem;transition:all .3s ease}.card:hover{box-shadow:0 8px 32px #0000001f;transform:translateY(-2px)}.card-header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:2rem}.card-title{color:#1a202c;font-size:1.4rem;font-weight:800;margin:0}.card-badge{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:20px;box-shadow:0 2px 8px #3b82f64d;color:#fff;font-size:.75rem;font-weight:600;letter-spacing:.05em;padding:.4rem .8rem;text-transform:uppercase}.card-items{grid-gap:1.5rem;display:grid;flex:1 1;gap:1.5rem;grid-template-columns:1fr 1fr}.card-item{background:#f8fafc80;border:1px solid #e2e8f080;border-radius:12px;display:flex;flex-direction:column;gap:1rem;justify-content:space-between;padding:1.5rem;transition:all .3s ease}.card-item:hover{background:#f8fafccc;box-shadow:0 4px 16px #0000001a;transform:translateY(-2px)}.item-title{color:#1a202c;font-size:1.1rem;font-weight:700;margin:0}.item-description{color:#4a5568;font-size:.95rem;line-height:1.6;margin:0}.item-benefit{background:#10b9811a;border-left:4px solid #10b981;border-radius:8px;color:#1a202c;font-size:.9rem;padding:.75rem}.highlight{background:linear-gradient(135deg,#1922391a,#1922390d);border-radius:4px;color:#192239;font-weight:700;padding:.1rem .3rem}.cta-button{align-items:center;align-self:center;background:linear-gradient(135deg,#3b82f6,#3b82f6)!important;border:none;border:2px solid #3b82f64d!important;border-radius:12px;color:#fff!important;cursor:pointer;display:inline-flex;font-family:inherit;font-size:1rem;font-weight:700;gap:.5rem;justify-content:center;letter-spacing:.05em;margin-top:1rem;overflow:hidden;padding:1rem 2rem;position:relative;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.cta-button.active{background:linear-gradient(135deg,#10b981,#059669)!important;border:2px solid #10b9814d!important;box-shadow:0 8px 24px #10b9814d}.cta-button.active,.cta-button:hover{transform:translateY(-2px) scale(1.02)}.cta-button:hover{background:linear-gradient(135deg,#2563eb,#1e40af);box-shadow:0 8px 24px #3b82f64d}.cta-button:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.cta-button:hover:before{left:100%}.cta-button.primary,.cta-button.secondary{background:linear-gradient(135deg,#1a2341,#2d3748)!important;border:2px solid #1a23414d!important;color:#fff!important}.card-form{background:#ffffffe6;border:1px solid #e2e8f0cc;border-radius:16px;box-shadow:0 4px 20px #00000014;display:flex;flex-direction:column;height:100%;padding:2rem}.card-form .form-header{flex-shrink:0;margin-bottom:2rem;padding:0;text-align:center}.card-form .form-title{color:#192239;font-size:1.6rem;font-weight:800;margin:0 0 1rem}.card-form .form-description{color:#4a5568;font-size:.95rem;line-height:1.6;margin:0}.card-form .contact-form{display:flex;flex:1 1;flex-direction:column;gap:1.5rem}.card-form .form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.form-actions{display:flex;flex-shrink:0;gap:1rem;justify-content:center;margin-top:auto;padding-top:1rem}.form-group{display:flex;flex-direction:column}.form-input,.form-textarea{background:#ffffffe6;border:1px solid #e2e8f0cc;border-radius:8px;color:#1a202c;font-family:inherit;font-size:1rem;padding:.875rem;transition:all .3s ease}.form-input:focus,.form-textarea:focus{border-color:#192239;box-shadow:0 0 0 3px #1922391a;outline:none}.form-input::placeholder,.form-textarea::placeholder{color:#a0aec0}.form-textarea{min-height:100px;resize:vertical}.form-submit{align-self:center;background:linear-gradient(135deg,#3b82f6,#3b82f6)!important;border:none;border-radius:12px;color:#fff!important;cursor:pointer;font-size:1rem;font-weight:700;letter-spacing:.05em;margin-top:.5rem;min-width:200px;padding:1rem 2rem;text-transform:uppercase;transition:all .3s ease}.form-submit:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1e40af);box-shadow:0 8px 24px #3b82f64d;transform:translateY(-2px)}.form-submit:disabled{cursor:not-allowed;opacity:.6;transform:none}.form-cancel{background:#6b72801a;border:2px solid #6b728033;border-radius:12px;color:#6b7280;cursor:pointer;font-size:1rem;font-weight:700;letter-spacing:.05em;min-width:120px;padding:1rem 2rem;text-transform:uppercase;transition:all .3s ease}.form-cancel:hover{background:#6b728033;border-color:#6b72804d;color:#374151;transform:translateY(-2px)}.cta-section{align-items:center;flex-direction:column;gap:1.5rem;margin-top:3rem;padding:0 1rem}.main-cta-button{background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:16px;box-shadow:0 8px 32px #10b9814d;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;letter-spacing:.05em;overflow:hidden;padding:1.5rem 3rem;position:relative;text-transform:uppercase;transition:all .3s ease}.main-cta-button:hover{background:linear-gradient(135deg,#059669,#047857);box-shadow:0 12px 40px #10b98166;transform:translateY(-3px) scale(1.02)}.main-cta-button:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.main-cta-button:hover:before{left:100%}.support-button{border:3px solid #3b82f6;box-shadow:0 8px 24px #3b82f640;color:#3b82f6}.support-button:hover{background:#3b82f626;border-color:#1e40af;box-shadow:0 12px 40px #3b82f666;color:#1e40af}.form-title{background:linear-gradient(135deg,#3b82f6,#10b981)}.form-subtitle{color:#4a5568}.hubspot-form-container{border:2px solid #3b82f6;box-shadow:0 8px 32px #3b82f633}.back-section{margin-top:2rem;padding:0 1rem}.back-button{background:#6b72801a;border:2px solid #6b728033;color:#6b7280;font-weight:600;text-decoration:none;transition:all .3s ease}.back-button:hover{background:#6b728033;border-color:#6b72804d;color:#374151}@media (max-width:768px){.main-content{padding:1rem}.main-title{font-size:2rem;margin-bottom:1rem}.main-subtitle{font-size:1rem;margin-bottom:2rem}.timeline-section{max-width:100%;padding:0 1rem}.timeline{padding-left:1.5rem}.timeline:before{left:.5rem}.timeline-item{margin-bottom:2rem;padding-left:2rem}.timeline-marker{height:.75rem;left:-1rem;width:.75rem}.timeline-content{padding:1.5rem}.timeline-content:before{border-bottom:.375rem solid #0000;border-right:.375rem solid #ffffffe6;border-top:.375rem solid #0000;left:-.375rem;top:1.25rem}.timeline-title{font-size:1.1rem}.timeline-description{font-size:.95rem}.cards-container{gap:2rem;grid-template-columns:1fr}.card{min-height:auto;padding:1.5rem}.card-items{gap:1rem;grid-template-columns:1fr}.card-item{padding:1rem}.card-header{gap:.5rem;margin-bottom:1.5rem}.card-title{font-size:1.2rem}.item-title{font-size:1rem}.item-description{font-size:.9rem}.time-display{left:10px;padding:.5rem;position:fixed;right:10px;text-align:center;top:10px}.card-form .form-title{font-size:1.3rem}.card-form .form-row{gap:1rem;grid-template-columns:1fr}.card-form .contact-form{gap:1rem}.form-actions{flex-direction:column;gap:.75rem}.cta-button,.form-cancel,.form-submit{font-size:.9rem;padding:.875rem 1.5rem}.form-cancel,.form-submit{min-width:auto}.cta-section{margin-top:2rem;padding:0 .5rem}.main-cta-button{font-size:1rem;line-height:1.4;padding:1.25rem 2rem;text-align:center}.back-section{margin-top:1.5rem;padding:0 .5rem}.back-button{font-size:.9rem;padding:.875rem 1.5rem}}.simply-page{align-items:center;display:flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;justify-content:center;min-height:100vh;overflow-y:auto;position:relative}.simply-page.light{background:linear-gradient(135deg,#e0f2f1,#b2dfdb 50%,#80cbc4);color:#1a202c}.simply-page.dark{background:linear-gradient(135deg,#1a3a35,#0d2824);color:#fff}.time-display{animation:fadeInScale .6s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:2px solid #398477;border-radius:16px;box-shadow:0 8px 24px #39847733;padding:.75rem 1rem;position:fixed;right:20px;text-align:right;top:20px;z-index:1000}.simply-page.dark .time-display{background:#1a3a35f2;border:2px solid #4db8a1}.time-date{color:#398477;font-size:.875rem;font-weight:600;line-height:1.3;text-transform:capitalize}.simply-page.dark .time-date{color:#80cbc4}.time-hour{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#398477,#4db8a1);-webkit-background-clip:text;background-clip:text;color:#398477;font-size:1.5rem;font-weight:800;line-height:1.3;margin-top:.25rem}.simply-page.dark .time-hour{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#80cbc4,#4db8a1);-webkit-background-clip:text;background-clip:text}.main-content{align-items:center;animation:fadeInUp .8s ease;display:flex;flex-direction:column;gap:2.5rem;margin:0 auto;max-width:1200px;padding:3rem 2rem;text-align:center;width:100%}.main-title{-webkit-text-fill-color:#0000;animation:slideInDown .8s ease;background:linear-gradient(135deg,#398477,#4db8a1 50%,#6dd5c3);-webkit-background-clip:text;background-clip:text;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:800;letter-spacing:-.03em;line-height:1.2;margin:0;position:relative}.main-title:after{animation:expandWidth 1s ease .3s backwards;background:linear-gradient(90deg,#398477,#4db8a1);border-radius:2px;bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:100px}.simply-page.dark .main-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#80cbc4,#4db8a1 50%,#b2dfdb);-webkit-background-clip:text;background-clip:text}.main-subtitle{animation:fadeIn 1s ease .3s backwards;color:#2d6a5f;font-size:1.75rem;font-weight:600;line-height:1.6;margin:0}.simply-page.dark .main-subtitle{color:#b2dfdb}.main-subtitle-secondary{animation:fadeIn 1s ease .5s backwards;color:#398477;font-size:1.25rem;font-style:italic;font-weight:500;line-height:1.6;margin:.5rem 0 0}.simply-page.dark .main-subtitle-secondary{color:#80cbc4}.tips-container{animation:fadeInUp 1s ease .5s backwards;max-width:900px;width:100%}.tips-title{color:#398477;display:inline-block;font-size:1.75rem;font-weight:700;margin:0 0 1.5rem;position:relative}.simply-page.dark .tips-title{color:#80cbc4}.tips-list{flex-direction:column}.tip-item,.tips-list{display:flex;gap:1.25rem}.tip-item{align-items:flex-start;background:#fffffff2;border:2px solid #0000;border-radius:20px;box-shadow:0 8px 24px #39847726;overflow:hidden;padding:1.75rem;position:relative;text-align:left;transition:all .3s ease}.tip-item:before{background:linear-gradient(180deg,#398477,#4db8a1);content:"";height:100%;left:0;position:absolute;top:0;transition:width .3s ease;width:4px}.tip-item:hover:before{opacity:1;width:6px}.simply-page.dark .tip-item{background:#1a3a35cc;border-color:#4db8a14d}.tip-item:hover{border-color:#398477;box-shadow:0 12px 32px #39847740;transform:translateY(-2px)}.simply-page.dark .tip-item:hover{border-color:#4db8a1}.tip-icon{filter:drop-shadow(0 2px 4px rgba(57,132,119,.3));flex-shrink:0;font-size:2.5rem;line-height:1;transition:transform .3s ease}.tip-item:hover .tip-icon{transform:scale(1.05)}.tip-text{color:#2d6a5f;font-size:1.15rem;line-height:1.7;margin:0}.simply-page.dark .tip-text{color:#b2dfdb}.tip-text strong{background:linear-gradient(135deg,#39847726,#4db8a126);border-radius:4px;color:#398477;font-weight:800;padding:.15rem .4rem}.simply-page.dark .tip-text strong{background:linear-gradient(135deg,#80cbc433,#4db8a133);color:#80cbc4}.cta-section{animation:fadeInUp 1.2s ease .7s backwards;background:#0000;display:flex;justify-content:center;width:100%}.support-button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000;border:3px solid #398477;border-radius:16px;box-shadow:0 8px 24px #39847740;color:#398477;cursor:pointer;font-family:inherit;font-size:1.15rem;font-weight:800;letter-spacing:.08em;padding:1.5rem 3rem;position:relative;text-transform:uppercase;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.support-button:after{content:"→";opacity:0;position:absolute;right:1.5rem;transition:all .3s ease}.support-button:hover:after{opacity:1;right:1rem}.support-button:hover{background:#39847726;border-color:#2d6a5f;box-shadow:0 12px 40px #39847766;color:#2d6a5f;padding-right:3.5rem;transform:translateY(-4px) scale(1.05)}.simply-page.dark .support-button{background:#0000;border-color:#80cbc4;color:#80cbc4}.simply-page.dark .support-button:hover{background:#80cbc426;border-color:#4db8a1;color:#b2dfdb}.form-content{animation:fadeIn .5s ease;display:flex;flex-direction:column;gap:2rem;margin:0 auto;max-width:1000px;min-height:100vh;padding:3rem 2rem;width:100%}.form-header{animation:slideInDown .6s ease;margin-bottom:1rem;text-align:center}.form-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#398477,#4db8a1);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:800;margin:0 0 .75rem}.simply-page.dark .form-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#80cbc4,#4db8a1);-webkit-background-clip:text;background-clip:text}.form-subtitle{color:#2d6a5f;font-size:1.15rem;font-weight:500;line-height:1.6;margin:0}.simply-page.dark .form-subtitle{color:#b2dfdb}.hubspot-form-container{align-items:center;animation:scaleIn .6s ease .2s backwards;background:#fffffff2;border:2px solid #398477;border-radius:20px;box-shadow:0 8px 32px #39847733;display:flex;flex:1 1;justify-content:center;padding:1.5rem}.simply-page.dark .hubspot-form-container{background:#1a3a35e6;border:2px solid #4db8a1}.back-section{animation:fadeInUp .8s ease .4s backwards;display:flex;justify-content:center;padding:1rem 0}.back-button{background:#3984771a;border:2px solid #3984774d;border-radius:12px;color:#398477;cursor:pointer;font-family:inherit;font-size:1rem;font-weight:700;padding:1rem 2rem;position:relative;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.back-button:before{content:"←";left:1rem;position:absolute;transition:all .3s ease}.back-button:hover:before{left:.5rem}.back-button:hover{background:#39847733;border-color:#398477;color:#2d6a5f;padding-left:2.5rem;transform:translateY(-2px)}.simply-page.dark .back-button{background:#80cbc426;border-color:#80cbc44d;color:#80cbc4}.simply-page.dark .back-button:hover{background:#80cbc440;border-color:#4db8a1;color:#b2dfdb}@media (max-width:768px){.time-display{padding:.5rem .75rem;right:10px;top:10px}.time-date{font-size:.75rem}.time-hour{font-size:1rem}.main-content{gap:2rem;padding:1.5rem 1rem}.main-title{font-size:2rem}.main-subtitle{font-size:1.1rem}.main-subtitle-secondary{font-size:1rem}.tips-title{font-size:1.25rem}.tip-item{gap:.75rem;padding:1.25rem}.tip-icon{font-size:1.5rem}.tip-text{font-size:1rem}.support-button{font-size:1rem;padding:1rem 2rem}.form-content{padding:1.5rem 1rem}.form-title{font-size:1.5rem}.form-subtitle{font-size:1rem}.hubspot-form-container iframe{height:600px!important}.back-button{font-size:.95rem;padding:.875rem 1.5rem}}@media (max-width:480px){.main-title{font-size:1.75rem}.main-subtitle{font-size:1rem}.main-subtitle-secondary{font-size:.9rem}.tip-item{align-items:center;flex-direction:column;text-align:center}.tip-text{font-size:.95rem}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.redcuida-page{align-items:center;display:flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;justify-content:center;min-height:100vh;overflow-y:auto;position:relative}.redcuida-page.light{background:linear-gradient(135deg,#e3f2fd,#bbdefb 50%,#90caf9);color:#1a202c}.redcuida-page.dark{background:linear-gradient(135deg,#0d2137,#061526);color:#fff}.test-environment-banner{background:linear-gradient(90deg,#f59e0b,#d97706);box-shadow:0 2px 8px #f59e0b66;color:#fff;font-size:.875rem;font-weight:700;left:0;letter-spacing:.1em;padding:.5rem 1rem;position:fixed;right:0;text-align:center;top:0;z-index:1001}.redcuida-page .time-display{animation:fadeInScale .6s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:2px solid #0768a9;border-radius:16px;box-shadow:0 8px 24px #0768a933;padding:.75rem 1rem;position:fixed;right:20px;text-align:right;top:50px;z-index:1000}.redcuida-page.dark .time-display{background:#0d2137f2;border:2px solid #4da6d9}.redcuida-page .time-date{color:#0768a9;font-size:.875rem;font-weight:600;line-height:1.3;text-transform:capitalize}.redcuida-page.dark .time-date{color:#90caf9}.redcuida-page .time-hour{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#0768a9,#4da6d9);-webkit-background-clip:text;background-clip:text;color:#0768a9;font-size:1.5rem;font-weight:800;line-height:1.3;margin-top:.25rem}.redcuida-page.dark .time-hour{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#90caf9,#4da6d9);-webkit-background-clip:text;background-clip:text}.redcuida-page .main-content{align-items:center;animation:fadeInUp .8s ease;display:flex;flex-direction:column;gap:2.5rem;margin:0 auto;max-width:1200px;padding:4rem 2rem 3rem;text-align:center;width:100%}.redcuida-page .main-title{-webkit-text-fill-color:#0000;animation:slideInDown .8s ease;background:linear-gradient(135deg,#0768a9,#4da6d9 50%,#64b5f6);-webkit-background-clip:text;background-clip:text;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:800;letter-spacing:-.03em;line-height:1.2;margin:0;position:relative}.redcuida-page .main-title:after{animation:expandWidth 1s ease .3s backwards;background:linear-gradient(90deg,#0768a9,#4da6d9);border-radius:2px;bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:100px}.redcuida-page.dark .main-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#90caf9,#4da6d9 50%,#bbdefb);-webkit-background-clip:text;background-clip:text}.redcuida-page .main-subtitle{animation:fadeIn 1s ease .3s backwards;color:#0557a0;font-size:1.75rem;font-weight:600;line-height:1.6;margin:0}.redcuida-page.dark .main-subtitle{color:#bbdefb}.redcuida-page .main-subtitle-secondary{animation:fadeIn 1s ease .5s backwards;color:#0768a9;font-size:1.25rem;font-style:italic;font-weight:500;line-height:1.6;margin:.5rem 0 0}.redcuida-page.dark .main-subtitle-secondary{color:#90caf9}.redcuida-page .tips-container{animation:fadeInUp 1s ease .5s backwards;max-width:900px;width:100%}.redcuida-page .tips-title{color:#0768a9;display:inline-block;font-size:1.75rem;font-weight:700;margin:0 0 1.5rem;position:relative}.redcuida-page.dark .tips-title{color:#90caf9}.redcuida-page .tips-list{display:flex;flex-direction:column;gap:1.25rem;list-style:none;margin:0;padding:0}.redcuida-page .tip-item{align-items:center;background:#fffffff2;border:2px solid #0000;border-radius:20px;box-shadow:0 8px 24px #0768a926;display:flex;gap:1.5rem;justify-content:flex-start;overflow:hidden;padding:1.75rem 2rem;position:relative;text-align:left;transition:all .3s ease}.redcuida-page .tip-item:before{background:linear-gradient(180deg,#0768a9,#4da6d9);content:"";height:100%;left:0;position:absolute;top:0;transition:width .3s ease;width:4px}.redcuida-page .tip-item:hover:before{opacity:1;width:6px}.redcuida-page.dark .tip-item{background:#0d2137cc;border-color:#4da6d94d}.redcuida-page .tip-item:hover{border-color:#0768a9;box-shadow:0 12px 32px #0768a940;transform:translateY(-2px)}.redcuida-page.dark .tip-item:hover{border-color:#4da6d9}.redcuida-page .tip-icon{filter:drop-shadow(0 2px 4px rgba(7,104,169,.3));flex-shrink:0;font-size:2.5rem;line-height:1;transition:transform .3s ease}.redcuida-page .tip-item:hover .tip-icon{transform:scale(1.05)}.redcuida-page .tip-text{color:#0557a0;font-size:1.15rem;line-height:1.7;margin:0}.redcuida-page.dark .tip-text{color:#bbdefb}.redcuida-page .tip-text strong{background:linear-gradient(135deg,#0768a926,#4da6d926);border-radius:4px;color:#0768a9;font-weight:800;padding:.15rem .4rem}.redcuida-page.dark .tip-text strong{background:linear-gradient(135deg,#90caf933,#4da6d933);color:#90caf9}.redcuida-page .cta-section{animation:fadeInUp 1.2s ease .7s backwards;background:#0000;display:flex;justify-content:center;width:100%}.redcuida-page .support-button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000;border:3px solid #0768a9;border-radius:16px;box-shadow:0 8px 24px #0768a940;color:#0768a9;cursor:pointer;font-family:inherit;font-size:1.15rem;font-weight:800;letter-spacing:.08em;padding:1.5rem 3rem;position:relative;text-transform:uppercase;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.redcuida-page .support-button:after{content:"→";opacity:0;position:absolute;right:1.5rem;transition:all .3s ease}.redcuida-page .support-button:hover:after{opacity:1;right:1rem}.redcuida-page .support-button:hover{background:#0768a926;border-color:#0557a0;box-shadow:0 12px 40px #0768a966;color:#0557a0;padding-right:3.5rem;transform:translateY(-4px) scale(1.05)}.redcuida-page.dark .support-button{background:#0000;border-color:#90caf9;color:#90caf9}.redcuida-page.dark .support-button:hover{background:#90caf926;border-color:#4da6d9;color:#bbdefb}.redcuida-page .form-content{animation:fadeIn .5s ease;display:flex;flex-direction:column;gap:2rem;margin:0 auto;max-width:1000px;min-height:100vh;padding:4rem 2rem 3rem;width:100%}.redcuida-page .form-header{animation:slideInDown .6s ease;margin-bottom:1rem;text-align:center}.redcuida-page .form-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#0768a9,#4da6d9);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:800;margin:0 0 .75rem}.redcuida-page.dark .form-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#90caf9,#4da6d9);-webkit-background-clip:text;background-clip:text}.redcuida-page .form-subtitle{color:#0557a0;font-size:1.15rem;font-weight:500;line-height:1.6;margin:0}.redcuida-page.dark .form-subtitle{color:#bbdefb}.redcuida-page .hubspot-form-container{align-items:center;animation:scaleIn .6s ease .2s backwards;background:#fffffff2;border:2px solid #0768a9;border-radius:20px;box-shadow:0 8px 32px #0768a933;display:flex;flex:1 1;justify-content:center;padding:1.5rem}.redcuida-page.dark .hubspot-form-container{background:#0d2137e6;border:2px solid #4da6d9}.redcuida-page .back-section{animation:fadeInUp .8s ease .4s backwards;display:flex;justify-content:center;padding:1rem 0}.redcuida-page .back-button{background:#0768a91a;border:2px solid #0768a94d;border-radius:12px;color:#0768a9;cursor:pointer;font-family:inherit;font-size:1rem;font-weight:700;padding:1rem 2rem;position:relative;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.redcuida-page .back-button:before{content:"←";left:1rem;position:absolute;transition:all .3s ease}.redcuida-page .back-button:hover:before{left:.5rem}.redcuida-page .back-button:hover{background:#0768a933;border-color:#0768a9;color:#0557a0;padding-left:2.5rem;transform:translateY(-2px)}.redcuida-page.dark .back-button{background:#90caf926;border-color:#90caf94d;color:#90caf9}.redcuida-page.dark .back-button:hover{background:#90caf940;border-color:#4da6d9;color:#bbdefb}@media (max-width:768px){.redcuida-page .time-display{padding:.5rem .75rem;right:10px;top:40px}.redcuida-page .time-date{font-size:.75rem}.redcuida-page .time-hour{font-size:1rem}.redcuida-page .main-content{gap:2rem;padding:3.5rem 1rem 1.5rem}.redcuida-page .main-title{font-size:2rem}.redcuida-page .main-subtitle{font-size:1.1rem}.redcuida-page .main-subtitle-secondary{font-size:1rem}.redcuida-page .tips-title{font-size:1.25rem}.redcuida-page .tip-item{gap:1rem;padding:1.25rem 1.5rem}.redcuida-page .tip-icon{font-size:1.5rem}.redcuida-page .tip-text{font-size:1rem}.redcuida-page .support-button{font-size:1rem;padding:1rem 2rem}.redcuida-page .form-content{padding:3.5rem 1rem 1.5rem}.redcuida-page .form-title{font-size:1.5rem}.redcuida-page .form-subtitle{font-size:1rem}.redcuida-page .hubspot-form-container iframe{height:600px!important}.redcuida-page .back-button{font-size:.95rem;padding:.875rem 1.5rem}}@media (max-width:480px){.redcuida-page .main-title{font-size:1.75rem}.redcuida-page .main-subtitle{font-size:1rem}.redcuida-page .main-subtitle-secondary{font-size:.9rem}.redcuida-page .tip-item{align-items:center;flex-direction:column;text-align:center}.redcuida-page .tip-text{font-size:.95rem}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes expandWidth{0%{width:0}to{width:100px}}.manual-page{background:#f8f9fc;min-height:100vh;padding:96px 24px 80px;transition:background .3s ease,color .3s ease}.manual-page.dark{background:#101424;color:#f1f5ff}.manual-page.light{color:#20233b}.manual-hero{background:linear-gradient(135deg,#192239,#283266);border-radius:20px;box-shadow:0 24px 48px #1922392e;color:#fff;margin:0 auto 32px;max-width:1200px;padding:40px 32px}.manual-hero h1{font-size:clamp(28px,4vw,40px);margin-bottom:16px}.manual-hero p{font-size:17px;line-height:1.6;max-width:720px}.manual-tools{align-items:center;display:flex;flex-wrap:wrap;gap:16px;margin:0 auto 32px;max-width:1200px}.manual-search{flex:1 1 320px;position:relative}.manual-search__input{background:#fffffff5;border:2px solid #1922391f;border-radius:14px;color:inherit;font-size:16px;outline:none;padding:14px 48px 14px 18px;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.manual-page.dark .manual-search__input{background:#0f1423d9;border-color:#94a3b83d}.manual-search__input:focus{border-color:#192239;box-shadow:0 0 0 4px #19223924}.manual-search__icon{font-size:18px;position:absolute;right:16px;top:50%;transform:translateY(-50%)}.manual-filter{background:#1922390f;border-radius:16px;display:inline-flex;gap:12px;padding:8px}.manual-page.dark .manual-filter{background:#0f142399}.manual-filter__chip{background:#0000;border:none;border-radius:12px;color:inherit;cursor:pointer;font-size:15px;padding:10px 18px;transition:background .2s ease,color .2s ease}.manual-filter__chip--active{background:#192239;box-shadow:0 10px 20px #19223940;color:#fff}.manual-viewer{grid-gap:32px;display:grid;gap:32px;grid-template-columns:320px 1fr;margin:0 auto;max-width:1200px}.manual-viewer__sidebar{background:#fffffff5;border-radius:18px;box-shadow:0 18px 40px #1922391f;max-height:calc(100vh - 240px);overflow-y:auto;padding:24px;position:sticky;top:120px}.manual-page.dark .manual-viewer__sidebar{background:#0f1423d9;box-shadow:0 18px 44px #0c101c80}.manual-index__state{color:inherit;font-size:15px;opacity:.85}.manual-index__state--error{color:#f87171}.manual-index__list{display:flex;flex-direction:column;gap:12px;list-style:none;margin:0;padding:0}.manual-index__item{display:flex;flex-direction:column;gap:8px}.manual-index__link{background:#0000;border:none;border-radius:14px;color:inherit;cursor:pointer;padding:12px 14px;text-align:left;transition:background .2s ease,transform .2s ease}.manual-index__link:hover{background:#19223914;transform:translateX(4px)}.manual-page.dark .manual-index__link:hover{background:#ffffff14}.manual-index__link--active{background:#192239;box-shadow:0 12px 24px #19223959;color:#fff}.manual-index__link-title{display:block;font-weight:600;margin-bottom:6px}.manual-index__link-summary{font-size:14px;opacity:.75}.manual-index__children{border-left:2px solid #1922391f;margin-left:12px;padding-left:16px}.manual-page.dark .manual-index__children{border-color:#ffffff29}.manual-viewer__content{background:#fffffffa;border-radius:22px;box-shadow:0 20px 48px #19223929;min-height:520px;padding:40px}.manual-page.dark .manual-viewer__content{background:#0f1423f2;box-shadow:0 22px 56px #0c101c8c}.manual-section__state{font-size:16px;line-height:1.6;opacity:.85}.manual-section__state--error{color:#f87171}.manual-section__header{display:flex;flex-direction:column;gap:16px;margin-bottom:32px}.manual-section__title{color:inherit;font-size:clamp(26px,3.6vw,36px);margin:0}.manual-section__summary{font-size:17px;line-height:1.6;opacity:.85}.manual-section__meta{display:flex;flex-wrap:wrap;gap:12px}.manual-section__roles,.manual-section__tags{display:flex;gap:8px;list-style:none;margin:0;padding:0}.manual-section__role-chip,.manual-section__tag-chip{background:#1922391f;border-radius:999px;font-size:13px;padding:6px 12px}.manual-page.dark .manual-section__role-chip,.manual-page.dark .manual-section__tag-chip{background:#ffffff24;color:#f3f4ff}.manual-section__content{color:inherit;font-size:17px;line-height:1.7}.manual-section__content h2,.manual-section__content h3,.manual-section__content h4{color:inherit;margin-top:32px}.manual-section__content p{margin-bottom:16px}.manual-section__content ol,.manual-section__content ul{margin-bottom:16px;margin-left:20px}.manual-callout{align-items:flex-start;background:#19223914;border:1px solid #1922391a;border-radius:16px;display:flex;gap:16px;margin:16px 0;padding:18px 20px}.manual-page.dark .manual-callout{background:#ffffff0f;border-color:#ffffff1f}.manual-callout__icon{font-size:24px;line-height:1;margin-top:2px}.manual-callout__content>:first-child{margin-top:0}.manual-callout__content>:last-child{margin-bottom:0}.manual-callout--warning{background:#fde04726;border-color:#d9770659}.manual-page.dark .manual-callout--warning{background:#fde0471a;border-color:#fde04740}.manual-callout--info{background:#3b82f626;border-color:#2563eb59}.manual-page.dark .manual-callout--info{background:#3b82f61a;border-color:#3b82f640}.manual-callout--success{background:#22c55e2e;border-color:#16a34a59}.manual-page.dark .manual-callout--success{background:#22c55e1f;border-color:#22c55e47}.manual-callout--tip{background:#0ea5e929;border-color:#0284c759}.manual-page.dark .manual-callout--tip{background:#0ea5e91f;border-color:#0ea5e947}.manual-section__assets{border-top:1px solid #1922391f;margin-top:40px;padding-top:24px}.manual-page.dark .manual-section__assets{border-color:#ffffff29}.manual-section__assets-title{color:inherit;font-size:20px;margin-bottom:16px}.manual-section__assets-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.manual-section__asset{align-items:center;background:#1922390d;border-radius:16px;display:flex;justify-content:center;overflow:hidden;padding:12px}.manual-section__asset img,.manual-section__asset video{border-radius:12px;max-width:100%}.manual-page.dark .manual-section__asset{background:#ffffff14}@media (max-width:1100px){.manual-viewer{grid-template-columns:280px 1fr}.manual-viewer__sidebar{max-height:none;position:static}}@media (max-width:900px){.manual-viewer{grid-template-columns:1fr}.manual-viewer__sidebar{order:2}.manual-viewer__content{order:1}}@media (max-width:600px){.manual-page{padding:80px 16px 64px}.manual-hero{padding:32px 24px}.manual-tools{align-items:stretch;flex-direction:column}.manual-filter{justify-content:space-between;width:100%}.manual-filter__chip{flex:1 1}}.blog-page{background:#fff;color:#1a2341;min-height:100vh}.blog-page.dark{background:#18191a;color:#fff}.blog-hero{background:linear-gradient(180deg,#f8fafc,#fff);padding:120px 5% 60px;text-align:center}.blog-page.dark .blog-hero{background:linear-gradient(180deg,#191a1b,#18191a)}.blog-hero-content{margin:0 auto;max-width:800px}.blog-hero-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;letter-spacing:-1px;margin-bottom:1rem}.blog-page.dark .blog-hero-title{color:#fff}.blog-hero-subtitle{color:#3a4a6b;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.6;margin-bottom:2rem}.blog-page.dark .blog-hero-subtitle{color:#e2e8f0;opacity:.92}.blog-search{margin:0 auto;max-width:500px;position:relative}.blog-search-input{background:#fff;border:1.5px solid #e3e3e5;border-radius:8px;color:#1a2341;font-family:Inter,Arial,sans-serif;font-size:1rem;padding:1rem 1.5rem 1rem 3rem;transition:all .3s ease;width:100%}.blog-page.dark .blog-search-input{background:#232323;border-color:#333;color:#fff}.blog-search-input:focus{border-color:#1a2341;box-shadow:0 0 0 3px #1a23411a;outline:none}.blog-page.dark .blog-search-input:focus{border-color:#fff;box-shadow:0 0 0 3px #ffffff1a}.blog-search-input::placeholder{color:#3a4a6b;opacity:.6}.blog-page.dark .blog-search-input::placeholder{color:#e2e8f0;opacity:.5}.blog-search-icon{font-size:1.1rem;left:1.25rem;opacity:.6;position:absolute;top:50%;transform:translateY(-50%)}.blog-featured{background:#f8fafc;padding:40px 5% 60px}.blog-page.dark .blog-featured{background:#191a1b}.blog-featured-content{margin:0 auto;max-width:1400px}.blog-section-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:1.75rem;font-weight:700;margin-bottom:2rem}.blog-page.dark .blog-section-title{color:#fff}.blog-featured-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.blog-featured-card{background:#fff;border:1.5px solid #e3e3e5;border-radius:18px;box-shadow:0 4px 20px #1a23410f;color:inherit;overflow:hidden;padding:2rem;position:relative;text-decoration:none;transition:all .3s ease}.blog-page.dark .blog-featured-card{background:#232323;border-color:#333;box-shadow:0 4px 20px #0003}.blog-featured-card:hover{border-color:#1a2341;box-shadow:0 12px 32px #1a23411f;transform:translateY(-5px)}.blog-page.dark .blog-featured-card:hover{border-color:#fff;box-shadow:0 12px 32px #0000004d}.blog-featured-badge{background:#1a2341;border-radius:6px;color:#fff;font-size:.75rem;font-weight:600;padding:.35rem .75rem;position:absolute;right:1rem;top:1rem}.blog-featured-category{background:#f2f6fa;border-radius:6px;color:#1a2341;display:inline-block;font-size:.8rem;font-weight:500;margin-bottom:1rem;padding:.25rem .75rem}.blog-page.dark .blog-featured-category{background:#191a1b;color:#e2e8f0}.blog-featured-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:1.4rem;font-weight:700;line-height:1.3;margin-bottom:1rem}.blog-page.dark .blog-featured-title{color:#fff}.blog-featured-excerpt{color:#3a4a6b;font-family:Inter,Arial,sans-serif;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.blog-page.dark .blog-featured-excerpt{color:#e2e8f0;opacity:.85}.blog-featured-meta{color:#3a4a6b;display:flex;flex-wrap:wrap;font-size:.85rem;gap:1rem;opacity:.7}.blog-page.dark .blog-featured-meta{color:#e2e8f0;opacity:.6}.blog-filters{background:#fff;padding:0 5% 40px}.blog-page.dark .blog-filters{background:#18191a}.blog-filters-content{margin:0 auto;max-width:1400px}.blog-categories{display:flex;flex-wrap:wrap;gap:.75rem}.blog-category-btn{background:#fff;border:1.2px solid #e3e3e5;border-radius:7px;color:#1a2341;cursor:pointer;font-family:Inter,Arial,sans-serif;font-size:.9rem;font-weight:500;padding:.5rem 1.25rem;transition:all .2s ease}.blog-page.dark .blog-category-btn{background:#232323;border-color:#333;color:#fff}.blog-category-btn:hover{background:#f2f6fa;border-color:#1a2341}.blog-page.dark .blog-category-btn:hover{background:#191a1b;border-color:#fff}.blog-category-btn.active{background:#1a2341;border-color:#1a2341;color:#fff}.blog-page.dark .blog-category-btn.active{background:#fff;border-color:#fff;color:#1a2341}.blog-list{background:#fff;padding:0 5% 80px}.blog-page.dark .blog-list{background:#18191a}.blog-list-content{margin:0 auto;max-width:1400px}.blog-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.blog-card{background:#fff;border:1.5px solid #e3e3e5;border-radius:16px;box-shadow:0 2px 12px #1a23410a;display:flex;flex-direction:column;padding:1.75rem;transition:all .3s ease}.blog-page.dark .blog-card{background:#232323;border-color:#333;box-shadow:0 2px 12px #00000026}.blog-card:hover{border-color:#1a2341;box-shadow:0 8px 24px #1a23411a;transform:translateY(-3px)}.blog-page.dark .blog-card:hover{border-color:#555;box-shadow:0 8px 24px #00000040}.blog-card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.blog-card-category{background:#f2f6fa;border-radius:6px;color:#1a2341;font-size:.75rem;font-weight:500;padding:.25rem .75rem}.blog-page.dark .blog-card-category{background:#191a1b;color:#e2e8f0}.blog-card-time{color:#3a4a6b;font-size:.8rem;opacity:.7}.blog-page.dark .blog-card-time{color:#e2e8f0;opacity:.6}.blog-card-title{font-family:Poppins,Arial,sans-serif;font-size:1.2rem;font-weight:700;line-height:1.3;margin-bottom:.75rem}.blog-card-title a{color:#1a2341;text-decoration:none;transition:color .2s ease}.blog-page.dark .blog-card-title a{color:#fff}.blog-card-title a:hover{color:#192239}.blog-page.dark .blog-card-title a:hover{color:#e5e7eb}.blog-card-excerpt{color:#3a4a6b;flex-grow:1;font-family:Inter,Arial,sans-serif;font-size:.95rem;line-height:1.6;margin-bottom:1rem}.blog-page.dark .blog-card-excerpt{color:#e2e8f0;opacity:.85}.blog-card-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.blog-card-tag{background:#f8fafc;border-radius:4px;color:#3a4a6b;font-size:.7rem;padding:.2rem .6rem}.blog-page.dark .blog-card-tag{background:#191a1b;color:#e2e8f0;opacity:.7}.blog-card-footer{align-items:center;border-top:1px solid #e3e3e5;display:flex;justify-content:space-between;margin-bottom:1rem;padding-top:1rem}.blog-page.dark .blog-card-footer{border-color:#333}.blog-card-author-name{color:#1a2341;font-size:.85rem;font-weight:500}.blog-page.dark .blog-card-author-name{color:#fff}.blog-card-date{color:#3a4a6b;font-size:.8rem;opacity:.6}.blog-page.dark .blog-card-date{color:#e2e8f0;opacity:.5}.blog-card-link{color:#1a2341;display:inline-block;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s ease}.blog-page.dark .blog-card-link{color:#fff}.blog-card-link:hover{color:#192239;transform:translateX(5px)}.blog-page.dark .blog-card-link:hover{color:#e5e7eb}.blog-no-results{color:#3a4a6b;padding:4rem 2rem;text-align:center}.blog-page.dark .blog-no-results{color:#e2e8f0}.blog-reset-btn{background:#fff;border:1.2px solid #1a2341;border-radius:7px;color:#1a2341;cursor:pointer;font-family:Inter,Arial,sans-serif;font-weight:500;margin-top:1rem;padding:.6rem 1.5rem;transition:all .2s ease}.blog-reset-btn:hover{background:#1a2341;color:#fff}.blog-page.dark .blog-reset-btn{background:#232323;border-color:#fff;color:#fff}.blog-page.dark .blog-reset-btn:hover{background:#fff;color:#1a2341}.blog-cta{background:#f8fafc;border-top:1.5px solid #e3e3e5;padding:80px 5%}.blog-page.dark .blog-cta{background:#191a1b;border-color:#333}.blog-cta-content{margin:0 auto;max-width:800px;text-align:center}.blog-cta-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;margin-bottom:1rem}.blog-page.dark .blog-cta-title{color:#fff}.blog-cta-subtitle{color:#3a4a6b;font-family:Inter,Arial,sans-serif;font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.blog-page.dark .blog-cta-subtitle{color:#e2e8f0;opacity:.85}.blog-cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.blog-cta-btn{border-radius:7px;font-family:Inter,Arial,sans-serif;font-size:.97rem;font-weight:500;padding:.6rem 1.75rem;text-decoration:none;transition:all .2s ease}.blog-cta-btn.primary{background:#1a2341;border:1.2px solid #1a2341;color:#fff}.blog-cta-btn.primary:hover{background:#192239;box-shadow:0 8px 24px #1a234133}.blog-page.dark .blog-cta-btn.primary{background:#fff;border-color:#fff;color:#1a2341}.blog-page.dark .blog-cta-btn.primary:hover{background:#e5e7eb}.blog-cta-btn.secondary{background:#0000;border:1.2px solid #1a2341;color:#1a2341}.blog-page.dark .blog-cta-btn.secondary{border-color:#fff;color:#fff}.blog-cta-btn.secondary:hover{background:#f2f6fa}.blog-page.dark .blog-cta-btn.secondary:hover{background:#232323}@media (max-width:768px){.blog-hero{padding:100px 5% 40px}.blog-featured-grid,.blog-grid{grid-template-columns:1fr}.blog-categories{justify-content:center}.blog-cta-buttons{align-items:center;flex-direction:column}.blog-cta-btn{max-width:300px;text-align:center;width:100%}}.blog-post-page{background:#fff;color:#1a2341;min-height:100vh}.blog-post-page.dark{background:#18191a;color:#fff}.blog-post-not-found{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:60vh;padding:2rem;text-align:center}.blog-post-not-found h1{font-family:Poppins,Arial,sans-serif;font-size:2rem;margin-bottom:1rem}.blog-post-header{background:linear-gradient(180deg,#f8fafc,#fff);padding:120px 5% 60px}.blog-post-page.dark .blog-post-header{background:linear-gradient(180deg,#191a1b,#18191a)}.blog-post-header-content{margin:0 auto;max-width:800px}.blog-back-link{color:#1a2341;display:inline-block;font-family:Inter,Arial,sans-serif;font-weight:500;margin-bottom:2rem;text-decoration:none;transition:all .2s ease}.blog-post-page.dark .blog-back-link{color:#fff}.blog-back-link:hover{color:#192239;transform:translateX(-5px)}.blog-post-page.dark .blog-back-link:hover{color:#e5e7eb}.blog-post-meta-top{align-items:center;display:flex;gap:1rem;margin-bottom:1.5rem}.blog-post-category{background:#1a2341;border-radius:6px;color:#fff;font-size:.85rem;font-weight:600;padding:.35rem 1rem}.blog-post-page.dark .blog-post-category{background:#fff;color:#1a2341}.blog-post-read-time{color:#3a4a6b;font-size:.9rem}.blog-post-page.dark .blog-post-read-time{color:#e2e8f0;opacity:.7}.blog-post-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:clamp(2rem,4vw,2.75rem);font-weight:700;letter-spacing:-.5px;line-height:1.2;margin-bottom:1.5rem}.blog-post-page.dark .blog-post-title{color:#fff}.blog-post-excerpt{color:#3a4a6b;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.6;margin-bottom:2rem}.blog-post-page.dark .blog-post-excerpt{color:#e2e8f0;opacity:.9}.blog-post-author-info{align-items:center;display:flex;gap:1rem}.blog-post-author-avatar{align-items:center;background:#1a2341;border-radius:50%;color:#fff;display:flex;font-size:1rem;font-weight:700;height:50px;justify-content:center;width:50px}.blog-post-page.dark .blog-post-author-avatar{background:#fff;color:#1a2341}.blog-post-author-details{display:flex;flex-direction:column}.blog-post-author-name{color:#1a2341;font-weight:600}.blog-post-page.dark .blog-post-author-name{color:#fff}.blog-post-date{color:#3a4a6b;font-size:.9rem;opacity:.7}.blog-post-page.dark .blog-post-date{color:#e2e8f0;opacity:.6}.blog-post-content{padding:60px 5%}.blog-post-content-inner{margin:0 auto;max-width:800px}.blog-post-body{color:#3a4a6b;font-family:Inter,Arial,sans-serif;font-size:1.1rem;line-height:1.8}.blog-post-page.dark .blog-post-body{color:#e2e8f0}.blog-post-body h2{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:1.75rem;font-weight:700;margin:2.5rem 0 1rem}.blog-post-page.dark .blog-post-body h2{color:#fff}.blog-post-body h3{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:1.4rem;font-weight:600;margin:2rem 0 .75rem}.blog-post-page.dark .blog-post-body h3{color:#fff}.blog-post-body h4{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:1.2rem;font-weight:600;margin:1.5rem 0 .5rem}.blog-post-page.dark .blog-post-body h4{color:#e2e8f0}.blog-post-body p{margin-bottom:1.5rem}.blog-post-body ol,.blog-post-body ul{margin:1rem 0 1.5rem 1.5rem}.blog-post-body li{margin-bottom:.5rem;padding-left:.5rem}.blog-post-body strong{color:#1a2341;font-weight:600}.blog-post-page.dark .blog-post-body strong{color:#fff}.blog-post-body hr{background:#e3e3e5;border:none;height:1px;margin:3rem 0}.blog-post-page.dark .blog-post-body hr{background:#333}.blog-post-body table{border-collapse:collapse;font-size:.95rem;margin:1.5rem 0;width:100%}.blog-post-body td{border:1px solid #e3e3e5;padding:.75rem 1rem}.blog-post-page.dark .blog-post-body td{border-color:#333}.blog-post-body tr:first-child td{background:#f2f6fa;color:#1a2341;font-weight:600}.blog-post-page.dark .blog-post-body tr:first-child td{background:#232323;color:#fff}.blog-post-tags{border-top:1px solid #e3e3e5;margin-top:3rem;padding-top:2rem}.blog-post-page.dark .blog-post-tags{border-color:#333}.blog-post-tags-label{color:#1a2341;display:block;font-weight:600;margin-bottom:1rem}.blog-post-page.dark .blog-post-tags-label{color:#fff}.blog-post-tags-list{display:flex;flex-wrap:wrap;gap:.5rem}.blog-post-tag{background:#f2f6fa;border:1px solid #e3e3e5;border-radius:6px;color:#1a2341;font-size:.85rem;padding:.4rem 1rem;text-decoration:none;transition:all .2s ease}.blog-post-page.dark .blog-post-tag{background:#232323;border-color:#333;color:#e2e8f0}.blog-post-tag:hover{background:#1a2341;border-color:#1a2341;color:#fff}.blog-post-page.dark .blog-post-tag:hover{background:#fff;border-color:#fff;color:#1a2341}.blog-post-cta{background:#f8fafc;border-top:1.5px solid #e3e3e5;padding:60px 5%}.blog-post-page.dark .blog-post-cta{background:#191a1b;border-color:#333}.blog-post-cta-content{margin:0 auto;max-width:700px;text-align:center}.blog-post-cta-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.blog-post-page.dark .blog-post-cta-title{color:#fff}.blog-post-cta-text{color:#3a4a6b;font-family:Inter,Arial,sans-serif;line-height:1.6;margin-bottom:2rem}.blog-post-page.dark .blog-post-cta-text{color:#e2e8f0;opacity:.85}.blog-post-cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.blog-post-cta-btn{border-radius:7px;font-family:Inter,Arial,sans-serif;font-weight:500;padding:.6rem 1.5rem;text-decoration:none;transition:all .2s ease}.blog-post-cta-btn.primary{background:#1a2341;border:1.2px solid #1a2341;color:#fff}.blog-post-cta-btn.primary:hover{background:#192239;box-shadow:0 8px 24px #1a234133}.blog-post-page.dark .blog-post-cta-btn.primary{background:#fff;border-color:#fff;color:#1a2341}.blog-post-page.dark .blog-post-cta-btn.primary:hover{background:#e5e7eb}.blog-post-cta-btn.secondary{background:#0000;border:1.2px solid #1a2341;color:#1a2341}.blog-post-page.dark .blog-post-cta-btn.secondary{border-color:#fff;color:#fff}.blog-post-cta-btn.secondary:hover{background:#f2f6fa}.blog-post-page.dark .blog-post-cta-btn.secondary:hover{background:#232323}.blog-post-nav{border-top:1px solid #e3e3e5;padding:40px 5%}.blog-post-page.dark .blog-post-nav{border-color:#333}.blog-post-nav-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1000px}.blog-post-nav-link{background:#fff;border:1.5px solid #e3e3e5;border-radius:12px;padding:1.5rem;text-decoration:none;transition:all .3s ease}.blog-post-page.dark .blog-post-nav-link{background:#232323;border-color:#333}.blog-post-nav-link:hover{border-color:#1a2341;box-shadow:0 4px 16px #1a234114}.blog-post-page.dark .blog-post-nav-link:hover{border-color:#555;box-shadow:0 4px 16px #0003}.blog-post-nav-link.next{text-align:right}.blog-post-nav-label{color:#1a2341;display:block;font-size:.85rem;font-weight:500;margin-bottom:.5rem}.blog-post-page.dark .blog-post-nav-label{color:#e2e8f0}.blog-post-nav-title{color:#1a2341;display:block;font-family:Poppins,Arial,sans-serif;font-weight:600;line-height:1.4}.blog-post-page.dark .blog-post-nav-title{color:#fff}.blog-post-related{background:#f8fafc;padding:60px 5% 80px}.blog-post-page.dark .blog-post-related{background:#191a1b}.blog-post-related-content{margin:0 auto;max-width:1200px}.blog-post-related-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:1.5rem;font-weight:700;margin-bottom:2rem;text-align:center}.blog-post-page.dark .blog-post-related-title{color:#fff}.blog-post-related-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.blog-post-related-card{background:#fff;border:1.5px solid #e3e3e5;border-radius:16px;box-shadow:0 2px 12px #1a23410a;padding:1.5rem;text-decoration:none;transition:all .3s ease}.blog-post-page.dark .blog-post-related-card{background:#232323;border-color:#333;box-shadow:0 2px 12px #00000026}.blog-post-related-card:hover{border-color:#1a2341;box-shadow:0 8px 24px #1a23411a;transform:translateY(-3px)}.blog-post-page.dark .blog-post-related-card:hover{border-color:#555}.blog-post-related-category{background:#f2f6fa;border-radius:6px;color:#1a2341;display:inline-block;font-size:.75rem;font-weight:500;margin-bottom:.75rem;padding:.25rem .75rem}.blog-post-page.dark .blog-post-related-category{background:#191a1b;color:#e2e8f0}.blog-post-related-card-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:1.1rem;font-weight:600;line-height:1.3;margin-bottom:.5rem}.blog-post-page.dark .blog-post-related-card-title{color:#fff}.blog-post-related-excerpt{color:#3a4a6b;font-family:Inter,Arial,sans-serif;font-size:.9rem;line-height:1.5;margin-bottom:1rem}.blog-post-page.dark .blog-post-related-excerpt{color:#e2e8f0;opacity:.8}.blog-post-related-link{color:#1a2341;font-size:.9rem;font-weight:600}.blog-post-page.dark .blog-post-related-link{color:#fff}@media (max-width:768px){.blog-post-header{padding:100px 5% 40px}.blog-post-nav-content{grid-template-columns:1fr}.blog-post-nav-link.next{text-align:left}.blog-post-cta-buttons{align-items:center;flex-direction:column}.blog-post-cta-btn{max-width:280px;text-align:center;width:100%}.blog-post-related-grid{grid-template-columns:1fr}}.ia-servicio-page{background:#f8fafc;min-height:100vh;transition:background .3s}.ia-servicio-page.dark{background:#18191a}.ia-servicio-page.light{background:#f8fafc}.ia-hero{background:linear-gradient(135deg,#f8fafc,#eaf1fb);padding:100px 0 80px;transition:background .3s}.ia-servicio-page.dark .ia-hero{background:linear-gradient(135deg,#18191a,#232323)}.ia-hero-content{align-items:center;display:flex;gap:60px;margin:0 auto;max-width:1400px;padding:0 24px}.ia-hero-text{flex:1 1;max-width:700px}.ia-hero-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:3.5rem;font-weight:700;letter-spacing:-1px;line-height:1.1;margin:0 0 24px}.ia-servicio-page.dark .ia-hero-title{color:#fff}.ia-hero-subtitle{color:#3a4a6b;font-family:Inter,Arial,sans-serif;font-size:1.2rem;font-weight:400;line-height:1.7;margin:0 0 20px}.ia-servicio-page.dark .ia-hero-subtitle{color:#e5e7eb;opacity:.9}.ia-hero-cta{display:flex;flex-wrap:wrap;gap:16px;margin-top:32px}.ia-hero-button{border-radius:10px;display:inline-block;font-family:Inter,Arial,sans-serif;font-size:1rem;font-weight:600;padding:16px 32px;text-decoration:none;transition:all .3s ease}.ia-hero-button.primary{background:linear-gradient(135deg,#192239,#2d3748);box-shadow:0 4px 12px #1922394d;color:#fff}.ia-hero-button.primary:hover{box-shadow:0 6px 20px #19223966;transform:translateY(-2px)}.ia-hero-button.secondary{background:#0000;border:2px solid #192239;color:#192239}.ia-servicio-page.dark .ia-hero-button.secondary{border-color:#fff;color:#fff}.ia-hero-button.secondary:hover{background:#192239;color:#fff}.ia-servicio-page.dark .ia-hero-button.secondary:hover{background:#fff;color:#192239}.ia-hero-visual{align-items:center;display:flex;flex:1 1;justify-content:center}.ia-hero-graphic{height:400px;max-width:500px;position:relative;width:100%}.ai-brain-animation,.neural-network{height:100%;position:relative;width:100%}.node{animation:nodePulse 2s ease-in-out infinite;background:#192239;border-radius:50%;height:20px;position:absolute;width:20px}.ia-servicio-page.dark .node{background:#fff}.node-1{animation-delay:0s;left:30%;top:20%}.node-2{animation-delay:.3s;right:30%;top:20%}.node-3{animation-delay:.6s;left:20%;top:50%}.node-4{animation-delay:.9s;right:20%;top:50%}.node-5{animation-delay:1.2s;bottom:20%;left:50%;transform:translateX(-50%)}.connection{animation:connectionFade 2s ease-in-out infinite;background:#1922394d;border-radius:1px;position:absolute}.ia-servicio-page.dark .connection{background:#ffffff4d}.conn-1{height:80px;left:32%;transform:rotate(25deg)}.conn-1,.conn-2{top:22%;width:2px}.conn-2{animation-delay:.4s;height:100px;left:50%;transform:translateX(-50%) rotate(45deg)}.conn-3{animation-delay:.7s;height:120px;left:22%;top:52%;transform:rotate(-30deg);width:2px}.conn-4{animation-delay:1s;bottom:22%;height:100px;left:50%;transform:translateX(-50%) rotate(90deg);width:2px}@keyframes connectionFade{0%,to{opacity:.3}50%{opacity:1}}.ia-que-es{background:#fff;padding:100px 0}.ia-servicio-page.dark .ia-que-es{background:#1f1f1f}.ia-que-es-content{margin:0 auto;max-width:1400px;padding:0 24px}.ia-que-es-header{margin-bottom:60px;text-align:center}.ia-que-es-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.ia-servicio-page.dark .ia-que-es-title{color:#fff}.ia-que-es-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 auto;max-width:800px}.ia-servicio-page.dark .ia-que-es-subtitle{color:#9ca3af}.ia-que-es-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.ia-concept-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;padding:32px;text-align:center;transition:all .3s ease}.ia-servicio-page.dark .ia-concept-card{background:#232323;border-color:#374151}.ia-concept-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}.ia-servicio-page.dark .ia-concept-card:hover{box-shadow:0 8px 24px #0000004d}.concept-icon{font-size:3rem;margin-bottom:16px}.concept-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:1.3rem;font-weight:600;margin:0 0 12px}.ia-servicio-page.dark .concept-title{color:#fff}.concept-description{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1rem;line-height:1.6;margin:0}.ia-servicio-page.dark .concept-description{color:#9ca3af}.ia-beneficios{background:#f8fafc;padding:100px 0}.ia-servicio-page.dark .ia-beneficios{background:#18191a}.ia-beneficios-content{margin:0 auto;max-width:1400px;padding:0 24px}.ia-beneficios-header{margin-bottom:60px;text-align:center}.ia-beneficios-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.ia-servicio-page.dark .ia-beneficios-title{color:#fff}.ia-beneficios-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 auto;max-width:700px}.ia-servicio-page.dark .ia-beneficios-subtitle{color:#9ca3af}.ia-beneficios-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.ia-beneficio-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:32px;transition:all .3s ease}.ia-servicio-page.dark .ia-beneficio-card{background:#232323;border-color:#374151}.ia-beneficio-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}.ia-servicio-page.dark .ia-beneficio-card:hover{box-shadow:0 8px 24px #0000004d}.ia-servicio-page.dark .beneficio-title{color:#fff}.ia-servicio-page.dark .beneficio-description{color:#9ca3af}.ia-soluciones{background:#fff;padding:100px 0}.ia-servicio-page.dark .ia-soluciones{background:#1f1f1f}.ia-soluciones-content{margin:0 auto;max-width:1400px;padding:0 24px}.ia-soluciones-header{margin-bottom:60px;text-align:center}.ia-soluciones-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.ia-servicio-page.dark .ia-soluciones-title{color:#fff}.ia-soluciones-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 auto;max-width:700px}.ia-servicio-page.dark .ia-soluciones-subtitle{color:#9ca3af}.ia-soluciones-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.ia-solucion-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;padding:32px;transition:all .3s ease}.ia-servicio-page.dark .ia-solucion-card{background:#232323;border-color:#374151}.ia-solucion-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}.ia-servicio-page.dark .ia-solucion-card:hover{box-shadow:0 8px 24px #0000004d}.solucion-title{color:#192239;font-family:Poppins,Arial,sans-serif;font-size:1.4rem;font-weight:600;margin:0 0 16px}.ia-servicio-page.dark .solucion-title{color:#fff}.solucion-description{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1rem;line-height:1.6;margin:0 0 20px}.ia-servicio-page.dark .solucion-description{color:#9ca3af}.solucion-casos{margin-top:20px}.casos-title{font-size:.9rem;margin:0 0 12px}.ia-servicio-page.dark .casos-title{color:#fff}.caso-item{font-size:.95rem;margin:0 0 8px;padding-left:20px}.ia-servicio-page.dark .caso-item{color:#9ca3af}.ia-servicio-page.dark .caso-item:before{color:#fff}.ia-proceso{background:#f8fafc;padding:100px 0}.ia-servicio-page.dark .ia-proceso{background:#18191a}.ia-proceso-content{margin:0 auto;max-width:1000px;padding:0 24px}.ia-proceso-header{margin-bottom:60px;text-align:center}.ia-proceso-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.ia-servicio-page.dark .ia-proceso-title{color:#fff}.ia-proceso-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7}.ia-servicio-page.dark .ia-proceso-subtitle{color:#9ca3af}.ia-proceso-timeline{display:flex;flex-direction:column;gap:40px}.ia-servicio-page.dark .step-title{color:#fff}.ia-servicio-page.dark .step-description{color:#9ca3af}.ia-formacion{background:#fff;padding:100px 0}.ia-servicio-page.dark .ia-formacion{background:#1f1f1f}.ia-formacion-content{align-items:center;display:flex;gap:60px;margin:0 auto;max-width:1400px;padding:0 24px}.ia-formacion-text{flex:1 1}.ia-formacion-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.ia-servicio-page.dark .ia-formacion-title{color:#fff}.ia-formacion-description{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 0 32px}.ia-servicio-page.dark .ia-formacion-description{color:#9ca3af}.formacion-beneficios{display:flex;flex-direction:column;gap:16px}.formacion-item{align-items:center;color:#6b7280;display:flex;font-family:Inter,Arial,sans-serif;font-size:1.1rem;gap:12px}.ia-servicio-page.dark .formacion-item{color:#9ca3af}.formacion-check{background:linear-gradient(135deg,#192239,#2d3748);border-radius:50%;color:#fff;flex-shrink:0;font-weight:700;height:28px;width:28px}.formacion-check,.ia-formacion-visual{align-items:center;display:flex;justify-content:center}.ia-formacion-visual{flex:1 1}.formacion-graphic{font-size:8rem;opacity:.3}.ia-sectores{background:#f8fafc;padding:100px 0}.ia-servicio-page.dark .ia-sectores{background:#18191a}.ia-sectores-content{margin:0 auto;max-width:1400px;padding:0 24px}.ia-sectores-header{margin-bottom:60px;text-align:center}.ia-sectores-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.ia-servicio-page.dark .ia-sectores-title{color:#fff}.ia-sectores-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 auto;max-width:700px}.ia-servicio-page.dark .ia-sectores-subtitle{color:#9ca3af}.ia-sectores-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.ia-sector-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:32px;transition:all .3s ease}.ia-servicio-page.dark .ia-sector-card{background:#232323;border-color:#374151}.ia-sector-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}.ia-servicio-page.dark .ia-sector-card:hover{box-shadow:0 8px 24px #0000004d}.ia-servicio-page.dark .sector-title{color:#fff}.ia-servicio-page.dark .sector-description{color:#9ca3af}.ia-cta{background:linear-gradient(135deg,#192239,#2d3748);padding:100px 0;text-align:center}.ia-cta-content{margin:0 auto;max-width:800px;padding:0 24px}.ia-cta-title{color:#fff;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.ia-cta-subtitle{color:#ffffffe6;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 0 40px}.ia-cta-buttons{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.ia-cta-button{border-radius:10px;display:inline-block;font-family:Inter,Arial,sans-serif;font-size:1rem;font-weight:600;padding:16px 32px;text-decoration:none;transition:all .3s ease}.ia-cta-button.primary{background:#fff;color:#192239}.ia-cta-button.primary:hover{box-shadow:0 6px 20px #ffffff4d;transform:translateY(-2px)}.ia-cta-button.secondary{background:#0000;border:2px solid #fff;color:#fff}.ia-cta-button.secondary:hover{background:#fff;color:#192239}@media (max-width:968px){.ia-hero-content{flex-direction:column}.ia-hero-title{font-size:2.5rem}.ia-hero-visual{margin-top:40px}.ia-formacion-content{flex-direction:column}.ia-beneficios-grid,.ia-que-es-grid,.ia-sectores-grid,.ia-soluciones-grid{grid-template-columns:1fr}}@media (max-width:640px){.ia-hero-title{font-size:2rem}.ia-hero-subtitle{font-size:1rem}.ia-hero-cta{flex-direction:column}.ia-hero-button{text-align:center;width:100%}.ia-cta-title{font-size:2rem}.ia-cta-buttons{flex-direction:column}.ia-cta-button{width:100%}}.erp-servicio-page{background:#f8fafc;min-height:100vh;transition:background .3s}.erp-servicio-page.dark{background:#18191a}.erp-servicio-page.light{background:#f8fafc}.erp-hero{background:linear-gradient(135deg,#f8fafc,#eaf1fb);padding:100px 0 80px;transition:background .3s}.erp-servicio-page.dark .erp-hero{background:linear-gradient(135deg,#18191a,#232323)}.erp-hero-content{align-items:flex-start;display:flex;gap:60px;margin:0 auto;max-width:1400px;padding:40px 24px 0}.erp-hero-text{flex:1 1;max-width:700px}.erp-hero-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:3.5rem;font-weight:700;letter-spacing:-1px;line-height:1.1;margin:0 0 24px}.erp-servicio-page.dark .erp-hero-title{color:#fff}.erp-hero-subtitle{color:#3a4a6b;font-family:Inter,Arial,sans-serif;font-size:1.2rem;font-weight:400;line-height:1.7;margin:0 0 20px}.erp-servicio-page.dark .erp-hero-subtitle{color:#e5e7eb;opacity:.9}.erp-hero-cta{display:flex;flex-wrap:wrap;gap:16px;margin-top:32px}.erp-hero-button{border-radius:10px;display:inline-block;font-family:Inter,Arial,sans-serif;font-size:1rem;font-weight:600;padding:16px 32px;text-decoration:none;transition:all .3s ease}.erp-hero-button.primary{background:linear-gradient(135deg,#192239,#2d3748);box-shadow:0 4px 12px #1922394d;color:#fff}.erp-hero-button.primary:hover{box-shadow:0 6px 20px #19223966;transform:translateY(-2px)}.erp-hero-button.secondary{background:#0000;border:2px solid #192239;color:#192239}.erp-servicio-page.dark .erp-hero-button.secondary{border-color:#fff;color:#fff}.erp-hero-button.secondary:hover{background:#192239;color:#fff}.erp-servicio-page.dark .erp-hero-button.secondary:hover{background:#fff;color:#192239}.erp-hero-visual{align-items:center;display:flex;flex:1 1;justify-content:center;padding-top:40px}.erp-animation,.erp-hero-graphic{align-items:center;display:flex;justify-content:center;max-width:500px;position:relative;width:100%}.erp-dashboard{animation:dashboardFloat 3s ease-in-out infinite;background:#fff;border-radius:16px;box-shadow:0 8px 24px #00000026;max-width:450px;overflow:hidden;width:100%}.erp-servicio-page.dark .erp-dashboard{background:#232323}.dashboard-header{align-items:center;background:linear-gradient(135deg,#192239,#2d3748);display:flex;gap:12px;padding:16px 20px}.dashboard-dots{display:flex;gap:6px}.dashboard-dots .dot{background:#fff9;border-radius:50%;height:10px;width:10px}.dashboard-title{color:#fff;flex:1 1;font-family:Inter,Arial,sans-serif;font-size:1rem;font-weight:600;text-align:center}.dashboard-content{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,1fr);min-height:280px;padding:24px}.dashboard-module{align-items:center;animation:modulePulse 2s ease-in-out infinite;background:#f8fafc;border:2px solid #e5e7eb;border-radius:12px;display:flex;flex-direction:column;justify-content:center;padding:20px;transition:all .3s ease}.erp-servicio-page.dark .dashboard-module{background:#2a2a2a;border-color:#404040}.dashboard-module:hover{border-color:#192239;box-shadow:0 4px 12px #19223933;transform:translateY(-4px)}.erp-servicio-page.dark .dashboard-module:hover{border-color:#fff}.module-1{animation-delay:0s}.module-2{animation-delay:.3s}.module-3{animation-delay:.6s}.module-4{animation-delay:.9s}.module-icon{font-size:2.5rem;margin-bottom:8px}.module-name{color:#192239;font-family:Inter,Arial,sans-serif;font-size:.9rem;font-weight:600;text-align:center}.erp-servicio-page.dark .module-name{color:#fff}@keyframes dashboardFloat{0%,to{box-shadow:0 8px 24px #00000026;transform:translateY(0)}50%{box-shadow:0 12px 32px #0003;transform:translateY(-5px)}}@keyframes modulePulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.9;transform:scale(1.02)}}.erp-que-es{background:#fff;padding:100px 0}.erp-servicio-page.dark .erp-que-es{background:#1f1f1f}.erp-que-es-content{margin:0 auto;max-width:1400px;padding:0 24px}.erp-que-es-header{margin-bottom:60px;text-align:center}.erp-que-es-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.erp-servicio-page.dark .erp-que-es-title{color:#fff}.erp-que-es-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 auto 20px;max-width:900px}.erp-servicio-page.dark .erp-que-es-subtitle{color:#9ca3af}.erp-comparison-table{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 4px 20px #00000014;margin-top:60px;overflow:hidden}.erp-servicio-page.dark .erp-comparison-table{background:#232323;border-color:#374151;box-shadow:0 4px 20px #0003}.erp-servicio-page.dark .comparison-header,.erp-servicio-page.dark .comparison-header-spacer{background:#2a2a2a;border-color:#404040}.erp-servicio-page.dark .comparison-column-header.highlight{background:linear-gradient(135deg,#192239,#2d3748)}.erp-servicio-page.dark .comparison-header-title{color:#fff}.erp-servicio-page.dark .comparison-header-subtitle{color:#9ca3af}.erp-servicio-page.dark .comparison-row{border-color:#374151}.erp-servicio-page.dark .comparison-row:hover{background:#2a2a2a}.erp-servicio-page.dark .comparison-aspect{background:#2a2a2a;border-color:#404040;color:#fff}.erp-servicio-page.dark .comparison-value{color:#9ca3af}.erp-servicio-page.dark .comparison-value.highlight{background:#1e3a5f;border-color:#2d4a6b;color:#bfdbfe}@media (max-width:968px){.comparison-header,.comparison-row{grid-template-columns:1fr}.comparison-aspect{border-bottom:1px solid #e5e7eb;border-right:none;padding:16px 20px}.erp-servicio-page.dark .comparison-aspect{border-color:#404040}.comparison-value{padding:16px 20px}.comparison-value.highlight{border-left:none;border-top:3px solid #192239}.erp-servicio-page.dark .comparison-value.highlight{border-color:#2d4a6b}}.erp-tecnologias{background:#f8fafc;padding:100px 0}.erp-servicio-page.dark .erp-tecnologias{background:#18191a}.erp-tecnologias-content{margin:0 auto;max-width:1400px;padding:0 24px}.erp-tecnologias-header{margin-bottom:60px;text-align:center}.erp-tecnologias-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.erp-servicio-page.dark .erp-tecnologias-title{color:#fff}.erp-tecnologias-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 auto;max-width:800px}.erp-servicio-page.dark .erp-tecnologias-subtitle{color:#9ca3af}.erp-tecnologias-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.erp-tecnologia-card{background:#fff;border:2px solid #e5e7eb;border-radius:16px;padding:40px;transition:all .3s ease}.erp-servicio-page.dark .erp-tecnologia-card{background:#232323;border-color:#374151}.erp-tecnologia-card:hover{border-color:#192239;box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}.erp-servicio-page.dark .erp-tecnologia-card:hover{border-color:#fff;box-shadow:0 8px 24px #0000004d}.tecnologia-title{font-size:1.6rem;font-weight:700;margin:0 0 16px}.erp-servicio-page.dark .tecnologia-title{color:#fff}.tecnologia-description{font-size:1.1rem;line-height:1.7;margin:0 0 24px}.erp-servicio-page.dark .tecnologia-description{color:#9ca3af}.tecnologia-caracteristicas{margin:24px 0}.erp-servicio-page.dark .caracteristicas-title{color:#fff}.erp-servicio-page.dark .caracteristica-item{color:#9ca3af}.erp-servicio-page.dark .caracteristica-item:before{color:#fff}.tecnologia-ideal{border-top:1px solid #e5e7eb;color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1rem;line-height:1.7;margin-top:24px;padding-top:24px}.erp-servicio-page.dark .tecnologia-ideal{border-color:#374151;color:#9ca3af}.erp-beneficios{background:#fff;padding:100px 0}.erp-servicio-page.dark .erp-beneficios{background:#1f1f1f}.erp-beneficios-content{margin:0 auto;max-width:1400px;padding:0 24px}.erp-beneficios-header{margin-bottom:60px;text-align:center}.erp-beneficios-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.erp-servicio-page.dark .erp-beneficios-title{color:#fff}.erp-beneficios-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 auto;max-width:700px}.erp-servicio-page.dark .erp-beneficios-subtitle{color:#9ca3af}.erp-beneficios-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.erp-beneficio-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;padding:32px;transition:all .3s ease}.erp-servicio-page.dark .erp-beneficio-card{background:#232323;border-color:#374151}.erp-beneficio-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}.erp-servicio-page.dark .erp-beneficio-card:hover{box-shadow:0 8px 24px #0000004d}.erp-servicio-page.dark .beneficio-title{color:#fff}.erp-servicio-page.dark .beneficio-description{color:#9ca3af}.erp-modulos{background:#f8fafc;padding:100px 0}.erp-servicio-page.dark .erp-modulos{background:#18191a}.erp-modulos-content{margin:0 auto;max-width:1400px;padding:0 24px}.erp-modulos-header{margin-bottom:60px;text-align:center}.erp-modulos-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.erp-servicio-page.dark .erp-modulos-title{color:#fff}.erp-modulos-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 auto;max-width:700px}.erp-servicio-page.dark .erp-modulos-subtitle{color:#9ca3af}.erp-modulos-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.erp-modulo-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:32px;transition:all .3s ease}.erp-servicio-page.dark .erp-modulo-card{background:#232323;border-color:#374151}.erp-modulo-card:hover{border-color:#192239;box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}.erp-servicio-page.dark .erp-modulo-card:hover{border-color:#fff;box-shadow:0 8px 24px #0000004d}.modulo-title{color:#192239;font-family:Poppins,Arial,sans-serif;font-size:1.3rem;font-weight:600;margin:0 0 12px}.erp-servicio-page.dark .modulo-title{color:#fff}.modulo-description{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1rem;line-height:1.6;margin:0}.erp-servicio-page.dark .modulo-description{color:#9ca3af}.erp-proceso{background:#fff;padding:100px 0}.erp-servicio-page.dark .erp-proceso{background:#1f1f1f}.erp-proceso-content{margin:0 auto;max-width:1000px;padding:0 24px}.erp-proceso-header{margin-bottom:60px;text-align:center}.erp-proceso-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.erp-servicio-page.dark .erp-proceso-title{color:#fff}.erp-proceso-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7}.erp-servicio-page.dark .erp-proceso-subtitle{color:#9ca3af}.erp-proceso-timeline{display:flex;flex-direction:column;gap:40px}.erp-servicio-page.dark .step-title{color:#fff}.erp-servicio-page.dark .step-description{color:#9ca3af}.erp-sectores{background:#f8fafc;padding:100px 0}.erp-servicio-page.dark .erp-sectores{background:#18191a}.erp-sectores-content{margin:0 auto;max-width:1400px;padding:0 24px}.erp-sectores-header{margin-bottom:60px;text-align:center}.erp-sectores-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.erp-servicio-page.dark .erp-sectores-title{color:#fff}.erp-sectores-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 auto;max-width:700px}.erp-servicio-page.dark .erp-sectores-subtitle{color:#9ca3af}.erp-sectores-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.erp-sector-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:32px;transition:all .3s ease}.erp-servicio-page.dark .erp-sector-card{background:#232323;border-color:#374151}.erp-sector-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}.erp-servicio-page.dark .erp-sector-card:hover{box-shadow:0 8px 24px #0000004d}.erp-servicio-page.dark .sector-title{color:#fff}.erp-servicio-page.dark .sector-description{color:#9ca3af}.erp-cobertura{background:#fff;padding:100px 0}.erp-servicio-page.dark .erp-cobertura{background:#1f1f1f}.erp-cobertura-content{margin:0 auto;max-width:1000px;padding:0 24px}.erp-cobertura-text{text-align:center}.erp-cobertura-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.erp-servicio-page.dark .erp-cobertura-title{color:#fff}.erp-cobertura-description{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 auto 20px;max-width:800px}.erp-servicio-page.dark .erp-cobertura-description{color:#9ca3af}.cobertura-locations{display:flex;flex-direction:column;gap:16px;margin-left:auto;margin-right:auto;margin-top:40px;max-width:600px}.location-item{align-items:center;background:#f8fafc;border-radius:10px;color:#6b7280;display:flex;font-family:Inter,Arial,sans-serif;font-size:1.1rem;gap:12px;padding:16px}.erp-servicio-page.dark .location-item{background:#232323;color:#9ca3af}.location-icon{flex-shrink:0;font-size:1.5rem}.erp-cta{background:linear-gradient(135deg,#192239,#2d3748);padding:100px 0;text-align:center}.erp-cta-content{margin:0 auto;max-width:800px;padding:0 24px}.erp-cta-title{color:#fff;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.erp-cta-subtitle{color:#ffffffe6;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 0 40px}.erp-cta-buttons{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.erp-cta-button{border-radius:10px;display:inline-block;font-family:Inter,Arial,sans-serif;font-size:1rem;font-weight:600;padding:16px 32px;text-decoration:none;transition:all .3s ease}.erp-cta-button.primary{background:#fff;color:#192239}.erp-cta-button.primary:hover{box-shadow:0 6px 20px #ffffff4d;transform:translateY(-2px)}.erp-cta-button.secondary{background:#0000;border:2px solid #fff;color:#fff}.erp-cta-button.secondary:hover{background:#fff;color:#192239}@media (max-width:968px){.erp-hero-content{flex-direction:column}.erp-hero-title{font-size:2.5rem}.erp-hero-visual{margin-top:40px}.erp-beneficios-grid,.erp-modulos-grid,.erp-que-es-grid,.erp-sectores-grid,.erp-tecnologias-grid{grid-template-columns:1fr}}@media (max-width:640px){.erp-hero-title{font-size:2rem}.erp-hero-subtitle{font-size:1rem}.erp-hero-cta{flex-direction:column}.erp-hero-button{text-align:center;width:100%}.erp-cta-title{font-size:2rem}.erp-cta-buttons{flex-direction:column}.erp-cta-button{width:100%}}.software-medida-page{background:#f8fafc;min-height:100vh;transition:background .3s}.software-medida-page.dark{background:#18191a}.software-medida-page.light{background:#f8fafc}.software-hero{background:linear-gradient(135deg,#f8fafc,#eaf1fb);padding:100px 0 80px;transition:background .3s}.software-medida-page.dark .software-hero{background:linear-gradient(135deg,#18191a,#232323)}.software-hero-content{align-items:center;display:flex;gap:60px;margin:0 auto;max-width:1400px;padding:0 24px}.software-hero-text{flex:1 1;max-width:700px}.software-hero-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:3.5rem;font-weight:700;letter-spacing:-1px;line-height:1.1;margin:0 0 24px}.software-medida-page.dark .software-hero-title{color:#fff}.software-hero-subtitle{color:#3a4a6b;font-family:Inter,Arial,sans-serif;font-size:1.2rem;font-weight:400;line-height:1.7;margin:0 0 20px}.software-medida-page.dark .software-hero-subtitle{color:#e5e7eb;opacity:.9}.software-hero-cta{display:flex;flex-wrap:wrap;gap:16px;margin-top:32px}.software-hero-button{border-radius:10px;display:inline-block;font-family:Inter,Arial,sans-serif;font-size:1rem;font-weight:600;padding:16px 32px;text-decoration:none;transition:all .3s ease}.software-hero-button.primary{background:linear-gradient(135deg,#192239,#2d3748);box-shadow:0 4px 12px #1922394d;color:#fff}.software-hero-button.primary:hover{box-shadow:0 6px 20px #19223966;transform:translateY(-2px)}.software-hero-button.secondary{background:#0000;border:2px solid #192239;color:#192239}.software-medida-page.dark .software-hero-button.secondary{border-color:#fff;color:#fff}.software-hero-button.secondary:hover{background:#192239;color:#fff}.software-medida-page.dark .software-hero-button.secondary:hover{background:#fff;color:#192239}.software-hero-visual{flex:1 1}.software-hero-graphic,.software-hero-visual{align-items:center;display:flex;justify-content:center}.software-hero-graphic{max-width:500px;position:relative;width:100%}.code-animation{border-radius:12px;box-shadow:0 8px 24px #0003;box-sizing:border-box;font-family:Courier New,monospace;max-width:100%;min-height:150px;overflow-x:auto;padding:24px;text-align:left;width:100%}.code-animation,.software-medida-page.dark .code-animation{background:#1e1e1e}.code-line{align-items:center;display:flex;flex-direction:row;font-size:1rem;line-height:1.8;margin-bottom:12px;opacity:1;text-align:left;transform:none;white-space:nowrap}.code-line.line-1{padding-left:0}.code-line.line-2{padding-left:2ch}.code-line.line-3{padding-left:4ch}.code-keyword{color:#569cd6;display:inline;font-weight:600}.code-text{color:#d4d4d4;display:inline}.code-comment{color:#6a9955;display:inline;font-style:italic}@keyframes codeTyping{0%{opacity:0;transform:translateX(-10px)}to{opacity:1;transform:translateX(0)}}.software-que-es{background:#fff;padding:100px 0}.software-medida-page.dark .software-que-es{background:#1f1f1f}.software-que-es-content{margin:0 auto;max-width:1400px;padding:0 24px}.software-que-es-header{margin-bottom:60px;text-align:center}.software-que-es-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.software-medida-page.dark .software-que-es-title{color:#fff}.software-que-es-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 auto 20px;max-width:900px}.software-medida-page.dark .software-que-es-subtitle{color:#9ca3af}.software-comparison-table{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 4px 20px #00000014;margin-top:60px;overflow:hidden}.software-medida-page.dark .software-comparison-table{background:#232323;border-color:#374151;box-shadow:0 4px 20px #0003}.comparison-header{background:#f8fafc;border-bottom:2px solid #e5e7eb;display:grid;grid-template-columns:200px 1fr 1fr}.software-medida-page.dark .comparison-header{background:#2a2a2a;border-color:#404040}.comparison-header-spacer{background:#f8fafc;border-right:1px solid #e5e7eb}.software-medida-page.dark .comparison-header-spacer{background:#2a2a2a;border-color:#404040}.comparison-column-header{padding:24px;text-align:center}.comparison-column-header.highlight{color:#fff}.comparison-column-header.highlight,.software-medida-page.dark .comparison-column-header.highlight{background:linear-gradient(135deg,#192239,#2d3748)}.comparison-header-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:1.5rem;font-weight:700;margin:0 0 8px}.comparison-column-header.highlight .comparison-header-title,.software-medida-page.dark .comparison-header-title{color:#fff}.comparison-header-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:.9rem;margin:0}.software-medida-page.dark .comparison-header-subtitle{color:#9ca3af}.comparison-column-header.highlight .comparison-header-subtitle{color:#fffc}.comparison-row{border-bottom:1px solid #e5e7eb;display:grid;grid-template-columns:200px 1fr 1fr;transition:background .2s ease}.software-medida-page.dark .comparison-row{border-color:#374151}.comparison-row:hover{background:#f8fafc}.software-medida-page.dark .comparison-row:hover{background:#2a2a2a}.comparison-row:last-child{border-bottom:none}.comparison-aspect{align-items:center;background:#f8fafc;border-right:1px solid #e5e7eb;color:#1a2341;display:flex;font-family:Poppins,Arial,sans-serif;font-size:1rem;font-weight:600;padding:20px 24px}.software-medida-page.dark .comparison-aspect{background:#2a2a2a;border-color:#404040;color:#fff}.aspect-label{line-height:1.4}.comparison-value{align-items:center;color:#6b7280;display:flex;font-family:Inter,Arial,sans-serif;font-size:1rem;line-height:1.6;padding:20px 24px}.software-medida-page.dark .comparison-value{color:#9ca3af}.comparison-value.highlight{background:#eff6ff;border-left:3px solid #192239}.software-medida-page.dark .comparison-value.highlight{background:#1e3a5f;border-color:#2d4a6b;color:#bfdbfe}.value-text{margin:0}@media (max-width:968px){.comparison-header,.comparison-row{grid-template-columns:1fr}.comparison-aspect{border-bottom:1px solid #e5e7eb;border-right:none;padding:16px 20px}.software-medida-page.dark .comparison-aspect{border-color:#404040}.comparison-value{padding:16px 20px}.comparison-value.highlight{border-left:none;border-top:3px solid #192239}.software-medida-page.dark .comparison-value.highlight{border-color:#2d4a6b}}.software-beneficios{background:#f8fafc;padding:100px 0}.software-medida-page.dark .software-beneficios{background:#18191a}.software-beneficios-content{margin:0 auto;max-width:1400px;padding:0 24px}.software-beneficios-header{margin-bottom:60px;text-align:center}.software-beneficios-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.software-medida-page.dark .software-beneficios-title{color:#fff}.software-beneficios-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 auto;max-width:700px}.software-medida-page.dark .software-beneficios-subtitle{color:#9ca3af}.software-beneficios-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.software-beneficio-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:32px;transition:all .3s ease}.software-medida-page.dark .software-beneficio-card{background:#232323;border-color:#374151}.software-beneficio-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}.software-medida-page.dark .software-beneficio-card:hover{box-shadow:0 8px 24px #0000004d}.software-medida-page.dark .beneficio-title{color:#fff}.software-medida-page.dark .beneficio-description{color:#9ca3af}.software-tipos{background:#fff;padding:100px 0}.software-medida-page.dark .software-tipos{background:#1f1f1f}.software-tipos-content{margin:0 auto;max-width:1400px;padding:0 24px}.software-tipos-header{margin-bottom:60px;text-align:center}.software-tipos-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.software-medida-page.dark .software-tipos-title{color:#fff}.software-tipos-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 auto;max-width:700px}.software-medida-page.dark .software-tipos-subtitle{color:#9ca3af}.software-tipos-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.software-tipo-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;padding:32px;transition:all .3s ease}.software-medida-page.dark .software-tipo-card{background:#232323;border-color:#374151}.software-tipo-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}.software-medida-page.dark .software-tipo-card:hover{box-shadow:0 8px 24px #0000004d}.software-medida-page.dark .tipo-title{color:#fff}.software-medida-page.dark .tipo-description{color:#9ca3af}.software-medida-page.dark .caracteristicas-title{color:#fff}.software-medida-page.dark .caracteristica-item{color:#9ca3af}.software-medida-page.dark .caracteristica-item:before{color:#fff}.software-proceso{background:#f8fafc;padding:100px 0}.software-medida-page.dark .software-proceso{background:#18191a}.software-proceso-content{margin:0 auto;max-width:1000px;padding:0 24px}.software-proceso-header{margin-bottom:60px;text-align:center}.software-proceso-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.software-medida-page.dark .software-proceso-title{color:#fff}.software-proceso-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7}.software-medida-page.dark .software-proceso-subtitle{color:#9ca3af}.software-proceso-timeline{display:flex;flex-direction:column;gap:40px}.software-medida-page.dark .step-title{color:#fff}.software-medida-page.dark .step-description{color:#9ca3af}.software-tecnologias{background:#fff;padding:100px 0}.software-medida-page.dark .software-tecnologias{background:#1f1f1f}.software-tecnologias-content{margin:0 auto;max-width:1400px;padding:0 24px}.software-tecnologias-header{margin-bottom:60px;text-align:center}.software-tecnologias-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.software-medida-page.dark .software-tecnologias-title{color:#fff}.software-tecnologias-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 auto;max-width:700px}.software-medida-page.dark .software-tecnologias-subtitle{color:#9ca3af}.software-tecnologias-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.tecnologia-categoria-card{background:#f8fafc}.software-medida-page.dark .tecnologia-categoria-card{background:#232323;border-color:#374151}.software-medida-page.dark .tecnologia-categoria-card:hover{box-shadow:0 8px 24px #0000004d}.software-medida-page.dark .categoria-title{color:#fff}.software-sectores{background:#f8fafc;padding:100px 0}.software-medida-page.dark .software-sectores{background:#18191a}.software-sectores-content{margin:0 auto;max-width:1400px;padding:0 24px}.software-sectores-header{margin-bottom:60px;text-align:center}.software-sectores-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.software-medida-page.dark .software-sectores-title{color:#fff}.software-sectores-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 auto;max-width:700px}.software-medida-page.dark .software-sectores-subtitle{color:#9ca3af}.software-sectores-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.software-sector-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:32px;transition:all .3s ease}.software-medida-page.dark .software-sector-card{background:#232323;border-color:#374151}.software-sector-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}.software-medida-page.dark .software-sector-card:hover{box-shadow:0 8px 24px #0000004d}.software-medida-page.dark .sector-title{color:#fff}.software-medida-page.dark .sector-description{color:#9ca3af}.software-cta{background:linear-gradient(135deg,#192239,#2d3748);padding:100px 0;text-align:center}.software-cta-content{margin:0 auto;max-width:800px;padding:0 24px}.software-cta-title{color:#fff;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.software-cta-subtitle{color:#ffffffe6;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 0 40px}.software-cta-buttons{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.software-cta-button{border-radius:10px;display:inline-block;font-family:Inter,Arial,sans-serif;font-size:1rem;font-weight:600;padding:16px 32px;text-decoration:none;transition:all .3s ease}.software-cta-button.primary{background:#fff;color:#192239}.software-cta-button.primary:hover{box-shadow:0 6px 20px #ffffff4d;transform:translateY(-2px)}.software-cta-button.secondary{background:#0000;border:2px solid #fff;color:#fff}.software-cta-button.secondary:hover{background:#fff;color:#192239}@media (max-width:968px){.software-hero-content{flex-direction:column}.software-hero-title{font-size:2.5rem}.software-hero-visual{margin-top:40px}.software-beneficios-grid,.software-que-es-grid,.software-sectores-grid,.software-tipos-grid{grid-template-columns:1fr}.software-tecnologias-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}@media (max-width:640px){.software-hero-title{font-size:2rem}.software-hero-subtitle{font-size:1rem}.software-hero-cta{flex-direction:column}.software-hero-button{text-align:center;width:100%}.software-cta-title{font-size:2rem}.software-cta-buttons{flex-direction:column}.software-cta-button{width:100%}}.automatizacion-procesos-page{background:#f8fafc;min-height:100vh;transition:background .3s}.automatizacion-procesos-page.dark{background:#18191a}.automatizacion-procesos-page.light{background:#f8fafc}.automatizacion-hero{background:linear-gradient(135deg,#f8fafc,#eaf1fb);padding:100px 0 80px;transition:background .3s}.automatizacion-procesos-page.dark .automatizacion-hero{background:linear-gradient(135deg,#18191a,#232323)}.automatizacion-hero-content{align-items:center;display:flex;gap:60px;margin:0 auto;max-width:1400px;padding:0 24px}.automatizacion-hero-text{flex:1 1;max-width:700px}.automatizacion-hero-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:3.5rem;font-weight:700;letter-spacing:-1px;line-height:1.1;margin:0 0 24px}.automatizacion-procesos-page.dark .automatizacion-hero-title{color:#fff}.automatizacion-hero-subtitle{color:#3a4a6b;font-family:Inter,Arial,sans-serif;font-size:1.2rem;font-weight:400;line-height:1.7;margin:0 0 20px}.automatizacion-procesos-page.dark .automatizacion-hero-subtitle{color:#e5e7eb;opacity:.9}.automatizacion-hero-cta{display:flex;flex-wrap:wrap;gap:16px;margin-top:32px}.automatizacion-hero-button{border-radius:10px;display:inline-block;font-family:Inter,Arial,sans-serif;font-size:1rem;font-weight:600;padding:16px 32px;text-decoration:none;transition:all .3s ease}.automatizacion-hero-button.primary{background:linear-gradient(135deg,#192239,#2d3748);box-shadow:0 4px 12px #1922394d;color:#fff}.automatizacion-hero-button.primary:hover{box-shadow:0 6px 20px #19223966;transform:translateY(-2px)}.automatizacion-hero-button.secondary{background:#0000;border:2px solid #192239;color:#192239}.automatizacion-procesos-page.dark .automatizacion-hero-button.secondary{border-color:#fff;color:#fff}.automatizacion-hero-button.secondary:hover{background:#192239;color:#fff}.automatizacion-procesos-page.dark .automatizacion-hero-button.secondary:hover{background:#fff;color:#192239}.automatizacion-hero-visual{align-items:center;display:flex;flex:1 1;justify-content:center}.automatizacion-hero-graphic{height:300px;max-width:500px;position:relative;width:100%}.workflow-animation{gap:20px;height:100%;width:100%}.workflow-animation,.workflow-step{align-items:center;display:flex;justify-content:center}.workflow-step{animation:workflowPulse 2s ease-in-out infinite;background:#fff;border:2px solid #192239;border-radius:12px;box-shadow:0 4px 12px #19223933;flex-direction:column;min-width:120px;padding:32px}.automatizacion-procesos-page.dark .workflow-step{background:#232323;border-color:#fff}.step-1{animation-delay:0s}.step-2{animation-delay:.3s}.step-3{animation-delay:.6s}.step-icon{font-size:2.5rem;margin-bottom:12px}.step-label{color:#192239;font-family:Inter,Arial,sans-serif;font-size:.9rem;font-weight:600}.automatizacion-procesos-page.dark .step-label{color:#fff}.workflow-arrow{animation:arrowFlow 1.5s ease-in-out infinite;color:#192239;font-size:2rem}.automatizacion-procesos-page.dark .workflow-arrow{color:#fff}.arrow-1{animation-delay:.1s}.arrow-2{animation-delay:.4s}@keyframes workflowPulse{0%,to{box-shadow:0 4px 12px #19223933;transform:scale(1)}50%{box-shadow:0 6px 20px #19223966;transform:scale(1.05)}}@keyframes arrowFlow{0%,to{opacity:.5;transform:translateX(0)}50%{opacity:1;transform:translateX(5px)}}.automatizacion-que-es{background:#fff;padding:100px 0}.automatizacion-procesos-page.dark .automatizacion-que-es{background:#1f1f1f}.automatizacion-que-es-content{margin:0 auto;max-width:1400px;padding:0 24px}.automatizacion-que-es-header{margin-bottom:60px;text-align:center}.automatizacion-que-es-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.automatizacion-procesos-page.dark .automatizacion-que-es-title{color:#fff}.automatizacion-que-es-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 auto 20px;max-width:900px}.automatizacion-procesos-page.dark .automatizacion-que-es-subtitle{color:#9ca3af}.automatizacion-que-es-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin-top:60px}.automatizacion-problem-card,.automatizacion-solution-card{border-radius:16px;padding:40px;transition:all .3s ease}.automatizacion-problem-card{background:#fee2e2;border:2px solid #fecaca}.automatizacion-procesos-page.dark .automatizacion-problem-card{background:#7f1d1d;border-color:#991b1b}.automatizacion-solution-card{background:#dcfce7;border:2px solid #bbf7d0}.automatizacion-procesos-page.dark .automatizacion-solution-card{background:#14532d;border-color:#166534}.problem-icon,.solution-icon{font-size:3rem;margin-bottom:20px}.problem-title,.solution-title{font-family:Poppins,Arial,sans-serif;font-size:1.8rem;font-weight:700;margin:0 0 24px}.automatizacion-problem-card .problem-title{color:#991b1b}.automatizacion-procesos-page.dark .automatizacion-problem-card .problem-title{color:#fecaca}.automatizacion-solution-card .solution-title{color:#166534}.automatizacion-procesos-page.dark .automatizacion-solution-card .solution-title{color:#bbf7d0}.problem-list,.solution-list{list-style:none;margin:0;padding:0}.problem-list li,.solution-list li{font-family:Inter,Arial,sans-serif;font-size:1.1rem;line-height:1.8;margin-bottom:12px;padding-left:24px;position:relative}.problem-list li{color:#7f1d1d}.automatizacion-procesos-page.dark .problem-list li{color:#fecaca}.solution-list li{color:#166534}.automatizacion-procesos-page.dark .solution-list li{color:#bbf7d0}.problem-list li:before{color:#dc2626;content:"✗";font-weight:700;left:0;position:absolute}.solution-list li:before{color:#16a34a;content:"✓";font-weight:700;left:0;position:absolute}.automatizacion-beneficios{background:#f8fafc;padding:100px 0}.automatizacion-procesos-page.dark .automatizacion-beneficios{background:#18191a}.automatizacion-beneficios-content{margin:0 auto;max-width:1400px;padding:0 24px}.automatizacion-beneficios-header{margin-bottom:60px;text-align:center}.automatizacion-beneficios-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.automatizacion-procesos-page.dark .automatizacion-beneficios-title{color:#fff}.automatizacion-beneficios-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 auto;max-width:700px}.automatizacion-procesos-page.dark .automatizacion-beneficios-subtitle{color:#9ca3af}.automatizacion-beneficios-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.automatizacion-beneficio-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:32px;transition:all .3s ease}.automatizacion-procesos-page.dark .automatizacion-beneficio-card{background:#232323;border-color:#374151}.automatizacion-beneficio-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}.automatizacion-procesos-page.dark .automatizacion-beneficio-card:hover{box-shadow:0 8px 24px #0000004d}.automatizacion-procesos-page.dark .beneficio-title{color:#fff}.automatizacion-procesos-page.dark .beneficio-description{color:#9ca3af}.automatizacion-tipos{background:#fff;padding:100px 0}.automatizacion-procesos-page.dark .automatizacion-tipos{background:#1f1f1f}.automatizacion-tipos-content{margin:0 auto;max-width:1400px;padding:0 24px}.automatizacion-tipos-header{margin-bottom:60px;text-align:center}.automatizacion-tipos-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.automatizacion-procesos-page.dark .automatizacion-tipos-title{color:#fff}.automatizacion-tipos-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 auto;max-width:700px}.automatizacion-procesos-page.dark .automatizacion-tipos-subtitle{color:#9ca3af}.automatizacion-tipos-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.automatizacion-tipo-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;padding:32px;transition:all .3s ease}.automatizacion-procesos-page.dark .automatizacion-tipo-card{background:#232323;border-color:#374151}.automatizacion-tipo-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}.automatizacion-procesos-page.dark .automatizacion-tipo-card:hover{box-shadow:0 8px 24px #0000004d}.automatizacion-procesos-page.dark .tipo-title{color:#fff}.automatizacion-procesos-page.dark .tipo-description{color:#9ca3af}.automatizacion-procesos-page.dark .casos-title{color:#fff}.automatizacion-procesos-page.dark .caso-item{color:#9ca3af}.automatizacion-procesos-page.dark .caso-item:before{color:#fff}.automatizacion-herramientas{background:#f8fafc;padding:100px 0}.automatizacion-procesos-page.dark .automatizacion-herramientas{background:#18191a}.automatizacion-herramientas-content{margin:0 auto;max-width:1400px;padding:0 24px}.automatizacion-herramientas-header{margin-bottom:60px;text-align:center}.automatizacion-herramientas-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.automatizacion-procesos-page.dark .automatizacion-herramientas-title{color:#fff}.automatizacion-herramientas-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 auto;max-width:700px}.automatizacion-procesos-page.dark .automatizacion-herramientas-subtitle{color:#9ca3af}.automatizacion-herramientas-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.automatizacion-herramienta-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:32px;transition:all .3s ease}.automatizacion-procesos-page.dark .automatizacion-herramienta-card{background:#232323;border-color:#374151}.automatizacion-herramienta-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}.automatizacion-procesos-page.dark .automatizacion-herramienta-card:hover{box-shadow:0 8px 24px #0000004d}.herramienta-title{color:#192239;font-family:Poppins,Arial,sans-serif;font-size:1.4rem;font-weight:600;margin:0 0 16px}.automatizacion-procesos-page.dark .herramienta-title{color:#fff}.herramienta-description{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1rem;line-height:1.7;margin:0 0 20px}.automatizacion-procesos-page.dark .herramienta-description{color:#9ca3af}.herramienta-ideal{border-top:1px solid #e5e7eb;color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1rem;line-height:1.7;margin-top:20px;padding-top:20px}.automatizacion-procesos-page.dark .herramienta-ideal{border-color:#374151;color:#9ca3af}.automatizacion-proceso{background:#fff;padding:100px 0}.automatizacion-procesos-page.dark .automatizacion-proceso{background:#1f1f1f}.automatizacion-proceso-content{margin:0 auto;max-width:1000px;padding:0 24px}.automatizacion-proceso-header{margin-bottom:60px;text-align:center}.automatizacion-proceso-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.automatizacion-procesos-page.dark .automatizacion-proceso-title{color:#fff}.automatizacion-proceso-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7}.automatizacion-procesos-page.dark .automatizacion-proceso-subtitle{color:#9ca3af}.automatizacion-proceso-timeline{display:flex;flex-direction:column;gap:40px}.automatizacion-procesos-page.dark .step-title{color:#fff}.automatizacion-procesos-page.dark .step-description{color:#9ca3af}.automatizacion-sectores{background:#f8fafc;padding:100px 0}.automatizacion-procesos-page.dark .automatizacion-sectores{background:#18191a}.automatizacion-sectores-content{margin:0 auto;max-width:1400px;padding:0 24px}.automatizacion-sectores-header{margin-bottom:60px;text-align:center}.automatizacion-sectores-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.automatizacion-procesos-page.dark .automatizacion-sectores-title{color:#fff}.automatizacion-sectores-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 auto;max-width:700px}.automatizacion-procesos-page.dark .automatizacion-sectores-subtitle{color:#9ca3af}.automatizacion-sectores-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.automatizacion-sector-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:32px;transition:all .3s ease}.automatizacion-procesos-page.dark .automatizacion-sector-card{background:#232323;border-color:#374151}.automatizacion-sector-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}.automatizacion-procesos-page.dark .automatizacion-sector-card:hover{box-shadow:0 8px 24px #0000004d}.automatizacion-procesos-page.dark .sector-title{color:#fff}.automatizacion-procesos-page.dark .sector-description{color:#9ca3af}.automatizacion-cta{background:linear-gradient(135deg,#192239,#2d3748);padding:100px 0;text-align:center}.automatizacion-cta-content{margin:0 auto;max-width:800px;padding:0 24px}.automatizacion-cta-title{color:#fff;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.automatizacion-cta-subtitle{color:#ffffffe6;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 0 40px}.automatizacion-cta-buttons{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.automatizacion-cta-button{border-radius:10px;display:inline-block;font-family:Inter,Arial,sans-serif;font-size:1rem;font-weight:600;padding:16px 32px;text-decoration:none;transition:all .3s ease}.automatizacion-cta-button.primary{background:#fff;color:#192239}.automatizacion-cta-button.primary:hover{box-shadow:0 6px 20px #ffffff4d;transform:translateY(-2px)}.automatizacion-cta-button.secondary{background:#0000;border:2px solid #fff;color:#fff}.automatizacion-cta-button.secondary:hover{background:#fff;color:#192239}@media (max-width:968px){.automatizacion-hero-content{flex-direction:column}.automatizacion-hero-title{font-size:2.5rem}.automatizacion-hero-visual{margin-top:40px}.automatizacion-beneficios-grid,.automatizacion-herramientas-grid,.automatizacion-que-es-grid,.automatizacion-sectores-grid,.automatizacion-tipos-grid{grid-template-columns:1fr}}@media (max-width:640px){.automatizacion-hero-title{font-size:2rem}.automatizacion-hero-subtitle{font-size:1rem}.automatizacion-hero-cta{flex-direction:column}.automatizacion-hero-button{text-align:center;width:100%}.automatizacion-cta-title{font-size:2rem}.automatizacion-cta-buttons{flex-direction:column}.automatizacion-cta-button{width:100%}.workflow-animation{flex-direction:column;gap:16px}.workflow-arrow{transform:rotate(90deg)}}.soporte-it-page{background:#f8fafc;min-height:100vh;transition:background .3s}.soporte-it-page.dark{background:#18191a}.soporte-it-page.light{background:#f8fafc}.soporte-hero{background:linear-gradient(135deg,#f8fafc,#eaf1fb);padding:100px 0 80px;transition:background .3s}.soporte-it-page.dark .soporte-hero{background:linear-gradient(135deg,#18191a,#232323)}.soporte-hero-content{align-items:center;display:flex;gap:60px;margin:0 auto;max-width:1400px;padding:0 24px}.soporte-hero-text{flex:1 1;max-width:700px}.soporte-hero-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:3.5rem;font-weight:700;letter-spacing:-1px;line-height:1.1;margin:0 0 24px}.soporte-it-page.dark .soporte-hero-title{color:#fff}.soporte-hero-subtitle{color:#3a4a6b;font-family:Inter,Arial,sans-serif;font-size:1.2rem;font-weight:400;line-height:1.7;margin:0 0 20px}.soporte-it-page.dark .soporte-hero-subtitle{color:#e5e7eb;opacity:.9}.soporte-hero-cta{display:flex;flex-wrap:wrap;gap:16px;margin-top:32px}.soporte-hero-button{border-radius:10px;display:inline-block;font-family:Inter,Arial,sans-serif;font-size:1rem;font-weight:600;padding:16px 32px;text-decoration:none;transition:all .3s ease}.soporte-hero-button.primary{background:linear-gradient(135deg,#192239,#2d3748);box-shadow:0 4px 12px #1922394d;color:#fff}.soporte-hero-button.primary:hover{box-shadow:0 6px 20px #19223966;transform:translateY(-2px)}.soporte-hero-button.secondary{background:#0000;border:2px solid #192239;color:#192239}.soporte-it-page.dark .soporte-hero-button.secondary{border-color:#fff;color:#fff}.soporte-hero-button.secondary:hover{background:#192239;color:#fff}.soporte-it-page.dark .soporte-hero-button.secondary:hover{background:#fff;color:#192239}.soporte-hero-visual{align-items:center;display:flex;flex:1 1;justify-content:center}.soporte-hero-graphic{height:400px;max-width:400px;width:100%}.soporte-hero-graphic,.support-animation{align-items:center;display:flex;justify-content:center;position:relative}.support-animation{height:200px;width:200px}.support-icon{animation:iconFloat 2s ease-in-out infinite;font-size:5rem;z-index:2}.support-waves{height:100%;left:0;position:absolute;top:0;width:100%}.wave{animation:waveExpand 2s ease-out infinite;border:3px solid #192239;border-radius:50%;position:absolute}.soporte-it-page.dark .wave{border-color:#fff}.wave-1{animation-delay:0s;height:100px;width:100px}.wave-1,.wave-2{left:50%;top:50%;transform:translate(-50%,-50%)}.wave-2{animation-delay:.3s;height:150px;width:150px}.wave-3{animation-delay:.6s;height:200px;left:50%;top:50%;transform:translate(-50%,-50%);width:200px}@keyframes iconFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes waveExpand{0%{opacity:1;transform:translate(-50%,-50%) scale(.8)}to{opacity:0;transform:translate(-50%,-50%) scale(1.2)}}.soporte-que-es{background:#fff;padding:100px 0}.soporte-it-page.dark .soporte-que-es{background:#1f1f1f}.soporte-que-es-content{margin:0 auto;max-width:1000px;padding:0 24px}.soporte-que-es-header{text-align:center}.soporte-que-es-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.soporte-it-page.dark .soporte-que-es-title{color:#fff}.soporte-que-es-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 0 20px}.soporte-it-page.dark .soporte-que-es-subtitle{color:#9ca3af}.soporte-modelos{background:#f8fafc;padding:100px 0}.soporte-it-page.dark .soporte-modelos{background:#18191a}.soporte-modelos-content{margin:0 auto;max-width:1400px;padding:0 24px}.soporte-modelos-header{margin-bottom:60px;text-align:center}.soporte-modelos-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.soporte-it-page.dark .soporte-modelos-title{color:#fff}.soporte-modelos-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 auto;max-width:700px}.soporte-it-page.dark .soporte-modelos-subtitle{color:#9ca3af}.soporte-modelos-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.soporte-modelo-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:32px;transition:all .3s ease}.soporte-it-page.dark .soporte-modelo-card{background:#232323;border-color:#374151}.soporte-modelo-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}.soporte-it-page.dark .soporte-modelo-card:hover{box-shadow:0 8px 24px #0000004d}.modelo-title{color:#192239;font-family:Poppins,Arial,sans-serif;font-size:1.5rem;font-weight:600;margin:0 0 16px}.soporte-it-page.dark .modelo-title{color:#fff}.modelo-description{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.1rem;line-height:1.7;margin:0 0 24px}.soporte-it-page.dark .modelo-description{color:#9ca3af}.modelo-ventajas{margin:24px 0}.ventajas-title{color:#192239;font-family:Inter,Arial,sans-serif;font-size:.95rem;font-weight:600;letter-spacing:.5px;margin:0 0 16px;text-transform:uppercase}.soporte-it-page.dark .ventajas-title{color:#fff}.ventajas-list{list-style:none;margin:0;padding:0}.ventaja-item{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1rem;line-height:1.6;margin:0 0 10px;padding-left:24px;position:relative}.soporte-it-page.dark .ventaja-item{color:#9ca3af}.ventaja-item:before{color:#192239;content:"✓";font-weight:700;left:0;position:absolute}.soporte-it-page.dark .ventaja-item:before{color:#fff}.modelo-ideal{border-top:1px solid #e5e7eb;color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1rem;line-height:1.7;margin-top:24px;padding-top:24px}.soporte-it-page.dark .modelo-ideal{border-color:#374151;color:#9ca3af}.soporte-beneficios{background:#fff;padding:100px 0}.soporte-it-page.dark .soporte-beneficios{background:#1f1f1f}.soporte-beneficios-content{margin:0 auto;max-width:1400px;padding:0 24px}.soporte-beneficios-header{margin-bottom:60px;text-align:center}.soporte-beneficios-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.soporte-it-page.dark .soporte-beneficios-title{color:#fff}.soporte-beneficios-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 auto;max-width:700px}.soporte-it-page.dark .soporte-beneficios-subtitle{color:#9ca3af}.soporte-beneficios-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.soporte-beneficio-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;padding:32px;transition:all .3s ease}.soporte-it-page.dark .soporte-beneficio-card{background:#232323;border-color:#374151}.soporte-beneficio-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}.soporte-it-page.dark .soporte-beneficio-card:hover{box-shadow:0 8px 24px #0000004d}.soporte-it-page.dark .beneficio-title{color:#fff}.soporte-it-page.dark .beneficio-description{color:#9ca3af}.soporte-servicios{background:#f8fafc;padding:100px 0}.soporte-it-page.dark .soporte-servicios{background:#18191a}.soporte-servicios-content{margin:0 auto;max-width:1400px;padding:0 24px}.soporte-servicios-header{margin-bottom:60px;text-align:center}.soporte-servicios-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.soporte-it-page.dark .soporte-servicios-title{color:#fff}.soporte-servicios-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 auto;max-width:700px}.soporte-it-page.dark .soporte-servicios-subtitle{color:#9ca3af}.soporte-servicios-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.soporte-servicio-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:32px;transition:all .3s ease}.soporte-it-page.dark .soporte-servicio-card{background:#232323;border-color:#374151}.soporte-servicio-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}.soporte-it-page.dark .soporte-servicio-card:hover{box-shadow:0 8px 24px #0000004d}.servicio-title{font-size:1.4rem}.soporte-it-page.dark .servicio-title{color:#fff}.soporte-it-page.dark .servicio-description{color:#9ca3af}.soporte-it-page.dark .casos-title{color:#fff}.soporte-it-page.dark .caso-item{color:#9ca3af}.soporte-it-page.dark .caso-item:before{color:#fff}.soporte-sectores{background:#fff;padding:100px 0}.soporte-it-page.dark .soporte-sectores{background:#1f1f1f}.soporte-sectores-content{margin:0 auto;max-width:1400px;padding:0 24px}.soporte-sectores-header{margin-bottom:60px;text-align:center}.soporte-sectores-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.soporte-it-page.dark .soporte-sectores-title{color:#fff}.soporte-sectores-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 auto;max-width:700px}.soporte-it-page.dark .soporte-sectores-subtitle{color:#9ca3af}.soporte-sectores-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.soporte-sector-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;padding:32px;transition:all .3s ease}.soporte-it-page.dark .soporte-sector-card{background:#232323;border-color:#374151}.soporte-sector-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}.soporte-it-page.dark .soporte-sector-card:hover{box-shadow:0 8px 24px #0000004d}.soporte-it-page.dark .sector-title{color:#fff}.soporte-it-page.dark .sector-description{color:#9ca3af}.soporte-cta{background:linear-gradient(135deg,#192239,#2d3748);padding:100px 0;text-align:center}.soporte-cta-content{margin:0 auto;max-width:800px;padding:0 24px}.soporte-cta-title{color:#fff;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.soporte-cta-subtitle{color:#ffffffe6;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 0 40px}.soporte-cta-buttons{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.soporte-cta-button{border-radius:10px;display:inline-block;font-family:Inter,Arial,sans-serif;font-size:1rem;font-weight:600;padding:16px 32px;text-decoration:none;transition:all .3s ease}.soporte-cta-button.primary{background:#fff;color:#192239}.soporte-cta-button.primary:hover{box-shadow:0 6px 20px #ffffff4d;transform:translateY(-2px)}.soporte-cta-button.secondary{background:#0000;border:2px solid #fff;color:#fff}.soporte-cta-button.secondary:hover{background:#fff;color:#192239}@media (max-width:968px){.soporte-hero-content{flex-direction:column}.soporte-hero-title{font-size:2.5rem}.soporte-hero-visual{margin-top:40px}.soporte-beneficios-grid,.soporte-modelos-grid,.soporte-sectores-grid,.soporte-servicios-grid{grid-template-columns:1fr}}@media (max-width:640px){.soporte-hero-title{font-size:2rem}.soporte-hero-subtitle{font-size:1rem}.soporte-hero-cta{flex-direction:column}.soporte-hero-button{text-align:center;width:100%}.soporte-cta-title{font-size:2rem}.soporte-cta-buttons{flex-direction:column}.soporte-cta-button{width:100%}}.consultoria-tecnologica-page{background:#f8fafc;min-height:100vh;transition:background .3s}.consultoria-tecnologica-page.dark{background:#18191a}.consultoria-tecnologica-page.light{background:#f8fafc}.consultoria-hero{background:linear-gradient(135deg,#f8fafc,#eaf1fb);padding:100px 0 80px;transition:background .3s}.consultoria-tecnologica-page.dark .consultoria-hero{background:linear-gradient(135deg,#18191a,#232323)}.consultoria-hero-content{align-items:center;display:flex;gap:60px;margin:0 auto;max-width:1400px;padding:0 24px}.consultoria-hero-text{flex:1 1;max-width:700px}.consultoria-hero-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:3.5rem;font-weight:700;letter-spacing:-1px;line-height:1.1;margin:0 0 24px}.consultoria-tecnologica-page.dark .consultoria-hero-title{color:#fff}.consultoria-hero-subtitle{color:#3a4a6b;font-family:Inter,Arial,sans-serif;font-size:1.2rem;font-weight:400;line-height:1.7;margin:0 0 20px}.consultoria-tecnologica-page.dark .consultoria-hero-subtitle{color:#e5e7eb;opacity:.9}.consultoria-hero-cta{display:flex;flex-wrap:wrap;gap:16px;margin-top:32px}.consultoria-hero-button{border-radius:10px;display:inline-block;font-family:Inter,Arial,sans-serif;font-size:1rem;font-weight:600;padding:16px 32px;text-decoration:none;transition:all .3s ease}.consultoria-hero-button.primary{background:linear-gradient(135deg,#192239,#2d3748);box-shadow:0 4px 12px #1922394d;color:#fff}.consultoria-hero-button.primary:hover{box-shadow:0 6px 20px #19223966;transform:translateY(-2px)}.consultoria-hero-button.secondary{background:#0000;border:2px solid #192239;color:#192239}.consultoria-tecnologica-page.dark .consultoria-hero-button.secondary{border-color:#fff;color:#fff}.consultoria-hero-button.secondary:hover{background:#192239;color:#fff}.consultoria-tecnologica-page.dark .consultoria-hero-button.secondary:hover{background:#fff;color:#192239}.consultoria-hero-visual{align-items:center;display:flex;flex:1 1;justify-content:center}.consultoria-hero-graphic{height:400px;max-width:500px}.consulting-animation,.consultoria-hero-graphic{align-items:center;display:flex;justify-content:center;position:relative;width:100%}.consulting-animation{gap:40px;height:100%}.consulting-chart{align-items:flex-end;display:flex;gap:12px;height:200px}.consultoria-tecnologica-page.dark .chart-bar{background:linear-gradient(135deg,#fff,#e5e7eb)}.bar-4{height:180px}.consulting-arrow{height:4px;position:relative;width:80px}.arrow-line{animation:arrowMove 2s ease-in-out infinite;background:#192239;border-radius:2px;height:4px;width:100%}.consultoria-tecnologica-page.dark .arrow-line{background:#fff}.arrow-head{animation:arrowMove 2s ease-in-out infinite;border-bottom:8px solid #0000;border-left:12px solid #192239;border-top:8px solid #0000;height:0;position:absolute;right:0;top:50%;transform:translateY(-50%);width:0}.consultoria-tecnologica-page.dark .arrow-head{border-left-color:#fff}.consulting-target{height:120px;position:relative;width:120px}.target-circle{animation:targetPulse 2s ease-in-out infinite;border:3px solid #192239;border-radius:50%;height:100%;width:100%}.consultoria-tecnologica-page.dark .target-circle{border-color:#fff}.target-center{animation:targetPulse 2s ease-in-out infinite;background:#192239;border-radius:50%;height:20px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:20px}.consultoria-tecnologica-page.dark .target-center{background:#fff}@keyframes arrowMove{0%,to{opacity:.5;transform:translateX(0)}50%{opacity:1;transform:translateX(5px)}}@keyframes targetPulse{0%,to{opacity:1;transform:translate(-50%,-50%) scale(1)}50%{opacity:.8;transform:translate(-50%,-50%) scale(1.1)}}.consultoria-que-es{background:#fff;padding:100px 0}.consultoria-tecnologica-page.dark .consultoria-que-es{background:#1f1f1f}.consultoria-que-es-content{margin:0 auto;max-width:1000px;padding:0 24px}.consultoria-que-es-header{text-align:center}.consultoria-que-es-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.consultoria-tecnologica-page.dark .consultoria-que-es-title{color:#fff}.consultoria-que-es-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 0 20px}.consultoria-tecnologica-page.dark .consultoria-que-es-subtitle{color:#9ca3af}.consultoria-beneficios{background:#f8fafc;padding:100px 0}.consultoria-tecnologica-page.dark .consultoria-beneficios{background:#18191a}.consultoria-beneficios-content{margin:0 auto;max-width:1400px;padding:0 24px}.consultoria-beneficios-header{margin-bottom:60px;text-align:center}.consultoria-beneficios-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.consultoria-tecnologica-page.dark .consultoria-beneficios-title{color:#fff}.consultoria-beneficios-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 auto;max-width:700px}.consultoria-tecnologica-page.dark .consultoria-beneficios-subtitle{color:#9ca3af}.consultoria-beneficios-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.consultoria-beneficio-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:32px;transition:all .3s ease}.consultoria-tecnologica-page.dark .consultoria-beneficio-card{background:#232323;border-color:#374151}.consultoria-beneficio-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}.consultoria-tecnologica-page.dark .consultoria-beneficio-card:hover{box-shadow:0 8px 24px #0000004d}.consultoria-tecnologica-page.dark .beneficio-title{color:#fff}.consultoria-tecnologica-page.dark .beneficio-description{color:#9ca3af}.consultoria-tipos{background:#fff;padding:100px 0}.consultoria-tecnologica-page.dark .consultoria-tipos{background:#1f1f1f}.consultoria-tipos-content{margin:0 auto;max-width:1400px;padding:0 24px}.consultoria-tipos-header{margin-bottom:60px;text-align:center}.consultoria-tipos-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.consultoria-tecnologica-page.dark .consultoria-tipos-title{color:#fff}.consultoria-tipos-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 auto;max-width:700px}.consultoria-tecnologica-page.dark .consultoria-tipos-subtitle{color:#9ca3af}.consultoria-tipos-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.consultoria-tipo-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;padding:32px;transition:all .3s ease}.consultoria-tecnologica-page.dark .consultoria-tipo-card{background:#232323;border-color:#374151}.consultoria-tipo-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}.consultoria-tecnologica-page.dark .consultoria-tipo-card:hover{box-shadow:0 8px 24px #0000004d}.consultoria-tecnologica-page.dark .tipo-title{color:#fff}.consultoria-tecnologica-page.dark .tipo-description{color:#9ca3af}.tipo-entregables{margin-top:24px}.entregables-title{color:#192239;font-family:Inter,Arial,sans-serif;font-size:.95rem;font-weight:600;letter-spacing:.5px;margin:0 0 16px;text-transform:uppercase}.consultoria-tecnologica-page.dark .entregables-title{color:#fff}.entregables-list{list-style:none;margin:0;padding:0}.entregable-item{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1rem;line-height:1.6;margin:0 0 10px;padding-left:24px;position:relative}.consultoria-tecnologica-page.dark .entregable-item{color:#9ca3af}.entregable-item:before{color:#192239;content:"✓";font-weight:700;left:0;position:absolute}.consultoria-tecnologica-page.dark .entregable-item:before{color:#fff}.consultoria-casos{background:#f8fafc;padding:100px 0}.consultoria-tecnologica-page.dark .consultoria-casos{background:#18191a}.consultoria-casos-content{margin:0 auto;max-width:1400px;padding:0 24px}.consultoria-casos-header{margin-bottom:60px;text-align:center}.consultoria-casos-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.consultoria-tecnologica-page.dark .consultoria-casos-title{color:#fff}.consultoria-casos-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 auto;max-width:700px}.consultoria-tecnologica-page.dark .consultoria-casos-subtitle{color:#9ca3af}.consultoria-casos-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.consultoria-caso-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:32px;transition:all .3s ease}.consultoria-tecnologica-page.dark .consultoria-caso-card{background:#232323;border-color:#374151}.consultoria-caso-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}.consultoria-tecnologica-page.dark .consultoria-caso-card:hover{box-shadow:0 8px 24px #0000004d}.consultoria-tecnologica-page.dark .caso-title{color:#fff}.consultoria-tecnologica-page.dark .caso-description{color:#9ca3af}.consultoria-proceso{background:#fff;padding:100px 0}.consultoria-tecnologica-page.dark .consultoria-proceso{background:#1f1f1f}.consultoria-proceso-content{margin:0 auto;max-width:1000px;padding:0 24px}.consultoria-proceso-header{margin-bottom:60px;text-align:center}.consultoria-proceso-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.consultoria-tecnologica-page.dark .consultoria-proceso-title{color:#fff}.consultoria-proceso-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7}.consultoria-tecnologica-page.dark .consultoria-proceso-subtitle{color:#9ca3af}.consultoria-proceso-timeline{display:flex;flex-direction:column;gap:40px}.consultoria-tecnologica-page.dark .step-title{color:#fff}.consultoria-tecnologica-page.dark .step-description{color:#9ca3af}.consultoria-sectores{background:#f8fafc;padding:100px 0}.consultoria-tecnologica-page.dark .consultoria-sectores{background:#18191a}.consultoria-sectores-content{margin:0 auto;max-width:1400px;padding:0 24px}.consultoria-sectores-header{margin-bottom:60px;text-align:center}.consultoria-sectores-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.consultoria-tecnologica-page.dark .consultoria-sectores-title{color:#fff}.consultoria-sectores-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 auto;max-width:700px}.consultoria-tecnologica-page.dark .consultoria-sectores-subtitle{color:#9ca3af}.consultoria-sectores-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.consultoria-sector-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:32px;transition:all .3s ease}.consultoria-tecnologica-page.dark .consultoria-sector-card{background:#232323;border-color:#374151}.consultoria-sector-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}.consultoria-tecnologica-page.dark .consultoria-sector-card:hover{box-shadow:0 8px 24px #0000004d}.consultoria-tecnologica-page.dark .sector-title{color:#fff}.consultoria-tecnologica-page.dark .sector-description{color:#9ca3af}.consultoria-cta{background:linear-gradient(135deg,#192239,#2d3748);padding:100px 0;text-align:center}.consultoria-cta-content{margin:0 auto;max-width:800px;padding:0 24px}.consultoria-cta-title{color:#fff;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.consultoria-cta-subtitle{color:#ffffffe6;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 0 40px}.consultoria-cta-buttons{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.consultoria-cta-button{border-radius:10px;display:inline-block;font-family:Inter,Arial,sans-serif;font-size:1rem;font-weight:600;padding:16px 32px;text-decoration:none;transition:all .3s ease}.consultoria-cta-button.primary{background:#fff;color:#192239}.consultoria-cta-button.primary:hover{box-shadow:0 6px 20px #ffffff4d;transform:translateY(-2px)}.consultoria-cta-button.secondary{background:#0000;border:2px solid #fff;color:#fff}.consultoria-cta-button.secondary:hover{background:#fff;color:#192239}@media (max-width:968px){.consultoria-hero-content{flex-direction:column}.consultoria-hero-title{font-size:2.5rem}.consultoria-hero-visual{margin-top:40px}.consultoria-beneficios-grid,.consultoria-casos-grid,.consultoria-sectores-grid,.consultoria-tipos-grid{grid-template-columns:1fr}}@media (max-width:640px){.consultoria-hero-title{font-size:2rem}.consultoria-hero-subtitle{font-size:1rem}.consultoria-hero-cta{flex-direction:column}.consultoria-hero-button{text-align:center;width:100%}.consultoria-cta-title{font-size:2rem}.consultoria-cta-buttons{flex-direction:column}.consultoria-cta-button{width:100%}.consulting-animation{flex-direction:column;gap:20px}.consulting-arrow{height:60px;transform:rotate(90deg);width:4px}}.integraciones-empresariales-page{background:#f8fafc;min-height:100vh;transition:background .3s}.integraciones-empresariales-page.dark{background:#18191a}.integraciones-empresariales-page.light{background:#f8fafc}.integraciones-hero{background:linear-gradient(135deg,#f8fafc,#eaf1fb);padding:100px 0 80px;transition:background .3s}.integraciones-empresariales-page.dark .integraciones-hero{background:linear-gradient(135deg,#18191a,#232323)}.integraciones-hero-content{align-items:center;display:flex;gap:60px;margin:0 auto;max-width:1400px;padding:0 24px}.integraciones-hero-text{flex:1 1;max-width:700px}.integraciones-hero-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:3.5rem;font-weight:700;letter-spacing:-1px;line-height:1.1;margin:0 0 24px}.integraciones-empresariales-page.dark .integraciones-hero-title{color:#fff}.integraciones-hero-subtitle{color:#3a4a6b;font-family:Inter,Arial,sans-serif;font-size:1.2rem;font-weight:400;line-height:1.7;margin:0 0 20px}.integraciones-empresariales-page.dark .integraciones-hero-subtitle{color:#e5e7eb;opacity:.9}.integraciones-hero-cta{display:flex;flex-wrap:wrap;gap:16px;margin-top:32px}.integraciones-hero-button{border-radius:10px;display:inline-block;font-family:Inter,Arial,sans-serif;font-size:1rem;font-weight:600;padding:16px 32px;text-decoration:none;transition:all .3s ease}.integraciones-hero-button.primary{background:linear-gradient(135deg,#192239,#2d3748);box-shadow:0 4px 12px #1922394d;color:#fff}.integraciones-hero-button.primary:hover{box-shadow:0 6px 20px #19223966;transform:translateY(-2px)}.integraciones-hero-button.secondary{background:#0000;border:2px solid #192239;color:#192239}.integraciones-empresariales-page.dark .integraciones-hero-button.secondary{border-color:#fff;color:#fff}.integraciones-hero-button.secondary:hover{background:#192239;color:#fff}.integraciones-empresariales-page.dark .integraciones-hero-button.secondary:hover{background:#fff;color:#192239}.integraciones-hero-visual{align-items:center;display:flex;flex:1 1;justify-content:center}.integraciones-hero-graphic{height:400px;max-width:500px}.integraciones-hero-graphic,.integration-animation{align-items:center;display:flex;justify-content:center;position:relative;width:100%}.integration-animation{gap:20px;height:100%}.system-box{align-items:center;animation:systemPulse 2s ease-in-out infinite;background:#fff;border:2px solid #192239;border-radius:12px;box-shadow:0 4px 12px #19223933;display:flex;flex-direction:column;justify-content:center;min-width:120px;padding:24px}.integraciones-empresariales-page.dark .system-box{background:#232323;border-color:#fff}.system-1{animation-delay:0s}.system-2{animation-delay:.3s}.system-3{animation-delay:.6s}.system-icon{font-size:2.5rem;margin-bottom:12px}.system-label{color:#192239;font-family:Inter,Arial,sans-serif;font-size:.9rem;font-weight:600}.integraciones-empresariales-page.dark .system-label{color:#fff}.connection-line{animation:dataFlow 2s ease-in-out infinite;background:#192239;border-radius:2px;height:3px;position:relative;width:60px}.integraciones-empresariales-page.dark .connection-line{background:#fff}.conn-1{animation-delay:.1s}.conn-2{animation-delay:.2s}.conn-3{animation-delay:.4s}.conn-4{animation-delay:.5s}.connection-node{animation:nodePulse 2s ease-in-out infinite;background:#192239;border-radius:50%;height:12px;width:12px}.integraciones-empresariales-page.dark .connection-node{background:#fff}.node-1{animation-delay:.15s}.node-2{animation-delay:.45s}@keyframes systemPulse{0%,to{box-shadow:0 4px 12px #19223933;transform:scale(1)}50%{box-shadow:0 6px 20px #19223966;transform:scale(1.05)}}@keyframes dataFlow{0%,to{opacity:.5}50%{opacity:1}}@keyframes nodePulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.3)}}.integraciones-que-es{background:#fff;padding:100px 0}.integraciones-empresariales-page.dark .integraciones-que-es{background:#1f1f1f}.integraciones-que-es-content{margin:0 auto;max-width:1000px;padding:0 24px}.integraciones-que-es-header{text-align:center}.integraciones-que-es-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.integraciones-empresariales-page.dark .integraciones-que-es-title{color:#fff}.integraciones-que-es-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 0 20px}.integraciones-empresariales-page.dark .integraciones-que-es-subtitle{color:#9ca3af}.integraciones-beneficios{background:#f8fafc;padding:100px 0}.integraciones-empresariales-page.dark .integraciones-beneficios{background:#18191a}.integraciones-beneficios-content{margin:0 auto;max-width:1400px;padding:0 24px}.integraciones-beneficios-header{margin-bottom:60px;text-align:center}.integraciones-beneficios-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.integraciones-empresariales-page.dark .integraciones-beneficios-title{color:#fff}.integraciones-beneficios-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 auto;max-width:700px}.integraciones-empresariales-page.dark .integraciones-beneficios-subtitle{color:#9ca3af}.integraciones-beneficios-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.integraciones-beneficio-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:32px;transition:all .3s ease}.integraciones-empresariales-page.dark .integraciones-beneficio-card{background:#232323;border-color:#374151}.integraciones-beneficio-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}.integraciones-empresariales-page.dark .integraciones-beneficio-card:hover{box-shadow:0 8px 24px #0000004d}.integraciones-empresariales-page.dark .beneficio-title{color:#fff}.integraciones-empresariales-page.dark .beneficio-description{color:#9ca3af}.integraciones-tipos{background:#fff;padding:100px 0}.integraciones-empresariales-page.dark .integraciones-tipos{background:#1f1f1f}.integraciones-tipos-content{margin:0 auto;max-width:1400px;padding:0 24px}.integraciones-tipos-header{margin-bottom:60px;text-align:center}.integraciones-tipos-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.integraciones-empresariales-page.dark .integraciones-tipos-title{color:#fff}.integraciones-tipos-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 auto;max-width:700px}.integraciones-empresariales-page.dark .integraciones-tipos-subtitle{color:#9ca3af}.integraciones-tipos-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.integraciones-tipo-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;padding:32px;transition:all .3s ease}.integraciones-empresariales-page.dark .integraciones-tipo-card{background:#232323;border-color:#374151}.integraciones-tipo-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}.integraciones-empresariales-page.dark .integraciones-tipo-card:hover{box-shadow:0 8px 24px #0000004d}.integraciones-empresariales-page.dark .tipo-title{color:#fff}.integraciones-empresariales-page.dark .tipo-description{color:#9ca3af}.tipo-casos{margin-top:24px}.integraciones-empresariales-page.dark .casos-title{color:#fff}.integraciones-empresariales-page.dark .caso-item{color:#9ca3af}.integraciones-empresariales-page.dark .caso-item:before{color:#fff}.integraciones-tecnologias{background:#f8fafc;padding:100px 0}.integraciones-empresariales-page.dark .integraciones-tecnologias{background:#18191a}.integraciones-tecnologias-content{margin:0 auto;max-width:1400px;padding:0 24px}.integraciones-tecnologias-header{margin-bottom:60px;text-align:center}.integraciones-tecnologias-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.integraciones-empresariales-page.dark .integraciones-tecnologias-title{color:#fff}.integraciones-tecnologias-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 auto;max-width:700px}.integraciones-empresariales-page.dark .integraciones-tecnologias-subtitle{color:#9ca3af}.integraciones-tecnologias-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.integraciones-tecnologia-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:32px;transition:all .3s ease}.integraciones-empresariales-page.dark .integraciones-tecnologia-card{background:#232323;border-color:#374151}.integraciones-tecnologia-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}.integraciones-empresariales-page.dark .integraciones-tecnologia-card:hover{box-shadow:0 8px 24px #0000004d}.integraciones-empresariales-page.dark .tecnologia-title{color:#fff}.integraciones-empresariales-page.dark .tecnologia-description{color:#9ca3af}.integraciones-proceso{background:#fff;padding:100px 0}.integraciones-empresariales-page.dark .integraciones-proceso{background:#1f1f1f}.integraciones-proceso-content{margin:0 auto;max-width:1000px;padding:0 24px}.integraciones-proceso-header{margin-bottom:60px;text-align:center}.integraciones-proceso-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.integraciones-empresariales-page.dark .integraciones-proceso-title{color:#fff}.integraciones-proceso-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7}.integraciones-empresariales-page.dark .integraciones-proceso-subtitle{color:#9ca3af}.integraciones-proceso-timeline{display:flex;flex-direction:column;gap:40px}.integraciones-empresariales-page.dark .step-title{color:#fff}.integraciones-empresariales-page.dark .step-description{color:#9ca3af}.integraciones-sectores{background:#f8fafc;padding:100px 0}.integraciones-empresariales-page.dark .integraciones-sectores{background:#18191a}.integraciones-sectores-content{margin:0 auto;max-width:1400px;padding:0 24px}.integraciones-sectores-header{margin-bottom:60px;text-align:center}.integraciones-sectores-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.integraciones-empresariales-page.dark .integraciones-sectores-title{color:#fff}.integraciones-sectores-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 auto;max-width:700px}.integraciones-empresariales-page.dark .integraciones-sectores-subtitle{color:#9ca3af}.integraciones-sectores-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.integraciones-sector-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:32px;transition:all .3s ease}.integraciones-empresariales-page.dark .integraciones-sector-card{background:#232323;border-color:#374151}.integraciones-sector-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}.integraciones-empresariales-page.dark .integraciones-sector-card:hover{box-shadow:0 8px 24px #0000004d}.integraciones-empresariales-page.dark .sector-title{color:#fff}.integraciones-empresariales-page.dark .sector-description{color:#9ca3af}.integraciones-cta{background:linear-gradient(135deg,#192239,#2d3748);padding:100px 0;text-align:center}.integraciones-cta-content{margin:0 auto;max-width:800px;padding:0 24px}.integraciones-cta-title{color:#fff;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.integraciones-cta-subtitle{color:#ffffffe6;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 0 40px}.integraciones-cta-buttons{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.integraciones-cta-button{border-radius:10px;display:inline-block;font-family:Inter,Arial,sans-serif;font-size:1rem;font-weight:600;padding:16px 32px;text-decoration:none;transition:all .3s ease}.integraciones-cta-button.primary{background:#fff;color:#192239}.integraciones-cta-button.primary:hover{box-shadow:0 6px 20px #ffffff4d;transform:translateY(-2px)}.integraciones-cta-button.secondary{background:#0000;border:2px solid #fff;color:#fff}.integraciones-cta-button.secondary:hover{background:#fff;color:#192239}@media (max-width:968px){.integraciones-hero-content{flex-direction:column}.integraciones-hero-title{font-size:2.5rem}.integraciones-hero-visual{margin-top:40px}.integraciones-beneficios-grid,.integraciones-sectores-grid,.integraciones-tecnologias-grid,.integraciones-tipos-grid{grid-template-columns:1fr}}@media (max-width:640px){.integraciones-hero-title{font-size:2rem}.integraciones-hero-subtitle{font-size:1rem}.integraciones-hero-cta{flex-direction:column}.integraciones-hero-button{text-align:center;width:100%}.integraciones-cta-title{font-size:2rem}.integraciones-cta-buttons{flex-direction:column}.integraciones-cta-button{width:100%}.integration-animation{flex-direction:column;gap:16px}.connection-line{height:40px;transform:rotate(90deg);width:3px}}.desarrollo-web-ecommerce-page{background:#f8fafc;min-height:100vh;transition:background .3s}.desarrollo-web-ecommerce-page.dark{background:#18191a}.desarrollo-web-ecommerce-page.light{background:#f8fafc}.desarrollo-hero{background:linear-gradient(135deg,#f8fafc,#eaf1fb);padding:100px 0 80px;transition:background .3s}.desarrollo-web-ecommerce-page.dark .desarrollo-hero{background:linear-gradient(135deg,#18191a,#232323)}.desarrollo-hero-content{align-items:center;display:flex;gap:60px;margin:0 auto;max-width:1400px;padding:0 24px}.desarrollo-hero-text{flex:1 1;max-width:700px}.desarrollo-hero-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:3.5rem;font-weight:700;letter-spacing:-1px;line-height:1.1;margin:0 0 24px}.desarrollo-web-ecommerce-page.dark .desarrollo-hero-title{color:#fff}.desarrollo-hero-subtitle{color:#3a4a6b;font-family:Inter,Arial,sans-serif;font-size:1.2rem;font-weight:400;line-height:1.7;margin:0 0 20px}.desarrollo-web-ecommerce-page.dark .desarrollo-hero-subtitle{color:#e5e7eb;opacity:.9}.desarrollo-hero-cta{display:flex;flex-wrap:wrap;gap:16px;margin-top:32px}.desarrollo-hero-button{border-radius:10px;display:inline-block;font-family:Inter,Arial,sans-serif;font-size:1rem;font-weight:600;padding:16px 32px;text-decoration:none;transition:all .3s ease}.desarrollo-hero-button.primary{background:linear-gradient(135deg,#192239,#2d3748);box-shadow:0 4px 12px #1922394d;color:#fff}.desarrollo-hero-button.primary:hover{box-shadow:0 6px 20px #19223966;transform:translateY(-2px)}.desarrollo-hero-button.secondary{background:#0000;border:2px solid #192239;color:#192239}.desarrollo-web-ecommerce-page.dark .desarrollo-hero-button.secondary{border-color:#fff;color:#fff}.desarrollo-hero-button.secondary:hover{background:#192239;color:#fff}.desarrollo-web-ecommerce-page.dark .desarrollo-hero-button.secondary:hover{background:#fff;color:#192239}.desarrollo-hero-visual{flex:1 1}.desarrollo-hero-graphic,.desarrollo-hero-visual{align-items:center;display:flex;justify-content:center}.desarrollo-hero-graphic{max-width:500px;position:relative;width:100%}.web-animation{box-sizing:border-box;max-width:100%;width:100%}.browser-window{animation:browserFloat 3s ease-in-out infinite;background:#fff;border-radius:12px;box-shadow:0 8px 24px #0003;overflow:hidden}.desarrollo-web-ecommerce-page.dark .browser-window{background:#232323}.browser-header{align-items:center;background:#f3f4f6;border-bottom:1px solid #e5e7eb;display:flex;gap:12px;padding:12px 16px}.desarrollo-web-ecommerce-page.dark .browser-header{background:#2a2a2a;border-color:#404040}.browser-dots{display:flex;gap:6px}.dot{border-radius:50%;height:12px;width:12px}.dot-red{background:#ef4444}.dot-yellow{background:#f59e0b}.dot-green{background:#10b981}.browser-url{background:#fff;border-radius:6px;color:#6b7280;flex:1 1;font-family:Inter,Arial,sans-serif;font-size:.85rem;padding:6px 12px;text-align:center}.desarrollo-web-ecommerce-page.dark .browser-url{background:#1f1f1f;color:#9ca3af}.browser-content{display:flex;flex-direction:column;gap:12px;min-height:200px;padding:24px}.content-block{animation:contentFade 2s ease-in-out infinite;background:#f3f4f6;border-radius:6px}.desarrollo-web-ecommerce-page.dark .content-block{background:#2a2a2a}.block-1{animation-delay:0s;height:40px}.block-2{animation-delay:.3s;height:80px}.block-3{animation-delay:.6s;height:60px}@keyframes browserFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes contentFade{0%,to{opacity:.6}50%{opacity:1}}.desarrollo-que-es{background:#fff;padding:100px 0}.desarrollo-web-ecommerce-page.dark .desarrollo-que-es{background:#1f1f1f}.desarrollo-que-es-content{margin:0 auto;max-width:1000px;padding:0 24px}.desarrollo-que-es-header{text-align:center}.desarrollo-que-es-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.desarrollo-web-ecommerce-page.dark .desarrollo-que-es-title{color:#fff}.desarrollo-que-es-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 0 20px}.desarrollo-web-ecommerce-page.dark .desarrollo-que-es-subtitle{color:#9ca3af}.desarrollo-beneficios{background:#f8fafc;padding:100px 0}.desarrollo-web-ecommerce-page.dark .desarrollo-beneficios{background:#18191a}.desarrollo-beneficios-content{margin:0 auto;max-width:1400px;padding:0 24px}.desarrollo-beneficios-header{margin-bottom:60px;text-align:center}.desarrollo-beneficios-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.desarrollo-web-ecommerce-page.dark .desarrollo-beneficios-title{color:#fff}.desarrollo-beneficios-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 auto;max-width:700px}.desarrollo-web-ecommerce-page.dark .desarrollo-beneficios-subtitle{color:#9ca3af}.desarrollo-beneficios-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.desarrollo-beneficio-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:32px;transition:all .3s ease}.desarrollo-web-ecommerce-page.dark .desarrollo-beneficio-card{background:#232323;border-color:#374151}.desarrollo-beneficio-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}.desarrollo-web-ecommerce-page.dark .desarrollo-beneficio-card:hover{box-shadow:0 8px 24px #0000004d}.desarrollo-web-ecommerce-page.dark .beneficio-title{color:#fff}.desarrollo-web-ecommerce-page.dark .beneficio-description{color:#9ca3af}.desarrollo-tipos{background:#fff;padding:100px 0}.desarrollo-web-ecommerce-page.dark .desarrollo-tipos{background:#1f1f1f}.desarrollo-tipos-content{margin:0 auto;max-width:1400px;padding:0 24px}.desarrollo-tipos-header{margin-bottom:60px;text-align:center}.desarrollo-tipos-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.desarrollo-web-ecommerce-page.dark .desarrollo-tipos-title{color:#fff}.desarrollo-tipos-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 auto;max-width:700px}.desarrollo-web-ecommerce-page.dark .desarrollo-tipos-subtitle{color:#9ca3af}.desarrollo-tipos-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.desarrollo-tipo-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;padding:32px;transition:all .3s ease}.desarrollo-web-ecommerce-page.dark .desarrollo-tipo-card{background:#232323;border-color:#374151}.desarrollo-tipo-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}.desarrollo-web-ecommerce-page.dark .desarrollo-tipo-card:hover{box-shadow:0 8px 24px #0000004d}.tipo-title{color:#192239;font-family:Poppins,Arial,sans-serif;font-size:1.5rem;font-weight:600;margin:0 0 16px}.desarrollo-web-ecommerce-page.dark .tipo-title{color:#fff}.tipo-description{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.1rem;line-height:1.7;margin:0 0 24px}.desarrollo-web-ecommerce-page.dark .tipo-description{color:#9ca3af}.tipo-caracteristicas{margin-top:24px}.caracteristicas-title{color:#192239;font-family:Inter,Arial,sans-serif;font-size:.95rem;font-weight:600;letter-spacing:.5px;margin:0 0 16px;text-transform:uppercase}.desarrollo-web-ecommerce-page.dark .caracteristicas-title{color:#fff}.caracteristicas-list{list-style:none;margin:0;padding:0}.caracteristica-item{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1rem;line-height:1.6;margin:0 0 10px;padding-left:24px;position:relative}.desarrollo-web-ecommerce-page.dark .caracteristica-item{color:#9ca3af}.caracteristica-item:before{color:#192239;content:"✓";font-weight:700;left:0;position:absolute}.desarrollo-web-ecommerce-page.dark .caracteristica-item:before{color:#fff}.desarrollo-tecnologias{background:#f8fafc;padding:100px 0}.desarrollo-web-ecommerce-page.dark .desarrollo-tecnologias{background:#18191a}.desarrollo-tecnologias-content{margin:0 auto;max-width:1400px;padding:0 24px}.desarrollo-tecnologias-header{margin-bottom:60px;text-align:center}.desarrollo-tecnologias-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.desarrollo-web-ecommerce-page.dark .desarrollo-tecnologias-title{color:#fff}.desarrollo-tecnologias-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 auto;max-width:700px}.desarrollo-web-ecommerce-page.dark .desarrollo-tecnologias-subtitle{color:#9ca3af}.desarrollo-tecnologias-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.desarrollo-web-ecommerce-page.dark .tecnologia-categoria-card{background:#232323;border-color:#374151}.desarrollo-web-ecommerce-page.dark .tecnologia-categoria-card:hover{box-shadow:0 8px 24px #0000004d}.desarrollo-web-ecommerce-page.dark .categoria-title{color:#fff}.desarrollo-proceso{background:#fff;padding:100px 0}.desarrollo-web-ecommerce-page.dark .desarrollo-proceso{background:#1f1f1f}.desarrollo-proceso-content{margin:0 auto;max-width:1000px;padding:0 24px}.desarrollo-proceso-header{margin-bottom:60px;text-align:center}.desarrollo-proceso-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.desarrollo-web-ecommerce-page.dark .desarrollo-proceso-title{color:#fff}.desarrollo-proceso-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7}.desarrollo-web-ecommerce-page.dark .desarrollo-proceso-subtitle{color:#9ca3af}.desarrollo-proceso-timeline{display:flex;flex-direction:column;gap:40px}.desarrollo-web-ecommerce-page.dark .step-title{color:#fff}.desarrollo-web-ecommerce-page.dark .step-description{color:#9ca3af}.desarrollo-servicios{background:#f8fafc;padding:100px 0}.desarrollo-web-ecommerce-page.dark .desarrollo-servicios{background:#18191a}.desarrollo-servicios-content{margin:0 auto;max-width:1400px;padding:0 24px}.desarrollo-servicios-header{margin-bottom:60px;text-align:center}.desarrollo-servicios-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.desarrollo-web-ecommerce-page.dark .desarrollo-servicios-title{color:#fff}.desarrollo-servicios-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 auto;max-width:700px}.desarrollo-web-ecommerce-page.dark .desarrollo-servicios-subtitle{color:#9ca3af}.desarrollo-servicios-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.desarrollo-servicio-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:32px;transition:all .3s ease}.desarrollo-web-ecommerce-page.dark .desarrollo-servicio-card{background:#232323;border-color:#374151}.desarrollo-servicio-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}.desarrollo-web-ecommerce-page.dark .desarrollo-servicio-card:hover{box-shadow:0 8px 24px #0000004d}.servicio-title{font-size:1.3rem;margin:0 0 12px}.desarrollo-web-ecommerce-page.dark .servicio-title{color:#fff}.servicio-description{font-size:1rem;line-height:1.6;margin:0}.desarrollo-web-ecommerce-page.dark .servicio-description{color:#9ca3af}.desarrollo-sectores{background:#fff;padding:100px 0}.desarrollo-web-ecommerce-page.dark .desarrollo-sectores{background:#1f1f1f}.desarrollo-sectores-content{margin:0 auto;max-width:1400px;padding:0 24px}.desarrollo-sectores-header{margin-bottom:60px;text-align:center}.desarrollo-sectores-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.desarrollo-web-ecommerce-page.dark .desarrollo-sectores-title{color:#fff}.desarrollo-sectores-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 auto;max-width:700px}.desarrollo-web-ecommerce-page.dark .desarrollo-sectores-subtitle{color:#9ca3af}.desarrollo-sectores-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.desarrollo-sector-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;padding:32px;transition:all .3s ease}.desarrollo-web-ecommerce-page.dark .desarrollo-sector-card{background:#232323;border-color:#374151}.desarrollo-sector-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}.desarrollo-web-ecommerce-page.dark .desarrollo-sector-card:hover{box-shadow:0 8px 24px #0000004d}.desarrollo-web-ecommerce-page.dark .sector-title{color:#fff}.desarrollo-web-ecommerce-page.dark .sector-description{color:#9ca3af}.desarrollo-cta{background:linear-gradient(135deg,#192239,#2d3748);padding:100px 0;text-align:center}.desarrollo-cta-content{margin:0 auto;max-width:800px;padding:0 24px}.desarrollo-cta-title{color:#fff;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.desarrollo-cta-subtitle{color:#ffffffe6;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 0 40px}.desarrollo-cta-buttons{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.desarrollo-cta-button{border-radius:10px;display:inline-block;font-family:Inter,Arial,sans-serif;font-size:1rem;font-weight:600;padding:16px 32px;text-decoration:none;transition:all .3s ease}.desarrollo-cta-button.primary{background:#fff;color:#192239}.desarrollo-cta-button.primary:hover{box-shadow:0 6px 20px #ffffff4d;transform:translateY(-2px)}.desarrollo-cta-button.secondary{background:#0000;border:2px solid #fff;color:#fff}.desarrollo-cta-button.secondary:hover{background:#fff;color:#192239}@media (max-width:968px){.desarrollo-hero-content{flex-direction:column}.desarrollo-hero-title{font-size:2.5rem}.desarrollo-hero-visual{margin-top:40px}.desarrollo-tipos-grid{grid-template-columns:1fr}.desarrollo-tecnologias-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.desarrollo-beneficios-grid,.desarrollo-sectores-grid,.desarrollo-servicios-grid{grid-template-columns:1fr}}@media (max-width:640px){.desarrollo-hero-title{font-size:2rem}.desarrollo-hero-subtitle{font-size:1rem}.desarrollo-hero-cta{flex-direction:column}.desarrollo-hero-button{text-align:center;width:100%}.desarrollo-cta-title{font-size:2rem}.desarrollo-cta-buttons{flex-direction:column}.desarrollo-cta-button{width:100%}}.bi-explotacion-datos-page{background:#f8fafc;min-height:100vh;transition:background .3s}.bi-explotacion-datos-page.dark{background:#18191a}.bi-explotacion-datos-page.light{background:#f8fafc}.bi-hero{background:linear-gradient(135deg,#f8fafc,#eaf1fb);padding:100px 0 80px;transition:background .3s}.bi-explotacion-datos-page.dark .bi-hero{background:linear-gradient(135deg,#18191a,#232323)}.bi-hero-content{align-items:center;display:flex;gap:60px;margin:0 auto;max-width:1400px;padding:0 24px}.bi-hero-text{flex:1 1;max-width:700px}.bi-hero-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:3.5rem;font-weight:700;letter-spacing:-1px;line-height:1.1;margin:0 0 24px}.bi-explotacion-datos-page.dark .bi-hero-title{color:#fff}.bi-hero-subtitle{color:#3a4a6b;font-family:Inter,Arial,sans-serif;font-size:1.2rem;font-weight:400;line-height:1.7;margin:0 0 20px}.bi-explotacion-datos-page.dark .bi-hero-subtitle{color:#e5e7eb;opacity:.9}.bi-hero-cta{display:flex;flex-wrap:wrap;gap:16px;margin-top:32px}.bi-hero-button{border-radius:10px;display:inline-block;font-family:Inter,Arial,sans-serif;font-size:1rem;font-weight:600;padding:16px 32px;text-decoration:none;transition:all .3s ease}.bi-hero-button.primary{background:linear-gradient(135deg,#192239,#2d3748);box-shadow:0 4px 12px #1922394d;color:#fff}.bi-hero-button.primary:hover{box-shadow:0 6px 20px #19223966;transform:translateY(-2px)}.bi-hero-button.secondary{background:#0000;border:2px solid #192239;color:#192239}.bi-explotacion-datos-page.dark .bi-hero-button.secondary{border-color:#fff;color:#fff}.bi-hero-button.secondary:hover{background:#192239;color:#fff}.bi-explotacion-datos-page.dark .bi-hero-button.secondary:hover{background:#fff;color:#192239}.bi-hero-visual{align-items:center;display:flex;flex:1 1;justify-content:center}.bi-hero-graphic{max-width:500px}.bi-hero-graphic,.data-animation{align-items:center;display:flex;justify-content:center;position:relative;width:100%}.data-animation{flex-direction:column;gap:30px;height:300px}.data-chart{align-items:flex-end;display:flex;gap:16px;height:150px}.chart-bar{animation:barGrow 1.5s ease-out;background:linear-gradient(135deg,#192239,#2d3748);border-radius:4px 4px 0 0;width:40px}.bi-explotacion-datos-page.dark .chart-bar{background:linear-gradient(135deg,#fff,#e5e7eb)}.bar-1{animation-delay:0s;height:60px}.bar-2{animation-delay:.2s;height:100px}.bar-3{animation-delay:.4s;height:140px}.bar-4{animation-delay:.6s;height:120px}.bar-5{animation-delay:.8s;height:80px}.data-lines{height:100px;position:relative;width:200px}.data-line{animation:lineGrow 2s ease-out infinite;background:#192239;border-radius:2px;height:2px;position:absolute}.bi-explotacion-datos-page.dark .data-line{background:#fff}.line-1{animation-delay:0s;left:0;top:20px;width:100px}.line-2{animation-delay:.3s;left:0;top:50px;width:150px}.line-3{animation-delay:.6s;left:0;top:80px;width:120px}.data-insight{align-items:center;animation:insightPulse 2s ease-in-out infinite;background:linear-gradient(135deg,#192239,#2d3748);border-radius:20px;display:flex;gap:12px;padding:12px 20px}.bi-explotacion-datos-page.dark .data-insight{background:linear-gradient(135deg,#fff,#e5e7eb)}.insight-icon{font-size:1.5rem}.insight-text{color:#fff;font-family:Inter,Arial,sans-serif;font-size:.9rem;font-weight:600}.bi-explotacion-datos-page.dark .insight-text{color:#192239}@keyframes barGrow{0%{height:0;opacity:0}to{opacity:1}}@keyframes lineGrow{0%{opacity:0;width:0}to{opacity:1}}@keyframes insightPulse{0%,to{box-shadow:0 4px 12px #1922394d;transform:scale(1)}50%{box-shadow:0 6px 20px #19223980;transform:scale(1.05)}}.bi-que-es{background:#fff;padding:100px 0}.bi-explotacion-datos-page.dark .bi-que-es{background:#1f1f1f}.bi-que-es-content{margin:0 auto;max-width:1000px;padding:0 24px}.bi-que-es-header{text-align:center}.bi-que-es-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.bi-explotacion-datos-page.dark .bi-que-es-title{color:#fff}.bi-que-es-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 0 20px}.bi-explotacion-datos-page.dark .bi-que-es-subtitle{color:#9ca3af}.bi-beneficios{background:#f8fafc;padding:100px 0}.bi-explotacion-datos-page.dark .bi-beneficios{background:#18191a}.bi-beneficios-content{margin:0 auto;max-width:1400px;padding:0 24px}.bi-beneficios-header{margin-bottom:60px;text-align:center}.bi-beneficios-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.bi-explotacion-datos-page.dark .bi-beneficios-title{color:#fff}.bi-beneficios-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 auto;max-width:700px}.bi-explotacion-datos-page.dark .bi-beneficios-subtitle{color:#9ca3af}.bi-beneficios-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.bi-beneficio-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:32px;transition:all .3s ease}.bi-explotacion-datos-page.dark .bi-beneficio-card{background:#232323;border-color:#374151}.bi-beneficio-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}.bi-explotacion-datos-page.dark .bi-beneficio-card:hover{box-shadow:0 8px 24px #0000004d}.bi-explotacion-datos-page.dark .beneficio-title{color:#fff}.bi-explotacion-datos-page.dark .beneficio-description{color:#9ca3af}.bi-servicios{background:#fff;padding:100px 0}.bi-explotacion-datos-page.dark .bi-servicios{background:#1f1f1f}.bi-servicios-content{margin:0 auto;max-width:1400px;padding:0 24px}.bi-servicios-header{margin-bottom:60px;text-align:center}.bi-servicios-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.bi-explotacion-datos-page.dark .bi-servicios-title{color:#fff}.bi-servicios-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 auto;max-width:700px}.bi-explotacion-datos-page.dark .bi-servicios-subtitle{color:#9ca3af}.bi-servicios-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.bi-servicio-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;padding:32px;transition:all .3s ease}.bi-explotacion-datos-page.dark .bi-servicio-card{background:#232323;border-color:#374151}.bi-servicio-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}.bi-explotacion-datos-page.dark .bi-servicio-card:hover{box-shadow:0 8px 24px #0000004d}.bi-explotacion-datos-page.dark .servicio-title{color:#fff}.bi-explotacion-datos-page.dark .servicio-description{color:#9ca3af}.bi-explotacion-datos-page.dark .casos-title{color:#fff}.bi-explotacion-datos-page.dark .caso-item{color:#9ca3af}.bi-explotacion-datos-page.dark .caso-item:before{color:#fff}.bi-tecnologias{background:#f8fafc;padding:100px 0}.bi-explotacion-datos-page.dark .bi-tecnologias{background:#18191a}.bi-tecnologias-content{margin:0 auto;max-width:1400px;padding:0 24px}.bi-tecnologias-header{margin-bottom:60px;text-align:center}.bi-tecnologias-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.bi-explotacion-datos-page.dark .bi-tecnologias-title{color:#fff}.bi-tecnologias-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 auto;max-width:700px}.bi-explotacion-datos-page.dark .bi-tecnologias-subtitle{color:#9ca3af}.bi-tecnologias-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.bi-tecnologia-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:32px;transition:all .3s ease}.bi-explotacion-datos-page.dark .bi-tecnologia-card{background:#232323;border-color:#374151}.bi-tecnologia-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}.bi-explotacion-datos-page.dark .bi-tecnologia-card:hover{box-shadow:0 8px 24px #0000004d}.tecnologia-title{color:#192239;font-family:Poppins,Arial,sans-serif;font-size:1.3rem;font-weight:600;margin:0 0 12px}.bi-explotacion-datos-page.dark .tecnologia-title{color:#fff}.tecnologia-description{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1rem;line-height:1.6;margin:0}.bi-explotacion-datos-page.dark .tecnologia-description{color:#9ca3af}.bi-casos{background:#fff;padding:100px 0}.bi-explotacion-datos-page.dark .bi-casos{background:#1f1f1f}.bi-casos-content{margin:0 auto;max-width:1400px;padding:0 24px}.bi-casos-header{margin-bottom:60px;text-align:center}.bi-casos-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.bi-explotacion-datos-page.dark .bi-casos-title{color:#fff}.bi-casos-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 auto;max-width:700px}.bi-explotacion-datos-page.dark .bi-casos-subtitle{color:#9ca3af}.bi-casos-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.bi-caso-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;padding:32px;transition:all .3s ease}.bi-explotacion-datos-page.dark .bi-caso-card{background:#232323;border-color:#374151}.bi-caso-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}.bi-explotacion-datos-page.dark .bi-caso-card:hover{box-shadow:0 8px 24px #0000004d}.caso-title{color:#192239;font-family:Poppins,Arial,sans-serif;font-size:1.3rem;font-weight:600;margin:0 0 12px}.bi-explotacion-datos-page.dark .caso-title{color:#fff}.caso-description{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1rem;line-height:1.6;margin:0}.bi-explotacion-datos-page.dark .caso-description{color:#9ca3af}.bi-proceso{background:#f8fafc;padding:100px 0}.bi-explotacion-datos-page.dark .bi-proceso{background:#18191a}.bi-proceso-content{margin:0 auto;max-width:1000px;padding:0 24px}.bi-proceso-header{margin-bottom:60px;text-align:center}.bi-proceso-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.bi-explotacion-datos-page.dark .bi-proceso-title{color:#fff}.bi-proceso-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7}.bi-explotacion-datos-page.dark .bi-proceso-subtitle{color:#9ca3af}.bi-proceso-timeline{display:flex;flex-direction:column;gap:40px}.bi-explotacion-datos-page.dark .step-title{color:#fff}.bi-explotacion-datos-page.dark .step-description{color:#9ca3af}.bi-sectores{background:#fff;padding:100px 0}.bi-explotacion-datos-page.dark .bi-sectores{background:#1f1f1f}.bi-sectores-content{margin:0 auto;max-width:1400px;padding:0 24px}.bi-sectores-header{margin-bottom:60px;text-align:center}.bi-sectores-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.bi-explotacion-datos-page.dark .bi-sectores-title{color:#fff}.bi-sectores-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 auto;max-width:700px}.bi-explotacion-datos-page.dark .bi-sectores-subtitle{color:#9ca3af}.bi-sectores-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.bi-sector-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;padding:32px;transition:all .3s ease}.bi-explotacion-datos-page.dark .bi-sector-card{background:#232323;border-color:#374151}.bi-sector-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}.bi-explotacion-datos-page.dark .bi-sector-card:hover{box-shadow:0 8px 24px #0000004d}.bi-explotacion-datos-page.dark .sector-title{color:#fff}.bi-explotacion-datos-page.dark .sector-description{color:#9ca3af}.bi-cta{background:linear-gradient(135deg,#192239,#2d3748);padding:100px 0;text-align:center}.bi-cta-content{margin:0 auto;max-width:800px;padding:0 24px}.bi-cta-title{color:#fff;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.bi-cta-subtitle{color:#ffffffe6;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 0 40px}.bi-cta-buttons{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.bi-cta-button{border-radius:10px;display:inline-block;font-family:Inter,Arial,sans-serif;font-size:1rem;font-weight:600;padding:16px 32px;text-decoration:none;transition:all .3s ease}.bi-cta-button.primary{background:#fff;color:#192239}.bi-cta-button.primary:hover{box-shadow:0 6px 20px #ffffff4d;transform:translateY(-2px)}.bi-cta-button.secondary{background:#0000;border:2px solid #fff;color:#fff}.bi-cta-button.secondary:hover{background:#fff;color:#192239}@media (max-width:968px){.bi-hero-content{flex-direction:column}.bi-hero-title{font-size:2.5rem}.bi-hero-visual{margin-top:40px}.bi-casos-grid,.bi-sectores-grid,.bi-servicios-grid,.bi-tecnologias-grid{grid-template-columns:1fr}}@media (max-width:640px){.bi-hero-title{font-size:2rem}.bi-hero-subtitle{font-size:1rem}.bi-hero-cta{flex-direction:column}.bi-hero-button{text-align:center;width:100%}.bi-cta-title{font-size:2rem}.bi-cta-buttons{flex-direction:column}.bi-cta-button{width:100%}}.ciberseguridad-cumplimiento-page{background:#f8fafc;min-height:100vh;transition:background .3s}.ciberseguridad-cumplimiento-page.dark{background:#18191a}.ciberseguridad-cumplimiento-page.light{background:#f8fafc}.ciberseguridad-hero{background:linear-gradient(135deg,#f8fafc,#eaf1fb);padding:100px 0 80px;transition:background .3s}.ciberseguridad-cumplimiento-page.dark .ciberseguridad-hero{background:linear-gradient(135deg,#18191a,#232323)}.ciberseguridad-hero-content{align-items:center;display:flex;gap:60px;margin:0 auto;max-width:1400px;padding:0 24px}.ciberseguridad-hero-text{flex:1 1;max-width:700px}.ciberseguridad-hero-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:3.5rem;font-weight:700;letter-spacing:-1px;line-height:1.1;margin:0 0 24px}.ciberseguridad-cumplimiento-page.dark .ciberseguridad-hero-title{color:#fff}.ciberseguridad-hero-subtitle{color:#3a4a6b;font-family:Inter,Arial,sans-serif;font-size:1.2rem;font-weight:400;line-height:1.7;margin:0 0 20px}.ciberseguridad-cumplimiento-page.dark .ciberseguridad-hero-subtitle{color:#e5e7eb;opacity:.9}.ciberseguridad-hero-cta{display:flex;flex-wrap:wrap;gap:16px;margin-top:32px}.ciberseguridad-hero-button{border-radius:10px;display:inline-block;font-family:Inter,Arial,sans-serif;font-size:1rem;font-weight:600;padding:16px 32px;text-decoration:none;transition:all .3s ease}.ciberseguridad-hero-button.primary{background:linear-gradient(135deg,#192239,#2d3748);box-shadow:0 4px 12px #1922394d;color:#fff}.ciberseguridad-hero-button.primary:hover{box-shadow:0 6px 20px #19223966;transform:translateY(-2px)}.ciberseguridad-hero-button.secondary{background:#0000;border:2px solid #192239;color:#192239}.ciberseguridad-cumplimiento-page.dark .ciberseguridad-hero-button.secondary{border-color:#fff;color:#fff}.ciberseguridad-hero-button.secondary:hover{background:#192239;color:#fff}.ciberseguridad-cumplimiento-page.dark .ciberseguridad-hero-button.secondary:hover{background:#fff;color:#192239}.ciberseguridad-hero-visual{align-items:center;display:flex;flex:1 1;justify-content:center}.ciberseguridad-hero-graphic{max-width:500px}.ciberseguridad-hero-graphic,.security-animation{align-items:center;display:flex;justify-content:center;position:relative;width:100%}.security-animation{flex-direction:column;gap:30px;height:300px}.shield-icon{animation:shieldPulse 2s ease-in-out infinite;font-size:5rem;z-index:3}.security-layers{height:200px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:200px}.security-layer{animation:layerRotate 3s linear infinite;border:3px solid #192239;border-radius:50%;position:absolute}.ciberseguridad-cumplimiento-page.dark .security-layer{border-color:#fff}.layer-1{animation-duration:3s;height:120px;width:120px}.layer-1,.layer-2{left:50%;top:50%;transform:translate(-50%,-50%)}.layer-2{animation-direction:reverse;animation-duration:4s;height:160px;width:160px}.layer-3{animation-duration:5s;height:200px;left:50%;top:50%;transform:translate(-50%,-50%);width:200px}.security-check{align-items:center;animation:checkPulse 2s ease-in-out infinite;background:linear-gradient(135deg,#192239,#2d3748);border-radius:20px;display:flex;gap:12px;padding:12px 20px}.ciberseguridad-cumplimiento-page.dark .security-check{background:linear-gradient(135deg,#fff,#e5e7eb)}.check-icon{font-size:1.5rem}.check-text{color:#fff;font-family:Inter,Arial,sans-serif;font-size:.9rem;font-weight:600}.ciberseguridad-cumplimiento-page.dark .check-text{color:#192239}@keyframes shieldPulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes layerRotate{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}@keyframes checkPulse{0%,to{box-shadow:0 4px 12px #1922394d;transform:scale(1)}50%{box-shadow:0 6px 20px #19223980;transform:scale(1.05)}}.ciberseguridad-que-es{background:#fff;padding:100px 0}.ciberseguridad-cumplimiento-page.dark .ciberseguridad-que-es{background:#1f1f1f}.ciberseguridad-que-es-content{margin:0 auto;max-width:1000px;padding:0 24px}.ciberseguridad-que-es-header{text-align:center}.ciberseguridad-que-es-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.ciberseguridad-cumplimiento-page.dark .ciberseguridad-que-es-title{color:#fff}.ciberseguridad-que-es-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 0 20px}.ciberseguridad-cumplimiento-page.dark .ciberseguridad-que-es-subtitle{color:#9ca3af}.ciberseguridad-beneficios{background:#f8fafc;padding:100px 0}.ciberseguridad-cumplimiento-page.dark .ciberseguridad-beneficios{background:#18191a}.ciberseguridad-beneficios-content{margin:0 auto;max-width:1400px;padding:0 24px}.ciberseguridad-beneficios-header{margin-bottom:60px;text-align:center}.ciberseguridad-beneficios-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.ciberseguridad-cumplimiento-page.dark .ciberseguridad-beneficios-title{color:#fff}.ciberseguridad-beneficios-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 auto;max-width:700px}.ciberseguridad-cumplimiento-page.dark .ciberseguridad-beneficios-subtitle{color:#9ca3af}.ciberseguridad-beneficios-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.ciberseguridad-beneficio-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:32px;transition:all .3s ease}.ciberseguridad-cumplimiento-page.dark .ciberseguridad-beneficio-card{background:#232323;border-color:#374151}.ciberseguridad-beneficio-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}.ciberseguridad-cumplimiento-page.dark .ciberseguridad-beneficio-card:hover{box-shadow:0 8px 24px #0000004d}.ciberseguridad-cumplimiento-page.dark .beneficio-title{color:#fff}.ciberseguridad-cumplimiento-page.dark .beneficio-description{color:#9ca3af}.ciberseguridad-servicios{background:#fff;padding:100px 0}.ciberseguridad-cumplimiento-page.dark .ciberseguridad-servicios{background:#1f1f1f}.ciberseguridad-servicios-content{margin:0 auto;max-width:1400px;padding:0 24px}.ciberseguridad-servicios-header{margin-bottom:60px;text-align:center}.ciberseguridad-servicios-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.ciberseguridad-cumplimiento-page.dark .ciberseguridad-servicios-title{color:#fff}.ciberseguridad-servicios-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 auto;max-width:700px}.ciberseguridad-cumplimiento-page.dark .ciberseguridad-servicios-subtitle{color:#9ca3af}.ciberseguridad-servicios-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.ciberseguridad-servicio-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;padding:32px;transition:all .3s ease}.ciberseguridad-cumplimiento-page.dark .ciberseguridad-servicio-card{background:#232323;border-color:#374151}.ciberseguridad-servicio-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}.ciberseguridad-cumplimiento-page.dark .ciberseguridad-servicio-card:hover{box-shadow:0 8px 24px #0000004d}.ciberseguridad-cumplimiento-page.dark .servicio-title{color:#fff}.ciberseguridad-cumplimiento-page.dark .servicio-description{color:#9ca3af}.ciberseguridad-cumplimiento-page.dark .casos-title{color:#fff}.ciberseguridad-cumplimiento-page.dark .caso-item{color:#9ca3af}.ciberseguridad-cumplimiento-page.dark .caso-item:before{color:#fff}.ciberseguridad-amenazas{background:#f8fafc;padding:100px 0}.ciberseguridad-cumplimiento-page.dark .ciberseguridad-amenazas{background:#18191a}.ciberseguridad-amenazas-content{margin:0 auto;max-width:1400px;padding:0 24px}.ciberseguridad-amenazas-header{margin-bottom:60px;text-align:center}.ciberseguridad-amenazas-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.ciberseguridad-cumplimiento-page.dark .ciberseguridad-amenazas-title{color:#fff}.ciberseguridad-amenazas-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 auto;max-width:700px}.ciberseguridad-cumplimiento-page.dark .ciberseguridad-amenazas-subtitle{color:#9ca3af}.ciberseguridad-amenazas-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.ciberseguridad-amenaza-card{background:#fff;border:1px solid #e5e7eb;border-left:4px solid #ef4444;border-radius:16px;padding:32px;transition:all .3s ease}.ciberseguridad-cumplimiento-page.dark .ciberseguridad-amenaza-card{background:#232323;border-color:#374151 #374151 #374151 #ef4444}.ciberseguridad-amenaza-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}.ciberseguridad-cumplimiento-page.dark .ciberseguridad-amenaza-card:hover{box-shadow:0 8px 24px #0000004d}.amenaza-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:1.3rem;font-weight:600;margin:0 0 12px}.ciberseguridad-cumplimiento-page.dark .amenaza-title{color:#fff}.amenaza-description{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1rem;line-height:1.6;margin:0}.ciberseguridad-cumplimiento-page.dark .amenaza-description{color:#9ca3af}.ciberseguridad-normativas{background:#fff;padding:100px 0}.ciberseguridad-cumplimiento-page.dark .ciberseguridad-normativas{background:#1f1f1f}.ciberseguridad-normativas-content{margin:0 auto;max-width:1400px;padding:0 24px}.ciberseguridad-normativas-header{margin-bottom:60px;text-align:center}.ciberseguridad-normativas-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.ciberseguridad-cumplimiento-page.dark .ciberseguridad-normativas-title{color:#fff}.ciberseguridad-normativas-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 auto;max-width:700px}.ciberseguridad-cumplimiento-page.dark .ciberseguridad-normativas-subtitle{color:#9ca3af}.ciberseguridad-normativas-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.ciberseguridad-normativa-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;padding:32px;transition:all .3s ease}.ciberseguridad-cumplimiento-page.dark .ciberseguridad-normativa-card{background:#232323;border-color:#374151}.ciberseguridad-normativa-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}.ciberseguridad-cumplimiento-page.dark .ciberseguridad-normativa-card:hover{box-shadow:0 8px 24px #0000004d}.normativa-title{color:#192239;font-family:Poppins,Arial,sans-serif;font-size:1.3rem;font-weight:600;margin:0 0 12px}.ciberseguridad-cumplimiento-page.dark .normativa-title{color:#fff}.normativa-description{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1rem;line-height:1.6;margin:0}.ciberseguridad-cumplimiento-page.dark .normativa-description{color:#9ca3af}.ciberseguridad-proceso{background:#f8fafc;padding:100px 0}.ciberseguridad-cumplimiento-page.dark .ciberseguridad-proceso{background:#18191a}.ciberseguridad-proceso-content{margin:0 auto;max-width:1000px;padding:0 24px}.ciberseguridad-proceso-header{margin-bottom:60px;text-align:center}.ciberseguridad-proceso-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.ciberseguridad-cumplimiento-page.dark .ciberseguridad-proceso-title{color:#fff}.ciberseguridad-proceso-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7}.ciberseguridad-cumplimiento-page.dark .ciberseguridad-proceso-subtitle{color:#9ca3af}.ciberseguridad-proceso-timeline{display:flex;flex-direction:column;gap:40px}.ciberseguridad-cumplimiento-page.dark .step-title{color:#fff}.ciberseguridad-cumplimiento-page.dark .step-description{color:#9ca3af}.ciberseguridad-sectores{background:#fff;padding:100px 0}.ciberseguridad-cumplimiento-page.dark .ciberseguridad-sectores{background:#1f1f1f}.ciberseguridad-sectores-content{margin:0 auto;max-width:1400px;padding:0 24px}.ciberseguridad-sectores-header{margin-bottom:60px;text-align:center}.ciberseguridad-sectores-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.ciberseguridad-cumplimiento-page.dark .ciberseguridad-sectores-title{color:#fff}.ciberseguridad-sectores-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 auto;max-width:700px}.ciberseguridad-cumplimiento-page.dark .ciberseguridad-sectores-subtitle{color:#9ca3af}.ciberseguridad-sectores-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.ciberseguridad-sector-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;padding:32px;transition:all .3s ease}.ciberseguridad-cumplimiento-page.dark .ciberseguridad-sector-card{background:#232323;border-color:#374151}.ciberseguridad-sector-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}.ciberseguridad-cumplimiento-page.dark .ciberseguridad-sector-card:hover{box-shadow:0 8px 24px #0000004d}.ciberseguridad-cumplimiento-page.dark .sector-title{color:#fff}.ciberseguridad-cumplimiento-page.dark .sector-description{color:#9ca3af}.ciberseguridad-cta{background:linear-gradient(135deg,#192239,#2d3748);padding:100px 0;text-align:center}.ciberseguridad-cta-content{margin:0 auto;max-width:800px;padding:0 24px}.ciberseguridad-cta-title{color:#fff;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.ciberseguridad-cta-subtitle{color:#ffffffe6;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 0 40px}.ciberseguridad-cta-buttons{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.ciberseguridad-cta-button{border-radius:10px;display:inline-block;font-family:Inter,Arial,sans-serif;font-size:1rem;font-weight:600;padding:16px 32px;text-decoration:none;transition:all .3s ease}.ciberseguridad-cta-button.primary{background:#fff;color:#192239}.ciberseguridad-cta-button.primary:hover{box-shadow:0 6px 20px #ffffff4d;transform:translateY(-2px)}.ciberseguridad-cta-button.secondary{background:#0000;border:2px solid #fff;color:#fff}.ciberseguridad-cta-button.secondary:hover{background:#fff;color:#192239}@media (max-width:968px){.ciberseguridad-hero-content{flex-direction:column}.ciberseguridad-hero-title{font-size:2.5rem}.ciberseguridad-hero-visual{margin-top:40px}.ciberseguridad-amenazas-grid,.ciberseguridad-normativas-grid,.ciberseguridad-sectores-grid,.ciberseguridad-servicios-grid{grid-template-columns:1fr}}@media (max-width:640px){.ciberseguridad-hero-title{font-size:2rem}.ciberseguridad-hero-subtitle{font-size:1rem}.ciberseguridad-hero-cta{flex-direction:column}.ciberseguridad-hero-button{text-align:center;width:100%}.ciberseguridad-cta-title{font-size:2rem}.ciberseguridad-cta-buttons{flex-direction:column}.ciberseguridad-cta-button{width:100%}}.infraestructura-cloud-devops-page{background:#f8fafc;min-height:100vh;transition:background .3s}.infraestructura-cloud-devops-page.dark{background:#18191a}.infraestructura-cloud-devops-page.light{background:#f8fafc}.infraestructura-hero{background:linear-gradient(135deg,#f8fafc,#eaf1fb);padding:100px 0 80px;transition:background .3s}.infraestructura-cloud-devops-page.dark .infraestructura-hero{background:linear-gradient(135deg,#18191a,#232323)}.infraestructura-hero-content{align-items:center;display:flex;gap:60px;margin:0 auto;max-width:1400px;padding:0 24px}.infraestructura-hero-text{flex:1 1;max-width:700px}.infraestructura-hero-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:3.5rem;font-weight:700;letter-spacing:-1px;line-height:1.1;margin:0 0 24px}.infraestructura-cloud-devops-page.dark .infraestructura-hero-title{color:#fff}.infraestructura-hero-subtitle{color:#3a4a6b;font-family:Inter,Arial,sans-serif;font-size:1.2rem;font-weight:400;line-height:1.7;margin:0 0 20px}.infraestructura-cloud-devops-page.dark .infraestructura-hero-subtitle{color:#e5e7eb;opacity:.9}.infraestructura-hero-cta{display:flex;flex-wrap:wrap;gap:16px;margin-top:32px}.infraestructura-hero-button{border-radius:10px;display:inline-block;font-family:Inter,Arial,sans-serif;font-size:1rem;font-weight:600;padding:16px 32px;text-decoration:none;transition:all .3s ease}.infraestructura-hero-button.primary{background:linear-gradient(135deg,#192239,#2d3748);box-shadow:0 4px 12px #1922394d;color:#fff}.infraestructura-hero-button.primary:hover{box-shadow:0 6px 20px #19223966;transform:translateY(-2px)}.infraestructura-hero-button.secondary{background:#0000;border:2px solid #192239;color:#192239}.infraestructura-cloud-devops-page.dark .infraestructura-hero-button.secondary{border-color:#fff;color:#fff}.infraestructura-hero-button.secondary:hover{background:#192239;color:#fff}.infraestructura-cloud-devops-page.dark .infraestructura-hero-button.secondary:hover{background:#fff;color:#192239}.infraestructura-hero-visual{align-items:center;display:flex;flex:1 1;justify-content:center}.cloud-animation,.infraestructura-hero-graphic{align-items:center;display:flex;justify-content:center;max-width:500px;position:relative;width:100%}.terminal-window{animation:terminalFloat 3s ease-in-out infinite;background:#1e1e1e;border-radius:12px;box-shadow:0 8px 24px #0000004d;max-width:450px;overflow:hidden;width:100%}.terminal-header{align-items:center;background:#2d2d2d;border-bottom:1px solid #404040;display:flex;gap:12px;padding:12px 16px}.terminal-dots{display:flex;gap:6px}.terminal-dots .dot{border-radius:50%;height:12px;width:12px}.dot-red{background:#ff5f56}.dot-yellow{background:#ffbd2e}.dot-green{background:#27c93f}.terminal-title{color:#d4d4d4;flex:1 1;font-family:Inter,Arial,sans-serif;font-size:.85rem;text-align:center}.terminal-body{font-family:Courier New,monospace;font-size:.9rem;line-height:1.8;min-height:280px;padding:20px}.terminal-line{align-items:center;animation:lineAppear .5s ease-out;display:flex;margin-bottom:8px}.terminal-line:first-child{animation-delay:0s}.terminal-line:nth-child(2){animation-delay:.5s}.terminal-line:nth-child(3){animation-delay:1s}.terminal-line:nth-child(4){animation-delay:1.5s}.terminal-line:nth-child(5){animation-delay:2s}.terminal-prompt{color:#569cd6;font-weight:600;margin-right:8px}.terminal-command{color:#d4d4d4}.terminal-output{color:#6a9955;padding-left:20px}.terminal-cursor{margin-top:8px}.terminal-cursor-blink{animation:cursorBlink 1s step-end infinite;color:#d4d4d4}@keyframes terminalFloat{0%,to{box-shadow:0 8px 24px #0000004d;transform:translateY(0)}50%{box-shadow:0 12px 32px #0006;transform:translateY(-5px)}}@keyframes lineAppear{0%{opacity:0;transform:translateX(-10px)}to{opacity:1;transform:translateX(0)}}@keyframes cursorBlink{0%,50%{opacity:1}51%,to{opacity:0}}.infraestructura-que-es{background:#fff;padding:100px 0}.infraestructura-cloud-devops-page.dark .infraestructura-que-es{background:#1f1f1f}.infraestructura-que-es-content{margin:0 auto;max-width:1000px;padding:0 24px}.infraestructura-que-es-header{text-align:center}.infraestructura-que-es-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.infraestructura-cloud-devops-page.dark .infraestructura-que-es-title{color:#fff}.infraestructura-que-es-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 0 20px}.infraestructura-cloud-devops-page.dark .infraestructura-que-es-subtitle{color:#9ca3af}.infraestructura-beneficios{background:#f8fafc;padding:100px 0}.infraestructura-cloud-devops-page.dark .infraestructura-beneficios{background:#18191a}.infraestructura-beneficios-content{margin:0 auto;max-width:1400px;padding:0 24px}.infraestructura-beneficios-header{margin-bottom:60px;text-align:center}.infraestructura-beneficios-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.infraestructura-cloud-devops-page.dark .infraestructura-beneficios-title{color:#fff}.infraestructura-beneficios-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 auto;max-width:700px}.infraestructura-cloud-devops-page.dark .infraestructura-beneficios-subtitle{color:#9ca3af}.infraestructura-beneficios-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.infraestructura-beneficio-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:32px;transition:all .3s ease}.infraestructura-cloud-devops-page.dark .infraestructura-beneficio-card{background:#232323;border-color:#374151}.infraestructura-beneficio-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}.infraestructura-cloud-devops-page.dark .infraestructura-beneficio-card:hover{box-shadow:0 8px 24px #0000004d}.beneficio-icon{font-size:3rem;margin-bottom:16px}.beneficio-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:1.3rem;font-weight:600;margin:0 0 12px}.infraestructura-cloud-devops-page.dark .beneficio-title{color:#fff}.beneficio-description{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1rem;line-height:1.6;margin:0}.infraestructura-cloud-devops-page.dark .beneficio-description{color:#9ca3af}.infraestructura-servicios{background:#fff;padding:100px 0}.infraestructura-cloud-devops-page.dark .infraestructura-servicios{background:#1f1f1f}.infraestructura-servicios-content{margin:0 auto;max-width:1400px;padding:0 24px}.infraestructura-servicios-header{margin-bottom:60px;text-align:center}.infraestructura-servicios-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.infraestructura-cloud-devops-page.dark .infraestructura-servicios-title{color:#fff}.infraestructura-servicios-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 auto;max-width:700px}.infraestructura-cloud-devops-page.dark .infraestructura-servicios-subtitle{color:#9ca3af}.infraestructura-servicios-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.infraestructura-servicio-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;padding:32px;transition:all .3s ease}.infraestructura-cloud-devops-page.dark .infraestructura-servicio-card{background:#232323;border-color:#374151}.infraestructura-servicio-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}.infraestructura-cloud-devops-page.dark .infraestructura-servicio-card:hover{box-shadow:0 8px 24px #0000004d}.servicio-title{color:#192239;font-family:Poppins,Arial,sans-serif;font-size:1.5rem;font-weight:600;margin:0 0 16px}.infraestructura-cloud-devops-page.dark .servicio-title{color:#fff}.servicio-description{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.1rem;line-height:1.7;margin:0 0 24px}.infraestructura-cloud-devops-page.dark .servicio-description{color:#9ca3af}.servicio-casos{margin-top:24px}.casos-title{color:#192239;font-family:Inter,Arial,sans-serif;font-size:.95rem;font-weight:600;letter-spacing:.5px;margin:0 0 16px;text-transform:uppercase}.infraestructura-cloud-devops-page.dark .casos-title{color:#fff}.casos-list{list-style:none;margin:0;padding:0}.caso-item{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1rem;line-height:1.6;margin:0 0 10px;padding-left:24px;position:relative}.infraestructura-cloud-devops-page.dark .caso-item{color:#9ca3af}.caso-item:before{color:#192239;content:"•";font-size:1.2rem;font-weight:700;left:0;position:absolute}.infraestructura-cloud-devops-page.dark .caso-item:before{color:#fff}.infraestructura-tecnologias{background:#f8fafc;padding:100px 0}.infraestructura-cloud-devops-page.dark .infraestructura-tecnologias{background:#18191a}.infraestructura-tecnologias-content{margin:0 auto;max-width:1400px;padding:0 24px}.infraestructura-tecnologias-header{margin-bottom:60px;text-align:center}.infraestructura-tecnologias-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.infraestructura-cloud-devops-page.dark .infraestructura-tecnologias-title{color:#fff}.infraestructura-tecnologias-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 auto;max-width:700px}.infraestructura-cloud-devops-page.dark .infraestructura-tecnologias-subtitle{color:#9ca3af}.infraestructura-tecnologias-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.tecnologia-categoria-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:32px;transition:all .3s ease}.infraestructura-cloud-devops-page.dark .tecnologia-categoria-card{background:#232323;border-color:#374151}.tecnologia-categoria-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}.infraestructura-cloud-devops-page.dark .tecnologia-categoria-card:hover{box-shadow:0 8px 24px #0000004d}.categoria-title{color:#192239;font-family:Poppins,Arial,sans-serif;font-size:1.3rem;font-weight:600;margin:0 0 20px}.infraestructura-cloud-devops-page.dark .categoria-title{color:#fff}.tecnologias-tags{display:flex;flex-wrap:wrap;gap:8px}.tech-tag{background:linear-gradient(135deg,#192239,#2d3748);border-radius:8px;color:#fff;font-family:Inter,Arial,sans-serif;font-size:.9rem;font-weight:500;padding:8px 16px}.infraestructura-proceso{background:#fff;padding:100px 0}.infraestructura-cloud-devops-page.dark .infraestructura-proceso{background:#1f1f1f}.infraestructura-proceso-content{margin:0 auto;max-width:1000px;padding:0 24px}.infraestructura-proceso-header{margin-bottom:60px;text-align:center}.infraestructura-proceso-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.infraestructura-cloud-devops-page.dark .infraestructura-proceso-title{color:#fff}.infraestructura-proceso-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7}.infraestructura-cloud-devops-page.dark .infraestructura-proceso-subtitle{color:#9ca3af}.infraestructura-proceso-timeline{display:flex;flex-direction:column;gap:40px}.proceso-step{align-items:flex-start;display:flex;gap:24px}.step-number{align-items:center;background:linear-gradient(135deg,#192239,#2d3748);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-family:Poppins,Arial,sans-serif;font-size:1.5rem;font-weight:700;height:60px;justify-content:center;width:60px}.step-content{flex:1 1;padding-top:8px}.step-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:1.4rem;font-weight:600;margin:0 0 12px}.infraestructura-cloud-devops-page.dark .step-title{color:#fff}.step-description{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.1rem;line-height:1.7;margin:0}.infraestructura-cloud-devops-page.dark .step-description{color:#9ca3af}.infraestructura-sectores{background:#f8fafc;padding:100px 0}.infraestructura-cloud-devops-page.dark .infraestructura-sectores{background:#18191a}.infraestructura-sectores-content{margin:0 auto;max-width:1400px;padding:0 24px}.infraestructura-sectores-header{margin-bottom:60px;text-align:center}.infraestructura-sectores-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.infraestructura-cloud-devops-page.dark .infraestructura-sectores-title{color:#fff}.infraestructura-sectores-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 auto;max-width:700px}.infraestructura-cloud-devops-page.dark .infraestructura-sectores-subtitle{color:#9ca3af}.infraestructura-sectores-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.infraestructura-sector-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:32px;transition:all .3s ease}.infraestructura-cloud-devops-page.dark .infraestructura-sector-card{background:#232323;border-color:#374151}.infraestructura-sector-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}.infraestructura-cloud-devops-page.dark .infraestructura-sector-card:hover{box-shadow:0 8px 24px #0000004d}.sector-title{color:#192239;font-family:Poppins,Arial,sans-serif;font-size:1.3rem;font-weight:600;margin:0 0 12px}.infraestructura-cloud-devops-page.dark .sector-title{color:#fff}.sector-description{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1rem;line-height:1.6;margin:0}.infraestructura-cloud-devops-page.dark .sector-description{color:#9ca3af}.infraestructura-cta{background:linear-gradient(135deg,#192239,#2d3748);padding:100px 0;text-align:center}.infraestructura-cta-content{margin:0 auto;max-width:800px;padding:0 24px}.infraestructura-cta-title{color:#fff;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 24px}.infraestructura-cta-subtitle{color:#ffffffe6;font-family:Inter,Arial,sans-serif;font-size:1.2rem;line-height:1.7;margin:0 0 40px}.infraestructura-cta-buttons{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.infraestructura-cta-button{border-radius:10px;display:inline-block;font-family:Inter,Arial,sans-serif;font-size:1rem;font-weight:600;padding:16px 32px;text-decoration:none;transition:all .3s ease}.infraestructura-cta-button.primary{background:#fff;color:#192239}.infraestructura-cta-button.primary:hover{box-shadow:0 6px 20px #ffffff4d;transform:translateY(-2px)}.infraestructura-cta-button.secondary{background:#0000;border:2px solid #fff;color:#fff}.infraestructura-cta-button.secondary:hover{background:#fff;color:#192239}@media (max-width:968px){.infraestructura-hero-content{flex-direction:column}.infraestructura-hero-title{font-size:2.5rem}.infraestructura-hero-visual{margin-top:40px}.infraestructura-servicios-grid{grid-template-columns:1fr}.infraestructura-tecnologias-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.infraestructura-beneficios-grid,.infraestructura-sectores-grid{grid-template-columns:1fr}}@media (max-width:640px){.infraestructura-hero-title{font-size:2rem}.infraestructura-hero-subtitle{font-size:1rem}.infraestructura-hero-cta{flex-direction:column}.infraestructura-hero-button{text-align:center;width:100%}.infraestructura-cta-title{font-size:2rem}.infraestructura-cta-buttons{flex-direction:column}.infraestructura-cta-button{width:100%}}.empleo-page{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh}.empleo-page.light{background:linear-gradient(180deg,#f8fafc,#fff);color:#1a202c}.empleo-page.dark{background:linear-gradient(180deg,#0f172a,#1e293b);color:#f1f5f9}.empleo-hero{background:linear-gradient(135deg,#192239,#2d3a5a);color:#fff;overflow:hidden;padding:8rem 2rem 4rem;position:relative;text-align:center}.empleo-hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z' fill='%23fff' fill-opacity='.03' fill-rule='evenodd'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.5;position:absolute;right:0;top:0}.empleo-hero__content{margin:0 auto;max-width:800px;position:relative;z-index:1}.empleo-hero h1{-webkit-text-fill-color:#0000;animation:fadeInDown .8s ease;background:linear-gradient(135deg,#fff,#e2e8f0);-webkit-background-clip:text;background-clip:text;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;margin:0 0 1.5rem}.empleo-hero p{animation:fadeInUp .8s ease .2s backwards;font-size:1.25rem;line-height:1.8;margin:0 auto;max-width:600px;opacity:.9}.empleo-container{margin:0 auto;max-width:900px;padding:0 2rem}.section-title{display:inline-block;font-size:2rem;font-weight:700;margin:0 0 2rem;position:relative;text-align:center;width:100%}.section-title:after{background:linear-gradient(90deg,#192239,#3b82f6);border-radius:2px;bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:60px}.empleo-page.dark .section-title:after{background:linear-gradient(90deg,#3b82f6,#60a5fa)}.empleo-ofertas{padding:4rem 0}.job-card{animation:fadeInUp .6s ease;background:#fff;border-radius:20px;box-shadow:0 4px 20px #00000014;margin-bottom:4rem;overflow:hidden}.empleo-page.dark .job-card{background:#1e293b;box-shadow:0 4px 20px #0000004d}.job-card__header{align-items:flex-start;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e2e8f0;display:flex;gap:1.5rem;padding:2rem}.empleo-page.dark .job-card__header{background:linear-gradient(135deg,#0f172a,#1e293b);border-bottom-color:#334155}.job-card__icon{flex-shrink:0;font-size:3rem;line-height:1}.job-card__title-group{flex:1 1}.job-card__title{color:#192239;font-size:1.75rem;font-weight:700;margin:0 0 .75rem}.empleo-page.dark .job-card__title{color:#f1f5f9}.job-card__tags{display:flex;flex-wrap:wrap;gap:.75rem}.tag{align-items:center;border-radius:50px;display:inline-flex;font-size:.875rem;font-weight:600;padding:.4rem 1rem}.tag--contract{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.tag--location{background:#e0f2fe;color:#0369a1}.empleo-page.dark .tag--location{background:#0c4a6e;color:#7dd3fc}.tag--modality{background:#fef3c7;color:#92400e}.empleo-page.dark .tag--modality{background:#78350f;color:#fcd34d}.job-card__body{padding:2rem}.job-card__intro{border-bottom:1px solid #e2e8f0;margin-bottom:2rem;padding-bottom:2rem}.empleo-page.dark .job-card__intro{border-bottom-color:#334155}.job-card__intro p{color:#475569;font-size:1.1rem;line-height:1.8;margin:0 0 1rem}.empleo-page.dark .job-card__intro p{color:#94a3b8}.highlight-text{background:linear-gradient(135deg,#19223914,#3b82f614);border-left:4px solid #3b82f6;border-radius:12px;color:#1e40af!important;font-weight:500;padding:1rem 1.5rem}.empleo-page.dark .highlight-text{background:#3b82f626;color:#93c5fd!important}.job-section{margin-bottom:2rem}.job-section h4{color:#192239;font-size:1.25rem;font-weight:700;margin:0 0 1rem}.empleo-page.dark .job-section h4{color:#f1f5f9}.job-section ul{list-style:none;margin:0;padding:0}.job-section li{color:#475569;line-height:1.7;margin-bottom:.75rem;padding-left:1.75rem;position:relative}.empleo-page.dark .job-section li{color:#94a3b8}.job-section li:before{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:50%;content:"";height:8px;left:0;position:absolute;top:.6rem;width:8px}.nested-list{margin-left:1rem;margin-top:.5rem}.nested-list li:before{background:#94a3b8;height:6px;width:6px}.benefits-list li:before{display:none}.benefits-list li{padding-left:0}.application-section{animation:fadeInUp .6s ease .2s backwards;background:#fff;border-radius:20px;box-shadow:0 4px 20px #00000014;margin-bottom:4rem;padding:3rem}.empleo-page.dark .application-section{background:#1e293b;box-shadow:0 4px 20px #0000004d}.application-intro{color:#64748b;font-size:1.1rem;margin:0 auto 2.5rem;max-width:600px;text-align:center}.empleo-page.dark .application-intro{color:#94a3b8}.application-form{margin:0 auto;max-width:700px}.form-row{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.form-group,.form-row{margin-bottom:1.5rem}.form-row .form-group{margin-bottom:0}.form-group label{color:#334155;display:block;font-size:.95rem;font-weight:600;margin-bottom:.5rem}.empleo-page.dark .form-group label{color:#e2e8f0}.form-group input,.form-group textarea{background:#fff;border:2px solid #e2e8f0;border-radius:12px;color:#1a202c;font-family:inherit;font-size:1rem;padding:1rem 1.25rem;transition:all .3s ease;width:100%}.empleo-page.dark .form-group input,.empleo-page.dark .form-group textarea{background:#0f172a;border-color:#334155;color:#f1f5f9}.form-group input:focus,.form-group textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a;outline:none}.form-group input::placeholder,.form-group textarea::placeholder{color:#94a3b8}.empleo-page.dark .form-group input::placeholder,.empleo-page.dark .form-group textarea::placeholder{color:#64748b}.file-upload-wrapper{position:relative}.file-input{cursor:pointer;height:100%;opacity:0;position:absolute;width:100%;z-index:2}.file-upload-label{align-items:center;background:#f8fafc;border:2px dashed #cbd5e1;border-radius:12px;cursor:pointer;display:flex;gap:1rem;justify-content:center;padding:2rem;transition:all .3s ease}.empleo-page.dark .file-upload-label{background:#0f172a;border-color:#475569}.file-upload-wrapper:hover .file-upload-label{background:#3b82f60d;border-color:#3b82f6}.file-icon{font-size:1.5rem}.file-text{color:#64748b;font-size:.95rem}.empleo-page.dark .file-text{color:#94a3b8}.form-status{border-radius:12px;font-weight:500;margin-bottom:1.5rem;padding:1rem 1.5rem}.form-status.success{background:#d1fae5;border:1px solid #6ee7b7;color:#065f46}.empleo-page.dark .form-status.success{background:#10b98133;border-color:#10b9814d;color:#6ee7b7}.form-status.error{background:#fee2e2;border:1px solid #fca5a5;color:#991b1b}.empleo-page.dark .form-status.error{background:#ef444433;border-color:#ef44444d;color:#fca5a5}.submit-button{background:linear-gradient(135deg,#192239,#2d3a5a);border:none;border-radius:12px;color:#fff;cursor:pointer;font-family:inherit;font-size:1.1rem;font-weight:700;padding:1.25rem 2rem;transition:all .3s ease;width:100%}.submit-button:hover:not(:disabled){box-shadow:0 8px 24px #1922394d;transform:translateY(-2px)}.submit-button:disabled{cursor:not-allowed;opacity:.7}.empleo-page.dark .submit-button{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.form-privacy{color:#64748b;font-size:.875rem;margin-top:1.5rem;text-align:center}.form-privacy a{color:#3b82f6;text-decoration:none}.form-privacy a:hover{text-decoration:underline}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.empleo-hero{padding:6rem 1.5rem 3rem}.empleo-container{padding:0 1rem}.job-card__header{flex-direction:column;gap:1rem;padding:1.5rem}.job-card__title{font-size:1.5rem}.job-card__body{padding:1.5rem}.application-section{padding:2rem 1.5rem}.form-row{gap:0;grid-template-columns:1fr}.form-row .form-group{margin-bottom:1.5rem}.section-title{font-size:1.5rem}}@media (max-width:480px){.empleo-hero h1{font-size:2rem}.empleo-hero p{font-size:1rem}.job-card__tags{align-items:flex-start;flex-direction:column}.tag{font-size:.8rem}}
/*# sourceMappingURL=main.6695372b.css.map*/