:root{--ink:#0D1321;--panel:#161D2E;--panel-2:#1C2436;--panel-3:#22273B;--line:#2A3450;--line-soft:#212A40;--paper:#F3F1EA;--paper-raised:#FFFFFF;--paper-ink:#171A22;--paper-text:#3D3A2E;--paper-muted:#5B5745;--paper-faint:#8A8570;--paper-line:#DBD7C9;--paper-accent:#B85C1E;--text:#E9ECF4;--text-muted:#8E98B8;--text-dim:#9AA5C0;--amber:#FF8A3D;--amber-hover:#FFA15E;--amber-dim:#4A3524;--on-amber:#1A1006;--signal:#39C08A;--signal-dim:#1E3A30;--signal-wash:rgba(57,192,138,.06);--chan-call-bg:#2A2E1F;--grad-avatar:linear-gradient(135deg,#3A4568,#232A42);--grad-cta:linear-gradient(135deg,#1B2436,#0D1321);--shadow-card:0 30px 60px -20px rgba(0,0,0,.6);--font-sans:"IBM Plex Sans", sans-serif;--font-mono:"IBM Plex Mono", monospace;--font-display:"Big Shoulders Display", sans-serif;--radius:14px;--radius-sm:8px;--radius-md:12px;--container:1220px;--container-hero:1360px;--container-prose:760px;--pad-x:48px;--pad-x-sm:20px;--tap:44px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--ink);color:var(--text);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;overflow-x:hidden}.mono{font-family:var(--font-mono)}.display{font-family:var(--font-display);font-weight:800;text-transform:uppercase;letter-spacing:.01em}a{color:inherit;text-decoration:none}img,svg{display:block}@media (prefers-reduced-motion: reduce){*{animation:none!important;transition:none!important}}:focus-visible{outline:2px solid var(--amber);outline-offset:2px}.skip-link{position:absolute;left:-9999px;top:0;z-index:100;background:var(--amber);color:var(--on-amber);padding:12px 20px;border-radius:0 0 var(--radius-sm) 0;font-weight:600}.skip-link:focus{left:0}nav{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:20px var(--pad-x);background:#0d1321d9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--line-soft)}.logo{display:flex;align-items:center;gap:10px;font-size:22px;letter-spacing:.02em}.logo-lg{font-size:24px}.logo .dot{width:9px;height:9px;border-radius:50%;background:var(--signal);box-shadow:0 0 0 4px var(--signal-dim)}.nav-links{display:flex;gap:36px;font-size:14px;color:var(--text-muted)}.nav-links a{display:inline-flex;align-items:center;justify-content:center;min-height:var(--tap);min-width:var(--tap);padding:0 8px}.nav-links a:hover{color:var(--text)}.nav-cta{display:inline-flex;align-items:center;justify-content:center;min-height:var(--tap);background:var(--amber);color:var(--on-amber);font-weight:600;font-size:14px;padding:0 20px;border-radius:var(--radius-sm);letter-spacing:.01em}.nav-cta:hover{background:var(--amber-hover)}@media (max-width:860px){.nav-links{display:none}nav{padding:16px var(--pad-x-sm)}}.hero{position:relative;display:grid;grid-template-columns:1.1fr .9fr;gap:56px;align-items:center;padding:88px var(--pad-x) 96px;max-width:var(--container-hero);margin:0 auto}.eyebrow{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-mono);font-size:12.5px;letter-spacing:.08em;color:var(--signal);border:1px solid var(--signal-dim);background:var(--signal-wash);padding:6px 12px;border-radius:100px;margin-bottom:22px}.hero h1{font-size:clamp(42px,6vw,74px);line-height:.98;color:var(--text);margin-bottom:22px}.hero h1 .accent{color:var(--amber)}.hero p.lede{font-size:18px;line-height:1.6;color:var(--text-muted);max-width:520px;margin-bottom:34px}.hero-ctas{display:flex;gap:14px;margin-bottom:40px;flex-wrap:wrap}.hero-ctas-center{justify-content:center;margin-bottom:0}.btn-primary{display:inline-flex;align-items:center;justify-content:center;min-height:var(--tap);background:var(--amber);color:var(--on-amber);font-weight:600;font-size:15px;padding:0 26px;border-radius:9px}.btn-primary:hover{background:var(--amber-hover)}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:var(--tap);border:1px solid var(--line);color:var(--text);font-weight:500;font-size:15px;padding:0 26px;border-radius:9px}.btn-secondary:hover{border-color:var(--text-muted)}.hero-stats{display:flex;gap:36px;flex-wrap:wrap}.hero-stats div{border-left:2px solid var(--line);padding-left:14px}.hero-stats .num{font-family:var(--font-mono);font-size:22px;color:var(--text);font-weight:600}.hero-stats .lab{font-size:12.5px;color:var(--text-muted);margin-top:2px}.hero-connectors{margin-top:34px;padding-top:28px;border-top:1px solid var(--line-soft)}.hc-label{font-size:11px;letter-spacing:.08em;color:var(--text-muted);margin-bottom:12px}.hc-row{display:flex;gap:10px;flex-wrap:wrap}.hc-chip{display:flex;align-items:center;gap:8px;background:var(--panel);border:1px solid var(--line);border-radius:100px;padding:8px 16px;font-size:13px;color:var(--text)}.hc-dot{width:6px;height:6px;border-radius:50%;background:var(--signal)}.hc-more{color:var(--text-muted);border-style:dashed}.log-card{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);padding:0;overflow:hidden;box-shadow:var(--shadow-card)}.log-head{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--line-soft);background:var(--panel-2)}.log-head .who{display:flex;align-items:center;gap:10px;font-size:13.5px}.avatar{width:26px;height:26px;border-radius:50%;background:var(--grad-avatar);display:flex;align-items:center;justify-content:center;font-size:11px;font-family:var(--font-mono);color:var(--text-muted)}.log-head .live{display:flex;align-items:center;gap:6px;font-family:var(--font-mono);font-size:11px;color:var(--signal)}.live .blip{width:6px;height:6px;border-radius:50%;background:var(--signal);animation:blip 1.6s infinite}@keyframes blip{0%,to{opacity:1}50%{opacity:.25}}.log-body{padding:18px 20px;min-height:330px;display:flex;flex-direction:column;gap:0}.log-row{display:flex;gap:12px;padding:11px 0;border-bottom:1px dashed var(--line-soft);opacity:0;transform:translateY(6px);animation:rowIn .5s forwards}.log-row:last-child{border-bottom:none}@keyframes rowIn{to{opacity:1;transform:translateY(0)}}.log-time{font-family:var(--font-mono);font-size:11.5px;color:var(--text-muted);width:52px;flex:none;padding-top:2px}.log-chan{width:28px;height:28px;border-radius:7px;flex:none;display:flex;align-items:center;justify-content:center;font-size:13px}.chan-call{background:var(--chan-call-bg);color:var(--amber)}.chan-wa{background:var(--signal-dim);color:var(--signal)}.chan-sys{background:var(--panel-3);color:var(--text-muted)}.log-text{font-size:13.5px;color:var(--text);line-height:1.4}.log-text .sub{display:block;font-size:12px;color:var(--text-muted);margin-top:2px}.pill{display:inline-block;font-family:var(--font-mono);font-size:10.5px;letter-spacing:.03em;padding:2px 8px;border-radius:100px;margin-left:8px;vertical-align:middle}.pill-retry{background:var(--amber-dim);color:var(--amber)}.pill-ok{background:var(--signal-dim);color:var(--signal)}.log-foot{padding:14px 20px;border-top:1px solid var(--line-soft);background:var(--panel-2);font-size:12px;color:var(--text-muted);display:flex;justify-content:space-between}@media (max-width:900px){.hero{grid-template-columns:1fr;padding:56px var(--pad-x-sm) 64px}}.team-strip{grid-column:1 / -1;display:flex;gap:14px;flex-wrap:wrap;margin-top:52px;padding-top:32px;border-top:1px solid var(--line-soft);position:relative}.team-strip-label{width:100%;font-size:11px;letter-spacing:.08em;color:var(--text-muted);margin-bottom:6px}.team-mini{flex:1;min-width:210px;display:flex;gap:12px;align-items:flex-start;background:var(--panel);border:1px solid var(--line);border-radius:var(--radius-md);padding:16px}.team-mini-manager{border-style:dashed}.team-mini-avatar{width:34px;height:34px;border-radius:9px;background:var(--panel-2);flex:none;display:flex;align-items:center;justify-content:center;font-size:15px;color:var(--amber)}.team-mini-name{font-size:14.5px;font-weight:600}.team-mini-role{font-size:9.5px;letter-spacing:.08em;color:var(--text-muted);margin:3px 0 6px}.team-mini-line{font-size:12px;color:var(--text-muted);line-height:1.45}section{padding:96px var(--pad-x)}.section-inner{max-width:var(--container);margin:0 auto}.section-tag{font-family:var(--font-mono);font-size:12.5px;letter-spacing:.1em;color:var(--amber);margin-bottom:14px}.section-head h1,.section-head h2{font-size:clamp(30px,4vw,44px);line-height:1.05;max-width:var(--container-prose);margin-bottom:16px}.section-head p{font-size:16.5px;color:var(--text-muted);max-width:600px;line-height:1.6}.section-alt{background:var(--panel-2)}@media (max-width:700px){section{padding:64px var(--pad-x-sm)}}.problem{background:var(--paper);color:var(--paper-ink)}.problem .section-tag{color:var(--paper-accent)}.problem .section-head p{color:var(--paper-muted)}.problem-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--paper-line);margin-top:48px;border:1px solid var(--paper-line)}.problem-grid-3{grid-template-columns:repeat(3,1fr)}.problem-cell{background:var(--paper);padding:30px 26px}.problem-cell .qty{font-family:var(--font-mono);font-size:34px;font-weight:600;color:var(--paper-accent)}.problem-cell .lab{font-size:14.5px;margin-top:10px;line-height:1.5;color:var(--paper-text)}.problem-cell .lab strong{display:block;font-size:16px;margin-bottom:6px;color:var(--paper-ink)}@media (max-width:900px){.problem-grid{grid-template-columns:repeat(2,1fr)}.problem-grid-3{grid-template-columns:1fr}}.chain{display:flex;align-items:stretch;gap:0;margin-top:52px;flex-wrap:wrap}.chain-step{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius-md);padding:22px 18px;width:186px;flex:none;display:flex;flex-direction:column;gap:12px}.chain-icon{width:38px;height:38px;border-radius:9px;background:var(--panel-2);display:flex;align-items:center;justify-content:center;font-size:16px;color:var(--text-muted)}.chain-step:last-child .chain-icon{background:var(--signal-dim);color:var(--signal)}.chain-title{font-size:14.5px;font-weight:600;line-height:1.3}.chain-sub{font-family:var(--font-mono);font-size:11px;color:var(--text-muted);line-height:1.4}.chain-arrow{display:flex;align-items:center;justify-content:center;width:30px;flex:none;color:var(--line);font-size:16px}@media (max-width:1180px){.chain-step{width:calc(33.33% - 20px)}}@media (max-width:780px){.chain{flex-direction:column;gap:10px}.chain-step{width:100%}.chain-arrow{display:none}}.agents-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:52px}.agent-card{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);padding:26px 24px;display:flex;flex-direction:column;gap:14px}.agent-top{display:flex;align-items:center;justify-content:space-between}.agent-num{font-size:11.5px;color:var(--text-muted);letter-spacing:.05em}.agent-avatar{width:42px;height:42px;border-radius:10px;background:var(--panel-2);display:flex;align-items:center;justify-content:center;font-size:18px;color:var(--amber)}.agent-card:last-child .agent-avatar{color:var(--signal)}.agent-card>div:nth-of-type(2){display:flex;flex-direction:column;gap:6px}.agent-name{font-size:21px;letter-spacing:.01em;line-height:.95}.agent-role{font-family:var(--font-mono);font-size:10.5px;color:var(--text-muted);letter-spacing:.09em;line-height:1.2}.agent-blurb{font-size:13.5px;color:var(--text-muted);line-height:1.6;flex:1}.agent-quote{font-family:var(--font-mono);font-size:12px;color:var(--text);background:var(--panel-2);border-left:2px solid var(--amber);padding:11px 13px;border-radius:0 var(--radius-sm) var(--radius-sm) 0;line-height:1.5}.agent-card:last-child .agent-quote{border-left-color:var(--signal)}@media (max-width:980px){.agents-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.agents-grid{grid-template-columns:1fr}}.manager-card{display:flex;align-items:center;gap:26px;flex-wrap:wrap;width:100%;background:var(--panel);border:1px dashed var(--line);border-radius:var(--radius);padding:26px 28px;margin-top:52px}.manager-avatar{width:52px;height:52px;border-radius:var(--radius-md);background:var(--amber-dim);display:flex;align-items:center;justify-content:center;font-size:22px;color:var(--amber);flex:none}.manager-body{flex:1;min-width:220px}.manager-head{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;margin-bottom:8px}.manager-name{font-size:23px;letter-spacing:.01em}.manager-role{font-family:var(--font-mono);font-size:10.5px;color:var(--amber);letter-spacing:.09em}.manager-blurb{font-size:13.5px;color:var(--text-muted);line-height:1.6;max-width:560px}.manager-quote{font-family:var(--font-mono);font-size:12.5px;color:var(--text);background:var(--panel-2);border-left:2px solid var(--amber);padding:12px 16px;border-radius:0 var(--radius-sm) var(--radius-sm) 0;flex:none;max-width:230px;line-height:1.5}.channels-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line);margin-top:52px}.channel-card{background:var(--ink);padding:34px 30px;min-height:260px;display:flex;flex-direction:column}.channel-icon{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px;margin-bottom:22px}.icon-email{background:var(--panel-3);color:var(--text-dim)}.icon-wa{background:var(--signal-dim);color:var(--signal)}.icon-call{background:var(--amber-dim);color:var(--amber)}.channel-card h3{font-size:20px;margin-bottom:10px}.channel-card p{font-size:14.5px;color:var(--text-muted);line-height:1.6;flex:1}.channel-flow{font-family:var(--font-mono);font-size:11.5px;color:var(--text-muted);margin-top:20px;padding-top:16px;border-top:1px dashed var(--line-soft)}.channel-flow b{color:var(--text)}@media (max-width:900px){.channels-grid{grid-template-columns:1fr}}.connectors{background:var(--paper);color:var(--paper-ink)}.connectors .section-tag{color:var(--paper-accent)}.connectors .section-head p{color:var(--paper-muted)}.conn-row{display:flex;gap:18px;margin-top:48px;flex-wrap:wrap;align-items:stretch}.conn-card{flex:1;min-width:220px;background:var(--paper-raised);border:1px solid var(--paper-line);border-radius:10px;padding:26px;display:flex;flex-direction:column;gap:14px}.conn-card .mark{font-family:var(--font-mono);font-weight:600;font-size:13px;letter-spacing:.04em;color:var(--paper-accent);text-transform:uppercase}.conn-card .conn-list{font-size:16px;font-weight:600;color:var(--paper-ink);line-height:1.5}.conn-card p{font-size:13.5px;color:var(--paper-muted);line-height:1.55}.conn-note{margin-top:20px;font-size:13.5px;color:var(--paper-muted)}.conn-build-note{margin-top:14px;font-size:12.5px;color:var(--paper-faint);font-style:italic}.pricing-row{display:flex;gap:18px;margin-top:48px;flex-wrap:wrap;align-items:stretch}.price-card{flex:1;min-width:240px;background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);padding:28px 26px;display:flex;flex-direction:column;gap:12px}.price-card.highlight{border-color:var(--amber)}.price-tier{font-family:var(--font-mono);font-size:12px;letter-spacing:.08em;color:var(--amber)}.price-card h3{font-size:19px}.price-card p{font-size:13.5px;color:var(--text-muted);line-height:1.6;flex:1}.pricing-foot{margin-top:28px;font-size:14px;color:var(--text-muted)}.trust-strip{display:flex;flex-wrap:wrap;justify-content:center;gap:14px 32px;padding:36px var(--pad-x);border-top:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft);background:var(--panel-2)}.trust-item{display:flex;align-items:center;gap:8px;font-family:var(--font-mono);font-size:12px;color:var(--text-muted);text-align:center}.trust-item .dot{width:6px;height:6px;border-radius:50%;background:var(--signal);flex:none}@media (max-width:700px){.trust-strip{padding:28px var(--pad-x-sm)}}.faq-list{margin-top:48px;display:flex;flex-direction:column;gap:1px;background:var(--line);border:1px solid var(--line);border-radius:var(--radius-md);overflow:hidden}.faq-item{background:var(--ink)}.faq-item summary{cursor:pointer;padding:22px 26px;font-size:15.5px;font-weight:600;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:20px}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";color:var(--amber);font-size:20px;flex:none;font-weight:400}.faq-item[open] summary:after{content:"–"}.faq-item .faq-a{padding:0 26px 22px;color:var(--text-muted);font-size:14.5px;line-height:1.65;max-width:780px}.cta-band{background:var(--grad-cta);text-align:center;padding:110px var(--pad-x)}.cta-band h2{font-size:clamp(34px,5vw,58px);line-height:1.02;margin-bottom:20px}.cta-band p{color:var(--text-muted);font-size:17px;margin-bottom:36px}footer{border-top:1px solid var(--line-soft);padding:40px var(--pad-x);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}footer .logo{font-size:17px}footer .fcols{display:flex;gap:44px;font-size:13.5px;color:var(--text-muted)}footer .fcols a{display:inline-flex;align-items:center;min-height:var(--tap)}footer .fcols a:hover{color:var(--text)}.footer-copy{font-size:13px;color:var(--text-muted)}
