.landing{--landing-bg-deep:#08090E;--landing-bg-base:#0C0D14;--landing-bg-surface:#11131B;--landing-bg-elevated:#171A24;--landing-bg-card:#13151E;--landing-border-subtle:rgba(255,255,255,0.05);--landing-border-medium:rgba(255,255,255,0.09);--landing-text-primary:#E4E2DD;--landing-text-secondary:#8A8880;--landing-text-muted:#57564F;--landing-accent-warm:#C8845A;--landing-accent-light:#D99B6E;--landing-accent-glow:rgba(200,132,90,0.1);--landing-coral:#f97066;--landing-coral-light:#fb8a82;--landing-coral-glow:rgba(249,112,102,0.12);--landing-purple-1:rgba(100,70,180,0.15);--landing-success:#3ECF8E;--landing-max-w:1120px;--landing-section-gap:clamp(56px,7vw,88px);font-family:var(--font-display),sans-serif;background:var(--landing-bg-deep);color:var(--landing-text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;font-weight:300}.landing:after{content:"";position:fixed;inset:0;opacity:.02;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");pointer-events:none;z-index:9999}.landing-nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:0 clamp(20px,4vw,48px);height:64px;display:flex;align-items:center;justify-content:space-between;transition:all .4s}.landing-nav.scrolled{background:rgba(8,9,14,.9);backdrop-filter:blur(24px) saturate(1.2);border-bottom:1px solid var(--landing-border-subtle)}.landing-nav-logo{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--landing-text-primary)}.landing-nav-logo-text{font-family:var(--font-display),sans-serif;font-weight:600;font-size:19px;letter-spacing:-.01em}.landing-nav-center{display:flex;align-items:center;gap:32px}.landing-nav-center a{text-decoration:none;color:var(--landing-text-secondary);font-size:13.5px;font-weight:500;transition:color .2s}.landing-nav-center a:hover{color:var(--landing-text-primary)}.landing-nav-right{display:flex;align-items:center;gap:10px}.landing-btn-ghost{background:none;border:1px solid var(--landing-border-subtle);color:var(--landing-text-secondary);font-family:var(--font-display),sans-serif;font-size:13px;font-weight:500;cursor:pointer;padding:7px 16px;border-radius:7px;transition:all .2s;text-decoration:none;display:inline-block}.landing-btn-ghost:hover{border-color:var(--landing-border-medium);color:var(--landing-text-primary)}.landing-btn-fill{background:var(--landing-text-primary);color:var(--landing-bg-deep);border:none;font-family:var(--font-display),sans-serif;font-size:13px;font-weight:600;padding:8px 20px;border-radius:7px;cursor:pointer;transition:opacity .2s;text-decoration:none;display:inline-block}.landing-btn-fill:hover{opacity:.88}.landing-hero{position:relative;overflow:hidden;padding-top:64px}.landing-hero-atmos{position:relative;width:100%;overflow:hidden;background:linear-gradient(180deg,var(--landing-bg-deep) 0,#0a0c16 100%)}.landing-ha-bg{position:absolute;inset:0;overflow:hidden;pointer-events:none}.landing-ha-blob{position:absolute;border-radius:50%;filter:blur(80px);will-change:transform}.landing-ha-blob-1{width:600px;height:600px;background:rgba(249,112,102,.15);top:-20%;left:0;animation:landing-drift 22s ease-in-out infinite}.landing-ha-blob-2{width:450px;height:450px;background:rgba(80,55,160,.16);top:5%;right:5%;animation:landing-drift 22s ease-in-out infinite reverse}.landing-ha-blob-3{width:400px;height:400px;background:rgba(249,112,102,.1);bottom:-15%;left:30%;animation:landing-drift 18s ease-in-out 4s infinite}.landing-ha-blob-4{width:300px;height:300px;background:rgba(100,70,200,.1);top:40%;left:55%;animation:landing-drift 16s ease-in-out 8s infinite}@keyframes landing-drift{0%,to{transform:translate(0) scale(1)}25%{transform:translate(25px,-20px) scale(1.04)}50%{transform:translate(-15px,15px) scale(.96)}75%{transform:translate(10px,-10px) scale(1.02)}}.landing-ha-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr)}.landing-ha-cell{position:relative;height:clamp(120px,17vw,210px);border-right:1px solid rgba(255,255,255,.04);border-bottom:1px solid rgba(255,255,255,.04);padding:clamp(10px,1.2vw,16px);display:flex;flex-direction:column;justify-content:space-between}.landing-ha-cell:nth-child(4n){border-right:none}.landing-ha-cell:nth-child(n+5){border-bottom:none}.landing-ha-cell-top{display:flex;align-items:center;justify-content:space-between}.landing-ha-cell-label{font-family:var(--font-mono);font-size:clamp(8px,.85vw,10px);letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.18)}.landing-ha-cell-dot{width:4px;height:4px;border-radius:50%;background:rgba(255,255,255,.12)}.landing-ha-cell-dot.on{background:var(--landing-coral-light);box-shadow:0 0 8px rgba(249,112,102,.5);animation:landing-blink 2.8s ease-in-out infinite}@keyframes landing-blink{0%,to{opacity:.25}50%{opacity:1}}.landing-ha-cell-marker{position:absolute;width:5px;height:5px}.landing-ha-cell-marker:after,.landing-ha-cell-marker:before{content:"";position:absolute;background:rgba(255,255,255,.08)}.landing-ha-cell-marker.tl{top:0;left:0}.landing-ha-cell-marker.tl:before{width:5px;height:1px;top:0;left:0}.landing-ha-cell-marker.tl:after{width:1px;height:5px;top:0;left:0}.landing-ha-cell-marker.br{bottom:0;right:0}.landing-ha-cell-marker.br:before{width:5px;height:1px;bottom:0;right:0}.landing-ha-cell-marker.br:after{width:1px;height:5px;bottom:0;right:0}.landing-ha-cell-bottom{display:flex;flex-direction:column;gap:2px}.landing-ha-typed{font-family:var(--font-mono);font-size:clamp(9px,.95vw,11px);color:rgba(255,255,255,.25);line-height:1.5;overflow:hidden;white-space:nowrap;border-right:1.5px solid transparent;width:0;animation:landing-cellType var(--t-dur,3s) var(--t-del,0s) steps(var(--t-steps,30)) forwards,landing-cellCursor .65s step-end infinite}@keyframes landing-cellType{0%{width:0}to{width:100%}}@keyframes landing-cellCursor{0%,to{border-right-color:rgba(255,255,255,.18)}50%{border-right-color:transparent}}.landing-hero-content-zone{position:relative;background:var(--landing-bg-base);border-top:1px solid var(--landing-border-subtle);padding:clamp(40px,5vw,64px) clamp(24px,5vw,48px)}.landing-hero-inner{max-width:var(--landing-max-w);margin:0 auto;opacity:0;animation:landing-fadeUp .8s .15s forwards}.landing-hero-title{font-family:var(--font-display),sans-serif;font-weight:300;font-size:clamp(30px,4.8vw,54px);line-height:1.15;letter-spacing:-.02em;margin-bottom:18px}.landing-hero-sub{font-size:clamp(15px,1.6vw,17.5px);color:var(--landing-text-secondary);line-height:1.7;max-width:520px;margin-bottom:32px;font-weight:300}.landing-hero-ctas{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.landing-btn-lg{border:none;font-family:var(--font-display),sans-serif;font-size:14px;font-weight:600;padding:12px 26px;border-radius:8px;cursor:pointer;transition:all .25s;display:flex;align-items:center;gap:8px;text-decoration:none}.landing-btn-lg-fill{background:var(--landing-text-primary);color:var(--landing-bg-deep)}.landing-btn-lg-fill:hover{opacity:.88;transform:translateY(-1px)}.landing-btn-lg-outline{background:transparent;color:var(--landing-text-secondary);border:1px solid var(--landing-border-medium)}.landing-btn-lg-outline:hover{border-color:rgba(255,255,255,.18);color:var(--landing-text-primary)}.landing-hero-cols{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--landing-border-subtle);margin-top:clamp(44px,5.5vw,68px)}.landing-hero-col{padding:24px 0;border-right:1px solid var(--landing-border-subtle)}.landing-hero-col:last-child{border-right:none}.landing-hero-col:not(:first-child){padding-left:24px}.landing-hc-label{font-family:var(--font-mono);font-size:10px;letter-spacing:.11em;text-transform:uppercase;color:var(--landing-text-muted);margin-bottom:6px}.landing-hc-value{font-family:var(--font-display);font-size:13.5px;font-weight:600;color:var(--landing-text-primary);letter-spacing:-.01em}.landing-section{padding:var(--landing-section-gap) clamp(24px,5vw,48px)}.landing-section-inner{max-width:var(--landing-max-w);margin:0 auto}.landing-problem-wrap+.landing-section-inner,.landing-section-inner+.landing-section-inner{margin-top:clamp(56px,6vw,80px)}.landing-s-label{font-family:var(--font-mono);font-size:10.5px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--landing-accent-warm);margin-bottom:14px}.landing-s-head{font-family:var(--font-display),sans-serif;font-weight:400;font-size:clamp(25px,3.4vw,38px);line-height:1.2;letter-spacing:-.02em;color:var(--landing-text-primary);margin-bottom:12px}.landing-s-body{font-size:clamp(15px,1.5vw,16.5px);color:var(--landing-text-secondary);line-height:1.7;max-width:560px;font-weight:300}.landing-problem-wrap{max-width:620px;margin:0 auto;text-align:center}.landing-problem-wrap .landing-s-body{margin:0 auto}.landing-problem-line{width:44px;height:1px;background:var(--landing-border-medium);margin:0 auto 36px}.landing-product-points{max-width:var(--landing-max-w);margin:48px auto 0;display:flex;flex-direction:column;gap:0}.landing-pp-item{display:flex;gap:clamp(16px,2.5vw,28px);padding:clamp(20px,2.5vw,28px) 0;border-bottom:1px solid var(--landing-border-subtle)}.landing-pp-item:first-child{border-top:1px solid var(--landing-border-subtle)}.landing-pp-num{font-family:var(--font-mono);font-size:11px;color:var(--landing-coral-light);opacity:.6;padding-top:2px;flex-shrink:0;letter-spacing:.05em}.landing-pp-content{display:flex;flex-direction:column;gap:6px}.landing-pp-title{font-weight:500;font-size:clamp(16px,1.5vw,18px);color:var(--landing-text-primary);letter-spacing:-.01em}.landing-pp-desc{font-size:clamp(14px,1.3vw,15px);color:var(--landing-text-secondary);line-height:1.65;font-weight:300}.landing-demo-head{text-align:center;margin-bottom:44px}.landing-demo-card{max-width:660px;margin:0 auto;background:var(--landing-bg-surface);border:1px solid var(--landing-border-subtle);border-radius:13px;overflow:hidden}.landing-dc-bar{padding:11px 18px;background:var(--landing-bg-elevated);border-bottom:1px solid var(--landing-border-subtle);display:flex;align-items:center;gap:7px}.landing-dc-dot{width:7px;height:7px;border-radius:50%}.landing-dc-dot:first-child{background:#FF605C}.landing-dc-dot:nth-child(2){background:#FFBD44}.landing-dc-dot:nth-child(3){background:#00CA4E}.landing-dc-bar-t{font-family:var(--font-mono);font-size:10.5px;color:var(--landing-text-muted);margin-left:8px}.landing-dc-body{padding:26px}.landing-dc-voice{background:var(--landing-coral-glow);border:1px solid rgba(249,112,102,.08);border-radius:10px;padding:16px 18px;margin-bottom:22px;display:flex;gap:12px;align-items:flex-start}.landing-dc-mic{width:32px;height:32px;background:linear-gradient(135deg,var(--landing-coral-light),var(--landing-coral));border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.landing-dc-mic svg{width:13px;height:13px;fill:#fff}.landing-dc-voice-t{font-size:14.5px;font-style:italic;color:var(--landing-text-primary);line-height:1.6}.landing-dc-actions{display:flex;flex-direction:column;gap:11px;margin-bottom:22px}.landing-dc-action{display:flex;align-items:flex-start;gap:9px;opacity:0;transform:translateX(-5px)}.landing-dc-action.visible{animation:landing-slideIn .35s forwards}.landing-dc-chk{width:17px;height:17px;border-radius:50%;background:rgba(62,207,142,.08);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.landing-dc-chk svg{width:10px;height:10px;stroke:var(--landing-success);fill:none;stroke-width:2.5}.landing-dc-action-t{font-family:var(--font-mono);font-size:12.5px;color:var(--landing-text-secondary);line-height:1.5}.landing-dc-action-t strong{color:var(--landing-text-primary);font-weight:500}.landing-dc-sub{font-family:var(--font-mono);font-size:11.5px;color:var(--landing-text-muted);padding-left:26px;margin-top:-3px;opacity:0}.landing-dc-sub.visible{animation:landing-slideIn .4s forwards}.landing-dc-sep{height:1px;background:var(--landing-border-subtle);margin:18px 0}.landing-dc-resp{display:flex;gap:11px;align-items:flex-start}.landing-dc-av{width:30px;height:30px;background:var(--landing-coral-glow);border:1px solid rgba(249,112,102,.12);border-radius:7px;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:800;font-size:12px;color:var(--landing-coral-light);flex-shrink:0}.landing-dc-resp-t{font-size:13.5px;color:var(--landing-text-secondary);line-height:1.65}.landing-demo-tag{text-align:center;margin-top:32px;font-size:14.5px;color:var(--landing-text-muted)}.landing-demo-tag em{font-style:normal;color:var(--landing-text-secondary)}.landing-cmd-head{text-align:center;margin-bottom:44px}.landing-cmd-head .landing-s-body{margin:0 auto}.landing-cmd-frame{max-width:940px;margin:0 auto;background:var(--landing-bg-surface);border:1px solid var(--landing-border-subtle);border-radius:13px;overflow:hidden;box-shadow:0 20px 70px rgba(0,0,0,.35)}.landing-cmf-bar{height:38px;background:var(--landing-bg-elevated);border-bottom:1px solid var(--landing-border-subtle);display:flex;align-items:center;padding:0 13px;gap:6px}.landing-cmf-d{width:8px;height:8px;border-radius:50%}.landing-cmf-d:first-child{background:#FF605C}.landing-cmf-d:nth-child(2){background:#FFBD44}.landing-cmf-d:nth-child(3){background:#00CA4E}.landing-cmf-url{margin-left:12px;background:var(--landing-bg-surface);border-radius:5px;padding:3px 13px;font-family:var(--font-mono);font-size:10.5px;color:var(--landing-text-muted)}.landing-cmd-body{padding:20px;display:flex;flex-direction:column;gap:12px}.landing-cmd-greet{background:var(--landing-bg-elevated);border-radius:9px;padding:14px 18px;display:flex;align-items:center;gap:12px}.landing-cmd-greet-av{width:34px;height:34px;background:linear-gradient(135deg,var(--landing-coral-light),var(--landing-coral));border-radius:7px;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:800;color:#fff;font-size:14px}.landing-cmd-greet-info{flex:1}.landing-cmd-greet-name{font-size:13.5px;font-weight:600;color:var(--landing-text-primary)}.landing-cmd-greet-meta{font-size:11.5px;color:var(--landing-text-muted);margin-top:1px}.landing-cmd-ask-btn{margin-left:auto;background:var(--landing-bg-surface);border:1px solid var(--landing-border-subtle);border-radius:7px;padding:6px 14px;font-family:var(--font-mono);font-size:10.5px;color:var(--landing-text-muted);display:flex;align-items:center;gap:5px}.landing-cmd-spark{color:var(--landing-accent-warm)}.landing-cmd-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:12px}.landing-cmd-panel{background:var(--landing-bg-card);border:1px solid var(--landing-border-subtle);border-radius:9px;padding:14px}.landing-cmd-pt{font-family:var(--font-mono);font-size:9.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--landing-text-muted);margin-bottom:10px}.landing-cmd-task{display:flex;align-items:center;gap:7px;padding:4px 0}.landing-cmd-task-dot{width:6px;height:6px;border-radius:50%}.landing-cmd-task-bar{height:6px;background:var(--landing-bg-elevated);border-radius:3px}.landing-cmd-task-dt{font-family:var(--font-mono);font-size:9.5px;color:var(--landing-text-muted);margin-left:auto;white-space:nowrap}.landing-cmd-r-stack{display:flex;flex-direction:column;gap:12px}.landing-cmd-jobs{display:flex;gap:7px}.landing-cmd-job{flex:1;background:var(--landing-bg-elevated);border-radius:6px;padding:9px}.landing-cmd-job-bar{height:3px;border-radius:2px;margin-bottom:7px}.landing-cmd-job-nm{font-size:9.5px;color:var(--landing-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.landing-cmd-team-r{display:flex;align-items:center;gap:7px;padding:3px 0}.landing-cmd-team-d{width:6px;height:6px;border-radius:50%}.landing-cmd-team-b{height:6px;background:var(--landing-bg-elevated);border-radius:3px}.landing-pil-head{text-align:center;margin-bottom:44px}.landing-pil-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;max-width:900px;margin:0 auto}.landing-pil-card{background:var(--landing-bg-surface);border:1px solid var(--landing-border-subtle);border-radius:11px;padding:22px;transition:all .3s}.landing-pil-card:hover{border-color:var(--landing-border-medium);transform:translateY(-2px);box-shadow:0 6px 24px rgba(0,0,0,.18)}.landing-pil-ico{width:38px;height:38px;background:var(--landing-bg-elevated);border:1px solid var(--landing-border-subtle);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:14px}.landing-pil-ico svg{width:18px;height:18px;stroke:var(--landing-coral-light);fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.landing-pil-t{font-family:var(--font-display);font-weight:700;font-size:14.5px;color:var(--landing-text-primary);margin-bottom:5px;letter-spacing:-.01em}.landing-pil-d{font-size:13px;color:var(--landing-text-secondary);line-height:1.55}.landing-crew-head{text-align:center;margin-bottom:44px}.landing-crew-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;max-width:760px;margin:0 auto}.landing-crew-card{background:var(--landing-bg-surface);border:1px solid var(--landing-border-subtle);border-radius:13px;padding:28px}.landing-cc-label{font-family:var(--font-mono);font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--landing-accent-warm);margin-bottom:10px}.landing-cc-title{font-family:var(--font-display);font-weight:700;font-size:18px;color:var(--landing-text-primary);margin-bottom:8px;letter-spacing:-.02em}.landing-cc-text{font-size:13.5px;color:var(--landing-text-secondary);line-height:1.65}.landing-cc-vis{margin-top:22px;align-items:center}.landing-cc-vis,.landing-mini-ph{display:flex;justify-content:center;height:66px}.landing-mini-ph{width:40px;background:var(--landing-bg-elevated);border:1.5px solid var(--landing-border-medium);border-radius:8px;padding:7px 4px;flex-direction:column;gap:3px}.landing-mini-waves{display:flex;align-items:center;justify-content:center;gap:2px;height:16px}.landing-mw{width:2px;background:var(--landing-coral-light);border-radius:1px;animation:landing-wv 1.4s ease-in-out infinite}.landing-mw:first-child{height:4px;animation-delay:0s}.landing-mw:nth-child(2){height:9px;animation-delay:.12s}.landing-mw:nth-child(3){height:6px;animation-delay:.24s}.landing-mw:nth-child(4){height:11px;animation-delay:.08s}.landing-mw:nth-child(5){height:4px;animation-delay:.2s}@keyframes landing-wv{0%,to{transform:scaleY(1);opacity:.3}50%{transform:scaleY(1.7);opacity:.7}}.landing-mini-ln{height:3px;background:var(--landing-border-medium);border-radius:2px}.landing-mini-ln.ok{background:var(--landing-success);opacity:.45}.landing-cap-section{margin-top:clamp(48px,5vw,64px);padding-top:clamp(36px,4vw,48px);border-top:1px solid var(--landing-border-subtle)}.landing-cap-section .landing-s-label{margin-bottom:clamp(20px,2.5vw,28px)}.landing-cap-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(16px,2vw,24px)}.landing-cap-item{padding:clamp(16px,1.5vw,20px);background:rgba(255,255,255,.015);border:1px solid var(--landing-border-subtle);border-radius:8px;transition:border-color .3s}.landing-cap-item:hover{border-color:rgba(255,255,255,.06)}.landing-cap-title{font-size:clamp(13px,1.2vw,14px);font-weight:500;color:var(--landing-text-primary);margin-bottom:6px}.landing-cap-desc{font-size:clamp(12px,1.1vw,13px);color:var(--landing-text-secondary);line-height:1.6;font-weight:300}.landing-acc-wrap{max-width:540px;margin:0 auto;text-align:center}.landing-acc-wrap .landing-s-body{margin:0 auto 32px}.landing-acc-benefits{display:flex;flex-direction:column;gap:8px;margin:24px 0 32px}.landing-acc-benefit{font-size:clamp(13px,1.2vw,14.5px);color:var(--landing-text-secondary);font-weight:300;padding-left:4px}.landing-acc-form{display:flex;flex-direction:column;gap:12px;align-items:center}.landing-acc-input{width:100%;max-width:400px;background:var(--landing-bg-surface);border:1px solid var(--landing-border-subtle);border-radius:8px;padding:12px 16px;font-family:var(--font-display),sans-serif;font-size:14px;color:var(--landing-text-primary);outline:none;transition:border-color .3s}.landing-acc-input::placeholder{color:var(--landing-text-muted)}.landing-acc-input:focus{border-color:var(--landing-coral-light);box-shadow:0 0 0 3px var(--landing-coral-glow)}.landing-acc-pills{display:flex;flex-wrap:wrap;gap:6px;justify-content:center}.landing-acc-pill{background:var(--landing-bg-surface);border:1px solid var(--landing-border-subtle);color:var(--landing-text-secondary);font-family:var(--font-display),sans-serif;font-size:12px;font-weight:500;padding:6px 13px;border-radius:16px;cursor:pointer;transition:all .2s}.landing-acc-pill.sel,.landing-acc-pill:hover{border-color:var(--landing-coral-light);color:var(--landing-coral-light);background:var(--landing-coral-glow)}.landing-acc-submit{background:var(--landing-text-primary);color:var(--landing-bg-deep);border:none;font-family:var(--font-display),sans-serif;font-size:14px;font-weight:600;padding:12px 34px;border-radius:8px;cursor:pointer;transition:all .25s;margin-top:4px}.landing-acc-submit:hover{opacity:.88;transform:translateY(-1px)}.landing-acc-submit.success{background:var(--landing-success)}.landing-acc-note{font-size:12px;color:var(--landing-text-muted);margin-top:6px}.landing-footer{border-top:1px solid var(--landing-border-subtle);padding:52px clamp(24px,5vw,48px) 32px}.landing-footer-inner{max-width:var(--landing-max-w);margin:0 auto;display:flex;justify-content:space-between;gap:36px;flex-wrap:wrap}.landing-footer-brand{max-width:250px}.landing-f-logo{display:flex;align-items:center;gap:8px;margin-bottom:12px}.landing-f-logo-txt{font-family:var(--font-display),sans-serif;font-weight:600;font-size:16px;letter-spacing:-.01em}.landing-f-tagline{font-size:12.5px;color:var(--landing-text-muted);line-height:1.5}.landing-f-cols{display:flex;gap:52px}.landing-f-col-t{font-family:var(--font-mono);font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--landing-text-muted);margin-bottom:12px}.landing-f-col a{display:block;text-decoration:none;color:var(--landing-text-secondary);font-size:13px;padding:3px 0;transition:color .2s}.landing-f-col a:hover{color:var(--landing-text-primary)}.landing-f-bottom{max-width:var(--landing-max-w);margin:36px auto 0;padding-top:18px;border-top:1px solid var(--landing-border-subtle);display:flex;justify-content:space-between;align-items:center}.landing-f-copy{font-size:11.5px;color:var(--landing-text-muted)}.landing-f-socials{display:flex;gap:12px}.landing-f-socials a{color:var(--landing-text-muted);transition:color .2s;display:flex}.landing-f-socials a:hover{color:var(--landing-text-primary)}@keyframes landing-fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes landing-slideIn{0%{opacity:0;transform:translateX(-5px)}to{opacity:1;transform:translateX(0)}}.landing-reveal{opacity:0;transform:translateY(18px);transition:opacity .6s,transform .6s}.landing-reveal.vis{opacity:1;transform:translateY(0)}@media (max-width:768px){.landing-nav-center{display:none}.landing-ha-grid{grid-template-columns:repeat(2,1fr)}.landing-ha-typed{white-space:normal}.landing-hero-cols{grid-template-columns:1fr}.landing-hero-col{border-right:none;border-bottom:1px solid var(--landing-border-subtle);padding:14px 0!important}.landing-hero-col:last-child{border-bottom:none}.landing-crew-grid,.landing-pil-grid{grid-template-columns:1fr;max-width:380px;margin:0 auto}.landing-cmd-grid{grid-template-columns:1fr}.landing-footer-inner{flex-direction:column}.landing-f-cols{gap:28px}.landing-f-bottom{gap:10px;text-align:center}.landing-dc-voice,.landing-f-bottom,.landing-hero-ctas{flex-direction:column}.landing-hero-ctas{align-items:stretch;max-width:260px}.landing-btn-lg{justify-content:center}.landing-cap-grid{grid-template-columns:1fr;max-width:380px;margin:0 auto}.landing-pp-item{flex-direction:column;gap:8px}.landing-acc-benefits{gap:10px}.landing-cmd-panel-label{font-size:8.5px}}@media (min-width:769px) and (max-width:1024px){.landing-cap-grid,.landing-pil-grid{grid-template-columns:repeat(2,1fr)}}