@import"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;overflow-x:hidden;scroll-behavior:smooth}.floating-dots{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none}.floating-dots:before,.floating-dots:after{content:"";position:absolute;border-radius:50%;animation:fadeFloat 4s ease-in-out infinite}.floating-dots:before{width:60px;height:60px;background:radial-gradient(circle,rgba(59,130,246,.3) 0%,rgba(59,130,246,.1) 70%,transparent 100%);top:20%;left:15%;animation-delay:0s}.floating-dots:after{width:80px;height:80px;background:radial-gradient(circle,rgba(16,185,129,.25) 0%,rgba(16,185,129,.08) 70%,transparent 100%);top:70%;right:20%;animation-delay:-2s}.dot-3,.dot-4,.dot-5{position:absolute;border-radius:50%;animation:fadeFloat 4s ease-in-out infinite}.dot-3{width:40px;height:40px;background:radial-gradient(circle,rgba(139,92,246,.2) 0%,transparent 70%);top:40%;left:80%;animation-delay:-1s}.dot-4{width:50px;height:50px;background:radial-gradient(circle,rgba(245,158,11,.15) 0%,transparent 70%);top:60%;left:10%;animation-delay:-3s}.dot-5{width:35px;height:35px;background:radial-gradient(circle,rgba(59,130,246,.18) 0%,transparent 70%);top:10%;right:40%;animation-delay:-1.5s}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.floating-dots{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none;overflow:hidden}.floating-dots:before,.floating-dots:after{content:"";position:absolute;border-radius:50%;animation:fadeFloat 6s ease-in-out infinite}.floating-dots:before{background:radial-gradient(circle,rgba(59,130,246,.5),rgba(59,130,246,.3),transparent)}.floating-dots:after{background:radial-gradient(circle,rgba(16,185,129,.4),rgba(16,185,129,.2),transparent)}.dot-3{background:radial-gradient(circle,rgba(139,92,246,.4),transparent 70%)}.dot-4{background:radial-gradient(circle,rgba(245,158,11,.35),transparent 70%)}.dot-5{background:radial-gradient(circle,rgba(59,130,246,.4),transparent 70%)}.dot-3{width:40px;height:40px;background:radial-gradient(circle,rgba(139,92,246,.2),transparent 70%);top:40%;left:80%;animation-delay:-1s}.dot-4{width:50px;height:50px;background:radial-gradient(circle,rgba(245,158,11,.15),transparent 70%);top:60%;left:10%;animation-delay:-3s}.dot-5{width:35px;height:35px;background:radial-gradient(circle,rgba(59,130,246,.18),transparent 70%);top:10%;right:40%;animation-delay:-1.5s}@keyframes fadeFloat{0%{opacity:0;transform:translateY(20px) scale(.8)}50%{opacity:1;transform:translateY(-10px) scale(1)}to{opacity:0;transform:translateY(-40px) scale(1.1)}}.welcome-container{position:relative;width:100vw;min-height:100vh;background:linear-gradient(135deg,#0f0f23,#1a1a2e,#16213e);overflow:hidden;display:flex;align-items:center;padding:2rem 0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin-bottom:0}.content-grid{display:flex;flex-direction:row;width:100%;max-width:1300px;margin:0 auto;height:100vh;gap:2rem;position:relative;z-index:2}.text-column{flex:0 0 55%;color:#fff;display:flex;flex-direction:column;justify-content:center;max-width:none;height:100%;padding-right:2rem}.image-column{flex:0 0 45%;height:700px;width:100%;background:transparent!important;overflow:visible;cursor:pointer}.main-title{font-size:clamp(1.5rem,4vw,3rem);font-weight:900;line-height:1.4;margin-bottom:1.5rem;background:#fff;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.subtitle{font-size:1.25rem;line-height:1.6;color:#cbd5e1;margin-bottom:2.5rem;font-weight:300}.cta-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn-primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;padding:1rem 2rem;font-size:1rem;font-weight:600;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #3b82f64d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #3b82f666}.btn-secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3);padding:1rem 2rem;font-size:1rem;font-weight:600;border-radius:12px;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-secondary:hover{border-color:#fff;background:#ffffff1a;transform:translateY(-2px)}.texto-logo{display:flex;align-items:center;gap:12px}.logo-img{width:50px;height:auto}.texto-cac .linea-cac{font-weight:700;font-size:1.2rem}.texto-cac .linea-tech{font-size:1rem;color:#fff}.section-divider-gradient{position:absolute;bottom:0;left:0;height:100px;width:100%;background:linear-gradient(to bottom,#16213e00,#16213e26 25%,#f8f8f8cc 75%,#f8f8f8)}@media (max-width: 1024px){.content-grid{flex-direction:column;height:auto;gap:2rem;padding:0 1.5rem}.text-column{padding-right:0;justify-content:flex-start;align-items:center;text-align:center}.image-column{height:50vh}.texto-logo{text-align:center;margin-top:auto}}@media (max-width: 768px){.main-title{font-size:clamp(2rem,8vw,3rem)}.subtitle{font-size:1rem}.image-column{height:20vh}.cta-buttons{flex-direction:column;align-items:center}.btn-primary,.btn-secondary{width:100%;max-width:260px}.texto-logo{text-align:center;margin-top:auto}.image-column{height:50vh}}@media (max-width: 480px){.main-title,.linea-cac{font-size:2rem}.linea-tech{font-size:1rem}.texto-logo{text-align:center;margin-top:1.5rem}.image-column img{max-width:400px}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#8b5cf699;border-radius:10px;transition:all .2s ease}::-webkit-scrollbar-thumb:hover{background:#8b5cf6e6;width:8px}.bubble-container{position:relative;display:inline-block}.bubble-container{position:relative;display:inline-block;width:100%;height:100%}.bubble-container:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:550px;height:550px;background:linear-gradient(135deg,#8b5cf64d,#06b6d440,#10b98133);border-radius:70% 30% 20% 80%/50% 80% 30% 70%;z-index:-1;animation:megaOrganic 12s ease-in-out infinite;filter:blur(3px)}@keyframes megaOrganic{0%{border-radius:70% 30% 20% 80%/50% 80% 30% 70%;transform:translate(-50%,-50%) scale(1) rotate(0)}16%{border-radius:20% 80% 60% 40%/70% 30% 80% 50%;transform:translate(-45%,-55%) scale(1.2) rotate(60deg)}33%{border-radius:80% 20% 40% 60%/30% 70% 20% 80%;transform:translate(-55%,-45%) scale(.85) rotate(120deg)}50%{border-radius:40% 60% 80% 20%/80% 20% 70% 30%;transform:translate(-48%,-52%) scale(1.15) rotate(180deg)}66%{border-radius:60% 40% 30% 70%/20% 80% 40% 60%;transform:translate(-52%,-48%) scale(.9) rotate(240deg)}83%{border-radius:30% 70% 50% 50%/60% 40% 80% 20%;transform:translate(-47%,-53%) scale(1.1) rotate(300deg)}to{border-radius:70% 30% 20% 80%/50% 80% 30% 70%;transform:translate(-50%,-50%) scale(1) rotate(360deg)}}.menu-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0000004d;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:998;opacity:0;visibility:hidden;transition:all .4s cubic-bezier(.4,0,.2,1)}.menu-overlay.active{opacity:1;visibility:visible}.menu-trigger{position:fixed;top:2rem;right:2rem;width:60px;height:60px;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:50%;cursor:pointer;z-index:1001;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;box-shadow:0 8px 24px #3b82f640;transition:transform .3s ease,box-shadow .3s ease}.menu-trigger:hover{transform:scale(1.05);box-shadow:0 12px 32px #3b82f659}.menu-trigger.active{background:#3b82f6;transform:rotate(45deg)}.trigger-line{width:20px;height:2px;background:#fff;border-radius:2px;transition:transform .3s ease,opacity .3s ease}.menu-trigger.active .trigger-line:nth-child(1){transform:rotate(90deg) translate(3px)}.menu-trigger.active .trigger-line:nth-child(2){opacity:0}.menu-trigger.active .trigger-line:nth-child(3){transform:rotate(90deg) translate(-3px)}.side-menu{position:fixed;top:0;right:-420px;width:400px;height:100vh;background:linear-gradient(180deg,#0f0f23f2,#1a1a2ef2,#16213ef2);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-left:1px solid rgba(255,255,255,.1);z-index:1000;transition:right .5s ease;overflow-y:auto;box-shadow:-10px 0 40px #0000004d}.side-menu.open{right:0}.menu-header{padding:2rem 1.5rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.menu-logo{display:flex;align-items:center;gap:1rem}.logo-icon{font-size:2.5rem}.logo-text h3{color:#fff;font-size:1.4rem;font-weight:700;margin:0;background:linear-gradient(135deg,#fff,#e2e8f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.logo-text span{color:#94a3b8;font-size:.9rem;font-weight:400}.menu-content{padding:1rem 0}.menu-section{margin-bottom:2rem}.section-title{display:block;color:#64748b;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;padding:0 1.5rem .75rem;margin-bottom:.5rem}.menu-item{display:flex;align-items:center;padding:1rem 1.5rem;cursor:pointer;margin:.25rem 1rem;border-radius:12px;position:relative;transition:transform .3s ease,background .3s ease;will-change:transform}.menu-item:before{content:"";position:absolute;left:0;top:0;width:3px;height:100%;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:0 3px 3px 0;transform:scaleY(0);transition:transform .3s ease}.menu-item:hover{background:#3b82f61a;transform:translate(8px)}.menu-item.active{background:#3b82f626;transform:translate(8px)}.menu-item.active:before{transform:scaleY(1)}.item-icon{font-size:1.5rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#3b82f61a;border-radius:10px;margin-right:1rem;transition:transform .3s ease,background .3s ease}.menu-item:hover .item-icon,.menu-item.active .item-icon{background:#3b82f633;transform:scale(1.1)}.item-content{flex:1;display:flex;flex-direction:column}.item-title{color:#fff;font-size:1rem;font-weight:600;margin-bottom:.2rem}.item-subtitle{color:#94a3b8;font-size:.85rem;font-weight:400}.item-arrow{color:#64748b;font-size:1.2rem;opacity:0;transform:translate(-10px);transition:opacity .3s ease,transform .3s ease,color .3s ease}.menu-item:hover .item-arrow,.menu-item.active .item-arrow{opacity:1;transform:translate(0);color:#3b82f6}.menu-footer{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;border-top:1px solid rgba(255,255,255,.1);background:#0f0f23cc}@media (max-width: 768px){.side-menu{width:100vw;right:-100vw}.menu-trigger{top:1rem;right:1rem;width:50px;height:50px}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000c;display:flex;justify-content:center;align-items:center;z-index:999;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:modalFadeIn .3s ease-out}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}.modal-content{position:relative;background:transparent;border-radius:20px;padding:2rem;max-width:1200px;width:90%;max-height:90vh;overflow:hidden;box-shadow:0 25px 50px #00000080;animation:modalSlideIn .4s cubic-bezier(.34,1.56,.64,1)}@keyframes modalSlideIn{0%{transform:scale(.9) translateY(-50px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}.modal-close{position:absolute;top:50px;right:20px;font-size:1.5rem;background:none;border:none;color:#fff;cursor:pointer;z-index:1001;transition:all .3s ease;width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:50%}.modal-close:hover{background:#ffffff1a;transform:scale(1.1);color:#c81212}.modal-layout{display:flex;gap:2rem;height:70vh;min-height:500px}.video-section{flex:0 0 65%;display:flex;flex-direction:column;justify-content:center}.modal-video{width:100%;height:100%;border-radius:15px;object-fit:cover;box-shadow:0 10px 30px #0000004d}.buttons-section{max-height:800px;overflow-y:auto;flex:0 0 35%;display:flex;flex-direction:column;justify-content:center;gap:1rem;padding:1rem;background:#ffffff05;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);animation:buttonsContainerSlideIn .6s ease-out}.buttons-section:hover .btn-modal:not(:hover){transform:scale(.95);opacity:.7}.buttons-section h3{color:#f8f5f5;text-align:center;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.5);animation:titleGlow .8s ease-out,titleSlideDown .6s ease-out}@keyframes titleSlideDown{0%{transform:translateY(-30px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes titleGlow{0%,to{text-shadow:0 2px 4px rgba(0,0,0,.5)}50%{text-shadow:0 2px 4px rgba(0,0,0,.5),0 0 20px rgba(59,130,246,.6),0 0 40px rgba(59,130,246,.4)}}.btn-modal{background:#3b82f61a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;border:2px solid rgba(59,130,246,.3);padding:1rem 1.5rem;font-size:1rem;font-weight:500;border-radius:12px;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 15px #3b82f61a;width:100%;position:relative;overflow:hidden;text-shadow:0 1px 2px rgba(0,0,0,.5)}.btn-modal:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .6s ease}.btn-modal:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 8px 25px #3b82f64d;background:#3b82f633;border-color:#3b82f699}.btn-modal:hover:before{left:100%}.btn-modal:active{transform:translateY(0) scale(.95);transition:all .1s ease;animation:clickRipple .6s ease-out}@keyframes clickRipple{0%{box-shadow:0 0 #3b82f6b3}70%{box-shadow:0 0 0 20px #3b82f600}to{box-shadow:0 0 #3b82f600}}.btn-modal.active{background:linear-gradient(135deg,#3b82f64d,#8b5cf64d,#ec48994d);border:2px solid rgba(59,130,246,.8);box-shadow:0 4px 15px #3b82f666,inset 0 2px 10px #ffffff1a;transform:translateY(-2px) scale(1.02);animation:activeButtonPulse 2s ease-in-out infinite}@keyframes activeButtonPulse{0%,to{box-shadow:0 4px 15px #3b82f666,inset 0 2px 10px #ffffff1a}50%{box-shadow:0 6px 20px #3b82f699,inset 0 2px 10px #fff3}}.btn-modal.btn-masTarde{background:#c812121a;border:2px solid rgba(200,18,18,.3);margin-top:.5rem}.btn-modal.btn-masTarde:hover{background:#c8121233;border-color:#c8121299;box-shadow:0 8px 25px #c812124d}.play-icon-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;pointer-events:none}.play-icon{width:80px;height:80px;background:#3b82f6e6;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:2rem;animation:pulse 2s infinite;box-shadow:0 0 30px #3b82f680}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.7}to{transform:scale(1);opacity:1}}.buttons-section{animation:buttonsContainerSlideIn .6s ease-out}.buttons-section .btn-modal{animation:buttonSlideSwing .8s ease-in-out forwards;opacity:0;transform:translate(-80px) rotate(-15deg)}@keyframes buttonSlideSwing{0%{opacity:0;transform:translate(-80px) rotate(-15deg)}50%{opacity:.8;transform:translate(10px) rotate(5deg)}to{opacity:1;transform:translate(0) rotate(0)}}.buttons-section .btn-modal:nth-child(2){animation-delay:.1s}.buttons-section .btn-modal:nth-child(3){animation-delay:.2s}.buttons-section .btn-modal:nth-child(4){animation-delay:.3s}.buttons-section .btn-modal:nth-child(5){animation-delay:.4s}.buttons-section .btn-modal:nth-child(6){animation-delay:.5s}@media (max-width: 1024px){.modal-layout{flex-direction:column;height:80vh;gap:1.5rem}.video-section{flex:0 0 60%}.buttons-section{flex:0 0 40%;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:.8rem;padding:1rem}.btn-modal{flex:1 1 calc(50% - .4rem);min-width:150px;padding:.8rem;font-size:.9rem}}@media (max-width: 768px){.modal-content{padding:1rem;width:95%}.modal-layout{height:75vh;gap:1rem}.play-icon{width:60px;height:60px;font-size:1.5rem}.buttons-section h3{font-size:1.2rem;margin-bottom:1rem}.buttons-section{padding:.8rem}}.sobre-nosotros{display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;padding:0 80px;background-color:#fff}.sobre-titulo{position:relative;text-align:center;font-size:2rem;font-weight:700;margin-bottom:40px;color:#2c3e50;cursor:default}.sobre-titulo:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);height:3px;width:60px;background:#8e44ad;border-radius:2px;transition:width .4s ease}.sobre-titulo:hover:after{width:100%}.info-column{flex:1 1 400px;max-width:600px;display:flex;flex-direction:column;gap:10px}.info-item{display:flex;align-items:flex-start;gap:20px}.icon-container{width:56px;height:56px;min-width:56px;display:flex;align-items:center;justify-content:center;border-radius:12px;box-shadow:0 4px 10px #0000001a;transition:box-shadow .3s ease,transform .2s ease;cursor:pointer}.icon-container:hover{box-shadow:0 0 12px #bdb6c0,0 0 24px #bdb6c0;transform:scale(1.05)}.icon{color:#fff;font-size:22px}.text-content .title{font-size:1.2rem;font-weight:700;color:#333;margin:0}.text-content .subtitle{font-size:.95rem;color:#555;margin-top:5px}.image-column{flex:1 1 400px;max-width:600px;display:flex;justify-content:center;align-items:center;margin-top:0}@media (max-width: 768px){.sobre-nosotros{flex-direction:column;padding:40px 15px}.image-column{margin-top:40px;width:100%}}.services-section{padding:0;margin-bottom:-2px;margin-top:0;position:relative;overflow:clip;background:linear-gradient(135deg,#fff,#f8fafc);border:none}.services-background{position:absolute;inset:0;pointer-events:none}.services-bubble-1{position:absolute;top:25%;left:25%;width:24rem;height:24rem;background:linear-gradient(to right,#3b82f626,#9333ea1f);border-radius:50%;filter:blur(48px);animation:float 6s ease-in-out infinite}.services-bubble-2{position:absolute;bottom:25%;right:25%;width:20rem;height:20rem;background:linear-gradient(to right,#9333ea1f,#ec489926);border-radius:50%;filter:blur(48px);animation:float-delayed 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(180deg)}}@keyframes float-delayed{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(20px) rotate(-180deg)}}.services-container{max-width:1200px;margin:0 auto;padding:1rem 1.5rem 4rem;position:relative;z-index:10}.services-header{text-align:center;margin-bottom:3rem}.services-title{font-size:3rem;font-weight:700;margin-bottom:2rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6,#ec4899);background-clip:text;-webkit-background-clip:text;color:transparent;text-shadow:0 4px 12px rgba(59,130,246,.15)}@media (min-width: 768px){.services-title{font-size:4rem}}.services-subtitle{font-size:1.25rem;color:#64748b;max-width:48rem;margin:0 auto;font-weight:500}.services-grid{max-width:90rem;margin:0 auto;display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media (min-width: 1024px){.services-grid{grid-template-columns:1fr 1.2fr 1fr;gap:6rem}}.services-column{display:flex;flex-direction:column;gap:3rem}.service-card{padding:2rem;border-radius:1.5rem;background:#fffc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(59,130,246,.1);transition:all .5s ease;cursor:pointer;box-shadow:0 4px 24px #0000000d}.service-card:hover{background:#fffffff2;transform:scale(1.05) translateY(-5px);box-shadow:0 20px 40px #3b82f626;border-color:#3b82f633}.service-icon{width:3.5rem;height:3.5rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:transform .3s ease;box-shadow:0 8px 24px #0000001a}.service-card:hover .service-icon{transform:scale(1.1) rotate(5deg)}.icon-blue{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.icon-purple{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.icon-cyan{background:linear-gradient(135deg,#06b6d4,#0891b2)}.icon-pink{background:linear-gradient(135deg,#ec4899,#db2777)}.service-icon i{font-size:1.5rem;color:#fff}.service-title{font-size:1.4rem;font-weight:700;color:#1e293b;margin-bottom:.75rem}.service-description{color:#64748b;font-weight:500;line-height:1.6}.spline-container{display:flex;justify-content:center}.spline-area{position:relative;display:flex;flex-direction:column;align-items:center;gap:1.5rem;z-index:5}.spline-title{position:relative;font-size:2rem;font-weight:700;color:#1e293b;text-align:center;margin:0;z-index:10}.spline-subtitle{position:relative;font-size:1rem;color:#64748b;text-align:center;font-weight:500;margin:0;z-index:10}.spline-image{max-width:100%;max-height:100%;height:auto;object-fit:contain}.spline-image-space{position:relative;display:flex;align-items:center;justify-content:center}.spline-placeholder-icon{width:100%;height:100%;background:linear-gradient(135deg,#3b82f6,#8b5cf6,#ec4899);border-radius:1.5rem;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;box-shadow:0 12px 48px #3b82f633}.carousel-nav{position:absolute;top:50%;transform:translateY(-50%);width:3.5rem;height:3.5rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10;box-shadow:0 4px 16px #3b82f64d}.carousel-nav:hover{transform:translateY(-50%) scale(1.1);box-shadow:0 8px 24px #3b82f666;background:linear-gradient(135deg,#1d4ed8,#3b82f6)}.carousel-nav:active{transform:translateY(-50%) scale(.95)}.carousel-nav-left{left:-5rem;top:calc(50% + 1rem)}.carousel-nav-right{right:-5rem;top:calc(50% + 1rem)}.carousel-nav i{color:#fff;font-size:1.3rem;font-weight:900}@media (max-width: 1024px){.carousel-nav-left{left:-3rem}.carousel-nav-right{right:-3rem}.carousel-nav{width:3rem;height:3rem}.carousel-nav i{font-size:1.1rem}}.carousel-indicators{display:flex;gap:1rem;z-index:10;margin-top:1rem}.carousel-dot{width:.75rem;height:.75rem;border-radius:50%;background:#3b82f64d;cursor:pointer;transition:all .3s ease}.carousel-dot.active{background:linear-gradient(135deg,#3b82f6,#8b5cf6);transform:scale(1.2);box-shadow:0 2px 8px #3b82f666}.carousel-dot:hover{background:#3b82f699;transform:scale(1.1)}.services-column:empty{display:none}@media (max-width: 1024px){.services-grid{grid-template-columns:1fr;gap:2rem}.services-column{grid-column:1}.spline-container{order:-1}}.floating-particle{position:absolute;border-radius:50%;animation:ping 1s cubic-bezier(0,0,.2,1) infinite}.particle-1{top:-1rem;left:-1rem;width:.6rem;height:.6rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.particle-2{bottom:-1rem;right:-1rem;width:.6rem;height:.6rem;background:linear-gradient(135deg,#8b5cf6,#7c3aed);animation-delay:1s}.particle-3{top:25%;right:-1.5rem;width:.4rem;height:.4rem;background:linear-gradient(135deg,#06b6d4,#0891b2);animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.particle-4{bottom:25%;left:-1.5rem;width:.4rem;height:.4rem;background:linear-gradient(135deg,#ec4899,#db2777);animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;animation-delay:.5s}@keyframes ping{75%,to{transform:scale(2);opacity:0}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media (max-width: 768px){.services-title{font-size:2.2rem}.services-subtitle{font-size:1rem;padding:0 1rem}.service-card{padding:1.5rem 1rem}.services-bubble-1,.services-bubble-2{width:14rem;height:14rem;filter:blur(32px)}.spline-image-space{width:18rem;height:18rem}}@media (max-width: 480px){.services-title{font-size:2rem}.services-subtitle{font-size:1rem}.service-card{padding:1rem;border-radius:1rem}.service-title{font-size:1.1rem}.service-description{font-size:.9rem}.services-bubble-1,.services-bubble-2{width:10rem;height:10rem;filter:blur(24px)}.spline-image-space{width:14rem;height:14rem;position:relative}.carousel-nav{position:absolute;top:50%;transform:translateY(-50%);width:2.5rem;height:2.5rem}.carousel-nav-left{left:-1.5rem}.carousel-nav-right{right:-1.5rem}.carousel-nav i{font-size:1rem}}.contacto-section{position:relative;width:100%;background:#fff;padding:4rem 2rem;box-sizing:border-box;margin-top:0;border-top:none;overflow:hidden}.contacto-section .contacto-main{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:1400px;margin:0 auto;min-height:80vh;align-items:center}.contacto-section .left-section,.contacto-section .right-section{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:2rem}.contacto-section .contacto-header{width:100%;text-align:center;margin-bottom:2rem}.contacto-section .sparkle-icon{display:inline-flex;align-items:center;justify-content:center;width:70px;height:70px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:20%;margin-bottom:2rem;box-shadow:0 15px 40px #3b82f64d;transition:transform .3s ease}.contacto-section .sparkle-icon:hover{transform:translateY(-5px) scale(1.05)}.contacto-section .sparkle-icon i{color:#fff;font-size:1.8rem;animation:sparkle 3s infinite ease-in-out}@keyframes sparkle{0%,to{transform:rotate(0) scale(1)}50%{transform:rotate(180deg) scale(1.1)}}.contacto-section .contacto-title{font-size:3.5rem;font-weight:800;background:linear-gradient(135deg,#3b82f6,#8b5cf6,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1.5rem;line-height:1.1;letter-spacing:-.02em}.contacto-section .contacto-subtitle{font-size:1.2rem;color:#64748b;max-width:550px;margin:0 auto 2rem;line-height:1.7;font-weight:400}.contacto-section .contact-image{width:100%;max-width:400px;height:auto;object-fit:contain;border-radius:16px}.contacto-section .contact-form-container{width:100%;max-width:520px;background:#fff;border-radius:24px;padding:2.5rem;box-shadow:0 25px 60px #0000001f;border:1px solid rgba(59,130,246,.08);position:relative;overflow:hidden}.contacto-section .contact-form-container:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#3b82f6,#8b5cf6,#06b6d4);border-radius:24px 24px 0 0}.contacto-section .form-header{text-align:center;margin-bottom:2.5rem}.contacto-section .form-icon{display:inline-flex;align-items:center;justify-content:center;width:70px;height:70px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:20%;margin-bottom:1.5rem;box-shadow:0 10px 30px #3b82f64d}.contacto-section .form-icon i{color:#fff;font-size:1.8rem}.contacto-section .form-header h2{font-size:2rem;font-weight:700;color:#1e293b;margin:0;letter-spacing:-.01em}.contacto-section .form-content{display:flex;flex-direction:column;gap:1.8rem}.contacto-section .input-group{position:relative}.contacto-section .input-icon{position:absolute;left:1.2rem;top:50%;transform:translateY(-50%);color:#94a3b8;font-size:1.1rem;z-index:2;transition:all .3s ease}.contacto-section .textarea-icon{top:1.2rem;transform:none}.contacto-section .input-group input,.contacto-section .input-group textarea{width:100%;padding:1.2rem 1.2rem 1.2rem 3.2rem;border:2px solid #e2e8f0;border-radius:16px;font-size:1rem;color:#1e293b;background:#f8fafc;transition:all .3s cubic-bezier(.4,0,.2,1);resize:none;outline:none;box-sizing:border-box}.contacto-section .input-group textarea{min-height:120px;resize:vertical}.contacto-section .input-group input:focus,.contacto-section .input-group textarea:focus,.contacto-section .input-group input.has-value,.contacto-section .input-group textarea.has-value{border-color:#3b82f6;background:#fff;box-shadow:0 0 0 4px #3b82f61a;transform:translateY(-1px)}.contacto-section .input-group input:focus+.input-icon,.contacto-section .input-group textarea:focus+.textarea-icon,.contacto-section .input-group input.has-value+.input-icon,.contacto-section .input-group textarea.has-value+.textarea-icon{color:#3b82f6;transform:translateY(-50%) scale(1.1)}.contacto-section .submit-button{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:1.2rem 2rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;border:none;border-radius:16px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.contacto-section .submit-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.contacto-section .submit-button:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 15px 40px #3b82f666}.contacto-section .submit-button:hover:not(:disabled):before{left:100%}.contacto-section .submit-button:active:not(:disabled){transform:translateY(-1px)}.contacto-section .submit-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.contacto-section .spinner{width:22px;height:22px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 1024px){.contacto-section{padding:3rem 1.5rem}.contacto-section .contacto-main{grid-template-columns:1fr;gap:2rem;min-height:auto}.contacto-section .left-section{order:1;padding:1.5rem}.contacto-section .right-section{order:2;padding:1.5rem}.contacto-section .contacto-title{font-size:3rem}.contacto-section .contacto-subtitle{font-size:1.1rem}}@media (max-width: 768px){.contacto-section{padding:2rem 1rem}.contacto-section .left-section,.contacto-section .right-section{padding:1rem}.contacto-section .contacto-header{margin-bottom:1.5rem}.contacto-section .sparkle-icon,.contacto-section .form-icon{width:60px;height:60px}.contacto-section .sparkle-icon i,.contacto-section .form-icon i{font-size:1.5rem}.contacto-section .contacto-title{font-size:2.5rem;margin-bottom:1rem}.contacto-section .contacto-subtitle{font-size:1rem;max-width:100%;margin-bottom:1.5rem}.contacto-section .contact-image{max-width:300px}.contacto-section .contact-form-container{max-width:100%;padding:2rem}.contacto-section .form-header h2{font-size:1.7rem}.contacto-section .form-content{gap:1.5rem}.contacto-section .input-group input,.contacto-section .input-group textarea{padding:1rem 1rem 1rem 3rem;font-size:.95rem}.contacto-section .submit-button{padding:1rem 1.5rem;font-size:1rem}}@media (max-width: 480px){.contacto-section{padding:1.5rem .75rem}.contacto-section .contacto-main{gap:1.5rem}.contacto-section .left-section,.contacto-section .right-section{padding:.5rem}.contacto-section .sparkle-icon,.contacto-section .form-icon{width:50px;height:50px;margin-bottom:1rem}.contacto-section .sparkle-icon i,.contacto-section .form-icon i{font-size:1.3rem}.contacto-section .contacto-title{font-size:2rem;margin-bottom:.75rem}.contacto-section .contacto-subtitle{font-size:.9rem;line-height:1.6;margin-bottom:1rem}.contacto-section .contact-image{max-width:280px}.contacto-section .contact-form-container{padding:1.5rem;border-radius:20px}.contacto-section .form-header{margin-bottom:2rem}.contacto-section .form-header h2{font-size:1.5rem}.contacto-section .form-content{gap:1.25rem}.contacto-section .input-group input,.contacto-section .input-group textarea{padding:.875rem .875rem .875rem 2.75rem;font-size:.9rem;border-radius:12px}.contacto-section .input-icon{left:1rem;font-size:1rem}.contacto-section .textarea-icon{top:1rem}.contacto-section .input-group textarea{min-height:100px}.contacto-section .submit-button{padding:.875rem 1.25rem;font-size:.95rem;border-radius:12px}.contacto-section .spinner{width:18px;height:18px}}@media (max-width: 400px){.contacto-section{padding:1rem .5rem}.contacto-section .contacto-main{gap:1rem}.contacto-section .left-section,.contacto-section .right-section{padding:.25rem}.contacto-section .sparkle-icon,.contacto-section .form-icon{width:45px;height:45px;margin-bottom:.75rem}.contacto-section .sparkle-icon i,.contacto-section .form-icon i{font-size:1.2rem}.contacto-section .contacto-title{font-size:1.75rem;margin-bottom:.5rem}.contacto-section .contacto-subtitle{font-size:.85rem;line-height:1.5;margin-bottom:.75rem}.contacto-section .contact-image{max-width:250px}.contacto-section .contact-form-container{padding:1.25rem;border-radius:16px}.contacto-section .form-header{margin-bottom:1.5rem}.contacto-section .form-header h2{font-size:1.4rem}.contacto-section .form-content{gap:1rem}.contacto-section .input-group input,.contacto-section .input-group textarea{padding:.75rem .75rem .75rem 2.5rem;font-size:.85rem;border-radius:10px}.contacto-section .input-icon{left:.875rem;font-size:.95rem}.contacto-section .textarea-icon{top:.875rem}.contacto-section .input-group textarea{min-height:90px}.contacto-section .submit-button{padding:.75rem 1rem;font-size:.9rem;border-radius:10px}.contacto-section .spinner{width:16px;height:16px}}@media (max-width: 320px){.contacto-section{padding:.75rem .25rem}.contacto-section .sparkle-icon,.contacto-section .form-icon{width:40px;height:40px;margin-bottom:.5rem}.contacto-section .sparkle-icon i,.contacto-section .form-icon i{font-size:1.1rem}.contacto-section .contacto-title{font-size:1.5rem}.contacto-section .contacto-subtitle{font-size:.8rem}.contacto-section .contact-image{max-width:220px}.contacto-section .contact-form-container{padding:1rem}.contacto-section .form-header h2{font-size:1.3rem}}.footer{position:relative;background:linear-gradient(135deg,#0f0f23,#1a1a2e,#16213e);color:var(--primary-color, #fff);padding:50px 20px;text-align:center;overflow:hidden}.footer-particles{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.footer-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center}.footer-logo{font-family:var(--font-family-display, sans-serif);font-size:2em;font-weight:700;margin-bottom:20px}.footer-links{margin-bottom:20px}.footer-links a,.social-links a{color:var(--primary-color, #fff);text-decoration:none;margin:0 15px;transition:color .3s ease}.footer-links a:hover,.social-links a:hover{color:var(--line-color, #7c3aed)}.social-links{font-size:1.8em;margin-bottom:20px}.social-links a{margin:0 10px}.copyright{font-size:.9em;color:#ffffffb3}.mvv-container{padding:4rem 1rem;background:linear-gradient(135deg,#fff,#f8fafc);min-height:40vh;display:flex;align-items:center;justify-content:center}.mvv-wrapper{max-width:1200px;margin:0 auto;width:100%}.mvv-cards-container{display:flex;justify-content:center;align-items:center;gap:10rem;flex-wrap:wrap;margin:0 auto}.mvv-card{background:#fffffff2;border-radius:20px;padding:2.5rem 2rem;text-align:center;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 15px #0000001a,0 2px 8px #0000000d;border:2px solid transparent;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);min-width:280px;position:relative;overflow:hidden}.mvv-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .6s ease}.mvv-card:hover{transform:translateY(-10px) scale(1.03);box-shadow:0 20px 40px #00000026,0 10px 25px #0000001a;border-color:#3b82f64d}.mvv-card:hover:before{left:100%}.mvv-icon-container{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px #667eea4d;transition:all .3s ease}.mvv-card:hover .mvv-icon-container{transform:scale(1.1);box-shadow:0 12px 30px #667eea66}.mvv-icon{font-size:2rem;color:#fff;transition:all .3s ease}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-2px)}20%,40%,60%,80%{transform:translate(2px)}}.shake-animation{animation:shake .6s ease-in-out}.mvv-title{font-size:1.5rem;font-weight:700;color:#374151;margin:0;letter-spacing:2px;text-transform:uppercase;transition:color .3s ease}.mvv-card:hover .mvv-title{color:#667eea}.mvv-modal-overlay{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1000;animation:fadeIn .3s ease}.mvv-modal-overlay.closing{animation:fadeOut .25s ease forwards}.mvv-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:20px;width:90%;max-width:700px;max-height:90vh;overflow-y:auto;z-index:1001;box-shadow:0 25px 50px #00000040;animation:modalSlideIn .3s cubic-bezier(.4,0,.2,1)}.mvv-modal.closing{animation:modalSlideOut .25s cubic-bezier(.4,0,.2,1) forwards}.mvv-modal-header{padding:2rem 2rem 1rem;text-align:center;position:relative;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:20px 20px 0 0}.mvv-modal-icon-container{width:70px;height:70px;margin:0 auto 1rem;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.mvv-modal-icon{font-size:1.8rem;color:#fff}.mvv-modal-title{font-size:2rem;font-weight:700;margin:0;letter-spacing:2px}.mvv-close-btn{position:absolute;top:2rem;right:2rem;background:#fff3;border:none;border-radius:50%;width:40px;height:40px;cursor:pointer;color:#fff;font-size:1.2rem;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center}.mvv-close-btn:hover{background:#ffffff4d;transform:scale(1.1)}.mvv-modal-body{padding:2rem}.mvv-modal-subtitle{font-size:1.2rem;font-weight:600;color:#000;margin-bottom:1.5rem;text-align:center}.mvv-modal-description{font-size:1.1rem;line-height:1.8;color:#374151;margin-bottom:2rem;text-align:justify}.mvv-values-list{background:#f8fafc;padding:1.5rem;border-radius:15px;border-left:4px solid #667eea}.mvv-values-list h4{color:#374151;font-size:1.3rem;margin-bottom:1rem}.mvv-values-list ul{list-style:none;padding:0}.mvv-values-list li{padding:.8rem 0;border-bottom:1px solid #e2e8f0;color:#4b5563;line-height:1.6}.mvv-values-list li:last-child{border-bottom:none}.mvv-values-list strong{color:#667eea;font-weight:600}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes modalSlideIn{0%{opacity:0;transform:translate(-50%,-50%) scale(.8)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes modalSlideOut{0%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(.8)}}@media (max-width: 768px){.mvv-cards-container{flex-direction:column;gap:2rem}.mvv-card{min-width:250px;padding:2rem 1.5rem}.mvv-modal{width:95%;margin:.2rem}.mvv-modal-body{padding:1.5rem}.mvv-modal-title{font-size:1.6rem}}@media (max-width: 480px){.mvv-container{padding:2rem .6rem}.mvv-card{min-width:200px;padding:1.5rem 1rem}.mvv-icon-container{width:60px;height:60px}.mvv-icon{font-size:1.5rem}.mvv-title{font-size:1.2rem}}body.modal-opening{overflow:hidden}.mvv-modal::-webkit-scrollbar{width:6px}.mvv-modal::-webkit-scrollbar-track{background:#f1f5f9}.mvv-modal::-webkit-scrollbar-thumb{background:#667eea;border-radius:3px}.mvv-modal::-webkit-scrollbar-thumb:hover{background:#5a67d8}.titulo-section{color:#000;font-size:2rem;margin:0;text-align:center}.subtitulo-section{color:#000;border-bottom:2px solid purple;width:25cm;max-width:90%;text-align:center;padding-bottom:.3rem;font-size:1.1rem;display:block;margin:1rem auto 2rem}@media (max-width: 768px){.titulo-section{font-size:1.6rem}.subtitulo-section{font-size:1rem;width:80%}}.faq-container{min-height:100vh;background:linear-gradient(135deg,#fff,#f8fafc);padding:80px 16px}.faq-max-width{max-width:1152px;margin:0 auto}.header-section{text-align:center;margin-bottom:64px;opacity:1;transform:translateY(0);transition:all 1s ease-out}.header-icon{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:50%;margin-bottom:24px;box-shadow:0 10px 25px #3b82f64d}.main-title-faq{font-size:3rem;font-weight:700;background:linear-gradient(135deg,#1f2937,#6b7280);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:24px;line-height:1.4}.main-subtitle-faq{max-width:512px;font-size:1.25rem;color:#6b7280;max-width:600px;margin:0 auto;line-height:1.6}.search-section{margin-bottom:48px;animation-delay:.3s}.search-container{position:relative;max-width:600px;margin:0 auto}.search-input{width:100%;padding:16px 16px 16px 48px;background:#ffffffe6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:2px solid rgba(0,0,0,.08);border-radius:12px;color:#1f2937;font-size:16px;transition:all .3s ease;box-sizing:border-box}.search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a}.search-input::placeholder{color:#6b7280}.search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);width:20px;height:20px;color:#000;z-index:1}.clear-search-btn{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;color:#6b7280;cursor:pointer;padding:4px;border-radius:4px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.clear-search-btn:hover{color:#374151;background-color:#0000000d}.search-results-info{text-align:center;margin-top:16px;padding:8px 16px;background:#3b82f61a;border-radius:8px;color:#3b82f6;font-size:14px;display:inline-block}.fade-in{opacity:0;transform:translateY(40px);transition:all 1s ease-out}.fade-in.visible{opacity:1;transform:translateY(0)}.categories-section{margin-bottom:32px;text-align:center}.categories-container{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.category-btn{display:flex;align-items:center;gap:8px;padding:12px 24px;background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(0,0,0,.1);border-radius:50px;font-weight:500;color:#374151;cursor:pointer;transition:all .3s ease}.category-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0000001a;color:#1f2937}.category-btn.active{color:#fff;transform:translateY(-2px) scale(1.05);box-shadow:0 15px 35px #00000026}.category-btn.active.purple{background:linear-gradient(135deg,#8b5cf6,#ec4899)}.category-btn.active.blue{background:linear-gradient(135deg,#3b82f6,#06b6d4)}.category-btn.active.green{background:linear-gradient(135deg,#10b981,#059669)}.category-btn.active.orange{background:linear-gradient(135deg,#f59e0b,#ef4444)}.category-icon{width:16px;height:16px}.expand-section{margin-bottom:32px;text-align:center}.expand-button{display:inline-flex;align-items:center;gap:12px;padding:12px 24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:50px;font-weight:500;cursor:pointer;box-shadow:0 8px 20px #667eea4d;transition:all .3s ease}.expand-button:hover{transform:translateY(-2px);box-shadow:0 12px 30px #667eea66}.expand-arrow{width:20px;height:20px;transition:transform .3s ease}.expand-arrow.rotated{transform:rotate(90deg)}.faq-list{display:flex;flex-direction:column;gap:24px}.faq-card{background:#ffffffe6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(0,0,0,.08);border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0000000d;transition:all .4s ease}.faq-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0000001f;border-color:#00000026}.faq-header{padding:24px;cursor:pointer;display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.user-info{display:flex;align-items:flex-start;gap:16px;flex:1}.avatar-container{position:relative;flex-shrink:0}.online-indicator{position:absolute;bottom:-4px;right:-4px;width:24px;height:24px;background:linear-gradient(135deg,#10b981,#3b82f6);border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid white}.online-dot{width:8px;height:8px;background-color:#fff;border-radius:50%}.user-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid #e5e7eb}.default-avatar{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:14px}.default-avatar.blue{background-color:#3b82f6}.default-avatar.green{background-color:#10b981}.default-avatar.purple{background-color:#8b5cf6}.default-avatar.pink{background-color:#ec4899}.default-avatar.indigo{background-color:#6366f1}.default-avatar.red{background-color:#ef4444}.user-details{flex:1}.user-meta{display:flex;align-items:center;gap:8px;margin-bottom:8px;flex-wrap:wrap}.user-name{font-size:14px;color:#374151;font-weight:500}.user-role{font-size:12px;background-color:#f3f4f6;padding:4px 8px;border-radius:12px;color:#6b7280}.popularity-rating{display:flex;align-items:center;gap:4px;margin-left:auto}.question-text{font-size:18px;font-weight:600;color:#1f2937;line-height:1.4;margin:0}.chevron-icon{width:24px;height:24px;color:#6b7280;transition:all .3s ease;flex-shrink:0;margin-left:16px}.chevron-icon.active{color:#3b82f6;transform:rotate(180deg)}.answer-content{max-height:0;opacity:0;overflow:hidden;transition:all .5s ease}.answer-content.expanded{max-height:400px;opacity:1}.answer-body{padding:0 24px 24px}.answer-text-container{margin-left:64px;padding-left:16px;border-left:2px solid #dbeafe}.answer-text{color:#374151;line-height:1.6;font-size:16px;margin:0}.no-results{text-align:center;padding:48px 0}.no-results-icon{width:96px;height:96px;background-color:#f3f4f6;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.no-results-title{font-size:24px;font-weight:700;color:#1f2937;margin-bottom:16px}.no-results-text{color:#6b7280;margin-bottom:24px}.clear-filters-btn{padding:12px 24px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease}.clear-filters-btn:hover{box-shadow:0 8px 20px #3b82f64d}.cta-section{margin-top:80px;text-align:center}.cta-card{background:#fff9;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid #e5e7eb;border-radius:16px;padding:32px;box-shadow:0 20px 40px #0000001a}.cta-title{font-size:24px;font-weight:700;color:#1f2937;margin-bottom:16px}.cta-text{color:#6b7280;margin-bottom:24px}.cta-button{padding:16px 32px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;border:none;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease}.cta-button:hover{box-shadow:0 12px 30px #3b82f64d;transform:scale(1.05)}@media (max-width: 768px){.faq-container{padding:40px 16px}.main-title{font-size:2rem}.main-subtitle{font-size:1rem}.search-input{font-size:16px}}.ocr-container{position:relative;max-width:100%;background:#fff;padding:1rem;display:flex;align-items:flex-start;justify-content:center;overflow-x:hidden}.ocr-content{position:relative;z-index:10;max-width:1400px!important;width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:24px;padding:1.5rem;border:1px solid rgba(0,0,0,.1);box-shadow:0 10px 40px #0000001a;animation:slideInUp .8s ease-out;margin:1rem 0}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.ocr-header{text-align:center;margin-bottom:2rem}.ocr-header h1{font-size:3rem;font-weight:700;margin-bottom:1rem;line-height:1.4;background:linear-gradient(135deg,#3b82f6,#8b5cf6,#ec4899);background-clip:text;-webkit-background-clip:text;color:transparent;text-shadow:0 4px 12px rgba(59,130,246,.15)}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.ocr-header p{color:#64748b;font-size:1.2rem;font-weight:400}.btn-primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;padding:1rem 2rem;font-size:1rem;font-weight:600;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #3b82f64d;display:inline-flex;align-items:center;gap:.5rem}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #3b82f666}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-secondary2{background:transparent;color:#374151;border:2px solid rgba(0,0,0,.2);padding:1rem 2rem;font-size:1rem;font-weight:600;border-radius:12px;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:inline-flex;align-items:center;gap:.5rem}.btn-secondary2:hover{border-color:#374151;background:#0000000d;transform:translateY(-2px)}.btn-success{background:linear-gradient(135deg,#10b981,#047857);color:#fff;border:none;padding:1rem 2rem;font-size:1rem;font-weight:600;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #10b9814d;display:inline-flex;align-items:center;gap:.5rem}.btn-success:hover{transform:translateY(-2px);box-shadow:0 8px 25px #10b98166}.btn-sample-pdf{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;border:none;padding:.8rem 1.5rem;font-size:.9rem;font-weight:600;border-radius:10px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #8b5cf64d;display:inline-flex;align-items:center;gap:.5rem}.btn-sample-pdf:hover{transform:translateY(-2px);box-shadow:0 8px 25px #8b5cf666}.upload-section{text-align:center;margin-bottom:2rem}.file-input-wrapper{margin-bottom:2rem}.file-input{display:none}.file-drop-zone{border:3px dashed #d1d5db;border-radius:16px;padding:3rem 2rem;text-align:center;cursor:pointer;transition:all .3s ease;background:#f9fafb;position:relative;min-height:200px;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:2rem}.file-drop-zone:hover{border-color:#3b82f6;background:#eff6ff}.file-drop-zone.drag-over{border-color:#3b82f6;background:#eff6ff;transform:scale(1.02)}.file-drop-zone i{font-size:3rem;color:#9ca3af;margin-bottom:1rem}.file-drop-zone:hover i{color:#3b82f6}.file-drop-text{color:#6b7280;font-size:1.1rem;margin-bottom:.5rem}.file-drop-subtext{color:#9ca3af;font-size:.9rem}.file-selected{background:#dcfce7;border-color:#16a34a}.file-selected i{color:#16a34a}.file-selected .file-drop-text{color:#16a34a;font-weight:600}.button-group{display:flex;gap:1rem;justify-content:center;align-items:center;flex-wrap:wrap}.progress-section{margin:2rem 0;padding:2rem;background:#f8fafc;border-radius:16px;border:1px solid #e2e8f0}.progress-bar{width:100%;height:12px;background:#e2e8f0;border-radius:6px;overflow:hidden;margin-bottom:1.5rem;position:relative}.progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#10b981,#8b5cf6);background-size:200% 100%;transition:width .6s cubic-bezier(.4,0,.2,1);border-radius:6px;animation:gradientFlow 2s ease infinite}@keyframes gradientFlow{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.status-text{color:#475569;text-align:center;font-size:1.1rem;font-weight:500;margin-bottom:.5rem}.progress-percentage{text-align:center;font-size:1.2rem;font-weight:600;color:#3b82f6}.image-section{background:#f3f4f6;border:1px solid #d1d5db;border-radius:16px;padding:2rem;margin:2rem 0;animation:fadeInScale .6s ease-out}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.image-section h3{color:#374151;margin-bottom:1.5rem;font-size:1.3rem;font-weight:600;display:flex;align-items:center;gap:.5rem}.image-preview{text-align:center}.image-preview img{max-width:100%;max-height:400px;border-radius:12px;box-shadow:0 10px 30px #00000026;border:2px solid #e5e7eb;transition:transform .3s ease}.image-preview img:hover{transform:scale(1.02)}.results-section{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:16px;padding:2rem;margin-top:2rem;animation:fadeInScale .6s ease-out .2s both}.results-section h3{color:#059669;margin-bottom:1.5rem;font-size:1.3rem;font-weight:600;display:flex;align-items:center;gap:.5rem}.text-preview{background:#fff;padding:2rem;border-radius:12px;color:#374151;font-family:Monaco,Courier New,monospace;font-size:.9rem;line-height:1.6;margin-bottom:1.5rem;max-height:300px;overflow-y:auto;white-space:pre-wrap;border:1px solid #e5e7eb}.text-preview::-webkit-scrollbar{width:6px}.text-preview::-webkit-scrollbar-track{background:#f3f4f6;border-radius:3px}.text-preview::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.success-actions{display:flex;flex-direction:column;gap:1rem;align-items:center}.success-message{color:#059669;font-weight:600;text-align:center;font-size:1.1rem;padding:1rem;background:#dcfce7;border-radius:12px;border:1px solid #bbf7d0;display:flex;align-items:center;justify-content:center;gap:.5rem}.workflow-info{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:2rem;margin-bottom:2rem}.demo-info h4{color:#275fb9;margin-bottom:1.5rem;font-size:1.3rem;font-weight:600;display:flex;align-items:center;gap:.5rem}.demo-info ul{list-style:none;padding:0;margin-bottom:1.5rem}.demo-info li{padding:.8rem 0;color:#475569;font-size:1rem;line-height:1.6;border-bottom:1px solid #e2e8f0}.demo-info li i{margin-right:.5rem;color:#275fb9}.demo-info li:last-child{border-bottom:none}.demo-info code{background:#e2e8f0;color:#374151;padding:.2rem .4rem;border-radius:4px;font-size:.9rem}@media (max-width: 768px){.ocr-container{padding:.5rem}.ocr-content{padding:1.5rem;margin:.5rem 0}.ocr-header h1{font-size:2rem}.ocr-header p{font-size:1rem}.file-drop-zone{padding:2rem 1rem;min-height:150px}.file-drop-zone i{font-size:2.5rem}.button-group{flex-direction:column;width:100%}.btn-primary,.btn-secondary,.btn-success{width:100%;justify-content:center}.progress-section,.image-section,.results-section,.workflow-info{padding:1.5rem}.demo-info li{font-size:.9rem}}@media (max-width: 480px){.ocr-content{padding:1rem}.ocr-header h1{font-size:1.8rem}.file-drop-zone{padding:1.5rem 1rem;min-height:120px}.file-drop-zone i{font-size:2rem;margin-bottom:.5rem}.file-drop-text{font-size:1rem}.file-drop-subtext{font-size:.8rem}.btn-primary,.btn-secondary,.btn-success{padding:.8rem 1.5rem;font-size:.9rem}.text-preview{font-size:.8rem;padding:1rem;max-height:200px}.demo-info h4{font-size:1.1rem}.demo-info li{font-size:.85rem}}.ocr-content{max-width:1000px;padding:1.5rem}.combined-results-section{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:16px;padding:2rem;margin-top:2rem;animation:fadeInScale .6s ease-out .2s both}.combined-results-section h3{color:#059669;margin-bottom:2rem;font-size:1.3rem;font-weight:600;display:flex;align-items:center;gap:.5rem}.results-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}.image-column h4,.text-column h4{color:#374151;margin-bottom:1rem;font-size:1.1rem;font-weight:600;display:flex;align-items:center;gap:.5rem}.image-column .image-preview img{max-width:100%;max-height:300px;border-radius:12px;box-shadow:0 10px 30px #00000026;border:2px solid #e5e7eb}.text-column .text-preview{background:#fff;padding:1.5rem;border-radius:12px;color:#374151;font-family:Monaco,Courier New,monospace;font-size:.9rem;line-height:1.6;margin-bottom:1.5rem;max-height:250px;overflow-y:auto;white-space:pre-wrap;border:1px solid #e5e7eb}.dynamic-notification{position:fixed;top:20px;right:20px;background:linear-gradient(135deg,#10b981,#047857);color:#fff;padding:1rem 1.5rem;border-radius:12px;box-shadow:0 10px 30px #10b9814d;display:flex;align-items:center;gap:.5rem;z-index:1000;animation:slideInFromRight .5s ease-out,fadeOut .5s ease-out 3.5s forwards;font-weight:600}.close-notification{background:none;border:none;color:#fff;margin-left:1rem;cursor:pointer;padding:.2rem;opacity:.8;transition:opacity .3s ease}.close-notification:hover{opacity:1}@keyframes slideInFromRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0;transform:translate(100%)}}@media (max-width: 768px){.results-grid{grid-template-columns:1fr;gap:1.5rem}.dynamic-notification{left:10px;right:10px;top:10px}.ocr-content{padding:1rem}}.info-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:.5rem;border-radius:8px;transition:background-color .3s ease}.info-header h4{margin:0;flex:1}.toggle-icon{color:#6b7280;transition:transform .3s ease,color .3s ease;font-size:1rem}.info-header:hover .toggle-icon{color:#374151}.info-content{max-height:0;overflow:hidden;transition:max-height .4s ease-out,padding .4s ease-out;padding:0 .5rem}.info-content.expanded{max-height:1000px;padding:1rem .5rem .5rem}.info-content ul{margin-top:0}.info-header .fa-chevron-up{transform:rotate(180deg)}@media (max-width: 768px){.info-content.expanded{max-height:1200px}}.success-actions{display:flex;gap:1rem;justify-content:center;align-items:center;flex-wrap:wrap}.results-section{position:relative;padding:1rem;border:1px solid #cccccc;border-radius:8px;background:#fff}.icon-button{position:absolute;top:10px;right:10px;border:none;background:linear-gradient(135deg,#3b82f6,#8b5cf6,#ec4899);padding:.5rem;cursor:pointer;transition:background .2s}.icon-button:hover{background:#3b82f6}.copy-success{background:#10b981;color:#fff}.previews-section{margin:1rem 0}.previews-container{display:flex;gap:1rem;flex-wrap:wrap}.preview-card{flex:1 1 45%;border:1px solid #ccc;border-radius:6px;padding:.5rem;background:#fafafa;text-align:center}.preview-title{font-weight:700;margin-bottom:.5rem;font-size:.9rem}.preview-frame{width:100%;height:150px;border:1px solid #ccc;border-radius:4px;object-fit:contain}
