@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@300;400;500;600;700;800&display=swap";:root{--font-main:"Inter", system-ui, -apple-system, sans-serif;--font-heading:"Outfit", sans-serif;--bg-primary:#fff;--bg-secondary:#f4f5f7;--bg-tertiary:#ebecf0;--accent-primary:#0052cc;--accent-secondary:#0747a6;--accent-gradient:linear-gradient(135deg, #0052cc 0%, #0747a6 100%);--text-primary:#172b4d;--text-secondary:#505f79;--text-muted:#7a869a;--border-color:#dfe1e6;--glass-bg:#fffffff2;--glass-border:#dfe1e6;--success:#00875a;--warning:#ff991f;--danger:#de350b;--info:#00b8d9;--radius-sm:4px;--radius-md:6px;--radius-lg:8px;--radius-xl:12px;--shadow-sm:0 1px 1px #091e4226, 0 0 1px #091e4236;--shadow-md:0 4px 8px -2px #091e4240, 0 0 1px #091e424f;--shadow-lg:0 8px 16px -4px #091e4240, 0 0 1px #091e424f;--shadow-xl:0 12px 24px -6px #091e4240, 0 0 1px #091e424f}*{box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0}body{background-color:var(--bg-primary);color:var(--text-primary);font-family:var(--font-main);overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);letter-spacing:-.02em}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:var(--font-main);border:none;outline:none;transition:all .2s}.glass{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border-color);box-shadow:inset 0 1px 0 var(--glass-border), var(--shadow-sm)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--bg-tertiary);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}@keyframes popIn{0%{opacity:0;transform:scale(.9)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.animate-pop-in{animation:.3s cubic-bezier(.34,1.56,.64,1) forwards popIn}.animate-fade-in{animation:.4s ease-out forwards fadeIn}.container{max-width:1400px;margin:0 auto;padding:0 2rem}.badge{text-transform:uppercase;letter-spacing:.05em;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.badge-success{color:var(--success);background:#10b9811a;border:1px solid #10b98133}.badge-warning{color:var(--warning);background:#f59e0b1a;border:1px solid #f59e0b33}.badge-danger{color:var(--danger);background:#ef44441a;border:1px solid #ef444433}.badge-info{color:var(--info);background:#0ea5e91a;border:1px solid #0ea5e933}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spinner{animation:1s linear infinite spin}:root{--atl-blue:#0052cc;--atl-blue-dark:#0747a6;--atl-blue-light:#2684ff;--atl-blue-subtle:#deebff;--atl-green:#36b37e;--atl-red:#ff5630;--atl-yellow:#ffab00;--atl-teal:#00b8d9;--atl-bg-white:#fff;--atl-bg-gray:#f4f5f7;--atl-bg-dark:#091e42;--atl-border:#091e4221;--atl-text:#172b4d;--atl-text-muted:#5e6c84;--atl-text-subtle:#42526e}.landing-page-root{background:var(--atl-bg-white);color:var(--atl-text);min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.6;overflow-x:hidden}.landing-page-root *,.landing-page-root :before,.landing-page-root :after{box-sizing:border-box}.landing-page-root .lp-nav{z-index:100;background:var(--atl-bg-white);border-bottom:1px solid var(--atl-border);justify-content:space-between;align-items:center;padding:1rem 5%;transition:all .3s;display:flex;position:fixed;top:0;left:0;right:0}.landing-page-root .nav-logo{align-items:center;gap:.5rem;text-decoration:none;display:flex}.landing-page-root .nav-logo span{color:var(--atl-text);letter-spacing:-.03em;font-size:1.5rem;font-weight:800}.landing-page-root .nav-links{align-items:center;gap:2.5rem;margin:0;padding:0;list-style:none;display:flex}.landing-page-root .nav-links a{font-size:1rem;font-weight:500;text-decoration:none;transition:color .2s;color:var(--atl-text-subtle)!important}.landing-page-root .nav-links a:hover{color:var(--atl-blue)!important}.landing-page-root .nav-actions{align-items:center;gap:1rem;display:flex}.landing-page-root .btn-ghost{color:var(--atl-blue);cursor:pointer;background:0 0;border:none;border-radius:3px;padding:.5rem 1.25rem;font-size:1rem;font-weight:500;text-decoration:none}.landing-page-root .btn-ghost:hover{background:var(--atl-blue-subtle);color:var(--atl-blue-dark)}.landing-page-root .btn-primary{background:var(--atl-blue);color:#fff;cursor:pointer;border:none;border-radius:3px;padding:.6rem 1.5rem;font-size:1rem;font-weight:500;text-decoration:none;transition:background .2s}.landing-page-root .btn-primary:hover{background:var(--atl-blue-dark)}.landing-page-root .hero{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1400px;min-height:calc(100vh - 70px);margin:0 auto;padding:8rem 5% 4rem;display:grid;position:relative}.landing-page-root .hero:after{content:"";background:var(--atl-blue-subtle);z-index:-1;border-bottom-left-radius:40% 100%;width:45%;position:absolute;top:0;bottom:0;right:0}.landing-page-root .hero-content{max-width:600px;animation:.6s both fadeUp}.landing-page-root .hero h1{letter-spacing:-.02em;color:var(--atl-text);margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4.2rem);font-weight:800;line-height:1.1}.landing-page-root .hero p{color:var(--atl-text-subtle);margin-bottom:2.5rem;font-size:1.25rem;line-height:1.5}.landing-page-root .hero-cta{align-items:center;gap:1rem;display:flex}.landing-page-root .btn-hero{background:var(--atl-blue);color:#fff;cursor:pointer;border-radius:3px;padding:.8rem 1.8rem;font-size:1.1rem;font-weight:500;text-decoration:none;transition:background .2s}.landing-page-root .btn-hero:hover{background:var(--atl-blue-dark)}.landing-page-root .btn-hero-outline{color:var(--atl-blue);cursor:pointer;background:0 0;border-radius:3px;padding:.8rem 1.8rem;font-size:1.1rem;font-weight:500;text-decoration:none;transition:background .2s}.landing-page-root .btn-hero-outline:hover{background:var(--atl-blue-subtle)}.landing-page-root .hero-graphic{animation:.8s .2s both fadeUp;position:relative}.landing-page-root .customer-logos{text-align:center;background:var(--atl-bg-gray);border-bottom:1px solid var(--atl-border);padding:3rem 5%}.landing-page-root .customer-logos p{text-transform:uppercase;letter-spacing:.05em;color:var(--atl-text-muted);margin-bottom:2rem;font-size:.9rem;font-weight:700}.landing-page-root .logo-grid{opacity:.6;flex-wrap:wrap;justify-content:center;gap:4rem;display:flex}.landing-page-root section{padding:6rem 5%}.landing-page-root .section-inner{max-width:1200px;margin:0 auto}.landing-page-root .section-title{color:var(--atl-text);text-align:center;margin-bottom:1.5rem;font-size:clamp(2rem,3.5vw,2.8rem);font-weight:700;line-height:1.2}.landing-page-root .feature-tabs{grid-template-columns:1fr 1.5fr;align-items:center;gap:4rem;margin-top:4rem;display:grid}.landing-page-root .tab-list{flex-direction:column;gap:1rem;display:flex}.landing-page-root .tab-item{cursor:pointer;border-left:4px solid #0000;border-radius:8px;padding:1.5rem;transition:all .2s}.landing-page-root .tab-item h3{color:var(--atl-text);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.landing-page-root .tab-item p{color:var(--atl-text-subtle);font-size:1rem;line-height:1.5;display:none}.landing-page-root .tab-item:hover{background:var(--atl-bg-gray)}.landing-page-root .tab-item.active{background:var(--atl-bg-white);border-left-color:var(--atl-blue);box-shadow:0 8px 16px #091e4214}.landing-page-root .tab-item.active p{display:block}.landing-page-root .tab-image-container{background:var(--atl-bg-gray);border-radius:8px;justify-content:center;align-items:center;min-height:500px;padding:2rem;display:flex;position:relative}.landing-page-root .tab-image{border-radius:6px;width:100%;animation:.4s fadeUp;box-shadow:0 12px 24px #091e4226}.landing-page-root .mockup-browser{background:var(--atl-bg-white);border:1px solid var(--atl-border);border-radius:8px;overflow:hidden;box-shadow:0 20px 40px #091e4226}.landing-page-root .mockup-bar{background:#dfe1e6;align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.landing-page-root .mockup-dot{background:#97a0af;border-radius:50%;width:10px;height:10px}.landing-page-root .mockup-content{grid-template-columns:200px 1fr;min-height:420px;display:grid}.landing-page-root .mock-sidebar{background:var(--atl-bg-gray);border-right:1px solid var(--atl-border);padding:1.5rem 1rem}.landing-page-root .mock-nav-item{color:var(--atl-text-subtle);border-radius:3px;margin-bottom:.2rem;padding:.5rem .6rem;font-size:.85rem;font-weight:500}.landing-page-root .mock-nav-item.active{background:var(--atl-blue-subtle);color:var(--atl-blue)}.landing-page-root .mock-main{background:#fff;padding:1.5rem}.landing-page-root .pricing-section{background:var(--atl-blue);color:#fff}.landing-page-root .pricing-section .section-title{color:#fff}.landing-page-root .pricing-grid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1000px;margin-top:4rem;margin-left:auto;margin-right:auto;display:grid}.landing-page-root .pricing-card{background:var(--atl-bg-white);color:var(--atl-text);border-radius:8px;padding:2.5rem 2rem;position:relative;box-shadow:0 8px 16px #091e421a}.landing-page-root .pricing-card.popular{transform:scale(1.05)}.landing-page-root .popular-badge{background:var(--atl-yellow);color:var(--atl-text);text-transform:uppercase;border-radius:99px;padding:.25rem 1rem;font-size:.75rem;font-weight:700;position:absolute;top:0;left:50%;transform:translate(-50%,-50%)}.landing-page-root .plan-name{margin-bottom:1rem;font-size:1.5rem;font-weight:700}.landing-page-root .price-amount{font-size:3rem;font-weight:800;line-height:1}.landing-page-root .price-period{color:var(--atl-text-muted);font-size:1rem}.landing-page-root .pricing-features{margin:2rem 0;padding:0;list-style:none}.landing-page-root .pricing-features li{color:var(--atl-text-subtle);align-items:flex-start;gap:.75rem;margin-bottom:.75rem;display:flex}.landing-page-root .check{color:var(--atl-green);font-weight:700}.landing-page-root .pricing-btn{cursor:pointer;border:none;border-radius:3px;width:100%;padding:1rem;font-size:1rem;font-weight:500}.landing-page-root .pricing-btn.filled{background:var(--atl-blue);color:#fff}.landing-page-root .pricing-btn.filled:hover{background:var(--atl-blue-dark)}.landing-page-root .pricing-btn.outline{border:1px solid var(--atl-blue);color:var(--atl-blue);background:0 0}.landing-page-root .pricing-btn.outline:hover{background:var(--atl-blue-subtle)}.landing-page-root footer{background:var(--atl-bg-white);border-top:1px solid var(--atl-border);padding:0}.landing-page-root .footer-inner{flex-direction:column;justify-content:center;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;display:flex}.landing-page-root .footer-brand p{color:var(--atl-text-subtle);margin-top:1rem;font-size:.95rem;line-height:1.6}.landing-page-root .footer-col h4{color:var(--atl-text);margin-bottom:1rem;font-size:1rem;font-weight:600}.landing-page-root .footer-col ul{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.landing-page-root .footer-col a{color:var(--atl-text-subtle);text-decoration:none;transition:color .2s}.landing-page-root .footer-col a:hover{color:var(--atl-blue);text-decoration:underline}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (width<=900px){.landing-page-root .hero{text-align:center;grid-template-columns:1fr;padding-top:8rem}.landing-page-root .hero:after{border-top-left-radius:50% 20%;border-top-right-radius:50% 20%;border-bottom-left-radius:0;width:100%;height:40%;top:auto;bottom:0}.landing-page-root .hero-cta{justify-content:center}.landing-page-root .feature-tabs,.landing-page-root .pricing-grid{grid-template-columns:1fr}.landing-page-root .footer-inner{display:flex}.landing-page-root .nav-links{display:none}}.hero-kanban{background:var(--atl-bg-white);border:1px solid var(--atl-border);width:100%;max-width:550px;min-height:320px;transform-style:preserve-3d;border-radius:8px;gap:1rem;padding:1.5rem;display:flex;position:relative;transform:perspective(1000px)rotateY(-5deg)rotateX(2deg);box-shadow:0 30px 60px #091e4226}.kanban-col{background:var(--atl-bg-gray);border-radius:4px;flex-direction:column;flex:1;padding:.75rem;display:flex}.kanban-col-title{color:var(--atl-text-muted);text-transform:uppercase;margin-bottom:1rem;font-size:.75rem;font-weight:700}.kanban-card{z-index:10;cursor:default;background:#fff;border-radius:3px;width:calc(33.33% - 1.5rem);padding:1rem;position:absolute;box-shadow:0 2px 4px #091e4226,0 0 1px #091e424f}.kanban-card-title{background:var(--atl-text);border-radius:4px;width:85%;height:8px;margin-bottom:.75rem}.kanban-card-desc{background:#dfe1e6;border-radius:3px;width:60%;height:6px;margin-bottom:1.25rem}.kanban-card-footer{justify-content:space-between;align-items:center;display:flex}.kanban-avatar{background:var(--atl-blue);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:9px;font-weight:700;display:flex}.kanban-tag{border-radius:3px;width:40px;height:14px}.anim-card-1{animation:8s cubic-bezier(.4,0,.2,1) infinite moveCard1;left:1.5rem}.anim-card-2{animation:8s cubic-bezier(.4,0,.2,1) infinite moveCard2;left:1.5rem}.anim-card-3{animation:8s cubic-bezier(.4,0,.2,1) infinite moveCard3;left:calc(33.33% + 1rem)}@keyframes moveCard1{0%,15%{transform:translateY(40px);box-shadow:0 1px 2px #091e4240}25%,65%{transform:translate(110%,40px);box-shadow:0 1px 2px #091e4240}20%,60%{z-index:20;transform:translate(55%,35px)scale(1.05);box-shadow:0 8px 16px #091e4240}75%,to{transform:translate(220%,80px);box-shadow:0 1px 2px #091e4240}70%{z-index:20;transform:translate(165%,75px)scale(1.05);box-shadow:0 8px 16px #091e4240}}@keyframes moveCard2{0%,40%{transform:translateY(140px);box-shadow:0 1px 2px #091e4240}50%,to{transform:translate(110%,140px);box-shadow:0 1px 2px #091e4240}45%{z-index:20;transform:translate(55%,135px)scale(1.05);box-shadow:0 8px 16px #091e4240}}@keyframes moveCard3{0%,80%{transform:translateY(40px);box-shadow:0 1px 2px #091e4240}90%,to{transform:translate(110%,40px);box-shadow:0 1px 2px #091e4240}85%{z-index:20;transform:translate(55%,35px)scale(1.05);box-shadow:0 8px 16px #091e4240}}.hero-mockup-app{width:100%;max-width:750px;min-height:450px;transform-style:preserve-3d;-webkit-user-select:none;user-select:none;background:#fff;border-radius:10px;transition:transform .5s;display:flex;position:relative;overflow:hidden;transform:perspective(1200px)rotateY(-8deg)rotateX(4deg);box-shadow:0 40px 80px #091e4226,0 0 0 1px #091e4214}.hero-mockup-app:hover{transform:perspective(1200px)rotateY(-4deg)rotateX(2deg)scale(1.02)}.hm-sidebar{background:#f8fafc;border-right:1px solid #091e4214;flex-direction:column;flex-shrink:0;width:150px;display:flex}.hm-sidebar-logo{border-bottom:1px solid #091e4214;align-items:center;gap:.4rem;padding:1rem;display:flex}.hm-sidebar-logo .logo-icon{background:linear-gradient(135deg,#7c3aed,#4f46e5);border-radius:4px;width:18px;height:18px}.hm-sidebar-logo .logo-text{color:#172b4d;font-size:.8rem;font-weight:800;line-height:1}.hm-nav-group{padding:.75rem .5rem}.hm-nav-title{color:#8a94a5;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.4rem;padding:0 .5rem;font-size:.5rem;font-weight:800}.hm-nav-item{color:#42526e;border-radius:4px;align-items:center;gap:.4rem;margin-bottom:.1rem;padding:.35rem .5rem;font-size:.65rem;font-weight:600;display:flex}.hm-nav-item.active{color:#0052cc;background:#deebff}.hm-main{background:#fafbfc;flex-direction:column;flex:1;display:flex}.hm-header{background:#fff;border-bottom:1px solid #091e4214;justify-content:space-between;align-items:center;height:42px;padding:0 1rem;display:flex}.hm-search{background:#f4f5f7;border:1px solid #dfe1e6;border-radius:4px;align-items:center;width:180px;height:24px;padding:0 .5rem;display:flex}.hm-search-icon{border:1.5px solid #8a94a5;border-radius:50%;width:10px;height:10px;position:relative}.hm-search-icon:after{content:"";background:#8a94a5;width:4px;height:1.5px;position:absolute;bottom:-3px;right:-3px;transform:rotate(45deg)}.hm-search-text{color:#8a94a5;margin-left:.4rem;font-size:.6rem}.hm-header-right{align-items:center;gap:.75rem;display:flex}.hm-btn-signout{color:#de350b;background:#ffebe6;border:1px solid #ffbdad;border-radius:3px;padding:.2rem .5rem;font-size:.55rem;font-weight:700}.hm-user-profile{align-items:center;gap:.4rem;display:flex}.hm-user-info{flex-direction:column;align-items:flex-end;display:flex}.hm-user-name{color:#172b4d;font-size:.6rem;font-weight:700;line-height:1}.hm-user-role{color:#5e6c84;font-size:.5rem}.hm-avatar{background:#dfe1e6;border-radius:50%;width:20px;height:20px}.hm-content{flex:1;padding:1.5rem}.hm-content-header{justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;display:flex}.hm-page-title{color:#172b4d;margin-bottom:.25rem;font-size:1.25rem;font-weight:800}.hm-page-sub{color:#5e6c84;font-size:.7rem}.hm-btn-primary{color:#fff;background:#0052cc;border-radius:4px;align-items:center;gap:.25rem;padding:.4rem .75rem;font-size:.65rem;font-weight:700;display:flex}.hm-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.hm-card{opacity:0;background:#fff;border:1px solid #091e421a;border-radius:6px;flex-direction:column;gap:.75rem;padding:1rem;animation:.5s cubic-bezier(.34,1.56,.64,1) both cardPopIn;display:flex;box-shadow:0 1px 2px #091e420d}.hm-card:first-child{border-left:3px solid #0052cc;animation-delay:.2s}.hm-card:nth-child(2){border-left:3px solid #deebff;animation-delay:.4s}.hm-card:nth-child(3){border-left:3px solid #e3fcef;animation-delay:.6s}.hm-card:nth-child(4){border-left:3px solid #ffebe6;animation-delay:.8s}.hm-card:nth-child(5){border-left:3px solid #deebff;animation-delay:1s}@keyframes cardPopIn{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.hm-badges{gap:.4rem;display:flex}.hm-badge{text-transform:uppercase;border-radius:3px;padding:.15rem .4rem;font-size:.5rem;font-weight:800}.hm-badge.blue{color:#0052cc;background:#deebff}.hm-badge.purple{color:#403294;background:#eae6ff}.hm-badge.green{color:#064;background:#e3fcef}.hm-badge.red{color:#bf2600;background:#ffebe6}.hm-card-title{color:#172b4d;font-size:.75rem;font-weight:800;line-height:1.2}.hm-card-desc{color:#5e6c84;font-size:.6rem;line-height:1.4}.hm-card-meta{align-items:center;gap:.75rem;margin-top:auto;display:flex}.hm-meta-item{color:#8a94a5;align-items:center;gap:.25rem;font-size:.55rem;display:flex}.hm-card-actions{border-top:1px solid #f4f5f7;justify-content:space-between;margin-top:.25rem;padding-top:.5rem;display:flex}.hm-action-left{gap:.5rem;display:flex}.hm-action-btn{color:#5e6c84;align-items:center;gap:.2rem;font-size:.55rem;font-weight:700;display:flex}.hm-action-btn.delete{color:#de350b}.hm-action-btn.close{color:#064;background:#e3fcef;border-radius:3px;padding:.2rem .4rem}.features-grid-section{background:var(--atl-bg-white);border-bottom:1px solid var(--atl-border);padding:5rem 1rem}.section-badge{color:var(--atl-blue);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:.85rem;font-weight:800;display:block}.features-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;display:grid}.feature-box{border:1px solid var(--atl-border);background:#fafbfc;border-radius:8px;padding:2rem;transition:transform .2s,box-shadow .2s}.feature-box:hover{background:#fff;transform:translateY(-5px);box-shadow:0 10px 20px #091e4214}.feature-icon-wrapper{margin-bottom:1rem;font-size:2rem}.feature-box h4{color:var(--atl-text);margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.feature-box p{color:var(--atl-text-subtle);margin-bottom:1rem;font-size:.9rem;line-height:1.5}.feature-tag{color:#0052cc;text-transform:uppercase;background:#deebff;border-radius:3px;padding:.2rem .6rem;font-size:.7rem;font-weight:700;display:inline-block}.how-it-works-section{background:#f4f5f7;padding:5rem 1rem}.steps-container{flex-direction:column;gap:2rem;max-width:800px;margin-top:3rem;margin-left:auto;margin-right:auto;display:flex}.step-card{border:1px solid var(--atl-border);background:#fff;border-radius:8px;gap:1.5rem;padding:2rem;display:flex;box-shadow:0 4px 8px #091e420d}.step-number{background:var(--atl-blue);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;font-weight:800;display:flex}.step-content h4{color:var(--atl-text);margin-top:.2rem;margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.step-content p{color:var(--atl-text-subtle);font-size:1rem;line-height:1.6}@media (width<=768px){.features-grid{grid-template-columns:1fr}.step-card{flex-direction:column}}.animate-on-scroll{opacity:0;transition:opacity .6s cubic-bezier(.2,.8,.2,1),transform .6s cubic-bezier(.2,.8,.2,1);transform:translateY(30px)}.animate-on-scroll.animate-in{opacity:1;transform:translateY(0)}.delay-1{transition-delay:.1s}.delay-2{transition-delay:.2s}.delay-3{transition-delay:.3s}.delay-4{transition-delay:.4s}.delay-5{transition-delay:.5s}.delay-6{transition-delay:.6s}.features-split{align-items:center;gap:4rem;margin-top:3rem;display:flex}.features-list-col{flex-direction:column;flex:1;gap:1.5rem;display:flex}.features-graphic-col{background:#fff;border-radius:12px;flex-direction:column;flex:1.2;min-height:450px;padding:2rem;display:flex;position:relative;overflow:hidden;box-shadow:0 40px 80px #091e421a,0 0 0 1px #091e4214}.feature-list-item{background:#fff;border:1px solid #0000;border-radius:8px;gap:1rem;padding:1rem;transition:all .2s;display:flex}.feature-list-item:first-child{background:#fafbfc;border-left:3px solid #0052cc}.feature-list-item:nth-child(2){border-left:3px solid #ff5630;box-shadow:0 2px 4px #091e4208}.feature-list-item:nth-child(3){background:#fafbfc;border-left:3px solid #36b37e}.feature-list-item:nth-child(4){border-left:3px solid #6554c0;box-shadow:0 2px 4px #091e4208}.feature-list-item:first-child:hover{background:#deebff;border-color:#deebff}.feature-list-item:nth-child(2):hover{background:#ffebe6;border-color:#ffebe6}.feature-list-item:nth-child(3):hover{background:#e3fcef;border-color:#e3fcef}.feature-list-item:nth-child(4):hover{background:#eae6ff;border-color:#eae6ff}.feature-list-icon{flex-shrink:0;font-size:1.5rem}.feature-list-text h4{color:var(--atl-text);margin-top:0;margin-bottom:.2rem;font-size:1rem;font-weight:700}.feature-list-text p{color:var(--atl-text-subtle);margin:0;font-size:.85rem;line-height:1.5}.lc-pipeline{flex:1;justify-content:space-between;height:100%;display:flex;position:relative}.lc-stage{flex-direction:column;flex:1;align-items:center;padding:1rem 0;display:flex;position:relative}.lc-stage-title{color:#8a94a5;text-transform:uppercase;margin-bottom:2rem;font-size:.6rem;font-weight:800}.lc-pipeline:before{content:"";z-index:1;background:#dfe1e6;height:2px;position:absolute;top:4rem;left:15%;right:15%}.lc-animated-card{z-index:10;background:#fff;border-left:4px solid #0052cc;border-radius:6px;width:140px;padding:.75rem;animation:6s ease-in-out infinite taskLifecycle;position:absolute;top:3.2rem;left:15%;transform:translate(-50%);box-shadow:0 4px 8px #091e4226,0 0 1px #091e424f}@keyframes taskLifecycle{0%{opacity:0;border-left-color:#0052cc;left:16.66%;transform:translate(-50%,-20px)scale(.9)}10%{opacity:1;left:16.66%;transform:translate(-50%)scale(1)}30%{border-left-color:#0052cc;left:16.66%}40%{border-left-color:#ff5630;left:50%;transform:translate(-50%)scale(1.05)}60%{border-left-color:#ff5630;left:50%;transform:translate(-50%)scale(1)}70%{border-left-color:#36b37e;left:83.33%;transform:translate(-50%)scale(1)}90%{opacity:1;left:83.33%;transform:translate(-50%)scale(1)}to{opacity:0;border-left-color:#36b37e;left:83.33%;transform:translate(-50%,20px)scale(.9)}}.lc-card-header{background:#0052cc;border-radius:3px;width:60%;height:6px;margin-bottom:.5rem}.lc-card-body{background:#dfe1e6;border-radius:2px;width:40%;height:4px;margin-bottom:.75rem}.lc-card-footer{justify-content:space-between;align-items:center;display:flex}.lc-card-tag{background:#deebff;border-radius:3px;width:40px;height:12px}.lc-card-avatar{color:#fff;background:#0747a6;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:6px;font-weight:800;display:flex}@keyframes headerColor{0%,30%{background:#0052cc}40%,60%{background:#ff5630}70%,to{background:#36b37e}}@keyframes tagBg{0%,30%{background:#deebff}40%,60%{background:#ffebe6}70%,to{background:#e3fcef}}@keyframes avatarBg{0%,30%{background:#0747a6}40%,60%{background:#bf2600}70%,to{background:#064}}.lc-card-header{animation:6s ease-in-out infinite headerColor}.lc-card-tag{animation:6s ease-in-out infinite tagBg}.lc-card-avatar{animation:6s ease-in-out infinite avatarBg}.lc-node{z-index:2;background:#fff;border:2px solid #dfe1e6;border-radius:50%;width:16px;height:16px;margin-bottom:1rem}.lc-stage:first-child .lc-node{border-color:#0052cc}.lc-stage:nth-child(2) .lc-node{border-color:#ff5630}.lc-stage:nth-child(3) .lc-node{border-color:#36b37e}.lc-alert{color:#bf2600;opacity:0;text-align:center;background:#ffebe6;border-left:3px solid #ff5630;border-radius:4px;width:80%;padding:.5rem 1rem;font-size:.75rem;font-weight:700;animation:6s ease-in-out infinite alertPop;position:absolute;bottom:3rem;left:50%;transform:translate(-50%)}@keyframes alertPop{0%,35%{opacity:0;transform:translate(-50%,10px)}40%,60%{opacity:1;transform:translate(-50%)}65%,to{opacity:0;transform:translate(-50%,-10px)}}@media (width<=900px){.features-split{flex-direction:column}}.fade-in{animation:.4s ease-out both fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.esc-graphic{flex-direction:column;justify-content:center;align-items:center;gap:2rem;height:100%;display:flex;position:relative}.esc-card{background:#fff;border:1px solid #ffbdad;border-left:4px solid #ff5630;border-radius:8px;width:70%;padding:1.5rem;animation:2s infinite pulseRed;box-shadow:0 10px 20px #ff56301a}@keyframes pulseRed{0%,to{box-shadow:0 4px 10px #ff56301a}50%{box-shadow:0 10px 25px #ff56304d}}.esc-card-header{color:var(--atl-text);margin-bottom:.5rem;font-weight:800}.esc-card-desc{color:var(--atl-text-subtle);margin-bottom:1rem;font-size:.85rem}.esc-status{color:#bf2600;background:#ffebe6;border-radius:3px;padding:.2rem .6rem;font-size:.75rem;font-weight:700;display:inline-block}.esc-email{background:#fff;border:1px solid #dfe1e6;border-radius:8px;align-items:center;width:80%;padding:1rem 1.5rem;animation:4s ease-out infinite slideEmail;display:flex;position:absolute;bottom:3rem;box-shadow:0 10px 30px #091e421a}@keyframes slideEmail{0%,20%{opacity:0;transform:translateY(50px)}30%,80%{opacity:1;transform:translateY(0)}90%,to{opacity:0;transform:translateY(-20px)}}.org-graphic{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding-top:2rem;display:flex}.org-node{border:2px solid var(--atl-blue);color:var(--atl-blue);z-index:2;background:#fff;border-radius:20px;padding:.5rem 1.5rem;font-size:.85rem;font-weight:700;animation:.5s ease-out backwards popNode;position:relative;box-shadow:0 4px 8px #091e420d}@keyframes popNode{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.org-node.child{border-color:var(--atl-green);color:var(--atl-green);animation-delay:.2s}.org-node.sub{border-color:var(--atl-purple);color:var(--atl-purple);padding:.4rem 1rem;font-size:.75rem;animation-delay:.4s}.org-lines{width:140px;height:30px;position:relative}.org-line-horiz{background:#dfe1e6;height:2px;position:absolute;top:15px;left:0;right:0}.org-line-vert{background:#dfe1e6;width:2px;position:absolute;top:0;bottom:0}.org-line-vert.left{left:0}.org-line-vert.right{right:0}.org-children{justify-content:space-between;width:240px;display:flex}.org-sub-lines{justify-content:space-between;width:140px;height:20px;margin-top:10px;display:flex}.org-sub-children{justify-content:space-between;width:180px;display:flex}.dash-graphic{flex-direction:column;justify-content:flex-end;align-items:center;height:100%;padding:2rem;display:flex}.dash-stat{text-align:center;margin-bottom:3rem;animation:2s infinite pulseStat}.dash-stat h3{color:var(--atl-blue);letter-spacing:-2px;margin:0;font-size:4rem;font-weight:900}.dash-stat p{color:var(--atl-text-subtle);text-transform:uppercase;margin:0;font-size:1rem;font-weight:700}@keyframes pulseStat{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.dash-chart{justify-content:space-between;align-items:flex-end;gap:1rem;width:80%;height:150px;display:flex}.dash-bar{background:var(--atl-blue);border-radius:4px 4px 0 0;flex:1;justify-content:center;animation:1s ease-out backwards growBar;display:flex;position:relative}.dash-bar span{color:var(--atl-text-subtle);font-size:.75rem;font-weight:700;position:absolute;bottom:-25px}.dash-bar.b1{background:#b3d4ff;height:40%;animation-delay:.1s}.dash-bar.b2{background:#4c9aff;height:60%;animation-delay:.2s}.dash-bar.b3{background:#0052cc;height:85%;animation-delay:.3s}.dash-bar.b4{background:#0747a6;height:100%;animation-delay:.4s}@keyframes growBar{0%{opacity:0;height:0}to{opacity:1}}.hierarchy-graphic{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding-top:1rem;display:flex}.h-card{border:1px solid var(--atl-border);z-index:2;background:#fff;border-radius:8px;align-items:center;gap:.75rem;min-width:160px;padding:.75rem 1.25rem;animation:.5s cubic-bezier(.175,.885,.32,1.275) backwards hPop;display:flex;position:relative;box-shadow:0 8px 16px #091e420f}.h-card.root{border-left:4px solid #6554c0}.h-card.child:first-child{border-left:4px solid #0052cc;animation-delay:.2s}.h-card.child:nth-child(2){border-left:4px solid #36b37e;animation-delay:.4s}@keyframes hPop{0%{opacity:0;transform:scale(.8)translateY(-20px)}to{opacity:1;transform:scale(1)translateY(0)}}.h-avatar{color:#6554c0;background:#eae6ff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:.85rem;font-weight:800;display:flex}.h-avatar.blue{color:#0052cc;background:#deebff}.h-avatar.green{color:#36b37e;background:#e3fcef}.h-info{flex-direction:column;display:flex}.h-name{color:var(--atl-text);font-size:.9rem;font-weight:800}.h-role{color:var(--atl-text-subtle);margin-top:2px;font-size:.75rem}.h-connections{flex-direction:column;align-items:center;width:200px;height:50px;display:flex;position:relative}.h-line-main{background:#dfe1e6;width:2px;height:25px;position:relative;overflow:hidden}.h-line-main:after{content:"";background:linear-gradient(#0000,#0052cc,#0000);height:100%;animation:2s infinite dataFlow;position:absolute;top:-100%;left:0;right:0}.h-line-split{border-top:2px solid #dfe1e6;border-left:2px solid #dfe1e6;border-right:2px solid #dfe1e6;border-radius:6px 6px 0 0;width:100%;height:25px}.h-children{justify-content:space-between;width:340px;display:flex}@keyframes dataFlow{0%{top:-100%}to{top:100%}}.h-children{flex-wrap:wrap;justify-content:center;gap:1rem;width:100%;display:flex}.h-line-split{width:80%;margin:0 auto}.h-card.child:nth-child(3){border-left:4px solid #ff5630;animation-delay:.6s}.h-avatar.purple{color:#6554c0;background:#eae6ff}.h-card{min-width:140px;padding:.5rem .75rem}.h-avatar{width:30px;height:30px;font-size:.7rem}.h-name{font-size:.8rem}.h-role{font-size:.65rem}.hierarchy-graphic{transform-origin:top;padding-top:0;transform:scale(.85)}.h-connections.small{height:30px}.h-connections.small .h-line-main{height:15px}.h-connections.small .h-line-split{width:40%;height:15px}.h-children.level-3{gap:2rem;width:70%;margin:0 auto}.h-card.sub-child{border-left:3px solid #8993a4;min-width:120px;animation-delay:.8s}.h-card.sub-child:nth-child(2){animation-delay:1s}
