.landing-page{--lp-primary:#00a651;--lp-primary-dark:#008f45;--lp-primary-soft:#e8f7ee;--lp-panel:#f3fbf6;--lp-navy:#1b1b2f;--lp-footer:#1b1b2f;--lp-muted:#64748b;--lp-border:#e8edf2;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--lp-navy);background:#fff;-webkit-font-smoothing:antialiased;overflow-x:clip}.landing-page *,.landing-page :after,.landing-page :before{box-sizing:border-box}.landing-container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.landing-nav{position:absolute;top:0;left:0;right:0;z-index:10;padding:1.25rem 0}.landing-nav-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:1rem;gap:1rem}.landing-logo{display:inline-flex;align-items:center;justify-self:start;background:#fff;border-radius:10px;padding:.45rem .85rem;text-decoration:none;line-height:0;box-shadow:0 2px 8px rgba(27,27,47,.08)}.landing-logo img{height:24px;width:auto;display:block}.landing-nav-links{display:none;align-items:center;justify-content:center;gap:2rem;list-style:none;margin:0;padding:0;justify-self:center}.landing-nav-links li{margin:0;padding:0}.landing-nav-links a{color:#fff;text-decoration:none;font-size:.875rem;font-weight:500;letter-spacing:.01em;opacity:.92;transition:opacity .15s ease}.landing-nav-light .landing-nav-links a{color:var(--lp-navy);opacity:.85}.landing-nav-light .landing-nav-links a:hover{opacity:1;color:var(--lp-primary)}.landing-nav-links a:hover{opacity:1}.landing-nav-login{display:inline-flex;align-items:center;justify-content:center;justify-self:end;min-height:40px;padding:0 1.25rem;border-radius:10px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.35);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;font-size:.875rem;font-weight:600;text-decoration:none;transition:background .15s ease,border-color .15s ease}.landing-nav-login:hover{background:rgba(255,255,255,.22);border-color:rgba(255,255,255,.5);color:#fff}.landing-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 18% 22%,rgba(255,255,255,.14),transparent 42%),radial-gradient(circle at 82% 78%,rgba(16,185,129,.2),transparent 40%),linear-gradient(203deg,#14b870 13.84%,#00a651 83.53%);padding:6.5rem 0 4.5rem}.landing-hero:before{content:"";position:absolute;right:-8%;top:10%;width:432px;height:432px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.12) 0,transparent 70%);pointer-events:none}.landing-hero-grid{display:grid;grid-template-columns:1fr;grid-gap:3rem;gap:3rem;align-items:center;padding-top:2rem}.landing-hero-copy{position:relative;z-index:2;max-width:34rem}.landing-hero h1{color:#fff;font-size:clamp(2rem,4.2vw,3.25rem);font-weight:700;line-height:1.12;letter-spacing:-.025em;margin:0 0 1.25rem}.landing-hero-accent{display:inline-block;position:relative;padding-bottom:.2em}.landing-hero-accent:after{content:"";position:absolute;left:0;right:0;bottom:0;height:.22em;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 8' preserveAspectRatio='none'%3E%3Cpath d='M1 6 C30 2, 60 7, 119 3' stroke='%23ffffff' stroke-width='2.5' fill='none' opacity='0.75'/%3E%3C/svg%3E") no-repeat bottom;background-size:100% 100%;pointer-events:none}.landing-hero-lede{color:rgba(255,255,255,.9);font-size:1.0625rem;line-height:1.7;max-width:32rem;margin:0 0 2rem}.landing-hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:1rem 1.5rem}.landing-btn-primary{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 1.75rem;border-radius:10px;background:#fff;color:var(--lp-primary);font-weight:600;font-size:.9375rem;text-decoration:none;border:none;white-space:nowrap;transition:background .15s ease,color .15s ease}.landing-btn-primary:hover{background:var(--lp-primary-soft);color:var(--lp-primary-dark)}.landing-btn-link{display:inline-flex;align-items:center;gap:.45rem;min-height:48px;color:#fff;font-weight:500;text-decoration:none;font-size:.9375rem;transition:opacity .15s ease}.landing-btn-link:hover{color:#fff;opacity:.88}.landing-hero-visual{position:relative;display:flex;align-items:center;justify-content:center;width:100%}.landing-dashboard-wrap{position:relative;width:100%;max-width:500px;margin:0 auto}.landing-dashboard{position:relative;z-index:1;background:#fff;border-radius:16px;border:1px solid var(--lp-border);box-shadow:0 24px 64px rgba(27,27,47,.14);padding:1.25rem;transform:perspective(1200px) rotateY(-5deg) rotateX(3deg)}.landing-skeleton-line{height:8px;width:60%;background:#dce8ef;border-radius:4px}.landing-dashboard-header{display:flex;align-items:center;gap:.5rem;padding-bottom:.75rem;border-bottom:1px solid var(--lp-border);margin-bottom:1rem}.landing-dashboard-dot{width:10px;height:10px;border-radius:50%;background:#e8edf2}.landing-dashboard-title{font-weight:700;font-size:1.1rem;margin-left:.5rem}.landing-dashboard-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:.75rem;gap:.75rem;margin-bottom:1rem}.landing-stat-card{background:#f5f7fa;border-radius:10px;padding:.75rem;min-height:72px}.landing-stat-card .bar{height:4px;background:#dce8ef;border-radius:2px;margin-top:.5rem}.landing-stat-card .bar-fill{height:100%;background:var(--lp-primary);border-radius:2px}.landing-chart-area{background:var(--lp-primary-soft);border-radius:10px;padding:1rem;display:flex;align-items:flex-end;gap:.5rem;height:140px}.landing-chart-bar{flex:1 1;background:linear-gradient(180deg,#14b870,#00a651);border-radius:4px 4px 0 0;min-height:20%}.landing-float-card{position:absolute;z-index:2;background:#fff;border-radius:12px;border:1px solid var(--lp-border);box-shadow:0 12px 32px rgba(27,27,47,.1);padding:.875rem 1rem}.landing-float-label{display:block;font-size:.8125rem;font-weight:700;color:var(--lp-navy);margin-bottom:.15rem}.landing-float-muted{font-size:.75rem;color:var(--lp-muted);margin-bottom:.25rem}.landing-float-card.chart-mini{left:-1.5rem;bottom:1.5rem;width:168px}.landing-float-card.status-mini{right:-.75rem;top:-.75rem;width:200px}.landing-float-card.status-mini .landing-float-label{margin-bottom:.35rem}.landing-mini-bars{display:flex;align-items:flex-end;gap:4px;height:60px;margin-top:.5rem}.landing-mini-bars span{flex:1 1;background:var(--lp-primary);border-radius:3px 3px 0 0;opacity:.85}.landing-status-row{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#475569;margin-top:.4rem}.landing-status-row:first-of-type{margin-top:0}.landing-status-dot{flex-shrink:0;width:8px;height:8px;border-radius:50%}.landing-partners{padding:3rem 0;border-bottom:1px solid var(--lp-border);background:#fff}.landing-partners-list{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:2rem 3rem}.landing-partner-name{font-size:1.125rem;font-weight:700;letter-spacing:-.02em;color:#94a3b8}.landing-feature{padding:5rem 0}.landing-feature-grid{display:grid;grid-template-columns:1fr;grid-gap:3rem;gap:3rem;align-items:center}.landing-feature-copy{display:flex;flex-direction:column;justify-content:center;max-width:32rem}.landing-feature-copy h2{margin-top:0}.landing-feature-lede{color:var(--lp-muted);margin:1rem 0 0;line-height:1.65}.landing-feature-reverse .landing-feature-visual{order:-1}.landing-feature h2{font-size:clamp(1.75rem,3vw,2.125rem);font-weight:700;line-height:1.22;letter-spacing:-.02em;margin-bottom:1rem}.landing-feature p{color:var(--lp-muted);line-height:1.7;margin-bottom:1.5rem}.landing-feature-visual{display:flex;align-items:center;justify-content:center;width:100%}.landing-feature-badge{width:48px;height:48px;font-size:1.15rem;margin-bottom:1rem}.landing-hr-unified{width:100%;max-width:480px;margin:0 auto}.landing-hr-unified-card{background:#fff;border-radius:16px;border:1px solid var(--lp-border);box-shadow:0 24px 48px rgba(27,27,47,.1);padding:1.25rem;overflow:hidden}.landing-hr-unified-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.landing-hr-unified-eyebrow{display:block;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#3b82f6;margin-bottom:.2rem}.landing-hr-unified-title{display:block;font-size:1.0625rem;font-weight:700;color:var(--lp-navy)}.landing-hr-clock-btn{display:inline-flex;align-items:center;gap:.35rem;flex-shrink:0;padding:.45rem .85rem;border-radius:10px;background:var(--lp-primary);color:#fff;font-size:.8125rem;font-weight:600;box-shadow:0 4px 12px rgba(0,166,81,.25)}.landing-hr-unified-stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:.5rem;gap:.5rem;margin-bottom:1rem}.landing-hr-stat{background:#f5f7fa;border-radius:10px;padding:.55rem .4rem;text-align:center}.landing-hr-stat strong{display:block;font-size:1.125rem;font-weight:700;line-height:1.1;color:var(--lp-navy)}.landing-hr-stat span{display:block;font-size:.625rem;color:var(--lp-muted);margin-top:.15rem}.landing-hr-stat-green strong{color:var(--lp-primary)}.landing-hr-stat-green{background:var(--lp-primary-soft)}.landing-hr-stat-amber strong{color:#d97706}.landing-hr-stat-amber{background:#fffbeb}.landing-hr-stat-blue strong{color:#2563eb}.landing-hr-stat-blue{background:#eff6ff}.landing-hr-unified-map{display:flex;align-items:center;gap:.65rem;padding:.65rem .75rem;background:#f8fafc;border:1px solid var(--lp-border);border-radius:10px;margin-bottom:1rem}.landing-hr-unified-map>i{font-size:1.25rem;color:#2563eb;flex-shrink:0}.landing-hr-unified-map strong{display:block;font-size:.8125rem;color:var(--lp-navy)}.landing-hr-unified-map span{display:block;font-size:.6875rem;color:var(--lp-muted)}.landing-hr-unified-list-head,.landing-hr-unified-row{display:grid;grid-template-columns:1.6fr .55fr 1fr;grid-gap:.5rem;gap:.5rem;align-items:center}.landing-hr-unified-list-head{font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--lp-muted);padding-bottom:.4rem;border-bottom:1px solid var(--lp-border);margin-bottom:.35rem}.landing-hr-unified-person{display:flex;align-items:center;gap:.5rem;min-width:0}.landing-hr-unified-time{font-size:.75rem;font-weight:600;color:#334155;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.landing-hr-status-pill{justify-self:start;font-size:.625rem;font-weight:600;border-radius:999px;padding:.2rem .45rem;white-space:nowrap}.landing-hr-status-in{background:var(--lp-primary-soft);color:var(--lp-primary-dark)}.landing-hr-status-late{background:#fffbeb;color:#b45309}.landing-hr-status-leave{background:#eff6ff;color:#2563eb}.landing-hr-unified-row{padding:.4rem 0;border-bottom:1px solid #f1f5f9}.landing-hr-unified-row:last-child{border-bottom:none}.landing-hr-unified-footer{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--lp-border)}.landing-hr-footer-chip{display:inline-flex;align-items:center;gap:.35rem;font-size:.6875rem;font-weight:600;color:#475569;background:#f5f7fa;border-radius:999px;padding:.35rem .65rem}.landing-hr-footer-chip i{color:var(--lp-primary)}@media (max-width:767.98px){.landing-hr-unified-stats{grid-template-columns:repeat(2,1fr)}.landing-hr-unified-list-head span:nth-child(2),.landing-hr-unified-time{display:none}.landing-hr-unified-list-head,.landing-hr-unified-row{grid-template-columns:1fr auto}}.landing-finance-visual{position:relative;width:100%;max-width:480px;margin:0 auto}.landing-finance-header{font-size:.875rem;font-weight:700;color:var(--lp-navy);margin-bottom:.85rem}.landing-finance-summary{margin-bottom:.85rem}.landing-finance-chart{height:90px;margin-bottom:.85rem}.landing-finance-table{margin-top:0}.landing-finance-float{position:absolute;right:-.5rem;bottom:1.5rem;width:190px;z-index:2}.landing-text-link{color:var(--lp-primary);font-weight:500;text-decoration:none;display:inline-flex;align-items:center;gap:.35rem}.landing-text-link:hover{color:var(--lp-primary-dark)}.landing-phone-stack{position:relative;width:100%;max-width:420px;min-height:360px;display:flex;align-items:center;justify-content:center;margin:0 auto}.landing-phone{width:190px;background:#1b1b2f;border-radius:28px;padding:10px;box-shadow:0 20px 40px rgba(27,27,47,.15)}.landing-phone:first-child{transform:rotate(-6deg) translateX(-30px);z-index:1}.landing-phone:nth-child(2){transform:rotate(5deg) translateX(30px);margin-top:-1.5rem;z-index:2}.landing-phone-screen{background:#fff;border-radius:20px;min-height:340px;padding:1rem;overflow:hidden}.landing-laptop{width:100%;max-width:440px;margin:0 auto;background:#e8edf2;border-radius:12px 12px 0 0;padding:12px 12px 0;box-shadow:0 24px 48px rgba(27,27,47,.12)}.landing-laptop-screen{background:#fff;border-radius:6px 6px 0 0;min-height:280px;padding:1rem}.landing-calendar{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:.5rem;gap:.5rem;margin-top:1rem}.landing-calendar-cell{background:var(--lp-primary-soft);border-radius:6px;min-height:48px;position:relative}.landing-calendar-cell.active{background:rgba(0,166,81,.15);border:1px solid var(--lp-primary)}.landing-checklist{list-style:none;padding:0;margin:0}.landing-checklist li{display:flex;align-items:center;gap:.75rem;margin-bottom:.85rem;font-weight:500}.landing-checklist i{color:var(--lp-primary);font-size:1rem}.landing-features-dark{background:#f5f7fa;padding:5rem 0}.landing-section-title{text-align:center;max-width:640px;margin:0 auto 3rem}.landing-section-title h2{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;margin-bottom:.75rem}.landing-section-title p{color:var(--lp-muted)}.landing-cards-grid{display:grid;grid-template-columns:1fr;grid-gap:1.25rem;gap:1.25rem}.landing-feature-card{background:#fff;border-radius:14px;border:1px solid var(--lp-border);padding:1.75rem;box-shadow:0 1px 2px rgba(15,23,42,.03);min-height:240px;display:flex;flex-direction:column}.landing-feature-card.highlight{background:linear-gradient(180deg,#fff 0,var(--lp-panel) 100%);box-shadow:0 12px 32px rgba(0,166,81,.1);border-color:rgba(0,166,81,.15)}.landing-icon-box{width:56px;height:56px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.35rem;margin-bottom:1.25rem}.landing-icon-box.red{background:#fef2f2;color:#ef4444}.landing-icon-box.blue{background:#eff6ff;color:#3b82f6}.landing-icon-box.orange{background:#fff7ed;color:#ea580c}.landing-icon-box.teal{background:#ecfdf8;color:#0d9488}.landing-icon-box.green{background:var(--lp-primary-soft);color:var(--lp-primary)}.landing-feature-card h3{font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.landing-feature-card p{color:var(--lp-muted);font-size:.95rem;line-height:1.6;margin:0}.landing-testimonial{padding:5rem 0}.landing-testimonial-grid{display:grid;grid-template-columns:1fr;grid-gap:2.5rem;gap:2.5rem;align-items:center}.landing-testimonial h2{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;line-height:1.2}.landing-testimonial-card{background:#fff;border-radius:14px;border:1px solid var(--lp-border);box-shadow:0 8px 32px rgba(27,27,47,.06);padding:2rem}.landing-stars{color:#f5a623;margin-bottom:1rem;letter-spacing:2px}.landing-quote{font-size:1.05rem;line-height:1.65;color:#444;margin-bottom:1.5rem}.landing-author{display:flex;align-items:center;gap:1rem}.landing-author-avatar{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#14b870,#00a651);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.1rem}.landing-author strong{display:block;font-size:1rem}.landing-author span{color:var(--lp-muted);font-size:.875rem}.landing-dots{display:flex;gap:.5rem;margin-top:1.5rem}.landing-dots span{width:10px;height:10px;border-radius:50%;background:#dce8ef}.landing-dots span.active{background:var(--lp-primary)}.landing-cta{padding:3rem 0 5rem}.landing-cta-box{background:radial-gradient(circle at 18% 22%,rgba(255,255,255,.12),transparent 42%),linear-gradient(-90deg,#008f45,#00a651 97.84%);border-radius:14px;padding:3rem 2rem;position:relative;overflow:hidden;display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem;align-items:center}.landing-cta-box:before{content:"";position:absolute;right:-10%;top:-20%;width:400px;height:400px;border-radius:50%;border:1px solid rgba(255,255,255,.15);pointer-events:none}.landing-cta-box h2{color:#fff;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;line-height:1.25;margin-bottom:.75rem}.landing-cta-box p{color:rgba(255,255,255,.9);margin-bottom:1rem}.landing-avatars{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.landing-avatars span{width:38px;height:38px;border-radius:50%;border:2px solid #fff;margin-left:-10px;background:linear-gradient(135deg,#14b870,#008f45);display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:.7rem;font-weight:600}.landing-avatars span:first-child{margin-left:0}.landing-avatars-note{background:transparent!important;border:none!important;width:auto!important;height:auto!important;margin-left:.5rem!important;color:rgba(255,255,255,.9);font-size:.875rem;font-weight:500}.landing-cta-actions{display:flex;align-items:center;justify-content:flex-start}.landing-cta-actions .landing-btn-primary{white-space:nowrap}.landing-footer{background:var(--lp-footer);color:#d3d6d8;padding:5rem 0 2rem}.landing-footer-grid{display:grid;grid-template-columns:1fr;grid-gap:2.5rem;gap:2.5rem;margin-bottom:3rem}.landing-footer-brand img{height:28px;margin-bottom:1rem;filter:brightness(0) invert(1)}.landing-footer-brand p{line-height:1.65;max-width:260px;margin-bottom:1.5rem}.landing-social{display:flex;gap:.5rem}.landing-social a{width:42px;height:42px;border-radius:50%;background:rgba(213,226,228,.1);display:flex;align-items:center;justify-content:center;color:#d3d6d8;text-decoration:none}.landing-social a:hover{background:rgba(213,226,228,.2);color:#fff}.landing-footer-col h4{color:#fff;font-size:1.125rem;font-weight:700;margin-bottom:1.25rem}.landing-footer-col ul{list-style:none;padding:0;margin:0}.landing-footer-col li{margin-bottom:.65rem}.landing-footer-col a{color:#d3d6d8;text-decoration:none;font-size:1rem}.landing-footer-col a:hover{color:#fff}.landing-footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.08);font-size:.95rem}.landing-footer-heart{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:rgba(0,166,81,.2);color:var(--lp-primary);font-size:1.25rem;margin-bottom:1rem}@media (max-width:767.98px){.landing-nav-inner{grid-template-columns:1fr auto}.landing-nav-links{display:none}.landing-float-card.chart-mini,.landing-float-card.status-mini{display:none!important}.landing-dashboard{transform:none}}@media (min-width:768px){.landing-nav-links{display:flex}.landing-hero-grid{grid-template-columns:minmax(0,44%) minmax(0,56%);gap:2.5rem 3.5rem;align-items:center;padding-top:2.5rem}.landing-hero-copy{justify-self:start}.landing-hero-visual{justify-content:flex-end}.landing-dashboard-wrap{margin:0 0 0 auto}.landing-feature-grid{grid-template-columns:1fr 1fr;gap:4rem}.landing-feature-reverse .landing-feature-visual{order:0}.landing-cards-grid{grid-template-columns:repeat(2,1fr)}.landing-testimonial-grid{grid-template-columns:1fr 1fr;gap:3rem}.landing-cta-box{grid-template-columns:1.4fr auto;padding:3rem}.landing-cta-actions{justify-content:flex-end}.landing-footer-grid{grid-template-columns:1.5fr repeat(4,1fr)}}@media (min-width:992px){.landing-hero-grid{gap:3rem 5rem}.landing-cards-grid{grid-template-columns:repeat(4,1fr)}}.landing-feature-card-link{text-decoration:none;color:inherit;display:flex;flex-direction:column;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.landing-feature-card-link:hover{transform:translateY(-3px);box-shadow:0 12px 32px rgba(0,166,81,.1);border-color:rgba(0,166,81,.2);color:inherit}.landing-feature-card-link .landing-text-link{margin-top:auto;padding-top:1rem}.module-breadcrumb{display:inline-flex;align-items:center;gap:.4rem;color:rgba(255,255,255,.85);font-size:.875rem;font-weight:500;text-decoration:none;margin-bottom:1.25rem}.module-breadcrumb:hover{color:#fff}.module-hero-icon{margin-bottom:1rem}.module-tagline{color:rgba(255,255,255,.85);font-size:.9375rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;margin:0 0 .75rem}.module-value{padding:5rem 0;background:#fff}.module-value-grid{display:grid;grid-template-columns:1fr;grid-gap:2.5rem;gap:2.5rem;align-items:start}.module-stat-chip{display:inline-flex;flex-direction:column;gap:.25rem;margin-top:1.5rem;padding:1rem 1.25rem;background:var(--lp-primary-soft);border-radius:12px;border:1px solid rgba(0,166,81,.15)}.module-stat-chip strong{font-size:1.75rem;font-weight:700;color:var(--lp-primary);line-height:1}.module-stat-chip span{font-size:.875rem;color:var(--lp-muted)}.module-benefits{background:#f5f7fa;border:1px solid var(--lp-border);border-radius:14px;padding:1.75rem}.module-benefits li{font-size:.9375rem;color:#334155}.module-related{padding:5rem 0;background:#fff}.module-related-card{text-decoration:none;color:inherit;transition:transform .15s ease,box-shadow .15s ease}.module-related-card:hover{transform:translateY(-3px);box-shadow:0 12px 32px rgba(27,27,47,.08);color:inherit}.module-deep-visual{width:100%;max-width:460px;margin:0 auto;transform:scale(.92);transform-origin:center}.module-deep-visual .module-mock-wrap{transform:none}.module-deep-visual .landing-float-card{display:none}.module-mock-wrap{position:relative;width:100%;max-width:500px;margin:0 auto}.module-mock{background:#fff;border-radius:16px;border:1px solid var(--lp-border);box-shadow:0 24px 64px rgba(27,27,47,.14);padding:1.25rem;transform:perspective(1200px) rotateY(-5deg) rotateX(3deg)}.module-mock-header{display:flex;align-items:center;gap:.5rem;padding-bottom:.75rem;border-bottom:1px solid var(--lp-border);margin-bottom:1rem}.module-mock-title{font-weight:700;font-size:.9375rem;margin-left:.35rem;color:var(--lp-navy)}.module-mock-float{position:absolute;z-index:2;left:-1rem;bottom:1.25rem;width:168px}.module-mock-float-right{left:auto;right:-.75rem;top:-.5rem;bottom:auto}.module-mock-kpis{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:.65rem;gap:.65rem;margin-bottom:1rem}.module-mock-kpi{background:#f5f7fa;border-radius:10px;padding:.65rem}.module-mock-kpi-label{display:block;font-size:.6875rem;color:var(--lp-muted);margin-bottom:.2rem}.module-mock-kpi strong{display:block;font-size:.875rem;color:var(--lp-navy);margin-bottom:.35rem}.module-mock-chart{height:120px}.module-mock-list{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.module-mock-list-row{display:flex;align-items:center;gap:.65rem;padding:.5rem;background:#f5f7fa;border-radius:8px}.module-mock-avatar{width:32px;height:32px;border-radius:50%;background:var(--lp-primary-soft);color:var(--lp-primary);font-size:.6875rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.module-mock-list-copy{flex:1 1;min-width:0}.module-mock-list-copy strong{display:block;font-size:.8125rem;color:var(--lp-navy)}.module-mock-list-copy span{display:block;font-size:.6875rem;color:var(--lp-muted)}.module-mock-badge{display:inline-flex;align-items:center;gap:.3rem;font-size:.625rem;font-weight:600;white-space:nowrap}.module-mock-org{display:flex;flex-direction:column;gap:.35rem}.module-mock-org-node{display:inline-block;width:-moz-fit-content;width:fit-content;padding:.3rem .65rem;background:#eff6ff;color:#3b82f6;border-radius:6px;font-size:.6875rem;font-weight:600}.module-mock-leave span{font-size:.75rem;color:var(--lp-muted)}.module-mock-leave small{display:block;font-size:.6875rem;color:var(--lp-muted);margin-top:.25rem}.module-mock-ledger-summary{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.5rem;gap:.5rem;margin-bottom:1rem}.module-mock-ledger-summary div{background:#f5f7fa;border-radius:8px;padding:.6rem}.module-mock-ledger-summary span{display:block;font-size:.6875rem;color:var(--lp-muted)}.module-mock-ledger-summary strong{font-size:.8125rem;color:var(--lp-navy)}.module-mock-highlight{background:var(--lp-primary-soft)!important}.module-mock-highlight strong{color:var(--lp-primary)!important}.module-mock-table-head,.module-mock-table-row{display:grid;grid-template-columns:1.1fr 1.2fr 1fr .8fr;grid-gap:.35rem;gap:.35rem;font-size:.6875rem}.module-mock-table-head{color:var(--lp-muted);font-weight:600;padding-bottom:.4rem;border-bottom:1px solid var(--lp-border);margin-bottom:.35rem}.module-mock-table-row{padding:.35rem 0;color:#334155}.module-mock-pill{font-size:.625rem;font-weight:600;color:var(--lp-primary)}.module-mock-budget{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;margin-bottom:1rem;font-size:.8125rem}.module-mock-budget span{display:block;font-size:.6875rem;color:var(--lp-muted)}.module-mock-budget .bar{flex:1 1 100%;height:6px;background:#dce8ef;border-radius:3px}.module-mock-kanban{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.5rem;gap:.5rem}.module-mock-kanban-col{background:#f5f7fa;border-radius:8px;padding:.5rem;min-height:120px}.module-mock-kanban-head{display:block;font-size:.6875rem;font-weight:700;color:var(--lp-muted);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.04em}.module-mock-kanban-card{background:#fff;border:1px solid var(--lp-border);border-radius:6px;padding:.4rem .5rem;font-size:.6875rem;color:#334155;margin-bottom:.35rem}.module-mock-gantt-row{display:grid;grid-template-columns:3.5rem 1fr;grid-gap:.5rem;gap:.5rem;align-items:center;font-size:.6875rem;color:var(--lp-muted);margin-top:.35rem}.module-mock-gantt-row .bar{height:6px;background:#dce8ef;border-radius:3px}@media (min-width:768px){.module-value-grid{grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.module-related-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:767.98px){.landing-finance-float{display:none!important}.module-mock{transform:none}.module-mock-float,.module-mock-float-right{display:none}.module-deep-visual{transform:none}}.landing-hero-ai-wrap{max-width:560px}.landing-hero-ai-trigger{margin-left:auto;display:inline-flex;align-items:center;gap:.3rem;padding:.25rem .55rem;border-radius:8px;border:1px solid #dbeafe;background:linear-gradient(135deg,#f0fdf4,#eff6ff);color:#0f766e;font-size:.6875rem;font-weight:600}.landing-hero-ai-trigger i{color:#00a651;font-size:.75rem}.landing-fluid-ai-panel{position:absolute;z-index:3;right:-1.25rem;top:2.5rem;width:240px;background:#fff;border-radius:14px;border:1px solid #e8edf2;box-shadow:0 20px 48px rgba(27,27,47,.14);padding:.875rem;animation:landingAiFloat 4s ease-in-out infinite}@keyframes landingAiFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.landing-fluid-ai-panel-header{margin-bottom:.5rem}.landing-fluid-ai-panel-header-lg{padding-bottom:.65rem;border-bottom:1px solid #eef2f6;margin-bottom:.75rem}.landing-fluid-ai-badge{display:inline-flex;align-items:center;gap:.3rem;font-size:.6875rem;font-weight:700;color:#0f766e}.landing-fluid-ai-badge-lg{font-size:.8125rem;margin-bottom:.75rem}.landing-fluid-ai-badge i{color:#00a651}.landing-fluid-ai-beta{font-size:.5625rem;font-weight:600;background:#dcfce7;color:#166534;border-radius:999px;padding:.1rem .4rem}.landing-fluid-ai-greeting{display:block;font-size:.8125rem;font-weight:700;color:var(--lp-navy);margin-top:.25rem}.landing-fluid-ai-prompt{font-size:.6875rem;color:var(--lp-muted);margin:.15rem 0 0}.landing-fluid-ai-chips{display:flex;flex-wrap:wrap;gap:.35rem;margin:.65rem 0}.landing-fluid-ai-chip{display:inline-block;font-size:.625rem;font-weight:500;color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;padding:.3rem .55rem;white-space:nowrap}.landing-fluid-ai-thread{display:flex;flex-direction:column;gap:.45rem;margin:.65rem 0}.landing-fluid-ai-msg{font-size:.625rem;line-height:1.45;border-radius:10px;padding:.45rem .55rem;max-width:100%}.landing-fluid-ai-msg-user{align-self:flex-end;background:#00a651;color:#fff;max-width:85%}.landing-fluid-ai-msg-bot{display:flex;gap:.35rem;align-self:flex-start;background:#f8fafc;border:1px solid #eef2f6;color:#334155;max-width:95%}.landing-fluid-ai-msg-bot i{color:#00a651;flex-shrink:0;margin-top:.1rem}.landing-fluid-ai-input{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:.5rem;padding:.4rem .55rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;font-size:.625rem;color:#94a3b8}.landing-fluid-ai-input i{color:#00a651;font-size:.75rem}.landing-fluid-ai-section{padding:5rem 0;background:linear-gradient(180deg,#f8fafc,#f0fdf4 50%,#fff);border-top:1px solid var(--lp-border);border-bottom:1px solid var(--lp-border)}.landing-fluid-ai-features{display:flex;flex-direction:column;gap:1rem;margin:1.5rem 0}.landing-fluid-ai-feature{display:flex;gap:.85rem;align-items:flex-start}.landing-fluid-ai-feature-icon{flex-shrink:0;width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,#f0fdf4,#eff6ff);border:1px solid #dbeafe;color:#00a651;display:flex;align-items:center;justify-content:center;font-size:1rem}.landing-fluid-ai-feature-copy{flex:1 1;min-width:0}.landing-fluid-ai-feature h3{font-size:.9375rem;font-weight:700;margin:0 0 .2rem;color:var(--lp-navy)}.landing-fluid-ai-feature p{font-size:.875rem;color:var(--lp-muted);line-height:1.55;margin:0}.landing-fluid-ai-showcase{width:100%;max-width:380px;margin:0 auto}.landing-fluid-ai-showcase-drawer{background:#fff;border-radius:16px;border:1px solid var(--lp-border);box-shadow:0 24px 64px rgba(27,27,47,.1);overflow:hidden}.landing-fluid-ai-showcase-body{padding:0 1.25rem 1rem}.landing-fluid-ai-showcase-label{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--lp-muted);margin:0 0 .5rem}.landing-fluid-ai-showcase-drawer .landing-fluid-ai-panel-header-lg{padding:1.25rem 1.25rem .75rem;margin-bottom:0}.landing-fluid-ai-showcase-drawer .landing-fluid-ai-input{margin:0;border-radius:0;border:none;border-top:1px solid #eef2f6;padding:.75rem 1.25rem;background:#fff}.landing-fluid-ai-actions{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.65rem}.landing-fluid-ai-action-btn{font-size:.625rem;font-weight:600;color:#0f766e;background:#ecfdf5;border:1px solid #bbf7d0;border-radius:8px;padding:.35rem .55rem}.landing-footer-powered{margin-top:.5rem;font-size:.875rem;opacity:.9}.landing-footer-powered a{color:var(--lp-primary);font-weight:600;text-decoration:none}.landing-footer-powered a:hover{color:#fff;text-decoration:underline}.landing-hero-lede strong{color:#fff;font-weight:700}@media (max-width:767.98px){.landing-fluid-ai-panel{display:none!important}}