.landing-body .brands-strip{border:var(--rule-norm) solid var(--ink);grid-template-columns:repeat(6,1fr);gap:0;display:grid}.landing-body .brand-cell{border-right:var(--rule-norm) solid var(--ink);font-family:var(--font-mono);color:var(--ink-3);letter-spacing:.1em;text-transform:uppercase;flex-direction:column;align-items:center;gap:10px;padding:32px 16px;font-size:10px;text-decoration:none;transition:background .15s,color .15s;display:flex}.landing-body .brand-cell:last-child{border-right:0}.landing-body .brand-cell:hover{background:var(--ink);color:var(--paper)}.landing-body .brand-cell .brand-name{font-family:var(--font-display);letter-spacing:-.01em;color:var(--ink);text-transform:none;font-size:22px;font-weight:400}.landing-body .brand-cell:hover .brand-name{color:var(--paper)}.landing-body .workflow{border:var(--rule-norm) solid var(--ink);grid-template-columns:repeat(5,1fr);display:grid}.landing-body .wf-step{border-right:var(--rule-norm) solid var(--ink);flex-direction:column;min-height:200px;padding:28px 20px;display:flex;position:relative}.landing-body .wf-step:last-child{border-right:0}.landing-body .wf-num{font-family:var(--font-mono);color:var(--red-mark);letter-spacing:.12em;font-size:11px;font-weight:600}.landing-body .wf-title{font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;color:var(--ink);margin:10px 0 0;font-size:14px;font-weight:600}.landing-body .wf-body{color:var(--ink-2);flex:1;margin-top:12px;font-size:12px;line-height:1.55}.landing-body .wf-icon{margin-top:16px}.landing-body .feat-grid{border:var(--rule-norm) solid var(--ink);grid-template-columns:repeat(3,1fr);display:grid}.landing-body .feat-cell{border-right:var(--rule-norm) solid var(--ink);border-bottom:var(--rule-norm) solid var(--ink);flex-direction:column;min-height:280px;padding:32px 24px;display:flex}.landing-body .feat-cell:nth-child(3n){border-right:0}.landing-body .feat-cell:nth-last-child(-n+3){border-bottom:0}.landing-body .feat-cell:hover{background:var(--paper-2)}.landing-body .feat-num{font-family:var(--font-mono);color:var(--red-mark);letter-spacing:.12em;font-size:10px;font-weight:600}.landing-body .feat-title{font-family:var(--font-display);letter-spacing:-.01em;color:var(--ink);margin:12px 0 0;font-size:32px;font-weight:400;line-height:1}.landing-body .feat-title em{color:var(--blue);font-style:italic}.landing-body .feat-body{color:var(--ink-2);flex:1;margin-top:16px;font-size:13px;line-height:1.6}.landing-body .feat-tag{margin-top:16px}.landing-body .specs-table{border:var(--rule-norm) solid var(--ink);font-family:var(--font-mono);font-size:12px}.landing-body .specs-row{border-bottom:var(--rule-norm) solid var(--ink);grid-template-columns:80px 1fr 2fr 120px;display:grid}.landing-body .specs-row:last-child{border-bottom:0}.landing-body .specs-row>div{border-right:var(--rule-norm) solid var(--ink);padding:12px 16px}.landing-body .specs-row>div:last-child{border-right:0}.landing-body .specs-row.head{background:var(--ink);color:var(--paper);letter-spacing:.12em;text-transform:uppercase;font-size:10px}.landing-body .specs-row .code{color:var(--red-mark);font-weight:600}.landing-body .specs-row .model{font-family:var(--font-display);font-size:16px}.landing-body .specs-row .params{color:var(--ink-2)}.landing-body .specs-row .qty{color:var(--blue);font-weight:600}.landing-body .specs-caption{font-family:var(--font-mono);color:var(--ink-3);letter-spacing:.08em;text-transform:uppercase;flex-wrap:wrap;justify-content:space-between;gap:16px;margin-top:24px;font-size:11px;display:flex}.landing-body .faq-block{grid-template-columns:1fr 2fr;gap:48px;display:grid}.landing-body .faq-block-heading{font-family:var(--font-display);color:var(--ink);margin:0;font-size:56px;font-weight:400;line-height:.95}.landing-body .faq-block-heading em{color:var(--blue);font-style:italic}.landing-body .faq-block-lede{color:var(--ink-2);max-width:320px;margin-top:20px;font-size:14px;line-height:1.6}.landing-body .faq-block-list{border-top:var(--rule-norm) solid var(--ink)}.landing-body .faq-block .faq-item{border-bottom:var(--rule-norm) solid var(--ink);grid-template-columns:40px 1fr;gap:16px;padding:24px 0;display:grid}.landing-body .faq-block .faq-item .q-num{font-family:var(--font-mono);color:var(--red-mark);letter-spacing:.1em;padding-top:3px;font-size:11px;font-weight:600}.landing-body .faq-block .faq-item .q-text{font-family:var(--font-display);color:var(--ink);font-size:22px;font-weight:400;line-height:1.3}.landing-body .faq-block .faq-item .q-ans{color:var(--ink-2);grid-column:2;margin-top:8px;font-size:14px;line-height:1.6}@media (width<1024px){.landing-body .brands-strip{grid-template-columns:repeat(3,1fr)}.landing-body .brand-cell:nth-child(3n){border-right:0}.landing-body .brand-cell:nth-child(-n+3){border-bottom:var(--rule-norm) solid var(--ink)}.landing-body .workflow{grid-template-columns:repeat(2,1fr)}.landing-body .wf-step:nth-child(2n){border-right:0}.landing-body .wf-step{border-bottom:var(--rule-norm) solid var(--ink)}.landing-body .wf-step:last-child,.landing-body .wf-step:nth-last-child(2){border-bottom:0}.landing-body .feat-grid{grid-template-columns:repeat(2,1fr)}.landing-body .feat-cell:nth-child(3n){border-right:var(--rule-norm) solid var(--ink)}.landing-body .feat-cell:nth-child(2n){border-right:0}.landing-body .feat-cell:nth-last-child(-n+3){border-bottom:var(--rule-norm) solid var(--ink)}.landing-body .feat-cell:nth-last-child(-n+2){border-bottom:0}.landing-body .faq-block{grid-template-columns:1fr;gap:24px}}.landing-body .waitlist-block{border:var(--rule-norm) solid var(--ink);background:var(--paper-2);grid-template-columns:1fr 1fr;align-items:start;gap:48px;padding:48px;display:grid}.landing-body .waitlist-block-heading{font-family:var(--font-display);letter-spacing:-.01em;margin:0 0 16px;font-size:clamp(28px,3vw,40px);font-weight:400;line-height:1.1}.landing-body .waitlist-block-lede{color:var(--ink-2);margin:0 0 16px;font-size:14px;line-height:1.6}.landing-body .waitlist-block-meta{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--ink-3);margin:0;font-size:11px}.landing-body .waitlist-block .waitlist-form-wrapper{margin:0}.landing-body .waitlist-block .form-row{flex-wrap:wrap;gap:8px;display:flex}.landing-body .waitlist-block .form-row input[type=email]{flex:240px;min-width:0}.landing-body .waitlist-block .form-row select,.landing-body .waitlist-block .form-row button[type=submit]{flex:none}.landing-body .waitlist-block .form-hint,.landing-body .waitlist-block .form-privacy{font-family:var(--font-mono);color:var(--ink-3);letter-spacing:.04em;margin:12px 0 0;font-size:11px}.landing-body .waitlist-block .form-privacy{opacity:.85}.landing-body .waitlist-block .form-error{font-family:var(--font-mono);color:var(--red,#c0392b);margin-top:8px;font-size:12px}.landing-body .waitlist-block .thank-you{text-align:center;border:var(--rule-norm) solid var(--blue);background:var(--paper);grid-column:1/-1;padding:24px}.landing-body .waitlist-block .thank-you-icon{color:var(--blue);margin-bottom:12px;font-size:32px}.landing-body .visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<900px){.landing-body .waitlist-block{grid-template-columns:1fr;gap:24px;padding:32px}}@media (width<640px){.landing-body .brands-strip{grid-template-columns:repeat(2,1fr)}.landing-body .brand-cell:nth-child(2n){border-right:0}.landing-body .workflow{grid-template-columns:1fr}.landing-body .wf-step{border-right:0;border-bottom:var(--rule-norm) solid var(--ink)}.landing-body .wf-step:last-child{border-bottom:0}.landing-body .feat-grid{grid-template-columns:1fr}.landing-body .feat-cell{border-right:0;border-bottom:var(--rule-norm) solid var(--ink)}.landing-body .feat-cell:last-child{border-bottom:0}.landing-body .specs-row{grid-template-columns:60px 1fr 80px}.landing-body .specs-row>div.params{display:none}.landing-body .faq-block-heading{font-size:40px}}
