body{font-family:Inter,sans-serif}.lang-toggle{display:flex;align-items:center;gap:.25rem}.lang-btn{padding:.25rem .5rem;font-size:.875rem;font-weight:500;color:#9ca3af;background:0 0;border:none;border-radius:.375rem;cursor:pointer;transition:color .2s ease,background-color .2s ease}.lang-btn:hover{color:#594a9d;background-color:rgba(89,74,157,.1)}.lang-btn.active{color:#594a9d;font-weight:600}.lang-toggle-mobile{margin-top:1rem}.lang-toggle-mobile .lang-btn{font-size:1rem;padding:.5rem .75rem}.whatsapp-fab{position:fixed;bottom:1.5rem;left:1.5rem;width:3.5rem;height:3.5rem;background-color:#22c55e;color:#fff;border-radius:9999px;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);transition:background-color .15s,transform .15s,opacity .3s;z-index:50}.whatsapp-fab:hover{background-color:#16a34a;transform:scale(1.05)}.whatsapp-fab svg{width:1.5rem;height:1.5rem}.scroll-top-fab{position:fixed;bottom:1.5rem;right:1.5rem;width:3.5rem;height:3.5rem;background-color:#594a9d;color:#fff;border-radius:9999px;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);transition:background-color .15s,transform .15s,opacity .3s;z-index:50;border:none;cursor:pointer;opacity:0;pointer-events:none}.scroll-top-fab.visible{opacity:1;pointer-events:auto}.scroll-top-fab:hover{background-color:#3e4095;transform:scale(1.05)}.scroll-top-fab svg{width:1.5rem;height:1.5rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}a:focus-visible,button:focus-visible{outline:2px solid #594A9D;outline-offset:2px;border-radius:4px}.pulsatrix-apps{color:#594a9d}.pulsatrix-apps span:first-child{font-weight:600}.backdrop-blur-custom{backdrop-filter:blur(8px)}.logos-carousel-container{width:100%;max-width:100%;overflow:hidden;position:relative;background-color:inherit;margin:0}.logos-carousel-wrapper{width:100%;margin:0 auto;overflow:hidden;position:relative}.logos-carousel-track{display:flex;animation:scroll 35s linear infinite;gap:48px;will-change:transform;width:max-content}.logos-carousel-track:hover{animation-play-state:paused}.logo-item{flex-shrink:0;width:120px;height:50px;display:flex;align-items:center;justify-content:center;opacity:.6;transition:opacity .3s ease}@media (max-width:768px){.logo-item{width:120px;height:60px}.logos-carousel-track{gap:32px}}.logo-item:hover{opacity:1}.logo-item img{width:100%;height:100%;object-fit:contain;filter:grayscale(100%);transition:filter .3s ease}.logo-item:hover img{filter:grayscale(0%)}.logos-carousel-track.secondary .logo-item img{filter:brightness(10%) invert(1)}.logos-carousel-track.secondary .logo-item:hover img{filter:none}@keyframes scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.fade-in-up{opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}.fade-in-up.animated{opacity:1;transform:translateY(0)}.fade-in-left{opacity:0;transform:translateX(-30px);transition:opacity .6s ease-out,transform .6s ease-out}.fade-in-left.animated{opacity:1;transform:translateX(0)}.fade-in-right{opacity:0;transform:translateX(30px);transition:opacity .6s ease-out,transform .6s ease-out}.fade-in-right.animated{opacity:1;transform:translateX(0)}.fade-in{opacity:0;transition:opacity .8s ease-out}.fade-in.animated{opacity:1}.scale-in{opacity:0;transform:scale(.9);transition:opacity .6s ease-out,transform .6s ease-out}.scale-in.animated{opacity:1;transform:scale(1)}.crayon-underline{position:relative;display:inline-block;padding-bottom:6px}.crayon-underline::after{content:'';position:absolute;bottom:-1px;left:-3px;right:-3px;height:12px;border-radius:0 0 8px 8px;opacity:0;animation:crayon-draw 1s ease-out .8s forwards;transform-origin:left;z-index:-1}.crayon-underline::before{content:'';position:absolute;bottom:-1px;left:-3px;right:-3px;height:12px;opacity:0;animation:crayon-draw 1s ease-out .8s forwards;transform-origin:left;z-index:-1;mix-blend-mode:multiply}@keyframes crayon-draw{0%{transform:scaleX(0);opacity:0}100%{transform:scaleX(1);opacity:1}}.word-rotator{position:relative;display:inline-block;color:#594a9d;font-weight:600;vertical-align:bottom;width:100%;max-width:100%;height:1.4em;overflow:hidden;text-align:center}.word-rotator span{position:absolute;left:0;top:0;width:100%;opacity:0;transform:translateY(30px) scale(.9);display:inline-block;white-space:normal;word-wrap:break-word}.word-rotator span.active{opacity:1;transform:translateY(0) scale(1);animation:bounce-in .6s cubic-bezier(.68,-.55,.265,1.55)}.word-rotator span.exit{animation:bounce-out .4s cubic-bezier(.55,.06,.68,.19) forwards}@keyframes bounce-in{0%{opacity:0;transform:translateY(15px) scale(.9)}60%{transform:translateY(-3px) scale(1.02)}100%{opacity:1;transform:translateY(0) scale(1)}}@keyframes bounce-out{0%{opacity:1;transform:translateY(0) scale(1)}100%{opacity:0;transform:translateY(-15px) scale(.9)}}.stagger-1{transition-delay:0.1s}.stagger-2{transition-delay:0.2s}.stagger-3{transition-delay:0.3s}.stagger-4{transition-delay:0.4s}.stagger-5{transition-delay:0.5s}.stagger-6{transition-delay:0.6s}.stagger-7{transition-delay:0.7s}.hover-lift{transition:transform .3s ease,box-shadow .3s ease}.hover-lift:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(0,0,0,.1)}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.8}}.btn-pulse:hover{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.stat-number{transition:transform .3s ease}.stat-number.animating{transform:scale(1.1)}@keyframes background-expand{0%{background-size:0 100%}100%{background-size:100% 100%}}@keyframes text-color-change{0%{color:inherit}100%{color:#f5f4f9}}.text-highlight{background-size:0 100%;background-repeat:no-repeat;background-position:left center;animation:background-expand 1s ease-in-out 0s forwards,text-color-change 1s ease-in-out 0s forwards}.tiles-container{position:absolute;inset:0;overflow:hidden;z-index:0;pointer-events:none}.tiles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(48px,1fr));width:100%;height:100%;pointer-events:auto}.tile{aspect-ratio:1;border:1px solid rgba(255,255,255,.08);transition:background-color .8s ease-out}.tile:hover{background-color:rgba(255,255,255,.12);transition:background-color 0s}.tiles-container::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at center,transparent 0,var(--tiles-fade-color,#594a9d) 70%);z-index:1;pointer-events:none}.tiles-container.tiles-light .tile{border-color:rgba(89,74,157,.06)}.tiles-container.tiles-light .tile:hover{background-color:rgba(89,74,157,.08)}.tiles-container.tiles-light::before{background:radial-gradient(ellipse at center,transparent 0,var(--tiles-fade-color,#f9fafb) 70%)}.tiles-container.tiles-hero .tile{border-color:rgba(89,74,157,.04)}.tiles-container.tiles-hero .tile:hover{background-color:rgba(89,74,157,.06)}.tiles-container.tiles-hero::before{background:radial-gradient(ellipse at center,transparent 20%,#fff 80%)}@media (max-width:768px){.tiles-grid{grid-template-columns:repeat(auto-fill,minmax(32px,1fr))}}.mobile-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background-color:rgba(255,255,255,.98);backdrop-filter:blur(10px);z-index:40;display:flex;align-items:center;justify-content:center;opacity:1;visibility:visible;transition:opacity .3s ease,visibility .3s ease}.mobile-menu-overlay.hidden{opacity:0;visibility:hidden;pointer-events:none}.mobile-menu-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;padding:2rem;width:100%;max-width:400px}.mobile-menu-nav{display:flex;flex-direction:column;align-items:center;gap:1.5rem;width:100%}.mobile-menu-link{font-size:1.5rem;font-weight:500;color:#111827;padding:.5rem 1rem;transition:color .2s ease,transform .2s ease;text-align:center}.mobile-menu-link:hover{color:#594a9d;transform:scale(1.05)}.mobile-menu-cta{margin-top:1rem;width:100%;max-width:280px;transition:transform .2s ease,background-color .2s ease}.mobile-menu-cta:hover{transform:scale(1.02);background-color:#3e4095}.hero-section{position:relative;min-height:calc(100vh - 80px);display:flex;flex-direction:column;justify-content:center;overflow-x:clip;overflow-y:visible;background-color:#fff}.hero-grid-bg{position:absolute;inset:0;opacity:.4;background-image:linear-gradient(to right,#e5e7eb 1px,transparent 1px),linear-gradient(to bottom,#e5e7eb 1px,transparent 1px);background-size:80px 80px;z-index:0;pointer-events:none}.hero-blob{position:absolute;border-radius:50%;filter:blur(80px);z-index:0;pointer-events:none}.hero-blob-1{top:80px;left:80px;width:384px;height:384px;background-color:rgba(109,84,207,.05)}.hero-blob-2{bottom:80px;right:80px;width:500px;height:500px;background-color:rgba(109,84,207,.05)}.hero-content{position:relative;z-index:1;width:100%;max-width:1024px;margin:0 auto;padding:0 1rem;text-align:center;box-sizing:border-box}.hero-title{font-family:'Playfair Display',Georgia,'Times New Roman',serif;font-style:normal;font-size:2.5rem;font-weight:700;line-height:1.15;color:#393352;margin-bottom:1.5rem;word-wrap:break-word;overflow-wrap:break-word}.hero-text-primary{color:#6d54cf}.hero-highlight{position:relative;display:inline}.hero-underline-svg{position:absolute;bottom:-2px;left:0;width:100%;height:8px;z-index:-1}.hero-underline-path{stroke-dasharray:400;stroke-dashoffset:400;animation:heroUnderlineDraw 1.2s ease-out .3s forwards}@keyframes heroUnderlineDraw{to{stroke-dashoffset:0}}.hero-subtitle{font-size:1.125rem;color:#6b7280;max-width:640px;margin:0 auto .5rem;line-height:1.6}.hero-rotator{margin-bottom:2.5rem}.hero-buttons{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;margin-bottom:4rem}.hero-btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 2rem;background-color:#594a9d;color:#fff;font-weight:600;border-radius:.75rem;transition:all .3s ease;box-shadow:0 10px 15px -3px rgba(89,74,157,.3)}.hero-btn-primary:hover{background-color:#3e4095;transform:translateY(-2px)}.hero-btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 2rem;background-color:transparent;color:#111827;font-weight:500;border:2px solid #e5e7eb;border-radius:.75rem;transition:all .3s ease}.hero-btn-secondary:hover{border-color:rgba(89,74,157,.5);background-color:#f9fafb}.hero-trusted{text-align:center;margin-bottom:3rem;overflow:hidden}.hero-trusted-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#9ca3af;margin-bottom:1.5rem}.hero-carousel{position:relative;overflow:hidden;max-width:800px;margin:0 auto}.hero-carousel-fade{position:absolute;top:0;bottom:0;width:80px;z-index:2;pointer-events:none}.hero-carousel-fade-left{left:0;background:linear-gradient(to right,#fff 0,transparent 100%)}.hero-carousel-fade-right{right:0;background:linear-gradient(to left,#fff 0,transparent 100%)}.hero-carousel-track{display:flex;align-items:center;gap:3rem;animation:heroCarouselScroll 25s linear infinite;width:max-content}.hero-carousel-track:hover{animation-play-state:paused}.hero-carousel-track img{height:32px;width:auto;object-fit:contain;filter:grayscale(100%);opacity:.6;transition:all .3s ease;flex-shrink:0}.hero-carousel-track img:hover{filter:grayscale(0%);opacity:1}@keyframes heroCarouselScroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.hero-explore{text-align:center}.hero-explore-btn{display:inline-flex;flex-direction:column;align-items:center;gap:.5rem;color:#9ca3af;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;transition:color .3s ease}.hero-explore-btn:hover{color:#111827}.hero-explore-btn svg{animation:heroExploreBounce 2s ease-in-out infinite}@keyframes heroExploreBounce{0%,100%{transform:translateY(0)}50%{transform:translateY(6px)}}@media (min-width:640px){.hero-title{font-size:2rem}.hero-buttons{flex-direction:row}}@media (min-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.125rem}}@media (min-width:900px){.hero-title{font-size:3rem}.hero-subtitle{font-size:1.25rem}}@media (min-width:1024px){.hero-title{font-size:3.5rem}}@media (min-width:1150px){.hero-title{font-size:4rem}}@media (min-width:1280px){.hero-title{font-size:4.5rem}}@media (max-width:640px){.hero-section{min-height:calc(100vh - 70px);padding:1.5rem 0}.hero-content{padding:0 1rem;width:100%;max-width:100%}.hero-title{font-size:1.5rem;line-height:1.3;margin-bottom:1rem}.hero-subtitle{font-size:.9rem;margin-bottom:.25rem}.hero-rotator{margin-bottom:1.5rem}.word-rotator{font-size:.9rem;height:auto;min-height:1.5em}.hero-buttons{margin-bottom:2.5rem;gap:.75rem;flex-direction:column}.hero-btn-primary,.hero-btn-secondary{width:100%;max-width:280px;padding:.875rem 1.5rem;font-size:.9rem}.hero-trusted{margin-bottom:2rem}.hero-trusted-label{font-size:.65rem;margin-bottom:1rem}.hero-carousel{max-width:100%;margin-left:-1rem;margin-right:-1rem;width:calc(100% + 2rem)}.hero-carousel-fade{width:30px}.hero-carousel-track img{height:38px}.hero-carousel-track{gap:2rem}.hero-blob-1{width:150px;height:150px;top:20px;left:10px}.hero-blob-2{width:180px;height:180px;bottom:20px;right:10px}.hero-underline-svg{height:6px;bottom:-1px}.hero-grid-bg{background-size:40px 40px}.hero-explore{margin-top:1rem}.hero-explore-btn{font-size:.65rem}.hero-explore-btn svg{width:1rem;height:1rem}}.project-card{display:block;height:100%}.project-card-inner{background-color:#fff;border-radius:1.5rem;overflow:hidden;height:100%;display:flex;flex-direction:column;border:1px solid rgba(229,231,235,.5);transition:all .5s ease}.project-card-inner:hover{border-color:rgba(89,74,157,.3);box-shadow:0 25px 50px -12px rgba(89,74,157,.1)}.project-card-image{position:relative;height:14rem;overflow:hidden}.project-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.project-card-inner:hover .project-card-image img{transform:scale(1.05)}.project-card-image-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.8),rgba(0,0,0,.2) 50%,transparent)}.project-card-external-icon{position:absolute;top:1rem;right:1rem;width:2.25rem;height:2.25rem;background-color:rgba(255,255,255,.1);backdrop-filter:blur(12px);border-radius:.75rem;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.2)}.project-card-external-icon svg{width:1rem;height:1rem;color:#fff}.project-card-image-content{position:absolute;bottom:1rem;left:1rem;right:1rem}.project-card-title{font-size:1.5rem;font-weight:700;color:#fff;line-height:1.2;margin-bottom:.5rem}.project-card-subtitle{font-size:.875rem;color:rgba(255,255,255,.7)}.project-card-body{padding:1.5rem;flex:1;display:flex;flex-direction:column}.project-card-description{font-size:.875rem;color:#6b7280;margin-bottom:1rem;flex:1;line-height:1.6}.project-card-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.project-card-tag{padding:.5rem 1rem;background-color:#f3f4f6;color:#374151;border-radius:9999px;font-size:.75rem;font-weight:500}.project-card-footer{padding-top:1.25rem;border-top:1px solid rgba(229,231,235,.5);display:flex;align-items:center;justify-content:space-between}.project-card-link-text{font-size:.875rem;font-weight:600;color:#111827;transition:color .3s ease}.project-card-inner:hover .project-card-link-text{color:#594a9d}.project-card-link-icon{width:2.5rem;height:2.5rem;border-radius:.75rem;background-color:#f3f4f6;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.project-card-link-icon svg{width:1rem;height:1rem;color:#6b7280;transition:color .3s ease}.project-card-inner:hover .project-card-link-icon{background-color:#594a9d}.project-card-inner:hover .project-card-link-icon svg{color:#fff}@media (max-width:380px){.hero-title{font-size:1.35rem}.hero-subtitle{font-size:.85rem}.word-rotator{font-size:.85rem}.hero-btn-primary,.hero-btn-secondary{max-width:100%;padding:.75rem 1.25rem;font-size:.85rem}.hero-carousel-track img{height:30px}.hero-carousel-track{gap:1.5rem}}