.landing{--bg:#0a0a0f;--surface:#12121a;--surface-2:#1a1a26;--border:#2a2a3a;--text:#e8e8f0;--text-muted:#8888a0;--accent:#ff8c42;--accent-dim:#ff8c4220;--accent-mid:#ff8c4250;--signal:#5b6aff;--signal-dim:#5b6aff15;--warm:#ff6b4a;--error:#ef4444;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:Outfit,sans-serif;overflow-x:hidden}.landing *,.landing :before,.landing :after{box-sizing:border-box;margin:0;padding:0}.landing nav{z-index:100;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);background:#0a0a0fcc;width:100%;padding:1.25rem 3rem;position:fixed;top:0}.landing .nav-inner{justify-content:space-between;align-items:center;width:100%;max-width:1100px;margin:0 auto;display:flex}.landing .nav-logo{align-items:center;display:flex}.landing .nav-links{align-items:center;gap:1.25rem;display:flex}.landing .nav-links a{color:var(--text-muted);white-space:nowrap;font-size:.85rem;font-weight:500;text-decoration:none;transition:color .2s}.landing .nav-links a:hover{color:var(--text)}.landing .nav-cta{white-space:nowrap;border-radius:6px;padding:.6rem 1.5rem;background:var(--accent)!important;color:var(--bg)!important;font-weight:600!important;transition:opacity .2s!important}.landing .nav-cta:hover{opacity:.85}.landing .nav-dropdown{position:relative}.landing .nav-dropdown-trigger{color:var(--text-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;align-items:center;gap:.35rem;padding:0;font-family:inherit;font-size:.85rem;font-weight:500;transition:color .2s;display:inline-flex}.landing .nav-dropdown-trigger:hover{color:var(--text)}.landing .nav-chevron{transition:transform .2s}.landing .nav-chevron.open{transform:rotate(180deg)}.landing .nav-dropdown-menu{background:var(--surface);border:1px solid var(--border);border-radius:10px;flex-direction:column;min-width:200px;padding:.5rem;animation:.15s ease-out dropdownIn;display:flex;position:absolute;top:calc(100% + .75rem);left:50%;transform:translate(-50%);box-shadow:0 8px 32px #0006}@keyframes dropdownIn{0%{opacity:0;transform:translate(-50%)translateY(-4px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.landing .nav-dropdown-menu a{color:var(--text-muted);border-radius:6px;padding:.6rem .9rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:block}.landing .nav-dropdown-menu a:hover{background:var(--surface-2);color:var(--text)}.landing .nav-mobile-group-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-top:.5rem;font-size:.75rem;font-weight:600}.landing .nav-mobile-indent{padding-left:1rem}.landing .nav-hamburger{cursor:pointer;z-index:101;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.landing .hamburger-line{background:var(--text);border-radius:2px;width:22px;height:2px;transition:transform .25s,opacity .25s;display:block}.landing .hamburger-line.open:first-child{transform:translateY(7px)rotate(45deg)}.landing .hamburger-line.open:nth-child(2){opacity:0}.landing .hamburger-line.open:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.landing .nav-mobile-menu{border-top:1px solid var(--border);flex-direction:column;gap:1rem;padding:1rem 0 .5rem;display:none}.landing .nav-mobile-menu a{color:var(--text-muted);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s}.landing .nav-mobile-menu a:hover{color:var(--text)}.landing .nav-mobile-menu .nav-cta{text-align:center;width:100%}.landing .hero{flex-direction:column;max-width:none;padding:12rem 3rem 6rem;display:flex;position:relative;overflow:hidden}.landing .hero-grid-bg{background-image:linear-gradient(var(--border)1px,transparent 1px),linear-gradient(90deg,var(--border)1px,transparent 1px);opacity:.3;background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(70% 60% at 50% 40%,#000 20%,#0000 70%);mask-image:radial-gradient(70% 60% at 50% 40%,#000 20%,#0000 70%)}.landing .hero-glow{filter:blur(150px);opacity:.15;pointer-events:none;border-radius:50%;width:600px;height:600px;position:absolute}.landing .hero-glow-1{background:var(--accent);top:-100px;right:10%}.landing .hero-glow-2{background:var(--signal);bottom:-200px;left:5%}.landing .hero-content{max-width:1100px;margin-left:auto;margin-right:auto;animation:.8s ease-out fadeUp;position:relative}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.landing .hero-tag{color:var(--accent);background:var(--accent-dim);border:1px solid var(--accent-mid);letter-spacing:.03em;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.4rem 1rem;font-family:JetBrains Mono,monospace;font-size:.8rem;display:inline-flex}.landing .hero-tag .pulse{background:var(--accent);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1;box-shadow:0 0 0 0 var(--accent-mid)}50%{opacity:.7;box-shadow:0 0 0 6px #0000}}.landing h1{letter-spacing:-.03em;margin-bottom:1.5rem;font-size:clamp(3rem,6vw,5.5rem);font-weight:800;line-height:1.05}.landing h1 .highlight,.landing h2 .highlight{background:linear-gradient(135deg,var(--accent),#ffb380);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.landing .hero-sub{color:var(--text-muted);max-width:660px;margin-bottom:2.5rem;font-size:1.35rem;font-weight:300;line-height:1.6}.landing .hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.landing .btn-primary{background:var(--accent);color:var(--bg);cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.9rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.landing .btn-primary:hover{box-shadow:0 8px 30px var(--accent-mid);transform:translateY(-2px)}.landing .btn-secondary{color:var(--text);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:.5rem;padding:.9rem 2rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .25s;display:inline-flex}.landing .btn-secondary:hover{border-color:var(--text-muted);background:var(--surface)}.landing section{max-width:1100px;margin-left:auto;margin-right:auto;padding:6rem 3rem}.landing h2{letter-spacing:-.02em;margin-bottom:1.25rem;font-size:clamp(2rem,4vw,3.2rem);font-weight:700;line-height:1.15}.landing .section-sub{color:var(--text-muted);max-width:600px;font-size:1.15rem;font-weight:300;line-height:1.6}.landing .section-label{color:var(--accent);background:var(--accent-dim);border:1px solid var(--accent-mid);letter-spacing:.03em;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.35rem .9rem;font-family:JetBrains Mono,monospace;font-size:.8rem;display:inline-flex}.landing .text-muted-block{color:var(--text-muted);max-width:600px;margin-top:1.25rem;font-size:1rem;font-weight:300;line-height:1.7}.landing .problem-section{padding:6rem 3rem}.landing .workflow-map{max-width:560px;margin-top:3.5rem}.landing .workflow-cols{grid-template-columns:1fr 1fr;margin-bottom:1.25rem;padding:0 .5rem;display:grid}.landing .workflow-col-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-family:JetBrains Mono,monospace;font-size:.75rem;font-weight:600}.landing .workflow-lane{flex-direction:column;align-items:flex-start;display:flex}.landing .workflow-lane.workflow-agent{align-items:flex-end}.landing .wf-node{border-radius:10px;width:55%;min-width:220px;padding:1rem 1.5rem;transition:transform .2s,box-shadow .2s}.landing .wf-node:hover{transform:translateY(-1px)}.landing .wf-human{background:#ff8c4214;border:1px solid #ff8c4233}.landing .wf-human:hover{box-shadow:0 4px 20px #ff8c421a}.landing .wf-agent{background:#5b6aff14;border:1px solid #5b6aff33}.landing .wf-agent:hover{box-shadow:0 4px 20px #5b6aff1a}.landing .wf-title{color:var(--text);margin-bottom:.2rem;font-size:.95rem;font-weight:600;display:block}.landing .wf-desc{color:var(--text-muted);font-size:.8rem;font-weight:400;display:block}.landing .wf-arrow{color:var(--border);padding:.4rem 0;font-size:1rem;line-height:1}.landing .workflow-lane.workflow-human .wf-arrow{padding-left:27.5%}.landing .workflow-lane.workflow-agent .wf-arrow{align-self:flex-end;padding-right:27.5%}.landing .workflow-legend{border-top:1px solid var(--border);gap:2rem;margin-top:2rem;padding-top:1.5rem;display:flex}.landing .wf-legend-item{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.8rem;font-weight:400;display:flex}.landing .wf-legend-swatch{border-radius:3px;flex-shrink:0;width:14px;height:14px}.landing .wf-legend-human{background:#ff8c4226;border:1px solid #ff8c424d}.landing .wf-legend-agent{background:#5b6aff26;border:1px solid #5b6aff4d}.landing .solutions-section{padding:6rem 3rem}.landing .solutions-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:3rem;display:grid}.landing .solution-card{background:var(--surface);border:1px solid var(--border);color:var(--text);border-radius:16px;flex-direction:column;padding:2.25rem 2rem;text-decoration:none;transition:border-color .3s,background .3s,transform .3s;display:flex;position:relative;overflow:hidden}.landing .solution-card:hover{background:var(--surface-2);border-color:#ffffff1f;transform:translateY(-2px)}.landing .solution-icon{margin-bottom:1rem;font-size:1.5rem;display:block}.landing .solution-tag{color:var(--accent);background:var(--accent-dim);border:1px solid var(--accent-mid);text-transform:uppercase;letter-spacing:.05em;border-radius:4px;width:fit-content;margin-bottom:1rem;padding:.2rem .6rem;font-family:JetBrains Mono,monospace;font-size:.7rem;font-weight:600;display:inline-block}.landing .solution-card h3{letter-spacing:-.01em;margin-bottom:.75rem;font-size:1.2rem;font-weight:600}.landing .solution-card p{color:var(--text-muted);flex:1;font-size:.9375rem;font-weight:300;line-height:1.65}.landing .solution-link{color:var(--accent);margin-top:1.25rem;font-size:.875rem;font-weight:500;transition:opacity .2s;display:inline-block}.landing .solution-card:hover .solution-link{opacity:.8}.landing .solutions-grid-2x2{grid-template-columns:repeat(2,1fr)}.landing .solution-agents{flex-wrap:wrap;gap:.4rem;margin-top:auto;padding-top:1.25rem;display:flex}.landing .solution-agents span{color:var(--accent);background:var(--accent-dim);border:1px solid var(--accent-mid);border-radius:4px;padding:.3rem .7rem;font-family:JetBrains Mono,monospace;font-size:.7rem}.landing .how-we-work-section{padding:6rem 3rem}.landing .how-we-work-header{margin-bottom:3.5rem}.landing .how-we-work-header p{color:var(--text-muted);max-width:600px;font-size:1.15rem;font-weight:300;line-height:1.6}.landing .how-we-work-steps{justify-content:center;align-items:stretch;gap:0;max-width:960px;margin:0 auto 3rem;display:flex}.landing .hww-step{text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:12px;flex:1 1 0;padding:2rem 1.5rem;transition:border-color .3s}.landing .hww-step:hover{border-color:#ffffff1f}.landing .hww-num{color:var(--accent);margin-bottom:.75rem;font-family:JetBrains Mono,monospace;font-size:2rem;font-weight:700;line-height:1;display:block}.landing .hww-step h3{margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.landing .hww-step p{color:var(--text-muted);font-size:.9375rem;font-weight:300;line-height:1.6}.landing .hww-connector{background:var(--border);flex-shrink:0;align-self:center;width:40px;height:1px;margin-top:-1rem}.landing .steps{gap:0;margin-top:3.5rem;display:grid}.landing .step{border-bottom:1px solid var(--border);grid-template-columns:80px 1fr;align-items:start;gap:2rem;padding:2.5rem 0;display:grid}.landing .step:last-child{border-bottom:none}.landing .step-num{color:var(--surface-2);-webkit-text-stroke:1px var(--border);font-family:JetBrains Mono,monospace;font-size:2.5rem;font-weight:700;line-height:1}.landing .step h3{margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.landing .step p{color:var(--text-muted);max-width:600px;font-weight:300;line-height:1.65}.landing .detail-callout{background:var(--accent-dim);border:1px solid var(--accent-mid);color:var(--accent);border-radius:8px;margin-top:1rem;padding:1rem 1.25rem;font-size:.9rem;font-weight:400;line-height:1.6}.landing .pipeline-visual{background:var(--surface);border:1px solid var(--border);text-align:center;border-radius:16px;margin-top:3rem;margin-bottom:1rem;padding:2.5rem}.landing .pipeline-flow{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;margin-bottom:1.25rem;font-size:1.1rem;font-weight:600;display:flex}.landing .pipeline-arrow{color:var(--text-muted);font-size:1.25rem}.landing .pipeline-note{color:var(--text-muted);font-size:.9rem;font-weight:300}.landing .feature-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;margin-top:3rem;padding:3rem}.landing .feature-card-header{align-items:center;gap:1rem;margin-bottom:.5rem;display:flex}.landing .feature-card-icon{font-size:1.75rem}.landing .feature-card-name{font-size:1.5rem;font-weight:700}.landing .feature-card-tagline{color:var(--text-muted);margin-bottom:2rem;font-size:1rem;font-weight:300}.landing .feature-grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.landing .feature-grid-item h4{margin-bottom:.5rem;font-size:1rem;font-weight:600}.landing .feature-grid-item p{color:var(--text-muted);font-size:.9375rem;font-weight:300;line-height:1.65}.landing .feature-card-tags{flex-wrap:wrap;gap:.5rem;margin-top:2rem;display:flex}.landing .feature-card-tags span{color:var(--accent);background:var(--accent-dim);border:1px solid var(--accent-mid);border-radius:6px;padding:.375rem .875rem;font-family:JetBrains Mono,monospace;font-size:.75rem}.landing .agent-cards-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-top:2.5rem;display:grid}.landing .agent-cards-flow{flex-direction:column;gap:0;margin-top:2.5rem;display:flex}.landing .agent-flow-arrow{color:var(--accent);text-align:center;padding:.5rem 0;font-size:1.5rem;line-height:1}.landing .eng-agent-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:2.25rem 2rem;transition:border-color .3s,background .3s}.landing .eng-agent-card:hover{background:var(--surface-2);border-color:#ffffff1f}.landing .eng-agent-card .agent-icon{margin-bottom:1rem;font-size:1.5rem;display:block}.landing .eng-agent-card h3{margin-bottom:.25rem;font-size:1.15rem;font-weight:600}.landing .eng-agent-card .agent-tagline{color:var(--accent);margin-bottom:.75rem;font-size:.9rem;font-weight:500}.landing .eng-agent-card p{color:var(--text-muted);margin-bottom:1.25rem;font-size:.9375rem;font-weight:300;line-height:1.65}.landing .eng-agent-card .agent-tags{flex-wrap:wrap;gap:.5rem;display:flex}.landing .eng-agent-card .agent-tags span{color:var(--accent);background:var(--accent-dim);border:1px solid var(--accent-mid);border-radius:4px;padding:.3rem .7rem;font-family:JetBrains Mono,monospace;font-size:.7rem}.landing .agent-cards-grid .eng-agent-card:last-child:nth-child(odd){grid-column:1/-1;max-width:50%}.landing .built-for-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:2.5rem;display:grid}.landing .built-for-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:2.25rem 2rem;transition:border-color .3s,background .3s}.landing .built-for-card:hover{background:var(--surface-2);border-color:#ffffff1f}.landing .built-for-card h3{margin-bottom:.75rem;font-size:1.15rem;font-weight:600}.landing .built-for-card p{color:var(--text-muted);font-size:.9375rem;font-weight:300;line-height:1.65}.landing .studio-showcase{padding:6rem 3rem}.landing .studio-showcase-header{margin-bottom:3rem}.landing .studio-screenshot-wrapper{border:1px solid var(--border);border-radius:12px;overflow:hidden}.landing .studio-screenshot{width:100%;display:block}.landing .studio-usecases{padding:0 3rem 6rem}.landing .studio-usecases-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}.landing .studio-usecase-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:2.25rem 2rem;transition:border-color .3s}.landing .studio-usecase-card:hover{border-color:#ffffff1f}.landing .studio-usecase-card h3{margin-bottom:.75rem;font-size:1.15rem;font-weight:600}.landing .studio-usecase-card p{color:var(--text-muted);margin-bottom:1.25rem;font-size:.9375rem;font-weight:300;line-height:1.65}.landing .studio-usecase-card .agent-tags{flex-wrap:wrap;gap:.5rem;display:flex}.landing .studio-usecase-card .agent-tags span{color:var(--accent);background:var(--accent-dim);border:1px solid var(--accent-mid);border-radius:4px;padding:.3rem .7rem;font-family:JetBrains Mono,monospace;font-size:.7rem}.landing .slack-section{padding:6rem 3rem}.landing .slack-section-header{margin-bottom:3rem}.landing .slack-chat-wrapper{border:1px solid var(--border);border-radius:12px;max-width:700px;overflow:hidden}.landing .slack-chat-frame{border:none;width:100%;height:750px;display:block;overflow:hidden}.landing .feature-cards-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:2.5rem;display:grid}.landing .feature-cards-grid .fc-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:2rem;transition:border-color .3s,background .3s}.landing .feature-cards-grid .fc-card:hover{background:var(--surface-2);border-color:#ffffff1f}.landing .feature-cards-grid .fc-card h3{margin-bottom:.75rem;font-size:1.05rem;font-weight:600}.landing .feature-cards-grid .fc-card p{color:var(--text-muted);font-size:.9375rem;font-weight:300;line-height:1.65}.landing .roi-metrics{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:3rem;display:grid}.landing .roi-card{background:var(--surface);border:1px solid var(--border);text-align:center;border-radius:16px;padding:2.25rem 2rem;transition:border-color .3s,background .3s}.landing .roi-card:hover{background:var(--surface-2);border-color:#ffffff1f}.landing .roi-card .roi-value{color:var(--accent);margin-bottom:.5rem;font-family:JetBrains Mono,monospace;font-size:2.5rem;font-weight:700;display:block}.landing .roi-card .roi-label{margin-bottom:.5rem;font-size:1rem;font-weight:600;display:block}.landing .roi-card p{color:var(--text-muted);font-size:.875rem;font-weight:300;line-height:1.6}.landing .cta-section{text-align:center;max-width:none;padding:8rem 3rem;position:relative}.landing .cta-section .hero-glow{background:var(--accent);opacity:.08;width:500px;height:500px;top:50%;left:50%;transform:translate(-50%,-50%)}.landing .cta-section .section-label{margin:0 auto 1.5rem}.landing .cta-section h2{max-width:1100px;margin-left:auto;margin-right:auto}.landing .cta-section .section-sub{text-align:center;max-width:600px;margin:0 auto 2.5rem}.landing .cta-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.landing footer{border-top:1px solid var(--border);padding:4rem 3rem 2rem}.landing .footer-grid{border-bottom:1px solid var(--border);grid-template-columns:2fr 1fr 1fr;gap:3rem;max-width:1100px;margin:0 auto;padding-bottom:2.5rem;display:grid}.landing .footer-tagline{color:var(--text-muted);max-width:380px;font-size:.95rem;font-weight:300;line-height:1.7}.landing .footer-col{flex-direction:column;gap:.75rem;display:flex}.landing .footer-col-title{color:var(--text);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.25rem;font-size:.8rem;font-weight:600}.landing .footer-col a{color:var(--text-muted);font-size:.85rem;text-decoration:none;transition:color .2s}.landing .footer-col a:hover{color:var(--text)}.landing .footer-contact{color:var(--text-muted);cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-family:inherit;font-size:.85rem;transition:color .2s}.landing .footer-contact:hover{color:var(--text)}.landing .footer-bottom{max-width:1100px;margin:0 auto;padding-top:1.5rem}.landing .footer-copy{color:var(--text-muted);font-size:.85rem}.landing .modal-overlay{z-index:200;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;justify-content:center;align-items:center;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.landing .modal{background:var(--surface);border:1px solid var(--border);border-radius:16px;width:100%;max-width:440px;padding:2.5rem 3rem;animation:.25s ease-out modalUp;position:relative}@keyframes modalUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.landing .modal-close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:1.5rem;line-height:1;transition:color .2s;position:absolute;top:1rem;right:1rem}.landing .modal-close:hover{color:var(--text)}.landing .modal h3{margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.landing .modal-sub{color:var(--text-muted);margin-bottom:1.75rem;font-size:.95rem;font-weight:300;line-height:1.5}.landing .modal form{flex-direction:column;display:flex}.landing .modal label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.4rem;font-size:.8rem;font-weight:600}.landing .modal input{background:var(--bg);border:1px solid var(--border);color:var(--text);border-radius:8px;outline:none;margin-bottom:1.25rem;padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .2s}.landing .modal input::placeholder{color:var(--text-muted);opacity:.5}.landing .modal input:focus{border-color:var(--accent)}.landing .modal-submit{justify-content:center;width:100%;margin-top:.25rem}.landing .modal-success{text-align:center;padding:1rem 0}.landing .modal-success-icon{background:var(--accent-dim);border:2px solid var(--accent);width:48px;height:48px;color:var(--accent);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.25rem;font-size:1.25rem;font-weight:700;display:flex}.landing .modal-success h3{margin-bottom:.5rem}.landing .modal-success p{color:var(--text-muted);font-size:.95rem;font-weight:300}@media (max-width:768px){.landing nav{padding:1rem 1.5rem}.landing .nav-links{display:none}.landing .nav-hamburger,.landing .nav-mobile-menu{display:flex}.landing section,.landing .hero{padding-left:1.5rem;padding-right:1.5rem}.landing .step{grid-template-columns:50px 1fr;gap:1rem}.landing .modal{width:90%;padding:2rem 1.5rem}.landing .solutions-grid,.landing .solutions-grid-2x2{grid-template-columns:1fr}.landing .how-we-work-section{padding:4rem 1.5rem}.landing .how-we-work-steps{flex-direction:column;align-items:center}.landing .hww-step{width:100%;max-width:100%}.landing .hww-connector{width:1px;height:24px;margin-top:0}.landing .feature-grid,.landing .agent-cards-grid{grid-template-columns:1fr}.landing .agent-cards-flow{gap:0}.landing .eng-agent-card:last-child:nth-child(odd){max-width:100%}.landing .built-for-grid,.landing .feature-cards-grid{grid-template-columns:1fr}.landing .studio-showcase{padding:4rem 1.5rem}.landing .studio-usecases{padding:0 1.5rem 4rem}.landing .studio-usecases-grid{grid-template-columns:1fr}.landing .slack-section{padding:4rem 1.5rem}.landing .slack-chat-frame{height:400px}.landing .roi-metrics{grid-template-columns:1fr}.landing .footer-grid{text-align:center;grid-template-columns:1fr;gap:2rem}.landing .footer-tagline{max-width:none}.landing .footer-col{align-items:center}.landing .footer-contact,.landing .footer-bottom{text-align:center}.landing .pipeline-flow{font-size:.9rem}.landing .workflow-map{margin-top:2rem}.landing .wf-node{width:70%;min-width:180px;padding:.75rem 1rem}.landing .workflow-lane.workflow-human .wf-arrow{padding-left:35%}.landing .workflow-lane.workflow-agent .wf-arrow{padding-right:35%}.landing .workflow-legend{flex-direction:column;gap:.75rem}}
/*# sourceMappingURL=d53af4524023c95c.css.map*/