*{margin:0;padding:0;box-sizing:border-box}body{margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body::-webkit-scrollbar{width:10px}body::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}body::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#f97316,#545454);border-radius:10px}body::-webkit-scrollbar-button{display:none}code{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.highlight{background:linear-gradient(135deg,#ef7e1e,#545454);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.navbar{background:#fff;position:sticky;top:0;z-index:1000;width:100%;box-shadow:0 2px 8px #0000000d;border-bottom:1px solid rgba(0,0,0,.08);overflow:visible}.navbar-container{display:flex;align-items:center;justify-content:space-between;padding:0 40px;margin:0 auto;height:65px;max-width:1400px;position:relative;overflow:visible}.navbar-logo{flex-shrink:0}.navbar-logo-link{display:flex;align-items:center;text-decoration:none}.navbar-logo-img{height:50px;width:auto;object-fit:contain}.navbar-desktop{display:flex;align-items:center;position:relative}.navbar-nav{display:flex;list-style:none;margin:0;padding:0;gap:32px}.navbar-nav-item{position:relative}.navbar-nav-link{position:relative;text-decoration:none;color:#000;font-weight:700;font-size:16px;padding:12px 16px;display:block;transition:all .3s ease;cursor:pointer;border:none;background:none;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;border-radius:6px}.navbar-nav-button{border:none;background:none;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;cursor:pointer;width:auto;text-align:left}.navbar-nav-link:hover{background:#0000000f;color:#333}.navbar-nav-link.active{background:#ef7e1a1a;color:#ef7e1a}.navbar-nav-link.current-page:after{content:"";position:absolute;bottom:-4px;left:50%;transform:translate(-50%);width:80%;height:3px;background:linear-gradient(90deg,#ef7e1a,#545454);border-radius:2px}.submenu-container{position:fixed;top:65px;left:0;right:0;width:100%;background:#fff;border-bottom:1px solid rgba(0,0,0,.1);box-shadow:0 8px 24px #0000001f;z-index:999;animation:slideDown .4s cubic-bezier(.4,0,.2,1);max-height:70vh;overflow-y:auto}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.submenu-wrapper{width:100%;padding:0}.submenu-content{max-width:1400px;margin:0 auto;padding:20px 40px}.submenu-with-sections{display:flex;gap:0}.submenu-section{flex:1;padding:0 30px;position:relative}.submenu-section:not(:last-child):after{content:"";position:absolute;right:0;top:0;bottom:0;width:1px;background:#e5e7eb}.submenu-section-title{color:#ef7e1a;font-weight:700;font-size:16px;margin:0 0 20px;padding-bottom:8px;border-bottom:2px solid #ef7e1a}.submenu-section-items{display:flex;flex-direction:column;gap:8px}.submenu-section-link{text-decoration:none;color:#374151;font-weight:500;font-size:14px;transition:all .3s ease;border-left:3px solid transparent;padding:8px 0 8px 8px}.submenu-section-link:hover{color:#ef7e1a;border-left-color:#ef7e1a;padding-left:12px;font-weight:600}.submenu-simple-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0}.submenu-simple-column{padding:0 30px;position:relative}.submenu-simple-column:not(:last-child):after{content:"";position:absolute;right:0;top:0;bottom:0;width:1px;background:#e5e7eb}.submenu-simple-items{display:flex;flex-direction:column;gap:8px}.submenu-simple-link{text-decoration:none;color:#374151;font-weight:500;font-size:14px;transition:all .3s ease;border-left:3px solid transparent;padding:10px 0 10px 8px}.submenu-simple-link:hover{color:#ef7e1a;border-left-color:#ef7e1a;padding-left:12px;font-weight:600}.navbar-toggle{display:none;flex-direction:column;cursor:pointer;background:none;border:none;padding:8px;gap:4px}.navbar-bar{width:25px;height:3px;background-color:#545454;transition:all .3s ease;border-radius:2px;transform-origin:center}.navbar-bar.active:nth-child(1){transform:translateY(7px) rotate(45deg)}.navbar-bar.active:nth-child(2){opacity:0}.navbar-bar.active:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.navbar-mobile-menu{position:fixed;top:65px;left:-100%;width:100%;height:calc(100vh - 65px);background:#fff;transition:left .4s cubic-bezier(.4,0,.2,1);z-index:998;overflow-y:auto}.navbar-mobile-menu.active{left:0}.navbar-mobile-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:997;opacity:0;animation:fadeIn .3s ease forwards}@keyframes fadeIn{to{opacity:1}}.navbar-mobile-content{padding:24px 20px}.navbar-mobile-nav{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.navbar-mobile-item{border-radius:8px;overflow:hidden;background:#fafbfc;border:1px solid rgba(0,0,0,.06)}.navbar-mobile-link{display:flex;align-items:center;justify-content:space-between;text-decoration:none;color:#000;font-weight:600;font-size:16px;padding:16px 20px;border:none;background:none;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;cursor:pointer;width:100%;text-align:left;transition:all .3s ease}.navbar-mobile-link:hover{background:#ef7e1a14;color:#ef7e1a}.navbar-mobile-button{display:flex;align-items:center;justify-content:space-between;width:100%}.navbar-mobile-arrow{font-size:12px;transition:transform .3s ease;color:#666}.navbar-mobile-arrow.expanded{transform:rotate(180deg)}.navbar-mobile-submenu{background:#fff;border-top:1px solid rgba(0,0,0,.08);animation:expandDown .3s ease}@keyframes expandDown{0%{max-height:0;opacity:0}to{max-height:500px;opacity:1}}.navbar-mobile-subitem{border-bottom:1px solid rgba(0,0,0,.05);padding:8px 0}.navbar-mobile-subitem:last-child{border-bottom:none}.navbar-mobile-sublink{display:block;text-decoration:none;color:#4a5568;font-weight:500;font-size:15px;padding:12px 20px;transition:all .3s ease;border-left:3px solid transparent}.navbar-mobile-subtitle{display:block;color:#ef7e1a;font-weight:700;font-size:15px;padding:16px 20px 12px;margin:0;background:#ef7e1a0d}.navbar-mobile-nested{background:#00000005;padding:8px 0}.navbar-mobile-nested-link{display:block;text-decoration:none;color:#6a7280;font-weight:400;font-size:14px;padding:10px 32px;transition:all .3s ease;border-left:3px solid transparent}.navbar-mobile-nested-link:hover,.navbar-mobile-sublink:hover{background:#ef7e1a1a;color:#ef7e1a;border-left-color:#ef7e1a;padding-left:36px}@media screen and (max-width: 1200px){.navbar-container{padding:0 30px}.navbar-nav{gap:24px}.submenu-content{padding:32px 30px}.submenu-section,.submenu-simple-column{padding:0 20px}}@media screen and (max-width: 992px){.navbar-nav{gap:20px}.navbar-nav-link{font-size:15px;padding:10px 12px}.submenu-content{padding:28px 25px}.submenu-section,.submenu-simple-column{padding:0 15px}.submenu-simple-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 768px){.navbar-desktop{display:none}.navbar-toggle{display:flex}.navbar-container{padding:0 20px}.submenu-container{display:none}.submenu-with-sections{flex-direction:column;gap:30px}.submenu-section:after{display:none}.submenu-simple-grid{grid-template-columns:1fr;gap:20px}.submenu-simple-column:after{display:none}}@media screen and (min-width: 769px){.navbar-desktop{display:flex}.navbar-toggle{display:none}}@media screen and (max-width: 480px){.navbar-container{height:65px;padding:0 16px}.navbar-logo-img{height:42px}.navbar-mobile-menu{top:65px;height:calc(100vh - 65px)}.navbar-mobile-content{padding:20px 16px}.navbar-mobile-link{font-size:15px;padding:14px 16px}.navbar-mobile-sublink,.navbar-mobile-nested-link{font-size:14px;padding-left:16px;padding-right:16px}.navbar-mobile-nested-link{padding-left:28px}.navbar-mobile-nested-link:hover,.navbar-mobile-sublink:hover{padding-left:32px}}.linkstead-root{--linkstead-primary: #f97316;--linkstead-secondary: #545454;--linkstead-text: #0f172a;--linkstead-text-light: #64748b;--linkstead-bg: #ffffff;--linkstead-surface: #f8fafc;--linkstead-border: #e2e8f0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;height:100vh;overflow:hidden;background:var(--linkstead-bg);color:var(--linkstead-text)}.linkstead-hero{height:100vh;position:relative;display:flex;padding:2vh 0 4vh;overflow:hidden;opacity:0;transform:scale(.95);transition:all 1s cubic-bezier(.4,0,.2,1)}.linkstead-hero.linkstead-loaded{opacity:1;transform:scale(1)}.linkstead-bg-layer{position:absolute;inset:0;pointer-events:none}.linkstead-bg-primary{background:radial-gradient(circle at 20% 10%,rgba(139,92,246,.03) 0%,transparent 40%),radial-gradient(circle at 80% 90%,rgba(249,115,22,.03) 0%,transparent 40%),linear-gradient(135deg,#fff,#f8fafc)}.linkstead-bg-gradient{background:radial-gradient(600px circle at var(--mouse-x, 50%) var(--mouse-y, 50%),rgba(139,92,246,.08) 0%,transparent 50%);transition:all .3s ease-out}.linkstead-bg-mesh{background-image:radial-gradient(circle at 25% 25%,rgba(139,92,246,.1) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(249,115,22,.06) 0%,transparent 50%);opacity:.6}.linkstead-particles{position:absolute;inset:0;pointer-events:none}.linkstead-particle{position:absolute;background:linear-gradient(135deg,var(--linkstead-primary),var(--linkstead-secondary));border-radius:50%;animation:linkstead-particleFloat 20s linear infinite}.linkstead-container{max-width:1400px;margin:0 auto;padding:0 3rem;width:100%;position:relative;z-index:2}.linkstead-hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:4rem;align-items:center;height:80vh}.linkstead-hero-content{animation:linkstead-slideInLeft 1s ease-out .3s both}.linkstead-hero-title{font-size:clamp(3.5rem,8vw,5.5rem);font-weight:900;line-height:1.05;margin-bottom:2rem;letter-spacing:-.04em}.linkstead-gradient-text{background:linear-gradient(135deg,var(--linkstead-primary) 0%,var(--linkstead-secondary) 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;position:relative}.linkstead-gradient-text:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,var(--linkstead-primary) 0%,var(--linkstead-secondary) 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:linkstead-textShimmer 3s ease-in-out infinite}.linkstead-hero-description{font-size:1.375rem;color:var(--linkstead-text-light);margin:3rem 0;max-width:580px;line-height:1.6}.linkstead-hero-actions{display:flex;gap:1.5rem;margin-bottom:4rem}.linkstead-btn-icon{width:20px;height:20px;transition:transform .3s ease}.linkstead-btn:hover .linkstead-btn-icon{transform:translate(4px)}.linkstead-btn-glow{position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transform:translate(-100%);transition:transform .6s ease}.linkstead-btn-primary:hover .linkstead-btn-glow{transform:translate(100%)}.linkstead-hero-visual{position:relative;height:600px;animation:linkstead-slideInRight 1s ease-out .5s both}.linkstead-visual-container{position:relative;top:5rem;width:100%;height:100%}.linkstead-float-card{overflow-y:auto;position:absolute;width:200px;height:140px;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(139,92,246,.1);border-radius:20px;padding:1.5rem;box-shadow:0 20px 40px #00000014,0 8px 16px #0000000a;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;z-index:1}.linkstead-float-card::-webkit-scrollbar{width:10px}.linkstead-float-card::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.linkstead-float-card::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#ef7e1a,#545454);border-radius:10px}.linkstead-float-card::-webkit-scrollbar-button{display:none}.linkstead-card-1,.linkstead-card-solutions{top:13%;left:-23%;animation:linkstead-cardFloat 6s ease-in-out infinite}.linkstead-card-2,.linkstead-card-services{top:-9%;left:5%;animation:linkstead-cardFloat 7s ease-in-out infinite 2s}.linkstead-card-3,.linkstead-card-resources{top:15%;left:35%;animation:linkstead-cardFloat 5.5s ease-in-out infinite 1s}.linkstead-card-4,.linkstead-card-industry{top:-5%;left:58%;animation:linkstead-cardFloat 6.5s ease-in-out infinite 1s}.linkstead-card-career{top:45%;left:20%;animation:linkstead-cardFloat 6s ease-in-out infinite 3s}.linkstead-float-card.linkstead-card-expanded{top:-5%;left:auto;width:30vw;height:auto;max-height:70vh;z-index:1000;transform:translateY(-10px) scale(1.02);box-shadow:0 40px 80px #8b5cf633;animation:none}.linkstead-float-card:hover{transform:translateY(-8px) scale(1.05);box-shadow:0 30px 60px #8b5cf626,0 12px 24px #8b5cf61a}.linkstead-card-content{position:relative}.linkstead-card-content h3{font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.linkstead-card-content p{font-size:.9rem;color:var(--linkstead-text-light);margin:0}.linkstead-card-icon{width:25px;height:25px;color:var(--linkstead-primary);margin-bottom:1rem}.linkstead-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.linkstead-card-header.linkstead-expanded{margin-bottom:2rem}.linkstead-card-main-content{display:flex;align-items:center;gap:1rem}.linkstead-card-title{font-size:1.1rem;font-weight:700;margin:0;margin-bottom:.25rem}.linkstead-card-title.linkstead-expanded{font-size:1.3rem}.linkstead-card-subtitle{font-size:.9rem;color:var(--linkstead-text-light);margin:0}.linkstead-card-close{background:none;border:none;cursor:pointer;color:var(--linkstead-text-light);padding:.5rem;border-radius:50%;transition:all .2s ease}.linkstead-card-close:hover{background:#0000000d;color:var(--linkstead-text)}.linkstead-subcards{display:grid;gap:1rem;margin-top:1rem;animation:linkstead-fadeIn .3s ease-out}.linkstead-subcard{display:flex;align-items:center;gap:1rem;padding:1rem;background:#ffffffb3;border-radius:12px;cursor:pointer;transition:all .2s ease;transform:translateY(0)}.linkstead-subcard:hover{transform:translateY(-2px)}.linkstead-subcard-icon{width:25px;height:25px;flex-shrink:0}.linkstead-subcard-content h4{margin:0;font-size:1rem;font-weight:600;margin-bottom:.25rem}.linkstead-subcard-content p{margin:0;font-size:.85rem;color:var(--linkstead-text-light)}.linkstead-subcard-arrow{margin-left:auto;color:var(--linkstead-text-light);flex-shrink:0}.linkstead-nested-subcards{margin-left:2rem;margin-top:.5rem;display:grid;gap:.5rem;animation:linkstead-fadeIn .3s ease-out}.linkstead-nested-subcard{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#ffffff80;border-radius:8px;cursor:pointer;transition:all .2s ease;transform:translateY(0)}.linkstead-nested-subcard:hover{transform:translateY(-1px);box-shadow:0 5px 15px #8b5cf61a}.linkstead-nested-subcard-icon{width:16px;height:16px;flex-shrink:0}.linkstead-nested-subcard-content h5{margin:0;font-size:.9rem;font-weight:600;margin-bottom:.1rem}.linkstead-nested-subcard-content p{margin:0;font-size:.75rem;color:var(--linkstead-text-light)}.linkstead-nested-subcard-arrow{margin-left:auto;color:var(--linkstead-text-light);flex-shrink:0}.linkstead-expand-indicator{position:absolute;bottom:1rem;right:1rem;color:var(--linkstead-text-light);font-size:.8rem;display:flex;align-items:center;gap:.25rem}.linkstead-center-orb{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120px;height:120px}.linkstead-orb-core{width:60px;height:60px;background:linear-gradient(135deg,var(--linkstead-primary),var(--linkstead-secondary));border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 40px #8b5cf666,inset 0 2px 4px #ffffff4d;animation:linkstead-orbPulse 4s ease-in-out infinite}.linkstead-orb-ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border:2px solid rgba(139,92,246,.2);border-radius:50%;animation:linkstead-ringRotate 20s linear infinite}.linkstead-ring-1{width:80px;height:80px;animation-duration:15s}.linkstead-ring-2{width:100px;height:100px;animation-duration:25s;animation-direction:reverse;border-color:#f9731626}.linkstead-ring-3{width:120px;height:120px;animation-duration:30s}.linkstead-float-card{position:absolute}.linkstead-root *{will-change:transform}.linkstead-bg-layer,.linkstead-particles{transform:translateZ(0)}.linkstead-btn-primary{background:linear-gradient(135deg,var(--linkstead-primary),var(--linkstead-secondary));color:#fff;box-shadow:0 20px 40px #8b5cf640,0 8px 16px #8b5cf626}.linkstead-btn-primary:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 30px 60px #8b5cf659,0 12px 24px #8b5cf640}.linkstead-btn-primary:active{transform:translateY(-2px) scale(1.01)}.linkstead-btn-secondary{background:#ffffffe6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:var(--linkstead-text);border:1px solid var(--linkstead-border);box-shadow:0 10px 25px #00000014}.linkstead-btn-secondary:hover{transform:translateY(-3px);background:#fffffff2;box-shadow:0 20px 40px #0000001f}.linkstead-btn{display:inline-flex;align-items:center;gap:.75rem;padding:1.25rem 2.5rem;border-radius:999px;font-weight:700;font-size:1.1rem;border:none;cursor:pointer;position:relative;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1)}@keyframes linkstead-pulse{0%,to{transform:scaleX(1);opacity:1}50%{transform:scaleX(1.5);opacity:.7}}@keyframes linkstead-slideInLeft{0%{opacity:0;transform:translate(-60px)}to{opacity:1;transform:translate(0)}}@keyframes linkstead-slideInRight{0%{opacity:0;transform:translate(60px)}to{opacity:1;transform:translate(0)}}@keyframes linkstead-fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes linkstead-fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes linkstead-sparkle{0%,to{transform:rotate(0) scale(1)}25%{transform:rotate(90deg) scale(1.1)}50%{transform:rotate(180deg) scale(1)}75%{transform:rotate(270deg) scale(1.1)}}@keyframes linkstead-badgeGlow{0%{opacity:0;transform:translate(-100%)}50%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}@keyframes linkstead-textShimmer{0%{background-position:-200% center}to{background-position:200% center}}@keyframes linkstead-cardFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes linkstead-orbPulse{0%,to{transform:translate(-50%,-50%) scale(1);box-shadow:0 0 40px #8b5cf666}50%{transform:translate(-50%,-50%) scale(1.1);box-shadow:0 0 60px #8b5cf699}}@keyframes linkstead-ringRotate{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes linkstead-particleFloat{0%{transform:translateY(100vh) rotate(0);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translateY(-100px) rotate(360deg);opacity:0}}@keyframes linkstead-iconBob{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@media (max-width: 1024px){.linkstead-hero-grid{grid-template-columns:1fr;gap:2rem;text-align:center}.linkstead-hero-description{margin:3rem auto}.linkstead-hero-actions{justify-content:center}.linkstead-hero-visual{display:none}}@media (max-width: 1024px) and (min-height: 390px){.linkstead-hero-description{margin:2.5rem auto}}@media (max-width: 768px){.linkstead-container{padding:0 2rem}.linkstead-hero-title{font-size:3rem}.linkstead-hero-actions{flex-direction:column;align-items:center}.linkstead-btn{width:100%;max-width:300px;justify-content:center}.linkstead-hero-description{font-size:1.5rem}.linkstead-btn{font-size:1.3rem}}@media (max-width: 480px){.linkstead-container{padding:0 1rem}}@media (max-height: 630px){.linkstead-container{padding:0 1rem}.linkstead-visual-container{width:85%}.linkstead-hero-title{font-size:clamp(3.5rem,6vw,5.5rem)}.linkstead-hero-description{margin:2.5rem 0}}.linkstead-intro-wrapper{position:fixed;inset:0;z-index:10000;cursor:pointer;overflow:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,#f8fafc,#fff,#f1f5f9)}.intro-bg-container{position:absolute;inset:0;overflow:hidden}.intro-bg-gradient{position:absolute;inset:0;transition:all 1.2s cubic-bezier(.25,.46,.45,.94);opacity:.7}.intro-bg-overlay{position:absolute;inset:0;background:radial-gradient(circle at 20% 80%,rgba(239,126,26,.08) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(113,113,111,.05) 0%,transparent 50%),radial-gradient(circle at 40% 40%,rgba(239,126,26,.03) 0%,transparent 50%)}.intro-grid-pattern{position:absolute;inset:0;background-image:linear-gradient(rgba(239,126,26,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(239,126,26,.08) 1px,transparent 1px);background-size:50px 50px;animation:introGridMove 20s ease-in-out infinite}.intro-floating-elements{position:absolute;inset:0;pointer-events:none}.intro-floating-dot{position:absolute;width:4px;height:4px;background:#ef7e1a99;border-radius:50%;animation:introFloatProfessional 8s ease-in-out infinite;box-shadow:0 0 12px #ef7e1a66}.intro-floating-dot:nth-child(odd){background:#71716f80;box-shadow:0 0 10px #71716f4d;animation-direction:reverse}.intro-geometric-shapes{position:absolute;inset:0;pointer-events:none;overflow:hidden}.intro-shape{position:absolute;border:2px solid rgba(239,126,26,.15)}.intro-shape-1{width:300px;height:300px;border-radius:50%;top:-10%;right:-10%;background:radial-gradient(circle,rgba(239,126,26,.05) 0%,transparent 70%);animation:introShapeRotateSlow 30s linear infinite;border:2px solid rgba(239,126,26,.12)}.intro-shape-2{width:200px;height:200px;bottom:-5%;left:-5%;background:linear-gradient(45deg,rgba(113,113,111,.06) 0%,transparent 100%);clip-path:polygon(50% 0%,0% 100%,100% 100%);animation:introShapeFloat 25s ease-in-out infinite;border:1px solid rgba(113,113,111,.1)}.intro-shape-3{width:150px;height:150px;top:50%;right:10%;background:#ef7e1a0a;border-radius:15px;transform:rotate(45deg);animation:introShapePulseProfessional 15s ease-in-out infinite;border:2px solid rgba(239,126,26,.1);box-shadow:0 8px 32px #ef7e1a1a}.intro-content-container{position:relative;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#1e293b;padding:2rem;opacity:0;transform:translateY(30px);transition:all 1.2s cubic-bezier(.25,.46,.45,.94)}.intro-content-container.intro-content-visible{opacity:1;transform:translateY(0)}.intro-logo-section{margin-bottom:4rem;animation:introLogoEntranceProfessional 1.8s ease-out}.intro-logo-container{position:relative;display:inline-block;padding:2rem}.intro-logo-bg{position:absolute;inset:-30px;background:radial-gradient(circle,rgba(239,126,26,.12) 0%,transparent 60%),radial-gradient(circle,rgba(113,113,111,.08) 20%,transparent 80%);border-radius:50%;animation:introLogoPulseProfessional 4s ease-in-out infinite}.intro-logo-border{position:absolute;inset:-25px;border:3px solid transparent;border-radius:50%;background:linear-gradient(135deg,#ef7e1a66,#71716f4d) border-box;mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;animation:introLogoBorderRotate 20s linear infinite}.intro-main-logo{width:320px;height:auto;position:relative;z-index:2}.intro-slides-container{margin-bottom:3rem;min-height:280px;display:flex;align-items:center;justify-content:center;perspective:1000px}.intro-slide{max-width:700px;transition:all .8s cubic-bezier(.25,.46,.45,.94);transform-style:preserve-3d}.intro-slide.intro-slide-animating{opacity:0;transform:translateY(40px) rotateX(15deg)}.intro-slide-title{font-size:clamp(2.8rem,7vw,5rem);font-weight:800;margin-bottom:1.5rem;line-height:1.1;letter-spacing:-.03em;background:linear-gradient(135deg,#1e293b,#ef7e1a,#334155,#71716f 90%);background-size:300% 100%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 2px 4px rgba(0,0,0,.1)}.intro-slide-description{font-size:clamp(1.2rem,3vw,1.5rem);color:#475569;line-height:1.7;max-width:580px;margin:0 auto;font-weight:400;text-shadow:0 1px 2px rgba(0,0,0,.05)}.intro-progress-container{margin-bottom:3rem}.intro-progress-dots{display:flex;gap:16px;justify-content:center;align-items:center}.intro-progress-dot{width:12px;height:12px;border-radius:50%;background:#71716f4d;transition:all .5s cubic-bezier(.25,.46,.45,.94);position:relative;border:2px solid rgba(113,113,111,.1)}.intro-progress-dot:before{content:"";position:absolute;inset:-3px;border-radius:50%;background:linear-gradient(135deg,#ef7e1a33,#71716f26);opacity:0;transition:all .3s ease;border:1px solid rgba(239,126,26,.1)}.intro-progress-dot.active{background:linear-gradient(135deg,#ef7e1a,#f59e0b);transform:scale(1.4);border:2px solid rgba(239,126,26,.3);box-shadow:0 0 20px #ef7e1a66,0 0 40px #ef7e1a26,0 4px 12px #ef7e1a33}.intro-progress-dot.active:before{opacity:1;transform:scale(1.5)}.intro-cta-section{margin-bottom:2rem}.intro-skip-text{margin-top:1.5rem;font-size:1rem;color:#64748b;font-weight:400;letter-spacing:.5px;animation:introTextGlow 3s ease-in-out infinite}@keyframes introLogoEntranceProfessional{0%{opacity:0;transform:scale(.3) translateY(-50px);filter:blur(10px)}60%{opacity:.8;transform:scale(1.05) translateY(0);filter:blur(2px)}to{opacity:1;transform:scale(1) translateY(0);filter:blur(0)}}@keyframes introLogoPulseProfessional{0%,to{opacity:.6;transform:scale(1)}50%{opacity:.9;transform:scale(1.08)}}@keyframes introLogoBorderRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes introTextFlow{0%{background-position:-300% center}to{background-position:300% center}}@keyframes introTextGlow{0%,to{opacity:.8;color:#64748b}50%{opacity:1;color:#ef7e1a}}@keyframes introLoadingFlow{0%{transform:translate(-150%)}to{transform:translate(350%)}}@keyframes introFloatProfessional{0%,to{transform:translateY(0) translate(0);opacity:.5}25%{transform:translateY(-15px) translate(5px);opacity:.8}50%{transform:translateY(-25px) translate(-3px);opacity:1}75%{transform:translateY(-10px) translate(8px);opacity:.7}}@keyframes introGridMove{0%,to{transform:translate(0)}50%{transform:translate(-25px,-25px)}}@keyframes introShapeRotateSlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes introShapeFloat{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-40px) rotate(180deg)}}@keyframes introShapePulseProfessional{0%,to{opacity:.3;transform:rotate(45deg) scale(1)}50%{opacity:.6;transform:rotate(45deg) scale(1.15)}}@media (max-width: 1024px){.intro-main-logo{width:280px}.intro-slide-title{font-size:clamp(2.4rem,6vw,4rem)}}@media (max-width: 768px){.intro-content-container{padding:1.5rem}.intro-main-logo{width:240px}.intro-logo-section{margin-bottom:3rem}.intro-slides-container{min-height:220px;margin-bottom:2rem}.intro-slide-title{margin-bottom:1.2rem;font-size:clamp(2rem,5vw,3.2rem)}.intro-slide-description{font-size:clamp(1rem,2.5vw,1.2rem)}.intro-shape-1{width:200px;height:200px}.intro-shape-2{width:120px;height:120px}.intro-shape-3{width:100px;height:100px}}@media (max-width: 480px){.intro-main-logo{width:200px}.intro-logo-section{margin-bottom:2.5rem}.intro-slides-container{min-height:180px;margin-bottom:1.5rem}.intro-progress-container{margin-bottom:2rem}.intro-floating-dot:nth-child(n+15){display:none}}@media (max-height: 700px){.intro-logo-section{margin-bottom:2rem}.intro-main-logo{width:220px}.intro-slides-container{min-height:160px;margin-bottom:1.5rem}.intro-progress-container{margin-bottom:2rem}}@media (max-height: 600px){.intro-content-container{padding:1rem}.intro-logo-section{margin-bottom:1.5rem}.intro-main-logo{width:180px}.intro-slides-container{min-height:120px;margin-bottom:1rem}.intro-slide-title{font-size:clamp(1.8rem,4vw,2.8rem);margin-bottom:.8rem}.intro-slide-description{font-size:clamp(.9rem,2vw,1.1rem)}}.footer-wrapper{background:#1a1a1a;color:#fff;padding:1.5rem 0 0;border-top:1px solid #333}.footer-container{width:100%}.footer-content{margin:0 auto 1rem;padding:0 2rem;display:flex;gap:3rem;align-items:start}.footer-brand-section{display:flex;flex-direction:column;gap:1.5rem}.footer-brand{display:flex;flex-direction:column;gap:1rem}.brand-logo-container{display:none;max-width:150px}.footer-logo{max-height:50px;width:auto}.brand-tagline{font-size:.95rem;line-height:1.5;color:#b0b0b0;margin:0;max-width:350px}.footer-social{display:flex;gap:.75rem}.social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#333;border-radius:8px;color:#fff;font-size:16px;text-decoration:none;transition:background-color .2s ease}.social-link:hover{background:#444}.footer-contact-section{display:flex;flex-direction:column}.footer-title{font-size:1.1rem;font-weight:600;margin-bottom:1.5rem;color:#fff;display:flex;align-items:center;gap:.5rem}.title-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:#ef7e1a;border-radius:4px;color:#fff;font-size:12px}.footer-contact-info{display:flex;gap:3rem}.footer-contact-item{display:flex;align-items:flex-start;gap:.75rem}.contact-icon-wrapper{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#2a2a2a;border-radius:6px;flex-shrink:0}.footer-contact-icon{color:#ef7e1a;font-size:14px}.contact-content{flex:1}.contact-label{display:block;font-size:.85rem;font-weight:500;color:#fff;margin-bottom:.25rem}.contact-address{font-style:normal;line-height:1.4;color:#b0b0b0;font-size:.9rem}.contact-link{color:#b0b0b0;text-decoration:none;font-size:.9rem;transition:color .2s ease}.contact-link:hover{color:#ef7e1a}.footer-bottom{margin:0 auto;padding:.5rem 2rem;border-top:1px solid #333;background:#0f0f0f}.footer-bottom-content{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:2rem}.footer-bottom-left{display:flex;align-items:center}.footer-copyright{font-size:.85rem;color:#888;margin:0;display:flex;align-items:center;gap:.5rem}.footer-copyright i{color:#ef7e1a;font-size:.8rem}.footer-bottom-center{display:flex;justify-content:center}.footer-policies{display:flex;align-items:center;gap:1rem}.policy-link{font-size:.85rem;color:#888;text-decoration:none;transition:color .2s ease}.policy-link:hover{color:#ef7e1a}.policy-separator{color:#555;font-size:.8rem}.footer-bottom-right{display:flex;justify-content:flex-end}.made-with-love{font-size:.85rem;color:#888;display:flex;align-items:center;gap:.5rem}.made-with-love i{color:#e74c3c;font-size:.8rem}.whatsapp-float-container{position:fixed;bottom:2rem;right:2rem;z-index:1000}.footer-whatsapp-float{width:50px;height:50px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #25d3664d;text-decoration:none;transition:transform .2s ease}.footer-whatsapp-float:hover{transform:scale(1.05)}.whatsapp-icon i{font-size:22px;color:#fff}@media screen and (max-width: 768px){.footer-content{flex-direction:column;gap:2rem;text-align:center;margin:auto;align-items:center}.footer-contact-info{flex-direction:column;margin-bottom:1rem;align-items:start}.footer-title{justify-content:start}.footer-brand{align-items:center}.brand-tagline{text-align:center;max-width:none}.footer-social{justify-content:center}.footer-contact-item{text-align:left}.footer-bottom-content{grid-template-columns:1fr;gap:1rem;text-align:center}.footer-bottom-left,.footer-bottom-right{justify-content:center}.footer-policies{flex-wrap:wrap;justify-content:center;gap:.5rem 1rem}}@media screen and (max-width: 480px){.social-link{width:36px;height:36px;font-size:14px}.footer-policies{flex-direction:column;gap:.5rem}.policy-separator{display:none}.footer-contact-info{align-items:center}.footer-title{justify-content:center}.footer-contact-item{flex-direction:column;text-align:center;gap:.5rem}.contact-icon-wrapper{align-self:center}.whatsapp-float-container{bottom:1.5rem;right:1.5rem}.footer-whatsapp-float{width:45px;height:45px}.whatsapp-icon i{font-size:20px}}.footer-section{opacity:1;transform:none}.app{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1;min-height:100vh}@media (max-width: 768px){.main-content{margin-left:0}}.com-loading-container{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#fefefe;display:flex;align-items:center;justify-content:center;z-index:10000;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.com-loading-content{display:flex;flex-direction:column;align-items:center;text-align:center;position:relative}.com-loading-spinner-container{position:relative;margin-bottom:2rem;animation:com-loading-fade-in .6s ease-out}.com-loading-spinner{width:48px;height:48px;position:relative}.com-loading-spinner:before{content:"";position:absolute;inset:0;border:3px solid #f1f5f9;border-top:3px solid #ff8c42;border-radius:50%;animation:com-loading-rotate 1s linear infinite}.com-loading-spinner:after{content:"";position:absolute;inset:6px;border:2px solid transparent;border-top:2px solid #ff9f5c;border-radius:50%;animation:com-loading-rotate-reverse .8s linear infinite}.com-loading-text{margin-bottom:1.5rem}.com-loading-title{color:#2d3748;font-size:1.25rem;font-weight:600;margin:0 0 .5rem;letter-spacing:-.025em;animation:com-loading-fade-in .6s ease-out .2s both}.com-loading-subtitle{color:#4a5568;font-size:.875rem;margin:0;font-weight:400;line-height:1.4;animation:com-loading-fade-in .6s ease-out .4s both}.com-loading-progress{width:200px;height:2px;background:#e2e8f0;border-radius:1px;overflow:hidden;margin-bottom:1.5rem;animation:com-loading-fade-in .6s ease-out .6s both}.com-loading-progress-bar{height:100%;background:linear-gradient(90deg,#ff8c42,#ff7629,#ff8c42);background-size:200% 100%;border-radius:1px;animation:com-loading-progress-slide 2s ease-in-out infinite}.com-loading-status{display:flex;align-items:center;gap:.5rem;animation:com-loading-fade-in .6s ease-out .8s both}.com-loading-status-text{color:#2d3748;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.com-loading-dots{display:flex;gap:4px;margin-left:.5rem}.com-loading-dot{width:4px;height:4px;background:#ff8c42;border-radius:50%;animation:com-loading-dot-pulse 1.4s ease-in-out infinite}.com-loading-dot:nth-child(1){animation-delay:0s}.com-loading-dot:nth-child(2){animation-delay:.2s}.com-loading-dot:nth-child(3){animation-delay:.4s}.com-loading-spinner-minimal{width:20px;height:20px;border:2px solid #e2e8f0;border-top:2px solid #ff8c42;border-radius:50%;animation:com-loading-rotate 1s linear infinite}@keyframes com-loading-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes com-loading-rotate-reverse{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}@keyframes com-loading-fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes com-loading-progress-slide{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes com-loading-dot-pulse{0%,60%,to{transform:scale(1);opacity:.4}30%{transform:scale(1.2);opacity:1}}@media (prefers-color-scheme: dark){.com-loading-container{background:#fefefe}.com-loading-title{color:#2d3748}.com-loading-subtitle{color:#4a5568}.com-loading-status-text{color:#2d3748}.com-loading-spinner:before{border-color:#f1f5f9;border-top-color:#ff8c42}.com-loading-spinner:after{border-top-color:#ff9f5c}.com-loading-progress{background:#e2e8f0}.com-loading-dot{background:#ff8c42}}@media (max-width: 768px){.com-loading-title{font-size:1.375rem}.com-loading-subtitle{font-size:.9375rem;padding:0 1rem}.com-loading-progress{width:200px}.com-loading-spinner{width:56px;height:56px}}@media (max-width: 480px){.com-loading-title{font-size:1.25rem}.com-loading-subtitle{font-size:.875rem}.com-loading-progress{width:180px}.com-loading-spinner{width:52px;height:52px}}@media (prefers-reduced-motion: reduce){.com-loading-spinner:before,.com-loading-spinner:after,.com-loading-progress-bar,.com-loading-dot{animation-duration:2s}}@media (prefers-contrast: high){.com-loading-spinner:before{border-top-color:#ff8c42}.com-loading-title{color:#1a202c}.com-loading-progress-bar,.com-loading-dot{background:#ff8c42}}.legal-container{min-height:calc(100vh - 65px);background-color:#f8f9fa;padding:2rem 0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#545454}.legal-content-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:280px 1fr;gap:3rem;padding:0 2rem}.legal-sidebar{position:sticky;top:85px;height:fit-content;background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 10px #0000001a;border-left:4px solid #ef7e1a;z-index:10}.legal-toc-title{font-size:1.1rem;font-weight:600;margin:0 0 1rem;color:#ef7e1a}.legal-toc-list{list-style:none;padding:0;margin:0}.legal-toc-list li{margin-bottom:.5rem}.legal-toc-list a{display:block;padding:.5rem .75rem;text-decoration:none;color:#545454;border-radius:4px;font-size:.9rem;transition:all .2s ease;cursor:pointer}.legal-toc-list a:hover,.legal-toc-list a.legal-active{background-color:#ef7e1a;color:#fff}.legal-main-content{background:#fff;border-radius:8px;padding:2.5rem;box-shadow:0 2px 10px #0000001a;max-width:100%;overflow-wrap:break-word;word-wrap:break-word;min-width:0}.legal-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #ef7e1a}.legal-title{font-size:2.5rem;font-weight:700;margin:0 0 1rem;color:#ef7e1a;line-height:1.2}.legal-dates{display:flex;gap:2rem;margin-bottom:1.5rem}.legal-effective-date,.legal-last-updated{font-size:.9rem;color:#666;font-style:italic;margin:0}.legal-intro,.legal-acknowledgment{font-size:1.1rem;margin:0 0 1rem;color:#545454}.legal-section{margin-bottom:2.5rem;scroll-margin-top:95px}.legal-section-title{font-size:1.8rem;font-weight:600;margin:0 0 1rem;color:#ef7e1a;padding-bottom:.5rem;border-bottom:1px solid #e9ecef;line-height:1.3}.legal-subsection-title{font-size:1.3rem;font-weight:600;margin:1.5rem 0 .75rem;color:#545454}.legal-content-text{margin:0 0 1rem;color:#545454;font-size:1rem}.legal-content-list{padding-left:1.5rem;margin:1rem 0}.legal-content-list li{margin-bottom:.75rem;color:#545454}.legal-content-list li strong{color:#ef7e1a}.legal-types-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(280px,100%),1fr));gap:clamp(1rem,3vw,1.5rem);margin:1.5rem 0}.legal-browser-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(250px,100%),1fr));gap:clamp(.75rem,2.5vw,1rem);margin:1.5rem 0}.legal-type-card,.legal-browser-item{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:clamp(1rem,3vw,1.5rem);position:relative;word-wrap:break-word;overflow-wrap:break-word;min-width:0}.legal-type-title,.legal-browser-name{font-size:1.1rem;font-weight:600;margin:0 0 .75rem;color:#ef7e1a}.legal-type-description{margin:0 0 1rem;color:#545454;font-size:.95rem}.legal-type-status{position:static;display:inline-block;margin-top:.5rem;padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:600}.legal-required{background-color:#ef7e1a;color:#fff}.legal-optional{background-color:#e9ecef;color:#545454}.legal-table{width:100%;border-collapse:collapse;margin:1.5rem 0;background:#fff;box-shadow:0 1px 3px #0000001a;border-radius:8px;overflow:hidden;font-size:1rem}.legal-table th{background-color:#ef7e1a;color:#fff;font-weight:600;padding:1rem;text-align:left;font-size:.95rem}.legal-table td{padding:1rem;border-bottom:1px solid #e9ecef;vertical-align:top;word-wrap:break-word;overflow-wrap:break-word;min-width:0}.legal-table tr:last-child td{border-bottom:none}.legal-table tr:nth-child(2n){background-color:#f8f9fa}.legal-badge{padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:600;text-transform:uppercase}.legal-necessary{background-color:#ef7e1a;color:#fff}.legal-analytics{background-color:#007bff;color:#fff}.legal-functional{background-color:#28a745;color:#fff}.legal-marketing{background-color:#6f42c1;color:#fff}.legal-note,.legal-important-note,.legal-disclaimer-box,.legal-liability-box{background-color:#fff3e0;border:1px solid #ef7e1a;border-radius:8px;padding:1.5rem;margin:1rem 0;word-wrap:break-word;overflow-wrap:break-word;min-width:0}.legal-note h4,.legal-important-note h4{margin:0 0 .75rem;color:#ef7e1a;font-size:1.1rem}.legal-note p,.legal-important-note p{margin:0;color:#545454}.legal-contact-info{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:1.5rem;margin:1rem 0;word-wrap:break-word;overflow-wrap:break-word;min-width:0}.legal-contact-info h3{margin:0 0 1rem;color:#ef7e1a;font-size:1.3rem}.legal-contact-info address{font-style:normal;margin-bottom:1rem;color:#545454}.legal-contact-info p{margin:.5rem 0;color:#545454}.legal-response-time{font-style:italic;color:#666;margin-top:1rem}.legal-content-text a,.legal-email-link,.legal-phone-link,.legal-browser-link{color:#ef7e1a;text-decoration:none;font-weight:500}.legal-email-link:hover,.legal-phone-link:hover,.legal-browser-link:hover{text-decoration:underline}@media (max-width: 768px){.legal-content-wrapper{grid-template-columns:1fr;gap:2rem;padding:0 1rem}.legal-sidebar{position:static;order:1}.legal-main-content{padding:1.5rem;order:2}.legal-title{font-size:2rem}.legal-section-title{font-size:1.5rem}.legal-dates{flex-direction:column;gap:.5rem}.legal-types-grid,.legal-browser-links{grid-template-columns:1fr}}@media (max-width: 480px){.legal-container{padding:1rem 0}.legal-main-content{padding:1rem}.legal-title{font-size:1.8rem}.legal-section-title{font-size:1.3rem}.legal-table{font-size:.8rem}.legal-table th,.legal-table td{padding:.75rem}.legal-disclaimer-box,.legal-liability-box{padding:1rem}}
