body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.header{align-items:center;box-shadow:0 2px 8px #2050810a;box-sizing:border-box;justify-content:center;left:0;min-height:80px;position:fixed;top:0;width:100%;z-index:100}.header,.menu-island{background:var(--color-white);display:flex}.menu-island{border-radius:2rem;box-shadow:0 2px 12px #20508114;gap:2rem;margin:1.5rem 0;min-width:340px;padding:.5rem 2rem;position:relative}.menu-slider{background:var(--color-blue);border-radius:1.2rem;height:calc(100% - 16px);left:0;pointer-events:none;position:absolute;top:8px;z-index:1}.menu-slider,.menu-slider.animating{transition:left .3s cubic-bezier(.4,1,.4,1),width .3s cubic-bezier(.4,1,.4,1)}.menu-btn{background:#0000;border:none;border-radius:1.2rem;color:var(--color-blue-dark);cursor:pointer;font-size:1.1rem;font-weight:500;outline:none;padding:.5rem 1.2rem;position:relative;text-decoration:none;transition:color .2s;z-index:2}.menu-btn.active{color:#fff;font-weight:700}.menu-btn:focus{outline:2px solid var(--color-blue)}.menu-btn:focus-visible:not(.active),.menu-btn:hover:not(.active){background:#2563eb14;color:var(--color-blue)}.menu-btn.active:focus,.menu-btn.active:hover{background:none;box-shadow:none;color:#fff;cursor:default;outline:none}.header-logo-nav{align-items:center;display:flex;gap:2rem}.header-logo-container{align-items:center;display:flex;gap:1rem;left:3rem;position:absolute;top:50%;transform:translateY(-50%);z-index:10}.header-logo{display:block;height:48px;width:auto}.header-company-name{color:var(--color-blue-dark);font-family:inherit;font-size:1.5rem;font-weight:700}.main-with-header{padding-top:90px}.animated-gradient-text{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1.25rem;cursor:pointer;display:flex;flex-direction:row;font-weight:500;justify-content:center;margin:0 auto;max-width:-webkit-fit-content;max-width:fit-content;overflow:hidden;position:relative;transition:box-shadow .5s ease-out}.gradient-overlay{animation:gradient linear infinite;background-size:300% 100%;bottom:0;pointer-events:none;right:0;z-index:0}.gradient-overlay,.gradient-overlay:before{border-radius:inherit;left:0;position:absolute;top:0}.gradient-overlay:before{background-color:#060010;content:"";height:calc(100% - 2px);left:50%;top:50%;transform:translate(-50%,-50%);width:calc(100% - 2px);z-index:-1}@keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.text-content{animation:gradient linear infinite;background-clip:text;-webkit-background-clip:text;background-size:300% 100%;color:#0000;display:inline-block;font-family:Inter,Segoe UI,Arial,sans-serif;font-size:inherit;font-weight:800;position:relative;z-index:2}.shiny-text{animation:shine 5s linear infinite;background:linear-gradient(120deg,#fff0 40%,#fffc 50%,#fff0 60%);-webkit-background-clip:text;background-clip:text;background-size:200% 100%;color:#b5b5b5a4;display:inline-block}@keyframes shine{0%{background-position:100%}to{background-position:-100%}}.shiny-text.disabled{animation:none}.scroll-reveal{margin:20px 0}.scroll-reveal-text{font-size:clamp(1.6rem,4vw,3rem);font-weight:600;line-height:1.5}.word{display:inline-block}.highlight{color:var(--color-blue-medium-alt)}.section-subtitle{color:var(--color-gray-medium);font-size:1.1rem;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.hero-section{align-items:flex-start;background:var(--color-white);display:flex;min-height:100vh;overflow:hidden;padding:2rem 0;position:relative}.hero-background-image{bottom:-70px;height:auto;left:0;position:absolute;width:100%;z-index:1}.hero-background-image img,.hero-background-image video{display:block;height:auto;width:100%}.hero-container{margin:0 auto;max-width:1400px;padding:0 2rem;position:relative;width:100%;z-index:3}.hero-content{align-items:flex-start;min-height:60vh;padding-top:8rem}.hero-content,.hero-main{display:flex;justify-content:center}.hero-main{align-items:center;text-align:center}.hero-title{color:var(--color-text-dark);display:flex;flex-direction:column;font-size:4rem;font-weight:800;gap:.5rem;letter-spacing:-.02em;line-height:1.1;max-width:1200px;text-align:center}.hero-title-line-1,.hero-title-line-2{display:block}.hero-title-highlight{color:var(--color-blue)}.hero-side-info{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:20px;box-shadow:0 8px 32px #0000001a;display:flex;flex-direction:column;gap:1.5rem;margin-left:auto;max-width:400px;padding:2rem}.hero-description p{color:var(--color-gray-dark);font-size:1.1rem;line-height:1.5;margin:0}.hero-callout{background:var(--color-gray-light);border-left:4px solid var(--color-blue-medium-alt);border-radius:0 12px 12px 0;padding:1.2rem}.hero-callout p{color:var(--color-blue-medium-alt);font-size:1rem;line-height:1.4;margin:0}.hero-buttons{display:flex;flex-direction:column;gap:1rem}.cta-button{border-radius:8px;display:inline-block;text-align:center;text-decoration:none}.cta-button.primary{background:var(--color-blue-medium-alt);border:none;color:var(--color-white)}.cta-button.primary:hover{background:var(--color-blue-dark);transform:translateY(-2px)}.cta-button.secondary{background:var(--color-white);border:2px solid var(--color-blue-medium-alt);color:var(--color-blue-medium-alt)}.cta-button.secondary:hover{background:var(--color-blue-medium-alt);color:var(--color-white);transform:translateY(-2px)}.value-section{background:var(--color-white);padding:6rem 0}.value-container{margin:0 auto;max-width:1200px;padding:0 2rem}.value-section h2{color:var(--color-blue-deep-alt);font-size:5rem;font-weight:700;margin-bottom:1rem;text-align:center}.value-content{align-items:center;display:flex;flex-direction:column;margin-top:3rem}.value-cards-container{display:flex;flex-direction:column;gap:1.5rem;max-width:800px;width:100%}.value-card{background:var(--color-white);border:2px solid #0000;border-radius:16px;box-shadow:0 4px 20px #00000014;overflow:hidden;transition:all .3s ease}.value-card:hover{border-color:var(--color-blue-light);box-shadow:0 8px 30px #00000026;transform:translateY(-2px)}.card-header{align-items:center;background:var(--color-white);border-bottom:2px solid var(--color-blue-light);cursor:pointer;display:flex;justify-content:space-between;padding:2rem;transition:all .3s ease}.card-header:hover{background:var(--color-gray-light)}.card-header h3{color:var(--color-blue-deep-alt);flex:1 1;font-size:1.4rem;font-weight:700;line-height:1.3;margin:0;padding-right:1rem}.expand-icon{height:24px;position:relative;transition:transform .3s ease;width:24px}.expand-icon span{background:var(--color-blue-medium-alt);border-radius:2px;position:absolute;transition:all .3s ease}.expand-icon span:first-child{height:16px;left:11px;top:4px;width:2px}.expand-icon span:last-child{height:2px;left:4px;top:11px;width:16px}.expand-icon.expanded span:first-child{opacity:0;transform:rotate(90deg)}.card-content{background:var(--color-white);max-height:0;overflow:hidden;transition:all .4s ease}.card-content.expanded{max-height:200px;padding:2rem}.card-content p{color:var(--color-text-dark);font-size:1rem;line-height:1.6;margin:0}.value-video-container{border-radius:20px;box-shadow:0 8px 30px #00000026;height:500px;overflow:hidden;position:-webkit-sticky;position:sticky;top:2rem}.value-video-container video{height:100%;object-fit:cover;width:100%}.puzzle-video-section{margin-top:4rem;text-align:center}.puzzle-video-container{border-radius:20px;box-shadow:0 8px 30px #00000026;height:500px;margin:0 auto;max-width:800px;overflow:hidden}.puzzle-video-container video{height:100%;object-fit:cover;width:100%}.specialized-section{background:var(--color-white);padding:6rem 0}.specialized-container{margin:0 auto;max-width:1500px;padding:0 2rem}.main-title-container{margin-bottom:2rem;position:relative;text-align:center}.main-title{color:var(--color-blue-deep-alt);font-size:clamp(2.5rem,8vw,6rem);font-weight:750;line-height:1.1;margin:0;max-width:100%;position:center;text-align:center;z-index:2}.cta-hero{padding:6rem 1rem;position:relative;text-align:center}.arrows{height:100%;inset:0;pointer-events:none;position:absolute;width:100%}.arrow{fill:none;stroke:var(--color-blue-light);stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1;stroke-dashoffset:1;animation:draw 1.3s ease forwards}.delay-1{animation-delay:.15s}.delay-2{animation-delay:.45s}.delay-3{animation-delay:.75s}.delay-4{animation-delay:1.05s}@keyframes draw{to{stroke-dashoffset:0}}.roles-grid{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:repeat(2,1fr);margin-top:4rem}.role-card{background:var(--color-white);border:2px solid #0000;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:2.5rem;position:relative;text-align:center;transition:all .3s ease}.role-card:hover{border-color:var(--color-blue-light);box-shadow:0 8px 30px #00000026;transform:translateY(-3px)}.role-icon{align-items:center;display:flex;justify-content:center;margin-bottom:2rem}.role-icon img{border-radius:12px;height:80px;object-fit:contain;width:80px}.role-card h3{color:var(--color-blue-deep-alt);font-size:1.8rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.role-card p{color:var(--color-text-dark);font-size:1.1rem;line-height:1.6;margin:0 auto;max-width:280px}.work-section{background:var(--color-white);min-height:200vh;padding:6rem 0;position:relative}.work-container{margin:0 auto;max-width:1200px;padding:0 2rem;position:relative}.work-section h2{color:var(--color-blue-deep-alt);font-size:3rem;font-weight:700;margin-bottom:1rem;text-align:center}.work-roadmap{margin-top:4rem;min-height:150vh;position:relative}.roadmap-line{background:repeating-linear-gradient(to bottom,var(--color-blue-light) 0,var(--color-blue-light) 8px,#0000 8px,#0000 16px);height:100%;left:50%;position:absolute;top:0;transform:translateX(-50%);width:4px;z-index:1}.roadmap-line:before{top:0}.roadmap-line:after,.roadmap-line:before{background:repeating-linear-gradient(to right,var(--color-blue-light) 0,var(--color-blue-light) 8px,#0000 8px,#0000 16px);content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:200px}.roadmap-line:after{bottom:0}.work-step{background:var(--color-white);border-radius:16px;box-shadow:0 8px 30px #0000001a;opacity:0;padding:2rem;position:absolute;transform:translateY(50px);transition:all .6s ease;width:300px;z-index:2}.work-step.visible{opacity:1;transform:translateY(0)}.step-1{left:10%;top:10%}.step-2{right:10%;top:30%}.step-3{left:15%;top:50%}.step-4{right:15%;top:70%}.step-number{align-items:center;background:var(--color-blue-medium-alt);border-radius:50%;color:var(--color-white);display:flex;font-size:1.2rem;font-weight:700;height:60px;justify-content:center;margin:0 auto 1.5rem;position:relative;width:60px}.step-number:before{background:var(--color-blue-light);content:"";height:4px;position:absolute;top:50%;transform:translateY(-50%);width:20px}.step-1 .step-number:before,.step-3 .step-number:before{right:-20px}.step-2 .step-number:before,.step-4 .step-number:before{left:-20px}.step-content h3{color:var(--color-blue-deep-alt);font-size:1.4rem;font-weight:700;margin-bottom:1rem;text-align:center}.step-content p{color:var(--color-gray-dark);font-size:1rem;line-height:1.6;margin:0;text-align:center}.work-step:after{background:repeating-linear-gradient(to right,var(--color-blue-light) 0,var(--color-blue-light) 4px,#0000 4px,#0000 8px);content:"";height:2px;position:absolute;top:50%;transform:translateY(-50%);width:100px}.step-1:after,.step-3:after{right:-100px}.step-2:after,.step-4:after{left:-100px}.about-section{align-items:flex-start;background:linear-gradient(135deg,var(--color-white) 0,#f8faff 100%);display:flex;min-height:100vh;padding:8rem 0 0;position:relative}.about-container{max-width:1400px;padding:0 2rem;width:100%}.about-hero{animation:fadeInUp 1s ease-out;margin-bottom:4rem;position:relative;text-align:center;z-index:10}.about-hero-content{margin:0 auto;max-width:800px}.about-main-title{animation:slideInFromTop 1.2s ease-out .2s both;color:var(--color-blue-deep);font-size:clamp(3rem,8vw,5rem);font-weight:800;letter-spacing:-.02em;line-height:1.1;margin-bottom:1.5rem}.about-hero-subtitle{animation:slideInFromTop 1.2s ease-out .4s both;color:var(--color-blue-medium-alt);font-size:clamp(1.5rem,4vw,2.5rem);font-weight:600;margin-bottom:1rem}.about-tagline{animation:slideInFromTop 1.2s ease-out .6s both;color:var(--color-blue-medium);font-size:clamp(1.2rem,3vw,1.8rem);font-weight:700;margin-bottom:0}.about-main-title .shiny-text{background:linear-gradient(120deg,#4a90e200 40%,#4a90e2e6 50%,#4a90e200 60%);-webkit-background-clip:text;background-clip:text;background-size:200% 100%;color:var(--color-blue-medium-alt);display:inline-block}.about-hero-subtitle .shiny-text{background:linear-gradient(120deg,#4a90e200 40%,#4a90e2cc 50%,#4a90e200 60%);-webkit-background-clip:text;background-clip:text;background-size:200% 100%;color:var(--color-blue-medium-alt);display:inline-block}.about-tagline .shiny-text{background:linear-gradient(120deg,#4a90e200 40%,#4a90e2b3 50%,#4a90e200 60%);-webkit-background-clip:text;background-clip:text;background-size:200% 100%;color:var(--color-blue-medium);display:inline-block}.about-paragraph-card h3 .shiny-text{background:linear-gradient(120deg,#4a90e200 40%,#4a90e2cc 50%,#4a90e200 60%);-webkit-background-clip:text;background-clip:text;background-size:200% 100%;color:var(--color-blue-deep);display:inline-block}.mission-card h3 .shiny-text{background:linear-gradient(120deg,#fff0 40%,#ffffffe6 50%,#fff0 60%);-webkit-background-clip:text;background-clip:text;background-size:200% 100%;color:var(--color-white);display:inline-block}.about-content-scrollable{grid-gap:6rem;align-items:start;animation:fadeInUp 1s ease-out .8s both;display:grid;gap:6rem;grid-template-columns:1fr 1fr}.about-paragraphs{display:flex;flex-direction:column;gap:2.5rem}.about-paragraph-card{animation:slideInFromLeft 1s ease-out both;background:var(--color-white);border:1px solid #4a90e21a;border-radius:20px;box-shadow:0 10px 40px #4a90e21a;padding:2.5rem;transition:all .3s ease}.about-paragraph-card:first-child{animation-delay:1s}.about-paragraph-card:nth-child(2){animation-delay:1.2s}.about-paragraph-card:nth-child(3){animation-delay:1.4s}.about-paragraph-card:hover{border-color:#4a90e233;box-shadow:0 20px 60px #4a90e226;transform:translateY(-5px)}.about-paragraph-card h3{align-items:center;color:var(--color-blue-deep);display:flex;font-size:1.4rem;font-weight:700;margin-bottom:1rem}.about-paragraph-card h3:before{background:var(--color-blue-medium-alt);border-radius:2px;content:"";height:24px;margin-right:1rem;width:4px}.about-paragraph-card p{color:var(--color-text-dark);font-size:1.1rem;line-height:1.7;margin:0}.about-fullscreen-image{height:100vh;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);margin-top:0;overflow:hidden;position:relative;width:100vw}.mission-text-section{background:linear-gradient(135deg,#f8faff 0,var(--color-white) 100%);min-height:100vh;padding:8rem 0}.mission-text-container,.mission-text-section{align-items:center;display:flex;justify-content:center;text-align:center}.mission-text-container{flex-direction:column;margin:0 auto;max-width:1400px;padding:0 2rem;width:100%}.mission-title{font-size:clamp(3.5rem,8vw,6rem);line-height:1.1;margin:0 auto;max-width:1000px;text-align:center}.mission-title,.mission-title-text{color:var(--color-blue-deep);font-weight:1000;text-shadow:2px 2px 4px #0000001a}.about-fullscreen-image img{border:none;border-radius:0;box-shadow:none;height:100%;object-fit:cover;object-position:center;transition:all .3s ease;width:100%}.about-image-section{animation:slideInFromRight 1s ease-out 1s both;gap:3rem;position:-webkit-sticky;position:sticky;top:2rem}.about-image-container{align-items:center;display:flex;justify-content:center}.about-image-container,.about-profile-image{max-width:600px;position:relative;width:100%}.about-profile-image{border:4px solid var(--color-white);border-radius:25px;box-shadow:0 20px 60px #4a90e233;height:auto;transition:all .3s ease;z-index:2}.about-profile-image:hover{box-shadow:0 30px 80px #4a90e24d;transform:scale(1.02)}.image-decoration{animation:pulse 3s ease-in-out infinite;background:linear-gradient(45deg,var(--color-blue-light),var(--color-blue-medium));border-radius:30px;height:120%;opacity:.1;position:absolute;width:120%;z-index:1}.about-mission{max-width:600px;width:100%}.mission-card{animation:slideInFromBottom 1s ease-out 1.6s both;background:linear-gradient(135deg,var(--color-blue-light) 0,var(--color-blue-medium) 100%);border-radius:20px;box-shadow:0 15px 50px #4a90e24d;color:var(--color-white);padding:3rem;text-align:center;transition:all .3s ease}.mission-card:hover{box-shadow:0 25px 70px #4a90e266;transform:translateY(-5px)}.mission-card h3{color:var(--color-white);font-size:1.8rem;font-weight:700;margin-bottom:1.5rem}.mission-card p{color:var(--color-white);font-size:1.2rem;line-height:1.6;margin:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInFromTop{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInFromLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInFromRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:.1;transform:scale(1)}50%{opacity:.15;transform:scale(1.05)}}@media (max-width:1024px){.hero-content{text-align:center}.hero-title{font-size:3.5rem}.roles-grid,.value-content{gap:2rem;grid-template-columns:1fr}.main-title{font-size:5rem}.value-video-container{height:400px;margin-bottom:2rem;order:-1;position:relative;top:auto}.work-roadmap{min-height:120vh}.work-step{width:280px}.step-1{left:5%;top:5%}.step-2{right:5%;top:25%}.step-3{left:10%;top:45%}.step-4{right:10%;top:65%}.about-content-scrollable{gap:4rem;grid-template-columns:1fr}.about-image-section{margin-bottom:3rem;order:-1;position:static}.about-hero{margin-bottom:4rem}}@media (max-width:768px){.about-container,.hero-container,.value-container,.work-container{padding:0 1rem}.hero-title{font-size:2.8rem}.main-title{font-size:3.5rem}.value-video-container{height:300px;position:relative;top:auto}.card-header h3{font-size:1.2rem}.work-roadmap{min-height:100vh}.work-step{padding:1.5rem;width:250px}.step-1{left:2%;top:5%}.step-2{right:2%;top:25%}.step-3{left:5%;top:45%}.step-4{right:5%;top:65%}.roadmap-line{left:20px}.step-number:before,.work-step:after{display:none}.about-section{padding:4rem 0}.about-container{padding:0 1rem}.about-paragraph-card,.mission-card{padding:2rem}.about-main-title{font-size:clamp(2.5rem,8vw,4rem)}.about-hero-subtitle{font-size:clamp(1.3rem,4vw,2rem)}.about-fullscreen-image{height:80vh;margin-left:0;margin-right:0;width:100%}.mission-text-section{padding:6rem 0}.mission-title{font-size:clamp(3rem,7vw,5rem);font-weight:1000}.about-image-container,.about-mission,.about-profile-image{max-width:400px}}@media (max-width:480px){.hero-title{font-size:2.2rem}.main-title{font-size:3.5rem}.value-video-container{height:250px;position:relative;top:auto}.card-content.expanded,.card-header{padding:1rem}.work-roadmap{min-height:80vh}.work-step{padding:1rem;width:220px}.step-1{left:0;top:3%}.step-2{right:0;top:23%}.step-3{left:0;top:43%}.step-4{right:0;top:63%}.roadmap-line{left:15px}.value-section h2,.work-section h2{font-size:2.2rem}.about-text h2{font-size:2rem}.about-paragraph-card,.mission-card{padding:1.5rem}.about-profile-image{max-width:300px}.about-fullscreen-image{height:70vh;margin-left:0;margin-right:0;width:100%}.mission-text-section{padding:4rem 0}.mission-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:1000}.about-image-container{max-width:400px}.about-mission{max-width:500px}}.hablamos-section{background:linear-gradient(135deg,#1e3a8a,#3b82f6 25%,#60a5fa 50%,#93c5fd 75%,#dbeafe);overflow:hidden;padding:8rem 0;position:relative;text-align:center}.hablamos-section:before{display:none}.hablamos-container{margin:0 auto;max-width:800px;padding:0 2rem;position:relative;z-index:2}.hablamos-content{animation:fadeInUp 1s ease-out}.hablamos-title{color:var(--color-white);font-size:clamp(3rem,10vw,6rem);font-weight:800;letter-spacing:-.02em;line-height:1.1;margin-bottom:2rem;text-shadow:0 2px 4px #0000004d}.hablamos-title .shiny-text{background:linear-gradient(120deg,#4a90e200 40%,#4a90e2e6 50%,#4a90e200 60%);-webkit-background-clip:text;background-clip:text;background-size:200% 100%;color:var(--color-blue-medium-alt);display:inline-block}.hablamos-split-text,.hablamos-split-text .split-char{color:var(--color-white)!important;text-shadow:0 2px 4px #0000004d}.hablamos-subtitle{font-size:clamp(1.5rem,4vw,2.2rem);font-weight:800;margin-bottom:.8rem;opacity:.95}.hablamos-description,.hablamos-subtitle{color:var(--color-white);text-shadow:0 1px 2px #0003}.hablamos-description{font-size:clamp(1.1rem,2.5vw,1.3rem);line-height:1.6;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px;opacity:.9}.hablamos-button{align-items:center;background:var(--color-white);border:2px solid var(--color-white);border-radius:50px;box-shadow:0 10px 30px #0003;color:var(--color-blue-deep);display:inline-flex;font-size:1.2rem;font-weight:700;gap:1rem;overflow:hidden;padding:1.2rem 2.5rem;position:relative;text-decoration:none;transition:all .3s ease}.hablamos-button:before{background:linear-gradient(90deg,#0000,#fff6,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.hablamos-button:hover:before{left:100%}.hablamos-button:hover{background:var(--color-blue-deep);border-color:var(--color-blue-deep);box-shadow:0 15px 40px #0000004d;color:var(--color-white);transform:translateY(-3px)}.button-arrow,.hablamos-button span{position:relative;z-index:1}.button-arrow{font-size:1.5rem;transition:transform .3s ease}.hablamos-button:hover .button-arrow{transform:translateX(5px)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media (max-width:768px){.hablamos-section{padding:6rem 0}.hablamos-container{padding:0 1rem}.hablamos-button{font-size:1.1rem;padding:1rem 2rem}}@media (max-width:480px){.hablamos-section{padding:4rem 0}.hablamos-button{flex-direction:column;font-size:1rem;gap:.5rem;padding:.9rem 1.8rem}.button-arrow{font-size:1.2rem}}.titulo_mejor_camino h2{color:var(--color-text-dark);font-size:5rem;font-weight:800;margin-bottom:-2rem;text-align:center}.road-trouble-section{background:var(--color-white);min-height:200vh;overflow:hidden;position:relative}.road-trouble-container{align-items:center;display:flex;height:200vh;justify-content:center;position:relative;width:100%}.road-trouble-image{height:100%;object-fit:cover;width:100%}.road-trouble-text-overlay-1{top:21%}.road-trouble-text-overlay-1,.road-trouble-text-overlay-2{background:var(--color-white);border-radius:10px;box-shadow:0 4px 20px #0000001a;left:37%;max-width:600px;padding:2rem 3rem;position:absolute;text-align:center;transform:translate(-50%,-50%);z-index:2}.road-trouble-text-overlay-2{top:40%}.road-trouble-text-overlay-3{background:var(--color-white);border-radius:10px;box-shadow:0 4px 20px #0000001a;left:47%;max-width:600px;padding:2rem 3rem;position:absolute;text-align:center;top:72%;transform:translate(-50%,-50%);z-index:2}.road-trouble-text-overlay-1 p,.road-trouble-text-overlay-2 p,.road-trouble-text-overlay-3 p{color:var(--color-text-dark);font-family:inherit;font-size:1.2rem;font-weight:700;line-height:1.5;margin:0}.services-cta-section{background:var(--color-white);padding:4rem 0 6rem}.services-cta-container{margin:0 auto;max-width:900px;padding:0 2rem;text-align:center}.services-cta-text{color:var(--color-text-dark);font-size:1.2rem;line-height:1.7;margin:0 0 2rem}.about-page{background:linear-gradient(135deg,var(--color-white) 0,var(--color-blue-light) 100%);min-height:100vh;padding:4rem 2rem}.about-container{margin:0 auto;max-width:1200px}.about-header{margin-bottom:4rem;text-align:center}.about-header h2{color:var(--color-blue-dark);font-size:2.5rem;margin-bottom:1rem}.about-subtitle{color:var(--color-blue-dark);font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:700px}.about-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 2fr;margin-bottom:4rem}.about-image-section{align-items:center;display:flex;flex-direction:column}.about-image{border-radius:1rem;box-shadow:0 10px 30px #0000001a;margin-bottom:2rem;max-width:300px;width:100%}.about-stats{display:flex;flex-direction:column;gap:1.5rem;width:100%}.stat-item{background:var(--color-white);border-radius:.5rem;box-shadow:0 5px 15px #0000001a;padding:1.5rem;text-align:center}.stat-number{color:var(--color-blue);display:block;font-size:2rem;font-weight:700;margin-bottom:.5rem}.stat-label{color:var(--color-blue-dark);font-size:.9rem;font-weight:500}.about-text-section{display:flex;flex-direction:column;gap:3rem}.about-description h3,.experience-section h3,.expertise-section h3{color:var(--color-blue-dark);font-size:1.5rem;margin-bottom:1rem}.about-description p{color:var(--color-blue-dark);font-size:1.1rem;line-height:1.7}.expertise-list{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));list-style:none;padding:0}.expertise-item{background:var(--color-white);border-radius:.5rem;box-shadow:0 3px 10px #0000001a;color:var(--color-blue-dark);font-weight:500;padding:1rem 1rem 1rem 2rem;position:relative}.expertise-item:before{color:var(--color-blue);content:"✓";font-weight:700;left:.75rem;position:absolute}.experience-timeline{display:flex;flex-direction:column;gap:2rem}.experience-item{background:var(--color-white);border-radius:.5rem;box-shadow:0 5px 15px #0000001a;display:flex;gap:2rem;padding:1.5rem}.experience-year{color:var(--color-blue);font-size:.9rem;font-weight:700;min-width:120px}.experience-content{flex:1 1}.experience-role{color:var(--color-blue-dark);font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.experience-company{color:var(--color-blue);font-weight:500;margin-bottom:.5rem}.experience-description{color:var(--color-blue-dark);line-height:1.6}.about-cta{background:var(--color-white);border-radius:1rem;box-shadow:0 5px 20px #0000001a;padding:3rem;text-align:center}.about-cta h3{font-size:1.8rem;margin-bottom:1rem}.about-cta h3,.about-cta p{color:var(--color-blue-dark)}.about-cta p{font-size:1.1rem;margin-bottom:2rem}.about-cta-button{background:var(--color-blue);border:none;border-radius:.5rem;color:var(--color-white);cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.about-cta-button:hover{background:var(--color-blue-dark);box-shadow:0 5px 15px #4a90e24d;transform:translateY(-2px)}@media (max-width:768px){.about-page{padding:2rem 1rem}.about-header h2{font-size:2rem}.about-subtitle{font-size:1rem}.about-content{gap:2rem;grid-template-columns:1fr}.about-stats{flex-direction:row;justify-content:space-between}.stat-item{flex:1 1;padding:1rem}.expertise-list{grid-template-columns:1fr}.experience-item{flex-direction:column;gap:1rem}.experience-year{min-width:auto}.about-cta{padding:2rem 1.5rem}}.services-page{background:linear-gradient(135deg,var(--color-white) 0,var(--color-blue-light) 100%);min-height:100vh;padding:120px 2rem 4rem}.services-container{margin:0 auto;max-width:1200px}.services-header{margin-bottom:4rem;text-align:center}.services-header h2{color:var(--color-blue-dark);font-size:3rem;margin-bottom:1rem}.services-description{color:var(--color-blue-dark);font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:600px}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:4rem}.service-card{border-radius:1rem;box-shadow:0 5px 20px #0000001a;color:#fff;cursor:pointer;padding:2rem;perspective:1000px;transition:all .3s ease}.services-back-cta{margin-top:1rem;text-align:center}.service-card:hover{box-shadow:0 10px 30px #4a90e233;transform:translateY(-5px)}.service-icon{font-size:3rem}.service-icon,.service-title{color:#fff;margin-bottom:1rem;text-align:center}.service-title{font-size:1.5rem}.service-title.center{margin-bottom:.5rem}.service-description{color:#fff;line-height:1.6;margin-bottom:1.5rem;text-align:center}.card-inner{display:flex;height:100%;min-height:160px;position:relative;transform-style:preserve-3d;transition:transform .6s ease;width:100%}.service-card.flipped .card-inner{transform:rotateY(180deg)}.card-face{align-items:center;backface-visibility:hidden;-webkit-backface-visibility:hidden;display:flex;flex-direction:column;inset:0;justify-content:center;padding:1rem;position:absolute}.card-front{transform:rotateY(0deg)}.card-back{transform:rotateY(180deg)}.click-hint{color:#d9e8ff;font-size:.9rem;margin-top:.5rem;opacity:.85}.click-hint.back{opacity:.7}.service-features{list-style:none;margin:0;padding:0}.service-feature{color:#fff;padding-left:1.5rem;position:relative}.service-feature:before{color:var(--color-blue-light);content:"✓";font-weight:700;left:0;position:absolute}.services-cta{background:var(--color-white);border-radius:1rem;box-shadow:0 5px 20px #0000001a;margin-top:2rem;padding:3rem;text-align:center}.services-cta h3{color:var(--color-blue-dark);font-size:1.8rem;margin-bottom:1rem}.services-cta p{color:var(--color-blue-dark);font-size:1.1rem;margin-bottom:2rem}.cta-button{background:var(--color-blue);border:none;border-radius:.5rem;color:var(--color-white);cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.cta-button:hover{background:var(--color-blue-dark);box-shadow:0 5px 15px #4a90e24d;transform:translateY(-2px)}.fade-in-card{opacity:0;transform:translateY(30px);transition:opacity .7s cubic-bezier(.4,0,.2,1),transform .7s cubic-bezier(.4,0,.2,1)}.fade-in-card.visible{opacity:1;transform:translateY(0)}@media (max-width:768px){.services-page{padding:2rem 1rem}.services-header h2{font-size:2rem}.services-description{font-size:1rem}.services-grid{gap:1.5rem;grid-template-columns:1fr}.service-card{padding:1.5rem}.services-cta{padding:2rem 1.5rem}}.card-spotlight{--mouse-x:50%;--mouse-y:50%;--spotlight-color:#dbe9f5;background-color:#036;border:1px solid #036;border-radius:1.5rem;overflow:hidden;padding:2rem;position:relative}.card-spotlight:before{background:radial-gradient(circle at var(--mouse-x) var(--mouse-y),var(--spotlight-color),#0000 80%);bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .5s ease}.card-spotlight:focus-within:before,.card-spotlight:hover:before{opacity:.6}.video-animation-container{align-items:center;animation:fadeIn .5s ease-in;background:var(--color-white);display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.logo-video{border-radius:1rem;box-shadow:0 10px 40px #0000001a;max-height:80%;max-width:80%;object-fit:contain}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.video-animation-container.fade-out{animation:fadeOut .5s ease-out forwards}.contact-page{align-items:center;background:linear-gradient(135deg,var(--color-white) 0,var(--color-blue-light) 100%);display:flex;flex-direction:column;justify-content:center;min-height:80vh;overflow:hidden;padding:2rem 1rem;position:relative}.contact-page:before{background:#0006;content:"";z-index:1}.contact-page video,.contact-page:before{height:100%;left:0;position:absolute;top:0;width:100%}.contact-page video{object-fit:cover;z-index:0}.contact-page>*{position:relative;z-index:2}.contact-container{background:var(--color-white);border-radius:1rem;box-shadow:0 10px 30px #0000001a;max-width:600px;padding:3rem;width:100%}.contact-description{color:var(--color-blue-dark);font-size:1.1rem;line-height:1.6;margin-bottom:2rem;text-align:center}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group label{color:var(--color-blue-dark)}.form-input,.form-textarea{background:var(--color-white);border:2px solid var(--color-blue-light)}.form-input:focus,.form-textarea:focus{border-color:var(--color-blue);box-shadow:0 0 0 3px #4a90e21a}.submit-button{background:var(--color-blue);border:none;border-radius:.5rem;color:var(--color-white);cursor:pointer;font-size:1rem;font-weight:600;margin-top:1rem;padding:1rem 2rem;transition:all .3s ease}.submit-button:hover{background:var(--color-blue-dark);box-shadow:0 5px 15px #4a90e24d;transform:translateY(-2px)}.submit-button:active{transform:translateY(0)}@media (max-width:768px){.contact-container{margin:1rem;padding:2rem 1.5rem}.contact-form{gap:1rem}.submit-button{padding:.875rem 1.5rem}}.contact-effects-layout{background:var(--color-blue-light);min-height:80vh;overflow:hidden;position:relative}.contact-effects-layout,.contact-glass{align-items:center;display:flex;justify-content:center}.contact-glass{box-shadow:0 8px 32px #2050811a;margin:3rem 0;max-width:480px;width:100%;z-index:2}.contact-cubes-bg{align-items:center;display:flex;height:340px;justify-content:center;opacity:.18;pointer-events:none;position:absolute;right:0;top:50%;transform:translateY(-50%);width:340px;z-index:1}.contact-title{font-size:2.8rem;font-weight:900;letter-spacing:-1px;margin-bottom:1.2rem;text-align:center}@media (max-width:900px){.contact-title{font-size:2rem}}.contact-split-layout{align-items:stretch;background:var(--color-blue-light);display:flex;flex-direction:row;gap:2.5rem;justify-content:center;min-height:80vh}.contact-left,.contact-right{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;min-width:0}.contact-left{max-width:520px;padding:2.5rem 1rem 2.5rem 2.5rem}.contact-right{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:flex-start;max-width:520px;padding:2.5rem 2.5rem 2.5rem 1rem}.calendly-title{color:var(--color-blue-dark);font-size:1.3rem;font-weight:700;margin-bottom:1.2rem;text-align:center}.calendly-embed{align-items:flex-start;background:#fff;border-radius:1rem;box-shadow:0 4px 24px #20508114;display:flex;max-width:420px;min-height:650px;overflow:hidden;width:100%}.calendly-embed iframe{display:block;height:650px;min-height:650px;width:100%}@media (max-width:1100px){.contact-split-layout{flex-direction:column;gap:1.5rem;min-height:60vh;padding:1.5rem .5rem}.contact-left,.contact-right{max-width:98vw;padding:1.5rem .5rem}.calendly-embed{max-width:98vw;min-height:420px}.calendly-embed iframe{height:420px;min-height:420px}}.huge-text{color:#fff;font-size:5rem;font-weight:900;letter-spacing:-2px;line-height:1.1;margin:0;overflow:hidden;padding:0;text-align:left;white-space:nowrap;width:170%}@media (max-width:1200px){.huge-text{font-size:4.5rem;text-align:center}}.email-contact-section{align-items:center;background:#f8f9fa;display:flex;justify-content:center;min-height:100vh;padding:4rem 2rem}.email-contact-container{background:#fff;border-radius:1rem;box-shadow:0 4px 24px #0000001a;max-width:800px;padding:3rem;width:100%}.email-contact-title{color:#000;font-size:2.5rem;font-weight:700;margin-bottom:2.5rem;text-align:center}.email-contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#333;font-size:.95rem;font-weight:600}.form-input,.form-textarea{background:#fff;border:2px solid #e9ecef;border-radius:.5rem;color:#333;font-family:inherit;font-size:1rem;padding:.75rem 1rem;transition:all .3s ease}.form-input:focus,.form-textarea:focus{border-color:#007bff;box-shadow:0 0 0 3px #007bff1a;outline:none}.form-input::placeholder,.form-textarea::placeholder{color:#6c757d}.form-textarea{min-height:120px;resize:vertical}.email-submit-button{background:#007bff;border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;margin-top:1rem;padding:1rem 2rem;transition:all .3s ease}.email-submit-button:hover{background:#0056b3;box-shadow:0 4px 12px #007bff4d;transform:translateY(-2px)}.email-submit-button:active{transform:translateY(0)}.success-message-container{background:#fff;border-radius:1rem;box-shadow:0 4px 24px #0000001a;max-width:600px;padding:3rem;text-align:center;width:100%}.success-icon{color:#28a745;font-size:4rem;font-weight:700;margin-bottom:1.5rem}.success-title{color:#000;font-size:2rem;font-weight:700;margin-bottom:1rem}.success-description{color:#6c757d;font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.success-button{background:#007bff;border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.success-button:hover{background:#0056b3;box-shadow:0 4px 12px #007bff4d;transform:translateY(-2px)}.success-button:active{transform:translateY(0)}@media (max-width:768px){.info-cards{align-items:center;flex-direction:column}.info-card{max-width:100%;width:100%}.form-row{gap:1rem;grid-template-columns:1fr}.email-contact-container{margin:1rem;padding:2rem 1.5rem}.email-contact-title{font-size:2rem}}.footer{background:#036;border-radius:2rem 2rem 0 0;color:#fff;justify-content:center;margin-top:auto;min-height:320px;padding:3.5rem 0 2.5rem}.footer,.footer-content{align-items:center;display:flex;width:100%}.footer-content{flex-direction:column;gap:2.5rem;margin:0 auto;max-width:1200px}.footer-brand-social{align-items:center;display:flex;flex-direction:column;gap:1.2rem}.footer-logo{background:#fff;border-radius:50%;box-shadow:0 2px 8px #2050811a;height:56px;padding:6px;width:56px}.footer-social{display:flex;gap:1.5rem;margin-top:.5rem}.footer-social a{align-items:center;background:none;border-radius:0;display:flex;height:40px;justify-content:center;transition:background .2s;width:40px}.footer-social a:hover{background:none}.footer-links{display:flex;gap:2rem;justify-content:center;width:100%}.footer-links a{color:#fff;font-size:1.1rem;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#4a90e2}.sticky-footer{bottom:0;left:0;position:relative;right:0}#root,body{display:flex;flex-direction:column;min-height:100vh}main{display:flex;flex:1 1;flex-direction:column}.footer-social-icon{display:block;height:28px;object-fit:contain;width:28px}@media (max-width:768px){.footer{border-radius:0}}.legal-page{background:#f7f9fc;padding:6rem 1.5rem 4rem}.legal-container{max-width:900px;width:100%}.legal-header{margin-bottom:2.5rem;text-align:center}.legal-title{color:#1e3a8a;font-size:clamp(2rem,4vw,3rem);font-weight:800;margin-bottom:.5rem}.legal-intro{color:#275dad;opacity:.9}.legal-content{background:#fff;border-radius:1rem;box-shadow:0 10px 25px #00000014;padding:2rem}.legal-section{margin-bottom:2rem}.section-title{color:#123b73;font-size:1.4rem;font-weight:800;margin:1rem 0 .75rem;text-align:center}.legal-section p{color:#123b73;line-height:1.8;margin:.5rem 0;text-align:center}.browser-list{grid-gap:.5rem 1rem;display:grid;gap:.5rem 1rem;grid-template-columns:repeat(2,1fr);list-style:none;margin:.5rem auto 0;max-width:400px;padding-left:0}.browser-list li{color:#123b73;text-align:center}.legal-actions{display:flex;justify-content:center;margin-top:2rem}.back-button{background:#1e66d1;border:none;border-radius:.6rem;box-shadow:0 6px 18px #1e66d140;color:#fff;cursor:pointer;font-weight:700;padding:.9rem 1.5rem}.back-button:hover{background:#174ea6}@media (max-width:600px){.legal-content{padding:1.25rem}}.trustedby-section{background:#f7f8fa;padding:4rem 0}.trustedby-content,.trustedby-section{display:flex;justify-content:center;width:100%}.trustedby-content{align-items:flex-start;flex-direction:row;gap:4rem;max-width:1200px}.trustedby-left{display:flex;flex:1 1;flex-direction:column;justify-content:flex-start;max-width:400px;min-width:320px;text-align:left}.trustedby-title{color:#2176d2;font-size:2.8rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}.trustedby-description{color:#444;font-size:1.1rem;margin-top:1.5rem;opacity:.85}.trustedby-logos{grid-gap:2.5rem 2rem;align-items:center;display:grid;flex:2 1;gap:2.5rem 2rem;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(3,1fr);justify-items:center;width:100%}.trustedby-logo{align-items:center;background:none;color:#222;display:flex;font-size:1.45rem;font-weight:600;justify-content:center;letter-spacing:.5px;min-height:40px;min-width:100px;opacity:.7;text-align:center}.trustedby-logo-img{display:block;filter:grayscale(1) contrast(1.1);margin:0 auto;max-height:40px;max-width:120px;object-fit:contain;opacity:.8}@media (max-width:900px){.trustedby-content{align-items:center;flex-direction:column;gap:2rem}.trustedby-logos{gap:1.5rem 1rem;grid-template-columns:repeat(3,1fr)}}@media (max-width:600px){.trustedby-title{font-size:2rem}.trustedby-logos{gap:1rem .5rem;grid-template-columns:repeat(2,1fr)}}.error-404-section{background:#fff;min-height:80vh;overflow:hidden;padding:0 1rem;width:100%}.error-404-content,.error-404-section{align-items:center;display:flex;flex-direction:column;justify-content:center;position:relative}.error-404-content{margin-top:2rem;z-index:2}.error-404-code{color:var(--color-blue);font-size:6rem;font-weight:900;line-height:1;margin-bottom:.5rem}.error-404-title{color:#222;font-size:2rem;font-weight:800;margin-bottom:.5rem;text-align:center}.error-404-desc{color:#888;font-size:1.08rem;margin-bottom:2rem;max-width:420px;text-align:center}.error-404-btn{border-radius:.5rem;font-size:1rem;font-weight:700;margin-top:.5rem;min-width:180px;padding:.9rem 2.2rem}.error-404-bg-left,.error-404-bg-right{background-repeat:no-repeat;background-size:contain;height:100%;opacity:.18;pointer-events:none;position:absolute;top:0;width:320px;z-index:1}.error-404-bg-left{background-image:linear-gradient(135deg,#e3eefd 60%,#fff0),url('data:image/svg+xml;utf8,<svg width="200" height="400" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="20" y="40" width="160" height="320" rx="32" fill="%23e3eefd" fill-opacity="0.5"/></svg>');left:0}.error-404-bg-right{background-image:linear-gradient(-135deg,#e3eefd 60%,#fff0),url('data:image/svg+xml;utf8,<svg width="200" height="400" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="20" y="40" width="160" height="320" rx="32" fill="%23e3eefd" fill-opacity="0.5"/></svg>');right:0}@media (max-width:600px){.error-404-code{font-size:3.5rem}.error-404-title{font-size:1.2rem}.error-404-desc{font-size:.95rem;max-width:90vw}.error-404-bg-left,.error-404-bg-right{width:120px}}:root{--color-white:#fff;--color-blue-light:#b3d0f7;--color-blue-medium:#7cb6e6;--color-blue:#4a90e2;--color-blue-dark:#205081;--color-blue-deep:#036;--color-blue-medium-alt:#337ab7;--color-blue-deep-alt:#1a4a8a;--color-gray-light:#f0f8ff;--color-gray-medium:#6c757d;--color-gray-dark:#666;--color-text-dark:#333}body{background:var(--color-white);color:var(--color-blue-dark);font-family:Inter,Segoe UI,Arial,sans-serif;margin:0;padding:0}body,html{overflow-x:hidden}html{scroll-behavior:smooth}h1,h2,h3,h4,h5,h6{color:var(--color-blue-dark);margin-top:0}section{padding:2rem 0}.legal-page{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:60vh}.legal-page button{background:var(--color-blue);border:none;border-radius:1.5rem;color:var(--color-white);cursor:pointer;font-size:1rem;font-weight:600;margin-top:2rem;padding:.7rem 2rem;transition:background .2s}.legal-page button:hover{background:var(--color-blue-dark)}