@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@600;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);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: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-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{position:absolute;right:4px;top:12px}.wave{background:#ffffffb3;border-radius:1px;height:2px;position:absolute;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;font-family:Inter,Arial,sans-serif;font-size:.9rem;font-weight:600;padding:10px 20px;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-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-family:Inter,Arial,sans-serif;font-size:.75rem;font-weight:500;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}.ideal-client-section.light .ideal-client-subtitle{color:#6b7280}.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:#232323;border:2px solid #374151;border-radius:20px;cursor:pointer;display:flex;flex-direction:column;height:100%;justify-content:center;overflow:hidden;padding:32px;position:relative;text-align:center;transition:all .3s ease}.ideal-client-section.light .question-card{background:#fff;border-color:#e5e7eb}.question-card:hover{box-shadow:0 20px 40px #0000004d;transform:translateY(-4px)}.ideal-client-section.light .question-card:hover{box-shadow:0 20px 40px #0000001a}.question-card.active{background:#2a2a2a;border-color:#192239}.ideal-client-section.light .question-card.active{background:#f0f0f0;border-color:#192239}.question-icon{align-items:center;background:linear-gradient(135deg,#18191a,#232323);border-radius:50%;display:flex;height:60px;justify-content:center;margin:0 auto 20px;overflow:hidden;position:relative;transition:all .3s ease;width:60px}.question-card:hover .question-icon{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{background:#fff;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;width:100%}.arrow-head{border-bottom:3px solid #0000;border-left:4px solid #fff;border-top:3px solid #0000;height:0;position:absolute;right:0;top:50%;transform:translateY(-50%);width:0}.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-1{animation-delay:0s}.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 systemPulse{0%,to{opacity:1}50%{opacity:.7}}@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.1rem;font-weight:600;line-height:1.3;margin:0 0 12px}.ideal-client-section.light .question-text{color:#1a2341}.question-hint{color:#9ca3af;font-family:Inter,Arial,sans-serif;font-size:.8rem;font-weight:500;opacity:.8}.ideal-client-section.light .question-hint{color:#6b7280}.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:#232323;border:2px solid #374151;border-radius:20px;overflow:hidden;padding:40px;position:relative;text-align:center}.ideal-client-section.light .answer-card{background:#fff;border-color:#e5e7eb}.answer-icon{align-items:center;animation:checkmarkPulse 2s ease-out;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;display:flex;height:80px;justify-content:center;margin:0 auto 24px;width:80px}.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:#ffffff0d;border-radius:12px;display:flex;gap:12px;padding:16px;transition:all .3s ease}.ideal-client-section.light .challenge-item{background:#00000008}.challenge-item:hover{background:#ffffff1a;transform:translateY(-2px)}.ideal-client-section.light .challenge-item:hover{background:#0000000f}.challenge-icon{flex-shrink:0;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,#18191a,#232323);border:none;border-radius:8px;box-shadow:0 4px 12px #1922394d;color:#fff;cursor:pointer;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}.answer-button:hover{box-shadow:0 8px 24px #19223966;transform:translateY(-2px)}.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:40px;display:grid;gap:40px;grid-template-columns:repeat(3,1fr);margin-top:60px}.ideal-client-section.dark .stat-number,.stat-number{color:#fff}.ideal-client-section.light .stat-number{color:#1a2341}.stat-label{color:#9ca3af}.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}}.success-stories-section{background:#fff;padding:80px 0;transition:background .3s}.success-stories-section.dark{background:#18191a}.success-stories-content{margin:0 auto;max-width:1400px;padding:0 24px}.success-stories-header{margin-bottom:60px;text-align:center}.success-stories-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:2.5rem;font-weight:700;letter-spacing:-.5px;margin:0 0 20px}.success-stories-section.dark .success-stories-title{color:#fff}.success-stories-subtitle{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1.125rem;line-height:1.6;margin:0 auto;max-width:600px}.success-stories-section.dark .success-stories-subtitle{color:#9ca3af}.benefits-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:60px}.benefit-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:32px;text-align:center;transition:all .3s ease}.success-stories-section.dark .benefit-card{background:#18191a;border-color:#374151}.benefit-card:hover{border-color:#192239;box-shadow:0 8px 25px #0000001a;transform:translateY(-4px)}.success-stories-section.dark .benefit-card:hover{border-color:#4b5563;box-shadow:0 8px 25px #0000004d}.benefit-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:1.25rem;font-weight:600;letter-spacing:-.25px;margin:0 0 12px}.success-stories-section.dark .benefit-title{color:#fff}.benefit-description{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:.95rem;line-height:1.5;margin:0}.success-stories-section.dark .benefit-description{color:#9ca3af}.success-stories-stats{border-top:1px solid #e2e8f0;display:flex;gap:80px;justify-content:center;margin-top:60px;padding-top:60px}.success-stories-section.dark .success-stories-stats{border-color:#374151}.stat-number{font-size:2.5rem;letter-spacing:-.5px}.success-stories-section.dark .stat-number{color:#fff}.stat-label{font-size:.875rem;letter-spacing:.5px;text-transform:uppercase}.success-stories-section.dark .stat-label{color:#9ca3af}@media (max-width:1200px){.benefits-grid{gap:24px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.success-stories-stats{gap:60px}}@media (max-width:900px){.success-stories-section{padding:60px 0}.success-stories-title{font-size:2rem}.success-stories-subtitle{font-size:1rem}.benefits-grid{gap:20px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.benefit-card{padding:24px}.benefit-icon{font-size:2.5rem}.success-stories-stats{gap:40px;margin-top:40px;padding-top:40px}.stat-number{font-size:2rem}}@media (max-width:600px){.success-stories-section{padding:40px 0}.success-stories-title{font-size:1.75rem}.success-stories-subtitle{font-size:.9rem}.benefits-grid{gap:16px;grid-template-columns:1fr}.benefit-card{padding:20px}.benefit-icon{font-size:2rem}.benefit-title{font-size:1.125rem}.benefit-description{font-size:.875rem}.success-stories-stats{flex-direction:column;gap:24px;margin-top:40px;padding-top:40px}.stat-number{font-size:1.75rem}.stat-label{font-size:.8rem}}.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;border-radius:50%;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{background:#192239;border-radius:50%;height:4px;left:8px;position:absolute;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;border-radius:50%;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(450px,1fr));margin-top:40px}.servicio-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}.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;font-family:Poppins,Arial,sans-serif;font-size:1.5rem;font-weight:600;line-height:1.3;margin:0 0 16px}.servicios-page.dark .servicio-title{color:#fff}.servicio-description{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;margin:0 0 24px}.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,#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}.servicios-page.dark .servicio-cta-button{background:linear-gradient(135deg,#232323,#374151)}.servicio-cta-button:hover{box-shadow:0 4px 12px #1922394d;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-family:Poppins,Arial,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.3;margin:0 0 12px}.sectores-page.dark .sector-title{color:#fff}.sector-description{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;margin:0}.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;font-size:3rem;margin-bottom:20px}.beneficio-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:1.4rem;font-weight:700;line-height:1.2;margin-bottom:16px}.kit-consulting-page.dark .beneficio-title{color:#fff}.beneficio-description{color:#6b7280;font-family:Inter,Arial,sans-serif;font-size:1rem;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{align-items:flex-start;background:#fff;border-radius:18px;box-shadow:0 8px 32px #1a23411a;display:flex;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{align-items:center;background:linear-gradient(135deg,#1a2341,#2d3748);border-radius:50%;box-shadow:0 4px 12px #1a23414d;color:#fff;display:flex;flex-shrink:0;font-family:Poppins,Arial,sans-serif;font-size:1.2rem;font-weight:700;height:48px;justify-content:center;width:48px}.step-content{flex:1 1}.step-title{color:#1a2341;font-family:Poppins,Arial,sans-serif;font-size:1.3rem;font-weight:700;line-height:1.2;margin-bottom:12px}.kit-consulting-page.dark .step-title{color:#fff}.step-description{color:#6b7280;font-family:Inter,Arial,sans-serif;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;font-size:1.3rem;font-weight:600;margin-bottom:15px}.modulos-section.dark .modulo-title{color:#f3f4f6}.modulo-description{color:#6b7280;line-height:1.6;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 fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@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}}@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)}}
/*# sourceMappingURL=main.8c68ce15.css.map*/