@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&family=Inter:wght@300;400;500;600&display=swap";@import "https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";body{font-family:var(--text-font);letter-spacing:.3px;color:var(--text-color);line-height:1.7}.home{min-height:100vh}.hero{align-items:center;width:100%;min-height:78vh;display:flex;position:relative;overflow:hidden}.hero-bg-img{object-fit:cover;object-position:center 40%;z-index:0;width:100%;height:100%;position:absolute;inset:0}.hero-overlay{z-index:1;background:linear-gradient(90deg,#3c0078eb 0%,#3c0078bf 35%,#28005a66 60%,#0000000d 100%);position:absolute;inset:0}.hero-left{color:#fff;max-width:520px}.hero-title{letter-spacing:-1px;color:#fff;margin-bottom:22px;font-size:clamp(32px,3.8vw,48px);font-weight:700;line-height:1.05}.hero-title-green{color:#22c55e;display:inline}.hero-description{color:#ffffffe0;max-width:420px;margin-bottom:36px;font-size:16px;line-height:1.75}.hero-buttons{flex-wrap:wrap;gap:16px;display:flex}.hero-btn-primary{cursor:pointer;color:#fff;letter-spacing:.2px;background:linear-gradient(135deg,#5c09b5 0%,#22c55e 100%);border:none;border-radius:50px;padding:14px 30px;font-size:15px;font-weight:700;transition:all .35s cubic-bezier(.34,1.56,.64,1);box-shadow:0 6px 24px #5c09b573}.hero-btn-primary:hover{transform:translateY(-3px)scale(1.03);box-shadow:0 12px 30px #22c55e73}.hero-btn-primary:active{transform:translateY(-1px)}.hero-btn-secondary{cursor:pointer;color:#fff;letter-spacing:.2px;background:0 0;border:2px solid #ffffffa6;border-radius:50px;align-items:center;gap:8px;padding:13px 26px;font-size:15px;font-weight:600;transition:all .3s;display:inline-flex}.hero-btn-secondary:hover{background:#ffffff26;border-color:#fff;transform:translateY(-2px)}.hero-btn-icon{font-size:17px}.hero-scroll-arrow{color:#5c09b5;z-index:10;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:14px;animation:2s infinite bounce;display:flex;position:absolute;bottom:88px;left:50%;transform:translate(-50%);box-shadow:0 4px 16px #00000026}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)translate(-50%)}40%{transform:translateY(-8px)translate(-50%)}60%{transform:translateY(-4px)translate(-50%)}}.hero-blobs{pointer-events:none;z-index:3;position:absolute;inset:0;overflow:hidden}.blob-green-top,.blob-purple-main,.blob-purple-top{filter:blur(60px);opacity:.8;mix-blend-mode:screen;border-radius:50%;animation:10s cubic-bezier(.4,0,.2,1) infinite alternate blobFloat;position:absolute}@keyframes blobFloat{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-20px)scale(1.04)}}.blob-purple-main{filter:blur(90px);background:radial-gradient(circle,#6b4fd3a6 0%,#5c09b533 60%,#0000 100%);width:50vw;max-width:700px;height:50vw;max-height:700px;animation-duration:14s;top:-10%;right:-5%}.blob-purple-top{background:radial-gradient(circle,#a270ff80 0%,#6b4fd326 60%,#0000 100%);width:35vw;max-width:450px;height:35vw;max-height:450px;animation-duration:17s;animation-direction:alternate-reverse;bottom:10%;right:15%}.hero-content{z-index:2;width:100%;max-width:1200px;margin:0 auto;padding:80px 5% 120px;position:relative}.hero-bottom-wave{z-index:5;width:100%;height:140px;position:absolute;bottom:-38px;left:0;overflow:hidden}.wave-track{width:200%;height:100%;animation:15s linear infinite waveFlow}.wave-track svg{width:100%;height:100%}.wave-track path{fill:#fff}@keyframes waveFlow{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (width<=900px){.hero-content{padding:60px 5% 110px}.hero-left{text-align:center;max-width:100%}.hero-buttons{justify-content:center}.hero-description{max-width:100%;margin-left:auto;margin-right:auto}}.hero-stats-section{background:#fff;justify-content:center;padding:0 5% 50px;display:flex}.hero-stats-bar{z-index:20;background:#fff;border-radius:16px;justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin-top:-19px;padding:28px 40px;display:flex;position:relative;box-shadow:0 10px 30px #0000000f}.stat-item{flex:1;justify-content:center;align-items:center;gap:14px;display:flex}.stat-icon{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:18px;display:flex;box-shadow:0 4px 12px #0000001f}.purple-bg{background:linear-gradient(135deg,#8b5cf6,#6d28d9)}.green-bg{background:linear-gradient(135deg,#6ee7b7,#22c55e)}.stat-info h4{color:#1e2a50;margin:0;font-size:25px;font-weight:700;line-height:1}.stat-info p{color:#6b7280;margin-top:4px;font-size:14px;font-weight:500;line-height:1.3}.stat-divider{background:#e5e7eb;width:1px;height:55px}@media (width<=768px){.hero-stats-bar{border-radius:12px;grid-template-columns:1fr 1fr;gap:0;padding:20px;display:grid}.stat-item{flex:unset;justify-content:flex-start;gap:12px;padding:16px 12px}.stat-item:first-child{border-bottom:1px solid #e5e7eb;border-right:1px solid #e5e7eb}.stat-item:nth-child(3){border-right:1px solid #e5e7eb}.stat-item:nth-child(5){border-top:1px solid #e5e7eb;border-right:1px solid #e5e7eb}.stat-item:nth-child(2){border-bottom:1px solid #e5e7eb}.stat-divider{display:none}.stat-info h4{font-size:20px}.stat-info p{font-size:12px}.stat-icon{width:38px;height:38px;font-size:15px}}.services{background:#f7f4fd;width:100%;padding:80px 5%}.services-title-wrapper{text-align:center;margin-bottom:55px}.services-title{color:#24195d;font-size:42px;font-weight:800}.services-title-green{color:#57b85a}.services-title-line{background:linear-gradient(90deg,#6d28d9,#57b85a);border-radius:20px;width:70px;height:4px;margin:12px auto 0}.cards{grid-template-columns:repeat(5,1fr);gap:22px;max-width:1250px;margin:auto;display:grid}.cards>div{height:100%}.card{height:100%;color:inherit;text-align:center;z-index:1;background:#fff;border:1px solid #f4f0fa;border-radius:18px;flex-direction:column;align-items:center;min-height:310px;padding:40px 25px;text-decoration:none;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #00000005}.card:before{content:"";opacity:0;z-index:-1;pointer-events:none;background:radial-gradient(circle,#5c09b514 0%,#0000 70%);width:200px;height:200px;transition:opacity .5s,transform .6s;position:absolute;top:-100px;right:-100px;transform:scale(.5)}.card:hover{background:linear-gradient(#fff 0%,#fdfcfc 100%);border-color:#57b85a33;transform:translateY(-8px);box-shadow:0 22px 45px #57b85a1f,0 4px 10px #00000005}.card:hover:before{opacity:1;transform:scale(1.5)}.card-icon{background:#fbf9ff;border-radius:50%;justify-content:center;align-items:center;width:85px;height:85px;margin-bottom:25px;font-size:38px;transition:transform .3s,background-color .25s,color .25s,box-shadow .25s;animation:2s ease-in-out infinite floatIcon;display:flex}.card:hover .card-icon{background:#57b85a;transform:translateY(-5px)scale(1.08);box-shadow:0 12px 24px #57b85a40;color:#fff!important}.card:hover .card-btn{color:#57b85a}.card:after{content:"";background:#fff6;width:60px;height:200%;transition:all .8s;position:absolute;top:-50%;left:-120%;transform:rotate(25deg)}.card:hover:after{left:140%}.card:first-child .card-icon,.card:nth-child(3) .card-icon,.card:nth-child(5) .card-icon{color:#6d28d9}.card:nth-child(2) .card-icon,.card:nth-child(4) .card-icon{color:#57b85a;background:#f4fbf4}.card:nth-child(2):hover .card-icon,.card:nth-child(4):hover .card-icon{background:#57b85a}.card h4{color:#1f2937;margin-bottom:14px;font-size:20px;font-weight:800;line-height:1.3;transition:all .35s}.card:hover h4{color:#57b85a}.card p{color:#6b7280;flex-grow:1;font-size:15px;line-height:1.8}.card-btn{color:#6d28d9;align-items:center;gap:6px;margin-top:20px;font-size:15px;font-weight:700;transition:all .35s;display:flex}.card-btn:after{content:"→";transition:all .3s}.card:hover .card-btn:after{color:#57b85a;transform:translate(6px)}@keyframes floatIcon{0%{transform:translateY(-8px)scale(1.08)}50%{transform:translateY(-14px)scale(1.08)}to{transform:translateY(-8px)scale(1.08)}}.btn-secondary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;cursor:pointer;letter-spacing:.3px;background:#ffffff1a;border:2px solid #ffffff80;border-radius:14px;padding:17px 28px;font-size:16px;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1)}.btn-secondary:hover{background:#ffffff38;border-color:#fffc;transform:translateY(-4px);box-shadow:0 14px 36px #ffffff26}.btn-secondary:active{background:#ffffff4d;transform:translateY(-1px);box-shadow:0 4px 14px #ffffff1a}.why-us{background:linear-gradient(#fff 0%,#fdfaf5 60%,#faf7f0 100%);padding:100px 5%;position:relative;overflow:hidden}.why-us:before{content:"";pointer-events:none;background:radial-gradient(circle,#5c09b50a,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-150px;right:-100px}.why-us:after{content:"";display:none}.why-us-content-wrapper{z-index:2;max-width:1400px;margin:0 auto;position:relative}.why-us-header{text-align:center;margin-bottom:60px}.why-us-title{color:#0f172a;letter-spacing:-1px;margin-bottom:20px;font-size:48px;font-weight:900}.why-us-subtitle{color:#475569;max-width:800px;margin:0 auto;font-size:20px;line-height:1.8}.why-us-grid{grid-template-columns:repeat(4,1fr);gap:30px;display:grid}.why-us-card{text-align:center;z-index:1;background:#fff;border:1px solid #00000005;border-radius:20px;flex-direction:column;align-items:center;padding:40px 30px;transition:all .4s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 40px #0000000a}.why-us-card:before{content:"";transform-origin:50%;background:linear-gradient(90deg,#10b981,#5c09b5);width:100%;height:4px;transition:transform .4s;position:absolute;top:0;left:0;transform:scaleX(0)}.why-us-card:hover{transform:translateY(-12px);box-shadow:0 20px 50px #00000014}.why-us-card:hover:before{transform:scaleX(1)}.why-us-icon-wrapper{color:#eab308;background:#eab3081f;border-radius:24px;justify-content:center;align-items:center;width:85px;height:85px;margin-bottom:25px;transition:all .4s cubic-bezier(.34,1.56,.64,1);display:flex}.why-us-card:hover .why-us-icon-wrapper{color:#fff;background:#5c09b5;border-radius:50%;transform:scale(1.1)rotate(-8deg);box-shadow:0 10px 25px #5c09b54d}.why-us-icon{font-size:40px}.why-us-content{z-index:1;position:relative}.why-us-card h4{color:#0f172a;margin-bottom:15px;font-size:22px;font-weight:800;transition:color .3s}.why-us-card:hover h4{color:#5c09b5}.why-us-card p{color:#64748b;margin-bottom:0;font-size:16px;line-height:1.75}@media (width<=1200px){.why-us-grid{grid-template-columns:repeat(2,1fr);gap:30px}}@media (width<=768px){.why-us-grid{grid-template-columns:1fr}.why-us-title{font-size:38px}.why-us-subtitle{font-size:18px}.why-us-card{padding:35px 25px}}@media (width<=1100px){.hero-main{gap:90px;padding-top:40px}div.hero-left h1.hero-title{font-size:48px}.hero-description{font-size:17px;line-height:1.8}.hero-brand-name{font-size:34px}.blob-green{width:520px;height:520px}.blob-purple{width:580px;height:580px}.blob-blue{width:420px;height:420px}.blob-green-small{width:340px;height:340px}.cards{grid-template-columns:repeat(2,1fr)}}@media (width<=900px){.hero{height:auto;min-height:100vh}.hero-overlay{padding:120px 7% 80px}.hero-main{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:50px}.hero-left{flex-direction:column;align-items:center;max-width:100%;display:flex}div.hero-left h1.hero-title{max-width:700px;font-size:clamp(38px,8vw,52px);line-height:1.08;transform:none}.hero-description{max-width:620px;font-size:16px;line-height:1.9}.hero-buttons{justify-content:center;width:100%}.hero-btn-primary{width:100%;max-width:320px;padding:15px 24px;font-size:15px}.hero-right{justify-content:center;align-items:center;margin-top:10px;display:flex}.hero-brand-logo{width:120px;height:120px}.hero-brand-name{font-size:30px}.hero-brand-sub{letter-spacing:1.8px;font-size:11px}.blob{filter:blur(90px);opacity:.72}.blob-green{width:340px;height:340px;bottom:-120px;left:-140px}.blob-purple{width:360px;height:360px;top:-100px;right:-140px}.blob-blue{width:260px;height:260px;top:42%;left:8%}.blob-green-small{width:240px;height:240px;bottom:10%;right:-60px}.services{padding:70px 22px}.services h3{font-size:34px}.cards{grid-template-columns:1fr;gap:18px}.card{padding:28px}.about-section{min-height:auto;padding:120px 0}.about-overlay{background:linear-gradient(#0a081a 0%,#0000 20%),linear-gradient(#3f6849f2 0%,#477853e0 55%,#548760a6 100%)}.about-content{text-align:center;flex-direction:column;align-items:center;padding-left:7%;padding-right:7%;display:flex}.about-title{font-size:48px}.about-subtitle{font-size:22px}.about-content p{font-size:16px;line-height:1.85}.about-buttons{justify-content:center}}@media (width<=576px){.hero-overlay{padding:110px 22px 70px}.hero-main{flex-direction:column-reverse;justify-content:center;align-items:center;gap:100px;padding:0}div.hero-left h1.hero-title{letter-spacing:-1.2px;font-size:clamp(32px,10vw,42px);line-height:1.05}.hero-description{margin-top:14px;font-size:15px;line-height:1.85}.hero-btn-primary{border-radius:14px;max-width:50%}.hero-brand-logo{width:100px;height:100px}.hero-brand-name{font-size:24px}.hero-brand-sub{letter-spacing:1.5px;font-size:10px}.blob{filter:blur(75px);opacity:.58}.blob-green{width:250px;height:250px}.blob-purple{width:280px;height:280px}.blob-blue{width:180px;height:180px}.blob-green-small{width:170px;height:170px}.services h3{font-size:28px}.cards{grid-template-columns:1fr}.card{border-radius:22px;padding:24px}.about-content{padding-left:6%;padding-right:6%}.about-title{letter-spacing:-1px;font-size:36px}.about-subtitle{margin-bottom:20px;font-size:18px}.about-content p{margin-bottom:30px;font-size:15px;line-height:1.75}.about-buttons{gap:12px;width:100%}.about-buttons .btn-primary,.about-buttons .btn-secondary{flex:1;min-width:calc(50% - 6px);padding:12px 10px;font-size:14px}}.models-dark-section{background:#fdfcfd;align-items:center;min-height:800px;padding:120px 5%;display:flex;position:relative;overflow:hidden}.models-dark-bg{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.models-dark-bg img{object-fit:cover;width:100%;height:100%}.models-dark-overlay{background:linear-gradient(135deg,#eee8ffe0 0%,#e6f8ebeb 100%);width:100%;height:100%;position:absolute;top:0;left:0}.models-dark-container{z-index:2;width:100%;max-width:1300px;margin:0 auto;position:relative}.models-dark-header{text-align:center;margin-bottom:70px}.models-dark-eyebrow{color:#6b4fd3;letter-spacing:2px;text-transform:uppercase;margin-bottom:15px;font-size:.95rem;font-weight:900;display:inline-block}.models-dark-title{color:#24195d;margin-bottom:20px;font-size:3.5rem;font-weight:800}.models-dark-title span{color:#63b96f}.models-dark-description{color:#5c6470;max-width:700px;margin:0 auto;font-size:1.15rem;line-height:1.8}.models-dark-grid{grid-template-columns:repeat(4,1fr);gap:30px;display:grid}.model-glass-card{-webkit-backdrop-filter:blur(25px);text-align:center;cursor:pointer;background:#fff9;border:1px solid #fffc;border-radius:24px;padding:50px 30px;transition:all .5s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;box-shadow:0 10px 40px #0000000a}.model-glass-card:after{content:"";pointer-events:none;background:#fffc;width:60px;height:200%;transition:all .8s;position:absolute;top:-50%;left:-120%;transform:rotate(30deg)}.model-glass-card:hover:after{left:140%}.model-glass-card:hover{background:#ffffffd9;border-color:#63b96f66;transform:translateY(-15px);box-shadow:0 20px 40px #00000014,0 0 30px #63b96f26}.model-glass-glow{filter:blur(60px);opacity:.15;background:#6b4fd3;border-radius:50%;width:120px;height:120px;transition:all .5s;position:absolute;top:-40px;right:-40px}.model-glass-card:hover .model-glass-glow{opacity:.25;background:#63b96f;transform:scale(1.5)}.model-glass-icon{color:#6b4fd3;z-index:2;margin-bottom:25px;font-size:3.5rem;transition:all .4s;position:relative}.model-glass-card:hover .model-glass-icon{color:#63b96f;transform:scale(1.15)translateY(-5px)}.model-glass-title{color:#24195d;z-index:2;margin-bottom:15px;font-size:1.4rem;font-weight:700;transition:color .4s;position:relative}.model-glass-card:hover .model-glass-title{color:#63b96f}.model-glass-text{color:#5c6470;z-index:2;opacity:.9;font-size:1rem;line-height:1.7;transition:opacity .4s;position:relative}.model-glass-card:hover .model-glass-text{opacity:1}@media (width<=1200px){.models-dark-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.models-dark-grid{grid-template-columns:1fr}.models-dark-title{font-size:2.5rem}.models-dark-section{padding:80px 5%}}@media (width<=1024px){.models-layout{grid-template-columns:1fr;gap:50px}.models-img{min-height:400px}.models-title{font-size:40px}}.clientes-premium{text-align:center;background:linear-gradient(135deg,#eee8ff8c 0%,#e6f8eb99 100%),#f9f8ff;padding:100px 0 90px;position:relative;overflow:hidden}.clientes-premium-blob{filter:blur(80px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.clientes-blob-1{background:#6b4fd31f;width:500px;height:500px;top:-150px;left:-100px}.clientes-blob-2{background:#63b96f1f;width:400px;height:400px;bottom:-120px;right:-80px}.clientes-premium-header{z-index:2;max-width:800px;margin:0 auto 60px;padding:0 5%;position:relative}.clientes-eyebrow{color:#6b4fd3;letter-spacing:2.5px;text-transform:uppercase;background:#6b4fd314;border-radius:50px;margin-bottom:14px;padding:6px 16px;font-size:1.2rem;font-weight:900;display:inline-block}.clientes-premium-title{color:#24195d;margin:0;font-size:2rem;font-weight:800;line-height:1.25}.clientes-premium-span{color:#63b96f}.marquee-wrapper{z-index:2;width:100%;padding:20px 0;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}.marquee-track{width:max-content;animation:35s linear infinite marqueeLeft;display:flex}.marquee-reverse .marquee-track{animation:40s linear infinite marqueeRight}@keyframes marqueeLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes marqueeRight{0%{transform:translate(-50%)}to{transform:translate(0)}}.marquee-logo-card{-webkit-backdrop-filter:blur(12px);background:#ffffffb3;border:1px solid #ffffffe6;border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;width:200px;height:110px;margin:0 12px;padding:18px 24px;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 20px #6b4fd30f}.marquee-logo-card:hover{border-color:#63b96f59;transform:translateY(-6px)scale(1.04);box-shadow:0 12px 30px #6b4fd31f}.marquee-logo-card img{object-fit:contain;filter:grayscale(20%);opacity:.85;width:auto;max-width:140px;height:auto;max-height:60px;transition:all .4s}.marquee-logo-card:hover img{filter:grayscale(0%);opacity:1}.testimonios-impact{background:linear-gradient(160deg,#e6f8eb99 0%,#eee8ffb3 100%),#fafafe;flex-direction:column;align-items:center;gap:5rem;padding:100px 5%;display:flex;position:relative}.testi-bg-blob{filter:blur(100px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.testi-blob-purple{background:#6b4fd31f;width:600px;height:600px;top:-200px;right:-150px}.testi-blob-green{background:#63b96f1a;width:500px;height:500px;bottom:-150px;left:-100px}.testimonios-impact-container{z-index:2;flex-direction:column;align-items:center;width:100%;max-width:1280px;margin:0 auto;display:flex;position:relative}.testimonios-impact-header{text-align:center;width:100%;margin-bottom:60px}.testimonios-impact-title{color:#24195d;margin:12px 0 14px;font-size:2.4rem;font-weight:800;line-height:1.2}.testimonios-impact-title span{color:#63b96f}.testimonios-impact-sub{color:#5c6470;font-size:1.1rem;line-height:1.7}.testi-slider-wrapper{z-index:2;width:100%;max-width:1200px;position:relative}.testi-slider-inner{align-items:center;gap:24px;width:100%;display:flex}.testi-arrow{cursor:pointer;background:#6b4fd312;border:1.5px solid #6b4fd326;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;padding:10px;transition:all .35s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 0 #6b4fd300}.testi-arrow svg{transition:all .35s cubic-bezier(.16,1,.3,1)}.testi-arrow:hover{background:#6b4fd31f;border-color:#6b4fd359;transform:translateY(-3px);box-shadow:0 6px 24px #6b4fd340,0 0 0 6px #6b4fd314}.testi-arrow:hover svg{filter:drop-shadow(0 2px 8px #6b4fd380);transform:scale(1.1)}.testi-arrow:active{transform:scale(.95);box-shadow:0 2px 10px #6b4fd333}.testi-slider-viewport{border-radius:20px;flex:1 1 0;min-width:0;margin:-35px -15px;padding:35px 15px;overflow:hidden}.testi-slider-track{flex-wrap:nowrap;width:100%;transition:transform .6s cubic-bezier(.25,1,.5,1);display:flex}.testi-slide-pair{box-sizing:border-box;flex:0 0 100%;grid-template-columns:1fr 1fr;gap:30px;min-width:100%;max-width:100%;padding:0 20px;display:grid}.testi-modest-card{background:linear-gradient(160deg,#fff,#fdfcff);border:1px solid #6b4fd314;border-radius:16px;width:100%;padding:24px 28px;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;box-shadow:0 8px 30px #6b4fd30d}.testi-modest-card:hover{z-index:10;border-color:#6b4fd366;transform:translateY(-12px)scale(1.04);box-shadow:0 25px 50px #6b4fd340,0 0 30px #63b96f26}.testi-modest-quote{opacity:.8;margin-bottom:8px;font-size:1.5rem;display:inline-block;transform:rotate(-10deg)}.testi-modest-text{color:#334155;-webkit-line-clamp:4;-webkit-box-orient:vertical;margin-bottom:16px;font-size:.9rem;font-style:italic;font-weight:500;line-height:1.6;display:-webkit-box;overflow:hidden}.testi-read-more{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6331ae,#68af4f);border:none;border-radius:999px;align-items:center;gap:8px;margin-top:16px;padding:10px 18px;font-size:14px;font-weight:700;transition:all .3s;display:inline-flex;box-shadow:0 8px 20px #6331ae40}.testi-read-more:hover{transform:translateY(-3px)scale(1.05);box-shadow:0 15px 30px #6331ae59,0 10px 20px #68af4f33}.testi-read-more:active{transform:scale(.97)}.testi-modest-footer{justify-content:flex-end;align-items:center;height:36px;display:flex}.testi-modest-footer img{object-fit:contain;opacity:.65;filter:grayscale(15%);max-width:110px;height:100%;max-height:28px;transition:all .3s}.testi-modest-card:hover .testi-modest-footer img{transform:scale(1.08)}.testi-slider-dots{justify-content:center;align-items:center;gap:8px;margin-top:0;display:flex}.testi-dot{cursor:pointer;background:#cbd5e1;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .3s}.testi-dot.active{background:#63b96f;border-radius:4px;width:24px}.testi-modal-overlay{-webkit-backdrop-filter:blur(14px);z-index:9999;background:#f5f7ffbf;justify-content:center;align-items:center;padding:60px;display:flex;position:fixed;inset:0}.testi-modal{background:linear-gradient(#fff 0%,#f7f8ff 100%);border:1px solid #63b96f26;border-radius:30px;width:100%;max-width:780px;padding:70px 70px 55px;animation:.35s cubic-bezier(.16,1,.3,1) modalPop;position:relative;overflow:hidden;box-shadow:0 35px 90px #24195d1f,0 10px 30px #63b96f14}.testi-modal:before{content:"";filter:blur(40px);pointer-events:none;background:radial-gradient(circle,#63b96f1f,#0000 70%);width:500px;height:500px;position:absolute;top:-200px;right:-200px}.testi-modal-close{color:#24195d;cursor:pointer;background:#fff;border:1px solid #6b4fd326;border-radius:50%;width:44px;height:44px;font-size:18px;transition:all .3s;position:absolute;top:20px;right:20px;box-shadow:0 8px 20px #0000000d}.testi-modal-close:hover{background:#f5f6ff;transform:scale(1.1)}.testi-modal-header{align-items:center;gap:22px;margin-bottom:30px;display:flex}.testi-modal-logo-wrapper{background:#fff;border:1px solid #6b4fd314;border-radius:22px;justify-content:center;align-items:center;width:92px;height:92px;display:flex;box-shadow:0 12px 30px #6b4fd314}.testi-modal-logo-wrapper img{object-fit:contain;width:75%;height:75%}.testi-modal-title h3{color:#24195d;margin:0;font-size:1.6rem;font-weight:800}.testi-modal-title span{color:#63b96f;font-size:.95rem;font-weight:600}.testi-modal-body{color:#4b5563;margin-top:15px;font-size:1.2rem;line-height:2}.testi-modal-accent{opacity:.8;border-radius:999px;height:10px;margin-top:35px}@keyframes modalPop{0%{opacity:0;transform:scale(.92)translateY(25px)}to{opacity:1;transform:scale(1)translateY(0)}}@media (width<=600px){.testi-modal{border-radius:24px;padding:35px 28px}.testi-modal-logo-wrapper{width:70px;height:70px}.testi-modal-body{font-size:1rem;line-height:1.8}}.testi-bottom-controls{justify-content:center;align-items:center;gap:16px;margin-top:28px;display:flex}.testi-arrow--desktop{display:flex}.testi-arrow--mob{display:none}@media (width<=768px){.testi-arrow--desktop{display:none!important}.testi-arrow--mob{cursor:pointer;width:44px;height:44px;box-shadow:none;background:#6b4fd314;border:1.5px solid #6b4fd333;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:10px;transition:all .3s;display:flex}.testi-arrow--mob:hover{background:#6b4fd326;border-color:#6b4fd366;box-shadow:0 4px 14px #6b4fd333}.testi-slider-inner{flex-direction:row;gap:0}.testi-slide-pair{box-sizing:border-box;flex:0 0 90vw;grid-template-columns:1fr;gap:0;width:90vw;min-width:90vw;max-width:90vw;padding:0 8px}.testi-modest-card{box-sizing:border-box;border-radius:14px;width:100%;max-width:100%;padding:22px 20px 18px}.testi-slider-viewport{box-sizing:border-box;border-radius:12px;width:90vw;max-width:90vw;margin:-12px 0;padding:12px 0;overflow:hidden}.testi-bottom-controls{gap:14px;margin-top:20px}.clientes-premium{padding:60px 0 50px}.clientes-premium-header{margin-bottom:40px}.marquee-logo-card{border-radius:14px;width:140px;height:80px;margin:0 8px;padding:12px 16px}.marquee-logo-card img{max-width:100px;max-height:40px}}@media (width<=1024px){.testimonios-impact-grid{grid-template-columns:repeat(2,1fr)}.testi-featured{transform:none}}@media (width<=640px){.testimonios-impact-grid{grid-template-columns:1fr}.testimonios-impact-title{font-size:2.2rem}.clientes-premium-title{font-size:1.7rem}.clientes-eyebrow{font-size:.7rem}.testimonios-impact{gap:3rem;padding:60px 5%}}.slider{width:100%;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 15% 85%,#0000);mask-image:linear-gradient(90deg,#0000,#000 15% 85%,#0000)}.slide-track{width:4480px;animation:40s linear infinite scroll;display:flex}.slider-reverse .slide-track{animation:45s linear infinite scroll-reverse}.slide{justify-content:center;align-items:center;width:280px;height:120px;padding:20px;display:flex}.slide img{object-fit:contain;object-position:center;filter:drop-shadow(0 4px 6px #0000000d);opacity:.9;width:auto;max-width:160px;height:auto;max-height:70px;margin:0 auto;transition:all .4s;display:block}.slide img[alt=Cliente\ 16],.slide img[alt=Cliente\ 14],.slide img[alt=Cliente\ 1],.slide img[alt=Cliente\ 15]{max-width:220px;max-height:110px}.slide img[alt=Cliente\ 8]{position:relative;top:-15px}.slide img[alt=Cliente\ 9]{max-height:25px}.slide img[alt=Cliente\ 12]{max-height:45px}.slide img:hover{filter:drop-shadow(0 10px 15px #0000001a);opacity:1;transform:scale(1.1)}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-2240px)}}@keyframes scroll-reverse{0%{transform:translate(-2240px)}to{transform:translate(0)}}.testimonios-section{background:linear-gradient(135deg,#e6f8eb8c 0%,#eee8ff99 100%),#f8f9fe;padding:110px 5%;position:relative;overflow:hidden}.testimonios-container{max-width:1250px;margin:0 auto}.testimonios-header{text-align:center;margin-bottom:70px}.testimonios-eyebrow{color:#63b96f;letter-spacing:2.5px;text-transform:uppercase;background:#63b96f1a;border-radius:50px;margin-bottom:14px;padding:6px 16px;font-size:.85rem;font-weight:900;display:inline-block}.testimonios-title{color:#24195d;margin-bottom:16px;font-size:3rem;font-weight:800}.testimonios-title span{color:#63b96f}.testimonios-description{color:#5c6470;font-size:1.1rem;line-height:1.7}.testimonios-grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.testimonio-card{-webkit-backdrop-filter:blur(20px);background:#ffffffa6;border:1px solid #ffffffe6;border-radius:24px;padding:44px 36px;transition:all .5s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;box-shadow:0 8px 30px #6b4fd30f}.testimonio-card:hover{background:#ffffffe6;border-color:#63b96f4d;transform:translateY(-12px);box-shadow:0 20px 50px #6b4fd31a,0 0 25px #63b96f1a}.testimonio-glow{filter:blur(70px);opacity:.08;pointer-events:none;background:#6b4fd3;border-radius:50%;width:150px;height:150px;transition:all .5s;position:absolute;top:-60px;right:-60px}.testimonio-card:hover .testimonio-glow{opacity:.16;background:#63b96f;transform:scale(1.4)}.testimonio-stars{color:#f59e0b;gap:4px;margin-bottom:20px;font-size:1rem;display:flex}.testimonio-texto{color:#4b5563;flex-grow:1;margin-bottom:30px;font-size:1.05rem;font-style:italic;line-height:1.8}.testimonio-autor{border-top:1px solid #6b4fd314;align-items:center;gap:14px;padding-top:22px;display:flex}.testimonio-avatar{color:#fff;background:linear-gradient(135deg,#6b4fd3,#63b96f);border-radius:50%;justify-content:center;align-items:center;width:48px;min-width:48px;height:48px;font-size:1.2rem;font-weight:800;display:flex;box-shadow:0 4px 12px #6b4fd340}.testimonio-info{flex-direction:column;display:flex}.testimonio-info strong{color:#24195d;font-size:1rem;font-weight:700}.testimonio-info span{color:#8896a8;margin-top:2px;font-size:.88rem}@media (width<=1024px){.testimonios-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.testimonios-grid{grid-template-columns:1fr}.testimonios-title{font-size:2.2rem}}.about-summary{background-color:#5c09b5;background-position:100%;background-repeat:no-repeat;background-size:cover;align-items:center;width:100%;min-height:480px;display:flex;position:relative}.about-overlay{z-index:1;background:linear-gradient(90deg,#3730a3 0%,#5c09b5 40%,#5c09b5b3 60%,#5c09b500 90%);width:100%;height:100%;position:absolute;top:0;left:0}.about-summary-container{z-index:2;width:100%;max-width:1200px;margin:0 auto;padding:80px 5%;position:relative}.about-summary-content{max-width:550px}.about-summary-content h2{color:#fff;margin-bottom:20px;font-size:3.5rem;font-weight:800;line-height:1.1}.about-summary-content p{color:#fffffff2;margin-bottom:40px;font-size:1.1rem;line-height:1.6}.about-buttons{flex-wrap:wrap;gap:15px;display:flex}.about-btn{cursor:pointer;border-radius:6px;padding:14px 28px;font-size:1rem;font-weight:700;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative}.about-btn.primary{color:#5c09b5;background-color:#fff;border:2px solid #fff;box-shadow:0 8px 20px #0003}.about-btn.primary:hover{background-color:#f8fafc;transform:translateY(-5px)scale(1.05);box-shadow:0 15px 30px #fff6}.primaryConocenos{color:#5c09b5;background:#fff;border:2px solid #fff;border-radius:10px;padding:16px 34px;font-size:16px;font-weight:700;transition:all .35s}.primaryConocenos:hover{color:#fff;background:#5c09b5;border-color:#fff;transform:translateY(-4px);box-shadow:0 12px 30px #5c09b559}.about-btn.secondary{color:#fff;background:0 0;border:2px solid #fff;border-radius:10px;padding:16px 34px;font-size:16px;font-weight:700;transition:all .35s}.about-btn.secondary:hover{color:#5c09b5;background:#fff;border-color:#fff;transform:translateY(-4px);box-shadow:0 12px 30px #ffffff40}@media (width<=900px){.about-overlay{background:linear-gradient(90deg,#3730a3 0%,#5c09b5 70%,#5c09b599 100%)}}header .header-desktop .header-right .contact-button a{width:fit-content;color:var(--red);background:linear-gradient(90deg,#0000 50%,#fff 50%) 100%/200%;border:2px solid #fff;justify-content:center;align-items:center;padding:2% 10%;font-weight:700;display:flex;transform:skew(-15deg)}header .header-desktop .header-right .contact-button a:hover{color:#fff;background-position:0%;border:2px solid #fff}.banner-section .banner-container .banner-content a{background:linear-gradient(to right, white 50%, var(--red) 50%);color:#fff;background-position:100%;background-size:200%;justify-content:center;align-items:center;width:fit-content;padding:2% 10%;font-weight:700;display:flex;transform:skew(-15deg)}.banner-section .banner-container .banner-content a:hover{color:var(--red);background-position:0%}@media (width<=768px){.cta-strip-container{text-align:center;border-radius:24px;flex-direction:column;gap:25px;padding:35px 20px}.cta-strip-left{flex-direction:column;gap:15px}.cta-strip-text h2{font-size:26px}}.consultoria-showcase{background:#fff;padding:6rem 2rem}.consultoria-showcase__wrapper{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;max-width:1200px;margin:0 auto;display:grid}.consultoria-showcase__visual{justify-content:center;align-items:center;display:flex;position:relative}.consultoria-showcase__image{object-fit:cover;z-index:2;border-radius:32px;width:100%;max-width:520px;position:relative;box-shadow:0 20px 40px #00000014}.consultoria-showcase__shape{z-index:1;border-radius:30px;position:absolute}.consultoria-showcase__shape--purple{background:#e9ddff;width:180px;height:180px;bottom:30px;left:-25px}.consultoria-showcase__shape--green{background:#dff4e6;width:160px;height:160px;top:40px;right:-20px}.consultoria-showcase__eyebrow{letter-spacing:1px;color:#6b4fd3;text-transform:uppercase;margin-bottom:1rem;font-size:.85rem;font-weight:900;display:block}.consultoria-showcase__title{color:#24195d;margin-bottom:1.5rem;font-size:3rem;font-weight:700;line-height:1.15}.consultoria-showcase__title span{color:#63b96f}.consultoria-showcase__description{color:#5c6470;margin-bottom:2rem;font-size:1rem;line-height:1.8}.consultoria-showcase__benefits{margin:0 0 2rem;padding:0;list-style:none}.consultoria-showcase__benefits li{color:#2f3540;align-items:center;gap:.75rem;margin-bottom:1rem;font-weight:500;display:flex}.consultoria-showcase__benefits li:before{content:"✔";color:#fff;background:#7acb86;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:.75rem;display:flex}.consultoria-showcase__button{cursor:pointer;color:#fff;background:linear-gradient(135deg,#7b42d9,#9f57ff);border:none;border-radius:999px;padding:.9rem 2rem;font-size:.95rem;font-weight:600;transition:all .3s}.consultoria-showcase__button:hover{transform:translateY(-2px)}@media (width<=900px){.consultoria-showcase__wrapper{grid-template-columns:1fr;gap:2.5rem}.consultoria-showcase{padding:4rem 1.5rem}.consultoria-showcase__content{text-align:left}.consultoria-showcase__benefits{flex-direction:column;align-items:flex-start;display:flex}.consultoria-showcase__benefits li{justify-content:flex-start;width:100%}.consultoria-showcase__button{padding:1rem 2.5rem;font-size:1rem}.consultoria-showcase__title{font-size:2rem}}.why-us-minimal{background:#fdfcfd;padding:5rem 5%}.why-us-minimal-wrapper{max-width:1250px;margin:0 auto}.why-us-minimal-header{text-align:center;margin-bottom:4rem}.why-us-minimal-grid{grid-template-columns:repeat(4,1fr);gap:20px;padding-top:40px;display:grid;position:relative}.why-us-timeline-track{z-index:0;background:linear-gradient(90deg,#6b4fd31a 0%,#63b96f1a 50%,#6b4fd31a 100%);border-radius:3px;height:3px;position:absolute;top:80px;left:12%;right:12%}.why-us-minimal-item{z-index:2;flex-direction:column;align-items:center;transition:all .4s;display:flex;position:relative}.why-us-minimal-node-wrapper{justify-content:center;align-items:center;margin-bottom:40px;display:flex;position:relative}.why-us-step-number{color:#f0ebfa;letter-spacing:2px;z-index:1;font-size:1.2rem;font-weight:900;transition:all .4s cubic-bezier(.16,1,.3,1);position:absolute;top:-45px;left:50%;transform:translate(-50%)}.why-us-minimal-item:hover .why-us-step-number{color:#6b4fd3;transform:translate(-50%)translateY(-8px)}.why-us-node-aura{z-index:-1;opacity:0;background:#6b4fd314;border-radius:50%;width:100px;height:100px;transition:all .6s cubic-bezier(.16,1,.3,1);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.why-us-minimal-item:hover .why-us-node-aura{opacity:1;transform:translate(-50%,-50%)scale(1.4)}.why-us-minimal-node{z-index:2;background:#fff;border:4px solid #fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:80px;min-width:80px;height:80px;min-height:80px;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;box-shadow:0 10px 30px #0000000f}.why-us-minimal-icon{color:#6b4fd3;font-size:32px;transition:all .4s}.why-us-minimal-item:nth-child(2) .why-us-node-aura,.why-us-minimal-item:nth-child(4) .why-us-node-aura{background:#63b96f14}.why-us-minimal-item:nth-child(2) .why-us-minimal-icon,.why-us-minimal-item:nth-child(4) .why-us-minimal-icon{color:#63b96f}.why-us-minimal-item:nth-child(2) .why-us-step-number,.why-us-minimal-item:nth-child(4) .why-us-step-number{color:#eaf6ec}.why-us-minimal-item:nth-child(2):hover .why-us-step-number,.why-us-minimal-item:nth-child(4):hover .why-us-step-number{color:#63b96f}.why-us-minimal-item:hover .why-us-minimal-node{border-color:#f9f6ff;transform:translateY(-5px);box-shadow:0 15px 40px #6b4fd340}.why-us-minimal-item:nth-child(2):hover .why-us-minimal-node,.why-us-minimal-item:nth-child(4):hover .why-us-minimal-node{border-color:#f4fbf5;box-shadow:0 15px 40px #63b96f40}.why-us-minimal-item:hover .why-us-minimal-icon{transform:scale(1.15)}.why-us-content-block{text-align:center;padding:0 15px;transition:all .4s}.why-us-minimal-item:hover .why-us-content-block{transform:translateY(-5px)}.why-us-minimal-title{color:#372786;margin-bottom:18px;font-size:1.3rem;font-weight:800;display:inline-block;position:relative}.why-us-minimal-title:after{content:"";background:#6b4fd3;border-radius:3px;width:25px;height:3px;transition:width .4s cubic-bezier(.16,1,.3,1);position:absolute;bottom:-8px;left:50%;transform:translate(-50%)}.why-us-minimal-item:nth-child(2) .why-us-minimal-title:after,.why-us-minimal-item:nth-child(4) .why-us-minimal-title:after{background:#63b96f}.why-us-minimal-item:hover .why-us-minimal-title:after{width:100%}.why-us-minimal-text{color:#5c6470;max-width:280px;margin:0 auto;font-size:1rem;line-height:1.7}@media (width<=1024px){.why-us-minimal-grid{grid-template-columns:repeat(2,1fr);gap:70px 40px}.why-us-timeline-track{display:none}}@media (width<=600px){.why-us-minimal-grid{grid-template-columns:1fr;gap:80px 20px}}.cm-overlay{z-index:999999;-webkit-backdrop-filter:blur(14px);background:#0a0a148c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.cm-container{background:#f8fafc;border-radius:24px;flex-direction:row;width:100%;max-width:1000px;min-height:580px;display:flex;position:relative;overflow:hidden;box-shadow:0 40px 100px #00000038,inset 0 0 0 1px #ffffff0f}.cm-close{color:#ffffffe6;cursor:pointer;z-index:100;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff26;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;transition:all .2s,left .52s cubic-bezier(.76,0,.24,1),right .52s cubic-bezier(.76,0,.24,1);display:flex;position:absolute;top:20px;right:20px}.cm-mobile-switch{display:none}.cm-close:hover{color:#fff;background:#ffffff40}.cm-mode-candidate .cm-close{left:auto;right:20px}.cm-mode-company .cm-close{left:20px;right:auto}.cm-form-panel{box-sizing:border-box;background:#fff;flex-direction:column;flex:0 0 50%;padding:56px 48px;display:flex;position:relative}.cm-form-panel--right{background:#f8fafc;border-left:1px solid #e2e8f0}.cm-form-inner{flex-direction:column;height:100%;display:flex}.cm-form-header{margin-bottom:28px}.cm-eyebrow{text-transform:uppercase;letter-spacing:2px;color:#6366f1;margin-bottom:8px;font-size:11px;font-weight:700;display:block}.cm-eyebrow--green{color:#10b981}.cm-form-header h3{font-family:var(--title-font,"Inter", sans-serif);color:#0f172a;margin:0;font-size:22px;font-weight:700}.cm-form{flex-direction:column;flex:1;gap:16px;display:flex}.cm-row{gap:16px;display:flex}.cm-field{flex-direction:column;flex:1;gap:6px;display:flex}.cm-field>span{color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:600}.cm-field input,.cm-field select,.cm-field textarea{color:#1e293b;box-sizing:border-box;background:#f1f5f9;border:1.5px solid #0000;border-radius:10px;width:100%;padding:12px 14px;font-family:inherit;font-size:14px;transition:all .2s}.cm-field input:focus,.cm-field select:focus,.cm-field textarea:focus{background:#fff;border-color:#c7d2fe;outline:none;box-shadow:0 0 0 3px #6366f114}.cm-form-panel--right .cm-field input:focus,.cm-form-panel--right .cm-field select:focus,.cm-form-panel--right .cm-field textarea:focus{border-color:#6ee7b7;box-shadow:0 0 0 3px #10b98114}.cm-field input::placeholder,.cm-field textarea::placeholder{color:#94a3b8}.cm-field textarea{resize:none}.cm-field-upload{justify-content:flex-end}.cm-field-captcha{margin-top:18px}.cm-turnstile-widget{min-height:80px}.cm-error{color:#be123c;margin-top:10px;font-size:13px}.cm-upload-btn{color:#64748b;cursor:pointer;background:#f1f5f9;border:1.5px dashed #cbd5e1;border-radius:10px;align-items:center;gap:8px;padding:12px 14px;font-size:14px;transition:all .2s;display:flex}.cm-upload-btn:hover{background:#e2e8f0;border-color:#94a3b8}.cm-upload-btn input{display:none}.cm-actions{justify-content:space-between;align-items:center;gap:16px;margin-top:auto;padding-top:20px;display:flex}.cm-hint{color:#94a3b8;margin:0;font-size:11px}.cm-submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1 0%,#4f46e5 100%);border:none;border-radius:10px;padding:12px 24px;font-family:inherit;font-size:14px;font-weight:600;transition:all .25s;box-shadow:0 6px 18px #4f46e533}.cm-submit:hover{transform:translateY(-2px);box-shadow:0 10px 22px #4f46e54d}.cm-submit--green{background:linear-gradient(135deg,#10b981 0%,#0d6b3d 100%);box-shadow:0 6px 18px #10b98133}.cm-submit--green:hover{box-shadow:0 10px 22px #10b9814d}.cm-success{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:24px 0;display:flex}.cm-success-icon{color:#fff;background:linear-gradient(135deg,#6366f1,#4f46e5);border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:20px;font-size:22px;display:flex;box-shadow:0 8px 20px #4f46e540}.cm-success-icon--green{background:linear-gradient(135deg,#10b981,#0d6b3d);box-shadow:0 8px 20px #10b98140}.cm-success h3{color:#0f172a;margin:0 0 12px;font-size:22px;font-weight:700}.cm-success p{color:#64748b;margin:0 0 24px}.cm-brand-panel{z-index:10;box-sizing:border-box;will-change:transform;justify-content:center;align-items:center;width:50%;height:100%;padding:56px 48px;transition:transform .52s cubic-bezier(.76,0,.24,1);display:flex;position:absolute;top:0;overflow:hidden}.cm-brand-panel:before{content:"";pointer-events:none;background:#ffffff0f;border-radius:50%;width:280px;height:280px;position:absolute;bottom:-80px;right:-80px}.cm-brand-panel:after{content:"";pointer-events:none;background:#ffffff0a;border-radius:50%;width:180px;height:180px;position:absolute;top:-40px;left:-40px}.cm-panel-purple{background:linear-gradient(145deg,#5c09b5 0%,#1e1450 100%);left:0}.cm-panel-green{background:linear-gradient(145deg,#0d6b3d 0%,#064e3b 100%);left:50%}.cm-mode-welcome .cm-panel-purple,.cm-mode-welcome .cm-panel-green{transform:translate(0)}.cm-mode-candidate .cm-panel-purple,.cm-mode-candidate .cm-panel-green{transform:translate(100%)}.cm-mode-company .cm-panel-purple,.cm-mode-company .cm-panel-green{transform:translate(-100%)}.cm-brand-content{text-align:center;z-index:1;flex-direction:column;align-items:center;width:100%;max-width:320px;display:flex;position:relative}.cm-brand-badge{-webkit-backdrop-filter:blur(10px);background:#ffffff29;border:1px solid #ffffff3d;border-radius:24px;justify-content:center;align-items:center;width:84px;height:84px;margin-bottom:22px;display:flex;box-shadow:0 18px 40px #00000029}.cm-brand-logo{z-index:1;filter:drop-shadow(0 6px 16px #0003);border-radius:12px;width:48px;margin:0;position:relative}.cm-brand-icon{color:#ffffff4d;z-index:1;margin-bottom:16px;font-size:28px;position:relative}.cm-brand-panel h2{font-family:var(--title-font,"Inter", sans-serif);color:#fff;letter-spacing:-.5px;z-index:1;margin:0 0 12px;font-size:30px;font-weight:800;line-height:1.15;position:relative}.cm-brand-panel>.cm-brand-content>p{color:#ffffffbf;z-index:1;max-width:280px;margin:0;font-size:15px;line-height:1.65;position:relative}.cm-brand-divider{z-index:1;background:#fff3;border-radius:2px;width:48px;height:2px;margin:24px 0 28px;position:relative}.cm-brand-btn{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);z-index:1;text-align:center;background:#ffffff2e;border:1px solid #ffffff52;border-radius:12px;justify-content:center;align-items:center;gap:10px;width:auto;min-width:180px;padding:12px 18px;font-family:inherit;font-size:14px;font-weight:700;transition:all .25s;display:inline-flex;position:relative}.cm-brand-btn:hover{background:#ffffff47;border-color:#ffffff8c;transform:translateY(-1px)}.cm-brand-btn-icon{font-size:13px;transition:transform .2s}.cm-brand-btn:hover .cm-brand-btn-icon{transform:translate(3px)}.cm-brand-btn--back{background:#ffffff14;padding:10px 16px;font-size:13px}.cm-brand-btn--back:hover{background:#ffffff2e;transform:none}.cm-brand-btn--back .cm-brand-btn-icon{transform:none}.cm-brand-btn--back:hover .cm-brand-btn-icon{transform:translate(-3px)}@media (width<=900px){.cm-container{flex-direction:column;width:min(92vw,540px);max-width:540px;min-height:auto;max-height:92vh;padding:0;overflow:hidden}.cm-form-panel{box-sizing:border-box;background:#fff;flex:none;width:100%;padding:20px 18px;display:none}.cm-mode-welcome .cm-form-panel--left,.cm-mode-candidate .cm-form-panel--left,.cm-mode-company .cm-form-panel--right{display:block}.cm-brand-panel{display:none!important}.cm-panel-purple{background:linear-gradient(145deg,#5c09b5f2,#1e1450f2)}.cm-panel-green{background:linear-gradient(145deg,#10b981f2,#064e3bf2)}.cm-brand-content{text-align:left;background:#ffffff14;border-radius:24px;flex-direction:column;align-items:flex-start;gap:16px;width:100%;max-width:100%;padding:22px;display:flex;box-shadow:inset 0 0 0 1px #ffffff1f}.cm-brand-badge{width:92px;height:92px;margin-bottom:16px}.cm-brand-logo{width:52px}.cm-brand-icon{color:#fffffff2;margin-bottom:14px;font-size:38px}.cm-brand-panel h2{color:#fff;font-size:24px;line-height:1.1}.cm-brand-panel>.cm-brand-content>p{color:#ffffffeb;font-size:15px}.cm-brand-btn{width:100%;min-width:auto}.cm-brand-badge{margin-bottom:18px}.cm-brand-panel h2{font-size:20px}.cm-brand-panel>.cm-brand-content>p{max-width:100%}.cm-mode-welcome .cm-panel-purple{display:flex}.cm-mode-welcome .cm-panel-green{display:none}.cm-mode-candidate .cm-panel-purple{display:flex}.cm-mode-candidate .cm-panel-green,.cm-mode-company .cm-panel-purple{display:none}.cm-mode-company .cm-panel-green{display:flex}.cm-row{flex-direction:column}.cm-actions{flex-direction:column;align-items:stretch;gap:12px}.cm-submit,.cm-submit--green{width:100%}.cm-turnstile-widget{justify-content:center;align-items:center;width:100%;min-height:80px;display:flex}.cm-container>.cm-form-panel,.cm-container>.cm-brand-panel{overflow:visible}.cm-container .cm-form-inner{max-height:calc(92vh - 160px);padding-right:6px;overflow-y:auto}.cm-mobile-switch{box-sizing:border-box;justify-content:center;gap:8px;width:100%;padding:12px 16px 6px;display:flex}.cm-switch-btn{color:#374151;cursor:pointer;background:#fffffff5;border:1px solid #0f172a0f;border-radius:10px;flex:1;padding:10px 12px;font-weight:700;transition:all .2s}.cm-switch-btn:hover{background:#fff}.cm-switch-btn.active{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#4f46e5 100%);border-color:#0000}.cm-switch-btn.candidate.active{background:linear-gradient(135deg,#6366f1 0%,#4f46e5 100%)}.cm-switch-btn.company.active{background:linear-gradient(135deg,#10b981 0%,#0d6b3d 100%)}.cm-switch-btn.candidate:not(.active){color:#4f46e5}.cm-switch-btn.company:not(.active){color:#047857}.cm-close{z-index:1200;color:#4c1d95;background:#ffffffe6;border:1px solid #4c1d9514;width:40px;height:40px;top:10px;right:10px}}@media (width<=576px){.cm-container{width:min(96vw,560px);max-width:96vw;margin:0 auto;padding:0}.cm-form-inner{max-height:calc(92vh - 160px);overflow-y:auto}}.top-bar{color:#fff;letter-spacing:.3px;z-index:1001;background:linear-gradient(105deg,#4c1d95 0%,#1e3a8a 50%,#312e81 100%);justify-content:space-between;align-items:center;padding:7px 5%;font-size:13px;font-weight:500;display:flex;position:relative}.top-bar-left{opacity:.92;align-items:center;gap:8px;display:flex}.top-bar-right{align-items:center;gap:14px;display:flex}.top-bar-right a{color:#fff;opacity:.85;align-items:center;transition:transform .25s cubic-bezier(.34,1.56,.64,1),opacity .2s;display:flex}.top-bar-right a:hover{opacity:1;transform:translateY(-2px)scale(1.15)}.header{-webkit-backdrop-filter:blur(20px);z-index:1000;background:#ffffffd1;border-bottom:1px solid #4c1d950d;justify-content:space-between;align-items:center;gap:24px;width:100%;height:90px;padding:0 5%;transition:box-shadow .4s,background .4s;display:flex;position:fixed;top:0;box-shadow:0 1px #4c1d950f}.header--scrolled{background:#fffffff2;box-shadow:0 4px 30px #4c1d9514,0 1px 3px #0000000a}.header-mob{display:none}.header-left{cursor:pointer;color:inherit;align-items:center;gap:14px;text-decoration:none;transition:transform .3s cubic-bezier(.34,1.56,.64,1);display:flex}.header-left:hover{transform:translateY(-1px)}.header-logo{object-fit:contain;border-radius:10px;width:48px;height:48px;transition:transform .3s}.header-left:hover .header-logo{transform:scale(1.05)}.header-brand{flex-direction:column;justify-content:center;display:flex}.header-brand h1{color:#1a2b5c;letter-spacing:-.3px;margin:0;font-size:19px;font-weight:800;line-height:1.15}.header-brand p{color:#43484f;letter-spacing:.8px;text-transform:uppercase;margin:0;font-size:12px;font-weight:500}.header-nav{justify-content:center;align-items:center;gap:6px;width:100%;min-width:0;display:flex;overflow:visible}.nav-link{font-family:var(--title-font);color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:12px;align-items:center;gap:6px;padding:10px 20px;font-size:15px;font-weight:600;text-decoration:none;transition:color .3s,background-color .3s;display:inline-flex;position:relative;overflow:hidden}.nav-link__text{z-index:1;position:relative}.nav-link__underline{transform-origin:50%;background:linear-gradient(90deg,#7c3aed,#2563eb);border-radius:2px;height:2.5px;transition:transform .35s cubic-bezier(.34,1.56,.64,1);position:absolute;bottom:6px;left:20px;right:20px;transform:scaleX(0)}.nav-link:hover{color:#1e293b;background-color:#6366f10f}.nav-link:hover .nav-link__underline{transform:scaleX(1)}.nav-link--active{color:#4c1d95;background-color:#6366f114}.nav-link--active .nav-link__underline{background:linear-gradient(90deg,#7c3aed,#6366f1);transform:scaleX(1)}.nav-link__chevron{margin-top:1px;font-size:10px;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.nav-link__chevron--open{transform:rotate(180deg)}.nav-dropdown{position:relative}.dropdown-menu{pointer-events:none;opacity:0;visibility:hidden;min-width:240px;transition:opacity .25s,transform .25s,visibility .25s;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%)}.dropdown-menu--open{pointer-events:auto;opacity:1;visibility:visible}.dropdown-menu__inner{-webkit-backdrop-filter:blur(20px);background:linear-gradient(160deg,#431772 0%,#4c1d95 100%);border:1px solid #6b4fd359;border-radius:16px;padding:8px;overflow:hidden;box-shadow:0 20px 60px #4c1d9566,0 8px 20px #0003,inset 0 0 0 1px #ffffff0f}.dropdown-menu__inner:before{content:"";background:#1e1450;border-top:1px solid #6b4fd359;border-left:1px solid #6b4fd359;border-radius:2px;width:12px;height:12px;position:absolute;top:-6px;left:50%;transform:translate(-50%)rotate(45deg)}.dropdown-item{color:#ffffffd1;font-size:14px;font-weight:500;font-family:var(--title-font);border-radius:10px;align-items:center;gap:12px;padding:12px 16px;text-decoration:none;transition:all .2s;display:flex}.dropdown-menu--open .dropdown-item{opacity:1;color:#fff;transition:all .3s cubic-bezier(.34,1.56,.64,1);transform:translateY(0)}.dropdown-item:hover{color:#fff;background:#6b4fd32e}.dropdown-item:hover .dropdown-item__icon{color:#63b96f;background:#63b96f40;transform:scale(1.1);box-shadow:0 4px 12px #63b96f4d}.dropdown-item__text{flex:1}.header-right{justify-self:end}.header-right a{text-decoration:none}.button-whatsapp{color:#fff;font-size:14px;font-weight:600;font-family:var(--title-font);cursor:pointer;letter-spacing:.3px;background:linear-gradient(135deg,#10b981 0%,#5c09b5 100%);border:none;border-radius:50px;padding:11px 24px;transition:all .4s cubic-bezier(.34,1.56,.64,1);box-shadow:0 4px 18px #10b9814d}.button-whatsapp:hover{background:linear-gradient(135deg,#22c55e 0%,#7c3aed 100%);transform:translateY(-3px)scale(1.04);box-shadow:0 10px 30px #10b98173}.button-whatsapp:active{transform:translateY(0)scale(.98)}.hero-badges{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:20px;display:flex}.hero-badges span{color:#ffffffd1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff1a;border-radius:999px;padding:8px 14px;font-size:12px}@media (width<=992px){.header{column-gap:30px;height:80px;padding:0 4%}.nav-link{padding:8px 14px;font-size:14px}.button-whatsapp{padding:9px 18px;font-size:13px}.header-brand h1{font-size:17px}.header-brand p{font-size:10px}}@media (width<=768px){.top-bar{text-align:center;flex-direction:column;gap:4px;padding:6px 4%;font-size:12px}.header{column-gap:20px;height:70px;padding:0 4%}.header-logo{width:38px;height:38px}.header-brand h1{font-size:16px}.header-brand p{font-size:9px}.header-nav{gap:2px}.nav-link{padding:6px 10px;font-size:13px}.button-whatsapp{padding:7px 14px;font-size:12px}}@media (width<=576px){.top-bar,.header{display:none}.header-mob{box-sizing:border-box;-webkit-backdrop-filter:blur(20px);z-index:200000;background:#ffffffeb;flex-direction:column-reverse;justify-content:center;align-items:center;width:100%;max-width:100%;display:flex;position:sticky;top:0;overflow:visible;box-shadow:0 2px 20px #0000000d}.header-mob-container{box-sizing:border-box;justify-content:space-between;align-items:center;width:100%;padding:12px 20px;display:flex}.header-left,.header-brand{min-width:0}.header-brand h1,.header-brand p{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.header-mob .header-left{gap:12px}.header-mob .header-logo{width:38px;height:38px}.header-mob .header-left{align-items:center;gap:10px;width:100%;min-width:0;display:flex}.header-mob .header-brand{flex-direction:column;flex:1;justify-content:center;min-width:0;display:flex}.header-mob .header-brand h1,.header-mob .header-brand p{white-space:normal;text-overflow:ellipsis;overflow:hidden}.header-mob .header-brand h1{font-size:16px}.header-mob .header-brand p{font-size:9px}.mob-hamburger{color:#4c1d95;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:8px;font-size:24px;display:flex}.mob-menu-overlay{-webkit-backdrop-filter:blur(20px);z-index:199999;background:#fffffff5;flex-direction:column;padding:24px;transition:transform .4s cubic-bezier(.25,1,.5,1);display:flex;position:fixed;inset:70px 0 0;overflow-y:auto;transform:translateY(-120%)}.mob-menu-overlay--open{transform:translateY(0)}.mob-menu-nav{flex-direction:column;gap:20px;margin-top:10px;display:flex}.mob-menu-link{font-family:var(--title-font);color:#1e293b;border-bottom:1px solid #4c1d9514;padding:8px 0;font-size:20px;font-weight:800;text-decoration:none}.mob-menu-link.mob-active{color:#6366f1}.mob-menu-dropdown{flex-direction:column;display:flex}.mob-menu-dropdown-header{cursor:pointer;border-bottom:1px solid #4c1d9514;justify-content:space-between;align-items:center;display:flex}.mob-menu-dropdown-header .mob-menu-link{border-bottom:none}.mob-chevron{color:#fff;transition:transform .3s}.mob-chevron--open{transform:rotate(180deg)}.mob-menu-dropdown-content{opacity:0;flex-direction:column;gap:12px;max-height:0;padding-left:16px;transition:max-height .4s,opacity .3s,margin-top .3s;display:flex;overflow:hidden}.mob-menu-dropdown-content--open{opacity:1;max-height:500px;margin-top:16px;margin-bottom:8px}.mob-menu-subitem{color:#475569;align-items:center;gap:12px;font-size:15px;font-weight:600;text-decoration:none;display:flex}.mob-menu-subitem__icon{color:#6366f1;background:#6b4fd31a;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;display:flex}.mob-menu-cta-container{justify-content:center;margin-top:20px;display:flex}.mob-menu-cta{width:100%;padding:16px;font-size:16px}.header-nav-mob{scrollbar-width:none;box-sizing:border-box;background:linear-gradient(105deg,#4c1d95 0%,#1e3a8a 50%,#312e81 100%);flex-wrap:wrap;flex:auto;order:1;justify-content:space-between;align-items:center;gap:6px;width:100%;padding:8px 12px;display:flex;overflow:visible}.header-nav-mob>a.mob-active,.mob-dropdown-link.mob-active{color:#fff;background:#ffffff2e}.header-nav-mob>a,.mob-dropdown-link{font-family:var(--title-font);color:#ffffffd9;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;background:0 0;border:none;border-radius:8px;flex:0 auto;align-items:center;gap:4px;min-width:0;max-width:100%;padding:5px 8px;font-size:13px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;overflow:hidden}.header-right-mob{flex:none;align-items:center;gap:8px;display:flex}.header-right-mob .mob-hambutton{border-radius:40px;padding:8px 14px;font-size:14px}.nav-dropdown-mob{z-index:9999;position:relative}.mob-dropdown-header{background:#ffffff0d;border-radius:8px;align-items:center;gap:0;display:flex}.mob-dropdown-chevron-btn{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;margin-left:0;padding:6px;transition:all .15s;display:flex}@media (width<=420px){.header-nav-mob>a,.mob-dropdown-link{padding:4px 6px;font-size:12px}.mob-dropdown-chevron-btn{padding:4px 5px}}.mob-dropdown-menu{z-index:99999;-webkit-backdrop-filter:blur(20px);background:linear-gradient(160deg,#431772 0%,#4c1d95 100%);border:1px solid #6b4fd359;border-radius:16px;width:auto;min-width:180px;max-width:300px;padding:8px;animation:.2s mobDropIn;position:fixed;top:auto;left:auto;right:12px;transform:none;box-shadow:0 20px 60px #4c1d9566,0 8px 20px #0003,inset 0 0 0 1px #ffffff0f}.nav-dropdown-mob:first-of-type .mob-dropdown-menu{left:12px;right:auto}.mob-dropdown-item{color:#fff;font-size:14px;font-weight:600;font-family:var(--title-font);border-radius:8px;justify-content:flex-start;align-items:center;gap:8px;padding:8px 10px;text-decoration:none;transition:all .2s;display:flex}.mob-dropdown-item:hover,.mob-dropdown-item:active{color:#fff;background:#6b4fd32e}.mob-dropdown-item:hover .mob-dropdown-item__icon,.mob-dropdown-item:active .mob-dropdown-item__icon{color:#63b96f;background:#63b96f40;transform:scale(1.1);box-shadow:0 4px 12px #63b96f4d}.mob-dropdown-item__icon{color:#a78bfa;background:#6b4fd340;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:13px;transition:all .2s;display:flex}}.footer{color:#fff;background:linear-gradient(135deg,#13033f 0%,#4a3bac 50%,#25459c 100%);width:100%}.footer h1,.footer h2,.footer h3,.footer p,.footer span,.footer small,.footer a{color:#fff}.footer-container{justify-content:space-between;align-items:flex-start;gap:60px;max-width:1400px;margin:auto;padding:80px 5% 50px;display:flex}.footer-brand h1{letter-spacing:-.5px;margin-bottom:-5px;font-size:35px;font-weight:800;line-height:1}.footer-brand-text p{letter-spacing:1px;margin-top:3px;font-size:18px;color:#fffc!important}.footer-brand p.footer-description{max-width:450px;margin-top:10px;font-size:17px;line-height:1.8;color:#ffffffd9!important}.footer-brand-left{align-items:center;gap:15px;margin-bottom:20px;display:flex}.footer-brand-logo{object-fit:contain;width:90px;height:90px;display:block}.footer-socials{gap:15px;margin-top:30px;display:flex}.footer-socials a{color:#fff;cursor:pointer;background-color:#ffffff1f;border:2px solid #0000;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;font-size:18px;transition:all .3s;display:flex}.footer-socials a:hover{color:#4c1d95;background-color:#fff;border:2px solid #4c1d95;transform:translateY(-4px);box-shadow:0 4px 12px #4c1d9566}.footer-right{align-items:flex-start;gap:70px;display:flex}.footer-links{flex-direction:column;display:flex}.footer-links h3,.footer-contact h3{color:#fff;letter-spacing:-.5px;margin-bottom:24px;font-size:22px;font-weight:700}.footer-links-grid{gap:80px;display:flex}.footer-links-column{flex-direction:column;display:flex}.footer-links a{color:#ffffffd9;margin-bottom:16px;font-size:18px;text-decoration:none;transition:all .3s}.footer-links a:hover{color:#fff;transform:translate(5px)}.footer-divider{background:#ffffff40;width:1px;height:190px}.footer-contact{min-width:320px}.footer-contact p{color:#ffffffe6;align-items:center;gap:14px;margin-bottom:18px;font-size:18px;display:flex}.footer-contact p svg{flex-shrink:0;font-size:18px}.footer-social{gap:18px;margin-top:25px;display:flex}.footer-social svg{cursor:pointer;color:#fff;font-size:30px;transition:all .3s}.footer-social svg:hover{transform:translateY(-4px)}.footer-cv-link{text-align:left;cursor:pointer;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1f;border:2px solid #0000;border-radius:12px;align-items:center;gap:14px;width:auto;margin-top:20px;padding:12px 18px;font-family:inherit;text-decoration:none;transition:all .35s;display:inline-flex}.footer-cv-link svg{color:#7cffb2;min-width:22px;font-size:22px;transition:all .35s}.footer-cv-link div{flex-direction:column;display:flex}.footer-cv-link span{margin-bottom:3px;font-size:16px;font-weight:600}.footer-cv-link small{color:#fffc;font-size:14px;transition:all .35s}.footer-cv-link:hover{color:#4c1d95;background:#f5f5f5;border-color:#4c1d95;transform:translateY(-4px);box-shadow:0 14px 30px #4c1d9540}.footer-cv-link:hover svg,.footer-cv-link:hover small,.footer-cv-link:hover span{color:#4c1d95}.footer-bottom{border-top:1px solid #ffffff26;justify-content:space-between;align-items:center;width:100%;padding:25px 5%;display:flex}.footer-bottom p{color:#ffffffd9;margin:0;font-size:15px}.footer-legal{gap:30px;display:flex}.footer-legal a{color:#fff;font-size:15px;text-decoration:none;transition:opacity .3s}.footer-legal a:hover{opacity:.8;text-decoration:underline}@media (width<=900px){.footer-container{text-align:center;flex-direction:column;grid-template-columns:1fr;align-items:center;gap:40px}.footer-divider{display:none}.footer-right{flex-direction:column;align-items:center;gap:40px}.footer-brand-left{justify-content:center}.footer-brand p{margin:0 auto}.footer-socials{justify-content:center}.footer-links,.footer-contact{align-items:center}.footer-contact p{justify-content:center}.footer-bottom{text-align:center;flex-direction:column;gap:15px}.footer-legal{flex-direction:column;gap:10px}.footer-cv-link{text-align:center;justify-content:center;max-width:360px;margin:20px auto 0}}@media (width<=576px){.footer-container{gap:30px;padding:50px 6% 40px}.footer-brand h2{font-size:26px}.footer-brand p{font-size:14px}.footer-links h3,.footer-contact h3{margin-bottom:16px;font-size:18px}}.modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background:#0006;justify-content:center;align-items:flex-start;width:100vw;height:100vh;padding:40px 20px;display:flex;position:fixed;top:0;left:0;overflow-y:auto}.modal-content{background:#fff;border-radius:20px;width:100%;max-width:550px;padding:40px;animation:.3s ease-out modalFadeIn;position:relative;box-shadow:0 15px 40px #4c1d9526}.modal-close{cursor:pointer;color:#9ca3af;background:0 0;border:none;font-size:24px;transition:all .3s;position:absolute;top:20px;right:20px}.modal-close:hover{color:#4c1d95;transform:rotate(90deg)}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(30px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.modal-content h2{color:#1e3a8a;text-align:center;margin-bottom:12px;padding-right:30px;font-size:26px}.modal-logo-container{justify-content:center;align-items:center;margin-bottom:20px;display:flex}.modal-logo{object-fit:contain;width:70px;height:70px}.modal-content p{color:#6b7280;margin-bottom:25px;font-size:14.5px;line-height:1.6}.apply-form{flex-direction:column;gap:20px;display:flex}.form-group{flex-direction:column;gap:8px;display:flex}.form-group label{color:#374151;font-size:14px;font-weight:600}.form-group input{border:1px solid #d1d5db;border-radius:8px;outline:none;padding:12px 15px;font-size:15px;transition:all .3s}.form-group input:focus{background:#fff;border-color:#4c1d95;box-shadow:0 0 0 4px #4c1d951a}.hidden-file-input{display:none}.file-upload-label{cursor:pointer;text-align:center;background-color:#f8fafc;border:2px dashed #cbd5e1;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:12px;margin-top:5px;padding:30px 20px;transition:all .3s;display:flex}.file-upload-label:hover{background-color:#4c1d9508;border-color:#4c1d95;transform:translateY(-2px)}.upload-icon{color:#4c1d95;font-size:32px}.upload-text{flex-direction:column;gap:4px;display:flex}.upload-title{color:#1e293b;font-size:15px;font-weight:600}.upload-subtitle{color:#64748b;font-size:13px}.submit-btn{color:#fff;letter-spacing:.5px;cursor:pointer;background:linear-gradient(90deg,#4c1d95 0%,#1e3a8a 100%);border:none;border-radius:10px;margin-top:15px;padding:16px;font-size:16px;font-weight:700;transition:all .3s;box-shadow:0 4px 15px #4c1d9533}.submit-btn:hover{background:linear-gradient(90deg,#5b21b6 0%,#1d4ed8 100%);transform:translateY(-3px);box-shadow:0 8px 25px #4c1d9559}@media (width<=768px){.modal-overlay{align-items:flex-start;padding:20px 12px}.modal-content{border-radius:16px;padding:28px 20px}.modal-content h2{padding-right:24px;font-size:22px}.modal-content p{font-size:13px}.modal-logo{width:55px;height:55px}.file-upload-label{padding:20px 14px}.upload-icon{font-size:26px}.submit-btn{padding:14px;font-size:15px}}@media (width<=400px){.modal-content{padding:20px 16px}.modal-content h2{font-size:20px}.form-group input{padding:10px 12px;font-size:14px}}.qs-page{color:#0f172a;background-color:#fcfcfd;font-family:Inter,sans-serif;overflow-x:hidden}h1,h2,h3,h4,h5,h6,.qs-outfit{font-family:Outfit,sans-serif}.qs-hero-warm{background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);justify-content:center;align-items:center;min-height:90vh;padding-top:100px;display:flex;position:relative;overflow:hidden}.qs-hero-warm-bg{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.qs-hero-warm-glow{filter:blur(150px);opacity:.4;background:#501ba81a;border-radius:50%;width:70vw;height:70vw;animation:12s ease-in-out infinite alternate qsPulseWarm;position:absolute;top:-20%;left:-20%}@keyframes qsPulseWarm{0%{transform:scale(1)}to{transform:scale(1.1)}}.qs-hero-warm-container{z-index:1;grid-template-columns:1.1fr .9fr;align-items:center;gap:5rem;width:100%;max-width:1300px;padding:0 5%;display:grid;position:relative}.qs-hero-warm-badge{color:#501ba8;text-transform:uppercase;letter-spacing:1px;background:#501ba80d;border:1px solid #501ba81a;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1.5rem;font-family:Outfit,sans-serif;font-size:.9rem;font-weight:700;display:inline-flex}.qs-hero-warm-icon{color:#2ecc71}.qs-hero-warm-title{color:#0f172a;letter-spacing:-.5px;margin-bottom:1rem;font-size:clamp(2rem,3vw,3.2rem);font-weight:800;line-height:1.15}.qs-hero-warm-desc{color:#475569;max-width:600px;margin-bottom:3rem;font-size:1.25rem;line-height:1.7}.qs-btn-warm{color:#fff;cursor:pointer;background:#501ba8;border:none;border-radius:50px;align-items:center;gap:1rem;padding:1.2rem 2.5rem;font-size:1.1rem;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 10px 25px #501ba833}.qs-btn-warm:hover{background:#381275;transform:translateY(-3px);box-shadow:0 15px 35px #501ba84d}.qs-hero-warm-image-wrapper{border-radius:30px;position:relative;box-shadow:0 30px 60px #00000014}.qs-hero-warm-img{object-fit:cover;z-index:2;border-radius:30px;width:100%;height:550px;position:relative}.qs-hero-warm-decoration-1{z-index:1;opacity:.8;background:linear-gradient(135deg,#501ba8,#9b51e0);border-radius:30px;width:100px;height:100px;position:absolute;top:-20px;right:-20px}.qs-hero-warm-decoration-2{z-index:3;opacity:.9;background:linear-gradient(135deg,#2ecc71,#27ae60);border-radius:50%;width:120px;height:120px;position:absolute;bottom:-20px;left:-20px}.qs-floating-badge{z-index:3;background:#fff;border-radius:20px;align-items:center;gap:1rem;padding:1.5rem;animation:6s ease-in-out infinite alternate qsFloat;display:flex;position:absolute;bottom:-20px;left:-30px;box-shadow:0 20px 40px #0000001a}.qs-floating-badge .icon{color:#fff;background:#2ecc71;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;display:flex}.qs-floating-badge h4{color:#0f172a;margin:0;font-size:1.5rem;font-weight:800}.qs-floating-badge p{color:#64748b;margin:0;font-weight:500}@keyframes qsFloat{0%{transform:translateY(0)}to{transform:translateY(-15px)}}.qs-profile-section{background:#fff;padding:8rem 5%;position:relative}.qs-profile-container{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;max-width:1200px;margin:0 auto;display:grid}.qs-profile-img-wrapper{position:relative}.qs-profile-img-bg{z-index:0;background:linear-gradient(135deg,#2ecc71,#501ba8);border-radius:30px;width:100%;height:100%;position:absolute;top:10%;left:-5%;transform:rotate(-3deg)}.qs-profile-img{z-index:1;border-radius:30px;width:100%;position:relative;box-shadow:0 20px 50px #00000026}.qs-profile-content{z-index:2;position:relative}.qs-profile-name{color:#0f172a;margin-bottom:.5rem;font-size:2.8rem;font-weight:800}.qs-profile-role{color:#501ba8;margin-bottom:2.5rem;font-size:1.5rem;font-weight:700}.qs-profile-text{color:#334155;margin-bottom:2rem;font-size:1.25rem;line-height:1.8}.qs-highlight{color:#501ba8;background:#501ba814;border-radius:4px;padding:.2rem .5rem;font-weight:700}.qs-highlight-green{color:#16a34a;background:#2ecc711a;border-radius:4px;padding:.2rem .5rem;font-weight:700}.qs-statement-section{text-align:center;background:#f8fafc;padding:8rem 5%;position:relative;overflow:hidden}.qs-statement-bg{z-index:0;background:radial-gradient(circle at 10% 20%,#501ba80d 0%,#0000 60%),radial-gradient(circle at 90% 80%,#2ecc710d 0%,#0000 60%);width:100%;height:100%;position:absolute;top:0;left:0}.qs-statement-container{z-index:1;background:#fff;border:1px solid #00000008;border-radius:30px;max-width:900px;margin:0 auto;padding:3rem;position:relative;box-shadow:0 20px 40px #0000000a}.qs-statement-icon{color:#2ecc71;opacity:.9;margin-bottom:1.5rem;font-size:3rem}.qs-statement-text{color:#1e293b;font-size:clamp(1.5rem,2.5vw,2.2rem);font-weight:700;line-height:1.5}.text-gradient-purple{background:linear-gradient(135deg,#501ba8 0%,#9b51e0 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.text-gradient-green{background:linear-gradient(135deg,#2ecc71 0%,#27ae60 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.qs-mv-spotlight-section{background:#f8fafc;padding:8rem 5%;position:relative}.qs-mv-spotlight-container{grid-template-columns:1fr 1fr;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.qs-mv-spotlight-card{background:#fff6;border:1px solid #0000000f;border-radius:40px;padding:5rem 4rem;transition:box-shadow .5s;position:relative;overflow:hidden;box-shadow:0 20px 40px #00000005}.qs-mv-spotlight-card:hover{box-shadow:0 30px 60px #00000014}.qs-mv-spotlight-card:before{content:"";border-radius:inherit;opacity:0;background:radial-gradient(600px circle at var(--mouse-x,50%) var(--mouse-y,50%), #501ba838, transparent 50%);z-index:0;transition:opacity .5s;position:absolute;inset:0}.qs-mv-spotlight-card:nth-child(2):before{background:radial-gradient(600px circle at var(--mouse-x,50%) var(--mouse-y,50%), #2ecc7138, transparent 50%)}.qs-mv-spotlight-card:hover:before{opacity:1}.qs-mv-spotlight-content{z-index:1;position:relative}.qs-mv-spotlight-icon-wrapper{background:#fff;border-radius:24px;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:2.5rem;display:flex;box-shadow:0 10px 30px #0000000a}.qs-mv-spotlight-icon-wrapper.purple{color:#501ba8}.qs-mv-spotlight-icon-wrapper.green{color:#27ae60}.qs-mv-spotlight-icon{font-size:2.5rem}.qs-mv-spotlight-title{color:#0f172a;letter-spacing:-1px;margin-bottom:1.5rem;font-size:2.8rem;font-weight:900}.qs-mv-spotlight-desc{color:#475569;font-size:1.2rem;line-height:1.8}.qs-cta-section{text-align:center;background:linear-gradient(135deg,#501ba8,#2e0f64);border-radius:40px;margin:0 5% 5rem;padding:6rem 5%;position:relative;overflow:hidden}.qs-cta-bg{z-index:0;background:repeating-linear-gradient(45deg,#0000,#0000 10px,#ffffff08 10px 20px);width:200%;height:200%;animation:60s linear infinite qsScrollBg;position:absolute;top:-50%;left:-50%}@keyframes qsScrollBg{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.qs-cta-content{z-index:1;max-width:800px;margin:0 auto;position:relative}.qs-cta-content h2{color:#fff;margin-bottom:1.5rem;font-size:3.5rem;font-weight:900}.qs-cta-content p{color:#cbd5e1;margin-bottom:3rem;font-size:1.3rem}.qs-cta-btn{color:#fff;cursor:pointer;background:#2ecc71;border:none;border-radius:50px;align-items:center;gap:1rem;padding:1.2rem 3rem;font-size:1.3rem;font-weight:800;transition:all .3s;display:inline-flex;box-shadow:0 15px 30px #2ecc7166}.qs-cta-btn:hover{background:#27ae60;transform:translateY(-5px);box-shadow:0 20px 40px #2ecc7199}@media (width<=1024px){.qs-hero-warm-container,.qs-profile-container{grid-template-columns:1fr}.qs-mv-spotlight-container{grid-template-columns:1fr;gap:2rem}.qs-hero-warm-content{text-align:center}.qs-hero-warm-cta{justify-content:center}.qs-profile-img-wrapper{order:-1;max-width:500px;margin:0 auto}.qs-profile-content{text-align:center}}@media (width<=768px){.qs-hero-warm-title,.qs-profile-name{font-size:2.8rem}.qs-statement-text{font-size:1.8rem}.qs-mv-spotlight-title{font-size:2.5rem}}.cta-strip{z-index:5;background:0 0;justify-content:center;padding:60px 5% 100px;display:flex;position:relative}.cta-strip-container{will-change:transform;background:linear-gradient(90deg,#6331ae 20%,#68af4f 100%);border:none;border-radius:40px;justify-content:space-between;align-items:center;width:100%;max-width:1200px;padding:50px 60px;transition:transform .4s,box-shadow .4s;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px #24195d40}.cta-strip-container:hover{box-shadow:0 35px 70px #6331ae59,0 25px 50px #68af4f40}.cta-strip-left{z-index:1;align-items:center;gap:24px;display:flex;position:relative}.cta-strip-icon{color:#6331ae;background:#fff;border-radius:18px;justify-content:center;align-items:center;width:70px;height:70px;font-size:32px;transition:all .5s;display:flex;box-shadow:0 10px 20px #10b9814d}.cta-strip-container:hover .cta-strip-icon{transform:scale(1.15)rotateY(180deg);box-shadow:0 15px 30px #6331ae59,0 10px 25px #68af4f40}.cta-strip-text h2{color:#fff;letter-spacing:-.5px;margin-bottom:8px;font-size:32px;font-weight:800;line-height:1.1}.cta-strip-text p{color:#ffffffd9;margin:0;font-size:18px;font-weight:400}.cta-strip-btn{color:linear-gradient(90deg, #6331ae 0%, #68af4f 100%);cursor:pointer;white-space:nowrap;z-index:1;background:#fff;border:none;border-radius:50px;padding:16px 40px;font-size:17px;transition:all .35s cubic-bezier(.16,1,.3,1);position:relative;box-shadow:0 8px 25px #00000026}.gradient-text{background:linear-gradient(90deg,#6331ae,#68af4f);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-weight:700}.cta-strip-btn strong{color:#6b4fd3;font-weight:800;transition:all .35s}.cta-strip-btn:hover{background:#fdfcff;transform:translateY(-4px)scale(1.2);box-shadow:0 15px 35px #6b4fd366}@media (width<=768px){.cta-strip-container{text-align:center;border-radius:24px;flex-direction:column;gap:25px;padding:35px 20px}.cta-strip-left{flex-direction:column;gap:15px}.cta-strip-text h2{font-size:26px}}.servicios-page{background:#fff;min-height:100vh}.srv-hero-wow{background:radial-gradient(70% 55% at 75% 30%,#8b5cf621 0%,#0000 60%),radial-gradient(50% 40% at 15% 40%,#10b98117 0%,#0000 60%),#fff;align-items:center;min-height:85vh;padding:230px 5% 120px;display:flex;position:relative;overflow:visible}.srv-hero-wow__text{position:relative}.srv-hero-wow__text:before{content:"SERVICES";color:#5c09b5;opacity:.03;pointer-events:none;font-size:9rem;font-weight:900;line-height:1;position:absolute;top:-40px;left:-20px}.srv-wow-bg{z-index:0;pointer-events:none;background-image:radial-gradient(circle at 15px 15px,#5c09b512 1.5px,#0000 0);background-size:40px 40px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(#000 50%,#0000 85%);mask-image:radial-gradient(#000 50%,#0000 85%)}.srv-wow-blob1{filter:blur(80px);background:radial-gradient(circle,#8b5cf62e 0%,#5c09b50f 45%,#0000 65%);border-radius:50%;width:55vw;height:55vw;animation:8s ease-in-out infinite blobFloat;position:absolute;top:-10%;right:-5%}.srv-wow-blob2{filter:blur(80px);background:radial-gradient(circle,#10b9811f 0%,#06d28a0a 45%,#0000 65%);border-radius:50%;width:40vw;height:40vw;animation:10s ease-in-out infinite reverse blobFloat;position:absolute;top:10%;left:-8%}.srv-hero-wow__container{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:60px;width:100%;max-width:1300px;margin:0 auto;display:grid;position:relative}.srv-eyebrow{align-items:center;gap:14px;margin-bottom:28px;display:flex}.eyebrow-line{background:linear-gradient(90deg,#5c09b5,#10b981);border-radius:2px;flex-shrink:0;width:36px;height:2px;display:block}.eyebrow-text{letter-spacing:2px;text-transform:uppercase;color:#10b981;opacity:1;font-family:RNS Miles,sans-serif;font-size:13px;font-weight:800}.srv-title-block{flex-direction:column;margin-bottom:28px;line-height:1;display:flex}.title-word-top{letter-spacing:-1px;background:linear-gradient(100deg,#3b0a8f 0%,#6d28d9 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:2px;font-family:RNS Miles,sans-serif;font-size:clamp(2.4rem,4.5vw,3.8rem);font-weight:700;display:block}.title-word-main{letter-spacing:-4px;background:linear-gradient(120deg,#5c09b5 0%,#8b5cf6 55%,#10b981 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-family:RNS Miles,sans-serif;font-size:clamp(4rem,7.5vw,7rem);font-weight:900;line-height:.9;display:block}.srv-hero-tagline{color:#374151;letter-spacing:.2px;margin-bottom:44px;font-family:RNS Miles,sans-serif;font-size:1.25rem;font-weight:500;line-height:1.6}.srv-hero-cta{color:#fff;letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;background:linear-gradient(135deg,#5c09b5,#7c3aed);border-radius:100px;align-items:center;gap:16px;padding:14px 28px;font-size:.88rem;font-weight:700;transition:transform .35s,box-shadow .35s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #5c09b540}.green-bg{opacity:0;background:linear-gradient(135deg,#16a34a,#0da651,#10b981);position:absolute;inset:0}.srv-hero-cta span,.srv-hero-cta .cta-arrow{z-index:1;position:relative}.cta-arrow{justify-content:center;align-items:center;font-size:14px;animation:2s infinite bounceRight;display:flex}@keyframes bounceRight{0%,to{transform:translate(0)}50%{transform:translate(10px)}}.srv-hero-wow__visual{justify-content:center;align-items:center;height:550px;display:flex;position:relative}.orbit-scale-container{width:250px;height:243px;position:relative;transform:scale(1.85)}.srv-glass-logo-ring{width:100%;height:100%;overflow:visible}.srv-glass-logo-ring .logo-outer{fill:none;stroke:#5c09b580;stroke-width:1.2px;stroke-dasharray:5 4;filter:drop-shadow(0 0 4px #5c09b54d);animation:20s linear infinite dashOrbit}.srv-glass-logo-ring .logo-inner{fill:none;stroke:#10b98180;stroke-width:1px;stroke-dasharray:4 5;filter:drop-shadow(0 0 3px #10b98140);animation:25s linear infinite reverse dashOrbit}@keyframes dashOrbit{to{stroke-dashoffset:-100px}}.card-mover{offset-path:path("M215.4375 1.6875 C218.1946 4.1756 219.2434 5.387 220 9.0 C220 19.59 210.3822 26.99 203.6322 34.22 C201.6841 36.34 199.7775 38.49 197.8648 40.65 C193.4293 45.58 188.8141 50.28 184.0898 54.94 C182.4237 56.59 180.7577 58.25 179.0918 59.9 C176.5113 62.45 173.9292 65.01 171.3445 67.56 C168.8176 70.06 166.2972 72.56 163.7773 75.06 C163.0156 75.81 162.2539 76.56 161.4692 77.33 C151.1883 87.56 141.8157 98.76 138 113 C137.7731 113.85 137.5463 114.69 137.3125 115.5625 C135.6504 128.53 140.4107 140.57 148 151 C154.1558 158.39 160.8841 165.38 168.2773 171.53 C170.1204 173.1 171.8049 174.77 173.5 176.5 C175.8125 178.86 178.1897 181.07 180.6992 183.21 C216.7466 214.59 216.7466 214.59 218.1055 232.89 C217.9422 236.16 216.8246 238.33 215 241 C210.9246 243.72 207.7826 243.62 203 243 C194.1216 239.29 187.0775 231.53 180.9533 224.28 C171.0609 212.72 160.2129 202.06 149.4455 191.32 C146.9225 188.9 144.5041 186.48 142.0869 184.06 C139.7574 181.72 137.4243 179.39 135.0913 177.06 C134.2278 176.2 133.3642 175.33 132.4746 174.44 C131.6696 173.64 130.8645 172.83 130.0349 172.01 C129.3309 171.31 128.6268 170.6 127.9014 169.88 C124.4167 166.3 124.4167 166.3 119.9 165 C118.5462 166.49 117.2686 168.04 116.025 169.625 C114.8223 171.12 114.8223 171.12 113.5953 172.65 C113.1611 173.19 112.7271 173.73 112.2795 174.29 C91.5808 199.9 91.5808 199.9 81.4859 201.34 C76.9027 201.61 74.6546 201.56 70.9 198.75 C67.7909 194.47 66.3051 191.71 66.459 186.21 C68.2439 177.27 77.1463 170.36 83.7125 164.69 C96.1878 153.8 107.689 141.72 109.2086 124.5 C109.77 107.88 103.786 94.97 92.7046 82.82 C88.8204 78.9 84.5624 75.4 80.3453 71.84 C73.847 66.21 68.3237 61.15 66.9 52.375 C66.6539 48.18 67.4132 45.48 69.9 42 C73.5016 38.73 77.2687 38.33 81.978 38.56 C92.5789 40.16 100.258 47.53 107.338 55.0 C108.1958 55.88 109.0537 56.75 109.9375 57.65 C114.1196 61.96 118.1494 66.32 121.9 71.0 C126.2386 69.58 128.8939 67.48 132.2125 64.375 C132.7174 63.9 133.2223 63.43 133.7426 62.94 C138.3044 58.64 142.7654 54.23 147.2125 49.8125 C147.8697 49.16 148.5269 48.51 149.2039 47.83 C152.3501 44.68 155.3923 41.47 158.3023 38.1 C197.3852 -7.13 197.3852 -7.13 215.4375 1.6875 Z");offset-rotate:0deg;width:0;height:0;animation:40s linear infinite orbitMove;position:absolute;top:0;left:0}.orbit-scale-container:hover .card-mover{animation-play-state:paused}.card-mover-1{animation-delay:0s}.card-mover-2{animation-delay:-8s}.card-mover-3{animation-delay:-16s}.card-mover-4{animation-delay:-24s}.card-mover-5{animation-delay:-32s}@keyframes orbitMove{0%{offset-distance:0%}to{offset-distance:100%}}.card-content-scaler{position:absolute;top:0;left:0;transform:scale(.5405)}.srv-glass-card{-webkit-backdrop-filter:blur(18px);background:#ffffff8c;border:1px solid #fffc;border-radius:20px;justify-content:center;align-items:center;width:72px;height:72px;transition:all .35s;display:flex;position:absolute;transform:translate(-50%,-50%);box-shadow:0 10px 25px #5c09b514}.srv-glass-card span{color:#1a1033;opacity:0;pointer-events:none;white-space:nowrap;background:#fff;border-radius:12px;padding:8px 14px;font-size:.9rem;font-weight:700;transition:all .3s;position:absolute;bottom:-42px;transform:translateY(10px);box-shadow:0 10px 25px #00000014}@media (width<=1024px){.srv-hero-wow__container{text-align:center;grid-template-columns:1fr}.srv-hero-wow__explore{justify-content:center}.srv-hero-wow__visual{height:450px;margin-top:40px}}@media (width<=768px){.srv-hero-wow{padding:130px 5% 60px}.orbit-scale-container{transform:scale(1.1)}.card-content-scaler{transform:scale(.909)}.srv-glass-card{width:auto;padding:12px 16px;font-size:.95rem}.glass-icon-wrapper{width:40px;height:40px}.glass-icon{font-size:20px}.srv-hero-wow__text:before{font-size:4rem;position:absolute;top:20px;left:50%;transform:translate(-50%)}}.srv-accordion-section{background:radial-gradient(70% 45% at 100%,#5c09b514 0%,#0000 60%),radial-gradient(60% 45% at 0 100%,#10b9810f 0%,#0000 60%),#fff;padding:100px 6%;position:relative;overflow:hidden}.srv-accordion-header{text-align:center;z-index:1;margin-bottom:70px;position:relative}.srv-accordion-label{letter-spacing:3px;text-transform:uppercase;color:#8b5cf6;margin-bottom:16px;font-size:16px;font-weight:800;display:inline-block}.srv-accordion-header h2{color:#1a1033;letter-spacing:-1.5px;font-family:RNS Miles,sans-serif;font-size:clamp(2.2rem,4vw,3.6rem);font-weight:900;line-height:1.1}.srv-accordion-header h2 span{background:linear-gradient(120deg,#5c09b5,#10b981);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.srv-accordion-container{z-index:1;gap:16px;width:100%;max-width:1300px;height:600px;margin:0 auto;display:flex;position:relative}.srv-accordion-item{cursor:pointer;border-radius:24px;flex-direction:column;flex:1;justify-content:flex-end;transition:all .6s cubic-bezier(.25,1,.5,1);display:flex;position:relative;overflow:hidden}.srv-accordion-item.bg-variant-1{background:linear-gradient(135deg,#4e0769 0%,#671cc4 100%)}.srv-accordion-item.bg-variant-2{background:linear-gradient(135deg,#1b9b34 0%,#1e8a31 100%)}.srv-accordion-item.bg-variant-3{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%)}.srv-accordion-item.bg-variant-4{background:linear-gradient(135deg,#5b21b6 0%,#7c3aed 100%)}.srv-accordion-item.bg-variant-5{background:linear-gradient(135deg,#065f46 0%,#059669 100%)}.srv-accordion-content{z-index:2;color:#fff;flex-direction:column;height:100%;padding:32px 24px;display:flex;position:relative}.srv-accordion-top{flex-direction:column;align-items:center;height:100%;transition:opacity .3s;display:flex}.srv-accordion-icon-wrap{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#1a1033;opacity:0;pointer-events:none;white-space:nowrap;background:#fff;border-radius:12px;align-items:center;width:60px;height:60px;padding:8px 14px;font-size:.9rem;font-weight:700;transition:all .3s;display:flex;bottom:-42px;transform:translateY(10px);box-shadow:0 10px 25px #00000014}.srv-glass-card:hover{background:#fff;transform:translate(-50%,-50%)scale(1.08)}.srv-glass-card:hover span{opacity:1;transform:translateY(0)}.glass-icon-wrapper{background:linear-gradient(135deg,#8b5cf626,#10b9811a);border-radius:16px;justify-content:center;align-items:center;width:50px;height:50px;display:flex;box-shadow:inset 0 2px 10px #fffc}.glass-icon{color:#5c09b5;font-size:24px}@media (width<=1024px){.srv-hero-wow__container{text-align:center;grid-template-columns:1fr}.srv-hero-wow__explore{justify-content:center}.srv-hero-wow__visual{height:450px;margin-top:40px}}@media (width<=768px){.srv-glass-card{width:auto;padding:12px 16px;font-size:.95rem}.glass-icon-wrapper{width:40px;height:40px}.glass-icon{font-size:20px}.srv-hero-wow__text:before{font-size:4rem;position:absolute;top:20px;left:50%;transform:translate(-50%)}.srv-hero-wow{padding:130px 5% 60px}.orbit-scale-container{transform:scale(1.1)}.card-content-scaler{transform:scale(.909)}}.srv-bento-section{background:radial-gradient(70% 45% at 100%,#5c09b50d 0%,#0000 60%),radial-gradient(60% 45% at 0 100%,#10b9810a 0%,#0000 60%),#fff;padding:120px 6%;position:relative;overflow:hidden}.srv-bento-header{text-align:center;z-index:1;margin-bottom:80px;position:relative}.srv-bento-label{letter-spacing:3px;text-transform:uppercase;color:#7c3aed;margin-bottom:18px;font-size:15px;font-weight:800;display:inline-block}.srv-bento-header h2{color:#1a1033;letter-spacing:-1.5px;font-family:RNS Miles,sans-serif;font-size:clamp(2.2rem,4vw,3.6rem);font-weight:900;line-height:1.1}.srv-bento-header h2 span{background:linear-gradient(120deg,#5c09b5,#10b981);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.srv-bento-grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:420px;grid-auto-flow:dense;z-index:1;gap:24px;max-width:1300px;margin:0 auto;display:grid;position:relative}.srv-bento-grid.is-transitioning .srv-bento-card{pointer-events:none}.srv-bento-card{cursor:pointer;perspective:1200px;box-shadow:none;background:0 0;border:none;border-radius:28px;padding:0;transition:box-shadow .3s,border-color .3s;position:relative;overflow:visible}.srv-bento-card.large{grid-column:span 2}.srv-bento-card.small{grid-column:span 1}.srv-bento-card-inner{width:100%;height:100%;transform-style:preserve-3d;transition:transform .52s cubic-bezier(.4,0,.2,1);position:relative}.srv-bento-card-inner.flipped{transform:rotateY(180deg)}.srv-bento-card-face{backface-visibility:hidden;border-radius:28px;position:absolute;inset:0;overflow:hidden}.srv-bento-card-front{background:#ffffff73;border:1px solid #5c09b514;flex-direction:column;justify-content:space-between;padding:28px 28px 24px;transition:box-shadow .3s,border-color .3s,background .3s;display:flex;box-shadow:0 10px 30px #5c09b505}.srv-bento-card:hover .srv-bento-card-front{background:#fff}.srv-bento-card-back{background:#fff;border:1px solid #5c09b51a;flex-direction:column;justify-content:center;align-items:center;gap:18px;padding:32px;display:flex;transform:rotateY(180deg)}.srv-bento-back-logo{object-fit:contain;opacity:1;filter:none;width:48%;max-width:180px}.srv-bento-back-brand{flex-direction:column;align-items:center;gap:2px;display:flex}.srv-bento-back-name{color:#1a1033;letter-spacing:-.5px;text-align:center;font-family:RNS Miles,sans-serif;font-size:clamp(1rem,1.4vw,1.4rem);font-weight:900;line-height:1.1}.srv-bento-back-sub{text-transform:uppercase;letter-spacing:2px;color:#5c09b5;text-align:center;font-size:.7rem;font-weight:600}.srv-bento-card-glow{background:radial-gradient(circle 250px at 50% 50%, var(--glow-color,#7c3aed14) 0%, transparent 80%);opacity:0;pointer-events:none;z-index:0;transition:opacity .5s;position:absolute;inset:0}.srv-bento-card:hover .srv-bento-card-glow{opacity:1}.srv-bento-card-1 .srv-bento-card-front{--glow-color:#5c09b51f;border-color:#5c09b51f}.srv-bento-card-1:hover .srv-bento-card-front{border-color:#5c09b54d;box-shadow:0 30px 60px #5c09b51f}.srv-bento-card-2 .srv-bento-card-front{--glow-color:#10b9811a;border-color:#10b98114}.srv-bento-card-2:hover .srv-bento-card-front{border-color:#10b9814d;box-shadow:0 30px 60px #10b9811a}.srv-bento-card-3 .srv-bento-card-front{--glow-color:#7c3aed1a;border-color:#7c3aed14}.srv-bento-card-3:hover .srv-bento-card-front{border-color:#7c3aed4d;box-shadow:0 30px 60px #7c3aed1a}.srv-bento-card-4 .srv-bento-card-front{--glow-color:#10b9811a;border-color:#10b98114}.srv-bento-card-4:hover .srv-bento-card-front{border-color:#10b9814d;box-shadow:0 30px 60px #10b9811a}.srv-bento-card-5 .srv-bento-card-front{--glow-color:#5c09b51a;border-color:#5c09b514}.srv-bento-card-5:hover .srv-bento-card-front{border-color:#5c09b54d;box-shadow:0 30px 60px #5c09b51a}.srv-bento-card:hover .srv-bento-card-inner{transform:translateY(-6px)}.srv-bento-card:hover .srv-bento-card-inner.flipped{transform:translateY(-6px)rotateY(180deg)}.srv-bento-top{z-index:1;justify-content:space-between;align-items:center;display:flex;position:relative}.srv-bento-icon-wrap{color:#fff;border-radius:16px;justify-content:center;align-items:center;width:54px;height:54px;font-size:22px;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex}.srv-bento-card-1 .srv-bento-icon-wrap{background:linear-gradient(135deg,#5c09b5,#8b5cf6)}.srv-bento-card-2 .srv-bento-icon-wrap{background:linear-gradient(135deg,#0d6b3d,#10b981)}.srv-bento-card-3 .srv-bento-icon-wrap{background:linear-gradient(135deg,#3b0a8f,#6d28d9)}.srv-bento-card-4 .srv-bento-icon-wrap{background:linear-gradient(135deg,#0d6b3d,#10b981)}.srv-bento-card-5 .srv-bento-icon-wrap{background:linear-gradient(135deg,#5c09b5,#8b5cf6)}.srv-bento-card:hover .srv-bento-icon-wrap{transform:scale(1.1)rotate(5deg)}.srv-bento-num{color:#94a3b8;letter-spacing:1px;font-family:RNS Miles,sans-serif;font-size:14px;font-weight:800}.srv-bento-body{z-index:1;flex-direction:column;flex-grow:1;margin-top:16px;display:flex;position:relative}.srv-bento-sub{text-transform:uppercase;letter-spacing:1.5px;margin-bottom:8px;font-family:RNS Miles,sans-serif;font-size:11px;font-weight:800}.srv-bento-card-1 .srv-bento-sub{color:#5c09b5}.srv-bento-card-2 .srv-bento-sub{color:#10b981}.srv-bento-card-3 .srv-bento-sub{color:#7c3aed}.srv-bento-card-4 .srv-bento-sub{color:#10b981}.srv-bento-card-5 .srv-bento-sub{color:#5c09b5}.srv-bento-title{color:#1a1033;letter-spacing:-.5px;margin-bottom:10px;font-family:RNS Miles,sans-serif;font-size:clamp(1.1rem,1.6vw,1.55rem);font-weight:900;line-height:1.2}.srv-bento-desc{color:#4b5563;max-width:440px;margin-bottom:14px;font-size:.92rem;line-height:1.6}.srv-bento-chips{flex-wrap:wrap;gap:8px;margin-top:auto;margin-bottom:8px;display:flex}.srv-bento-chip{color:#5c09b5;background:#5c09b50a;border:1px solid #5c09b514;border-radius:30px;padding:6px 14px;font-size:11px;font-weight:600}.srv-bento-card-2 .srv-bento-chip,.srv-bento-card-4 .srv-bento-chip{color:#0d6b3d;background:#10b9810a;border-color:#10b98114}.srv-bento-footer{z-index:1;flex-shrink:0;margin-top:12px;position:relative}.srv-bento-btn{color:#1a1033;background:0 0;border:1px solid #1a103326;border-radius:40px;align-items:center;gap:10px;width:fit-content;padding:10px 20px;font-size:.88rem;font-weight:700;transition:all .3s;display:inline-flex}.srv-bento-card-1:hover .srv-bento-btn,.srv-bento-card-3:hover .srv-bento-btn,.srv-bento-card-5:hover .srv-bento-btn{color:#fff;background:#5c09b5;border-color:#5c09b5;padding-right:24px}.srv-bento-card-2:hover .srv-bento-btn,.srv-bento-card-4:hover .srv-bento-btn{color:#fff;background:#0e8050;border-color:#0e8050;padding-right:24px}.srv-bento-btn svg{font-size:11px;transition:transform .3s}.srv-bento-card:hover .srv-bento-btn svg{transform:translate(4px)}.srv-bento-card.small .srv-bento-desc{display:-webkit-bo x;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:10px;overflow:hidden}.srv-bento-card.small .srv-bento-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}@media (width<=1024px){.srv-bento-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:auto;gap:20px}.srv-bento-card.large,.srv-bento-card.small{grid-column:span 1!important}.srv-bento-card{min-height:280px;padding:32px}}@media (width<=768px){.srv-bento-section{padding:80px 5%}.srv-bento-grid{grid-template-columns:1fr;gap:16px}.srv-bento-card{min-height:auto;padding:24px}.srv-bento-desc{margin-bottom:18px;font-size:.88rem}.srv-bento-title{font-size:1.3rem}}@media (width<=576px){.srv-bento-card{perspective:none;border-radius:24px;min-height:auto;overflow:hidden;box-shadow:0 16px 30px #00000014}.srv-bento-card-inner,.srv-bento-card-inner.flipped{transform:none!important}.srv-bento-card-face{backface-visibility:visible;width:100%;height:auto;position:relative;inset:auto;transform:none!important}.srv-bento-card-back{display:none}.srv-bento-card-front{position:relative}.srv-bento-card:hover .srv-bento-card-front,.srv-bento-card:hover .srv-bento-card-inner{transform:none!important}.srv-bento-card-glow{display:none}}@media (width<=992px){.srv-bento-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.srv-bento-grid{grid-template-columns:1fr;grid-auto-rows:minmax(300px,auto)}.srv-bento-card.large{grid-column:span 1}}.modelos-page{background:#fff;min-height:100vh}.md-hero-premium{background:#fff;align-items:center;min-height:85vh;padding:190px 6% 150px;display:flex;position:relative;overflow:hidden}.md-hero-premium:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(70% 55% at 95% 10%,#5c09b512 0%,#0000 60%),radial-gradient(65% 55% at 5% 85%,#10b9810e 0%,#0000 65%);position:absolute;inset:0}.md-hero-premium:after{content:"";pointer-events:none;z-index:3;background:linear-gradient(#0000,#fff);height:180px;position:absolute;bottom:0;left:0;right:0}.md-hero-premium-bg{z-index:0;pointer-events:none;background-image:radial-gradient(circle at 1.5px 1.5px,#5c09b50a 1.5px,#0000 0);background-size:32px 32px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 65%,#0000 100%);mask-image:linear-gradient(#000 65%,#0000 100%)}.md-subtle-deco{filter:blur(80px);z-index:0;pointer-events:none;border-radius:50%;position:absolute}.md-deco-1{background:radial-gradient(circle,#7c3aed1a 0%,#0000 70%);width:600px;height:600px;top:-120px;right:-120px}.md-deco-2{filter:blur(100px);background:radial-gradient(circle,#10b98112 0%,#0000 70%);width:500px;height:500px;bottom:5%;left:-8%}.md-hero-premium-container{z-index:2;grid-template-columns:1.2fr 1fr;align-items:center;gap:60px;width:100%;max-width:1300px;margin:0 auto;display:grid;position:relative}.md-hero-premium-text{text-align:left;flex-direction:column;align-items:flex-start;display:flex}.md-hero-badge{letter-spacing:2px;text-transform:uppercase;background:linear-gradient(#fff,#fff) padding-box padding-box,linear-gradient(120deg,#5c09b5,#10b981) border-box;border:1.5px solid #0000;border-radius:100px;align-items:center;gap:10px;margin-bottom:28px;padding:9px 20px;font-family:RNS Miles,sans-serif;font-size:.76rem;font-weight:700;display:inline-flex;box-shadow:0 4px 20px #5c09b51a}.md-badge-text{background:linear-gradient(120deg,#5c09b5,#10b981);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.md-badge-icon{background:linear-gradient(135deg,#5c09b5,#10b981);border-radius:50%;flex-shrink:0;width:8px;height:8px}.md-hero-title{letter-spacing:-2px;margin-bottom:24px;font-family:RNS Miles,sans-serif;font-size:clamp(2.2rem,3.8vw,3.4rem);font-weight:900;line-height:1}.md-hero-title-line1{color:#1e293b;margin-bottom:2px;font-weight:900;display:block}.md-hero-title-line2{background:linear-gradient(110deg,#5c09b5 0%,#7c3aed 45%,#10b981 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-top:8px;padding-bottom:6px;font-size:1.15em;display:block}.md-hero-desc{max-width:560px;margin-bottom:36px;font-size:1.15rem;font-weight:400;line-height:1.7;color:#475569!important;-webkit-text-fill-color:#475569!important}.md-hero-stats{align-items:center;gap:0;margin-top:32px;display:flex}.md-hero-stat{border-right:1px solid #e2e8f0;flex-direction:column;padding:0 24px;display:flex}.md-hero-stat:first-child{padding-left:0}.md-hero-stat:last-child{border-right:none}.md-stat-number{letter-spacing:-1px;background:linear-gradient(120deg,#5c09b5,#7c3aed);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-family:RNS Miles,sans-serif;font-size:1.8rem;font-weight:900;line-height:1}.md-stat-label{color:#94a3b8;text-transform:uppercase;letter-spacing:1px;margin-top:4px;font-size:.72rem;font-weight:600}.md-hero-btn{color:#fff;cursor:pointer;letter-spacing:.3px;background:linear-gradient(135deg,#5c09b5 0%,#10b981 100%);border:none;border-radius:100px;align-items:center;gap:12px;padding:16px 38px;font-size:1rem;font-weight:700;transition:all .4s cubic-bezier(.34,1.56,.64,1);display:inline-flex;box-shadow:0 8px 28px #5c09b538}.md-hero-btn:hover{background:linear-gradient(135deg,#7c3aed 0%,#059669 100%);transform:translateY(-4px)scale(1.02);box-shadow:0 16px 40px #5c09b54d}.md-hero-btn svg{transition:transform .3s}.md-hero-btn:hover svg{transform:translate(6px)}.md-hero-premium-visual{perspective:1600px;justify-content:center;align-items:center;width:100%;height:520px;display:flex;position:relative}.md-glass-stack{width:320px;height:360px;transform-style:preserve-3d;will-change:transform;transition:transform .8s cubic-bezier(.16,1,.3,1);position:relative;transform:rotateX(36deg)rotate(-16deg)}.md-glass-stack:hover{transform:rotateX(36deg)rotate(-16deg)scale(1.05)}.md-stack-layer{-webkit-backdrop-filter:blur(20px);will-change:transform, box-shadow, background-color, border-color;background:#fff6;border:1px solid #ffffff80;border-radius:24px;flex-direction:column;justify-content:space-between;padding:24px 28px;transition:all .7s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;inset:0;box-shadow:0 15px 35px #1a10330d,inset 0 1px #fff9}.md-pos-0{z-index:4;background:#ffffffd1;transform:translateZ(160px)translateY(-45px)translate(45px)}.md-pos-1{z-index:3;background:#ffffffb8;transform:translateZ(100px)translateY(-15px)translate(15px)}.md-pos-2{z-index:2;background:#ffffff9e;transform:translateZ(40px)translateY(15px)translate(-15px)}.md-pos-3{z-index:1;background:#ffffff85;transform:translateZ(-20px)translateY(45px)translate(-45px)}.md-layer-top{justify-content:space-between;align-items:center;display:flex}.md-layer-icon{color:#fff;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-size:18px;display:flex;box-shadow:0 4px 10px #0000001a}.md-layer-icon.purple{background:linear-gradient(135deg,#5c09b5 0%,#7c3aed 100%)}.md-layer-icon.green{background:linear-gradient(135deg,#0d6b3d 0%,#10b981 100%)}.md-layer-num{color:#94a3b8;letter-spacing:1px;font-family:RNS Miles,sans-serif;font-size:13px;font-weight:800}.md-layer-bottom{flex-direction:column;display:flex}.md-layer-title{color:#1e293b;margin:0;font-family:RNS Miles,sans-serif;font-size:1.15rem;font-weight:800;line-height:1.25}.md-layer-img{object-fit:cover;border:1px solid #fff6;border-radius:12px;width:100%;height:100px;margin-bottom:32px;box-shadow:0 4px 15px #00000014}.md-layer-desc{color:#475569;opacity:1;-webkit-line-clamp:4;-webkit-box-orient:vertical;margin-top:8px;font-size:.78rem;line-height:1.45;display:-webkit-box;overflow:hidden;transform:none}.md-glass-stack:hover .md-layer-desc{opacity:1;transform:translateY(0)}.md-grid-section{background:radial-gradient(65% 40% at 100% 40%,#7c3aed12 0%,#0000 60%),radial-gradient(55% 50% at 0 80%,#10b9810d 0%,#0000 60%),#fff;padding:120px 6%;position:relative;overflow:hidden}.md-grid-section:after{content:"";pointer-events:none;background:radial-gradient(circle,#7c3aed0a 0%,#0000 70%);border-radius:50%;width:700px;height:700px;position:absolute;bottom:-250px;right:-200px}.md-grid-header{text-align:center;z-index:1;margin-bottom:80px;position:relative}.md-grid-label{letter-spacing:3px;text-transform:uppercase;color:#7c3aed;margin-bottom:18px;font-size:15px;font-weight:800;display:inline-block}.md-grid-header h2{color:#1a1033;letter-spacing:-1.5px;font-family:RNS Miles,sans-serif;font-size:clamp(2.2rem,4vw,3.6rem);font-weight:900;line-height:1.1}.md-grid-header h2 span{background:linear-gradient(120deg,#7c3aed,#10b981);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.md-cards-container{z-index:1;flex-direction:column;gap:24px;max-width:1320px;margin:0 auto;display:flex;position:relative}.md-card-row{gap:24px;width:100%;transition:height .48s cubic-bezier(.22,1,.36,1);display:flex}.md-card-row:first-child .md-card:first-child{flex:0 0 58%}.md-card-row:first-child .md-card:last-child,.md-card-row:last-child .md-card:first-child{flex:0 0 42%}.md-card-row:last-child .md-card:last-child{flex:0 0 58%}.md-card-row:hover .md-card:not(:hover),.md-card-row.hovering .md-card:not(:hover){flex:0 0 38%}.md-card-row:hover .md-card:hover,.md-card-row.hovering .md-card:hover{flex:0 0 62%}.md-card{color:#fff;cursor:pointer;border-radius:26px;flex-direction:column;flex:1;justify-content:space-between;min-height:420px;padding:40px;text-decoration:none;transition:all .8s cubic-bezier(.25,1,.5,1);display:flex;position:relative;overflow:hidden;box-shadow:0 15px 35px #0000001f,0 5px 10px #0000000d}.md-card-purple{background:linear-gradient(135deg,#4f007f 0%,#6514b7 42%,#7727db 72%,#8d3eff 100%)}.md-card-green{background:linear-gradient(135deg,#15942f 0%,#18ad3e 40%,#1fc64d 70%,#24d75d 100%)}.md-card:before{content:"";opacity:.35;pointer-events:none;background:radial-gradient(circle,#ffffff0d,#0000 70%),url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.08'/%3E%3C/svg%3E");position:absolute;inset:0}.md-card:after{content:"";background:#0000001f;border-radius:50%;width:190px;height:190px;transition:all .45s;position:absolute;top:-45px;right:-55px}.md-card:hover:after{opacity:.8;transform:scale(1.15)}.md-card:hover{transform:translateY(-8px)scale(1.02);box-shadow:0 35px 75px #00000038,0 15px 35px #00000026}.md-card-bg{opacity:0;z-index:0;mix-blend-mode:overlay;pointer-events:none;background-position:50%;background-size:cover;transition:all .6s cubic-bezier(.34,1.56,.64,1);position:absolute;inset:0;transform:scale(1.1)}.md-card:hover .md-card-bg{opacity:.15;transform:scale(1)}.md-card-top{z-index:2;align-items:flex-start;gap:18px;margin-bottom:24px;display:flex;position:relative}.md-card-num{letter-spacing:3px;opacity:.45;min-width:32px;font-size:11px;font-weight:800}.md-card-icon{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000001a;border-radius:18px;justify-content:center;align-items:center;width:64px;height:64px;font-size:28px;transition:all .35s;display:flex}.md-card:hover .md-card-icon{transform:rotate(-10deg)scale(1.12)}.md-card-content{z-index:2;position:relative}.md-card-title{color:#fff;margin-bottom:18px;font-family:RNS Miles,sans-serif;font-size:clamp(1.6rem,2vw,2rem);font-weight:800;line-height:1.15}.md-card-desc{color:#ffffffba;max-width:470px;font-size:.97rem;line-height:1.85}.md-card-footer{z-index:1;align-items:center;gap:12px;margin-top:auto;display:flex;position:relative}.md-card-link{color:#fff;background:0 0;border:2px solid #ffffff59;border-radius:40px;padding:14px 26px;font-size:.95rem;font-weight:700;transition:all .35s}.md-card:hover .md-card-link{color:#000;background:#fff;transform:translate(10px);box-shadow:0 10px 30px #00000040}.md-card-link:hover{background:#ffffff1f;border-color:#fff}.md-card-link svg{font-size:11px;transition:transform .3s}.md-card:hover .md-card-link svg{transform:translate(4px)}.md-cta-premium-section{background:#fff;justify-content:center;padding:80px 6% 120px;display:flex;position:relative}.md-cta-premium-container{width:100%;max-width:1200px;position:relative}.md-cta-premium-card{text-align:center;background:linear-gradient(135deg,#1a1033f2,#0c051cfa);border-radius:40px;padding:80px 40px;position:relative;overflow:hidden;box-shadow:0 40px 80px #7c3aed26,inset 0 2px #ffffff1a}.md-cta-glow{filter:blur(80px);pointer-events:none;z-index:0;background:radial-gradient(circle,#7c3aed66 0%,#0000 60%);width:80%;height:80%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.md-cta-shapes{pointer-events:none;z-index:1;position:absolute;inset:0}.md-cta-shapes .shape-1{filter:blur(40px);background:radial-gradient(circle,#10b98140,#0000 70%);border-radius:50%;width:250px;height:250px;position:absolute;top:-50px;left:-50px}.md-cta-shapes .shape-2{filter:blur(50px);background:radial-gradient(circle,#7c3aed40,#0000 70%);border-radius:50%;width:350px;height:350px;position:absolute;bottom:-80px;right:-50px}.md-cta-premium-content{z-index:2;max-width:700px;margin:0 auto;position:relative}.md-cta-premium-content h2{color:#fff;letter-spacing:-1px;margin-bottom:24px;font-family:RNS Miles,sans-serif;font-size:clamp(2.2rem,4vw,3.2rem);font-weight:900;line-height:1.15}.md-cta-premium-content p{color:#ffffffd9;margin-bottom:40px;font-size:1.15rem;line-height:1.7}.md-cta-premium-btn{color:#fff;letter-spacing:.5px;cursor:pointer;background:linear-gradient(135deg,#10b981,#059669);border:1px solid #ffffff1a;border-radius:100px;align-items:center;gap:12px;padding:18px 40px;font-size:1.05rem;font-weight:700;transition:all .4s cubic-bezier(.34,1.56,.64,1);display:inline-flex;box-shadow:0 15px 30px #10b9814d}.md-cta-premium-btn:hover{background:linear-gradient(135deg,#34d399,#10b981);transform:translateY(-5px)scale(1.02);box-shadow:0 25px 40px #10b98166}.md-cta-premium-btn svg{font-size:14px;transition:transform .4s}.md-cta-premium-btn:hover svg{transform:translate(6px)}@media (width<=1024px){.md-hero-premium{text-align:center;min-height:auto;padding:160px 5% 80px}.md-hero-premium-container{grid-template-columns:1fr;gap:40px}.md-hero-premium-text{text-align:center;align-items:center}.md-hero-premium-text .md-hero-desc{margin-left:auto;margin-right:auto}.md-hero-premium-visual{perspective:none;height:auto;padding:20px 0}.md-glass-stack{grid-template-columns:1fr 1fr;gap:20px;width:100%;max-width:700px;height:auto;display:grid;transform:none!important}.md-stack-layer{text-align:left;min-height:180px;padding:20px;position:relative;inset:auto;background:#ffffffb3!important;border-color:#7c3aed26!important;transform:none!important;box-shadow:0 10px 25px #1a10330f!important}.md-glass-stack:hover .md-layer-1,.md-glass-stack:hover .md-layer-2,.md-glass-stack:hover .md-layer-3,.md-glass-stack:hover .md-layer-0{background:#ffffffb3!important;transform:none!important;box-shadow:0 10px 25px #1a10330f!important}.md-layer-desc{opacity:1!important;transform:none!important}.md-cards-container{gap:20px}.md-card-row{flex-direction:column}.md-card-row .md-card,.md-card-row:first-child .md-card:first-child,.md-card-row:first-child .md-card:last-child,.md-card-row:last-child .md-card:first-child,.md-card-row:last-child .md-card:last-child{flex:none;width:100%}.md-card{min-height:auto;padding:32px}.md-card-detalles{opacity:1;max-height:500px;margin:24px 0}.md-card-footer{opacity:1;max-height:100px;margin-top:auto;transform:translateY(0)}.md-card-bg{opacity:.15;transform:scale(1)}}@media (width<=576px){.md-hero-premium-visual,.md-glass-stack{display:none!important}.md-hero-premium{padding-top:100px}.md-hero-premium-container{justify-content:flex-start}}@media (width<=768px){.md-hero-premium{padding:140px 5% 60px}.md-hero-title{font-size:3.2rem}.md-hero-desc{font-size:1.1rem}.md-deco-1{width:300px;height:300px}.md-grid-section{padding:80px 5%}.md-card{min-height:auto;padding:24px}.md-card-icon{width:50px;height:50px;font-size:22px}.md-card-title{font-size:1.3rem}.md-card-desc{font-size:.85rem}.md-card-detalles li{font-size:.8rem}.md-hero-btn{justify-content:center;width:100%}.md-cta-premium-card{border-radius:32px;padding:60px 24px}}@media (width<=580px){.md-glass-stack{grid-template-columns:1fr;max-width:380px;margin:0 auto}}@media (width<=480px){.md-hero-premium{padding:120px 5% 50px}.md-hero-title{font-size:2.6rem}.md-hero-badge{font-size:.75rem}.md-hero-desc{font-size:1rem}.md-card{padding:20px}.md-card-icon{width:45px;height:45px;font-size:20px}.md-card-title{font-size:1.1rem}.md-grid-section{padding:60px 4%}.md-cta-premium-card{border-radius:24px;padding:40px 20px}.md-cta-premium-content h2{font-size:2rem}.md-cta-premium-content p{margin-bottom:30px;font-size:1rem}.md-cta-premium-btn{justify-content:center;width:100%;padding:16px 24px}.md-card-row{flex-direction:column;gap:16px}.md-card-row:first-child .md-card:first-child,.md-card-row:first-child .md-card:last-child,.md-card-row:last-child .md-card:first-child,.md-card-row:last-child .md-card:last-child,.md-card-row:hover .md-card:not(:hover),.md-card-row.hovering .md-card:not(:hover),.md-card-row:hover .md-card:hover,.md-card-row.hovering .md-card:hover{flex:auto!important}.md-card{min-height:auto;padding:30px 20px}}.md-page{background:#fff;min-height:100vh;font-family:Inter,Outfit,sans-serif}.md-not-found{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:24px;min-height:60vh;padding:80px 5%;display:flex}.md-not-found h2{color:#1a1033;font-size:2rem}.md-not-found-link{color:#5c09b5;font-weight:600;text-decoration:none}.md-hero-magazine{background-color:#fdfdfd;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.md-mag-glow-1{filter:blur(80px);z-index:0;background:radial-gradient(circle,#7c3aed0d 0%,#0000 70%);border-radius:50%;width:50vw;height:50vw;position:absolute;top:-10%;left:-5%}.md-mag-glow-2{filter:blur(100px);z-index:0;background:radial-gradient(circle,#10b98108 0%,#0000 70%);border-radius:50%;width:60vw;height:60vw;position:absolute;bottom:0;right:-10%}.md-mag-container{z-index:2;grid-template-columns:1fr 1.1fr;align-items:center;gap:0;width:100%;max-width:1400px;margin:0 auto;padding:120px 4% 80px;display:grid;position:relative}.md-mag-content{z-index:10;padding-right:40px;position:relative}.md-mag-back{color:#5c09b5;align-items:center;gap:10px;margin-bottom:60px;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.md-mag-back:hover{color:#10b981;gap:14px}.md-mag-badge{color:#1a1033;letter-spacing:2px;align-items:center;gap:10px;margin-bottom:24px;font-size:.75rem;font-weight:800;display:inline-flex}.md-mag-badge-dot{background:#10b981;border-radius:50%;width:8px;height:8px;box-shadow:0 0 10px #10b98180}.md-mag-title{letter-spacing:-3px;color:#1a1033;margin-bottom:30px;font-family:RNS Miles,sans-serif;font-size:clamp(3.5rem,6.5vw,6.5rem);font-weight:900;line-height:.95;position:relative}.md-mag-title:after{content:"";background:#5c09b5;width:20px;height:4px;position:absolute;top:50%;left:-40px}.md-mag-sub{color:#4b5563;max-width:520px;margin-bottom:50px;font-size:clamp(1.1rem,1.4vw,1.3rem);line-height:1.6}.md-mag-action{margin-top:20px}.md-mag-cta-premium{color:#fff;letter-spacing:.5px;background:linear-gradient(135deg,#5c09b5,#10b981);border-radius:100px;align-items:center;padding:6px 6px 6px 32px;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .4s cubic-bezier(.23,1,.32,1);display:inline-flex;box-shadow:0 15px 35px #5c09b540}.md-mag-cta-premium span{margin-right:20px}.md-cta-icon-circle{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:16px;transition:transform .4s cubic-bezier(.23,1,.32,1);display:flex}.md-mag-cta-premium:hover{filter:brightness(1.1);transform:translateY(-5px);box-shadow:0 25px 50px #5c09b566}.md-mag-cta-premium:hover .md-cta-icon-circle{background:#ffffff4d;transform:scale(1.15)translate(4px)}.md-fan-stack-wrapper{z-index:5;perspective:1000px;justify-content:center;align-items:center;width:100%;height:600px;display:flex;position:relative}.md-fan-stack{width:400px;height:520px;transition:transform .6s cubic-bezier(.23,1,.32,1);position:relative}.md-fan-stack:hover{transform:scale(1.05)translateY(-10px)}.md-fan-card{border-radius:24px;width:100%;height:100%;transition:all .6s cubic-bezier(.23,1,.32,1);position:absolute;top:0;left:0;box-shadow:0 20px 50px #0000001a}.md-fan-card-back{z-index:1;background:linear-gradient(135deg,#5c09b5,#3b0675);transform:rotate(-6deg)translate(-20px)scale(.95)}.md-fan-card-middle{z-index:2;background:linear-gradient(135deg,#10b981,#059669);transform:rotate(6deg)translate(20px)scale(.95)}.md-fan-card-front{z-index:3;background:#fff;border:4px solid #fff;overflow:hidden;transform:rotate(0)translateZ(20px)}.md-fan-card-front img{object-fit:cover;width:100%;height:100%;transition:transform .8s}.md-fan-stack:hover .md-fan-card-back{transform:rotate(-14deg)translate(-60px)scale(.95)}.md-fan-stack:hover .md-fan-card-middle{transform:rotate(14deg)translate(60px)scale(.95)}.md-fan-stack:hover .md-fan-card-front img{transform:scale(1.08)}.md-fan-front-overlay{pointer-events:none;background:linear-gradient(#0000 60%,#0009 100%);position:absolute;inset:0}.md-fan-floating-badge{align-items:flex-end;gap:16px;display:flex;position:absolute;bottom:24px;left:24px}.md-fan-badge-num{color:#fff;text-shadow:0 4px 12px #0000004d;font-family:RNS Miles,sans-serif;font-size:3.5rem;font-weight:900;line-height:.8}.md-fan-badge-text{color:#ffffffe6;letter-spacing:1.5px;font-size:.75rem;font-weight:500;line-height:1.3}.md-fan-badge-text strong{color:#10b981;font-weight:800}.md-hero-marquee-wrapper{z-index:20;background:#fff;border-top:1px solid #0000000f;width:100vw;padding:14px 0;position:absolute;bottom:0;left:0;overflow:hidden}.md-hero-marquee{white-space:nowrap;letter-spacing:4px;align-items:center;font-family:RNS Miles,sans-serif;font-size:1.8rem;font-weight:900;animation:25s linear infinite marqueeScroll;display:flex}.md-global-mouse-orb{pointer-events:none;z-index:9999;filter:blur(15px);will-change:left, top;background:radial-gradient(circle,#5c09b566 0%,#0000 70%);border-radius:50%;width:80px;height:80px;transition:opacity .3s,width .4s,height .4s,background .4s;position:fixed;transform:translate(-50%,-50%)}.md-global-mouse-orb.expanded{filter:blur(30px);background:radial-gradient(circle,#a855f74d 0%,#0000 60%);width:280px;height:280px}.md-hero-marquee span:not(.md-mq-dot){color:#fff;-webkit-text-stroke:1.5px #1a1033;cursor:default;z-index:2;transition:all .3s;position:relative}.md-hero-marquee span:not(.md-mq-dot):hover{color:#5c09b5;-webkit-text-stroke:0;text-shadow:0 0 15px #fffc}.md-mq-dot{color:#10b981;-webkit-text-fill-color:#10b981;-webkit-text-stroke:0;margin:0 40px}@keyframes marqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.md-section-badge{letter-spacing:2.5px;text-transform:uppercase;color:#7c3aed;margin-bottom:20px;font-size:.72rem;font-weight:800;display:inline-block}.md-desc-section{background:#f8f9fa;padding:120px 6%;position:relative;overflow:hidden}.md-bg-text{color:#5c09b505;white-space:nowrap;pointer-events:none;z-index:0;-webkit-user-select:none;user-select:none;font-family:RNS Miles,sans-serif;font-size:25vw;font-weight:900;line-height:1;position:absolute;top:10%;left:0}.md-desc-inner{z-index:1;max-width:1300px;margin:0 auto;position:relative}.md-desc-grid{grid-template-columns:1fr 1fr;align-items:start;gap:80px;display:grid}.md-desc-sticky{position:sticky;top:140px}.md-desc-title{color:#1a1033;letter-spacing:-1px;margin-bottom:24px;font-family:RNS Miles,sans-serif;font-size:clamp(2rem,3vw,2.6rem);font-weight:900;line-height:1.1}.md-desc-line{background:linear-gradient(90deg,#5c09b5,#10b981);border-radius:2px;width:60px;height:4px;margin-bottom:32px}.md-desc-text-main{color:#1a1033;margin-bottom:20px;font-size:1.15rem;font-weight:500;line-height:1.8}.md-desc-text-sub{color:#4b5563;font-size:1.05rem;line-height:1.8}.md-desc-right{flex-direction:column;gap:40px;padding-top:40px;display:flex}.md-quote-block{background:#fff;border:1px solid #5c09b50d;border-radius:24px;padding:50px 40px;position:relative;overflow:hidden;box-shadow:0 20px 60px #5c09b514}.md-quote-decor{background:radial-gradient(circle,#10b98126 0%,#0000 70%);border-radius:50%;width:150px;height:150px;position:absolute;top:-50px;right:-50px}.md-quote-mark{color:#5c09b533;margin-bottom:16px;font-family:Georgia,serif;font-size:5rem;line-height:.7;display:block}.md-quote-text{color:#1a1033;z-index:1;margin-bottom:32px;font-size:1.25rem;font-style:italic;font-weight:500;line-height:1.7;position:relative}.md-quote-author{border-top:1px solid #5c09b51a;flex-direction:column;gap:4px;padding-top:24px;display:flex}.md-quote-name{color:#1a1033;font-family:RNS Miles,sans-serif;font-size:1.05rem;font-weight:800}.md-quote-role{color:#5c09b5;text-transform:uppercase;letter-spacing:1.5px;font-size:.8rem;font-weight:700}.md-highlight-box{background:#fff;border:1px solid #5c09b51a;border-radius:20px;align-items:flex-start;gap:20px;padding:32px;display:flex;box-shadow:0 10px 30px #5c09b50d}.md-highlight-icon{color:#10b981;background:#10b9811a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;display:flex}.md-highlight-box p{color:#374151;margin:0;font-size:1.05rem;font-weight:600;line-height:1.6}.md-pilares-section{background:#fff;padding:100px 6%;position:relative;overflow:hidden}.md-pilares-section:before{content:"";background:linear-gradient(90deg,#0000,#5c09b51f,#0000);height:1px;position:absolute;top:0;left:6%;right:6%}.md-pilares-inner{max-width:1200px;margin:0 auto}.md-pilares-header{flex-direction:column;margin-bottom:64px;display:flex}.md-pilares-title{color:#1a1033;letter-spacing:-1px;max-width:500px;font-family:RNS Miles,sans-serif;font-size:clamp(2rem,3.5vw,3rem);font-weight:900}.md-pilares-grid{grid-template-columns:repeat(2,1fr);gap:2px;display:grid}.md-pilar{background:#fff;border:1px solid #5c09b512;gap:24px;padding:40px;transition:background .3s,box-shadow .3s,border-color .3s;display:flex;position:relative}.md-pilar:hover{z-index:1;background:#5c09b505;border-color:#5c09b52e;box-shadow:0 8px 40px #5c09b50f}.md-pilar:first-child{border-radius:20px 0 0}.md-pilar:nth-child(2){border-radius:0 20px 0 0}.md-pilar:nth-child(5){border-radius:0 0 0 20px}.md-pilar:nth-child(6){border-radius:0 0 20px}.md-pilar-num{color:#7c3aed1f;flex-shrink:0;width:72px;font-family:RNS Miles,sans-serif;font-size:3.5rem;font-weight:900;line-height:1;transition:color .3s}.md-pilar:hover .md-pilar-num{color:#5c09b540}.md-pilar-content{flex-direction:column;gap:10px;display:flex}.md-pilar-titulo{color:#1a1033;letter-spacing:-.3px;font-family:RNS Miles,sans-serif;font-size:1.1rem;font-weight:800;line-height:1.3}.md-pilar-desc{color:#6b7280;font-size:.92rem;line-height:1.7}.md-cta-section{background:linear-gradient(135deg,#0d0720 0%,#1a0a40 50%,#0a1e15 100%);padding:120px 6%;position:relative;overflow:hidden}.md-cta-bg-blob{pointer-events:none;background:radial-gradient(circle,#7c3aed33 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-200px;right:-150px}.md-cta-inner{z-index:1;text-align:center;flex-direction:column;align-items:center;max-width:700px;margin:0 auto;display:flex;position:relative}.md-cta-badge{letter-spacing:2.5px;text-transform:uppercase;color:#10b981;margin-bottom:20px;font-size:.72rem;font-weight:800;display:inline-block}.md-cta-title{color:#fff;letter-spacing:-1px;margin-bottom:16px;font-family:RNS Miles,sans-serif;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:900;line-height:1.2}.md-cta-sub{color:#ffffffa6;max-width:520px;margin-bottom:40px;font-size:1.05rem;line-height:1.7}.md-cta-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;display:flex}.md-cta-btn-primary{color:#fff;letter-spacing:.5px;background:linear-gradient(135deg,#5c09b5,#10b981);border-radius:100px;align-items:center;gap:10px;padding:14px 32px;font-size:.92rem;font-weight:700;text-decoration:none;transition:all .35s;display:inline-flex;box-shadow:0 15px 40px #5c09b559}.md-cta-btn-primary:hover{gap:14px;transform:translateY(-3px);box-shadow:0 22px 55px #5c09b573}.md-cta-btn-secondary{color:#ffffffbf;border:1px solid #fff3;border-radius:100px;align-items:center;padding:14px 28px;font-size:.92rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.md-cta-btn-secondary:hover{color:#fff;background:#ffffff0d;border-color:#ffffff80}@media (width<=1024px){.md-cinematic-content{grid-template-columns:1fr;align-items:flex-start;gap:40px}.md-cinematic-right{flex-flow:wrap}.md-cinematic-pilar-chip{flex:calc(50% - 8px);min-width:200px}.md-cinematic-num{font-size:4rem}.md-desc-right{padding-top:0}.md-bg-text{font-size:28vw;top:5%}.md-pilares-grid{grid-template-columns:1fr;gap:0}.md-pilar:nth-child(n){border-radius:0}.md-pilar:first-child{border-radius:16px 16px 0 0}.md-pilar:last-child{border-radius:0 0 16px 16px}.md-mag-container{grid-template-columns:1fr;gap:60px;padding-top:120px;padding-bottom:80px}.md-mag-content{padding-right:0}.md-mag-title{font-size:5rem}.md-fan-stack-wrapper{height:420px}.md-fan-stack{width:300px;height:380px}}@media (width<=768px){.md-mag-title{letter-spacing:-2px;font-size:3.2rem}.md-mag-title:after{display:none}.md-mag-sub{margin-bottom:36px;font-size:1rem}.md-mag-back{margin-bottom:36px}.md-mag-action{flex-direction:column;align-items:flex-start;gap:16px}.md-mag-cta-premium{justify-content:space-between;width:100%}.md-fan-stack-wrapper{order:-1;height:320px}.md-fan-stack{width:240px;height:300px}.md-fan-badge-num{font-size:2.5rem}.md-fan-badge-text{font-size:.65rem}.md-hero-marquee{font-size:1.3rem}.md-desc-section,.md-pilares-section{padding:80px 5%}.md-desc-grid{grid-template-columns:1fr;gap:40px}.md-desc-sticky{position:static}.md-quote-block{padding:40px 30px}.md-pilar{gap:16px;padding:28px 24px}.md-pilar-num{width:56px;font-size:2.8rem}.md-cta-section{padding:80px 5%}.md-cta-actions{flex-direction:column;width:100%}.md-cta-btn-primary,.md-cta-btn-secondary{justify-content:center;width:100%}}@media (width<=480px){.md-mag-title{font-size:2.8rem}.md-mag-image-wrapper{height:40vh;min-height:300px}}:root{--warm-card:#ffffffbf;--warm-text-main:#1f2937;--warm-text-muted:#4b5563;--brand-purple:#5c09b5;--brand-green-dark:#10b981;--brand-purple-light:#5c09b514;--border-subtle:#7c3aed0f}.consumidor-page{background-color:#0000;flex-direction:column;min-height:100vh;font-family:Poppins,sans-serif;display:flex;overflow-x:hidden}.consumidor-content{z-index:1;flex:1;width:100%;padding-top:100px;position:relative}.servicio-landing{width:100%}.servicio-hero{grid-template-columns:1fr 1fr;align-items:center;gap:60px;max-width:1200px;margin:40px auto 80px;padding:0 5%;display:grid}.servicio-hero-text{-webkit-backdrop-filter:none;backdrop-filter:none;max-width:600px;box-shadow:none;background:0 0;border:none;border-radius:0;padding:0}.servicio-badge{color:var(--brand-purple);letter-spacing:2px;background:#5c09b514;border:1px solid #5c09b526;border-radius:999px;align-items:center;gap:10px;margin-bottom:24px;padding:12px 22px;font-size:12px;font-weight:700;display:inline-flex}.servicio-hero h1{color:var(--warm-text-main);letter-spacing:-2px;margin-bottom:16px;font-family:RNS Miles,sans-serif;font-size:clamp(48px,6vw,72px);font-weight:900;line-height:.95}.servicio-subtitle{color:var(--brand-purple);font-size:20px;font-style:italic;font-weight:500;line-height:1.5}@keyframes floatingHero{0%{transform:translateY(0)rotate(2deg)}50%{transform:translateY(-15px)rotate(1deg)}to{transform:translateY(0)rotate(2deg)}}@keyframes pulseGlow{0%{box-shadow:0 25px 60px #5c09b526}50%{box-shadow:0 35px 80px #10b98140}to{box-shadow:0 25px 60px #5c09b526}}.servicio-hero-image-wrapper{border-radius:40px;width:100%;height:580px;transition:all .5s cubic-bezier(.175,.885,.32,1.275);animation:6s ease-in-out infinite floatingHero,4s ease-in-out infinite pulseGlow;position:relative;overflow:visible;transform:rotate(2deg);box-shadow:0 25px 60px #5c09b526}.servicio-hero-image-wrapper:hover{z-index:10;animation-play-state:paused;transform:scale(1.03)rotate(0)translateY(-5px);box-shadow:0 35px 80px #10b98140}.servicio-hero-image{object-fit:cover;border-radius:40px;width:100%;height:100%}.hero-image-overlay{pointer-events:none;mix-blend-mode:multiply;background:linear-gradient(135deg,#10b98133 0%,#5c09b54d 100%);border-radius:40px;position:absolute;inset:0}.servicio-desc-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);background:#fff6;padding:100px 5%}.servicio-desc-grid{grid-template-columns:1fr 1fr;align-items:center;gap:80px;max-width:1200px;margin:0 auto;display:grid}.servicio-desc-text h2{color:var(--warm-text-main);margin-bottom:20px;font-family:RNS Miles,sans-serif;font-size:36px;font-weight:800}.title-underline{background:var(--brand-purple);border-radius:2px;width:60px;height:4px;margin-bottom:30px}.servicio-desc-text p{color:var(--warm-text-muted);margin-bottom:20px;font-size:18px;line-height:1.8}.servicio-desc-image-wrapper{z-index:1;border-radius:40px;position:relative}.servicio-desc-image{z-index:2;border-radius:40px;width:100%;height:auto;position:relative;box-shadow:0 15px 40px #0000000d}.image-decoration-box{z-index:0;border:2px solid #10b98133;border-radius:40px;position:absolute;inset:-20px -20px 20px 20px}.servicio-benefits-section{max-width:1200px;margin:100px auto;padding:0 5%}.servicio-benefits-header{text-align:center;margin-bottom:60px}.servicio-benefits-header:after{content:"";background:linear-gradient(90deg, var(--brand-purple), #8b5cf6);border-radius:999px;width:80px;height:4px;margin:20px auto 0;display:block}.benefits-icon-large{display:none}.servicio-benefits-header h2{color:var(--warm-text-main);font-family:RNS Miles,sans-serif;font-size:36px;font-weight:800}.servicio-benefits-grid{grid-template-columns:repeat(2,1fr);gap:30px;display:grid}.benefit-item{background:var(--warm-card);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);text-align:center;border:1px solid var(--border-subtle);text-align:center;background:#ffffffbf;border:1px solid #ffffff80;border-radius:32px;flex-direction:column;justify-content:center;min-height:280px;padding:50px 40px;transition:transform .45s,box-shadow .45s,border-color .45s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 35px #0000000d}.benefit-item:before{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffff8c,#fff0);width:100%;height:100%;position:absolute;top:0;left:0}.benefit-item:after{content:"";opacity:0;background:radial-gradient(#5c09b526,#0000 70%);border-radius:50%;width:250px;height:250px;transition:all .45s;position:absolute;top:-120px;right:-120px}.benefit-item:hover{border-color:#5c09b526;transform:translateY(-12px);box-shadow:0 25px 60px #5c09b51f}.benefit-icon-wrapper{background:linear-gradient(135deg,#5c09b51f,#10b9811f);border-radius:28px;justify-content:center;align-items:center;width:95px;height:95px;margin:0 auto 30px;transition:all .45s;display:flex}.benefit-item:hover .benefit-icon-wrapper{transform:translateY(-5px)scale(1.08);box-shadow:0 20px 35px #5c09b526}.benefit-item-icon{color:var(--brand-purple);font-size:38px;transition:all .45s}.benefit-content h3{color:var(--warm-text-main);margin-bottom:15px;font-size:24px;font-weight:700}.benefit-content span{color:var(--warm-text-muted);font-size:15px;line-height:1.8}.benefit-item:hover .benefit-item-icon{color:var(--brand-green-dark);transform:rotate(-5deg)}.benefit-item:after{content:"";opacity:0;background:linear-gradient(135deg,#5c09b508,#10b98108);transition:all .4s;position:absolute;inset:0}.benefit-item:hover:after{opacity:1}.servicio-cta-section{flex-direction:column;justify-content:center;align-items:center;padding:0 5% 100px;display:flex}.servicio-cta-box{text-align:center;background:linear-gradient(135deg,#4c1d95,#5c09b5);border-radius:40px;max-width:1000px;margin:0 auto;padding:90px 60px;position:relative;overflow:hidden;box-shadow:0 35px 90px #5c09b540}.servicio-cta-box:before{content:"";background:#ffffff14;border-radius:50%;width:400px;height:400px;position:absolute;top:-150px;right:-150px}.servicio-cta-box:after{content:"";background:#ffffff0d;border-radius:50%;width:250px;height:250px;position:absolute;bottom:-100px;left:-100px}.servicio-cta-box h2{color:#fff;margin-bottom:25px;font-size:42px;line-height:1.1}.servicio-cta-box p{color:#ffffffd9;text-align:center;max-width:700px;margin:20px auto 0;font-size:20px}.servicio-cta-buttons{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.cta-button{border:1px solid #0000;border-radius:50px;justify-content:center;align-items:center;gap:10px;padding:16px 36px;font-size:16px;font-weight:700;text-decoration:none;transition:all .4s cubic-bezier(.34,1.56,.64,1);display:inline-flex;box-shadow:0 4px 15px #0000}.cta-button.primary{color:var(--brand-purple);background:#fff}.cta-button.primary:hover{color:#fff;background:#10b981;border-color:#10b981;transform:translateY(-5px)scale(1.02);box-shadow:0 20px 40px #10b98166}.cta-button.secondary{color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff26;border:1px solid #ffffff59}.cta-button.secondary:hover{color:#10b981;background:#10b98126;border-color:#10b981;transform:translateY(-5px)scale(1.02);box-shadow:0 15px 35px #10b98133}.servicio-cta-buttons{margin-top:45px}@media (width<=1024px){.servicio-hero{text-align:center;grid-template-columns:1fr;gap:60px}.servicio-hero-text{max-width:100%}.hero-stats{justify-content:center}.servicio-hero-image-wrapper{width:100%;max-width:700px;margin:auto;transform:none}.floating-card{position:absolute}.card-1{top:20px;left:20px}.card-2{bottom:20px;right:20px}.servicio-desc-grid{grid-template-columns:1fr}}@media (width<=768px){.servicio-hero-text{padding:30px 20px}.servicio-hero h1{font-size:32px}.servicio-hero-image-wrapper{height:300px}.servicio-desc-section{padding:60px 5%}.servicio-benefits-grid{grid-template-columns:1fr}.servicio-cta-box{padding:40px 20px}.servicio-cta-buttons{flex-direction:column}.cta-button{width:100%}}.back-button{color:var(--brand-purple);background:#fff;border-radius:999px;align-items:center;gap:10px;margin-bottom:25px;padding:12px 20px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 15px 35px #0000000f}.back-button:hover{transform:translateY(-4px)}.hero-stats{flex-wrap:wrap;gap:16px;margin-top:35px;display:flex}.hero-stat{text-align:center;background:#fff;border-radius:20px;min-width:120px;padding:20px;transition:all .3s;box-shadow:0 12px 30px #0000000d}.hero-stat:hover{transform:translateY(-5px)}.hero-stat svg{color:var(--brand-purple);margin-bottom:10px;font-size:20px}.hero-stat span{font-size:26px;font-weight:800;display:block}.hero-stat p{color:var(--warm-text-muted);margin-top:5px}.floating-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:5;background:#ffffffd9;border:1px solid #ffffff80;border-radius:18px;align-items:center;gap:10px;padding:16px 20px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:absolute;box-shadow:0 20px 40px #0000001a}.floating-card:hover{background:#fff;box-shadow:0 25px 50px #5c09b533;transform:scale(1.08)!important}.floating-card svg{color:var(--brand-purple)}@keyframes floatCard1{0%{transform:translateY(0)}to{transform:translateY(-8px)}}@keyframes floatCard2{0%{transform:translateY(0)}to{transform:translateY(8px)}}.card-1{animation:4s ease-in-out infinite alternate floatCard1;top:12%;left:-10px}.card-2{animation:5s ease-in-out infinite alternate-reverse floatCard2;bottom:12%;right:-10px}.benefit-content h3{color:var(--warm-text-main);margin-bottom:12px;font-size:22px}.benefit-content span{color:var(--warm-text-muted);line-height:1.7}.servicio-hero{position:relative}.hero-decoration{pointer-events:none;border-radius:50%;position:absolute}.hero-decoration-1{background:#5c09b50d;width:450px;height:450px;top:-150px;right:-180px}.hero-decoration-2{background:#10b9810d;width:300px;height:300px;bottom:-100px;left:-100px}.legal-page{background:#f8f7fc;min-height:100vh;padding-top:100px}.legal-container{max-width:900px;margin:0 auto;padding:60px 5% 80px}.legal-header{margin-bottom:50px}.legal-back{color:#6b4fd3;margin-bottom:20px;font-size:15px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.legal-back:hover{color:#5c09b5;transform:translate(-4px)}.legal-header h1{color:#1e1b4b;letter-spacing:-1px;margin-bottom:12px;font-size:42px;font-weight:800;line-height:1.1}.legal-updated{color:#7c7a8e;font-size:15px;font-weight:500}.legal-content{background:#fff;border:1px solid #6b4fd314;border-radius:20px;padding:50px 55px;box-shadow:0 8px 30px #1e1b4b0f}.legal-section{border-bottom:1px solid #f0eef8;margin-bottom:40px;padding-bottom:35px}.legal-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.legal-section h2{color:#372786;letter-spacing:-.3px;margin-bottom:16px;font-size:22px;font-weight:700}.legal-section p{color:#4a4560;margin-bottom:14px;font-size:16px;line-height:1.8}.legal-section p:last-child{margin-bottom:0}.legal-section ul{margin:12px 0 0;padding:0;list-style:none}.legal-section ul li{color:#4a4560;margin-bottom:12px;padding-left:24px;font-size:16px;line-height:1.7;position:relative}.legal-section ul li:before{content:"";background:linear-gradient(135deg,#6b4fd3,#63b96f);border-radius:50%;width:8px;height:8px;position:absolute;top:10px;left:0}.legal-section ul li strong{color:#1e1b4b}@media (width<=768px){.legal-header h1{font-size:30px}.legal-content{border-radius:16px;padding:30px 25px}.legal-section h2{font-size:19px}.legal-section p,.legal-section ul li{font-size:15px}}@font-face{font-family:RNS Miles;src:url(/assets/RNSMiles-Medium-DNFqogXF.eot);src:local(RNS Miles Medium),local(RNSMiles-Medium),url(/assets/RNSMiles-Medium-DNFqogXF.eot?#iefix)format("embedded-opentype"),url(/assets/RNSMiles-Medium-DXp4Ob55.woff2)format("woff2"),url(/assets/RNSMiles-Medium-C_neS-sm.woff)format("woff"),url(/assets/RNSMiles-Medium-DrX3uI4y.ttf)format("truetype");font-weight:500;font-style:normal}@font-face{font-family:RNS Miles;src:url(/assets/RNSMiles-BlackItalic-CdnDhhwh.eot);src:local(RNS Miles Black Italic),local(RNSMiles-BlackItalic),url(/assets/RNSMiles-BlackItalic-CdnDhhwh.eot?#iefix)format("embedded-opentype"),url(/assets/RNSMiles-BlackItalic-DiFF6W65.woff2)format("woff2"),url(/assets/RNSMiles-BlackItalic-eCDH6Ooh.woff)format("woff"),url(/assets/RNSMiles-BlackItalic-Bay2kSG5.ttf)format("truetype");font-weight:900;font-style:italic}@font-face{font-family:RNS Miles;src:url(/assets/RNSMiles-RegularItalic-0yvFFdpr.eot);src:local(RNS Miles Regular Italic),local(RNSMiles-RegularItalic),url(/assets/RNSMiles-RegularItalic-0yvFFdpr.eot?#iefix)format("embedded-opentype"),url(/assets/RNSMiles-RegularItalic-CBpRbywE.woff2)format("woff2"),url(/assets/RNSMiles-RegularItalic-Bx6bgzem.woff)format("woff"),url(/assets/RNSMiles-RegularItalic-yS6CmxjW.ttf)format("truetype");font-weight:400;font-style:italic}@font-face{font-family:RNS Miles;src:url(/assets/RNSMiles-LightItalic-Dmnk5iOK.eot);src:local(RNS Miles Light Italic),local(RNSMiles-LightItalic),url(/assets/RNSMiles-LightItalic-Dmnk5iOK.eot?#iefix)format("embedded-opentype"),url(/assets/RNSMiles-LightItalic-qRAnhuQU.woff2)format("woff2"),url(/assets/RNSMiles-LightItalic-ChcWa1Cf.woff)format("woff"),url(/assets/RNSMiles-LightItalic-BZGVeDmr.ttf)format("truetype");font-weight:300;font-style:italic}@font-face{font-family:RNS Miles;src:url(/assets/RNSMiles-ThinItalic-oNbd-6fN.eot);src:local(RNS Miles Thin Italic),local(RNSMiles-ThinItalic),url(/assets/RNSMiles-ThinItalic-oNbd-6fN.eot?#iefix)format("embedded-opentype"),url(/assets/RNSMiles-ThinItalic-CnpEUha5.woff2)format("woff2"),url(/assets/RNSMiles-ThinItalic-DAbkkyTA.woff)format("woff"),url(/assets/RNSMiles-ThinItalic-zaFDCSr4.ttf)format("truetype");font-weight:100;font-style:italic}@font-face{font-family:RNS Miles;src:url(/assets/RNSMiles-MediumItalic-Ci4GPzDs.eot);src:local(RNS Miles Medium Italic),local(RNSMiles-MediumItalic),url(/assets/RNSMiles-MediumItalic-Ci4GPzDs.eot?#iefix)format("embedded-opentype"),url(/assets/RNSMiles-MediumItalic-Dp93Zk9t.woff2)format("woff2"),url(/assets/RNSMiles-MediumItalic-D43BKr63.woff)format("woff"),url(/assets/RNSMiles-MediumItalic-CrVPeE7v.ttf)format("truetype");font-weight:500;font-style:italic}@font-face{font-family:RNS Miles XBold;src:url(/assets/RNSMiles-XBoldItalic-BWDbICGb.eot);src:local(RNS Miles XBold Italic),local(RNSMiles-XBoldItalic),url(/assets/RNSMiles-XBoldItalic-BWDbICGb.eot?#iefix)format("embedded-opentype"),url(/assets/RNSMiles-XBoldItalic-Bs4xnD_U.woff2)format("woff2"),url(/assets/RNSMiles-XBoldItalic-Dq9vqN7D.woff)format("woff"),url(/assets/RNSMiles-XBoldItalic-PRT7WQAo.ttf)format("truetype");font-weight:800;font-style:italic}@font-face{font-family:RNS Miles;src:url(/assets/RNSMiles-BoldItalic-CY-6K-l3.eot);src:local(RNS Miles Bold Italic),local(RNSMiles-BoldItalic),url(/assets/RNSMiles-BoldItalic-CY-6K-l3.eot?#iefix)format("embedded-opentype"),url(/assets/RNSMiles-BoldItalic-DWDWWIVy.woff2)format("woff2"),url(/assets/RNSMiles-BoldItalic-DIWcdZ4j.woff)format("woff"),url(/assets/RNSMiles-BoldItalic-D8_WRycQ.ttf)format("truetype");font-weight:700;font-style:italic}@font-face{font-family:RNS Miles;src:url(/assets/RNSMiles-Bold-CqRId3WW.eot);src:local(RNS Miles Bold),local(RNSMiles-Bold),url(/assets/RNSMiles-Bold-CqRId3WW.eot?#iefix)format("embedded-opentype"),url(/assets/RNSMiles-Bold-Bvao4M1k.woff2)format("woff2"),url(/assets/RNSMiles-Bold-D64gt35O.woff)format("woff"),url(/assets/RNSMiles-Bold-DJgOw6Js.ttf)format("truetype");font-weight:700;font-style:normal}@font-face{font-family:RNS Miles;src:url(/assets/RNSMiles-Regular-DdE5S_9E.eot);src:local(RNS Miles Regular),local(RNSMiles-Regular),url(/assets/RNSMiles-Regular-DdE5S_9E.eot?#iefix)format("embedded-opentype"),url(/assets/RNSMiles-Regular-D2ljz2v1.woff2)format("woff2"),url(/assets/RNSMiles-Regular-Cq5-5UM_.woff)format("woff"),url(/assets/RNSMiles-Regular-D7tLIB9L.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:RNS Miles;src:url(/assets/RNSMiles-Light-DfMCpUV0.eot);src:local(RNS Miles Light),local(RNSMiles-Light),url(/assets/RNSMiles-Light-DfMCpUV0.eot?#iefix)format("embedded-opentype"),url(/assets/RNSMiles-Light-DLBT0tMa.woff2)format("woff2"),url(/assets/RNSMiles-Light-BLE2LrAx.woff)format("woff"),url(/assets/RNSMiles-Light-CW5yH642.ttf)format("truetype");font-weight:300;font-style:normal}@font-face{font-family:RNS Miles XBold;src:url(/assets/RNSMiles-XBold-aXbu0C_C.eot);src:local(RNS Miles XBold),local(RNSMiles-XBold),url(/assets/RNSMiles-XBold-aXbu0C_C.eot?#iefix)format("embedded-opentype"),url(/assets/RNSMiles-XBold-BlnnX8c9.woff2)format("woff2"),url(/assets/RNSMiles-XBold-DApPfOAk.woff)format("woff"),url(/assets/RNSMiles-XBold-DTgneKMI.ttf)format("truetype");font-weight:800;font-style:normal}@font-face{font-family:RNS Miles;src:url(/assets/RNSMiles-Black-zmPnV8M8.eot);src:local(RNS Miles Black),local(RNSMiles-Black),url(/assets/RNSMiles-Black-zmPnV8M8.eot?#iefix)format("embedded-opentype"),url(/assets/RNSMiles-Black-CCXB3OEe.woff2)format("woff2"),url(/assets/RNSMiles-Black-CGM-d6Gc.woff)format("woff"),url(/assets/RNSMiles-Black-Bl38Obhe.ttf)format("truetype");font-weight:900;font-style:normal}@font-face{font-family:RNS Miles;src:url(/assets/RNSMiles-Thin-DDUFVKvl.eot);src:local(RNS Miles Thin),local(RNSMiles-Thin),url(/assets/RNSMiles-Thin-DDUFVKvl.eot?#iefix)format("embedded-opentype"),url(/assets/RNSMiles-Thin-5GRNnfSH.woff2)format("woff2"),url(/assets/RNSMiles-Thin-B7wmjqpG.woff)format("woff"),url(/assets/RNSMiles-Thin-ESyjnwi5.ttf)format("truetype");font-weight:100;font-style:normal}*{box-sizing:border-box;margin:0;padding:0}:root{--primary-color:#1f3c88;--secondary-color:#d4af37;--background-color:#fcfbfa;--white-color:#fff;--title-color:#1a1a1a;--text-color:#555;--light-text:#888;--border-color:#e5e5e5;--shadow-sm:0 2px 10px #00000014;--shadow-md:0 10px 25px #0000001f;--radius-sm:10px;--radius-md:20px;--radius-lg:30px;--transition:.3s ease;--container-width:1200px;--text-font:"RNS Miles", sans-serif;--title-font:"Poppins", sans-serif;--text-regular:400;--text-light:300;--text-medium:500;--text-semibold:600;--text-bold:700;--text-extrabold:800;--text-black:900}html,body{font-family:var(--text-font);color:var(--text-color);background-color:#0000;width:100%;line-height:1.6;overflow-x:hidden}@keyframes floatOrb{0%{transform:translate(0)scale(1)}33%{transform:translate(50px,70px)scale(1.06)}66%{transform:translate(-25px,50px)scale(.97)}to{transform:translate(-60px,-35px)scale(1.04)}}@keyframes pulse{0%,to{opacity:.55}50%{opacity:.75}}.container{width:90%;max-width:var(--container-width);margin:auto}button{cursor:pointer;transition:var(--transition);border:none;outline:none}a{color:inherit;text-decoration:none}ul{list-style:none}h1,h2,h3,h4,h5,h6{color:var(--title-color);font-family:var(--title-font);line-height:1.2}p{color:var(--text-color);font-size:18px}@media (width<=768px){.orb{filter:blur(50px);opacity:.35;will-change:auto;animation:none!important}.orb-1{width:350px;height:350px;top:-5%;left:-5%}.orb-2{width:280px;height:280px;bottom:5%;right:-5%}.orb-3{display:none}h1{font-size:clamp(28px,7vw,44px)}h2{font-size:clamp(24px,6vw,36px)}h3{font-size:clamp(20px,5vw,28px)}h4{font-size:clamp(15px,4vw,18px)}p{font-size:clamp(14px,3.5vw,16px)}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background-color:#eee}::-webkit-scrollbar-thumb{background-color:var(--primary-color);border-radius:10px}@media (width<=767px){html,body{-ms-overflow-style:none;scrollbar-width:none}html::-webkit-scrollbar{width:0;height:0;display:none}body::-webkit-scrollbar{width:0;height:0;display:none}}.global-mouse-orb{pointer-events:none;z-index:9999;filter:blur(18px);will-change:left, top;background:radial-gradient(circle,#5c09b55c 0%,#5c09b524 35%,#0000 70%);border-radius:50%;width:84px;height:84px;transition:opacity .25s,width .3s,height .3s,background .3s;position:fixed;transform:translate(-50%,-50%)}.global-mouse-orb:hover,.global-mouse-orb.expanded{filter:blur(28px);background:radial-gradient(circle,#a855f752 0%,#5c09b51f 45%,#0000 70%);width:260px;height:260px}
