:root{--lime:#69e69a;--ink:#090d0b;--panel:#101612;--line:#28342d;--muted:#94a197;--white:#f4f5ee}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ink);color:var(--white);font-family:Manrope,Arial,sans-serif}.wrap{width:min(1300px,calc(100% - 48px));margin:auto}.grain{position:fixed;inset:0;pointer-events:none;opacity:.09;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.34'/%3E%3C/svg%3E");z-index:5}.topbar{height:94px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #1c251f}.brand{font-size:20px;font-weight:800;letter-spacing:2px;color:var(--white);text-decoration:none}.brand span,.header-cta span{color:var(--lime)}.header-cta{font:500 12px 'DM Mono',monospace;color:#c2cbc4;text-decoration:none}.hero{padding:106px 0 74px;background:radial-gradient(circle at 69% 44%,#143324 0,transparent 30%)}.eyebrow{color:var(--lime);font:600 12px 'DM Mono',monospace;letter-spacing:2px;margin:0 0 22px}.eyebrow i{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--lime);margin-right:9px}.hero h1,.section-heading h2,.product h2,.contact h2{font-size:clamp(44px,7vw,91px);line-height:.98;letter-spacing:-.075em;margin:0;font-weight:700}.hero h1 em,.product h2 em,.contact h2 em{color:var(--lime);font-style:normal}.hero-copy{margin:30px 0 0;max-width:515px;color:#aab4ac;font-size:16px;line-height:1.7}.tabs{display:grid;grid-template-columns:repeat(4,1fr);padding:9px;border:1px solid var(--line);border-radius:20px;background:#0d120f;gap:7px}.tab{border:0;background:transparent;border-radius:12px;color:#95a198;font:700 17px Manrope;cursor:pointer;padding:21px 10px;transition:.2s}.tab:hover{color:var(--white)}.tab.active{color:#07110b;background:var(--lime)}.panel{display:none;padding:82px 0 100px;animation:enter .35s ease}.panel.active{display:block}@keyframes enter{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.section-heading{display:grid;grid-template-columns:1.1fr 1fr;column-gap:90px;align-items:end;margin-bottom:52px}.section-heading .eyebrow{grid-column:1/-1}.section-heading h2{font-size:50px}.section-heading>p:last-child,.product-intro>p:not(.eyebrow),.contact>div>p:not(.eyebrow){color:var(--muted);line-height:1.75;font-size:15px}.system-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.system-card{border:1px solid var(--line);background:var(--panel);padding:15px 15px 28px;border-radius:16px}.mockup{height:270px;border-radius:9px;padding:18px;background:#1a231d;overflow:hidden;margin-bottom:25px;color:#dce5dc}.fnc-mockup{background:linear-gradient(145deg,#203d2d,#101913)}.mock-top{display:flex;gap:6px;align-items:center;font:10px 'DM Mono';color:#9aa99e}.mock-top span{width:6px;height:6px;border-radius:50%;background:#526157}.mock-top b{margin-left:9px}.metric-row{display:flex;justify-content:space-between;margin:52px 7px 22px}.metric-row strong{font-size:26px}.bars{height:100px;display:flex;align-items:end;gap:10px;padding:12px;background:#152119;border-radius:5px}.bars i{display:block;width:12%;background:var(--lime);opacity:.7;border-radius:2px 2px 0 0}.bars i:nth-child(1){height:35%}.bars i:nth-child(2){height:60%}.bars i:nth-child(3){height:47%}.bars i:nth-child(4){height:78%}.bars i:nth-child(5){height:58%}.bars i:nth-child(6){height:90%}.bars i:nth-child(7){height:72%}.crm-mockup{background:linear-gradient(145deg,#203226,#151b17)}.kanban{display:flex;gap:8px;margin-top:45px}.kanban>div{background:#142018;width:33%;border-radius:5px;padding:9px;min-height:140px}.kanban small{color:#9cad9d;font:9px 'DM Mono'}.kanban b{display:block;height:26px;border-radius:3px;background:#294131;margin-top:11px}.kanban>div:nth-child(2) b{background:#355e43}.kanban>div:nth-child(3) b{background:var(--lime)}.tag{font:11px 'DM Mono';color:var(--lime);letter-spacing:1px}.system-card h3{font-size:28px;margin:10px 0}.system-card>p:not(.tag){color:var(--muted);line-height:1.7;max-width:430px;font-size:14px}.text-link,.solid-link{background:none;border:0;color:var(--white);font:700 13px Manrope;padding:12px 0;cursor:pointer}.text-link span,.solid-link span,.submit span{color:var(--lime);font-size:18px;margin-left:9px}.product,.contact{grid-template-columns:1.1fr 1fr;gap:8vw;align-items:start}.product.active,.contact.active{display:grid}.product h2,.contact h2{font-size:59px}.product-intro>p:not(.eyebrow){max-width:470px;margin:28px 0}.solid-link,.submit{padding:14px 18px;background:var(--lime);color:#08100a;border-radius:7px}.solid-link span{color:#08100a}.feature-list{border-top:1px solid var(--line)}.feature-list>div{border-bottom:1px solid var(--line);padding:24px 0}.feature-list span{font:11px 'DM Mono';color:var(--lime)}.feature-list h3{font-size:23px;margin:8px 0}.feature-list p{font-size:14px;color:var(--muted);line-height:1.6;margin:0}.contact form{padding:26px;border:1px solid var(--line);border-radius:14px;background:var(--panel)}label{display:block;font-size:12px;font-weight:700;margin-bottom:17px;color:#cbd3cc}input,textarea,select{display:block;width:100%;margin-top:8px;padding:13px 0;border:0;border-bottom:1px solid #38453c;background:transparent;color:var(--white);font:14px Manrope;outline:none}select option{background:#172018}.contact-note{font:12px 'DM Mono';color:#aab7ad;margin-top:38px}.contact-note span{color:var(--lime);font-size:20px;margin-right:8px}.cf-turnstile{margin:22px 0}.submit{border:0;font:700 14px Manrope;cursor:pointer;width:100%}.submit span{color:#08100a}.form-status{font-size:13px;color:var(--lime);min-height:18px;margin:12px 0 0;text-align:center}footer{border-top:1px solid #1c251f;padding:30px 0 40px;color:#657269;font:11px 'DM Mono';display:flex;justify-content:space-between}@media(max-width:700px){.wrap{width:min(100% - 28px,1300px)}.topbar{height:70px}.hero{padding:72px 0 49px}.tabs{grid-template-columns:1fr 1fr;border-radius:15px}.tab{font-size:14px;padding:15px 4px}.section-heading,.product.active,.contact.active{display:block}.section-heading h2,.product h2,.contact h2{font-size:42px}.section-heading>p:last-child{margin-top:25px}.system-grid{grid-template-columns:1fr}.panel{padding:60px 0}.mockup{height:210px}.feature-list{margin-top:45px}.contact form{margin-top:40px}footer{font-size:9px}.header-cta{font-size:10px}}.hp-field{position:absolute!important;left:-9999px!important;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none} img { max-width:100%;height:auto;display:block;} .system-card img {width: 100%; height:auto;object-fit:contain;} .system-card { overflow: hidden;}@media (max-width: 768px) {.system-card img { width: 100%; height: auto; }
}
